@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 {
	width: 1200px;
	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;
	margin: auto;
	display: block;
}
#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: 1200px;
	max-width: 98%;
	height: 80px;
	margin: auto;
	overflow: hidden;
}
#headLogo {
	position: relative;
	width: 450px;
	max-width: 40%;
	float: left;
	margin: 25px 15px 0px 0px;
	vertical-align: bottom;
}
#headNav {
	position: relative;
	width: 55%;
	float: right;
	margin-top: 25px;
}
#headNav ul {
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#headNav ul li {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #FFFFFF;
	margin: 8px 18px 0px 18px;
	line-height: 30px;
	border-bottom: solid 2px #000000;
	display: inline-block;
}
#headNav ul li:first-of-type {
	margin-left: 0px;
}
#headNav ul li:last-of-type {
	margin-right: 0px;
}
#headNav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#headNav ul li:hover {
	border-bottom: solid 2px #FFFFFF;
}
#mainArea {
	position: relative;
	width: 1200px;
	max-width: 90%;
	margin: 25px auto;
	overflow: hidden;
}
#beltVideo {
	width: 750px;
	max-width: 96%;
	height: auto;
	margin: auto;
	margin-top: 25px;
	display: block;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	line-height: 165%;
	color: #FFFFFF;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #444444;
	margin-top: 25px;
}
.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;
	margin-bottom: 0px;
}
.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;
}
.frontContent {
	position: relative;
	vertical-align:top;
	width: 30%;
	min-width: 210px;
	text-align: center;
	padding: 0px;
	margin: 0px 15px;
	overflow: hidden;
	display: inline-block;
}
.thirdContent {
	position: relative;
	vertical-align:top;
	width: 20%;
	min-width: 210px;
	text-align: center;
	padding: 0px;
	margin: 0px 5px;
	overflow: hidden;
	display: inline-block;
}
.thirdContainer {
	position: relative;
	/* float: left; */
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px 5px;
	overflow: hidden;
	display: inline-block;
}
.thirdContainer img {
	max-height: 412px;
	max-width: 100%;
	margin: 0px auto;
}
.thirdContainer p {
	text-transform:uppercase;
}
.columnContainer {
	position: relative;
	width: 100%;
	text-align: center;
}
.thirdContainer p {
	margin-bottom: 38px;
}
.overPoint {
	cursor: pointer;
}
.contactButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 165%;
	color: #FFFFFF;
	text-align: center;	
}
.contactButton a {
	color: #FFFFFF;
	padding: 12px 20px;
	border: solid 1px #FFFFFF;
	text-decoration: none;
	display: inline-block;	
}
.contactButton a:hover {
	color: #FFFFFF;
	background-color: #999999;
}
.leftPicBox {
	position: relative;
	float: left;
	margin: 0px 15px 0px 0px;
	background-color: #000000;
	width: 350px;
	max-width: 45%;
	text-align: center;
	z-index: 10;
}
.rightPicBox {
	position: relative;
	float: right;
	margin: 0px 0px 0px 15px;
	background-color: #000000;
	width: 350px;
	max-width: 45%;
	text-align: center;
	z-index: 10;
}
.leftPicBox p, .rightPicBox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;	
}
.leftPicBox img, .rightPicBox img {
	width: 96%;
}
.preLoad {
	display: none;
}
#contactContainer {
	position: relative;
	width: 650px;
	max-width: 96%;
	margin: auto;
}
#contactContainer input[type=text] {
	width: 100%;
}
#contactContainer textarea {
	width: 100%;
}
.leftCol {
	position: relative;
	float: left;
	width: 45%;
}
.rightCol {
	position: relative;
	float: right;
	width: 45%;
}
#fullScreenPic {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-color:#000000;
	z-index: 10;
	overflow: visible;
	display: none;
	z-index: 90;
}
#fullScreenContainer {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100vh;
	width: 100%;
	background-color:rgba(0,0,0,0.7);
	z-index: 10;
	display: none;
	z-index: 1;
}
#fullScreenPic img {
	max-width: 96%;
	margin: auto;
	display: block;
	z-index: 100;
}
#fullScreenClose {
	position: fixed;
	top: 15px;
	right: 20px;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	z-index: 110;
}
#fullScreenClose a {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	padding: 5px 15px;
	border: solid 1px #FFFFFF;
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #666666;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#subCategories h1 {
	color: #999999;
}
#subCategories h1 .active {
	color: #FFFFFF;
}
#subCategories h1 a {
	color: #999999;
	text-decoration: none;
	white-space: nowrap;
}
#subCategories h1 a:hover {
	color: #FFFF00;
	text-decoration: none;
	border-bottom: solid 1px #FFFF00;
}



@media only screen and (max-width: 1060px) {
	#headLogo {
	position: relative;
	width: 492px;
	max-width: 60%;
	float: none;
	margin: 25px auto 0px auto;
	vertical-align: bottom;
	}
	#headLogo img {
	margin: auto;
	display: block;
	}
	#headNav {
	float: none;
	margin: auto;
	width: 100%;
	}
	#headNav 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;
	}
	#headNav ul li:hover {
	border-bottom: solid 1px #000000;
	}
	#headNav ul li a:hover {
	border-bottom: solid 1px #FFFFFF;
	}
	#header {
	height: auto;
	}
	.largeText {
	font-size: 18px;
	}
	.thirdContainer img {
	max-height: 340px;
	}
}
@media only screen and (max-width: 760px) {
	#headLogo {
	max-width: 80%;
	}
	.thirdContainer {
	min-width: 160px;
	}
	.thirdContainer img {
	max-height: 270px;
	}
	.leftContainer {
	float: none;
	width: 96%;
	padding: 0px;
	margin: auto;
	}
	.rightContainer {
	float: none;
	width: 96%;
	padding: 0px;
	margin: 25px auto;
	}
	.largeText {
	font-size: 16px;
	}
	.leftCol {
	float: none;
	width: 100%;
	}
	.rightCol {
	float: none;
	width: 100%;
	}
}