/*
Designed by Big Ade - 2021
Theme Name - Big Ade Kit
Theme Version - 1.5
Business Details
Business Name         	- John F Mould & Co
Address Line One      	- 19 - 20 Baxter Gate
Address Line Two      	- #line2
Address Line Three    	- Loughborough
Primary Work Area     	- Loughborough
Postal Code          	- LE11 1TG
Date Start          	- 07/07/2021
Domain Name          	- www.johnfmouldandco.com
Company Mobile Number 	- 01509237874
Company Office Number 	- #phone
Company Email Address 	- johnfmould@btconnect.com
Facebook URL         	- #facebook
Instagram URL         	- #instagram
Twitter URL         	- #twitter
Dark Colour             - #0a222b
Mid Color               - #DFF2F1
Accent Colour           - #006B98
Secondary Accent        - #428daa
*/
/*Grab a nice font*/
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;900&display=swap');
/*Utilities*/
.tar{text-align: right;} @media screen and (max-width: 64.9375em) {.tar{text-align: left;}.tar.always{text-align: right;}}
.tac{text-align: center!important;}
.noMargin{margin: 0!important;}
.padRight{padding-right: 60px;} @media screen and (max-width: 64.9375em) {.padRight{padding-right: 16px;}}
.padLeft{padding-left: 60px;} @media screen and (max-width: 64.9375em) {.padLeft{padding-left: 16px;}}
.xpadding{padding-top: 80px; padding-bottom: 80px;} @media screen and (max-width: 39.9375em) {.xpadding{padding-top: 20px; padding-bottom: 20px;}}
@media screen and (max-width: 39.9375em) {
	.plusOne{
		order: +1
	}
}
/*Clear Some Defaults*/
html,body {height:100%;font-family: 'Sora', sans-serif;}
*:focus{outline: none;}
a{text-decoration: none;color: inherit;}
ul,ol{list-style: none; margin: 0; padding: 0;}
/*Hides and Shows*/
.landline{display: none!important;}
.allLinks{display: none!important;}
ul.socials a[href*="#"], .social a[href*="#"], .creds a[href*="#"]{display: none!important;}
@media screen and (max-width: 39.9375em) {.noMobi{display: none;}}
@media screen and (max-width: 64.9375em) {.noMed{display: none;}}
/*Sections*/
section{padding: 150px 20px;position: relative;z-index: 1; overflow: hidden;}
@media screen and (max-width: 64.9375em) {section{padding: 80px 40px;}}
@media screen and (max-width: 39.9375em) {section{padding: 40px 10px;}}
/*Section Variations*/
.paleBg{background-color: #DFF2F1!important;}
.darkBg{background-color: #0a222b!important;}
.accentBg{background-color: #006B98!important;}
.otherBg{background-color: #428daa!important;}
.whiteBg{background-color: #FFFFFF!important;}
.white2pale{background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #dff2f1 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#dff2f1 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#dff2f1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dff2f1',GradientType=0 );
}
.pale2white{background: #ffffff;
background: -moz-linear-gradient(bottom,  #ffffff 0%, #dff2f1 100%);
background: -webkit-linear-gradient(bottom,  #ffffff 0%,#dff2f1 100%);
background: linear-gradient(to top,  #ffffff 0%,#dff2f1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dff2f1',GradientType=0 );
}
.gradeBg{background: #0a222b;background: -moz-linear-gradient(-45deg,  #0a222b 0%, #006B98 100%);background: -webkit-linear-gradient(-45deg,  #0a222b 0%,#006B98 100%);background: linear-gradient(135deg,  #0a222b 0%,#006B98 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a222b', endColorstr='#006B98',GradientType=1 );}
/*Rows*/
section .row + .row{margin-top: 150px;} @media screen and (max-width: 39.9375em) {section .row + .row{margin-top: 50px;}}
/*Nav*/
.topBar{
	padding: 30px 20px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #DFF2F1;
	position: fixed;
	z-index: 101;
	width: 100%;
	transition: top 0.5s linear, padding 0.5s ease;
}
.topBar.stuck{
	padding: 12px 20px;
}
.topBar .logo img{
	height: 70px;
}
@media screen and (max-width: 39.9375em) {
	.topBar .logo img{
		height: auto;
	}
	.logoContainer{
		width: calc(100% - 200px);
	}
	.topBar{
		padding: 20px 10px;
	}
	.topBar.stuck{
		padding: 10px 10px;
	}
}
nav ul{
	padding: 0 0 0 20px;
}
nav ul li{
	display: inline-block;
	position: relative;
}
nav ul li a.active{
	color: #006B98;
}
nav ul li a:hover{
	color: #428daa;
}
nav ul li a{
	color: #0A0C2C;
	font-weight: 600;
	padding: 0 16px;
	font-size: 12px;
	display: inline-block;
	line-height: 46px;
	transition: background-color 0.5s ease;
}
/*Sub Menu*/
nav ul li:hover > a:after {
	color: #0A0C2C;
}
nav ul li > a:after {
	content: '\f078';
	color: #006B98;
	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{
	border: none;
	background-color: #DFF2F1;
	overflow: hidden;
	display: none;
	border-radius: 10px;
	left: 0px;
	position: absolute;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07),0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
	padding: 10px;
	z-index: 100;
}
.sub-menu li a{
	line-height: 30px;
	display: block;
}
.sub-menu li a:hover{
	color: #006B98;
}
.sub-menu li{
	clear: both;
	width: 100%;
	display: block;
	white-space: nowrap;
}
@media screen and (max-width: 64.9375em) {
	nav ul li:hover .sub-menu{
		display: none;
	}
	.sub-menu li a{
		line-height: 30px;
		font-size: 14px;
	}
	.sub-menu{
		padding: 10px 0;
		background-color: transparent;
		position: relative;
		box-shadow: none;
	}
}
.showMenu{
	display: none;
}
@media screen and (max-width: 64.9375em) {
	.showMenu{
		box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07),0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
		display: block;
		float: right;
		position: relative;
		background-color: #0a222b;
		cursor: pointer;
		color: white;
		z-index: 1;
		height: 44px;
		margin-left: 12px;
		text-align: center;
		line-height: 44px;
		border-radius: 6px;
		width: 44px;
	}
	.navContainer{
		display: none;
		position: absolute;
		width: 100%;
		left: 0;
		z-index: 10;
		padding: 20px 10px;
		top: 100%;
		background-color: #FFFFFF;
		box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07),0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
	}
	nav{
		transition: right 0.5s ease;
		padding: 0 0px;
	}
	nav ul{
		border-left: 0;
	}
	nav ul li{
		width: 100%;
	}
	nav ul li a{
		line-height: 40px;
		padding: 0;
		font-size: 14px;
	}
}
/*Action Buttons*/
.actions a{
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07),0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
	display: inline-block;
	color: white;
	margin-bottom: 0!important;
	background-color: #DDDDDD;
	font-size: 14px;
	margin-left: 10px;
	padding: 0 14px;
	line-height: 44px;
	border-radius: 5px;
	font-weight: 500;
	display: inline-block;
}
.mobileContents{
	display: none;
}
@media screen and (max-width: 39.9375em) {
	.mobileContents{display: block;}
	.desktopContents{display: none;}
	.actions a{
		float: left;
		display: block;
		text-align: center;
		margin: 0;
	}
	.actions a:first-child{
		margin-right: 10px;
	}
	.actions{
	}
}
a.callNow{
	background-color: #428daa;
}
a.getQuote{
	background-color: #006B98;
}
/*Header*/
header .flickity-viewport{
	overflow: visible;
}
header{
	position: relative;
	padding: 180px 20px 120px 20px;
	z-index: 1;
	background-color: #DFF2F1;
	overflow: hidden;
}
@media screen and (max-width: 64.9375em) {
	header{
		padding: 160px 40px 60px 40px;
	}
}
@media screen and (max-width: 39.9375em) {
	header{
		padding: 140px 10px 80px 10px;
	}
}
header .largeItem.text{
	font-size: 1em;
}
@media screen and (max-width: 39.9375em) {
header .largeItem.text{
	font-size: 0.9em;
	}
}
header:before{
	content: '';
	width: 400px;
	height: 400px;
	position: absolute;
	background-image: url('../images/sidebar.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -2;
	right: -100px;
	bottom: -50px;
	opacity: 0.1;
	transition: all 0.5s ease-in;
	border-radius: 100vh;
}
header:after{
	content: '';
	width: 700px;
	height: 700px;
	position: absolute;
	background-image: url('../images/secondary.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 100vh;
	z-index: -2;
	left: -340px;
	top: -50px;
	opacity: 0.1;
	transition: all 0.5s ease-in;
}
header.intent:after, header.intent:before{
	background-color: white;
}
/*Main Carousel*/
.carousel .largeItem.is-selected{
	opacity: 1;
}
.carousel .largeItem{
	width: 45%;
	transition: opacity 0.5s ease;
	padding: 60px 30px 30px 0;
	margin-right: 75px;
	opacity: 0;
}
@media screen and (max-width: 64.9375em) {
	.carousel .largeItem{
		padding: 20px 20px 20px 0;
		width: 60%;
	}
}
@media screen and (max-width: 39.9375em) {
	.carousel .largeItem{
		width: 90%;
		margin-right: 30px;
	}
}
.carousel .item{
	width: 45%;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	margin-right: 50px;
	height: 500px;
	padding: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	z-index: 1;
	transition: top ease-out 0.5s 0s;
}
.carousel .item.lastItem{
	width: 100%;
}
@media screen and (max-width: 64.9375em) {
	.carousel .item{
		width: 72%;
	}
}
@media screen and (max-width: 39.9375em) {
	.carousel .item{
		width: 100%;
		height: 400px;
	}
}
.carousel .item:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	opacity: 0;
	transition: opacity ease 0.5s 0s, height ease 0.5s;
	background: linear-gradient(to top, #0a222b, transparent);
}
.carousel .item.intent:before{
	height: 350%
}
.carousel .item.is-selected:before{
	opacity: 1;
}
.carousel .item img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: opacity linear 0.5s
}
.carousel .item .words{
	color: white;
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0px;
	padding: 40px;
	font-size: 0.9em;
	width: 100%;
}
@media screen and (max-width: 39.9375em) {
	.carousel .item .words{
		font-size: 0.8em;
		padding: 28px;
	}	
}
.carousel .item .words h3{
	opacity: 0;
	top: 30px;
	font-weight: 500;
	position: relative;
	margin-bottom: 10px;
	transition: opacity 0.3s ease-out 0s, top 0.3s ease-out 0s;
}
.carousel .item .words p{
	opacity: 0;
	top: 30px;
	max-width: 600px;
	position: relative;
	margin-bottom: 20px;
	transition: opacity 0.3s ease-out 0s, top 0.3s ease-out 0s;
}
.carousel .item .words a{
	opacity: 0;
	top: 30px;
	display: block;
	line-height: 40px;
	position: relative;
	margin-bottom: 0px;
	font-weight: bold;
	color: #428daa;
	transition: opacity 0.3s ease-out 0s, top 0.3s ease-out 0s;
}
.carousel .item.is-selected .words h3{
	opacity: 1;
	top: 0px;
	position: relative;
	margin-bottom: 10px;
	transition: top 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
}
.carousel .item.is-selected .words p{
	opacity: 0.8;
	top: 0px;
	position: relative;
	margin-bottom: 20px;
	transition: top 0.5s ease 0.4s, opacity 0.5s ease 0.4s;
}
.carousel .item.is-selected .words a{
	opacity: 1;
	top: 0px;
	transition: top 0.5s ease 0.7s, opacity 0.5s ease 0.7s;
}
/*Simple Headers*/
.simpleHeader{
	width: 100%;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	padding: 190px 30px 30px 30px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	z-index: 1;
	transition: top ease-out 0.5s 0s;
	background-color: #428daa;
}
.simpleHeader img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
}
.simpleHeader iframe{
	position: absolute;
	width: 100%;
	height: calc(100% + 300px);
	z-index: -2;
	left: 0;
	opacity: 0.8;
	top: -150px;
	filter: grayscale(1);

}
.simpleHeader:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 1;
	background: linear-gradient(to top, #0a222b, transparent);
}
.simpleHeader:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 1;
	background: linear-gradient(to right, #0a222b, transparent);
}
.simpleHeader .pageHeading{
	max-width: 45%;
}
/*MEDIUM WIDTH AND BELOW*/
@media screen and (max-width: 64.9375em) {
	.simpleHeader .pageHeading{
		max-width: 65%;
	}	
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	.simpleHeader .pageHeading{
		max-width: 100%;
	}	
}
/*SliderForm*/
.sliderForm{
	position: absolute;
	width: 400px;
	background-color: #FFFFFF;
	z-index: 10;
	right: 30px;
	top: 30px;
	height: calc(100% - 60px);
	border-radius: 6px;
	padding: 20px;
}
/*Backgrounds*/
.hasBg{
	overflow: hidden;
	z-index: 1;
	position: relative;
}
.hasBg:after{
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	background-color: inherit;
	background: inherit;
	opacity: 0.7;
}
img.fauxBackground{
	object-fit: cover;
	position: absolute;
	z-index: -2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
/*Reasons*/
.marginBottom{
	margin-bottom: 40px;
}
@media screen and (max-width: 39.9375em) {
	.marginBottom{
		margin-bottom: 20px;
	}
}
.reasonCard{
	font-size: 0.8em;
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 30px 30px;
	height: 100%;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.05);
	border: 1px solid #DFF2F1;
}
.reasonCard p.dib{
	display: inline-block;
}
.reasonCard p{
	margin-bottom: 0;
}
.reasonCard a.contactMethod{
	font-size: 1em;
	display: block;
	margin: 4px 0;
}
.reasonCard a.contactMethod b{
	color: ;
	margin-right: 10px;
}
.reasonCard .shrink i{
	display: inline-block;
	line-height: 50px;
	font-size: 20px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 20px;
	transition: border-radius 0.5s ease;
}
.reasonCard:hover i{
	border-radius: 62% 38% 34% 66% / 52% 66% 34% 48%;
}
.reasonCard h3{
	margin-bottom: 10px;
}
/*Process*/
@media screen and (max-width: 64.9375em) {
	.hasCard{
		margin-bottom: 30px;
	}
}
.processCard .number{
	font-size: 280px;
	pointer-events: none;
	position: absolute;
	z-index: -1;
	line-height: 100%;
	bottom: -56px;
	right: -28px;
	font-weight: bold;
	opacity: 0.5;
	transition: opacity 0.5s ease;
}
.processCard:hover .number{
	opacity: 1;
}
.processCard{
	box-shadow: 0px 5px 10px rgba(0,0,0,0.05);
	overflow: hidden;
	background-color: #FFFFFF;
	position: relative;
	z-index: 1;
	font-size: 0.9em;
	border-radius: 10px;
	padding: 40px;
	height: 100%;
}
.processCard.uno{
	/*border: 2px solid #428daa;*/
}
.processCard.uno .number{
	color: #0a222b;
}
.processCard.dos{
	/*border: 2px solid #006B98;*/
}
.processCard.dos .number{
	color: #006B98;
}
.processCard.tres{
	/*border: 2px solid #0a222b;*/
}
.processCard.tres .number{
	color: #428daa;
}
.processCard p{
	max-width: 70%
}
/*Blobby Images*/
.doubleImage{
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	position: relative;
	z-index: 0;
	height: 100%;
}
.doubleImage .mainImage{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 39.9375em) {
	.doubleImage{
		bottom: 30px;
		height: 400px;
	}
}
.doubleImage img{
	margin-bottom: 0;
}
.doubleImage .logo{
	position: absolute;
	width: 150px;
	left: -30px;
	padding: 10px;
	top: 30px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	background-color: #FFFFFF;
	border-radius: 12px;
	z-index: 1;
}
@media screen and (max-width: 39.9375em) {
	.doubleImage .logo{
		left: -10px;
	}
}
.doubleImage .secondary{
	position: absolute;
	width: 200px;
	height: 200px;
	right: -30px;
	bottom: 30px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07),0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
	border-radius: 12px;
	z-index: 1;
}
@media screen and (max-width: 39.9375em) {
	.doubleImage .secondary{
		right: -10px;
	}
}
.doubleImage .secondary img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
/*CallBackForm*/
.callBack{
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07),0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
	background-color: #FFFFFF;
	border-radius: 12px;
	padding-bottom: 60px;
	height: 100%;
	overflow: hidden;
}
.callBack .step{
	padding: 30px 40px;
	width: 100%;
	height: auto;
}
.callBack textarea{
	height: 120px!important;
}
.navi{
	z-index: 10;
	position: absolute;
	bottom: 0;
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
}
.navi *{
	width: 50%;
	float: left;
	text-align: center;
	line-height: 50px;
	color: white;
	cursor: pointer;
}
.nextStep{
	background-color: #428daa;
}
.prevStep{
	background-color: #0a222b;
}
/*Reviews*/
@media screen and (max-width: 39.9375em) {
	.revs{
		margin-bottom: 40px;
	}
}
.expandReview:before{
	content: '';
	pointer-events: none;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 62%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 62%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 62%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	position: absolute;
	bottom: 0;
	z-index: -1;
	left: 0;
	width: 100%;
	height: 300%;
}
.expandReview{
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
	font-weight: bold;
	color: #006B98
;
	z-index: 2;
}
.review .expandReview{
	display: none;
}
.review{
	max-width: 1080px;
	background-image: url('../images/pattern.svg');
	border-radius: 10px;
	background-color: #0a222b;
	z-index: 1;
	background-size: cover;
}
.review:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 1;
	background: linear-gradient(to top, #0a222b, transparent);
}
.review:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	opacity: 1;
	background: linear-gradient(to right, #0a222b, transparent);
}
.revs .flickity-viewport{
	overflow: visible;
}
.review.text p i{
	color: #428daa;
	margin-right: 10px;
	font-size: 20px;
}
.revs blockquote{
	height: 350px;
	width: 30%;
	margin-right: 30px;
}
@media screen and (max-width: 39.9375em) {
	.revs blockquote{
		width: 80%;
		margin-right: 30px;
	}	
}
/*Areas List and map*/
.map{
	width: calc(100% - 50px)
}
.mapBox{
	position: relative;
}
ul.areas{
	font-size: 0.9em!important;
	width: auto;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.areas li{
	white-space: nowrap;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07),0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
	width: auto;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 9px;
	line-height: 32px;
	padding: 6px 12px 6px 6px;
	border-radius: 5px;
}
.areas li:before{
	width: 32px;
	border-radius: 50%;
	margin: 3px;
	height: 32px;
	text-align: center;
	color: white;
	background-color: #006B98;
	display: inline-block;
	content: '\f00c';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 500;
	margin-right: 15px;
}
/*Things*/
.things{
	margin-top: 40px;
}
.thing{
	font-size: 0.8em;
	padding-bottom: 40px;
}
.first.thing h3{
	border-bottom: 2px solid #006B98;
	color: #006B98;
}
.third.thing h3{
	border-bottom: 2px solid #0a222b;
	color: #0a222b;
}
.second.thing h3{
	border-bottom: 2px solid #428daa;
	color: #428daa;
}
.thing h3{
	padding-bottom: 10px;
	margin-bottom: 14px;
}
.thing .number{
	font-size: 20px;
	font-weight: bold;
	color: white;
	width: 44px;
	height: 44px;
	display: block;
	margin-bottom: 20px;
	text-align: center;
	line-height: 44px;
	border-radius: 50%;
}
/*Generic Cards*/
.card{
	font-size: 0.8em;
	height: 100%;
	border-radius: 10px;
	z-index: 1;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07),0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
}
.card i{
	position: absolute;
	height: 40px;
	width: 40px;

}
.marginTop{
	margin-top: 40px;
}
.card img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	transition: opacity linear 0.5s;
	pointer-events: none;
}

@media screen and (max-width: 64.9375em) {
	.card{
		margin-bottom: 30px;
	}
}
.cardContent{
	padding: 30px;
}
.cardContent img{
	margin-bottom: 20px;
}
.cardContent h3{
	margin-bottom: 10px;
}
@media screen and (max-width: 64.9375em) {
	.cardContent{
		padding: 30px;
	}
}
.feature{
	position: relative;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	min-height: 300px;
}
.feature img{
	object-fit: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
}
.featureText a{
	box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
	position: absolute;
	right: 50px;
	bottom: 0px;
	width: 50px;
	line-height: 50px;
	height: 50px;
	background-color: #006B98;
	text-align: center;
	border-radius: 50%;
	z-index: 2;
	color: white;
}
.featureText{
	box-shadow: inset 0px 5px 10px rgba(0,0,0,0.2);
	position: absolute;
	width: 60%;
	height: 60%;
	top: 20%;
	left: 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #DFF2F1;
}
.featureText p{
	padding: 0 30px 0 30px;
	line-height: 100%;
	font-weight: bold;
	color: #0a222b;
	margin: 0!important;
}
/*Opening Hours*/
.openingDays p{
	margin: 0!important;
}
p.day b{
	width: 60px;
	display: inline-block;
}
/*Footer*/
.btn.btt{
	margin: 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	color: white;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
}
.btn.btt i{
	margin-left: 0;
}
.footerLogo{
	border-radius: 0px!important;
	height: 60px;
}
footer{
	background-color: #EEEEEE;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 100px 20px 120px 20px;
}
@media screen and (max-width: 64.9375em) {
	.footerEnquiry{
		margin-top: 30px;
	}	
}
.footerMenu ~ ul li:before{
	display: none;
}
footer ul li a:hover{
	color: #006B98
;
}
footer .text ul li, footer .text p{
	opacity: 1;
	line-height: 170%!important;
}
footer .text ul, footer .text p{
	font-size: 13px;
	line-height: 140%;
	font-weight: 500;
	color: #555555!important;
}
footer .text form label{
	color: #006B98
!important;
	font-weight: 400;
}
footer .text form input{
	background-color: rgba(0,0,0,0.1);
	color: #333333;
	height: 40px;
	line-height: 45px!important;
}
footer .text form textarea{
	background-color: rgba(0,0,0,0.1);
	color: #333333;
	height: 150px;
}
footer address p b{
	margin-bottom: 10px!important;
	display: block;
}
footer address p{
	margin-bottom: 0!important
}
footer p.dib{
	display: inline;
}
footer ul li i:not(ul.socials i){
	color: #006B98;
	width: 28px;
	text-align: center;
}
footer .text h3{
	font-size: 18px!important;
}
footer .row ~ .row{
	margin-top: 100px;
}
footer .contact, footer .otherLinks{
	margin-top: 30px;
}
/*SMALL SCREENS AND UNDER */
@media screen and (max-width: 39.9375em) {
	footer .columns{
		margin-bottom: 30px;
		margin-top: 0px;
	}
	footer address{
		margin-bottom: 20px
	}
	footer .row ~ .row{
		margin-top: 50px;
	}
	footer{
		padding: 60px 10px;
	}
	.footNav{
		display: none;
	}
}
.copy{
	padding: 20px;
	position: relative;
	z-index: 2;
}
@media screen and (max-width: 39.9375em) {
	.copy{
		padding: 20px 10px;
	}
}
.copy img{
	margin-bottom: 0;
}
.copy .text p{
	font-size: 12px;
	color: #EEEEEE;
	margin: 0;

}
.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: #25ccb8;
}
footer h3{
	font-size: 25px!important;
}
footer hr{
	background-color: #FFFFFF!important;
}
footer ul li.social{
	display: none;
}
footer .text ul li:before{
	display: none;
}
footer ul li{
	line-height: 35px!important;
}
footer ul{
	columns: 1!important;
	-webkit-columns: 1!important;
}
/*Orbs*/
.orb{
	position: absolute;
	z-index: -1;
}
.orb.contactOrb{
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background-color: #428daa;
	opacity: 0.1;
	right: -100px;
	top: 50px;
	transition: transform 0.5s ease-in;
}
@keyframes foota{
	0%{
		border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% ;
	}
	33%{
		border-radius: 35% 65% 45% 55% / 51% 59% 41% 49% ;
	}
	66%{
		border-radius: 63% 37% 83% 17% / 77% 59% 41% 23% ;
	}
	100%{
		border-radius: 50%;
	}
}
.orb.footerOrb{
	animation: foota ease 20s infinite alternate;
	width: 900px;
	height: 900px;
	background-color: #428daa;
	opacity: 0.1;
	right: -200px;
	top: -100px;
	z-index: -2;
	transition: transform 0.5s ease-in;
}
/*Animations*/
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0);
        opacity: 0;
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
.fadeInUp {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
@keyframes fadeInDown {
    from {
        transform: translate3d(0,-40px,0);
        opacity: 0;
    }
    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@keyframes scaleUp {
    from {
        transform: scale(0);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 0.1;
    }
}
.fadeInDown {
	animation-duration: 1s;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
}
.scaleUp {
	animation-duration: 1s;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-name: scaleUp;
	-webkit-animation-name: scaleUp;
}
/* smaller, dark, rounded square */
.flickity-button {
  background: #0a222b;
}
.flickity-button:hover {
  background: #428daa;
}

.flickity-prev-next-button {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  font-size: 12px!important;
  top: calc(100% + 40px);
}
/* icon color */
.flickity-button-icon {
  fill: white;
}
/* position outside */
.flickity-prev-next-button.previous {
  left: 0px;
}
.flickity-prev-next-button.next {
  left: 50px;
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 30%;
    top: 30%;
    width: 40%;
    height: 40%;
}

/*Links*/
.links .columns{
	margin-bottom: 30px;
}
.links .columns a:hover img{
	top: -3px
}
.links .columns a{
	transition: top 0.2s linear;
	padding: 5px;
	background-size: 10000px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	border-radius: 8px;
	display: flex;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 2px 4px rgba(0,0,0,0.07), 0 4px 8px rgba(0,0,0,0.07), 0 8px 16px rgba(0,0,0,0.07),0 16px 32px rgba(0,0,0,0.07), 0 32px 64px rgba(0,0,0,0.07);
	align-items: center;
}
.links .columns:last-of-type a{
	width: 100%;
}
.links .columns img{
	transform: rotate(1deg);
	width: 62px;
	-webkit-backface-visibility: hidden;
	margin: 0;
	top: 0;
	position: relative;
	transition: top 0.2s ease;
}
@media screen and (max-width: 39.9375em) {
	.links .columns img{
		width: 40px;
	}
}
.links .columns p.white{
	color: white;
}
.links .columns p{
	color: black;
	margin: 0 0 0 10px;
	padding-right: 12px;
	font-weight: bold;
	line-height: 110%;
}
@media screen and (max-width: 39.9375em) {
	.links .columns p{
		font-size: 14px;
	}
}
/*Quote Form*/
.quoteForm{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	padding: 0;
	display: none;
	overflow: hidden;
	max-width: 1540px;
	border-radius: 20px;
}
.quoteForm .text input{
	height: 40px;
	line-height: 40px;
}
@media screen and (max-width: 39.9375em) {
	.quoteForm{
		border-radius: 10px;
	}
}
.formText{
	padding: 60px;
}
@media screen and (max-width: 39.9375em) {
	.formText{
		padding: 40px;
	}
}
.formImage{
	overflow: hidden;
	border-radius: 0;
	position: relative;
}
@media screen and (max-width: 39.9375em) {
	.formImage{
		height: 200px;
	}
}
.formImage img{
	object-fit: cover;
	height: 100%;
	border-radius: 0;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}
.fancybox-slide--html .fancybox-close-small {
	color: #006B98;
	padding: 2px;
	top: 20px;
	right: 20px;
}
@media screen and (max-width: 39.9375em) {
	.fancybox-slide--html .fancybox-close-small {
		color: #FFFFFF;
		border-radius: 50%;
		background-color: #006B98;
		padding: 2px;
		box-shadow: 10px 10px 15px rgba(0,0,0,0.3);
		top: 20px;
		right: 20px;
	}	
}
/*Maps*/
.map{
	width: 100%;
	height: 400px;
	border-radius: 12px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #006B98;
}
.map iframe{
	position: absolute;
	width: 100%;
	height: calc(100% + 300px);
	z-index: -1;
	left: 0;
	opacity: 0.8;
	filter: grayscale(1);
	top: -150px;
}
@media screen and (max-width: 64.9375em) {
	.map{
		height: 450px;
		margin-top: 30px;
	}
}
/* Gallery */
.fancybox-infobar{
	color: #FFFFFF;
	font-size: 1.2em;
}
.fancybox-content img{
	border-radius: 6px;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
}
.gallery .columns:hover img{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
	transform: scale(1.02);
}
.gallery .columns img{
	transition: transform 0.4s, box-shadow 0.4s;
	margin: 0!important;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.gallery .columns{
	margin-bottom: 35px;
}
/*Product*/
.product img{
	width: 190px;
}
@media screen and (max-width: 39.9375em) {
	.product img{
		width: 100%;
	}
	.product .shrink{
		margin-bottom: 20px;
	}
}
.product{
	border-radius: 10px;
	background-color: white;
	padding: 20px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2)
}
.product h3{
	margin-bottom: 5px;
}
.product p b{
	color: #006B98;
}
.product p{
	font-size: 0.8em;
	margin-bottom: 12px;
}
.product a.btn i{
	float: right;
	display: inline-block;
	line-height: inherit;
}
.product a.btn{
	width: 100%;
}
span.price{
	color: #006B98;
	margin-bottom: 10px;
	font-size: 30px;
	display: block;
	font-weight: bold;
}