
.transperant{padding:15px; height:auto; width:35%; color:#FFFFFF; position:absolute; text-transform:uppercase;
 z-index:99999999; top:50%; letter-spacing:0.05em; left:6%; /*background:rgba(0,0,0,0.8)*/ font-weight:bold}
 
 .transperant h1{font-size:38px;}
.transperant a{text-transform:none !important; }


.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;}




.flexslider {margin: 0; padding: 0;  position:relative;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; position:relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}


.desk {display: block !important;}
.mobile {display: none !important; }


.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; 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; margin:auto; width:100%; height:auto;}
@media only screen and (max-width: 768px) {
	
	.flexslider { top:auto}
	
	.transperant{width:60%; }
	
	 .transperant h1{font-size:28px;}
	
}

@media only screen and (max-width: 479px) {
	
	.desk {display: none !important;}
.mobile {display: block !important;}

.transperant{padding:5px; height:auto; width:70%; color:#FFFFFF; bottom:0; left:2%;
top:30%; 
  }
 

 .transperant h1{font-size:18px;}
 .transperant p{font-size:10px; margin-bottom:0}
 .flex-direction-nav {display:none}
 .flex-control-nav{display:none}
}


.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }

.flexslider .slides { zoom: 1; }


/* Direction Nav */
.flex-direction-nav {}
.flex-direction-nav a  { text-decoration:none; display: none; width:40px; height:40px; margin:0; position:absolute; z-index:999; top:40%; 
						overflow: hidden; cursor: pointer; text-indent:-9999px;
						 -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease;*/ }
			
.flex-direction-nav .flex-prev { left: 0; width:56px; height:68px; background:url(../images/left.png) no-repeat; color:#000;}
.green-section .flex-direction-nav .flex-prev{ left: -50px;} 
.flex-direction-nav .flex-next { right: 0; text-align:right;  width:56px; height:68px; background:url(../images/right.png) no-repeat; color:#000;}
.green-section .flex-direction-nav .flex-next{ right: -50px;} 
.flexslider:hover .flex-prev { opacity: 0.7; }
.flexslider:hover .flex-next { opacity: 0.7; }
.flexslider:hover .flex-next:hover{ opacity: 1;  }
.flexslider:hover .flex-prev:hover{ opacity: 1;  }

.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }


/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-size: 20px; display: inline-block; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.green-section .flex-control-nav{display:none}/*convertrivia*/
.flex-control-nav { position: absolute; bottom:50px; text-align: center; z-index:10; right:10%; width:auto; }
.flex-control-nav li {margin: 0 4px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 13px; height: 13px; display: block; background:#FFF; 
							cursor: pointer; text-indent: -9999px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
							-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); 
							box-shadow: inset 0 0 3px rgba(0,0,0,0.3); border-radius:35px}
.flex-control-paging li a:hover { background: #CCC; }
.flex-control-paging li a.flex-active { background: #0095da; cursor: default; }

.flex-control-thumbs {margin: 5px 0 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;}

