/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

#nt-example1-container {
	text-align: center;
}
#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;
}
#nt-example1-container i:hover {
	color: #333;
}
#nt-example1 li {
	color: #4e4e4e;
	overflow: hidden;
	height: 80px;
	padding: 10px;
	line-height: 30px;
	font-size: 24px;
	text-align: center;
   }
#nt-example1 li a{color: #FFFFFF !important;}
@media only screen and (max-width: 500px) {
   #nt-example1{height:46px !important;}
    #nt-example1 li {
	color: #4e4e4e;
	overflow: hidden;
	height: 80px;
	padding: 10px;
	line-height: 30px;
	font-size: 14px;
   }
}
#nt-example1 li:hover {
	/*background: #FFF;*/
}
