/* F O N T   I N C L U D E S */
@import url('https://fonts.googleapis.com/css?family=Barlow:300,400,600,700,900&display=swap');
/* G L O B A L   S T Y L E S */
body{
	font-family: 'Barlow', sans-serif;
	background-color: #fff;
	overflow-x: hidden;
}
*:focus{outline: none;}
a{text-decoration: none;color: inherit;}
ul,ol{list-style: none; margin: 0; padding: 0;}
blockquote {margin: 0;}
.makeBg {height: 100%;}
.mobileNav {display: none;}

/* W E B S I T E   I N F O */

/*

T. Windows Ltd
Window &amp; Door Fitting
01992 613522
07958 551944
t.windows@hotmail.co.uk
66 Eastbrook Road
#county
EN9 3AL
Essex

*/

/* C O L O U R S */

/*

Primary Color HEX - #222222
Primary Color RGBA - 34,34,34

Secondary Color HEX - #81cc50
Secondary Color RGBA - 129,204,80

*/

.siteBlur {
	top: 0;
	right: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #222;
	opacity: 0;
	z-index: 3;
	transition: ease 0.4s;
	display: block;
	pointer-events: none;
}
.mobileBlur {
	display: none;
	top: 0;
	right: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #222;
	opacity: 0.8;
	z-index: 3;
	transition: ease 0.4s;
	pointer-events: none;
}

/* H E A D E R */

header {
	position: relative;
	z-index: 10000;
}
header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50% - 100px);
	height: 100vh;
	background-color: #222222;
	opacity: 0.85;
	z-index: -1;
}
header:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #111;
	z-index: -3;
}

/* H E A D E R   -   O T H E R */

.otherPagesHeader {
	height: auto;
	padding-bottom: 30px;
}
.otherPagesHeader:before {
	height: 100%;
}
.otherPagesHeader:after {
	height: 100%;
}

/* S L I D E R */

.headSwipe {
	position: absolute;
	top: 0;
	left: 0;
    height: 100vh;
    width: 100%;
    z-index: -2;
}
.headSwipe .swiper-wrapper .swiper-slide {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: top right;
}

/* S L I D E R   -   O T H E R */

.otherSwipe {
	height: 100%;
}

/* T O P   B A R */

.topBar {
	position: absolute;
	width: 100%;
	margin-top: 60px;
	z-index: 10;
}
.topBar:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: calc(50% + 100px);
	height: 100%;
	background-color: #222222;
	opacity: 0.5;
	z-index: -1;
}
.logo {
	position: absolute;
	margin-top: 40px;
	z-index: 100;
}
.logo img {
	width: 250px;
}
nav {
	text-align: right;
	position: relative;
	z-index: 10;
}
nav ul li {
	display: inline-block;
	margin-top: -1px;
	position: relative;
	padding-left: 25px;
}
nav ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 36px;
	text-shadow: 1px 1px 3px #111;
}
nav ul li > a:after {
	content: '\f078';
	color: #81cc50;
	font-size: 14px;
	margin-left: 6px;
	text-align: center;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 600;
}
nav ul li > a:only-child:after { content: ''; } 
.subMenu {
	position: absolute;
	left: 0;
	text-align: left;
	display: none;
}
.subMenu li {
	display: block;
	margin: 0;
	text-align: left;
	white-space: nowrap;
	clear: both;
	line-height: 20px;
	transition: ease 0.4s;
}
nav ul li:hover .subMenu, nav ul li .subMenu .active {
    display: block;
}

/* S P L A S H */

.splash {
	padding: 250px 0px 125px 0px;
}
.splashTitle {
	display: inline-block;
	color: #fff;
	line-height: 50px;
	font-weight: 600;
	font-size: 50px;
	text-shadow: 1px 1px 3px #111;
}
.splash p {
	color: #fff;
	padding: 0;
	margin: 0;
	padding: 20px 0px;
}
.splashTitle span {
	color: #81cc50;
}

/* O T H E R   -   S P L A S H */

.otherSplash {
	padding: 0;
	padding-top: 200px;
}

/* D E E T S */

.deetsContainer.uk-active {
	background: rgb(34,34,34);
	background: -moz-linear-gradient(left,  rgba(34,34,34,1) 0%, rgba(129,204,80,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(34,34,34,1) 0%,rgba(129,204,80,1) 100%);
	background: linear-gradient(to right,  rgba(34,34,34,1) 0%,rgba(129,204,80,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#81cc50',GradientType=1 );
}
.deets {
	line-height: 35px;
}
.deets a {
	color: #fff;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
.deets .columns:after {
	content: '|';
	color: #fff;
	padding: 0px 15px;
}
.deets .columns:last-of-type:after {
	display: none;
}

/* O T H E R   -   D E E T S */

.otherDeets .deets a {
	color: #81cc50;
}
.otherDeets.uk-active .deets a {
	color: #fff;
}

/* A B O U T */

.about {
	padding-bottom: 100px;
	position: relative;
}
.about .row {	
	-webkit-box-shadow: 10px 10px 9px 3px rgba(0,0,0,0.08);
	-moz-box-shadow: 10px 10px 9px 3px rgba(0,0,0,0.08);
	box-shadow: 10px 10px 9px 3px rgba(0,0,0,0.08);
}
.about .makeBg {
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
}
.about .makeBg:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100%;
	background-color: #81cc50;
	opacity: 0.5;
	z-index: -1;
}
.aboutInner {
	background-color: #fff;
	padding: 100px;
	text-align: center;
	z-index: 1;
	position: relative;
}
.aboutInner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background-color: #81cc50;
	opacity: 0.25;
	z-index: -1;
}
.aboutInner img {
	width: 300px;
}
.aboutText {
	position: relative;
}
.aboutText h1 {
	color: #222222;
	margin: 0;
	padding: 0;
	margin-top: 25px;
	font-size: 30px;
	line-height: 35px;
}
.aboutText h1 span {
	font-weight: 600;
	font-size: 20px;
}
.quoteButton {
	margin-top: 15px;
	background: rgb(34,34,34);
	background: -moz-linear-gradient(left,  rgba(34,34,34,1) 0%, rgba(129,204,80,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(34,34,34,1) 0%,rgba(129,204,80,1) 100%);
	background: linear-gradient(to right,  rgba(34,34,34,1) 0%,rgba(129,204,80,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#81cc50',GradientType=1 );
	color: #fff;
	line-height: 30px;
	padding: 0px 15px;
	display: inline-block;
	letter-spacing: 1px;
	border-radius: 2px;
	text-shadow: 1px 1px 3px #777;
}
.scrollBox {
	position: absolute;
	top: 0;
	right: -52px;
	padding: 15px;
	z-index: 200;
}
.scrollBox:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #222222;
	opacity: 0.8;
	z-index: -1;
}
.mouse {
	height: 34px;
	width: 22px;
	border-radius: 20px;
	transform: none;
	border: 2px solid white;
	top: 170px;
}
.wheel {
	height: 5px;
	width: 5px;
	display: block;
	margin: 5px auto;
	background: white;
	position: relative;
	border-radius: 50%;
}
.wheel {
	-webkit-animation: mouse-wheel 1.2s ease infinite;
	-moz-animation: mouse-wheel 1.2s ease infinite;
}
@-webkit-keyframes mouse-wheel
{
	0% {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
	100% {
	opacity: 0;
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	}
}
@-moz-keyframes mouse-wheel {
	0% { top: 1px; }
	50% { top: 2px; }
	100% { top: 3px;}
}
@-webkit-keyframes mouse-scroll {
	0%   { opacity: 0;}
	50%  { opacity: .5;}
	100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}
@keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}

/* W H Y */

.whySection {
	text-align: center;
	background-color: #dddddd;
	padding: 100px 0px;
	position: relative;
	z-index: 1;
}
.whySection .columns {
	position: relative;
}
.whySection:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.7;
	z-index: -1;
}
.whySwipe {
	width: 100%;
	height: 400px;
	border-radius: 5px;
}
.whySwipe .swiper-wrapper .swiper-slide {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1;
	border-radius: 5px;
}
.whySwipe .swiper-slide:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: -moz-linear-gradient(top,  rgba(34,34,34,0) 0%, rgba(34,34,34,0.7) 100%);
	background: -webkit-linear-gradient(top,  rgba(34,34,34,0) 0%,rgba(34,34,34,0.7) 100%);
	background: linear-gradient(to bottom,  rgba(34,34,34,0) 0%,rgba(34,34,34,0.7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00222222', endColorstr='#7a222222',GradientType=0 );
	border-radius: 5px;
	z-index: -1;
}
.whyPrev {
	cursor: pointer;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -30px;
	width: 60px;
	height: 60px;
	line-height: 42px;
	background: rgb(129,204,80);
	background: -moz-linear-gradient(left,  rgba(129,204,80,1) 0%, rgba(34,34,34,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(129,204,80,1) 0%,rgba(34,34,34,1) 100%);
	background: linear-gradient(to right,  rgba(129,204,80,1) 0%,rgba(34,34,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#81cc50', endColorstr='#222222',GradientType=1 );
	z-index: 10;
	border-radius: 50%;
	border: 10px solid #81cc50;
}
.whyPrev:before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border: 10px solid #fff;
	opacity: 0.7;
	border-radius: 50%;
	z-index: -1;
}
.whyNext {
	cursor: pointer;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -30px;
	width: 60px;
	height: 60px;
	line-height: 42px;
	background: rgb(34,34,34);
	background: -moz-linear-gradient(left,  rgba(34,34,34,1) 0%, rgba(129,204,80,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(34,34,34,1) 0%,rgba(129,204,80,1) 100%);
	background: linear-gradient(to right,  rgba(34,34,34,1) 0%,rgba(129,204,80,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#81cc50',GradientType=1 );
	z-index: 10;
	border-radius: 50%;
	border: 10px solid #81cc50;
}
.whyNext:before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	width: calc(100% + 20px);
	height: calc(100% + 20px);
	border: 10px solid #fff;
	opacity: 0.7;
	border-radius: 50%;
	z-index: -1;
}
.whySection i {
	font-size: 16px;
	color: #fff;
}
.whySection h2 {
	font-size: 22px;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	color: #222222;
	position: relative;
}
.whySection h2:before {
	content: '•';
	padding-right: 20px;
}
.whySection h2:after {
	content: '•';
	padding-left: 20px;
}
.whySection h3 {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 50px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 600;
	text-shadow: 1px 1px 3px #222;
}

/* M A I N   C O N T E N T */

main {
	padding: 100px 0px;
	z-index: 1;
	position: relative;
}

.mainAside {
	position: relative;
}
.mainAside .makeBg {
	border-radius: 5px;
}
main h2 {
	color: #222222;
}
main h4 {	
	color: #222222;
	letter-spacing: 2px;
}
main h3 {
	color: #81cc50;
}
.homeInner {
	padding-right: 100px;
}
.mainButton {
	margin-top: 15px;
	background: rgb(34,34,34);
	background: -moz-linear-gradient(left,  rgba(34,34,34,1) 0%, rgba(129,204,80,1) 100%);
	background: -webkit-linear-gradient(left,  rgba(34,34,34,1) 0%,rgba(129,204,80,1) 100%);
	background: linear-gradient(to right,  rgba(34,34,34,1) 0%,rgba(129,204,80,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#81cc50',GradientType=1 );
	color: #fff;
	line-height: 30px;
	padding: 0px 15px;
	display: inline-block;
	letter-spacing: 1px;
	border-radius: 2px;
	text-shadow: 1px 1px 3px #777;
	-webkit-transition: padding-top 0.2s ease-out;
	-o-transition: padding-top 0.2s ease-out;
	transition: padding-top 0.2s ease-out;
}
main .mainAside .makeBg {	
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	height: 350px;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 10px 10px 9px 3px rgba(0,0,0,0.08);
	-moz-box-shadow: 10px 10px 9px 3px rgba(0,0,0,0.08);
	box-shadow: 10px 10px 9px 3px rgba(0,0,0,0.08);
}
.frame {
	position: absolute;
	top: -50px;
	left: -50px;
	width: calc(100% - 150px);
	height: calc(100% + 100px);
	border: 8px solid transparent;
	-moz-border-image: -moz-linear-gradient(top left, #222222 0%, #81cc50 100%);
	-webkit-border-image: -webkit-linear-gradient(top left, #222222 0%, #81cc50 100%);
	border-image: linear-gradient(to bottom right, #222222 0%, #81cc50 100%);
	border-image-slice: 1;    
	z-index: 1;
	-webkit-transition: left ease 0.3s;
	-o-transition: left ease 0.3s;
	transition: left ease 0.3s;
}
.serviceSidebar ul {
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.serviceSidebar ul li {
	display: block;
	margin-bottom: 10px;
}
.serviceSidebar ul li:before {
	content: '\f058';
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	color: #222222;
	display: inline-block;
	margin-right: 10px;
}
.servicesList li {
	border-radius: 5px;
	display: inline-block;
	background-color: rgba(0,0,0,0.1);
	padding: 2.5px 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.serviceMainContainer {
	padding-top: 0px;
	padding-bottom: 0px;
}
.serviceMain {
	margin-top: 30px;
	padding-right: 30px;
	padding-top: 70px;
	padding-bottom: 70px;
}
.serviceSidebar {
	border-radius: 5px;
	margin-top: 30px;
	padding-top: 70px;
	padding-left: 30px;
	background-color: rgba(0,0,0,0.05);
}
.serviceThumbs img {
	border-radius: 5px;
}

/* M A I N   -   S E R V I C E   B O X E S */

.article-wrap {
	background-color: #222222;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
}
.article-blurb {
	padding: 10px 30px!important;
}
.article-blurb p {
	color: #fff;
}
.article-blurb h3 {
	color: #81cc50!important;
}
article .makeBg {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;	
}

/* M A I N   -   A C C O R D I O N */

.service-accordion {
	margin: 20px 0px;
}
.accordion-title {	
	border-radius: 5px;
	background-color: #222222;
	padding: 5px 25px;
	position: relative;
	cursor: pointer;
}
.accordion-title p {
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
	margin: 0;
	padding: 0;
	line-height: 30px;
}
.accordion-title:before {
	content: '\f067';
	font-family: 'Font Awesome 5 Pro';
	right: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: #81cc50;
}
.accordion-content {
	display: none;
	background-color: rgba(0,0,0,0.1);
	padding: 5px 25px;
	border-radius: 0px 0px 5px 5px;
}
.accordion-content:first-of-type {
	display: block;
}
.no-border-radius {
	border-radius: 5px 5px 0px 0px;
}

/* M A I N   -   T A B L E */

table {
	width: 100%;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.2);
	border-spacing: 0;
}
thead td {
	padding-left: 30px!important;	
	font-weight: 600;
	background-color: #222222;
	letter-spacing: 1px;
	color: #fff;
	line-height: 30px;
}
tbody td {
	padding: 10px 30px!important;	
	line-height: 20px;	
}
tbody tr:nth-of-type(even) {
	background-color: rgba(0,0,0,0.1);
}
.table-img img {
	width: 100px;
}

/* G A L L E R Y   P A G E */

.gallery{
	position: relative;
	z-index: 1;
}
.gallery .columns a{
	width: 100%;
	height: 100%;
	position: relative;
}
.gallery .columns img{
	margin: 0;
	width: 100%!important;
	height: 100%;
	opacity: 0;
}
.gallery .columns{
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	width: calc(25% - 24px);
	margin: 12px;
	background-position: center center;
	overflow: hidden;
	float: left;
	z-index: 0;
	-webkit-transition: all .15s ease-out;
	-moz-transition: all .15s ease-out;
	transition: all .15s ease-out;
}
.gallery .columns:hover {
	-webkit-transform: scale(1.015);
	-ms-transform: scale(1.015);
	-o-transform: scale(1.015);
	transform: scale(1.015);
}
.gallery .columns:nth-child(14n + 7),.gallery .columns:nth-child(14n + 8){
	width: calc(50% - 24px);
}
.fancybox-image {
    border-radius: 5px;
}

/* R E V I E W S  P A G E */

blockquote {
	background-color: #222222;
	padding: 20px;
	position: relative;
	z-index: 1;
	border-radius: 5px;
	margin-bottom: 30px;
}
blockquote:last-of-type {
	margin-bottom: 0px;
}
blockquote:before {
	content: '\f10e';
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	position: absolute;
	top: -20px;
	right: 100px;
	width: 40px;
	line-height: 40px;
	height: 40px;
	border-radius: 5px;
	background-color: #fff;
	color: #222222;
	text-align: center;
	z-index: 1;
}
blockquote:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
	height: 100%;
	background-color: rgba(255,255,255,0.1);
	z-index: -1;
}
blockquote h5 {
	color: #81cc50;
	margin: 0;
	font-size: 20px;
	margin-bottom: 10px;
}
blockquote p {
	color: #fff;
	margin: 0;
	padding: 0;
}
blockquote p:first-of-type {
	margin-bottom: 15px;
}
blockquote p:first-of-type:before {
	content: '"';
	padding-right: 10px;
}
blockquote p:last-of-type:after {
	content: '"';
	padding-left: 10px;
}

/* E N Q U I R Y   F O R M */

.form-box .columns {
	padding: 0!important;
}
.earl-form .columns input {
	width: 100%;
}
.earl-form input[type='text'], .earl-form select{
	letter-spacing: 1px;
	border-radius: 0px;
	height: 30px;
	font-size: 13px;
	padding-left: 12.5px;
	box-shadow: 0px;
	outline: 0;
	color: #333;
	font-weight: 500;
	border: 1px solid #222222;
	border-radius: 5px;
	margin-bottom: 20px;
}
.earl-form .columns textarea {
	letter-spacing: 1px;
	color: #333;
	font-size: 13px;
	width: 100%;
	border-radius: 5px;
	resize: none;
	padding-top: 15px;
	padding-left: 12.5px;
	border: 1px solid #222222;
	height: 200px;
}
#formName, #formContact {
	line-height: 20px;
}
.earl-form button {
	float: right;
	margin-top: 10px;
	background-color: transparent;
	padding: 10px;
	font-size: 13px;
	letter-spacing: 1px;
	cursor: pointer;
	color: #fff;
	background-color: #222222;
	border-radius: 5px;
}

/* M A P */

.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;
}

/* V I D   S E C T I O N */

.vidSection {
	padding: 150px 0px 100px 0px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
	text-align: center;
	z-index: 1;
}
.vidSection:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60%;
	background: rgb(34,34,34);
	background: -moz-linear-gradient(top,  rgba(34,34,34,1) 0%, rgba(129,204,80,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(34,34,34,1) 0%,rgba(129,204,80,1) 100%);
	background: linear-gradient(to bottom,  rgba(34,34,34,1) 0%,rgba(129,204,80,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#81cc50',GradientType=0 );
	opacity: 0.85;
	z-index: -1;
}
.vidSection:after {
	content: '';
	position: absolute;
	background-image: url(../images/vidSection.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	top: 0;
	left: 0;
	width: 100%;
	height: 60%;
	z-index: -21;
}
.vidSection video {
	border-radius: 5px;
	width: 100%;
	height: auto;
	-webkit-box-shadow: 10px 10px 9px 3px rgba(0,0,0,0.08);
	-moz-box-shadow: 10px 10px 9px 3px rgba(0,0,0,0.08);
	box-shadow: 10px 10px 9px 3px rgba(0,0,0,0.08);
}

/* A R E A S   S E C T I O N */

.areasSection {
	padding: 100px 0px;
}
.areasList {
	margin: 25px 0px;
	display: block;
}
.areasList li {
	border-radius: 5px;
	display: inline-block;
	background-color: #222222;
	color: #fff;
	padding: 2.5px 15px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.areasGallery .columns {
	border-radius: 5px;
	height: 200px;
	background-position: center center;
	float: left;
	width: calc(50% - 24px);
	margin: 12px;
	position: relative;
	overflow: hidden;
}
.areasGallery .columns img {
	opacity: 0;
}
.areasGallery .columns a {
	width: 100%;
	height: 100%;
	position: relative;
}
.areasGallery .columns:nth-child(2) {
	height: 648px;
	float: right;
}
.areasGallery .columns:nth-child(3) {
	height: 424px;
	float: left;
}
.imgBox {
	top: 0;
	left: 0;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	height: 100%;
	position: absolute;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.imgBox:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);		
}
.areasBlurb h2 {
	color: #222222;
}

/* A C C R E D S */

.accreds {
	background-color: #dddddd;
	padding: 50px 0px;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.accreds:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.7;
	z-index: -1;
}
.accreds img {
	border-radius: 5px;
	box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
}

/* O T H E R   -   A C C R E D S */

.otherAccreds {
	margin: 30px 0px;
}

/* F O O T E R */

footer {
	background-image: url(../images/footer.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: relative;
	text-align: center;
	z-index: 1;	
}
.footerInner {
	position: relative;
	z-index: 1;
	padding: 80px 50px 80px 50px;
}
.footerInner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #222222;
	opacity: 0.8;
}
.footerLogo img {
	width: 200px;
}
.footerBlurb p {
	color: #fff;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}
footer address {
	font-style: normal;
	color: #81cc50;
	padding: 30px 0px;
	display: inline-block;
}
footer address p {
	margin: 0;
	padding: 0;
	line-height: 25px;
	font-weight: 600;
	letter-spacing: 0.5px;
	font-size: 15px;
	display: inline-block;
}
.footerDib p:first-of-type:after {
	content: '•';
	padding: 0px 10px;
}
.socialMedia i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	margin: 0px 5px;
	color: #fff;
	opacity: 0.5;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.socialMedia i:hover {
	opacity: 1;
}
.footerCopyright {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 20px;
	background-color: rgba(255,255,255,0.15);
}
.footerCopyright a {
	color: #fff;
	font-size: 12px;
	display: block;
	line-height: 20px;
	letter-spacing: 1px;
}

/* 1366 lAPTOP */
@media screen and (max-width: 1366px) {

.scrollBox {
	display: none;
}

}

/* STOP COLLAPSING SHIT */
@media screen and (max-width: 80rem) {

.row {
	padding: 0px 50px;
}

}

/* 1025 */
@media screen and (max-width: 1025px) {

.accreds {
	padding-bottom: 20px;
}
.accreds img {
	margin-bottom: 30px;
}

}

/* 768 VERTICAL IPAD */
@media screen and (max-width: 769px) {

.topBar:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(left, rgba(34,34,34,0) 0%, rgba(34,34,34,0.99) 99%, rgba(34,34,34,1) 100%);
	background: -webkit-linear-gradient(left, rgba(34,34,34,0) 0%,rgba(34,34,34,0.99) 99%,rgba(34,34,34,1) 100%);
	background: linear-gradient(to right, rgba(34,34,34,0) 0%,rgba(34,34,34,0.99) 99%,rgba(34,34,34,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fbd46f', endColorstr='#fbd46f',GradientType=1 );
	opacity: 0.8;
	z-index: -1;
}
.siteBlur {
	display: none;
}
.mobileNav {
	display: block;
	position: relative;
	width: 100%;
	text-align: right;
	line-height: 36px;
	z-index: 100;
}
.mobileNav span {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	text-shadow: 1px 1px 3px #111;
}
nav ul {
	display: none;
	position: absolute;
	padding-top: 50px;
	right: 0;
	z-index: 100;
}
nav ul li {
	display: block;
}
nav ul li:hover .subMenu {
    display: none;
}
.subMenu {
	background-color: transparent;
	right: 0;
	z-index: 1;
	padding: 0;
	position: relative;
}
.subMenu li {
	display: block;
	padding: 0;
	margin: 0;
	text-align: right;
	white-space: nowrap;
	clear: both;
	line-height: 30px;
	transition: ease 0.4s;
}
.about .row {
	box-shadow: none;
}
header:before {
    width: 100%;
}
.splashTitle {
	height: 110px;
}
.animatedText {
	display: block;
}
.about .columns:first-of-type {
	display: none;
}
.homeInner {
	padding-right: 0px;
}
.mainAside {
	display: none;
}
.areasBlurb {
	text-align: center;
}
.mainInner .row {
	padding: 0;
}
.serviceMain {
	padding-bottom: 20px;
}
.serviceSidebar {
	padding-top: 20px;
	margin-bottom: 40px;
}
.gallery .columns {
	width: calc(50% - 24px);
}
.gallery .columns:nth-child(14n + 7),.gallery .columns:nth-child(14n + 8){
	width: calc(100% - 24px);
}
.aboutInner img {
    width: 450px;
}

}

/* MOBILE PHONES */
@media screen and (max-width: 638px) {

.deetsContainer {
	position: relative;
	z-index: 10000;
}
header:before {
	z-index: 0;
}
.logo img {
	width: 150px;
}
.aboutInner {
	padding: 50px;
}
.areasGallery .columns {
	width: 100%;
	margin: 0;
	margin-bottom: 25px;
}
.splashTitle {
	height: auto;
}

}