body *, :before, :after
{
  box-sizing: border-box;
}

body.on {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  color: #777;
  font:400 16px/1.6em 'Montserrat', BlinkMacSystemFont, "-apple-system", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

a {
  color: #deb800;
  text-decoration: none;
  transition: .5s ease;
}

a:hover {
  color: #ffd300;
  opacity: 1 !important;
}

p {
  margin: 1em 0;
}

icon {
  font-family: fontawesome;
}

/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1, h2, h3, h4, h5, h6
{
  font-weight: 500;
  margin: .3em 0;
  line-height: 1.1em;
  color: #141414;
}

h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}


h1:first-child:after
{
  content: '';
  display: block;
  margin: 20px 0;
  width: 100px;
  border-bottom: 5px solid;
  position: relative;
}

h1[style="text-align: center;"]:first-child:after
{
  margin: 20px auto;  
}

h1[style="text-align: right;"]:first-child:after
{
  margin: 20px 0 20px auto;  
}

h2 
{
  font-size: 2.5em;
  font-family: 'Satisfy', cursive;


}

h1 strong,
h2 strong
{
  font-family: 'Satisfy', cursive;  
  font-size: 1.5em;
  font-weight: inherit;
  line-height: 1.5em;
  text-transform: none;
}

h3 {
  letter-spacing: .05em;
  font-size: 1.5em;
  font-weight: 300;
}

h4 {
  font-size: 1.35em;
  font-weight: 300;
}

h5 {
  font-size: 1.2em;
  margin: .2em 0;
}

h6 {
  font-size: 1em;
  font-weight: 600;
  margin: 1em 0 .3em;
}
h6 a {
  position: relative;
  z-index: 1;
  margin-bottom: 0.2em;
  font-weight: 600;
}

section {
  width: 100%;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}

.textSection .siteContent, .categorySection .siteContent, .viewCart .siteContent {
  padding: 2em 0;
}

.textSection .siteContent img, .categorySection .siteContent img, .viewCart .siteContent img {
  height: auto !important;
  max-width: 100%;
}

.contentWrap section:last-of-type > div:last-of-type .siteContent 
{
  padding-bottom: 2em;
}

/* ---------------------------------- */
/* ---------- CONTENT AREA ---------- */
/* ---------------------------------- */

.siteBottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 10px;
}

.siteContent, .searchContent {
  width: 100%;
  -ms-flex: 1 1 auto;
}

#subBannerHome img,
#subBanner img 
{
  height: auto;
  display: block;
}

.buttonSection .siteContent, .buttonSection .container {
  padding: 0;
}

.desktop-hide, a.desktop-hide {
  display: none !important;
}

/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */
.sidebar {
  width: 280px;
  padding: 0 0.5em 15px;
  margin: 2em 15px 0 0;
  -webkit-box-flex: 0,;
  -ms-flex: 0, 0, 0px;
  flex: 0, 0, 0;
  line-height: 1.5em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 50px -30px rgba(0,0,0,.5)
}

.textSection .sidebar, .photoSection .sidebar {
  display: none;
}

.sidebar .item, #outerSidebar .item {
  width: 100%;
  margin-top: 15px;
}

.sidebar .item .contentImg, #outerSidebar .item .contentImg {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.sidebar .item .caption, #outerSidebar .item .caption {
  font-size: .9em;
}

#outerSidebar {
  display: none;
}

#cartContent .sidebar {
  display: none;
}

/*
@media (min-width:600px){
.siteBottom {
width: 100%;
max-width: 1100px;
margin: auto;
display: flex;
justify-content: space-between;

}
.sidebar {
display: none;
}
#outerSidebar {
width: 200px;
padding: 0 15px;
flex-shrink: 0;
background: rgba(0,0,0,0.1);
display: inline-block;
}
.contentWrap {
width: 100%;
-ms-flex:0 1 auto;
}
}
*/
/* ---------------------------------- */
/* -------- CONTACT DETAILS --------- */
/* ---------------------------------- */
.contact a:before, 
.contact div:before, 
.contact p:before 
{
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  color: inherit;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.siteContent a[href*=".facebook.com"],
.siteContent a[href*=".instagram.com"],
.siteContent a[href*=".twitter.com"],
.siteContent a[href*=".pinterest.com"],
.siteContent a[href*=".youtube.com"],
.siteContent a[href*=".linkedin.com"],
.siteContent a[href*=".tripadvisor.com"]
{
  font-size:0;
}

.siteContent a[href*=".facebook.com"]:before,
.siteContent a[href*=".instagram.com"]:before,
.siteContent a[href*=".twitter.com"]:before,
.siteContent a[href*=".pinterest.com"]:before,
.siteContent a[href*=".youtube.com"]:before,
.siteContent a[href*=".linkedin.com"]:before,
.siteContent a[href*=".tripadvisor.com"]:before
{
  font-family: FontAwesome;
  font-size: 20px;
  display: inline-block;
  border: 1px solid;
  border-radius: 5px;
  width: 35px;
  line-height: 35px;
  text-align: center;
}

.phone:before {
  content: "\f098";
  /*phone in square*/
  content: "\f095";
  /*phone*/
}

.mobile:before {
  content: "\f10b";
  /*mobile*/
}

.email:before {
  content: "\f2b7";
  /*envelope open*/
  content: "\f2b6";
  /*envelope open solid*/
  content: "\f0e0";
  /*empty envelope*/
  content: "\f199";
  /*solid envelope*/
  content: "\f003";
  /*envelope in square*/
}

.fax:before {
  content: "\f1ac";
  /*fax*/
}

.blank:before {
  content: "\f271";
}

.address:before {
  content: "\f278";
  /*map*/
  content: "\f279";
  /*map solid*/
  content: "\f124";
  /*location arrow*/
  content: "\f041";
  /*map marker*/
}

/*-----social icons-----*/
.siteContent a[href*=".facebook.com"]:before,
.facebook:before {
  content: "\f082";
  /*facebook square*/
  content: "\f09a";
  /*facebook f*/
}

.siteContent a[href*=".instagram.com"]:before,
.instagram:before {
  content: "\f16d";
  /*instagram logo*/
}

.siteContent a[href*=".twitter.com"]:before,
.twitter:before {
  content: "\f081";
  /*twitter square*/
  content: "\f099";
  /*twitter bird*/
}

.googlePlus:before {
  content: "\f0d4";
  /*google plus square*/
  content: "\f0d5";
  /*google plus*/
}

.siteContent a[href*=".pinterest.com"]:before,
.pinterest:before {
  content: "\f0d3";
  /*pinterest square*/
  content: "\f0d2";
  /*pinterest circle*/
}

.siteContent a[href*=".linkedin.com"]:before,
.linkedIn:before {
  content: "\f08c";
  /*linkedIn square*/
  content: "\f0e1";
  /*linkedIn in*/
}

.siteContent a[href*=".youtube.com"]:before,
.youTube:before {
  content: "\f16a";
  /*youtube play*/
  content: "\f166";
  /*youtube square*/
  content: "\f167";
  /*youtube normal*/
}

.houzz:before
{
  content: '\f27c';
}

.realestate:before
{
  content: '\f015';
}

.siteContent a[href*=".tripadvisor.com"]:before,
.tripadvisor:before
{
  content: '\f262';  
}

.flickr:before {
  content: "\f16e";
  /*flicker dots*/
}

.bed:before
{
  content: "\f236";
}

.bath:before
{
  content: "\f2cd";
}

.car:before
{
  content: "\f1b9";
}


/*-----social colours-----*/
/*
.facebook {
background: #49639E;
}
.instagram {
background: #8a3ab9;
}
.twitter {
background: #5EA9DD;
}
.googlePlus {
background: #DD4B39;
}
.pinterest {
background: #BD081C;
}
.linkedIn {
background: #0177B5;
}
.youTube {
background: #E22D24;
}
.flickr {
background: #ff0084;
}
*/
/* ---------------------------------- */
/* --Standard for HR line styling  -- */
/* ---------------------------------- */
hr {
  border: 0;
  height: 1px;
  color: #ccc;
  background-color: #ccc;
  width: 100%;
  max-width: 100%;
  margin: 1em auto;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */
#menu {
  width: 100%;
  padding: 0;
  margin:  0 auto;

  position: relative;
  z-index: 100;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#menu nav 
{
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase; 
  text-align: right;

  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  align-content: center;

  justify-content: space-between;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  flex-grow: 1;

  padding: 0 10px;
}

#menu:hover nav a
{
  opacity: .75;
}

#menu nav li 
{
  position: relative;
  list-style: none;
  display: inline-block;
  margin: 0;
}

#menu > nav > li
{
  flex-grow: 1;
}

#menu > nav > li > a
{
  text-align: center;
}

#menu nav a
{
  display: inline-block;
  font-size: .9em;
  color: #fff;
}

#menu nav li a
{  
  opacity: .75;
}

#menu nav li a {
  text-decoration: none;
  width: 100%;
  padding: 10px 0;
}

#menu nav a:hover, 
#menu nav .parent:hover > a,
#menu nav .current > a,
#menu nav .current
{
  color: #ffd300 !important;
  opacity: 1;
}

/* 
#menu nav .parent > a:after {
font-family: FontAwesome;
margin-left: 8px;
content: "\f107";
line-height: 1em;
}
*/
#mobileMenu, #navToggleWrap {
  display: none;
}

#menu #viewCart .mobile-hide,
#menu #viewCart .noItems
{
  display: none;
}

/* ---------------------------------- */
/* ------------ SUB MENU ------------ */
/* ---------------------------------- */
#menu nav ul {
  position: absolute;
  width: 100%;
  min-width: 150px;
  margin: 0;
  padding: 0;
  display: none;
  font-size: .85em;
  box-shadow: 0 5px 5px rgba(0,0,0,.1);
}

#menu .subContainer {
  background: #eaeaea;
  /*   margin-top: 10px; */
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#menu nav ul li {
  width: 100%;
  display: inline-block;
}

#menu nav ul li a 
{
  padding: 10px;
  line-height: 1.1em;
  text-align: center;
}

#menu nav ul li a:hover
{
  background: rgba(255,255,255,.1);
}

@media all and (max-width: 700px) 
{
  #navToggleWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }

  .mobileScroll.mobileScrollStart #navToggleWrap {
    top: -100%;
  }
}

/*-----------------------------------*/
/*------------ SIDE MENU ------------*/
/*-----------------------------------*/
.sideMenu li {
  width: 100%;
  list-style: none;
  margin-bottom: 5px;
  position: relative;
}
.sideMenu li a {
  width: 100%;
  display: inline-block;
  background: #222;
  text-decoration: none;
  color: #fff;
  padding: 10px;
}
.sideMenu li a:hover {
  background: #eee;
  color: #222;
}
.sideMenu li ul {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 200px;
  width: 210px;
  margin: 0;
  padding: 0;
  display: none;
}
.sideMenu li .subContainer {
  padding-left: 10px;
}

.sideMenu .current ul a {
  background: #222;
}

.sideMenu .current a, .sideMenu ul .current a {
  background: #222;
}

/* ---------------------------------- */
/* --------- PHOTO SECTION ---------- */
/* ---------------------------------- */
.contentImgRow .item {
  display: inline-block;
}

.contentImgRow .contentImg {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  image-rendering: auto;
  margin: 0;
}

.contentImgRow .caption {
  margin-top: 5px;
  text-align: center;
}

.contentImgRow .caption h4
{
  text-transform: uppercase;
}

.contentImgRow .caption:empty {
  display: none;
}

/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/
#enquiry 
{
  width: 400px;
  max-width: 100%;
  float: right;
  padding: 0;
  font-size: .8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  border: 1px solid rgba(0,0,0,.1);
  border-radius: 5px;
}

.enqHeader 
{
  width: 100%;
  padding: 30px 10px 12px;
  font-size: 2em;
  text-align: center;
}

.enqRow {
  width: 100%;
  overflow: hidden;
  padding: 3px 5px;
}

.enqRow.half {
  width: 50%;
  display: inline-block;
}

.enqLeft {
  padding: 0 5px;
  float: left;
  width: 25%;
  font-size: 1.2em;
}

.enqRight {
  width: 75%;
  float: left;
}

.enqRow.half .enqLeft, .enqRow.half .enqRight {
  width: 100%;
  font-size: 1em;
}


.enqLeft, .enqRight {
  width: 100%;
}
.enqLeft 
{
  line-height: 1.3em;
}

.enqRow {
  padding: 3px 10px;
}

.checkBox
{
  display: flex;
  border: 1px solid rgba(0,0,0,.075);
  border-radius: 5px;
  padding: 5px 0;
  margin: 5px 10px;
}

.checkBox .enqRight
{
  padding: 0;
  width: 30px;
  display:flex;
  align-items: center;
}

.checkBox .enqLeft
{
  font-size: .9em;
}

.enqRadioGroup
{
  padding: 5px 0 0;
  margin: 0 15px 10px;
  border-bottom: 1px solid rgba(0,0,0,.2);
}

.enqRadioGroup > .enqRight
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 45%;
  margin: 5px 5% 5px 0;
}

#enquiry input, 
#enquiry textarea, 
#enquiry select {
  font-family: inherit;
  width: 100% !important;
}

#enquiry input, 
#enquiry textarea 
{
  width: 100%;
  /*   border: none; */
  padding: 7px 5px;
  background: #fff;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 16px;
}

#enquiry input.radioEnq
{
  width: auto !important;
}

input[type=text], 
input[type=tel], 
input[type=email],
input[type=number],
.select, textarea 
{
  flex-grow: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fff;
  color: #222;
  border: none;
  border-bottom:1px solid #000000;

}

input[type=text]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=number]:hover,
.select:hover,
textarea:hover 
{
  border-bottom:1px solid #ffe150;
}

input[type=text]:focus,
input[type=tel]:focus, 
input[type=email]:focus,
input[type=number]:focus,
.select:focus, 
textarea:focus 
{
  background: #eee;
  border-bottom:1px solid #141414;
}

#enquiry textarea {
  height: 80px;
  padding: 0px 5px;
}

#enquiry input[type="radio"] {
  width: 15px;
  -webkit-appearance: radio;
  margin: 0;
  padding: 0;
}

#enquiry input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: 15px;
  margin: 0;
  padding: 0;
}

#enquiry input[type="submit"] {
  margin: 20px 0;
  border: 0;
  cursor: pointer;
  background: inherit;
}

#enquiry select {
  width: 100%;
}

/*-----Placeholder Styles-----*/
#enquiry ::-webkit-input-placeholder {
  color: #000000;
  opacity: 0.6;
}

#enquiry :-moz-placeholder {
  color: #000000;
  opacity: 0.6;
}

#enquiry ::-moz-placeholder {
  color: #000000;
  opacity: 0.6;
}

#enquiry :-ms-input-placeholder {
  color: #000000;
  opacity: 0.6;
}

/*--- Custom styling for <select>s ---*/
.select {
  position: relative;
}

.select:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "\f078";
  border-left: 1px solid #ccc;
  font-family: fontawesome;
  pointer-events: none;
}

.select select {
  background: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  padding: .5em 0;
  outline: 0;
  font-size: 1.2em;
}

.grecaptcha-badge
{
  transition: .5s ease !important;
}

.mobileScrollStart .grecaptcha-badge
{
  bottom: 70px !important;
}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
footer {
  position: relative;
  width: 100%;
  background: #000000;
  color: #fff;
  padding: 0;
}

#footerBottom
{
  font-size: .8em;
}

footer h1,
footer h2,
footer h3
{
  color: #fff;
  margin: 0;
}

footer h3
{
  padding-top: 30px;
}

footer > * > .container {
  overflow: hidden;
  /*! display: -webkit-box; */
  /*! display: -ms-flexbox; */
  /*! display: flex; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*-------- FOOTER TEXT STYLES ---------*/


#footerBottom a {
  color: inherit;
  opacity: 0.5;
  text-decoration: none;
}

#footerBottom a:hover {
  color: inherit;
  opacity: 1;
}

footer .siteContent
{
  max-width: 1200px;
  margin: 50px auto;
}

/*------------ FOOTER MENU ------------*/
footer nav
{
  display: block;
  width: 100%;
  text-align: center;
}
footer nav li {
  list-style: none;
  float: none;
  display: inline-block;
}
footer nav li a {
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;
}

.footerRight {
  width: 100%;
  text-align: center;
  padding-top: 5px;
}

/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */

.logo.logoBottom
{
  width: 100px;
  margin: 20px auto 0;
}

#footerBottom
{
  padding: 20px 10px;
}


#footerBottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contact.contactBottom
{
  padding: 30px 10px;
  text-align: center;

  justify-content: center;
}

.contactBottom div
{
  color: #ffe150;
  font-weight: 700;

  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.contactBottom div a
{
  color: #fff;
  padding: 10px;
  margin: 10px 20px;
  min-width: 215px;
}

.contactBottom div a:hover
{
  color: #ffe150;
}

.contactBottom > a
{
  margin: 5px;
}

/* ----------------------------------------- */
/* -----------------TO TOP ----------------- */
/* ----------------------------------------- */
#toTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 900;
}
#toTop:before {
  content: "\f077";
}


/* ---------------------------------- */
/* --------  ul list styling  ------- */
/* ---------------------------------- */
.siteBottom .siteContent li {
  margin-bottom: 0.5em;
  position: relative;
}

.siteBottom .siteContent ul {
  list-style: none;
}
.siteBottom .siteContent ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 0.8em;
  margin-right: 10px;
  color: inherit;
  position: absolute;
  top: 0;
  left: -20px;
}

/*-----------------------------------*/
/*-------------- GRID ---------------*/
/*-----------------------------------*/
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
  width: 100%;
}

.grid.justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid [class*='col-'], 
.contentImgRow .item, 
.cartThumb 
{
  float: left;
  margin: 0 5px 10px;
}

.col-1 {
  width: 100%;
  width: calc(100% - 10px);
}

.col-2 {
  width: 50%;
  width: calc(50% - 10px);
}

.col-3 {
  width: 33.33333%;
  width: calc(33.33333% - 10px);
}

.col-3x2 {
  width: 66.66%;
  width: calc(66.66% - 10px);
}

.col-4, .contentImgRow .item, .cartThumb {
  width: 25%;
  width: calc(25% - 10px);
}

.col-4x3 {
  width: 75%;
  width: calc(75% - 10px);
}

.col-5 {
  width: 20%;
  width: calc(20% - 10px);
}

.col-5x2 {
  width: 40%;
  width: calc(40% - 10px);
}

.col-5x3 {
  width: 60%;
  width: calc(60% - 10px);
}

.col-5x4 {
  width: 80%;
  width: calc(80% - 10px);
}

.col-6 {
  width: 16.666%;
  width: calc(16.666% - 10px);
}

.col-6x5 {
  width: 83.33%;
  width: calc(83.33% - 10px);
}

/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */
.button,
#enquiry input[type="submit"],
.basicFrame,
h6 a,
.job .view-details
{
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  padding: .75em 2em;
  border-radius: .1em;
  text-decoration: none;
  text-align: center;

  transition: .5s ease;
}

* a.iconOnly {
  padding: 0.8em 0em;
  width: 2.8em;
}

* a.iconOnly:before {
  margin-right: 0;
}

/*primary button*/
.butS1,
a.basicFrame,
#enquiry input[type="submit"],
body .cartBtn.green,
body .cartBtn,
.cartItemAdd,
.checkoutNext,
.editDetails,
.saveDetails,
div .button,
.blogBtn .button,
.viewCartSection #viewCart,
.blogArticle .blogNavigation a,
h6 a
{
  color: #000;
  text-transform: uppercase;
  background: #ffd300;
  border: 1px solid #ffd300;
  box-shadow: 0 10px 15px -5px rgba(0,0,0,.5);
}

.butS1:hover, 
.butS1:active,
a.basicFrame:hover,
a.basicFrame:active,
#enquiry input[type="submit"]:hover,
#enquiry input[type="submit"]:active,
body .cartBtn.green:hover,
body .cartBtn.green:active,
body .cartBtn:hover,
body .cartBtn:active,
.cartItemAdd:hover,
.cartItemAdd:active,
.checkoutNext:hover,
.checkoutNext:active,
.editDetails:hover,
.editDetails:active,
.saveDetails:hover,
.saveDetails:active,
div .button:hover,
div .button:active,
.blogBtn .button:hover,
.blogBtn .button:active,
.blogArticle .blogNavigation a:hover,
.blogArticle .blogNavigation a:active,
.viewCartSection #viewCart:hover,
.viewCartSection #viewCart:active,
h6 a:hover,
h6 a:active,
.job .view-details:hover,
.job .view-details:active
{
  color: #000;
  background: #ffe150;
  border: 1px solid #ffe150;
  transform: translatey(-5px);
  box-shadow: 0 15px 15px -5px rgba(0,0,0,.25);
}

.select:after {
  color: #fff;
  background: #ffd300;
  border: 1px solid #ffd300;
}

.select:hover:after, 
.select:active:after {
  color: #fff;
  background: #141414;
  border: 1px solid #141414;
}

/*secondary button*/
#toTop,
.butS2,
body .cartBtn.grey,
.cartItemPrev,
.checkoutPrev,
.cartBtnHL.resumeShopping,
.cartItemUpdate,
.openCheckout,
.blogNavigation a 
{
  background: #fff;
  color: #141414;
  border-color: #000000
}

.butS2:hover,
.butS2:active,
body .cartBtn.grey:hover,
body .cartBtn.grey:active,
.cartItemPrev:hover,
.cartItemPrev:active,
.checkoutPrev:hover,
.checkoutPrev:active,
.cartBtnHL.resumeShopping:hover,
.cartBtnHL.resumeShopping:active,
.cartItemUpdate:hover,
.cartItemUpdate:active,
.openCheckout:hover,
.openCheckout:active,
#toTop:hover,
#toTop:active,
.blogNavigation a:hover,
.blogNavigation a:active 
{
  color: #fff;
  background: #141414;
  box-shadow: 0 15px 20px -10px #141414;
}

/*inverted button*/
.butS3
{
  position: relative;
  padding: .7em 1.25em;
  background: none;
  color: #fff;
  border: 2px solid #fff;
}

.butS3:hover,
.butS3:active
{
  color: #fff;
  background: #ffd300;
  border: 2px solid #ffd300;
}

.butS3.downArrow
{
  padding: 0;
  line-height: 2.4em;
  min-width: 2.4em;
}

.downArrow 
{
  text-align: center;
  font-family: FontAwesome;
}

.downArrow
{
  padding:0;
  line-height: 2.5em;
  min-width: 2.5em;
}

.downArrow span {
  display: none;
}

.downArrow:after {
  content: '\f054';
  display: block;
  transition: .5s ease;
}

.downArrow:hover:after 
{
  transform: rotatez(90deg);
}

/* --------------------------------- */
/* ------- GRAPHICAL BUTTON -------- */
/* --------------------------------- */

.cartThumb .image
{
  padding-bottom: 125%;

  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.cartThumb 
{
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;

  color: #000000;
  background: #fff;
  transition: .5s ease;
  box-shadow: 0 10px 15px -5px rgba(0,0,0,.5);
  border-radius: 10px;
}



.butFrame 
{
  position:relative;
  overflow: hidden;
  cursor:pointer;

  box-sizing:border-box; 

  box-shadow: 0 0px 5px  rgba(0,0,0,.5);
}

.butImage 
{
  width:100%;
  display:block;
  padding-bottom: 70%;

  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}

.butText
{
  width:100%;
  height: 40px;
  font-size: 1em;
  font-weight: 300;
  color:#141414;
  text-align: left;
  background: #fff;
  position:relative;
  z-index: 10;
  box-sizing:border-box;
  overflow: hidden;
  border-bottom: 2px solid #141414;
}

.butHover
{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  display: block;
  width: 0%;
  height: 100%;
  background: #141414;
}

.butHover:before
{
  content: '';
  position: absolute;
  left: -40px;
  top: 0;
  border-left: 40px solid transparent;
  border-bottom: 40px solid #141414;
}

.butHeading
{
  position: relative;
  z-index: 20;
  font-size: 1em;
  padding: 10px;
  font-family: 'Satisfy', cursive;
}

/* ---------------- HOVER STYLES ------------------ */

.butFrame *,
.basicFrame *
{
  -moz-transition: .5s ease;
  -webkit-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.butFrame:hover .butText,
.butFrame:active .butText
{
  color: #fff;
}

.butFrame:hover .butHover,
.butFrame:active .butHover
{
  width: 100%;
  height: 100%;
}


/* ---------------------------------- */
/* ---------- VIEW CART BTN --------- */
/* ---------------------------------- */
.viewCartSection .container {
  position: relative;
}

.viewCartSection #viewCart {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 100;
}

#viewCart:before {
  content: "\f290";
  /*bag*/
  content: "\f07a";
  /*cart*/
  font-family: fontawesome;
}


/* ---------------------------------- */
/* --------- MAIN SECTIONS ---------- */
/* ---------------------------------- */

.outerWrap
{
  overflow: hidden;
  border: 20px solid #fff;
}

.siteTop
{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;

  background: rgba(0,0,0,.5);
  border: 20px solid #fff;
  border-bottom: 0;
  box-shadow: 0 10px 10px -10px rgba(0,0,0,.0);

}

#bannerTop
{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 311;

  line-height: 30px;

  color: #fff;
  background: #141414;
}

#bannerTop .container
{
  text-transform: uppercase;

  display: flex;
  align-items: center;
  justify-content: start;
}

.details .freeTrial
{
  margin-left: auto;
}

#bannerTop a
{
  display: block;
  padding: 0 10px;
  color: #fff;
}

#bannerTop a:hover
{
  background: #ffe150;
}

a.freeTrial
{
  font-weight: 700;
  background: #ffd300;
  opacity: 1;
}

#bannerTop .contact a:first-child
{
  opacity: .75;
}

#bannerTop #viewCart .mobile-hide,
#bannerTop #viewCart .noItems
{
  display: none;
}


/* ---------------------------------- */
/* ------------- BANNER ------------- */
/* ---------------------------------- */

#banner .container
{
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  background: #ffe150;
}

.logo,
.logoImg
{
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.logoTop
{
  background: #ffe150;

  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;

  padding: 1em 4em;
  margin-right: auto;
}

.details
{
  padding: 10px 30px;
  background: #000;

  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;

  flex-wrap: wrap;

  text-align: center;
}

.logoTop,
.contactTop
{
  width: 260px;  
  min-width: 260px;
}

.contactTop > div
{
  width: 100%;
}

.bookOnline
{
  line-height: 1em;
  padding: .5em 0;
  border: 2px solid;  
  font-weight: 700;
}

.contactTop .bookOnline
{
  margin: 10px 0;  
}

.bookOnline:hover
{
  color: #000 !important;
  background: #ffe150;
  border-color: #ffe150; 

}

.contact .phone
{
  font-size: 1.4em;
}

.contactTop a
{
  color: #fff;
  display: block;
}

.details > a
{
  line-height: 2em;
  min-width: 2.2em;
  border: 2px solid;
  border-radius: 100%;
}


.contactTop a:hover
{
  color: #ffe150;
}

/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */

#subBannerHome,
#subBanner
{
  position: relative;
  z-index: 2;
  padding-top: 170px;
}

#subBannerHome > .container, 
#subBanner > .container
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  display: block;
  max-width: 100%;
  height: 100%;
  background-image: url(/thumbnaillarge/sub03.jpg);
  background-size: cover !important;
  background-position: center center !important;
}

#subBannerHome
{
  padding-bottom: calc(40% - 170px);
}

#subBanner.hasImage
{
  padding-bottom: 23%;
}

#subBannerHome .siteContent *
{
  color: #fff;
}

/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */


/*==============================*/
/*===== slideShow STYLES ====*/
/*==============================*/

/* 
.slideShow, .flick-inner 
{
position: relative;
width: 100%;
height: 0;
padding-bottom: 32%;
background-color: #e6e6e6;
overflow: hidden;
}
*/

.contentSliderWrap
{
  position: relative;
  padding-bottom: 100vh;
}
/* 
.contentSliderWrap:before,
.contentSliderWrap:after
{
content: '';

position: absolute;
bottom: 0;
z-index: 1;

display: block;
border-top: 50px solid transparent;
}

.contentSliderWrap:before
{
left: 0;
border-left: 50vw solid #fff;
}

.contentSliderWrap:after
{  
right: 0;
border-right: 50vw solid #fff;
}
*/

.contentSliderWrap .flick-inner .flick-content
{
  background: none;
}

.slideShow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #e6e6e6;
  overflow: hidden;
}

.slideShow ul.flicks {
  width: 10000%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.slideShow li {
  position: relative;
  float: left;
  width: 1%;
  height: 100%;
  background-position: center;
  background-size: cover;
  display: table;
}

.flick-content > *
{
  color: #fff;
  max-width: 800px;
}

.flick-title, .flick-sub-text {
  width: 40%;
  text-align: left;
}

.flick-title {
  font-size: 2em;
  color: #fff;
}

.flick-sub-text {
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 1em;
}

.flick-but {
  position: relative;
  z-index: 2;
  width: 15em;
}

/* FLICKER ARROW NAVIGATION */
.slideShow .arrow-navigation {
  position: absolute;
  height: 80%;
  width: 10%;
  top: 10%;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
}

.slideShow .arrow-navigation .arrow {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  position: relative;
  opacity: 0;
}

.slideShow .arrow-navigation .arrow:hover {
  opacity: 0.8;
}

.slideShow .arrow-navigation .arrow:before {
  font-size: 3em;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-family: FontAwesome;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* LIGHT THEME ARROW COLOUR */
  color: #fff;
}

.slideShow.flicker-theme-dark .arrow-navigation .arrow:before {
  /* DARK THEME ARROW COLOUR */
  color: #141414;
}

.slideShow .arrow-navigation.left {
  left: 0;
}

.slideShow .arrow-navigation.right {
  right: 0;
}

.slideShow .arrow-navigation.left .arrow:before {
  content: "\f104";
}

.slideShow .arrow-navigation.right .arrow:before {
  content: "\f105";
}

.flickerplate .flicks > li {  
  counter-increment: slide-counter;
}

/* FLICKER DOT NAVIGATION */
.slideShow .dot-navigation {
  position: absolute;
  left: 0;
  bottom: 0;

  display: flex;
  align-items: center;
  justify-items: center;

  height: 100%;
  width: 2em;
  text-align: center;
  z-index: 120;
}

.slideShow .dot-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0px;
  text-align: center;
  /* DOT HORIZONTAL POSITION */
  font-size: 0.8em;
  /* CIRCLE SIZE */

  display: block;
}

.slideShow .dot-navigation ul li {
  display: block;
  width: auto;
  float: none;
  margin: 5px;
}

.slideShow .dot-navigation .dot {
  width: 1em;
  height: 1em;
  margin: 0px .5em;
  padding: 0;

  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;

  border: 1px solid rgba(255,255,255,.75);
  /*   border-radius: 50%; */
  background-color: rgba(255,255,255,.25);
  /* LIGHT THEME DOT COLOUR */
}

.slideShow.flicker-theme-dark .dot-navigation .dot {
  background-color: #141414;
  /* DARK THEME DOT */
}

.slideShow .dot-navigation .dot:hover {
  background-color: rgba(255,255,255,.5);
}

.slideShow .dot-navigation .dot.active {
  background-color: rgba(255,255,255,.95);
  height: 3em;
}

/* FLICKER ANIMATION CSS */
.slideShow.animate-transition-slide ul.flicks {
  position: relative;
  left: 0%;
  -webkit-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out;
}

.slideShow.animate-transition-fade ul.flicks {
  position: relative;
  z-index: 0;
}

.slideShow.animate-transition-fade ul.flicks li {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 0;
}


.slideShow.animate-transition-fade.fade-inited ul.flicks li {
  -webkit-transition: opacity 0.8s linear;
  transition: opacity 0.8s linear;
}

.slideShow.animate-transition-fade.fade-inited ul.flicks li.first-flick,
.slideShow.animate-transition-slide ul.flicks li 
{
  opacity: 1;
}

/* ---------------------------------- */
/* ----------- WORKS CSS ------------ */
/* ---------------------------------- */

/* Drop Down Enquiry */
#enquire-dropdown {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: none repeat scroll 0 0 rgba(10, 10, 10, 0.95);
  display: none;
  overflow: hidden;
}

#enquire-dropdown .container {
  width: 100%;
  height: 100%;
  height: 100vh;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: initial;
  max-height: 100vh;
}

#enquire-dropdown #enquiry {
  background: none;
  font-size: 1em;
  width: 100%;
  max-width: 450px;
  display: block;
  margin: 0 auto;
  float: none;
}

.dropContact {
  text-align: center;
  color: #ccc;
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

#enquire-dropdown h3 {
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}

#enquire-dropdown h3,
#enquire-dropdown h4
{ 
  color: #fff;
}

.dropContact .contact a
{
  margin: 0 10px;
}

#enquire-dropdown #enquiry input[type="text"],
#enquire-dropdown #enquiry input[type="email"],
#enquire-dropdown #enquiry input[type="tel"],
#enquire-dropdown #enquiry textarea {
  padding: 7px 15px 7px 40px;
  -webkit-appearance: none;
  /*border-radius: 15px;*/
  font-family: inherit;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-size: 16px;
}

.required {
  font-size: 0.9em;
}

.closeBtn {
  position: absolute;
  left: 0;
  right: 10px;
  top: 10px;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 auto;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.closeBtn:hover {
  opacity: 0.5;
}

.closeBtn:before, .closeBtn:after {
  content: "";
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
}

.closeBtn:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.closeBtn:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropDetails
{
  padding: 0 10px;
  flex-grow: 1;
}

.dropDetails p
{
  margin: 0 0 .1em;
}

/*  INPUT ICONS */
#enquire-dropdown .enqRow {
  position: relative;
}

#enquire-dropdown .checkBox
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px 0 20px;
}

#enquire-dropdown .checkBox input
{
  width: auto !important;
  display: inline-block;
  transform: scale(1.5)
}

#enquire-dropdown .contact .enqRow span {
  font-family: FontAwesome;
  position: absolute;
  top: 8px;
  left: 22px;
  font-size: 0.9em;
  font-weight: normal;
  color: #fff;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#enquire-dropdown .name:before {
  content: "\f007";
}

#enquire-dropdown .question:before {
  content: "\f0e6";
}

#enquire-dropdown .clock:before {
  content: "\f017";
}

#enquire-dropdown ::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.6;
}

#enquire-dropdown :-moz-placeholder {
  color: #fff;
  opacity: 0.6;
}

#enquire-dropdown ::-moz-placeholder {
  color: #fff;
  opacity: 0.6;
}

#enquire-dropdown :-ms-input-placeholder {
  color: #fff;
  opacity: 0.6;
}

.dropContact a {
  color: #aaa;
}

.dropContact a:hover {
  color: #fff;
}


/* ----------- PRELOADER ICON  ----------- */
#loaderIcon 
{
  -webkit-animation: animateLoad 1.5s linear infinite;
  animation: animateLoad 1.5s linear infinite;
  clip: rect(0, 80px, 80px, 40px);
  height: 60px;
  width: 60px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% + 200px);
  /*-- adjust vertical position --*/
}

@-webkit-keyframes animateLoad {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
  }
}

@keyframes animateLoad {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
  }
}
#loaderIcon:after {
  -webkit-animation: animateLoader 1.5s ease-in-out infinite;
  animation: animateLoader 1.5s ease-in-out infinite;
  clip: rect(0, 80px, 80px, 40px);
  content: '';
  border-radius: 50%;
  height: 60px;
  width: 60px;
  position: absolute;
}

@-webkit-keyframes animateLoader {
  0% {
    -webkit-box-shadow: inset #ccc 0 0 0 17px;
    box-shadow: inset #ccc 0 0 0 17px;
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  50% {
    -webkit-box-shadow: inset #ccc 0 0 0 2px;
    box-shadow: inset #ccc 0 0 0 2px;
  }
  100% {
    -webkit-box-shadow: inset #ccc 0 0 0 17px;
    box-shadow: inset #ccc 0 0 0 17px;
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}

@keyframes animateLoader {
  0% {
    -webkit-box-shadow: inset #ccc 0 0 0 17px;
    box-shadow: inset #ccc 0 0 0 17px;
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  50% {
    -webkit-box-shadow: inset #ccc 0 0 0 2px;
    box-shadow: inset #ccc 0 0 0 2px;
  }
  100% {
    -webkit-box-shadow: inset #ccc 0 0 0 17px;
    box-shadow: inset #ccc 0 0 0 17px;
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}
/* ----------- PRELOADER  ----------- */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  height: 100vh;
  z-index: 9999999;
  overflow: hidden;
}

#loader {
  position: relative;
  display: block;
  width: 90%;
  height: 100%;
  margin: auto;
  max-width: 400px;
  border: 3px solid transparent;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#loader img {
  width: 100%;
  height: auto;
  opacity: 0;
}

#loader img {
  -webkit-animation: load 5s alternate;
  animation: load 5s alternate;
}

@-webkit-keyframes load {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes load {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#loader-wrapper .loader-section {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 51%;
  height: 100%;
  z-index: 100;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background: #ffe150;
  /*-- background colour --*/
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */

@media(min-width:1301px)
{
  .siteTop,
  #bannerTop,
  .logo,
  .logo img
  {
    transition: 1s ease;
  }

  .mobileScrollStart .siteTop
  {
    background: #fff;
    box-shadow: 0 20px 50px -30px rgba(0,0,0,.5);
  }

  .mobileScrollStart.mobileScroll .siteTop
  {
    padding: 0;    
  }

  .mobileScrollStart #menu ul .subContainer
  {
    background: #fff;
  }

  .mobileScrollStart.mobileScroll #bannerTop
  {
    transform: translateY(-100%);
  }

  .link0 #menu nav ul .subContainer
  {
    background: rgba(0,0,0,.5);
  }

  .mobileScrollStart #menu nav a
  {
    color: #333;
  }

  .mobileScrollStart #menu nav ul .subContainer
  {
    background: #fff;
  }
}

@media(max-width:1300px)
{

  .siteTop
  {
    position: relative;
    border: 0 solid #fff;
  }

  #menu nav
  {
    width: 100%;
    background: #000;
    font-size: 1.1em;
  }

  #menu nav > li
  {
    flex-grow: 1;
  }

  #menu nav > li a
  {
    text-align: center;
  }

  #menu .logoTop,
  #menu .contactTop
  {
    display: none;
  }

  #banner
  {
    display: block !important;
  }

}

/* --------- CUSTOME TABLES --------- */


.custTable
{
  margin: 20px 0px 20px 20px;  
  max-width: calc(100% - 20px);
}

.custTable td
{
  border-left: 5px solid #dddddd;
  padding: 0 10px;
}

.custTable td p:first-child
{
  margin-top: 0;
}

.custTable td p:last-child
{
  margin-bottom: 0;
}

@media(max-width:850px)
{
  .moduleTable > tbody > tr
  {
    display: flex;
    align-items: center;
    flex-wrap: wrap;    
  }
}

.moduleTable > tbody > tr > td.imgCell
{
  padding: 0 !important;
  order: 1;
}


.moduleTable > tbody > tr > td.txtCell
{
  position: relative;
  z-index: 102;
}

.moduleTable > tbody > tr > td.imgCell
{
  padding: 0 !important;
  order: 1;
}

.moduleTable > tbody > tr > td.imgCell img
{
  display: block;
}


@media(min-width:851px)
{
  tr td.txtCell
  {
    padding: 0 !important;
  }

  .cellContent
  {
    display: block;
    width: 100%;
    width: calc(100% + 30px);
    position: relative;
    z-index: 1;

    padding: 30px !important;
  }

  .txtCell:first-child .cellContent
  {
    transform: translatex(0em);
  }

  .txtCell:last-child .cellContent
  {
    transform: translatex(-30px);
  }


  .cellContent:before,
  .cellContent:after
  {
    content: '';

    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;

    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
  }

  .cellContent
  {
    padding: 1.5em 3em !important;
    position: relative;
    transform: translatex(-2em);

    box-shadow: 0 20px 30px -0px rgba(0,0,0,.25);
    background: #fff;
  }
}


@media(max-width:850px) and (min-width:701px)
{
  .cellContent
  {
    margin: 20px 0;
    background: #fff;
    padding: 20px;
    box-shadow: 0 40px 30px -20px rgba(0,0,0,.25);
  }
}


/* ---------------------------------- */
/* -------- CUSTOM SECTIONS --------- */
/* ---------------------------------- */

.M_left_img,
.M_right_img
{
  background: #fff;
  position: relative;
  z-index: 111;

  margin: 0 auto;
  box-sizing: border-box;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;


  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.M_left_img .siteContent,
.M_right_img .siteContent
{
  padding: 0;
}

@media(min-width: 700px)
{
  .M_left_img,
  .M_right_img
  /*   .M_full_img */
  {
    padding: 50px 0;
    border: 50px solid rgba(255,255,255,.95);
  }

  .M_left_img .textSection
  {
    order: 2;
  }

  .M_left_img .photoSection .container
  {
    margin:0 0 0 auto;
  }

  .M_right_img .textSection .container
  {
    padding: 30px;
  }
}

.siteBottom section {
  position: relative;
  z-index: 1;
}

.backgroundImage {
  position: absolute;
  background-size: cover;
  background-position: center center;
}

/*-- full width image --*/
section[class*="M_full_"] .backgroundImage
{
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0;
  z-index: -1;

  background-position: center 25%;
}

.link0 .M_full_white_img .backgroundImage
{

  background-position: center 100%;
}

section[class*="M_full_"]
{
  position: relative;
  padding: 10px 0;
  font-weight: 400;
}

.M_full_img .siteContent,
.M_full_img .siteContent > *,
.M_full_img .siteContent h1,
.M_full_img .siteContent h2,
.M_full_img .siteContent h3,
.M_full_img .siteContent h4,
.M_full_img .siteContent h5,
.M_full_img .siteContent h6
{
  color: #fff;
}

section[class*="M_full_"] .backgroundImage:before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background: #000;
  opacity: .5;
}


/*-- image left/right --*/

.M_left_img .backgroundImage,
.M_right_img .backgroundImage
{
  top: 0; 
  left: 0; 
  bottom: 0; 
  z-index: -1;
}

.M_left_img .backgroundImage
{
  background-position: 75% 25%;
}
.M_right_img .backgroundImage
{
  background-position: 25% 25%;
}

.M_left_img > div,
.M_right_img > div
{
  width: 50%;
  margin: 0 0 0 auto;
  padding: 0;
  box-sizing: border-box;
  background-color: #fff;
}

.M_left_img .container,
.M_right_img .container
{
  max-width: 610px;
  margin: 0 auto 0 0; 
}

.M_right_img .container
{
  margin: 0 0 0 auto; 
}

.M_left_img .textSection,
.M_right_img .textSection
{
  position: relative;
  background: #fff;
}

.M_left_img .textSection:before,
.M_right_img .textSection:before
{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;

  display: block;
  width: 25%;
  height: 100%;
  box-shadow: 0 0 25px 0 rgba(0,0,0,.25);
}

.M_left_img .textSection:before
{
  left: 0;
}
.M_right_img .textSection:before
{
  right: 0;
}

@media(min-width:800px){
  .M_left_img .textSection .container,
  .M_right_img .textSection .container
  {    
    position: relative;
    background: #fff;

    z-index: 1;
    align-items: center;
    min-height: 50vh;
    padding:20px;
  }


  .M_left_img .textSection .container
  {
    transform: translateX(-50px);
  }

  .M_right_img .textSection .container
  {
    transform: translateX(50px);
  }

  .link0 .M_left_img .textSection .container,
  .link0 .M_right_img .textSection .container
  {    
    padding: 5% 2em;
  }
}

.M_left_full_img .siteContent,
.M_right_full_img .siteContent
{
  max-width: 600px;
  padding: 20px;
  margin: 0 auto;
}

.M_left_full_img .siteContent *,
.M_right_full_img .siteContent *
{
  color: #f1f1f1;
}


.M_right_full_img > div,
.M_right_img > div
{
  margin: 0 auto  0 0;
}

/*-- image right --*/

.M_right_full_img .backgroundImage,
.M_right_img .backgroundImage
{
  left: auto; 
  right: 0;
}

.M_right_full_img section,
.M_right_img section {
  margin: 0 auto 0 0;
}


.M_left_img .contentImgRow > *,
.M_right_img .contentImgRow > *
{
  width: calc(50% - 10px);
}

@media(max-width:500px)
{
  .M_left_img .contentImgRow > *,
  .M_right_img .contentImgRow > *
  {
    width: calc(100% - 10px);
  }
}

@media(min-width: 701px)
{
  .M_full_img .photoSection
  {
    position: relative;
  }

  .M_full_img .photoSection:before
  {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;

    display: block;
    width: 100%;
    height: calc(50% + 100px);

    background: #fff;
  }
}


@media all and (max-width: 850px){

  .M_full_img,
  .M_left_img,
  .M_right_img,
  .M_left_full_img,
  .M_right_full_img
  {
    padding: 40px 0;
    box-sizing: border-box;
    display: block;
    border: none;
  }  

  .M_left_img,
  .M_right_img,
  .M_left_full_img,
  .M_right_full_img
  {
    padding: 0;
  }

  .M_left_img .siteContent,
  .M_right_img .siteContent,
  .M_left_full_img .siteContent,
  .M_right_full_img .siteContent
  {
    padding: 50px 10px;
  }



  .M_left_img > div,
  .M_left_full_img > div,
  .M_right_img > div,
  .M_right_full_img > div
  {
    width: 100%;
    padding: 0 0;
  }

  .M_left_img .container,
  .M_right_img .container,
  .M_left_full_img .siteContent,
  .M_right_full_img .siteContent
  {
    max-width: 100%;
  }

  .M_left_img .backgroundImage, 
  .M_right_img .backgroundImage,
  .M_left_full_img .backgroundImage,
  .M_right_full_img .backgroundImage
  {   
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 75%;
  }
}

/* ------ Responsive YouTube and Vimeo clips ------- */

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 

/* Responsive Videos */

.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100% !important; 
  height: 100% !important; 
}

.embed-container 
{ 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object,
.embed-container embed 
{ 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100% !important; 
  height: 100% !important; 
}


/* ----------------------------------- */
/* ----------- BLOG STYLES ----------- */
/* ----------------------------------- */



.blog-widget-heading
{
  display: block;
  width: 100%;
  text-align: center;

}

.blog-widget
{
  width: 100%;
  max-width: 1200px;

  margin: 0 auto;
  background: none;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0;
}

.blog-widget .blog-widget-article
{
  width: 30%;
  background: rgba(0,0,0,0.0);
  padding: 10px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.blog-widget .blog-widget-article .blog-widget-article-img .blog-widget-article-imgFrame
{
  padding-bottom: 50%;
  border: 0px;
}

.blog-widget .blog-widget-article .blog-widget-article-img
{
  border: none;
}

.blog-widget .blog-widget-article .blog-widget-article-preview .blog-widget-article-preview-title
{
  text-transform: uppercase;
  color: inherit;
  font-size: 1.2em;
  min-height: 2.4em;
}

.blog-widget .blog-widget-article .blog-widget-article-preview .blog-widget-article-content-button
{
  background: rgba(0,0,0,0);
  text-align: left;
  margin-top: auto;
  color: inherit;
  padding: 0em;
  font-size: .9em;
  letter-spacing: .1em;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-widget .blog-widget-article .blog-widget-article-preview .blog-widget-article-content-button:hover{
  text-decoration: none;
}

.blog-widget .blog-widget-article:nth-last-child(1){
  border-bottom: 1px solid #ccc;
}


@media all and (max-width: 1000px)
{
  .blog-widget .blog-widget-article
  {
    width: 100%;
  }
}


/* ---------------------------------- */
/* ------ HOME/CONTACT STYLES ------- */
/* ---------------------------------- */

td[class*="col-"]
{
  display: block;
  margin: 0 !important;
}

td[class*="col-"]
{
  padding: 5px;
}

#footerTop > .container
{
  max-width: 100%;
}

iframe
{
  display: block;
}

.link0 .contentPagesWrap > section
{
  padding: 50px 20px;
}


#map_wrapper {
  height: 450px;
}

#map_canvas {
  width: 100%;
  height: 100%;
}

/* ---------------------------------- */
/* ------------ COLOURS ------------- */
/* ---------------------------------- */
.darkTone {
  background: #000000;
}

.midTone {
  background: #141414;
}

.lightTone {
  background: #ffd300;
}

.highlightTone {
  background: #ffe150;
}

.greyLightest {
  background: #eee;
}

.greyLight {
  background: #ccc;
}

.greyMid {
  background: #aaa;
}

.greyDark {
  background: #222;
}

.white {
  background: #fff;
}

.black {
  background: #000000;
}

/*------------------------------------*/
/*---------- MEDIA QUERIES -----------*/
/*------------------------------------*/
