@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Amatic+SC:400,700');
@import url('https://fonts.googleapis.com/css?family=BenchNine');
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

.video-container {
position: relative;
padding-bottom: 50.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 50%;
	transform: translateX(-50%);
width: 100%;
height: 100%;
}

.thank{
	width: 40%;
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: rgba(255,255,255,0.96);
	padding: 5vw;
	font-family: 'BenchNine', sans-serif;
	font-size: 200%;
	text-align: center;
	color: #333;
}


.media{
	width: 40%;
	float: left;
	background: rgba(255,255,255,0.2);
	padding: 5vw;
	margin: 2vw;
	font-family: 'BenchNine', sans-serif;
	font-size: 200%;
	text-align: center;
	color: #333;
}
.media2{
	width: 45%;
	float: left;
	background: rgba(255,255,255,0.0);
	padding: 1vw;
	margin:10%  2vw 0;
	font-family: 'BenchNine', sans-serif;
	font-size: 200%;
	text-align: center;
	color: #FFF;

}

@media all and (max-width: 1250px){
.media{
	width: calc(100% - 4vw);

}
.media2{
	margin:0%  2vw 10%;

	width: calc(100% - 4vw);

}

	
	.video-container iframe,
.video-container object,
.video-container embed {

width: 80%;
height: 80%;
}

}


textarea {
  font-family: 'BenchNine', sans-serif;
}
.wrap{
	width: 50%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.box{
	font-size: 1.2em;
	line-height: 1.6em;
  text-align: center;
}
/*screen resolutions lower than 620px*/
@media all and (max-width: 1180px){
	.wrap{
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}
}


#section h2{
	margin-bottom: 50px;
  position: relative;
  display: block;
}
#section p a{
	color: #00B16A;
  text-decoration: none;
}
#section .wrap {
	text-align: center;
	width: 100%;
}
#section .box{
	text-align: center;
	margin: 5% 0 0 0;
	width: 100%;
}

.contact-form {
	font-family: 'BenchNine', sans-serif;
  width: 100%;
  margin: 0 auto;
  padding: 40px;
}
.contact-form .input-block {
  background-color: transparent;
  border: none;
  width: 100%;
  height: 60px;
  border-bottom: 2px solid #aec1cc;
  margin: 0;
  position: relative;
  margin-bottom: 20px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-form .input-block.focus {
  
}
.contact-form .input-block.textarea {
  height: auto;
}
.contact-form .input-block.textarea .form-control {
  height: auto;
  resize: none;
}
.contact-form .input-block label {
  position: absolute;
  left: 10px;
  top: 25px;
  display: block;
  margin: 0;
  font-weight: 400;
  z-index: 1;
  color: #aaa;
  font-size: 18px;
  line-height: 10px;
}
.contact-form .input-block .form-control {
  background-color: transparent;
  margin: 0;
  outline: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
    padding: 30px 10px;
  width: 100%;
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #333;
	font-family: 'BenchNine', sans-serif;
}
.contact-form .input-block .form-control:focus label {
  top: 0;
}
.contact-form .square-button {
  background-color: #92a3ad;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 60px;
  height: 60px;
  cursor: pointer;
  outline: none;
  border: none;
  width: 100%;
	-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
	font-family: 'BenchNine', sans-serif;
}
.contact-form .square-button:hover, .contact-form .square-button:focus {
  background-color: #aec1cc;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
  transform: translateY(-4px);
	
}

@media (min-width: 768px) {
  .contact-wrap {
    margin: auto;
  }
}
@media (max-width: 868px) {
	.contact-form {
	  width: 100%;
	  padding: 40px;
	}
}
@media (max-width: 568px) {
	.contact-form {
	  padding: 10px;
	}
	
		.video-container iframe,
.video-container object,
.video-container embed {

width: 90%;
height: 90%;
}

}
/*----page styles---*/

.contact-wrap {
  padding: 15px;
	width: 90%;
	max-width: 700px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
  background: rgba(255,255,255,0.97);
}
.contact-wrap h1 {
  background-color: white;
  color: #ff7c62;
  padding: 40px;
  margin: 0 0 50px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.contact-wrap h1 small {
  font-size: 18px;
  display: block;
  text-transform: none;
  font-weight: 300;
  margin-top: 10px;
  color: #ff7c62;
}




.blur{
	transition: 50ms -webkit-filter linear;
	filter: blur(2px);
}

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
	box-sizing: border-box;
}

.overlay:before{
	content: ' ';
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 99999999;

	background: url("img/waterbg.jpg");
	background-size: cover;
	opacity: 0.8;
}
.overlay{
display: none;
	position: absolute;
	z-index: 99999999;
	width: 100%;
	height: 100%;
	
}

.pop{
	z-index: 999999999;
	width: 80%;
	max-height: 500px;
	max-width: 600px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: white;
	outline: 2px white solid;
	outline-offset: 5px;
	box-shadow: 0 0 50px rgba(0,0,0,0.6);
	font-family: 'BenchNine', sans-serif;
	padding: 5vw;
	font-size: calc(1vw + 20px);
	text-align: center;
	color: rgba(0,0,0,0.7);
	line-height: 1.5;
}

.pop a{
	text-decoration: none;
}

.btn{
		font-family: 'BenchNine', sans-serif;
	margin: 10% 0 0;
	font-size: calc(1vw + 12px);
	padding: 10px 20px;
	background: rgba(0,0,20,0.9);
	background-size: contain;
	color: #fff;
	text-decoration: none;
	transition: 300ms all;
}
.btn:hover{

	opacity: 0.3;
	text-decoration: none;
}

.close{
	font-size: 70%;
	position: absolute;
	top: 5%;
	right: 5%;
	transition: 300ms all;
}
.close:hover{
	opacity: 0.4;
	cursor: pointer;
}

html,body{ 
  background: url(img/bg-2.jpg) no-repeat right bottom fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	height: 100%;
	width: 100%;
}

.mainwrap{
	width: 100%;
	height: auto;
	min-height: 100%;
	border: 1.3vw solid #ffffff;
	border-radius: 5px;
	transition: 2s -webkit-filter linear;
	
}

.single{
	padding: 20px 0 80px;
	/* background: red !important; */
	width: 90%;
	max-width: 550px;
	position: relative;
	margin-top: 5vh;
	right: 5%;
	float: right;
	transform: translate(0%,0%);
	
	
}
.title{
	width: 100%;
	max-width: 600px;
}

.single p{
	font-family: 'Amatic SC', cursive;
	color: #fff;
	font-weight: 700;
	font-size: calc(1vw + 35px);
	letter-spacing: 3px;
	margin: 15px 0 0 1.5vw;
	opacity: 0.8;
	text-shadow: 0 0 15px rgba(0,0,0,0.99);
	float: left;
}	
a.link{
	text-decoration: none;
	font-family: 'BenchNine', sans-serif;
	border-bottom: 2px solid rgba(255,255,255,0.99);
	padding: 5px 2px;
	color: #fff;
	font-weight: 700;
	font-size: calc(1vw + 18px);
	letter-spacing: 3px;
	margin: 2% 1.5vw 0 0vw;
	opacity: 0.8;
	text-shadow: 0 0 15px rgba(0,0,0,0.1);
	float: left;
	transition: 300ms opacity;
}
a.link.small{
	text-decoration: none;
	font-family: 'BenchNine', sans-serif;

	color: #fff;
	font-weight: 700;
	font-size: calc(1vw + 11px);
	letter-spacing: 3px;
	margin: 2% 0 0 1.5vw;
	opacity: 0.8;
	text-shadow: 0 0 15px rgba(0,0,0,0.1);
	float: left;
	transition: 300ms opacity;
}

a.link:hover{
	opacity: 0.3;
}

.extraright{
	margin-right: 3% !important;
	margin-left: 3% !important;
}

a img{
	transition: 300ms opacity;
}
a img:hover{
	opacity: 0.3;
}

img.social{
	margin: 0% 5px;
	width: 60px;
	float: left;
}

.socialwrap{
	margin: 3% 0 0 0;
	display: inline-block;
	width: 100%;
	float:left;
	text-align: center;
}

.socialwrap a img{
	margin-top: 0.5%;
}

@media only screen and (max-width: 600px) {
	.pop{
	z-index: 999999999;
	width: 80%;
	max-height: 500px;
	max-width: 600px;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: white;
	outline: 2px white solid;
	outline-offset: 5px;
	box-shadow: 0 0 50px rgba(0,0,0,0.6);
	font-family: 'BenchNine', sans-serif;
	padding: 10vw;
	font-size: calc(1vw + 20px);
	text-align: center;
	color: rgba(0,0,0,0.7);
	line-height: 1.5;
}

	.mainwrap{
	width: 100%;
	height: auto;
	min-height: 100%;
	border: 3vw solid #ffffff;
	
}

	
	.single{
	padding: 20px 20px 80px;
	/* background: red !important; */
	width: 100%;
	max-width: 600px;
		right: 0;
	position: relative;
	transform: translate(0%,0%);
	
}

	
	
.socialwrap a img{
	margin-top: 0%;
}

	
	img.social{
	margin: 0px 5px;
	width: 60px;
	float: left;
}
	
	a.link{
	text-decoration: none;
	font-family: 'BenchNine', sans-serif;

	color: #fff;
	font-weight: 700;
	font-size: calc(1vw + 19px);
	letter-spacing: 3px;
	margin: 4% 4vw 0 0;
	opacity: 0.8;
	float: left;
}	
	
	a.link.small{
	text-decoration: none;
	font-family: 'BenchNine', sans-serif;

	color: #fff;
	font-weight: 700;
	font-size: calc(1vw + 13px);
	letter-spacing: 3px;
	margin: 2% 0 0 1.5vw;
	opacity: 0.8;
	text-shadow: 0 0 15px rgba(0,0,0,0.1);
	float: left;
	transition: 300ms opacity;
}

	
	
	.noah{
		margin-top: 15px;
	}
img.social{
	margin: 0% 5px;
	width: 45px;
	float: left;
}

	.mobile{
		display: none;
		clear: both;
		margin: 20px;
		width: 1px;
		height: 1px;
	}


}