/*
 * 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);

/* OVERALL ASPECT */



/* nt-example1 */

#nt-example1 {
	max-width: 654px;
	margin: auto;
	/*height:auto!important;*/
}
#nt-example2 {
	max-width: 654px;
	margin: auto;
	/*height:auto!important;*/
}
#nt-example3 {
	max-width: 654px;
	margin: auto;
	/*height:auto!important;*/
}

#nt-example1-container {
	text-align: center;
	border-radius:3px;
	overflow:hidden;
}

#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;
	display:none;
}

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

#nt-example1 li {
	color: #4e4e4e;
	background: #F2F2F2;
	overflow: hidden;
	/*height: 83px;*/
	height:auto;
	padding: 7px;
	line-height: 18px;
	list-style: none;
	font-size: 13px;
	text-align: left;
	border-bottom: 1px dotted #2c8162;
}

#nt-example1 li:hover {
	background: #FFF;
}

#nt-example2 li {
	color: #4e4e4e;
	background: #F2F2F2;
	overflow: hidden;
	/*height: 83px;*/
	height:auto;
	padding: 7px;
	line-height: 18px;
	list-style: none;
	font-size: 13px;
	text-align: left;
	border-bottom: 1px dotted #2c8162;
}

#nt-example2 li:hover {
	background: #FFF;
}

#nt-example3 li {
	color: #4e4e4e;
	background: #F2F2F2;
	overflow: hidden;
	/*height: 83px;*/
	height:auto;
	padding: 7px;
	line-height: 18px;
	list-style: none;
	font-size: 14px;
	text-align: left;
	border-bottom: 1px dotted #2c8162;
}

#nt-example3 li:hover {
	background: #FFF;
}