/*

	Supersized - Fullscreen Slideshow jQuery Plugin
	Version : 3.2.7
	Site	: www.buildinternet.com/project/supersized
	
	Author	: Sam Dunn
	Company : One Mighty Roar (www.onemightyroar.com)
	License : MIT License / GPL License
	
*/
@font-face {
    font-family: Geometric231;
    src: url(Geometric_231_Heavy_BT.ttf);
}

* { margin:0; padding:0; }
body { background:#111; height:100%; }
	img { border:none; }
	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}
	
	#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
		#supersized a { width:100%; height:100%; display:block;position:absolute;top:0; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
			.logo{
			display:block;
			margin:2% auto;
			float:none;
			max-width:100%;
			}
			.button{
			display:table;
			float:none;
			margin:0 auto;
			padding:5px 10px;
			border:2px solid #f26488;
			text-decoration:none;
			color:#f26488;
			font-weight:bold;
			background:rgba(255,255,255,0.6);
			}
			.span1, .span2 , .span3{
			display:table;
			margin:0 auto;
			float:none;
			color:#fff;
			background-color:rgba(0,0,0,0.4);
			padding:0 10px;
			} 
			#slidefillimage {
				
				padding:0 10px;
				text-indent: 10px;
				color: #FFFFFF;
				background-color: rgba(0,0,0,0.4); 
				font: 400 16px "Geometric231"; 
				margin:auto;
				
				z-index:999;
				position:relative;
				text-align:center;
				width:50%
			}
			#supersized li.slide-2 img{opacity:0.8;} 

			@media (min-width: 300px) {
			#header { height: 760px !important}
   
			#slidefillimage {margin-top:70%; font-size: 100%;font-weight:bold;}
			.button{font-size:100%; margin-top:35%;}
	
			}

			@media (min-width: 500px) {
			#header { height: 760px !important}
			   .span1, .span2 , .span3 { font-size: 60%; }
			   #slidefillimage {margin-top:45%; font-size: 80%;font-weight:bold; }
			   .span2{margin-top:4%}
			   .span3{margin-top:4%}
			   .button{font-size:100%; margin-top:25%;}
			}

@media (min-width: 867px) {
	#slidefillimage { margin-top:30%;
					  font-size:150%; 
					  font-weight:bold;
					  line-height: 15px;
					}
	.button{font-size:130%; margin-top: 22%;}
} 

@media (min-width: 1200px) { 
	#slidefillimage { margin-top:25%;
					font-size: 2.6em; 
					font-weight:bold;
					line-height: 50px;
					}
	.span2 , .span3 {margin-top:2.5%} 
	.button{font-size:150%; margin-top:20%;}
}