

/* nt-title */

#nt-title-container {
    background: #F2F2F2;
}

#nt-title {
}

    #nt-title li {
        font-size: 28px;
        color: #4E4E4E;
        white-space: nowrap;
        overflow: hidden;
      text-overflow: ellipsis;
    }


/* nt-example1 */

#nt-example1 {
    max-width: 620px;
    margin: 0px 0px 0px -32px;
	height:308px!important;
}

#nt-example1-container {
    text-align: center;
}

    #nt-example1-container i {
        font-size: 17px;
        color: #ffa600;
        margin: 0px 5px 0px 0px;
        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;
    }

        #nt-example1-container i:hover {
            color:#ffa600 ;
        }

#nt-example1 li {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: .20px;
    color: #d5d7d8;
    font-family: "Oxygen", sans-serif;
    overflow: hidden;
    height: auto;
    padding: 0px 0px 0px 0px;
    text-align: left;
    /*border-bottom: 1px solid #c5c4c4;*/
}

    #nt-example1 li span {
        font-size: 13px;
        color: #fff;
        font-family: "Oxygen", sans-serif;
    }
