@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Barlow:200,300,400,600,700);

/* 


Mitton Electrical
07951815259
#mobile
info@mittonelectrical.net
-----------------

electricians
electrical
#service1
#service2
#service3
------------------

8 Shancara Court
Wakefield
Yorkshire
WF31JP
------------------

darkrgb: 33,33,33
dark: 212121
medium: f7621e
light: f7941e
other: f7941e



 */


::-moz-selection {color: white;background: #f7941e;}
::selection {color: white;background: #f7941e;}

body{
    overflow: auto;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling for iOS */
	margin: 0;
	padding: 0;
	background-color: #fff;
	padding: 0px 0;
	font-family: 'Barlow', sans-serif;
	overflow-x:hidden; 
}
a, a:active, a:visited, a:link{
	color: #fff;
	text-decoration: none;
}
p{
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	margin-bottom: 10px;
}
.sitecontainer{
	width: 100%;
}
header{
	width: 100%;
	height: 75vh;
	min-height: 700px;
	position: relative;
	background-image: url('../../media/images/header.jpg');
	-webkit-background-size: cover;
	background-size: cover;
	color: white;
	background-position: 0 0px;
	animation: headermove 5s;	
}
.otherheader{
	height: 50vh;	
	min-height: 400px;
}
@-webkit-keyframes headermove {
    0.01% {background-position: 0 -100px;}
    100% { background-position: 0 0px;}
}
header .row{
	z-index: 10;
	position: relative;
	height: 100%;
}
header::after{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: " ";
	background: -webkit-linear-gradient(top, rgba(33,33,33,0.35), #212121);
	background: -o-linear-gradient(top, rgba(33,33,33,0.35), #212121);
	background: linear-gradient(to bottom, rgba(33,33,33,0.35), #212121);
	opacity: 0.99;
	z-index: 1;
}
header::before{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: " ";
	background: -webkit-linear-gradient(top, rgba(33,33,33,0.15), #212121);
	background: -o-linear-gradient(top, rgba(33,33,33,0.15), #212121);
	background: linear-gradient(to bottom, rgba(33,33,33,0.15), #212121);
	z-index: 1;
	opacity: 0.5;
}
.logo{
	position: relative;
	z-index: 101;
	float: left;	
}
.logo p{
	font-weight: 700;
	font-size: 30px;
	display: inline-block;
	line-height: 50px;
	margin: 0;
	padding: 25px 0;
}
.logo span{
	font-weight: 300;
}
.logo img{
	height: 150px;
	padding: 20px;
}
.bannertext{
	position: absolute;
	bottom: 100px;
	width: 70%;
}
.bannertext p{
	font-size: 14px;
	font-weight: 300;
	margin: 0;
	margin-bottom: 20px;
}
.bannertext h1{
	font-size: 35px;
	line-height: 45px;
	margin: 0;
	margin-bottom: 30px;
	font-weight: 200;
	overflow: hidden;
}
.bannertext h1 strong{
	font-weight: 600;
}
.callback{
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	height: 50px;
	line-height: 50px;
	letter-spacing: 0px;
}
.callback::before{
	width: 00%;
	background-color: rgba(0,0,0,0.2);
	height: 100%;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	transition: ease 0.3s;
}
.callback:hover::before{
	width: 100%;
}
.callback::after{
	width: 100%;
	height: 50px;
	background: -webkit-linear-gradient(left, #f7621e, #f7941e);
	background: -o-linear-gradient(left, #f7621e, #f7941e);
	background: linear-gradient(right, #f7621e, #f7941e);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: ease 0.3s;
	content: " ";
	animation: buttonrevealtwo 2s;
	z-index: -1;
}
.callback:hover::after{
	width: 100%;
}
@-webkit-keyframes buttonrevealtwo {
    0.01% {width: 0%; height: 3px;}
    30% {width: 100%; height: 3px;}
    70% {width: 100%; height: 50px;}
    100% { width: 100%; height: 50px;}
} 
.callback span{
	margin-top: 00%;
	animation: spanrevealtwo 2s;	
	transition: ease 0.3s;
	width: 100%;
	display: block;
	left: 0;
	top: 0;
	position: relative;
	padding-left: 20px;
	padding-right: 100px;
}
@-webkit-keyframes spanrevealtwo {
    0.01% {opacity: 0;}
    30% {opacity: 0;}
    70% {opacity: 1;}
    100% { opacity: 1;}
}
.headlinks a{
	display: inline-block;
	position: relative;
	margin-right: 30px;
	line-height: 40px;
	font-weight: 300;
	overflow: hidden;
	width: auto;
	height: 40px;
	font-size: 13px;
	letter-spacing: 1px;
}
************
.linkone{
	position: relative;
	display: inline-block;
}
.linkone::after{
	width: 30%;
	height: 3px;
	background-color: #f7621e;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: ease 0.3s;
	content: " ";
	animation: buttonreveal 2s;
}
.linkone:hover::after{
	width: 100%;
}
@-webkit-keyframes buttonreveal {
    0.01% {width: 0%;}
    30% {width: 100%;}
    70% {width: 100%;}
    100% { width: 30%;}
} 
.linkone span{
	margin-top: 00%;
	animation: spanreveal 2s;	
	transition: ease 0.3s;
	width: 100%;
	display: block;
	left: 0;
	top: 0;
	position: relative;
}
@-webkit-keyframes spanreveal {
    0.01% {margin-top: 100%;}
    30% {margin-top: 100%;}
    70% {margin-top: 00%;}
    100% { margin-top: 0%;}
}
**********
.linktwo{
	position: relative;
	display: inline-block;
}
.linktwo::after{
	width: 30%;
	height: 3px;
	background-color: #f7941e;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: ease 0.3s;
	content: " ";
	animation: buttonreveal 2s;
}
.linktwo:hover::after{
	width: 100%;
}
@-webkit-keyframes buttonreveal {
    0.01% {width: 0%;}
    30% {width: 100%;}
    70% {width: 100%;}
    100% { width: 30%;}
} 
.linktwo span{
	margin-top: 00%;
	animation: spanreveal 2s;	
	transition: ease 0.3s;
	width: 100%;
	display: block;
	left: 0;
	top: 0;
	position: relative;
}
@-webkit-keyframes spanreveal {
    0.01% {margin-top: 100%;}
    30% {margin-top: 100%;}
    70% {margin-top: 00%;}
    100% { margin-top: 0%;}
}
**********
.linkthree{
	position: relative;
	display: inline-block;
}
.linkthree::after{
	width: 30%;
	height: 3px;
	background-color: #f7941e;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: ease 0.3s;
	content: " ";
	animation: buttonreveal 2s;
}
.linkthree:hover::after{
	width: 100%;
}
@-webkit-keyframes buttonreveal {
    0.01% {width: 0%;}
    30% {width: 100%;}
    70% {width: 100%;}
    100% { width: 30%;}
} 
.linkthree span{
	margin-top: 00%;
	animation: spanreveal 2s;	
	transition: ease 0.3s;
	width: 100%;
	display: block;
	left: 0;
	top: 0;
	position: relative;
}
@-webkit-keyframes spanreveal {
    0.01% {margin-top: 100%;}
    30% {margin-top: 100%;}
    70% {margin-top: 00%;}
    100% { margin-top: 0%;}
}



nav{
	float: right;	
	padding: 25px 0;
	text-align: right;
}
nav ul li{
	display: inline-block;
}
nav ul li a{
	font-weight: 300;
	display: inline-block;
	line-height: 50px;
	margin: 0;
	font-size: 14px;
	margin: 0 10px;
	position: relative;
}
nav ul li a::after{
	position: absolute;
	left: 0%;
	bottom: 10px;
	width: 00%;
	background-color: #f7941e;
	content: " ";
	height: 2px;
	transition: ease 0.3s;
}
nav ul li a:hover::after{
	width: 100%;
	left: 0%;
}



.welcome{
	padding-top: 120px;
	padding-bottom: 150px;
}
.welcome h2{
	width: 75%;
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	margin-bottom: 30px;
	display: block;
}
.welcome h2 strong{
	background: #f7621e;
	background: -webkit-linear-gradient(left, #f7621e, #f7941e);
	background: -o-linear-gradient(left, #f7621e, #f7941e);
	background: linear-gradient(right, #f7621e, #f7941e);
	color: white;
	padding: 0 5px;
	font-weight: 600;
}
.welcome span{
	opacity: 0.5;
	font-weight: 500;
	margin: 0;
	margin-bottom: 20px;
	display: block;
	font-size: 14px;
}
.welcome p{
	opacity: 0.7;
}
.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;
}
.twocols p:first-of-type{
	margin-top: 0;
}
.slidingbanner{
	height: 550px;
	width: 100%;
}
main{
	padding-top: 120px;
	padding-bottom: 150px;
}
.mainbackground{
	background-color: white;	
}
main p{
	opacity: 0.7;
}
main h3{
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 38px;
	font-weight: 500;
	display: inline-block;
	line-height: 50px;
	padding-left: 25px;
	border-left: 2px solid #f7621e;
}
main strong{
	background: #f7621e;
	background: -webkit-linear-gradient(left, #f7621e, #f7941e);
	background: -o-linear-gradient(left, #f7621e, #f7941e);
	background: linear-gradient(right, #f7621e, #f7941e);
	color: white;
	font-weight: 300;
}
main h4{
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 500;
	display: block;
	line-height: 40px;
}
main h5{
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	display: block;
	line-height: 30px;
	color: #555;
}
main h6{
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: 500;
	display: block;
	line-height: 25px;
}

.why{
	background-color: #212121;
	padding-top: 150px;
	padding-bottom: 150px;
	color: white;
	position: relative;
}
.why .row{
	position: relative;
	z-index: 10;
}
.whybg{
	width: 35%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	background-image: url('../../media/images/header.jpg');
	-webkit-background-size: auto 140%;
		background-size: auto 140%;	
}
.whybg::after{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	content: " ";
	background: #f7621e;
	background: -webkit-linear-gradient(left, #f7621e, #f7941e);
	background: -o-linear-gradient(left, #f7621e, #f7941e);
	background: linear-gradient(right, #f7621e, #f7941e);
	opacity: 0.7;
	z-index: 1;
}
.why span{
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	margin-bottom: 20px;
	font-weight: 300;
	color: #f7941e;
}
.why h4{
	font-size: 80px;
	line-height: 80px;
	margin: 0;
	margin-bottom: 20px;
	font-weight: 500;
}
.why p{
	opacity: 0.75;
	font-weight: 300;
}
.slide{outline: none;}
.whyleft{
	width: 50%;
	padding-right: 100px;
	float: left;	
	padding-top: 50px;
	padding-bottom: 50px;
}
.whyright{
	width: 50%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;	
	float: right;	
}
.why1{background-image: url('../../media/images/1.jpg');}
.why2{background-image: url('../../media/images/2.jpg');}
.why3{background-image: url('../../media/images/3.jpg');}




.callbacksection{
	width: 100%;
	padding-top: 200px;
	padding-bottom: 200px;
	display: block;
	position: relative;
	background-image: url('../../media/images/pattern.png');
	background-size: 2000px;
}
.callbacktitles{
	text-align: center;
	width: 100%;
}
.callbacktitles h3{
	font-size: 16px;
	line-height: 30px;
	margin: 0;
	margin-bottom: 10px;
	font-weight: 300;
	color: #f7941e;
}
.callbacktitles h4{
	font-size: 30px;
	line-height: 40px;
	margin: 0;
	margin-bottom: 30px;
	font-weight: 300;
	color: #111;
}
.callbackform{
	background-color: rgba(0,0,0,0.1);
	padding: 40px 50px;
	margin-top: 30px;
}




.writingbit{
	padding-top: 250px;
	padding-bottom: 250px;
	text-align: center;
	background-color: #eee;
}
.writingbit h5{
	font-size: 40px;
	font-weight: 300;
	display: inline-block;
	line-height: 50px;
}
#typed{
	font-size: 40px;
	font-weight: 300;
	display: inline-block;
	line-height: 50px;
	background: #f7621e;
	background: -webkit-linear-gradient(left, #f7621e, #f7941e);
	background: -o-linear-gradient(left, #f7621e, #f7941e);
	background: linear-gradient(right, #f7621e, #f7941e);
	color: white;
	padding: 0 5px;
	margin-left: 5px;
}
.typed-cursor{
	opacity: 0!important;
}
.writingbit a{
	display: inline-block;
	width: 100%;
	color: #777;
	position: relative;
	width: auto!important;
	line-height: 40px;
	font-size: 15px;
}
.writingbit a::after{
	position: absolute;
	left: 40%;
	bottom: 0;
	width: 20%;
	background-color: #f7621e;
	content: " ";
	height: 2px;
	transition: ease 0.3s;
}
.writingbit a:hover::after{
	width: 100%;
	left: 0%;
}
footer{
	background-color: #212121;
	padding-top: 150px;
	padding-bottom: 50px;
	color: white;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -100;
}
footer a, footer p{
	margin: 0;
	line-height: 40px;
	font-size: 18px;
	color: white;
	opacity: 0.7;
	display: block;
}
footer h6{
	display: block;	
	font-size: 17px;
	line-height: 30px;
	font-weight: 300;
	color: #f7621e;
	margin: 0;
}
.footerlink{
	display: inline-block;
	position: relative;
	margin-right: 30px;
	line-height: 100px;
	font-weight: 300;
	overflow: hidden;
	width: auto;
	font-size: 80px;
	margin-left: -7px;
	opacity: 1;
}
.footerlink::after{
	width: 30%;
	height: 3px;
	background-color: #f7621e;
	position: absolute;
	bottom: 0;
	left: 7px;
	transition: ease 0.3s;
	content: " ";
}
.footlinks{
	margin-top: 20px;
}
.footlinks a{
	display: inline-block;
	font-size: 19px;
	margin-right: 15px;
}
.footerlink:hover::after{
	width: 100%;
}
.footlinks a span{
	color: #f7621e;
}
.by{
	padding-top: 100px;
}
.by p{
	font-size: 12px;
}

.togglerz{display: none;
}



.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;
}
.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: 25px;
	position: relative;
	margin-left: 20px;
}
blockquote::after{
	height: 100%;
	content: " ";
	position: absolute;
	width: 10px;
	left: -20px;
	top: 0px;
	background-color: #f7621e;
}
blockquote span{
	font-style: italic;
	font-size: 13px!important;
	color: #f7941e;
}
blockquote p{
	line-height: 30px;
	font-weight: 600;
	font-size: 19px;
}


.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 20px;
	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 20px;
	border:0px;
	border-left: 0px solid #111;
	height: 50px;
	margin-bottom: 12px;
	background-color: rgba(33,33,33,0.0);
	font-size: 22px;
	box-shadow: none;
	font-weight: 600;
}
.myform textarea{
	width: 100%;
	color: #777;
	padding: 10px 20px;
	border:0px;
	border-left: 0px solid #111;
	height: 150px;
	margin-bottom: 12px;
	background-color: rgba(33,33,33,0.0);
	font-size: 22px;
	box-shadow: none;
	font-weight: 600;
}
.enquiryform textarea{
	background-color: rgba(33,33,33,0.0);
	color: #111;
	border-left: 0px solid #f7941e;
}
.enquiryform input, .enquiryform select{
	background-color: rgba(33,33,33,0.0);
	border-left: 0px solid #f7941e;
	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: #f7621e;
	background: -webkit-linear-gradient(left, #f7621e, #f7941e);
	background: -o-linear-gradient(left, #f7621e, #f7941e);
	background: linear-gradient(right, #f7621e, #f7941e);
	border:0px solid #f7941e;
    color: white;
    font-size: 15px;	
    display: inline-block;
    padding: 0 20px;
    position: relative;
    line-height: 50px;
    font-weight: 300;
    overflow: hidden;
	-webkit-transition: ease-in-out 1s;
	-o-transition: ease-in-out 1s;
	transition: ease-in-out 1s;
	width: 100%;
	margin-top: 10px;
}
.enquiryform input[type=submit]{
	background: #f7941e; 
	border:1px solid #f7941e;	
}
.content input[type=submit]{
	background: #f7941e; 
	border:0px solid #f7941e;
}
.myform input:focus, .myform textarea:focus, .myform select:focus{
	border:0px;
	border-left: 0px solid #374140;
	outline: none!important;
	background-color: rgba(33,33,33,0.0);
	box-shadow: 0 0 0 black;
}

.enquiryform input:focus, .enquiryform textarea:focus, .enquiryform select:focus{
	background-color: rgba(33,33,33,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;
}
.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: 20px;}
.enquiryform{	
	padding: 40px 20px;
	margin-top: 30px;
}

.revealz{
	width: 00%;
	height: 100%;
	content: " ";
	background-color: #f7621e;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	color: rgba(255,255,255,0.0);
}
.slidingbanner .visible {
	animation: textreveal 3s forwards;
	animation-delay:0s;
-webkit-transition: all 600ms cubic-bezier(.21,.67,1,.21); 
   -moz-transition: all 600ms cubic-bezier(.21,.67,1,.21); 
     -o-transition: all 600ms cubic-bezier(.21,.67,1,.21); 
        transition: all 600ms cubic-bezier(.21,.67,1,.21);

}
@-webkit-keyframes textreveal {
    0.1% {width: 100%; left: 0; background-color: #f7621e;}
    100% { width: 0%; left: 100%; background-color: #f7941e;}
}

.membersdiv{
	margin-top: 150px;
	padding-top: 100px;
	border-top: 2px solid #eee;
	text-align: center;
}
.membersdiv img{
	display: inline-block;
	height: 100px;
	padding: 0;
	margin: 20px;
}


.content ul{
	margin-top: 20px;
	padding-left: 20px;
	display: block;
	margin-bottom: 40px;
}
.content 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%;
}
.content ul li::after{
	height: 100%;
	content: " ";
	position: absolute;
	width: 10px;
	left: -20px;
	top: 0px;
	background-color: #f7621e;
}
.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;
}
.contactdeets{
	padding: 30px 20px;
	background-color: #eee;
	overflow: auto;
}
.contactdeets a{
	color: #777;
	margin-right: 20px;
	display: block;
	line-height: 30px;
	
}
.contactdeets a:hover{
	color: #f7621e;
}
.contactdeets p{
	margin: 0;
	display: block;
	line-height: 30px;
}
.topbit{
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}
.contactdeets h5{
	margin: 10px 0;
}





/* 


.topbit{
	background-color: white;
	z-index: 1000;
}
.logo p{
	color: #212121!important;
}
nav ul li a{
	color: #212121!important;	
	font-weight: 600!important;
}


 */













@media screen and (max-width: 1024px) {

p{
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
}
.row{
	padding-left: 0;
	padding-right: 0;
}

.welcome h2{
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 20px;
	display: block;
}

.twocols{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
main h3{
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	line-height: 30px;
	padding-left: 15px;
	border-left: 2px solid #f7621e;
}


.why{
	background-color: #212121;
	padding-top: 50px;
	padding-bottom: 0px;
	color: white;
	position: relative;
}
.whyleft{
	width: 100%;
	padding-right: 1.15rem;
	float: left;	
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 1.15rem
}
.whyright{
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;	
	float: right;	
}
.whybg{
	width: 105%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	background-image: url('../../media/images/header.jpg');
	-webkit-background-size: auto 140%;
		background-size: auto 140%;	
		opacity: 0.3;
}
.why h4{
	font-size: 50px;
	line-height: 50px;
	margin: 0;
	margin-bottom: 20px;
	font-weight: 500;
}

.footerlink{
	display: inline-block;
	position: relative;
	margin-right: 30px;
	line-height: 60px;
	font-size: 40px;
}

.footlinks a{
	display: inline-block;
	font-size: 15px;
	margin-right: 15px;
}

footer a, footer p{
	margin: 0;
	line-height: 30px;
	font-size: 16px;
	color: white;
	opacity: 0.7;
	display: block;
}
header{
	width: 100%;
	height: 100vh;
	position: relative;
	background-image: url('../../media/images/header.jpg');
	-webkit-background-size: cover;
	background-size: cover;
	color: white;
	background-position: 0 0px;
	animation: headermove 5s;	
	padding-top: 50px;
}
.bannertext{
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 1.15rem;
}
.bannertext h1{
	font-size: 25px;
	line-height: 30px;
	margin: 0;
	margin-bottom: 10px;
}
.bannertext p{
	margin-bottom: 10px;
}
.logo{
	padding: 0 1.15rem;
	z-index: 1;
	width: 100%;
}
.togglerz{
	position: relative;
	z-index: 1109;
	display: block;
}
.toggler{
	position: fixed;
	top: 0;
	right: 0;
	background-color: #212121;
	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: #212121;
	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: -webkit-linear-gradient(left, #f7621e, #f7941e);
	background: -o-linear-gradient(left, #f7621e, #f7941e);
	background: linear-gradient(right, #f7621e, #f7941e);

	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: 40px;
	font-size: 25px;
	font-weight: 500;
	color: #fff!important;
	display: block;
	cursor: pointer;
}
.callbackform{
	background-color: rgba(0,0,0,0.1);
	padding: 30px 20px;
	margin-top: 30px;
}
.myform input, .myform select{
	font-size: 14px;
}
.myform textarea{
	font-size: 14px;
}
.membersdiv{
	margin-top: 50px;
	padding-top: 50px;
	border-top: 2px solid #eee;
	text-align: center;
}
.membersdiv img{
	display: inline-block;
	height: auto;
	width: 80%;
	margin: 0 10%;
	padding: 10px 0px;
}
.twolist{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.content ul li{
	font-size: 14px;
}
.enquiryform{	
	padding: 0px 0px;
	margin-top: 30px;
}
.leftsubmit{padding-left: 0;}
.thumbs{
	width: 33.33%;
	padding: 5px;
}
.logo img{
	height: auto;
	padding: 20px 40px;
	width: 100%;
}
.topbit{
	top: 50px;
}
.slidingbanner{
	height: 600px;
}