/* nt-example1 */

.nt-example-container{
	width: 90%;
	margin-bottom:20px;
}
.nt-example {
	width: 100%;
	margin: 8px 0 0 0;
	background:rgba(255,255,255,0.1);
}
.nt-example-container i {
	font-size: 14px;
	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;
}

.nt-example-container i:hover {
	color: #333;
}

.nt-example li {
	color: #fff;
	overflow: hidden;
	height: 120px;
	padding: 15px 5%;
	line-height: 1.4;
	font-size: 14px;
	text-align: left;
	margin:0;
}

.nt-example li a{
	display:inline;
	color:#fff;
}
.nt-example li a:hover{
	color:#000;
}

.nt-example li span{
	font-weight:600;
}

.nt-example li:hover {
}

.nt-nav{
	padding:10px;
	text-align:right;
	background:rgba(255,255,255,0.1);
}
.nt-prev{
	display:inline-block;
	margin:0 3px;
	cursor:pointer;
}
.nt-next{
	display:inline-block;
	margin:0 3px;
	cursor:pointer;
}


@media screen and (max-width:1279px){
	.nt-example-container{
		width: 100%;
	}
}