/* Normalize CSS 
---------------------------------------*/

img,legend{border:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}script{display:none!important}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body,figure{margin:0}a{background:0 0}a:focus{outline:dotted thin}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* END Normalize */


h1, h2, h3{font-weight:normal;text-rendering:optimizeLegibility;line-height:1;text-transform:uppercase;color:#fff;letter-spacing:2px;margin-bottom:10px;}
h1{font-size:25px;font-family:'Cinzel';font-weight:700;}
h2{font-size:33px;font-family:'Raleway';}
h2 span{font-family:'Cinzel';font-weight:900;}
h3{font-size:12px;font-family:'Cinzel';line-height:1.4;}
hr{border:solid #eee;border-width:1px 0 0;clear:both;margin:22px 0 21px;height:0;}
small{font-size:60%;line-height:inherit;}
a{color:#000;text-decoration:none;line-height:inherit;}
a:hover{color:#333;}
a:focus{color:#333;outline:none;}
p a, p a:visited{line-height:inherit;}
.full{max-width:96%;}

img.grayscale { 
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
filter: gray !important; /* IE6-9 */
-webkit-transition-duration: 2s; /* Safari */
transition-duration: 2s;
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale") !important; /* Firefox 10+, Firefox on Android */
}

html, body{width:100%;height:100%;}
body{background:no-repeat center center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}
.page{height: 100%; width:100%;margin:0 auto;font-size:11px;line-height:1.5;color:#000;font-family:'raleway', sans-serif;min-height:100%;}
.error{color:#900;}

header{background:#aaa;width:100%;padding:10px 0;position:fixed;top:0;z-index:1;}
header .wrapper {
	width: calc( 100% - 410px);

}

header h3 {
	margin-top: 20px;
}
header .button {
	font-size: 11px;
    font-family: 'Raleway';
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    display: block;
    width: 150px;
    margin: 0 0 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    background: none;
    letter-spacing: .06em;
}

header .button:last-child {
	margin-bottom: 0;
}

header .button:hover, header .button:focus {
	background: #fff;
	color: #aaa;
}

.video-content {
	height: 100%;
	clear: both;
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.video-content .wrapper {
	padding: 11% 50px 50px;
	max-width: 60%;
	margin: 0 auto;
}

.video-content .item {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;


}

.video-content .item iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}





footer{background:#000;background:rgba(0,0,0,.8);width:100%;padding:10px 0;position:fixed;bottom:0;z-index:1;}
footer ul{color:#fff;font-size:9px;margin:0 !important;}
.body{width:430px;background:#fff;background:rgba(255,255,255,.8);margin:0 50px 0 0;position:relative;min-height:100%;z-index:1;float:right;padding:0;}
.background_image_container {position:fixed;top:-50%;left:-50%;width:200%;height:200%;}
.background_image_container img {position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;min-width:50%;min-height:50%;}
.logo img{display:block;margin:20px auto;}
.content{background:#7B8695;background:rgba(123,134,149,.8);padding:20px;color:#fff;}
.content p{font-size:11px;margin-bottom:0; color: #fff;}
.thank-you{padding:30px 0 15px;text-align:center;}
.form{padding:15px; margin-bottom: 30px;}
label{font-family:'Cinzel';font-weight:400;font-size:11px;}
input[type="text"], input[type="password"], input[type="date"], 
input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], 
input[type="email"], input[type="number"], input[type="search"], input[type="tel"], 
input[type="time"], input[type="url"], textarea, 
select{
	background:#7B8695;
	background:rgba(123,134,149,.4);
	border:none;font-family:'Cinzel';
	font-weight:400;font-size:11px;
}


select {
	background: rgba(123,134,149,.4) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+) no-repeat right center;
	-moz-appearance: none !important;
	text-indent: 0.01px !important;
	text-overflow: '' !important;

}

select:hover, select:focus {
	background: rgba(255,255,255,.4) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+) no-repeat right center;
}


.highlight{color:#7B8695;font-size:10px;}
button, .button{background-color:#7B8695;font-family:'Cinzel';font-weight:400;font-size:12px;letter-spacing:2px;border-radius:10px;padding:10px 20px;}
button:hover, button:focus, .button:hover, .button:focus {background: #5f6977;}
#datepicker{float:left;width:73%;}
.datepicker{display:inline-block;width:30px;height:30px;background:url(../images/icon-datepicker.png) no-repeat 0 0;text-indent:-9999px;float:right;}

.ieblock {
    margin: 0 auto; 
    text-align: center; 
    width: 500px; 
    font-size: 20px; 
    background: #333; 
    color: #fff; 
    padding: 30px; 
    position: absolute; 
    z-index: 90; 
    left: 0; 
    top: 0;  
}

.ieblock a {
	color: #eee;
}

.ieblock a:hover, .ieblock a:focus {
	color: #fff;
}

@media (max-width:1200px){header h3{max-width:550px;}
@media (max-width:1050px){header h3{max-width:436px;}
.body{margin-right:11%;}
}
@media (max-width:960px){.body{margin-right:2%;}
footer img.right{margin-left:1.375rem;margin-top:10px;float:left !important;clear:left;}
}
@media (max-width:870px){header, footer{position:relative;overflow:hidden;}
header .button {display: inline-block; margin: 0 2px 10px; width: auto;}
.body{margin-right:0;width:100%;}
header .wrapper {width: 100%;}
.video-content {height: auto;}
.video-content .wrapper {max-width: 100%; padding: 20px;}
#datepicker{width:87%;}
@media (max-width:700px){#datepicker{width:83%;}
@media (max-width:480px){#datepicker{width:71%;}
@media (max-width:360px){#datepicker{width:65%;}