@charset "iso-8859-9";
/* CSS Document */

img {
	border: 0;
}
@font-face {
	font-family: 'Gothic';
	src: url('../fonts/Gothic.eot');
	src: url('../fonts/Gothic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gothic.woff') format('woff'),
		url('../fonts/Gothic.ttf') format('truetype'),
		url('../fonts/Gothic.svg#Gothic') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
}
#backgrounds {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../images/background_main.jpg) top center no-repeat;
	background-size: cover;
	z-index: 1000;
}
#backgrounds div {
	position: fixed;
	width: 100%;
	height: 100%;
	background: top center no-repeat;
	background-size: cover;
	display: none;
}
nav {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 75px;
	background-color: rgba(0,0,0,0.5);
	z-index: 100000;
}
#main_menu {
	list-style: none;
	position: fixed;
	left: 50%;
	top: 0px;
	width: 924px;
	padding: 0;	
	margin: 0 0 0 -472px;
}
#main_menu li {
	float: left;
	display: block;
	font-family: 'Gothic';
	font-size: 20px;
	line-height: 75px;
	margin: 0 20px 0 20px;
}

#main_menu li a {
	color: #FFFFFF;
	text-decoration: none;
}
nav div {
	position: fixed;
	left: 50%;
	top: 10px;
	background-color: rgba(0,0,0,0.75);
	padding: 16px 20px 10px 20px;
	display: none;
	z-index: 1000000;
}
nav div h1 {
	font-family: 'Gothic';
	font-weight: normal;
	font-size: 20px;
	color: rgba(255,255,255,1.00);
	margin: 0 0 10px 0;
	padding: 0;
}
nav div h2 {
	font-family: 'Gothic';
	font-weight: normal;
	font-size: 15px;
	color: rgba(255,255,255,1.00);
	margin: 0 0 5px 0;
	padding: 0;
}
nav div ul {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 10px;
}
nav div li {
	font-family: 'Gothic';
	font-weight: normal;
	font-size: 12px;
	color: rgba(255,255,255,1.00);
	margin: 0 0 5px 0;
	padding: 0;
}
nav div li a {
	color: #FFFFFF;
	text-decoration: none;
}
nav div input {
	margin: 0 0 15px 0;
	width: 93%;
	padding: 5px;
	border: 1px solid rgba(255,255,255,1.00);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font: normal 12px/normal 'Gothic';
	color: rgba(255,255,255,1.00);
	background: rgba(64,64,64,1);
}
#logo {
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: 100px;
	margin-top: -120px;
	z-index: 100000;
}
main section {
	position: absolute;
	left: 50%;
	top: 100px;
	margin: 0 0 80px -500px;
	width: 1000px;
	display: none;
	z-index: 10000;
}
main section h1 {
	font-family: 'Gothic';
	font-weight: normal;
	font-size: 25px;
	color: rgba(0,0,0,1.00);
	margin: 50px 0 40px 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
main section h2 {
	font-family: 'Gothic';
	font-weight: normal;
	font-size: 20px;
	color: rgba(0,0,0,1.00);
	margin: -30px 0 40px 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
main section h1::after {
	content:'';
	display: block;
	width: 50%;
	margin: 10px 0 0 25%;
	border-bottom: 1px solid rgba(0,0,0,0.5);
}
main section p {
	font-family: 'Gothic';
	font-weight: normal;
	font-size: 16px;
	color: rgba(0,0,0,1.00);
	margin: 0 0 20px 0;
	padding: 0;
}
main section img {
	margin: 0 0 20px 0;
}
.thumbnail {
	float: left;
	margin: 0 10px 10px 0;
	width: 192px;
	/*
	height: 420px;
	*/
	overflow: hidden;
}
.thumbnail img {
	margin: 0;
}
.thumbnail p {
	/*
	position: relative;
	display: block;
	*/
	width: 192px;
	height: 20px;
	overflow: hidden;
	/*
	margin-top: -40px;
	*/
	text-align: center;
	font-family: 'Gothic';
	font-weight: normal;
	font-size: 20px;
	color: rgba(0,0,0,1.00);
	line-height: 20px;
}
.thumbnail a {
	text-decoration: none;
}
footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50px;
	background-color: rgba(0,0,0,0.25);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 50px;
	text-align: center;
	color: rgba(255,255,255,0.50);
	z-index: 100000;
}
#loading {
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -10px 0 0 -25px;
	z-index: 1000000;
	display: none;
}