@charset "utf-8";



.ticker {
	background-color: #FF0000;
	width: 195px;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	color: #555;
	height: 400px;
	float: left;
	display: inline;
	margin-right: 15px;
	margin-left: -10px;
	margin-bottom: -50px;
}

/* Titles */
.ticker h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #333;
}


/* Paragraph & Typographic */
.ticker p {
	line-height: 28px;
	padding-bottom: 80px;
	width: auto;
	height: auto;
	
	
}
	
	

.ticker a {
	color: #0C6;
	font-weight: bold;
	
	
	
	
}
.ticker a:hover {
	font-weight: bold;

}
#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;
	color: #F00;
}
#nt-example1-container {
	text-align: center;
	background-color: #000;
	border: 3px solid #333;
	width: 195px;
	height: 395px;
	cursor: pointer;
	
}
#nt-example1 li {
	color: #4e4e4e;
	background: #F2F2F2;
	height: 70px;
	line-height: 22px;
	list-style: none;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	width: 180px;
	text-align: left;
	overflow: hidden;
	
	
}
#nt-example1 li:hover {
	background: #FFF;
	width: 175px;
	
	position: relative;
	z-index: 10000;
}
.ticker #nt-example1-container img {
	height: 23px;
	width: 24px;
	padding: 5px;
	display: inline-block;
	float: none;
	margin: auto;
	box-shadow: none;
}
.wrapper .container #about .sidebar1 .ticker #nt-example1-container #nt-example1 li a {
	color: #0F0;
	display: inline;
}
