/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: Bolt - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* nt-example1 */

.nt-example1 {
	max-width: 620px;
	margin: inherit;
}

#nt-example1-container {
	text-align: center;
	border: 1px dotted #010100;
}

#nt-example1-container i {
	font-size: 24px;
	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: #000000;
	overflow: hidden;
	height: 65px;
	padding: 5px;
	line-height: 30px;
	font-size: 18px;
	text-align: left;
	border-bottom: 1px dotted #2c8162;
	font-family: 'Lato', sans-serif;

}

.nt-example1 li:hover {
	background: #f8f6e7;
	padding: 8px;
}
.nt-example1 li:hover a {
	color: #f88e22;
}

.nt-example1 li a{
	color: #ffffff;!important;
	font-size: 16px;!important;
}
.nt-example1 li a:hover{
	color: #f87b00;!important;
}

#nt-example2-container {
	text-align: center;
	border: 1px dotted #000000;
}

#nt-example2-container i {
	font-size: 24px;
	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-example2-container i:hover {
	color: #333;
}
