#main:after {
	content: " ";
	display: block;
	clear: both;
}

#header {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #fff;
	background: #221c2d;
	font: 16px/24px "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #dd4649;
}

a:hover {
	text-decoration: none;
	color: #fff;
}

input,
textarea,
select {
	font: 100% "Arial", "Helvetica", sans-serif;
	color: #000;
	vertical-align: middle;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #4d4d4d;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Arial", "Helvetica", sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.gm-style img {
	max-width: none;
}

#wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.main-img {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.main-img .w1 {
	min-width: 1110px;
	position: relative;
	float: left;
	left: 50%;
}

.main-img .w2 {
	min-width: 1110px;
	position: relative;
	float: left;
	left: -50%;
}

.main-img img {
	display: block;
	width: 100%;
	height: auto;
}

#header {
	text-align: center;
	z-index: 5;
}

.header-top {
	padding: 43px 10px 36px;
	overflow: hidden;
	text-align: center;
}

.header-top .left-logo {
	float: left;
	width: 91px;
	height: 16px;
	margin: 5px 0 0;
	display: none;
}

.header-top .left-logo img {
	display: block;
	width: 100%;
	height: auto;
}

.header-top .left-logo a {
	display: block;
}

.header-top .right-text {
	line-height: 20px;
	text-transform: uppercase;
	color: #fff;
	float: right;
	display: none;
	max-width: 200px;
	font-size: 18px;
	font-weight: 900;
}

.header-top .center-info {
	max-width: 500px;
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	color: #fff;
	padding: 0 51px;
	position: relative;
	font-size: 18px;
	font-weight: 900;
}

.header-top .center-info:after,
.header-top .center-info:before {
	position: absolute;
	background: url(../images/sprite01.png) no-repeat;
	left: 0;
	top: 50%;
	content: "";
	width: 34px;
	margin: -7px 0 0;
	height: 13px;
}

.header-top .center-info:after {
	background-position: -65px 0;
	left: auto;
	right: 0;
}

.header-holder {
	max-width: 390px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

.header-holder .logo {
	width: 246px;
	height: 246px;
	background-size: 100% 100%;
	margin: 0 auto 40px;
}

.header-holder .logo a {
	display: block;
}

.header-holder .logo img {
	display: block;
	width: 100%;
	height: auto;
}

.signup-form {
	width: 100%;
	overflow: hidden;
	margin: 0 0 20px;
	line-height: 24px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
}

.signup-form strong {
	font-weight: 700;
}

.signup-form .row {
	max-width: 300px;
	margin: 0 auto 25px;
	background: #fff;
	height: 39px;
	overflow: hidden;
}

.signup-form .row .error input[type="text"],
.signup-form .row .error input[type="email"] {
	border-color: #dd4649;
}

.signup-form input[type="text"],
.signup-form input[type="email"] {
	width: 67.5%;
	float: left;
	height: 39px;
	border: 1px solid #fff;
	outline: none;
	box-shadow: none;
	padding: 5px 13px;
	background: #fff;
	color: #000;
	line-height: 29px;
	font-size: 15px;
	font-weight: 700;
}

.signup-form input[type="text"]::-webkit-input-placeholder,
.signup-form input[type="email"]::-webkit-input-placeholder {
	color: #000;
}

.signup-form input[type="text"]::-moz-placeholder,
.signup-form input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #000;
}

.signup-form input[type="text"]:-moz-placeholder,
.signup-form input[type="email"]:-moz-placeholder {
	color: #000;
}

.signup-form input[type="text"]:-ms-input-placeholder,
.signup-form input[type="email"]:-ms-input-placeholder {
	color: #000;
}

.signup-form input[type="text"].placeholder,
.signup-form input[type="email"].placeholder {
	color: #000;
}

.signup-form input[type="submit"] {
	width: 92px;
	min-width: 92px;
	min-height: 39px;
	text-align: center;
	padding: 5px;
	color: #fff;
	white-space: normal;
	border: 0;
	float: right;
	border-radius: 0;
	background: #dd4649;
	line-height: 29px;
	font-size: 15px;
	font-weight: 900;
}

.signup-form input[type="submit"]:hover {
	background: #666;
}

.signup-form h1 {
	color: #fff;
	margin: 0 0 1px;
	line-height: 24px;
	font-size: 22px;
	font-weight: 900;
}

#main {
	position: relative;
	width: 100%;
	z-index: 9999;
}

#main:before {
	background: rgba(0, 0, 0, .2);
	background: -webkit-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .2) 100%);
	background: -webkit-linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .2) 100%);
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .2) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .1) 50%, rgba(0, 0, 0, .2) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	content: "";
}

.container {
	width: 100%;
	max-width: 442px;
	margin: 0 auto;
	padding: 34px 20px;
	position: relative;
	z-index: 3;
	overflow: hidden;
}

.info-block {
	width: 100%;
	position: relative;
	background: #221c2d;
}

.info-block:after,
.info-block:before {
	background: #221c2d;
	height: 205px;
	position: absolute;
	left: 0;
	top: -50px;
	width: 60%;
	margin: 0 -30px;
	content: "";
	-ms-transform: rotate(6.7deg);
	-webkit-transform: rotate(6.7deg);
	transform: rotate(6.7deg);
}

.info-block:after {
	left: auto;
	top: -50px;
	right: 0;
	-ms-transform: rotate(-6.7deg);
	-webkit-transform: rotate(-6.7deg);
	transform: rotate(-6.7deg);
}

.info-block .video-box {
	width: 100%;
	float: right;
	line-height: 24px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}

.info-block .video-box iframe {
	height: 284px;
	width: 100%;
	border: 0;
	margin: 0 0 11px;
}

.info-left {
	width: 100%;
	text-align: left;
	line-height: 24px;
	color: #fff;
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: 400;
}

.info-left h2 {
	line-height: 30px;
	color: #dd4649;
	text-align: left;
	margin: 0 0 14px;
	font-size: 23px;
	font-weight: 900;
}

.info-left .info {
	display: block;
	margin: 0 0 23px;
	line-height: 24px;
	font-size: 18px;
	font-weight: 400;
}

.info-left p {
	margin: 0 0 23px;
}

.info-left .note {
	line-height: 24px;
	color: #fff;
	text-align: left;
	letter-spacing: 0;
	font-size: 16px;
	font-weight: 700;
}

.info-left .note a {
	font-weight: 400;
}

.video-block .mejs-container,
.video-block .mejs-inner,
.video-block video,
.video-block object,
.video-block object * {
	width: 100% !important;
	height: 100% !important;
}

.video-block,
.video-holder {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.mejs-wmp .mejs-controls {
	display: none !important;
}

.isTouchDevice .video-block {
	display: none !important;
}

.me-plugin,
.me-plugin * {
	width: 100% !important;
	height: 100% !important;
	display: block !important;
}

@media all and (min-width: 640px) {
	.main-img .w1,
	.main-img .w2 {
		min-width: 1150px;
	}

	.signup-form .row {
		max-width: 315px;
	}

	.signup-form input[type="text"],
	.signup-form input[type="email"] {
		width: 70.5%;
	}

	.info-left h2 {
		line-height: 40px;
		font-size: 33px;
		margin: 0 0 24px;
	}

	.info-left .info {
		line-height: 28px;
		font-size: 20px;
	}
}

@media all and (min-width: 1024px) {
	.main-img .w1,
	.main-img .w2 {
		width: 100%;
	}

	.header-top {
		padding: 45px 50px 38px;
	}

	.header-top .right-text,
	.header-top .left-logo {
		display: inline-block;
		vertical-align: top;
	}

	.header-top .center-info {
		margin: -7px 0px 0 0;
	}

	.header-holder .logo {
		margin: 0 auto 36px;
	}

	.container {
		max-width: 927px;
		padding: 33px 10px 109px 21px;
	}

	.info-block .video-box {
		width: 47.2%;
		margin: 3px 0 0;
	}

	.info-block .video-box iframe {
		height: 252px;
	}

	.info-left {
		float: left;
		width: 47.2%;
	}
}

@media all and (min-width: 1100px) {
	.header-holder .logo {
		width: 306px;
		height: 306px;
		margin: 0 auto 40px;
	}
}

@media all and (min-width: 1280px) {
	.header-top {
		padding: 45px 50px 78px;
	}

	.header-holder .logo {
		width: 306px;
		height: 306px;
		margin: 0 auto 65px;
	}

	.container {
		padding: 89px 10px 109px 21px;
	}
}

@media all and (min-width: 1440px) {
	.header-top {
		padding: 45px 50px 96px;
	}

	.header-holder .logo {
		width: 369px;
		height: 369px;
	}

	.container {
		padding: 109px 10px 109px 21px;
	}
}
