

/* 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;
}
.preloading .slider_loading {
	background:url(../images/loading.png) no-repeat center center scroll;
}
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {
	margin: 0;
	padding: 0;
	height:600px;
}
.flexslider .slides > li {
	display: none;
	height:600px;
	-webkit-backface-visibility: hidden;
	position:relative;
	
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	height: 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 {
	position: relative;
	zoom: 1;
}
.flex-viewport {
	max-height: 670px;
	-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 }
/* Direction Nav */
.flex-direction-nav { *height: 0;
}
.flex-direction-nav a {
	width: 30px;
	height: 30px;
	margin: -20px 0 0;
	display: block;
	/*background: url(../images/bg_direction_nav.png) no-repeat 0 0;*/
	position: absolute;
	top: 60%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -36px;
}
.flex-direction-nav .flex-prev { left: -36px; }
.flexslider:hover .flex-next {
	opacity: 0.8;
	right: 5px;
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	left: 5px;
}
.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 */
.flex-control-nav {
	width: 182px;
position: absolute;
bottom: 100px;
text-align: center;
/*background: url(../images/slider-icon.png) top left no-repeat;*/
height: 34px;
margin-right: 0%;
/* padding-left: 10px; */
z-index: 10000000;
right: 30px;
float: right;
}
.flex-control-nav li {
	margin:10px 6px 0 0;
	display: inline-block;
	zoom: 1;
*display: inline;
float: left;
-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	
	border:2px solid #fff;
	width: 20px;
	height:20px;
	text-align:center;
}
.flex-control-nav li:hover {border:2px solid #76e068;}
.flex-control-nav li.active {border:2px solid #76e068;}
.flex-control-paging li a {
	width: 3px;
	height:3px;
	display: block;
	background: #8a8a8a;
	background: rgba(138,138,138,1);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	text-align:center;
	margin:3px;
	display:none;
}
.flex-control-paging li a:hover {
	background: #d92828;
	background: rgba(217,40,40,1);
}
.flex-control-paging li a.flex-active {
	background: #d92828;
	background: rgba(217,40,40,1);
	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;
}
.slides1 .flex-caption span { font-size:45px; }
.slides2 .flex-caption {
	font-size:57px !important;
	bottom:40% !important;
	left:12% !important;
	width:22% !important;
	text-align:left !important;
	line-height:57px !important;
}
.slides3 .flex-caption {
	font-size:46px !important;
	bottom:18% !important;
	left:12% !important;
	width:30% !important;
	text-align:left !important;
	line-height:46px !important;
}
.slides3 .flex-caption span {
	display:block !important;
	width:50% !important;
	line-height:36px !important;
}
.slides3 .flex-caption a { font-size:16px; }
.slides4 .flex-caption {
	font-size:46px !important;
	bottom:28% !important;
	left:12% !important;
	width:20% !important;
	text-align:left !important;
	line-height:46px !important;
}
.slides4 .flex-caption a {
	font-size:16px;
	display:block;
}
 @media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
	opacity: 1;
	left: 0;
}
.flex-direction-nav .flex-next {
	opacity: 1;
	right: 0;
}
.slides1 .flex-caption span { font-size:25px; }
.slides2 .flex-caption {
	font-size:37px !important;
	line-height:37px !important;
}
.slides3 .flex-caption {
	font-size:26px !important;
	line-height:26px !important;
}
.slides4 .flex-caption { font-size:26px !important; }


#slider1 {
	z-index:100;
	width:530px;
	height:300px;
	position:relative;
}
#slider1 .slide {
	width:530px;
	height:300px;
	display:block;
}
#slider1 .pagination {
	position:absolute;
	z-index:200;
	bottom:10px;
	left:10px;
}
#slider1 .pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
#slider1 .pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
#slider1 .pagination li.current a { background-position:0 -12px; }
#slider3 {
	z-index:100;
	width:530px;
	height:200px;
	position:relative;
}
#slider3 .slide {
	width:530px;
	height:200px;
	display:block;
}
#slider3 .pagination {
	position:absolute;
	z-index:200;
	bottom:10px;
	left:10px;
}
#slider3 .pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
#slider3 .pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
#slider3 .pagination li.current a { background-position:0 -12px; }
#slider2 {
	z-index:100;
	width:530px;
	height:300px;
	position:relative;
}
#slider2 .slide {
	width:530px;
	height:300px;
	display:block;
}
#slider2 .pagination {
	position:absolute;
	z-index:200;
	bottom:10px;
	right:10px;
}
#slider2 .pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
#slider2 .pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
#slider2 .pagination li.current a { background-position:0 -12px; }
.slide img {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
 }

.navbar-header a img {
	padding: 14px !important;
}