@charset "UTF-8";

#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 { 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 a { z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; display:block; }
#supersized a.prevslide { z-index:-20; }
#supersized a.activeslide { z-index:-10; }
#supersized a.image-loading { background:#111 url(img/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized a.prevslide img, #supersized a.activeslide img{ display:inline; }

#lastslide	{ position:absolute; width:50%; top:50%; left:50%;}
#lastslide { display:none; }
#lastslide div { position:absolute; width:50%; max-width:280px; min-width:180px; top:15%; left:25%; }
#lastslide div img { display:block; width:100% }
#lastslide div a { 
	display:block;
	text-align: center;
	margin: 1.5em auto 0.75em;
	background-color:rgba(78,56,104,1.00);
	font-size: 1.25em;
	line-height: 3;
	color: #fff;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	text-transform: uppercase;
}
#lastslide div a:hover { 
	background-color:rgba(78,56,104,0.5)
}
#lastslide p {
	font-size: 0.9em;
	color: #333;
	padding-left: 0.5em;
	text-align: center;
}