





/* ------------------------------- 1. Resets ------------------------------- */

html, body, div, span, object, iframe, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; }
/* ------------------------------- 3. Slider Styles ------------------------------- */

#fwslider {
	position: relative;
	width:100%;
}
#fwslider .slider_container { }
#fwslider .slide {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 408px;
}
#fwslider .slide img { width:100%; 	
/*border-top-left-radius:1em;
border-top-right-radius:1em;
*/ }
#fwslider .slidePrev { width:50px; height:50px; position: absolute; top:50%; left:-50px; opacity:0.5; z-index: 10; background-image: url(../images/titlebg.png); background-repeat: repeat; }
#fwslider .slidePrev span {
	background-image:url(../images/left_arrow.png);
	width:50px;
	height:50px;
	float:left;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
#fwslider .slideNext { width:50px; height:50px; position: absolute; top:50%; right:-50px; opacity:0.5; z-index: 10; background-image: url(../images/titlebg.png); background-repeat: repeat; }
#fwslider .slideNext span {
	background-image:url(../images/right_arrow.png);
	width:50px;
	height:50px;
	float:left;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
#fwslider .timers {
	height:5px;
	position: absolute;
	z-index: 11;
	left: 80%;
	top: 90%;
}
#fwslider .timer { height:5px; width:24px; background-color: #FFFFFF; float:left; margin-right: 5px; }
#fwslider .progress {
	height:5px;
	width:0%;
	background-color: #a2c8fb;
	float:left;
}
#fwslider .slide_content { top:0; left:0; position: absolute; width:100%; height:100%; margin-right: auto; margin-left: auto; }
#fwslider .slide_content_wrap { /* Slider Text Content Container Style */ max-width:1000px; margin-top: 10%; margin-right: auto; margin-bottom: 15%; margin-left: auto; }
#fwslider .title {  /* Slider Title Style */
	opacity: 0;
	color:#fff;
	font-size:36px;
	float:left;
	font-style: normal;
	font-weight: 400;
	background-image: url(../images/titlebg.png);
	background-repeat: repeat;
	width: auto;
	margin-left: 30px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	margin-top: 15px;
}
#fwslider .description { /* Slider Description Style */
	opacity: 0;
	color:#a2c8fb;
	font-size:20px;
	clear:both;
	float:left;
	margin-top:5px;
	line-height:24px;
	font-style: normal;
	font-weight: 400;
	background-image: url(../images/titlebg.png);
	background-repeat: repeat;
	margin-left: 30px;
	padding: 10px;
}

/* ------------------------------- 4. Media Query Max Width 1300, Min Width 720 ------------------------------- */



@media only screen and (min-width:720px) and (max-width: 1300px) {
 #fwslider .slide_content_wrap {
margin-left:50px;
margin-top:15%;
}
 #fwslider .title {
font-size:26px;
}
 #fwslider .description {
font-size:12px;
}
}

/* ------------------------------- 5. Media Query Max Width 719 ------------------------------- */

@media only screen and (max-width:719px) {
 #fwslider .slide_content_wrap {
display:none;
}
 #fwslider .timers {
display:none;
}
 #fwslider .slide_content {
cursor: pointer;
}
}
