@charset "UTF-8";

header {
	display: none;
}

a#logo, a#nav-link span, span#contact-link-icon {
	background-position: center bottom;
}

a#contact-link:link, a#contact-link:visited {
	color: #FFF;
}

#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #EEE;
	opacity: 0;
	transition: opacity 2s;
	-moz-transition: opacity 2s;
	-webkit-transition: opacity 2s;
}

#splash img {
	position: absolute;
	width: 100%;
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
	max-width: 200px;
}

#slideshow {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
}

.slideshow-item, #slideshow-click-item {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	overflow: hidden;
	left: 100%;
	-webkit-transform: translateZ(0);
}

#slideshow-click-item {
	left: 0;
}

.slideshow-item img, #slideshow-click-item img {
	position: absolute;
	-webkit-transform: translateZ(0);
}

.slideshow-item h2, #slideshow-click-item h2 {
	position: absolute;
	width: 290px;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	left: 50%;
	margin-left: -160px;
	text-transform: uppercase;
	bottom: 50px;
	text-align: center;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#slideshow-controls {
	position: fixed;
	bottom: 0;
	width: 100%;
}

#slideshow-controls a {
	height: 10px;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
	border-right: 1px solid rgba(0, 0, 0, 0.5);
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	float:left;
	bottom: 0;
	transition: background-color .5s;
	-moz-transition: background-color .5s;
	-webkit-transition: background-color .5s;
}

a#slideshow-control-1 {
	border-left: 1px solid rgba(0, 0, 0, 0);
}

a#slideshow-control-2 {
	left: 20%;
}

a#slideshow-control-3 {
	left: 40%;
}

a#slideshow-control-4 {
	left: 60%;
}

a#slideshow-control-5 {
	border-right: 1px solid rgba(0, 0, 0, 0);
	left: 80%;
}

#slideshow-controls a span {
	height: 10px;
	width: 100%;
	background-color: #FFF;
	background-color: rgba(255, 255, 255, 0.75);
	display: block;
	width: 0;
}