@charset "UTF-8";
/* CSS Document */
* {
	margin: 0;
	border: 0;
	padding: 0;
}
body {
	font-family: myFontChantillyreg;
	font-weight: 100;
	width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
a {
	text-decoration: none;
	color: inherit;
}
.noline:hover {
    text-decoration: none;
}
a:hover {
	text-decoration: underline;

}
.mainpagebuttons:hover {
    color:black;
    background-color: white;
}
.servicesbuttons:hover {
    color:white;
    background-color: black;
}
@font-face {
    font-family: myFontChantilly;
    src:url("Chantilly-Regular.otf");
}
@font-face {
    font-family: myFontChantillyreg;
    src:url("ChantillyLHRegular.ttf");
}
.whitelinks:hover {
	color: #C49F39;
}
.goldlinks:hover {
	color:#211f20;
}
.goldtext {
    color: #D4AF37;
}
.darkgold {
	color: #B78900;
}
.goldtext:hover {
	color:white;
}
.simicon:hover {
	opacity: 0.6;
	cursor: pointer;
}
.blackphoneicon:hover {
	opacity: 0.6;
	text-decoration: none;
}
.phoneicon:hover {
	opacity: 0.6;
	text-decoration: none;
}
.envelopeicon:hover {
	opacity: 0.6;
	text-decoration: none;
}
.decorationnone:hover {
	text-decoration: none;
}
.tileboxes:hover {
	opacity: 0.5;
	text-decoration: none;
}
/*sliding nav bar*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 200;
    top: 0;
    right: 0;
    background-color:#211f20;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 120px;
  
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 22px;
    color:#b5943a;
    display: block;
    transition: 0.3s;
	
}
.closebtn {
    color:#b5943a;
}
.sidenav a:hover, .offcanvas a:focus{
    color:white;
}
.sitemaplist {
	text-align: center;
	list-style: none;
    color:white;
}
.sitemaptitlesize {
	text-align: center;
}
.sitemaptitlesize {
	text-align: center;
}
.webdesigner {
    color: azure;
}
.cookiewriting {
    color: azure;
}
/*Drop down buttons*/
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  z-index: 999;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  	display: none;
  	position: absolute;
  	background-color: #f9f9f9;
	line-height: 80%;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 	z-index: 1000;
}
/* Links inside the dropdown */
.dropdown-content a {
  color: black;
text-decoration: none;
  display: block; 
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color:#DDDEDF;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;  
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #414040;
} 
/*Slides*/
.ws-gallery {
    position:relative;
    width:100%;
    max-width:1200px;
    margin:auto;
    overflow:hidden;
  
}
.ws-track {
    display:flex;
    width:100%;
    transition:transform .5s ease-in-out;
}
/*==================================================
INDIVIDUAL SLIDES
==================================================*/
.ws-slide {
flex:0 0 100%;
position:relative;
aspect-ratio: 3 / 2;
}
.ws-slide img {
width:100%;
height:100%;
display:block;
object-fit:cover;
}
/*==================================================
ARROW BUTTONS
==================================================*/
.ws-arrow {
position:absolute;
top:50%;
transform:translateY(-50%);
width:45px;
height:45px;
border:none;
border-radius:50%;
background:rgba(0,0,0,0.45);
color:#fff;
font-size:28px;
cursor:pointer;
z-index:5;
transition:background .3s ease;
}
.ws-arrow:hover {
background:rgba(0,0,0,0.8);
}
.ws-prev {
left:15px;
}
.ws-next {
right:15px;
}
/*==================================================
DOT NAVIGATION
==================================================*/
.ws-dots {
position:absolute;
bottom:15px;
left:50%;
transform:translateX(-50%);
display:flex;
gap:8px;
}
.ws-dot {
width:10px;
height:10px;
border-radius:50%;
background:#ffffff;
opacity:.5;
cursor:pointer;
}
.ws-dot.active {
opacity:1;
}
/*==================================================
LIGHTBOX
==================================================*/


.ws-lightbox {

display:none;
position:fixed;
inset:0;
background:rgba(0,0,0,0.9);
z-index:100;
align-items:center;
justify-content:center;
}
.ws-lightbox.active {
    display:flex;
}
.ws-lightbox-image {
max-width:90%;
max-height:85vh;
object-fit:contain;
}
/* Close button */
.ws-lightbox-close {
position:absolute;
top:25px;
right:35px;
background:none;
border:none;
color:white;
font-size:45px;
cursor:pointer;
}
/* Previous / next buttons */
.ws-lightbox-prev,
.ws-lightbox-next {
position:absolute;
top:50%;
transform:translateY(-50%);
width:50px;
height:50px;
border-radius:50%;
border:none;
background:rgba(255,255,255,.2);
color:white;
font-size:30px;
cursor:pointer;
}
.ws-lightbox-prev {
    left:30px;
}
.ws-lightbox-next {
    right:30px;
}
/*==================================================
MOBILE DEVICE
320px - 767px
==================================================*/
@media only screen and (min-width:320px) and (max-width:767px){
nav {
	z-index:10;
	width: 100%;
	height: 120px;
	position: fixed;
    background-color:#211f20;
	margin-top: 0;
    	  -webkit-box-shadow: 0 14px 2px -3px #222;
  -moz-box-shadow: 0 2px 14px -3px #222;
  box-shadow: 0 2px 14px -3px #222;
    }
/*Navigation*/
.sidenav .closebtn {
    position: absolute;
    top: 2%;
    left: 2%;
    font-size: 26px;

}
.burger {
	position: fixed;
	right: 0;
	margin-right: 7%;
	top: 5%;
	z-index: 30;
    font-family: myFontRoboto;
}
.logo {
	display: block;
	width: 170px;
	height: auto;
	margin: auto;
	padding: 4% 0% 0% 0%;
}
.menutext2 {
    text-align:center;
    font-size: 0px;
    color:white;
    padding-right: 5%;
    }
.blackphoneicon {
	width: 0px;
	height: auto;
    padding: 0% 0.3% 0% 0%;
    vertical-align: middle;	
	}
.dropbtn {
    background-color:#211f20;
    color: white;
    padding: 0; 
    font-size: 0px;
    z-index: 999;  
    }
.homepagesection1 {
	width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;  
	background-image: url("images/mobilebackground.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	}
.welcometitle {
	font-size: 23px;
	padding: 5% 6% 3% 6%;
	font-family: myFontChantillyreg;
	}
.letterspacing {
	letter-spacing: 1px;
	}
.smallwelcometitle {

  display: inline-block;
  line-height: 1.5;
	font-size: 15px;
	color: #D4AF37;
	text-shadow: #392849 1px 1.5px;
	}
.firsttitle {
    font-size: 0px;
    padding-bottom: 0%;
    display: inline-block;
	color: transparent;
    }
.maintitle {
	font-size: 28px;
	font-family: myFontChantillyreg;
	line-height: 120%;
	text-shadow: #392849 1px 1.5px;
	}
.smallertext {
	font-size: 18px;
	letter-spacing: 10%;
}
.maintitletext {
    padding: 0% 6% 0% 0%;
    font-size: 16px;
	line-height: 1.5;
    }
.maintextbox {
	width: 80%;
	height: auto;
	padding: 45% 16% 25% 4%;
	margin:auto;
	color: white;
	font-size: 18px;
	}
.goldline {
     padding: 1% 0% 1.5% 0%;
    width: 250px;
    height: auto;
    }
.mainpagebuttons {
    padding: 4% 0% 1.8% 0%;
	font-size: 22px;
	text-align: center;
	Width: 180px;
	Height: 35px;
	display: inline-block;
	color:white;
	margin: 8% 1% 5% 0%;
    font-weight: 900;
    letter-spacing: 0%;
    background-color:#c49f39;
	border-radius: 10px;
    }
/*Service boxes*/
.whatwedo {
	width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;  
  	text-align: center;
	padding: 4% 0% 5% 0%;
	}
.imageboxes {
	width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;  
  	text-align: center;
	padding: 5% 0% 5% 0%;	
	}
.property1 {
    width: 95%;
	height:400px;
    display: inline-block;
	vertical-align: middle;
    margin: 3% 2% 3% 2%;
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  	margin-bottom: 25px;
    line-height: 115%;
    }
.property2 {
    width: 95%;
	height:400px;
    display: inline-block;
	vertical-align: middle;
    margin: 3% 2% 3% 2%;
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  	margin-bottom: 25px;
    line-height: 115%;
    }
.semibold {
	padding: 5% 0% 0% 0%;
	font-size: 22px;
	color:#211f20;
	}
.smallerboxwording {
	font-size: 15px;
	padding: 2% 7% 0% 7%;
	}
.serviceimages{
 width:100%;
 height:270px;
 object-fit:cover;
}
.services {
background-image: url(images/thirdfloorservicesmobile.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
	float:left;
	position: relative;
	text-align: left;
	padding: 15% 0% 5% 0%;
	}
.serviceswrapper {
	padding: 0% 10% 0% 6%;	
	}
	.servicesrow {
		display: flex;
		flex-direction: column;
		padding: 0;
	}

	.servicedetails {
		width: 90%;
		margin: 0 auto 6% auto;
		text-align: left;
		background-color: transparent;
		border-style: none;
		box-shadow: none;
		padding: 2% 4% 4% 4%;
		border-right: none;
		border-bottom: none;   /* remove the full-width border */
		position: relative;
		padding-bottom: 0%;  
	}

	.servicedetails:last-of-type {
		border-bottom: none;
	}

	.servicecontent {
		width: fit-content;
		max-width: 100%;      /* stops it overflowing on narrow phones */
		padding-bottom: 6%;
		border-bottom: 1px solid rgba(183, 137, 0, 0.5);
	}

	.servicedetails:last-of-type .servicecontent {
		border-bottom: none;
	}
.servicestitle {
	font-size: 30px;
	padding: 1% 0% 1% 0%;
	}
.smallerwriting {
	font-size: 	16px;
	line-height: 120%;
	display: inline-block;
	}
.servicetitles {
	font-size: 18px;
	padding: 1% 0% 2% 0%;
	color: #B78900;
	}
.servicestitlesmaller {
	font-size: 	20px;
	}
.servicelists {
	line-height: 140%;
	font-size: 17px;
	}
.servicesgolficon {
	width: 40px;
	height:auto;
	padding: 0% 0% 1% 0%;
	}
.servicesgolficon2 {
	width: 35px;
	height:auto;
	padding: 0% 0% 2% 0%;
	}
.servicesgolficon3 {
	width: 43px;
	height:auto;
	padding: 0% 0% 2% 0%;
	}
.enquiries {
	line-height: 130%;
	font-size: 17px;
	padding: 0% 0% 4% 0%;
	}
/*Map section*/
.housepagemap {
	width: 100%;
	float: left;
	position: relative;
	height: auto;
	overflow: hidden;
	margin: 0;
	background-image: url("images/SHSmapbackmob.webp");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 15% 0% 15% 0%;
	}
.mapwidth {
	width: 80%;
	height: auto;
	text-align: center;
	margin: auto;
	padding: 5% 0% 8% 0%;
	}
.mapwidth iframe {
	width: 100%; 
	height:250px;
	box-shadow: 2px 3px 5px 2px #737272;
	}
.mapfind {
	width: 20px;
	height: auto;
	padding: 0% 0% 1% 0%;
	vertical-align: text-top;
	}
.tabletitles {
	text-align: center;
	color:#211f20;
	font-size: 19px;
	padding: 0% 18% 0% 18%;
	line-height: 140%;
	}
/*Office pages*/
.officebanner {
	width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;  
	background-image: url("images/145HighStreetmobile.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	}
.officebanner2 {
	width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;  
	background-image: url("images/71LRbackgroundmob.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	}
.officetextbox {
	width: 72%;
	height: auto;
	padding: 50% 24% 20% 4%;
	margin:auto;
	color: white;
	font-size: 18px;
	}
.servicesbox {
width: 100%;
	height: auto;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 15% 0% 8% 0%;
	}
.slideshowboxes {
	width: 93%;
	height:auto;
	float: none;
	position: relative !important;
	overflow: hidden;
	padding-bottom: 8%;
	margin: 0 auto;
	}
.goldline2 {
     padding: 1% 0% 3% 0%;
    width: 250px;
    height: auto;
    }
.boxes {
   position: relative;
	height: auto;
	width: 90%;
	padding: 0% 0% 4% 5%;
	text-align: center;
    }
.propertytitle {
	font-size: 27px;
	text-align: center;
	padding-bottom: 1%;
	}
.propertydetails span {
    display: block;
    padding-left: 30px;
    text-indent: -30px;
    margin-bottom: 8px;
	text-align: left;
	padding-bottom: 0.5%;
}
.propertydetails .building {
    width: 19px;
    height: auto;
    vertical-align: middle;
    margin-right: 8px;
}
.pleaseemail {
	text-align: center;
	line-height: 120%;
	}
.servicesbuttons {
	padding: 2.5% 0% 1.2% 0%;
	font-size: 20px;
	text-align: center;
	Width: 140px;
	Height: 30px;
	display: inline-block;
	color:white;
	margin: 8% 1% 4% 0%;
    font-weight: 900;
    letter-spacing: 0%;
    background-color:#c49f39;
	border-radius: 10px;	
	}
/*Slides*/
.ws-arrow {
width:35px;
height:35px;
font-size:20px;
    }
.ws-prev {
left:10px;
}
.ws-next {
right:10px;
}
.ws-dots {
bottom:10px;
}
.ws-lightbox-close {
right:15px;
top:10px;
    }
 .ws-lightbox-prev,
 .ws-lightbox-next {
width:40px;
height:40px;
font-size:22px;
 }
/*Reviews*/
.reviewssection {
	width: 100%;
	height: auto;
	margin: 0% 0% 4% 0%;
	float:left;
	position: relative !important;  
  	text-align: center;
	}
.reviewstitle {
  color: aliceblue;
    text-align: center;
	font-size: 28px;
	line-height: 120%;
    padding: 10% 0% 10% 0%;
	background-image: url("images/reviewsbackground.jpg");
	background-size: cover;
	font-weight: 900;
	letter-spacing: 3px;
	width: 100%;
	margin: 0% 0% 6% 0%;	
	}
.review1, .review2, .review3, .review4 {
    width: 93%;
	height:auto;
    display: inline-block;
	vertical-align: middle;
    margin: 3% 2% 3% 2%;
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  	margin-bottom: 25px;
    line-height: 115%;
    }
.reviewtext {
	padding: 2% 5% 8% 5%;
	line-height: 150%;
	}
.academy {
	width: 150px;
	height: auto;
	padding: 5% 0% 0% 0%;
	}
.dovetail {
	width: 170px;
	height: auto;
	padding: 5% 0% 2% 0%;	
	}
.genavast {
	width: 120px;
	height: auto;
	padding: 5% 0% 0% 0%;
	}
.quoteiconleft {
	width: 20px;
	height: auto;
	padding-right: 1%;
	padding-bottom: 0%;
	vertical-align: bottom;
	}
.quoteiconright {
	width: 20px;
	height: auto;
	padding-left: 1%;
	padding-bottom: 0%;
	vertical-align: bottom;
	}
/*Contact us*/
.officebanner3 {
	width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;  
	background-image: url("images/contactbackgroundmob.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	}
.housepagemap2 {
	width: 100%;
	float: left;
	position: relative;
	height: auto;
	overflow: hidden;
	margin: 0;
	background-image: url("images/SHSmapbackmob.webp");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 15% 0% 15% 0%;
	}
/*Privacy page*/
.cookiepolicy {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    padding-top: 35%;
    }
.privacytitle {
     font-size: 22px;
    padding: 3% 5% 3% 5%;
    line-height: 140%;
    }
.policywording {
      padding: 0% 5% 8% 5%;
    text-align: justify;
    font-size: 15px;
    line-height: 150%;
    }
.privacysubtitles {
     font-size: 20px;
    padding: 2% 0% 0% 0%;
    }
/*Sitemap*/

.sitemap {
	width: 100%;
    height: auto;
	float: left;
	padding: 10% 0% 5% 0%;
    background-color: #211f20;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	}
.sitemap2 {
	width: 100%;
    height: auto;
	float: left;
	padding: 5% 0% 5% 0%;
    background-color: #211f20;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	}
.sitemap3 {
	width: 100%;
    height: auto;
	float: left;
	padding: 6% 0% 8% 0%;
    background-color: #211f20;
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	}
.sitemapspacing {
	line-height: 24px;
	font-size: 15px;
	padding: 0% 5% 0% 5%;
	}
.sitemapspacing2 {
	font-size: 17px;
	line-height: 45px;
	}
.sitemapspacing4 {
	line-height: 23px;
    font-size: 12px;
	}
.cookiewriting {
	font-size: 11px;
    padding: 6% 0% 8% 0%;
	}
.webdesigner {
	font-size: 12px;
    padding-top: 5%;
	}
.sitemapspacing3 {
	font-size: 12px;
	line-height: 26px;
    padding-top: 2%;
	}
.sitemaptitlesize {
	padding-bottom: 2%;
	font-size: 15px;
	}
.envelopeicon {
	width: 18px;
	height: auto;
    padding: 0% 1% 0.4% 1%;
    vertical-align: middle;
	}
.phoneicon {
	width: 16px;
	height: auto;
    padding: 0% 1.5% 0.5% 0%;
    vertical-align: middle;
	}
.simicon {
	width: 160px;
	height: auto;
	padding: 1% 0% 1% 0%;
	}
}
/*==================================================
TABLET VIEW
768px - 1023px
==================================================*/
@media only screen and (min-width:768px) and (max-width:1023px){
nav {
	z-index:10;
	width: 100%;
	height: 140px;
	position: fixed;
    background-color:#211f20;
	margin-top: 0;
    	  -webkit-box-shadow: 0 14px 2px -3px #222;
  -moz-box-shadow: 0 2px 14px -3px #222;
  box-shadow: 0 2px 14px -3px #222;
    }
/*Navigation*/
.sidenav .closebtn {
    position: absolute;
    top: 2%;
    left: 2%;
    font-size: 26px;  
}
.burger {
	position: fixed;
	right: 0;
	margin-right: 4.5%;
	top: 3%;
	z-index: 30;
    font-family: myFontRoboto;
    color: white;
}
.logo {
	float:left;
	width: 180px;
	height: auto;
	margin: 13px 0px 13px 15px;
}
.menutext2 {
    text-align: center;
    font-size: 14px;
	padding: 7% 0% 0% 0%;
	color:white;
	width: 90%;
	line-height: 200%;
    }
.blackphoneicon {
	width: 15px;
	height: auto;
    padding: 0% 0.3% 0% 0%;
    vertical-align: middle;	
	}
.dropdown-content {
        min-width: 160px;
     line-height: 160%;
	font-size: 14px;
    }
.dropdown-content a {
         padding: 12px 16px; 
    }
.dropbtn {
	background-color:#211f20;
    color: white;
    padding: 10px 6px 10px 16px;
   	font-size: 14px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    z-index: 999; 
    }
.arrow {
	font-size: 12px;	
	}
.homepagesection1 {
	width: 100%;
	height: auto;
	margin: 3% 0% 0% 0%;
	float:left;
	position: relative !important;  
	background-image: url("images/tabletbackground.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	}
.welcometitle {
	font-size: 35px;
	padding: 2% 10% 3% 10%;
	font-family: myFontChantillyreg;
	}
.letterspacing {
	letter-spacing: 3px;
	}
.smallwelcometitle {
	font-size: 20px;
	color: #D4AF37;
	text-shadow: #392849 1px 1.5px;
	}
.firsttitle {
     font-size: 0px;
    padding-bottom: 2%;
    display: inline-block;
	color: transparent;
    }
.maintitle {
	font-size: 35px;
	font-family: myFontChantillyreg;
	text-shadow: #392849 1px 1.5px;
	padding-bottom: 2%;
	}
.smallertext {
	font-size: 17px;
	letter-spacing: 17%;
}
.maintitletext {
     padding: 0% 30% 0% 0%; 
	font-size: 20px;
    }
.maintextbox {
	width: 90%;
	height: auto;
	padding: 20% 3% 10% 3%;
	margin:auto;
	color: white;
	font-size: 17px;
	}
.goldline {
     width: 400px;
    height: auto;
	padding-bottom: 2%;
    }
.mainpagebuttons {
    padding: 2% 0% 1.8% 0%;
	font-size: 22px;
	text-align: center;
	Width: 180px;
	Height: 33px;
	display: inline-block;
	color:white;
	margin: 5% 1% 5% 0%;
    font-weight: 900;
    letter-spacing: 0%;
    background-color:#c49f39;
	border-radius: 10px;
    }
/*Service boxes*/
.whatwedo {
	width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;  
  	text-align: center;
	padding: 5% 0% 5% 0%;
	}
.imageboxes {
	width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;  
  	text-align: center;
	padding: 2% 0% 5% 0%;	
	}
.property1 {
    width: 460px;
	height:380px;
    display: inline-block;
	vertical-align: middle;
    margin: 3% 2% 3% 2%;
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  	margin-bottom: 25px;
    line-height: 115%;
    }
.property2 {
    width: 460px;
	height:380px;
    display: inline-block;
	vertical-align: middle;
    margin: 3% 2% 3% 2%;
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  	margin-bottom: 25px;
    line-height: 115%;
    }
.semibold {
	padding: 6% 0% 0% 0%;
	font-size: 22px;
	color:#211f20;
	}
.smallerboxwording {
	font-size: 15px;
	padding: 2% 7% 0% 7%;
	}
.serviceimages{
	width:100%;
    height:250px;
    object-fit:cover;
}
.services {
background-image: url(images/thirdfloorservicesmob.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
	float:left;
	position: relative;
	text-align: left;
	padding: 8% 0% 5% 0%;
	}
.serviceswrapper {
	padding: 0% 10% 0% 6%;	
	}
	.servicesrow {
		display: flex;
		flex-direction: column;
		padding: 0;
	}

	.servicedetails {
		width: 90%;
		margin: 0 auto 6% auto;
		text-align: left;
		background-color: transparent;
		border-style: none;
		box-shadow: none;
		padding: 2% 4% 4% 4%;
		border-right: none;
		border-bottom: none;   /* remove the full-width border */
		position: relative;
		padding-bottom: 0%;  
	}

	.servicedetails:last-of-type {
		border-bottom: none;
	}

	.servicecontent {
		width: fit-content;
		max-width: 100%;      /* stops it overflowing on narrow phones */
		padding-bottom: 6%;
		border-bottom: 1px solid rgba(183, 137, 0, 0.5);
	}

	.servicedetails:last-of-type .servicecontent {
		border-bottom: none;
	}
.servicestitle {
	font-size: 35px;
	padding: 1% 0% 1% 0%;
	}
.smallerwriting {
	font-size: 	16px;
	line-height: 120%;
	display: inline-block;
	}
.servicetitles {
	font-size: 18px;
	padding: 1% 0% 2% 0%;
	color: #B78900;
	}
.servicestitlesmaller {
	font-size: 	20px;
	}
.servicelists {
	line-height: 170%;
	font-size: 18px;
	}
.servicesgolficon {
	width: 30px;
	height:auto;
	padding: 2% 0% 2% 0%;
	}
.servicesgolficon2 {
	width: 25px;
	height:auto;
	padding: 2% 0% 2% 0%;
	}
.servicesgolficon3 {
	width: 33px;
	height:auto;
	padding: 2% 0% 2% 0%;
	}
.enquiries {
	line-height: 150%;
	font-size: 18px;
	}
/*Map*/
.housepagemap {
	width: 100%;
	float: left;
	position: relative;
	height: auto;
	overflow: hidden;
	margin: 0;
	background-image: url("images/SHSmapbackmob.webp");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10% 0% 4% 0%;
	}
.mapwidth {
	width: 90%;
	height: auto;
	text-align: center;
	margin: auto;
	padding: 3% 0% 15% 0%;
	}
.mapwidth iframe {
	width: 600px; 
	height:400px;
	box-shadow: 2px 3px 5px 2px #737272;
	}
.mapfind {
	width: 23px;
	height: auto;
	padding: 0% 0% 0.5% 0%;	
	vertical-align: text-top;
	}
.tabletitles {
	text-align: center;
	color:#211f20;
	font-size: 25px;
	}
/*Office pages*/
.officebanner {
	width: 100%;
	height: auto;
	margin: 3% 0% 0% 0%;
	float:left;
	position: relative !important;  
	background-image: url("images/145HighStreetmobile.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	}
.officebanner2 {
	width: 100%;
	height: auto;
	margin: 5% 0% 0% 0%;
	float:left;
	position: relative !important;  
	background-image: url("images/71LRbackgroundmob.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	}
.officetextbox {
	width: 90%;
	height: auto;
	padding: 25% 3% 10% 3%;
	margin:auto;
	color: white;
	font-size: 17px;
	}
.servicesbox {
	width: 100%;
	height: auto;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 7% 0% 5% 0%;
	}
.slideshowboxes {
	width: 90%;
	height:auto;
	float: none;
	position: relative !important;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 8%;
	}
.boxes {
    position: relative;
	height: auto;
	width: 90%;
	padding: 0% 0% 4% 5%;
	text-align: center;
    }
.propertytitle {
	font-size: 30px;
	text-align: center;
	padding-bottom: 1%;
	}
.goldline2 {
    padding: 1% 0% 3% 0%;
    width: 300px;
    height: auto;
    }
.propertydetails span {
    display: block;
    padding-left: 30px;
    text-indent: -30px;
    margin-bottom: 8px;
	text-align: left;
	font-size: 18px;
}
.propertydetails .building {
    width: 19px;
    height: auto;
    vertical-align: middle;
    margin-right: 8px;
	padding-bottom: 0.5%;
}
.pleaseemail {
	text-align: center;
	line-height: 120%;
	}
.servicesbuttons {
	padding: 1.4% 0% 1.2% 0%;
	font-size: 22px;
	text-align: center;
	Width: 150px;
	Height: 30px;
	display: inline-block;
	color:white;
	margin: 4% 1% 3% 0%;
    font-weight: 900;
    letter-spacing: 0%;
    background-color:#c49f39;
	border-radius: 10px;	
	}
/*Slides*/
.ws-arrow {
width:42px;
height:42px;
font-size:25px;
}
/*Reviews*/
.reviewssection {
	width: 100%;
	height: auto;
	margin: 0% 0% 3% 0%;
	float:left;
	position: relative !important;  
  	text-align: center;
	}
.reviewstitle {
	color:aliceblue;
    text-align: center;
	font-size: 25px;
	line-height: 0%;
    padding: 8% 0% 7% 0%;
	background-image: url("images/reviewsbackground.jpg");
	background-size: cover;
	font-weight: 900;
	letter-spacing: 3px;
	width: 100%;
	margin: 0% 0% 4% 0%;	
	}
.review1, .review2, .review3, .review4 {
    width: 90%;
	height:auto;
    display: inline-block;
	vertical-align: middle;
    margin: 3% 2% 3% 2%;
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  	margin-bottom: 25px;
    line-height: 115%;
    }
.reviewtext {
	padding: 3% 3% 3% 3%;
	line-height: 150%;
	}
.academy {
	width: 150px;
	height: auto;
	padding: 5% 0% 0% 0%;
	}
.dovetail {
	width: 170px;
	height: auto;
	padding: 5% 0% 2% 0%;	
	}
.genavast {
	width: 120px;
	height: auto;
	padding: 3% 0% 0% 0%;
	}
.quoteiconleft {
	width: 20px;
	height: auto;
	padding-right: 1%;
	padding-bottom: 0%;
	vertical-align: bottom;
	}
.quoteiconright {
	width: 20px;
	height: auto;
	padding-left: 1%;
	padding-bottom: 0%;
	vertical-align: bottom;
	}
/*Contact us*/
.officebanner3 {
	width: 100%;
	height: auto;
	margin: 5% 0% 0% 0%;
	float:left;
	position: relative !important;  
	background-image: url("images/contactbackgroundmob.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	}
.housepagemap2 {
	width: 100%;
	float: left;
	position: relative;
	height: auto;
	overflow: hidden;
	margin: 0;
	background-image: url("images/LondonRoadmapbackmob.webp");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 10% 0% 4% 0%;
	}
/*Privacy page*/
.privacytitle {
	font-size: 30px;
	padding: 6% 5% 2% 5%;;
	}
.cookiepolicy {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    padding-top: 18%;
    }
.policywording {
      padding: 0% 5% 7% 5%;
    text-align: justify;
	font-size: 18px;
	line-height: 150%;
    }
.privacysubtitles {
     font-size: 22px;
    padding: 2% 0% 0% 0%;
    }
/*Sitemap*/
.sitemap {
	width: 100%;
    height: auto;
	float: left;
	padding: 5% 0% 5% 0%;
   	background-color: #211f20;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	}
.sitemap2 {
    width: 100%;
    height: auto;
	float: left;
	padding: 10% 0% 8% 0%;
    background-color: #211f20;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    }
.sitemap3 {
    width: 100%;
    height: auto;
	float: left;
	padding: 8% 0% 8% 0%;
   	background-color:#211f20;
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    }
.sitemapspacing {
	line-height: 26px;
	font-size: 18px;
    padding: 0% 15% 0% 15%;
	}
.sitemapspacing2 {
	font-size: 20px;
	line-height: 50px;
	}
.sitemapspacing4 {
	line-height: 28px;
    font-size: 13px;
	}
.cookiewriting {
	font-size: 13px;
   padding: 1% 0% 2% 0%;
	}
.webdesigner {
	font-size: 13px;
    padding-top: 2%;
	}
.sitemapspacing3 {
	font-size: 16px;
	line-height: 26px;
    padding-top: 2%;
	}
.sitemaptitlesize {
	padding-bottom: 2%;
	font-size: 15px;
	}
.envelopeicon {
	width: 18px;
	height: auto;
    padding: 0% 2% 1% 1%;
    vertical-align: middle;
	}
.phoneicon {
	width: 17px;
	height: auto;
    padding: 0% 2% 1% 0%;
    vertical-align: middle;
	}
.simicon {
	width: 180px;
	height: auto;
	padding: 1% 0% 1% 0%;
	}
}
/*==================================================
DESKTOP VIEW
1024px +
==================================================*/
@media only screen and (min-width:1024px){
nav {
	z-index:10;
	width: 100%;
	height: 120px;
	position: fixed;
    background-color: #211f20;
	margin-top: 0;
   	-webkit-box-shadow: 0 14px 2px -3px #222;
  	-moz-box-shadow: 0 2px 14px -3px #222;
  	box-shadow: 0 2px 14px -3px #222;
    }
/*Navigation*/
.sidenav .closebtn {
    position: absolute;
    top: 2%;
    left: 2%;
    font-size: 26px;  
}
.burger {
	position: fixed;
	right: 0;
	margin-right: 3%;
	top: 3%;
	z-index: 30;
	border: thick white;
    font-family: myFontRoboto;
}
.logo {
	float:left;
	width: 180px;
	height: auto;
	margin: 10px 0px 16px 45px;
}
.menutext2 {
    text-align: center;
    font-size: 18px;
	padding: 3% 0% 0% 0%;
	color:white;
	width: 88%;
	line-height: 200%;
	}
.blackphoneicon {
	width: 15px;
	height: auto;
    padding: 0% 0.1% 0.2% 0%;
    vertical-align: middle;	
	}
.dropdown-content {
        min-width: 150px;
     line-height: 160%;
	font-size: 16px;
    }
.dropdown-content a {
         padding: 12px 16px; 
    }
.dropbtn {
	background-color:#211f20;
    color: white;
    padding: 10px 4px 10px 16px;
   	font-size: 18px;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    z-index: 999;
    }
.arrow {
	font-size: 12px;	
	}
.homepagesection1 {
	width: 100%;
	height: auto;
	margin: 5% 0% 0% 0%;
	float:left;
	position: relative !important;  
   	background-image: url("images/1_IMG_1658.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;

	}
.welcometitle {
	font-size: 29px;
	padding: 0% 10% 1% 10%;
	font-family: myFontChantillyreg;
	}
.letterspacing {
	letter-spacing: 3px;
	}
	
.smallwelcometitle {
	font-size: 20px;
	color: #D4AF37;
	text-shadow: #392849 1px 1.5px;
	}
.firsttitle {
     font-size: 0px;
    padding-bottom: 3%;
    display: inline-block;
	color: transparent;
    }
.maintitle {
	font-size: 45px;
	font-family: myFontChantillyreg;
	text-shadow: #392849 1px 1.5px;
    text-align:left;
    letter-spacing: 10%;
	}
.smallertext {
	font-size: 22px;
	letter-spacing: 15%;
}
.maintitletext {
    padding: 0% 45% 0% 0%;
	line-height: 140%;
	font-size: 22px;
    }
.maintextbox {
	width: 90%;
	height: auto;
	padding: 9% 3% 10% 3%;
	margin:auto;
	color: white;
	font-size: 19px;
	font-weight: 700;
    text-align: left;
	}
.goldline {
     width: 700px;
    height: auto;
    padding: 1% 0% 1.5% 0%;
    }
.mainpagebuttons {
    padding: 1.2% 0% 1.2% 0%;
	font-size: 22px;
	text-align: center;
	Width: 180px;
	Height: 30px;
	display: inline-block;
	color:white;
	margin: 3% 1% 0% 0%;
    font-weight: 900;
    letter-spacing: 0%;
    background-color:#c49f39;
	border-radius: 10px;
    }
/*Service boxes*/
.whatwedo {
	width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;  
  	text-align: center;
	padding: 2% 0% 5% 0%;
	
	}
.imageboxes {
	width: 100%;
	height: auto;
	margin: 0% 0% 0% 0%;
	float:left;
	position: relative !important;  
  	text-align: center;
	padding: 2% 0% 5% 0%;	
	}
.property1 {
    width: 530px;
	height:470px;
    display: inline-block;
	vertical-align: middle;
    margin: 3% 2% 3% 2%;
  	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  	margin-bottom: 25px;
    line-height: 115%;

    }
.property2 {
    width: 530px;
	height:470px;
    display: inline-block;
	vertical-align: middle;
    margin: 3% 2% 3% 2%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  	margin-bottom: 25px;
    line-height: 115%;
    }
.semibold {
	padding: 5% 0% 0% 0%;
	font-size: 22px;
	color:#211f20;
	}
.smallerboxwording {
	font-size: 15px;
	padding: 2% 7% 0% 7%;
	}
.serviceimages{
    width:100%;
    height:340px;
    object-fit:cover;
}
.services {
background-image: url(images/thirdfloorservicesdesk.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
	float:left;
	position: relative;
	text-align: left;
	padding: 4% 0% 5% 0%;
	}
.serviceswrapper {
	padding: 0% 30% 0% 6%;	
	}
	.servicesrow {
		display: flex;
		padding: 0 4%; /* the extra outer padding — equal both sides */
	}

	.servicedetails {
		box-sizing: border-box;
		flex: 1 1 0;         /* forces all four boxes to be exactly equal width */
		width: auto;
		margin: 3% 0 2% 0;   /* side margins removed — flex spacing replaces them */
		padding: 2.5% 2% 1.5% 2%;
		background-color: transparent;
		border-style: none;
		box-shadow: none;
		border-right: 1px solid rgba(183, 137, 0, 0.5);
		text-align: left;
	}

	.servicedetails:last-of-type {
		border-right: none;
	}
.servicestitle {
	font-size: 40px;
	padding: 1% 0% 1% 0%;
	}
.smallerwriting {
	font-size: 	16px;
	line-height: 120%;
	display: inline-block;
	}
.servicetitles {
	font-size: 18px;
	padding: 1% 0% 2% 0%;
	color: #B78900;
	}
.servicestitlesmaller {
	font-size: 	20px;
	}
.servicelists {
	line-height: 170%;
	font-size: 18px;
	}
.servicesgolficon {
	width: 30px;
	height:auto;
	padding: 2% 0% 2% 0%;
	}
.servicesgolficon2 {
	width: 25px;
	height:auto;
	padding: 2% 0% 2% 0%;
	}
.servicesgolficon3 {
	width: 33px;
	height:auto;
	padding: 2% 0% 2% 0%;
	}
.enquiries {
	line-height: 150%;
	font-size: 18px;
	}
/*Map*/
.housepagemap {
	width: 100%;
	float: left;
	position: relative;
	height: auto;
	overflow: hidden;
	margin: 0;
	background-image: url("images/SHSmapbackdesk.webp");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5% 0% 5% 0%;
	}
.mapwidth {
	width: 70%;
	height: auto;
	text-align: center;
	margin: auto;
	padding: 3% 0% 6% 0%;
	}
.mapwidth iframe {
	width: 800px; 
	height:450px;
	box-shadow: 2px 3px 5px 2px #737272;
	}
.mapfind {
	width: 27px;
	height: auto;
	padding: 0.1% 0% 0% 0%;
	vertical-align: text-top;
	}
.tabletitles {
	text-align: center;
	color:#211f20;
	font-size: 28px;
	}
/*Office pages*/
.officebanner {
	width: 100%;
	height: auto;
	margin: 5% 0% 0% 0%;
	float:left;
	position: relative !important;  
   	background-image: url("images/145HighStreetdesk.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	}
.officebanner2 {
	width: 100%;
	height: auto;
	margin: 5% 0% 0% 0%;
	float:left;
	position: relative !important;  
   	background-image: url("images/balconybackgrounddesk.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	}
.officetextbox {
	width: 90%;
	height: auto;
	padding: 15% 3% 10% 3%;
	margin:auto;
	color: white;
	font-size: 19px;
	font-weight: 700;
    text-align: left;
	}
.servicesbox {
	width: 50%;
	height:auto;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 4.5% 0% 3% 0%;
    text-align: justify;
	}
.slideshowboxes {
	width: 50%;
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 5%;
	box-sizing: border-box;
	}
 .boxes {
    position: relative;
	 height: auto;
	 width: 93%;
	 padding: 0% 0% 4% 7%;
	 text-align: center;
    }
.goldline2 {
    padding: 0.5% 0% 2% 0%;
    width: 300px;
    height: auto;
    }
.propertytitle {
	font-size: 30px;
	text-align: center;
	padding-bottom: 1%;
	}
.propertydetails span {
    display: block;
    padding-left: 30px;
    text-indent: -30px;
    margin-bottom: 8px;
	text-align: left;
	font-size: 18px;
}
.propertydetails .building {
    width: 19px;
    height: auto;
    vertical-align: middle;
    margin-right: 8px;
	padding-bottom: 0.5%;
}
.pleaseemail {
	text-align: center;
	line-height: 120%;
	}
.servicesbuttons {
	padding: 1.2% 0% 1.2% 0%;
	font-size: 22px;
	text-align: center;
	Width: 150px;
	Height: 30px;
	display: inline-block;
	color:white;
	margin: 3% 1% 0% 0%;
    font-weight: 900;
    letter-spacing: 0%;
    background-color:#c49f39;
	border-radius: 10px;	
	}
/*Slides*/
.ws-gallery {
    position: relative;
    width: 100%;
    max-width: none;
    margin: 0;
    overflow: hidden;
}

.ws-track {
    display: flex;
    width: 100%;
}
.ws-slide {
    flex: 0 0 100%;
    position: relative;
    aspect-ratio: 3 / 2;
}
.ws-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
/*Reviews*/
.reviewssection {
	width: 100%;
	height: auto;
	margin: 3% 0% 0% 0%;
	float:left;
	position: relative !important;  
  	text-align: center;
	padding: 0% 0% 3% 0%;
	}
.reviewstitle {
	color:aliceblue;
   	text-align: center;
	font-size: 33px;
	line-height: 0%;
    padding: 6% 4% 5% 4%;
	margin: 0% 0% 3% 0%;
	background-image: url("images/reviewsbackground.jpg");
	font-weight: 900;
	letter-spacing: 6px;	
	}

.reviewsrow2 {
	display: flex;
	align-items: stretch;
	padding: 0% 3% 0% 3%;
}
.review1, .review2,.review3,
.review4 {
	box-sizing: border-box;
	flex: 1 1 0;          /* replaces width: 40% — equal width, no fixed height needed */
	height: auto;          /* was 540px */
	margin: 1% 1% 3% 1%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
	line-height: 115%;
}
.reviewtext {
	padding: 3% 5% 8% 5%;
	line-height: 170%;
	}
.academy {
	width: 150px;
	height: auto;
	padding: 3% 0% 0% 0%;
	}
.dovetail {
	width: 170px;
	height: auto;
	padding: 5% 0% 2% 0%;	
	}
.genavast {
	width: 120px;
	height: auto;
	padding: 3% 0% 0% 0%;
	}
.quoteiconleft {
	width: 20px;
	height: auto;
	padding-right: 1%;
	padding-bottom: 0%;
	vertical-align: bottom;
	}
.quoteiconright {
	width: 20px;
	height: auto;
	padding-left: 1%;
	padding-bottom: 0%;
	vertical-align: bottom;
	}
/*Contact us*/
.officebanner3 {
	width: 100%;
	height: auto;
	margin: 5% 0% 0% 0%;
	float:left;
	position: relative !important;  
   	background-image: url("images/contactbackgrounddesk.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	}
.housepagemap2 {
	width: 100%;
	float: left;
	position: relative;
	height: auto;
	overflow: hidden;
	margin: 0;
	background-image: url("images/LondonRoadmapback.webp");
	background-repeat: no-repeat;
	background-size: cover;
	padding: 5% 0% 5% 0%;
	}
/*Privacy page*/
.privacytitle {
	font-size: 30px;
	padding-top: 3%;
	}
.cookiepolicy {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    padding-top: 8%;
	margin: 0% 0% 0% 0%;
	
    }
.policywording {
    padding: 0% 10% 5% 10%;
    text-align: justify;
	line-height: 180%;
	font-size: 18px;
	
    }
.privacysubtitles {
    font-size: 25px;
    padding: 2% 0% 0% 0%;
    }
/*Sitemap*/
.sitemap {
	width: 33.33%;
    height: 300px;
	float: left;
	padding: 3% 0% 1% 0%;
   	background-color: #211f20;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	}
.sitemap2 {
	width: 33.33%;
    height: 300px;
	float: left;
	padding: 3% 0% 1% 0%;
    background-color: #211f20;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	}
.sitemap3 {
	width: 33.33%;
    height: 300px;
	float: left;
	padding: 3% 0% 1% 0%;
	background-color:#211f20;
    background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	}
.sitemapspacing {
	line-height: 28px;
	font-size: 15px;
	padding: 0% 5% 0% 5%;
	}
.sitemapspacing2 {
	font-size: 17px;
	line-height: 40px;
	}
.sitemapspacing4 {
	line-height: 20px;
    font-size: 13px;

	}
.cookiewriting {
	font-size: 11px;
     padding: 2% 0% 5% 0%;
	}
.webdesigner {
	font-size: 11px;
    padding-top: 2%;
	}
.sitemapspacing3 {
	font-size: 12px;
	line-height: 26px;
    padding-top: 2%;
	}
.sitemaptitlesize {
	padding-bottom: 2%;
	font-size: 15px;
	}
.envelopeicon {
	width: 19px;
	height: auto;
    padding: 0% 1% 0.4% 2%;
    vertical-align: middle;
	}
.phoneicon {
	width: 15px;
	height: auto;
    padding: 0% 1% 0.2% 0%;
    vertical-align: middle;
	}
.simicon {
	width: 130px;
	height: auto;
	padding: 1% 0% 1% 0%;
	}
}