@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100,300;400;500;700;900&display=swap);

/* 

JRP Plumbing Solutions Ltd

07790538942
07837640184
jrpplumbingsolutions@yahoo.com

-----------------

plumbing and heating
plumbers

Bathrooms
Kitchens
Emergency work
Boilers
Gas work

------------------

Smiths Bookkeeping & Accountancy, 2 Valmont Road
Nottingham
Nottinghamshire
NG5 1GA

------------------

dark: #071922
middle: #053148
light: #77b4d4

<img src="media/images/logo.png" alt="">

 .mobphone{display: none!important;}
 */

body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	padding: 0px 0;
	font-family: 'Roboto', sans-serif;
	overflow-x:hidden; 
}
a, a:active, a:visited, a:link{
	text-decoration: none;
	color: #777;
}
p{
	font-size: 14px;
	line-height: 30px;
	font-weight: 300;
	opacity: 0.92;
	font-family: 'Roboto', 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: 'Roboto', sans-serif;
}


/******** BN Kit ********/

.social a[href^="#"]{display: none!important;}
.social a[href*="facebook"]:hover{background-color: #4B69B0;}
.social a[href*="twitter"]:hover{background-color: #37B1E1;}
.social a[href*="instagram"]:hover{background: radial-gradient(
circle at 30% 107%, #FDF497 0%, #FDF497 5%, #FD5949 45%,#D6249F 60%,#285AEB 90%);}
.social a[href*="youtube"]:hover{background-color: #E83F3A;}
.social a[href*="whatsapp"]:hover{background-color: #2BA63A;}

.social a{
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	color: white!important;
	background-color: rgba(255,255,255,0.05);
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.social span{
	color: white!important;
	display: inline-block;
}
::-moz-selection {background: #77b4d4;color: #fff;}
::selection {background: #77b4d4; color: #fff;}

.bigbg{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 250px;
}
.revealpageone{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #fff;
	animation: pagereveal 1s forwards;
	z-index: 100000;
	pointer-events: none;
}
@-webkit-keyframes pagereveal {
    0% {opacity: 1;}
    100% { opacity: 0;}
}
.reveal1{
	animation: pagerevealz 0.2s forwards;	
}
@-webkit-keyframes pagerevealz {
    0% {opacity: 0;}
    100% { opacity: 1;}
}
main strong{font-weight: 700;}
main span, footer span{
	font-size: 14px;
	line-height: 30px;
	font-weight: 300;
	color: #77b4d4;
	display: block;
	margin-bottom: 30px;
	text-transform: capitalize;
}
main h1{
	font-size: 40px;
	line-height: 120%;
	font-weight: 100;
	color: #77b4d4;	
}
main h2{
	font-size: 30px;
	line-height: 120%;
	font-weight: 100;
	color: #111111;	
	margin-bottom: 30px;
}
main h3{
	font-size: 30px;
	line-height: 140%;
	font-weight: 300;
	color: #1111111;	
	margin-bottom: 30px;
}
main h4{
	font-size: 22px;
	line-height: 120%;
	font-weight: 300;
	color: #77b4d4;	
}
main h5{
	font-size: 18px;
	line-height: 120%;
	font-weight: 300;
	color: #77b4d4;	
}
main h6{
	font-size: 15px;
	line-height: 120%;
	font-weight: 300;
	color: #fff;	
}
main ul li{
	position: relative;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 15px;
	text-align: left;
	padding-left: 40px;
	display: inline-block;
	width: 100%;
}
main ul li::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-image: url(../images/shapes/check.svg);
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #053148;
	color: white;
	content: " ";
}
hr{
	border: none;
	height: 1px;
	background-color: rgba(0,0,0,0.1);
	display: block;
	margin: 40px 0;
}
.darkbg{background-color: #071922;}
.medbg{background-color: #053148;}
.lightbg{background-color: #77b4d4;}
.lighttext{color: white;}
.section{
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative;
}
.medium-section{
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}
.small-section{
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.next-section{
	padding-bottom: 100px;
	position: relative;
}
.title-section{
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
	text-align: center;
}
.nopad{padding: 0;}
.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;
}
.onecol{
	-webkit-columns: 1!important;
	-moz-columns: 1!important;
	-o-columns: 1!important;
	columns: 1!important;

}
.left-text{
	padding: 75px;
	padding-left: 0;
}
.right-text{
	padding: 75px;
	padding-right: 0;
}
.tar{text-align: right;}
.mainbutton{
	background-color: #053148;
	padding: 0 30px;
	border-radius: 3px;	
	display: inline-block;
	line-height: 50px;
	color: white!important;
	font-size: 13px!important;
	font-weight: 300;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	text-decoration: none!important;
}
.mainbutton:hover{
	background-color: #77b4d4;	
}
.mainbutton-reverse{
	background-color: #77b4d4;
}
.mainbutton-reverse:hover{
	background-color: #071922;
}
.mainlink{
	font-size: 30px;
	font-weight: 300;
	margin: 0;
}
.sick-grid{
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 100;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0.12;
}
.sick-grid .row{
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	position: relative;
}
.left-grid{
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	width: 25%;
	top: 0;
	height: 100%;
	left: -12.5%;
	position: absolute;	
}
.right-grid{
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	width: 25%;
	top: 0;
	height: 100%;
	right: -12.5%;
	position: absolute;	
}
.middle-grid{
	width: 25%;
	position: relative;
	min-height: 100vh;
	border-right: 1px solid #888;
	top: 0;
	left: 25%;
	margin-left: -12.5%;
	height: 100%;
}
.middle-grid2{
	width: 25%;
	position: relative;
	min-height: 100vh;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	top: 0;
	left: 50%;
	margin-left: -12.5%;
	height: 100%;
}
.very-middle{
	width: 1px;
	min-height: 100%;
	background-color: #888;
	position: absolute;
	top: 0;
	left: 50%;
}


header{
	background-color: #071922;
	height: auto;
	min-height: 600px;
	position: relative;

	background-image: url(../images/header.jpg);
	background-position: center center;
	background-size: cover;
}
.header-home{
	height: 100vh;	
}
header::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background-color: #053148;
	opacity: 0.6;
}
header::before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50%;
	content: " ";
	background-image: -webkit-linear-gradient(top, #053148, transparent);
	background-image: -o-linear-gradient(top, #053148, transparent);
	background-image: linear-gradient(to bottom, #053148, transparent);
	opacity: 0.7;
}
.top-section{
	position: relative;
	z-index: 10;
}
nav{
	float: right;
	text-align: right;
	margin-top: 50px;
}
nav ul li{
	position: relative;
	display: block;
}
nav ul li a{
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	color: #bbb!important;
	display: block;
}
nav ul li a:hover{
	color: #fff!important;
}
nav ul li a span{
	display: block;
	padding: 10px;
	margin: 10px;
}
nav ul li > a:after {
	content: '+';
	position: absolute;
	left: -5px;
	top: 0;
	text-align: center;
	font-weight: 300;
	font-size: 20px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
nav ul li:hover a:after{
	transform: rotate(180deg);
}
nav ul li > a:only-child:after { display: none;}
.active{
	color: #fff!important;	
}
.sub-menu{
	position: absolute;
	top: 0px;
	right: 100%;
	clear: both;
	opacity: 0;
	display: block;
	white-space: nowrap;
	padding-right: 20px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
nav ul li:hover .sub-menu{
	opacity: 1;
	padding-right: 40px;
}

.logo{
	margin-top: 50px;
	position: relative;
}
.logo p{
	font-weight: 100;
	font-size: 24px;
	line-height: 40px;
	color: white;
}
.logo img{
	height: 150px;
}

/*
.logo{margin-top: 0;}
.logo::after{
	content: " ";
	position: absolute;
	top: 0;
	right: 00%;
	width: 400%;
	height: 100%;
	background-color: #fff;
	z-index: 1;
}
.logo img{
	padding: 40px;
	height: 150px;
	padding-top: 50px;
	position: relative;
	z-index: 2;
}

*/
.banner-text{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	color: white;
	z-index: 9;
}
.banner-text span{
	font-size: 15px;
	line-height: 30px;
	font-weight: 300;
	color: #77b4d4;
	display: block;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.banner-text h1{
	display: block;
	font-size: 60px;
	font-weight: 100;
	color: white;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.banner-text h1 strong{
	font-weight: 400;
}
.lighttext h2{
	color: white;
}



.main-service-slider li{
	cursor: grab;
	margin: 5px;
}
.main-service-slider{
	min-height: 200px!important;
	padding-top: 50px!important;
	padding-bottom: 100px!important;
}
.service-image{
	height: 350px;
	position: relative;
}
.home-services h2{
	font-size: 25px;
	padding: 20px;
	margin: 0;
	font-weight: 300;
	position: absolute;
	bottom: 0;
	left: 0;
	color: white;
	z-index: 10;
}
.home-services .uk-panel{position: relative;}
.home-services .uk-panel::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80%;
	content: " ";
	background-image: -webkit-linear-gradient(top, transparent, #053148);
	background-image: -o-linear-gradient(top, transparent, #053148);
	background-image: linear-gradient(to bottom, transparent, #053148);
	opacity: 0.6;
	z-index: 1;
}
.home-services .uk-panel::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background-color: #053148;
	opacity: 0.4;
	z-index: 2;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.home-services .uk-panel:hover::before{opacity: 0;}
.home-content .row{
	position: relative;
	z-index: 2;
}
.home-content::after{
	position: absolute;
	bottom: 0;
	left: 24%;
	width: 100%;
	height: 100%;
	content: " ";
	background-color: #053148;
	opacity: 0.1;
	z-index: 1;
}
.home-content{overflow: hidden;}
.home-content .row .row span{
	margin-bottom: 0;
}
.why h3{
	font-size: 55px;
}
.why li{
	padding: 25px 75px;
	margin: 0;
}
.why .nopad{padding: 0;}
.slidernav{
	padding: 10px 75px;	
}

.why-slider li{
	cursor: grab;
	margin: 5px;
}
.why-slider{
	min-height: 200px!important;
	padding-top: 50px!important;
	padding-bottom: 0px!important;
}
.banner-two{
	height: 700px;
}


.home-contact h4{
	color: white;
	font-size: 55px;
}
.home-contact h5{
	font-size: 25px;
}
.home-contact .two-text{
	padding: 1.15rem;
	padding-right: 50px;
}
.home-contact-box, .contact-box{
	background-color: #071922;
	padding: 50px 50px;
	text-align: center;
	margin: 1.15rem;
	border-radius: 3px;
}
.contact-box{
	padding: 50px;
}
.home-contact-box a, .home-contact-box p,
.contact-box a, .contact-box p{
	margin: 0;
	line-height: 40px;
	display: block;
	color: white;
	font-size: 14px;
	font-weight: 300;
}
.home-contact-box a, .contact-box a{
	line-height: 40px;
	font-size: 22px;
	word-break: break-all;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.home-contact-box a:hover, .contact-box a:hover{
	color: #77b4d4;
}
.social-media a{
	display: inline-block;
}
.home-contact-box span{
	color: #77b4d4;
}
.home-contact-box h5{
	padding-top: 20px;
}
.members{text-align: center;}
.members img{
	max-height: 90px;
	padding: 10px;
}
.home-contact-box img{
	max-height: 90px;
}
.contact-box img{
	max-height: 90px;
	margin-bottom: 20px;
}
.contact-box p{
	line-height: 25px;
}


footer{
	margin-top: 0px;
	color: white;
	background-color: #071922;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}
footer .widewrapper{
	position: relative;
	z-index: 10;
}
footer span{
	margin-bottom: 20px;
}
footer h6{
	font-size: 18px;
	line-height: 30px;
	margin: 0;
	color: #77b4d4;
	font-weight: 300;
	text-transform: capitalize;
	margin-bottom: 20px;
}
footer h4{
	color: white;
	font-size: 55px;
	font-weight: 300;
}
.by{
	color: #77b4d4;
	width: 100%;
	display: block;
	margin-top: 30px;
}
.by p{
	font-size: 11px;
	opacity: 0.8;
	font-weight: 300;
	margin: 0;
	line-height: 30px;
	color: #888;
	display: inline-block;
}
footer ul li{
	margin: 0;
	line-height: 30px;
	display: block;
	margin-right: 10px;
	font-size: 14px;
}
footer ul li a, .footleft a{color: #888!important;}
footer ul li a:hover{
	color: #fff!important;
}
.footleft a{
	margin: 0;
	line-height: 40px;
	margin-right: 30px;
	display: block;
	font-size: 14px;
	font-weight: 300;
}
.footleft a:hover{
	color: #77b4d4!important;	
}
.footleft span{
	margin-right: 15px;
	color: #77b4d4;
}
.footleft a:hover{
	color: #fff!important;	
}
.footright a{
	text-transform: capitalize;
	font-weight: 300;
}
.footerlinks{
	display: block;
}
.footerlinks a{
	letter-spacing: 1px;
	opacity: 0.9;
	font-weight: 300;
	margin: 0;
	margin-top: 20px;
	margin-right: 0px;
	line-height: 30px;
	font-size: 14px;
	display: inline-block;
	color: white;
}
.footerlinks a::after{
	content: "/"
}
.footerlinks a:last-of-type::after{
	display: none;
}
.footerlinks a:hover{
	color: #77b4d4;	
}
.social{
	margin-top: 30px;
}
.social a{
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-right: 5px;
}
.social span{color: #ffffff;margin: 0;}
footer .mainbutton{margin-top: 40px;}



























/******** FORM ********/

.myform{
	overflow: auto;
	width: 100%;
	position: relative;
}
.myform label{
	float: left;
	display: block;
	font-size: 14px;
	line-height: 30px;
	position: relative;   
	box-sizing: border-box;
	padding: 0px;
	color: #77b4d4;
	font-weight: 500;
	width: 100%;
	margin-bottom: 10px;
}
select{
	border-radius: 0px;
	border: 0!important;
}
.myform input, .myform select, .myform textarea{
	width: 100%;
	color: #071922;
	padding: 10px 20px;
	border: 0px!important;
	height: 60px;
	margin-bottom: 10px;
	background-color: rgba(0,0,0,0.1);
	font-size: 14px;
	box-shadow: none;
	font-weight: 500;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.myform textarea{
	min-height: 250px;
}
option{
	background-color: #071922!important;
	border: none;
	color: #fff;
}
input[type=submit]{
	background-color: #77b4d4;
	color: white!important;
	font-size: 14px;
	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(0,0,0,0.15);
	padding-left: 20px;
	transition: ease 0.3s;
}
.form-checks input{
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 2px solid white;
	margin-bottom: 0;
	border-radius: 3px 3px 3px 3px;
}
.form-checks p{
	display: inline;
	width: auto;
	line-height: 30px;
	color: #071922;
	float: left;
	margin: 0;
	padding-right: 30px;
}
.form-check{
	width: 100%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
	display: block;
	float: left;	
}
::-webkit-input-placeholder { color: #071922!important;font-weight: 500;opacity: 0.3;}
::-moz-placeholder { color: #071922!important;font-weight: 500;opacity: 0.3;}
:-ms-input-placeholder { color: #071922!important;font-weight: 500;opacity: 0.3;}
:-moz-placeholder { color: #071922!important;font-weight: 500;opacity: 0.3;}




/******** GALLERY ********/
.thumbs a{
	overflow: auto;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.thumbs{
	float: left;
	width: calc(25% - 20px);
	margin: 10px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	height: 400px;
	background-size: cover;
	background-position: center center;
}
main .thumbs:nth-child(6n + 3){
	width: calc(50% - 20px);
	float: left;
}
main .thumbs:nth-child(6n + 4){
	width: calc(50% - 20px);
	float: left;	
}
.thumbs::before{	
	content: " ";
	width: 100%;
	height: 0%;
	bottom: 0px;
	left: 0px;
	z-index: 20;
	position: absolute;
	opacity: 0;
	pointer-events:none;
	background-color: #77b4d4;
-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);
}
.thumbs a{
	margin: 0!important;
}
.thumbs:hover::before{
	opacity: 0.3;
	height: 100%;
}
.large-gallery{
	width: calc(50% - 20px);	
}


/******** BLOCKQUOTE ********/


blockquote{
	padding: 30px;
	padding-top: 80px;
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 0;
	margin-bottom: 30px;
	font-style: normal;
	background-color: #eee;
	background-color: rgba(0,0,0,0.1);

	background-image: url(../images/shapes/quote.svg);
	background-size: 120%;
	background-position: center bottom -100px;
	background-repeat: no-repeat;
}
blockquote p{
	display: block;
	font-weight: 300;
}
blockquote span{
	margin: 0;
	margin-top: 20px;
	display: block;
}
blockquote::after{
	position: absolute;
	top: 30px;
	left: 30px;
	height: 30px;
	width: 30px;
	background-image: url(../images/shapes/quote-small.svg);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	content: " "; 
}
.smallquote{
	font-size: 15px;
	line-height: 28px;
}
.midquote{
	font-size: 20px;
	line-height: 32px;
}
.bigquote{
	font-size: 25px;
	line-height: 40px;
}


/******** MISC ********/

main .content:nth-child(odd) .left-text{
	order: +1;
	padding-left: 75px;
	padding-right: 0;
}

.services .bigbg{min-height: 500px;}



.gas{
	background-color: black;
	color: yellow;
	padding: 100px;
}
.gas h4{
	color: yellow;
	font-size: 50px;
}





.mobile-menu{display: none;}
@media screen and (max-width: 64em) {
.mobile-menu{
	position: fixed;
	z-index: 1000000;
	display: block;
	width: 100%;
	top: 0px;
	left: 0px;
	color: white;
	background: #071922;
	box-shadow: 0 0 14px rgba(0,0,0,0.4);
	text-align: center;
}
.mobile-menu a{color: white;}
.mobile-menu span{
	line-height: 50px;
	color: #77b4d4;
}
.toggler{
	cursor: pointer;
}
.mobile-menu .row{
	padding-left: 0;
	padding-right: 0;
}
nav{
	position: fixed;
	top: 50px;
	left: -100%;
	display: table;
	height: calc(100vh - 50px);
	width: 100%;
	opacity: 0;
	z-index: 100000;
	text-align: left;
	padding: 0 1.15rem;
	text-align: center;
	padding-bottom: 50px;

	-webkit-transition:ease 1s;
	-o-transition:ease 1s;
	transition:ease 1s;
	background-color: #111;
	pointer-events: none;
	margin-top: 0;
}
.shownav{
	opacity: 0.95;
	pointer-events: auto;
	left: 0;
}
nav ul li{
	display: block;
}
nav ul{
	display: table-cell;
	vertical-align: middle;
}
nav ul li a{
	line-height: 40px;
	font-size: 20px;
	font-weight: 300;
	color: #fff!important;
	display: block;
	cursor: pointer;
	text-shadow: 0 0 6px rgba(0,0,0,0.4);
}
nav ul li::after{
	display: none;
}
main h1{
	font-size: 30px;
}
main h2{
	font-size: 30px;
}
main h3{
	font-size: 25px;
}
main h4{
	font-size: 18px;
}
main h5{
	font-size: 16px;
}
.myform{
	padding: 20px;
}
.banner-text{
	padding: 30px 1.15rem;
}
.banner-text h1{
	font-size: 30px;
}

.footright{
	padding-top: 30px;
}

.tar{text-align: left;}

.left-text{
	padding: 20px 1.15rem;
}
.right-text{
	padding: 20px 1.15rem;
}
.section{
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}
.medium-section{
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}
.small-section{
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.next-section{
	padding-bottom: 40px;
	position: relative;
}
.why li{
	padding: 25px 1.15rem;
	margin: 0;
}
.slidernav{
	padding: 10px 1.15rem;	
}
.why-slider{
	padding-top: 20px!important;
}
.welcome .right-text{padding-top: 50px;}
.home-content::after{
	left: 0%;
}

.nomob{display: none;}
footer .small-section{
	margin-bottom: 50px;
}

.logo{
	margin-top: 75px;
}
.main-service-slider{padding-bottom: 30px!important;}
.welcome .right-text{order: -2;}
.welcome .right-text{padding-top: 0px;}


footer{
	padding: 50px 1.15rem;
}
.twocols{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.threecols{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}

}
@media screen and (max-width: 40em) {

.banner-two{
	height: 300px;
}
.members img{
	max-height: 75px;
	padding: 10px;
}
.why h3{
	font-size: 35px;
}
footer h4{font-size: 35px;}
.home-contact h4{
	font-size: 35px;
	margin-bottom: 30px;
}

.sick-grid .row{
	max-width: 100%;
}
.philo-right{
	margin-top: 30px;
}
.middle-grid, .very-middle{display: none;}

.home-contact-box{
	padding: 50px 20px;
	margin: 1.15rem 0;
}
.threecols{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}

header{
	min-height: 450px;
}
main .content:nth-child(odd) .left-text{
	order: auto;
	padding-left: 1.15rem;
	padding-right: 1.15rem;
	padding-top: 30px;
}
.services .bigbg{min-height: 300px;}
.thumbs{
	width: calc(25% - 10px);
	margin: 5px;
	height: 200px;
}
main .thumbs:nth-child(6n + 3){
	width: calc(50% - 10px);
}
main .thumbs:nth-child(6n + 4){
	width: calc(50% - 10px);
}
.large-gallery{
	width: calc(50% - 10px);	
}
#contact-form{
	margin: 0;
}

.gas{
	padding: 40px 1.15rem;
	border-radius: 0px;
}
.gas h4{
	font-size: 30px;
}
.gas img{
	max-height: 120px;
	margin-top: 30px;
}