@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Barlow:300,400,500,700&display=swap);

/* 

Star Ways Tiling Ltd
Star Ways Tiling Ltd

07405510769
#mobile
ylli000meta@hotmail.co.uk

-----------------

tilers
tiling

------------------

38 Reede Road
Dagenham
Essex
RM108DP

------------------

dark: 5d5d5d
light: 967e44


 */
 .mobphone{display: none!important;}


.logo img{
	height: 120px;
	padding: 30px 0;
}
/* 
.logo img{
    height: 160px;
    padding: 30px 0;
    position: relative;
    z-index: 10;
    margin-bottom: -40px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.3);
}
*/
.logo p{
	font-size: 40px;
}
.wholesite{
	width: 100%;
	position: relative;
	-webkit-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
	left: 0px;
}
.movesite{
	left: -300px;
	-webkit-transition: ease 1.5s;
	-o-transition: ease 1.5s;
	transition: ease 1.5s;
}
.maskz{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: #111;
	z-index: 1000;
	display: none;
	cursor: pointer;
	opacity: 0.6;
}
body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	padding: 0px 0;
	font-family: 'Barlow', sans-serif;
	overflow-x:hidden; 
}

::-webkit-scrollbar {width: 12px;}
::-webkit-scrollbar-track {box-shadow: inset 0 0 2px grey;}
::-webkit-scrollbar-thumb {background: #967e44;}

::-moz-selection {background: #967e44;color: #fff;}
::selection {background: #967e44; color: #fff;}

a, a:active, a:visited, a:link{
	text-decoration: none;
	color: #777;
}
p{
	font-size: 15px;
	line-height: 28px;
	font-weight: 500;
	opacity: 0.8;
}
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 Sans', sans-serif;
}


.topsection{
	background-color: #222;
	color: #777;
	padding: 0;
	margin: 0;
}
.topsection span{
	margin: 0;
	margin-right: 10px;
	font-size: 20px;
	line-height: 50px;
	color: #967e44;
}
.topsection a{
	float: right;
	color: white;
	font-size: 13px;
	line-height: 50px;
	margin: 0;	
	font-family: 'Barlow', sans-serif;
}
.topsection p{
	float: left;
	font-size: 13px;
	line-height: 50px;
	margin: 0;
}
.headsection{
	color: #222;
}
.logo{
	float: left;
}
.logo p{
	line-height: 120px;
	font-weight: 400;
	color: #555;
	margin: 0;
}
.logo p span{
	color: #967e44;
}
.headright{
	float: right;
	text-align: right;
	padding-top: 30px;
	padding-bottom: 20px;
}
/* .headright a{
	font-size: 25px;
	line-height: 40px;
	margin: 0;
	margin-right: 50px;
	-webkit-transition: ease 0.3s;
	-o-transition: ease 0.3s;
	transition: ease 0.3s;
}
.headright a:hover{	
	color: #967e44;
} */
nav{
	display: inline-block;
}
nav ul{
	position: relative;
}
nav ul li{
	display: inline-block;
	position: relative;
}
nav ul li a{
	font-size: 17px;
	line-height: 60px;
	font-weight: 400;
	color: #777!important;
	display: inline-block;
	margin-left: 15px;
	text-transform: capitalize;
}
nav ul li a:hover{
	color: #967e44!important;
}
.sub-menu{
	position: absolute;
	top:0;
	left: 0px;
	top: 60px;
	padding: 0px;
	display: none;
	z-index: 100;
	background-color: #5d5d5d;
	white-space: nowrap;
	clear: both;
	text-align: left;
}
.sub-menu li{
	display: block;
}
.sub-menu li a{
	display: block;
	padding: 10px 20px;
	margin: 0;
	font-size: 14px;
	line-height: 30px;
	color: white!important;
	border-bottom: 2px solid rgba(255,255,255,0.1);
}
.sub-menu li a:hover{
	color: #111!important;
	background-color: #967e44;
}
nav ul li:hover .sub-menu{
	display: block;
}
.active{
	color: #967e44!important;
}
.quotetog{
	cursor: pointer;
	display: inline-block;
	margin-left: 40px;
}
.quotetog p{
	line-height: 40px;
	font-size: 20px;
}
.quotetog span{
	line-height: 40px;
	color: #967e44;
	margin-right: 10px;
}
.widewrapper{
	width: 80%;
	margin: auto;
}
.banner{
	height: 600px;
	background-color: #967e44;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.banner::after{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #967e44;
	content: " ";
	opacity: 0.2;
}
.banner::before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70%;
	background-image: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.75));
	background-image: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.75));
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.75));
	content: " ";
	z-index: 1;
}
.bannertext{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 40px 0;
	z-index: 100;
	width: 100%;
	color: white;
}
.bannertext p{
	font-size: 60px;
	line-height: 60px;
	color: white;
	margin: 0;
	font-weight: 500;
	letter-spacing: -1px;
	opacity: 1;
	text-shadow: 0 0 20px rgba(0,0,0,0.65);
}
.bannertext span{
	color: #222;
}
.bannertext h1{
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	color: #967e44;
	padding-left: 5px;
}
.innertext{
	width: 55%;
}
.underbanner{
	width: 100%;
	position: relative;
	z-index: 100;
}
.underbanner .row{
	position: relative;
}
.bigslider{

}
.deets{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 60%;
	float: left;
}
.deets a{
	font-size: 20px;
	line-height: 40px;
	margin-right: 30px;
}
.deets a span{
	margin-right: 20px;
	color: #967e44;
}
.callback{
	background-color: #111;
	color: white;
	padding: 30px 40px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40%;
}
.callback::after{
	width: 94%;
	left: 3%;
	height: 106%;
	top: -3%;
	content: " ";
	position: absolute;
	background-color: #967e44;
	z-index: -1;
}
.slideage{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.slide1{background-image: url(../images/slider.jpg);}
.slide2{background-image: url(../images/slider2.jpg);}
.slide3{background-image: url(../images/slider3.jpg);}
.arrowz{
	position: relative;
	z-index: 1000;
}
.big1{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 20vw;
	line-height: 200px;
	color: white;
	opacity: 0.6;
	letter-spacing: -20px;
	text-transform: capitalize;
	mix-blend-mode: overlay;
}




.myform{
	overflow: auto;
	width: 100%;
}

.myform label{
	float: left;
	font-size: 13px;
	position: relative;
	font-weight: bold;     
	line-height: 20px;
	box-sizing: border-box;
	padding: 0 0px;
	color: #967e44;
	font-weight: 500;
	display: block;
	width: 100%;
}
select{
	border-radius: 0px;
}
.myform img{
	width: 215px;
	height: 80px;
	float: left;
	background-color: #333;
	margin: 10px 10px 10px 0px;
	display: block;
}
.security{
	width: 100%;
	display: block;
	overflow: auto;
}
#code{
	width: calc(100% - 225px);
	margin-bottom: 0px;
	margin-top: 10px;
}
.myform a{
	width: calc(100% - 225px);
	line-height: 30px;
	color: #888888;
	background-color: #111;
	display: block;
	float: left;
	padding: 0px 20px;
}
.myform input, .myform select{
	width: 100%;
	color: #888888;
	padding: 0px 0px;
	border:0px;
	border-left: 0px solid #111;
	height: 40px;
	margin-bottom: 12px;
	background-color: rgba(50,50,50,0.0);
	font-size: 22px;
	box-shadow: none;
	font-weight: 500;
	transition: ease 0.3s;
}
.myform textarea{
	width: 100%;
	color: #888888;
	padding: 10px 0px;
	border:0px;
	border-left: 0px solid #111;
	height: 200px;
	margin-bottom: 12px;
	background-color: rgba(50,50,50,0.0);
	font-size: 22px;
	box-shadow: none;
	font-weight: 500;
	transition: ease 0.3s;
}
.enquiryform textarea{
	background-color: rgba(50,50,50,0.0);
	color: #888888;
	border-left: 0px solid #967e44;
}
.enquiryform input, .enquiryform select{
	background-color: rgba(0,0,0,0.0);
	border-left: 0px solid #967e44;
	color: #888888;	
}
.select-option{
	background-color: #666;
	border: none;
	color: #888888;
}
.myform p{
	float: right;
	margin: 0px 10px;
	padding: 0px;
	width: calc(100% - 245px);
	line-height: 40px;
}
input[type=submit]{
	background-color: #967e44;
	color: white!important;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	display: inline-block;
	line-height: 30px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
}
input[type=submit]:hover{
	opacity: 0.8;
}
.enquiryform input[type=submit]{
	background: #967e44; 
	border:1px solid #967e44;	
}
.content input[type=submit]{
	background: #967e44; 
	border:0px solid #967e44;
}
.myform input:focus, .myform textarea:focus, .myform select:focus{
	border:0px;
	border-left: 0px solid #374140;
	outline: none!important;
	background-color: rgba(0,0,0,0.1);
	box-shadow: 0 0 0 black;
	padding-left: 15px;
	transition: ease 0.3s;
}

.enquiryform input:focus, .enquiryform textarea:focus, .enquiryform select:focus{
	background-color: rgba(0,0,0,0.1);
	color: #888888;	
	padding-left: 15px;
	transition: ease 0.3s;
}
@media screen and (max-width: 580px){
		.myform img{
		width: 100%;
		height:auto;
	}
	#code{
		width: 100%;
		margin-bottom: 0px
	}
	.myform a{
		width: 100%;
		margin-top: 10px;
		line-height: 30px;
	}
}
.callbackinner{
	padding: 0;
	padding-right: 10px;
	float: left!important;
	
}
.successmessage{
	-webkit-transition: ease-in-out 1s;
	-o-transition: ease-in-out 1s;
	transition: ease-in-out 1s;
	
}
::-webkit-input-placeholder { color: #888!important;font-weight: 300;opacity: 0.8;}
::-moz-placeholder { color: #888!important;font-weight: 300;opacity: 0.8;}
:-ms-input-placeholder { color: #888!important;font-weight: 300;opacity: 0.8;}
:-moz-placeholder { color: #888!important;font-weight: 300;opacity: 0.8;}

.nopad{	padding: 10px 0;}
.leftsubmit{float: left!important;padding-left: 0px;}
.enquiryform{	
	padding: 0px 0px;
	width: 100%;
}

.callbackform{
	overflow:initial!important;
}
.callbackform input{
	padding-left: 0!important;
	margin-bottom: 0!important;
	margin-top: 30px;
}

.callback p{
	margin-bottom: 0;
}
.callbackline{
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	width: 100%;
	float: left;	
}
.callbackform span{
	float: left;
	width: 40px;
	height: 40px;
	text-align: center;
	padding-top: 5px;
}
.callbackform input{
	width: calc(100% - 60px);
	float: right;
	margin-top: 0;
}
.callback input[type=submit]{
	width: 100%;
	margin-top: 20px;
}



.sideslide{
	position: fixed;
	width: 400px;
	top: 0;
	right: -400px;
	background-color: #222;
	height: 100vh;
	z-index: 1001;
	-webkit-transition: ease 1s;
	-o-transition: ease 1s;
	transition: ease 1s;
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
}
.moveside{
	right: 0;
	-webkit-transition: ease 1s;
	-o-transition: ease 1s;
	transition: ease 1s;
}
.sideform{
	padding: 50px;
}
.closeside{
	width: 100%;
	text-align: center;
	color: #fff;
	padding: 20px;
	cursor: pointer;
	border-top: 2px solid rgba(255,255,255,0.2);
	position: absolute;
	bottom: 0;
	left: 0;
}
.closeside span{
	margin-right: 10px;
}
.closeside p{margin-bottom: 0;}

.closeside span{
	color: #967e44;
}

.members{
	text-align: center;
	display: block;
	margin-top: 80px;
}
.members h3{
	margin-bottom: 40px;
}
.members span{
	margin-right: 10px;
}
.logos .column{
	padding-top: 10px;
	padding-bottom: 20px;
}
.logos img{
	height: 50px;
	padding: 10px;
	margin-right: 5px;
	float: left;
	filter: grayscale(1);
}
.logos p{
	margin: 0;
	padding: 0;
	display: inline-block;
}
.logos a:hover img{
	filter: grayscale(0);
}
.logos a{
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
	display: inline-block;
	line-height: 50px;
}
.logos a{color: #888!important;}
.facey:hover{color: #3b5998!important;}
.twitter:hover{color: #00aced!important;}
.insta:hover{color: #517fa4!important;}
.google:hover{color: #dd4b39!important;}
.linkedin:hover{color: #007bb6!important;}
.checkatrade:hover{color: #e42628!important;}
.yell:hover{color: #000!important;}
.ratedpeople:hover{color: #408441!important;}

.extralogos{
	border-top: 2px solid rgba(0,0,0,0.1);
	margin-top: 30px;
	padding-top: 30px;
}
.extralogos img{
	height: 70px;
	display: inline-block;
	margin: 15px;
	
}
.members .uk-card-body{
	padding: 20px!important;
}

.philosophy{
	margin-top: 120px;
	position: relative;
}
.philosophy .row{position: relative;}
.philpic{
	background-color: #967e44;
	background-image: url(../images/philosophy.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	position: relative;	
}
.philpic::after{
	width: 94%;
	left: 8%;
	height: 106%;
	top: -3%;
	content: " ";
	position: absolute;
	background-color: #967e44;
	z-index: -1;
}
.philtext{
	padding-top: 60px;
	padding-bottom: 40px;
	padding-right: 40px;
}
.philosophy span{
	color: #967e44;
	margin-right: 20px;
}
.philosophy h3{
	font-size: 35px;
}
.big2{
	position: absolute;
	bottom: -40px;
	left: -40px;
	font-size: 12vw;
	line-height: 200px;
	color: #5d5d5d;
	opacity: 0.1;
	letter-spacing: -10px;
	text-transform: capitalize;
	mix-blend-mode: overlay;
}
.big3{
	position: absolute;
	bottom: -40px;
	right: -40px;
	font-size: 10vw;
	line-height: 200px;
	color: #5d5d5d;
	opacity: 0.1;
	letter-spacing: -10px;
	text-transform: capitalize;
	mix-blend-mode: overlay;
}

main{
	position: relative;
	margin-top: 120px;
}
main .row{position: relative;}

.maintext{
	padding-top: 50px;
	padding-bottom: 50px;
}
main h1{
	font-size: 25px;
	font-weight: 700;
	color: #5d5d5d;
}
main h2{
	font-size: 26px;
	font-weight: 300;
	color: #5d5d5d;
}
main h3{
	font-size: 22px;
	font-weight: 300;
}
main h4{
	font-size: 20px;
	font-weight: 500;
	color: #967e44;
}
main h5{
	font-size: 17px;
	font-weight: 300;
}
main h6{
	font-size: 16px;
	font-weight: 300;
}
main span{
	color: #967e44;
	margin-bottom: 20px;
	display: block;
}
.tri1{
	position: absolute;
	top: -100px;
	right: -300px;
	width: 50%;
	z-index: -1;
	opacity: 0.5;
	display: none;	
}
.tri2{
	position: absolute;
	top: 100px;
	left: -400px;
	width: 50%;
	z-index: -1;
	opacity: 0.5;
	filter: blur(5px);
	display: none;
}
.maintext{
	padding-right: 50px;
	padding-top: 0px;
}
.homeleft{
	position: relative;
}
.homeright{
	padding-left: 80px;
	padding-top: 80px;
}
.home1{
	position: absolute;
	width: 70%;
	top: 0;
	left: 0;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.home2{
	position: absolute;
	width: 60%;
	bottom: 0;
	right: 0;
	box-shadow: 0 0 15px rgba(0,0,0,0.4);
}
.madbox{
	position: absolute;
	width: 80%;
	top: 10%;
	left: 10%;
	background-color: #5d5d5d;
	height: 75%;
	z-index: -1;
}


.why{
	margin-top: 50px;
	padding-top: 50px;
	display: block;
	position: relative;
	width: 90%;
	margin: auto;
}
.why h2{
	font-size: 40px;
}
.whymid{
	text-align: center;
	padding-top: 60px;
	padding-bottom: 30px;
}
.whymid p{
	color: #777;
	font-size: 16px;
}
.innerwhymid{position: relative;}
.innerwhymid::after{
	position: absolute;
	top:10%;
	left: 0;
	width: 100%;
	height: 80%;
	content: " ";
	background-color: #967e44;
	z-index: -1;
}
.whybox{
	padding: 0;
}
.innerwhy{
	background-color: #222;
	padding: 60px;
	color: #ccc;
	margin: 10px;
	border-radius: 3px;
}
.why span{
	color: #967e44;
	margin-right: 20px;
	margin-bottom: 20px;
	display: block;
}
.why h3{
	color: white;
	font-size: 40px;
	line-height: 45px;
}
.why ul li{
	padding: 0;
}
.why .uk-grid{
	margin-right: 0;
}




.halfboxes{
	margin-top: 100px;
	color: white;
	display: block;
	overflow: auto;
}
.halfleft{
	background-image: url(../images/half1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	width: 50%;
	float: left;
	position: relative;
	overflow: hidden;
}
.halfboxes h3{
	font-size: 20px;
	color: white;
}
.halfboxes span{
	color: #967e44;
	margin-right: 20px;
	margin-bottom: 20px;
	display: block;
}
.halfright span{
	color: #5d5d5d;
}
.halfleft::before{
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #5d5d5d;
	opacity: 0.8;
	z-index: 2;
}
.halfleft::after{
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/half1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 1;
	-webkit-transition: ease 0.4s;
	-o-transition: ease 0.4s;
	transition: ease 0.4s;
	transform: scale(1);
}
.halfleft:hover::after{
	transform: scale(1.2);
	-webkit-transition: ease 3s;
	-o-transition: ease 3s;
	transition: ease 3s;
}
.halfright{
	width: 50%;
	float: right;
	position: relative;
	overflow: hidden;
}
.halfright::before{
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #967e44;
	opacity: 0.8;
	z-index: 2;
}
.halfright::after{
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/half2.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	z-index: 1;
	-webkit-transition: ease 0.4s;
	-o-transition: ease 0.4s;
	transition: ease 0.4s;
	transform: scale(1);
}
.halfright:hover::after{
	transform: scale(1.2);
	-webkit-transition: ease 3s;
	-o-transition: ease 3s;
	transition: ease 3s;
}
.halfboxtext{
	padding: 100px;
	position: relative;
	z-index: 5;
	width: 80%;
	margin: auto;
}
.halfboxtext p{
	font-size: 18px;
	font-weight: 300;
	line-height: 150%;
}
.halfboxtext a{
	background-color: #967e44;
	display: inline-block;
	padding: 0 30px;
	line-height: 40px;
	border-radius: 3px;
	color: white;
	box-shadow: 3px 3px 15px rgba(0,0,0,0.2);
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	margin-top: 20px;
	-webkit-transition: ease 0.2s;
	-o-transition: ease 0.2s;
	transition: ease 0.2s;
}
.halfboxtext a:hover{box-shadow: 3px 3px 3px rgba(0,0,0,0.4);}
.halfright .halfboxtext a{
	background-color: #5d5d5d;
}



footer{
	background-color: #eee;
	padding-top: 80px;
	padding-bottom: 50px;
	display: block;
	overflow: auto;
}
footer h6{
	font-size: 30px;
	line-height: 35px;
	color: #5d5d5d;
	text-transform: capitalize;
}
.by{
	margin-top: 50px;
}
.by p{
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.5;
	font-weight: 700;
	float: left;
	margin: 0;
	line-height: 30px;
}
.footerlinks{
	text-align: right;
	display: inline-block;
	float: right;
}
.by a{
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	opacity: 0.9;
	font-weight: 700;
	margin: 0;
	margin-left: 20px;
	line-height: 30px;
	font-size: 13px;
	display: inline-block;
}
footer ul li{
	margin: 0;
	line-height: 40px;
	display: inline-block;
	margin-right: 15px;
	font-size: 16px;
}
footer ul li a:hover{
	color: #967e44!important;
}
.footright{
	text-align: right;
}
.footright a{
	margin: 0;
	line-height: 40px;
	margin-left: 30px;
	display: inline-block;
	font-size: 16px;
}
.footright span{
	margin-right: 15px;
	color: #967e44;
}
.footright a:hover{
	color: #5d5d5d;	
}
.togglerz{display: none;}

.otherbanner{
	height: 400px;
}

.sidebarz{
	padding: 30px;
	border: 2px solid rgba(0,0,0,0.1);
	display: block;
	float: none;
}
.sidebarz h3{
	margin-top: 30px;
	font-size: 21px;
	color: #967e44;
	margin-bottom: 0;
	font-weight: 500;
}
.maintext ul{
	margin-bottom: 30px;
}
.maintext ul li{
	background-color: #967e44;
	color: white;
	padding: 0 20px;
	display: inline-block;
	line-height: 40px;
	margin-right: 5px;
	margin-bottom: 8px;
	border-radius: 3px;
	font-size: 16px;
}
.sidebarz ul{
	margin-top: 20px;
}
.sidebarz ul li{
	color: #555;
	border-top: 2px solid rgba(0,0,0,0.1);
	line-height: 30px;
	padding: 5px 0;
	font-weight: 500;
}

.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: #967e44;
-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% - 10px);
}

main .thumbs:nth-child(18n + 1){
	width: 50%;
	float: left;
}
main .thumbs:nth-child(18n + 12){
	width: 50%;
	float: right;	
}


blockquote{
	width: 100%;
	margin: 0;
	margin-bottom: 40px;
	position: relative;
	width: 100%;
	display: inline-block;
	padding: 60px;
	border: 2px solid rgba(0,0,0,0.1);
	min-height: 300px;
	background-color: #5d5d5d;
	color: white;
	border-radius: 6px;
}
blockquote span{
	font-style: italic;
	font-size: 15px!important;
	color: #967e44!important;
	position: absolute;
	top: 170px;
	left: 30px;
	line-height: 30px!important;
	display: block;
	width: 100px;
}
blockquote p{
	line-height: 30px;
	font-weight: 500;
	font-size: 18px;
	width: calc(100% - 100px);
	float: right;
}
blockquote::after{
	width: 100px;
	height: 100px;
	position: absolute;
	top: 60px;
	left: 30px;
	content: " ";
	background-image: url(../images/icons/review.svg);
	-webkit-background-size: cover;
	background-size: cover;
	background-color: #967e44;
	display: block;	
}
.contactdiv{
	padding-bottom: 0;
	margin-bottom: 80px;
}
.contactform{
	padding: 60px;
	border: 2px solid rgba(0,0,0,0.1);
	background-image: url(../images/formbg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	
}
.contactbox{
	border: 2px solid rgba(0,0,0,0.1);	
	padding: 90px 40px;
	margin-bottom: 0px;
	overflow: auto;
	background-color: #5d5d5d;
}
.contactbox h3{
	color: #967e44;
}
.cdeets a, .cdeets p{
	font-size: 15px;
	line-height: 30px;
	margin: 0;
	color: #fff;
	display: block;
}
.cdeets span{
	color: #967e44;
	margin-right: 10px;	
}
.formleft{
	padding-right: 0;
}
.condeets{
	margin-top: 50px;
}

.successfail{
	width: 100px;
	margin: auto;
	margin-bottom: 30px;
	float: left;
	margin-right: 30px;
}






/* 
header{
	padding-bottom: 80px;	
	background-image: -webkit-linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0.7), rgba(0,0,0,0.0));
	background-image: -o-linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0.7), rgba(0,0,0,0.0));
	background-image: linear-gradient(rgba(0,0,0,0.9),rgba(0,0,0,0.7), rgba(0,0,0,0.0));
}
nav ul li a{
	color: white!important;
}
.quotetog p{
	color: white;
}
.logo p{
	color: white;
}
 */


/* 
header{
	background-image: -webkit-linear-gradient(#5d5d5d,#5d5d5d, rgba(0,0,0,0.0));
	background-image: -o-linear-gradient(#5d5d5d,#5d5d5d, rgba(0,0,0,0.0));
	background-image: linear-gradient(#5d5d5d,#5d5d5d, rgba(0,0,0,0.0));
}
 */







@media screen and (max-width: 1440px) {
.widewrapper{width: 95%;}
}







@media screen and (max-width: 1024px) {

.topsection{display: none;}

.togglerz{
	position: fixed;
	z-index: 1109;
	display: block;
	width: 100%;
	top: 0;
	left: 0;
	color: white;
}
.togglerz a{color: white;}
.toggler{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #222;
	padding: 10px 20px;
	cursor: pointer;
	width: calc(100% - 100px);
	z-index: 102;

	-webkit-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
}
.toggler img{
	display: inline-block;
	height: 24px;
	padding: 3px;
	margin-left: 10px;
}
.toggler p{
	display: inline-block;
	text-transform: uppercase;
	color: white;
	line-height: 30px;
	margin: 0;
	letter-spacing: 1px;
	font-weight: 500;
}
.movetoggler{
	top: 0%;
	-webkit-transition:ease 0.5s;
	-o-transition:ease 0.5s;
	transition:ease 0.5s;
}
.closetoggler{
	position: absolute;
	margin-top: -100%;
	left: 00%;
	background-color: #967e44;
	padding: 10px 20px;
	width: 100%;
	cursor: pointer;
	width: calc(100% - 100px);

	-webkit-transition:ease 0.5s;
	-o-transition:ease 0.5s;
	transition:ease 0.5s;
	z-index: 100000;
}
.closetoggler img{
	display: inline-block;
	height: 24px;
	padding: 3px;
	margin-left: 10px;
}
.closetoggler p{
	display: inline-block;
	text-transform: uppercase;
	color: white;
	line-height: 30px;
	margin: 0;
	letter-spacing: 1px;
	font-weight: 500;
}
.moveclosetoggler{
	margin-top: 0px;
	-webkit-transition:ease 0.5s;
	-o-transition:ease 0.5s;
	transition:ease 0.5s;
}
.emailin{
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 40px;
	background-color: #5d5d5d;
	text-align: center;
}
.phonein{
	position: absolute;
	right: 50px;
	top: 0;
	width: 50px;
	height: 50px;
	line-height: 40px;
	background-color: #967e44;
	text-align: center;
}
nav{
	position: fixed;
	top: 50px;
	left: -100%;
	display: table;
	height: calc(100vh - 50px);
	width: 100%;
	opacity: 0;
	z-index: 100000;
	text-align: left;
	padding: 0 1.15rem;

	-webkit-transition:ease 1s;
	-o-transition:ease 1s;
	transition:ease 1s;
	background-color: rgba(0,0,0,0.9);
	pointer-events: none;
}
.shownav{
	opacity: 1;
	pointer-events: auto;
	left: 0;
}
nav ul li{
	display: block;
}
nav ul{
	display: table-cell;
	vertical-align: middle;
}
nav ul li a{
	line-height: 50px;
	font-size: 22px;
	font-weight: 500;
	color: #fff!important;
	display: block;
	cursor: pointer;
}
nav ul li::after{
	display: none;
}


.headsection{
	text-align: center;
	padding-top: 50px;
}
.quotetog{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
	margin-left: 0;
	text-align: center;
	background-color: #fff;
	padding: 10px 0;
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
}
.quotetog p{margin-bottom: 0;}
.logo{
	width: 100%;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
}
.logo p{
	font-size: 40px;
	line-height: 50px;
	display: block;
	width: 100%;
}
.widewrapper{
	width: 100%;
}
.innertext{
	width: 100%;
}

.deets{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
}
.deets a{
	display: inline-block;
	background-color: #fff;
	border-radius: 3px;
	margin: 5px;
	padding: 5px 10px;
	font-size: 13px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.deets a span{
	margin-right: 5px;
}
.callback{
	background-color: #222;
	color: white;
	padding: 30px 40px;
	position: relative;
	bottom: 0;
	right: 0;
	width: 100%;
	overflow: auto;
}
.banner{
	height: 300px;
}
.bigslider{
	min-height: calc((100vh - 170px) - 0vh)!important;	
}
.big1{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 20vw;
	line-height: 100px;
	color: white;
	opacity: 0.3;
	letter-spacing: 1px;
	text-transform: capitalize;
	mix-blend-mode: overlay;
}
.big2{
	position: absolute;
	bottom: -40px;
	left: -00px;
	font-size: 12vw;
	line-height: 200px;
	color: #5d5d5d;
	opacity: 0.1;
	letter-spacing: -2px;
	text-transform: capitalize;
	mix-blend-mode: overlay;
}
.big3{
	position: absolute;
	bottom: -40px;
	right: -00px;
	font-size: 10vw;
	line-height: 200px;
	color: #5d5d5d;
	opacity: 0.1;
	letter-spacing: -2px;
	text-transform: capitalize;
	mix-blend-mode: overlay;
}
.banner::before{
	background-image: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.85));
	background-image: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.85));
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.85));
}
.philosophy{
	margin-top: 20px;
}
.philpic{
	min-height: 300px;
}
.homeleft{
	min-height: 400px;
	margin-bottom: 60px;
	display: none;
}
.homeright{
	padding: 0;
}
main{
	margin-top: 40px;
}

.halfleft{
	width: 100%;
}
.halfright{
	width: 100%;
}

.halfboxtext{
	padding: 60px 30px;
	width: 100%;
}
.footleft{display: none;}
.footright{
	text-align: left;
}
.footright a{
	margin-left: 0;
	display: block;	
}
footer{
	padding-bottom: 80px;
}
.footerlinks{
	text-align: left;
	float: left;
	width: 100%;
}
.by a{
	margin-left: 0;
	margin-right: 10px;
}

.bannertext p{
	font-size: 30px;
	line-height: 30px;
}
.bannertext span{
	color: #222;
}
.bannertext h1{
	font-weight: 300;
	font-size: 17px;
	line-height: 25px;
	padding-left: 0;
}



.sideslide{
	position: fixed;
	width: 100%;
	top: 0;
	right: -100%;
	background-color: #222;
	height: calc(100vh - 50px);
	z-index: 1001;
	-webkit-transition: ease 1s;
	-o-transition: ease 1s;
	transition: ease 1s;
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
	padding-top: 50px;
	overflow: scroll;
}
.moveside{
	right: 0;
	-webkit-transition: ease 1s;
	-o-transition: ease 1s;
	transition: ease 1s;
}
.sideform{
	padding: 30px;
}
.closeside{
	display: none;
}
.logos p{
	display: none;
}

.logo img{
	height: auto;
	padding: 20px;
	width: 80%;
	margin: auto;
}



blockquote{
	padding: 30px;
	width: 100%;
	margin: 0;
	margin-bottom: 50px;
	margin-top: 50px;
	position: relative;
	width: 100%;
	display: inline-block;
	border: 2px solid rgba(0,0,0,0.1);
	min-height: 300px;
}
blockquote span{
	font-style: italic;
	font-size: 15px!important;
	color: #967e44!important;
	position: absolute;
	top: 100%;
	left: 0px;
	line-height: 30px!important;
	display: block;
	width: 100px;
	background-color: #111;
	width: 100%;
	padding: 10px 30px;
}
blockquote p{
	line-height: 30px;
	font-weight: 500;
	font-size: 18px;
	width: calc(100% - 00px);
	float: right;
}
blockquote::after{
	width: 50px;
	height: 50px;
	position: absolute;
	top: -30px;
	left: 30px;
}
.maintext{
	padding: 30px 1.15rem;
}
.maintext ul li{
	padding: 10px 20px;
	display: block;
	line-height: 30px;
	border-radius: 0px;
}
.thumbs{
	width: 33.33%;
}
main .thumbs:nth-child(18n + 1){
	width: 33.33%;
}
main .thumbs:nth-child(18n + 12){
	width: 33.33%;
	float: left;	
}

.contactform{
	padding: 30px 1.15rem;
}
.otherbanner{
	height: 200px;
}
.sub-menu{
	position: relative;
	display: block;
	top: 0;
}
.sub-menu li{
	display: block;
}
.sub-menu li a{
	display: block;
	padding: 5px 20px;
	margin: 0;
	font-size: 11px;
	line-height: 20px;
}

}