/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* 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{width:100%; position:relative; zoom:1; margin:0; padding:0; background:;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative;}
.flexslider .slides > li:first-child {display: block; -webkit-backface-visibility: visible;}
.flexslider .slides img {max-width:100%; /*display: block; min-height:180px;*/ width:100%; height:auto; margin:0; padding:0; border:none; line-height:normal; vertical-align:middle;}
.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-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flex-container {zoom:1; position:relative;}

/* Caption style */
.flexcaption{width:100%; position:absolute; z-index:2; left:0px; top:50%; transform:translate(0,-50%);}
.flexcaption_area{width:100%; text-align:center;}
.flexcaption_style1{font-size:35px; line-height:1.2; font-family: 'Vollkorn', serif; color:#FFFFFF; font-weight:600; /*text-shadow:0 2px 2px rgba(0,0,0, .6);*/}
.flexcaption_style2{font-size:60px; line-height:1.2; font-family: 'Vollkorn', serif; color:#FFFFFF; font-weight:600; padding: 0px; /*text-shadow:0 2px 2px rgba(0,0,0, .6);*/}
.flexcaption_style2 span{color:#EB233C;}
.flexcaption_style2_img{/*padding-bottom:15px;*/}
.flexcaption_style2_img img{max-width:250px;}
.flexcaption_button{font-family: 'Montserrat', sans-serif; font-size:18px; font-weight:700; line-height:51px; text-transform:uppercase; margin-top:25px;}
.flexcaption_button a{color:#FFF; padding:16px 40px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff9933+0,21a007+100 */
	background: #ff9933; /* Old browsers */
	background: -moz-linear-gradient(left,  #ff9933 0%, #21a007 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #ff9933 0%,#21a007 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #ff9933 0%,#21a007 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9933', endColorstr='#21a007',GradientType=1 ); /* IE6-9 */
	-moz-border-radius:120px; 
	-webkit-border-radius:120px;
	-khtml-border-radius:120px;
	 border-radius:120px;
} 

.flexcaption_darkshade{width:100%; position:absolute; left:0px; top:0px; z-index:1; width:100%; height:100%; background:rgba(0,0,0,.0);}
.flexcaption_darkshade1{width:100%; position:absolute; left:0px; bottom:0px; z-index:1; width:100%; height:100%; background:url(../images/banner_darkshade.png) no-repeat top center; background-size:cover;}
.flexcaption_textgradient{
	 background: linear-gradient(to bottom, #8cc63e 0%, #3cb54a 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.flexcaption_darkshade1{width:100%; position:absolute; left:0px; top:0px; z-index:1; height:100%;	
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 );
}

/*@media only screen and (max-width:991px) {
.flexcaption_style1{font-size:25px;}
.flexcaption_style2{font-size:42px;}
}
@media only screen and (max-width:767px) {
.flexcaption_style1{font-size:16px;}
.flexcaption_style2{font-size:27px;}
}
@media only screen and (max-width:499px) {
.flexcaption_style1{font-size:11px;}
.flexcaption_style2{font-size:19px;}
}*/


/*@media only screen and (max-width:1299px) {
.flexcaption_area{font-size:20px; line-height:22px;}	
.flexcaption_style1{font-size:42px; line-height:42px;}
.flexcaption_style2{font-size:25px; line-height:25px; margin-bottom:10px;}
.flexcaption_button{font-size:18px; line-height:50px; margin-top:20px;}
.flexcaption_button a{padding:15px 29px;} 
}
@media only screen and (max-width:1099px) {
.flexcaption_area{font-size:16px; line-height:18px;}	
.flexcaption_style1{font-size:32px; line-height:32px;}
.flexcaption_style2{font-size:20px; line-height:20px; margin-bottom:10px;}
.flexcaption_button{font-size:15px; line-height:40px; margin-top:10px;}
.flexcaption_button a{padding:10px 29px;} 
}*/
@media only screen and (max-width:767px) {
.flexcaption_button{font-size:14px; line-height:41px; margin-top:20px;}
.flexcaption_button a{padding:10px 20px;} 	
/*.flexcaption_area{display:none;}*/
}


/* Direction Nav */
.flex-direction-nav { height: 0; }
.flex-direction-nav li a {width:26px; height:26px; margin: 0px 0 0 0px; display: block; cursor: pointer; text-indent: -999em;}
.flex-direction-nav li .flex-next{background: url(../images/bg_direction_navnext.png) no-repeat right center; position:absolute; top:50%; right:40% !important;}
.flex-direction-nav li .flex-prev{background: url(../images/bg_direction_navprev.png) no-repeat right center; position:absolute; top:50%; left:40%;}
.flex-direction-nav li .disabled {opacity:0; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom:40px; text-align: center; z-index:2;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width:20px; height:20px; display: block; cursor: pointer; text-indent: -9999px; background:url(../images/bg_control_nav.png) no-repeat;}
.flex-control-paging li a:hover {background:url(../images/bg_control_nav-hover.png) no-repeat;}
.flex-control-paging li a.flex-active { background:url(../images/bg_control_nav-hover.png) no-repeat; cursor:default;}
@media only screen and (max-width:767px) {
/*.flex-direction-nav li .flex-next{right:0px !important;}
.flex-direction-nav li .flex-prev{left:0px !important;}*/
}


.flexslider1 {width: 100%; margin: 0; padding:0px 0px 30px 0px;}
.flexslider1 .slides > li {display: none; -webkit-backface-visibility: hidden;}
.flexslider1 {margin-bottom:0px; background:;position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
.flexslider1 .slides {zoom: 1;}
.flexslider1 .slides > li {position: relative;}

/* Direction Nav */
.flexslider1 .flex-direction-nav { height: 0; }
.flexslider1 .flex-direction-nav li a {width:26px; height:26px; margin:0px; display: block; cursor: pointer; text-indent: -999em;}
.flexslider1 .flex-direction-nav li .flex-next{background: url(../images/bg_direction_navnext.png) no-repeat right center; position:absolute; top:100%; right:50% !important; margin-right:-30px;}
.flexslider1 .flex-direction-nav li .flex-prev{background: url(../images/bg_direction_navprev.png) no-repeat right center; position:absolute; top:100%; left:50% !important; margin-left:-30px;}
.flexslider1 .flex-direction-nav li .disabled {opacity:0; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flexslider1 .flex-control-nav {width: 100%; position: absolute; bottom:0px; text-align: center;}
.flexslider1 .flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width:15px; height:15px; display: block; cursor: pointer; text-indent: -9999px; background:url(../images/bg_control_nav.png) no-repeat;}
.flexslider1 .flex-control-paging li a:hover {background:url(../images/bg_control_nav-hover.png) no-repeat;}
.flexslider1 .flex-control-paging li a.flex-active { background:url(../images/bg_control_nav-hover.png) no-repeat; cursor:default;}


/* ====================================================================================================================
 * FLEXSLIDER 2
 * ====================================================================================================================*/
.flexslider2 {width: 100%; margin: 0; padding:0px 0px 0px 0px; position:relative;}
.flexslider2 .slides > li {display: none; -webkit-backface-visibility: hidden;}
.flexslider2 {margin-bottom:0px; background:;position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; zoom: 1;}
.flexslider2 .slides {zoom: 1;}
.flexslider2 .slides > li {position: relative;}

/* Direction Nav */
.flexslider2 .flex-direction-nav {height:33px;}
.flexslider2 .flex-direction-nav li a {width:33px; height:33px; margin:0px; display: block; cursor: pointer; text-indent: -999em;}
.flexslider2 .flex-direction-nav li .flex-next{background:url(../images/bg_direction_navnext11.png) no-repeat right center; position:absolute; top:inherit !important; bottom:44px; right:0% !important; margin-right:0px;}
.flexslider2 .flex-direction-nav li .flex-prev{background: url(../images/bg_direction_navprev11.png) no-repeat right center; position:absolute; top:inherit !important; bottom:44px; left:100%; margin-left:-76px;}

/* Control Nav */
.flexslider2 .flex-control-nav {width: 100%; position: absolute; bottom:0px; text-align: center;}
.flexslider2 .flex-control-nav li {margin: 0 4px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width:17px; height:17px; display: block; cursor: pointer; text-indent: -9999px; background:url(../images/bg_control_nav.png) no-repeat;}
.flexslider2 .flex-control-paging li a:hover {background:url(../images/bg_control_nav-hover.png) no-repeat;}
.flexslider2 .flex-control-paging li a.flex-active { background:url(../images/bg_control_nav-hover.png) no-repeat; cursor:default;}