@font-face {
  font-family: 'Circular-Bold';
  src: url('fonts/Circular-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/Circular-Bold.woff') format('woff'), url('fonts/Circular-Bold.ttf')  format('truetype'), url('fonts/Circular-Bold.svg#Circular-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Circular-Book';
  src: url('fonts/Circular-Book.eot?#iefix') format('embedded-opentype'),  url('fonts/Circular-Book.woff') format('woff'), url('fonts/Circular-Book.ttf')  format('truetype'), url('fonts/Circular-Book.svg#Circular-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}
body {
	font-family: 'Circular-Book', sans-serif;
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
    background:url(gfx/bg2.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
}

a, a:visited {
	color: #87ceb8;
	text-decoration: underline;
	
	-webkit-transition: color 150ms ease-out;
}

	a:hover {
		color: #c9e7dd;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

input {
  font-family: 'Circular-Book', sans-serif;
  font-size: 15px;
  border: 0;
  border-radius: 4px;
  padding: 8px 10px;
  -webkit-appearance: none;
}

input[type="submit"] {
  background: #ef5937;
  color: #fff;
  padding: 8px 20px;

	-webkit-transition: background 150ms ease-out;
} 

input[type="submit"]:hover {
	background: #f78f61;
}

.site-border {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 10px solid #fff;
	z-index: 2;
}

.logo-container {
	width: 200px;
	height: 135px;
	position: absolute;
	top: 0;
	left: 90px;
	background: rgba(255,255,255,1);
}

	.logo-container h1 {
		text-indent: -9999em;
		background: url(gfx/booth-logo.png);
		width: 168px;
		height: 77px;
		position: absolute;
		bottom: 25px;
		right: 0;
		margin: 0;
		display: block;
	}

.logo-no-container {
	width: 200px;
	height: 175px;
	position: absolute;
	top: 0;
	left: 120px;

	display: none;

}

	.logo-no-container h1 {
		text-indent: -9999em;
		background: url(gfx/booth-logo-short.png);
		width: 136px;
		height: 77px;
		position: absolute;
		bottom: 32px;
		right: 32px;
		margin: 0;
		display: block;
	}

.logo-left-container {
	width: 306px;
	height: 175px;
	position: absolute;
	top: 0;
	left: -150px;

	display: none;

}

	.logo-left-container h1 {
		text-indent: -9999em;
		background: url(gfx/booth-logo-long.png);
		width: 306px;
		height: 77px;
		position: absolute;
		bottom: 32px;
		left: 0;
		margin: 0;
		display: block;
	}


.tableCell {
	display: table-cell;
	vertical-align: middle;
}

/* BIG VIDEO BACKGROUND
================================================== */
.big-background {
    z-index:0;
    text-align:center;
    height:100%;
    min-height:100%;
    position:relative;
    overflow:hidden
}

.big-background .big-background-container {
    width:830px;
    max-width:100%;
    display:inline-block;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}


.big-background-default-image {
    width:100%;
    height:100%;
    z-index:0;
    backface-visibility:hidden
}


#videoWrapper {
	position: absolute;
	top: 0; 
	left: 0;
	right: 0;
	overflow: hidden;
	background-image: url('gfx/bg2.jpg');
	background-position:center center;
	background-size: cover;
	background-repeat: no-repeat;

	-webkit-animation: fadein 600ms;

}

		@-webkit-keyframes fadein {
		  0%	{ opacity: 0; }
		  75%   { opacity: 0; }
		  100% { opacity: 1; }
		}

video { background: #f5f5f5; }

#videoBackground {
	position: absolute;
}

#mc_embed_signup_scroll {
	width: 260px;
	margin: 0 auto;
}

	.mc-field-group {
		float: left;
	}

.contact {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
/*	background: rgba(36,39,42,0.8); */
	color: #fff;
	min-width: 660px;
}
	
	.contact .container {
		width: 550px;
		padding: 30px 0;
		margin: 0 auto;
		text-align: center;
		z-index: 5;
		position: relative;
	}

	.contact h2 {
		font-size: 32px;
	/*	border-bottom: 4px solid #87ceb8; 

		padding-bottom: 12px; */
		margin-bottom: 0px;
		margin-top: 0;

		display: inline-block;
	}
	
	.contact h3 {
		font-size: 18px;
	}

	.contact .small {
		font-size: 14px;
	}

/*.fb-container {
  width: 210px;
  margin: 20px auto 0;
}*/

.fb-container {
  width: 240px;
  /* margin: 20px auto 0; */
  position: absolute;
  right: 40px;
  bottom: 24px;
  z-index: 5;
}



	.fb-container:after {
    	visibility: hidden;
    	display: block;
    	font-size: 0;
    	content: " ";
    	clear: both;
    	height: 0;
 	}

.fb-text {
  width: 75%;
  float: left;
  margin-top: 0;
}

.fb-button {
	width: 25%;
	float: right;
}

input#mce-EMAIL.required.email {
	width: 149px;
	margin-right: 5px;
}



@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
	

	.logo-container h1 {
		background-image: url(gfx/booth-logo-2x.png);
		background-size: 168px 77px;
	}

	.logo-no-container h1 {
		background-image: url(gfx/booth-logo-short-2x.png);
		background-size: 136px 77px;
	}

	.logo-left-container h1 {
		background-image: url(gfx/booth-logo-long-2x.png);
		background-size: 306px 77px;
	}

}

@media only screen 
and (max-device-width : 567px) { 

	
	body, html {
		font-size: 100%;
		width: 100%;
		height: 100%;
		min-width: 300px;
		min-height: 500px;
	}

	.logo-container { 
		left: 50%;
		margin-left: -100px;
	}

	.logo-no-container {
		display: block;
		margin-left: -100px;
		left: 50%;
		display: none;
	}

	.logo {
	} 

		.logo h1 {
		}

	.contact {
		min-width: 10px;
		background: none;
		bottom: 50%;
		margin-bottom: -250px;
	}

		.contact .container {
			width: auto;
		}

		.contact h2 {
			font-size: 24px;
			width: 190px;
		}
	
		.contact h3 {
			font-size: 17px;
		}
	
		.contact .small {
			font-size: 14px;
		}

	.fb-container {
  		width: 230px;
  		margin: 0 auto 10px;
  		position: static;
  		right: auto;
  		bottom: auto;
  	}

  	input#mce-EMAIL.required.email {
		width: 80%;
		margin-right: auto;
		text-align: center;
	}

#videoWrapper {
	bottom: 0;
	height: 100% !important;
	bottom: 100% !important;
}

#mc_embed_signup_scroll {
	width: 315px;
}

	.mc-field-group {
		float: none;
	}


	input {
		width: 80%;
		margin: 0 auto;
		margin-bottom: 10px;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
    	box-sizing: border-box;
	}
}
