/* ******************************************
GENERAL
****************************************** */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');

* {
	outline: none;
}

:root {
	/*--accent-color: #dea531;*/
	--black-text: #0a0a0a;
	--mint-color: #00c7b1;
	/*--accent-color: rgba(0, 199, 177, 1);*/
    --color: 205, 102, 0;
	--accent-color: rgba(var(--color), 1);
    --shadowColor: 0 7px 0 rgba(var(--color), 1),0 14px 0 rgba(var(--color), 1);
	--menu-sub--color: #9d9d93;
	--canvas-off--color: #222222;
}

h1 {
	/*font-family: 'Libre Baskerville', serif;*/
	font-family: 'Montserrat', Arial, san-serif;
	font-weight: 500;
}

h2 {
	font-family: 'Montserrat', Arial, san-serif;
	font-weight: 500;
}
h4 {
	font-family: 'Montserrat', Arial, san-serif;
}
p {
	font-family: 'Roboto', Arial, san-serif;
}
.strong {
	font-weight: bold;
}

h1q {
	font-weight: 200;
	text-transform: uppercase;
	color: #000;
}

.off-canvas-content {
    background-color: #000;
}

.wrap {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
}

.off-canvas-wrapper {
	background-color: #222;
}

.calloutpad {
	padding: 0;
	margin: 0;
	border: 0;
}

.callout2 {
    margin: 0;
    padding: 40px 0;
    border: 0;
}


.boxrel {
	position: relative;
}
.head {
	display: table-cell;
    width: 62px;
    height: 100%;
    vertical-align: top;
    margin-top: 13px;
}
.head h2 {
	border-left: 1px solid rgba(35,35,45,.3);
    width: 100%;
}
.head h2, .head h2 u {
    display: inline-block;
    float: left;
}
.head h2 u {
    margin: -8px 0 0 10px;
    font-size: 30px;
    font-weight: 700;
    color: #1e1e26;
}
.head h2, .head h2 u {
    display: inline-block;
    float: left;
}

.head h2 u {
    text-decoration: none;
}
.head h2 b {
    position: absolute;
    top: 13px;
    left: 18px;
    width: 300px;
    text-align: right;
    -webkit-transform: translate(-125px,175px) rotate(-90deg);
    -ms-transform: translate(-125px,175px) rotate(-90deg);
    transform: translate(-125px,175px) rotate(-90deg);
    font-size: 12px;
    color: #23232d;
}

.hrThick {
	border: none;
    height: 5px;
    background-color: #222;
    margin-bottom: -15px;
}
hr {
	border: none;
    height: 1px;
    background-color: #222;
}

.pphead img {
	margin-top: 13px;
}

.reverse {
	background-color: #777;
	color: #fff;
	padding: 30px 15px 15px 20px;
	margin-top: 70px;
}
.reverse a {
	color: #fff;
	text-decoration: none;
}
.reverse a:hover {
	color: #dea531;
	text-decoration: underline;
}
.lightGrey {
	background-color: rgb(241, 241, 241);
}

.bgfff {
	background-color: #fff;
}
.bgf1 {
	background-color: #f1f1f1;
}
.bge4 {
	background-color: #e4e4e4;
}
.mediapack {
	background: #d6d6d4;
	background-image: url('/assets/img/home/media-guide-bg-2.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center; 
}
.spacer-left {
	margin-left: 10px;
}

.pad40tb {
    padding: 40px 0;
}
.pad100t20b {
    padding-top: 100px;
    padding-bottom: 20px;
}
.pad80t40b {
    padding-top: 80px;
    padding-bottom: 40px;
}
.pad40t20b {
    padding-top: 40px;
    padding-bottom: 20px;
}
.pad60t60b {
    padding-top: 60px;
    padding-bottom: 60px;
}
.pad40t {
    padding-top: 40px;
}
.pad20b {
    padding-bottom: 20px;
}
.pad0r {
    padding-right: 0;
}
.pad0l {
    padding-left: 0;
}
.mar10t {
	margin-top: 10px;
}
.mar40t {
    margin-top: 40px;
}
.mar80t40b {
    margin-top: 80px;
    margin-bottom: 40px;
}
.mar40t20b {
    margin-top: 40px;
    margin-bottom: 20px;
}
.mar60b {
    margin-bottom: 60px;
}
.mar60t {
    margin-top: 60px;
}
.ssgreen {
	background-color: #586b2e;
	padding-left: 15px;
    padding-right: 15px;
    margin-top: 0;
	background-size: cover;
}
.ssgreenbut {
	padding-left: 225px;
	padding-top: 110px;
}
.ss-absolute {
	position: relative;
}
.ss-enquire {
	color: #fff;
}
.ss-enquire a {
	color: #fff;
	text-decoration: none;
}
.ss-enquire a:hover {
	color: #fff;
	text-decoration: underline;
}

.img-border {
	border: 1px solid rgba(10, 10, 10, 0.25);
}

.signup {
	background-color: #d6d6d4;
	border: 0;
	padding-top: 35px;
	padding-bottom: 16px;
}
.signup h4{
	margin-top: -8px;
}
.h4small {
	font-size: 12px;
}
.h4small a {
	text-decoration: underline;
}
.h4small a:hover {
	color: #dea531;
}

button.radius, .button.radius {
    border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;  }
  button.round, .button.round {
    border-radius: 1000px;
	-moz-border-radius:1000px;
	-webkit-border-radius: 1000px;  }

/* button, .button {
	padding: 0.45em 1em;
}*/

a {
	color: #222;
	text-decoration: none;
}

a:hover {
	color: #222;
	text-decoration: underline;
}

.lead {
	line-height: 22px;
}
.ss-highlights-before {
	position: relative;
}
.ss-highlights {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 0;
}
.ss-highlights-start {
    margin: 0;
  	position: absolute;
  	top: 50%;
  	left: 50%;
	-moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
 	color: #fff; 
}
.ss-highlights-start a {
	color: #fff;
}

.ss-signup {
	margin: 0;
	padding-bottom: 35px;
}
.ss-signup h4{
	margin-top: 28px;
}
.ss-submit {
	margin-top: 25px;
}

.ss-highlights-blocks {
	position: relative;
}
.ss-highlights-blocks-text {
    position: absolute;
    width: 100%;    
    left: 50%;
    top: 100%;
	-moz-transform: translate(-50%, -100%);
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    color: #fff;
    background-color: rgba(0,0,0,0.5);
	
}
.ss-highlights-blocks-text h4 {
	padding-left: 10px;
	padding-top: 10px;
}


.magstop {
	padding-top: 30px;
}
.maghr p{
	margin-bottom: 5px;
}
.fieldgroup {
	float: left;
}
.pad-l-r-0 > .column {
    padding-left: 0;
    padding-right: 0;
}
.av-grid-before {
	position: relative;
}
.av-grid-start {
	margin: 0;
  	position: absolute;
	width: 60%;
  	top: 50%;
  	left: 50%;
	-moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
 	color: #fff; 
}
.av-grid-start a {
	color: #fff;
}
.pub-validationmessage {
	display: inline-block;
	margin-left: 12px;
}
.pub-p p {
	max-width: 180px;
	text-align: center;
}
.h-vid {
	margin-top: 50px;
}
.img-border {
	border: 1px solid rgba(10, 10, 10, 0.25);
}
.ta-c {
	text-align: center;
}
.pot {
	margin: 40px 135px 0 135px;
}
.pot h4 {
	text-align: right;
}
.pot hr {
	display: block;
    height: 1px;
    border: 0;
    padding: 0;
	margin: 90px 105px 10px 105px;
}
.pot2 {
	margin: 40px 145px 40px 145px;
}
.pot2 h4 {
	text-align: right;
}
.pot2 hr {
	display: block;
    height: 1px;
    border: 0;
    padding: 0;
	margin: 66px 20px 10px 20px;
}
.take-three {
	text-align: center;
	display: block;
	margin-bottom: 100px;
}
.take-three h1 {
	font-family: 'Libre Baskerville', serif;
	font-size: 1.8rem;
	text-align: center;
	margin: 35px 60px 10px 60px;
}
.take-three p {
	text-align: left;
	margin-left: 56px;
	margin-right: 56px;
}
.take-three h5 {
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	color: #999;
}
.take-three hr {
	display: block;
	max-width: 2rem;
    height: 1px;
    border: 0;
    padding: 0;
	background-color: #999;
}


/* ******************************************
FORMS
****************************************** */

.cfg-errormessage {
	color: #ff0000;
	font-size: 12px;
}
.cfg-validationmessage {
	padding-top: 32px;
	padding-left: 10px;
}

/* ******************************************
ROUND BUTTON
****************************************** */

.round-button {
    display:inline-block;
    width:70px;
    height:70px;
    line-height:70px;
    border: 1px solid #222;
    border-radius: 50%;
    color:#222;
    text-align:center;
    text-decoration:none;
    background: #fff;
    margin-bottom: 10px;
}
.round-button:hover {
    background: #262626;
    color:#fff;
}
.round-button-text {
	color:#222;
	font-size: 1.5em;
	padding: 0 14px;
	vertical-align: middle;
}
.round-button-text:hover {
	text-decoration: underline;
}

/* ******************************************
ROUND BUTTON SPECIFIER SELECT
****************************************** */

.round-button-ss {
    display:inline-block;
    width:70px;
    height:70px;
    line-height:70px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    text-align:center;
    text-decoration:none;
    background: transparent;;
    margin-bottom: 10px;
}
.round-button-ss:hover {
    background: #fff;
    color:#222;
}
.round-button-ss-text {
	color:#fff;
	font-size: 1.5em;
	padding: 0 14px;
	vertical-align: middle;
}
.round-button-ss-text:hover {
	text-decoration: underline;
}

/* ******************************************
NAV - MOBILE
****************************************** */

.title-bar {
	background-color: #222;
	height: 70px;
	padding-top: 10px;
}

#mobile-menu {
	background-color: #222;
	padding: 10px;
}

#mobile-menu li {
	list-style: none;
}

#mobile-menu a {
	color: rgba(255,255,255,0.6);
	font-weight: bold;
	line-height: 2;
}

#mobile-menu a:hover {
	color: rgba(255,255,255,0.8);
}

.js-off-canvas-exit {
	background-color: rgba(0,0,0,0.5);
}
.main-nav {
	padding-top: 50px;
	display: table;
  	margin: 0 auto;
}
.position-left {
    width: 100%;
    -ms-transform: translateX(-250%);
    transform: translateX(-250%);
}
.off-canvas {
    transition: transform 0.5s ease-out;
    background: #222;
}
.off-canvas-content {
    background: #222;
    width: 100%;
}
.doc {
    position: relative;
    padding-top: 10px; 
}
.doc ul{
    text-align: center;
    font-size: 24px; 
}
.doc .close-button {
    padding-top: 20px;
}
.close-button {
    color: #fff;
}
.close-button:focus {
    color: #fff;
}
.close-button:hover {
    color: var(--accent-color); 
}
.logo-large {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.title-bar-title:hover {
    color: var(--accent-color);
}

.title-bar-title {
    cursor: pointer;
}

/* ******************************************
NAV - DESKTOP
****************************************** */
.nav-desktop {
	background-color: #222;
	height: 100px;
	padding: 0;
}

.site-logo {
	color: white;
	line-height: 100px;
}

.top-bar-left {
	height: 100px;
}

.nav-desktop .menu-desktop { 
	line-height: 22px;
	background-color: transparent;
}
.menu-right {
	float:right;
}
.al-right {
	float:right;
}
.al-right > li {
	float:left;
}
.top-bar-right {
	padding-top: 25px;
}
.menu-desktop > li {
	color: white;
}
.menu > li > a {
	display: inline-block;
	line-height: 22px;
	padding-top: 0;
	padding-bottom: 0;
	color: white;
	font-size: 24px;
}

.menu > li > a:hover {
	/* background-color: rgba(255,255,255,0.1);*/
	color: var(--accent-color);
}
.main-dropdown {
	border: 0;
}
.main-dropdown > li {
	background-color: #222;
}
.main-dropdown > li > a {
	display: block;
	width: 220px;
	line-height: 40px;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-top-color: #fff;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    left: 0;
    right: auto;
}
.is-dropdown-submenu {
    min-width: 220px;
}
.pp-menu {
	max-height: 300px; 
	overflow-y: auto;
}
.pp-menu > li > a {
    color: #000;
}
 
.menu-icon:hover::after {
    background: var(--accent-color);
    -webkit-box-shadow: var(--shadowColor);
    box-shadow: var(--shadowColor);
}
/*
.menu-icon:hover::after {
    background: #A02020;
    -webkit-box-shadow: 0 7px 0 #A02020,0 14px 0 #A02020;
    box-shadow: 0 7px 0 #A02020,0 14px 0 #A02020;
}
*/
/* ******************************************
FOOTER
****************************************** */

footer {
	background-color: #222;
	padding: 80px 0px 10px 0px;
}

footer h3 {
	color: rgba(255,255,255,0.8);
	font-size: 1.3em;
}

footer hr {
	border-color: rgba(255,255,255,0.1);
	margin: 10px 0;
}

footer p {
	color: rgba(255,255,255,0.8);
	font-size: 1.1em;
}

footer a {
	color: rgba(255,255,255,0.8);
}

footer span {
	font-weight: bold;
	color: rgba(255,255,255,0.3);
}

footer a:hover {
	color: var(--accent-color);
}
.fs > i.fa:hover {
    color: var(--accent-color);
}
.footer-small{
	color: #999;
	font-size: 12px;
	text-align: center;
	margin-top: 80px;
}
.footer-small a {
	color: rgba(255,255,255,0.3);
}
.footer-small hr {
	display: block;
	max-width: 100%;
    height: 1px;
    border: 0;
    border-top: 1px solid #999;
    padding: 0;
}
/* ****************************************** */


.company-social a:hover {
    text-decoration: none;
}
.bw {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.bw:hover {
	filter: none;
	-webkit-filter: grayscale(0);
}

/* ******************************************
NEW
****************************************** */

.reveal {
    border: 1px solid #cacaca;
    background-color: #222222;
}
.pad-tb1 {
	padding-top: 26px;
	padding-bottom: 80px;
}
.pad-tb2 {
	padding-top: 80px;
	padding-bottom: 26px;
}
.pad-b1 {
	padding-bottom: 120px;
}
.pad-b2 {
	padding-bottom: 80px;
}
.pad-b3 {
	padding-bottom: 20px;
}
.pad-t2 {
	padding-top: 80px;
}
.mar-b1 {
	margin-bottom: 30px;
}

.bg-white {
	background: #fff;
	color: #0a0a0a;
}
.white-outer {
    position: relative;
    margin: 0;
    padding: 1rem;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    color: #0a0a0a;
}
.buttons-bot {
    position: absolute;
    bottom: 0;
	padding: 1rem;
	color: #0a0a0a;
}
.white {
	color: #fff;
}
.bg-subscribe {
	 background: 
    linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ),

    url('../assets/img/IMG_9426.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}
.bg-home {
	 background: 
    linear-gradient(
      rgba(0, 0, 0, 0.55), 
      rgba(0, 0, 0, 0.55)
    ),

    url('/assets/img/IMG_8654-cut.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}
.bg-gallery {
	 background: 
    linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ),

    url('/assets/img/IMG_9400.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}
.bg-works {
	 background: 
    linear-gradient(
      rgba(0, 0, 0, 0.55), 
      rgba(0, 0, 0, 0.55)
    ),

    url('/assets/img/100_5709.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}
.bg-contact {
	 background: 
    linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ),

    url('/assets/img/IMG_2087_ABC.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}
.contact-min {
	min-height: 500px;
}
.bg-light-blue {
    background: #C8EEF7;
	color: #222;
}
.bg-light-lime {
    background: rgb(224,255,43);
	color: #222;
}
.bg-black {
    background: rgb(26,46,59);
	color: #fff;
}
.bg-light-pink {
    background: rgb(251, 242, 246);
	color: #222;
}
.bg-pink {
  background-color: #e6c8ea;
  background-image2:
    linear-gradient(
      to top right, 
      #e6c8ea, #f6dff9
    );
}
.bg-pink2 {
    background: #e6c8ea;
	color: #222;
}
.bg-light-yellow {
    background: #ffc33f;
	color: #222;
}
.num > hr {
	background-color: #ffc33f;
	height: 16px;
    border-radius: 8px;
    position: absolute;
    top: 56%;
    right: -4vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 27px;
    width: 4000px;
    border-radius: 13px;
    background-color: transparent;
}

.boxer h2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    text-align: right;
    -webkit-transform: translate(-125px,175px) rotate(-90deg);
    -ms-transform: translate(-125px,175px) rotate(-90deg);
    transform: translate(-125px,55px) rotate(-90deg);
    font-size: 100px;
    font-weight: 700;
    color: #ffffff;
	opacity: 0.3;
	z-index: 2;
}
.iup {
	position: relative;
	z-index: 3;
}

.bg-full {
	 background: 
    linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ),

    url('../assets/img/toon-lambrechts-E1HSxmVG5lE-unsplash.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}
.bg-review {
	 background: 
    linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ),

    url('../assets/img/premium_photo-1661662815924-97a8a767a262.jpeg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}
.bg-intro {
	/* background: url('/assets/img/toon-lambrechts-E1HSxmVG5lE-unsplash.jpg');
	background: url('/assets/img/premium_photo-1661662815924-97a8a767a262.jpeg');*/
	background: url('/assets/img/premium_photo-1661664899158-fbd4e649e79f.jpeg');
}
.bg-domestic-1 {
	/* background: url('/assets/img/toon-lambrechts-E1HSxmVG5lE-unsplash.jpg');
	background: url('/assets/img/premium_photo-1661662815924-97a8a767a262.jpeg');
	background: url('/assets/img/istockphoto-859265614-2048x2048.jpg');*/
	background: url('/assets/img/istockphoto-1540268963-2048x2048.jpg');
}
.bg-commercial-2 {
	background: url('/assets/img/istockphoto-1313329724-2048x2048.jpg');
}
.bg-commercial-1 {
	background: url('/assets/img/istockphoto-1313329670-2048x2048.jpg');
}
.bg-bedroom {
	/* background: url('/assets/img/nik-lanus-YMOHw3F1Hdk-unsplash.jpg');*/
	background: url('/assets/img/becca-tapert-sY5RjMB1KkE-unsplash.jpg');
}
.bg-bedroom-2 {
	background: url('/assets/img/nik-lanus-YMOHw3F1Hdk-unsplash.jpg');
}
.bg-constant {
	background: url('/assets/img/toon-lambrechts-TpNA_02AzXY-unsplash.jpg');
}
.bg-fuller {
	min-width: 50px;
	height: 100%; 
	min-height: 610px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
}
.bg-black-1 {
	background: #000000;
	background-image: url('../assets/img/V1.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover; 
	color: #ffffff;
	padding-top: 80px;
}
.bg-black-1 {
	 background: 
    linear-gradient(
      rgba(0, 0, 0, 0.45), 
      rgba(0, 0, 0, 0.45)
    ),

    url('../assets/img/V1.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
	padding-top: 80px;
}
.bg-overlay2 {
    background-color: transparent;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000));
    background-image: -o-linear-gradient(top,transparent 0,#000 100%);
    background-image: linear-gradient(-180deg,transparent,#000);
    opacity: 1;
}

.bg-overlay-full {
    background: #000000;
	opacity: .5;
    -moz-opacity: 50%;
    -webkit-opacity: 50%;
}
.bg-mint2 {
    background-color: #00c7b1;
	color: #ffffff;
}
.bg-mint2 a {
	color: #ffffff;
}
.bg-mint {
  background-color: #00c7b1;
  background-image:
    linear-gradient(
      22deg, 
      #00b692, #00c7b1
    );
	color: #ffffff;
}
.bg-lime {
    background-color: #c3d82e;
	color: #ffffff;
}
.bg-offffff {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(57,64,68,1)),color-stop(40%,rgba(36,40,43,1)),color-stop(60%,rgba(147,197,60,1)),to(rgba(120,162,47,1)));
    background: -webkit-linear-gradient(top,rgba(147,197,60,1) 60%,rgba(120,162,47,1) 100%);
    background: linear-gradient(to bottom,rgba(147,197,60,1) 60%,rgba(120,162,47,1) 100%);
	color: #ffffff;
}
.bg-off {
    background-color: var(--canvas-off--color);
	color: #ffffff;
}
.bg-olive {
    background-color: #668460;
	color: #FFF;
}
.bg-green {
    background-color: #b8eb9f;
	color: #222;
}

.bg-olive {
    background-color: #b79c5a;
	color: #222;
}
.bg-olive {
  background-color: #b79c5a;
  background-image:
    linear-gradient(
      -22deg, 
      #ba9b54, #d6c590
    );
}
.bg-olive {
  background-color: #79a570;
  background-image2:
    linear-gradient(
      to top right, 
      #387763, #79a570
    );
}
.bg-yellow {
	background-color: #ECBE13;
	background-image:
    	linear-gradient(
      		22deg, 
      		#c2af00, #e0dc63
    	);
	color: #fff;
}
.bg-yellow {
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(57,64,68,1)),color-stop(40%,rgba(36,40,43,1)),color-stop(60%,rgba(147,197,60,1)),to(rgba(120,162,47,1)));
    background: -webkit-linear-gradient(top,rgba(147,197,60,1) 60%,rgba(120,162,47,1) 100%);
    background: linear-gradient(22deg,rgba(147,197,60,1)100%,rgba(120,162,47,1)60%);
	color: #ffffff;
}
.bg-yellow2 {
    background-color: #A79B84;
	color: #fff;
}
.bg-yellow2 {
	background-color: #b89d6a;
	background-image:
    	linear-gradient(
      		22deg, 
      		#b89d6a, #d5ae64
    	);
	color: #fff;
}
.overlay-container::before {
  content: '';
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}

.overlay-container {
	position: relative;
}

.overlay-container img {
	width: 100%;
}

.overlay-container .overlay {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.hero-text {
	color: #fff;
	text-align: center;
}

.hero-text h1 {
	font-weight: 900; 
}
.video-border {
	position: absolute;
	width: 100%;
    height: 100%;
	border: 5px solid white;
    top: 30px;
    left: 30px;
	z-index: 1;
	opacity: 0.3;
}
.image-border {
	position: absolute;
	width: 100%;
    height: 100%;
	border: 5px solid white;
    top: 15px;
    left: 15px;
	z-index: 1;
	opacity: 0.3;
}
.vid-img {
	position: relative;
	z-index: 2;
}
.video-but {
	position: relative;
	z-index: 4;
	width: 100%;
    height: 100%;
	background-image: url('/assets/site/video-play.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 0.3s ease-out;

}
.video-but:hover {
	width: 100%;
    height: 100%;
	background-image: url('/assets/site/video-play-over.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}
.gallery-but {
	position: relative;
	z-index: 4;
	width: 100%;
    height: 100%;
	background-image: url('/assets/site/image-but.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: all 0.3s ease-out;

}
.gallery-but:hover {
	width: 100%;
    height: 100%;
	background-image: url('/assets/site/video-play-over.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}


hr {
    margin: 3px 3px;
}

hr.hr-small {
    width: 40px;
    height: 2px;
    margin-bottom: 20px;
	margin-left: 48%;
    background: var(--black-text);
    border: none;
}
hr.hr-small-left {
    width: 40px;
    height: 2px;
    margin-bottom: 20px;
	margin-right: 100%;
    background: var(--black-text);
    border: none;
}

hr.white {
    background: #fff;
}

hr.style-two {
    width: 60px;
    border: 0;
    height: 2px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-color: transparent;
}
hr.style-one {
    width: 60px;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
	background-color: transparent;
}
.liner {
    display: flex;
    align-items: flex-start;
    text-align: left;
}
.liner:after {
    margin-left: 20px;
}
.liner:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #D66853;
    min-width: 20px;
    margin: auto;
}
hr.dot {
    width: 60px;
	border-top: 2px dotted white;
	background-color: transparent;
}
.button {
	font-family: 'Montserrat', Arial, san-serif;
	font-weight: 800;
}

.button.hollow {
    border: 2px solid #000000;
    color: #000000;
}
.button.hollow:focus, .button.hollow:hover {
    border-color: var(--accent-color);
    color: var(--accent-color);
}
.button, .button.disabled, .button.disabled:focus, .button.disabled:hover, .button[disabled], .button[disabled]:focus, .button[disabled]:hover {
    background-color: var(--black-text);
    color: #fff;
}
.button:focus, .button:hover {
    background-color: #fff;
    color: var(--black-text);
}
.but-for {
	background-color: var(--black-text);
	border: 2px solid var(--black-text);
    color: #fff;
}
.but-for:focus, .but-for:hover {
    background-color: transparent;
	border: 2px solid var(--black-text);
    color: var(--black-text);
}
.but-rev {
	background-color: #fefefe;
	border: 2px solid #fefefe;
    color: var(--black-text);
}
.but-rev:focus, .but-rev:hover {
    background-color: transparent;
	border: 2px solid #fefefe;
    color: #fefefe;
}
.bg-white {
    background: #fff;
}
.logo-mask {
	background-color: var(--accent-color);
}
.menu-sub {
	background-color: var(--menu-sub--color);
    color: #fff;
	margin: 0 20px 0 0;
	padding: 26px 25px;
}
img.logo {
	height: 56px;
	padding-left: 40px;
}
.bg-hero {
	position: relative;
    background: #000000;
}

.flex-video.widescreen, .responsive-embed.widescreen {
    padding-bottom: 55.25%;
}
.responsive-embed, .flex-video {
    margin-bottom: -3px;
    padding-bottom: 55.25%;
}
.left-border {
    display: block;
    width: 2px;
    background: var(--black-text);
    position: absolute;
    bottom: -10px;
    height: 30px;
    left: 0;
}
.right-border {
    display: block;
    width: 2px;
    background: var(--black-text);
    position: absolute;
    bottom: -10px;
    height: 30px;
    right: 0;
}
.bottom-border {
    display: block;
    height: 2px;
    background: var(--black-text);
    position: absolute;
    bottom: 0;
    width: 30px;
    left: -10px;
}
.bottom-border-right {
    display: block;
    height: 2px;
    background: var(--black-text);
    position: absolute;
    bottom: 0;
    width: 30px;
    right: -10px;
}
.right-border-top {
    display: block;
    width: 2px;
    background: var(--black-text);
    position: absolute;
    top: -10px;
    height: 30px;
    right: 0;
}
.top-border-right {
    display: block;
    height: 2px;
    background: var(--black-text);
    position: absolute;
    top: 0;
    width: 30px;
    right: -10px;
}
.left-border-top {
    display: block;
    width: 2px;
    background: var(--black-text);
    position: absolute;
    top: -10px;
    height: 30px;
    left: 0;
}
.top-border-left {
    display: block;
    height: 2px;
    background: var(--black-text);
    position: absolute;
    top: 0;
    width: 30px;
    left: -10px;
}
.white {
    background: #fff;
}
.small-margin {
	margin-top: 40px;
	margin-bottom: 50px;
}
.video-but img, .gallery-but img {
	display: none;
}

.centxt {
	width: 50%;
	display: inline-block;
    vertical-align: middle;
}

.logo-text {
	display: inline-block;
	font-size: 24px;
	color: #01ADEB;
	color: white;
	margin-left: 20px;
}
.logo-text:hover {
	text-decoration: none;
	color: var(--accent-color);
}
.logo-text-off {
	text-align: center;
	color: #01ADEB;
}


/* ******************************************
IMAGE SHADOW
****************************************** */

.boxORIG {
  position: relative;
  margin: 40px auto;
  width: 400px;
  height: 350px;
  background: #fff;
  border-radius: 2px;
}

.box {
  position: relative;
  z-index: 13;
}

.box::before,
.box::after {
  content: '';
  position: absolute;
  bottom: 10px;
  width: 40%;
  height: 10px;
  box-shadow: 0 5px 14px rgba(0,0,0,.7);
  z-index: -1;
  transition: all .3s ease-in-out;
}

.box::before {
  left: 15px;
  transform: skew(-5deg) rotate(-5deg);
}

.box::after {
  right: 15px;
  transform: skew(5deg) rotate(5deg);
}

.box:hover::before,
.box:hover::after {
  box-shadow: 0 2px 14px rgba(0,0,0,.4);
}

.box:hover::before {
  left: 5px;
}

.box:hover::after {
  right: 5px;
}
.bg-hero-below {
	background: #00c7b1;
	background-image: linear-gradient(22deg, #00b692, #00c7b1);
	text-align: center;
	color: #ffffff;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 40px;
	padding-left: 40px;
}
.tar-h {
	border-right: thin double rgba(255, 255, 255, 0.5);
	padding-right: 10px;
	padding-left: 10px;
}
.tar-h:first-child {
	border-left: thin double rgba(255, 255, 255, 0.5);
	
}
 

/* ******************************************
MEDIA QUERY
****************************************** */

/* Small only */
@media screen and (max-width: 39.9375em) {
	.mag-thumb {
		display: block;
		padding-right: 0px;
		text-align: center;
		margin: 0 auto;
	}
	.centxt {
		width: 80%;
		display: inline-block;
    	vertical-align: middle;
	}
	img.logo {
		height: 26px;
    	padding-left: 0px;
	}
	.logo-text {
		font-size: 14px;
		color: white;
		margin-left: 5px;
	}
	.tar-h {
		border-right: thin double rgba(255, 255, 255, 0);
		border-top: thin double rgba(255, 255, 255, 0.5);
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 10px;
	}
	.tar-h:first-child {
		border-left: thin double rgba(255, 255, 255, 0);
		border-top: thin double rgba(255, 255, 255, 0);
		padding-top: 0px;
	}
}

/* Small and Medium only */
@media screen and (max-width: 63.9375em) {
	.nav-desktop {
		display: none;
	}
	.sspad {
		display: block;
		text-align: center;
		padding-bottom: 10px;
   		margin: 0 auto;
	}
	.ssimg img {
		display: block;
   		margin: 0 auto;
	}
	.magspad {
		display: block;
		text-align: center;
		padding-left: 0px;
   		margin: 0 auto;
	}
	.magspad img {
		display: block;
   		margin: 0 auto;
	}
	.maghr {
		text-align: center;
	}
	.maghr hr {
		width: 100%;
	}
	.mag-form {
		padding-left: 15px;
	}
	.mag-text-area-height {
		height: 135px;
	}
	.pot {
		margin: 40px 0 0 0;
	}
	.pot h4 {
		text-align: center;
	}
	.pot hr {
		display: block;
    	height: 1px;
    	border: 0;
    	padding: 0;
		margin: 90px 0 10px 0;
	}
/* NEW */
	.small-margin {
		margin-top: 40px;
		margin-bottom: 50px;
	}
	.small-pad-top {
		padding-top: 40px;
	}
	.small-margin-bottom {
		margin-bottom: 40px;
	}
	.bg-fuller {
		min-height: 250px;
	}
	hr.hr-small {
		margin-left: 44%;
	}
	.contact-min {
		min-height: 350px;
	}
	.mar-t2 {
		margin-top: 80px;
	}
}

/* Medium and up */
@media screen and (min-width: 40em) {
	.mag-thumb {
		padding-right: 40px;
	}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.ss-enquire {
		position: absolute;
		top: 50%;
		left: 15%;
		transform: translate(-15%, -50%);
	}
	.bg-fuller {
		min-height: 400px;
	}
	.centxt {
		width: 80%;
		display: inline-block;
    	vertical-align: middle;
	}
	.tar-h {
		border-right: thin double rgba(255, 255, 255, 0);
		border-top: thin double rgba(255, 255, 255, 0.5);
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 10px;
	}
	.tar-h:first-child {
		border-left: thin double rgba(255, 255, 255, 0);
		border-top: thin double rgba(255, 255, 255, 0);
		padding-top: 0px;
	}
}

/* Large and up */
@media screen and (min-width: 64em) {
	.sspad {
		padding-left: 200px;
		padding-top: 60px;
	}
	.ss-enquire {
		color: #fff;
		position: absolute;
		top: 50%;
		left: 25%;
		transform: translate(-25%, -50%);
	}
	.magspad {
		padding-left: 170px;
	}
	.maghr {
		margin-top: 12px;
	}
	.maghr p {
		margin-right: 22px;
	}
	.maghr hr {
		width: 95%;
	    margin: 0 0 5px 0;
	    background-color: #ccc;
	}
	.mag-form {
		padding-left: 112px;
	}
	.mag-text-area-height {
		height: 205px;
	}
	.large-padding-l {
		margin-left: 30px;
	}
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

@media (max-width: 639px) {
	.reverse {
		margin-top: 0;
	}
	.ssgreenbut {
		padding-left: 25px;
		padding-top: 10px;
	}
	
}

@media screen and (min-width: 40em) {  
	h1 {
	  font-size: 2.5rem; }
	h2 {
	  font-size: 1.9375rem; }
	h3 {
	  font-size: 1.5625rem; }
	h4 {
	  font-size: 1.25rem; }
	h5 {
	  font-size: 1.0625rem; }
	h6 {
	  font-size: 1rem; }
	
}



