/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

body {
  background: var(--bgColor);
  font: 16px/1.6em var(--bodyFont);
  color: var(--fontColor);
}

a {
  color: var(--headingColor);
  text-decoration-thickness: from-font;
}

a:hover {
  color: var(--primary);
}

p {
  margin: 1em 0;
}

icon {
  font-family: fontawesome;
}

/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: var(--headingWeight);
  font-family: var(--headingFont);
  line-height: 1.3em;
  color: var(--headingColor);
}

h1, h2 {
  font-size: 2.8em;
  margin: .3em 0;
  line-height: 1.2em;
}


h3 {
  font-size: 2em;
  margin: .3em 0;
  line-height: 1.3em;
}

h4 {
  font-size: 1.1em;
  margin: .3em 0;
}

h5 {
  font-size: 1.1em;
  margin: .2em 0;
}

h6 {
  font-weight: inherit;
  font-family: inherit;
  font-size: 1em;
  margin: 1em 0;
}

h6 a {
  margin-bottom: 0.2em;
}



section {
  width: 100%;
}

.container {
  max-width: var(--containerWidth);
  width: 100%;
  margin: auto;
  position: relative;
}

.textSection .siteContent, .categorySection .siteContent, .viewCart .siteContent {
  padding: 8em 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: 8em;
}

.textSection + .photoSection .siteContent {
  padding-bottom:8em;
}

/* ---------------------------------- */
/* ---------- CONTENT AREA ---------- */
/* ---------------------------------- */

*[data-token=""], *[data-token*="$"],
a[href=""], a[href*="$"], a[href="tel:"] {
  display: none;
}

.siteTop {
}

.contentPagesWrap { overflow: hidden;}

.siteBottom .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 40px;
}

.siteContent, .searchContent {
  width: 100%;
  -ms-flex: 1 1 auto;
}



.desktop-hide, a.desktop-hide {
  display: none !important;
}

/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */
.sidebar {
  width: 280px;
  padding: 2em 0.5em 15px;
  margin: 0px 15px 0 0;
  line-height: 1.5em;
  background: var(--opacity03);
}

/*
.textSection .sidebar, .photoSection .sidebar {
display: none;
}
*/
.sidebar .item, #outerSidebar .item {
  width: 100%;
  margin-top: 15px;
}
.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: var(--opacity1);
display: inline-block;
}

.contentWrap {
width: 100%;
-ms-flex:0 1 auto;
}
}
*/

.siteBottom.activeOuterSidebar {
  width: 100%;
  max-width: var(--containerWidth);
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.activeOuterSidebar .sidebar {
  display: none;
}

.activeOuterSidebar #outerSidebar {
  width: 250px;
  flex-shrink: 0;
  background: var(--opacity03);
  display: inline-block;
}

.activeOuterSidebar .contentWrap {
  width: 100%;
  -ms-flex:0 1 auto;
}

@media (max-width:900px) {
  .activeOuterSidebar #outerSidebar {
    width: 200px;
  }
}

@media (max-width:780px) {
  .siteBottom.activeOuterSidebar {
    flex-direction: column;
  }
  .activeOuterSidebar #outerSidebar {
    width: 100%;
    order:2;
  }
}

/* -------------------------------------------------------------- */
/* - The following styles sidebar list, shop and blog sidemenus - */
/* -------------------------------------------------------------- */

.sidebar h2,
.blogSide .blogArchive::before,
.blogMenu .categoryMenu::before {
  font-size: 1.4em;
  font-family: var(--headingFont);
  font-weight: var(--headingWeight);
  color: var(--headingColor);
  display: block;
  margin-bottom: .5em;
}

.sidebar {
  font-size: .9em;
}
.sidebar ul {
  padding: 0;
  margin: 1.5em 0 1em;
  line-height: 1.2em;
}
.sidebar ul li {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li a {
  display: block;
  width: 100%;
  padding: 3px;
  margin: 1px 0;
  text-decoration: none;
  color: var(--fontColor);
  transition: var(--transition);
}
.sidebar ul li a:hover {
  opacity: .6;
}
.sidebar ul li.current > a {
  color: var(--primary);
}
.sidebar ul li > a:hover {
  opacity: .6;
}
.sidebar ul li ul {
  padding: 0;
  margin: 0;
  font-size: .9em;
}
.sidebar ul li ul li {
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: block;
}
.sidebar ul li ul li ul {
  margin-bottom: 5px;
}
.sidebar ul > li > a {
  font-weight: bold;
}
.sidebar ul > li > ul > li > a {
  padding-left: 10px;
  font-weight: normal;
}
.sidebar ul > li > ul > li > a:before {
  content: '\f101';
  float: left;
  font-family: 'fontAwesome';
  font-size: 0.9em;
  margin-right: 5px;
}
.sidebar ul > li > ul > li > ul > li > a {
  padding-left: 20px;
  font-size: 0.9em;
}
.sidebar ul > li > ul > li > ul > li > a:before {
  content: '\f105';
  float: left;
  font-family: 'fontAwesome';
  font-size: 0.9em;
  margin-right: 5px;
}

/* ---------------------------------- */
/* -------- CONTACT DETAILS --------- */
/* ---------------------------------- */
.contact a:before, .contact div:before, .contact p:before {
  font-family: fontAwesome;
  display: inline-block;
  position: relative;
  margin-right: 1em;
  color: inherit;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.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: "\f199";
  /*envelope in square*/
  content: "\f003";
  /*empty envelope*/
  content: "\f0e0";
  /*solid envelope*/
}

.fax:before {
  content: "\f1ac";
  /*fax*/
}

.address:before {
  content: "\f278";
  /*map*/
  content: "\f279";
  /*map solid*/
  content: "\f124";
  /*location arrow*/
  content: "\f041";
  /*map marker*/
}

/*-----social icons-----*/
.facebook:before {
  content: "\f082";
  /*facebook square*/
  content: "\f09a";
  /*facebook f*/
}

.instagram:before {
  content: "\f16d";
  /*instagram logo*/
}

.twitter:before {
  content: "\f081";
  /*twitter square*/
  content: "\f099";
  /*twitter bird*/
}

.googlePlus:before {
  content: "\f0d4";
  /*google plus square*/
  content: "\f0d5";
  /*google plus*/
}

.pinterest:before {
  content: "\f0d3";
  /*pinterest square*/
  content: "\f0d2";
  /*pinterest circle*/
}

.linkedIn:before {
  content: "\f08c";
  /*linkedIn square*/
  content: "\f0e1";
  /*linkedIn in*/
}

.youTube:before {
  content: "\f16a";
  /*youtube play*/
  content: "\f166";
  /*youtube square*/
  content: "\f167";
  /*youtube normal*/
}

.flickr:before {
  content: "\f16e";
  /*flicker dots*/
}

/*-----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;
}*/

/* ---------------------------------- */
/* -------- HR line styling --------- */
/* ---------------------------------- */
hr {
  border: 0;
  height: 1px;
  color: rgba(var(--opacityColor),.1);
  background-color: rgba(var(--opacityColor),.1);
  width: 100%;
  margin: 1.5em 0;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */
#navToggleWrap {
  display: none;
}

#menu {
  position: fixed;
  top: 0;
  left: -600px;
  width: 600px;
  height: 100%;
  z-index: 1001;
  background: var(--primaryDark);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  
  display: -webkit-box;
  
  display: -ms-flexbox;
  
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  align-items: flex-start;
}

#menu.active {
  left: 0;
  box-shadow: 15px 0 20px -10px rgba(0,0,0,.3);
}

#menu nav {
  padding: 20px 0;
  width: 100%;
  
}

#menu nav li {
  list-style: none;
  display: block;
  margin: 0;
  width: 100%;
  padding: .2em 30px;
  text-align: left;
  position: relative;
  -webkit-transform: translatey(-2em);
          transform: translatey(-2em);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;  
}

#menu.active nav li {
  -webkit-transform: translatey(0);
          transform: translatey(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  
  -webkit-transition-timing-function: ease-out;
  
          transition-timing-function: ease-out;
}

#menu.active nav li:nth-child(1) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}

#menu.active nav li:nth-child(2) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

#menu.active nav li:nth-child(3) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}

#menu.active nav li:nth-child(4) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}

#menu.active nav li:nth-child(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#menu.active nav li:nth-child(6) {
  -webkit-transition-delay: 0.62s;
          transition-delay: 0.62s;
}

#menu.active nav li:nth-child(7) {
  -webkit-transition-delay: 0.74s;
          transition-delay: 0.74s;
}

#menu.active nav li:nth-child(8) {
  -webkit-transition-delay: 0.86s;
          transition-delay: 0.86s;
}

#menu nav li:nth-child(1),
#menu nav li:nth-child(2),
#menu nav li:nth-child(3),
#menu nav li:nth-child(4),
#menu nav li:nth-child(5),
#menu nav li:nth-child(6),
#menu nav li:nth-child(7),
#menu nav li:nth-child(8)
{
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#menu nav li a {
  position: relative;
  line-height: 1.8em;
  text-decoration: none;
  padding: 0.5em 5px;
  color: var(--white);
  box-sizing: border-box;
  vertical-align: top;
  font-size: 1.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: var(--bodyFont);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .02em;
}


#menu nav li a:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform: scaleX(1);
}




#menu nav li a:hover {
    opacity: .5;
}


#menu nav .parent > a:after {
  font-family: FontAwesome;
  margin-left: 6px;
  content: "\f107";
  line-height: 1em;
  font-size: .75em;
  position: relative;
  display: inline-block;
  transform: translateY(-2px);
}



#mobileMenu {
  display: none;
}

/* ---------------------------------- */
/* ------------ SUB MENU ------------ */
/* ---------------------------------- */
#menu nav ul {
  position: relative;
  width: 100%;
  min-width: 150px;
  margin: 0;
  padding: 0;
  display: none;
  font-size: .65em;
}

#menu .subContainer {
  background: transparent;
  /*margin-top: 10px;*/
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-top: solid 1px rgba(255,255,255,.2);
  border-bottom: solid 1px rgba(255,255,255,.2);
}



#menu nav ul li {
  width: 50%;
  padding: 0px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 2px 0;
}

#menu nav ul li a {
  padding: 3px 5px;
  text-align: left;
  font-size: 1.5em;
  text-transform: capitalize;
  letter-spacing: .02em;
}





/*-----------------------------------*/
/*----------- CUSTOM MENU -----------*/
/*-----------------------------------*/

#menuToggleHolder {
  position: relative;
  z-index: 1005;
  top: 0px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 11px 9px;
  background: transparent;
  color: inherit;
}
/* 
.scrollStart #menuToggleHolder {
  background: var(--primaryLight);
} */

#menuToggleHolder > * {
  display: inline-flex;
}

#menuToggleHolder .menuWord {
  vertical-align: middle;
  color: inherit;
}

#menuToggle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
/*     transform: translateY(-1px); */
  margin-left: 14px;
}

#menuToggle span {
  display: block;
  width:23px;
  height: 1px;
  background: var(--primaryDark);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}



#menuToggle.active span {
/*   -webkit-transform: translatex(2em);
          transform: translatex(2em); */
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#menuToggle:before, #menuToggle:after {
  content: "";
  display: block;
  width: 23px;
  height: 1px;
  background: var(--primaryDark);
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body:not(.link0) #menuToggle span,
body:not(.link0) #menuToggle:before, body:not(.link0) #menuToggle:after{
  background: var(--primaryDark);
}


#menuToggle:before {
  top: -5px;
}

#menuToggle:after {
  top: 5px;
}

#menuToggle.active:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 1px;
}

#menuToggle.active:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -1px;
}

.scrollStart #menuToggle span,
.scrollStart #menuToggle:before,
.scrollStart #menuToggle:after {
  background: var(--primaryDark);
}

/* ---------------------------------- */
/* --------- PHOTO SECTION ---------- */
/* ---------------------------------- */
.item {
  display:block;
}

.item .overlayImg {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.overlayImg .contentImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  image-rendering: auto;
}

.overlayImg img.contentImg {
  object-fit: cover;
}

.contentImgRow .caption {
  font-size: .9em;
  margin-top: 5px;
}

.contentImgRow .caption:empty {
  display: none;
}

/*------------------------------------*/
/*----------- ENQUIRY FORM -----------*/
/*------------------------------------*/
.enquiryForm {
  width: 100%;
  padding: 0;
  margin: 1em auto;
  line-height: 1.4em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  color: var(--inputColor);
}
.enquiryForm.enqEmbed {
  color: var(--formColor);
  background: var(--formBG);
  max-width: none;
  padding: 20px;
}
.enquiryForm .enqHeader {
  position: relative;
  font-size: 1.8em;
  font-family: var(--headingFont);
  font-weight: var(--headingWeight);
  padding: 1em 0.2em 1em;
  text-align: left;
  width: 100%;
}

.enquiryForm .enqHeader:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width:calc(100% - 185px);
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' width='100%25'%3E%3Cdefs%3E%3Cpattern id='doodad' width='5' height='5' viewBox='0 0 40 40' patternUnits='userSpaceOnUse' patternTransform=''%3E%3Crect width='100%25' height='100%25' fill='rgba(42, 67, 101,0)'/%3E%3Ccircle cx='20' cy='20' r='4' fill='rgba(210, 210, 210,1)'/%3E%3Cpath d='M19 20a 1 1 0 0 0 2 0a 1 1 0 0 0-2 0m2 0a-1-1 0 0 1-2 0a-1-1 0 0 1 2 0zM18 20a 2 2 0 0 0 4 0a 2 2 0 0 0-4 0m2 0a 0 0 0 0 1 0 0a 0 0 0 0 1 0 0zM17 20a 3 3 0 0 0 6 0a 3 3 0 0 0-6 0m2 0a 1 1 0 0 1 2 0a 1 1 0 0 1-2 0zM16 20a 4 4 0 0 0 8 0a 4 4 0 0 0-8 0m2 0a 2 2 0 0 1 4 0a 2 2 0 0 1-4 0z' fill='rgba(210, 210, 210,1)'/%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23doodad)' height='200%25' width='200%25'/%3E%3C/svg%3E ");

}


.siteBottom .enquiryForm.enqEmbed {
  margin-top: 0em;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.enquiryForm .itemEnqDetails {
  width: 100%;
}
.enquiryForm .enqRow {
  width: 100%;
  overflow: hidden;
  padding: .5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.enquiryForm .enqRow.textarea {
  -ms-flex-align: start;
  align-items: flex-start;
}
.enquiryForm .enqRow.half {
  width: 50%;
  display: inline-block;
}
.enquiryForm .enqLeft {
  padding: 0 5px;
  width: 100%;
  font-size: .8em;
/*   text-transform: uppercase; */
/*   font-family: var(--sourceFont); */
}
.enquiryForm .enqRight {
  width: 100%;
}
.enquiryForm .enqRow.half .enqLeft,
.enquiryForm .enqRow.half .enqRight {
  width: 100%;
}
.enquiryForm .button {
  width: 100%;
  -webkit-appearance: none;
}
.enquiryForm textarea {
  height: 80px;
}
.enquiryForm input[type="radio"] {
  width: 15px;
  -webkit-appearance: radio;
  margin: 0;
  padding: 0;
}
.enquiryForm input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: 15px;
  margin: 0;
  padding: 0;
}
.enquiryForm input[type="date"] {
  font-family: inherit;
}
.enquiryForm input[type="time"] {
  font-family: inherit;
}
.enquiryForm input[type="submit"] {
  margin-bottom: 10px;
  cursor: pointer;
}
.enquiryForm select {
  width: 100%;
}
.enquiryForm .checkbox .enqRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.enquiryForm .checkbox .enqRight input[type=checkbox] {
  visibility: hidden;
  display: none;
}
.enquiryForm .checkbox .enqRight input[type=checkbox]:checked + label icon {
  border-color: var(--cta);
}
.enquiryForm .checkbox .enqRight input[type=checkbox]:checked + label icon:after {
  opacity: 1;
}
.enquiryForm .checkbox .enqRight input[type=checkbox]:hover + label icon:after {
  opacity: .6;
}
.enquiryForm .checkbox .enqRight label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.enquiryForm .checkbox .enqRight label icon {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  border-radius: var(--borderRadius);
  border: 1px solid rgba(var(--opacityColor),.2);
  background: var(--inputBG);
  transition: all 0.3s ease;
  margin-right: .5em;
}
.enquiryForm .checkbox .enqRight label icon:after {
  opacity: 0;
  transition: var(--transition);
  content: '';
  position: absolute;
  width: 10px;
  height: 6px;
  background: transparent;
  top: 4px;
  left: 3px;
  border: 3px solid var(--cta);
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
.enquiryForm .checkbox .enqRight label:hover icon {
  opacity: .6;
}
.enquiryForm .checkbox .enqRight label:hover icon:after {
  opacity: .6;
}
.enquiryForm .radioWrap {
  -ms-flex-align: start;
  align-items: flex-start;
}
.enquiryForm .radioWrap .enqRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.enquiryForm .radioWrap .enqRight .radioBtn {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: .2em 0;
}
.enquiryForm .radioWrap .enqRight .radioBtn input[type=radio] {
  visibility: hidden;
  display: none;
}
.enquiryForm .radioWrap .enqRight .radioBtn input[type=radio]:checked + label icon {
  border-color: var(--cta);
}
.enquiryForm .radioWrap .enqRight .radioBtn input[type=radio]:checked + label icon:after {
  opacity: 1;
}
.enquiryForm .radioWrap .enqRight .radioBtn input[type=radio]:hover + label icon:after {
  opacity: .6;
}
.enquiryForm .radioWrap .enqRight .radioBtn label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.enquiryForm .radioWrap .enqRight .radioBtn label icon {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: 0;
  left: 0;
  border: 1px solid rgba(var(--opacityColor),.2);
  background: var(--inputBG);
  transition: var(--transition);
  margin-right: .5em;
}
.enquiryForm .radioWrap .enqRight .radioBtn label icon:after {
  opacity: 0;
  transition: var(--transition);
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--cta);
  border-radius: 50%;
  top: 4px;
  left: 4px;
}
.enquiryForm .radioWrap .enqRight .radioBtn label:hover icon {
  opacity: .6;
}
.enquiryForm .radioWrap .enqRight .radioBtn label:hover icon:after {
  opacity: .6;
}

/* Enquire Only Item  */
.enqItem .enquiryForm {
  max-width: 500px;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=date],
input[type=time],
input[type=phone],
input[type=password],
textarea {
  transition: var(--transition);
  background: var(--inputBG);
  color: var(--inputColor);
  outline: none;
  border: 1px solid rgba(var(--opacityColor),.2);
  border-radius: var(--borderRadius);
  font-size: 1em;
  font-family: inherit;
  padding: var(--inputPadding);
  width: 100%;
}
input[type=text]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=date]:hover,
input[type=time]:hover,
input[type=phone]:hover,
input[type=password]:hover,
textarea:hover {
  outline: none;
  border-color: rgba(var(--opacityColor),.6);
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=phone]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
  border-color: rgba(var(--opacityColor),1);
}

/* Custom styling for <select> */
.select {
  position: relative;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background: rgba(var(--opacityColor),.2);
  color: var(--inputColor);
  outline: none;
  border: 1px solid rgba(var(--opacityColor),.2);
  border-radius: var(--borderRadius);
  width: 100%;
}

select::-ms-expand {
  display: none;
}

.select:after {
  content: "\f078";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'fontAwesome';
  pointer-events: none;
  border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
  color: var(--fontColor);
  background: rgba(var(--opacityColor),.1);
  border: 1px solid rgba(var(--opacityColor),0);
}
.select select {
  -webkit-appearance: none;
  background: var(--inputBG);
  border: 0;
  line-height: 1em;
  display: inline-block;
  width: 100%;
  padding: var(--inputPadding);
  outline: 0;
  font-size: 1em;
  border-radius: var(--borderRadius);
}

.select select option{
  color: var(--black);
  background: var(--white);
}

.select:hover {
  outline: none;
  border-color: rgba(var(--opacityColor),.6);
}
.select:hover::after {
  color: var(--fontColor);
}
.select:active:after {
  color: var(--headingColor);
  background: rgba(var(--opacityColor),.2);
  border: 1px solid rgba(var(--opacityColor),.1);
}
.select:focus {
  border-color: var(--primaryDark);
}
.select:focus:after {
  background: var(--primaryDark);
  border-color: var(--primaryDark);
}

/*-----Placeholder Styles-----*/
::-webkit-input-placeholder {
  color: var(--fontColor);
  opacity: 0.6;
}

:-moz-placeholder {
  color: var(--fontColor);
  opacity: 0.6;
}

::-moz-placeholder {
  color: var(--fontColor);
  opacity: 0.6;
}

:-ms-input-placeholder {
  color: var(--fontColor);
  opacity: 0.6;
}

.grecaptcha-badge {
  z-index: 900;
  bottom: 60px !important;
}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
footer {
  width: 100%;
  background: var(--footerBG);
  color: var(--footerColor);
  font-size: .9em;
}
footer .container {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 20px;
  max-width: none;
}

footer .container.light {
  padding: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}



/*-------- FOOTER TEXT STYLES ---------*/
#footerBottom a {
  color: inherit;
  opacity: 0.5;
  text-decoration: none;
}
#footerBottom a:hover {
  color: inherit;
  opacity: 1;
}

#footerTop {
  background: var(--white);
  border-top: dotted 1px var(--primary);
}

#footerTop a:hover {
  opacity: .6;
}

/*------------ FOOTER MENU ------------*/
footer nav {
  width: 95%;
  display: inline-block;
}
footer nav li {
  list-style: none;
  float: left;
  display: inline-block;
}
footer nav li a {
  text-decoration: none;
  padding: 3px 10px;
  display: inline-block;
  font-family: var(--sourceFont);
  text-transform: uppercase;
  margin-right: 5px;
}

.footerRight {
  text-align: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 0 20px;
  font-family: var(--sourceFont);
  font-size: .9em;
}

footer .logo {
  position: relative;
  margin: 0 0 0 auto;
  transform: none;
  left: revert;
  padding: 0px 5px 20px;
  height: revert !important;
}

footer .contactContainer {
  font-family: var(--sourceFont);
} 

footer .contactContainer .phone {
  font-size: 1.1em;
  margin-right: 3px;
  margin-left: 3px;
  padding: 2px 5px;
}

/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */
#footerBottom {
  background: var(--opacity05);
}


#footerTop .col-3:last-child {
  text-align: right;
}

#footerTop .col-3:nth-child(2) {
  text-align: center;
}

/* ---------------------------------- */
/* ------------- TO TOP ------------- */
/* ---------------------------------- */
#toTop {
  position: fixed;
  bottom: 70px;
  left: 20px;
  z-index: 900;
  outline: none;
  color: var(--white);
  background: var(--primary);
  border: 1px solid var(--primary);
  width: 2.8em;
  border-radius: 50%;
}
#toTop:before {
  content: "\f077";
}

/* ---------------------------------- */
/* ---------  list styling  --------- */
/* ---------------------------------- */
.siteBottom .siteContent ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.2em;
}
.siteBottom .siteContent ul li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
}
.siteBottom .siteContent ul li:before {

  content: "\f054";
  /* chevron-right */
  content: "\f0da";
  /* caret-right */
  content: "\f00c";
    content: "\f111";
  /* dots */
  font-family: FontAwesome;
  font-size: 0.4em;
  margin-right: 10px;
  color: rgba(var(--opacityColor),1);
  position: absolute;
  top: 0;
  left: -18px;
}

.siteBottom .siteContent ul[style="list-style-type: circle;"] li:before,
.siteBottom .siteContent ul[style="list-style-type: disc;"] li:before,
.siteBottom .siteContent ul[style="list-style-type: square;"] li:before,
.siteBottom .siteContent ul[style="list-style-type: none;"] li:before {
  display: none;
}

.siteBottom .siteContent ul[style="list-style-type: none;"] .fontAwesomeIcon {
  position: absolute;
  left: -1.3em;
}

/*-----------------------------------*/
/*-------------- GRID ---------------*/
/*-----------------------------------*/
.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
  width: 100%;
}
.grid.justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.grid.center {
  -ms-flex-pack: center;
  justify-content: center;
}

.grid [class*='col-'],
.contentImgRow .item,
.cartThumb,
.blog-widget .blog-widget-article {
  float: left;
  margin: calc(var(--gridSpacing) / 2);
}

.col-1,
#outerSidebar .blog-widget .blog-widget-article,
.sidebar .blog-widget .blog-widget-article {
  width: 100%;
  width: calc(100% - var(--gridSpacing));
}

.col-2,
section[class*="_img"]:not([class*="full"]) .col-4{
  width: 50%;
  width: calc(50% - var(--gridSpacing));
}

.col-3,
.cartThumb.category,
section[class*="_imgC"] .col-6 {
  width: 33.33333%;
  width: calc(33.33333% - var(--gridSpacing));
}

.col-3x2 {
  width: 66.66%;
  width: calc(66.66% - var(--gridSpacing));
}

.col-4,
.contentImgRow .item,
.cartThumb.item,
.blog-widget .blog-widget-article {
  width: 25%;
  width: calc(25% - var(--gridSpacing));
}

.col-4x3 {
  width: 75%;
  width: calc(75% - var(--gridSpacing));
}

.col-5 {
  width: 20%;
  width: calc(20% - var(--gridSpacing));
}

.col-5x2 {
  width: 40%;
  width: calc(40% - var(--gridSpacing));
}

.col-5x3 {
  width: 60%;
  width: calc(60% - var(--gridSpacing));
}

.col-5x4 {
  width: 80%;
  width: calc(80% - var(--gridSpacing));
}

.col-6 {
  width: 16.666%;
  width: calc(16.666% - var(--gridSpacing));
}

.col-6x5 {
  width: 83.33%;
  width: calc(83.33% - var(--gridSpacing));
}

/* ---------------------------------- */
/* ------- DYNAMIC BACKGROUNDS ------ */
/* ---------------------------------- */

.dark{
  color: var(--fontColor);
}

.light {
  color: var(--fontColor);
}

.siteBottom section * {
  box-sizing: border-box;
}

.siteBottom section {
  position: relative;
}

.backgroundImage {
  position: absolute;
  background-size: cover;
  background-position: center center;
}

section .backgroundImage:after {
  content:"";
  position:absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

section[class*="M_full"].dark .backgroundImage:after {  
  background: rgb(var(--overlayRGB));
  opacity: 0.5;
}

section[class*="M_full"].light .backgroundImage:after {  
  background: rgb(var(--overlayRGB));
  opacity: 0.1;
}

section[class*="M_left"].dark .backgroundImage:after {  
  background: linear-gradient(to right, rgba(var(--overlayRGB),0) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
}

section[class*="M_right"].dark .backgroundImage:after {  
  background: linear-gradient(to left, rgba(var(--overlayRGB),0) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
}

section[class*="M_left"].light .backgroundImage:after {  
  background: linear-gradient(to right, rgba(var(--overlayRGB),0) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
}

section[class*="M_right"].light .backgroundImage:after {  
  background: linear-gradient(to left, rgba(var(--overlayRGB),0) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
}

.M_left_img,
.M_right_img {
  background: var(--white);
}

/*-- full width image --*/

.M_full_img .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0;
}

/*-- image left --*/

.M_left_img .backgroundImage {
  top: 0; left: 0; bottom: 0; 
  width: 50%;
}

.M_left_img .siteContent {
  max-width: 45%;
  margin: 0 0 0 auto;
}

/*-- image right --*/

.M_right_img .backgroundImage {
  top: 0; right: 0; bottom: 0; 
  width: 50%;
}

.M_right_img .siteContent {
  max-width: 45%;
  margin: 0 auto 0 0;
}

/*-- image left cover --*/

.M_left_imgC .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0; 
}

.M_left_imgC .siteContent {
  max-width: 45%;
  margin: 0 0 0 auto;
}

/*-- image right cover --*/

.M_right_imgC .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0; 
}

.M_right_imgC .siteContent {
  max-width: 45%;
  margin: 0 auto 0 0;
}

@media all and (max-width: 900px){

  section[class*="M_left"].dark .backgroundImage:after {  
    background: linear-gradient(to right, rgba(var(--overlayRGB),.8) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
  }

  section[class*="M_right"].dark .backgroundImage:after {  
    background: linear-gradient(to left, rgba(var(--overlayRGB),0.8) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
  }

  section[class*="M_left"].light .backgroundImage:after {  
    background: linear-gradient(to right, rgba(var(--overlayRGB),.8) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
  }

  section[class*="M_right"].light .backgroundImage:after {  
    background: linear-gradient(to left, rgba(var(--overlayRGB),.8) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
  } 

  .M_left_img, .M_right_img {
    padding: 0;
    display: flex;
    flex-direction: column;
  }

.moduleTable.centreColumn {
  max-width: none !important;
}

  .siteBottom section .siteContent {
    max-width: 100%;
  }

  .M_left_img .backgroundImage, .M_right_img .backgroundImage {   
    position: relative;
    width: 100%;
    height: 65vw;
    order: 2;
  }

  .M_left_imgC .backgroundImage {
    background-position: 90% 50%;
  }  

  .M_right_imgC .backgroundImage {
    background-position: 10% 50%;
  } 

  .M_left_img .siteContent {
    max-width: 100%;
    margin: 0 0;
  }

  .M_right_img .siteContent {
    max-width: 100%;
    margin: 0 0;
  }

.siteBottom section:not([class*="M_"]) + .M_left_img .textSection .siteContent {
  padding-top: 0;
}

}

/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */
.button,
.blog-widget-article-content-button,
h6 a {
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  padding: 0.8em 1.2em;
  outline: none;
  border-radius: var(--buttonBorderRadius);
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  transition: all .3s ease;
  text-transform: uppercase;
}

.button:not(.iconOnly),
.blog-widget-article-content-button,
h6 a {
  font-family: var(--sourceFont);
  font-size: .95em;
  position: relative;
}


* a.iconOnly {
  padding: 0.8em 0em;
  width: 1.8em;
}

* a.iconOnly:before {
  margin-right: 0;
}

/*cta button*/
.-ctaBtn-,
h6 a[href*="contact"],
h6 a[href*="enquire-"], 
.containerTabs h6 a {
  outline: none;
  background: rgba(var(--opacityColor),.1);
  border: var(--buttonBorderWidth) solid transparent;
  color: rgba(var(--opacityColor),1);
  transition: var(--transition) !important;
}
.-ctaBtn-:hover,
h6 a[href*="contact"]:hover,
h6 a[href*="enquire-"]:hover,
.containerTabs h6 a:hover{
  color: var(--white);
  background:var(--primary);
  border-color: transparent;
transition: var(--transition !important);
}

.siteBottom .dark .-ctaBtn-:hover,
.siteBottom .dark h6 a[href*="contact"]:hover,
.siteBottom .dark h6 a[href*="enquire-"]:hover,{
  color:var(--primaryDark);
  background:var(--white);
}


.containerTabs h6 a:hover:after{
  color: var(--white);
  transition: var(--transition);
}


/*primary button*/
.-primaryBtn- {
  outline: none;
  transition: var(--transition);
  color: var(--white);
  background: var(--primary);
  border: 1px solid var(--primary);
}
.-primaryBtn-:hover {
  color: var(--white);
  background: var(--cta);
  border-color: var(--cta);
    transition: var(--transition);
}

/*secondary button*/
.-secondaryBtn-,
.blog-widget-article-content-button,
h6 a,
.cartThumbs .cartThumb .info:after, 
.butFrame .butHeading {
  outline: none;
  background: transparent;
  border-bottom: var(--buttonBorderWidth) solid rgba(var(--opacityColor),1);
  color:rgba(var(--opacityColor),1);
  transition: var(--transition);
}


.-secondaryBtn-:hover,
.blog-widget-article-content-button:hover,
h6 a:hover,
.cartThumbs.grid .cartThumb:hover .info:after,
.blog-widget .blog-widget-article:hover .blog-widget-article-content-button,
.blogPost:hover .blogPostDetails a.blogBtn.-secondaryBtn-,
.butFrame:hover .-secondaryBtn- {
  color: rgba(var(--opacityColor),1);
  background: transparent;
  border-color: var(--midGrey);
  transition: var(--transition);
}

.-secondaryBtn-,
.blog-widget-article-content-button,
h6 a:not([href*="contact"], [href*="enquire"]) {
  padding: .8em 0;
}


/* .butFrame .butHeading:after, */
h6 a:not([href*="contact"], [href*="enquire"]):after,
.-secondaryBtn-:after,
.blog-widget-article-content-button:after {
  content: '\f148';
  font-family: 'fontawesome';
  transform: rotate(90deg) translate(1px,1px) scale(1.1);
  transform-origin: center center;
  display: inline-block;
  margin-left: 13px;
    color:rgba(var(--opacityColor),1);
  transition: var(--transition);
}

.butFrame .butHeading {
  border-bottom: none;
}


h6 a:not([href*="contact"], [href*="enquire"]):hover:after,
.-secondaryBtn-:hover:after,
.blog-widget-article-content-button:hover:after,
.butFrame:hover .butHeading:after{
  margin-left: 23px;
  transition: var(--transition);
}

.iconOnly:after {
  display: none !important;
}


/*inverted button*/
.-invertedBtn- {
  background: none;
  border: var(--buttonBorderWidth) solid var(--white);
  color: var(--white);
}
.-invertedBtn-:hover {
  color: var(--primary);
  background: var(--white);
  border: var(--buttonBorderWidth) solid var(--white);
}

/*---- Graphical Button ----*/
.butFrame {
  cursor: pointer;
  outline: none;
  text-decoration: none;
  text-align: center;
  position: relative;
  transition: var(--transition);
  color: var(--white);
  background: var(--black);
  border: var(--cardBorder);
  flex-grow: 1;
}

.grid .butFrame {
  margin: calc(var(--gridSpacing) / 8);
}

.butFrame:hover {
  color: var(--white);
  background: var(--black);
}


.butFrame .butHeading {
  line-height: 1em;
}

.butFrame .imageFrame {
  overflow: hidden;
}

.butFrame .butImage {
  width: 100%;
  height: 0;
  padding-bottom: 90%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  opacity: 1;
  transform: scale(1.1) translateY(0px);
  transition: ease all 1.1s;
}


.butFrame:hover .butImage {
  opacity: .6;
  transform: scale(1.1) translateY(10px);
  transition: ease all 1.1s;
}

.butFrame .butTextWrap {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background: linear-gradient(180deg, rgba(0,0,0,.4) 0%, rgba(0,0,0,0)50%);
}
.butFrame .butReadmore {
  position: absolute;
  bottom: 1.7em;
  left: 50%;
  transform: translate(-50%,0);
  margin: auto;
  width: 100%;
  max-width: 10em;
}


.basicFrame{
  cursor: pointer;
  outline: none;
  text-decoration: none;
  text-align: left;
  position: relative;
  transition: var(--transition);
  color: rgba(var(--opacityColor),1);
  background: transparent;
  border: none;
  transition: var(--transition);
}


.basicFrame{
  color: rgba(var(--opacityColor),1);
  background: transparent;
  transition: var(--transition);
}

.basicFrame:hover{
  color: rgba(var(--opacityColor),1);
  background: transparent;
  transition: var(--transition);
}

.basicFrame .imageFrame {
    background: var(--black);
}


.basicFrame .butImage {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  opacity: 1;
  transition: var(--transition);
}

.basicFrame:hover .butImage {
  opacity:.6;
  transition: var(--transition);
}

.basicFrame .butHeading {
  padding: .5em 0;
  line-height: 1.4em;
}

.buttonSection .siteContent, .buttonSection .container {
  padding: 0;
}

.photoSection.buttonSection .container {
  max-width: none;
  padding: 0 calc(var(--gridSpacing) / 8);
}

/* ---------------------------------- */
/* ---------- VIEW CART BTN --------- */
/* ---------------------------------- */
#banner #viewCart {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
}

#viewCart:before {
  content: "\f290";
  /*bag*/
  content: "\f07a";
  /*cart*/
  font-family: fontAwesome;
  margin-right: .5em;
}

/* ---------------------------------- */
/* ---------- FIXED TO TOP ---------- */
/* ---------------------------------- */

.siteTop {
  padding-top: 0px;
}

.fixedTopWrap{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;  
  z-index: 101;
  color: var(--primaryDark);
  background-color: transparent;
  font-family: var(--sourceFont);
  transition: var(--transition);
}



/* ---------------------------------- */
/* ------------- BANNER ------------- */
/* ---------------------------------- */

#banner {
  position: relative;
}

#banner .container {
  display:flex;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding: 25px 40px;
  transition: var(--transition);
}

.scrollStart #banner .container {
  padding: 25px 40px;
  transition: var(--transition);
}

.logo {
  position: absolute;
  display: block;
  width: 150px;
  padding: 0px 5px;
  left: 50%;
  transform: translateX(-50%);
  transition: var(--transition);
}


.logo svg,
.logo object,
.logo img {
  width: 100%;
  height: auto;
  display: block;
}

.logo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.contactContainer > *:not([class*="Btn-"]) {color: inherit;}

.contactContainer > a:not([class*="Btn-"]):hover {color: var(--primary);}

.contactContainer .phone {
  display: inline-block;
  text-decoration: none;
}

#banner .contactContainer .phone {
  margin-right: 7px;
}

.contactContainer .phone:before {
  display: none;
}

.contactContainer div {padding: 0.8em 1em;}

/* removes mobile and tablet phone number link styling */
div.phone a,
div.mobile a {
  margin: 0;
  padding: 0;
  color: inherit;
  background:none;
  border: none;
  text-decoration: none;
  font-size: 1em;
}



/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */
body:not(.link0) .fixedTopWrap {
/*   background: var(--white); */
  color: var(--primaryDark);
}

body:not(.link0) #banner:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: dotted 1px var(--midGrey);
  transition: ease all 1s;
}


#banner .logo path {
  fill: var(--midPrimary);
}

.scrollStart #banner .logo path {
  fill: var(--primary);
}

body:not(.link0).scrollStart #banner:after {
  width: 0;
  transition: ease all 1s;
}

body:not(.link0) #banner .logo path {
  fill: var(--primary);
}




#subBanner .container {
  background-size: cover !important;
  background-position: center center !important;
  padding-bottom: 100px;
  max-width: 100%;
}


#subBanner .container.hasImage {
  background-size: cover !important;
  background-position: center center !important;
  padding-bottom: 250px;
  max-width: 100%;
}



#subBanner .container.hasImage:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primaryDark);
  opacity: 0.5;
}

/* ---------------------------------- */
/* ------ HOME/CONTACT STYLES ------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */

/* ---------------------------------- */
/* ---------- SLICK SLIDER ---------- */
/* ---------------------------------- */

.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;

  padding-top: 20px;
  padding-bottom: 60px;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;  
  display: flex;
  align-items: center;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  z-index: 4;

  display: block;

  width: 1rem;
  height: 1rem;
  padding: 0;

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 5
}

.slick-prev,
.slick-next {
  bottom: 0.75rem;
}

.slick-prev {
  left: 1rem;
}

.slick-next {
  left: 2rem
}

.slick-prev:before {
  content: "\f053";
}

 .slick-next:before {
  content: "\f054";
}

.slick-prev:hover,
.slick-next:hover {
  color: transparent;
  outline: none;
  background: transparent;
  border: none !important;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'FontAwesome';
  font-size: 1rem;
  line-height: 1rem;

  opacity: .25;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--headingColor);
  transition: var(--transition);
}


/* Dots */

.slick-dots {
  position: absolute;
  bottom: 0em;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 4;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li:before {
  display: none;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 1em;
  height: 1em;
  padding: 5px;

  cursor: pointer;

  color: var(--headingColor);
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content:  "\f111";
  
  font-family: 'FontAwesome';
  font-size: .5rem;
  line-height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */

#subBannerHome{
  padding-bottom: 0em;
  background: var(--black);
}

#subBannerHome > .container,
#subBanner > .container {
  max-width: 100%;
}

/* -------- SINGLE TEXTS -------- */

#subBannerHome .container .container,
#subBanner .container .container{  
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.sliderText {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 500px;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2em;
}

.sliderText > * {
  z-index: 2;
}

.sliderText h2 {
  margin-bottom: 0;
}

#subBannerHome .sliderText a {
  position: relative;
  z-index: 4;
}

/* -------- MULTIPLE TEXTS -------- */

.slick-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  max-width: none;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: center;
  padding: 0 0;
}

.slick-inner :is(h1,h2) {
  font-size: 4em;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 40px;
/*   margin-bottom: calc(50vh - 90px);
  text-align: center;
  width:100%; */
/*   letter-spacing: .03em; */
  max-width: 500px;
  text-align: left;
  line-height: 1.1em;
  color: var(--midPrimary);
}

.slick-inner p {
  margin: 0;
}

.slick-inner .-ctaBtn- {
  text-align: left;
}

.slick-inner .-ctaBtn-,
#subBannerHome .scrollDown .-secondaryBtn- {
  border: none;
  background: transparent;
  padding: 1.4em 40px;
  z-index: 10;
}

.slick-inner .-ctaBtn- {
  background: transparent;
}

.slick-inner .-ctaBtn-:hover {
  color: var(--priamryDark);
  background: rgba(var(--overlayRGB),.5);
}

#subBannerHome .scrollDown {
  position: absolute;
  bottom: 0;
  right: 0;
}

#subBannerHome .scrollDown .-secondaryBtn- {
  color: var(--primaryDark);
}

#subBannerHome .scrollDown .-secondaryBtn-:after {
  content: '\f149';
  transform: scale(1.1);
  margin-left: 10px;
  color: inherit;
  transition: var(--transition);
}

#subBannerHome .scrollDown .-secondaryBtn-:hover:after {
  margin-left: 20px;
  transition: var(--transition);
}


/* TEXT ANIMATION */

.homeSlider .slick-track > li[style*="opacity: 0"] .slick-inner > .slick-sub-text  {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: 0.2s ease-out;
  display: block;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.homeSlider .slick-track > li[style*="opacity: 1"] .slick-inner > .slick-sub-text  {
  opacity: 1;
  transition: 0.6s ease-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}


.homeSlider .slick-track > li[style*="opacity: 0"] .slick-inner > :is(h1,h2)  {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: 0.2s ease-out;
  display: block;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.homeSlider .slick-track > li[style*="opacity: 1"] .slick-inner > :is(h1,h2)  {
  opacity: 1;
  transition: 0.6s ease-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

@media all and (max-width: 1001px) and (min-width:781px) {
  .slick-inner :is(h1,h2) {
  font-size: 3em;
  max-width: 450px;
}
}

@media all and (max-width: 781px)  {
  .slick-inner :is(h1,h2) {
  font-size: 2.4em;
    padding: 0 20px;
    width: 100%;
  max-width: 330px;
}
}


/* ---------------------------------- */
/* ----- SLIDESHOW SLICK STYLES ----- */
/* ---------------------------------- */

.homeSlider.slick-slider {
  padding: 0;
  margin: 0;
}

.homeSlider .slick-slide {
  right: 0;
  padding-bottom: 100vh;
}

.homeSlider .slick-slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.3);
  background: linear-gradient(0deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.2) 100%);
}

.homeSlider .slick-slide img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
      transform: scale(1.03);
  transition: ease all .3s;
  opacity: 1;
}

.homeSlider .slick-active.slick-slide img {
    transform: scale(1.03);
  transition: ease all .3s;
  opacity: 1;
  animation: sliderSlide ease 6s forwards;
}



@keyframes sliderSlide {
  0% {transform: scale(1); opacity: .1;}
  25% {opacity: 1;}
  65% {opacity: 1;}
  100% {transform: scale(1.03); opacity: 1;}
}

.homeSlider .slick-dots{
  bottom: 1em;
  display: none !important;
}

.homeSlider .slick-prev,
.homeSlider .slick-next {
  bottom: 0px;
  width:45px;
  left: 50%;
  height: 55px;
  text-align: center;
  background: transparent;
}

.homeSlider .slick-prev {
  transform: translate(-45px);
}

.homeSlider .slick-next {
  transform: translate(45px);
  right: 50%;
  left: auto;
}

.homeSlider .slick-prev:before,
.homeSlider .slick-next:before {
  font-size: 1rem;
  opacity: 1;
}
.homeSlider .slick-prev:hover:before,
.homeSlider .slick-next:hover:before {
  opacity: 1;
}

.homeSlider .slick-prev:hover,
.homeSlider .slick-next:hover {
  background: rgba(255,255,255,.7);
  transition: var(--transition);
}


/* ---------------------------------- */
/* ------- PREMIUM/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.99);
  display: none;
  overflow: hidden;
}

#enquire-dropdown .container {
  width: 100%;
  height: 100%;
  height: 100vh;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: initial;
}

#enquire-dropdown .enquiryForm {
  display: block;
  background: none;
  font-size: 1em;
  width: 100%;
  max-width: 450px;
  margin: auto;
  float: none;
  padding: 0;
  box-shadow: none;
}

.dropContact {
  text-align: center;
  padding: 0 10px;
  border-right: 1px solid rgba(var(--opacityColor),0.05);
}

#enquire-dropdown h2 {
  color: var(--headingColor);
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
}

.iconForm.enquiryForm input[type="text"],
.iconForm.enquiryForm input[type="email"],
.iconForm.enquiryForm input[type="tel"],
.iconForm.enquiryForm textarea {
  padding-left: 40px;
}

.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;
  transition: 0.5s;
}


.closeBtn:hover {
  opacity: 0.5;
}

.closeBtn:before, .closeBtn:after {
  content: "";
  width: 25px;
  height: 2px;
  background: var(--fontColor);
  position: absolute;
  top: 50%;
  right: 0;
}

.closeBtn:before {
  transform: rotate(-45deg);
}
.closeBtn:after {
  transform: rotate(45deg);
}

/*  INPUT ICONS */

.iconForm .enqRow {
  position: relative;
}

.iconForm span {
  font-family: FontAwesome;
  position: absolute;
  top: 14px;
  left: 22px;
  font-size: 0.9em;
  font-weight: normal;
  color: inherit
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconForm .name:before {
  content: "\f007";
}

.iconForm .question:before {
  content: "\f0e6";
}

.iconForm .clock:before {
  content: "\f017";
}

.dropContact p a {
  color: inherit
}

.dropContact p a:hover {
  color: var(--cta);
}

/* ----------- PRELOADER ICON  ----------- */

.cp-spinner{
  width:35px;
  height:35px;
  display:inline-block;
  position:relative;
  margin-top: 1em;
}
.cp-round:before{
  border-radius:50%;
  content:" ";
  width:35px;
  height:35px;
  display:inline-block;
  box-sizing:border-box;
  border-top:solid 3px var(--opacity20);
  border-right:solid 3px var(--opacity20);
  border-bottom:solid 3px var(--opacity20);
  border-left:solid 3px var(--opacity20);
  position:absolute;
  top:0;
  left:0
}

.cp-round:after{  
  border-radius:50%;
  content:" ";
  width:35px;
  height:35px;
  display:inline-block;
  box-sizing:border-box;
  border-top:solid 3px var(--primary);
  border-right:solid 3px transparent;
  border-bottom:solid 3px transparent;
  border-left:solid 3px transparent;
  position:absolute;
  top:0;
  left:0;
  animation:cp-round-animate 1s ease-in-out infinite
}

@keyframes cp-round-animate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}

/* ---------------------------------- */
/* ----------- 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: 200px;
  border: 3px solid transparent;
  z-index: 1001;

  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;   
}


#loader img{
  width:100%;
  height:auto;
  opacity:0;
  filter: alpha(opacity=0);
}

#loader img{
  -webkit-animation: load 4s alternate; 
  animation: load 4s alternate;
}

@-webkit-keyframes load {
  0%   { 
    opacity:0; 
    filter: alpha(opacity=0);
  }
  30% {
    opacity:1;
    filter: alpha(opacity=100);
  }
  70% {
    opacity:1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity:0;
    filter: alpha(opacity=0);
  }
}
@keyframes load {
  0%   { 
    opacity:0; 
    filter: alpha(opacity=0);
  }
  30% {
    opacity:1;
    filter: alpha(opacity=100);
  }
  70% {
    opacity:1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity:0;
    filter: alpha(opacity=0);
  }
}

#loader-wrapper .loader-section {
  position: absolute;
  top: 0;
  width: 51%;
  height: 100%;
  background: var(--primaryLight);
  z-index: 1000;
  -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);  /* IE 9 */
  transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

#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%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);  /* IE 9 */
  transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);  /* IE 9 */
  transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;  
  transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
  visibility: hidden;

  -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);  /* IE 9 */
  transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.3s 1s ease-out;  
  transition: all 0.3s 1s ease-out;
}

/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */

.siteBottom .siteContent .tabContainer .tabs {
 margin-bottom: 1em;
 display: flex;
   padding: calc(30px + 15vw) 0 10vw 6%;
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  width: 50%;
}

.tabs a {cursor:pointer;}

.siteBottom .siteContent .tabContainer .tabs li {
  margin: 0;
  margin-bottom: .2em;
  list-style:none;
  width: 100%;
}

.tabContainer {
  display: flex;
  flex-direction: row-reverse;
}


.tabs li:before {display: none;}

.tabs li a {
  color: var(--cta);
  border-top: solid 1px rgba(var(--opacityColor),1);
  padding: 0.5em 0 0.4em;
  display:block; 
  text-decoration:none;
  transition: 0.3s;
  width: 100%;
}

.tabs li a.inactiveTab {
 color: inherit;
 opacity: 0.6;
border-top: solid 1px rgba(var(--opacityColor),.2);
}

.tabs li a:hover, .tabs li a.inactive:hover {opacity:1;}

.locationsTable tbody tr td {
  vertical-align: middle !important;
  height: 70px !important;
}

.containerTabs {
  position: relative;
  width: 50%;
}


.containerTabs h6 {
  position: absolute;
  bottom: calc(1em - 3px);
  z-index: 2;
  right: 0;
  margin: 0;
}


.containerTabs h6 a {
  padding: .8em 1.4em;
  background:var(--primaryLight);
}





/* ----------- GROW TO FRAME ---------- */

td, div[class*="col-"] {
  position: relative;
}



h1 span[style*="font-family: 'Poppins';"] ,
h2 span[style*="font-family: 'Poppins';"] {
  font-size: 15px !important;
  line-height: 1.5em;
  display: block;
  text-transform: uppercase;
}

.siteBottom a[id*="sxn"] {
  position: relative;
  display: block;
  top: -170px;
}

.siteBottom a[id*="formsxn"] {
  top: -80px;
}


.siteBottom section:not([class*="M_"]) + section:not([class*="M_"]) .textSection .siteContent {
  padding-top: 0;
}

.table-to-div, .photoSection:not(.buttonSection) .contentImgRow {
  width: calc(100% + var(--gridSpacing));
  margin-left: calc(0pc - var(--gridSpacing) / 2);
}

.textSection + .photoSection:not(.buttonSection) .siteContent {
  margin-top: -5em;
  padding-bottom: 7em
}


.featureTable.moduleTable .item:first-child img {
margin-top: 1em;
}


.one-gal {
  opacity: 0;
  height: 0;
  z-index: -20;
}


.greyBox {
  margin: 1.2em 0 -2.1em;
  position: relative;
}

.greyBox >tbody>tr>td {
  padding: 4em 2em;
  background: var(--primaryLight);
}



.greyBox h6 {
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  background: var(--white);
  padding: .5em .8em;
}

.link1 .siteBottom .contact {
  margin: 2em 0 2.5em;
}

.link1 .siteBottom .contact .iconOnly {
  padding: .7em 0;
  width: 2.6em;
  border: solid 1px rgba(var(--opacityColor),1);
}

.link1 .siteBottom .contact .iconOnly:hover {
  border-color: var(--midGrey);
}

.testimonial {
  position: relative;
 background: rgba(var(--opacityColor),.02);
 padding: 15px 25px 25px;
  border-radius: 4px 4px 0 0;
  border: solid 1px transparent;
    border-bottom: solid 1px var(--primary);
 margin: var(--gridSpacing) 0;
  transition: var(--transition);
  box-shadow: none;
}


.testimonial:hover {
 background: rgba(var(--overlayRGB),1);
  border: dotted 1px var(--midGrey);
  border-bottom: solid 1px var(--primaryDark);
  transition: var(--transition);
}

.testimonial:before {
  content: '\f10d';
  font-family: 'fontawesome';
  font-size: 1.3em;
  position: absolute;
  top: -14px;
  opacity: .15;
    transition: var(--transition);
}

.testimonial:hover:before {
  color: var(--primary);
  opacity: 1;
    transition: var(--transition);
}

.empty-testimonial {
  display: none;
}


/*------------------------------------*/
/*---------- MEDIA QUERIES -----------*/
/*------------------------------------*/
@media (min-width:781px) {

.growToFrame {
  position: absolute;
  top: 1em;
  left: 0;
  right: 0;
  bottom: 1em;
}

section .moduleTable .growToFrame img,
.containerTabs .growToFrame img,
.growToFrame img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
}

  .expandTable .middleText {
  margin: 25% 0;
}

  
.scrollStart #banner .logo {
  width: 120px;
  transition: var(--transition);
}

.logo path {
  transition: var(--transition);
}

body:not(.scrollStart) .logo path {
  fill: var(--white);
  transition: var(--transition);
}

  h6 a + a {
  margin-left: 20px;
}

  .containerTabs .growToFrame {
    width: 50vw;
    min-width:50vw;
    right: 0;
    left: revert;
  }

  .tabHeading {
    position: absolute;
    left: calc(50% + 6% - 3px);
    top: calc(90px + 15vw);
  }

     .link0 .button-items-3 {
  position: relative;
display: block;
}

.link0 .button-items-3 .butFrame {
  width: calc(50% - var(--gridSpacing) / 4); 
  margin: calc(var(--gridSpacing) / 8);
}

.link0 .button-items-3 .butFrame:nth-child(2) .butImage,
.link0 .button-items-3 .butFrame:nth-child(3) .butImage{
  padding-bottom: calc(45% - var(--gridSpacing) / 8);
}

  .featureTable > .item:nth-child(3) img {
    transition-delay: .6s !important;
  }

  .scrollStart .fixedTopWrap{
  background-color: var(--primaryLight);
  color: var(--primaryDark);
  transition: var(--transition);
}

}



@media all and (min-width:901px) {
  section[class*="M_full"] .backgroundImage {
  background-attachment: fixed;
}
}

@media all and (max-width: 1000px) {
  #footerTop .container .container.light .footerMenu{
  order: 2;
}


#footerTop .container .container.light .contact{
  order:1;
}

footer .logo {
  margin: 0 auto;
  padding-bottom:5px;
}

  #footerTop > .container {
  padding: 10px 20px 30px;
}

  footer nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  }

  footer nav li a {
  padding: 3px 10px;
  margin-right: 5px;
    margin-left: 5px;
}
}

@media all and (max-width:781px) {
    footer nav {
    max-width: none;
    margin: 0;
      flex-direction: column;
  }

  footer nav li a {
    margin: 2px 0;
  }

  .footerRight {
    flex-direction: column;
    padding: 0;
  }

  #footerTop > .container {
    padding: 10ox 5px 30px;
  }
}