@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

/* 

S T Electrical Services
01744 25517
07753 454 630
st-electrical@hotmail.com
-----------------

electrical
electricians
------------------

14 Moss Lane
St. Helens
Merseyside
WA9 3SB
------------------

blue: 808080
red: 0071bc


 */

body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	padding: 0px 0;
	font-family: 'Open Sans', sans-serif;
	overflow-x:hidden; 
}
.wrapper{
	width: 100%;
	max-width: 100%;
	overflow-x:hidden;
}
a, a:active, a:visited, a:link{
	color: #fff;
	text-decoration: none;
}
p{
	font-size: 15px;
	line-height: 26px;
	font-weight: 300;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	margin-bottom: 10px;
}
header{
	position: relative;
	z-index: 100;
}
.deets{
	background-color: #111;
	color: #aaa;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	width: 100%;
}
.deetsright{float: right;
}
.deets p{
	font-size: 14px;
	margin: 0;
	line-height: 30px;
	float: left;
	font-weight: 700;	
}
.deets a{
	font-size: 14px;
	margin: 0;
	margin-left: 30px;
	line-height: 30px;
	display: inline-block;
	color: #aaa;
}
.deets a img{
	height: 20px;
	margin-right: 10px;
}
.topsectionz{
	background-color: #fff;
	display: block;
	width: 100%;
}
.logo{padding: 0;}
.logo img{
	height: 100px;
	padding: 15px 0;
}
.logo p{
	line-height: 100px;
	font-size: 30px;
	color:black;
	margin: 0;
}
.navsection{
	text-align: right;
	padding: 0;
}
nav{
	text-align: right;
	padding: 35px 0;
}
nav ul li{
	display: inline-block;
	position: relative;
}
nav ul li a{
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	padding: 0 20px;
	position: relative;
	color: #444!important;
	font-weight: 500;
}
nav ul li a::after{
	position: absolute;
	content:"";
	left: 0;
	top: 0;
	width: 2px;
	background-color: #ddd;
	height: 100%;
	opacity: 0.75;
}
nav ul li a:first-child:first-letter{
	text-transform: uppercase;
}
nav ul li:first-of-type a::after{display: none;}
nav ul li:last-of-type a::after{display: none;}
.navsend{
	background-color: #0071bc;
	background: -webkit-linear-gradient(top right, #808080, #0071bc);
	background: -o-linear-gradient(top right, #808080, #0071bc);
	background: linear-gradient(to bottom left, #808080, #0071bc);
	border-radius: 4px;
	color: white!important;
	text-transform: uppercase;
	padding: 0 20px;
	font-size: 11px;
	letter-spacing: 1px;
}
nav ul li a:hover{opacity: 0.8;}
.sub-menu{
	position: absolute;
	top: 30px;
	background: #eee;
	z-index: 99;
	text-align: left;
	width: 100%;
	left: 0;
	display: none;
}
nav ul li:hover .sub-menu{display: block;}
.sub-menu .row{
	margin: auto;
}
.sub-menu li{
	display: block;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}
.sub-menu li a{
	display: block;
	line-height: 40px;
}
nav ul .sub-menu li::after{
	opacity: 0!important;
}
/* nav ul li > a:after {
	content: '';
	background-image: url(../images/icons/arrowdown.svg);	
	width: 20px;
	height: 20px;
	-webkit-background-size: cover;
	background-size: cover;
	display: inline-block;	
	position: absolute;
	top: 5px;
} 
nav ul li > a:only-child:after {
	display: none;
} */
.banner{
	width: 100%;
	background-image: url(../images/header.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}
.headershape{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.bannertext{
	width: 50%;
	color: white;
	padding-top: 150px;
	padding-bottom: 150px;
}
.bannertext span{
	background-color: rgba(0,0,0,0.2);
	border-radius: 5px;
	display: inline-block;
	padding: 5px;
	line-height: 30px;
	margin: 0;
}
.bannertext span strong:first-child:first-letter{
	text-transform: uppercase;
}
.bannertext span strong{
	background-color: #0071bc;
	border-radius: 5px;
	display: inline-block;
	padding: 0 5px;
}
.bannertext h1{
	font-size: 30px;
	line-height: 40px;
	font-weight: 900;
	margin-top: 20px;
	margin-bottom: 20px;
}
.bannertext h1 strong{
	font-weight: 700;
}
.bannertext p{
	padding-left: 20px;
	border-left: 2px solid rgba(255,255,255,0.3);
	font-size: 15px;
	line-height: 25px;
	opacity: 0.75;
	margin: 0;
	margin-bottom: 30px;
}
.banner a{
	background-color: #0071bc;
	background: -webkit-linear-gradient(top right, #808080, #0071bc);
	background: -o-linear-gradient(top right, #808080, #0071bc);
	background: linear-gradient(to bottom left, #808080, #0071bc);
	border-radius: 4px;
	color: white!important;
	text-transform: uppercase;
	padding: 0 20px;
	font-size: 11px;
	letter-spacing: 1px;
	display: inline-block;
	line-height: 30px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
}
.banner a:hover{
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);	
}
.banner::after{
	background-color: #0071bc;
	background: -webkit-linear-gradient(top right, #808080, #0071bc);
	background: -o-linear-gradient(top right, #808080, #0071bc);
	background: linear-gradient(to bottom left, #808080, #0071bc);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	opacity: 0.6;
}
.banner::before{
	background-color: #0071bc;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.0), rgba(0,0,0,99));
	background: -o-linear-gradient(top, rgba(0,0,0,0.0), rgba(0,0,0,99));
	background: linear-gradient(to bottom, rgba(0,0,0,0.0), rgba(0,0,0,99));
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	opacity: 0.86;
}
.banner .row{
	position: relative;
	z-index: 11;
}
.welcome{
	padding-top: 150px;
	padding-bottom: 250px;
	position: relative;
	overflow:hidden;
}
.welcomeleft{
	padding-top: 0px;
	padding-bottom: 30px;
}
.welcomeleft h2{
	font-size: 35px;
	line-height: 40px;
	color: #808080;
	font-weight: 500;
	margin-bottom: 30px;
}
.welcomeleft p{
	padding-left: 20px;
	position: relative;
	margin: 0;
	margin-bottom: 20px;
	margin-left: 30px;
}
.welcomeleft p::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	background-color: #0071bc;
	background: -webkit-linear-gradient(top right, #808080, #0071bc);
	background: -o-linear-gradient(top right, #808080, #0071bc);
	background: linear-gradient(to bottom left, #808080, #0071bc);
	height: 50px;
	content: " ";
}

.welcomeright{
	/* background-image: url(../images/welcome.jpg);
	-webkit-background-size: cover;
	background-size: cover; */
	position: relative;
}
.welcomeright::after{
	background-color: #0071bc;
	background: -webkit-linear-gradient(top right, #808080, #0071bc);
	background: -o-linear-gradient(top right, #808080, #0071bc);
	background: linear-gradient(to bottom left, #808080, #0071bc);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	opacity: 0.0;
	border-radius: 15px 150px 15px 60px;
}
.welcomeimage{
	position: absolute;
	right: -140px;
	top: -90px;
	height: 500px;
	z-index: -1;
}
.topcontent{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -100;
}
.bottomcontent{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -100;
}
.footertop{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -100;
}
main{
	position: relative;
	background-color: #e6e6e6;
}
.othermain{
	background-color: #fff;
	padding-top: 150px;
	padding-bottom: 150px;
}
.othermain object{display: none;}
.othermain .homeimages img{ position: relative; margin-bottom: 30px;}
.othermain img{ position: relative; margin-bottom: 50px;}
.othermain .hometext{
	padding: 0 1.15rem;
}
main object{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
main h2{
	font-size: 26px;
	line-height: 35px;
	color: #808080;
	font-weight: 500;
	margin-bottom: 30px;
}
main h3{
	font-size: 19px;
	line-height: 30px;
	color: #808080;
	font-weight: 500;
	margin-bottom: 20px;
}
main h4{
	font-size: 17px;
	line-height: 30px;
	color: #808080;
	font-weight: 500;
	margin-bottom: 20px;
}
main h5{
	font-size: 17px;
	line-height: 30px;
	color: #808080;
	font-weight: 500;
	margin-bottom: 20px;
}
.innerhome{
	padding-left: 30px;
	position: relative;
}
.innerhome::after{
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	background-color: #0071bc;
	background: -webkit-linear-gradient(top right, #808080, #0071bc);
	background: -o-linear-gradient(top right, #808080, #0071bc);
	background: linear-gradient(to bottom left, #808080, #0071bc);
	height: 80px;
	content: " ";
}
.homeimages{
	position: relative;	
}
.homeimages img{
	position: absolute;
	top: 0;
}
.homeleftimages{
	width: 60%;
	left: -10%;
	position: absolute;
	top: 0;
}
.hometext{
	padding-left: 100px;
}
.why{
	position: relative;
	padding-top: 250px;
	padding-bottom: 50px;
	text-align: center;
}
.whychoose img{
	height: 150px;
	margin-bottom: 30px;
}
.whytitles{
	padding-bottom: 50px;
}
.why h4{
	font-size: 40px;
	line-height: 40px;
	color: #808080;
	font-weight: 500;
	margin-bottom: 30px;	
}
.innerwhy{
	padding: 30px;
}
.why span{
	font-size: 20px;
	font-weight: 300;
}
.why h5{
	font-size: 25px;
	line-height: 30px;
	color: #808080;
	font-weight: 500;
	margin-bottom: 20px;
}
.why p{
	font-weight: 300;
	font-size: 16px;
}
.whybox{
	padding: 40px;
}



.philosophy{
	padding-top: 200px;
	padding-bottom: 200px;
	width: 100%;
	background-image: url(../images/philosophy.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;	
	background-attachment: fixed;
	text-align: center;
	color: white;
}
.philosophy::after{
	background-color: #0071bc;
	background: -webkit-linear-gradient(top right, #808080, #0071bc);
	background: -o-linear-gradient(top right, #808080, #0071bc);
	background: linear-gradient(to bottom left, #808080, #0071bc);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	opacity: 0.7;
}
.philosophy p{
	font-size: 15px;
}
.philosophy h5{
	font-size: 29px;
	line-height: 40px;
	font-weight: 300;
}
.philosophy .row{
	position: relative;
	z-index: 10;
}
.callback{
	padding-top: 50px;
	padding-bottom: 150px;
	width: 100%;
	position: relative;	
	color: white;	
}
.callbackleft{
	padding-top: 100px;
	padding-bottom: 100px;
}
.callbackleft h3{
	font-size: 17px;
	line-height: 30px;
	color: #808080;
	font-weight: 500;
	margin-bottom: 0px;
}
.callbackleft h4{
	font-size: 30px;
	line-height: 40px;
	color: #808080;
	font-weight: 500;
	margin-bottom: 30px;
}
.myform{
	margin-top: 20px;
	overflow: auto;
}

.myform label{
	float: left;
	font-size: 13px;
	position: relative;
	font-weight: bold;     
	line-height: 20px;
	box-sizing: border-box;
	padding: 0 0px;
	color: #555;
}
select{
	border-radius: 0px;
}
.myform img{
	width: 215px;
	height: 80px;
	float: left;
	background-color: #333;
	margin: 10px 10px 10px 0px;
	display: block;
}
.security{
	width: 100%;
	display: block;
	overflow: auto;
}
#code{
	width: calc(100% - 225px);
	margin-bottom: 0px;
	margin-top: 10px;
}
.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: #777;
	padding: 0px 0px;
	border:0px;
	border-left: 0px solid #111;
	height: 40px;
	margin-bottom: 12px;
	background-color: rgba(50,50,50,0.0);
	font-size: 22px;
	box-shadow: none;
	font-weight: 500;
}
.myform textarea{
	width: 100%;
	color: #777;
	padding: 10px 0px;
	border:0px;
	border-left: 0px solid #111;
	height: 150px;
	margin-bottom: 12px;
	background-color: rgba(50,50,50,0.0);
	font-size: 22px;
	box-shadow: none;
	font-weight: 500;
}
.enquiryform textarea{
	background-color: rgba(50,50,50,0.0);
	color: #111;
	border-left: 0px solid #808080;
}
.enquiryform input, .enquiryform select{
	background-color: rgba(50,50,50,0.0);
	border-left: 0px solid #808080;
	color: #111;	
}
.select-option{
	background-color: #666;
	border: none;
	color: #FFF;
}
.myform p{
	float: right;
	margin: 0px 10px;
	padding: 0px;
	width: calc(100% - 245px);
	line-height: 40px;
}

input[type=submit]{
	background-color: #0071bc;
	background: -webkit-linear-gradient(top right, #808080, #0071bc);
	background: -o-linear-gradient(top right, #808080, #0071bc);
	background: linear-gradient(to bottom left, #808080, #0071bc);
	border-radius: 4px;
	color: white!important;
	text-transform: uppercase;
	padding: 0 20px;
	font-size: 11px;
	letter-spacing: 1px;
	display: inline-block;
	line-height: 30px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
}
input[type=submit]:hover{
	opacity: 0.8;
}
.enquiryform input[type=submit]{
	background: #808080; 
	border:1px solid #808080;	
}
.content input[type=submit]{
	background: #808080; 
	border:0px solid #808080;
}
.myform input:focus, .myform textarea:focus, .myform select:focus{
	border:0px;
	border-left: 0px solid #374140;
	outline: none!important;
	background-color: rgba(50,50,50,0.0);
	box-shadow: 0 0 0 black;
}

.enquiryform input:focus, .enquiryform textarea:focus, .enquiryform select:focus{
	background-color: rgba(50,50,50,0.07);
	color: #111;	
}
@media screen and (max-width: 580px){
		.myform img{
		width: 100%;
		height:auto;
	}
	#code{
		width: 100%;
		margin-bottom: 0px
	}
	.myform a{
		width: 100%;
		margin-top: 10px;
		line-height: 30px;
	}
}
.callbackinner{
	padding: 0;
	padding-right: 10px;
	float: left!important;
	
}
.successmessage{
	-webkit-transition: ease-in-out 1s;
	-o-transition: ease-in-out 1s;
	transition: ease-in-out 1s;
	
}
::-webkit-input-placeholder { color: #888!important;}
::-moz-placeholder { color: #888!important;}
:-ms-input-placeholder { color: #888!important;}
:-moz-placeholder { color: #888!important;}

.nopad{	padding: 10px 0;}
.leftsubmit{float: left!important;padding-left: 0px;}
.enquiryform{	
	padding: 40px 20px;
	margin-top: 30px;
}



footer{
	background-color: #1a1a1a;
	padding-top: 150px;
	padding-bottom: 50px;
	color: white;
	width: 100%;
	z-index: -100;
	text-align: center;
	position: relative;
	overflow:hidden;
}
footer a, footer p{
	margin: 0;
	line-height: 40px;
	font-size: 18px;
	color: white;
	opacity: 0.7;
	display: inline-block;
}
footer a:hover{
	opacity: 0.8;
}
footer h6{
	display: block;	
	font-size: 17px;
	line-height: 30px;
	font-weight: 300;
	color: #0071bc;
	margin: 0;
}
footer p{
	display: block;
	
}
.footerlink{
	display: inline-block;
	position: relative;
	line-height: 100px;
	font-weight: 300;
	overflow: hidden;
	width: auto;
	font-size: 80px;
	opacity: 1;
}
.footerlink::after{
	width: 50%;
	height: 3px;
	background-color: #0071bc;
	position: absolute;
	bottom: 0;
	left: 25%;
	transition: ease 0.3s;
	content: " ";
}
.footlinks{
	margin-top: 20px;
}
.footlinks a{
	display: inline-block;
	font-size: 17px;
}
.footerlink:hover::after{
	width: 100%;
	left: 0;
}
.footlinks a span{
	color: #0071bc;
}
.by{
	padding-top: 100px;
}
.by p{
	font-size: 12px;
}
.welcome ul{
	margin-top: 20px;
	padding-left: 20px;
	display: block;
	margin-bottom: 40px;
}
.welcome ul li{
	background-color: rgba(0,0,0,0.1);
	margin-bottom: 5px;
	padding: 5px 20px;
	font-size: 17px;
	line-height: 30px;
	position: relative;
	display: inline-block;
	width: 100%;
	border-radius: 3px 20px 20px 3px;
}
.welcome ul li::after{
	height: 100%;
	content: " ";
	position: absolute;
	width: 10px;
	left: -20px;
	top: 0px;
	background-color: #808080;
	border-radius: 3px 3px 3px 3px;
}

main ul{
	margin-top: 20px;
	padding-left: 20px;
	display: block;
	margin-bottom: 40px;
}
main ul li{
	background-color: rgba(0,0,0,0.1);
	margin-bottom: 5px;
	padding: 5px 20px;
	font-size: 17px;
	line-height: 30px;
	position: relative;
	display: inline-block;
	width: 100%;
	border-radius: 3px 20px 20px 3px;
}
main ul li::after{
	height: 100%;
	content: " ";
	position: absolute;
	width: 10px;
	left: -20px;
	top: 0px;
	background-color: #808080;
	border-radius: 3px 3px 3px 3px;
}
.twolist{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	-o-column-gap: 40px;
	column-gap: 40px;
}
.thumbs{
	float: left;
	width: 25%;
	padding: 12px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.thumbs::before{	
	content: " ";
	width: calc(100% - 24px);
	height: calc(0% - 12px);
	bottom: 12px;
	left: 12px;
	z-index: 20;
	position: absolute;
	opacity: 0.1;
	pointer-events:none;
	background-color: #fff;
-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::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: 8px;
}
.thumbs a{
	margin: 0!important;
}
.thumbs:hover::after{
	-webkit-background-size: 20%;
	background-size: 20%;
	opacity: 0.75;
}
.thumbs:hover::before{
	height: calc(100% - 24px);
}
iframe{
	height: 400px;
	width: 100%;
	min-height: 400px;
}
#map{
	height: 500px;
	width: 100%;
	min-height: 500px;
}
blockquote{
	background-color: #eee;
	padding: 20px 30px;
	width: 100%;
	margin: 0;
	margin-bottom: 40px;
	position: relative;
	margin-left: 20px;
	border-radius: 8px 50px 50px 8px;
}
blockquote::after{
	height: 100%;
	content: " ";
	position: absolute;
	width: 10px;
	left: -20px;
	top: 0px;
	background-color: #808080;
	border-radius: 8px 8px 8px 8px;
}
blockquote span{
	font-style: italic;
	font-size: 15px!important;
	color: #808080;
}
blockquote p{
	line-height: 30px;
	font-weight: 500;
	font-size: 17px;
}
.togglerz{display: none;}
.mobilebuttonz{display: none;}
.mobside{display: none;}

.othermain .mobside{
	display: block;
}
.otherbanner{text-align: center;}
.otherbanner .bannertext{
	width: 100%;
}
.serviceimage{
	border-radius: 10px 90px 10px 50px;
}
.contactdeets{
	padding: 30px 20px;
	background-color: #eee;
	overflow: auto;
	border-radius: 10px 90px 10px 50px;
}
.contactdeets a{
	color: #777;
	margin-right: 20px;
	display: block;
	line-height: 30px;
	font-size: 17px;
	font-weight: 500;
	
}
.contactdeets a:hover{
	color: #808080;
}
.contactdeets p{
	margin: 0;
	display: block;
	line-height: 30px;
	font-size: 17px;
	font-weight: 500;
	color: #777;
}
.contactdeets h3{
	margin: 10px 0;
	font-size: 22px;
}

.readmore{
	background-color: #808080;
	border-radius: 4px;
	color: white!important;
	text-transform: uppercase;
	padding: 0 20px;
	font-size: 11px;
	letter-spacing: 1px;
	display: inline-block;
	line-height: 30px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
}
.logos{
	text-align: center;
	padding-top: 80px;
	margin-top: 50px;
	border-top: 2px solid #ddd;
}
.logos img{
	height: 100px;
	margin: 10px;
}

.revslider{
	background-color: #111;
	color: white;
	text-align: center;
}
.recruit{
	background-color: #111;
	color: white;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;	
	margin-top: 100px;
	border-radius: 15px 80px 15px 80px;
}
.recruit h4{
	font-size: 30px;
}










/***** NO CURVES ********/


.nocurves{display: none;}
main{
	padding-top: 200px;
	padding-bottom: 200px;
}
.mobside{
	display: block!important;
	border-radius: 250px 40px 90px 15px;
}
.welcome{
	padding-top: 150px;
	padding-bottom: 150px;
}
.why{
	padding-top: 150px;
	padding-bottom: 150px;
}


/***** NO CURVES ********/







ul li img{
	height: 60px;
	display: inline-block;
	margin: 10px 0!important;	
}














@media screen and (max-width: 768px) {
header{
	margin-top: 50px;
}
main{
	padding-top: 60px;
	padding-bottom: 60px;
}
.togglerz{
	position: relative;
	z-index: 1109;
	display: block;
}
.toggler{
	position: fixed;
	top: 0;
	right: 0;
	background-color: #0071bc;
	background: -webkit-linear-gradient(top right, #808080, #0071bc);
	background: -o-linear-gradient(top right, #808080, #0071bc);
	background: linear-gradient(to bottom left, #808080, #0071bc);
	padding: 10px 0px;
	cursor: pointer;
	text-align: center;
	width: 100%;
	z-index: 102;

	-webkit-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
	-webkit-transition-delay: 1.5s;
	-o-transition-delay: 1.5s;
	transition-delay: 1.5s;
}
.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: -100%;

	-webkit-transition:ease 0.5s;
	-o-transition:ease 0.5s;
	transition:ease 0.5s;
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.closetoggler{
	position: fixed;
	top: -100%;
	right: 00%;
	background-color: #0071bc;
	background: -webkit-linear-gradient(top right, #808080, #0071bc);
	background: -o-linear-gradient(top right, #808080, #0071bc);
	background: linear-gradient(to bottom left, #808080, #0071bc);
	padding: 10px 0px;
	cursor: pointer;
	text-align: center;
	width: 100%;

	-webkit-transition:ease 0.5s;
	-o-transition:ease 0.5s;
	transition:ease 0.5s;
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.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{
	top: 0px;

	-webkit-transition:ease 0.5s;
	-o-transition:ease 0.5s;
	transition:ease 0.5s;
	-webkit-transition-delay: 1.5s;
	-o-transition-delay: 1.5s;
	transition-delay: 1.5s;
}
nav{
	position: fixed;
	top: 0;
	left: 0;
	display: table;
	height: 100vh;
	width: 100%;
	opacity: 0;
	z-index: 100;
	text-align: left;
	padding: 0 1.15rem;

	-webkit-transition:ease 1s;
	-o-transition:ease 1s;
	transition:ease 1s;
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
	background-color: #111;

	pointer-events: none;
}
.shownav{
	opacity: 0.95;
	pointer-events: auto;
}
nav ul li{
	display: block;
}
nav ul{
	display: table-cell;
	vertical-align: middle;
}
nav ul li a{
	line-height: 50px;
	font-size: 25px;
	font-weight: 500;
	color: #fff!important;
	display: block;
	cursor: pointer;
}


.bannertext{
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}
.bannertext h1{
	font-size: 27px;
	line-height: 30px;
	font-weight: 300;
	margin-top: 20px;
	margin-bottom: 20px;
}
.bannertext h1 strong{
	font-weight: 700;
}
.bannertext p{
	font-size: 13px;
	line-height: 22px;
}
.welcomeright{display: none;}
.welcome{
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	overflow:hidden;
}
.hometext{
	padding-left: 0px;
}
.innerwhy{
	padding: 20px 0px;
}
.whybox{
	padding: 0;
}
.philosophy p{
	font-size: 15px;
}
.philosophy h5{
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
}
.philosophy{
	padding-top: 120px;
	padding-bottom: 120px;
}
.callback{
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	position: relative;	
	color: white;	
}
.footertop{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -100;
	width: 30%;
}

main h2{
	font-size: 20px;
	line-height: 26px;
	color: #808080;
	font-weight: 500;
	margin-bottom: 30px;
}
.footerlink{
	line-height: 50px;
	font-size: 40px;
}
footer{
	background-color: #1a1a1a;
	padding-top: 70px;
	padding-bottom: 70px;
}
footer a, footer p{
	margin: 0;
	line-height: 30px;
	font-size: 14px;
	color: white;
	opacity: 0.7;
	display: block;
}
.footlinks a{
	font-size: 17px;
}
.by{
	padding-top: 20px;
}
.logo img{
	width: 60%;
	margin: 0 20%;
	height: auto;
}
.navsend{display: none;}
.deets{display: none;}

.mobilebuttonz{
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: #808080;
	background: -webkit-linear-gradient(top right, #808080, #0071bc);
	background: -o-linear-gradient(top right, #808080, #0071bc);
	background: linear-gradient(to bottom left, #808080, #0071bc);
}
.mobcall{
	width: 50%;
	line-height: 40px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 300;
	display: inline-block;
	text-align: center;
	margin: 0;
	float: left;
}
.mobsend{
	width: 50%;
	line-height: 40px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 300;
	display: inline-block;
	text-align: center;
	margin: 0;
	float: left;
	position: relative;
	background-color: rgba(0,0,0,0.2);
}
nav ul li a::after{
	opacity: 0.0;
}
.welcomeleft{
	padding: 0;
}
.homeleftimages{display: none;}
main object{display: none;}
.mobside{
	display: block;
	position: relative;	
}
.homeimages{
	padding: 0;
}
.homeimages img{
	position: relative;
	margin-bottom: 40px;
	margin-top: 20px;
}
.twolist{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	-o-column-gap: 40px;
	column-gap: 40px;
}
.thumbs{
	float: left;
	width: 33.33%;
	padding: 5px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.footlinks a{
	display: block;
}
.gallery{
	padding: 0!important;
}
blockquote{margin-left: 10px;}
.sub-menu{
	position: relative;
	top: 0px;
	background: none;
	z-index: 99;
	text-align: left;
	width: 100%;
	left: 0;
	display: block;
}




@media screen and (max-width: 480px) {

.logo img{
	width: 80%;
	margin: 0 10%;
	height: auto;
}