﻿@import url('icons/css/fontello.css');


@font-face {
    font-family: 'latolight';
    src: url('fonts/lato-light-webfont.woff2') format('woff2'),
         url('fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latoregular';
    src: url('fonts/lato-regular-webfont.woff2') format('woff2'),
         url('fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bold-webfont.woff2') format('woff2'),
         url('fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


:root {
	--font-family-base: "latoregular", sans-serif;
	--font-size-base: 1.0em;
	--font-weight-base: 400;
	--font-family-header: "new-order", sans-serif;
	--font-weight-header: 700;
	--font-color: #000;
	--blue: #122546;
	--col-secondary: #7bb2e0;
	--col-complimentary: #5995c7;
	--neon: #d1b2e0;
	--white: #f8f7fc;
	--grey: #eaf0f7;
	--cream: #efefdf;
	--border-rad-fields: 4px;
}






              
/**********************************
    General
***********************************/
html {
  scroll-behavior: smooth;
}
#contentarea {
	background-color: rgba(211,211,211,1.00);	
}
body {
	margin: 0;
	font-family: "latoregular", sans-serif;
	font-size: 100%;
	line-height: 1.3;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-family-header);
	font-weight: var(--font-weight-header);
	color: #000;
	margin: 0.6em 0em;
	/*text-transform: uppercase;*/
}        
h1 {font-size: 2.5em;}
h2 {font-size: 2.0em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.2em;}
h5 {font-size: 0.98em;}
h6 {font-size: 0.85em;}
.display h1 {
    font-weight: normal;
    font-size: 2.0em;
    line-height:1.4;
}
.display p {
    font-size: 1.5em;
    font-style: italic;
}
a {
	text-decoration: none;
	color: #6C707E;
	font-weight: bold;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
a:hover {
	color: #838AA6;
	}
hr {border:none;border-top: rgba(0, 0, 0, 0.18) 1px solid;margin-top: 0.75em;margin-bottom: 0.75em;}    
img {max-width:100%;}
figure {margin:0}

.center .form-group {
	margin-left: auto;
	margin-right: auto;
}
.center input:not([type=submit]):not([type=image]),.center textarea  {
	margin-right: 0px !important;
}

/* FIX: Preventing Chrome from wrapping text with span-style (when editing) */
/*.display h1 span {font-size: 2.8em;line-height:1.4;}
.display p span {font-size: 1.5em;line-height:1.7;}
h1 span {font-size: 2.37em;line-height:1.7;}
h2 span {font-size: 1.83em;line-height:1.7;}
h3 span {font-size: 1.39em;line-height:1.7;}
h4 span {font-size: 1.1em;line-height:1.7;}
h5 span {font-size: 0.98em;line-height:1.7;}
h6 span {font-size: 0.85em;line-height:1.7;}
p span {font-size: 14px; line-height: 1.7;}
li span {font-size: 14px; line-height: 1.7;}*/

        
/**********************************
    Grid
***********************************/
.row {
	/*margin-left: auto;
	margin-right: auto;
	max-width: 1012px;*/
}
.row.full-width {
	max-width: 100% !important;
}
.restrict-width {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
.container {
    margin: 0 auto;
    max-width: 1013px !important;
    width: 100%;
}
.colour {
	padding-top: 3.0em;
	padding-bottom: 3.0em;
	background-color: #ffffff;
	position: relative;
}
.colour.no-pad {
	padding-top: 0.01em;
	padding-bottom: 0.01em;
}
.colour.no-pad-top {
	padding-top: 0.01em;
}
.colour.no-pad-bottom {
	padding-bottom: 0.01em;
}
.colour.no-pad figure {
	margin-bottom: 0px;
}
.colour.no-pad img {
	margin: 0px;
	display: block;
}
.column {
	padding-left: 0.75em;
	padding-right: 0.75em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
.column.no-pad {
	padding-left: 0em !important;
	padding-right: 0em !important;	
}
.colour.colour-HR {
	padding-top: 0em;
	padding-bottom: 0em;	
}

@media (min-width: 720px) {
    .column {
        float: left;
        padding-left: 1.5rem; /* 1rem */
        padding-right: 1.5rem;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
		z-index: auto !important;
    }
    .column.full { width: 100%; }
    .column.two-thirds { width: 66.66%; }
    .column.two-fourth { width: 75%; }
    .column.two-fifth { width: 80%; }
    .column.two-sixth { width: 83.3%; }
    .column.half { width: 50%; }
    .column.third { width: 33.33%; }
    .column.fourth { width: 25%; }
    .column.fifth { width: 20%; }
    .column.sixth { width: 16.6%; }
    .column.flow-opposite { float: right; }  
	
	
.middle-align .restrict-width {
	text-align: left;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	/*justify-content: center;*/	
}
}
.clearfix:before, .clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}

   
/**********************************
    Elements
***********************************/

.center {text-align:center}
.right {text-align:right}
.left {text-align:left}

img.circle {border-radius:500px;margin-top:0;}
img.bordered {border: #ccc 1px solid;}

.embed-responsive {position: relative;display:block;height:0;padding:0;overflow:hidden;} 
.embed-responsive.embed-responsive-16by9 {padding-bottom: 56.25%;}
.embed-responsive.embed-responsive-4by3 {padding-bottom: 75%;}
.embed-responsive iframe {position: absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0;}

.column > img, 
.column > figure, 
.column > .embed-responsive {
    margin-top: 1em;margin-bottom: 1em;
}

.list {position:relative;margin:1.5em 0;}
.list > i {position:absolute;left:-3px;top:-3px;font-size:2em;}
.list > h2, .list > h3 {margin: 0 0 0 50px}
.list > p {margin: 0 0 0 50px}

.quote {position:relative;margin:1.5em 0;}
.quote > i {position: absolute;top: -10px; left: -7px;font-size: 2em;color:rgba(51,51,51,0.44);}
.quote > small {margin-left:50px;opacity: 0.7;font-size: 1em;}
.quote > p {margin-left:50px;font-size: 1.5em;}

.btn {
    padding: 12px 55px 10px 22px;
    font-size: 1.2em;
    border-radius: 4px;
    display: inline-block;
    margin: 1.0em 3px;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    border: 2px #000 solid;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	font-family: var(--font-family-header);
	font-weight: var(--font-weight-header);
    background-color: transparent;
    color: #000000;
    display: inline-block;
    background-image: url(images/logo-detail.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 35px auto;
}

.btn.btn-primary {
	color: #000;
	background-color: transparent;
	border-color: #000;
}
.btn.btn-primary:hover {
	margin-left: 10px;
    background-position: right 7px center;
	/*background-size: 30px auto;*/
}
.btn.btn-default {color: #ffffff;background-color: #babcbb;}
.btn.btn-default:hover {color: #ffffff;background-color: #8c8e8d;border-color: #8c8e8d;}

.social a > i {text-decoration:none;color:#333;font-size:1.5em;margin:0 5px 0 0;-webkit-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;}
.social a:hover > i {color:#08c9b9;}


/**********************************
    Header Image with Caption
***********************************/
figure.hdr {
	position: relative;
	width: 100%;
	overflow:hidden;
    background-color: transparent;   
}
figure.hdr img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 1.0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;	
}
figure.hdr:hover img {


}
figure.hdr figcaption {
   	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%; 
	padding: 0 2.5em;
	color: #fff;
	font-size: 1.25em;
	text-align: left;
	box-sizing: border-box;
	z-index:1;
}
/* Text */
figure.hdr h2 {
	font-weight: 300;
	text-transform: uppercase;
}
figure.hdr h2 span {
	font-weight: 800;
}
figure.hdr p {
	letter-spacing: 1px;
	font-size: 68.5%;
	text-transform: none;
}
figure.hdr h2, figure.hdr p {
	margin: 0;
	z-index:10000;
}
/* Cosmetic */
figure.hdr div {
	height: 100%; 
	z-index:0;
}
figure.hdr div::before,
figure.hdr div::after {
	position: absolute;
	content: '';
}
/* One */
figure.one div::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
figure.one div::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* Two */
figure.two div::before {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
figure.two div::after {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* Three */
figure.three figcaption {
	height: 70%; 
}
figure.three p {
	margin: 1em 0 0;
	padding: 2em;
	border: 1px solid #fff;	
} 
/* Four */
figure.four figcaption {
	height: 60%; 
	text-align: left;
}
figure.four p {
	position: absolute;
	right: 50px;
	bottom: 50px;
	left: 50px;
	padding: 2em;
	border: 7px solid #fff;
}
/* Five */
figure.five figcaption {
	height: 100%; 
	text-align: right;
}
figure.five h2 {
    position: absolute;
    left: 50px;
	right: 50px;
	top: 10%;
	border-bottom: 5px solid #fff;
}
figure.five p {
	position: absolute;
	right: 50px;
	bottom: 10%;
}
/* Six */
figure.six figcaption {
	height: 70%;
}
figure.six h2 {
    padding-bottom: 3%;
	border-bottom: 1px solid #fff;
}
figure.six p {
	padding-top: 6%;
}
/* Seven */
figure.seven figcaption {
	height: 90%;
	text-align:left;
}
figure.seven h2 {
	border-bottom: 3px solid #fff;
}
figure.seven p {
    padding-top: 1em;
}
/* Eight */
figure.eight figcaption {
	height: 100%; 
	text-align: right;
}
figure.eight h2 {
	position: absolute;
	left: 50%;
	right: 50px;
	bottom: 10%;
}
figure.eight p {
    position: absolute;
    left: 50px;
	right: 50%;
	top: 10%;
	padding-right:0.5em;
	border-right: 1px solid #fff;
}

/* MODIFICATIONS
===============================================*/


.column.two-thirds-maintain { width: 66.7%;	float: left; }
.column.two-fourth-maintain { width: 75%; float: left; }
.column.two-fifth-maintain { width: 80%; float: left; }
.column.two-sixth-maintain { width: 83.3%; float: left; }
.column.half-maintain { width: 50%;	float: left; }
.column.third-maintain { width: 33.3%; float: left; }
.column.fourth-maintain { width: 25%; float: left; }
.column.fifth-maintain { width: 20%; float: left; }
.column.sixth-maintain { width: 16.6%; float: left; }



.three-images img {
	width: 33.33%;
	}
.two-images img {
	width: 50%;
	}
.two-img-col img {
	width: 100%
	}
.three-img-col img {
	width: 100%
	}
.three-circles-half img {
	max-width: 30%;
	}
	
/* Page header one */
figure.header-one {
	margin-top: 0px !important;
	}
figure.header-one figcaption {
	height: auto;
	text-align: center;
	bottom: 0px;
	background-color: transparent;
}
figure.header-one figcaption H1 {
	color: #ffffff;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.45);
}
figure.header-one figcaption P {
	color: #ffffff;
	margin-top: 0.0em;
	margin-bottom: 0.2em;
}

.header-fine figure.hdr figcaption {
	top: 21%;
}
.header-fine figure {
	margin-bottom: 0px;
}


/* Page header two */
figure.header-two {
	margin-top: 0px !important;
	}
figure.header-two figcaption {
	height: auto;
	text-align: center;
	bottom: 0em;
	padding-bottom: 0.5em;
	background-color: rgba(150,164,72,0.85);
	padding-top: 0.5em;
}
figure.header-two figcaption H1 {
	color: #ffffff;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 1.8em;
}
figure.header-two figcaption P {
	color: #ffffff;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}



@media (max-width: 719px) {
.clear-mobile {
	clear: both;	
}
.center-mobile {
	text-align: center;
	}
.two-img-col img {
	width: 50%
	}
.three-img-col img {
	width: 33.3%
	} 
.fourth-half {
	width: 50%;
	float: left; 
	}
.sixth-third {
	width: 33.3%;
	float: left;
	padding-left: 1.5%;
    padding-right: 1.5%; 
	}
.fourth-half-pad-L {
	width: 50%;
	float: left; 
	}
.fourth-half-pad-R {
	width: 50%; 
	float: left; 
	}
/* Page header one */
figure.header-one figcaption {
	padding-left: 1.5em;
}
figure.header-one figcaption H1 {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	font-size: 1.2em;
}	
/* Page header two */
figure.header-two figcaption {
	padding-left: 1.0em;
	padding-right: 1.0em;
}
figure.header-two figcaption H1 {
	margin-top: 0em;
	margin-bottom: 0.4em;
	font-size: 1.2em;
}
figure.header-two figcaption P {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	font-size: 50%;
}
}
@media (max-width: 600px) {
.two-img-col img {
	width: 70%
	}
.three-img-col img {
	width: 70%
	}
.three-circles-half img {
	max-width: 25%;
	}
.fourth-half-pad-L {
	width: 47.5%;
	padding-left: 2.5%;
	}
.fourth-half-pad-R {
	width: 47.5%;
	padding-right: 2.5%;
	float: left; 
	}
}
@media (max-width: 500px) {
figure.header-one figcaption {
	padding-left: 1em;
}
figure.header-one figcaption H1 {
	color: #ffffff;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 0.9em;
}
/* Page header two */

figure.header-two figcaption {
	padding-left: 0.5em;
	padding-right: 0.5em;
	bottom: 0em;
	padding-bottom: 0.3em;
}
figure.header-two figcaption H1 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 0.8em;
}
figure.header-two figcaption P {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 34%;
}	
}
@media (max-width: 400px) {
.two-img-col img {
	width: 100%
	}
.three-img-col img {
	width: 100%
	}
.sixth-third {
	width: 50%;
	}
}

/* Footer components
===========================*/
.footer {
	position: relative;
}
.footer-wrap {
	padding: 0px 0px 20px 0px;
	color: #ffffff;
	font-size: 0.85em;
	line-height: 1.43em;
	background-color: #615a5b;

	}
.footer2-wrap {
	background-color: #A98E4A;
	font-size: 0.85em;
	line-height: 1.4em;
	color: #ffffff;
	padding: 0.1em 0em;
	border-top: 1px solid rgba(255,255,255,0.25);
	}
.footer-wrap .restrict-width {
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer-wrap a,.footer2-wrap a {
	color: #ffffff !important;	
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	}
.footer-wrap a:hover,.footer2-wrap a:hover {
	color: #bbbdc0 !important;
	}	
.footer-3 {
	min-height: 170px;
	border-right: 1px solid rgba(255,255,255,0.25);
}	
.footer-3 img {
	width: 110px;
	margin: 3px;
}
P.F-header {
	font-family: var(--font-family-header);
	font-weight: var(--font-weight-header);
	font-size: 1.9em;
	color: rgba(255,255,255,0.80);
	margin: 1em 0em 0.5em 0em;
}
.F-powered {
	margin-top: 2px;
	margin-bottom: 10px;
	color: rgba(255,255,255,0.90);
	}
.footer-1 {
	border-left: solid 1px rgba(255,255,255,0.25);
}
.footer-1 a.f-btn {

}
.footer .btn-primary {
	border-color: #ffffff;
	margin: 30px 1px 30px 1px;
	display: block;
	text-align: left;
	font-size: 1.3em !Important;
	background-image: url(images/logo-detail-w.png);

}
.footer .btn-primary:hover {
	color: #ffffff !important;
	font-size: 1.3em !Important;
}
.footer-2 {
	border-left: solid 1px rgba(255,255,255,0.25);
	border-right: 1px solid rgba(255,255,255,0.25);
}
.footer-2 img {
	max-width: 170px;
}
.footer-3 {
}
.footer-5 {
	text-align: right;	
}
.f-links {

}
.f-links a {
	display: inline-block;
	background-image: url(images/footer-links.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 15px;
	padding: 5px 0px 5px 30px;
}
.F-location a {
	display: inline-block;
	background-image: url(images/icon-location.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 80%;
	padding: 9px 0px 9px 40px;
}
.F-menu {
	margin-top: 0px;
	margin-bottom: 5px;
	}
.F-menu a {
	}
	
.cf-sm img {
	width: 40px;
    margin-right: 5px;
}
.footer-logo img {
	width: 160px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.footer-1 a {
	margin-bottom: 0.7em;
	font-size: 1.2em;
}
.f-iso img {
	max-width: 200px;
	border-radius: 5px;

}
.f-hyg img {
	max-height: 112px;
	margin: 0px;
}
.footer-images {
	padding: 1em 0em;
	background-color: #cdcbc6;
}
.footer-1, .footer-2, .footer-3 {
	min-height: 320px;
}

@media (max-width: 1150px) {
	
}
@media (max-width: 719px) {
.footer-wrap .restrict-width {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 150px;	
}
.footer-2 {
	border: none;
	margin-top: 3em;
	margin-bottom: 3em;
}
.footer-3 {
	text-align: center;
}
.footer-5 {
	text-align: center;
}
.footer .btn-primary {
	margin: 0px 1px 10px 1px;
	text-align: center;

}
.F-menu,.F-powered {
	margin-left: 0px;
	}
.footer {
	text-align: center;	
	}
.f-agent-login {
	width: 80px;
	margin: 1em auto;
}
	.widCOE.cx_brand_refresh {
		margin:0 auto 10px auto !important;
	}
	.widCOE2020 {
		margin: 0px auto 10px auto !important;
	}
}



/* Snippet Colours
======================================*/
.h-text-img img {
	max-width: 200px;
}


.bg-strip {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 120px;
	padding-bottom: 130px;
	background-image: url(images/bg-strip-1.png);
}
.light {
	background-color: #F3ECE6;	
}



.trans {
	background-color: transparent;	
}
.blue {
	background-color: #242f44;
	color: #b99d56 !important;
}
.blue P,.blue H1,.blue H2,.blue H3,.blue H4,.blue a {
	color: #b99d56 !important;
}

.gold {
	background-color: #b99d56;
	color: #ffffff !important;
}
.gold P,.gold H1,.gold H2,.gold H3,.gold H4,.gold a {
	color: #ffffff !important;
}


.grey1 {
	background-color: #e5dddb;
}
.grey2 {
	background-color: #a7a3a4;	
}
.white {
	background-color: #FFFFFF;
}

.opaque {
	background-color: rgba(255,255,255,0.90);	
}

.contact-bg {
	background-color: rgba(56,78,90,0.85);	
}

.crystals {
    background-image: url(images/Snip-BG1.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
	padding-bottom: 6em;
}
.crystals2 {
    background-image: url(images/Snip-BG2.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
	padding-bottom: 60vh;
	background-color: #d8d7bf;
}

@media (max-width: 799px) {
		.crystals2 {
		background-image: url(images/Snip-BG2.jpg);
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 140% auto;
		padding-bottom: 25vh;
		background-color: #d8d7bf;
	}
}

@media (min-width: 720px) {
.half-bg {
	background-image: url(images/bg-half.png);
	background-repeat: repeat-y;
	background-position: center 0%;
	background-size: 100% auto;
}
.column.h-contact,.column.h-twitter {
	padding-left: 3rem;
    padding-right: 3rem;
}
}
@media (max-width: 719px) {
.half-bg {
	background-color: rgba(236,236,236,1.00);
}
.bg-strip {
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto 70px;
	padding-bottom: 80px;
}
}

/* Full Form
====================================*/
.form-full input:not([type=submit]):not([type=image]) {
	width: 100%;
	margin-right: 0px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form-full textarea {
	width: 100%;
	margin-right: 0px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form-full .btn.btn-primary {
	width: 100%;
	margin-right: 0px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.form-full .wcs-wrap-wrap {
    background-color: #EBEBEB;
    padding: 2px 10px 5px 20px;
    margin-right: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    width: 100%;
	max-width: 100%;
	border-top: none;
}
.form-full .form-group {
    display: block;
}
.h-text .btn {
	margin: 10px;
}
figcaption .btn {
	margin: 0.2em 0em;
    padding: 10px 38px 10px 38px;
    font-size: 1.0em;
    background-color: #D9826A;
    border-radius: 23px;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: auto 15px;	
}
figure.header-two figcaption {
	height: auto;
	text-align: left;
	bottom: 0em;
	padding: 4em 100px 1.5em 1.5em;
	background-color: rgba(190,154,139,0.0);
	background-image: url(images/bg-anim-detail.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: auto 95%;
}
figure.header-two figcaption H1 {
	color: #ffffff;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 3em;
	font-family: "abhaya_librebold", sans-serif;
	text-shadow: 0px 0px 12px #4A3B2C;
}
figure.header-two figcaption P {
	font-size: 100%;
	text-shadow: 0px 0px 8px #4A3B2C;
}

.img-third-two-thirds-column img:last-of-type {
	width: 33%;
}
.img-third-two-thirds-column img:first-of-type {
	width: 65%
}
.img-two-thirds-third-column img:last-of-type {
	width: 65%;
	margin-bottom: 0px;
}
.img-two-thirds-third-column img:first-of-type {
	width: 33%;
	margin-bottom: 0px;
}
.h-chef img {
	width: 200px;
}
.four-images {
	padding-left: 2px;
	padding-right: 2px;
}
.four-images .column img {
	border-left: 2px solid rgba(0,0,0,0.00);
	border-right: 2px solid rgba(0,0,0,0.00);
	border-top: 4px solid rgba(0,0,0,0.00);
	border-bottom: 4px solid rgba(0,0,0,0.00);
	width: calc(100% - 4px);
}


.testimonial-colour .column {
    min-height: 350px;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
}
.testimonial_wrapper {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.testimonial_message {
    font-size: 1.45em;
    padding: 40px;
    color: #000000;
    background-color: #eeeeee;
    margin: 0px 0px 0px 0px;
    line-height: 1.45em;
    border-radius: 5px;
    text-align: center;
}
.testimonial_whoby {
    font-style: normal;
    color: #000000 !important;
    padding: 30px 0px 0em 0px !important;
    text-align: center;
    margin: 0px 0px 0px 0px;
    background-image: url(images/icon-speech.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 7px auto;
	font-weight: normal;
}




/* BOOKING WIDGET */

.booking-row {
	background-color: #999895;
	padding: 0px 0px 8px 0px;
}
.ftb-bookingWidget__inner.ftb-bookingWidget__inner--lg input[type=text] {
	margin-bottom: 0px !important;
	width: 150px !IMPORTANT;
	border-radius: 4px !important;
}
.ftb-bookingWidget__inner.ftb-bookingWidget__inner--lg {
	background-color: transparent !important;
}
.booking-row span {
	color: #ffffff !important;
	padding-bottom: 4px;
}
.ftb-bookingWidget__inner.ftb-bookingWidget__inner--md, .ftb-bookingWidget__inner.ftb-bookingWidget__inner--sm {
	background-color: transparent !important;	
}




/* ---------------- */
/*@media (min-width: 1150px) {
	.p-banner {
		height: calc(88vh - 190px);
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
	}
}*/
.p-banner {
    height: calc(85vh - 140px);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding-top: 40vh !important; */
    position: relative;
}
.p-banner.p-banner-80 {
	height: 80vh;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*padding-top: 40vh !important;*/
	position: relative;
}
.p-banner.p-banner-20 {
	height: 20vh;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*padding-top: 40vh !important;*/
	position: relative;
}
.p-banner-40 {
	padding: 7em 0em;
	font-size: 1.2em;
}
.p-banner .column {
    position: absolute;
    z-index: 150;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    /* justify-content: center; */
    padding-left: 0em;
    padding-right: 0em;
    background-image: none, -webkit-linear-gradient(180deg,rgba(165,123,116,0.09) 15.75%,rgba(165,123,116,0.83) 67.67%);
    background-image: none, -moz-linear-gradient(180deg,rgba(165,123,116,0.09) 15.75%,rgba(165,123,116,0.83) 67.67%);
    background-image: none, -o-linear-gradient(180deg,rgba(165,123,116,0.09) 15.75%,rgba(165,123,116,0.83) 67.67%);
    background-image: none, linear-gradient(270deg,rgba(165,123,116,0.09) 15.75%,rgba(165,123,116,0.83) 67.67%);
}
.h-header-message {

}
.p-banner-inner {
	width: 1180px;
    max-width: 85%;
    padding: 15px 30px;
    /* background-color: rgba(78, 61, 61, 0.49); */
    margin: 0px auto;
}
.holder-logo-img {
	width: 180px;
}
.p-banner H1 {
	/*color: #FFFFFF !important;*/
	display: block;
	margin: 0.1em auto 0.01em 0em !important;
	/*text-shadow: 0px 0px 8px rgba(0,0,0,1.00);*/
	font-size: 3.5em !important;
}

/*.p-banner .btn.btn-primary {
    font-family: "abhaya_libreregular", sans-serif;
    margin-top: 0vh;
    color: #ffffff;
	display: inline-block;
	border-color: #ffffff;
	font-size: 1.2em;
    margin-left: 0px;
	
}*/
.p-banner H1 span {
    color: #fff;
	font-size: 0.40em;
	line-height: 0.5em;
}

.p-banner H1 span b {
    display: inline-block;
    padding-right: 25px;
    background-image: url(images/bullet-whiite.png);
    background-position: right 8px center;
    background-size: 10px 10px;
    background-repeat: no-repeat;
}
.p-banner H1 span b:nth-of-type(3) {
    background: none;
}



.p-banner H1 a {
	color: #FFFFFF;
	font-size: 0.35em;
	display: inline-block;
	margin-top: 35px;
	text-shadow: none;
	padding: 10px 38px;
	cursor: pointer;
	letter-spacing: 0.1em;
	font-family: "abhaya_libreregular", sans-serif;
	background-color: #000000;
	border-radius: 3px;
	color: #FFFFFF;
	background-image: url(images/btn-primary.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: auto 15px;

}
.p-banner H1 a:hover {
	color: #ffffff;
	background-color: #bbbdc0;
}
.h-brochures img {
	width: 250px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.h-brochures img:hover {
	transform: scale(1.05)
}
.h-icons H3 {
	font-size: 2em;
}
.h-icons H4 {
	color: #000000;
}
.h-icons img {
	width: 100px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.h-icons img:hover {
	transform: scale(1.1)
}
.prod-icons img {
	width: 220px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border: solid 10px #DCDCDC;
	border-radius: 40px;
}
.prod-icons img:hover {
	border: solid 10px #00afc7;
	transform: scale(1.05)
}
.prod-icons P {
	max-width: 75%;
	margin: 1em auto;
}
.colour.p-brochures {
	padding-bottom: 0em;
}
.cats-header .restrict-width {
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    /*justify-content: center;*/
    padding-left: 0em;
    padding-right: 0em;
}
.cats-header H2 {
	color: #BFBFBF;
	font-size: 1.5em;
	margin-bottom: 1px;
}
.cats-header H1 {
	font-size: 2em;
	margin-top: 1px;
}
.h-column-contact {
	background-color: rgba(255,255,255,0.80);
	border-radius: 20px;
	padding-top: 2em;
	padding-bottom: 2em;
}

.c2a {

}
.c2a .column.fourth {
	padding: 0px 2px;
}

.c2a figure {
	position: relative;
	-webkit-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	cursor: pointer;
}
.c2a figure:hover {
	transform: scale(1.15);
	z-index: 1001;
}
.c2a figure img {
    border: solid 3px #fff;
}
.c2a figcaption {
	position: absolute;
	top: 10px;
	left: 0px;
}
.c2a h3 {
	color: #000000;
	background-color: #eeeeee;
	display: inline-block;padding: 5px 10px;
	text-align: left;
}
@media (max-width: 1250px) {
	.c2a h3 {
		font-size: 1em;
	}
}
@media (max-width: 719px) {
	.c2a h3 {
		font-size: 1.3em;
	}
	.c2a figure {
		max-width: 400px;
		margin: 1em auto;
	}
}
@media (max-width: 350px) {
	.c2a h3 {
		font-size: 1.0em;
	}
}
@media (min-width: 720px) {
.col-valign-middle .restrict-width {
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    /*justify-content: center;*/
    padding-left: 0em;
    padding-right: 0em;	
}
}
@media (max-width: 1200px) {
/*.testimonial-colour {
    padding: 3em 0em;
}*/	
}
@media (max-width: 999px) {
.p-banner H1 {
	font-size: 2.5em !important;
}
.p-banner P {
	font-size: 0.9em !important;

	
}
.testimonial-colour {

}

.p-banner .column {

}

}
@media (max-width: 600px) {
	.crystals {
    background-position: center bottom;
    background-size: 250% auto;
}
.testimonial-colour .column {
    min-height: 14em;
}
.testimonial_message {
    font-size: 1.2em;
}
.p-banner H1 {
	font-size: 1.8em !important;
	margin: 10vh auto 0em 0.0em;
	line-height: 30px;
}
.p-banner H1 span  {
    font-size: 0.60em;
	line-height: 42px;
	margin-bottom: -25px;
}
.p-banner H1 span b {
    display: block;
    padding-right: 25px;
    background-image: none;
	line-height: 30px;
}
	
	
	
.arrow-down {
	display: none;
}
		.testimonial_content {
    max-width: none;
	padding: 0px 5% 0px 5%;
		width: 90%;
}
}
@media (max-width: 550px) {
figure.header-two figcaption H1 {
	font-size: 2em;
}
figure.header-two figcaption {
	padding: 1.5em 50px 0.5em 1.5em;
	background-size: auto 70%;
}
}
@media (max-width: 450px) {
.p-banner H1 {
	font-size: 2em !important;
}


}
@media (max-width: 375px) {
figure.header-two figcaption H1 {
	font-size: 2em;
	line-height: 1.05em;
}
}
@media screen and (max-width: 350px) {
.p-banner H1 {
	font-size: 1.8em !important;
}	
}


.h-cats figure {
	position: relative;
	/*max-width: 350px;*/
	/*margin-left: auto;
	margin-right: auto;*/
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-image: -webkit-linear-gradient(270deg,rgba(249,157,129,1.00) 0%,rgba(207,100,69,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(249,157,129,1.00) 0%,rgba(207,100,69,1.00) 100%);

}

.h-cats figure:hover {

	transform: scale(1.05);
}
.h-cats figcaption {
	text-align: left;
	/*border-top: solid 2px #ffffff;*/
	padding: 0.1em 0.6em 20px 0.6em;
	background-color: rgba(0,0,0,0.08);
	background-image: url(images/go.png);
	background-repeat: no-repeat;
	background-position: right 10px bottom 10px;
	background-size: auto 20px;
}
.h-cats figure img {
	max-width: 50%;
	padding: 40px 0em;
}
.h-cats H2 {
	font-size: 1.2em;
	color: rgba(255,255,255,1.00);
	text-transform: uppercase;
	margin-bottom: 0.1em;
	letter-spacing: normal;
}
.h-cats P {
	font-size: 0.9em;
	color: #ffffff;
	margin-top: 0.1em;
}
.colour.h-cats {
	padding-top: 1em;
	padding-bottom: 1em;
}

@media (max-width: 720px) {
.h-news img {
	width: 400px;
	margin-top: 2.5em;
}
}

/* SLIDER
============================*/
/* SLIDER
============================*/
.wbSliderHeader, .wbSliderSecondary {
	width: auto;
	margin-left: 30px;
	margin-right: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.1em;
	color: rgba(255,255,255,1.00) !important;
	padding: 15px 20px 15px 20px !important;
	position: relative;
	text-align: left;
	display: block;
	text-shadow: 0px 0px 8px #000000;
}
.wbSliderHeader {
	font-size: 3em !important;
	font-family: "abhaya_librebold", sans-serif;
	background-color: transparent;
	margin-top: 30vh;
	color: #ffffff !important;
	width: 500px;
	max-width: 90%;
	margin-left: 30px;
	margin-right: auto;
}
.wbSliderSecondary {
	font-size: 1.5em !important;
	font-family: "abhaya_libreregular", sans-serif;
	margin-top: 0vh;
	color: #ffffff;
	text-transform: uppercase;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.imageParentDiv img {
	max-width: none;
}


@media (max-width: 850px) {
.wbSliderHeader {
	font-size: 2.0em !important;
}
.wbSliderSecondary {
	font-size: 1.2em !important;
}
}
@media (max-width: 399px) {
.wbSliderHeader {
	font-size: 1.8em !important;
	margin-top: 30vh;
}
.wbSliderSecondary {
	font-size: 1.1em !important;
}
}


.center .wcs-wrap-wrap {
	border-top: none;
	padding-top: 10px;
	margin: 0px auto 15px auto;
	width: 240px;
	background-color: rgba(255,255,255,0.80);
	border-radius: 3px;
}
.wcs_wrap {
	font-size: 0.85em;
	color: rgba(61,61,61,1.00);
	text-align: left;
}
.contact-bg input,.contact-bg textarea {
	margin-right: 0px !important;
}





.bedroom .column div {
	background-color: transparent !important;
}


.menu-detail p {
    background-image: url(images/menu-detail.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 200px auto;
	padding-bottom: 45px;
}
.menu-detail .column p:last-of-type {
    background-size: 0px !important;

}
