html {
   height: 100%;
}

body {
   	min-height: 100%;
	background-color:#151515;
	color:#fff;
	font-family: 'Gilroy';
	background-image:url('../gfx/left.png'), url('../gfx/right.png'), url('../gfx/background.jpg');
	background-size:150px auto, 150px auto, 900px auto;
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: left, right, center;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

h1,h2,h3,h4,h5{
	font-family: 'gilroyextrabold';
}
#container{
	background-image:url('');
	display:flex;
	width:100%;
	flex-direction: column;
	height: 100vh;
}
#containerInner{
	width:calc(100% - 100px);
	margin:auto;
	text-align:center;
}
h1{
	padding-top:70px;
	width:90%;
	max-width:400px;
	margin:auto;
	margin-bottom:15px;
}
h1 img{
	width:100%;
}
.videoOuter{
	max-width: 550px;
    margin: auto;
    margin-bottom: 20px;
}
h2{
	width:90%;
	margin:auto;
	margin-bottom:15px;
	font-size:25px;
	max-width:450px;
	line-height:120%;
}
.single .col{
	float:none;
	width: 80%;
    max-width: 800px;
}
.col{
	width:49%;
	margin:auto;
	text-align:center;
	display:inline-block;
	align-self: flex-start;
	    float: left;
}
.colInner{
	width:90%;
	margin: auto;
	padding-bottom: 30px;
}
.col p{
	margin:auto;
	margin-bottom:15px;
	font-size:16px;
	line-height:130%;
	width:90%;
	max-width:450px;
}
a.toggle{
	padding-top:10px;
	display:inline-block;
	color:#d13c44;
	font-family: 'gilroyextrabold';
	text-transform:uppercase;
	text-decoration:none;
	font-size:20px;
}
a.toggle i{
	color:white;
	
}
a.toggle span{
	opacity:0.5;
	transition: all 0.3s
}
a.toggle:hover span{
	opacity:1;
}

.toggleOuter p a{
	color: #d13c44;
    text-decoration: none;
    font-weight: bold;
    font-family: 'gilroyextrabold';
    text-transform: uppercase;
    font-size: 13px;
}
.vjs-poster{
	background-size: cover!important;
}
.video-js .vjs-big-play-button{
	border: 0px;
    background: none;
    font-size: 100px;
    width: 100%;
    top: 50%;
    margin-top: -50px;
    line-height: 100px;
    background: transparent;
}
.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus{
    background: transparent!important;
}
.colInner p a{
	color: #d13c44;
	text-decoration:none;
}
h5{
	text-transform: uppercase;
	padding-bottom: 5px;
}
footer{
	color:#d13c44;
	padding-top:60px;
	padding-bottom:15px;
	text-align:center;
	font-size:11px;
}
footer a{
	color:#d13c44;
	font-size:9px;
	text-decoration:none;
	transition: all 0.3s;
}
footer a:hover{
	color:#fff;
}
#caption1, #caption2, #caption3{
	padding-top:20px;
	font-style: italic;
	width:90%;
	max-width:400px;
	margin:auto;
	display:none;
}
footer nav{
	display:block;
	font-size:16px;
	padding-bottom:10px;
}
footer nav a{
	font-size:19px;
	margin-left:3px;
	margin-right:3px;
}
#preloader{
	position: fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:999;
	background-image:url('../gfx/background.jpg');
	background-size:900px auto;
}
#preloaderInner{
	position: fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	background-image:url('../gfx/preloader.gif');
	background-size:250px auto;
	background-repeat:no-repeat;
	background-position: center;
}
@media only screen and (max-width: 767px) {
	#containerInner {
		width: calc(100% - 0px);
		margin: auto;
		text-align: center;
	}
	.single .col{
		float:none;
		width: 100%;
	}
	.col{
		width:100%;
	}
	body {
		background-size:90px auto, 90px auto, 900px auto;
		background-repeat: repeat-y, repeat-y, repeat;
		background-position: left, right, center;
	}
	#preloaderInner{
		background-size:150px auto;
	}
}
@media only screen and (max-height: 850px) {
	h1{
		padding-top: 40px;
	}
	h2{
		font-size: 19px;
	}
}
@supports (-webkit-touch-callout: none) {
	#container{
		height: -webkit-fill-available;
	}
}