/* liScroll styles */
.tickercontainer { /* the outer div */
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	padding: 10px 0 5px;
	overflow: hidden;
	color: #000;
	background: rgba(0, 0, 0, .2);
}
ul.newsticker { /* that's your list */
	-webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-o-transition: all 0s linear;
	transition: all 0s linear;
	position: relative;
	margin-left: 20px;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.ticker-container .ticker-caption {
	width: 25%;
	display: table;
	float: left;
	color: white;
	font-size: 0.8em;
	z-index: 1;
	box-shadow: 1px 1px 15px #353535;
}
.ticker-container .ticker-caption h3 {
	text-align: center;
	font-size: 1.4em;
}
.ticker-container .ticker-caption h3 a {
	display: block;
	width: 100%;
	color: #fff;
	padding: 12px 0;
	transition: .2s all linear;
	background: #04c99d;
}
.ticker-container .ticker-caption h3 a:hover {
	background: #aeaeae;
	color: #fff;
	transition: .2s all linear;
}

/* Ticker */
.winner-ticker-wrapper {
	color: #fff;
	width: 75%;
	overflow: hidden;
}
.winner-ticker-wrapper ul {
	margin: 0;
}
.winner-ticker-wrapper ul li {
	margin: 0;
}

/* liScroll styles */


.tickercontainer .mask {
	position: relative;
	left: 10px;
	top: 0;
	width: 100%;
	overflow: hidden;
}
.ticker-wrapper .column {
	width:400px;
	display:block;
	margin-right:40px;
	text-align:center;
	position:relative;
	padding-top:5px;
}
.winner-ticker-wrapper .last{
	padding-top:15px;
	margin-right:0px;
}
ul.newsticker {
	position: relative;
	left: 500px;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 20px;
}
ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 10px 0;
	padding-right: 15px;
	color: #fff;
	font-size: 12px;
}
ul.newsticker li a {
	white-space: nowrap;
	padding: 0;
	color: #04c99d;
	margin: 0 100px 0 0;
}
ul.newsticker li a:hover {
	color: #aeaeae;
	transition: .2s all linear;
}
ul.newsticker span {
	margin: 0 10px 0 0;
}

@media (max-width: 768px) {
	.tickercontainer {
		height: 47px;
	}
	.ticker-container .ticker-caption h3 {
		text-align: center;
		font-size: 1.2em;
	}
	.ticker-container .ticker-caption h3 a {
		padding: 12px 0;
	}
}

@media (max-width: 580px) {
	.tickercontainer {
		height: 47px;
	}
	.winner-ticker-wrapper {
		color: #fff;
		width: 100%;
		overflow: hidden;
	}
	.ticker-container .ticker-caption {
		width: 100%;
		display: block;
		float: none;
	}
	.ticker-container .ticker-caption h3 {
		text-align: center;
		font-size: 1.6em;
	}
	.ticker-container .ticker-caption h3 a {
		padding: 6px 0;
	}
}
