
.rad-icon {width:65%;
}

.banner{ 
          background-position:center top;
          background-repeat: no-repeat;
          
          background-size:100%; height:100vh; width:100%; 
		  padding-top:25%		  
}

.banner-2{background-image:url(../images/banner-2.png), url(../images/banner-2.jpg); 
          background-position:82% 41%, center top;
          background-repeat: no-repeat, no-repeat;
          background-attachment:scroll, fixed; 
          background-size:auto, cover; height:100vh; width:100%;          
}

.inner-page{background-image:url(../images/inner-page.jpg); 
           background-position:center top;
          background-repeat: no-repeat;
          background-attachment:fixed; 
          background-size:cover; height:300px; width:100%; padding-top:50px;         
}


.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:100vh;}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
	
	.banner{ 
         height:40vh; 
		 padding-top:20%;
		background-attachment: unset;		 
}
   
.flexslider { height:40vh;}
	
}
@media only screen and (max-width: 768px) {
	
	.flexslider { top:auto}

    .flex-direction-nav a {display:none;
    }
   
   .banner{ 
         height:40vh; 
		 padding-top:20%;
		background-attachment: unset;		 
}   
   .banner .container img{width:60%}
   
.flexslider { height:40vh;}


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

	
	

}

@media only screen and (max-width: 479px) {
	
   .banner{ 
         height:30vh; 
		 padding-top:22%;
		 background-attachment: unset;	 
}   
.banner .container img{width:55%}

.flexslider { height:30vh;}

 .flex-direction-nav {display:none}
 .flex-control-nav{display:none}


.inner-page{height:200px; padding-top:30px;         
}

.inner-page .container img{width:70%;         
}


}


.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 {display:none}
.flex-direction-nav a  { text-decoration: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: 40px; width:40px; height:40px; background:url(../images/left.png) no-repeat; color:#000;}
.green-section .flex-direction-nav .flex-prev{ left: -50px;} 
.flex-direction-nav .flex-next { right: 40px; text-align:right;  width:40px; height:40px; 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: 28px; height: 8px; display: block; background:#bbb9b8; 
							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:0px}
.flex-control-paging li a:hover { background: #CCC; }
.flex-control-paging li a.flex-active { background: #ffc200; 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;}

