
/* Browser Resets */
.ma-banner7-container .flex-container a:active,
.ma-banner7-container .flexslider a:active,
.ma-banner7-container .flex-container a:focus,
.ma-banner7-container .flexslider a:focus  {outline: none;}
.ma-banner7-container .slides,
.ma-banner7-container .flex-control-nav,
.ma-banner7-container .flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.ma-banner7-container .flexslider {margin: 0; padding: 0;}
.ma-banner7-container .flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position: relative; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.ma-banner7-container .flexslider .slides img {width: 100%; display: block;}
.ma-banner7-container .flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.ma-banner7-container .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .ma-banner7-container .slides {display: block;} 
* html .ma-banner7-container .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 .ma-banner7-container .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.ma-banner7-container .flexslider {padding: 0; position: relative; zoom: 1;}
.ma-banner7-container .flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.ma-banner7-container .loading .flex-viewport {max-height: 300px;}
.ma-banner7-container .flexslider .slides {zoom: 1;}

.ma-banner7-container .carousel li {margin-right: 5px}


/* Direction Nav */
.ma-banner7-container .flex-direction-nav {*height: 0;}
.ma-banner7-container .flex-direction-nav a,
.nivo-directionNav a { width: 40px; height: 40px; margin: -15px 0 0; display: block; background:#b0b0b0 url(../images/arrows.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; z-index: 9;}
.ma-banner7-container .flex-direction-nav a:hover, .nivo-directionNav a:hover{background-color: #f29003}
.ma-banner7-container .flex-direction-nav .flex-next,
.nivo-directionNav a.nivo-nextNav { background-position: 100% 0; right: 5px; }
.ma-banner7-container .flex-direction-nav .flex-prev,
.nivo-directionNav a.nivo-prevNav { left: 5px;}
.ma-banner7-container .flexslider:hover .flex-next:hover, .ma-banner7-container .flexslider:hover .flex-prev:hover {opacity: 1;}
.ma-banner7-container .flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
ul.controls,.nivo-directionNav{display: none}
#sequence-theme:hover ul.controls,.ma-banner7-container :hover .nivo-directionNav{display: block;}
/* Control Nav */
.ma-banner7-container .flex-control-nav,
.nivo-controlNav {position: absolute; bottom:10px; text-align: center;right:0;left: 0;}
.ma-banner7-container .flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline; }
.ma-banner7-container .flex-control-paging li a:hover,
.ma-banner7-container .flex-control-paging li a.flex-active,
.nivo-controlNav a:hover,
.nivo-controlNav a.active {cursor: pointer;background: #f29003}
.ma-banner7-container .flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.ma-banner7-container .flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.ma-banner7-container .flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.ma-banner7-container .flex-control-thumbs img:hover {opacity: 1;}
.ma-banner7-container .flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
.ma-nivoslider {
    overflow: hidden;
}
.nivoslider {
position: relative;
overflow: hidden;
height: auto;
width: 100%; 
}
.nivoslider img {
position: absolute;
top: 0;
left: 0;
display: none;
}
.nivo-controlNav a {
border: 0 none;
display: inline-block;
height:8px;
width:15px;
margin: 0 4px;
text-indent: -9999px;
cursor: pointer;
position: relative;
z-index: 9;
background-color: #c2c2c2;
border: 1px solid #fff;
}
.banner7-caption {
position: absolute;
left:0; 
top:0;  
width: 100%;
background: none;
color: #fff;
font-size: 16px;
z-index: 999;
}
.ma-banner7-container .ma-loading {
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 99;
    background: url(../images/loader.gif) no-repeat ;
    top: 50%;
    left: 50%;
    margin: -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; }

.nivo-caption {
  position:absolute;
    left:0; 
    top:0;  
    color:#fff;
    width:100%;
    height: 100%;
    z-index:8;
}
.nivo-html-caption {
    display: 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-caption {
  position:absolute;
    left:0; 
    top:0;  
    color:#fff;
    width:100%;
    z-index:8;
    height: 100%;
}
.nivo-html-caption {
    display: none;
}
@-webkit-keyframes myfirst {
  from {width: 0;}
  to {width: 100%;}
 }
 @keyframes myfirst {
  from {width: 0;}
  to {width: 100%;}
 }
 .timethai.pos_hover{
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  
 }
 .ma-banner7-container{
    position :relative;
    margin-top: 15px
 }

/*===================================================Content-banner7===========================================================*/
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.banner7-content{ height: 100%; position: relative;}
.bannerslideshow{position: absolute;top: 20%;left:0;right: 10%;padding:0 20px;text-align: right;}

.banner7-content h1,
.banner7-content h2,
.banner7-content h3{ text-transform: uppercase; }

.banner7-content h1 span{
    -webkit-animation: bounceInLeft 1800ms ease-in-out;
    -moz-animation: bounceInLeft 1800ms ease-in-out;
    -ms-animation: bounceInLeft 1800ms ease-in-out;
    animation: bounceInLeft 1800ms ease-in-out;
    color: #fff;
    font-size:80px;
    text-transform: uppercase;
    display: inline-block;
}
.banner7-content h2 span{
	-webkit-animation: bounceInLeft 2200ms ease-in-out;
    -moz-animation: bounceInLeft 2200ms ease-in-out;
    -ms-animation: bounceInLeft 2200ms ease-in-out;
    animation: bounceInLeft 2200ms ease-in-out;
    clear: both;
    color: #fff;
 font-size:26px;
 display: inline-block;
}
.banner7-content h3 span{
	-webkit-animation: bounceInLeft 2500ms ease-in-out;
    -moz-animation: bounceInLeft 2500ms ease-in-out;
    -ms-animation: bounceInLeft 2500ms ease-in-out;
    animation: bounceInLeft 2500ms ease-in-out;
       text-transform: capitalize;
       font-weight: normal;
       color: #fff;
       font-family: arial;
       font-size: 14px;
       line-height: 20px;
        display: inline-block;
        max-width: 450px;

}
.banner7-content .banner7-readmore{
-webkit-animation: bounceIn 2200ms ease-in-out;
-moz-animation: bounceIn 2200ms ease-in-out;
-ms-animation: bounceIn 2200ms ease-in-out;
animation: bounceIn 2200ms ease-in-out;	
clear: both;
padding: 10px 0;

}
.banner7-content .banner7-readmore a{
background: rgba(81, 45, 23, 0.5);
font-size: 12px;
padding: 10px 15px;
text-transform: uppercase;
display: inline-block;
color: #fff;
border: 1px solid #fff;
}
.banner7-content .banner7-readmore a:after{
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:"\f0da";
margin-left: 10px;
}
.banner7-content .banner7-readmore a:hover{background-color:#f29003;color: #fff}
.banner7-content .banner7-des{
	-webkit-animation: bounceInDown 2000ms ease-in-out;
    -moz-animation: bounceInDown 2000ms ease-in-out;
    -ms-animation: bounceInDown 2000ms ease-in-out;
    animation: bounceInDown 2000ms ease-in-out;
    float: left;
    clear: both;
}
.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: bounceInDown 1500ms ease-in-out;
    -moz-animation: bounceInDown 1500ms ease-in-out;
    -ms-animation: bounceInDown 1500ms ease-in-out;
    animation: bounceInDown 1500ms ease-in-out;
}

.slider-2 h1 span{
	-webkit-animation: bounceInRight 1500ms ease-in-out;
    -moz-animation: bounceInRight 1500ms ease-in-out;
    -ms-animation: bounceInRight 1500ms ease-in-out;
    animation: bounceInRight 1500ms ease-in-out;
}
.slider-2 h2 span{
	-webkit-animation: bounceInRight 1800ms ease-in-out;
    -moz-animation: bounceInRight 1800ms ease-in-out;
    -ms-animation: bounceInRight 1800ms ease-in-out;
    animation: bounceInRight 1800ms ease-in-out;
}
.slider-2 h3 span{
	-webkit-animation: bounceInRight 2200ms ease-in-out;
    -moz-animation: bounceInRight 2200ms ease-in-out;
    -ms-animation: bounceInRight 2200ms ease-in-out;
    animation: bounceInRight 2200ms ease-in-out;
}
.slider-2 .banner7-des{
	-webkit-animation: bounceInRight 2000ms ease-in-out;
    -moz-animation: bounceInRight 2000ms ease-in-out;
    -ms-animation: bounceInRight 2000ms ease-in-out;
    animation: bounceInRight 2000ms ease-in-out;
}
.slider-2 img.img1 {
	position:absolute;
	bottom:0px;
	left:0px;
	max-width: none;
	-webkit-animation: bounceInDown 1500ms ease-in-out;
    -moz-animation: bounceInDown 1500ms ease-in-out;
    -ms-animation: bounceInDown 1500ms ease-in-out;
    animation: bounceInDown 1500ms ease-in-out;
}
.slider-2 img.img2 {
	position:absolute;
	bottom:0px;
	right: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;
}

@media(max-width:992px){
.banner7-content h1 span{font-size: 40px;}
.bannerslideshow{top: 10%}
}