/* Global CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	-webkit-font-smoothing: antialiased;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	-webkit-font-smoothing: antialiased;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body, button, input, textarea, select {
	color: #414142;
	font-size: 16px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-weight: normal;
	-webkit-appearance: none;
}
textarea, input {
	-webkit-focus-ring-color: none;
}
button {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*:focus {
	outline: none;
}
html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	-webkit-image-size-adjust: none;
}
body {
	vertical-align: baseline;
	line-height: 1;
}
.clear {
	clear: both;
	width: 1px;
	height: 1px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* End Global CSS */
/* Footer */
#footer {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 98px;
}
#footer .foot-left {
	float: left;
	background: #191919;
	width: 14%;
	height: 105px;
	padding-top: 16px;
	padding-left: 18px;
}
#footer .foot-right {
	float: right;
	background: #252525;
	height: 105px;
	width: 86%;
	left: 97px;
}
#footer a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	display: block;
	line-height: 18px;
}
#footer a:hover {
	color: #666666;
}
#footer a.selected {
	color: #666666;
}
#footer .foot-right ul.special a {
	color: #9f0a0a;
}
#footer .foot-right ul {
	float: left;
	border-right: 1px solid #fff;
	height: 8px;
	padding-top: 16px;
	padding-right: 11px;
	margin-right: 71px;
	width: 127px;
}
#footer .foot-left a {
	width: 58px;
	margin: 0 auto;
}
#footer .foot-right .box {
	position: absolute;
	right: 0;
}

/* End Footer */
/* Home */
body {
	background: #000;
}
#home .content {
	position: relative;
	height: 702px;
}
#home .content #bg {
	background-image: url(../images/home-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 1180px;
	height: 424px;
	z-index: -1;
	position: absolute;
	left: 8%;
	margin-top: 200px;
}
#home .content p {
	width: 470px;
	margin-top: 90px;
	color: #959595;
	font-size: 13px;
	line-height: 20px;
}

/* End Home */
/* Contact */
#contact .content p, #contact .content label {
	color: #fff;
}
#contact .content {
	width: 1010px;
	margin: 166px auto 0;
}
#contact .content .left {
	margin-right: 166px;
	margin-top: 52px;
	width: 210px;
	float: left;
	margin-top: 20px;
}
#contact .content .right {
	width: 600px;
	padding-top: 105px;
	margin-bottom: 123px;
	float: none;
	overflow: hidden;
}
#contact label {
	width: 116px;
	display: block;
	padding-bottom: 6px;
}
#contact input, #contact textarea {
	background: #212121;
	border: none;
	margin-bottom: 10px;
	width: 221px;
	resize: none;
}
#contact .content .right .form-left {
	width: 262px;
	margin-right: 75px;
	float: left;
}
#contact .content .right .form-right {
	width: 262px;
	float: none;
	overflow: hidden;
}
#contact input#reset, #contact input#submit {
	width: 78px;
	background: #000;
	color: #fff;
	position: absolute;
	cursor: pointer;
	height: 26px;
}
#contact input#submit {
	left: 106px;
}
#contact label.required {
	background: #000;
	color: #636363;
	font-style: italic;
	margin-top: 10px;
	float: left;
	clear: both;
}
#contact #button {
	position: absolute;
	height: 30px;
	margin-top: 34px;
	margin-bottom: 30px;
	left: 927px;
}
#contact span {
	color: #fff;
	text-align: right;
}
#contact input:focus {
	background: #303030;
	color: #fff;
}
#contact .require {
	position: relative;
}
#contact .require:after {
	position: absolute;
	content: '*';
	color: #636363;
	line-height: inherit;
	right: 23px;
	bottom: 14px;
	font-size: 100%;
}
#contact .require.last:after {
	bottom: -15px;
}
#contact textarea {
	background: #212121;
	resize: none;
	border: none;
	float: left;
	height: 118px;
}
#contact textarea:focus {
	background: #303030;
	color: #fff;
}
#contact span.last {
	float: left;
}
#contact label {
	width: 116px;
	display: block;
	padding-bottom: 6px;
}
#contact label.last {
	float: left;
}
#contact .content .left img {
	width: 69px;
	height: 68px;
	margin-bottom: 20px;
}

/* End Contact */
/* Map */
.pop {
	left: 50%;
	top: 50%;
	position: fixed;
	width: 90%;
	max-width: 800px;
	height: 90%;
	max-height: 800px;
	z-index: 20;
	display: none;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	color: transparent;
}
.pop iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#hidden {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 19;
}
.pop:after {
	color: #888585;
    right: -45px;
    top: -3px;
	content: "\f057";
	font-family: FontAwesome;
	font-size: 38px;
	position: absolute
}
.pop:hover {
	color: #888585;
}

/* End Map */
/* Gallery */
#gallery .left {
	float: left;
	width: 207px;
	height: 340px;
	position: relative;
	overflow: hidden;
}
#gallery .page {
	width: 207px;
	float: left;
}
#gallery .content {
	width: 1136px;
	margin: 122px auto 107px;
	position: relative;
}
#gallery #galframe {
	width: 5000px;
	height: 319px;
	position: relative;
	top: 0;
	left: 0;
}
#gallery #galframe img {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	cursor: pointer;
}
#gallery .left .next {
	margin-right: 12px;
	cursor: pointer;
	float: right;
	width: 11px;
	height: 18px;
	background: url(../images/navarrow.png) no-repeat right top;
}
#gallery .left .prev {
	margin-left: 3px;
	cursor: pointer;
	float: left;
	width: 11px;
	height: 18px;
	background: url(../images/navarrow.png) no-repeat left top;
}
#gallery .right {
	float: right;
	width: 900px;
	height: 475px;
	position: relative;
}
#gallery .right #cycler {
	width: 900px;
	height: 475px;
	position: relative;
}
#gallery .right img, #gallery .right video, #gallery .right iframe {
	position: absolute;
	width: 900px;
	height: 475px;
	z-index: 1;
}
#gallery .right .to-right {
	cursor: pointer;
	right: -23px;
	top: 237px;
	position: absolute;
	width: 20px;
	height: 38px;
	background: url(../images/navarrow1.png) no-repeat right top;
}
#gallery .right .to-left {
	cursor: pointer;
	left: -23px;
	top: 237px;
	position: absolute;
	width: 20px;
	height: 38px;
	background: url(../images/navarrow1.png) no-repeat left top;
}
#gallery .pop {
	left: 30%;
	top: 10px;
}

/* End Gallery */
.spinnerbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.spinner {
	margin: 220px auto;
	width: 50px;
	height: 30px;
	text-align: center;
	font-size: 10px
}
.spinner > div {
	background-color: #333;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: stretchdelay 1.2s infinite ease-in-out;
	animation: stretchdelay 1.2s infinite ease-in-out
}
.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}
.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s
}
.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s
}
.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s
}
@-webkit-keyframes stretchdelay {
	0%, 40%, 100% {
		-webkit-transform: scaleY(0.4)
	}
	20% {
		-webkit-transform: scaleY(1.0)
	}
}
@keyframes stretchdelay {
	0%, 40%, 100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4)
	}
	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0)
	}
}