@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300;400;500;700&display=swap);

/* 

Mon Mobile Auto Services

07528029523
#mobile
gordonw56@gmail.com
-----------------
3 Stable Mews
Beaumaris
Gwynedd
LL58 8BL
------------------
vehicle repairs
mechanics

Car repairs
Towing Services Provided
Breakdown Emergency Call Out
------------------
10th June 2021
monmobileautoservices.co.uk
------------------
dark: #1f1f1f
light: #f57105

<img src="media/images/logo.png" alt="">

 */


.logo img{
	max-height: 100px;
	padding: 15px 0;
}

html{font-size: 15px;}
body{
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	padding: 0px 0;
	font-family: 'Poppins', sans-serif;
	overflow-x:hidden; 
}
a, a:active, a:visited, a:link{
	text-decoration: none;
	color: #777777;
}
p{
	font-size: 1rem;
	line-height: 1.75rem;
	font-weight: 500;
	opacity: 0.92;
	font-family: 'Poppins', sans-serif;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	margin-bottom: 10px;
	font-weight: 400;
	font-family: 'Barlow Semi Condensed', sans-serif;
	text-transform: uppercase;
}


/******** BN Kit ********/

a.mobphone[href*="#"]{display: none!important;}
.social a[href^="#"]{display: none!important;}
.social a[href*="facebook"]{background-color: #4B69B0;}
.social a[href*="twitter"]{background-color: #37B1E1;}
.social a[href*="instagram"]{background: radial-gradient(
circle at 30% 107%, #FDF497 0%, #FDF497 5%, #FD5949 45%,#D6249F 60%,#285AEB 90%);}
.social a[href*="youtube"]{background-color: #E83F3A;}
.social a[href*="wa.me"]{background-color: #2BA63A;}
.social a[href*="google"]{background-color: #4285f4;}

::-moz-selection {background: #1f1f1f;color: #f57105;}
::selection {background: #1f1f1f; color: #f57105;}

.bigbg{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 400px;
	border-radius: 3px;
}
.widewrapper{
	width: 95%;
	margin: auto;
}
.sub-title{
	font-size: 1rem;
	line-height: 2rem;
	font-weight: 500;
	color: black;
	display: block;
	margin-bottom: 10px;
	text-transform: capitalize;
	position: relative;
	padding-left: 15px;
	margin-bottom: 20px;
}
.sub-title::before{
	position: absolute;
	left: 0;
	top: 50%;
	height: 6px;
	width: 6px;
	margin-top: -3px;
	content: " ";
	background-color: #f57105;
}
main hr{
	margin-top: 25px;
	margin-bottom: 25px;
}
main h1{
	font-size: 2rem;
	line-height: 120%;
	font-weight: 300;
	color: #1f1f1f;	
}
main h2{
	font-size: 2rem;
	line-height: 120%;
	font-weight: 300;
	color: #1f1f1f;	
}
main h3{
	font-size: 1.5rem;
	line-height: 120%;
	font-weight: 300;
	color: #1f1f1f;	
}
main h4{
	font-size: 1.5rem;
	line-height: 120%;
	font-weight: 300;
	color: #1f1f1f;	
}
main h5{
	font-size: 1rem;
	line-height: 120%;
	font-weight: 300;
	color: #1f1f1f;	
}
main strong{font-weight: 700;}
.why-box h3{font-size: 2.5rem;font-weight: 500;text-transform: capitalize;}
main ul li{
	position: relative;
	font-size: 1rem;
	line-height: 30px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 50px;
	display: inline-block;
	width: 100%;
	text-transform: capitalize;
}
main ul li::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-image: url(../images/shapes/check.svg);
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	content: " ";
	background-color: #f57105;
	border-radius: 3px;
}
.darkbg{background-color: #1f1f1f;}
.medbg{background-color: #f57105;}
.lightbg{background-color: #f57105;}
.light-text{color: white;}
.light-text h1, .light-text h2, .light-text h3,
.light-text h4, .light-text h5, .light-text .sub-title{color: white;}
.extralightbg{position: relative;}
.extralightbg::after{
	position: absolute;
	content: " ";
	background-color: #f57105;
	top: 0px;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: 1;
	opacity: 0.1;
	pointer-events: none;
}
.section{
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
}
.medium-section{
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}
.small-section{
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}
.next-section{
	padding-bottom: 60px;
	position: relative;
}
.title-section{
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
	text-align: center;
}
.nopad{padding: 0;}
.twocols{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	-o-column-gap: 30px;
	column-gap: 30px;
}
.threecols{
	-webkit-columns: 3;
	-moz-columns: 3;
	-o-columns: 3;
	columns: 3;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	-o-column-gap: 30px;
	column-gap: 30px;
}
.onecol{
	-webkit-columns: 1!important;
	-moz-columns: 1!important;
	-o-columns: 1!important;
	columns: 1!important;
}
.left-text{
	padding: 50px;
	padding-left: 0;
}
.right-text{
	padding: 50px;
	padding-right: 0;
}
.tar{text-align: right;}
.tal{text-align: left;}
.tac{text-align: center;}
.tac .sub-title{display: inline;}
.hundred{height: 100%;overflow: auto;}
.mainbutton{
	line-height: 35px;
	font-size: 0.75rem;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 0 20px;
	box-shadow: 0 0 70px rgba(0,0,0,0.1), 0 0 20px rgba(0,0,0,0.1);
	display: inline-block;
	font-weight: 500;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	background-color: #ffffff;
}
.mainbutton:hover{
	box-shadow: 0 0 30px rgba(0,0,0,0.1), 0 0 10px rgba(0,0,0,0.1);
	text-decoration: none;
}
.mainbutton span{margin-left: 10px;}
.mainreverse{background-color: #f57105;color: white!important;}
.mainreverse:hover{background-color: #1f1f1f;}
.mainreverse span{color: #1f1f1f;}
.mainreverse:hover span{color: #f57105;}

.logo p{
	font-size: 2rem;
	line-height: 35px;
	padding: 30px 0;
	color: #1f1f1f;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Barlow Semi Condensed', sans-serif;
}
.logo p strong{
	color: #f57105;
	font-weight: 700;
}
nav{text-align: center;}
nav ul li{display: inline-block;position: relative;}
nav ul li a{
	display: inline-block;
	line-height: 35px;
	padding: 0 10px;
	font-size: 1rem;
	font-weight: 500;
	color: #1f1f1f!important;
	position: relative;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	text-transform: capitalize;
}
nav ul li a:hover{
	color: #f57105!important;
}
.sub-menu{
	position: absolute;
	top: calc(100% - 2px);
	text-align: left;
	clear: both;
	white-space: nowrap;
	padding: 20px;
	border-radius: 3px;	
	background-color: #1f1f1f;
	opacity: 0;
	z-index: 10;
	width: auto;
	transform: scale(0.5);
	pointer-events: none;
	transform-origin: top left;
	-webkit-transition: ease 0.1s;
	-o-transition: ease 0.1s;
	transition: ease 0.1s;
	border-top: 3px solid #f57105;
	box-shadow: 0 0 80px rgba(0,0,0,0.2);
}
.sub-menu li{
	display: block;
}
.sub-menu li a{
	padding: 0;
	color: #fffffffff!important;
}
.sub-menu li:last-of-type{
	background: none;
	float: none;
	box-shadow: 0 0 40px rgba(0,0,0,0.0);
	padding: 0 0px;
	margin: 0;
}
.sub-menu li:last-of-type:hover a{	
	color: #f57105!important;
}
.sub-menu li:last-of-type a:hover{
	background-color: unset;
	color: #f57105!important;
}
.sub-menu li a{
	line-height: 35px;
}
nav ul li:hover .sub-menu{
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}
nav ul li:hover .sub-menu{
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}
nav ul li > a{margin-right: 10px;}
nav ul li > a:only-child{margin-right: 0px;}
nav ul li > a::after {
	background-image: url(../images/shapes/navdown.svg);
	position: absolute;
	right: -10px;
	top: 0;
	width: 20px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	content: " ";
}
nav ul li > a:only-child::after { display: none;}
.active{color: #f57105!important;}

.top-section{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 20;
	padding-top: 0px;
	padding-bottom: 0px;
	z-index: 10;
	background-color: rgba(255,255,255,0.95);
	backdrop-filter: blur(16px);
	box-shadow: 0 0 200px rgba(0,0,0,0.5);
}
.top-section .row{
	max-width: 95%;
}
.banner-text{
	padding-top: 150px;
	padding-bottom: 150px;
	color: white;
	position: relative;
	z-index: 5;
	margin-top: 100px;
}
.banner-text img{
	max-height: 200px;
}
.home-banner-text{
	padding-top: 205px;
	padding-bottom: 205px;
	max-width: 700px;
}
.banner{
	background-image: url(../images/header.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
}
.banner::before{
	position: absolute;
	content: " ";
	background-image:
	 -webkit-linear-gradient(top, transparent, #1f1f1f);
	background-image:
	 -o-linear-gradient(top, transparent, #1f1f1f);
	background-image:
	 linear-gradient(to bottom, transparent, #1f1f1f);
	bottom: 0px;
	height: 100%;
	width: 100%;
	left: 0;
	z-index: 2;
	pointer-events: none;
	opacity: 0.7;
}
.banner-text h1{
	color: white;
	font-size: 3rem;
	line-height: 100%;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.3);
}
.banner-text .sub-title{color: white;}



.why h2{font-size: 2.5rem;margin-top: 10px;margin-bottom: 30px;}
.why-box{
	position: relative;
	z-index: 10;
	border-radius: 3px;
	border: 1px solid #f57105;
	padding: 40px;
	height: 100%;
	backdrop-filter: blur(3px);	
}
.slider-text{
	padding: 40px;
}
.home-slider .uk-panel{
	box-shadow: 0 0 30px rgba(0,0,0,0.05), 0 0 10px rgba(0,0,0,0.05);
	border-bottom: 5px solid #f57105;
	border-radius: 3px;
}
.slider-text h4{
	color: #f57105;
}
.home-contact{
	background-image: url(../images/header2.jpg);
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.home-contact::before{
	position: absolute;
	content: " ";
	background-image:
	 -webkit-linear-gradient(top, transparent, #1f1f1f);
	background-image:
	 -o-linear-gradient(top, transparent, #1f1f1f);
	background-image:
	 linear-gradient(to bottom, transparent, #1f1f1f);
	bottom: 0px;
	height: 150%;
	width: 100%;
	left: 0;
	z-index: 2;
	pointer-events: none;
	opacity: 0.9;
}
.home-contact .row{position: relative;z-index: 5;}
.home-contact-text .sub-title{color: white!important;}
.home-contact-text h2{color: white!important;margin-bottom: 30px;}
.bigphone{
	font-size: 1.5rem;
	display: block;
	margin-bottom: 20px;
}
footer{
	background-color: #050505;
	padding-top: 150px;
	position: relative;
	color: white;
	overflow: hidden;
}
footer .row{
	position: relative;
	z-index: 5;
}
footer h6{
	font-size: 1rem;
	line-height: 150%;
	font-weight: 300;
	color: rgba(255,255,255,0.3);
	text-transform: capitalize;
}
footer a{
	color: white!important;
}
footer a, footer ul li a{
	display: block;
	font-weight: 300;
	line-height: 2rem;
	font-size: 1rem;
	text-transform: capitalize;
}
footer a:hover, footer ul li a:hover{
	color: #f57105!important;
}
footer .bigphone{
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 3rem;
	color: #f57105!important;
}
.by{
	margin-top: 100px;
	border-top: 1px solid rgba(255,255,255,0.05);
	padding-top: 30px;
	padding-bottom: 30px;
}
footer p{margin: 0;}
.by p{
	color: rgba(255,255,255,0.3);
	text-transform: capitalize;
	font-weight: 300;
	font-size: 0.65rem;
}
footer .sub-menu{display: none;}
.footerlinks{
	display: block;
}
.footerlinks a{
	opacity: 0.9;
	font-weight: 300;
	margin: 0;
	margin-top: 10px;
	margin-right: 10px;
	display: inline-block;
	color: rgba(255,255,255,0.3)!important;
}
.footerlinks a::after{
	content: "/";
	margin-left: 10px;
}
.footerlinks a:last-of-type::after{
	display: none;
}
.footerlinks a:hover{
	color: #f57105;	
}
.social{
	margin-top: 30px;
}
.social a{
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-right: 5px;
	border-radius: 50%;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.social a:hover{
	opacity: 0.8;
}
.social span{color: #fffffffff;margin: 0;}



.side-bottom{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	text-align: center;
}
.side-top{padding: 50px;}

.side-bar{
	position: fixed;
	right: -100%;
	top: 0;
	height: 100vh;
	background-color: white;
	z-index: 100;
	width: 100%;
	max-width: 450px;
	text-align: center;
	background-color: rgba(255,255,255,0.85);
	backdrop-filter: blur(16px);
	box-shadow: 0 0 200px rgba(0,0,0,0.0);
	-webkit-transition: ease 0.8s;
	-o-transition: ease 0.8s;
	transition: ease 0.8s;
}
.close-side{right: 0;
	box-shadow: 0 0 200px rgba(0,0,0,0.5);}
.side-top p{
	font-size: 2rem;
	font-weight: 400;
	margin: 0;
	margin-bottom: 10px;
	color: #f57105;
}
.question {
	height:auto;
	position: absolute;
	top: 150%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity:1;
	transition: 1s;
	width: 100%;
	padding: 50px;
	z-index: 3;
}
.one{
	top: 50%;
	opacity: 1;
}
.assist a{
	display: block;
}
.assist p{
	background-color: #1f1f1f;
	position: relative;
	overflow: hidden;
	color: white!important;
	padding: 0 20px;
	display: block;
	z-index: 2;
	margin: 0;
	border-radius: 3px;
	line-height: 40px;
	margin-top: 10px;
}
.bookme p{
	background-color: #f57105;
}
.assist input, .assist select{
	color: #ffffff;
	padding: 0px 30px;
	border-left: 0px solid #111111;
	background-color: rgba(0,0,0,0.1)!important;
	font-size: 1rem;
	box-shadow: none;
	font-weight: 500;
	transition: ease 0.3s;
	line-height: 40px;
	display: block;
	text-align: center;
	width: 100%;
	border-radius: 3px;
	border: 0;
	outline: 0;
	width: 100%;
	margin-bottom: 20px;
}
.assist input[type=submit]{
	border-radius: 4px;
	color: white!important;
	text-transform: uppercase;
	padding: 0 20px;
	font-size: 1rem;
	letter-spacing: 1px;
	display: inline-block;
	background-color: rgba(50,50,50,0.3);
	line-height: 50px;
	box-shadow: 0px;
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
	margin-top: 40px;
	border-radius: 3px;
	background-color: #f57105!important;
}
.three p{
	font-size: 1rem;
	margin: 0;
}
.close-sidebar{
	position: absolute;
	top: 0;
	right: 0;
	padding: 20px;
	cursor: pointer;
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
	z-index: 20;
}
.close-sidebar:hover{
	transform:rotate(90deg);
}

/******** FORM ********/

.myform{
	overflow: auto;
	width: 100%;
	padding: 50px;
	position: relative;
	background-color: #1f1f1f;
	border-bottom: 5px solid #f57105;
	border-radius: 3px;
}
.myform label{
	float: left;
	display: block;
	font-size: 0.75rem;
	line-height: 1.5rem;
	position: relative;   
	box-sizing: border-box;
	padding: 0px;
	color: #f57105;
	font-weight: 500;
	width: 100%;
	margin-bottom: 5px;
}
select{
	border-radius: 0px;
}
.myform input, .myform select, .myform textarea{
	width: 100%;
	color: #ffffff;
	padding: 10px 20px;
	border: 0px;
	border-left: 0px solid #111111;
	height: 60px;
	margin-bottom: 10px;
	background-color: rgba(255,255,255,0.1);
	font-size: 1rem;
	box-shadow: none;
	font-weight: 500;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	border-radius: 3px;
	border-bottom: 2px solid #f57105;
}
.myform textarea{
	min-height: 150px;
}
option{
	background-color: #1f1f1f!important;
	border: none;
	color: #ffffff;
}
input[type=submit]{
	background-color: #f57105;
	color: white!important;
	font-size: 1rem;
	display: inline-block;
	line-height: 30px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.myform input:focus, .myform textarea:focus, .myform select:focus{
	border:0px;
	outline: none!important;
	background-color: rgba(255,255,255,0.15);
	padding-left: 20px;
	transition: ease 0.3s;
}
.form-checks input{
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 2px solid white;
	margin-bottom: 0;
	border-radius: 3px 3px 3px 3px;
}
.form-checks p{
	display: inline;
	width: auto;
	line-height: 30px;
	color: #ffffff;
	float: left;
	margin: 0;
	padding-right: 30px;
}
.form-check{
	width: 100%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
	display: block;
	float: left;	
}
::-webkit-input-placeholder { color: #ffffff!important;font-weight: 500;opacity: 0.75;}
::-moz-placeholder { color: #ffffff!important;font-weight: 500;opacity: 0.75;}
:-ms-input-placeholder { color: #ffffff!important;font-weight: 500;opacity: 0.75;}
:-moz-placeholder { color: #ffffff!important;font-weight: 500;opacity: 0.75;}

/******** GALLERY ********/
.thumbs{
	float: left;
	width: calc(50% - 20px);
	margin: 10px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	height: 400px;
	background-size: cover;
	background-position: center center;
	border-radius: 3px;
}
.thumbs-3{width: calc(33.33% - 20px);}
.thumbs-4{width: calc(25% - 20px);}
.home-gallery .thumbs{
	width: calc(33.33% - 20px);
	height: 250px;
}
.thumbs::before{	
	content: " ";
	width: calc(100% - 10px);
	height: calc(0% - 10px);
	top: 5px;
	left: 5px;
	z-index: 20;
	position: absolute;
	opacity: 1;
	pointer-events:none;
	background-color: rgba(255,255,255,0.1);
-webkit-transition: all 0.5s ease; 
   -moz-transition: all 0.5s ease; 
     -o-transition: all 0.5s ease; 
        transition: all 0.5s ease;
	border-radius: 2px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.thumbs::after{
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 20;
	position: absolute;
-webkit-transition: all 0.5s ease; 
   -moz-transition: all 0.5s ease; 
     -o-transition: all 0.5s ease; 
        transition: all 0.5s ease;
	opacity: 0;
	pointer-events:none;

	background-image: url(../images/shapes/zoom.svg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 20%;
	background-size: 20%;
}
.thumbs img{
	width: 100%;
	margin: 0!important;
	border-radius: 3px;
}
.thumbs a{
	margin: 0!important;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.thumbs:hover::after{
	-webkit-background-size: 20%;
	background-size: 20%;
	opacity: 0.75;
}
.thumbs:hover::before{
	height: calc(100% - 10px);
}
/******** BLOCKQUOTE ********/
blockquote{
	display: inline-block;
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
	font-style: normal;
	position: relative;
	z-index: 10;
	border-radius: 3px;
	border: 1px solid #f57105;
	padding: 40px;
	padding-top: 100px;
	min-height: 300px;
}
blockquote span{
	font-size: 1rem;
	line-height: 30px;
	font-weight: 700;
	color: black;
	display: block;
	margin-top: 20px;
	text-transform: uppercase;
	position: relative;
	padding-left: 15px;
}
blockquote span::before{
	position: absolute;
	left: 0;
	top: 12px;
	height: 6px;
	width: 6px;
	content: " ";
	background-color: #f57105;
	border-radius: 50%;
}
blockquote::after{
	position: absolute;
	top: 40px;
	left: 40px;
	height: 40px;
	width: 40px;
	background-image: url(../images/shapes/quotez.svg);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	content: " "; 
}
.smallquote{
	font-size: 1rem;
	line-height: 120%;
}
.midquote{
	font-size: 1rem;
	line-height: 150%;
}
.bigquote{
	font-size: 1.25rem;
	line-height: 120%;
}
.review-row blockquote{
	margin: 20px;
}
.review-row{max-width: 100%;}

.members{
	padding-top: 20px;
	padding-bottom: 20px;
}
.members img{max-height: 60px;}
/******** MISC ********/
main .content:nth-child(even) .left-text{
	order: +1;
	padding-left: 50px;
	padding-right: 0;
}
.number{
	font-size: 150px;
	line-height: 150px;
	margin-bottom: -20px;
	position: relative;
	margin: 0;
	color: #f57105;
	opacity: 0.8;
}
.number::after{
	content: " ";
	height: 40%;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	background-color: inherit;
}
.process-box{
	position: relative;
	z-index: 10;
	border-radius: 3px;
	border: 1px solid #f57105;
	padding: 40px;
	height: 100%;
}
.process-box h4{
	margin-top: -40px;
	position: relative;
	z-index: 5;
	font-weight: 700;
	font-size: 30px;
}
.process .left-text, .process .right-text{
	padding: 0 1.15rem 30px;
}
address p{
	font-size: 1.5rem;
	font-weight: 400;
	color: #f57105;
	margin: 0;
	margin-bottom: 10px;
}
.contact a{
	display: block;
	line-height: 30px;
}
.contact .bigphone{
	margin-bottom: 20px;
	color: #f57105;
}
.contact h4{
	margin-bottom: 30px;
}
.contact .map-contact{
	margin-top: 150px;
}
.contact .map-contact iframe{
	height: 500px;
}
.no-margin{
	padding: 15px 0;
	width: 100%;
}
.no-margin p{margin: 0;color: white;}
.no-margin h4{margin: 0;color: white;}
.disabled{
	background-color: grey!important;
	pointer-events: none;
}
.sendForm{pointer-events: auto;}

.contact .social a{
	display: inline-block;
}
.checker p{font-size: 0.75rem;}
.contact a:hover strong{text-decoration: underline;}









.mobile-menu{display: none;}
@media screen and (max-width: 64em) {
html{font-size: 90%;}
header{margin-top: 49px;}
.top-section{
	position: relative;
	margin-top: 49px;
}
.mobile-menu{
	position: fixed;
	z-index: 1000000;
	display: block;
	width: 100%;
	top: 0px;
	left: 0px;
	color: white;
	background: #1f1f1f;
	box-shadow: 0 0 14px rgba(0,0,0,0.4);
	text-align: center;
}
.mobile-menu a{color: white;}
.mobile-menu span{
	line-height: 50px;
	color: white;
}
.toggler{
	cursor: pointer;
}
.mobile-menu .row{
	padding-left: 0;
	padding-right: 0;
}
nav{
	position: fixed;
	top: 49px;
	left: -100%;
	display: table;
	height: calc(100vh - 50px);
	width: 100%;
	opacity: 0;
	z-index: 100000;
	text-align: left;
	padding: 0 1.15rem;
	text-align: center;
	padding-bottom: 50px;

	-webkit-transition:ease 1s;
	-o-transition:ease 1s;
	transition:ease 1s;
	background-color: white;
	pointer-events: none;
}
.shownav{
	opacity: 0.9;
	pointer-events: auto;
	left: 0;
}
nav ul li{
	display: block;
}
nav ul{
	display: table-cell;
	vertical-align: middle;
}
nav ul li a{
	line-height: 30px;
	font-weight: 500;
	display: block;
	cursor: pointer;
}
nav ul li::after{
	display: none;
}

.myform{
	padding: 20px;
}
.banner-text h1{
	font-size: 2rem;
}
.bigbg{min-height: 300px;}
.section{
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}
.medium-section{
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
}
.small-section{
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.next-section{padding-bottom: 40px;}
.left-text{padding: 30px 1.5rem;}
.right-text{padding: 30px 1.5rem;}
.why-box h3{font-size: 1.5rem;}
.nomobpad{padding: 0;}
.why-first{margin-bottom: 20px;}
.side-bar{
	top: 50px;
	height: calc(100vh - 50px);
}
.side-top{padding: 20px;}
.side-top p{font-size: 1.5rem;margin: 0;}
.sub-menu{
	position: relative;
	display: block;
	top: 0;
	text-align: center;
	padding: 10px;
	background-color: unset;
	opacity: 1;
	width: 100%;
	transform: scale(1);
	pointer-events: auto;
	border-top: 0px solid #cca853;
	box-shadow: 0 0 80px rgba(0,0,0,0.0);
}
main .content:nth-child(even) .left-text{
	order: auto;
	padding: 30px 1.5rem;
}
.process .row .columns:nth-child(2){
	margin-top: 20px;
	margin-bottom: 20px;
}
.twocols{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.threecols{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}
.banner-text{
	padding-bottom: 150px;
	padding-top: 150px;
	margin-top: 0;
}

.thumbs{height: 240px;}





}
@media screen and (max-width: 40em) {
html{font-size: 80%;}
footer{padding: 50px 1.15rem 0;}
.by{margin-top: 30px;padding: 20px 0;}
footer .columns{
	padding-top: 20px;
	padding-bottom: 20px;
}
.top-right{display: none;}
.why-mid{
	margin-top: 20px;
	margin-bottom: 20px;
}
.why-first{margin-bottom: 0px;}
.side-bottom{display: none;}
.bigphone, footer .bigphone{font-size: 2rem;}
.tar{text-align: left;}

main .content:nth-child(even) .left-text{
	order: -1;
}
.threecols{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.banner-text{
	padding-bottom: 100px;
	padding-top: 100px;
	margin-top: 0;
}
.thumbs{height: 120px;}
.top-section{text-align: center;}