/*
Designed by Sean Holt for New World Digital Media - 2020
Theme Name - Scoots
Theme Version - 1.0
Business Details
Business Name         	- Above All Building Services
Business Type         	- building
Address Line One      	- 116 High Street
Address Line Two      	- St Albans
Address Line Three    	- Hertforshire
Primary Work Area     	- St Albans
Postal Code          	- AL37BD
Company Mobile Number 	- 07751678117
Company Office Number 	- #phone
Company Email Address 	- mattpayne999@outlook.com
Facebook URL         	- https://www.facebook.com/aabservices/
Instagram URL         	- #instagram
Twitter URL         	- #twitter
LinkedIn URL         	- #linkedin
Dark Colour             - #01213D
Mid Color               - #EEEEEE
Accent Colour           - #F59431
*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
html,body {height:100%;}
.landline{display: none!important;}
ul.socials a[href*="#"], .social a[href*="#"], .creds a[href*="#"]{display: none!important;}
*:focus{outline: none;}
a{text-decoration: none;color: inherit;}
ul,ol{list-style: none; margin: 0; padding: 0;}
h1,h2,h3,h4,h5,h6, nav ul li a, th, dt, summary{font-family: 'Quicksand', sans-serif;}
p,ul,ol,td,dd, a, span{font-family: 'Quicksand', sans-serif;}
.tar{text-align: right;} @media screen and (max-width: 64.9375em) {.tar{text-align: left;}}
.tac{text-align: center!important;}
@media screen and (max-width: 39.9375em) {.noMobile{display: none;}}
/*TopBar*/
.topBar{
	position: fixed;
	width: 100%;
	padding: 20px;
	z-index: 1000;
	transition: height 0.5s;
}
.topBar:before, .topBar:after{
	content: '';
	height: 0%;
	transition: height 0.5s;
}
.topBar.alt:before{
	content: '';
	background: #F59431;
	background: -moz-linear-gradient(left, #F59431 0%, #000000 100%);
	background: -webkit-linear-gradient(left, #F59431 0%,#000000 100%);
	background: linear-gradient(to right, #F59431 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F59431', endColorstr='#000000',GradientType=1 );
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.2;
	transition: height 0.5s;
}
.topBar.alt:after{
	content: '';
	background: #01213D;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	opacity: 1;
	transition: height 0.5s;
}
.topBar.alt .logo{
	height: 60px;
}
.logo{
	transition: height 0.5s;
	-webkit-transition: height 0.5s;
	height: 80px;
}
@media screen and (max-width: 39.9375em) {
	.logo{
		height: 60px;
	}
}
/*Navigation*/
nav ul{
	text-align: right;
}
nav ul li{
	display: inline-block;
	position: relative;
}
nav ul li.social a{
	margin-left: 10px;
}
nav ul li.social a i{
	width: 18px;
}
nav ul li.social a span{
	display: none;
}
nav ul li.social a{
	display: inline-block;
	text-align: center!important;
	border-radius: 4px;
	font-size: 18px;
}
nav ul li a[href*="facebook"]{background-color: #4B69B0;}
nav ul li a[href*="twitter"]{background-color: #37B1E1;}
nav ul li a[href*="instagram"]{background: #d6249f;background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
nav ul li a.active{
	color: #F59431;
}
nav ul li a:hover{
	color: #DDD;
}
nav ul li a{
	padding: 0 16px;
	color: #FFF;
	display: inline-block;
	font-weight: 600;
	line-height: 44px;
}
nav ul li > a:after {
	content: '\f078';
	color: #F59431;
	margin-left: 6px;
	width: 0;
	text-align: center;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
	font-size: 10px;
}
nav ul li > a:only-child:after { display: none;} 
nav ul li:hover .sub-menu{
	display: block;
}
.sub-menu{
	text-align: left;
	overflow: hidden;
	display: none;
	border-top: 2px solid #F59431;
	left: 0;
	border-radius: 4px;
	position: absolute;
	background-color: #01213D;
	box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
	padding: 20px;
	z-index: 100;
}
.sub-menu li a{
	line-height: 30px;
	display: block;
	color: #EEE;
}
.sub-menu li a:hover{
	color: #F59431;
}
.sub-menu li{
	clear: both;
	width: 100%;
	display: block;
	white-space: nowrap;
}
.showMenu{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	line-height: 100px;
	width: 80px;
	color: #F59431;
	font-size: 26px;
}
@media screen and (max-width: 64.9375em) {
	.showMenu{
		display: block;
	}
	nav ul li:hover .sub-menu{
		display: none;
	}
	nav{
		overflow: hidden;
		display: none;
		position: fixed;
		left: 35px;
		top: 120px;
		border-radius: 6px;
		z-index: 100;
		padding: 30px 20px;
		width: calc(100% - 70px);
		background-color: #01213D;
	}
	nav:before{
		content: '';
		height: 100%;
		width: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background-color: #F59431;
		opacity: 0.2;
	}
	nav ul li{
		width: 100%;
	}
	nav ul li.social a span{
		display: inline-block;
	}
	nav ul li, nav ul li.social{
		float: left;
		text-align: left!important;
	}
	nav ul li.social a{
		margin-top: 20px;
		width: calc(100% - 20px);
	}
	nav ul li a{
		width: 100%;
		line-height: 40px;
		font-weight: bold;
	}
	.sub-menu li a{
		line-height: 40px;
		color: #FFF;
	}
	.sub-menu{
		margin: 10px 0;
		padding: 10px;
		position: relative;
		background-color: rgba(0,0,0,0.3);
		box-shadow: none;
	}
}
/*Header*/
header:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: 0;
	left: 0;
	/*background-image: url("data:image/svg+xml,%3Csvg version='1.1' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1920 133.96' style='enable-background:new 0 0 1920 133.96;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23EEEEEE;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolygon class='st0' points='1388.57,69.86 1239.4,92.19 1324.75,106.99 '/%3E%3Cpolygon class='st0' points='489.65,39.44 389.04,59.53 391.06,110.02 '/%3E%3Cpolygon class='st0' points='374.74,96.48 327.09,105.86 384.59,115.09 '/%3E%3Cpolygon class='st0' points='59.33,98.06 140.71,74.56 121.38,55.41 '/%3E%3Cpolygon class='st1' points='1920,116.1 1898.15,113.55 1790.53,46.15 1731.42,76.5 1549.17,0 1326.79,120.94 1082.98,82.18 958.11,115.7 851.94,49.21 792.84,79.56 610.58,3.06 388.2,124 144.4,85.24 0,124 0,133.96 1920,133.96 '/%3E%3Cpolygon class='st0' points='1051.96,43.41 966.95,101.84 1078.44,69.65 '/%3E%3Cpolygon class='st0' points='1877.17,61.05 1905.34,100.96 1920,99.49 1920,79.93 '/%3E%3C/svg%3E%0A");*/
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1920 140' style='enable-background:new 0 0 1920 140;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0.5;fill:%23FFFFFF;%7D .st1%7Bfill:%23EEEEEE;%7D .st2%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cpath class='st0' d='M1920,140H0L0,0C0,0,520,140,1920,140z'/%3E%3Cpath class='st1' d='M1357.71,140H0l0-99C0,41,367.71,140,1357.71,140z'/%3E%3Cpath class='st2' d='M0,140h1920V0C1920,0,1400,140,0,140z'/%3E%3C/svg%3E%0A");
	z-index: -1;
}
@media screen and (max-width: 39.9375em) {
	header:after{
		height: 60px;
	}	
}
header:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #01213D;
	opacity: 0.7;
	z-index: -1;
}
header{
	padding: 200px 20px 150px 20px;
	z-index: 1;
	position: relative;
	background-image: url('../images/header.jpg');
	background-color: #111;
	background-size: cover;
	overflow: hidden;
}
.headerText{
	position: relative;
	padding-left: 50px;
}
.headerText:before{
	content: '';
	position: absolute;
	width: 5px;
	height: 1000%;
	background-color: #F59431;
	border-radius: 4px;
	left: 0;
	top: 0;
	z-index: -1;
}
header h1 span{
	color: #F59431;
}
header h1{
	font-weight: bold;
	color: white;
	line-height: 100%;
	font-size: 40px;
}
header p{
	color: white;
	font-size: 22px;
	line-height: 100%;
	opacity: 0.7;
}
header a{
	color: white;
	display: inline-block;
	font-size: 22px;
	line-height: 50px;
	font-weight: bold;
}
@media screen and (max-width: 39.9375em) {
	header{
		padding: 150px 20px 120px 20px;
		background-size: cover;
		background-position: right center;
	}
	.headerText:before{
		display: none;
	}
	.headerText{
		padding-left: 0;
	}
	.headerText h1{
		font-size: 28px;
	}
	header p{
		font-size: 18px;
	}
}
header .callNow {
	margin-top: 40px;
}
@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
	}
	70% {
		-webkit-box-shadow: 0 0 0 18px rgba(255,255,255, 0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
	}
}
@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
		box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
	}
	70% {
		-moz-box-shadow: 0 0 0 18px rgba(255,255,255, 0);
		box-shadow: 0 0 0 18px rgba(255,255,255, 0);
	}
	100% {
		-moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
		box-shadow: 0 0 0 0 rgba(255,255,255, 0);
	}
}
header .callNow i{
	font-size: 26px;
	line-height: 50px;
	color: white;
	display: inline-block;
	margin-right: 20px;
	text-align: center;
	border-radius: 50%;
	color: #F59431;
	width: 50px;
	height: 50px;
	animation: pulse 1.5s infinite;
}
/*Sections*/
section{
	padding: 120px 20px 120px 20px;
	position: relative;
	z-index: 1;
}
section.regular{
	background-color: #FFF;
}
section.regular:nth-of-type(even){
	background-color: #EEEEEE;
}
/*MEDIUM WIDTH AND BELOW*/
@media screen and (max-width: 64.9375em) {
	.intro{
		order: -2
	}
}
/*Blog*/
.blogItem{
	padding: 30px 30px 10px 30px;
	border-radius: 6px;
	background-color: #EEEEEE;
	margin-top: 30px;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	section{
		padding: 40px 20px;
	}
}
section.callToAction:before{
	content: '';
	background-color: #F59431;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.8;
}
section.callToAction{
	padding: 120px 20px;
	background-size: cover;
	background-position: center center;
	background-image: url('../images/calltoaction.jpg');
}
@media screen and (max-width: 39.9375em) {
	section.callToAction{
		padding: 120px 20px;
	}
}
.midBg{
	background-color: #EEEEEE!important;
}
.darkBg{
	background-color: #01213D;
}
/*Slideshow*/
.slideShow:after{
	content: '';
	height: 84px;
	width: 100%;
	background-color: #01213D;
	opacity: 0.5;
	z-index: 10;
	position: absolute;
	bottom: 0;
	left: 0;
}
.slideShow{
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 64.9375em) {
	.slideShow{
		margin-bottom: 30px;
	}
}
/*Cards*/
.card:hover{
	background-color: #01213D;
}
.card:hover p{
	color: white;
}
.card{
	background-color: #EEEEEE;
	border-radius: 8px;
	height: 100%;
	overflow: hidden;
	transition: background-color 0.5s;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
}
.card img{
	border-radius: 0!important;
}
.cardText{
	padding: 20px 30px;
}
/*Maps*/
.map{
	width: 100%;
	height: 400px;
	border-radius: 6px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.map iframe{
	position: absolute;
	width: 100%;
	height: calc(100% + 300px);
	z-index: -1;
	left: 0;
	opacity: 0.8;
	top: -150px;
}
@media screen and (max-width: 64.9375em) {
	.map{
		margin-bottom: 30px;
		height: 250px;
	}
}
.fullMap{
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 120px 20px 200px 20px;
	background-color: #EEEEEE;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.fullMap{
		padding: 100px 20px;
	}
}
.fullMap:before{
	content: '';
	height: 100%;
	width: 50%;
	background-color: #FFF;
	opacity: 0.9;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
@media screen and (max-width: 39.9375em) {
	.fullMap:before{
		width: 60%;
	}
}
.fullMap iframe{
	opacity: 0.8;
	position: absolute;
	width: 150%;
	height: calc(100% + 300px);
	z-index: -2;
	left: 0;
	top: -150px;
}
@media screen and (max-width: 39.9375em) {
	.fullMap iframe{
		width: 170%;
	}
}
@media screen and (max-width: 39.9375em) {
	.text ~ .text{
		margin-top: 20px;
	}
	.regular .sideBar{
		order: +1;
		-webkit-order: +1;
	}
}
/*Text Styles*/
.padRight{
	padding-right: 50px;
}
.padLeft{
	padding-left: 50px;
}
@media screen and (max-width: 64.9375em) {
	.padLeft{
		padding-left: 16px;
	}
	.padRight{
		padding-right: 16px;
	}
}
.infoBox{
	padding: 30px;
	border-radius: 6px;
}
.text{
	color: #333;
}
.darkBg .text{
	color: #FFF
}
.contactDetails h3 i{
	color: #01213D;
}
.contactDetails h3{
	margin-top: 20px!important;
}

/*Headings*/
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6{
	margin: 0 0 20px 0;
	letter-spacing: -1px;
}
.text h1 span, .text h2 span, .text h4 span, .text h5 span, .text h6 span{
	color: #F59431;
}
.text h1{
	font-weight: 700;
	font-size: 38px;
	line-height: 100%
}
.text h2{
	font-weight: 700;
	font-size: 38px;
	line-height: 100%
}
.text h3{
	line-height: 100%;
	font-size: 30px;
	color: #F59431;
}
.text h4{
	font-weight: 400;
	font-size: 20px;
}
.text .subHeading:before{
	content: '';
	width: 20px;
	height: 2px;
	background-color: #F59431;
	position: absolute;
	left: 0;
	top:calc(50% - 1px);
}
.text .subHeading{
	font-size: 18px;
	opacity: 0.8;
	position: relative;
	padding-left: 30px;
	font-weight: bold;
	letter-spacing: -1px;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.text h1{
		font-size: 30px;
	}
	.text h2{
		font-size: 30px;
	}
	.text h3{
		font-size: 25px;
	}
	.text h4{
		font-size: 23px;
	}
}
/*Images*/
.text img{
	border-radius: 6px;
	margin: 0 0 20px 0;
}
.text img.pullLeft{
	max-width: 30%;
	display: inline-block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	clear: both;
}
.text img.pullRight{
	max-width: 30%;
	display: inline-block;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
	clear: both;
}
.text img.pullLeft > *{}
/*Horizontal Rules*/
.text hr{
	border-radius: 2px;
	position: relative;
	display: inline-block;
	height: 3px;
	width: 100px;
	background-color: #F59431;
	border: 0px!important;
}
/*Paragraphs*/
.text p{
	font-size: 18px;
	line-height: 125%;
	margin: 0 0 20px 0;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.text p{
		font-size: 16px;
	}
}
.text p.smallPrint{
	font-size: 10px;
}
.text p a{
	color: #F59431;
	text-decoration: underline;
}
.text a{
	overflow: auto
}
.text .icon{
	display: block;
	font-size: 42px;
	margin-bottom: 20px;
}
.text p .icon{
	font-size: 22px;
	color: #F59431;
	width: 30px;
	line-height: 30px;
	margin: 0;
}
/*Address'*/
.main .text address{
	margin-bottom: 20px;
}
.text address p{
	font-style: initial;
}
/*Blockquotes*/
.text blockquote{
	display: block;
	overflow: hidden;
	margin: 0 0 20px 0;
	position: relative;
	padding: 30px;
	background-color: rgba(0,0,0,0.05);
	z-index: 1;
	border-radius: 4px;
}
.darkBg .text blockquote{
	background-color: rgba(0,0,0,0.3);
}
.text blockquote:after, .text blockquote:before{
	content: '\f10e';
	z-index: -1;
	font-weight: 900;
	font-family: 'Font Awesome 5 Pro';
	position: absolute;
	color: #F59431;
	opacity: 0.1;
	font-size: 120px;
	border-radius: 50%;
	display: block;
	border-radius: 20px;
	width: 160px;
	text-align: center;
	line-height: 160px;
	height: 160px;
	display: inline-block;
	pointer-events: none;
}
.text blockquote:after{
	right: -20px;
	top: -40px;
}
.text blockquote:before{
	left: -20px;
	bottom: -40px;
	transform: rotate(180deg);
}
.text blockquote h3{
	margin-bottom: 12px;
}
.text blockquote p:first-of-type{
	font-style: italic;
}
.text blockquote p:last-of-type{
	margin-bottom: 0;
	opacity: 0.8;
	font-weight: 700;
	color: #F59431;
}
@media screen and (max-width: 39.9375em) {
	.text blockquote{
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.text blockquote:after{
		left: 20px;
		top: -20px;
	}
}
/*Buttons*/
.text .btn{
	font-size: 18px;
	background-color: #01213D;
	color: white;
	font-weight: 600;
	display: inline-block;
	line-height: 52px;
	padding: 0 22px;
	margin: 0 0 20px 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	cursor: pointer;
	border-radius: 4px;
}
.text .btn ~ .btn{
	background-color: #F59431;
	margin-left: 8px;
}
.text .btn:hover{
	color: white;
	box-shadow: inset 0 50px 0px #01213D;
}
.text .btn ~ .btn:hover{
	box-shadow: inset 0 50px 0px #F59431;
}
.text .btn i{
	margin-left: 12px;
}
.darkBg .text .btn ~ .btn{
	color: #01213D;
	background-color: white;
}
.darkBg .text .btn ~ .btn:hover{
	box-shadow: inset 0 50px 0px #F59431;
	color: #FFFFFF;
}
.darkBg .text .btn:hover{
	box-shadow: inset 0 50px 0px #FFFFFF;
	color: #F59431;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.text .btn{
		font-size: 16px;
		padding: 0 16px;
	}
	.text .btn ~ .btn{
		margin-left: 3px;
	}
}
/*Tables*/
.text table{
	width: 100%;
	text-align: left;
	margin: 0 0 20px 0;
	border-radius: 4px;
	border-collapse: collapse;
	overflow: hidden;
}
.text table tr:first-of-type{
	font-weight: bold;
	color: white;
	font-size: 18px;
	background-color: #F59431!important;
}
.text table tr:nth-of-type(even){
	background-color: rgba(0,0,0,0);
}
.text table tr:nth-of-type(odd){
	background-color: rgba(0,0,0,0.05);
}
.darkBg .text table tr:nth-of-type(odd){
	background-color: rgba(0,0,0,0.3);
}
.text table td, table th{
	padding: 10px;
	opacity: 0.8;
}
/*Unordered Lists*/
.text ul{
	font-size: 18px;
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	margin-bottom: 20px;
}
.text ul li{
	line-height: 150%;
}
.text ul.noDots li:before{
	content: '';
	margin-right: 0;
}
.text ul li:before{
	color: #F59431;
	display: inline-block;
	content: '•';
	font-weight: 300;
	font-family: '';
	margin-right: 10px;
}
/*Ordered Lists*/
.text ol{
	font-size: 18px;
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	opacity: 0.8;
	margin-bottom: 20px;
}
.text ol li{
	display: inline-block;
	width: 100%;
	line-height: 150%;
	counter-increment: step-counter;
}
.text ol li:before{
	color: #F59431;
	width: 10px;
	display: inline-block;
	content: counter(step-counter)".";
	margin-right: 10px;
}
/*Unsplit OL's and UL's*/
.text ul.noSplit, .text ol.noSplit{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
/*Card style Lists*/
.text ul.cards li:before{
	display: none;
}
.text ul.cards li{
	background-color: rgba(0,0,0,0.1);
	width: 100%;
	display: inline-block;
	padding: 26px 20px;
	border-radius: 6px;
	margin-bottom: 12px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.darkBg .text ul.cards li{
	background-color: rgba(0,0,0,0.3);
}
.text ul.cards li p{
	margin-bottom: 0;
	opacity: 0.8;
}
/*Social Lists*/
.text ul.socials{
	overflow: auto;
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.text ul.socials li:before{
	display: none!important;
}
.text ul.socials li a i{
	transition: all 0.5s;
}
.text ul.socials li a{
	color: white;
	font-size: 17px;
	display: inline-block;
	height: 30px;
	float: left;
	width: 30px;
	border-radius: 4px;
	line-height: 30px;
	text-align: center;
}
.text ul.socials li{
	width: auto;
	float: left!important;
	margin-right: 10px;
}
.text ul.socials li a[href*="facebook"]{background-color: #4B69B0;}
.text ul.socials li a[href*="twitter"]{background-color: #37B1E1;}
.text ul.socials li a[href*="instagram"]{background: #d6249f;background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.text ul.socials li a[href*="youtube"]{background-color: #E83F3A;}
.text ul.socials li a[href*="wa.me"]{background-color: #2BA63A;}
.text ul.socials li a[href*="linkedin"]{background-color: #0074B2;}
.text ul.socials li a[href*="yell"]{background-color: #FDDB00; transform: rotate(-90deg); color: #222;}
.text ul.socials li a[href*="checkatrade"]{background-color: #eb1f40;}
.text ul.socials li a[href*="houzz"]{background-color: #4BB714;}
.text ul.socials li a[href*="mybuilder"]{background-color: #478bd8;}
.text ul.socials li a:hover i{font-size: 22px;}
@media screen and (max-width: 39.9375em) {
	.text ul, .text ol, .text ul.cards{
		-webkit-columns: 1;
		-moz-columns: 1;
		-o-columns: 1;
		columns: 1;
	}
}
/*Definition Lists*/
.text dl {
	font-size: 18px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	overflow: auto;
}
.text dl > * {
	padding-top: 10px;
}
.text dt {
	opacity: 0.8;
	width: 25%;
	font-size: 20px;
	padding-right: 10px;
	line-height: 125%;
	font-weight: bold;
}
.text dd {
	width:75%;
	padding-left: 20px;
	opacity: 0.8;
	line-height: 125%;
	margin-left: 0px;
	margin-bottom: 20px;
}
.text dd + dd {
	width: 100%;
	padding-left: calc(25% + 20px);
}
.text dt + dt {
	padding-right: 75%;
}
.text dt + dt + dd {
	margin-top: 20px;
	padding-left: calc(25% + 20px;);
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.text dl > * {
		padding-top: 10px;
	}
	.text dt {
		width: 100%;
		padding-right: 0px;
	}
	.text dd {
		width: 100%;
		padding-left: 0px;
		margin-left: 0px;
		margin-bottom: 10px;
	}
	.text dd + dd {
		padding-left: 0;
	}
	.text dt + dt {
		padding-right: 75%;
	}
	.text dt + dt + dd {
		margin-top: 10px;
		padding-left: 0;
	}
}
/*Forms*/
.text form ::placeholder {color: #444;opacity: 1;}
.text form :-ms-input-placeholder {color: #444;}
.text form ::-ms-input-placeholder {color: #444;}
.text form{
	color: #606060;
}
.text form{
	margin-bottom: 20px;
}
.text form .btn{
	margin-top: 20px;
}
.text form label{
	display: block;
	font-size: 14px;
	line-height: 2.6em;
	color: #F59431;
}
.text form input[type='text'], .text form select{
	width: 100%;
	height: 40px;
	color: #333;
	background-color: transparent;
	font-size: 14px;
	padding-left: 10px;
	box-shadow: 0px;
	outline: 0;
	border: 1px solid #BBB;
	border-radius: 3px;
}
.text form textarea{
	width: 100%;
	background-color: transparent;
	color: #333;
	resize: none;
	padding: 1em;
	border: 1px solid #BBB;
	height: 180px;
	border-radius: 3px;
}
/*Modals*/
.modal{
	background-color: #01213D;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	border-radius: 8px;
	display: none;
	padding: 36px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.modal ::placeholder {color: #EEE;opacity: 1;}
.modal :-ms-input-placeholder {color: #EEE;}
.modal ::-ms-input-placeholder {color: #EEE;}
.fancybox-close-small{
	color: #F59431!important;
}
.modal h3{
	color: #F59431;
	font-weight: bold;
	letter-spacing: -1px;
}
.modal form{
	max-width: 480px;
}
.modal form .inner{
	overflow: auto;
}
.modal form textarea{
	border: none;
	font-weight: 500;
	font-size: 14px;
	width: 100%;
	height: 44px;
	float: left;
	height: 180px;
	padding: 12px;
	background-color: rgba(0,0,0,0.2);
	border-radius: 3px;
	outline: none!important;
	resize: none;
	color: #EEE;
	font-weight: bold;
}
.modal .btn{
	width: 100%;
	margin-top: 20px;
	background-color: #F59431;
}
.modal form input:nth-of-type(even){
	margin-left: 16px;
}
.modal form input{
	margin-bottom: 12px;
	border: none;
	color: #EEE;
	font-weight: bold;
	border-radius: 3px;
	font-size: 14px;
	background-color: rgba(0,0,0,0.2);
	outline: none!important;
	width: calc(50% - 8px);
	height: 50px;
	padding: 0 12px;
	float: left;
}
/* G A L L E R Y */
.fancybox-infobar{
	color: white;
	font-size: 20px;
}
.fancybox-content img{
	border-radius: 6px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.gallery{
	position: relative;
	z-index: 1;
}
.gallery .columns:hover{
	filter: sepia(0.6);
}
.gallery .columns{
	transition: all 0.5s;
	border-radius: 6px;
}
.gallery .columns a{
	width: 100%;
	height: 100%;
	position: relative;
}
.gallery .columns img{
	margin: 0;
	height: 100%;
	width: 100%!important;
	opacity: 0;
}
.gallery .columns .caption p{
	font-size: 12px;
	margin: 0;
	color: rgba(255,255,255,0.9);
	line-height: 18px;
}
.gallery .columns:hover .caption{
	bottom: 0%;
}
.gallery .columns:before{
	content: '';
	width: 100%;
	height: 50%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
	position: absolute;
	opacity: 1;
	left: 0;
	bottom: 0%;
	z-index: 1;
	pointer-events: none;
	transition: bottom 0.5s;
}
.gallery .columns .caption{
	-webkit-transition: bottom 0.4s;
	-o-transition: bottom 0.4s;
	transition: bottom 0.4s;
	position: absolute;
	pointer-events: none;
	width: 100%;
	padding: 20px 16px;
	bottom: -100%;
	left: 0px;
	z-index: 2;
	font-size: 13px;
}
.gallery .columns{
	overflow: hidden;
	position: relative;
	background-size: cover;
	width: calc(25% - 24px);
	margin: 12px;
	background-position: center center;
	overflow: hidden;
	float: left;
	z-index: 0;
}
.gallery .columns:nth-child(14n + 7),.gallery .columns:nth-child(14n + 8){
	width: calc(50% - 24px);
}
/*MEDIUM WIDTH AND BELOW*/
@media screen and (max-width: 64.9375em) {
	.gallery .columns{
		width: calc(50% - 24px);
	}
	.gallery .columns:nth-child(14n + 3),.gallery .columns:nth-child(14n + 8){
		width: calc(100% - 24px);
	}
}
/*Footer*/
footer{
	z-index: 1;
	position: relative;
	background-color: #01213D;
	padding: 100px 20px;
}
footer:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 140px;
	top: -140px;
	left: 0;
	/*background-image: url("data:image/svg+xml,%3Csvg version='1.1' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1920 133.96' style='enable-background:new 0 0 1920 133.96;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23EEEEEE;%7D .st1%7Bfill:%2301213D;%7D%0A%3C/style%3E%3Cdefs%3E%3C/defs%3E%3Cpolygon class='st0' points='1388.57,69.86 1239.4,92.19 1324.75,106.99 '/%3E%3Cpolygon class='st0' points='489.65,39.44 389.04,59.53 391.06,110.02 '/%3E%3Cpolygon class='st0' points='374.74,96.48 327.09,105.86 384.59,115.09 '/%3E%3Cpolygon class='st0' points='59.33,98.06 140.71,74.56 121.38,55.41 '/%3E%3Cpolygon class='st1' points='1920,116.1 1898.15,113.55 1790.53,46.15 1731.42,76.5 1549.17,0 1326.79,120.94 1082.98,82.18 958.11,115.7 851.94,49.21 792.84,79.56 610.58,3.06 388.2,124 144.4,85.24 0,124 0,133.96 1920,133.96 '/%3E%3Cpolygon class='st0' points='1051.96,43.41 966.95,101.84 1078.44,69.65 '/%3E%3Cpolygon class='st0' points='1877.17,61.05 1905.34,100.96 1920,99.49 1920,79.93 '/%3E%3C/svg%3E%0A");*/
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' x='0px' y='0px' viewBox='0 0 1920 140' style='enable-background:new 0 0 1920 140;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0.5;fill:%23FFFFFF;%7D .st1%7Bfill:%23EEEEEE;%7D .st2%7Bfill:%2301213D;%7D%0A%3C/style%3E%3Cpath class='st0' d='M0,140h1920V0C1920,0,1400,140,0,140z'/%3E%3Cpath class='st1' d='M562.29,140H1920V41C1920,41,1552.29,140,562.29,140z'/%3E%3Cpath class='st2' d='M1920,140H0L0,0C0,0,520,140,1920,140z'/%3E%3C/svg%3E%0A");
	z-index: -1;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	footer:after{
		top: -60px;
		height: 60px;
	}	
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	footer{
		padding: 60px 20px;
	}
}
.creds{
	margin-top: 30px;
}
.creds img{
	margin: 0!important;
}
/*MEDIUM WIDTH AND BELOW*/
@media screen and (max-width: 64.9375em) {
	.creds{
		margin-bottom: 30px;
	}
}
.creds p{
	font-size: 50px!important;
	margin: 0!important;
	color: #F59431;
}
footer h3{
	font-size: 25px!important;
}
footer p, footer ul{
	font-size: 14px!important;
	line-height: 35px!important;
	margin: 0!important;
	opacity: 0.8;
}
footer hr{
	background-color: #FFF!important;
}
footer ul li.social{
	display: none;
}
footer ul li{
	line-height: 35px!important;
}
footer ul{
	columns: 1!important;
	-webkit-columns: 1!important;
}
.copyBar:after{
	content: '';
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.3;
	z-index: -1;
}
.copyBar{
	background-color: #01213D;
	position: relative;
	padding: 20px 10px;
	z-index: 1;
}
.copyBar p{
	margin-bottom: 0!important;
	font-size: 12px!important;
	opacity: 0.6;
}
.copyBar ul{
	margin-bottom: 0!important;
	cursor: pointer;
}