@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=DM+Serif+Text&display=swap);

/* 

Bellmour Decorations

07957313887
#mobile
info@bellmourdecorations.co.uk

-----------------

painting and decorating
painters and decorators

Interior painting and decorating
Exterior painting
Wallpapering
Plastering
Specialist finishes

------------------

6 Pineridge Courts
Bells Hill
Barnet
EN5 2SR

------------------

dark: #1D2B33
light: #2A8387

<img src="media/images/logo.png" alt="">

 */
 .mobphone{display: none!important;}

body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	padding: 0px 0;
	font-family: 'Heebo', sans-serif;
	overflow-x:hidden; 
}
a, a:active, a:visited, a:link{
	text-decoration: none;
	color: #777;
}
p{
	font-size: 13px;
	line-height: 26px;
	font-weight: 500;
	opacity: 0.92;
	font-family: 'Heebo', 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: 'DM Serif Text', serif;
}


/******** BN Kit ********/

.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*="whatsapp"]{background-color: #2BA63A;}

::-moz-selection {background: #1D2B33;color: #2A8387;}
::selection {background: #1D2B33; color: #2A8387;}

.bigbg{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	min-height: 250px;
	position: relative;
}
.widewrapper{
	width: 95%;
	margin: auto;
}
main span{
	font-size: 18px;
	line-height: 30px;
	font-weight: 500;
	color: #2A8387;
	display: block;
	margin-bottom: 10px;
	text-transform: capitalize;
}
main h1{
	font-size: 35px;
	line-height: 120%;
	font-weight: 500;
	color: #1D2B33;	
}
main h2{
	font-size: 35px;
	line-height: 120%;
	font-weight: 500;
	color: #1D2B33;	
}
main h3{
	font-size: 35px;
	line-height: 120%;
	font-weight: 500;
	color: #1D2B33;	
}
main h4{
	font-size: 20px;
	line-height: 150%;
	font-weight: 700;
	color: #1D2B33;	
}
main h5{
	font-size: 18px;
	line-height: 120%;
	font-weight: 500;
	color: #1D2B33;	
}
main ul li{
	position: relative;
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 15px;
	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: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	content: url(../images/shapes/check.svg);
	background-color: #2A8387;
	border-radius: 2px;
	color: white;
	padding: 3px 12px;
}
.darkbg{background-color: #1D2B33;}
.medbg{background-color: #2A8387;}
.lightbg{background-color: #2A8387;}
.light-text{color: white;}
.section{
	padding-top: 150px;
	padding-bottom: 150px;
	position: relative;
}
.medium-section{
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}
.small-section{
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.next-section{
	padding-bottom: 100px;
	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;}

.mainbutton{
	background-color: #2A8387;
	padding: 0 25px;
	border-radius: 2px;	
	display: inline-block;
	line-height: 50px;
	color: white!important;
	font-size: 14px!important;
	font-weight: 700;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
	text-decoration: none!important;
	position: relative;
}
.mainbutton:hover{
	background-color: #1D2B33;
	box-shadow: 0 0 30px rgba(0,0,0,0.5);
}
.mainbutton-reverse{
	background-color: #2a8387;
}
.mainbutton-reverse:hover{
	background-color: #050505;
}


.top-section{
	padding-top: 30px;
	padding-bottom: 30px;
}
.logo p{
	font-size: 32px;
	line-height: 120%;
	font-weight: 700;
	color: #1D2B33;
	margin: 0;
	font-family: 'DM Serif Text', serif;
}
.logo p strong{
	font-weight: 500;
	color: #2A8387;
}
.logo img{
	max-height: 120px;
}
.top-right a{
	float: right;
	font-size: 13px;
	font-weight: 400;
	color: #2A8387;
	line-height: 20px;
	margin-right: 20px;
}
.top-right a strong{
	font-weight: 700;
	font-size: 22px;
	color: #1D2B33;
	line-height: 20px;
}
.top-social{float: right;}
.top-social a{
	line-height: 40px;
	width: 40px;
	text-align: center;
	color: white!important;
	margin: 5px;
	border-radius: 2px;
}


.navigation{
	background-color: #1D2B33;
	position: relative;
	display: block;
	z-index: 5;
}
nav{
	width: 100%;
	z-index: 5;
	position: relative;
	display: block;
}
nav ul{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	position: relative;
	z-index: 5;
	display: block;
}
nav ul li{
	display: inline-block;
	position: relative;
}
nav ul li a{
	color: #ffffff!important;
	display: inline-block;
	font-size: 14px;
	padding: 0px 15px;
	line-height: 50px;
	position: relative;
}
nav ul li a::after{
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #2A8387;
	content: " ";
	bottom: -5px;
	opacity: 0;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;
}
nav ul li a:hover::after{
	bottom: 0;
	opacity: 1;
}
nav ul li:last-of-type{
	float: right;
}
nav ul li:last-of-type a:hover{
	background-color: #ffffff;
	color: #1D2B33!important;
}
.active{position: relative;}
.active::after{
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #2A8387;
	content: " ";
	bottom: 0px;
	opacity: 1;
	-webkit-transition: ease 0.2s;
	-moz-transition: ease 0.2s;
	transition: ease 0.2s;	
}
.sub-menu{
	position: absolute;
	top: calc(100% - 2px);
	margin-bottom: -60px;
	text-align: left;
	clear: both;
	white-space: nowrap;
	padding: 20px;
	background-color: #1D2B33;
	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 #2A8387;
	box-shadow: 0 0 80px rgba(0,0,0,0.2);
}
.sub-menu li{
	display: block;
}
.sub-menu li a{
	padding: 0;
}
.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: #a4c66d!important;
}
.sub-menu li:last-of-type a:hover{
	background-color: unset;
	color: white!important;
}
.sub-menu li a{
	line-height: 35px;
}
nav ul li:hover .sub-menu{
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}

.banner{
	position: relative;
	display: block;
	z-index: 2;
}
.banner::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	content: " ";
	background-image: -webkit-linear-gradient(top left, #1D2B33, transparent);
	background-image: -o-linear-gradient(top left, #1D2B33, transparent);
	background-image: linear-gradient(to bottom right, #1D2B33, transparent);
	opacity: 0.8;
	pointer-events: none;
}
.banner-text{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	color: white;
}
.banner .row{
	position: relative;
	height: 100%;
}
.top-slider{
	position: relative;
	width: 100%;
	min-height: 400px!important;
}
.top-slider .bigbg{
	height: 400px!important;
	cursor: grab;
	border-radius: 0px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.home-header .top-slider{
	min-height: 600px!important;
}
.home-header .top-slider .bigbg{
	height: 600px!important;
}
.banner-text h1{
	font-size: 50px;
	line-height: 120%;
	font-weight: 700;
	color: white;
	margin: 0;
	text-transform: capitalize;
}
.banner-text p{
	margin: 0;
}
.banner-text .mainbutton{margin-top: 30px;}



.home-services{text-align: center;}
.home-services h2{
	text-align: center;
	margin-bottom: 50px;
}
.home-services .bigbg{
	border-radius: 3px;
	min-height: 350px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.04), 
                0 2px 4px rgba(0,0,0,0.04), 
                0 4px 8px rgba(0,0,0,0.04), 
                0 8px 16px rgba(0,0,0,0.04),
                0 16px 32px rgba(0,0,0,0.04), 
                0 32px 64px rgba(0,0,0,0.04);
}
.home-services h3{
	width: 80%;
	left: 10%;
	position: absolute;
	bottom: -25px;
	background-color: #fff;
	text-align: center;
	padding: 20px;
	line-height: 30px;
	font-size: 20px;
	border-radius: 2px;
	-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-panel:hover h3{
	background-color: #1D2B33;
	color: #ffffff;
}
.uk-slider{
	min-height: 200px;
}
.uk-slider ol{
	min-height: 200px;
}
.uk-slider ol li{
	min-height: 200px;
}
.main-service-slider{
	min-height: 200px!important;
	padding-bottom: 100px!important;
}
.bordered-image{
	z-index: 2;
	position: relative;
}
.bordered-box{
	position: absolute;
	top: -30px;
	left: -30px;
	height: 100%;
	width: 100%;
	z-index: -1;
	border: 10px solid #2A8387;
}
.bordered-box2{
	position: absolute;
	top: -30px;
	left: 30px;
	height: 100%;
	width: 100%;
	z-index: -1;
	border: 10px solid #2A8387;
}
.main-text-contact span{margin: 0;}
.main-text-contact a{
	font-size: 25px;
	font-weight: 500;
	color: #1D2B33;
	margin: 0;
}
.why h3{color: white;}


.home-contact{
	position: relative;
	background-image: url(../images/contact.jpg);
	background-size: cover;
	background-position: center;
}
.home-contact::after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	content: " ";
	background-color: #1D2B33;
	opacity: 0.9;
	pointer-events: none;
}
.home-contact .row{
	position: relative;
	z-index: 4;
}
.home-contact h3{
	display: block;
	color: white;
	width: 100%;
	margin-bottom: 30px;
}
.home-contact p{
	display: block;
	color: white;
	width: 100%;
}
.home-contact .mainbutton{margin: auto;}

footer{
	margin-top: 0px;
	color: white;
	background-color: #090909;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	border-top: 10px solid #1D2B33;
}
footer .widewrapper{
	position: relative;
	z-index: 10;
}
footer h6{
	font-size: 22px;
	line-height: 30px;
	margin: 0;
	color: #2A8387;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.by{
	color: #2A8387;
	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: #2A8387!important;
}
.footleft a{
	margin: 0;
	line-height: 40px;
	margin-right: 30px;
	display: block;
	font-size: 15px;
	font-weight: 300;
}
.footleft a:hover{
	color: #2A8387!important;	
}
.footleft span{
	margin-right: 15px;
	color: #2A8387;
}
.footleft a:hover{
	color: #2A8387;	
}
.footright a{
	text-transform: capitalize;
	font-weight: 300;
}
.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: #2A8387;	
}
.social a{
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: 5px;
	border-radius: 3px;
}
.social span{color: #ffffff;margin: 0;}
footer .mainbutton{display: none;}
.footer-social{padding-top: 30px;}


/******** FORM ********/
.con-form{
	border-radius: 3px;
	z-index: 10;
	position: relative;
}
.paperplane{
	position: absolute;
	width: 50%;
	bottom: -35px;
	right: -30px;
	z-index: 1;
}
.myform{
	position: relative;
	z-index: 2;
	overflow: auto;
}
.myform{
	overflow: auto;
	width: 100%;
	position: relative;
	padding: 70px;
}
.myform label{
	float: left;
	display: block;
	font-size: 14px;
	line-height: 30px;
	position: relative;   
	box-sizing: border-box;
	padding: 0px;
	color: #2A8387;
	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: 3px;
}
.myform textarea{
	min-height: 150px;
}
option{
	background-color: #1D2B33!important;
	border: none;
	color: #fff;
}
input[type=submit]{
	background-color: #2A8387;
	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;
	cursor: pointer;
}
.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: #fff;
	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: #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;}




/******** GALLERY ********/

.thumbs{
	float: left;
	width: 33.33%;
	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: #2A8387;
-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: 2px;
}
.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: 2px;
}
.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 ********/


blockquote{
	padding: 30px;
	padding-top: 80px;
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 0;
	margin-bottom: 30px;
	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: 300;
}
blockquote span{
	margin: 0;
	margin-top: 20px;
	display: block;
}
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: 12px;
	line-height: 25px;
}
.midquote{
	font-size: 16px;
	line-height: 32px;
}
.bigquote{
	font-size: 25px;
	line-height: 40px;
}



/******** MISC ********/



main .content:nth-child(odd) .left-text{
	order: +1;
	padding-left: 75px;
	padding-right: 0;
}

.services .bigbg{min-height: 500px;}

.contact-deets{
	width: 100%;
}
.contact-deets .column{
	padding-left: 0;
	padding-right: 50px;
	padding-bottom: 30px;
}
.contact-deets a, .contact-deets p{
	font-size: 12px;
	line-height: 30px;
	margin: 0;
	display: block;
}
.contact-deets a{
	color: #2A8387;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
}
.contact-deets span{
	color: #2A8387;
	margin-right: 15px;
	margin-bottom: 20px;
}
.contact-deets .row{
	padding: 1.15rem;
}
.contact-deets .row .column{
	padding-right: 50px;
}
.contact-deets iframe{
	width: 100%;
	height: 500px;
	border-radius: 5px;
}
.logos{
	padding-top: 30px;
	padding-bottom: 30px;
	box-shadow: 0 0 120px rgba(0,0,0,0.15);
	text-align: center;
}
.logos img{
	max-height: 100px;
	padding: 20px;
}
address{
	padding-top: 0;
	margin-top: 0;
}
address p{
	color: #1D2B33;	
}



.mobile-menu{display: none;}
@media screen and (max-width: 64em) {
header{margin-top: 50px;}
.mobile-menu{
	position: fixed;
	z-index: 1000000;
	display: block;
	width: 100%;
	top: 0px;
	left: 0px;
	color: white;
	background: #1D2B33;
	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: #ffffff;
}
.toggler{
	cursor: pointer;
}
.mobile-menu .row{
	padding-left: 0;
	padding-right: 0;
}
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;
	text-align: left;
	padding-bottom: 50px;

	-webkit-transition:ease 1s;
	-o-transition:ease 1s;
	transition:ease 1s;
	background-color: #111;
	pointer-events: none;
}
.shownav{
	opacity: 0.95;
	pointer-events: auto;
	left: 0;
}
nav ul li{
	display: block;
}
nav ul{
	display: table-cell;
	vertical-align: middle;
}
nav ul li a{
	line-height: 35px;
	font-size: 18px;
	font-weight: 500;
	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;
	margin-top: 30px;
}
.active::after{
	opacity: 0;
}
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: 20px;
}

.left-text{padding: 50px 1.15rem;}
.right-text{padding: 50px 1.15rem;}


.twocols{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.threecols{
	-webkit-columns: 2;
	-moz-columns: 2;
	-o-columns: 2;
	columns: 2;
}

.top-section{
	padding-left: 1.15rem;
	padding-right: 1.15rem;
}
.top-right{text-align: right;}
.top-right .social{
	margin-bottom: 10px;
}
.section{
	padding-top: 100px;
	padding-bottom: 100px;
}

.bigbg{
	min-height: 450px;
}
.two-text{
	padding-top: 0px;
}
.mid-box{
	border: none;
	padding-top: 30px;
	padding-bottom: 30px;
}
.tac{text-align: left;}
main .content:nth-child(odd) .left-text{
	order: 0;
	padding-left: 1.15rem;
	padding-right: 1.15rem;
}
.home-contact{text-align: center;}

.banner-text{
	padding: 20px 1.15rem;
}
.sub-menu{
	position: relative;
	top: 0%;
	margin-bottom: 0px;
	text-align: inherit;
	padding: 0 30px;
	background-color:transparent;
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
	border-top: 0;
	width: 100%!important;
	box-shadow: none;
	margin: auto;
}


}
@media screen and (max-width: 40em) {
.threecols{
	-webkit-columns: 1;
	-moz-columns: 1;
	-o-columns: 1;
	columns: 1;
}
.section{
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}
.medium-section{
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.small-section{
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
}
.next-section{
	padding-bottom: 50px;
	position: relative;
}
.title-section{
	padding-left: 0;
	padding-right: 0;
}
.why{
	padding-left: 1.15rem;
	padding-right: 1.15rem;	
}
.top-right{display: none;}
.logo{
	text-align: center;
}
.logo img{
	max-height: unset!important;
	width: 80%;
}
.footright{display: none;}
footer{
	padding-left: 1.15rem;
	padding-right: 1.15rem;
}
.banner-text h1{
	font-size: 40px;
}

.top-slider{
	min-height: 300px!important;
}
.top-slider .bigbg{
	height: 300px!important;
}
.home-header .top-slider{
	min-height: 450px!important;
}
.home-header .top-slider .bigbg{
	height: 450px!important;
}

.bordered-box{
	top: -15px;
	left: -15px;
}
.bordered-box2{
	top: -15px;
	left: 15px;
}
.main-text-contact .mainbutton{margin-top: 30px;}

.thumbs{
	padding: 5px;
}