@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,400i,600,600i');

body {
	background-color: #000000;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
img {
	max-width: 100%;
}
#cover {
	height: 100vh;
	max-width: 100%;
	margin: auto;
	display: block;
}
#catalogContainer {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
#catalog {
	width: 100%;
	height: 800px;
	overflow: hidden;
}
#catalog img {
	max-height: 100vh;
}
#loginContainer {
	position: fixed;
	top: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	text-align: center;
	display: none;
}
#loginForm {
	position: relative;
	top: 80px;
	width: 300px;
	max-width: 96%;
	overflow: hidden;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 15px;
	background-color:#FFFFFF;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333333;	
	
}
#loginForm a {
	font-size: 12px;
	color: #333333;
	padding: 3px 9px;
	border: solid 1px #333333;
	text-decoration: none;
}
#submitButton {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 21px;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #333333;
	border: solid 3px #FFFFFF;
	border-radius: 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 8px 16px;
}
#tryButton {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 21px;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #000000;
	border: solid 1px #FFFFFF;
	border-radius: 20px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 8px 16px;
	text-decoration: none;
}
#header {
	position: relative;
	width: 100%;
	height: 80px;
	background-color: #000000;
	overflow: hidden;
}
#headLogo {
	width: 200px;
	margin: 0px 25px;
	vertical-align: top;
}
#header ul {
	position: relative;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#header ul li {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	margin: 8px 10px 0px 10px;
	line-height: 60px;
	border-bottom: solid 2px #000000;
	display: inline-block;
}
#header ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#header ul li:hover {
	border-bottom: solid 2px #FFFFFF;
}
#mainArea {
	position: relative;
	width: 90%;
	margin: auto;
	overflow: hidden;
}
#beltVideo {
	width: 750px;
	max-width: 96%;
	height: auto;
	margin: auto;
	margin-top: 25px;
	display: block;
}
#fullScreenPic {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color:#000000;
	z-index: 100;
	display: none;
}
#fullScreenPic img {
	width: 96%;
	margin: auto;
	display: block;
}
#fullScreenClose {
	position: fixed;
	top: 15px;
	right: 20px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
}
#fullScreenClose a {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	padding: 5px 15px;
	border: solid 1px #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 165%;
	color: #FFFFFF;
}
.basicText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 165%;
	color: #FFFFFF;
}
.basicText a {
	color: #FFFFFF;
	text-decoration: none;
}
.basicText a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
}
.largeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: normal;
	line-height: 165%;
	color: #FFFFFF;
}
.largeText a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 8px 14px;
	border: solid 1px #FFFFFF;
}
.largeText a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}
.formText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	color: #FFFFFF;
}
#preload {
	display: none;
}
input {
	width: 50%;
	min-width: 280px;
}
textarea {
	width: 80%;
	min-width: 280px;
}
#submitButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 165%;
	color: #FFFFFF;
	background-color:#000000;
	border: solid 1px #FFFFFF;
	padding: 8px 20px;
}
#submitButton:hover {
	background-color:#444444;
}
.leftContainer {
	position: relative;
	float: left;
	width: 46%;
	text-align: center;
	padding: 5px;
	overflow: hidden;
}
.rightContainer {
	position: relative;
	float: right;
	width: 46%;
	text-align: center;
	padding: 5px;
	overflow: hidden;
}
.thirdContainer {
	position: relative;
	float: left;
	width: 30%;
	text-align: left;
	padding: 0px;
	margin: 10px;
	overflow: hidden;
}
.overPoint {
	cursor: pointer;
}

@media only screen and (max-width: 1160px) {
	#header ul li:first-of-type {
		display: block;
	}
	#header ul li {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	margin: 2px 8px 0px 8px;
	line-height: 30px;
	border-bottom: solid 1px #000000;
	display: inline-block;
	}
	#header ul li:hover {
	border-bottom: solid 1px #000000;
	}
	#header ul li a:hover {
	border-bottom: solid 1px #FFFFFF;
	}
	#header {
	height: auto;
	}
	.largeText {
	font-size: 18px;
	}
}
@media only screen and (max-width: 660px) {
	.leftContainer, .thirdContainer {
	float: none;
	width: 96%;
	padding: 0px;
	margin: auto;
	}
	.rightContainer {
	float: none;
	width: 96%;
	padding: 0px;
	margin: 25px auto;
	}
	.largeText {
	font-size: 16px;
	}
}