@font-face {
	font-family: "effra";
	src: url("fonts/effra-regular.woff2") format("woff2"), url("fonts/effra-regular.woff2") format("woff"), url("fonts/effra-regular.woff2") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
}

@font-face {
	font-family: "effra";
	src: url("fonts/effra-bold.woff2") format("woff2"), url("fonts/effra-bold.woff") format("woff"), url("fonts/effra-bold.otf") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 700;
	font-stretch: normal;
}

@font-face {
	font-family: "effra";
	src: url("fonts/effra-medium.woff2") format("woff2"), url("fonts/effra-medium.woff") format("woff"), url("fonts/effra-medium.otf") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 500;
	font-stretch: normal;
}

body {
	font-family: effra, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #9c9c9c;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	width: 100%;
}

.admin-bar {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 30px;
	background: #333333;
	z-index: 10000;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
}
.admin-bar p {
	margin: 0 15px;
	display: inline;
}
@media (max-width: 500px) {
	.admin-bar p {
		margin: 0 5px;
		display: inline;
	}
    .admin-bar p.title {
        display: none;
    }
}
.admin-bar img {
	vertical-align: middle;
}
.admin-bar .faded {
	color: #999999;
}
.admin-bar .edit-page-url, .admin-bar .edit-page-url:hover, .admin-bar .edit-page-url:focus {
	background: none;
	border: 0;
	margin: 0;
	padding: 2px 0;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 30px;
}
.admin-bar .edit-page-url:hover, .admin-bar .edit-page-url:focus {
	background: #FFFFFF;
	color: #000000;
}
.admin-bar .admin-menu {
	list-style: none;
	margin: 0 10px;
	padding: 0;
	float: right;
	text-align: right;
	white-space: nowrap;
}
@media (max-width: 600px) {
	.admin-bar .admin-menu {
		margin: 0 5px;
	}
	.admin-bar .admin-menu li.view-website {
		display: none;
	}
}
.admin-bar .admin-menu li {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
.admin-bar .admin-menu li a {
	display: block;
	padding: 0 20px;
	text-decoration: none;
	color: #FFFFFF;
}
.admin-bar .admin-menu li:hover a, .admin-bar .admin-menu li a:hover {
	background: #000000;
	color: #FFFFFF;
}
.admin-bar .admin-menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	right: 0;
	background: #000000;
	box-shadow: 0 0 5px #000000;
	min-width: 200px;
	display: none;
}
.admin-bar .admin-menu li:hover ul {
	display: block;
}
.admin-bar .admin-menu li:hover ul li ul {
	display: none;
}
.admin-bar .admin-menu li:hover ul li:hover ul {
	display: block;
}
.admin-bar .admin-menu li ul li {
	float: none;
}
.admin-bar .admin-menu li ul li a {
	padding: 5px 20px;
}
.admin-bar .admin-menu li:hover ul li a {
	background: none;
}
.admin-bar .admin-menu li:hover ul li:hover, .admin-bar .admin-menu li ul li a:hover {
	background: #333333;
}
.admin-bar .admin-menu li ul li ul {
	top: 5%;
	right: 95%;
}
@media (max-width: 500px) {
	.admin-bar .admin-menu li ul li ul {
		display: block !important;
		position: static;
		box-shadow: none;
		padding-left: 10px;
		font-size: 0.9em;
	}
}
.page-text {
	display: block;
	min-height: 20px;
}
.page-text:hover {
	background: #CCCCCC;
	color: #000000;
}
.page-text:hover * {
	color: #000000;
}
.page-text, .page-text a {
	cursor: text !important;
}
#page-text-edit-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9000;
	background: rgba(0, 0, 0, 0.5);
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
#page-text-edit-wrapper .page-text-edit-box {
	margin: 50px auto;
	width: 70%;
	min-width: 800px;
	max-height: 90%;
	padding: 0 10px 10px;
	background: #EEEEEE;
	box-shadow: 0 0 20px #000000;
	overflow: auto;
	color: #333333;
	position: relative;
}
.close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #990000;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
}
.close-button:hover {
	color: #990000;
	text-decoration: none;
}
.close-button img {
	vertical-align: middle;
}
#page-text-edit-wrapper .page-text-edit-box textarea {
	width: 98%;
	min-width: 98%;
	max-width: 98%;
	height: 400px;
	min-height: 100px;
	margin: 10px 0;
	display: block;
}
#page-text-edit-wrapper .form-row .form-label {
	float: left;
	width: 200px;
	max-width: 28%;
}
#page-text-edit-wrapper .form-row .form-label label {
	line-height: 35px;
}
#page-text-edit-wrapper .form-row .form-field {
	text-align: right;
	position: relative;
}
#page-text-edit-wrapper .form-row .form-field input, #page-text-edit-wrapper .form-row .form-field textarea {
	width: 70%;
	min-width: 70%;
	max-width: 70%;
}
#page-text-edit-wrapper .form-row .form-field select {
	width: 72%;
	min-width: 72%;
	max-width: 72%;
}
.mce-tinymce button, .mce-reset button {
	box-shadow: none !important;
	background: transparent !important;
	color: #595959 !important;
}
.mce-primary button, .mce-primary button i {
	color: #FFFFFF !important;
}
.mce-btn.mce-active button, .mce-btn.mce-active:hover button, .mce-btn.mce-active i, .mce-btn.mce-active:hover i {
	color: #FFFFFF !important;
}
.mce-tinymce button span {
	display: inline;
	line-height: 20px !important;
}
.mce-tinymce button i {
	margin-bottom: 4px;
	line-height: 20px !important;
}
.mce-container table tbody tr:hover td, .mce-container table tbody tr:hover th {
	background: transparent;
}
.mceEditor, .mceEditor * {
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.mceEditor iframe {
	height: 400px;
	min-height: 100px;
}
.mceClose, .mceMax, .mceMed, #edit-text-saved, #edit-text-saving {
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
table tbody tr:hover td.mceMenuItemSeparator, table tbody tr:hover th.mceMenuItemSeparator {
	border-top: 0;
	border-bottom: 0;
}
.mceEditor table tbody tr:hover td a:hover, .mceEditor table tbody tr:hover th a:hover, table tbody tr.mceMenuItem:hover td a:hover, table tbody tr.mceMenuItem:hover th a:hover {
	color: #000000;
}
.mceEditor table tbody tr:hover td, .mceEditor table tbody tr:hover th, table tbody tr.mceMenuItem:hover td, table tbody tr.mceMenuItem:hover th {
	background: #F0F0EE;
	border: 0;
}
.mceEditor table tbody tr:hover .mceIframeContainer {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

/*#wrapper {
	min-height: 100%;
}*/

.admin #wrapper {
	margin-top: 30px;
}

a {
	color: #9c9c9c;
	text-decoration: none;
}
a:hover {
	color: #c7312c;
	text-decoration: underline;
}

img, video {
	border: 0;
	max-width: 100%;
	max-height: 100%;
}

iframe {
	max-width: 100%;
	border: 0 none;
}

h1 {
	text-align: center;
	font-size: 2em;
	font-weight: 400;
	margin: 0.5em 0;
}
h1.breadcrumbs-header {
	background: #9c9c9c;
	color: #FFFFFF;
}
h1.breadcrumbs-header a {
	color: #FFFFFF;
}
h2 {
	font-size: 2em;
	font-weight: 400;
	margin: 0.5em 0;
}
h3 {
	font-size: 1.6em;
	font-weight: 400;
	margin: 0.5em 0;
}
h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 1em 0 -0.75em;
}
h5 {
    font-size: 1.2em;
	font-weight: bold;
    margin: 1em 0 -0.75em;
}
h6 {
    font-size: 1.1em;
    font-weight: bold;
	margin: 1em 0 -1em;
}
h1 strong, h2 strong, h3 strong {
	font-weight: 900;
}
p {
	margin: 1.5em 0;
}
ul, ol {
	margin: 1em 0;
	padding: 0 0 0 30px;
	text-align: left;
}
ul li, ol li {
	margin: 0.2em 0;
	padding: 0;
}

i {
    vertical-align: middle;
}

hr {
	border: 0;
	border-bottom: 1px solid #9c9c9c;
	margin: 1em 0;
	padding: 0;
	height: 0;
}

.opening-times-day {
	display: inline-block;
	min-width: 6em;
}
.opening-times-time {
	white-space: nowrap;
}

.wrapper {
	margin: 0 auto;
	width: 75%;
    min-width: 900px;
	position: relative;
}
@media (max-width: 940px) {
    .wrapper {
        width: 100%;
        min-width: 0;
    }
}

#header {
	position: relative;
	height: 180px;
}
#header .header-container {
	position: relative;
	height: 180px;
	background: #FFFFFF;
	pointer-events: none;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	transition-duration: 0.5s;
	transition-property: box-shadow;
}
#header .wrapper {
	height: 100%;
}
#header .logo {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1001;
	opacity: 1;
	pointer-events: auto;
	transition-duration: 0.5s;
	transition-property: left, opacity;
}
#header .logo * {
	height: 100%;
}
#header .logo a {
	display: block;
	box-sizing: border-box;
	padding: 20px;
	transition-duration: 0.5s;
	transition-property: padding;
}
#header .logo img {
	display: block;
	max-height: 100%;
	transition-duration: 0.5s;
	transition-property: max-width, max-height;
}
@media (min-width: 801px) {
	#wrapper {
		padding-top: 180px;
	}
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1999;
	}
	.admin #header {
		top: 30px;
	}
}
@media (max-width: 800px) {
	#header .logo {
		left: 62px;
	}
	/*.expanded-mobile-menu #header .logo {
		left: 200px;
		opacity: 0;
		pointer-events: none;
	}*/
	.sticky-nav #header .header-container {
		position: fixed;
		top: -156px;
		left: 0;
		width: 100%;
		height: 200px;
		background: #FFFFFF;
		z-index: 999;
		/*box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);*/
	}
	.admin.sticky-nav #header:after, .admin.sticky-nav #header .header-container {
		top: -126px;
	}
	.sticky-nav #header .logo a {
		padding: 0 20px;
	}
	.sticky-nav #header .logo img {
		max-height: 90px;
	}
}
.contact-details {
	font-size: 1rem;
	position: absolute;
	top: 30px;
	right: 0;
	list-style: none;
	font-weight: 500;
	margin: 0;
	padding: 0;
	float: right;
	text-align: right;
	z-index: 1002;
	pointer-events: auto;
	transition-property: bottom;
	transition-duration: 0.5s;
}
/*.sticky-nav #header .contact-details {
	bottom: 10px;
}*/
@media (max-width: 900px) {
	#header .contact-details {
		max-width: 70%;
	}
}
@media (max-width: 800px) {
	#header .contact-details {
		max-width: 50%;
		text-align: left;
	}
}
@media (max-width: 630px) {
	#header .contact-details {
		font-size: 0.8em;
		text-align: left;
		left: 0;
		margin-left: 300px;
	}
}
@media (max-width: 580px) {
	#header .contact-details {
		display: none;
	}
}
.contact-details li {
	display: inline-block;
	margin: 0 10px;
	padding: 0;
	height: 40px;
	opacity: 1;
	position: relative;
	transition-duration: 0.3s;
	transition-property: opacity;
}
/*.contact-details li .details-wrapper {
	float: left;
	padding: 5px;
	white-space: nowrap;
	overflow: hidden;
	background: rgba(215, 215, 217, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	transition-duration: 0.5s;
	transition-delay: 0.2s;
	transition-property: background, color, border, padding, box-shadow;
}*/
.contact-details li img {
	height: 30px;
	margin-right: 5px;
	vertical-align: middle;
	/*filter: grayscale(100%);*/
	transition-duration: 0.5s;
	transition-delay: 0.2s;
	transition-property: filter, opacity;
}
.contact-details li a {
	color: #000000;
	text-decoration: none;
	transition-duration: 0.3s;
	transition-property: color;
}
.contact-details li a:hover {
	color: #c7312c;
}
/*.contact-details li.facebook, .contact-details li.facebook a {
	color: #3b5998;
}*/
/*.contact-details li.facebook img {
	filter: grayscale(30%) hue-rotate(-25deg) contrast(75%) brightness(180%);
}*/
/*.contact-details li .text {
	position: absolute;
	top: 100%;
	right: 0;
	padding: 10px;
	vertical-align: middle;
	margin-left: 0;
	line-height: 20px;
	opacity: 0;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 5px;
	border-top-right-radius: 0;
	background: #F8F8F8;
	color: #77bbe6;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	transition-duration: 0.5s;
	transition-delay: 0.2s;
	transition-property: opacity, box-shadow;
	pointer-events: none;
}*/
.contact-details li:hover {
	opacity: 1;
}
.contact-details li:hover img {
	opacity: 1;
	filter: grayscale(0%);
}
.contact-details li.facebook:hover img {
	filter: grayscale(0%) hue-rotate(0deg) contrast(100%) brightness(100%);
}
.contact-details li.facebook a:hover {
	color: #3b5998;
}
/*.contact-details li:hover .details-wrapper {
	background: #F8F8F8;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}*/
/*.contact-details li:hover .text {
	width: auto;
	opacity: 1;
	z-index: 1010;
	pointer-events: auto;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}*/
.accreditations {
	list-style: none;
	margin: 0 -2px;
	padding: 0;
	z-index: 1001;
	pointer-events: auto;
}
.accreditations li {
	display: inline-block;
	margin: 0 2px;
	padding: 0;
	opacity: 1;
	position: relative;
	transition-duration: 0.3s;
	transition-property: opacity;
}
.accreditations a {
	text-decoration: none;
}
.accreditations li img {
	max-width: 80px;
	max-height: 50px;
	vertical-align: middle;
}
@media (max-width: 600px) {
	.accreditations li img {
		max-width: 66.666px;
		max-height: 40px;
	}
}
@media (max-width: 400px) {
	.accreditations {
		display: none;
	}
}

#nav {
	font-weight: 900;
	position: relative;
	margin-top: -78px;
	margin-bottom: 38px;
	height: 40px;
	color: #9c9c9c;
	z-index: 2;
}
#nav .wrapper {
	box-sizing: border-box;
	padding: 0 0 0 254px;
	height: 40px;
	white-space: nowrap;
	/*box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	transition-duration: 0.5s;
	transition-property: box-shadow;*/
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul.menu {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	text-align: center;
	box-sizing: border-box;
	transition-duration: 0.5s;
	transition-property: padding-left;
	z-index: 1;
}
#nav ul.mobile-menu {
	display: none;
	text-align: left;
}
#nav ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	position: relative;
}
#nav ul li a {
	display: block;
	position: relative;
	padding: 10px;
	line-height: 20px;
	height: 100%;
	color: #9c9c9c;
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
	overflow: hidden;
	transition-duration: 0.2s;
	transition-property: background, color, opacity;
}
#nav ul li:hover > a, #nav ul li a:hover, #nav ul li a:focus {
	color: #c7312c;
}
#nav ul li.active > a {
	color: #c7312c;
}
#nav ul.mobile-menu {
	height: 100%;
}
#nav ul.mobile-menu li a {
	line-height: 24px;
	padding: 10px 15px;
}
#nav ul.menu li ul {
	position: absolute;
	top: 50%;
	left: -20px;
	min-width: 100%;
	padding: 10px 0 20px;
	font-size: 0.9em;
	background: #FFFFFF;
	pointer-events: none;
	opacity: 0;
	transform: scale(0.7, 0);
	transform-origin: top left;
	transition-property: top, transform, opacity;
	transition-duration: 0.2s;
	transition-delay: 0.2s;
}
#nav ul.menu li:hover > ul {
	top: 100%;
	pointer-events: auto;
	opacity: 1;
	transform: scale(1);
	transition-delay: 0s;
}
#nav ul.menu li ul li {
	display: block;
	text-align: left;
}
#nav ul.menu li ul li a {
	padding: 2px 28px 2px 40px;
}
#nav ul.menu li ul li a:before {
	content: '>';
	display: inline;
	margin: 0 5px 0 -12px;
}
@media (min-width: 1000px) {
	#nav ul li a {
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (min-width: 1200px) {
	#nav ul li a {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media (min-width: 801px) {
	#nav {
		position: fixed;
		top: 120px;
		left: 0;
		width: 100%;
		margin: 0;
		z-index: 2000;
		pointer-events: none;
	}
	.admin #nav {
		top: 150px;
	}
	#nav ul li {
		pointer-events: auto;
	}
}
@media (max-width: 800px) {
	#nav {
		z-index: 2000;
		pointer-events: none;
		/*margin-top: -54px;*/
		height: 44px;
	}
	#nav .wrapper {
		padding: 0;
		height: 44px;
	}
	#nav ul.mobile-menu {
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
		transition-duration: 0.5s;
		transition-property: box-shadow;
	}
	#nav ul.menu {
		position: fixed;
		top: 0;
		left: -300px;
		bottom: 0;
		width: 250px !important;
		min-width: 0 !important;
		height: auto;
		margin: 0;
		padding: 0 !important;
		text-align: left;
		background: #FFFFFF;
		box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
		transition-duration: 0.5s;
		transition-property: left;
		z-index: 2002;
		overflow: auto;
		white-space: normal;
	}
	.expanded-mobile-menu #nav ul.menu {
		left: 0;
	}
	.admin #nav ul.menu {
		top: 30px;
	}
	#nav ul li {
		width: auto;
		text-align: left;
		pointer-events: auto;
	}
	#nav ul.menu {
		padding-bottom: 5px;
	}
	#nav ul.menu li {
		display: block;
		float: none;
		width: auto;
		height: auto;
		padding: 5px 5px 0;
	}
	#nav ul.menu li a {
		padding: 15px;
	}
	#nav ul.menu li a:after {
		display: none;
	}
	#nav ul.mobile-menu {
		display: block;
	}
	#nav ul.menu li ul {
		display: none;
	}

	.sticky-nav #nav {
		pointer-events: auto;
		z-index: 2000;
	}

	.sticky-nav #nav .wrapper {
		position: static;
		width: auto;
		min-width: 0;
		box-shadow: none;
		background: none;
		z-index: auto;
	}

	.admin.sticky-nav #nav .wrapper {
		top: 30px;
	}
	.sticky-nav #nav ul.menu {
		width: 75%;
		min-width: 750px;
	}

	.sticky-nav #nav ul.mobile-menu {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: auto;
		height: 44px;
		min-width: 0;
		z-index: 1000;
	}
	.admin.sticky-nav #nav ul.mobile-menu {
		top: 30px;
	}
}

#footer {
	font-weight: bold;
	line-height: 1.2;
	padding: 30px 20px 10px;
}
#footer:after {
	content: '';
	display: block;
	clear: both;
}
#footer .logo {
	max-width: 200px;
	float: left;
	margin: 0 20px 10px 0;
}
#footer .contact-detail {
	margin-right: 5px;
}
#footer .slogan {
	float: right;
	font-size: 1.2em;
}
#footer .slogan p {
	margin-top: 0;
}
#footer .contact-info {
	font-size: 0.9em;
}
#footer .contact-info:after {
	content: '';
	display: block;
	clear: both;
}
#footer .contact-info .contact-info-item {
	float: left;
	margin-right: 20px;
}
#footer .contact-details {
	bottom: auto;
	top: 6em;
}
#footer .accreditations {
	display: block;
	bottom: 20px;
	left: 20px;
	right: auto;
}
#footer .card-logos {
	text-align: right;
}
#footer .card-logos img {
	max-height: 70px;
}
@media (max-width: 1000px) {
	#footer .contact-info {
		clear: both;
	}
}
@media (max-width: 700px) {
	#footer .accreditations {
		bottom: 50px;
	}
	#footer .card-logos {
		padding-bottom: 60px;
	}
}
@media (max-width: 500px) {
	#footer .logo {
		max-width: 30%;
	}
	#footer .slogan {
		float: none;
		clear: both;
	}
	#footer .contact-details {
		top: 20px;
	}
}
@media (max-width: 315px) {
	#footer .logo {
		visibility: hidden;
	}
}

.anchor {
	position: relative;
	top: -220px;
}

.supplier-logos {
	list-style: none;
	margin: 1em 0;
	padding: 0;
	text-align: center;
}
.supplier-logos li {
	display: inline;
	margin: 0;
	padding: 0;
}
.supplier-logos li img {
	vertical-align: middle;
	margin: 5px 10px;
	max-height: 65px;
	max-width: 10%;
	filter: grayscale(100%);
	opacity: 0.6;
	transition-duration: 0.3s;
	transition-property: filter, opacity;
}
.supplier-logos li img:hover {
	filter: grayscale(0%);
	opacity: 1;
}
@media (max-width: 940px) {
	.supplier-logos li img {
		margin: 5px;
		max-height: 50px;
		max-width: 80px;
	}
}
@media (min-width: 1300px) {
	.supplier-logos li img {
		margin: 5px 15px;
	}
}

#content {
    padding: 0 20px;
	line-height: 1.7;
	min-height: 300px;
	text-align: center;
}
#content .wrapper {
	margin: 0 auto;
	width: 75%;
	min-width: 860px;
	position: relative;
}
@media (max-width: 940px) {
	#content .wrapper {
		width: 100%;
		min-width: 0;
	}
}

.box.wide-content {
	margin: 0;
}

.promo {
	overflow: hidden;
	height: 400px;
	max-height: 75vh;
	position: relative;
	background: #9c9c9c;
}
.promo .wrapper, #content .promo .wrapper {
	width: auto;
	min-width: 0;
	height: 100%;
}
#content > .promo:first-child {
	margin-top: 0;
	margin-left: -20px;
	margin-right: -20px;
}
.promo .promo-box {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.promo .promo-box .image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
/*.promo .promo-box .image img {
	min-height: 100%;
	max-height: none;
	width: 100%;
	vertical-align: middle;
}*/
.promo .promo-box .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.promo .promo-box .extra-content {
	overflow: hidden;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	padding: 10px 0;
	max-height: 70%;
	line-height: 1.2;
	text-align: left;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9c9c9c+0,9c9c9c+100&0.8+33,0+67 */
	background: -moz-linear-gradient(left,  rgba(156,156,156,0.8) 0%, rgba(156,156,156,0.8) 33%, rgba(156,156,156,0) 67%, rgba(156,156,156,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(156,156,156,0.8) 0%,rgba(156,156,156,0.8) 33%,rgba(156,156,156,0) 67%,rgba(156,156,156,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(156,156,156,0.8) 0%,rgba(156,156,156,0.8) 33%,rgba(156,156,156,0) 67%,rgba(156,156,156,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc9c9c9c', endColorstr='#009c9c9c',GradientType=1 ); /* IE6-9 */
	color: #000000;
}
.promo .promo-box .extra-content a {
	color: #000000;
}
.promo .promo-box .extra-content .extra-content-inner {
	margin: 0 auto;
	padding: 5px 20px;
	width: 75%;
	min-width: 750px;
	height: 100%;
	position: relative;
}
@media (max-width: 940px) {
	.promo .promo-box .extra-content .extra-content-inner {
		width: auto;
		min-width: 0;
	}
}
@media (max-width: 800px) {
	.promo .promo-box .extra-content {
		bottom: 20px;
	}
}
@media (max-width: 700px) {
	.promo .promo-box .extra-content {
		font-size: 0.8em;
	}
}
@media (max-width: 550px) {
	.promo .promo-box .extra-content {
		font-size: 0.6em !important;
	}
	.promo .promo-box .extra-content .extra-content-inner {
		padding: 10px;
	}
}
.promo .promo-box .extra-content .extra-content-inner h1,
.promo .promo-box .extra-content .extra-content-inner h2,
.promo .promo-box .extra-content .extra-content-inner h3,
.promo .promo-box .extra-content .extra-content-inner h4,
.promo .promo-box .extra-content .extra-content-inner h5,
.promo .promo-box .extra-content .extra-content-inner h6,
.promo .promo-box .extra-content .extra-content-inner p {
	color: #000000;
	margin: 0;
}
/*.promo .promo-box .extra-content .extra-content-inner * {
	margin: 0;
}*/
.promo .promo-box .promo-link {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.promo .arrow {
	position: absolute;
	top: 45%;
	top: calc(50% - 25px);
	width: 50px;
	height: 50px;
	background-color: #c8c8ca;
	background-size: auto 60%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 100%;
	cursor: pointer;
	z-index: 10;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	opacity: 0.6;
	transition-duration: 0.5s;
	transition-property: box-shadow, margin-top, transform, opacity, background-color;
}
.promo .arrow.arrow-prev {
	left: 20px;
	background-image: url("../img/arrow-left.png");
}
.promo .arrow.arrow-next {
	right: 20px;
	background-image: url("../img/arrow-right.png");
}
.promo .arrow:hover {
	margin-top: -5px;
	opacity: 1;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}
.promo .arrow:active {
	transition-duration: 0.1s;
	background-color: #969698;
	margin-top: 2px;
	opacity: 1;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
@media (max-width: 550px) {
	.promo .arrow {
		display: none;
	}
}

.columns {
	display: flex;
    margin: 0 -20px;
	text-align: left;
}
.columns > .column {
	box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 0 20px;
    margin: 0;
}
.columns.reverse {
	flex-direction: row-reverse;
}
.columns.reverse > .column {
	float: right;
}
.columns > .column.double {
	width: 100%;
}
.columns-3 > .column {
    width: 33.333%;
}
.columns-3 > .column.double {
	width: 66.666%;
}
.columns-4 > .column {
    width: 25%;
}
.columns-4 > .column.double {
	width: 50%;
}
@media (max-width: 850px) {
	.columns-4.wide-columns {
		flex-wrap: wrap;
	}
    .columns-4.wide-columns > .column {
        width: 50%;
    }
	.columns-4.wide-columns > .column.double {
		float: none;
		width: 100% !important;
		height: auto !important;
		clear: both;
	}
}
@media (max-width: 800px) {
	.columns-3.wide-columns {
		display: block;
	}
    .columns-3.wide-columns {
        margin: 0;
		height: auto !important;
    }
    .columns-3.wide-columns > .column {
        float: none;
        width: auto !important;
        height: auto !important;
        padding: 0;
    }
}
@media (max-width: 750px) {
	.columns.wide-columns {
		display: block;
	}
    .columns.wide-columns {
        margin: 0;
		height: auto !important;
    }
    .columns.wide-columns > .column {
        float: none;
        width: auto !important;
        height: auto !important;
        padding: 0;
    }
}
@media (max-width: 500px) {
	.columns-4 {
		flex-wrap: wrap;
	}
	.columns-4 > .column {
		width: 50%;
	}
	.columns-4 > .column.double {
		float: none;
		width: 100% !important;
		height: auto !important;
		clear: both;
	}
}
@media (max-width: 450px) {
	.columns-3 {
		display: block;
	}
	.columns-3 {
		margin: 0;
		height: auto !important;
	}
	.columns-3 > .column {
		float: none;
		width: auto !important;
		height: auto !important;
		padding: 0;
	}
}
@media (max-width: 400px) {
	.columns {
		display: block;
	}
	.columns {
		margin: 0;
		height: auto !important;
	}
	.columns > .column {
		float: none;
		width: auto !important;
		height: auto !important;
		padding: 0;
	}
}

label {
    font-size: 14px;
    line-height: 18px;
	font-weight: bold;
}
input.text, input.file, select, textarea {
	position: relative;
	font-family: effra, sans-serif;
	font-weight: normal;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    background: #F8F8F8;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    vertical-align: middle;
	box-sizing: border-box;
	outline: 0 none;
    transition-duration: 0.2s;
    transition-property: color, background, border, margin, box-shadow;
}
input.text:hover, input.file:hover, select:hover, textarea:hover {
    background: #FFFFFF;
}
input.text:focus, input.file:focus, select:focus, textarea:focus {
    background: #FFFFFF;
	border-color: #999999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.error input.text, .error input.file, .error select, .error textarea {
    color: #CC0000;
    background: #FFEEEE;
	border-color: #CC0000;
}

button, a.button {
	display: inline-block;
	font-family: effra, sans-serif;
	font-size: 22px;
	font-weight: 500;
    line-height: 26px;
	text-decoration: none;
    padding: 7px 25px;
    margin: 10px;
    background: #30a6dc;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 4px;
    color: #FFFFFF;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	outline: 0 none;
    transition-duration: 0.2s;
    transition-property: color, background, border, box-shadow;
}
button:hover, button:focus, a.button:hover, a.button:focus {
	background: #64bbe3;
	border-color: rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
button:active, a.button:active {
    transition-duration: 0.1s;
	background: #136286;
	border-color: rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.form-error {
    color: #CC0000;
    text-align: center;
}

.block-form {
    margin: 1em 0;
    padding: 1px 0;
}
.form-row {
    margin: 10px 0;
    text-align: left;
    clear: both;
}
.form-row.buttons {
    text-align: right;
	margin: 10px -10px;
}
.form-row.full-button {
	margin-left: 0;
	margin-right: 0;
}
.form-row.full-button button {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.form-row .form-error {
    text-align: left;
}
/*.form-label {
    float: left;
    text-align: right;
    width: 30%;
    padding: 10px 10px 10px 0;
}*/
/*.form-field {
    margin: 0.5em 0 0.5em 30%;
    margin-left: calc(30% + 10px);
}*/
.form-field img {
    display: block;
    max-width: 200px;
    max-height: 200px;
}
.form-field input.text, .form-field input.file, .form-field select, .form-field textarea {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
}
.form-field textarea {
    height: 100px;
}

.toolbar {
    overflow: hidden;
    background: #EEEEEE;
    margin: 20px 0;
    padding: 10px;
}
.toolbar input.text {
    width: 300px;
}
.toolbar button span span {
    padding-top: 5px;
    padding-bottom: 5px;
}
.toolbar .filters {
    float: left;
}
.toolbar .filters .filter {
    margin: 5px 0;
}
.toolbar .controls {
    clear: both;
    padding: 10px 0 0;
    font-size: 1em;
    overflow: hidden;
}
.toolbar .controls a {
    float: left;
    margin: 0 20px 0 0;
    line-height: 1.5em;
    height: 1.5em;
}
.toolbar .list-count {
    float: left;
    padding: 8px 0;
}
.pager-bar {
    float: right;
    padding: 3px 0;
}
.pager-bar ul.pager {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pager-bar ul.pager li {
    float: left;
    margin: 0;
    padding: 0;
}
.pager-bar ul.pager li a {
    display: block;
    padding: 5px 8px;
    text-decoration: none;
}
.pager-bar ul.pager li.active a {
    font-weight: 600;
}

a.new {
    background: url(../img/add-icon.png) left no-repeat;
    padding: 2px 0 2px 22px;
}
a.edit {
    background: url(../img/edit-icon.png) left no-repeat;
    padding: 2px 0 2px 22px;
}
a.lock {
    background: url(../img/lock-icon.png) left no-repeat;
    padding: 2px 0 2px 22px;
}
a.lock:hover {
    color: #CC9900;
}
a.unlock {
    background: url(../img/unlock-icon.png) left no-repeat;
    padding: 2px 0 2px 22px;
}
a.delete {
    background: url(../img/delete-icon.png) left no-repeat;
    padding: 2px 0 2px 22px;
}
a.delete:hover {
    color: #CC0000;
}

table {
    width: 100%;
    margin: 1em 0;
	text-align: left;
}
.ui-datepicker table {
    border-bottom: 2px solid #A4A7A9;
}
.ui-datepicker td {
    background: none !important;
}
table th .cell-wrapper, table td .cell-wrapper {
    display: block;
    padding: 5px 10px;
    position: relative;
}
table thead th, table thead td, table tfoot th, table tfoot td {
    background: #30a6dc;
    color: #FFFFFF;
}
table thead th a:hover, table thead td a:hover, table tfoot th a:hover, table tfoot td a:hover {
    color: #cbd4d6 !important;
}
table thead a, table tfoot a {
    color: #FFFFFF !important;
}
table tbody tr:hover th, table tbody tr:hover td {
    background: #cbd4d6;
}
table tbody tr.selected th, table tbody tr.selected td {
    background: #a7b0b2;
}
table th.selection, table td.selection {
    width: 50px;
    text-align: center;
}
table th.actions, table td.actions {
    width: 50px;
    text-align: right;
    white-space: nowrap;
}
table .image-preview {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    max-width: 200px;
    max-height: 200px;
    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.5);
}
table tr:hover .image-preview {
    display: block;
}
table tr .image-preview:hover {
    display: none;
}

.message {
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
    color: #009900;
}
.message.large {
    font-size: 1.5em;
    padding: 20px;
}

img.enlargeable {
    cursor: pointer;
}

#image-popup-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10000;
}
#image-popup {
	position: fixed;
	background: #FFFFFF;
	font-size: 14px;
	padding: 0;
	/*box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.5);*/
	box-shadow: 0 0 15px #000000;
	overflow: auto;
	z-index: 10000;
	transition-duration: 0.3s;
	transition-property: padding, font-size, box-shadow, transform;
}
#image-popup .close-button {
	opacity: 0;
	transition-duration: 0.5s;
	transition-property: opacity;
}
#image-popup.zoomed-in .close-button {
	opacity: 1;
}
#image-popup.left {
	-webkit-transform: rotate(-10deg) translate(30px, 20px);
	-moz-transform: rotate(-10deg) translate(30px, 20px);
	-ms-transform: rotate(-10deg) translate(30px, 20px);
	-o-transform: rotate(-10deg) translate(30px, 20px);
	transform: rotate(-10deg) translate(30px, 20px);
}
#image-popup.right {
	-webkit-transform: rotate(10deg) translate(40px, 10px);
	-moz-transform: rotate(10deg) translate(40px, 10px);
	-ms-transform: rotate(10deg) translate(40px, 10px);
	-o-transform: rotate(10deg) translate(40px, 10px);
	transform: rotate(10deg) translate(40px, 10px);
}
#image-popup.zoomed-in {
	padding: 0;
	font-size: 18px;
	/*box-shadow: 10px 20px 40px rgba(0, 0, 0, 0.5);*/
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}
#image-popup img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.list-item {
	margin: 50px 0;
	text-align: left;
}
.list-item p {
	margin: 1em 0;
}
.list-item .price {
	float: right;
}
.list-image {
	float: left;
	width: 200px;
	max-width: 40%;
	margin: 0 20px 5px 0;
}
.list-content.with-image {
	margin-left: 220px;
}
@media (max-width: 570px) {
	.list-image {
		float: none;
		width: 200px;
		max-width: 100%;
		margin: 0 auto 10px;
	}
}

p.date {
	margin-top: 0.5em;
	opacity: 0.6;
}

.grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 50px 0;
	padding: 0;
	text-align: center;
}
.grid-item {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 10px;
	width: 25%;
	/*max-height: 25vw;*/
	box-sizing: border-box;
	vertical-align: center;
	background: rgba(255, 255, 255, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	transform: scale(1);
	transition-duration: 0.3s;
	transition-property: background, color, box-shadow, transform;
}
.grid-item h1,
.grid-item h2,
.grid-item h3,
.grid-item h4,
.grid-item h5,
.grid-item h6 {
	margin: 10px 0 0;
}
.grid-item p {
	margin: 0;
}
.grid-item a {
	transition-duration: 0.3s;
	transition-property: color;
}
.grid-item:hover {
	background: #FFFFFF;
	color: #000000;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
	transform: scale(1.1);
	z-index: 1;
}
.grid-item:hover a {
	color: #000000;
}
.grid-image img {
	display: block;
	width: 100%;
	height: 250px;
	object-fit: cover;
}
.columns > .column .grid-item {
	width: 50%;
}
@media (max-width: 850px) {
	.grid-item {
		width: 50%;
	}
}
@media (max-width: 600px) {
	.columns > .column .grid-item {
		width: 100%;
	}
}
@media (max-width: 400px) {
	.grid-item {
		width: 100%;
	}
}

.images-upload {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.images-upload li {
	position: relative;
	float: left;
	margin: 2px;
	padding: 0;
	border: 1px solid #000000;
	height: 100px;
	text-align: center;
	font-size: 0.6em;
	overflow: hidden;
	box-sizing: border-box;
	cursor: move;
	touch-action: none;
}
.images-upload li.pending {
	width: 100px;
	padding-top: 35px;
	line-height: 15px;
}
.images-upload li.pending .percentage {
	display: block;
	margin-top: 5px;
}
.images-upload li img {
	height: 100%;
	max-width: none;
	max-height: none;
}
.images-upload li .delete {
	position: absolute;
	top: 0;
	right: 0;
	height: 25px;
	color: #CC0000;
	text-shadow: 0 0 1px #ffffff;
}
.images-upload li.dragging-target {
	width: 100px;
	border: 2px dashed #666666;
}
.images-upload li.add {
	float: none;
	display: block;
	clear: left;
	margin-top: 10px;
	width: auto;
	height: auto;
	border: 0 none;
	text-align: left;
	font-size: 1em;
	cursor: default;
	touch-action: auto;
}

.service-details.with-images {
	text-align: left;
	margin-right: calc(40% + 20px);
}
.service-images {
	float: right;
	width: 40%;
	margin: 0 0 5px 20px;
	text-align: center;
}
.service-images .service-image {
	float: left;
	width: 50%;
	vertical-align: middle;
	padding: 10px;
	box-sizing: border-box;
}
.service-images .service-image img {
	display: block;
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.service-images .service-image:nth-child(even) {
	clear: both;
}
.service-images .service-image.first {
	float: none;
	width: 100%;
}
.service-images .service-image.first img {
	height: 300px;
}
@media (max-width: 570px) {
	.service-details.with-images {
		margin-right: 0;
		clear: both;
	}
	.service-images {
		float: none;
		width: auto;
		margin: 0 auto 10px;
	}
}

.box {
	background: #EEEEEE;
	margin: 1em 0;
	padding: 1px 20px;
}

.box-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.rating {
	margin: 10px;
	vertical-align: middle;
}
.rating img {
	height: 1.2em;
}
.rating img.thumb {
	height: 1.6em;
	margin: -0.4em;
}
.facebook-reviews {
	font-size: 0.9em;
}

.services_view #main {
	text-align: left;
}

.price {
	font-weight: bold;
}
.old-price {
	text-decoration: line-through;
	color: #909095;
}

.blue-text {
	color: #30a6dc;
}
.red-text {
	color: #c7312c;
}
.black-text {
	font-weight: normal;
	color: #000000;
}

.home-services {
	margin: 1em 0;
}

.service-categories-grid .grid-image {
	overflow: hidden;
	height: 180px;
}
.service-categories-grid .grid-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition-property: transform;
	transition-duration: 1s;
}
.service-categories-grid .grid-item:hover .grid-image img {
	transform: scale(1.2);
}
.service-categories-grid .grid-content {
	position: absolute;
	bottom: 30px;
	left: 10px;
	right: 10px;
	padding: 10px;
	background: #9c9c9c;
	background: rgba(156, 156, 156, 0.8);
	color: #000000;
	line-height: 1.2;
}
.service-categories-grid .grid-content h4 {
	margin: 0;
	font-weight: normal;
}
.service-categories-grid .grid-content a {
	color: #000000;
}

.quote-section {
	margin-top: 50px;
	padding: 1px 20px;
	background: #9c9c9c;
	color: #FFFFFF;
}
.quote-section a {
	color: #000000;
}
.quote-intro {
	margin: 20px 0;
	font-size: 1.4em;
	max-width: 26.5em;
	line-height: 1.2;
	margin-right: -20px;
}
.quote-button, .quote-section .quote-button {
	position: relative;
	display: inline-block;
	font-size: 1em;
	font-weight: 500;
	color: #FFFFFF;
	padding-left: 65px;
	max-width: 6.5em;
	text-decoration: none;
}
.quote-button:hover {
	text-decoration: none;
}
.quote-button .quote-icon {
	position: absolute;
	top: -8px;
	left: 0;
	width: 65px;
	max-height: none;
}

.main-services .grid.service-categories-grid .grid-item {
	width: 33%;
}
.main-services .grid.service-categories-grid .grid-image {
	height: 250px;
}
@media (max-width: 950px) {
	.main-services .grid.service-categories-grid .grid-item {
		width: 50%;
	}
}
@media (max-width: 700px) {
	.columns > .column .main-services .grid.service-categories-grid .grid-item {
		width: 100%;
	}
}
@media (max-width: 500px) {
	.main-services .grid.service-categories-grid .grid-item {
		width: 100%;
	}
}

.service-detail-points {
	font-size: 1.4em;
}
.service-detail-points .label {
	display: block;
	line-height: 1;
	margin-top: 10px;
}

.box .box-title {
	color: #FFFFFF;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	margin: -1px -20px;
	padding: 0 20px;
	line-height: 1.7;
	background-color: rgba(158, 158, 158, 0.9);
	text-transform: uppercase;
}

.development-title > * {
	margin-top: 0;
	margin-bottom: 0;
}

.development-images {
	float: none;
	width: auto;
	margin: 0 -10px;
}

.columns > .development-main-column {
	width: 60%;
}
.columns > .development-agent-column {
	width: 40%;
}

.development-agent-columns > .column {
	padding-left: 10px;
	padding-right: 10px;
}
.development-agent-columns > .column .box {
	margin: 0 -10px;
	height: 100%;
	box-sizing: border-box;
}
.development-agent-columns > .column .box h3 {
	color: #FFFFFF;
}
.development-agent-columns > .column iframe {
	margin: -1em -10px -1.5em;
	width: calc(100% + 20px);
	max-width: calc(100% + 20px);
}

.development-plans-columns {
	margin: 0 -10px;
}
.development-plans-columns > .column {
	padding-left: 10px;
	padding-right: 10px;
}

.agent-details {
	font-size: 0.8em;
	line-height: 1.4;
}
.agent-details p {
	margin: 10px 0;
}
.agent-details img {
	width: 100px;
}
.agent-details .columns {
	margin: 0 -10px;
}
.agent-details .columns > .column {
	padding-left: 10px;
	padding-right: 10px;
}

.floor-plans {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 1.5em 0;
}
.floor-plans img {
	height: 200px;
	object-fit: cover;
}

.developments-grid .grid-image img {
	height: 180px;
}

.site-plan {
	position: relative;
}
h4 + .site-plan {
	margin-top: 1em;
}
.site-plan-image {
	display: block;
	width: 100%;
	max-width: none;
	max-height: none;
}
.site-plan .plot {
	display: flex;
	position: absolute;
	box-sizing: border-box;
	min-width: 20px;
	min-height: 20px;
	justify-content: center;
	align-items: center;
}
.site-plan .plot:before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(153, 0, 0, 0.7);
	opacity: 0.5;
	transition-duration: 0.3s;
}
.site-plan .plot:hover:before,
.site-plan .plot.highlight:before {
	opacity: 1;
	box-shadow: 0 1px 10px #000000;
	z-index: 3;
}
.site-plan .plot.beds-3:before {
	background: rgba(134, 196, 71, 0.7);
}
.site-plan .plot.beds-4:before {
	background: rgba(36, 52, 114, 0.7);
}
.site-plan .plot.beds-5:before {
	background: rgba(36, 114, 84, 0.7);
}
.site-plan .plot.beds-6:before {
	background: rgba(114, 66, 36, 0.7);
}
.site-plan .plot.beds-7:before {
	background: rgba(114, 36, 101, 0.7);
}
.site-plan .plot.status-sold:before, .site-plan .plot.status-coming_soon:before {
	opacity: 0.8;
	background: rgba(127, 127, 127, 0.7);
}
.site-plan .plot.status-sold:hover:before,
.site-plan .plot.status-sold.highlight:before,
.site-plan .plot.status-coming_soon:hover:before,
.site-plan .plot.status-coming_soon.highlight:before {
	opacity: 1;
}
.site-plan .plot > * {
	position: relative;
	z-index: 2;
}
.site-plan .plot > .plot-details-popup, .site-plan .plot > .plot-number {
	z-index: 3;
}
.site-plan .plot .plot-number {
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 0 1px 5px #000000;
	pointer-events: none;
}
.site-plan .plot .plot-details-popup {
	position: absolute;
	bottom: 100%;
	left: 50%;
	width: 0;
	opacity: 0;
	display: flex;
	justify-content: center;
	pointer-events: none;
	transition-duration: 0.3s;
	cursor: auto;
}
.site-plan .plot:hover .plot-details-popup,
.site-plan .plot.highlight .plot-details-popup {
	opacity: 1;
	pointer-events: auto;
}
.site-plan .plot .plot-details {
	position: relative;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 5px;
	white-space: nowrap;
	color: #FFFFFF;
	padding: 5px 10px;
	min-height: 24px;
}
.site-plan .plot .plot-price {
	opacity: 0.7;
	margin-left: 10px;
}

.plot-price.plot-offer-price {
	opacity: 1 !important;
}
.plot-price.plot-offer-price .original-price {
	font-size: 0.8em;
	opacity: 0.4;
	text-decoration: line-through;
}
.plot-price.plot-offer-price .offer-price {
	color: #CC0000;
}

.site-plan-columns {
	margin: 1em 0;
}
.site-plan-columns .box {
	height: 100%;
	margin: 0;
	background: rgba(153, 0, 0, 0.3);
}
.site-plan-columns .box .box-title {
	background: rgba(153, 0, 0, 0.9);
	color: #FFFFFF;
}
.site-plan-columns .box.with-image {
	position: relative;
}
.site-plan-columns .box.with-image .box-title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
}
.site-plan-columns .box .plot-image {
	margin: -1px -20px;
	max-width: calc(100% + 40px);
	width: calc(100% + 40px);
	object-fit: cover;
	aspect-ratio: 1.4;
}
.site-plan-columns .box.beds-3 {
	background: rgba(134, 196, 71, 0.3);
}
.site-plan-columns .box.beds-3 .box-title {
	background: rgba(134, 196, 71, 0.9);
	color: #FFFFFF;
}
.site-plan-columns .box.beds-4 {
	background: rgba(36, 52, 114, 0.3);
}
.site-plan-columns .box.beds-4 .box-title {
	background: rgba(36, 52, 114, 0.9);
	color: #FFFFFF;
}
.site-plan-columns .box.beds-5 {
	background: rgba(36, 114, 84, 0.3);
}
.site-plan-columns .box.beds-5 .box-title {
	background: rgba(36, 114, 84, 0.9);
	color: #FFFFFF;
}
.site-plan-columns .box.beds-6 {
	background: rgba(114, 66, 36, 0.3);
}
.site-plan-columns .box.beds-6 .box-title {
	background: rgba(114, 66, 36, 0.9);
	color: #FFFFFF;
}
.site-plan-columns .box.beds-7 {
	background: rgba(114, 36, 101, 0.3);
}
.site-plan-columns .box.beds-7 .box-title {
	background: rgba(114, 36, 101, 0.9);
	color: #FFFFFF;
}
.site-plan-columns .plot-info {
	position: relative;
	display: flex;
	gap: 5px;
	border-radius: 5px;
	padding: 10px;
	margin-left: -10px;
	margin-right: -10px;
	transition-duration: 0.3s;
}
.site-plan-columns .plot-info:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	border-bottom: 1px solid #243472;
}
.site-plan-columns .plot-info:hover,
.site-plan-columns .plot-info.highlight {
	background: rgba(255, 255, 255, 0.5);
}
.site-plan-columns .plot-info > * {
	flex-grow: 1;
}
.site-plan-columns .plot-info .plot-price {
	text-align: right;
}
.site-plan-columns .plot-info.status-sold {
	color: #999999;
}
.site-plan-columns .plot-info.status-sold:after {
	border-color: #999999;
}
.site-plan-columns .plot-image {
	display: block;
}

.plot-popup-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9000;
}
.plot-popup {
	position: relative;
	flex-shrink: 1;
	width: 700px;
	max-width: 90%;
	max-height: 90%;
	padding: 1px 20px;
	background: #FFFFFF;
	box-shadow: 0 0 15px #000000;
	overflow: auto;
	z-index: 9000;
}
.plot-popup .plot-availability, .plot-popup .plot-price {
	margin: 0.5em 0;
}
.current-development-wrapper .plot-popup .item-detail-images {
	flex-wrap: wrap;
}
.current-development-wrapper .plot-popup .item-detail-image {
	flex-shrink: 1;
	flex-grow: 1;
}
.current-development-wrapper .plot-popup .item-detail-image img {
	display: block;
	width: 100%;
}

.development-boxes {
	margin: 1em 0;
}
.development-boxes .box {
	height: 100%;
	margin: 0;
}

.location-map {
	display: flex;
	flex-direction: column;
}
.location-map .box-title {
	margin-bottom: 0;
}
.location-map iframe {
	flex-grow: 1;
	display: block;
	margin: 0 -20px -1px;
	max-width: calc(100% + 40px);
	width: calc(100% + 40px);
}

.current-development-wrapper .item-detail-images {
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
	margin: 1.5em 0;
	overflow: auto;
}
.current-development-wrapper .item-detail-images > * {
	flex-shrink: 0;
}
.current-development-wrapper .item-detail-images img {
	height: 190px;
	object-fit: cover;
}

.spec-sheet {
	position: relative;
}
.spec-sheet .box-title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
}
.spec-sheet .preview-image {
	display: block;
	margin: -1px -20px;
	max-width: calc(100% + 40px);
	width: calc(100% + 40px);
	max-height: calc(100% + 2px);
	height: calc(100% + 2px);
	object-fit: cover;
}
.spec-sheet .pdf-icon {
	display: block;
	position: absolute;
	left: 0;
	bottom: 10px;
	max-width: 40%;
	max-height: 40%;
	object-fit: contain;
}

.development-header {
	margin: 0 -20px 20px;
	padding: 10px 20px;
	background: #9e9e9e;
	color: #FFFFFF;
}
.development-header h1 {
	margin: 0;
}

.columns.development-boxes {
	margin: 40px 0;
}