
/* #Font-Face
================================================== */

@font-face {
    font-family: Raleway-heavy;
    src: url("../font/Raleway-Heavy.ttf");
}

@font-face {
    font-family: Raleway-bold;
    src: url("../font/Raleway-Bold.ttf");
}

@font-face {
    font-family: Raleway;
    src: url("../font/Raleway-Regular.ttf");
}

@font-face {
    font-family: open-bold;
    src: url("../font/OpenSans-Bold.ttf");
}

@font-face {
    font-family: open;
    src: url("../font/OpenSans-Regular.ttf");
}


/* nt-example1 */

#nt-example1 {
    max-width: 100%;
    /*max-width: 620px;*/
    margin: auto;
}

#nt-example1-container {
    text-align: center;
    position: relative;
}

    #nt-example1-container i {
        font-size: 36px;
        margin: 8px;
        cursor: pointer;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        color: #a1a1a1;
        position: absolute;
        right: 0;
    }

        #nt-example1-container i.top {
            opacity: .5;
            top: 26px;
            background-image: url("../images/arrow-top.png");
            width: 50px;
            height: 50px;
            background-repeat: no-repeat;
            background-position: center;
        }

        #nt-example1-container i.bottom {
            opacity: .5;
            bottom: 26px;
            background-image: url("../images/arrow-bottom.png");
            width: 50px;
            height: 50px;
            background-repeat: no-repeat;
            background-position: center;
        }

        #nt-example1-container i:hover {
            opacity: 1;
        }

#nt-example1 li {
    overflow: hidden;
    height: 100px;
    padding: 20px;
    line-height: 30px;
    list-style: none;
    font-size: 24px;
    text-align: left;
}

    #nt-example1 li img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
        vertical-align: top;
        margin-top: -20px;
        border: 1px solid #dedede;
        border-radius: 50%;
    }


    #nt-example1 li div {
        width: 60%;
        display: inline-block;
        position: relative;
        top: -10px;
        padding-left: 30px;
        text-align: left;
    }

    #nt-example1 li h3 {
        font-size: 20px;
        font-family: Raleway-bold;
        background: -webkit-linear-gradient(left, #aad749, #35bacf);
        background: linear-gradient(to right,#aad749, #35bacf);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: left;
    }

    #nt-example1 li p {
        color: #35bacf;
        font-size: 14px;
    }

@media screen and (max-width: 580px) and (orientation: portrait) {
    #nt-example1 li {
        overflow: hidden;
        height: 180px;
        padding: 20px;
        line-height: 30px;
        list-style: none;
        font-size: 24px;
        text-align: left;
    }

        #nt-example1 li div {
            width: 100%;
            display: inline-block;
            position: relative;
            top: -3px;
            padding-left: 0;
            text-align: left;
        }

        #nt-example1 li h3 {
            font-size: 14px;
        }

        #nt-example1 li p {
            font-size: 12px;
        }

    #nt-example1-container i.bottom {
        bottom: 0px;
    }

    #nt-example1-container i.top {
        top: 0;
    }
}
