/*
	NEWSTICKERS
*/


/* nt-title */

#nt-title-container {
	background: #F2F2F2;
}

#nt-title {
}

#nt-title li {
	font-size: 28px;
	color: #4E4E4E;
	white-space: nowrap;
	list-style: none;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* nt-example1 */

#nt-example1 {
	width: 434px;
	margin: auto;
}

#nt-example1-container {
	text-align: center;
}

#nt-example1-container i {
	font-size: 20px;
	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-container li i {
	font-size: 12px;
	line-height: 1.5em;
	margin: 0 4px 0 0;
}

#nt-example1-container li .title {
	font-size: 14px;
	line-height: 1.5em;
	color: #C7212B;
	text-transform: uppercase;
	font-weight: bold;
}

#nt-example1-container .arrows {
	float: right;
	position: absolute;
	top: -35px;
	right: 0;
}

#nt-example1 li {
	color: #4e4e4e;
	background: #FFF;
	overflow: hidden;
	height: 90px;
	padding: 0;
	line-height: 1.5em;
	list-style: none;
	font-size: 12px;
	text-align: left;
	border-bottom: 1px dotted #2c8162;
	margin-bottom: 0px;
	width: 100%;
}

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

