/* F O N T   I N C L U D E S */
@import url('https://fonts.googleapis.com/css?family=DM+Serif+Text:400,400i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:300,400,500,700,800&display=swap');
/* G L O B A L   S T Y L E S */
*:focus{outline: none;}
a{text-decoration: none;color: inherit;}
ul,ol{list-style: none; margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6, .heading, .headerPre p{
	font-family: 'DM Serif Text', serif;
}
p,ul,ol, nav ul li a{
	font-family: 'Barlow Semi Condensed', sans-serif;
}
.landline{display: none!important}
/*.checkatrade{display: none;}*/
.cityguilds{display: none;}
.ratedpeople{display: none;}
.niceic{display: none;}
/*.yell{display: none;}*/
.mybuilder{display: none;}
.fmb{display: none;}
/*.gassafe{display: none;}*/

.hideMe{
	display: none!important;
}
.showMenu{
	display: none;
}
.tar{
	text-align: right;
}
.tac{
	text-align: center;
}
.dib{
	display: inline-block;
}
.topBar.smlr{
	padding: 0;
}
.topBar:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	background-color: #1D2127;
	width: 100%;
	height: 0%;
	-webkit-transition: height ease-in-out 0.4s;
	-o-transition: height ease-in-out 0.4s;
	transition: height ease-in-out 0.4s;
}
.topBar.filled:before{
	height: 100%;
}
.topBar{
	position: fixed;
	width: 100%;
	z-index: 100;
	padding: 16px;
	-webkit-transition: padding 0.6s, background 0.5s;
	-o-transition: padding 0.6s, background 0.5s;
	transition: padding 0.6s, background 0.5s;
}
.logo img{
	max-height: 74px;
	padding: 12px 18px;
}
nav ul{
	float: right;
	padding: 13px 25px;
	text-align: right;
}
nav ul li{
	display: inline-block;
}
nav ul li a{
	display: inline-block;
	text-transform: uppercase;
	line-height: 48px;
	padding: 0 15px;
	font-size: 14px;
	letter-spacing: 1px;
	color: rgba(255,255,255,0.6);
}
nav ul li .sub li{
	display: inline-block;
}
nav ul li .sub li a:hover{
	box-shadow: inset 0px -2px #0088CC;
}
nav ul li .sub li a{
	line-height: 48px;
	color: #444;
}
nav ul li .sub{
	text-align: right;
	margin: 0;
	overflow: hidden;
	display: none;
	z-index: -1;
	position: fixed;
	left: 0;
	width: 100%;
	background-color: white;
	padding: 0px;
	top: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.06);
}
nav ul li a:hover{
	color: rgba(255,255,255,1);
}
nav ul li > a:after {
	content: '\f078';
	color: #0088CC;
	margin-left: 6px;
	text-align: center;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
	font-size: 10px;
} 
nav ul li > a:only-child:after { content: ''; } 
header{
	position: relative;
	height: 70vh;
	z-index: 1;
	overflow: hidden;
}
header.smaller{
	height: auto;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	padding: 200px 32px 100px 32px;
}
header.smaller:before{
	content: '';
	pointer-events: none;
	width: 100%;
	pointer-events: none;
	background: #1D2127;
	background: -moz-linear-gradient(top, #1D2127 1%, #0088CC 100%);
	background: -webkit-linear-gradient(top, #1D2127 1%,#0088CC 100%);
	background: linear-gradient(to bottom, #1D2127 1%,#0088CC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1D2127', endColorstr='#0088CC',GradientType=0 );
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.90;
}
header hr{
	width: 170px;
	border: 0;
	height: 2px;
	position: relative;
	z-index: 10;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	background-color: #0088CC;
}
header .pageHeading{
	font-size: 32px;
	color: white;
	position: relative;
	z-index: 10;
	font-family: 'DM Serif Text', serif;
	font-weight: bold;
	line-height: 112%;
}
.arrows{
	top: calc(50% - 40px);
	width: 100%;
	position: absolute;
	z-index: 12;
	background-color: red;
}
.arrows button{
	color: white;
	cursor: pointer;
	width: 40px;
	height: 80px;
	line-height: 80px;
	display: block;
	border-radius: 0;
	position: absolute;
	background-color: rgba(0,0,0,0.3);
}
.slideLeft{
	left: 0
}
.slideRight{
	right: 0
}
.slideShow{
	position: relative;
	z-index: 1
}
.slideShow .slide{
	position: relative;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: #ddd;
	width: 100%;
	height: 70vh;
}
.slideText p{
	margin: 0px;
}
.slideText .heading{
	font-size: 36px;
}
.slideText{
	width: 520px;
	color: white;
	position: absolute;
	left: 100px;
	bottom: 100px;
	z-index: 2
}
.slick-current .slideText hr{
	box-shadow: inset -400px 2px white;
}
.slideText hr{
	height: 2px;
	-webkit-transition: box-shadow 1s;
	-o-transition: box-shadow 1s;
	transition: box-shadow 1s;
	width: 620px;
	box-shadow: inset 0px 0px white;
	border: none;
	background-color: transparent;
	display: inline-block;
	position: relative;
	left: -100px;
}
.slideText a i{
	-webkit-transition: margin 0.4s;
	-o-transition: margin 0.4s;
	transition: margin 0.4s;
	font-size: 13px;
	color: #0088CC;
	margin-left: 12px;
}
.slideText a{
	background-color: rgba(0,0,0,0.6);
	display: block;
	border-radius: 4px;
	margin-top: 30px;
	padding: 12px 16px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 400;
}
.slide:before{
	content: '';
	pointer-events: none;
	width: 100%;
	pointer-events: none;
	background: #1D2127;
	background: -moz-linear-gradient(top, #1D2127 1%, #0088CC 100%);
	background: -webkit-linear-gradient(top, #1D2127 1%,#0088CC 100%);
	background: linear-gradient(to bottom, #1D2127 1%,#0088CC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1D2127', endColorstr='#0088CC',GradientType=0 );
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.72;
}
.headerPre{
	padding: 30px 100px;
	background-color: #0088CC;
	position: relative;
	z-index: 1;
}
.headerPre:before{
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -1;
	opacity: 0.3;
	background-color: #000;
}
.headerPre p i{
	width: 40px;
}
.headerPre p{
	display: inline-block;
	float: left;
	line-height: 20px;
	margin: 10px 10px 10px 0;
	font-size: 20px;
	color: white
}
.socials{
	text-align: right;
}
.socials a:hover{
	color: #0088CC;
	background-color: rgba(0,0,0,0.8);
	border-radius: 50%
}
.socials a{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 15px;
	width: 40px;
	border-radius: 3px;
	margin-left: 8px;
	display: inline-block;
	height: 40px;
	color: white;
	text-align: center;
	line-height: 40px;
	background-color: rgba(0,0,0,0.4);
}
.blurb{
	text-align: center;
	background-color: rgba(0,0,0,0.02);
	padding: 80px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.blurb i{
	font-size: 28px;
	margin-bottom: 22px;
	color: #0088CC;
}
.blurb p.heading{
	font-size: 19px;
	color: #444;
}
.blurb hr{
	width: 22px;
	height: 1px;
	background-color: #0088CC;
	outline: none;
	border: none;
}
.blurb p{
	font-size: 13px;
	color: #555;
	margin: 0;
}
/*Modal*/
.modal{
	background-color: white;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
	border-radius: 3px;
	display: none;
	padding: 30px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.modal:after{
	content: '\f0e0';
	opacity: 0.4;
	transform: rotate(17deg);
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	font-size: 320px;
	z-index: -1;
	font-weight: 300;
	color: #EAFCE6;
	top: -20%;
	left: 40%;
}
.modal hr{
	border-radius: 2px;
	position: relative;
	display: inline-block;
	height: 2px;
	width: 100px;
	background-color: #0088CC;
	border: 0px!important;
}
.modal h3{
	margin: 0;
	font-size: 24px;
	color: #444;
	font-weight: 900;
}
.modal p{
	font-size: 14px;
	color: #555;
	margin-top: 4px;
}
.modal form{
	max-width: 480px;
}
.modal form .inner{
	overflow: auto;
	border-radius: 3px;
	border-right: 1px solid #DDD;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDD;
}
.modal form textarea{
	border: none;
	font-size: 14px;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	width: 100%;
	height: 44px;
	float: left;
	height: 180px;
	padding: 12px;
	background-color: transparent;
	border-radius: 0px;
	outline: none!important;
	resize: none;
}
.modal form button{
	background-color: #0088CC;
	color: white;
	text-transform: uppercase;
	display: inline-block;
	line-height: 40px;
	padding: 0 12px;
	float: right;
}
.modal form input{
	border: none;
	font-size: 14px;
	background-color: transparent;
	border-radius: 0px;
	outline: none!important;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	width: 50%;
	height: 50px;
	padding: 0 12px;
	float: left;
}
/*Text Area*/
.textArea{
	padding: 70px 0;
}
.textArea h1, .textArea h2, .textArea h3, .textArea h4, .textArea h5{
	line-height: 105%;
	margin: 5px 0 20px 0;
}
.textArea h1{
	color: #333;
}
.textArea h2{
	color: #444;
}
.textArea h1 span{
	color: #0088CC;
}
.textArea h2 span{
	color: #0088CC;
}
.textArea h3{
	margin: 0;
	color: #0088CC;
	font-size: 20px;
}
.textArea h4{
	color: #0088CC;
	opacity: 0.8;
	font-size: 18px;
}
.textArea .tac hr:before{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	top: -3px;
	background-color: inherit;
	left: calc(50% - 4px);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.textArea hr{
	border-radius: 2px;
	position: relative;
	display: inline-block;
	height: 2px;
	width: 100px;
	background-color: #0088CC;
	border: 0px!important;
}
.textArea p{
	font-size: 14px;
	color: #444;	
}
.textArea img{
	border-radius: 4px;
	margin-bottom: 20px;
}
.textArea p a{
	color: #0088CC;
	text-decoration: underline;
}
.textArea blockquote h3{
	text-transform: initial;
	font-size: 22px;
	font-weight: 500;
	color: white;
	margin-bottom: 12px;
}
.textArea blockquote:last-of-type{
	margin-bottom: 0px!important;
}
.textArea blockquote{
	margin: 0 0 18px 0;
	background-color: #1A1A1A;
	position: relative;
	padding: 26px;
	overflow: hidden;
	color: #FFF;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.05);
	border-left: 4px solid #0088CC;
	border-radius: 4px;
	z-index: 1;
}
.textArea blockquote:after{
	border-radius: 4px;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.3;
	background: #1D2127;
	background: -moz-linear-gradient(left,  #1D2127 0%, #0088CC 100%);
	background: -webkit-linear-gradient(left,  #1D2127 0%,#0088CC 100%);
	background: linear-gradient(to right,  #1D2127 0%,#0088CC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1D2127', endColorstr='#0088CC',GradientType=1 );
	z-index: -1;
}
.textArea blockquote p{
	font-style: italic;
	color: inherit;
}
.textArea blockquote p:first-of-type{
	margin-top: 0;
}
.textArea blockquote p:last-of-type{
	margin-bottom: 0;
	color: #0088CC;
	font-style: initial;
}
.textArea ul.split{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}
.textArea ul.split li{
	margin-bottom: 16px;
}
.textArea ul{
	text-transform: capitalize;
	font-size: 14px;
	color: #666;
	margin-bottom: 18px;
}
.textArea ul li{
	background-color: rgba(0,0,0,0.05);
	border-radius: 3px;
	display: inline-block;
	width: 100%;
	line-height: 20px;
	margin-bottom: 12px;
	padding: 10px 14px;
}
.textArea ul li:before{
	color: #0088CC;
	content: '\f00c';
	font-size: 10px;
	font-weight: 900;
	font-family: 'Font Awesome 5 Pro';
	margin-right: 10px;
}
.textArea ul.brickList{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.textArea ul.brickList li:before{
	display: none;
}
.textArea ul.brickList li{
	display: inline-block;
	width: auto;
	margin-right: 14px;
	float: left;
	background-color: white;
}
.textArea ol{
	color: #666;
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	font-size: 14px;
	margin-bottom: 18px;
}
.textArea ol li{
	display: inline-block;
	width: 100%;
	counter-increment: step-counter;
	background-color: rgba(0,0,0,0.05);
	border-radius: 3px;
	margin-bottom: 14px;
	line-height: 20px;
	padding: 10px 14px;
}
.textArea ol li:before{
	color: #0088CC;
	width: 10px;
	font-weight: 900;
	display: inline-block;
	content: counter(step-counter)".";
	font-size: 13px;
	margin-right: 10px;
}
.sideBox{
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 4px;
	padding: 28px;
	margin-top: 12px;
}
.sideBox address{
	margin: 22px 0;
}
.sideBox address p{
	margin: 0;
	font-style: initial;
}
.sideBox p{
	font-size: 14px;
	margin-bottom: 0;
}
p.smallPrint{
	font-size: 11px;
	opacity: 0.7;
}
.textArea .uiButton i{
	-webkit-transition: margin 0.4s;
	-o-transition: margin 0.4s;
	transition: margin 0.4s;
	font-size: 13px;
	color: #0088CC;
	margin-left: 12px;
}
.textArea .uiButton{
	color: #444;
	border-radius: 3px;
	padding: 12px;
	display: inline-block;
	background-color: #EEE;
	font-weight: bold;
	margin-top: 30px;
	font-size: 15px;
	letter-spacing: -1px;
}
.callout p:last-of-type{
	margin-bottom: 0;

}
.callout{
	background-color: rgba(0,0,0,0.05);
	padding: 22px;
	border-radius: 3px;
}
/* F O R M */
.websiteForm{
	color: #606060;
}
.websiteForm label{
	display: block;
	font-size: 14px;
	line-height: 2.6em;
	color: #0088CC;
}
.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: 180px;
}
.websiteForm ul{
	border: 1px solid #CCC;
	height: 40px;
	border-radius: 2px;
}
.websiteForm ul li{
	float: left;
	padding: 0 10px;
	line-height: 40px;
}
.websiteForm button{
	margin-top: 10px;
	background-color: #333;
	padding: 18px;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: background-color 0.4s;
	-o-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
.websiteForm button:hover{
	background-color: #0088CC;
}
/*GALLERY*/
.gallery .columns img{
	margin: 0;
}
.gallery .columns .caption{
	position: absolute;
	pointer-events: none;
	color: #444;
	width: calc(100% - 20px);
	border-radius: 0px 0px 3px 3px;
	background-color: rgba(255,255,255,0.6);
	bottom: 10px;
	padding: 12px;
	left: 10px;
	font-size: 13px;
}
.gallery .columns:hover::before{
	opacity: 1
}
.gallery .columns:before{
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	content: '\f00e';
	opacity: 0;
	font-weight: 300;
	color: #0088CC;
	width: 1000px;
	font-size: 60px;
	height: 1000px;
	text-align: center;
	line-height: 1000px;
	pointer-events: none;
	font-family: 'Font Awesome 5 Pro';
	background-color: rgba(255,255,255,0.7);
	position: absolute;
	left: 50%;
	margin-left: -500px;
	top: 50%;
	margin-top: -500px;
}
.gallery .columns{
	position: relative;
	overflow: hidden;
	width: 25%;
	padding: 10px;
	float: left;
}
.gallery .columns:nth-child(13n + 6){
	float: right;
	width: 50%;
}
.gallery .columns:nth-child(13n + 11),.gallery .columns:nth-child(13n + 12),.gallery .columns:nth-child(13n + 13){
	width: 33.33%;
}
.gallery .columns:nth-child(13n + 1){
	width: 50%;
}
/*Ticker*/
.boxes{
	padding: 70px 0;
	background-color: #EEE;
}
.slick-current .card{
	background-color: #1D2127!important;
	color: white!important;
	transition: all 1s;
}
.slick-current .card h3{
	color: #0088CC;
}
.ticker .card img{
	position: relative!important;
	width: calc(100% + 60px)!important;
	left: -30px!important;
	max-width: initial!important;
}
.ticker .card h3{
	font-size: 24px;
	text-transform: capitalize;
	margin: 30px 0 0 0;
}
.ticker .card hr{
	width: 22px;
	height: 1px;
	display: inline-block;
	background-color: #0088CC;
	outline: none;
	border: none;
}
.ticker .card p{
	font-size: 14px;
	margin: 0;
	min-height: 65px;
	opacity: 0.8;
}
.ticker .card a:hover i{
	margin-left: 20px;
}
.ticker .card a i{
	-webkit-transition: margin 0.4s;
	-o-transition: margin 0.4s;
	transition: margin 0.4s;
	font-size: 13px;
	color: #0088CC;
	margin-left: 12px;
}
.ticker .card a{
	display: block;
	margin-top: 30px;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 1px;
	font-weight: 400;
}
.ticker .card{
	padding: 0 30px 30px 30px;
	border-radius: 5px;
	overflow: hidden;
	transition: all 1s;
	background-color: #FFF;
}
.ticker .slick-prev{
	right: 70px;
	bottom: 10px;
}
.ticker .slick-next{
	right: 20px;
	bottom: 10px;
}
.ticker .slick-next:before, .ticker .slick-prev:before{
	color: #0088CC!important
}
/*Call to action*/
.callAction{
	background-color: #0088CC;
	padding: 30px 0 40px 0
}
.callAction h3{
	font-size: 26px;
	margin: 0 0 6px 0;
	color: white;
}
.callAction a i{
	margin-left: 12px;
}
.callAction a:hover{
	color: white;
}
.callAction a{
	-webkit-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
	float: right;
	padding: 12px 16px;
	background: #1D2127;
	color: #0088CC;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 30px;
	border-radius: 4px;
}
.callAction p{
	color: white;
	line-height: 108%;
	opacity: 0.7;
	margin: 0;
}
.map{
	position: relative;
	width: 100%;
	z-index: 10;
	margin-bottom: 20px;
	height: 280px;
	border-radius: 4px;
}

/*Footer*/
.creds{
	margin: 30px 0 18px 0;
	overflow: auto;
}
.creds img{
	height: 60px;
	float: left;
	display: inline-block;
	margin: 0 12px 12px 0;
	border-radius: 2px;
}
footer{
	padding: 70px 0 0 0;
	z-index: 1;
	position: relative;
	background-image: url('../images/footer.jpg');
	background-size: cover;
}
footer:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: -1;
	background: -moz-linear-gradient(left, rgba(18,18,18,1) 1%, rgba(18,18,18,1) 74%, rgba(18,18,18,0.5) 99%, rgba(18,18,18,0.5) 100%);
	background: -webkit-linear-gradient(left, rgba(18,18,18,1) 1%,rgba(18,18,18,1) 74%,rgba(18,18,18,0.5) 99%,rgba(18,18,18,0.5) 100%);
	background: linear-gradient(to right, rgba(18,18,18,1) 1%,rgba(18,18,18,1) 74%,rgba(18,18,18,0.5) 99%,rgba(18,18,18,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1D2127', endColorstr='#80121212',GradientType=1 );
}
footer h3 ~ p{
	color: white;
	opacity: 0.7;
	font-size: 13px;
}
.deets address{
	margin-bottom: 18px;

}
.deets address p{
	font-style: initial;
}
.deets p span{
	color: #0088CC;
	margin-right: 12px;
}
.deets p{
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	margin: 0;
}
footer p a{
	color: #0088CC;
	text-decoration: underline;
}
footer h3{
	font-size: 27px;
	color: white;
	margin: 0;
	letter-spacing: -1px;
}
footer h3 span{
	color: #0088CC;
}
footer h4{
	font-size: 20px;
	color: #0088CC;
}
.end{
	margin-top: 30px;
}
.end hr{
	height: 1px;
	border: none;
	background-color: rgba(255,255,255,0.3);
}
.end p span{
	color: #0088CC;
}
.end p{
	font-size: 12px;
	display: inline-block;
	color: rgba(255,255,255,0.5)
}
.end p.ownedBy{
	float: right;
}
.mobiBtn{
	display: none;
}
/* 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: 64.9375em) {
	.gallery .columns:nth-child(5n + 1),.gallery .columns:nth-child(5n + 2){
		width: 50%;
	}
	.gallery .columns:nth-child(5n + 3),.gallery .columns:nth-child(5n + 4),.gallery .columns:nth-child(5n + 5){
		width: 33.33%;
	}
	nav ul li a{
		font-size: 12px;
		padding: 0 10px;
	}
	.slideText{
		left: 0;
		bottom: 0;
		padding: 30px 50px;
	}
	.slideText p{
		font-size: 14px;
	}
	.slideText .heading{
		font-size: 26px;
	}
	.slideText hr{
		width: 100%;
	}
	.slideText a{
		margin-top: 20px;
		padding: 10px 14px;
		font-size: 12px;
	}
	.headerPre{
		background-color: #0088CC;
		position: relative;
		z-index: 1;
	}
	.headerPre:before{
		content: '';
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		position: absolute;
		z-index: -1;
		opacity: 0.3;
		background-color: #000;
	}
	.headerPre p i{
		width: 40px;
	}
	.headerPre p{
		display: inline-block;
		float: left;
		line-height: 20px;
		margin: 10px 10px 10px 0;
		font-size: 16px;
		color: white
	}
}
/* 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: 1366px) {
	.boxes, .callAction, .textArea, .blurb, footer, .headerPre{
		padding: 36px 26px;
	}
}
@media screen and (max-width: 39.9375em) {
	.gallery .columns:nth-child(3n + 1){
		width: 100%;
	}
	.gallery .columns:nth-child(3n + 2),.gallery .columns:nth-child(3n + 3){
		width: 50%;
	}
	.textArea ul.split{
		-webkit-columns: 1;
		-moz-columns: 1;
		-o-columns: 1;
		columns: 1;
	}
	.socials{
		margin-top: 20px;
		display: block;
		text-align: center!important;
	}
	.socials a{
		background-color: transparent;
		margin: 0;
		font-size: 20px;
	}
	.showMenu.fix{
		top: 16px;
		right: 16px;
	}
	.showMenu{
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		cursor: pointer;
		position: fixed;
		top: 32px;
		right: 32px;
		z-index: 2000;
		border: 1px solid white;
		border-radius: 2px;
		display: inline-block;
		line-height: 40px;
		height: 40px;
		width: 40px;
		color: white;
		text-align: center;
	}
	.mobiBtn:last-of-type{
		margin-left: 20px;
	}
	.desktopDeets{
		display: none;
	}
	.mobiBtn{
		border-radius: 3px;
		width: calc(50% - 10px);
		/*font-weight: bold;*/
		color: white;
		display: block;
		font-size: 12px;
		float: left;
		line-height: 44px;
		text-align: center;
		height: 44px;
		background-color: rgba(0,0,0,0.5);
	}
	.headerPre{
		padding: 36px 30px 24px 30px;
	}
	.boxes, .callAction, .textArea, .blurb, footer{
		padding: 26px 22px;
	}
	.sideBar{
		margin-top: 20px;
	}
	.blurb i{
		font-size: 30px;
		margin-bottom: 10px;
		margin-top: 30px;
	}
	.blurb hr{
		display: inline-block;
	}
	.blurb{
		text-align: left;
	}
	footer .creds{
		margin: 12px 0;
	}
	footer .tar h4{
		margin-top: 0
	}
	footer .tar{
		text-align: left;
	}
	.arrows{
		display: none;
	}
	footer:after{
		background: -moz-linear-gradient(top, rgba(18,18,18,1) 1%, rgba(18,18,18,1) 74%, rgba(18,18,18,0.5) 99%, rgba(18,18,18,0.5) 100%);
		background: -webkit-linear-gradient(top, rgba(18,18,18,1) 1%,rgba(18,18,18,1) 74%,rgba(18,18,18,0.5) 99%,rgba(18,18,18,0.5) 100%);
		background: linear-gradient(to bottom, rgba(18,18,18,1) 1%,rgba(18,18,18,1) 74%,rgba(18,18,18,0.5) 99%,rgba(18,18,18,0.5) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1D2127', endColorstr='#80121212',GradientType=0 );
	}
	nav{
		display: none;
		position: relative;
		background-color: #1D2127;
		width: 300px;
		right: 0;
	}
	nav ul{
		width: 100%;
	}
	nav ul li{
		width: 100%
	}
	nav ul li a{
		line-height: 40px;
		padding: 0;
		font-size: 14px;
		display: block;
		text-align: right;
	}
	nav ul li .sub li a:hover{
		box-shadow: none;
		color: #0088CC;
	}
	nav ul li .sub li a{
		font-size: 12px;
		opacity: 0.88;
		line-height: 32px;
		color: rgba(255,255,255,0.4);
	}
	nav ul li .sub{
		border-bottom: 0;
		position: relative;
		z-index: 12;
		background-color: transparent;
	}
	header, .slideShow .slide{
		height: 450px;
	}
	.slideText a{
		display: none;
	}
	.slideText{
		left: 0;
		width: 100%;
		bottom: 0;
		padding: 32px;
	}
	.slideText p{
		font-size: 14px;
		line-height: 115%;
	}
	.slideText .heading{
		line-height: 115%;
		font-size: 26px;
	}
	.slideText hr{
		width: 100%;
	}
	.slideText a{
		margin-top: 20px;
		padding: 10px 14px;
		font-size: 12px;
	}
	.end p{
		display: block;
		line-height: 120%;
		margin: 0;
	}
	.end{
		padding: 22px 10px;
		margin-top: 10px;
	}
	.end p.ownedBy{
		float: left;
	}
}