/* Global Styles */

html,
body {
	height: 100%;
	width: 100%;
	line-height: 1.8;
	font-weight: 300;
}

body {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body { background-image: url(../images/2015bg03.jpg); }


/* Responsive */

@media (max-width: 768px) {

	body {	background-image: url(../images/2015bg03.jpg);  }
}

.vert-text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

hr.spacer {
	margin: 50px 0;
	border-top: 1px solid rgba(255,255,255,0.2) !important;
}

.header-banner h1.title {
	font-size: 12em;
	font-family: "ff-prater-sans-web", sans-serif;
	text-transform: uppercase;
	color: white;
	margin: 100px 0 100px -0.05em;
	font-weight: bold;
}

.header-banner-frontpage h1.title {
	font-size: 13em;
	margin: 0 0 100px 0;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {	
	text-decoration: none;
}

h5 { font-weight: bold;  }

p { margin-bottom: 25px;}

button:focus {outline:0;}

/* Nav bar */

#menu-toggle, #menu-close{
    z-index: 1;
    position: fixed;
    right: 25px;
    height: 70px;
    line-height: 70px;
    color: #eee;
}

#navbar-wrapper #menu-close {
	display: none;
}

#navbar-wrapper.active #menu-close {
	display: block;
}

#navbar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 0px;
    margin-top: -70px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    overflow: hidden;
}

#navbar-wrapper.active {
    top: 0;
    margin-top: 0px;
    height: 70px;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.navbar-nav {
    position: absolute;
    height: 70px;
    left: 25px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.navbar-nav {
	margin: 0;
	border: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	text-transform: uppercase;
}

.navbar-nav li
{
	padding: 0 25px;
    font-size: 24px;
    line-height: 70px;
}

.navbar-nav li a 
{
	color: rgba(255,255,255,0.5);
}

.navbar-nav li a {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out; 
	text-decoration: none;
}

.navbar-nav li a:hover {
	color: rgba(255,255,255,1);
	text-decoration: none;
}

/* Full Page Image Header Area */

.header-banner {
	display: block;
	width: 100%;
	height: 400px;
	position: relative;
	background-repeat: no-repeat;
	background-position-x: center;
	background-attachment: fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.header-banner-frontpage {
	opacity: 0;
	display: table;
	height: 100%;
	width: 100%;
}

.image-banner {
	display: table;
	height: 800px;
	width: 100%;
	position: relative;
	background-repeat: no-repeat; 
	background-position: center center; 
	background-attachment: fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.image-banner-1 { background-image: url(../images/bannerBg02.jpg); }
.image-banner-2 { background-image: url(../images/bannerBg07.jpg); }
.image-banner-3 { background-image: url(../images/bannerBg08.jpg); }
.image-banner-4 { background-image: url(../images/bannerBg04.jpg); }

/* Responsive */

@media (max-width: 768px) {
	.image-banner-1 { background-image: url(../images/bannerBg02_mobile.jpg); }
	.image-banner-2 { background-image: url(../images/bannerBg07_mobile.jpg); }
	.image-banner-3 { background-image: url(../images/bannerBg08_mobile.jpg); }
	.image-banner-4 { background-image: url(../images/bannerBg04_mobile.jpg); }
}

#background-video {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	z-index: -1;
	opacity 0;
}

#background-video video {
	object-fit: cover;
}	

#video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: black;
	z-index: 0;
	width: 100%;
	opacity: 0;
	z-index: -2;
}

#video.active {
	z-index: 1000;
}

h2.video-header {
	color: white;
	margin-bottom: 50px;
}

h2.video-header a {
	color: white;
	font-weight: bold;
}

h2.video-header a:hover {
	text-decoration: underline;
}

/* Video Button */
.btn-video 
{
    border: none;
    background: rgba(0,0,0,0.5);
    color: white;
    width: 125px;
    height: 125px;
    border-radius: 75px;
    font-size: 40px;
    line-height: 40px;
}

button#video-close {
	position: absolute;
	z-index: 1000;
	top: 25px;
	left: 50%;
	margin-left: -62.5px;

}


/* Content Banners */

.content-banner {
	z-index: 10;
	position: relative;
	background-color: transparent;
	margin-top: 150px;
	color: white;
}
.content-banner p.lead { 
	font-size: 50px;
	line-height: 1;
}

.content-container {
	padding-top: 50px;
	padding-bottom: 50px;
}

.page-column-left {
	background: white;
	padding-top: 50px;
	padding-bottom: 50px;
}

/* Blog */

article.post {
	
}

article.post h2 {
	margin-top: 0;
	font-size: 50px;
}

article.post .meta {
	margin-bottom: 12.5px;
}

article.post img {
	max-width: 100%;
	height: auto;
}

hr.post-spacer {
	margin: 50px 0;
}

img.post-img {
	max-width: 100%;
	height: auto;

}

/* Development */

#development {
	padding-top: 380px;
	color: white !important;
}

#development * {
	color: white !important;
	}

i.big {
	font-size: 100px;
	text-align: center;
	display: block;
	color: #ccc
}

/* Footer */

footer {
	background: white;
	margin-top: 300px;
	padding: 40px 0;
}

.footer-icons {
	text-align: right;
	font-size: 2em;
}

.footer-icons a {
	display: inline-block;
	opacity: 1;
	-webkit-transition: 350ms linear all;
	-moz-transition: 350ms linear all;
	transition: 350ms linear all;
}

.footer-icons a:hover {
	opacity: 0.7;
}

i.fa-twitter-square { color: #55ACEE; }
i.fa-facebook-square { color: #3b5998; }
i.fa-youtube-square { color: #cc181e; }
i.fa-rss-square { color: #FF6600; }

/* Responsive */

@media (max-width: 768px) {

	.navbar {
		background-color: white;
		color: #444;
	}

	.header-banner-frontpage h1.title {
		font-size: 4.5em;
		margin-bottom: 200px
	}
	.header-banner {
		height: auto;
	}
	.header-banner h1.title {
		font-size: 4.5em;
		margin-top: 2.5em;
	}

	.content-banner {
		text-align: center;
		padding: 25px 0;
	}

	.content-banner p.lead {
		font-size: 34px; 
		margin-top: 0;
	}

	.image-banner {
		background-position: center center; 
		background-repeat: no-repeat; 
		background-attachment: scroll; 
	}

	footer {
		margin-top: 20px;
		padding-bottom: 80px;
		text-align: center;
	}

	.footer-icons {
		text-align: center;
		font-size: 3em;
	}

	.header-banner-frontpage {
		display: table;
		height: 100%;
		width: 100%;
	}

}

/* WP Overrides */

.h_ifvideo_iframerame {position:relative;}
.video_iframe .ratio  {display:block;width:100%;height:auto;}
.video_iframe iframe  {position:absolute;top:0;left:0;width:100%; height:100%;}

div.wp-video {
	width: 733px !important;
	height: auto;
	margin-bottom: 20px;
}

/*
.entry-content iframe {
	width: 100%;
	height: 413px;
}
*/