/* ------------------------------- 3. Slider Styles ------------------------------- */

#fwslider {
    position: relative;
    width:100%;
	height: 550px !important;
}

#fwslider .slider_container {

}

#fwslider .slide {
    display: none;
    position: absolute;
    top:0;
    left:0;
    z-index: 0;
    width:100%;
	height: 550px;
}

#fwslider .slide{
	/*position:relative;*/
	margin: 0 auto;
	display: none;
}

#fwslider .slidePrev {
    width:50px;
    height:50px;
    position: absolute;
    top:60%;
    left:-50px;
    opacity:0.5;
    z-index: 10;
}

#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;
	margin-left: 25px;
}

#fwslider .slideNext {
    width:50px;
    height:50px;
    position: absolute;
    top:60%;
    right:-50px;
    opacity:0.5;
    z-index: 10;
}

#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;
	margin-left: -25px;
}

#fwslider .timers {
    height:4px;
    position:absolute;
    bottom:15px;
    right:0;
    z-index: 3;
	display: none;
}

#fwslider .timer {
    height:4px;
    width:40px;
    background-color: #000;
    float:left;
    margin-right: 10px;
}

#fwslider .progress {
    height:4px;
    width:0%;
    background-color: #01203c;
    float:left;
}

/*#fwslider .slide_content {
    top: 0;
	left: 0;
	position: relative;
	width: 960px;
	margin: 0 auto;
	margin-top: 45px;
}

#fwslider .slide_content_wrap {
    width:600px;
	
}

#fwslider .slide_content_wrap h1{
	font: 52px 'Source Sans Pro', sans-serif;
	font-weight: 300;
	line-height: 50px;
	color: #fff;
}

#fwslider .slide_content_wrap p {
	color: #cfd2d6;
}

#fwslider .slide_content_wrap .box{
	border: 1px solid #b7b6b3;
	padding: 14px 11px;
	display: inline-block;
	margin-top: 35px;
}

#fwslider .slide_content_wrap .box a{
	font-size: 14px;
	color: #fff;
}

#fwslider .slide_content_wrap .box a:hover {
	color: #cfd2d6;
}

#fwslider .title { 
    opacity: 0;
    color:#fff;     
    font-size:36px;
    background:#000;
    padding:10px;
    float:left;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
}

#fwslider .description {
    opacity: 0;
    color:#FC3;
    font-size:18px;
    background:#000;
    padding:10px;
    clear:both;
    float:left;
    margin-top:2px;
    line-height:24px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
}

#fwslider .readmore { 
    opacity: 0;
    clear:both;
    float:left;
    text-transform:uppercase;
    font-size:10px;
    color:#919191;
    background:#000;
    padding:10px;
    text-decoration: none;
    margin-top:2px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
}

#fwslider .readmore:hover {
    color:#fff;
}

.footer {
    width:100%;
    float:left;
    text-align:center;
}
*/

/* ------------------------------- 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;}

}*/