/*

	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@2x.gif) 2x)}#supersized{display:block;position:fixed;left:0;top:0;overflow:visible;height:100%;width:100%;z-index:-999;padding:0}#supersized img{width:auto;height:auto;max-width:none!important;position:relative;display:none;outline:0;border:none}#supersized.speed img{-ms-interpolation-mode:nearest-neighbor;image-rendering:-moz-crisp-edges}#supersized.quality img{-ms-interpolation-mode:bicubic;image-rendering:optimizeQuality}#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@2x.gif) 2x);width:100%;height:100%;z-index:10000000}#supersized li.image-loading img{visibility:hidden}#supersized li.activeslide img,#supersized li.prevslide img{display:inline}.supersized-nav{position:absolute;z-index:125;width:50px;top:50%;right:0;margin:-60px auto;padding:0;list-style:none;text-align:center;-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;-ms-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.supersized-nav li{margin:0 5px 15px 0;zoom:1}.supersized-nav li a{width:12px;height:12px;background-color:transparent;display:block;position:relative;padding:0;cursor:pointer;letter-spacing:1.8px;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;transition:all .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 .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.supersized-nav li a.active{width:12px;height:12px}.supersized-nav li a.active:before{width:10px;height:10px;top:0;left:0}#supersized,#supersized img{cursor:auto}#superNav.centerPosition{display:none;position:absolute;width:120px;margin-left:-60px;bottom:40px;left:50%}ul#supersized{margin:0!important}@media screen and (max-width:767px){#superNav.centerPosition{top:65px;bottom:auto}}