
/* Fullscreen */

#welcome {
  	position: relative;
	height: 100%;
}

#welcome .container {
	position: relative; 
	margin: 0 auto; 
	padding: 0;
	width:1000px;
  	height: 100%;
  	z-index: 600;
}

#welcome .slider-container {
	position:relative;
	width:100%;
	height:100%;
}

#welcome .description {
	position: absolute;
	width:100%;
  	top:50%;
	margin-top:-86.5px;
}

#welcome .slider-info {
  	margin: 0 100px;
}

#welcome .slider-info h1 {
	font-family:"Source Sans Pro", Arial, Helvetica, sans-serif;
  	font-size:68px;
	line-height:68px;
  	color: #000;
	text-transform:uppercase;
	font-weight:normal;
}

#welcome .slider-info h1 > span {
	display:block;
	font-size:47px;
	line-height:47px;
}

#welcome .slider-info h2 {
	font-family:"Source Sans Pro", Arial, Helvetica, sans-serif;
  	font-size:27px;
	line-height:27px;
  	color: #fffcfc;
	text-transform:uppercase;
	font-weight:normal;
	text-shadow:0 0 4px black;
}

/* Supersized */

#supersized {  
	display:block; 
	position:fixed; 
	left:0; 
	top:0; 
	overflow:hidden; 
	z-index:-999; 
	height:100%; 
	width:100%; 
}

#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 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; 
}	

#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%; 
	background:#fff; 
}

#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:#9a9a9a 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; 
}

#prevslide, #nextslide { 
	position:absolute; 
	height:83px; 
	width:48px;
	top:50%; 
	bottom:0;
	opacity:0;
	margin-top:-25px;
}

#prevslide.inter, #nextslide.inter { 
	top:200px; 
	opacity:0;
	margin:0;
}

#prevslide { 
	left:0; 
	background:url(../img/back.png); 
}

#nextslide { 
	right:0; 
	background:url(../img/forward.png); 
}

#prevslide:hover, #nextslide:hover { 
	cursor:pointer;
}

/* End Supersized */

/* End Fullscrean */

/* Header */

header {
  	position:absolute;
}

/* End Header */

/* Construction */

#construction {
	width: 100%;
	height:442px;
	background:url(../../images/construction.png) top center no-repeat;
	position: fixed;
  	bottom:0;
	z-index:100;
}

/* End Construction */

/* Footer */

footer {
  	position: absolute;
}

/* End Footer */
