/*
 * 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 {display: none;}
.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 */
/*.nivo-directionNav {
    position: absolute;
    bottom: 17%;
    left: 50%;
    width: 110px;
    margin-left: 60px;
}
.nivo-directionNav a {
    position:absolute;
    top:45%;
    z-index:9;
    cursor:pointer;
}
.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: 30px; 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: 10px;
    line-height: 10px;
    width: 10px;
}*/


.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;
}
.banner7 .nivo-directionNav{
    opacity: 0;
    -webkit-transition: 0.3s;
    transition:  0.3s;
}
.banner7:hover .nivo-directionNav{opacity: 1;}
.nivo-controlNav {
    padding: 0px 0;
    text-align: center;
}
.nivo-controlNav a {
    background-color: #ffffff;
    border: 0 none;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    line-height: 8px;
    margin: 0 3px;
    position: relative;
    text-indent: -9999px;
    width: 8px;
}
.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;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.2);
    height: 5px;
    animation: ease-in-out 0s normal none 1 running timeloading;
}
.nivoSlider {
    position:relative;
    width:100%;
    height:auto;
    overflow: hidden;
}
/*.banner7-content{  position: absolute;
  height: 65%;
  left: 0;
  top: 34%; 
  right: 0; }*/
/*.banner7-content .text-content {  position: absolute; top: 50%; } */
/*.banner7-content img { top: 0; position: absolute;  height: 100%;  } 
.banner7-content h1 { font-size: 72px; text-transform: uppercase; }
.banner7-content h2 { font-size: 40px; text-transform: uppercase; }
.banner7-content h3 { font-size: 20px; text-transform: uppercase; }*/
/*.banner7-readmore {   }
.banner7-readmore a {    
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    border-radius: 30px;
    line-height: 48px;
    padding: 0 25px;
    letter-spacing: 2px;
    animation: slideInUp 0.5s linear alternate; 
    -webkit-animation: slideInUp 0.5s linear alternate;
    -moz-animation: slideInUp 0.5s linear alternate;
}
.banner7-readmore a:hover { color: #46a3b0; border-color: #46a3b0; }*/
/*.banner7-content .banner7-des {
    font-size: 24px;
    text-transform: uppercase;
    animation: slideInDown 1s linear alternate; 
    -webkit-animation: slideInDown 1s linear alternate;
    -moz-animation: slideInDown 1s linear alternate
}*/
/*.title1 { 
    animation: slideInRight 0.5s linear alternate; 
    -webkit-animation: slideInRight 0.5s linear alternate;
    -moz-animation: slideInRight 0.5s linear alternate;
}*/

.slider-1 .img1 {
    animation: slideInLeft 0.5s linear alternate; 
    -webkit-animation: slideInLeft 0.5s linear alternate;
    -moz-animation: slideInLeft 0.5s linear alternate;
}

/* 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;
}
/* stylish */
.oc-banner7-container .flexslider .slides img.img1 {display: none;}
.nivo-directionNav a {
    width: 32px;
    height: 87px;
    display: block;
    background: #3c3c3c;
    border-radius: 0 3px 3px 0;
    position: absolute;
    top: 50%;
    margin-right: -43px;
    cursor: pointer;
    font-size: 0;
    color: transparent;
    z-index: 9;
    line-height: 55px;
    text-align: center;
    margin-top: -50px;
}
.nivo-directionNav a:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f104";
    font-size: 14px;
    line-height: 87px;
    width: 32px;
    text-align: center;
    color: #fff;
}
a.nivo-nextNav:before {
    content: "\f105";
}
a.nivo-prevNav{left: -32px;}
a.nivo-nextNav{    right: 11px;    border-radius: 3px 0 0 3px;}
.nivo-directionNav a:hover {
    background: rgba(60,60,60,0.3);
}
.banner7:hover .nivo-directionNav a.nivo-prevNav{left: 0px;}
.banner7:hover .nivo-directionNav a.nivo-nextNav{    right: 43px;}
/* stylish text banner */
/*h2.sub-title span{display: none;}*/
/*slider1*/
.banner7-content {
    position: absolute;
    top: 50%;
    max-width: 1170px;
    left: 0px;
    margin: 0 auto;
    margin-top: -150px;
    text-align: center;
    width: 100%;
}
.banner7-content h1 {
    font-size: 72px;
    color: #fff;
    position: relative;
    font-family: 'Opensans', sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 10px;
}
.slider-1{
    left: 50%;
    margin-left: -540px;
    text-align: left;
}
.slider-1 h1 {
    -webkit-animation: bounceIn 1500ms ease-in-out;
    -moz-animation: bounceIn 1500ms ease-in-out;
    -ms-animation: bounceIn 1500ms ease-in-out;
    animation: bounceIn 1500ms ease-in-out;
}
.slider-1 h1 {
    font-size: 60px;
    color: #fff;
    position: relative;
    font-family: 'Opensans', sans-serif;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 10px;
}

.slider-1 h2,.slider-1 span.title2  {
    -webkit-animation: bounceIn 1600ms ease-in-out;
    -moz-animation: bounceIn 1600ms ease-in-out;
    -ms-animation: bounceIn 1600ms ease-in-out;
    animation: bounceIn 1600ms ease-in-out;
}
.slider-1 h2,.slider-1 span.title2  {
    font-size: 32px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Dosis', sans-serif;
    font-weight: bolder;
    margin-top: 15px;
    margin-bottom: 10px;
    display: block
}
h2.sub-title {
    font-size: 36px;
    text-transform: uppercase;
    color: #4db4e4;
    font-weight: bolder;
    margin-top: 15px;
    margin-bottom: 10px;
    display: block;
        max-width: 250px;
    line-height: 40px;
}
.slider-1 span.title2 span.color-text {
    text-transform: uppercase;
    color: #ff8900;
    font-weight: 700;
}
.slider-1 span.title3 {
    -webkit-animation: bounceIn 1800ms ease-in-out;
    -moz-animation: bounceIn 1800ms ease-in-out;
    -ms-animation: bounceIn 1800ms ease-in-out;
    animation: bounceIn 1800ms ease-in-out;
}
span.title3,span.title2{
    display: block;
    padding: 20px 0 10px 0;
    color: #3c3c3c;
}
.banner7-des {
    text-transform: uppercase;
}
.banner7-readmore {
    margin-top: 40px;
}
.banner7-readmore a {
    -webkit-animation: bounceIn 2500ms ease-in-out;
    -moz-animation: bounceIn 2500ms ease-in-out;
    -ms-animation: bounceIn 2500ms ease-in-out;
    animation: bounceIn 2500ms ease-in-out;
}
.banner7-readmore a {
    color: #3c3c3c;
    font-family: Montserrat;
    font-size: 12px;
    background: #fff;
    font-weight: 700;
    padding: 11px 29px;
    text-transform: uppercase;
}
.slider-2 {
    font-family: 'Dosis', sans-serif;
    font-weight: bolder;
    text-align: center;
    left: 0;
    width: 100%;
    margin-top: -160px;
}
.slider-2 h1 {
    -webkit-animation: bounceInDown 1200ms ease-in-out;
    -moz-animation: bounceInDown 1200ms ease-in-out;
    -ms-animation: bounceInDown 1200ms ease-in-out;
    animation: bounceInDown 1200ms ease-in-out;
}
.slider-2 span.title2 {
    -webkit-animation: bounceInRight 1700ms ease-in-out;
    -moz-animation: bounceInRight 1700ms ease-in-out;
    -ms-animation: bounceInRight 1700ms ease-in-out;
    animation: bounceInRight 1700ms ease-in-out;
}
.slider-2 span.title2{
    font-size: 40px;
    display: block;
}
.slider-2 span.title3 {
    -webkit-animation: bounceInLeft 2000ms ease-in-out;
    -moz-animation: bounceInLeft 2000ms ease-in-out;
    -ms-animation: bounceInLeft 2000ms ease-in-out;
    animation: bounceInLeft 2000ms ease-in-out;
}
.slider-2 span.title3 {
    font-size: 20px;
    color: #ff8900;
    font-weight: 400;
    text-transform: none;
    display: block;
}
.banner7-small_image {
    display: none;
}
.banner7 {
}
/*.nivo-control*/
.nivo-controlNav {
    padding: 0px 0;
    text-align: left;
}
.nivo-controlNav a {
    background-color: #eee;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    width: 15px;
    line-height: 15px;
    margin: 0 3px;
    position: relative;
    text-indent: -9999px;
}
 .nivo-controlNav {
    bottom: 15px;
    left: 15px;
}
.nivo-controlNav a:hover,.nivo-controlNav a.nivo-control.active{
    background-color: #f7b449;
}
/**/
@media (max-width: 1199px){
    .slider-1{    margin-left: -440px;}
    .slider-1 h1{font-size: 50px; letter-spacing: 5px;}
    h2.sub-title{font-size: 26px; line-height: 35px;}
    .slider-1 span.title2{ font-size: 26px; line-height: 35px; }
    .slider-1 span.title3{}

    .slider-2{    margin-left: -440px;}
    .slider-2 h1{}
    .slider-2 span.title2{}
    .slider-2 span.title3{}

    .banner7-readmore a{}
}
@media (max-width: 1199px) and (min-width: 992px){}
@media (max-width: 991px){
    .slider-1{    margin-left: -340px;}
    .slider-1 h1{font-size: 40px; letter-spacing: 5px;}
    h2.sub-title{font-size: 24px; line-height: 35px;}
    .slider-1 span.title2{ font-size: 24px; line-height: 35px; }
    .slider-1 span.title3{}

    .slider-2{    margin-left: -340px;}
    .slider-2 h1{}
    .slider-2 span.title2{}
    .slider-2 span.title3{}

    .banner7-readmore a{}
}
@media (max-width: 991px) and (min-width: 768px){}
@media (max-width: 767px){
    .slider-1{    margin-left: -200px; margin-top: -60px;}
    .slider-1 h1{font-size: 30px; letter-spacing: 2px;}
    h2.sub-title{font-size: 20px; line-height: 30px;}
    .slider-1 span.title2{ font-size: 20px; line-height: 30px; }
    .slider-1 span.title3{}

    .slider-2{    margin-left: -200px;}
    .slider-2 h1{}
    .slider-2 span.title2{}
    .slider-2 span.title3{}

    .banner7-readmore a{}
}
@media (max-width: 767px) and (max-width: 480px){}
@media (max-width: 479px){
    .slider-1{    margin-left: -140px; margin-top: -50px;}
    .slider-1 h1{font-size: 26px; letter-spacing: 0px;}
    h2.sub-title{font-size: 14px; line-height: 30px; max-width: 100%;}
    .slider-1 span.title2{ }
    .slider-1 span.title3{}

    .slider-2{    margin-left: -140px;}
    .slider-2 h1{}
    .slider-2 span.title2{}
    .slider-2 span.title3{}

    .banner7-readmore a{}
}