@charset "utf-8";
/* CSS Document */

* { 
	margin: 0; 
	padding: 0; 
	border: none;
	text-decoration: none;
	font-family: 'Open Sans', sans;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
}

body, html { 
	width: 100%; 
	min-height: 100%; 
	height: 100%; 
} 

body { 
	background: url('../images/halftone.png') #646464; 
} 

.content img { max-width: 100%; height: auto; }

.box table { width: auto; }
.box table th { font-weight: 400; text-transform: uppercase; font-size: 13px; padding: 4px 10px 0 0; color: #919295;  }
.box table td { font-size: 14px; padding: 4px 10px 0 0;  }

.centered { text-align: center; }
.lefted { text-align: left; }
.righted { text-align: right; }

h1,h2,h3,h4 { line-height: 200%; }

.header h1 { line-height: 100%; margin-top: 20px; }
.header h2 { line-height: 100%; margin-top: 3px; }

h1 {
	font-family: 'Alegreya Sans SC', sans-serif;
	font-size: 44px;
	font-weight: 900; 
	text-align: center; 
	letter-spacing: -2px;
	color: #ffcb55; 
	text-shadow: 0 1px #fefefe, 0 -1px #e1e2e5; 
	-webkit-text-shadow: 0 1px #fff, 0 -1px #e1e2e5; 
	-moz-text-shadow: 0 1px #fff, 0 -1px #e1e2e5; 
	-o-text-shadow: 0 1px #fff, 0 -1px #e1e2e5; 
	-ms-text-shadow: 0 1px #fff, 0 -1px #e1e2e5; 
	text-transform: uppercase; 
}

h2 {
	font-family: 'Open Sans', sans;
	font-size: 21px; 
	text-align: center; 
	color: #c1c2c5; 
	text-shadow: 0 1px #fefefe, 0 -1px #fefefe; 
	-webkit-text-shadow: 0 1px #fefefe, 0 -1px #fefefe; 
	-moz-text-shadow: 0 1px #fefefe, 0 -1px #fefefe; 
	-o-text-shadow: 0 1px #fefefe, 0 -1px #fefefe; 
	-ms-text-shadow: 0 1px #fefefe, 0 -1px #fefefe; 
	text-transform: uppercase; 
	margin-bottom: 10px;
}

h3 {  
	font-family: 'Open Sans', sans;
	font-size: 16px; 
	text-align: center; 
	color: #919295;
	text-shadow: 0 1px #fefefe, 0 -1px #fefefe; 
	-webkit-text-shadow: 0 1px #fefefe, 0 -1px #fefefe; 
	-moz-text-shadow: 0 1px #fefefe, 0 -1px #fefefe; 
	-o-text-shadow: 0 1px #fefefe, 0 -1px #fefefe; 
	-ms-text-shadow: 0 1px #fefefe, 0 -1px #fefefe; 
	text-transform: uppercase; 
	margin: 0 0 10px 0;
}

.box ul { list-style-type: square; list-style-position: inside; }
.box ul li { font-size: 14px; margin-left: 5px; }

p { line-height: 140%; color: #333; font-size: 14px; padding-bottom: 10px; font-weight: 100; text-align: justify; }
.box a { text-decoration: underline; }
a:link, a:visited, a { color: inherit; }


input[type=text],
input[type=email] {
	padding: 6px 8px;
	width: 50%; 
	outline: 1px solid #e1e2e5;
	border: 1px solid #f1f2f5; 
	margin-bottom: 8px;
}
input[type=submit] {
	cursor: pointer;
	color: #646464;
	background: #ffcb55;
	width: 50%; 
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 0;
	border-radius: 3px;
	outline: 1px solid #e1e2e5;
	border: 1px solid #f1f2f5; 
	margin-bottom: 8px;
}

textarea {
	padding: 6px 8px;
	width: 50%;
	min-height: 150px; 
	outline: 1px solid #e1e2e5;
	border: 1px solid #f1f2f5; 
}
input[type=submit]:hover { 
	background: #efefef; 
}
select {
	padding: 6px 8px;
	width: 51%; 
}

.info { 
	position: absolute;
	z-index: 2;   
	padding: 80px 0 30px 0; 
	text-align: center;  
}
.box {
	margin: 0 0;
	padding: 20px 20px;
	display: block;	
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e1e2e5;	
}
.box .totop {
	font-family: Arial, Helvetica, sans-serif;
	display: none;
	font-size: 12px;
	background: #558CFF;
	margin-top: 8px;
	padding: 6px 10px;
	text-transform: uppercase;
	color: #fff;
	left: -5px;
	position: absolute;
	z-index: 10;
}
.box:target .totop {
	display: table;
}

.box:first-Child { border-top: none; }
.box:last-Child { border-bottom: none; }

.wrap { 
	position: absolute;
	background: #fff; 
	background: -webkit-linear-gradient(left, #f1f2f5 0%, #fff 8%, #fff 92%, #f1f2f5 100%); 
	background: -moz-linear-gradient(left, #f1f2f5 0%, #fff 8%, #fff 92%, #f1f2f5 100%);
	background: -o-linear-gradient(left, #f1f2f5 0%, #fff 8%, #fff 92%, #f1f2f5 100%);
	background: -ms-linear-gradient(left, #f1f2f5 0%, #fff 8%, #fff 92%, #f1f2f5 100%);
	z-index: 1;
	left: 50%; 
	margin: 20px 0 30px -512px; 
	display: table;
	width: 1024px;
	max-width: 100%; 
	box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	-o-box-shadow: 0 0 5px #999;
	-ms-box-shadow: 0 0 5px #999;
}
.header {
	text-align: center;
	padding: 10px 20px; 
	
}
.content {
	padding: 0 20px 20px 20px; 
	
}
.footer {
	font-size: 11px;
	color: #646464;
	padding: 5px 0;
	text-align: center; 
}

.navigation { margin-top: 10px; }

.navigation ul {
	display: table;
	margin: 0 auto;
	list-style-type: none;
	list-style-position: inside;
	padding: 0 20px 10px 20px;
	border-bottom: 1px solid #e1e2e5;
}

.navigation ul li {
	float: left;
	font-size: 12px;
	margin-right: 25px;
	text-transform: uppercase;
	color: #fff;
}

.navigation ul li:last-Child {
	margin-right: 0px;
}

img.thumb {
	height: 100px;
	width: auto; 	
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 1px) {
	.navigation { margin-top: 10px; }
	
	.navigation ul {
		display: table;
		margin: 0 auto;
		list-style-type: none;
		list-style-position: inside;
		padding: 0 20px 10px 20px;
		border-bottom: none:;
	}
	
	.navigation ul li {
		float: none;
		font-size: 12px;
		line-height: 30px;
		margin: 0 auto;
		text-transform: uppercase;
		color: #333;
		border-top: 1px solid #e1e2e5;
		border-bottom: 1px solid #fff;	
	}
	.navigation ul li:first-Child { border-top: none; }
	.navigation ul li:last-Child { border-bottom: none; }
	
	body { 
		padding: 0;
	}
	
	.wlan { 
		margin: 0;
		display: table;
		position: absolute;
		left: 10px;
		top: 85px;
		z-index: 2;
		width: 100px; 
		height: 137px;   
		text-align: center;  
		background: url('../images/wlan.png') top left no-repeat; 
		background-size: contain;
		max-width: 17%
	}	
	.wrap { 
		position: absolute;
		background: #fff;
		background: -webkit-linear-gradient(left, #f1f2f5 0%, #fff 8%, #fff 92%, #f1f2f5 100%); 
		background: -moz-linear-gradient(left, #f1f2f5 0%, #fff 8%, #fff 92%, #f1f2f5 100%);
		background: -o-linear-gradient(left, #f1f2f5 0%, #fff 8%, #fff 92%, #f1f2f5 100%);
		background: -ms-linear-gradient(left, #f1f2f5 0%, #fff 8%, #fff 92%, #f1f2f5 100%);
		z-index: 1;  
		margin: 0; 
		left: 0;
		display: table;
		width: 100%;
		max-width: 100%;		
		box-shadow: 0 0 10px #000;
		-webkit-box-shadow: 0 0 10px #000;
		-moz-box-shadow: 0 0 10px #000;
		-o-box-shadow: 0 0 10px #000;
		-ms-box-shadow: 0 0 10px #000;
	}
}
@media screen and (min-width: 1024px) {

	.navigation { margin-top: 15px; }
	
	.navigation ul {
		display: table;
		margin: 0 auto;
		list-style-type: none;
		list-style-position: inside;
		padding: 0 20px 10px 20px;
		border-bottom: 1px solid #e1e2e5;
	}
	
	.navigation ul li {
		float: left;
		font-size: 12px;
		margin-right: 25px;
		text-transform: uppercase;
		color: #333;
		border-top: none;
		border-bottom: none;
	}
	
	.navigation ul li:last-Child {
		margin-right: 0px;
	}

	body { 
		padding: 10px 0;
	}
	.wlan { 
		position: absolute;
		z-index: 2;
		width: 182px; 
		height: 250px; 
		text-align: center;  
		background: url('../images/wlan.png') top left no-repeat; 
		left: 50%;
		top: 2%;
		margin-left: -600px;
	}
	.wrap { 
		position: absolute;
		background: #fff; 
		background: -webkit-linear-gradient(left, #f1f2f5 0%, #fff 8%, #fff 92%, #f1f2f5 100%); 
		background: -moz-linear-gradient(left, #f1f2f5 0%, #fff 8%, #fff 92%, #f1f2f5 100%);
		background: -o-linear-gradient(left, #f1f2f5 0%, #fff 8%, #fff 92%, #f1f2f5 100%);
		background: -ms-linear-gradient(left, #f1f2f5 0%, #fff 8%, #fff 92%, #f1f2f5 100%);
		border: 1px solid #e1e2e5;
		z-index: 1;
		left: 50%; 
		margin: 20px 0 30px -512px; 
		display: table;
		width: 1024px;
		max-width: 100%; 
		box-shadow: 0 0 5px #999;
		-webkit-box-shadow: 0 0 5px #999;
		-moz-box-shadow: 0 0 5px #999;
		-o-box-shadow: 0 0 5px #999;
		-ms-box-shadow: 0 0 5px #999;
	}
}
