@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700;900&display=swap);

/* 

SA Mann Electrical Services

01455286760
07825248093
info@samannelectrical.co.uk

-----------------

electrical
electricians
EV Charging Systems
Full and part rewires
Commercial Installations
Domestic Installations
Industrial Installations

------------------

113 Station Road
Leicestershire
Leicester
LE96PU

------------------

dark: #12243a
light: #ec5318

<img src="media/images/logo.png" alt="">

 .mobphone{display: none!important;}
 */

body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	padding: 0px 0;
	font-family: 'Montserrat', sans-serif;
	overflow-x:hidden; 
}
a, a:active, a:visited, a:link{
	text-decoration: none;
	color: #777;
}
p{
	font-size: 14px;
	line-height: 25px;
	font-weight: 500;
	opacity: 0.92;
	font-family: 'Montserrat', sans-serif;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	margin-bottom: 10px;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.revealpageone{
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #fff;
	animation: pagereveal 1s forwards;
	z-index: 100000;
	pointer-events: none;
	opacity: 0;
}
@-webkit-keyframes pagereveal {
    0% {opacity: 1;}
    50% {opacity: 1;}
    100% { opacity: 0;}
}
.reveal1{
	animation: pagerevealz 0.5s forwards;	
}
@-webkit-keyframes pagerevealz {
    0% {opacity: 0;}
    100% { opacity: 1;}
}

/******** BN Kit ********/

footer .social a[href^="#"]{display: none!important;}
footer .social a[href*="facebook"]{background-color: #4B69B0;}
footer .social a[href*="twitter"]{background-color: #37B1E1;}
footer .social a[href*="instagram"]{background: radial-gradient(
circle at 30% 107%, #FDF497 0%, #FDF497 5%, #FD5949 45%,#D6249F 60%,#285AEB 90%);}
footer .social a[href*="wa.me"]{background-color: #2BA63A;}
footer .social a[href*="google"]{background-color: #4887ea;}


main .social a[href^="#"]{display: none!important;}
main .social a[href*="instagram"]{color: #FD5949;
background: -webkit-linear-gradient(left, #f68b4a, #eb543a, #984a95);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}
main .social a[href*="facebook"]{color: #4B69B0;}
main .social a[href*="twitter"]{color: #37B1E1;}
main .social a[href*="youtube"]{color: #E83F3A;}
main .social a[href*="whatsapp"]{color: #2BA63A;}
main .social a[href*="yell"]{color: yellow;}
main .social a[href*="gassafe"]{color: yellow;}
main .social a[href*="linkedin"]{color: #005a87;}
main .social a[href*="mybuilder"]{color: #2e426d;}
main .social a[href*="bookabuilder"]{color: #639ab6;}
main .social a[href*="trustatrader"]{color: #348ab4;}
main .social a[href*="checkatrade"]{color: #2279fb;}
main .social a[href*="napit"]{color: #063f7f;}
main .social a[href*="niceic"]{color: #c00c28;}
main .social a[href*="partp"]{color: #63a519;}
main .social a[href*="ratedpeople"]{color: #418542;}
main .social a[href*="fmb"]{color: #9e0a34;}
main .social a[href*="trustmark"]{color: #01395d;}
main .social a[href*="guilds"]{color: #ec2823;}
main .social a[href*="google"]{color: #4887ea;}
main .social a[href*="houzz"]{color: #4dbd15;}
main .social a[href*="pinterest"]{color: #e60023;}



::-moz-selection {background: #12243a;color: #ec5318;}
::selection {background: #12243a; color: #ec5318;}

.bigbg{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 250px;
	border-radius: 5px;
}
.widewrapper{
	width: 95%;
	margin: auto;
}
main span{
	font-size: 15px;
	line-height: 30px;
	font-weight: 700;
	color: #ec5318;
	display: block;
	margin-bottom: 20px;
	text-transform: capitalize;	
	text-transform: uppercase;
	letter-spacing: 2px;
	text-transform: uppercase;
}
main h1{
	font-size: 40px;
	line-height: 120%;
	font-weight: 900;
	color: #12243a;	
}
main h2{
	font-size: 30px;
	line-height: 120%;
	font-weight: 900;
	color: #12243a;	
}
main h3{
	font-size: 25px;
	line-height: 120%;
	font-weight: 900;
	color: #12243a;	
}
main h4{
	font-size: 25px;
	line-height: 120%;
	font-weight: 900;
	color: #12243a;	
}
main h5{
	font-size: 18px;
	line-height: 120%;
	font-weight: 900;
	color: #12243a;	
}
main ul li{
	position: relative;
	font-size: 16px;
	line-height: 40px;
	margin-bottom: 20px;
	text-align: left;
	padding-left: 60px;
	font-weight: 900;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
}
main ul li::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	content: url(../images/shapes/check.svg);
	background-color: #ec5318;
	border-radius: 25px;
	color: white;
	padding: 3px 12px;
}
.darkbg{background-color: #12243a;}
.medbg{background-color: #ec5318;}
.lightbg{background-color: #ec5318;}
.section{
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
}
.light-text{color: white;}
.tac{text-align: center;}
.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;
}
.left-text{
	padding: 0 50px;
	padding-left: 0;
}
.right-text{
	padding: 50px;
	padding-right: 0;
}

header{
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.top-section{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #fff;
	position: relative;
	z-index: 100;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.top-section .row{position: relative;}

.logo p{
	font-size: 25px;
	line-height: 120%;
	font-weight: 700;
	color: #12243a;
	margin: 0;
	padding: 10px 10px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;	
}
.logo img{
	height: 80px;
	padding: 5px 0;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
nav{
	width: 100%;
	z-index: 1000;
	float: left;
	position: relative;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	background-color: #12243a;
}
nav .row{
	padding: 0;
}
/*nav ul{	
	display: flex;
	align-items: center;
	justify-content: space-between;
}*/
nav ul li{
	display: inline-block;
	white-space: nowrap;
}
nav ul li a{
	display: inline-block;
	line-height: 50px;
	padding: 0 15px;
	margin: 5px 0;
	font-size: 13px;
	font-weight: 600;
	border-radius: 5px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	color: #fff!important;
}
nav ul li a:hover{
	color: #ec5318!important;
}
nav ul li:last-of-type{
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	float: right;
}
nav ul li:last-of-type a{
	color: #fff!important;	
	background-color: #ec5318;
}
nav ul li:last-of-type a:hover{
	background-color: #fff;
	color: #ec5318!important;	
}
nav ul .sub-menu li:last-of-type a{
	color: unset!important;	
	background-color: unset;
}
nav ul .sub-menu li:last-of-type{
	float: none;
}
nav ul .sub-menu li a:hover{
	color: #ec5318!important;
}
.sub-menu{
	position: absolute;
	top: 60px;
	clear: both;
	display: none;
	padding: 20px;
	text-align: left;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07), 
                0 32px 64px rgba(0,0,0,0.07);
}
.sub-menu li{
	display: block;
}
.sub-menu li a{
	line-height: 30px;
	margin: 0;
}
nav ul li:hover .sub-menu{display: block;}

.top-right{
	text-align: right;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.top-right a{
	display: inline-block;
	line-height: 30px;
	margin: 0 10px;
	font-size: 18px;
	font-weight: 500;	
}
.top-right a strong{
	color: #ec5318;
}
.uk-sticky-below{
	z-index: 10000;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07), 
                0 32px 64px rgba(0,0,0,0.07);
}
.uk-sticky-below .logo img{
	height: 80px;
	padding: 15px 0;
}
.uk-sticky-below .logo p{
	font-size: 20px;
	padding: 20px 10px;
}
.bigslider{
	width: 100%;
}
.bigslider .bigbg{
	height: 600px;
	cursor: grab;
	border-radius: 5px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.bigslider li{
	padding: 0 20px;
}
.nosliderpad li{
	padding: 0;
}
.banner-text{
	text-align: center;
	z-index: 11;
	padding: 20px;
	max-width: 50%;
}
.bigslider .bigbg{position: relative;}
.bigslider .bigbg::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background-color: #12243a;
	z-index: 1;
	opacity: 0.5;
	border-radius: 5px;
}


.other-header .bigslider .bigbg{
	height: 500px;
}

/******** Make gallery full width ********/


.bigslider .bigbg{
	border-radius: 0px;
}
.bigslider li{
	padding: 0px;
}
.slider-container{
	padding: 0;
}






.banner-text h1{	
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	display: block;
  	margin: 0;
	margin-bottom: 10px;
	text-transform: capitalize;
	text-shadow: 0 4px 16px #12243a;
	text-transform: uppercase;
}
.banner-text p{
	font-size: 50px;
	line-height: 120%;
	font-weight: 900;
	color: #fff;
	text-shadow: 0 4px 16px #12243a;
  	overflow: hidden;
  	margin: 0;
	text-transform: uppercase;
}
.banner-text p strong{	
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
	display: block;
  	margin: 0;
	margin-bottom: 10px;
	text-transform: capitalize;
	text-shadow: 0 4px 16px #12243a;
}
.other-header .banner-text h1{
	font-size: 50px;
	line-height: 120%;
	font-weight: 900;
	color: #fff;
	text-shadow: 0 4px 16px #12243a;
  	margin: 0;
}


.bigbutton{
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	display: inline-block;
	position: relative;
	background-color: #ec5318;
	font-size: 14px;
	line-height: 40px;
	font-weight: 700;
	color: white!important;	
	border-radius: 5px;
	text-transform: uppercase;
	padding: 0 30px;
	text-shadow: 0 3px 6px rgba(0,0,0,0.5);
	margin-right: 10px;
	margin-top: 30px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07), 
                0 32px 64px rgba(0,0,0,0.07);
}
.bigreverse{
	background-color: #12243a;
}
.bigbutton:hover{
	transform: translateX(0px) translateY(-5px)!important;
	box-shadow: 0 0px 1px rgba(0,0,0,0.1), 
                0 1px 2px rgba(0,0,0,0.1), 
                0 2px 2px rgba(0,0,0,0.1), 
                0 4px 4px rgba(0,0,0,0.1),
                0 8px 8px rgba(0,0,0,0.1), 
                0 16px 16px rgba(0,0,0,0.1);
}




main{
	float: left;
	width: 100%;
}
.main-services span{
	color: #12243a;
	font-size: 25px;
	line-height: 120%;
	font-weight: 900;
	color: #12243a;	
	display: block;
	margin-bottom: 30px;
	letter-spacing: 0;
}

.main-services{
	text-align: center;
}
.main-services li{
	height: 200px;
	cursor: grab;
}
.inner{
	height: 100%;
	background-color: #eee;
	background-color: rgb(0,0,0,0.1);
	border-radius: 5px;
	position: relative;
}
.main-service-slider{
	min-height: 200px!important;
}
.inner h2{
	padding: 30px;
	text-transform: uppercase;
}

.main-content h2 {
	color: white !important;
}
.main-content h3{
	color: white;
}


.why{
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
}
.why-slider{
	position: relative;
	z-index: 10;
	min-height: 200px!important;
}
.why-slide{
	position: relative;
	margin-top: 50px;
}
.why-left{
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
}
.why-left .bigbg{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.why-right{
	margin-top: 50px;
	margin-bottom: 50px;
}
.why li{
	min-height: auto!important;
	height: auto!important;
	cursor: grab;
}
.why-box{
	height: 100%;
	background-color: #12243a;
	border-radius: 5px;
	position: relative;
	padding: 80px 50px;
	color: white;
}
.why-box h3{
	color: #ec5318;
	font-size: 30px;
}
.why-box span{
	color: #ec5318;
	margin-bottom: 20px;
	display: block;
}



.home-review{
	padding-top: 0px;
}
.home-review::after{
	position: absolute;
	content: " ";
	background-color: #12243a;
	background-image:
	 -webkit-linear-gradient(top, #12243a, #ec5318);
	background-image:
	 -o-linear-gradient(top, #12243a, #ec5318);
	background-image:
	 linear-gradient(to bottom, #12243a, #ec5318);
	top: -400px;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: -2;
	opacity: 0.95;
}
.home-review .bigbg{
	margin-top: 120px;
}
.intro-quote{
	background-color: #eee;
	border-radius: 5px;
	position: relative;
	padding: 80px;
	margin-top: 120px;
	margin-bottom: 120px;
	text-align: center;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.why-bg{
	background-image: url(../images/review.jpg);
	background-size: cover;
	margin-top: 60px;
	background-position: center;
	border-radius: 5px;
}
.home-review h3{
	color: #ec5318;
}
.home-review img{
	height: 60px;
	margin-bottom: 30px;
}
.intro-quote p{
	font-size: 25px;
	line-height: 130%;
	font-weight: 700;
}
.close-review{
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: center;
	cursor: pointer;
}
.hide-quote{
	opacity: 0;
	pointer-events: none;
}


.philosophy{padding-top: 60px;}
.philosophy .left-text img{
	height: 70px;
	margin-bottom: 30px;
}
.philosophy p{
	font-size: 18px;
	line-height: 150%;
	font-weight: 700;
}
.philosophy-mid{
	padding-left: 100px;
	padding-right: 100px;
}
.members{
	padding: 0;
	padding-top: 30px;
}
.members img{
	height: 100px!important;
	margin: 10px;
	margin-left: 0;
}






.home-contact-mid{
	color: white;
	position: relative;
	padding: 100px;
	border-radius: 5px;
	background-color: #12243a;
	background-image:
	 -webkit-linear-gradient(left, #12243a, #ec5318);
	background-image:
	 -o-linear-gradient(left, #12243a, #ec5318);
	background-image:
	 linear-gradient(to right, #12243a, #ec5318);
}

.home-contact h3{
	color: white;
	font-size: 40px;	
}
.contact-right{
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.contact-person{
	height: 100%;
	width: 100%;
	position: absolute;
}

.person{
	height:100%;
	position: absolute;
	bottom: 0;
	max-width: unset!important;
}

.floater{
	height: 200px;
	position: absolute;
	top: -200px;
	right: 100px;
	animation: floater 8s infinite;
}
@-webkit-keyframes floater {
    0% {top: -200px;}
    50% { top: -150px;}
    100% {top: -200px;}
}





footer{
	margin-top: 0px;
	color: white;
	background-color: #12243a;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	float: left;
	width: 100%;
}
footer::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	background-color: #111;
	z-index: 1;
	opacity: 0.4;
}
footer .row{
	position: relative;
	z-index: 10;
}
footer h6{
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	color: #ec5318;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.by{
	color: #ec5318;
	width: 100%;
	display: block;
	margin-top: 30px;
}
.by p{
	font-size: 11px;
	opacity: 0.8;
	font-weight: 300;
	margin: 0;
	line-height: 30px;
	color: white;
	display: inline-block;
}
footer ul li{
	margin: 0;
	line-height: 30px;
	display: block;
	margin-right: 10px;
	font-size: 15px;
}
footer ul li a, .footleft a{color: #fff!important;}
footer ul li a:hover{
	color: #ec5318!important;
}
.footleft a{
	margin: 0;
	line-height: 40px;
	margin-right: 30px;
	display: block;
	font-size: 15px;
}
.footleft a:hover{
	color: #ec5318!important;	
}
.footleft span{
	margin-right: 15px;
	color: #ec5318;
}
.footleft a:hover{
	color: #ec5318;	
}
.footright a{
	text-transform: capitalize;
}
.footerlinks{
	display: block;
}
.footerlinks a{
	font-size: 10px;
	letter-spacing: 1px;
	opacity: 0.9;
	font-weight: 300;
	margin: 0;
	margin-top: 20px;
	margin-right: 0px;
	line-height: 30px;
	font-size: 15px;
	display: inline-block;
	color: white;
}
.footerlinks a::after{
	content: "/"
}
.footerlinks a:last-of-type::after{
	display: none;
}
.footerlinks a:hover{
	color: #ec5318;	
}
footer .social{
	padding-top: 30px;
}
footer .social a{
	display: inline-block;
	margin: 0;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 3px;
}
footer .social span{
	margin: 0;
	color: #ffffff!important;
}

/******** FORM ********/

.myform{
	overflow: auto;
	width: 100%;
	padding: 60px;
	position: relative;
	background-color: #12243a;
	border-radius: 5px;
}
.myform label{
	float: left;
	display: block;
	font-size: 14px;
	line-height: 30px;
	position: relative;   
	box-sizing: border-box;
	padding: 0px;
	color: #ec5318;
	font-weight: 500;
	width: 100%;
	margin-bottom: 10px;
}
select{
	border-radius: 0px;
}
.myform input, .myform select, .myform textarea{
	width: 100%;
	color: #fff;
	padding: 10px 20px;
	border: 0px;
	border-left: 0px solid #111;
	height: 60px;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,0.1);
	font-size: 14px;
	box-shadow: none;
	font-weight: 500;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	border-radius: 5px;
}
.myform textarea{
	min-height: 150px;
}
option{
	background-color: #12243a!important;
	border: none;
	color: #fff;
}
input[type=submit]{
	background-color: #ec5318;
	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;
	margin-top: 40px;
}
.myform input:focus, .myform textarea:focus, .myform select:focus{
	border:0px;
	outline: none!important;
	background-color: rgba(255,255,255,0.15);
	padding-left: 20px;
	transition: ease 0.3s;
}
.form-checks input{
	display: inline-block;
	width: 60px;
	height: 60px;
	border: 0px solid white;
	margin-bottom: 0;
	margin-right: 10px;
	border-radius: 5px;
}
.form-checks p{
	display: inline;
	width: auto;
	line-height: 30px;
	color: #fff;
	float: left;
	margin: 0;
	padding-right: 30px;
}
.form-check{
	width: 100%;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 20px;
	display: block;
	float: left;	
}
::-webkit-input-placeholder { color: #fff!important;font-weight: 500;opacity: 0.75;}
::-moz-placeholder { color: #fff!important;font-weight: 500;opacity: 0.75;}
:-ms-input-placeholder { color: #fff!important;font-weight: 500;opacity: 0.75;}
:-moz-placeholder { color: #fff!important;font-weight: 500;opacity: 0.75;}

.myform .columns{
	padding-top: 10px;
	padding-bottom: 10px;
}


/******** GALLERY ********/

.thumbs{
	float: left;
	width: 25%;
	padding: 10px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.thumbs::before{	
	content: " ";
	width: calc(100% - 10px);
	height: calc(0% - 10px);
	bottom: 5px;
	left: 5px;
	z-index: 20;
	position: absolute;
	opacity: 0.5;
	pointer-events:none;
	background-color: #ec5318;
-webkit-transition: all 300ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 300ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 300ms cubic-bezier(1,.11,.52,.99); 
        transition: all 300ms cubic-bezier(1,.11,.52,.99);
	border-radius: 10px;
}
.thumbs::after{
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	position: absolute;
-webkit-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
   -moz-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
     -o-transition: all 600ms cubic-bezier(1,.11,.52,.99); 
        transition: all 600ms cubic-bezier(1,.11,.52,.99);
	opacity: 0;
	pointer-events:none;

	background-image: url(../images/icons/zoom.svg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 10%;
	background-size: 10%;
}
.thumbs img{
	width: 100%;
	margin: 0!important;
	border-radius: 4px;
}
.thumbs a{
	margin: 0!important;
}
.thumbs:hover::after{
	-webkit-background-size: 20%;
	background-size: 20%;
	opacity: 0.75;
}
.thumbs:hover::before{
	height: calc(100% - 10px);
}
main .thumbs:nth-child(7n + 5){
	width: 33.33%;
}
main .thumbs:nth-child(7n + 6){
	width: 33.33%;
}
main .thumbs:nth-child(7n + 7){
	width: 33.33%;
}



/******** BLOCKQUOTE ********/



blockquote{
	padding: 30px;
	padding-top: 80px;
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 0;
	margin-bottom: 30px;
	border-radius: 5px;
	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: 500;
}
blockquote span{
	margin: 0;
	margin-top: 20px;
	display: block;
	font-weight: 700;
	font-size: 15px;
}
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 ********/

.service-banner{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
}
.service-banner .bigbg{
	height: 500px;
}
.service-banner .columns{
	padding: 0;
}
.services{
	overflow: auto;
}


.contact-section{
	width: 100%;
}
.contact-section .column{
	padding-left: 0;
	padding-right: 50px;
	padding-bottom: 30px;
}
.contact-section a, .contact-section p{
	font-size: 13px;
	line-height: 30px;
	margin: 0;
	display: block;
}
.contact-section a{
	color: #ec5318;
	font-size: 15px;
	font-weight: 700;
	line-height: 40px;
}
.contact-section span{
	color: #ec5318;
	margin-right: 15px;
	margin-bottom: 20px;
}




main .social{
	background-color: #12243a;
	padding-top: 15px;
	padding-bottom: 15px;
}
main .social a{
	color: #fff;
	line-height: 40px;
	margin: 0 10px;
	font-size: 13px;
	display: inline-block;
	font-weight: 700;
}
main .social span{
	color: #ec5318;
	margin-right: 10px;
}
main .social a{
	position: relative;
	display: inline-block;
}


.map{
	width: 100%;
	height: 100%;
	border-radius: 6px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #c0392b;
}
.map iframe{
	position: absolute;
	width: 100%;
	height: calc(100% + 300px);
	z-index: -1;
	left: 0;
	opacity: 0.8;
	top: -150px;
}
.logo{
	padding: 0;
}
.top-section .row{
	padding: 0;
}
.top-right{padding-right: 0;}



.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: #12243a;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 
                0 2px 4px rgba(0,0,0,0.07), 
                0 4px 8px rgba(0,0,0,0.07), 
                0 8px 16px rgba(0,0,0,0.07),
                0 16px 32px rgba(0,0,0,0.07), 
                0 32px 64px rgba(0,0,0,0.07);
	text-align: center;
}
.mobile-menu a{color: white;}
.mobile-menu span{
	line-height: 50px;
	color: #ec5318;
}
.toggler{
	cursor: pointer;
}
.mobile-menu .row{
	padding-left: 0;
	padding-right: 0;
}
.navigation{
	position: fixed;
	z-index: 10000;
	padding: 0;
	pointer-events: none;
}
nav{
	position: fixed;
	top: 48px;
	left: -100%;
	height: calc(100vh - 48px);
	width: 100%;
	opacity: 0;
	z-index: 100000;
	text-align: left;
	padding: 0 1.15rem;
	text-align: center;
	padding-bottom: 50px;

	-webkit-transition:ease 0.6s;
	-o-transition:ease 0.6s;
	transition:ease 0.6s;
	background-color: #111;
	pointer-events: none;
}
nav .row{
	height: 100%;
	width: 100%;
	padding: 0;
	display: table;
}
.shownav{
	opacity: 0.95;
	pointer-events: auto;
	left: 0;
}
nav ul li{
	display: block;
}
nav ul{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
nav ul li a{
	line-height: 40px;
	font-size: 20px;
	font-weight: 700;
	color: #fff!important;
	display: block;
	cursor: pointer;
	text-shadow: 0 0 6px rgba(0,0,0,0.4);
}
nav ul li::after{
	display: none;
}
nav ul li:last-of-type{
	float: none;
}
nav ul li:last-of-type a{
	color: #fff!important;	
	background-color: transparent;
}
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: 10px;
}
header{
	margin-top: 50px;
}
.top-section{
	padding-top: 20px;
	padding-bottom: 20px;
}
.deets{
	margin-top: 48px;
	padding: 0;
}
.deets .row{
	padding: 0;
  white-space: nowrap; 
  overflow-x: auto; 
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.deets .row::-webkit-scrollbar {
  display: none;
}
.deets .top-deets{
	display: none;
}
.deets .social{
	text-align: left;
	width: 100%;
}
.bigslider{
	width: 100%;
	margin-left: 0px;
	padding-bottom: 0;
}

.main-services .uk-slider{
	float: left;
	width: 100%;
}
.section{
	padding-top: 50px;
	padding-bottom: 50px;
}
.left-text{
	padding: 30px 1.15rem;
}
.right-text{
	padding: 30px 1.15rem;
}
.contact-right{display: none;}

.intro-quote{
	margin-top: 100px;
	margin-bottom: 100px;
}


	

@media screen and (max-width: 40em) {

.logo{
	text-align: center;
	width: 100%;
}
.top-right{
	text-align: center;
	width: 100%;
	display: none;
}
}
.slider-container{
	padding: 0;
	position: relative;
	overflow: auto;
}
.bigslider li{
	padding: 0;
}
.bigslider .bigbg{
	height: 450px;
	border-radius: 0px;
}
.other-header .bigslider .bigbg{
	height: 250px;
}
.banner-text{
	padding: 20px;
	max-width: 100%;
}
.why-left{
	width: 100%;
	position: relative;
	height: 300px;
}
.why-left .bigbg{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.why-right{
	width: 100%;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.why-box h3{
	font-size: 20px;
}
.nopad{padding: 0!important;}
.nomob{display: none;}

.home-review{
	padding-top: 20px;
}
.home-review::after{
	top: -200px;
}
.intro-quote{
	border-radius: 0px;
	padding: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.philosophy-mid{
	padding-left: 0px;
	padding-right: 0px;
}
.philosophy .left-text img{
	height: 40px;
	margin-bottom: 30px;
}
.philosophy p{
	font-size: 18px;
	line-height: 130%;
	font-weight: 700;
}
.home-contact-mid{
	color: white;
	position: relative;
	padding: 30px 1.15rem;
	border-radius: 0px;
	padding-bottom: 0;
}
.home-contact .row{
	padding: 0;
}
.contact-right{
	position: relative;
	display: block;
}
.person{
	height: auto;
	position: relative;
	bottom: 0;
	width: 50%;
	left: 25%
}
.contact-person{position: relative;}
.floater{
	height: 80px;
	position: absolute;
	top: -80px;
	right: 40px;
	animation: floater 8s infinite;
}
@-webkit-keyframes floater {
    0% {top: -20px;}
    50% { top: 20px;}
    100% {top: -20px;}
}
main .row{
	padding: 0;
}
.main-services span{
	font-size: 20px;
	line-height: 120%;
}
.philosophy{
	padding-top: 0;
}
.inner h2{font-size: 30px;}

.main-service-slider{
	min-height: 100px!important;
}
.banner-text p{
	font-size: 40px;
}
.other-header .banner-text h1{
	font-size: 30px;
}
.home-contact h3{
	font-size: 30px;
}
footer .row{
	padding: 0 1.15rem;
}
.service-banner .bigbg{
	height: 300px;
}

.twocols{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.threecols{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.contact-section{
	padding: 30px 1.15rem!important;
}
.more{
	padding-top: 0;
	padding-bottom: 0;
}
.more .bigbutton{
	margin-top: 0;
	margin-bottom: 30px;
}
.thumbs{
	width: 33.33%;
	padding: 4px;
}