/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;position: relative;min-height:700px;overflow:hidden;}
.flexslider .slides > li {   position: relative;margin: 0;display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}
/* FlexSlider Default Theme
*********************************/
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
/* caption */
.flex-caption {
    background-color: rgba(0, 0, 0, 0.7);
	color: #FFFFFF;
    left: 0;
    margin: 0 auto;
    padding: 41px 50px 100px; 
    position: absolute;
    right: 0;
    bottom: 100px;
    width: 65%; 
	text-align:center;
}
.flex-caption span {font-size: 12px; line-height: 21px;display: block;font-weight: 300; }
.flex-caption .slider-title {   
    font-family: 'Open Sans';
    font-size: 53px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 1;
    padding-bottom: 20px;
    text-align: center;
    width: auto;
	color: rgba(255, 255, 255, 0.9);
}

.flex-caption .text {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.2px;
    line-height: 1.7;
    margin-bottom: 0px;
    text-align: center;
}

.flex-control-paging li a.flex-active {
    /*background: none repeat scroll 0 0 #ddd !important;*/
}	

.flexslider ul.slides{
	display:table;
}

.flex-content-wrap{
	/*display:table-cell;*/
}
	
.slider-link  a {border: 1px solid #F54336; cursor: pointer;display: inline-block;position: relative; transition: all 0.3s linear 0s; display: inline-block; margin-top: 8px; padding: 4px 11px; }
.slider-link  a:hover{ background: none repeat scroll 0 0 #F54336;color: #FFFFFF; transition: all 0.3s linear 0s;}
/* Direction Nav */
.flex-direction-nav > li { margin: 0;}
.flex-direction-nav a {width: 59px; height: 62px; margin: -20px 0 0; display: block; position: absolute; bottom: 5%; cursor: pointer; text-indent: -9999px; opacity: 0; z-index: 5;transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s;-o-transition: all 0.5s ease 0s;}
.flex-direction-nav .disabled {opacity: 0.3 !important; cursor: default;}
/* Control Nav */
.flex-control-nav { line-height: 0;bottom: 155px;position: absolute; text-align: center; width: 100%; z-index: 2;} 
.flex-control-nav li {margin: 0; display: inline-block;}
/*.flex-control-paging li a {width: 11px; height: 11px; display: block; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px;  border: 1px solid #898989;}*/
/*.flex-control-paging li a:hover { }
.flex-control-paging li a.flex-active { cursor: default; border: none;}*/
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .active {opacity: 1; cursor: default;}
.progress_bar_container { height: 4px; width: 100%; position: relative;z-index: 5; top: 70px;}
.empty_progress_bar { background: #DBDBDB; height: 4px; width: 100%; position: relative;}
.progress_bar { background: #F54336; height: 4px; width: 0%; position: relative;}