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


/* Green */
.green {
	background-color: #74cfae;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 0px;
}

.green h3 {
	color: white;
	font-weight: 400;
	margin-bottom: 35px;
}

.green p {
	color: white;
	font-weight: 400;
	font-size: 20px;
}

/* nt-example1 */

#nt-example1 {
	width: 100%;
	margin: auto;
	padding:0;
}

#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: #FFF;
	overflow: hidden;
	padding: 10px;
	line-height: 26px;
	list-style: none;
	font-size: 16px;
	text-align: left;
	border-bottom: 1px dotted #2c8162;
}
#nt-example1 li p{
	display:inline-block
}
.slide-side {
    z-index: 10000;
    position: fixed;
    width: 250px;
    top: 50%;
    
    bottom: 0;
    left:-216px ;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: 0.33s ease;
    transition: 0.33s ease;
}
.slide-side:hover {
   left:-30px ;
}
.slide-side li{list-style:none;}
.slide-side li a{display:block;background:#f2c200;color:#000;padding:0 10px;border-bottom:1px solid #FFF;height:30px;line-height:30px;}
.slide-side li a i{font-size:18px;float:right;}
.slide-side li a span{display:none;}
.slide-side:hover li a span{display:inline-block;}
