/*
 * jQuery FlexSlider v1.8
 * http://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 #container {width: 80%; max-width: 800px; margin: 0 auto;}
/* Browser Resets */
.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block; width:100%; }
.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;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}
.flexslider .slides li { /*height:642px; background-repeat:no-repeat; background-position:center; background-size:cover;*/ }
.flexslider .slides li img { width:100%; float:left; }

/* Caption style */
/* IE rgba() hack */
.flex-caption { background:none; zoom: 1; }
.flex-caption { width:100%; position: absolute; left: 0; top:0; }
.flex-caption h1 { background:rgba(0, 0, 0, 0.4) none repeat scroll 0 0;color: rgba(0, 0, 0, 0) !important; font-size:17px; line-height:20px; padding:1%; margin:0px; }
.flex-caption p { clear:left; width:43%;  font-size:25px; color:#ffffff; line-height:27px; letter-spacing:-0.3px; }
.flex-caption p span { display:block;  color:#f8c917; padding-top:8px; }
.flex-caption a.slide-btn { 
display:inline-block; background:url(../img/slider-btn-bg.jpg);  font-size:20px; color:#ffffff; text-align:center; line-height:54px; padding:0 15px; margin:10px 0px 0px; 
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
-webkit-border-radius:5px; -moz-border-radius:5px; -khtml-border-radius:5px; border-radius:5px; 
}
.flex-caption a.slide-btn:hover { background:#d50100; text-decoration:none; }

.flex-caption.welcom-caption { text-align:center; top:20%; }
.flex-caption.welcom-caption h1 { float:none; display:inline-block;  text-transform:uppercase; text-shadow:0px 1px 2px rgba(0,0,0, 0.5); }
.flex-caption.welcom-caption p { margin:0 10% 10px; width:80%; line-height:32px; }
.flex-caption.welcom-caption p span {  display:inline; }

/* Direction Nav */
/*.flex-direction-nav { display:block; }
.flex-direction-nav li a {width:46px; height:46px; margin: -23px 0 0; display: block; z-index:100; background: url(../img/slide-arrow.jpg) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -99999px;}
.flex-direction-nav li .flex-next {background-position:-46px 0; right:0px;}
.flex-direction-nav li .flex-prev {left:0px;}
*/.flex-direction-nav li .disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
/*.flex-control-nav {width: 100%; position: absolute; bottom:10%; z-index:100; text-align:center; }
.flex-control-nav li {margin:0 3px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li a {width:14px; height:14px; display: block; background:rgba(255, 255, 255, 0.25); font-size:1px; line-height:1px; cursor: pointer; text-indent: -99999px; -webkit-border-radius:50%; -moz-border-radius:50%; -khtml-border-radius:50%; border-radius:50%; }
.flex-control-nav li a:hover, .flex-control-nav li a.flex-active {background:rgba(255, 255, 255, 1);}
*/
.flexslider .slides {
    overflow: hidden;
}
.flex-caption h1 {
	-webkit-transform: translateY(-300px);
	-moz-transform: translateY(-300px);
	transform: translateY(-300px);
	opacity:0;
}

.flex-caption p {
	-webkit-transform: translateY(300px);
	-moz-transform: translateY(300px);
	transform: translateY(300px);
	opacity:0;
}
.flex-caption a.slide-btn { opacity:0; }

.flex-active-slide .flex-caption h1 {
-webkit-animation:fadeInLeft ease-in 1;
-moz-animation:fadeInLeft ease-in 1;
-o-animation:fadeInLeft ease-in 1;
animation:fadeInLeft ease-in 1;
-webkit-animation-fill-mode:forwards;
-moz-animation-fill-mode:forwards;
-o-animation-fill-mode:forwards;
animation-fill-mode:forwards;
-webkit-animation-duration:7s;
-moz-animation-duration:7s;
-o-animation-duration:7s;
animation-duration:7s;
}

@-webkit-keyframes fadeInLeft {
	0% { opacity: 0; -webkit-transform:  translateY(-300px); }
	25% { opacity: 1; -webkit-transform:   translateY(00px);); }
	45% { opacity: 1; -webkit-transform:  translateY(00px); }
	50% { opacity: 1; -webkit-transform:  translateY(00px); }
	90% {  opacity: 1; -webkit-transform:  translateY(00px); }
	95% {  opacity: 1; -webkit-transform:  translateY(00px); }
	100% { opacity: 0; -webkit-transform:   translateY(-300px);  }
}
@-moz-keyframes fadeInLeft { 
	0% { opacity: 0; -moz-transform:  translateY(-300px); }
	25% { opacity: 1; -moz-transform:   translateY(00px);); }
	45% { opacity: 1; -moz-transform:  translateY(00px); }
	50% { opacity: 1; -moz-transform:  translateY(00px); }
	90% {  opacity: 1; -moz-transform:  translateY(00px); }
	95% {  opacity: 1; -moz-transform:  translateY(00px); }
	100% { opacity: 0; -moz-transform:   translateY(-300px);  }

}
@-o-keyframes fadeInLeft {
	0% { opacity: 0; -o-transform:  translateY(-300px); }
	25% { opacity: 1; -o-transform:   translateY(00px);); }
	45% { opacity: 1; -o-transform:  translateY(00px); }
	50% { opacity: 1; -o-transform:  translateY(00px); }
	90% {  opacity: 1; -o-transform:  translateY(00px); }
	95% {  opacity: 1; -o-transform:  translateY(00px); }
	100% { opacity: 0; -o-transform:   translateY(-300px);  }

	
}
@keyframes fadeInLeft {
	0% { opacity: 0; transform:  translateY(-300px); }
	25% { opacity: 1; transform:   translateY(00px);); }
	45% { opacity: 1; transform:  translateY(00px); }
	50% { opacity: 1; transform:  translateY(00px); }
	90% {  opacity: 1; transform:  translateY(00px); }
	95% {  opacity: 1; transform:  translateY(00px); }
	100% { opacity: 0; transform:   translateY(-300px);  }
}


.flex-active-slide .flex-caption p {
-webkit-animation:fadeInright ease-in 1;
-moz-animation:fadeInright ease-in 1;
-o-animation:fadeInright ease-in 1;
animation:fadeInright ease-in 1;
-webkit-animation-fill-mode:forwards;
-moz-animation-fill-mode:forwards;
-o-animation-fill-mode:forwards;
animation-fill-mode:forwards;
-webkit-animation-duration:7s;
-moz-animation-duration:7s;
-o-animation-duration:7s;
animation-duration:7s;
}


@-webkit-keyframes fadeInright {
	0% { opacity: 0; -webkit-transform:  translateY(300px); }
	25% { opacity: 1; -webkit-transform:   translateY(00px);); }
	45% { opacity: 1; -webkit-transform:  translateY(00px); }
	50% { opacity: 1; -webkit-transform:  translateY(00px); }
	90% {  opacity: 1; -webkit-transform:  translateY(00px); }
	95% {  opacity: 1; -webkit-transform:  translateY(00px); }
	100% { opacity: 0; -webkit-transform:   translateY(300px);  }
}
@-moz-keyframes fadeInright { 
	0% { opacity: 0; -moz-transform:  translateY(300px); }
	25% { opacity: 1; -moz-transform:   translateY(00px);); }
	45% { opacity: 1; -moz-transform:  translateY(00px); }
	50% { opacity: 1; -moz-transform:  translateY(00px); }
	90% {  opacity: 1; -moz-transform:  translateY(00px); }
	95% {  opacity: 1; -moz-transform:  translateY(00px); }
	100% { opacity: 0; -moz-transform:   translateY(300px);  }

}
@-o-keyframes fadeInright {
	0% { opacity: 0; -o-transform:  translateY(300px); }
	25% { opacity: 1; -o-transform:   translateY(00px);); }
	45% { opacity: 1; -o-transform:  translateY(00px); }
	50% { opacity: 1; -o-transform:  translateY(00px); }
	90% {  opacity: 1; -o-transform:  translateY(00px); }
	95% {  opacity: 1; -o-transform:  translateY(00px); }
	100% { opacity: 0; -o-transform:   translateY(300px);  }

	
}


@keyframes fadeInright 
{
	0% { opacity: 0; transform: translateY(300px); }
	25% { opacity: 1; transform: translateY(0px); }
	45% { opacity: 1; transform: translateY(0px); }
	50% { opacity: 1; transform: translateY(0px); }
	90% {  opacity: 1; transform: translateY(0px); }
	95% {  opacity: 1; transform: translateY(0px); }
	100% { opacity: 0; transform: translateY(300px); }
}

.flex-active-slide a.slide-btn {
-webkit-animation:fadeInBtn ease-in 1;
-moz-animation:fadeInBtn ease-in 1;
-o-animation:fadeInBtn ease-in 1;
animation:fadeInBtn ease-in 1;
-webkit-animation-fill-mode:forwards;
-moz-animation-fill-mode:forwards;
-o-animation-fill-mode:forwards;
animation-fill-mode:forwards;
-webkit-animation-duration:2.5s;
-moz-animation-duration:2.5s;
-o-animation-duration:2.5s;
animation-duration:2.5s;
}
@-webkit-keyframes fadeInBtn {
	0% { opacity: 0; }
	75% { opacity: 0; }
	100% { opacity: 1; }
}
@-moz-keyframes fadeInBtn { 
	0% { opacity: 0; }
	75% { opacity: 0; }
	100% { opacity: 1; }
}
@-o-keyframes fadeInBtn {
	0% { opacity: 0; }
	65% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes fadeInBtn {
	0% { opacity: 0; }
	75% { opacity: 0; }
	100% { opacity: 1; }
}

.flexslider ul li div.flex-caption , .flexslider ul li div.container {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;}
.flexslider ul li p { line-height:30px;font-family: "Latha-Bold"; color:#eded69; text-align:center; font-size: 19px !important; font-weight: 500; padding: 1% !important; position: absolute; right: 21%; top: 60%;width: 58%;}
.flexslider ul li div.flex-caption { text-align:center; font-family: "Latha-Bold"; font-size: 26px;bottom: 0; height: 100%;  padding: 0;}
.flexslider ul li div.container { text-align:center; height: 100%; left: 0; padding: 0; position: relative; top: 0; width: 100%;}
.flex-caption h1 { line-height:30px;font-family: "Latha-Bold";font-size: 19px !important; text-align:center; top: 60%; color: rgba(0, 0, 0, 0) !important; padding:1% !important;right: 21%; position: absolute;  width: 58%;}




