/* //////////////////////////////////////////////// 
//	RESETS
/////////////////////////////////////////////////*/
html,body,div,h1,p,a,video {
  margin: 0;
  padding: 0;
}

/* //////////////////////////////////////////////// 
//	IMPORT FONTS 
/////////////////////////////////////////////////*/
/*@font-face {
    font-family: 'SwissLight';
    src: url('../fonts/Swiss-721-Light.eot');
    src: url('../fonts/Swiss-721-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Swiss-721-Light.woff') format('woff'),
         url('../fonts/Swiss-721-Light.ttf') format('truetype'),
         url('../fonts/Swiss-721-Light.svg#SwissLight') format('svg');
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
}
@font-face {
    font-family: 'SwissMedium';
    src: url('../fonts/Swiss-721-Medium.eot');
    src: url('../fonts/Swiss-721-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Swiss-721-Medium.woff') format('woff'),
         url('../fonts/Swiss-721-Medium.ttf') format('truetype'),
         url('../fonts/Swiss-721-Medium.svg#SwissMedium') format('svg');
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
}*/
@font-face {
    font-family: 'BureauGrotesque';
    src: url('../fonts/BureauGrotesqueThreeSeven.eot');
    src: url('../fonts/BureauGrotesqueThreeSeven.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BureauGrotesqueThreeSeven.woff') format('woff'),
         url('../fonts/BureauGrotesqueThreeSeven.ttf') format('truetype'),
         url('../fonts/BureauGrotesqueThreeSeven.svg#BureauGrotesque') format('svg');
    font-weight: normal;
    font-style: normal;
    line-height: 100%;
}

/*//////////////////////////////////////
Box Sizing
//////////////////////////////////////*/
* {
	margin: 0px;
	padding: 0px;
	outline:0px;
	list-style:none;
}
/* Include padding in widths and heights - 100% is 100% */
*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}


/*//////////////////////////////////////
Body & HTML
//////////////////////////////////////*/
body, html {
	font-family: "BureauGrotesque", "Helvetica Neue", helvetica, arial, sans-serif; 
	font-size:100%;
	font-style: normal;
    font-weight: normal;
    font-variant: normal;
	text-align:left;
	color:#fff;

	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border:0px;

	box-shadow: none!important;
	-webkit-text-size-adjust: none;
	
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
       -moz-font-smoothing: antialiased;
        -ms-font-smoothing: antialiased;
            font-smoothing: antialiased;
}
html {
	background-color: #000;
	/* background: url('../images/reaper.jpg') center bottom / cover no-repeat; */
}
/*//////////////////////////////////////
Images
//////////////////////////////////////*/
img { 
	border: 0; 
	-ms-interpolation-mode: bicubic; 
	vertical-align: middle;
	max-width: 100% !important;
	height: auto!important; 
}
/*//////////////////////////////////////
Containers
//////////////////////////////////////*/
#wrapper {
	position: relative;
	z-index: 2;
	display: table;
	width:100%;
	height:100%;
	padding:50px;
	display: none;
}
#container {
	display: table-cell;
	width:100%;
	height:auto;
	vertical-align: middle;
	background-color:#000;
}
#footer {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	padding-right: 50px;
}

/*//////////////////////////////////////
VIDEO
//////////////////////////////////////*/
#video-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
    background: url('../images/posterframe.jpg') center center / cover no-repeat;
    display: none;
}
#video-wrap .video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
#video-wrap #overlay { 
	background: rgba(0,0,0,0.3);
	position: fixed;
	top: 0%;
	left: 0%;
	z-index: 2;
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
}
@media (max-width: 767px) {
    /*#video-wrap .video {
        display: none;
    }*/
}



/*//////////////////////////////////////
Content
//////////////////////////////////////*/

p.overview {
	font-size:220%;
	line-height: 120%;
	font-style: normal;
    font-weight: normal;
    font-variant: normal;
	text-align:left;
	color:#fff;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}
p.overview .contact {
	color: rgba(255,255,255,1);
}
p.overview span {
	display: block;
}
p.overview a {
	color: rgba(255,255,255,0.6);
	text-decoration:none;
}
p.overview a:hover {
	color:#fff;
}

p.calls-to-action {
	font-size:120%;
	font-style: normal;
    font-weight: normal;
    font-variant: normal;
	text-align:left;
	color: rgba(255,255,255,0.6);
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
}
p.calls-to-action span {
	display: inline-block;
	margin-right: 20px;
}
p.calls-to-action span i {
	margin-right: 10px;
}
p.calls-to-action a {
	color: rgba(255,255,255,0.6);
	text-decoration:none;
}
p.calls-to-action a:hover {
	color: rgba(255,255,255,1);
}







/*//////////////////////////////////////
 Media Queries
//////////////////////////////////////*/
@media screen and (max-width: 1400px) {
	body, html {
		font-size: 90%;
	}
}
@media screen and (max-height: 900px) {
	body, html {
		font-size: 90%;
	}
}
@media screen and (max-width: 1024px) {
	body {
		font-size: 90%;
	}
	#container {
		padding-top: 0px;
	}
}
@media screen and (max-width: 768px) {
	body {
		font-size: 80%;
	}
	#footer {
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 30px;
		padding-right: 30px;
	}
	#container {
		padding-top: 40px;
	}
}

@media screen and (max-width: 680px) {
	body {
		font-size: 80%;
	}
	#wrapper {
		width:100%;
		height:100%;
		padding:20px;
	}
	#container {
		display: table-cell;
		padding-top: 80px;
	}
	#footer {
		padding: 20px;
		padding-top: 40px;
	}
	p.overview {
		font-size: 170%;
	}
	
}
@media screen and (max-width: 320px) {
	body {
		font-size: 70%;
	}
}
