@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'Warnock Pro Light';
	src: url('../fonts/WarnockPro-LightDisp.eot');
	src: url('../fonts/WarnockPro-LightDisp.eot?#iefix') format('embedded-opentype'),
		url('../fonts/WarnockPro-LightDisp.woff2') format('woff2'),
		url('../fonts/WarnockPro-LightDisp.woff') format('woff'),
		url('../fonts/WarnockPro-LightDisp.ttf') format('truetype'),
		url('../fonts/WarnockPro-LightDisp.svg#WarnockPro-LightDisp') format('svg');
	font-weight: 300;
	font-style: normal;
}

html, body {
	padding: 0;
	margin: 0;
}
body, div, p {
	color: #333;
}
body {
	font-family: 'Warnock Pro Light';
}
a:link, a:active, a:visited {
	color: #a3af47;
	text-decoration: underline;
}
a:hover {
	color: #9E1F63;
}
.list_carousel {
	margin: 0;
	width: 100%;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size: 15px;
	text-align: left;
	width: 100%;
	height:auto;
	padding: 0;
	margin: 20px 35px;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.prev {
	float: left;
	position: absolute;
	left: 0;
	top: 35px;
	background: url(../img/mini-prev.png) no-repeat 50% 50%;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 500;
}
.next {
	float: right;
	position: absolute;
	right: 0;
	top: 35px;
	background: url(../img/mini-next.png) no-repeat 50% 50%;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 500;
}
.pager {
	float: left;
	width: 100%;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	color: #000;
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}