/*

	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
	
*/

/** { margin:0; padding:0; }
body { 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(../images/loading.gif) no-repeat center center;
		background-image: -Webkit-image-set(url(../images/loading.gif) 1x, url(../images/loading%402x.gif) 2x);  /* Image for Retina */
		}
	
	#supersized {  display:block; position:fixed; left:0px; top:0px; overflow:visible; height:100%; width:100%; z-index:-999; padding:0px 0px 0px 0px;}
	
	#supersized .sup_border { }
	
		#supersized img { width:auto; height:auto;  max-width:none !important; 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%; }
				
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { 
				background:#fff url(../images/loading.gif) no-repeat center center; 
				background-image: -Webkit-image-set(url(../images/loading.gif) 1x, url(../images/loading%402x.gif) 2x);  /* Image for Retina */
				width:100%; height:100%; z-index:10000000; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
			
			
			
/* Control Nav */


.supersized-nav {
	position: absolute;
	z-index:125;
	width:50px;
	top: 50%;
	right:0px;
	margin: -60px auto;
	padding: 0px;
	list-style: none;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}

.supersized-nav li, .supersized-nav li {	
	margin: 0 5px 15px 0px; 
	zoom: 1; 
	*display: inline;
	}

.supersized-nav li a { 
	width: 12px;
	height: 12px;	
	background-color: transparent;
	display: block; 
	position:relative; 
	padding:0px 0px 0px 0px; 
	cursor: pointer; 
	letter-spacing:1.8px;
	
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}

.supersized-nav li a:before {
	content:"";
	display:block;
	position:relative;
	width:6px;
	height:6px;
	
	top:2px;
	left:2px;	
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}

.supersized-nav li a.active { 
	width: 12px;
	height: 12px;
	}
	
.supersized-nav li a.active:before { 	
	width:10px;
	height:10px;
	top:0px;
	left:0px;
	}

#supersized,  #supersized img{
	cursor:auto;
	}

#superNav.centerPosition { display:none; position:absolute; width:120px; margin-left:-60px;  bottom:40px; left:50%; }

ul#supersized{
	  margin: 0px 0px 0px 0px !important;
	}
	
@media screen and (max-width: 767px) {	
	#superNav.centerPosition { top:65px; bottom: auto; }
	}