/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

body {
  background: var(--bgColor);
  font:400 16px/1.6em var(--bodyFont);
  color: var(--fontColor);
}

a {
  color: var(--primaryDark);
}

a:hover {
  color: var(--primaryLight);
}

*[data-token=""],
*[data-token*="$"],
a[href=""], 
a[href*="$"] {
  display: none !important;
}

p {
  margin: 1em 0;
}

icon {
  font-family: fontawesome;
}

/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: var(--headingWeight);
  font-family: var(--subHeadingFont);
  line-height: 1.2em;
  color: var(--subHeadingColor);
}

h1 strong,
h2 strong,
h4 strong,
h5 strong,
h6 strong{
  font-weight: 300;
}

h3 strong{
  font-weight: 700;
}

h1 {
  color: var(--headingColor);
  font-family: var(--headingFont);
  font-size: 3em;
  margin: .3em 0;
}

h2 {
  color: var(--headingColor);
  font-family: var(--headingFont);
  font-size: 2.25em;
  margin: .3em 0;
}

h3{
  font-size: 1.5em;
  margin: .3em 0;
  font-weight: 300;
}

h4 {
  font-size: 1.5em;
  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: 4em 0;
}

.M_full_img .photoSection .siteContent{
  padding: 0 0 4em 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: 4em;
}


/* ---------------------------------- */
/* ---------- CONTENT AREA ---------- */
/* ---------------------------------- */
.siteTop {
}
.siteBottom{
  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 10px;
}

.siteContent, .searchContent {
  width: 100%;
  -ms-flex: 1 1 auto;
}

.buttonSection .siteContent, .buttonSection .container {
  padding: 0;
}

.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:700px) {
  .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%;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */
#menu {
  position: relative;
  z-index: 100;
  width: auto;
}

#menu nav {
  max-width: var(--containerWidth);
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

#menu nav li {
  list-style: none;
  float: left;
  display: inline-block;
  margin: 0;
}

#menu nav li a {
  display: block;
  width: 100%;
  padding: 10px 12px;
  color: inherit;
  font-size: 1em;  
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: var(--buttonBorderWidth) solid transparent;
  opacity: .75;
  transition: var(--transition);
}

#menu nav:hover a{
  opacity: 1;
}

#menu nav li a:hover, 
#menu nav .parent:hover > a {
  opacity: 1;
  color: var(--cta);
  border-bottom: var(--buttonBorderWidth) solid var(--cta);
}

#menu nav .current > a {
  opacity: 1;
  color: var(--white);
  border-bottom: var(--buttonBorderWidth) solid ;
}

@media all and (min-width:700px) {
  .scrollStart #menu nav .current > a {
    color: var(--primaryLight);
  }
}

#mobileMenu, #navToggleWrap {
  display: none;
}

/* ---------------------------------- */
/* ------------ SUB MENU ------------ */
/* ---------------------------------- */
#menu nav ul {
  position: absolute;
  width: 240px;
  margin: 0;
  padding: 0;
  display: none;
  font-size: .85em;
  transform: translateX(-25%)
}
#menu nav ul li {
  width: 100%;
  display: inline-block;
}
#menu nav ul li a {
  line-height: 1.1em;
}
#menu .subContainer {
  background: var(--opacity60);
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
}
@media all and (min-width:700px) {
  .scrollStart #menu .subContainer {
    background: var(--primary);
  }
  .scrollStart #menu .subContainer:after {
    border-bottom: 10px solid var(--white);
  }
}

/* ---------------------------------- */
/* --------- 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.full-width-form{
  max-width: 100% !important;
}

.enquiryForm.enqEmbed {
  color: var(--formColor);
  background: var(--formBG);
  max-width: 500px;
  padding: 20px;
  box-shadow: var(--cardShadow);
}
.enquiryForm .enqHeader {
  font-size: 1.6em;
  font-family: var(--headingFont);
  font-weight: var(--headingWeight);
  padding: 1em 0.5em 1.5em;
  text-align: center;
  width: 100%;
}
.enquiryForm .itemEnqDetails {
  width: 100%;
}
.enquiryForm .enqRow:not([class*="col-"]) {
  width: 100%;
}
.enquiryForm .enqRow {
  overflow: hidden;
  padding: .3em .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%;
}
.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:not([class*="col-"]) {
  width: 100%;
}
.enquiryForm .radioWrap .enqRight .radioBtn{
  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: url(/thumbnaillarge/M_full_img-09-dark.jpg) var(--footerBG);
  color: var(--white);
  font-size: .8em;
}
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 0;
}

/*-------- FOOTER TEXT STYLES ---------*/
#footerTop > .container{
  padding: 50px 0;
}

#footerTop iframe{
  display: block;
  margin-bottom: 10px;
}

#footerBottom a {
  color: inherit;
  opacity: 0.5;
  text-decoration: none;
}
#footerBottom a:hover {
  color: inherit;
  opacity: 1;
}

footer .contactContainer .phone{
  margin: 20px 0 20px;
}

/*------------ FOOTER MENU ------------*/
footer nav {
  width: 60%;
  display: inline-block;
}
footer nav li {
  list-style: none;
  float: left;
  display: inline-block;
}
footer nav li a {
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;
}

.footerRight {
  text-align: right;
  margin-right: 10px;
}

.association-link a{
  color: inherit;
  opacity: .75;
}

.association-link a:hover {
  opacity: 1;
}

/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */
#footerTop {
  background: var(--opacity80);
}

#footerBottom {
  background: var(--opacity90);
}

#footerTop .col-3{
  margin: calc(var(--gridSpacing) / 2);
  flex-grow: 1;
}

#footerTop .col-3:last-child {
  text-align: right;
}

#footerTop .col-3:last-child .contactContainer{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

@media(max-width:700px){
  #footerTop .col-3:last-child .contactContainer{
    justify-content: center;
  }
}

footer .logo{
  width: 250px;
  margin: 10px auto;
}

footer .phone{
  font-size: 2em;
  line-height: 1em;
  display: inline-block;
  padding: 5px 10px;
}

footer .legal-wording{
  text-align: right;
}
@media(min-width:701px){
  footer .legal-wording .logo{
    margin-right: 0;
  }

}
@media(max-width:700px){
  footer .logo{
    margin: 0 auto;
  }

}
/* ---------------------------------- */
/* ------------- TO TOP ------------- */
/* ---------------------------------- */
#toTop {
  position: fixed;
  bottom: 70px;
  left: 20px;
  z-index: 900;
  outline: none;
  color: var(--white);
  background: var(--primaryLight);
  border: 1px solid var(--primaryLight);
}
#toTop:before {
  content: "\f077";
}

/* ---------------------------------- */
/* ---------  list styling  --------- */
/* ---------------------------------- */
.siteBottom .siteContent ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 2em;
}
.siteBottom .siteContent ul li {
  margin: 0.5em;
  position: relative;
}
.siteBottom .siteContent ul li:before {
  content: "\f111";
  /* dots */
  content: "\f054";
  /* chevron-right */
  content: "\f0da";
  /* caret-right */
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 0.8em;
  margin-right: 10px;
  color: var(--primary);
  position: absolute;
  top: 0;
  left: -20px;
}

.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%;

  justify-content: center;
}
.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:  var(--gridSpacing) 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: var(--primaryDark);
  opacity: 0.95;
}

section[class*="M_full"].light .backgroundImage:after {  
  background: rgb(var(--overlayRGB));
  opacity: 0.85;
}

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(--bgColor);
}

/*-- 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%;
}
@media(min-width:901px){
  .M_left_img .siteContent {
    max-width: 55%;
    margin: 0 0 0 auto;
  }
}
/*-- image right --*/

.M_right_img .backgroundImage {
  top: 0; right: 0; bottom: 0; 
  width: 50%;
}
@media(min-width:901px){
  .M_right_img .siteContent {
    max-width: 55%;
    margin: 0 auto 0 0;
  }
}



@media(min-width:901px){
  .M_right_img .siteContent,
  .M_left_img .siteContent {
    position: relative;
    z-index: 0;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: var(--bgColor);
  }
  .M_right_img .siteContent:before,
  .M_left_img .siteContent:before{
    content: '';
    display: block;
    width: 250px;
    height: 100%;

    position: absolute;
    top: 0;
    z-index: -1;
    background: var(--bgColor);
  }

  .M_right_img .siteContent:before{
    right: -50px;
    border-right: 10px solid var(--opacity10);
    box-shadow: 30px 0 50px -20px var(--opacity20);
  }
  .M_left_img .siteContent:before{
    left: -50px;
    border-left: 10px solid var(--opacity10);
    box-shadow: -30px 0 50px -20px var(--opacity20);
  }
}
/*-- image left cover --*/

.M_left_imgC .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0; 
}
@media(min-width:701px){
  .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; 
}
@media(min-width:701px){
  .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;
  }

  .siteBottom section .siteContent {
    width: 100%;
  }

  .M_left_img .backgroundImage, .M_right_img .backgroundImage {   
    position: relative;
    width: 100%;
    height: 250px;
  }

  .M_left_imgC .backgroundImage {
    background-position: 90% 50%;
  }  

  .M_right_imgC .backgroundImage {
    background-position: 10% 50%;
  } 

}

/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */
.button,
.blog-widget-article-content-button,
h6 a {
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  padding: 0.8em 1.6em;
  outline: none;
  border-radius: var(--buttonBorderRadius);
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  transition: all .3s ease;
}

* a.iconOnly {
  padding: 0.8em 0em;
  width: 2.8em;
}
* a.iconOnly:before {
  margin-right: 0;
}

/*cta button*/
.-ctaBtn-,
h6 a[href*="contact"],
h6 a[href*="#enquire-dropdown"]{
  outline: none;
  transition: var(--transition);
  color: var(--white);
  background: var(--cta);
  border: var(--buttonBorderWidth) solid var(--cta);
}
.-ctaBtn-:hover,
h6 a[href*="contact"]:hover {
  color: var(--primaryLight);
  background: transparent;
  border-color: var(--primaryLight);
}

/*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);
}

/*secondary button*/
.-secondaryBtn-,
.blog-widget-article-content-button,
h6 a,
.cartThumbs .cartThumb .info:after {
  outline: none;
  background: rgba(var(--opacityColor),.1);
  border: var(--buttonBorderWidth) solid transparent;
  color: var(--fontColor);
}
.-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: var(--primary);
  background: transparent;
  border-color: var(--primary);
}

/*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(--cardTextColor);

  background: var(--white);

  padding: 10px;
  border-radius: var(--buttonBorderRadius);
}
.butFrame:hover {
  box-shadow: var(--cardShadowHover);
  transform: var(--cardTransformHover);
  background: var(--cardBGHover);
  color: var(--cardTextColor);
}

.butFrame > .imageFrame{
  width: 100px;
  margin: 0 auto;
}

.butFrame .butImage {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
  cursor: pointer;
  overflow: hidden;

  transition: var(--transition);
}

.butFrame:hover .butImage {
  transform: rotateY(180deg);
}

.butFrame .butHeading {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
  color: var(--fontColor);
  font-size: 1.1em;
  text-transform: uppercase;
  transition: var(--transition);
  border-bottom: 0px solid var(--cta);
}

.butFrame .butHeading:before{
  content: '';
  margin: 10px auto; 
  display: block;
  width: 2em;
  height: 4px;
  transition: var(--transition);
  background-color: var(--cta);
  border-radius: 5px;
}

.butFrame:hover .butHeading:before{
  width: 75%;
}

.basicFrame{
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------------------------------- */
/* ---------- 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 ---------- */
/* ---------------------------------- */

.fixedTopWrap{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;  
  z-index: 101;
  color: var(--white);
  background-color: transparent;
  transition: var(--transition);
}

@media all and (min-width:700px) {
  .scrollStart .fixedTopWrap {
    color: var(--fontColor);
    background-color: var(--bgColor);
    box-shadow: 0 10px 15px -10px var(--opacity20);
  }
}

/* ---------------------------------- */
/* ------------- BANNER ------------- */
/* ---------------------------------- */

#banner {
  position: relative;
}

#banner .container {
  display:flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding: 10px;

  font-family: var(--subHeadingFont);

  transition: var(--transition);
}

.accountsTopBar{
  text-align: right;
  background: var(--primaryDark);
}

.accountsTopBar a{
  color: var(--white);
}

.accountsTopBar .container{
  max-width: 100%;
}

@media(max-width:700px){
  .accountsTopBar{
    display: none;
  }
}

.logo {
  position: relative;
  display: block;
  width: 300px;
  max-width: 100%;
  transform-origin: 0 50%;
  transition: var(--transition);
}

#banner .logo{
  width: 250px;
}

.logo-wrap{
  position: relative;
}


.logo svg,
.logo object,
.logo img {
  width: 100%;
  height: auto;
  display: block;
  transition: var(--transition);
}

.scrollLogo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  width: 100%;
  height: 100% !important;  
  opacity: 0;
  object-fit: contain;
  object-position: center;
}


@media all and (min-width:700px) {
  .scrollStart #banner .container{
    padding: 10px;
  }

  .scrollStart #banner .logo img:first-child{
    opacity: 0;
  }

  .scrollStart #banner .logo .scrollLogo{
    opacity: 1;
  }
}

#banner .banner-right{
  text-align: right;
}

.contactContainer *:not([class*="Btn-"]) {
  color: inherit;
}

.contactContainer a:not([class*="Btn-"]):hover {
  color: var(--cta);
}

.contactContainer .phone {
  display:inline-block;
  padding: 0 10px;
  margin: 20px 0;
  font-size:2em;
  line-height: .6em;
  position: relative;
  text-shadow: 0 0 10px var(--opacity50);
}

.scrollStart #banner .phone {
  text-shadow: 0 0 0 var(--opacity50);
}

.contactContainer .phone:before{
  margin-right: 10px;
  display: none;
}

.contactContainer .phone span{
  font-size: .4em;
  text-transform: uppercase;
  display: block;
  text-align: left;
  position: absolute;
  bottom: 100%;
}

#banner .contactContainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}


/* 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 ---------- */
/* ---------------------------------- */

#subBanner .container {
  background-size: cover !important;
  background-position: center 25% !important;
  padding-bottom: 250px;
  max-width: 100%;
}

#subBanner .container:not(.hasImage) {
  background-image: url(/thumbnaillarge/sl01.jpg);
  background-position: center 70% !important;
}

#subBanner .container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primaryDark);
  opacity: 0.7;
}

/* ---------------------------------- */
/* ------ HOME/CONTACT STYLES ------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */

#subBannerHome > .container {
  max-width:100%;
  position: relative;
}

#subBannerHome .container .container {  
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.sliderText {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: var(--containerWidth);
  margin: auto;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
}

@media(max-width:700px){
  .sliderText {
    align-items: center;
  }

  .sliderText h1 {
    font-size: 4em !important;
  }
}

.sliderText > * {
  color: var(--white);
  text-align: center;
  z-index: 2;
  line-height: 1em;
}

.sliderText .logo{
  width: 450px;
}
.sliderText h6 span{
  padding: 0 10px;
}

.sliderText .-invertedBtn-{
  font-size: 1.4em;
  padding: 8px 20px;
}

.sliderText h2 {
  margin-bottom: 0;
}

#subBannerHome .sliderText a {
  position: relative;
  z-index: 4;
}

#subBannerHome .sliderText a[href*="tel:"]{
  min-width: 18ch !important;
}

/*==============================*/
/*===== FLICKERPLATE STYLES ====*/
/*==============================*/

.flickerplate, .flick-inner {
  /*Adjust This To Suit % Images*/
  /*This can be a pixel height */
  padding-bottom:90vh; 
  height: 0;
}
.flickerplate {
  position: relative;
  width: 100%;
  background-color: var(--black);
  overflow: hidden;
}

.flickerplate ul.flicks {
  width: 10000%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.flickerplate li {
  float: left;
  width: 1%;
  height: 100%;

  background-position: center top;
  background-size: cover;
  display: table;  
  transition: var(--transition);
}

.flickerplate li[style*='opacity: 1']{
  z-index: 1;
}

.flick-inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  background: linear-gradient(to top left, var(--primary) 0%, var(--primaryDark) 100%);
  opacity: .75;
}

.flick-content {
  position: absolute;
  top: 220px;
  left: 0;
  right: 0;
  width: 100%;  
  bottom: 60px;  
  max-width: 1200px;
  margin: auto;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* ADJUST TEXT POSITION HORIZONTALLY */
  align-items: center; 
  font-size: 1em;
}

.flick-title,
.flick-sub-text {
  max-width: 100%;
  text-align: center;
}

.flick-title {
  font-size: 5em;
  line-height: 1em;
  color: var(--white);  
  margin: 0;
}

.flick-sub-text {
  font-size: 2em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 1em;
  max-width: 600px;
  margin: 0 0 10px;
}

.flick-but {
  position: relative;
  z-index: 2;
  width: 15em;
  margin-top: 0.8rem;
}
/* TEXT ANIMATION */

.flicks > li[style*="opacity: 0"]{
  pointer-events: none !important;
}

.flicks > li[style*="opacity: 0"] .flick-content > *  {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: 0.2s ease-out;
  display: block;
  -webkit-transform: translatey(50px);
  transform: translatey(50px);
}

.flicks > li[style*="opacity: 1"] .flick-content > *  {
  opacity: 1;
  transition: 0.6s ease-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translatey(0%);
  transform: translatey(0%);
}

/* FLICKER ARROW NAVIGATION */

.flickerplate .arrow-navigation {
  position: absolute;
  height: 80%;
  width: 10%;
  top: 10%;
  z-index: 3;
  cursor: pointer;
  overflow: hidden
}
.flickerplate .arrow-navigation .arrow {
  display: block;
  height: 100%;
  width: 100%;
  transition: opacity 0.2s ease-out;
  position: relative;
  opacity: 0;
}

.flickerplate .arrow-navigation .arrow:hover {
  opacity: 0.8;
}

.flickerplate .arrow-navigation .arrow:before {
  font-size: 3em;
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: FontAwesome;
  display: flex;
  align-items: center;
  justify-content: center;  
  /* LIGHT THEME ARROW COLOUR */
  color: var(--white); 
}

.flickerplate.flicker-theme-dark .arrow-navigation .arrow:before {
  /* DARK THEME ARROW COLOUR */
  color: var(--primary); 
}

.flickerplate .arrow-navigation.left {
  left: 0
}

.flickerplate .arrow-navigation.right {
  right: 0
}

.flickerplate .arrow-navigation.left .arrow:before {
  content: "\f104";
}

.flickerplate .arrow-navigation.right .arrow:before {
  content: "\f105";
}

/* FLICKER DOT NAVIGATION */

.flickerplate .dot-navigation {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;

  display: flex;
  align-items: center;
  justify-content: center;
}


.flickerplate .dot-navigation ul {
  list-style: none;  
  margin: 0 0;
  padding: 20px;    
  text-align: center; /* DOT HORIZONTAL POSITION */
  font-size: .7em; /* CIRCLE SIZE */
  display: flex;

}

.flickerplate .dot-navigation ul li {
  display: block;
  width: auto;
  float: none
}

.flickerplate .dot-navigation .dot {
  width: 1em;
  height: 1em;
  margin: 0.5em;
  cursor: pointer;
  opacity: 0.3;
  transition: var(--transition);
  background-color: var(--white); /* LIGHT THEME DOT COLOUR */
}

.flickerplate.flicker-theme-dark .dot-navigation .dot {
  background-color: var(--primary); /* DARK THEME DOT */
}

.flickerplate .dot-navigation .dot:hover {
  opacity: 0.6;
}

.flickerplate .dot-navigation .dot.active {
  opacity: 1;
  width: 3em;
}

/* FLICKER ANIMATION CSS */

.flickerplate.animate-transition-slide ul.flicks {
  position: relative;
  left: 0%;
  transition: left 0.4s ease-in-out
}

.flickerplate.animate-transition-fade ul.flicks {
  position: relative
}
.flickerplate.animate-transition-fade ul.flicks li {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0
}
.flickerplate.animate-transition-fade.fade-inited ul.flicks li {
  transition: opacity 0.8s linear
}
.flickerplate.animate-transition-fade.fade-inited ul.flicks li.first-flick, .flickerplate.animate-transition-slide ul.flicks li {
  opacity: 1;
}

/* FLICKER RESPONSIVE CONTROL */

@media all and (max-width: 1200px) and (min-width: 1000px){
  .flick-content {font-size: 1em;} 
}

@media all and (max-width: 999px) and (min-width: 700px){
  /* MEDIUM */
  .flick-content,
  .arrow-navigation,
  .dot-navigation,
  .sliderText {
    font-size: 0.8em;
  } 
  .flickerplate,
  .flick-inner {
    padding-bottom: 650px;
  }
}

@media all and (max-width: 700px) {
  /* SMALL */
  .flick-content,
  .sliderText {
    font-size: 0.9em;
  }
  .arrow-navigation,
  .dot-navigation {
    font-size: 0.6em;
  }
  .flickerplate,
  .flick-inner {
    padding-bottom: 550px;
  }
  .flick-sub-text {
    line-height: 1.1em;
    font-size: 1.4em;
  }
  .flick-content {
    top: 90px;
    bottom: 00px;
  }
}

/* ---------------------------------- */
/* ------- 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(15,15,15, .99);
  display: none;
  overflow: hidden;
}

#enquire-dropdown:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;

  display: block;
  opacity: .5;
}

#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 {
  background: none;
  font-size: 1em;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  float: none;
  padding: 0;
  box-shadow: none;
  display: block;
}

.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;
}

#enquire-dropdown .enquiryForm input[type="text"],
#enquire-dropdown .enquiryForm input[type="email"],
#enquire-dropdown .enquiryForm input[type="tel"],
#enquire-dropdown .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 */

#enquire-dropdown .enqRow {
  position: relative;
}

#enquire-dropdown 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;
}

#enquire-dropdown .name:before {
  content: "\f007";
}

#enquire-dropdown .question:before {
  content: "\f0e6";
}

#enquire-dropdown .clock:before {
  content: "\f017";
}

.dropContact p a {
  color: inherit
}

.dropContact p a:hover {
  color: var(--cta);
}


/* ----------- PRELOADER ICON  ----------- */

.cp-spinner{
  width:55px;
  height:55px;
  display:inline-block;
  position:relative;
  margin-top: 1em;
}
.cp-round:before{
  border-radius:50%;
  content:" ";
  width:55px;
  height:55px;
  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:55px;
  height:55px;
  display:inline-block;
  box-sizing:border-box;
  border-top:solid 3px var(--cta);
  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: 400px;
  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: 100%;
  height: 100%;
  background: linear-gradient(to top right,var(--primaryDark),var(--primary));
  z-index: 1000;
  transition: var(--transition);
  -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);  /* IE 9 */
  transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}


/* Loaded */
.loaded #loader-wrapper .loader-section {
  opacity: 0;
  pointer-events: none;
}

.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 ----------- */
/* ---------------------------------- */

ul[style="list-style-type: none;"] {
  padding: 0 !important;

  display: flex;
  flex-wrap: wrap;
}

ul[style="list-style-type: none;"] li{
  width: calc(25% - 20px);
  margin-right: 20px;
  padding: 10px;
  border: 1px solid;
  border-radius: 3px;
}

@media(max-width:1000px){
  ul[style="list-style-type: none;"] li{
    width: calc(50% - 20px);
  } 
}

@media(max-width:700px){
  ul[style="list-style-type: none;"] li{
    width: 100%;
    margin-right: 0px;
  } 
}

ol.border-list li::marker{
  display: block;
  color: var(--white);
}

ol.border-list li{
  position: relative;
  border: 2px solid var(--cta);
  padding: 5px 10px;
  margin: 5px 0;
  color: var(--cta);
  background-color: var(--white);
  border-radius: 0 5px 5px 0;
}

ol.border-list li:before{
  content: '';
  display: block;
  width: 40px;
  position: absolute;
  top: -2px;
  right: 100%;
  bottom: -2px;
  z-index: -1;
  background: var(--cta);
  border: 1px solid var(--cta);
  border-radius: 5px 0 0 5px;
}


/* ----------- TABLE TO DIV CARD THEAMS ---------- */

.table-to-div .item{
  padding: 20px 20px;
}

.cards-with-borders .item{
  padding: 0 10px 0 15px;
  border: 2px solid var(--cta);
  border-radius: var(--buttonBorderRadius);
}

.dark .cards-with-borders .item {
  border-color: var(--white);  
}

.bg-table .item {
  background: var(--white);
  border-radius: var(--buttonBorderRadius);
  box-shadow: var(--cardShadow);
}

.grow-items .item{
  flex-grow: 1;
}

.table-border-left{
  border-left: 5px solid var(--cta);
}

.table-border-left td{
  padding-left: 10px;
}

.table-border-left td > *:first-child{
  margin-top: 0;
}
.table-border-left td > *:last-child{
  margin-bottom: 0;
}

.card-table .item{
  background: var(--white);
  position: relative;
  z-index: 1;
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  
  box-shadow: var(--cardShadow);
}

.table-to-div .image-wrap{
  position: relative;
  display: block;
  background: var(--white);
}

.table-to-div .image-wrap:before{
  content: '';
  padding-bottom: 50%;
  display: block;
  width: 100%;
}

.table-to-div .image-wrap .image{
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px) !important;  
  object-fit: contain;
  object-position: center;
}

/* ----------- CUSTOM IMAGE LOOK ---------- */

.imageLayout {
  position: relative;
  padding: 4% 0 7%;
}

.imageLayout:before{
  content: '';
  position: absolute;
  top: 0;
  right: 6%;
  z-index: 1;
  background: linear-gradient(to bottom right, var(--primary),var(--primaryDark)  );
  opacity: .95;  
  width: 30%;
  height: 100%;
}

.twoColumn td:first-child .imageLayout:before{
  right: unset;
  left: 6%;
}

.imageLayout img:first-child {
  width: 90% !important;
}

.imageLayout img:last-child {
  position: absolute;
  right: 0;
  bottom: 4%;
  z-index: 1;
  width: 40% !important;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
}

.twoColumn td:first-child .imageLayout img:first-child {
  margin-left: 10%;
}

.twoColumn td:first-child .imageLayout img:last-child {
  left: 0;
  right: auto;
}

.link0 #section1 .textSection .siteContent{
  padding: 4em 0 1em;

}
/*------------------------------------*/
/*---------- MEDIA QUERIES -----------*/
/*------------------------------------*/

a[href*="skype"]{
  background: var(--cta);
  color: var(--white);
    
}

a[href*="skype"]:before{
  content: '\f17e';
  font-family: "FontAwesome";
  font-size: 1.2em;
  margin-right: 10px;
}

.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; 
}


.link1 #section9 *{
  margin: 0;
  padding: 0;
  max-width: 100%;
  display: block;
}