@charset "utf-8";
/* CSS Document */
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#2c2c2c;
	margin:0;
	padding:0 0 0 0;
	background: url(images/bg.jpg) no-repeat top center;
}
img {
	border:0px;
}
form {
	margin:0px;
	padding:0px;
}
p {
	margin:0px;
	padding:0px;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.clear {
	clear:both;
	margin:0px;
	padding:0px;
}
.textalignright {
	text-align:right;
}
.textalignleft {
	text-align:left;
}
.textaligncenter {
	text-align:center;
}
a {
	outline:none;
	color:#FFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1, h2, h3, h4 {
	font-family: 'Open Sans Condensed', sans-serif;
	padding:0;
	margin:0;
}
header {
	text-align:center;
	/*background:rgba(0, 0, 0, 0.5);*/
	color:#FFF;
	position:relative;
	max-width: 900px;
	width:100%;
	margin:0 auto;
}
.btmimg {
	height:26px;
	width:218px;
	margin:0 auto;
	background:url(images/header-img.jpg) no-repeat top center;
	margin-bottom:10px;
}
header p {
	margin:0 auto;
	padding:0 10px 10px;
	max-width:840px;
	font-size:24px;
	color:#FFF;
}
.wrap {
	margin:0 auto;
	padding:10px;
	max-width:900px;
	width:100%;
}
.video-box {
	width:98%;
	padding:0;
	border: 14px solid #d1d5d8;
	background:#000;
	margin:0 auto 20px;
	box-shadow: 0 16px 13px -6px rgba(0, 0, 0, 0.3);
}
.video-box iframe {
	width: 100%;
	height: 460px;
}
.con-box {
	margin:0 auto 20px;
	text-align:center;
}
.button {
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
}
.footer {
	background:rgba(0, 0, 0, 0.7);
	color:#FFF;
	padding:20px;
	text-align:center;
}
 @media only screen and (max-width:800px) {
.video-box iframe {
height: 388px;
}
.button {
display:block;
text-align:center;
}
}
 @media only screen and (max-width:600px) {
.video-box iframe {
height: 295px;
}
}

@media only screen and (max-width:380px) {
.video-box iframe {
height: 162px;
}
.button img {
width:100%;
}
}
@media only screen and (max-width:320px) {
}
