/*
 * jQuery FlexSlider v2.2.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)
 */
/* 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 {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
} /* 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
*********************************/
.flexslider {
    background: #fff;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-next {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}
.flex-direction-nav a:before {    font-family: FontAwesome;
	font-size: 40px;
	line-height: 1;
	display: inline-block;
	content: '\e76a';
}
.flex-direction-nav a.flex-next:before {
	content: '\e766';
}
/* Pause/Play */
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {    font-family: FontAwesome;
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	overflow: hidden;
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: #1CCDCA;
	cursor: default;
}
.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 .flex-active {
	opacity: 1;
	cursor: default;
}
 @media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 10px;
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 10px;
}
}

/*------------------------------------------[ Flex Slider ]------*/
.flex_slider_container {
	position: relative;
}
.flex_slider_container.flex_style1{
	margin-bottom: 60px;
}
.flex_slider_container.flex_style1.flex_no_thumb {
	margin-bottom: 0;
}
.flex_style1 #flex_thumbs .flex_next i,
.flex_style1 #flex_thumbs .flex_previous i {
	font-size: 22px;
	position: absolute;
	display: block;
}
.flex_style1 #flex_thumbs .flex_next,
.flex_style1 #flex_thumbs .flex_previous {
	background: #000;
	color: #fff;
	display: block;
	height: 100%;
	position: absolute;
	text-align: center;
	top: 0;
	width: 40px;
	z-index: 1;
}
.flex_style1 #flex_thumbs {
	background: none;
	bottom: 0;
	padding: 0 40px;
	position: absolute;
	transform: translateX(50%) translateY(50%);
	-webkit-transform: translateX(50%) translateY(50%);
	-moz-transform: translateX(50%) translateY(50%);
	-o-transform: translateX(50%) translateY(50%);
	width: 50%;
	z-index: 10;
}
.flex_style1 #flex_thumbs .flex_next {
	right: 0px;
}
.flex_style1 #flex_thumbs .flex_previous {
	left: 0px;
}
.flex_style1 #flex_thumbs .flex-viewport {
	background: #fff;
}
.flex_style1 #flex_thumbs .flex-viewport > .slides > li {
	cursor: pointer;
}
.flex_style1 #flex_thumbs img {
	max-height: 120px;
	width: auto;
}
.flex_style1 #flex_thumbs li:after {
	background: rgba(29, 205, 202, 0);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.flex_style1 #flex_carousel .flex-viewport {
	position: relative;
}
.flex_style1 #flex_carousel .flex_next,
.flex_style1 #flex_carousel .flex_previous{
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    height: 110px;
    position: absolute;
    top: 50%;
    width: 30px;
	padding-top:30px;
    z-index: 2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.flex_style1 #flex_carousel .flex_next {
	opacity:0;
	right: -30px;
}
.flex_style1:focus #flex_carousel .flex_next,
.flex_style1:hover #flex_carousel .flex_next{
	opacity:1;
	right: 0px;
}
.flex_style1 #flex_carousel .flex_previous {
	opacity:0;
	left: -30px;
}
.flex_style1:focus #flex_carousel .flex_previous,
.flex_style1:hover #flex_carousel .flex_previous{
	opacity:1;
	left: 0px;
}
.flex_style1 #flex_carousel .flex_previous{
	padding-right:3px;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-webkit-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
}
.flex_style1 #flex_carousel .flex_next{
	padding-left:3px;
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-webkit-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
}
.flex_style1 #flex_carousel .flex_next span span:before {
	left: -5px;
}
.flex_style1 #flex_carousel .flex_next span span:after {
	left: -5px;
}
.flex_style1 #flex_carousel .flex_next > span span {
	transform: translateX(0%) translateY(-50%);
	-moz-transform: translateX(0%) translateY(-50%);
	-webkit-transform: translateX(0%) translateY(-50%);
	-o-transform: translateX(0%) translateY(-50%);
}
.flex_style1 #flex_carousel .flex_previous span span:before {
	right: -5px;
}
.flex_style1 #flex_carousel .flex_previous span span:after {
	right: -5px;
}
.flex_style1 #flex_carousel .flex_previous > span span {
	transform: translateX(-100%) translateY(-50%);
	-moz-transform: translateX(-100%) translateY(-50%);
	-webkit-transform: translateX(-100%) translateY(-50%);
	-o-transform: translateX(-100%) translateY(-50%);
}
.flexslider .slides img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	vertical-align: top;
}
.flexslider .slides > li {
	display: none;
	position: relative;
}
.flex_slider_container.flex_style1:after {
	background: rgba(255, 255, 255, 0.1);
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.flex_style1 #flex_thumbs li.flex-active-slide:after,
.flex_style1 #flex_thumbs li:hover:after {
	background: rgba(29, 205, 202, 0.5);
}
.flex_style1 #flex_carousel .flex_next > span:after,
.flex_style1 #flex_carousel .flex_previous > span:after {
	background: #0dc0c0;
	content: "";
	display: block;
	height: 100%;
	opacity: 0;
	transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	width: 100%;
}
.flex_style1 #flex_carousel .flex_next:hover span span:before,
.flex_style1 #flex_carousel .flex_next:hover span span:after,
.flex_style1 #flex_carousel .flex_next:hover span span,
.flex_style1 #flex_carousel .flex_previous:hover span span:before,
.flex_style1 #flex_carousel .flex_previous:hover span span:after,
.flex_style1 #flex_carousel .flex_previous:hover span span {
	background: #fff;
}
.flex_style1 #flex_carousel .flex_next span span:before,
.flex_style1 #flex_carousel .flex_previous span span:before {
	background: #e74c3c;
	content: "";
	display: block;
	height: 5px;
	position: absolute;
	width: 5px;
	top: 5px;
}
.flex_style1 #flex_carousel .flex_next span span:after,
.flex_style1 #flex_carousel .flex_previous span span:after {
	background: #e74c3c;
	content: "";
	display: block;
	height: 5px;
	position: absolute;
	width: 5px;
	top: -5px;
}
.flex_style1 #flex_carousel .flex_next span span,
.flex_style1 #flex_carousel .flex_previous span span {
	background: #e74c3c;
	display: block;
	height: 5px;
	position: absolute;
	width: 5px;
	z-index: 1;
	top: 50%;
	left: 50%;
}
.flex_in_flex.flexslider {
	background: rgba(0, 0, 0, 0.4);
	left: 50%;
	overflow: visible;
	padding: 30px 30px 40px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50%;
	z-index: 2;
	transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
}
.body_boxed .flex_in_flex.flexslider {
	width: 75%;
}
.flex_in_flex.flexslider .flex-viewport {
	margin-bottom: 50px;
}
.flex_in1 {
	color: #fff;
	display: block;
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 15px;
}
.flex_in2 {
	color: #fff;
	display: block;
	font-size: 60px;
	line-height: 60px;
}
.flex_in3 {
	color: #fff;
	display: block;
	font-size: 40px;
	margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
	
.flex_in_flex.flexslider {
    width: 75%;
}
.flex_in > .flex_in2 ,
.flex_in > .flex_in3{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
	.flex_in1 {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.flex_in2 {
		font-size: 36px;
		line-height: 36px;
	}
	.flex_in3 {
		font-size: 24px;
		margin-bottom: 24px;
	}
}
@media only screen and (max-width: 480px) {
	.flex_in > .flex_in2 ,
	.flex_in > .flex_in3{
		display: none;
	}
}
.flex_in_color1 {
	color: #0dc0c0;
	font-weight: 400;
}
.container #flex_carousel.flexslider {
	margin-top: 30px;
	border: 1px solid #E5E5E5;
	padding: 8px;
}
#flex_carousel.flexslider.has_control_nav {
	overflow: visible;
}
#flex_carousel.flexslider.has_control_nav > .flex-control-nav {
	bottom: 0;
	left: 50%;
	margin: 0;
	padding: 20px;
	transform: translateX(-50%) translateY(100%);
	-moz-transform: translateX(-50%) translateY(100%);
	-webkit-transform: translateX(-50%) translateY(100%);
	width: auto;
}
.flex_in_flex .flex-control-nav {
	bottom: -50px;
	left: 0;
	margin: 0;
}