/*** FONTS ***/

@font-face {
	font-family: Lobster;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/lobster.ttf), url(../fonts/lobster.woff);
}

@font-face {
	font-family: OpenSans;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/opensans.ttf), url(../fonts/opensans.woff);
}

@font-face {
	font-family: OpenSans;
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/opensans-light.ttf), url(../fonts/opensans-light.woff);
}

@font-face {
	font-family: OpenSans;
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/opensans-bold.ttf), url(../fonts/opensans-bold.woff);
}

/*** GLOBAL ***/

body {
	z-index: auto;
	overflow: auto;
	position: static;
	display: block;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: #000000;
	opacity: 1;
}

#interface {
	z-index: 0;
	overflow: hidden;
	position: absolute;
	display: block;
	height: auto;
	min-height: 100%;
	max-height: none;
	width: auto;
	min-width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
}

#spinload {
	z-index: 1000000;
	overflow: hidden;
	position: fixed;
	display: block;
	height: auto;
	min-height: 100%;
	max-height: none;
	width: auto;
	min-width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: #000000;
	opacity: 1;
}

#frame {
	z-index: 1000000;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
}

.thin {
	z-index: 0;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	min-height: 0;
	max-height: none;
	width: auto;
	min-width: 0;
	max-width: 600px;
	margin: 0 auto 0 auto;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
}

.large {
	z-index: 0;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	min-height: 0;
	max-height: none;
	width: auto;
	min-width: 0;
	max-width: 1800px;
	margin: 0 auto 0 auto;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
}

.left {
	float: left;
	z-index: 0;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
}

.right {
	float: right;
	z-index: 0;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
}

.clear {
	clear: both;
	z-index: 0;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
}

.x5 {
	width: 5%;
}

.x10 {
	width: 10%;
}

.x15 {
	width: 15%;
}

.x20 {
	width: 20%;
}

.x25 {
	width: 25%;
}

.x30 {
	width: 30%;
}

.x35 {
	width: 35%;
}

.x40 {
	width: 40%;
}

.x45 {
	width: 45%;
}

.x50 {
	width: 50%;
}

.x55 {
	width: 55%;
}

.x60 {
	width: 60%;
}

.x65 {
	width: 65%;
}

.x70 {
	width: 70%;
}

.x75 {
	width: 75%;
}

.x80 {
	width: 80%;
}

.x85 {
	width: 85%;
}

.x90 {
	width: 90%;
}

.x95 {
	width: 95%;
}

.x100 {
	width: 100%;
}

p, a, h1, h2, h3, h4, h5, h6 {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

.fast {
	-webkit-transition: margin 0.25s linear, background 0.25s linear, opacity 0.25s linear, color 0.25s linear, box-shadow 0.25s linear;
	-moz-transition: margin 0.25s linear, background 0.25s linear, opacity 0.25s linear, color 0.25s linear, box-shadow 0.25s linear;
	-ms-transition: margin 0.25s linear, background 0.25s linear, opacity 0.25s linear, color 0.25s linear, box-shadow 0.25s linear;
	-o-transition: margin 0.25s linear, background 0.25s linear, opacity 0.25s linear, color 0.25s linear, box-shadow 0.25s linear;
	transition: margin 0.25s linear, background 0.25s linear, opacity 0.25s linear, color 0.25s linear, box-shadow 0.25s linear;
}

.slow {
	-webkit-transition: margin 0.50s linear, background 0.50s linear, opacity 0.50s linear, color 0.50s linear, box-shadow 0.50s linear;
	-moz-transition: margin 0.50s linear, background 0.50s linear, opacity 0.50s linear, color 0.50s linear, box-shadow 0.50s linear;
	-ms-transition: margin 0.50s linear, background 0.50s linear, opacity 0.50s linear, color 0.50s linear, box-shadow 0.50s linear;
	-o-transition: margin 0.50s linear, background 0.50s linear, opacity 0.50s linear, color 0.50s linear, box-shadow 0.50s linear;
	transition: margin 0.50s linear, background 0.50s linear, opacity 0.50s linear, color 0.50s linear, box-shadow 0.50s linear;
}

.border {
	-webkit-box-shadow: inset 0 0 0 2px #FFFFFF;
	-moz-box-shadow: inset 0 0 0 2px #FFFFFF;
	-ms-box-shadow: inset 0 0 0 2px #FFFFFF;
	-o-box-shadow: inset 0 0 0 2px #FFFFFF;
	box-shadow: inset 0 0 0 2px #FFFFFF;
}

.border:hover {
	-webkit-box-shadow: inset 0 0 0 10px #FFFFFF;
	-moz-box-shadow: inset 0 0 0 10px #FFFFFF;
	-ms-box-shadow: inset 0 0 0 10px #FFFFFF;
	-o-box-shadow: inset 0 0 0 10px #FFFFFF;
	box-shadow: inset 0 0 0 10px #FFFFFF;
}

.shadow {
	-webkit-box-shadow: 0 10px 10px -10px #000000;
	-moz-box-shadow: 0 10px 10px -10px #000000;
	-ms-box-shadow: 0 10px 10px -10px #000000;
	-o-box-shadow: 0 10px 10px -10px #000000;
	box-shadow: 0 10px 10px -10px #000000;
}

.wrap {
	z-index: 0;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 0;
	padding: 10px 10px 10px 10px;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
}

.collection {
	z-index: 0;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 10px 10px 10px 10px;
	padding: 20px 20px 20px 20px;
	outline: 0;
	border: 0;
	border-radius: 4px 4px 4px 4px;
	background: #FFFFFF;
	opacity: 1;
}

.field {
	z-index: 0;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	min-height: 0;
	max-height: none;
	width: auto;
	min-width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
	font: 14px/20px OpenSans, Helvetica, Arial;
	color: #000000;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
}

.area {
	z-index: 0;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	min-height: 100px;
	max-height: none;
	width: auto;
	min-width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
	font: 14px/20px OpenSans, Helvetica, Arial;
	color: #000000;
	text-align: left;
	text-decoration: none;
	text-shadow: none;
}

.button {
	z-index: 0;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 10px 10px 10px 10px;
	padding: 20px 20px 20px 20px;
	outline: 0;
	border: 0;
	border-radius: 4px 4px 4px 4px;
	background: transparent;
	opacity: 1;
	font: 20px/20px OpenSans, Helvetica, Arial;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}

.button:hover {
	z-index: 0;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 10px 10px 10px 10px;
	padding: 20px 20px 20px 20px;
	outline: 0;
	border: 0;
	border-radius: 4px 4px 4px 4px;
	background: #FFFFFF;
	opacity: 1;
	font: 20px/20px OpenSans, Helvetica, Arial;
	color: #000000;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}

/*** GALLERY ***/

#gallery {
	z-index: 0;
	overflow: hidden;
	position: fixed;
	display: block;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
}

#gallery .slide {
	z-index: 0;
	overflow: visible;
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent no-repeat fixed center center;
	opacity: 0;
}

/*** HERO ***/

#hero {
	z-index: 1000;
	overflow: hidden;
	position: fixed;
	display: block;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
}

#hero .clock {
	z-index: 0;
	overflow: visible;
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
}

#hero .content {
	z-index: 0;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
}

#hero .content .thin .wrap .topic {
	z-index: 0;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 10px 10px 10px 10px;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
	font: 50px/50px Lobster, Helvetica, Arial;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 2px 0 #000000;
}

#hero .content .thin .wrap .time {
	z-index: 0;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 200px 10px 10px 10px;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
	font: 20px/30px OpenSans, Helvetica, Arial;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 2px 0 #000000;
}

/*** ABOUT ***/

#about {
	z-index: 0;
	overflow: hidden;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent url(../images/diamond.png) repeat scroll top center;
	opacity: 1;
}

#about .content {
	z-index: 0;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 80px auto 80px auto;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
}

#about .content .large .wrap .topic {
	z-index: 0;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 10px 10px 10px 10px;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
	font: 300 50px/50px OpenSans, Helvetica, Arial;
	color: #000000;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 2px 0 #FFFFFF;
}

#about .content .large .wrap .hint {
	z-index: 0;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 10px 10px 10px 10px;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
	font: 16px/20px OpenSans, Helvetica, Arial;
	color: #000000;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}

#about .content .large .wrap .quote {
	z-index: 0;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 10px 10px 10px 10px;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
	font: 20px/30px OpenSans, Helvetica, Arial;
	color: #000000;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}

/*** CONTACT ***/

#contact {
	z-index: 0;
	overflow: hidden;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
}

#contact .content {
	z-index: 0;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 80px auto 80px auto;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
}

#contact .content .thin .wrap .topic {
	z-index: 0;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 10px 10px 10px 10px;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
	font: 300 50px/50px OpenSans, Helvetica, Arial;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 2px 0 #000000;
}

#contact .content .thin .wrap .hint {
	z-index: 0;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 10px 10px 10px 10px;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
	font: 16px/20px OpenSans, Helvetica, Arial;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}

#contact .content .thin .wrap .data {
	z-index: 0;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
}

#contact .content .thin .wrap .coverage {
	z-index: 0;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 10px 10px 10px 10px;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
}

#contact .content .thin .wrap .coverage .icon {
	z-index: 0;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 50px 50px 50px 50px;
	background: transparent;
	opacity: 1;
}

/*** MAP ***/

#map {
	z-index: 0;
	overflow: hidden;
	position: relative;
	display: block;
	height: 400px;
	width: 100%;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent url(../images/diamond.png) repeat scroll top center;
	opacity: 1;
}

#map .content {
	z-index: 0;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
}

/*** LEGAL ***/

#legal {
	z-index: 0;
	overflow: hidden;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: #000000;
	opacity: 1;
}

#legal .content {
	z-index: 0;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
}

#legal .content .thin .wrap .copyright {
	z-index: 0;
	overflow: visible;
	position: relative;
	display: block;
	height: auto;
	width: auto;
	margin: 10px 10px 10px 10px;
	padding: 0;
	outline: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	opacity: 1;
	font: 14px/20px OpenSans, Helvetica, Arial;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
}
