/*
 * 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)
 */

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

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

/* Clearfix for the .slides element */
.oc-banner7-container .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .oc-banner7-container .slides {display: block;} 
* html .oc-banner7-container .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, ocke sure you
 * include js that eliminates this class on page load */
.no-js .oc-banner7-container .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.oc-banner7-container .flexslider {ocrgin: 0 0 0px 0; position: relative; zoom: 1;}
.oc-banner7-container .flex-viewport {ocx-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.oc-banner7-container .loading .flex-viewport {ocx-height: 300px;}
.oc-banner7-container .flexslider .slides {zoom: 1;}

.oc-banner7-container .carousel li {ocrgin-right: 5px}
/* Direction Nav */
.banner7 .nivo-directionNav {
	display: inline-block;
	margin: 0;
	z-index: 10;
}
.banner7:hover .nivo-directionNav { bottom:0; }
.banner7 .oc-nivoslider .nivo-directionNav a {
	background: url("images/arrows.png") no-repeat scroll 0 0;
	cursor: pointer;
	height: 50px;
	text-indent: -9999px;
	width: 50px;
	z-index: 7;
	position: absolute;
	opacity:0;
	top:50%;
	margin-top:-20px;
	z-index:9;
	transition:0s;
}
.banner7:hover .oc-nivoslider .nivo-directionNav a { opacity:1; }
.banner7 .oc-nivoslider .nivo-directionNav .nivo-nextNav {
	background-position: 100% 0;
	right: 100px;
}
.banner7 .oc-nivoslider .nivo-directionNav .nivo-nextNav:hover {
	background-position: 100% 100%;
}
.banner7 .oc-nivoslider .nivo-directionNav .nivo-prevNav {
	left: 100px;
}
.banner7 .oc-nivoslider .nivo-directionNav .nivo-prevNav:hover {
	background-position: 0 100%;
}
.nivo-prevNav {
	left:5px;
}
.nivo-nextNav {
	right:0px;
}
.oc-banner7-container .flex-direction-nav {*height: 0;}
.oc-banner7-container .flex-direction-nav a,
.oc-banner7-container .flex-direction-nav .flex-next,
.oc-banner7-container .flex-direction-nav .flex-prev,
.oc-banner7-container .flexslider:hover .flex-next:hover, .oc-banner7-container .flexslider:hover .flex-prev:hover {opacity: 1;}
.oc-banner7-container .flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
/* Control Nav */
.nivo-controlNav {
	text-align:center;
	padding:0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}
.oc-banner7-container .flex-control-nav,
.nivo-controlNav {width: 100%; position: absolute; bottom: 10px; text-align: center;}
.oc-banner7-container .flex-control-nav li { ocrgin: 0 6px; display: inline-block; zoom: 1; *display: inline; }
.oc-banner7-container .flex-control-paging li a,
.nivo-controlNav a {width: 11px; height: 11px; display: block; background: #aaa; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 100%; -moz-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%; box-shadow: inset 0 0 3px rgba(0,0,0,0.3); z-index: 9; }
.oc-banner7-container .flex-control-paging li a:hover,
.oc-banner7-container .flex-control-paging li a.flex-active,
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
	cursor: pointer;
    height: 12px;
    line-height: 12px;
    width: 12px;
	background:#35ada9;
}


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


.oc-nivoslider {
	/*overflow: hidden;*/
}
.nivoslider {
	position: relative;
	overflow: hidden;
	height: auto;
	width: 100%; 
}
.nivoslider img {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.nivo-controlNav {
    padding: 0px 0;
    text-align: center;
}
.nivo-controlNav a {
    background-color: #333;
    border: 0 none;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    line-height: 12px;
    margin: 0 3px;
    position: relative;
    text-indent: -9999px;
    width: 12px;
}


.banner7-caption {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background: none repeat scroll 0% 0% transparent;
	color: #FFF;
	font-size: 16px;
	z-index: 999;
}
@-webkit-keyframes timeloading {
  from {width: 0;}
  to {width: 100%;}
 }
 @keyframes timeloading {
  from {width: 0;}
  to {width: 100%;}
 }
.timeloading{
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(249, 145, 82, 0.5);
	height: 5px;
	animation: 5000ms ease-in-out 0s normal none 1 running timeloading;
}
.nivoSlider {
    position:relative;
    width:100%;
    height:auto;
    overflow: hidden;
}
.banner7-content{
	width: 550px;
	height: auto;
	position: absolute;
	text-align: center;
	top: 50%;
	margin-top: -96px;
	right: 50%;
	margin-right:-555px;
}
.banner7-content.slider-3 {
	left:10px;
	text-align:right;
	right:inherit;
}
.bannerslideshow{position: absolute;top: 30%;right:5%;text-align:left;max-width: 80%;}
.banner7-small_image { display:none; }
/*Slider1------------------------------------------------------------*/
.banner7-content .banner7-title h3 {
	font-size:44px; 
	color:#fff;
	text-shadow:none;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	display:inline-block;
	margin:0;
	padding:0;
	text-shadow: 1px 2px 2px black;
}
.banner7-content .sub-title h3 {
	font-size:20px;
	font-weight:normal; 
	color:#fff;
	text-transform:uppercase;
	font-family:'Open Sans', sans-serif;
	margin:10px 0 0;
	padding:0 0 10px;
	display:inline-block;
	background:url("images/bottom-slider.png") no-repeat 50% bottom;
	text-shadow: 1px 2px 2px black;
}
.banner7-content .banner7-des{ 
	background: none;
	text-shadow: none;
	line-height: 23px;
	padding: 0;
	margin:6px 0 0;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: normal;
	text-transform: inherit;
	text-shadow: 1px 2px 2px black;
}
.banner7-content .banner7-readmore {
	margin:10px 0 0;
}
.banner7-content .banner7-readmore a{
	color: #333333;
	text-shadow: none;
	display: inline-block;
	font-size: 13px;
	padding: 6px 26px 6px 18px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.banner7-readmore a {
	background: url("images/icon-subtitle.png") no-repeat 80% 53% #939DA4;
}
.slider-1.banner7-content .banner7-readmore a {
	background: url("images/icon-subtitle.png") no-repeat 83% 53% #f9c831;
}
/*-------------------------------------------------------------*/

/*Slider3------------------------------------------------------------*/
.banner7-content.slider-2 {
	text-align: right;
    margin-top: -130px;
	margin-right:-510px;
}
.slider-2.banner7-content .banner7-title h3 {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
}
.slider-2.banner7-content .sub-title h3 {
	color:#fff;
	background:url("images/bottom1-slider.png") no-repeat right bottom;
}
.slider-2.banner7-content .banner7-des { display:inline-block; width:100%;}
.slider-2.banner7-content .title3-slider { position:relative; float:right; }
.slider-2.banner7-content .title3-slider h2:before {
	background:url("images/icon_2.png") no-repeat 0 0;
	height:61px;
	width:71px;
	position:absolute;
	top:-3px;
	left:-62px	;
	display:block;
	content:"";
}
.slider-2.banner7-content .title3-slider h2 {
	background:url("images/bg-title2-sequence3.png") repeat 0 0;
	color:#fff;
	padding:5px 20px 5px 25px;
	font-size:16px;
	margin-top: 5px;
}
.slider-2.banner7-content .title4-slider { position:relative; float:right; margin: 0;  }
.slider-2.banner7-content .title4-slider h2:before {
	background:url("images/icon_2.png") no-repeat 0 0;
	height:68px;
	width:71px;
	position:absolute;
	top:-3px;
	left:-54px;
	display:block;
	content:"";
}
.slider-2.banner7-content .title4-slider h2 {
	background:url("images/bg-title2-sequence3.png") repeat 0 0;
	color:#fff;
	padding:10px 20px 10px 25px;
	font-size:16px;
	margin-top: 5px;
}
.slider-2.banner7-content .banner7-readmore {
	display:block;
}
.slider-2.banner7-content .banner7-readmore a:hover{
	background: url("images/icon-subtitle.png") no-repeat 83% 50% #939DA4;
	border-bottom: 3px solid #818C95;
}
/*-------------------------------------------------------------*/

/*Slider1---------------------------------------------------------*/
.banner7-content .banner7-title {
    -webkit-animation: fadeInDown 1000ms ease-in-out;
    -moz-animation: fadeInDown 1000ms ease-in-out;
    -ms-animation: fadeInDown 1000ms ease-in-out;
    animation: fadeInDown 1000ms ease-in-out;

}
.banner7-content .sub-title {
    -webkit-animation: fadeInRight 1300ms ease-in-out;
    -moz-animation: fadeInRight 1300ms ease-in-out;
    -ms-animation: fadeInRight 1300ms ease-in-out;
    animation: fadeInRight 1300ms ease-in-out;

}
.banner7-content .title3-slider h2{
    -webkit-animation: fadeIn 1300ms ease-in-out;
    -moz-animation: fadeIn 1300ms ease-in-out;
    -ms-animation: fadeIn 1300ms ease-in-out;
    animation: fadeIn 1300ms ease-in-out;

}
.banner7-content .title4-slider h2{
    -webkit-animation: fadeIn 1400ms ease-in-out;
    -moz-animation: fadeIn 1400ms ease-in-out;
    -ms-animation: fadeIn 1400ms ease-in-out;
    animation: fadeIn 1400ms ease-in-out;

}
.banner7-content .banner7-readmore{
-webkit-animation: fadeInUp 1800ms ease-in-out;
-moz-animation: fadeInUp 1800ms ease-in-out;
-ms-animation: fadeInUp 1800ms ease-in-out;
animation: fadeInUp 1800ms ease-in-out; 
}
.banner7-content .banner7-des{
    -webkit-animation: fadeInRight 1500ms ease-in-out;
    -moz-animation: fadeInRight 1500ms ease-in-out;
    -ms-animation: fadeInRight 1500ms ease-in-out;
    animation: fadeInRight 1500ms ease-in-out;
}
/*End-Slider1--------------------------------------------*/

/*Slider1---------------------------------------------------------*/
.slider-3.banner7-content .banner7-title {
    -webkit-animation: fadeInLeft 1500ms ease-in-out;
    -moz-animation: fadeInLeft 1500ms ease-in-out;
    -ms-animation: fadeInLeft 1500ms ease-in-out;
    animation: fadeInLeft 1500ms ease-in-out;

}
.slider-3.banner7-content .sub-title {
    -webkit-animation: fadeInLeft 1800ms ease-in-out;
    -moz-animation: fadeInLeft 1800ms ease-in-out;
    -ms-animation: fadeInLeft 1800ms ease-in-out;
    animation: fadeInLeft 1800ms ease-in-out;

}
.slider-3.banner7-content .banner7-readmore{
-webkit-animation: fadeInUp 2200ms ease-in-out;
-moz-animation: fadeInUp 2200ms ease-in-out;
-ms-animation: fadeInUp 2200ms ease-in-out;
animation: fadeInUp 2200ms ease-in-out; 
}
.slider-3.banner7-content .banner7-des{
    -webkit-animation: fadeInLeft 2000ms ease-in-out;
    -moz-animation: fadeInLeft 2000ms ease-in-out;
    -ms-animation: fadeInLeft 2000ms ease-in-out;
    animation: fadeInLeft 2000ms ease-in-out;
}
/*End-Slider1--------------------------------------------*/


.banner7-content img.img1 {
    position:absolute;
    bottom:0px;
    left:0px;
    max-width: none;
    -webkit-animation: fadeInRight 1500ms ease-in-out;
    -moz-animation: fadeInRight 1500ms ease-in-out;
    -ms-animation: fadeInRight 1500ms ease-in-out;
    animation: fadeInRight 1500ms ease-in-out;
}
.banner7-content img.img2 {
    position:absolute;
    bottom:0px;
    right:0px;
    max-width: none;
    -webkit-animation: bounceInLeft 1500ms ease-in-out;
    -moz-animation: bounceInLeft 1500ms ease-in-out;
    -ms-animation: bounceInLeft 1500ms ease-in-out;
    animation: bounceInLeft 1500ms ease-in-out;
}

@media(max-width:992px){
.bannerslideshow{top: 10%}
.banner7-content h1 span{}
.banner7-content h3{font-size: 1em}
}
.oc-banner7-container .oc-loading {
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 99;
	background: url(../iocges/loader.gif) no-repeat ;
	top: 50%;
	left: 50%;
	ocrgin: -8px 0 0 -8px;
}


/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #FFF;
	width: 100%;
	z-index: 8;
	height: 100%;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}

.nivo-html-caption {
    display:none;
}
@media (max-width:1199px){
	.banner7-content { width:350px; }
	.banner7-content { margin-right: -455px; }
	.banner7-content.slider-2 { margin-right:-350px; margin-top: -105px;}
	.banner7-content .banner7-title h3 { font-size:25px; }
	.slider-2.banner7-content .banner7-des { top:185px; }
	.slider-2.banner7-content .banner7-readmore { top: 240px; }
	.banner7-content .banner7-title h3 { top:100px; }
	.banner7-content .sub-title h3 { top:145px; }
	.banner7-content .banner7-des { top:175px; }
	.banner7-content .banner7-readmore { top:225px; }
}
@media (max-width:992px){
	.banner7-content { width: 305px; }
	.banner7-content .banner7-title h3 { font-size:16px; }
	.banner7-content .sub-title h3 { font-size:13px; }
	.banner7-content { margin-right:-330px; margin-top: -83px; }
	.banner7-content .banner7-des { font-size:12px; }
	.banner7-content.slider-2 h1 { width:100%; }
	.slider-2.banner7-content .title3-slider h2,.slider-2.banner7-content .title4-slider h2 { font-size:10px; }
	.banner7-content.slider-2 { margin-right: -274px;margin-top: -97px;}
}
@media (max-width:767px){
	.banner7-content { display:none; }
}
@media (max-width:600px){
	.banner7-content { width:250px; }
	.banner7-content .banner7-title h3, .slider-2.banner7-content .banner7-title h3 { font-size:12px; }
	.banner7-content .sub-title h3, .slider-2.banner7-content .sub-title h3 { font-size:10px; }
	.banner7-content .banner7-des, .slider-2.banner7-content .banner7-des { line-height:15px; font-size:10px; }
	.banner7-content .banner7-readmore a { font-size:8px; }
	.banner7-content .banner7-readmore { margin:2px 0 0; }
}
@media (max-width:480px){
	.banner7-content { right:12px; top:30px; }
	.banner7-content.slider-2 { left:15px; }
	.banner7-content .banner7-title h3, .slider-2.banner7-content .banner7-title h3 { font-size:10px; }
	.banner7-content .sub-title h3, .slider-2.banner7-content .sub-title h3 { font-size:8px; margin:5px 0 0; }
	.banner7-content .banner7-readmore { margin:5px 0 0; }
	.banner7-content .banner7-des, .slider-2.banner7-content .banner7-des { display:none; }
}
@media (max-width:400px){
	.banner7-content { top:15px; }
}
@media (max-width:440px){
	.banner7-content .banner7-readmore a { padding:2px 19px 2px 11px; }
}