html, body {
display: block;
width: 100%;
height:100%;
margin: 0;
padding: 0;
box-sizing: border-box;
}
	#cycle-loader {
	height:32px;
	left:50%;
	margin:-8px 0 0 -8px;
	position:absolute;
	top:50%;
	width:32px;
	z-index:999;
	}
	#maximage {
	display:none;
	position:fixed !important;
	}
	#gradient {
	left:0;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:999;
	}

#main {
display: flex;
height: 100%;
width: 100%;
margin: 0;
box-sizing: border-box;
padding: 20px;
justify-content: center;
align-items: center;
}
.section {
box-sizing: border-box;
width: 100%;
margin: 0 auto;
padding: 20px;
max-width: 1040px;
}
	#content {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 600px;
	padding: 0 20px;
	margin: 20px auto;
	font: 400 17px "Roboto","Helvetica Neue",Helvetica,sans-serif;
	color: #000000;
	}
	#content a, #text a {color:#336699;}

#domain, #contact, #form {
box-sizing: border-box;
background-color: #FFFFFF;
padding: 10px;
text-align: center;
border: 2px solid #CDCDCD;
border-radius: 5px;
}
	#domain {
	padding: 20px 0px;
	margin-bottom: 20px;
	font-size: 25px;
	text-transform: uppercase;
	}
	#form {
	border:0;
	}
	#text {
	display: block;
	box-sizing: border-box;
	width: calc(100% - 40px);
	max-width: 1000px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border: 2px solid #CDCDCD;
	border-radius: 5px;
	padding: 20px;
	text-align: left;
	font: 400 14px "Roboto","Helvetica Neue",Helvetica,sans-serif;
	color: #555555;
	}
	#text p {
	margin-bottom: 20px;
	}
	.rounded {-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; outline:0; -webkit-appearance:none;}
	.shadow {box-shadow:4px 4px 8px #666666; -moz-box-shadow:4px 4px 8px #666666; -webkit-box-shadow:4px 4px 8px #666666;}
	.transparent {opacity:0.95; filter:alpha(opacity=95); -moz-opacity:0.95;}
	.transparent2 {opacity:0.90; filter:alpha(opacity=90); -moz-opacity:0.90;}
	.hidden {display:none;}
.clearfix:after {visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0;}
.clearfix {display: inline-block; }
* html .clearfix {height: 1%; }
.clearfix {display: block; }

#arrow_left, #arrow_right {
bottom:30px;
height:67px;
position:absolute;
right:30px;
width:36px;
z-index:1000;
}
	#arrow_left {
	right:86px;
	}
	#arrow_left:hover, #arrow_right:hover {
	bottom:29px;
	}
	#arrow_left:active, #arrow_right:active {
	bottom:28px;
	}
a {color:#666;text-decoration:none;}
a:hover {text-decoration:underline;}

.in-slide-content { 
color:#333;
float:right;
font-family:'Helvetica Neue', helvetica;
font-size:60px;
font-weight:bold;
right:0;
margin:40px;
padding:20px;
position:absolute;
top:0;
width:700px;
z-index:9999;
text-shadow: 0 1px 0 #fff;
}
	.light-text {color:#f0f0f0;text-shadow: 0 1px 0 #666;}
	.smaller-text {font-size:40px;}
	.youtube-video, video {
	left:0;
	position:absolute;
	top:0;
	}

.c {display:block; margin:0 auto; width: 100%; max-width: 600px;}
.k {float:left; width:200px; height:24px; line-height:30px; text-align:right; font-size:15px; padding-right:10px; margin-bottom:7px;}
.d {float:left; clear:right; width:220px; height:24px; line-height:24px; clear:right; text-align:left; margin-bottom:10px;}
.d input {width:200px; height:28px; font-size:15px; padding:4px 4px; border: 2px solid #BBB;box-sizing: border-box; border-radius: 4px;}
#button { width:200px; font-size: 13px; height:30px; color: #333; background-color: #ffea3c; border: 2px solid #BBB; font-weight:bold;}
@media only screen and (max-width: 600px) {.c {width: 90%; max-width: 600px;} .k {width:100%;text-align:left;clear:both;} .d, .d input, #button {width:100%;}}
