/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* ############################################### */










/* frontpage flexslider */


/* 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;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flexslider .flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.flexslider .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
*********************************/
.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}

/* flexslider */

.flexslider {
	margin: 0 0 0px 0;
	/*min-height: 350px;*/
	background: #fff url(../images/general_elements/preload.gif) no-repeat center center;
	border: none;
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	overflow: visible !important;
}

.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;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* changing video z-index for the slider */

.flexslider iframe, .flexslider object, .flexslider embed, .flexslider video {
	position: relative;
	z-index: 4;
}

/* Direction Nav */
.flexslider .flex-direction-nav {*height: 0;}
.flexslider .flex-direction-nav a {
	width: 15px;
	height: 15px;
	padding: 15px;
	margin: -28px 0 0;
	display: block;
	background-color: #444;
	position: absolute;
	top: 50%;
	z-index: 4;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	border-radius: 1000px;
	-moz-border-radius: 1000px;
	-webkit-border-radius: 1000px;
	-o-border-radius: 1000px;
}

.flexslider .flex-direction-nav a:hover {
	background-color: #474747;
}

.flexslider .flex-direction-nav .flex-next {
	right: 25px;
	background-image: url(../images/slider_directions/next.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 1000px;
}

.flexslider .flex-direction-nav .flex-prev {
	left: 25px;
	background-image: url(../images/slider_directions/previous.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.flexslider:hover .flex-next, .flexslider:hover .flex-prev {
	opacity: 0.8;
}

.flexslider:hover .flex-next {
	right: 15px;
}

.flexslider:hover .flex-prev {
	left: 15px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flexslider .flex-control-nav {
	/*width: 100%;
	position: absolute;
	bottom: -25px;
	text-align: center; /* set here the position of slider bullets */
	/*display: block;
	line-height: 0;*/
width: 100%;
position: absolute;
bottom: 10px;
right: 10px;
text-align: right;
display: block;
line-height: 0;
z-index:10000;
}
.flexslider .flex-control-nav li {
	margin: 0 1.5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flexslider .flex-control-paging li a {
	width: 10px;
	height: 10px;
	display: block;
	background: #fff;
	cursor: pointer;
	text-indent: -9999px;
	text-align: center;
}

.flexslider .flex-control-paging li a:hover {
	background: #fff;
}
.flexslider .flex-control-paging li a.flex-active, .flexslider .flex-control-paging li a.flex-active:hover {
	/*background: #335647; */
	background : rgba(255, 255, 255, 0.45);
	cursor: default;
}




/* flexslider overlay light effect */

.flexslider .slides > li:before {
    /* background: url("../images/general_elements/overlay_effect.png") no-repeat scroll center center transparent; */
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 3; /* important */
}

.flexslider .slides > li .lightbox_item_style1:before, .flexslider .slides > li .lightbox_item_style2:before {
	display: none;
}



/* simple flex caption */

p.simple_flex_caption {
	display: inline-block;
	position: absolute;
	bottom: 30px;
	left: 30px;
	background: rgba(0, 0, 0, .8);
	text-shadow: 1px 1px 1px #000;
	padding: 15px;
	color: #fff;
	text-align: left;
	max-width: 70%;
}

p.simple_flex_caption strong {
	font-weight: bold;
	color: #e5e5e5;
}

p.simple_flex_caption a {
	color: #f15a23;
	font-weight: bold;
	border-bottom: none !important;
}

p.simple_flex_caption a:hover {
	color: #f15a23;
	border-bottom: none;
	text-decoration: underline;
}

/* detailed flex caption */

.flex_caption {
	display: inline-block;
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.flex_caption_title *, .flex_caption_content *, p.simple_flex_caption * {
	z-index: 4; /* important */
	position: relative;
}

.flex_caption .flex_caption_title {
	padding: 20px 20px 22px;
	display: inline-block;
	background-color: #f15a23;
	background: rgba(241, 90, 35, 0.9);
	max-width: 60%;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.flex_caption .flex_caption_title a {
	color: #fff;
	text-decoration: none;
}

.flex_caption .flex_caption_title a:hover {
	color: #222;
}

.flex_caption_title .subheader {
	color: #222;
	padding-bottom: 0;
	text-shadow: none;
}

.flex_caption_content {
	background: rgba(34, 34, 34, .9);
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	padding: 20px 20px 12px;
	max-width: 60%;
	position: relative;
	font-size: 12px;
	line-height: 20px;
}

.flex_caption_title, .flex_caption_content, p.simple_flex_caption {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.flex_caption_content a.readmore_link {
	padding: 8px 16px;
	position: absolute;
	display: inline-block;
	right: 0;
	bottom: 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: lighter;
	letter-spacing: 1px;
	background: #f15a23;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	color: #fff;
	z-index: 4; /* important */
}

.flex_caption_content a.readmore_link:hover {
	text-decoration: none;
	color: #fff;
	background: #000;
	color: #f15a23;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
}





.flexslider .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flexslider .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flexslider .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flexslider .flex-control-thumbs img:hover {opacity: 1;}
.flexslider .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flexslider .flex-direction-nav .flex-prev {opacity: 1; left: 15px;}
  .flexslider .flex-direction-nav .flex-next {opacity: 1; right: 15px;}
}





/* ===================================================================================================================================== */






/* multi flexslider */


/* Browser Resets */
.flex-container a:active,
.multi_flexslider a:active,
.flex-container a:focus,
.multi_flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* multi_flexslider Necessary Styles
*********************************/
.multi_flexslider {margin: 0; padding: 0;}
.multi_flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.multi_flexslider .slides img {width: 100%; display: block;}
.multi_flexslider .flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.multi_flexslider .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;}


/* multi_flexslider Default Theme
*********************************/
.multi_flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}

.multi_flexslider {
	margin: 0 0 0px 0;
	min-height: 130px;
	background: #fff url(../images/general_elements/preload.gif) no-repeat center center;
	border: none;
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	overflow: visible !important;
}

.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;}
.multi_flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.multi_flexslider .flex-direction-nav {*height: 0;}
.multi_flexslider .flex-direction-nav a {
	width: 27px;
	height: 27px;
	padding: 20px;
	margin: -20px 0 0;
	display: block;
	background-color: #444;
	position: absolute;
	top: 50%;
	z-index: 4;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	border-radius: 1000px;
	-moz-border-radius: 1000px;
	-webkit-border-radius: 1000px;
	-o-border-radius: 1000px;
}

.multi_flexslider .flex-direction-nav a:hover {
	background-color: #f15a23;
}

.multi_flexslider .flex-direction-nav .flex-next {
	right: 25px;
	background-image: url(../images/general_elements/slider_directions/next.png);
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 1000px;
}

.multi_flexslider .flex-direction-nav .flex-prev {
	left: 25px;
	background-image: url(../images/general_elements/slider_directions/previous.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.multi_flexslider:hover .flex-next, .multi_flexslider:hover .flex-prev {
	opacity: 0.8;
}

.multi_flexslider:hover .flex-next {
	right: 15px;
}

.multi_flexslider:hover .flex-prev {
	left: 15px;
}

.multi_flexslider:hover .flex-next:hover, .multi_flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.multi_flexslider .flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -20px;
	text-align: right; /* set here the position of slider bullets */
	display: block;
	line-height: 0;
	z-index: 5;
}
.multi_flexslider .flex-control-nav li {
	margin: 0 0 0 4px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.multi_flexslider .flex-control-paging li a {
	width: 10px;
	height: 10px;
	display: block;
	background: #888;
	cursor: pointer;
	text-indent: -9999px;
	text-align: center;
}


.multi_flexslider .flex-control-paging li a:hover {
	background: #444;
}
.multi_flexslider .flex-control-paging li a.flex-active, .multi_flexslider .flex-control-paging li a.flex-active:hover {
	background: #f15a23;
	cursor: default;
}


/* multi flexslider overlay light effect */

.multi_flexslider .slides > li:before {
    background: url("../images/general_elements/overlay_effect.png") no-repeat scroll center center transparent;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 3; /* important */
}

.multi_flexslider .slides > li .lightbox_item_style1:before, .multi_flexslider .slides > li .lightbox_item_style2:before {
	display: none;
}





.multi_flexslider .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.multi_flexslider .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.multi_flexslider .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.multi_flexslider .flex-control-thumbs img:hover {opacity: 1;}
.multi_flexslider .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .multi_flexslider .flex-direction-nav .flex-prev {opacity: .8; left: 15px;}

  .multi_flexslider .flex-direction-nav .flex-next {opacity: .8; right: 15px;}
}





/* ===================================================================================================================================== */






/* testmonial slider */


/* Browser Resets */
.flex-container a:active,
.testmonial_slider a:active,
.flex-container a:focus,
.testmonial_slider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.testmonial_slider {margin: 0; padding: 0;}
.testmonial_slider .slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.testmonial_slider .slides img {width: 100%; display: block;}
.testmonial_slider .flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.testmonial_slider .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
*********************************/
.testmonial_slider {margin: 0 0 10px; overflow: hidden; position: relative; zoom: 1;}
.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;}
.testmonial_slider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* changing video z-index for the slider */

.testmonial_slider iframe, .testmonial_slider object, .testmonial_slider embed, .testmonial_slider video {
	position: relative;
	z-index: 4;
}

/* Direction Nav */
.testmonial_slider .flex-direction-nav {*height: 0; position: relative;}
.testmonial_slider .flex-direction-nav a {
	width: 15px;
	height: 15px;
	margin: -20px 0 0;
	display: block;
	position: absolute;
	bottom: -30px;
	right: 0;
	z-index: 4;
	cursor: pointer;
	text-indent: -9999px;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	color: #888;
	opacity: 1;
	background: #444;
}

.testmonial_slider .flex-direction-nav a:hover {
	color: #444;
}

.testmonial_slider .flex-direction-nav .flex-next {
	right: 25px;
}

.testmonial_slider .flex-direction-nav a.flex-next:before {
	content: "\f105";
	font-family: "FontAwesome";
}

.testmonial_slider .flex-direction-nav .flex-prev {
	right: 50px;
}

.testmonial_slider .flex-direction-nav a.flex-prev:before {
	content: "\f104";
	font-family: "FontAwesome";
}

.testmonial_slider:hover .flex-next, .testmonial_slider:hover .flex-prev {

}

.testmonial_slider:hover .flex-next {

}

.testmonial_slider:hover .flex-prev {

}

.testmonial_slider:hover .flex-next:hover, .testmonial_slider:hover .flex-prev:hover {opacity: 1;}

.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.testmonial_slider .flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 64px;
	left: 40px;
	text-align: left; /* set here the position of slider bullets */
	display: block;
	line-height: 0;
}
.testmonial_slider .flex-control-nav li {
	margin: 0 2px 0 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.testmonial_slider .flex-control-paging li a {
	width: 5px;
	height: 5px;
	display: block;
	background: #ccc;
	cursor: pointer;
	text-indent: -9999px;
	text-align: center;
}


.testmonial_slider .flex-control-paging li a:hover {
	background: #aaa;
}
.testmonial_slider .flex-control-paging li a.flex-active, .testmonial_slider .flex-control-paging li a.flex-active:hover {
	background: #888;
	cursor: default;
}





@media screen and (max-width: 860px) {

}
