/* F O N T   I N C L U D E S */
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500,600,700,800,900');
/* G L O B A L   S T Y L E S */
body{font-family: sans-serif;}
*:focus{outline: none;}
a{text-decoration: none;color: inherit;}
ul,ol{list-style: none; margin: 0; padding: 0;}
.mobileOnly{display: none;}
.desktopOnly{display: inline-block;}
.landline{
	display: none;
}
.respVid {
    position: relative;
    margin: 20px 0px;
    overflow: hidden;
    padding-top: 56.25%;
}
.respVid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.uiButton{
	border: 2px solid #EB1E26;
	font-weight: bold;
	letter-spacing: 2px;
	border-radius: 2px;
	display: inline-block;
	line-height: 44px;
	text-transform: uppercase;
	padding: 0 20px;
	cursor: pointer;
}
.flr{
	float: right;
}
.tar{
	text-align: right;
}
/*Gallery*/
.gallery{
	overflow: auto;
	margin-top: 20px;
	margin-bottom: 50px;
}
.gallery a{
	display: block;
	position: relative;
}
.gallery .columns{
	margin-bottom: 20px;
	position: relative;
}
.caption{
	bottom: 0;
	padding: 12px;
	position: absolute;
	text-transform: uppercase;
	background-color: #EB1E26;
	color: white;
	font-size: 14px;
	font-weight: bold;
}
.gallery img{
	transition: all 0.5s
}
.gallery a:hover img{
	opacity: 0.5;
}
/* T O P B A R  A N D  N A V  E T C */
.contactBanner{
	background-color: #EB1E26;
	padding: 8px 0px;
}
.contactBanner ul{
	float: right;
}
.contactBanner ul li{
	float: left;
	position: relative;
}
.contactBanner ul li a{
	color: #FFF;
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 0 12px;
}
.contactBanner ul li:last-of-type::after{
	content: ;
	display: none
}
.contactBanner ul li:after{
	content: '/';
	color: #FFF;
	position: absolute;
	right: -10px
}
.topBar{
	background-color: #171916;
}
.topBar .logo img{
	max-height: 116px;
	padding: 12px 0;
}
.topBar nav ul{
	float: right;
	padding: 30px 0;
}
.topBar nav ul li{
	float: left;
	position: relative;
}
.topBar nav ul li:last-of-type a{
	border: 2px solid #EB1E26;
	font-weight: bold;
	border-radius: 2px;
	line-height: 44px;
}
.topBar nav ul li a{
	color: rgba(255,255,255,0.6);
	display: block;
	text-transform: uppercase;
	font-size: 15px;
	line-height: 50px;
	letter-spacing: 2px;
	padding: 0 12px;
	-webkit-transition: color ease-in 0.8s;
	-o-transition: color ease-in 0.8s;
	transition: color ease-in 0.8s;
}
.topBar nav ul li > a:only-child:after { content: ''; } 
.topBar nav ul li:hover .sub{
	display: block;
}
.topBar nav ul li .sub{
	display: none;
	position: absolute;
	top: 50px;
	border-top: 2px solid #EB1E26;
	left: 0;
	padding: 16px 20px;
	z-index: 1000;
	background-color: #333;
}
.topBar nav ul li .sub li{
	clear: both;
	white-space: nowrap;
}
.topBar nav ul li .sub li a{
	line-height: 30px;
}
.topBar nav ul li .sub li:last-of-type a{
	border: 0px solid #EB1E26;
	font-weight: 500;
	line-height: 30px;
}
.topBar nav ul li a:hover{
	color: rgba(255,255,255,0.98);
}
/* H E A D E R */
header{
	overflow: hidden;
}
.arrows{
	position: absolute;
	width: 120px;
	height: 60px;
	right: -60px;
	bottom: 60px;
	overflow: hidden;
	border-radius: 5px;
}
.arrows button:last-of-type{
	border-left: 1px solid rgba(0,0,0,0.05);
}
.arrows button:first-of-type{
	border-right: 1px solid rgba(0,0,0,0.1);
}
.arrows button:hover{
	color: white;
	background-color: #EB1E26;
}
.arrows button{
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	width: 60px;
	border-radius: 0;
	text-transform: uppercase;
	color: #EB1E26;
	font-size: 22px;
	height: 60px;
	font-weight: bold;
	text-align: center;
	float: left;
	background-color: white;
}
.vegasBox{
	width: calc(100% - 600px);
	height: 560px;
	background-image: url('../images/loadz.gif');
	background-position: center center;
	position: relative;
	z-index: 0;
	float: left;
	background-repeat: no-repeat;
	background-color: #DDDDDD;
}
.controlBox{
	height: 560px;
	float: left;
	position: relative;
	z-index: 10;
	width: 600px;
	background-color: #EEEEEE;
	box-shadow: -20px 0px 20px rgba(0,0,0,0.3)
}
.headText{
	position: relative;
	top: 50%;
	padding: 60px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.headText .heading{
	line-height: 100%;
	color: #EB1E26;
	text-transform: uppercase;
	font-size: 54px;
}
.buttons{
	position: relative;
	z-index: 10;
	width: 100%;
	text-align: center;
	overflow: hidden;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.buttons button:hover{
	background-color: #EB1E26;
	color: #333;
}
.buttons button{
	cursor: pointer;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	display: block;
	margin: 6px auto;
	font-size: 20px;
	color: #EB1E26;
	width: 60%;
	text-align: center;
	border: 2px solid #EB1E26;
	font-weight: bold;
	border-radius: 6px 0 6px 0;
	line-height: 44px;
}
/* POST HEADER*/
.introText{
	position: relative;
}
.introText .container{
	left: 10px;
	padding: 20px!important;
	bottom: calc(100% + 80px);
	position: absolute;
	background-color: rgba(0,0,0,0.7);
}
.introText .container h1 span{
	color: #EB1E26;
	font-size: 28px;
	text-transform: uppercase;
}
.introText .container h1{
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-size: 24px;
}
.postHeader{
	background-color: #171916;
	position: relative;
	z-index: 100;
	padding: 40px 20px;
	color: #EEE;
}
.postHeader h2{
	margin: 0 0 12px 0;
	text-transform: uppercase;
	color: #EB1E26;
}
.postHeader p{
	margin: 0 0 12px 0;
}
/*CONTENS*/
.contents{
	width: 100%;
	overflow: hidden;
	min-height: 600px;
}
.contents main, .contents aside{
	padding: 100px 20px;
}
.contents aside{
	position: relative;
}
.text img{
	margin-bottom: 12px;
}
.text h2, .text h1{
	color: #171916;
	margin: 0 0 12px 0;
	line-height: 100%;
	text-transform: uppercase;
}
.text h3{
	color: #EB1E26;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}
.text h4{
	color: #EB1E26;
}
.text hr{
	display: inline-block;
	width: 40px;
	height: 2px;
	border: 0;
	background-color: #EB1E26;
}
.text p{
	color: #555;
	margin: 0 0 12px 0;
	font-size: 15px;
}
.text ul{
	margin: 0 0 12px 0;
	color: #444;
	font-size: 14px;
	line-height: 26px;
}
.text ul.split{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}
.text ul li:before{
	content: '\f1ce';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	color: #EB1E26;
	display: inline-block;
	font-size: 10px;
	margin-right: 10px;
}
.text ol{
	margin: 0 0 12px 0;
	color: #444;
	font-size: 14px;
	line-height: 26px;
}
.text ol li{
	counter-increment: step-counter;
}
.text ol li:before{
	color: #EB1E26;
	width: 10px;
	font-weight: 600;
	display: inline-block;
	content: counter(step-counter)".";
	font-size: 14px;
	margin-right: 10px;
}
.text blockquote p:last-of-type{
	font-style: initial;
	font-weight: bold;
}
.text blockquote p, .text blockquote p:first-of-type{
	font-style: italic;
	font-weight: 400;
}
.text blockquote{
	padding: 20px 30px;
	background-color: rgba(0,0,0,0.1);
	margin: 0 0 10px 0;
	border-left: 2px solid #EB1E26;
}
.text blockquote h4{
	margin: 0 0 10px 0;
	font-size: 22px;
}
.padded{
	padding-right: 100px!important;
}
.floatedImage{
	position: relative;
	padding: 12px 12px 52px 12px;
	background-color: #eee;
	z-index: 10;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
	left: -80px;
	-webkit-transform: rotate(7deg);
	-ms-transform: rotate(7deg);
	-o-transform: rotate(7deg);
	transform: rotate(7deg);
}
.deets{
	position: relative;
	z-index: 300;
	background-color: rgba(255,255,255,0.7);
	padding: 20px;
}
.deets p{
	margin: 0;
}
.deets .massive{
	color: #EB1E26;
	font-weight: bold;
	font-size: 22px;
	margin: 0;
}
/*Callback*/
.callBack{
	padding: 100px 20px;
	position: relative;
	background-image: url('../images/callback.jpg');
	z-index: 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}
.callBack h2{
	color: white;
	margin-bottom: 12px!important;
	text-transform: uppercase;
}
.callBack form{
	padding-right: 20px;
}
.callBack form .uiButton{
	margin-top: 20px;
	color: white;
}
.callBack:before{
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	background: #171916;
	background: -moz-linear-gradient(left, #171916 0%, #EB1E26 100%);
	background: -webkit-linear-gradient(left, #171916 0%,#EB1E26 100%);
	background: linear-gradient(to right, #171916 0%,#EB1E26 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#171916', endColorstr='#EB1E26',GradientType=1 );
	opacity: 0.9;
}
.callBack label{
	font-size: 12px;
	display: block;
	color: white;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 30px;
}
.callBack input, .callBack textarea, .callBack select{
	width: 100%;
	padding: 0 8px;
	height: 36px;
	border-radius: 2px;
	border: 1px solid #EEE;
	background-color: white;
}
.callBack textarea{
	height: 132px;
	padding: 8px!important;
}
.callBack .sideBit{
	border-left: 1px solid white;
	padding-left: 30px!important;
}
.callBack p{
	margin: 0 0 12px 0;
	color: rgba(255,255,255,0.7);
	font-size: 14px;
}
.callBack h3, .callBack h2{
	margin: 0;
	color: white
}
.callBack i{
	display: inline-block;
	display: block;
	background-color: #EEE;
	color: #EB1E26;
	width: 100%;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 20px;
}
/*Creds*/
.creds{
	background-color: #EEE;
	padding: 60px 0;
	text-align: center;
}
.creds h2{
	text-transform: uppercase;
	color: #555;
	margin: 0;
}
.creds hr{
	display: inline-block;
	width: 40px;
	height: 2px;
	border: 0;
	background-color: #EB1E26;
}
.creds ul{
	margin-top: 30px;
}
.creds ul li{
	display: inline-block;
	margin: 0 12px 24px 12px;
}
.creds ul li img{
	height: 90px;
	padding: 16px;
	background-color: white;
}
/*Brochure*/
.brochure{
	padding: 100px 20px;
}
.slicker .slide{
	position: relative;
}
.slideTitle{
	background-color: #EB1E26;
	position: absolute;
	padding: 12px;
	color: white;
	letter-spacing: 1px;
	font-size: 22px;
	top: 30px;
	text-transform: uppercase;
	right: 0;
	font-weight: bold;
	z-index: 100000;
}
/*Footer*/
.preFooter p{
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
.preFooter p a{
	display: inline-block;
}
.preFooter p i{
	margin-right: 10px;
}
.preFooter{
	padding: 12px;
	color: white;
	background: #EB1E26;
}
footer{
	background-color: #171916;
	padding: 60px 0 0 0;
}
footer h4{
	color: #EB1E26;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0 0 12px 0;
	font-weight: 500;
}
footer ul li, footer p, footer address p{
	color: #EEE;
	opacity: 0.8;
	line-height: 28px;
	font-size: 16px;
	margin: 0;
	font-style: initial;
}
footer address p{
	line-height: 24px;
}
footer address{
	margin-bottom: 10px;
}
#map{
	width: 90%;
	position: relative;
	z-index: 1;
	height: 200px;
}
.footbottom p{
	line-height: 30px;
	color: white;
	font-size: 12px;
}
.footbottom{
	margin-top: 60px;
}
.contents aside:before{
	content: '';
	height: 100%;
	background-image: url('../images/sidebar.jpg');
	background-size: cover;
	width: 40vw;
	left: 0;
	top: 0;
	position: absolute;
}
@media screen and (max-width: 1366px) {
	.vegasBox{
		width: calc(100% - 400px);
		height: 420px;
	}
	.controlBox{
		height: 420px;
		width: 400px;
	}
	.switch{
		width: 200px;
		height: 200px;
		background-color: #323232;
		top: calc(50% - 100px);
		left: calc(50% - 100px);
	}
	.switch:before{
		left: 11px;
		top: 11px;
		width: calc(100% - 22px);
		height: calc(100% - 22px);
	}
	.buttons button{
		font-size: 16px;
		line-height: 30px;
	}
}


/* M E D I U M   S C R E E N S   A N D   U N D E R */
@media screen and (max-width: 63.9375em) {
	.slicker{
		margin-bottom: 30px;
	}
	#map{
		width: 100%;
		margin-bottom: 20px;
	}
	footer{
		padding: 20px 10px 10px 10px;
	}
	.callBack{
		padding: 30px;
	}
	.brochure{
		padding: 32px;
	}
	.contents main, .contents aside{
		padding: 50px 30px;
	}
}
/* S M A L L   S C R E E N S   A N D   U N D E R */
@media screen and (max-width: 39.9375em) {
		.topBar nav ul li .sub{
		display: block;
		position: static;
		top: 50px;
		border-top: 0px;
		left: 0;
		padding: 0;
		z-index: 10;
		background-color: rgba(0,0,0,0.3);
	}
	.topBar nav ul li .sub li{
		clear: both;
		white-space: nowrap;
	}
	.topBar nav ul li .sub li a{
		line-height: 30px;
		padding-left: 30px;
	}
	.topBar nav ul li .sub li:last-of-type a{
		border: 0px solid #EB1E26;
		font-weight: 500;
		line-height: 30px;
	}
	.text ul.split{
		-webkit-columns: 1;
		-moz-columns: 1;
		-o-columns: 1;
		columns: 1;
	}
	.brochure{
		padding: 30px 10px;
	}
	.slideTitle{
		background-color: #EB1E26;
		position: absolute;
		padding: 8px;
		color: white;
		letter-spacing: 1px;
		font-size: 18px;
		top: 30px;
		text-transform: uppercase;
		right: 0;
		font-weight: bold;
		z-index: 100000;
	}
	.tar{
		text-align: left;
	}
	.floatedImage{
		position: relative;
		padding: 0;
		background-color: #eee;
		z-index: 10;
		box-shadow: 0;
		left: 0px;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.padded{
		padding-right: 20px!important;
	}
	.contents aside:before{
		width: 100vw;
	}
	.callBack .sideBit{
		border: 0!important;
		padding-left: 0!important;
		margin-top: 30px;
	}
	.callBack form{
		padding-right: 0!important;
	}
	.uiButton{
		letter-spacing: 1px;
		line-height: 36px;
		padding: 0 15px;
		font-size: 14px;
	}
	.flr{
		float: left;
	}
	.postHeader h2{
		margin: 0 0 12px 0;
		font-size: 18px;
	}
	.postHeader p{
		margin: 0 0 12px 0;
		font-size: 14px;
	}
	.postHeader{
		padding: 30px 20px;
	}
	.introText .container{
		left: 0px;
		width: 80%;
		padding: 20px;
		bottom: calc(100% + 33px);
	}
	.introText .container h1 span{
		font-size: 22px;
	}
	.introText .container h1{
		font-size: 16px;
	}
	/* T O P B A R  A N D  N A V  E T C */
	.showMenu{
		color: #EB1E26;
		position: absolute;
		top: 0px;
		font-size: 20px;
		left: 0px;
		width: 50px;
		height: 50px;
		background-color: rgba(0,0,0,0.6);
		border-radius: 0px;
		text-align: center;
		line-height: 50px;
	}
	.contactBanner ul li:after{
		display: none;
	}
	.contactBanner, .contactBanner .row .columns{
		padding: 0!important;
	}
	.contactBanner{
		height: 50px;
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 500;
	}
	.contactBanner ul li a{
		line-height: 50px;
		color: white;
		border-left: 1px solid white;
		padding: 0;
	}
	.contactBanner ul li a i{
		width: 50px;
		display: inline-block;
		height: 50px;
		font-size: 20px;
		line-height: 50px;
		text-align: center;
	}
	.contactBanner ul li:first-of-type a{
		border: none;
	}
	.topBar{
		margin-top: 50px;
	}
	.topBar .logo img{
		height: 146px;
		padding: 10px 0;
	}
	.topBar .logo{
		text-align: center;
	}
	.topBar nav{
		position: fixed;
		z-index: 10000;
		display: block;
		top: 50px;
		background: #111111;
		width: 100%;
		padding: 0!important;
		display: none;
	}
	.topBar nav ul{
		width: 100%;
		padding: 0px;
	}
	.topBar nav ul li a{
		padding: 0 12px;
		border-bottom: 1px solid rgba(255,255,255,0.1);
		line-height: 42px;
	}
	.topBar nav ul li:last-of-type a{
		padding: 0 12px;
		border: 0;
		line-height: 42px;
		font-weight: initial;
	}
	.topBar nav ul li{
		width: 100%;
	}
	.desktopOnly{display: none;}
	.mobileOnly{display: inline-block;}
	/*SLIDER ETC*/
	.vegasBox{
		width: 100%;
		height: 390px;
	}
	.controlBox{
		width: 100%;
		position: relative;
		right: 0;
		height: auto;
		padding: 0;
		text-align: left;
		box-shadow: none;
		background-color: #222;
	}
	.headText{
		padding: 20px 30px;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.headText p{
		color: white;
		font-size: 14px;
	}
	.headText .heading{
		font-size: 22px;
		text-align: center;
	}
	.switch{
		text-align: right;
		width: 110px;
		height: 150px;
		background-color: transparent;
		top: calc(50% - 75px);
		left: initial;
		right: 0;
		box-shadow: none;
	}
	.switch:after{
		display: none;
	}
	.switch:before{
		display: none;
	}
	.buttons button{
		font-size: 13px;
		float: right;
		margin: 5px 5% 5px 55%;
		width: 40%;
		line-height: 26px;
	}
	.arrows{
		width: 100px;
		height: 50px;
		opacity: 0.7;
		left: 30px;
		bottom: -80px;
	}
	.arrows button:last-of-type{
		border-left: none;
	}
	.arrows button:first-of-type{
		border-right: none;
	}
	.arrows button{
		width: 50px;
		font-size: 16px;
		height: 50px;
	}
}
/* F O R M */
.websiteForm{
	color: #606060;
}
.websiteForm label{
	display: block;
	font-size: 14px;
	line-height: 2.6em;
}
.websiteForm input[type='text'], .websiteForm select{
	width: 100%;
	border-radius: 2px;
	height: 40px;
	font-size: 14px;
	padding-left: 10px;
	box-shadow: 0px;
	outline: 0;
	border: 1px solid #CCC;
}
.websiteForm input[type='radio']{
	margin-right: 6px;
}
.websiteForm textarea{
	width: 100%;
	border-radius: 2px;
	resize: none;
	padding: 1em;
	border: 1px solid #CCC;
	height: 140px;
}
.websiteForm ul{
	border: 1px solid #CCC;
	height: 40px;
	border-radius: 2px;
}
.websiteForm ul li{
	float: left;
	padding: 0 10px;
	line-height: 40px;
}
