 @charset "utf-8";
/* CSS Document */
#fwslider {
	width: 100%;
}
#fwslider .slider_container {
}
#fwslider .slide {
	left: 0px;
	top: 101px;
	width: 100%;
	display: none;
	position: absolute;
	z-index: 0;
	height: 546px;
}
#fwslider .slide img {
	width: 100%;
	float: left;
	height: 546px;
	position: absolute;
	top: 0px;
}
#fwslider .slidePrev {
	left: 30px!important;
	top: 40%!important;
	width: 60px;
	height: 118px;
	position: absolute;
	z-index: 10;
}
#fwslider .slidePrev span {
	background-position: right center;
	width: 60px;
	height: 118px;
	float: left;
	cursor: pointer;
	background-image: url(/ezcatfiles/red170/img/img/7104/arrow_prev.png);
	background-repeat: no-repeat;
	filter: alpha(opacity=50);
	/* CSS3 standard */
	opacity: 0.5;
	/* for Mozilla, Firefox */
	-moz-opacity: 0.5;
}
#fwslider .slidePrev span:hover {
	filter: alpha(opacity=100);
	/* CSS3 standard */
	opacity: 1.0;
	/* for Mozilla, Firefox */
	-moz-opacity: 1.0;
}
#fwslider .slideNext {
	top: 40%!important;
	width: 60px;
	height: 118px;
	right: 30px!important;
	position: absolute;
	z-index: 10;
}
#fwslider .slideNext span {
	background-position: left center;
	width: 60px;
	height: 118px;
	float: left;
	cursor: pointer;
	background-image: url(/ezcatfiles/red170/img/img/7104/arrow_next.png);
	background-repeat: no-repeat;
	filter: alpha(opacity=50);
	/* CSS3 standard */
	opacity: 0.5;
	/* for Mozilla, Firefox */
	-moz-opacity: 0.5;
}
#fwslider .slideNext span:hover {
	filter: alpha(opacity=100);
	/* CSS3 standard */
	opacity: 1.0;
	/* for Mozilla, Firefox */
	-moz-opacity: 1.0;
}
#fwslider .timers {
	height: 4px;
	right: 0px;
	bottom: 15px;
	position: absolute;
	z-index: 3;
}
#fwslider .timer {
	width: 40px;
	height: 4px;
	margin-right: 10px;
	float: left;
	background-color: rgb(0, 0, 0);
}
#fwslider .progress {
	width: 0%;
	height: 4px;
	float: left;
	background-color: rgb(255, 204, 51);
}
#fwslider .slide_content {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}
#fwslider .slide_content_wrap {
	margin: 15% auto;
	max-width: 1280px;
}
#fwslider .title {
	background: rgb(0, 0, 0);
	padding: 10px;
	color: rgb(255, 255, 255);
	font-family: "Open Sans";
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	float: left;
	opacity: 0;
}
#fwslider .description {
	background: rgb(0, 0, 0);
	padding: 10px;
	color: rgb(255, 204, 51);
	line-height: 24px;
	clear: both;
	font-family: "Open Sans";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	margin-top: 2px;
	float: left;
	opacity: 0;
}
#fwslider .readmore {
	background: rgb(161, 29, 29);
	padding: 6px 10px;
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	clear: both;
	font-family: "Open Sans";
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	width: 100px;
	display: block;
	margin: 45px auto 0;
}
#fwslider .readmore:hover {
	filter: alpha(opacity=80);
	/* CSS3 standard */
	opacity: 0.8;
	/* for Mozilla, Firefox */
	-moz-opacity: 0.8;
}
.footer {
	width: 100%;
	text-align: center;
	float: left;
}
.footer p {
	color: rgb(88, 88, 88);
	font-family: "Open Sans";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	margin-top: 20px;
}
@media only screen and (max-width:1400px) and (min-width:720px) {
#fwslider .slide_content_wrap {
	margin-top: 15%;
	margin-left: 75px;
}
#fwslider .title {
	font-size: 26px;
}
#fwslider .description {
	font-size: 12px;
}
}
@media only screen and (max-width:719px) {
#fwslider .slide_content_wrap {
	margin: 0px auto;
	height: 100%;
}
#fwslider .slide_content_wrap h4 {
	display: none;
}
#fwslider .slide_content_wrap p {
	display: none;
}
#fwslider .slide_content_wrap a {
	background: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 0px;
	float: left;
}
#fwslider .timers {
	display: none;
}
#fwslider .slide_content {
	cursor: pointer;
}
