@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Nunito:300,400,700,900&display=swap);

/* 

Bellmore Electrical Ltd
<span>Bellmore</span> Electrical Ltd

07932769658
#mobile
bellmore@live.co.uk
-----------------

electrical
electricians
------------------

3 The Hollies
Billingham
Cleveland
TS23 1DY
------------------

dark: 343944
light: 019de7

 */

body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	padding: 0px 0;
	font-family: 'Nunito', sans-serif;
	overflow-x:hidden; 
}

::-webkit-scrollbar {width: 12px;}
::-webkit-scrollbar-track {box-shadow: inset 0 0 2px grey;}
::-webkit-scrollbar-thumb {background: #343944;}

::-moz-selection {background: #343944;color: #fff;}
::selection {background: #343944; color: #fff;}

a, a:active, a:visited, a:link{
	text-decoration: none;
	color: #444;
}
p{
	font-size: 15px;
	line-height: 28px;
	font-weight: 500;
	opacity: 0.9;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	margin-bottom: 10px;
}
.togglerz{display: none;}
.modal{display: none;}
.modal{
	background-color: black;
	color: white;
}
.topsection{
	background-color: #343944;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
}
.toprightsection{
	position: absolute;
	right: 0;
	top: 0;
}
.sitename a{
	font-size: 1.5vw;
	line-height: 80px;
	margin: 0;
	font-weight: 500;
	color: #fff;
}
.sitename a span{
	color: #019de7;
}
.sitename{
	width: 30%;
	float: left;
}
nav{
	text-align: right;
	float: left;
}
nav ul li{
	display: inline-block;
}
nav ul li a{
	color: #fff!important;
	font-size: 14px;
	line-height: 80px;
	display: inline-block;
	padding: 0 10px;
	font-weight: 400;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	text-transform: capitalize;
}
nav ul li a:hover{
	color: #019de7!important;	
}
nav ul li a:first-child:first-letter{
	text-transform: uppercase;
}
.active{
	color: #019de7!important;
}
.modalbutton{
	position: relative;
	padding: 0 60px;
	background-color: #019de7;
	color: white!important;
	margin-left: 30px;
	float: right;
}
.modalbutton:hover{
	color: white;
}
.modalbutton p{
	position: relative;
	z-index: 10;
	line-height: 80px;
	margin: 0;
}
.modalbutton::after{
	position: absolute;
	top: 0;
	right: 0;
	width: 0%;
	height: 100%;
	content: " ";
	background-color: #343944;
	z-index: 1;
-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);
        opacity: 0.6;
}
.modalbutton:hover::after{
	width: 100%;
}
header{
	width: 100%;
	position: relative;	
	margin-top: 80px;
}
.headerinner{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.headerleft{
	width: 100%;
}
.logo{
	padding-top: 20px;
	padding-bottom: 40px;
}
.logo img{
	height: 150px;
}
.logoname{display: none;}

/* 
.logo img{display: none!important;}
@media screen and (max-width: 1024px) {
	.logoname{
		font-size: 30px;
		line-height: 30px;
		margin: 0;
		font-weight: 500;
		color: #fff;
		display: block;
		margin-top: 30px;
	}
	.logoname span{
		color: #019de7;
	}
}
 */
.bannertext{
	width: calc(50% - 100px);
	padding-right: 50px;
	position: relative;
	z-index: 10;
}
.deets{
	padding-top: 100px;
	position: relative;
	z-index: 20;
}
.deets a{
	font-size: 18px;
	line-height: 50px;
	position: relative;
	font-weight: 500;
	display: inline-block;
	margin-right: 20px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.deets a:hover{
	color: #019de7;		
}
/*------------HEADING-------------*/
.bannertext h1{
	font-size: 35px;
	line-height: 40px;
	font-weight: 900;
	color: #444;
	text-transform: uppercase;
}
.bannertext span{
	font-size: 35px;
	line-height: 40px;
	font-weight: 900;
	color: #444;
	display: block;
	text-transform: uppercase;
	
}
.bannertext::first-letter{
	text-transform: uppercase;
}
/*------------HEADING-------------*/
.bannertext strong{	
	color: #019de7;
	font-weight: 300;
}
.indextext span{
	font-size: 14px;
	line-height: 30px;
	color: #019de7;
}
.bannertext p{
	color: #444;
}
.discover{
	position: relative;
	font-weight: 500;
	margin-top: 20px;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
}
.discover p{
	font-size: 18px;
	line-height: 40px;
	position: relative;
	font-weight: 500;
	display: inline-block;
	color: #343944!important;
	margin: 0;
}
.discover img{
	height: 20px;
	margin-left: 20px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	position: absolute;
	right: -30px;
	top: 10px;
}
.insidea{
	width: 40px;
	height: 100%;
	background-color: #019de7;
	content: " ";
	position: absolute;
	top: 0;
	left: 0px;
	z-index: -1;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	animation: arevealintro 0.5s forwards;
}
@-webkit-keyframes arevealintro {
    0% {width: calc(0% + 40px); left: calc(100% - 0px);}
    50% {width: calc(100% + 40px); left: calc(0% - 0px);}
    100% {width: calc(0% + 40px); left: calc(0% - 0px);}
}
.areveal{
	animation: areveal 0.5s forwards;
}
@-webkit-keyframes areveal {
    0% {width: calc(0% + 40px); left: calc(0% - 0px);}
    50% {width: calc(100% + 40px); left: calc(0% - 0px);}
    100% {width: calc(0% + 40px); left: calc(100% - 0px);}
}
.big1{
	position: absolute;
	bottom: 0;
	left: -40px;
	font-size: 8vw;
	line-height: 200px;
	z-index: 1;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(0,0,0,0.1);
	height: 200px;
}
.headerright{
	position: absolute;
	width: calc(50% + 100px);
	right: 0;
	top: 0;
	background-color: #019de7;
	z-index: 20;
}
.headerslider{
	width: 100%;
}
.arrows{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #019de7;
	padding-left: 80px;
}
.leftarrow{
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.leftarrow::before{
	position: absolute;
	width: 0%;
	height: 100%;
	content: " ";
	right: 0;
	top: 0;
	background-color: #343944;
-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);
}
.leftarrow:hover::before{
	width: 100%;
}
.rightarrow::before{
	position: absolute;
	width: 0%;
	height: 100%;
	content: " ";
	left: 0;
	top: 0;
	background-color: #343944;
-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);
}
.rightarrow:hover::before{
	width: 100%;
}
.arrows img{
	height: 30px;
	position: relative;
	z-index: 10;
}
.rightarrow{
	float: right;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.leftarrow img{
	transform: rotate(180deg);
}
.contents{
	background-color: #ddd;
	background-image: -webkit-linear-gradient(#ddd, #fff);
	background-image: -o-linear-gradient(#ddd, #fff);
	background-image: linear-gradient(#ddd, #fff);
	margin-top: -50px;
	position: relative;
	z-index: 1;

}
.welcome{
	padding-top: 200px;
	color: #444;
	position: relative;
	z-index: 1;
}
.welcomeboxes{
	position: relative;
}
.welcomeleft{
	background-color: #019de7;
	width: 55%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../images/welcomeleft.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;	
}
.welcomeleft::before{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 100%;
	height: 100%;
	content: " ";
	background-image: -webkit-linear-gradient(#343944, #019de7);
	background-image: -o-linear-gradient(#343944, #019de7);
	background-image: linear-gradient(#343944, #019de7);
	z-index: -1;
	opacity: 0.75;
}
.welcomeright{
	width: 55%;
	margin-top: 60px;
	padding: 100px;
	float: right;
	background-color: #fff;
	z-index: 10;
	position: relative;
	box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.welcomeright span{
	color: #019de7;
}
.welcomeright h2{
	font-size: 38px;
	line-height: 45px;
	font-weight: 500;
}

main{
	padding-top: 200px;
	padding-bottom: 200px;
	position: relative;
	width: 100%;
	color: #444;
	position: relative;
	z-index: 11;
}
.maintext{
	padding-top: 30px;
}
.big2{
	position: absolute;
	bottom: 0;
	right: -40px;
	font-size: 9vw;
	line-height: 50px;
	z-index: -10;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(0,0,0,0.1);
}
.wholesite span{
	color: #019de7;
	font-size: 17px;
	font-weight: 400;
	line-height: 30px;
}
main h1{
	font-size: 25px;
	line-height: 35px;
	margin: 0;
	font-weight: 400;
	color: #343944;
	margin-bottom: 10px;
	display: block;
}
main h2{
	font-size: 30px;
	line-height: 40px;
	margin: 0;
	font-weight: 700;
	color: #444;
	margin-bottom: 10px;
	display: block;
}
main h3{
	font-size: 21px;
	line-height: 30px;
	margin: 0;
	font-weight: 400;
	color: #444;
	margin-bottom: 10px;
	display: block;
	margin-top: 20px;
}
main h4{
	font-size: 25px;
	line-height: 35px;
	margin: 0;
	font-weight: 400;
	color: #019de7;
	margin-bottom: 10px;
	display: block;
}
main h5{
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	font-weight: 400;
	color: #019de7;
	margin-bottom: 10px;
	display: block;
}
main h6{
	font-size: 17px;
	line-height: 30px;
	margin: 0;
	font-weight: 500;
	color: #019de7;
	margin-bottom: 10px;
	display: block;
}
main ul{
	margin-bottom: 30px;
	display: inline-block;
	margin-top: 20px;
}
main ul li{
	width: 100%;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	color: #333;
	background-color: rgba(0,0,0,0.08);
	margin-bottom: 5px;
	padding: 10px 20px;
	font-weight: 500;
}
.maintitles{
	padding-right: 30px;
}
.maintitles a, .maintitles p{
	display: block;
	line-height: 40px;
	margin: 0;
}
main ul{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	-o-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 5px;
	-moz-column-gap: 5px;
	-o-column-gap: 5px;
	column-gap: 5px;
}
.onecol{
	-webkit-column-count: 1;
	-moz-column-count: 1;
	-o-column-count: 1;
	column-count: 1;
}
.maintext p:first-of-type{margin-top: 0;}

.philosophy{
	background-color: #343944;
	background-image: -webkit-linear-gradient(#343944, #019de7);
	background-image: -o-linear-gradient(#343944, #019de7);
	background-image: linear-gradient(#343944, #019de7);
	padding-top: 150px;
	padding-bottom: 300px;
	position: relative;
	z-index: 20;
}
.philosophy p{
	font-size: 35px;
	line-height: 45px;
	color: #fff;
	margin: 0;
	font-weight: 500;
	margin-top: 30px;
}

.why{
	margin-top: -200px;
	color: #444;
	padding-bottom: 100px;
	position: relative;
	z-index: 21;
}
.whyimage{
	width: 100%;
	height: 400px;
	background-image: url(../images/bottombanner.jpg);
	background-position: center;
	-webkit-background-size: cover;
		background-size: cover;	
		background-position: center;
}
.whybox{
	padding: 30px 30px;
}
.why h4{
	font-size: 26px;
	line-height: 40px;
	margin: 0;
	font-weight: 500;
	color: #019de7;
	margin-bottom: 10px;
	display: block;
	margin-top: 20px;
}

.logos{
	width: 100%;
	padding-bottom: 100px;
	text-align: center;
}
.members{
	border-top: 2px solid #ddd;	
	padding-top: 100px;
}
.logos img{
	max-height: 100px;
	margin: 20px;
}
.logos img:hover{
	opacity: 0.8;
}

footer{
	border-top: 2px solid #ddd;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	color: #fff!important;	
	cursor: pointer;
	overflow: hidden;
}
footer::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0%;
	content: "";
	background-color: #019de7;
	z-index: -10;
-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);
	background-image: -webkit-linear-gradient(#343944, #019de7);
	background-image: -o-linear-gradient(#343944, #019de7);
	background-image: linear-gradient(#343944, #019de7);
	opacity: 0.3;
}
footer::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #343944;
	z-index: -11;
-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);
}
footer:hover::before{
	height: 100%;
}
.big3{
	position: absolute;
	bottom: 10px;
	width: 100%;
	font-size: 5vw;
	line-height: 150px;
	z-index: -1;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	color: rgba(0,0,0,0.05);
	-webkit-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}
footer:hover .big3{
	font-size: 4vw;
	letter-spacing: 10px;
}
.footerdeets{
	padding-top: 10px;
	padding-bottom: 30px;
}
.footerdeets a, .footerdeets p{
	font-size: 18px;
	line-height: 50px;
	position: relative;
	font-weight: 500;
	display: inline-block;
	margin-right: 20px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	color: #fff!important;	
}
footer a:hover{
	color: #fff;
	opacity: 0.5;
}
.tagsandsuch a, .tagsandsuch p{
	margin: 0 15px;
	margin-left: 0;
	line-height: 30px;
	display: inline-block;
	font-weight: 700;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	opacity: 0.7;
	color: #fff!important;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
footer:hover{
	color: #fff!important;
}
footer:hover a{
	color: #fff!important;	
}
footer{width: 100%;}
footer ul{width: 100%;margin-top: 0px;}
footer ul li{
	display: inline-block!important;	
}
footer ul li a{
	display: inline-block!important;
	font-size: 18px;
	padding: 0 20px;
	padding-left: 0;
	line-height: 50px;
	font-weight: 500;
	color: #fff!important;
}


.myform{
	overflow: auto;
	width: 100%;
}

.myform label{
	float: left;
	font-size: 13px;
	position: relative;
	font-weight: bold;     
	line-height: 20px;
	box-sizing: border-box;
	padding: 0 0px;
	color: #019de7;
	font-weight: 500;
	display: block;
	width: 100%;
}
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: #888888;
	background-color: #111;
	display: block;
	float: left;
	padding: 0px 20px;
}
.myform input, .myform select{
	width: 100%;
	color: #888888;
	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;
	transition: ease 0.3s;
}
.myform textarea{
	width: 100%;
	color: #888888;
	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;
	transition: ease 0.3s;
}
.enquiryform textarea{
	background-color: rgba(50,50,50,0.0);
	color: #888888;
	border-left: 0px solid #343944;
}
.enquiryform input, .enquiryform select{
	background-color: rgba(0,0,0,0.0);
	border-left: 0px solid #343944;
	color: #888888;	
}
.select-option{
	background-color: #666;
	border: none;
	color: #888888;
}
.myform p{
	float: right;
	margin: 0px 10px;
	padding: 0px;
	width: calc(100% - 245px);
	line-height: 40px;
}
input[type=submit]{
	background-color: #343944;
	color: white!important;
	text-transform: uppercase;
	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: #343944; 
	border:1px solid #343944;	
}
.content input[type=submit]{
	background: #343944; 
	border:0px solid #343944;
}
.myform input:focus, .myform textarea:focus, .myform select:focus{
	border:0px;
	border-left: 0px solid #374140;
	outline: none!important;
	background-color: rgba(0,0,0,0.1);
	box-shadow: 0 0 0 black;
	padding-left: 15px;
	transition: ease 0.3s;
}

.enquiryform input:focus, .enquiryform textarea:focus, .enquiryform select:focus{
	background-color: rgba(0,0,0,0.1);
	color: #888888;	
	padding-left: 15px;
	transition: ease 0.3s;
}
@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;font-weight: 300;opacity: 0.8;}
::-moz-placeholder { color: #888!important;font-weight: 300;opacity: 0.8;}
:-ms-input-placeholder { color: #888!important;font-weight: 300;opacity: 0.8;}
:-moz-placeholder { color: #888!important;font-weight: 300;opacity: 0.8;}

.nopad{	padding: 10px 0;}
.leftsubmit{float: left!important;padding-left: 0px;}
.enquiryform{	
	padding: 0px 0px;
	width: 100%;
}

.callbackform{
	overflow:initial!important;
}
.callbackform input{
	padding-left: 0!important;
	margin-bottom: 0!important;
	margin-top: 30px;
}
.thumbs{
	float: left;
	width: 25%;
	padding: 8px;
	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.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: 3px;
}
.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);
}

blockquote{
	background-color: rgba(0,0,0,0.1);
	padding: 60px;
	width: 100%;
	margin: 0;
	margin-bottom: 40px;
	position: relative;
	width: 100%;
	display: inline-block;
	border-radius: 6px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
blockquote span{
	font-style: italic;
	font-size: 15px!important;
	color: #fff!important;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #019de7;
	padding-left: 60px;
	padding-right: 20px;
	line-height: 40px!important;
	display: block;
}
blockquote p{
	line-height: 30px;
	font-weight: 500;
	font-size: 18px;
}
blockquote::after{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 60px;
	left: -10px;
	content: " ";
	background-image: url(../images/icons/review.svg);
	-webkit-background-size: cover;
	background-size: cover;
	background-color: #019de7;
	display: block;	
}

main .thumbs:nth-child(10n + 1){
	width: 50%;
	float: left;
}
main .thumbs:nth-child(10n + 4){
	width: 50%;
	float: right;	
}
.nocontent{
	background-color: red;
	color: white;
	display: block;
	text-align: center;
	padding: 120px;
	column-span: all;
}

.logoa{
	width: 100%;
	margin-top: 20px;
	text-align: center;

	padding: 30px;
	background-color: rgba(0,0,0,0.05);
}
.logoside{
	width: 100%;
	display: inline-block;
}
.gallerytext{
	width: 100%;
	display: block;
	padding-bottom: 50px;
}


.topfooter{
	border-bottom: 2px solid rgba(0,0,0,0.2);
	overflow: auto;
	padding-bottom: 30px;
	margin-bottom: 30px;
}


.ftopleft{
	float: left;
}
.ftopright{
	float: right;
	text-align: right;	
}
.ftopleft p{
	margin: 0;
	font-size: 36px;
}
.ftopright a{
	font-size: 18px;
	margin-left: 10px;
	display: inline-block;
	color: white;
}
.by{
	float: right;
	text-align: right;
}
.by p{
	margin: 0;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.tagsandsuch{
	float: left;
}





















@media screen and (max-width: 1024px) {

header{
	margin-top: 50px;
}

.modalbutton{display: none;}
.sitename{display: none;}
p{
	font-size: 13px;
	line-height: 26px;
	font-weight: 500;
	opacity: 0.9;
}
.togglerz{
	position: fixed;
	z-index: 1109;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
}
.toggler{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #343944;
	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;
}
.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%;
	background-color: #019de7;
	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;
}
.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;
}
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;

	-webkit-transition:ease 1s;
	-o-transition:ease 1s;
	transition:ease 1s;
	background-color: rgba(0,0,0,0.9);
	pointer-events: none;
}
.shownav{
	opacity: 1;
	pointer-events: auto;
	left: 0;
}
nav ul li{
	display: block;
}
nav ul{
	display: table-cell;
	vertical-align: middle;
}
nav ul li a{
	line-height: 50px;
	font-size: 22px;
	font-weight: 500;
	color: #fff!important;
	display: block;
	cursor: pointer;
}
nav ul li::after{
	display: none;
}
.emailin{
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #111;
	text-align: center;
}
.emailin img{
	height: 25px;
	line-height: 50px;
}
.phonein{
	position: absolute;
	right: 50px;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #444;
	text-align: center;
}
.phonein img{
	height: 25px;
	line-height: 50px;
}
.headerright{
	position: relative;
	width: calc(100% + 00px);
	right: 0;
	top: 0;
	background-color: #019de7;
	margin-bottom: 30px;
}
.headerslider{
	min-height: 300px;
}
.bannertext{
	width: calc(100% - 0px);
	padding-right: 1.15rem;
}
.welcome{
	padding-top: 50px;
	margin-top: -50px;
}
.welcomeleft{
	background-color: #019de7;
	width: 100%;
	position: relative;
	min-height: 200px;
	margin-top: 50px;
}
.welcomeright{
	width: 100%;
	margin-top: 30px;
	padding: 30px;
	background-color: #fff;
}
.welcomeleft::before{
	display: none;
}
.maintitles{
	padding-bottom: 30px;
}
main ul{
	-webkit-column-count: 1;
	-moz-column-count: 1;
	-o-column-count: 1;
	column-count: 1;
}
main{
	padding-top: 100px;
	padding-bottom: 100px;
}
.big1, .big2, .big3{display: none;}

footer{
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: left;
	color: #444;
	cursor: pointer;
}
footer ul{display: none;}
.tagsandsuch a, .tagsandsuch p{
	margin: 0 15px 0 0;
	font-size: 13px;
	line-height: 30px;
	text-transform: uppercase;
	display: block;
}
.whybox{
	padding: 20px 0px;
}
.whyimage{
	height: 200px;
}
.philosophy p{
	color: #fff;
	margin: 0;
	font-weight: 300;
	margin-top: 30px;
	font-size: 13px;
	line-height: 26px;
}
.why{
	margin-top: -100px;
	color: #444;
	padding-bottom: 50px;
}
.philosophy{
	background-color: #ddd;
	padding-top: 50px;
	padding-bottom: 150px;
}



.bannertext h1{
	font-size: 30px;
	line-height: 40px;
}
.bannertext span{
	font-size: 30px;
	line-height: 40px;
}
.welcomeright h2{
	font-size: 30px;
	line-height: 40px;
}
.deets{
	padding-top: 30px;
}
.thumbs{
	width: 50%;
	padding: 5px;
}
.logo{
	padding-top: 20px;
	padding-bottom: 40px;
}
blockquote{
	background-color: rgba(0,0,0,0.1);
	padding: 50px 30px;
	width: 100%;
	margin: 0;
	margin-bottom: 40px;
	position: relative;
	width: 100%;
	display: inline-block;
	border-radius: 6px;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
blockquote p{
	line-height: 25px;
	font-size: 15px;
}
blockquote::after{
	width: 50px;
	height: 50px;
	position: absolute;
	top: -15px;
	left: 30px;
	content: " ";
	background-image: url(../images/icons/review.svg);
	-webkit-background-size: cover;
	background-size: cover;
	background-color: #019de7;
	display: block;	
}
.arrows{
	padding-left: 0px;
}
.wholesite span{
	font-size: 30px;
	line-height: 40px;
	margin: 0;
	font-weight: 500;
	color: #019de7;
	margin-bottom: 10px;
	display: block;
	margin-top: 20px;
}


.ftopleft{
	width: 100%;
}
.ftopright{
	float: left;
	width: 100%;
	text-align: left;
}
.ftopleft p{
	margin: 0;
	font-size: 36px;
	line-height: 40px;
}
.ftopright a{
	font-size: 18px;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 20px;
	color: white;
}
.by{
	float: left;
	text-align: left;
	width: 100%;
}
.by p{
	margin: 0;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.tagsandsuch{
	float: left;
	width: 100%;
}

.logo{
	width: 100%;
}
.logo img{
	margin: auto;
	display: block;
}


}
@media screen and (max-width: 480px) {

.logo img{
	height: auto;
	width: 60%;
	margin: 0 20%;
}
.logos img{
	max-height: initial!important;
	margin: 20px 0;
	width: 100%;
}
}











