@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Sarabun:ital,wght@0,300;0,400;0,700;1,400&amp;display=swap);

/* 

A P Gas Service

07853152619
#mobile
peev_atanas@yahoo.co.uk

-----------------

plumbing and heating
gas engineers
Boilers
Central heating
Bathroom installation

------------------

12 Woodside Lane
Bexley
Kent
DA51JL

------------------

dark: #161616
middle: #5E5E5E
light: #D8CA41


 */
 .mobphone{display: none!important;}


aside{
	background-color: #161616;
	padding: 3rem;
	color: white;
	border-radius: 5px 40px 5px 40px;
}
aside img{
	margin-bottom: 2rem;
}
aside h3{
	color: white!important;
	margin-bottom: 2rem;
}

.footer-social a[href^="#"]{display: none!important;}
.footer-social a[href*="facebook"]{background-color: #4B69B0;}
.footer-social a[href*="twitter"]{background-color: #37B1E1;}
.footer-social a[href*="instagram"]{background: radial-gradient(
circle at 30% 107%, #FDF497 0%, #FDF497 5%, #FD5949 45%,#D6249F 60%,#285AEB 90%);}
.footer-social a[href*="youtube"]{background-color: #E83F3A;}
.footer-social a[href*="whatsapp"]{background-color: #2BA63A;}

::-moz-selection {background: #161616;color: #5E5E5E;}
::selection {background: #161616; color: #5E5E5E;}

.togglerz{display: none;}
body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	padding: 0px 0;
	font-family: 'Sarabun', sans-serif;
	overflow-x:hidden; 
}
a, a:active, a:visited, a:link{
	text-decoration: none;
	color: #777;
}
p{
	font-size: 15px;
	line-height: 28px;
	font-weight: 500;
	opacity: 0.92;
	font-family: 'Sarabun', sans-serif;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	margin-bottom: 10px;
	font-weight: 400;
	font-family: 'Sarabun', sans-serif;
}
.bigbg{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 250px;
}
.widewrapper{
	max-width: 92rem;
	margin-left: auto;
	margin-right: auto; 
	padding-left: 30px;
	padding-right: 30px;
}
main span{
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	color: #5E5E5E;
	display: block;
	margin-bottom: 10px;
	text-transform: capitalize;
}
main h1{
	font-size: 50px;
	line-height: 120%;
	font-weight: 500;
	color: #161616;	
}
main h2{
	font-size: 40px;
	line-height: 120%;
	font-weight: 500;
	color: #161616;	
}
main h3{
	font-size: 35px;
	line-height: 120%;
	font-weight: 700;
	color: #161616;	
}
main h4{
	font-size: 22px;
	line-height: 120%;
	font-weight: 700;
	color: #161616;	
}
main h5{
	font-size: 18px;
	line-height: 120%;
	font-weight: 500;
	color: #161616;	
}
.left-text{
	padding: 50px;
	padding-left: 0;
}
.right-text{
	padding: 50px;
	padding-right: 0;
}
header{
	position: relative;
	z-index: 5;
}
.topsection{
	background-color: #fff;
	position: relative;
	z-index: 10;
}
.shrunk{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.logo{
	float: left;
	position: relative;
	z-index: 10;
}
.logo img{
	padding: 45px 0px;
	height: 150px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.logo p{
	margin: 0;
	line-height: 100px;
	font-size: 40px;
	color: #161616;
	padding: 25px 0;
	letter-spacing: -0.5px;
	font-weight: 700;
}
.logo p span{
	color: #D8CA41;
	font-style: italic;
}
.contactbar{
	position: relative;
	text-align: right;
	padding: 50px 0;
}
.contactbar a{
	font-size: 21px;
	line-height: 50px;
	font-weight: 300;
	color: #161616;
	display: inline-block;
	margin-left: 30px;
}
.contactbar span{
	margin-right: 10px;
	color: #5E5E5E;
}

nav{
	float: right;
	background-color: #161616;
	width: 100%;
	text-align: left;	
	position: relative;
	z-index: 1000000;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
nav ul li{
	display: inline-block;
	margin: 10px 0;
}
nav ul li a{
	display: inline-block;
	line-height: 40px;
	padding: 0 15px;
	font-size: 14px;
	color: white!important;
	position: relative;
	border-radius: 3px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	text-transform: capitalize;
}
nav ul li a:hover{
	background-color: #D8CA41;
}
nav ul li:last-of-type{
	border-radius: 3px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	float: right;
}
nav ul li:last-of-type:hover a{	
	background-color: #5E5E5E;
}
nav ul li:last-of-type a{
	background-color: #D8CA41;
	padding: 0 30px;	
}

.sub-menu{
	position: absolute;
	background-color: #161616;
	top: 50px;
	clear: both;
	display: none;
	padding: 0 10px;
	border-radius: 0 0 3px 3px;
	opacity: 0.95;
}
.sub-menu li{
	display: block;
}
.sub-menu li a{display: block;}
.sub-menu li:last-of-type {display: block;
float: none;
}
.sub-menu li:last-of-type a{
	background-color: transparent;
	float: none;
	padding: 0 15px;
}
.sub-menu li:last-of-type a:hover{	
	background-color: #D8CA41;
}
nav ul li:hover .sub-menu{display: block;}
.banner{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	float: left;
	background-image: url(../images/header.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	border-radius: 0 0 500px 0;
}
.banner::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background-color: #161616;
	background-image: -webkit-linear-gradient(top left, #161616, #5E5E5E);
	background-image: -o-linear-gradient(top left, #161616, #5E5E5E);
	background-image: linear-gradient(to bottom right, #161616, #5E5E5E);
	z-index: 1;
	opacity: 0.75;
	border-radius: 0 0 500px 0;
}
.otherheader .banner, .otherheader .banner::after{
	border-radius: 0px;
}
.banner::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	content: " ";
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.0), rgba(255,255,255,1));
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.0), rgba(255,255,255,1));
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.0), rgba(255,255,255,1));
	z-index: 2;
}
.bigslider{
	min-height: 400px;
	position: absolute;
	cursor: drag;
	width: 100%;
	height: 100%!important;
	border-radius: 5px 40px 5px 40px;
}
.inside-banner{
	position: relative;
	padding-top: 150px;
	padding-bottom: 0px;
	z-index: 8;
}
.banner-slider{
	position: relative;
	z-index: 5;
}
.inside-banner .widewrapper{
	position: relative;
	z-index: 30;
}
.bannertext{
	position: relative;
	color: white;
	z-index: 5;
	padding: 150px 50px 50px 0;
}
.otherheader .bannertext{
	padding-top: 200px;
	padding-bottom: 200px;
}
.otherheader .inside-banner{
	padding-top: 0;
}
.bannertext h1{
	font-size: 3vw;
	line-height: 3vw;
	font-weight: 700;
	color: white;
	text-shadow: 0 0 30px rgba(0,0,0,0.6);
	margin-bottom: 30px;
}
.bannertext span{
	font-style: italic;
	font-weight: 300;
}
.bannertext p{
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	color: white;
	text-shadow: 0 4px 20px rgba(0,0,0,0.6);
	margin: 0;
}
.bigbutton{
	background-color: #D8CA41;
	border-radius: 3px 15px 3px 15px;
	padding: 0 30px;
	display: inline-block;
	font-size: 14px;
	line-height: 40px;
	color: white!important;	
	margin-top: 20px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	margin-right: 10px;
}
.bigreverse{
	background-color: #5E5E5E;
}
.bigbutton:hover{
	background-color: #161616;
}
.otherheader .bannertext{
	text-align: center;
	width: 100%;
}


.main-services{
	position: absolute;
	right: -50px;
	top: 20%;
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	width: auto;
	min-width: 350px;
	padding: 30px;
	border-radius: 3px;
}
.main-services p{
	font-size: 15px;
	color: #D8CA41;
	margin: 0;
}
.main-services h2{
	font-size: 30px;
	line-height: 30px;
}

#typed{
	font-size: 25px;
	line-height: 100%;
	margin: 0;
	color: #161616;
	text-transform: capitalize;
	display: inline-block;
}
.typed-cursor{
	font-size: 25px;
	color: #D8CA41;
	display: inline-block;
}

.intro{
	text-align: center;
	padding-top: 150px;
}
.intro h3{
	margin-bottom: 50px;
	display: block;
}

main ul li{
	position: relative;
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 20px;
	text-align: left;
	padding-left: 60px;
}
main ul li::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	content: url(../images/shapes/check.svg);
	background-color: #5E5E5E;
	border-radius: 3px;
	color: white;
	padding: 3px 12px;
}

.intro-pictures{
	padding-top: 150px;
	padding-bottom: 150px;
}
.intro-pics{
	height: 500px;
}
.intro1{
	border-radius: 5px 20px 5px 150px;
}
.intro2{
	border-radius: 20px 5px 20px 5px;
}
.intro-left{
	position: relative;
}
.intro-quote{
	position: absolute;
	left: -50px;
	top: 20%;
	background-color: #161616;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
	width: 300px;
	padding: 30px;
	border-radius: 3px;
	text-align: left;

	background-image: url(../images/shapes/quotez3.svg);
	-webkit-background-size: cover;
	background-size: cover;	
	background-position: bottom -40px right -40px;
	background-repeat: no-repeat;
}
.intro-quote span{
	font-size: 15px;
	color: #D8CA41;
	margin: 0;
}
.intro-quote p{
	margin: 0;
	color: white;
	font-size: 20px;
	line-height: 30px;
}
.two-text{
	padding-bottom: 150px;
}
.two-text-box{
	padding-right: 50px;
}



.home-content{
	background-color: #eee;
	position: relative;
}
.home-content .left-text{
	padding-top: 150px;
	padding-bottom: 150px;
	padding-right: 150px;
}
.home-image{
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0px 0px 0px 150px;
}




.philosophy{
	padding-top: 150px;
	padding-bottom: 150px;
	text-align: center;

	background-image: url(../images/shapes/quotez.svg);
	-webkit-background-size: 50%;
	background-size: 50%;	
	background-position: center;
	background-repeat: no-repeat;
}




footer{
	margin-top: 0px;
	color: white;
	background-color: #161616;
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative;
	float: left;
	width: 100%;
}
footer::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background-color: #111;
	z-index: 1;
	opacity: 0.4;
}
footer .widewrapper{
	position: relative;
	z-index: 10;
}
footer h6{
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	color: #D8CA41;
	font-weight: 300;
	letter-spacing: -1px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.by{
	color: #D8CA41;
	width: 100%;
	display: block;
	margin-top: 30px;
}
.by p{
	font-size: 11px;
	opacity: 0.8;
	font-weight: 300;
	margin: 0;
	line-height: 30px;
	color: white;
	display: inline-block;
}
footer ul li{
	margin: 0;
	line-height: 30px;
	display: block;
	margin-right: 10px;
	font-size: 15px;
}
footer ul li a, .footleft a{color: #fff!important;}
footer ul li a:hover{
	color: #D8CA41!important;
}
.footleft a{
	margin: 0;
	line-height: 40px;
	margin-right: 30px;
	display: block;
	font-size: 15px;
}
.footleft a:hover{
	color: #D8CA41!important;	
}
.footleft span{
	margin-right: 15px;
	color: #D8CA41;
}
.footleft a:hover{
	color: #D8CA41;	
}
.footright a{
	text-transform: capitalize;
}
.footerlinks{
	display: block;
}
.footerlinks a{
	font-size: 10px;
	letter-spacing: 1px;
	opacity: 0.9;
	font-weight: 300;
	margin: 0;
	margin-top: 20px;
	margin-right: 0px;
	line-height: 30px;
	font-size: 15px;
	display: inline-block;
	color: white;
}
.footerlinks a::after{
	content: "/"
}
.footerlinks a:last-of-type::after{
	display: none;
}
.footerlinks a:hover{
	color: #D8CA41;	
}

























/******** FORM ********/

.myform{
	overflow: auto;
	width: 100%;
	padding: 100px;
	box-shadow: 0 0 60px rgba(255,255,255,0.1);
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	position: relative;
	background-color: #161616;
	border-radius: 5px 20px 5px 150px;
}
.myform:hover{
	box-shadow: 0 5px 30px rgba(255,255,255,0.1);
}
.myform label{
	float: left;
	display: block;
	font-size: 13px;
	line-height: 20px;
	position: relative;   
	box-sizing: border-box;
	padding: 0px;
	color: #D8CA41;
	font-weight: 500;
	width: 100%;
	margin-bottom: 10px;
}
select{
	border-radius: 0px;
}
.myform a{
	width: calc(100% - 225px);
	line-height: 30px;
	color: #fff;
	background-color: #111;
	display: block;
	float: left;
	padding: 0px 20px;
}
.myform input, .myform select{
	width: 100%;
	color: #fff;
	padding: 10px 20px;
	border: 0px;
	border-left: 0px solid #111;
	height: 60px;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,0.1);
	font-size: 15px;
	box-shadow: none;
	font-weight: 500;
	transition: ease 0.3s;
	border-radius: 3px 15px 3px 15px;
}
.myform textarea{
	width: 100%;
	color: #D8CA41;
	padding: 10px 20px;
	border:0px;
	border-left: 0px solid #111;
	height: 150px;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,0.1);
	font-size: 15px;
	box-shadow: none;
	font-weight: 500;
	transition: ease 0.3s;
	border-radius: 3px 15px 3px 15px;
	margin-bottom: 30px;
}
option{
	background-color: #111!important;
	border: none;
	color: #fff;
}
input[type=submit]{
	background-color: #D8CA41;
	color: white!important;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	display: inline-block;
	line-height: 30px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.myform input:focus, .myform textarea:focus, .myform select:focus{
	border:0px;
	outline: none!important;
	background-color: rgba(255,255,255,0.15);
	padding-left: 20px;
	transition: ease 0.3s;
}
::-webkit-input-placeholder { color: #fff!important;font-weight: 500;opacity: 0.99;}
::-moz-placeholder { color: #fff!important;font-weight: 500;opacity: 0.99;}
:-ms-input-placeholder { color: #fff!important;font-weight: 500;opacity: 0.99;}
:-moz-placeholder { color: #fff!important;font-weight: 500;opacity: 0.99;}
.checkz input{
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 2px solid white;
	margin-bottom: 0;
	border-radius: 3px 3px 3px 3px;
}
.checkz p{
	display: inline;
	width: auto;
	line-height: 30px;
	color: #fff;
	float: left;
	margin: 0;
	padding-right: 30px;
}
.checkd{
	width: 100%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
	display: block;
	float: left;	
}



/******** GALLERY ********/

.thumbs{
	float: left;
	width: 25%;
	padding: 10px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.thumbs::before{	
	content: " ";
	width: calc(100% - 10px);
	height: calc(0% - 10px);
	bottom: 5px;
	left: 5px;
	z-index: 20;
	position: absolute;
	opacity: 0.5;
	pointer-events:none;
	background-color: #D8CA41;
-webkit-transition: all 300ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 300ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 300ms cubic-bezier(1,.11,.52,.99); 
        transition: all 300ms cubic-bezier(1,.11,.52,.99);
	border-radius: 10px;
}
.thumbs::after{
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	position: absolute;
-webkit-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
        transition: all 600ms cubic-bezier(1,.11,.52,.99);
	opacity: 0;
	pointer-events:none;

	background-image: url(../images/icons/zoom.svg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 10%;
	background-size: 10%;
}
.thumbs img{
	width: 100%;
	margin: 0!important;
	border-radius: 4px;
}
.thumbs a{
	margin: 0!important;
}
.thumbs:hover::after{
	-webkit-background-size: 20%;
	background-size: 20%;
	opacity: 0.75;
}
.thumbs:hover::before{
	height: calc(100% - 10px);
}
main .thumbs:nth-child(6n + 5){
	width: 50%;
	float: left;
}
main .thumbs:nth-child(6n + 6){
	width: 50%;
	float: right;	
}



/******** BLOCKQUOTE ********/



blockquote{
	padding: 40px;
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 0;
	border-radius: 25px 5px 25px 5px;
	font-style: normal;
	background-color: #161616;
	color: white;

	background-image: url(../images/shapes/quotez3.svg);
	background-size: 120%;
	background-position: center bottom -100px;
	background-repeat: no-repeat;
}
blockquote span{
	margin-top: 20px;
	display: block;
	font-weight: 300;
	font-style: italic;
	color: #D8CA41;
}
blockquote p{
	font-size: 15px;
	line-height: 28px;	
}
.smallquote{
	font-size: 13px;
	line-height: 28px;
}
.midquote{
	font-size: 20px;
	line-height: 35px;
}
.bigquote{
	font-size: 30px;
	line-height: 40px;
}



/******** MISC ********/

.twocols{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	-o-column-gap: 30px;
	column-gap: 30px;
}
.threecols{
	-webkit-columns: 3;
	-moz-columns: 3;
	-o-columns: 3;
	columns: 3;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	-o-column-gap: 30px;
	column-gap: 30px;
}

.footer-social{
	margin-top: 30px;
}
.footer-social a{
	display: inline-block;
}


.members{
	padding-top: 50px;
	text-align: center;
}
.members img{
	height: 80px;
	display: inline-block;
	margin: 20px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.members img:hover{
	opacity: 0.7;
}

.services{
	padding-bottom: 150px;
}
.content{
	padding-top: 50px;
	padding-bottom: 50px;
}
.side-image{
	border-radius: 5px 50px 5px 50px;
}
.service-banner{
	padding-top: 50px;
	padding-bottom: 150px;
	padding-left: 0;
	padding-right: 0;
}
.service-banner .intro-left{
	padding-left: 0;
	padding-right: 0;
}
.contact-details{
	padding-top: 100px;
	padding-bottom: 100px;
}
.contact-details .column{
	padding-left: 0;
	padding-right: 50px;
	padding-bottom: 30px;
}
.contact-details a, .contact-details p{
	font-size: 13px;
	line-height: 30px;
	margin: 0;
	display: block;
}
.contact-details a{
	color:#D8CA41;
	font-size: 15px;
	font-weight: 700;
	line-height: 40px;
}
.contact-details span{
	color:#D8CA41;
	margin-right: 15px;
	margin-bottom: 20px;
}

.footer-social a{
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 10px;
	border-radius: 3px;
	text-align: center;
}
.footer-social a span{
	color: #fff!important;	
	margin-right: 0;
}


.gas{
	background-color: black;
	color: yellow;
	padding: 100px;
}
.gas h4{
	color: yellow;
	font-size: 40px;
}







@media screen and (max-width: 64em) {
header{
	position: relative;
	z-index: 10000;
}
.togglerz{
	position: fixed;
	z-index: 110000009;
	display: block;
	width: 100%;
	top: 0px;
	left: 0px;
	color: white;
	background: #161616;
	box-shadow: 0 0 14px rgba(0,0,0,0.4);
}
.togglerz a{color: white;}
.toggler{
	position: relative;
	top: 0;
	left: 0;
	background-color: #161616;
	padding: 10px 20px;
	cursor: pointer;
	width: calc(100% - 100px);
	z-index: 102;

	-webkit-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
	float: left;
}
.toggler img{
	display: inline-block;
	height: 24px;
	padding: 3px;
	margin-left: 10px;
}
.toggler p{
	display: inline-block;
	text-transform: uppercase;
	color: white;
	line-height: 30px;
	margin: 0;
	letter-spacing: 1px;
	font-weight: 500;
}
.movetoggler{
	top: 0%;
	-webkit-transition:ease 0.5s;
	-o-transition:ease 0.5s;
	transition:ease 0.5s;
}
.closetoggler{
	position: absolute;
	margin-top: -100%;
	left: 00%;
	padding: 10px 20px;
	width: 100%;
	cursor: pointer;
	width: calc(100% - 100px);

	-webkit-transition:ease 0.5s;
	-o-transition:ease 0.5s;
	transition:ease 0.5s;
	z-index: 100000;
	background-color: #161616;
}
.closetoggler img{
	display: inline-block;
	height: 24px;
	padding: 3px;
	margin-left: 10px;
}
.closetoggler p{
	display: inline-block;
	text-transform: uppercase;
	color: white;
	line-height: 30px;
	margin: 0;
	letter-spacing: 1px;
	font-weight: 500;
}
.moveclosetoggler{
	margin-top: 0px;
	-webkit-transition:ease 0.5s;
	-o-transition:ease 0.5s;
	transition:ease 0.5s;
}
.phonein{
	position: relative;
	width: 50px;
	height: 50px;
	background-color: #D8CA41;
	text-align: center;
	float: right;
}
.phonein span, .emailin span{
	line-height: 50px;
}
nav{
	position: fixed;
	top: 50px;
	left: -100%;
	width: 100%;
	opacity: 0;
	z-index: 100000;
	text-align: left;
	padding: 0 1.15rem;
	text-align: center;
	padding-bottom: 150px;

	-webkit-transition:ease 1s;
	-o-transition:ease 1s;
	transition:ease 1s;
	pointer-events: none;
}
nav .widewrapper{
	display: table;
	height: calc(100vh - 50px);
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.shownav{
	opacity: 0.97;
	pointer-events: auto;
	left: 0;
}
nav ul li{
	display: block;
}
nav ul{
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 50px;
}
nav ul li a{
	line-height: 50px;
	font-size: 25px;
	font-weight: 500;
	color: #fff!important;
	display: block;
	cursor: pointer;
	text-shadow: 0 0 6px rgba(0,0,0,0.4);
	text-align: left;
}
nav ul li::after{
	display: none;
}
nav ul li:last-of-type{
	float: none;
}
.sub-menu{
	position: relative;
	background-color: transparent;
	top: 0px;
	clear: both;
	display: block;
	padding: 0 0px;
	opacity: 0.95;
}
main h1{
	font-size: 30px;
}
main h2{
	font-size: 30px;
}
main h3{
	font-size: 25px;
}
main h4{
	font-size: 22px;
}
main h5{
	font-size: 16px;
}
.topsection{
	margin-top: 50px;
}
.logo{
	text-align: center;
	width: 100%;
}
.contactbar{display: none;}
.inside-banner{
	position: relative;
	padding-top: 50px;
	padding-bottom: 0px;
	padding-left: 0;
	padding-right: 0;
}
.bannertext{
	position: relative;
	color: white;
	z-index: 5;
	padding: 0px 0px 0px 0;
}
.bannertext h1{
	font-size: 9vw;
	line-height: 9vw;
}
.twocols{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}
.threecols{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}
.intro-pictures, .philosophy, footer{
	padding-top: 50px;
	padding-bottom: 50px;
}
.two-text{padding-bottom: 50px;}
.home-content .left-text{
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 50px;
}
.home-image{
	position: relative;
	right: 0;
	top: 0;
	border-radius: 0px 0px 0px 0px;
}
.nopad{padding: 0;}
footer .sub-menu{display: none;}
.footright{display: none;}

.intro-quote{
	top: 60%;
}
.intro-pictures{
	padding-left: 0;
	padding-right: 0;
}
.members .row{
	padding: 0;
}
.contact-details{
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 0;
	padding-right: 0;
}
.contact-details .column{
	padding-left: 0;
	padding-right: 0px;
	padding-bottom: 30px;
}
.contact-details a{
	font-size: 15px;
	line-height: 40px;
}
.myform{
	padding: 40px;
}

.logo p{
	line-height: 6vw;
	font-size: 6vw;
	padding-top: 50px;
	padding-bottom: 50px;
}







}

@media screen and (max-width: 40em) {
.twocols{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.threecols{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.intro{
	text-align: left;
	padding-left: 0;
	padding-right: 0;
}
.intro-pictures, .intro-left, .intro-right{
	padding-left: 0;
	padding-right: 0;
}
.intro-pics{
	height: 300px;
}
.intro1{
	border-radius: 5px 5px 5px 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.intro2{
	border-radius: 5px 5px 5px 5px;
}
.intro-quote{
	position: relative;
	left: 0px;
	top: 0%;
	width: 100%;
	padding: 30px!important;
}
.two-text-box{
	padding-left: 0;
	padding-right: 0;
}
.philosophy h3{
	font-size: 20px;
}
.philosophy{
	padding-left: 0;
	padding-right: 0;
	text-align: left;
}
.home-content .left-text{
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 0px;
}
.home-image{
	position: relative;
	right: 0;
	top: 0;
	border-radius: 0px 0px 0px 0px;
}
.banner-slider{
	height: 300px!important;
	padding-left: 0;
	padding-right: 0;
	margin-top: 50px;
}
.banner-slider .bigbg{
	height: 400px;
}
.members img{
	width: 50%;
	height: auto;
	display: inline-block;
	margin: 0px;
	padding: 10px;
	float: left;
}
.thumbs{
	padding: 5px;
}
.gallery{
	padding-left: 0;
	padding-right: 0;
}
.otherheader .bannertext{
	padding-top: 100px;
	padding-bottom: 100px;
}
.smallquote{
	font-size: 15px;
	line-height: 28px;
}
.midquote{
	font-size: 15px;
	line-height: 28px;
}
.bigquote{
	font-size: 15px;
	line-height: 28px;
}
blockquote{
	padding: 20px;
}
.content .twocols{
	padding-left: 0;
	padding-right: 0;
}
.myform{
	padding: 10px;
}
.logo p{
	line-height: 8vw;
	font-size: 8vw;
}
.main-services{
	right: 0px;
	top: 5%;
}
.services{
	padding-left: 0;
	padding-right: 0;
}
.gas{
	padding: 20px 0;
}