/*
var(--primaryDark): #1A2632;
var(--primary): #22313F;
var(--primary)Light: #34495E;
var(--cta): #CF1938;
var(--greyOver): rgba(0,0,0,0.1);
var(--fontColour): #666;
var(--headingFont): Montserrat;
var(--headingColour): #111;
var(--headingWeight): 400;
var(--containerWidth): 1200px;
var(--gridPadding): 10px;
var(--borderRadius): 2em;
var(--borderwidth): 2px;
var(--darkRGB): 26,38,50;
var(--lightRGB): 250,250,250;
*/

/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}
 
body {
  background:#fff;
  font: 16px/1.6em BlinkMacSystemFont, "-apple-system", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--fontColour);
}

a {
  color: var(--primaryDark);
}

a:hover {
  color: var(--cta);
}

p {
  margin: 1em 0;
}

icon {
  font-family: fontawesome;
}

/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1, 
h2, 
h3, 
h4, 
h5, 
.style-one,
.style-two,
.style-three,
.style-four,
.style-five,
.style-six,
.blog-widget-heading, 
.blogMenu .categoryMenu:before, 
.blogArchive:before,
.enqHeader {
  font-weight: var(--headingWeight);
  font-family: var(--headingFont);
  line-height: 1.2em;
  color: var(--headingColour);
}

.style-one,
h1 {
  font-size: 3em;
  margin: 0em 0 0.5em;
  letter-spacing: -1px;
  line-height: 1.2em;
}

.style-two,
h2, 
section[id^="shopSection"] h3, 
.blog-widget-heading,
.blogMenu .categoryMenu:before,
.blogArchive:before,
.enqHeader {
  font-size: 2.2em;
  margin: .3em 0;
}

/* h1:after, 
h2:after {
  content: "";
  display: block;
  height: 3px;
  width: 60px;
  background: var(--cta);
  margin: 0.5rem 0 1rem
}

h1[style*="text-align: center"]:after,
h2[style*="center"]:after,
#subBannerHome h2:after,
#enquire-dropdown h2:after {  
  margin: 0.3rem auto 0.8rem;
} */

h1 + h2:after,
.blogSubHead h2:after {
  display: none;
}

.style-three,
h3 {
  font-size: 1.2em;
  margin: .3em 0;
  font-weight: 400;
}

.style-four,
h4 {
  font-size: 1.1em;
  margin: .3em 0;
  font-weight: 500;
}

.style-five,
h5 {
  font-size: 1em;
  margin: .2em 0;
}

.style-six,
h6 {
  font-size: 1em;
  line-height: 1.2em;
  margin: .2em 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: 6em 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:6em;}

/* ---------------------------------- */
/* ---------- CONTENT AREA ---------- */
/* ---------------------------------- */

.outerWrap {overflow: hidden;}

.fixedTopWrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;  
  z-index: 101;
  transition: 0.3s;
  height: 130px;
}

.scrollStart .fixedTopWrap {
  height: 113px;
}

@media all and (min-width:700px) {
  
.scrollStart .fixedTopWrap {background: var(--primary);}
  
}

.siteTop {
  min-height: 150px;
}

.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;
}

.textSection .container  {
  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;
  margin: 0px 15px 0 0;
  -ms-flex: 0,0,0;
      flex: 0,0,0;
  background: var(--greyOver);
  display: none;
}

.sidebar > *, #outerSidebar > * {
  padding: 0 10px;
}

.sidebar.blogSide, 
body[class*="shop"] .sidebar, 
body[class*="category"] .sidebar {
  display:inline-block;
}

/*.textSection .sidebar, .photoSection .sidebar {
  display: none;
}*/

.sidebar .item, #outerSidebar .item {
  width: 100%;
  margin-top: 15px;
}
.sidebar .item .contentImg, #outerSidebar .item .contentImg {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.sidebar .item .caption, #outerSidebar .item .caption {
  font-size: .9em;
}

#outerSidebar {
  display: none;
}

#cartContent .sidebar {
  display: none;
}

/*
@media (min-width:600px){
    .siteBottom {
      width: 100%;
      max-width: var(--containerWidth);
      margin: auto;
      display: flex;
      justify-content: space-between;
      
    }

    .sidebar {
      display: none;
    }

    #outerSidebar {
      width: 250px;
      flex-shrink: 0;
      background: var(--greyOver);
      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(--greyOver);
    display: inline-block;
  }

.activeOuterSidebar .contentWrap {
    width: 100%;
    -ms-flex:0 1 auto;
  }

/* ---------------------------------- */
/* -------- CONTACT DETAILS --------- */
/* ---------------------------------- */
.contact a:before, .contact div:before, .contact p:before {
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  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;
}

#banner .contact a:before {
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  margin: 0 0;
  color: inherit;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
}

.phone:before {
  content: "\f098";
  /*phone in square*/
  content: "\f095";
  /*phone*/
}

.mobile:before {
  content: "\f10b";
  /*mobile*/
}

.email:before {
  content: "\f2b7";
  /*envelope open*/
  content: "\f003";
  /*envelope in square*/
  content: "\f0e0";
  /*empty envelope*/
  content: "\f199";
  /*solid envelope*/
  content: "\f003";
  /*envelope open solid*/
}

.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;
} */

/* ---------------------------------- */
/* --Standard for HR line styling  -- */
/* ---------------------------------- */
hr {
  border: 0;
  height: 1px;
  color: #ccc;
  background-color: #ccc;
  width: 100%;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */
#menu {
  position: absolute;
  top: 80px;
  z-index: 100;
  transition: 0.2s;
}

#menu nav {
  max-width: none;
  width: 100%;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 3%;
}

#menu nav li {
  list-style: none;
  float: left;
  display: inline-block;
  margin: 0;
}

#menu nav li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding: 10px 12px;
  color: #fff;
  font-size: .95em;  
  font-weight: 600;
  transition: 0.3s;
  text-transform: uppercase;
}



#menu nav li a:hover, #menu nav .parent:hover > a {
  color: var(--cta);
}

#menu nav .current > a {
  color: var(--yellow);
}

.scrollStart #menu nav li a {
  color: #fff;
}

.scrollStart #menu nav li a:hover {
  color:var(--cta);
}

.scrollStart #menu nav .current > a {
  color: var(--yellow);
}

.scrollStart #menu {
  top: 65px;
  transition: 0.4s; 
}

.scrollStart #menu {
  background: var(--primary);
  /*! transition-delay: 0.2s; */
}

#menu nav .parent > a:after {
  font-family: FontAwesome;
  margin-left: 8px;
  content: "\f107";
  line-height: 1em;
}

#mobileMenu, #navToggleWrap {
  display: none;
}

/* ---------------------------------- */
/* ------------ SUB MENU ------------ */
/* ---------------------------------- */
#menu nav ul {
  position: absolute;
  width: 260px;
  margin: 0 0 0 10px;
  padding: 0;
  display: none;
  font-size: .95em;
}

#menu .subContainer {
  background: var(--cta);
  margin-top: 2px;
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

/* #menu .subContainer:after {
  position: absolute;
  top: -10px;
  left: 30px;
  width: 0px;
  height: 0px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--cta);
} */

#menu nav ul li {
  width: 100%;
  display: inline-block;
}
#menu nav ul li a {
  padding: 10px 10px;
  line-height: 1.1em;
  color: #fff;
}

#menu nav ul li a:hover {
 opacity: 0.7;
  color: #fff;
}

.scrollStart #menu nav ul li a:hover {
 opacity: 0.7;
  color: #fff;
}

#menu #link2 ul,
#menu #link2 a:after{
  display: none !important;
}

/*-----------------------------------*/
/*------------ SIDE MENU ------------*/
/*-----------------------------------*/
.sideMenu li {
  width: 100%;
  list-style: none;
  margin-bottom: 5px;
  position: relative;
}
.sideMenu li a {
  width: 100%;
  display: inline-block;
  background: #222;
  text-decoration: none;
  color: #fff;
  padding: 10px;
}
.sideMenu li a:hover {
  background: #eee;
  color: #222;
}
.sideMenu li ul {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 200px;
  width: 210px;
  margin: 0;
  padding: 0;
  display: none;
}
.sideMenu .subContainer {
  padding-left: 10px;
}
.sideMenu .current ul a {
  background: #222;
}
.sideMenu .current a, .sideMenu ul .current a {
  background: #222;
}

/* ---------------------------------- */
/* --------- PHOTO SECTION ---------- */
/* ---------------------------------- */
.contentImgRow .item {
  display: inline-block;
}
.contentImgRow .contentImg {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  image-rendering: auto;
  margin: 0;
}
.contentImgRow .caption {
  font-size: .9em;
  margin-top: 5px;
}
.contentImgRow .caption:empty {
  display: none;
}
.contentImgRow.imgTag .contentImg {
  height: auto;
  padding: 0;
}
.contentImgRow.imgTag .item a {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 180px;
}
.contentImgRow.imgTag .item a img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* change to contain if you want to see all the image within the parent box. */
}

.overlayImg {
  cursor: pointer;
}

/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/
#enquiry {
  width: 100%;
  max-width: none;
  background: #fff;
  float: right;
  padding: 1em;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: .8em;
  line-height: 1.4em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.link9 #enquiry,
.link4 #enquiry {
  padding: 0em;  
}


.link9 #enquiry .enqRow,
.link4 #enquiry .enqRow {
  padding: 3px 1px;
}

.enqHeader {
padding: 5px;
display: block;
  margin: 5px auto;
}

.enqRow {
  width: 100%;
  overflow: hidden;
  padding: 3px 5px;
}

.enqRow.half {
  width: 50%;
  display: inline-block;
}

.enqLeft {
  padding: 5px;
  float: left;
  width: 25%;
  font-size: 1.2em;
}

.enqRight {
  width: 75%;
  float: left;
}

.enqRow.half .enqLeft, .enqRow.half .enqRight {
  width: 100%;
  font-size: 1em;
}

.enqLeft, .enqRight {
  width: 100%;
  font-size: 1em;
}
.enqLeft {
  line-height: 1.3em;
}
.enqRow {
  padding: 3px 10px;
}

#enquiry input,
#enquiry textarea,
#enquiry select {
  font-family: inherit;
}

#enquiry input, #enquiry textarea {
  width: 100%;
  border: none;
  padding: 10px;
  background: #eee;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 16px;
}

input[type=text], input[type=tel], input[type=email], input[type=number], input[type=date], input[type=time], input[type=phone], input[type=password], .select, textarea {
  transition: all 0.2s ease-in-out;
  background: #fff;
  color: #222;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  border: none;
  font-size: 16px;
}
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, .select:hover, textarea:hover {
  outline: 1px solid rgba(0, 0, 0, 0.2);
}
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, .select:focus, textarea:focus {
  background: #eee;
  outline: 1px solid rgba(0, 0, 0, 0.8);
}

#enquiry textarea {
  height: 80px;
  padding: 5px;
}

#enquiry input[type="radio"] {
  width: 15px;
  -webkit-appearance: radio;
  margin: 0;
  padding: 0;
}

#enquiry input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: 15px;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

#enquiry input[type="date"] {
  font-family: inhert;
}

#enquiry input[type="time"] {
  font-family: inherit;
}

#enquiry input[type="submit"] {
  margin-bottom: 10px;
  border: 0;
  cursor: pointer;
}

#enquiry select {
  width: 100%;
}

/*-----Placeholder Styles-----*/
#enquiry ::-webkit-input-placeholder {
  color: #000;
  opacity: 0.6;
}

#enquiry :-moz-placeholder {
  color: #000;
  opacity: 0.6;
}

#enquiry ::-moz-placeholder {
  color: #000;
  opacity: 0.6;
}

#enquiry :-ms-input-placeholder {
  color: #000;
  opacity: 0.6;
}

#enquiry .checkbox {
  padding: 5px;
}

/**
 * Custom styling for <select>s
 */
.select {
  position: relative;
}
.select:after {
  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;
  content: "\f078";
  border-left: 1px solid #ccc;
  font-family: fontawesome;
  pointer-events: none;
}
.select select {
  background: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 100%;
  padding: 10.5px 10px;
  outline: 0;
}

.grecaptcha-badge {z-index:9999;}
.shopping .grecaptcha-badge {bottom: 60px !important;}
.shopping #toTop {bottom: 130px;}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
footer {
  width: 100%;
  background: #222;
  font-size: .9em;
  position: relative;
}
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: 2em 10px 2em;
}

/*-------- FOOTER TEXT STYLES ---------*/
footer {
  color: #fff;
}

#footerBottom a {
  color: inherit;
  opacity: 0.5;
  text-decoration: none;
}
#footerBottom a:hover {
  color: inherit;
  opacity: 1;
}


/*------------ FOOTER MENU ------------*/
footer nav {
  width: 100%;
  
  display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   
           
   -webkit-justify-content: center;
   -ms-flex-pack: center;
           justify-content: center;
             
             flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
    justify-content: space-between;  
  border-bottom: 1px solid rgba(255,255,255,0.05);
    margin-bottom: 20px;
  line-height: 1.1em;
}
footer nav li {
  opacity: 0.6;
  
  -moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
  display: flex;
}
 
footer nav li:hover {
  opacity: 1;
}
 
footer nav > li {
  list-style: none;
  float: left;
  display: inline-block;
 /* flex: 1 130px;  resize 2nd value for min-width of li column*/ 
  margin-bottom: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-transform: uppercase;
}
footer nav ul {
  margin: 0;
  padding: 0;
}
 
footer nav ul li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  opacity: 0.4;
  width: 100%;
  
}
 
footer nav li a {
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;
}
 
footer nav li a, footer nav li a:hover, footer .parent:hover > a {
  color: #fff;
}

.footerRight {
  display: block;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */

#footerTop .col-3:nth-child(2) {text-align: center;}

#footerTop .col-3:nth-child(3) {text-align: right;}

#footerTop .logo {margin: 1em auto; max-width: 40px;}

#footerBottom {background: rgba(0,0,0,0.1);}

#footerTop .col-1-small:first-child .contact {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#footerTop .col-1-small:first-child .contact .butS1 {
  margin-right: 1em;
}


/* ----------------------------------------- */
/* -----------------TO TOP ----------------- */
/* ----------------------------------------- */

#toTop {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 900;
}

#toTop:before {
  content: "\f077";
}

/* ---------------------------------- */
/* ---------  list styling  --------- */
/* ---------------------------------- */

.siteBottom .siteContent li {
  margin-bottom: 0.2em;
  position: relative;
  color: #666;
}


.siteBottom .siteContent ul {
  list-style: none;
  padding: 0 0 0 22px;
}

.siteBottom .siteContent ol {
  padding: 0 0 0 19px;
} 

.siteBottom .siteContent ol li {
  padding: 0 0 0 10px;
} 

.siteBottom .siteContent ul li:before {
  content: "\f0c8";
  font-family: FontAwesome;
  font-size: 0.45em;
  margin-right: 10px;
  color: var(--cta);
  position: absolute;
  top: 1.5px;
  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 {
  display:none;
}


/*-----------------------------------*/
/*-------------- GRID ---------------*/
/*-----------------------------------*/
.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
}
.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(--gridPadding) / 2);
}

.col-1, 
.sidebar .blog-widget .blog-widget-article, 
#outerSidebar .blog-widget .blog-widget-article,
.sidebar .item > *:not([class*="blog"]),
#outerSidebar .item > *:not([class*="blog"]),
.blogPost {
  width: 100%;
  width: calc(100% - var(--gridPadding));
}

.col-2, section[class*="imgC"] .col-4 {
  width: 50%;
  width: calc(50% - var(--gridPadding));
}

.col-3 {
  width: 33.33333%;
  width: calc(33.33333% - var(--gridPadding));
}

.col-3x2 {
  width: 66.66%;
  width: calc(66.66% - var(--gridPadding));
}

.col-4, 
.contentImgRow .item, 
.cartThumb,
.blog-widget .blog-widget-article {
  width: 25%;
  width: calc(25% - var(--gridPadding));
}

.col-4x3 {
  width: 75%;
  width: calc(75% - var(--gridPadding));
}

.col-5 {
  width: 20%;
  width: calc(20% - var(--gridPadding));
}

.col-5x2 {
  width: 40%;
  width: calc(40% - var(--gridPadding));
}

.col-5x3 {
  width: 60%;
  width: calc(60% - var(--gridPadding));
}

.col-5x4 {
  width: 80%;
  width: calc(80% - var(--gridPadding));
}

.col-6 {
  width: 16.666%;
  width: calc(16.666% - var(--gridPadding));
}

.col-6x5 {
  width: 83.33%;
  width: calc(83.33% - var(--gridPadding));
}

/* ---------------------------------- */
/* ------- DYNAMIC BACKGROUNDS ------ */
/* ---------------------------------- */

.siteBottom section * {
  box-sizing: border-box;
}

.siteBottom section {
  position: relative;
}

.backgroundImage {
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

section .backgroundImage:after {
  content:"";
  position:absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

section[class*="M_full"] .backgroundImage[style*="-dark"]:after {  
  background: var(--primaryDark);
  opacity: 0.95;
}

section[class*="M_full"] .backgroundImage[style*="-light"]:after {  
  background: #fff;
  opacity: 0.85;
}

section[class*="M_left"] .backgroundImage[style*="-dark"]:after {  
  background: linear-gradient(to right, rgba(var(--darkRGB),0) 0%,rgba(var(--darkRGB),.95) 60%,rgba(var(--darkRGB),0.95) 100%);
}

section[class*="M_right"] .backgroundImage[style*="-dark"]:after {  
  background: linear-gradient(to left, rgba(var(--darkRGB),0) 0%,rgba(var(--darkRGB),.95) 60%,rgba(var(--darkRGB),0.95) 100%);
}

section[class*="M_left"] .backgroundImage[style*="-light"]:after {  
  background: linear-gradient(to right, rgba(var(--lightRGB),0) 0%,rgba(var(--lightRGB),.95) 60%,rgba(var(--lightRGB),0.95) 100%);
}

section[class*="M_right"] .backgroundImage[style*="-light"]:after {  
  background: linear-gradient(to left, rgba(var(--lightRGB),0) 0%,rgba(var(--lightRGB),.95) 60%,rgba(var(--lightRGB),0.95) 100%);
}

section[class*="-dark"] h1,
section[class*="-dark"] h2,
section[class*="-dark"] h3,
section[class*="-dark"] h4,
section[class*="-dark"] h5,
section[class*="-dark"] h6 {
  color: #fff;
}

section[class*="-dark"] p,
section[class*="-dark"] li,
section[class*="-dark"] *:not(h6) > a {
  color: #ccc;
}

section[class*="-dark"] *:not(h6) > a {
  color: var(--cta);
}

.M_right_img {
  background: #fff;
}



.M_left_img {
  background: #fff;
}

/*-- 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%;
  border-right: solid 15px var(--red);
}

.M_left_img .siteContent {
  width: 45%;
  margin: 0 0 0 auto;
}

/*-- image right --*/

.M_right_img .backgroundImage {
  top: 0; right: 0; bottom: 0; 
  width: 50%;
  border-bottom: solid 15px var(--yellow);
}

.M_right_img .siteContent {
  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 {
  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 {
  width: 45%;
  margin: 0 auto 0 0;
}



/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */
.button,
.contact a,
#enquiry input[type="submit"],
h6 a,
.blog-widget-article-content-button,
.blogBtn button,
.cartThumb .info:after {
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  padding: 12px 20px;
  border-radius: var(--borderRadius);
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  transition: 0.2s;
  text-transform: uppercase;
  font-family: Montserrat;
  font-size: 0.9em;
  letter-spacing: 0.5px;
}


.siteBottom h6 a {
  padding: 25px 25px;
}


#banner .contact a.email {
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  padding:12px 14px;
  border-radius: var(--borderRadius);
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  transition: 0.2s; 
}

#banner .contact a.iconOnly {
  padding: 12px 14px !important;
  width: 3.1em;
}


* a.iconOnly {
  padding: 0.8em 0em;
  width: 2.8em;
}
* a.iconOnly:before {
  margin-right: 0;
}

/*primary button*/
.butS1,
body .cartBtn.green,
body .cartBtn,
.cartItemAdd,
.checkoutNext,
.editDetails,
.saveDetails,
body:not(.shopping) .viewCartSection #viewCart,
h6 a {
  color: #fff;
  background: transparent;
  border: none;
  transition: ease 0.7s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#enquiry input[type="submit"] {
  color: #fff;
  background: transparent;
  border: none;
  transition: ease 0.7s;
  position: relative;
  z-index: 2;
  font-size: 1.5em;
  font-weight: 500;
  margin: 0 0;
}

#enquire-dropdown #enquiry input[type="submit"] {
  color: #fff;
  background: transparent;
  border: none;
  transition: ease 0.7s;
  position: relative;
  z-index: 2;
  font-size: 1em;
  font-weight: 500;
  margin: 0 0;
}

#enquiry > .enqRow:last-child {
    display: block;
  margin: 10px auto;
   max-width: 200px;
  padding: 15px 10px;
  position: relative;
  background: var(--cta);
}

#enquire-dropdown #enquiry > .enqRow:last-child {
    display: block;
  margin: 10px auto;
   max-width: none;
  padding: 5px 10px;
  position: relative;
  background: var(--cta);
}

#enquiry > .enqRow:last-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--red);
  width: 101%;
  height: 101%;
  z-index: 1;
  transform: translateX(-100%);
  transition: ease 0.6s;
}

#enquiry > .enqRow:last-child:hover:after {
    transform: translateX(0%);
  transition: ease 0.6s;  
}

#toTop {
  color: #fff;
  background: transparent;
  border: none;
  transition: ease 0.4s;
  overflow: hidden;
  z-index: 1;
  font-family: fontawesome;
}


#banner .butS1 {
  color: #fff;
  background: transparent;
  border: solid 2px var(--cta);
  transition: ease 0.4s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#banner .butS1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--cta);
  transform: translateX(-100%);
  transition: ease 0.5s;
  z-index: -1;
  width: 100%;
}

#banner .butS1:hover:after {
 transform: translateX(0%);
  transition: ease 0.4s;  
}



.butS1:after,
body .cartBtn.green:after,
body .cartBtn:after,
.cartItemAdd:after,
.checkoutNext:after,
.editDetails:after,
.saveDetails:after,
body:not(.shopping) .viewCartSection #viewCart:after,
#toTop:after,
h6 a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255,94,0,1) 0%, rgba(255,187,0,1) 47%, rgba(2,181,229,1) 100%);
  transform: translateX(-75%);
  transition: ease 0.7s;
  z-index: -1;
  width: 400%;
  height: 101%;
}

.butS1:hover:after,
body .cartBtn.green:hover:after,
body .cartBtn:hover:after,
.cartItemAdd:hover:after,
.checkoutNext:hover:after,
.editDetails:hover:after,
.saveDetails:hover:after,
body:not(.shopping) .viewCartSection #viewCart:hover:after,
#toTop:hover:after,
h6 a:hover:after,
.butS1:active:after,
a.basicFrame:active:after,
body .cartBtn.green:active:after,
body .cartBtn:active:after,
.cartItemAdd:active:after,
.checkoutNext:active:after,
.editDetails:active:after,
.saveDetails:active:after,
body:not(.shopping) .viewCartSection #viewCart:active:after,
#toTop:active:after,
h6 a:active:after {
  transform: translateX(-20%);
  transition: ease 0.7s;
}

.butS1:hover,
body .cartBtn.green:hover,
body .cartBtn:hover,
.cartItemAdd:hover,
.checkoutNext:hover,
.editDetails:hover,
.saveDetails:hover,
body:not(.shopping) .viewCartSection #viewCart:hover,
#toTop:hover,
h6 a:hover,
.butS1:active,
a.basicFrame:active,
body .cartBtn.green:active,
body .cartBtn:active,
.cartItemAdd:active,
.checkoutNext:active,
.editDetails:active,
.saveDetails:active,
body:not(.shopping) .viewCartSection #viewCart:active,
#toTop:active,
h6 a:active{
  color: #fff;
  background: linear-gradient(41deg, rgba(2,181,229,1) 0%, rgba(56,213,160,1) 100%);
  border: none;
  transition: ease 0.7s;  
}


.select:after {
  color: var(--fontColour);
  background: var(--greyOver);
  border: var(--borderwidth) solid transparent;
}

.select:hover:after, 
.select:active:after {
  color: var(--fontColour);
  background: rgba(0,0,0,0.2);
  border: var(--borderwidth) solid transparent;
}

/*secondary button*/
.butS2,
body .cartBtn.grey,
.cartItemPrev,
.checkoutPrev,
.cartBtnHL.resumeShopping,
.cartItemUpdate,
.openCheckout,
.blogNavigation a,
div button,
.blog-widget-article-content-button,
.blogBtn button,
.cartThumb .info:after {
  background: #ddd;
  border: var(--borderwidth) solid #ddd;
  color: inherit;
}
.butS2:hover,
body .cartBtn.grey:hover,
.cartItemPrev:hover,
.checkoutPrev:hover,
.cartBtnHL.resumeShopping:hover,
.cartItemUpdate:hover,
.openCheckout:hover,
.blogNavigation a:hover,
.butS2:active,
body .cartBtn.grey:active,
.cartItemPrev:active,
.checkoutPrev:active,
.cartBtnHL.resumeShopping:active,
.cartItemUpdate:active,
.openCheckout:active,
.blogNavigation a:active,
div button:hover,
div button:active,
.blog-widget-article-content-button:hover,
.blog-widget-article-content-button:active,
.blogBtn button:hover,
.blogBtn button:active,
.cartThumb .info:hover:after,
.cartThumb.info:active:after {
  background: var(--primaryDark);
  border: var(--borderwidth) solid var(--primaryDark);
  color: #fff;
}

/*inverted button*/
.butS3 {
  background: none;
  border: var(--borderwidth) solid #fff;
  color: #fff;
}
.butS3:hover, .butS3:active {
  color: #fff;
  background: var(--cta);
  border: var(--borderwidth) solid var(--cta);
}



/*-----------------------------------*/
/*-------- GRAPHICAL BUTTON ---------*/
/*-----------------------------------*/

.butFrame {
 cursor: pointer;
 text-decoration: none;
 text-align: center;
 position: relative;
 color: inherit;
 background: #fff;
 box-shadow: 0 5px 10px -5px rgba(0,0,0,0.2);
 transition: 0.3s;
  overflow: hidden;
}

.butFrame:not(:only-child) {
 flex-grow: 1;
}

.butFrame:hover {
 color: inherit;
 box-shadow: 0 10px 15px -10px rgba(0,0,0,0.4);
}

.butTextWrap {
 padding: 1em 1em 0em;;  
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.butHeading {
 font-family: var(--headingFont);
 font-weight: 600;
 font-size: 1.2em;
  margin-bottom: 0.5em;
 color: #fff;
 line-height: 1.2em;
}

.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;
}

.butImage:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: var(--primary);
  transition: 0.2s;
  opacity: 0.5;
}

.butImage:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 101%;
  height: 101%;
  transition: ease 0.6s;
  opacity: 1;
}

.link0 #section1 .contentImgRow .butFrame:nth-child(-n+3) .butImage:after {
  background: var(--cta);
  transform: translateX(-100%);
  transition: ease 0.6s;
}

.link0 #section1 .contentImgRow .butFrame:nth-child(-n+3):hover .butImage:after {
  transform: translateX(0%);
  transition: ease 0.6s;
}

.link0 #section2 .contentImgRow .butFrame:nth-child(n+2) .butImage:after {
  background: var(--cta);
  transform: translateX(100%);
  transition: ease 0.6s;
}

.link0 #section2 .contentImgRow .butFrame:nth-child(n+2):hover .butImage:after {
  transform: translateX(0%);
  transition: ease 0.6s;
}

.link0 #section1 .contentImgRow .butFrame:last-of-type .butImage:after {
  background: var(--yellow);
  transform: translateY(-100%);
  transition: ease 0.4s;
}

.link0 #section1 .contentImgRow .butFrame:last-of-type:hover .butImage:after {
  transform: translateY(0%);
  transition: ease 0.4s;
}

.link0 #section2 .contentImgRow .butFrame:first-of-type .butImage:after {
  background: var(--primary);
  transform: translateY(100%);
  transition: ease 0.4s;
}

.link0 #section2 .contentImgRow .butFrame:first-of-type:hover .butImage:after {
  transform: translateY(0%);
  transition: ease 0.4s;
}

.link0 #section1 .contentImgRow .butFrame:nth-child(2) .butImage:after {
  background: var(--green);
}

.link0 #section2 .contentImgRow .butFrame:nth-child(3) .butImage:after {
  background: var(--red);
}

.butReadmore {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: url('/files/block-w.svg') center center no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
  transition: 0.4s;
  transform: translateY(150%)
}

.butFrame:hover .butReadmore {
  transform: translateY(0%);
}

.butReadmore:hover {
  opacity: 0.5;
}

/*-----------------------------------*/
/*----------- CART THUMB ------------*/
/*-----------------------------------*/

.cartThumb {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: inherit;
  background: #fff;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.2);
  transition: 0.3s;
}
.cartThumb:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0,0,0,0.4);
  color: inherit;
  background: #fff;
}

.cartThumbs .image {
  width: 100%;
  height: 0;
  background: #e5e5e5;
  padding-bottom: 100%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.cartThumbs .cartThumb .imageFrame .image {
  background-size: cover !important;
}

.cartThumb .banner {
  background: #4183d7;
  color: #eee;
}

.siteBottom .cartThumbs .cartThumb .info {
  position: relative;
  padding-bottom: 4.5em;
}

.cartThumb .info:after {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

.cartThumb.item .info:after {
  content: "View Product";
}

.cartThumb.category .info:after {
  content: "View More";
}

/*-----------------------------------*/
/*----------- BLOG CARD -------------*/
/*-----------------------------------*/

.blogPost,
.blog-widget .blog-widget-article {
  background: #fff;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.2);
  transition: 0.3s;
}

.blogPost:hover,
.blog-widget .blog-widget-article:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -10px rgba(0,0,0,0.4);
}

/*-----------------------------------*/
/*---- Shop/Blog Side Menu Colour ---*/
/*-----------------------------------*/

.categoryMenu > li > a,
.blogArchive > li > a,
.categoryMenu > li > a {
  font-weight: bold;
}

.categoryMenu li.current > a,
.blogArchive li.current > a,
.categoryMenu li.current > a {
  background: var(--greyOver);
  color: inherit;
}
.categoryMenu li > a:hover,
.blogArchive li > a:hover,
.categoryMenu li > a:hover {
  color: var(--cta);
}

/*---- Shop Other ----*/

.viewCartRowHeader {
  background: #1a2632;
  color: #fff;
}

/* ---------------------------------- */
/* ---------- VIEW CART BTN --------- */
/* ---------------------------------- */

body:not(.shopping) .viewCartSection #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;
}

/* ---------------------------------- */
/* ------------- BANNER ------------- */
/* ---------------------------------- */



#banner {
  position: relative;
}

#banner .container {
  display:flex;
  justify-content: space-between;
  align-items: top;
  padding: 15px 3% 0;
  max-width: none;
  transition: ease 0.1s;  
}

.scrollStart #banner .container {
  padding: 15px 3% 0;
    transition: ease 0.1s;
}

.logo {
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
    transition: 0.1s;
  z-index: 1000;
  margin-top: -5px;
}

#banner .logo .st1 {
  fill: #fff;
  transition: 0.2s;
}

.scrollLogo {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

@media all and (min-width:700px) {

.scrollStart #banner .logo {max-width: 500px;}
  
.scrollStart #banner .logo .st1 {
    display: none;
    transition: 0.2s;
  }
  

.scrollStart #banner .logo img:first-child {opacity: 0;}

.scrollStart #banner .scrollLogo {opacity: 1;}
  
}

.logo object, .logo img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
  transition: 0.2s;
}

.logo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.contactContainer {color: #fff;}

.scrollStart .contactContainer {color: inherit;}

.contactContainer > *:not(.butS1):not(.butS2):not(.butS3) {color: inherit;}

.contactContainer > a:not(.butS1):not(.butS2):not(.butS3):hover {color: var(--cta);}

.contactContainer .phone {display: inline-block;}



.contactContainer div {padding: 0.8em 1em;}

/* removes mobile and tablet phone number link styling */
div.phone a {
  margin: 0;
  padding: 0;
  color: inherit;
  background:none;
  border: none;
  text-decoration: none;
  font-size: 1em;
}

a[href=""], a[href*="$"] {display:none;}

/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */

#subBannerHome {
  padding-bottom: 0em;
}

#subBannerHome > .container {
  max-width:100%;
  position: relative;
}

/*==============================*/
/*===== FLICKERPLATE STYLES ====*/
/*==============================*/

.flickerplate, .flick-inner {
  /*Adjust This To Suit % Images*/
  /*This can be a pixel height */
  padding-bottom: 98vh; 
  height: 0;
}
.flickerplate {
  position: relative;
  width: 100%;
  background-color: var(--primaryDark);
  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;
  background-size: cover;
  display: table;
}
.flick-inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  background: linear-gradient(25deg, rgba(12,27,83,0.9) 0%, rgba(35,72,122,0.73) 44%, rgba(255,0,0,0.3) 100%);
}

.flick-content {
  position: absolute;
  top: 150px;
  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;
  text-align: center;
}


.flick-title, .flick-sub-text {
  width: 100%;
  max-width: 400px;
  text-align: center;
}

.flick-title {
  font-size: 2em;
  color: #fff;  
}

.flick-sub-text {
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 1em;
}

.flick-but {
  position: relative;
  z-index: 2;
  width: 15em;
  margin-top: 0.8rem;
}

/* TEXT ANIMATION */

.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 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: 90vh;}
}

@media all and (max-width: 700px) {
  /* SMALL */
  .arrow-navigation, .dot-navigation, .sliderText {font-size: 0.6em;}
  .flickerplate, .flick-inner {padding-bottom: 85vh;}
  .flick-sub-text {line-height: 1.1em;}
  .flick-content {
    top: 120px;
    bottom: 40px;
  font-size: 0.8em;  
  }
}

/* FLICKER ARROW NAVIGATION */

.flickerplate .arrow-navigation {
  position: absolute;
  bottom: 38px;
  z-index: 3;
  cursor: pointer;
  overflow: hidden
}
.flickerplate .arrow-navigation .arrow {
  display: block;
  transition: opacity 0.2s ease-out;
  position: relative;
  text-align: center;
  opacity: 0.5;
}

.flickerplate .arrow-navigation .arrow:hover {
  opacity: 1;
}

.flickerplate .arrow-navigation .arrow:before {
  font-size: 2em;
  display: block;
  font-family: FontAwesome;
  color: #fff; 
  padding: 12px 20px;
  border: solid 1px #fff;
  border-radius: 50%;
}

.flickerplate.flicker-theme-dark .arrow-navigation .arrow:before {
  /* DARK THEME ARROW COLOUR */
  color: var(--primary); 
}

.flickerplate .arrow-navigation.left {
  left: 3%;
}

.flickerplate .arrow-navigation.right {
  left: calc(3% + 80px);
}

.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;
  bottom: 50px;
  width: 100%;
  text-align: center;
  z-index: 1;  
  display: none;
}

.flickerplate .dot-navigation ul {
  list-style: none;  
  margin: 1em 0;
  padding: 0px 5%;    
  text-align: center; /* DOT HORIZONTAL POSITION */
  font-size: 0.5em; /* CIRCLE SIZE */
}

.flickerplate .dot-navigation ul li {
  display: inline-block;
  width: auto;
  float: none
}

.flickerplate .dot-navigation .dot {
  width: 4px;
  height: 4px;
  margin: 0px 0.5em;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.2s ease-out;    
  border-radius: var(--borderRadius);
  background-color: #fff; /* 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;
}

/* 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;
}

/* ---------------------------------- */
/* ------- 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.95);
    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 #enquiry {
    background: none;
    font-size: 1em;
    width: 100%;
    max-width: 450px;
    margin: auto;
    float: none;    
    padding-top: 0
}

.dropContact {
    text-align: center;
    color: #ccc;
    padding: 0 10px;
    border-right: 1px solid rgba(255,255,255,0.05);
}

#enquire-dropdown h2,
#enquire-dropdown .style-two {
    color: #fff;
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
}

#enquire-dropdown #enquiry input[type="text"],
#enquire-dropdown #enquiry input[type="email"],
#enquire-dropdown #enquiry input[type="tel"],
#enquire-dropdown #enquiry textarea {
    padding: 7px 15px 7px 40px;
    -webkit-appearance: none;
    /*border-radius: 15px;*/
    font-family: inherit;
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    font-size: 16px;
}

.required {
    font-size: 0.9em;
}

.closeBtn {
  position: absolute;
  left: 0;
  right: 10px;
  top: 10px;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 auto;
  cursor: pointer;
  transition: 0.5s;
}

.closeBtn:hover {
  opacity: 0.5;
}

.closeBtn:before, .closeBtn:after {
  content: "";
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
}

.closeBtn:before {
  transform: rotate(-45deg);
}
.closeBtn:after {
  transform: rotate(45deg);
}

/*  INPUT ICONS */

#enquire-dropdown .enqRow {
    position: relative;
}

#enquire-dropdown .contact .enqRow span {
    font-family: FontAwesome;
    position: absolute;
    top: 8px;
    left: 15px;
    font-size: 0.9em;
    font-weight: normal;
    color: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#enquire-dropdown .name:before {
    content: "\f007";
}

#enquire-dropdown .question:before {
    content: "\f0e6";
}

#enquire-dropdown .clock:before {
    content: "\f017";
}


#enquire-dropdown ::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

#enquire-dropdown :-moz-placeholder {
    color: #fff;
    opacity: 0.6;
}

#enquire-dropdown ::-moz-placeholder {
    color: #fff;
    opacity: 0.6;
}

#enquire-dropdown :-ms-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

.dropContact p a {
  color: #fff;
}

.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(--greyOver);
  border-right:solid 3px var(--greyOver);
  border-bottom:solid 3px var(--greyOver);
  border-left:solid 3px var(--greyOver);
  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: 51%;
        height: 100%;
        background:var(--primary);
        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 ----------- */
/* ---------------------------------- */

/* ----------- CUSTOM IMAGE LOOK ---------- */

.imageLayout {
  position: relative;
  padding: 4% 0 7%;
}

.imageLayout img:first-child {
  width: 90% !important;
}

.imageLayout img:last-child {
  position: absolute;
  right: 0;
  bottom: 4%;
  width: 40% !important;
  box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
}

.imageLayout:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15%;
  width: 30%;
  background: var(--cta);
  opacity: .8;
}

.twoColumn td:first-child .imageLayout img:first-child {
  margin-left: 10%;
}

.twoColumn td:first-child .imageLayout img:last-child {
  left: 0;
  right: auto;
}

.twoColumn td:first-child .imageLayout:before {
  left: 15%;
  right: auto;
}

/* ----------- SVG OVERLAYS ---------- */

#subBannerHome > .container:after,
#subBannerHome .flickerplate:after,
.whiteSectionBefore:before,
#subBanner > .container:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background: url(/files/bottom.svg) bottom center;
  background-size: 100% 100% !important;
  height: 80px;
  pointer-events: none;
  z-index: 2;
}

.siteBottom section:not([class*="M_"]) + [class*="M_"]:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  background: url(/files/top.svg) bottom center;
  background-size: 100% 100% !important;
  height: 80px;
  pointer-events: none;
}

.siteBottom section:not([class*="M_"]) + [class*="M_"] {
  padding-top: 80px;
}

.siteBottom section:last-child, .itemSection {padding-bottom: 50px;}

.siteBottom section.categorySection,
.siteBottom section.blogArticle {padding-bottom: 0;}

footer:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -79px;
  background: url(/files/bottomFooter.svg) bottom center;
  background-size: 100% 100% !important;
  height: 80px;
  pointer-events: none;
  z-index: 1;
}

/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */

#subBanner .container {
  background: url(/thumbnaillarge/sl1.jpg);
  background-size: cover !important;
  background-position: center center !important;
  padding-bottom: 350px;
  max-width: 100%;
}

#subBanner .container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(41deg, rgba(12,27,83,0.9) 0%, rgba(35,72,122,0.73) 44%, rgba(255,0,0,0.3) 100%);
  opacity: 1;
}

/* ---------------------------------- */
/* ------ HOME/CONTACT STYLES ------- */
/* ---------------------------------- */

#subBannerHome h1 {
  font-size: 3.5em;
  margin: .3em 0;
  color: #fff;
  font-weight: 200;
}

#subBannerHome h1 span {
  font-weight: 600;
  letter-spacing: 1px;
}

#subBannerHome p {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 1.2em;
  margin: 1.5em auto;
}

#subBannerHome .butS1 {
  padding: 25px 25px;
  background: transparent;
  border: solid 1px #fff;
  margin: 0.5em;
}

#subBannerHome .butS1:hover {
  color: var(--primaryDark);
}

#subBannerHome .butS1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: translateX(-100%);
  transition: ease 0.4s;
  z-index: -1;
  width: 101%;
  height: 101%;
}

#subBannerHome .butS1:hover:after {
 transform: translateX(0%);
  transition: ease 0.4s;  
}

.mouseDown {
  position: relative;
  display: block;
  background: url('/files/block-w.svg') center center no-repeat;
  background-size: contain;
  width: 100%;
  font-size: 1em;
  bottom: 0px;
  left: 50%;
  padding: 15px;
  transform: translateX(-50%);
  text-align: center;
  overflow: hidden;
}

.mouseDown span {
  display: none;
}

.flick-content > div:nth-child(2) {
  transition: ease 0.6s;
  transform-origin: center;
  margin-bottom: 10px;
}

.flick-content > div:nth-child(2):hover {
   transform: rotate(180deg);
  transition: ease 0.6s;  
}

.link0 #section1 .photoSection .siteContent {
  padding-bottom:0;
}

.link0 #section2 .siteContent {
  padding-bottom: 11em;
}

.link0 #section1 .textSection .siteContent {
  padding: 6em 0 7em;
}

h6 a {
  margin: 2em auto 1em;
  font-weight: 500;
  letter-spacing: 0px;
}

.M_left_img .textSection .siteContent,
.M_right_img .textSection .siteContent {
  padding: 8em 0;
}

.link0 #section4 .siteContent h6 a:last-of-type:after,
a.basicFrame:after,
.link8 #section2 .siteContent h6 a:last-of-type:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary);
  transform: translateX(-100%);
  transition: ease 0.5s;
  z-index: -1;
  width: 100%;
  height: 101%;
}

.link0 #section4 .siteContent h6 a:last-of-type:hover:after,
a.basicFrame:hover:after,
.link8 #section2 .siteContent h6 a:last-of-type:hover:after {
  transform: translateX(0%);
  transition: ease 0.5s;
}

.link0 #section4 .siteContent h6 a:last-of-type,
a.basicFrame,
.link8 #section2 .siteContent h6 a:last-of-type {
  background: transparent;
  border: solid 2px var(--primary);
  color: var(--primary);
  padding: 23px 25px;
  margin: -1em 1em 1em;
}

.link0 #section4 .siteContent h6 a:last-of-type:hover,
a.basicFrame:hover,
.link8 #section2 .siteContent h6 a:last-of-type:hover {
  color: #fff;
}


a.basicFrame {
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  padding: 40px 20px;
  border-radius: 0.2em;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  transition: 0.2s;
  text-transform: uppercase;
  font-family: Montserrat;
  font-size: 0.9em;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}

#footerTop .contact a.butS1 {
  padding: 12px 18px;
  background: transparent;
  border: solid 1px #fff;
  font-weight: 500;
}

#footerTop .contact a.butS1.iconOnly {
  padding: 12px 10px;
  width: 3.3em;
}

#footerTop .contact a.butS1:hover {
  color: var(--primaryDark);
}

#footerTop .contact a.butS1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transform: translateX(-100%);
  transition: ease 0.5s;
  z-index: -1;
  width: 100%;
  height: 101%;
}

#footerTop .contact a.butS1:hover:after {
  transform: translateX(0%);
  transition: ease 0.5s;  
}

#footerTop .col-3.col-1-small:last-of-type .contactContainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.link0 .M_right_img {
  background: var(--primaryLight);
}

.iconTable {
  margin-top: 1.5em;
}

.moduleTable.iconTable img {
 max-width: 50px;
 display: inline-block;
 float:left;
 margin-left: -70px;
 margin-right: 10px;
 margin-top: 10px;
}
.twoColumn.iconTable > tbody > tr > td {
 padding: 10px 5% 20px 70px;
 position: relative;
}

.moduleTable.twoColumn:not(.iconTable) > tbody > tr > td:first-child img {
  position: relative;
  border-right: 10px solid var(--green);
}

.moduleTable.twoColumn:not(.iconTable) > tbody > tr > td:last-child img {
  position: relative;
  border-left: 10px solid var(--cta);
}


.link3 #section2 {
  background: var(--primaryLight);
}

.link5 #section1 .textSection .siteContent {
  padding-bottom: 2em;
}

.chooseTable {
  margin-top: 4em;
}

.twoColumn.chooseTable > tbody > tr > td {
  padding: 40px 5%;
  position: relative;
}

.twoColumn.chooseTable > tbody > tr > td:before {
  content: '1';
  position: absolute;
  top: 40px;
  left: 9%;
  font-family: Montserrat;
  color: var(--primaryDark);
  font-size: 6em;
  font-weight: 600;
  opacity: 0.07;
}

.twoColumn.chooseTable > tbody > tr:nth-child(1) > td:nth-child(2):before {
    content: '2';
}

.twoColumn.chooseTable > tbody > tr:nth-child(2) > td:nth-child(1):before {
    content: '3';
}

.twoColumn.chooseTable > tbody > tr:nth-child(2) > td:nth-child(2):before {
    content: '4';
}

.twoColumn.chooseTable > tbody > tr:nth-child(3) > td:nth-child(1):before {
    content: '5';
}

.twoColumn.chooseTable > tbody > tr:nth-child(3) > td:nth-child(2):before {
    content: '6';
}

.twoColumn.chooseTable > tbody > tr:nth-child(4) > td:nth-child(1):before {
    content: '7';
}

.twoColumn.chooseTable > tbody > tr:nth-child(4) > td:nth-child(2):before {
    content: '8';
}

.twoColumn.chooseTable > tbody > tr:nth-child(5) > td:nth-child(1):before {
    content: '9';
}

.twoColumn.chooseTable > tbody > tr:nth-child(5) > td:nth-child(2):before {
    content: '10';
}

.twoColumn.chooseTable > tbody > tr > td:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--cta);
  width: 10px;
  height: 68%;
}

.twoColumn.chooseTable > tbody > tr:nth-child(even) > td:after {
  background: var(--red);
}

.twoColumn.chooseTable > tbody > tr:nth-child(even) > td:nth-child(2):after {
  background: var(--yellow);
}

.twoColumn.chooseTable > tbody > tr:nth-child(odd) > td:nth-child(2):after {
  background: var(--green);
}

.moduleTable.sidebarRight.connectSide >tbody >tr>td:last-of-type {
  vertical-align: bottom;
}

.moduleTable.connectSide img {
  max-width: 205px;
  border-radius: 1em;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
  margin-bottom: 1em;
  transition: ease 0.4s;
}

.moduleTable.connectSide img:hover {
  transform: translateY(-5px);
  opacity: 0.8;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
}

h5 a,
p a {
  text-decoration: none;
  color: var(--cta);
  transition: ease 0.3s;
}

h5 a:hover,
p a:hover {
  text-decoration: none;
  color: var(--red);
}


.link7 .M_left_img .textSection .siteContent {
  padding: 4em 0;
}

.link8 #section2 {
  background: var(--primaryLight);
}

.link1 #section2 .textSection .container {
  max-width: none;
  padding: 0;
}

.link1 #section2 .textSection .siteContent {
  padding: 0 0;
}

.link1 #section2 p {
  margin: 0;
}

.link1 .siteBottom section:last-child {padding-bottom: 0px;}

.link1 #section1 .textSection .siteContent {
  padding-bottom: 2em;
}

.link4 .enqRight > .enqRight {
  width: 50%;
  padding: 5px 0;
}

.link4 #enquiry .enqRow.col-2.col-1-small:last-of-type {
  padding-top: 20px;
}

/*------------------------------------*/
/*---------- MEDIA QUERIES -----------*/
/*------------------------------------*/

@media screen and (max-width:1300px) {

  #menu {
  font-size: 0.85em;
}
  
#menu nav li a {
  padding: 8px 12px 5px; 
}
  
#menu .subContainer {
  margin-top:6px;
}  
  
.scrollStart #banner .logo {max-width: 350px;}  

.scrollStart #menu {
  margin-top: 0em;
  transition: ease 0.6s;  
}
  
.M_left_img .textSection .siteContent,
.M_right_img .textSection .siteContent {
  padding: 4em 0;
}  
  
}

@media screen and (max-width: 1000px) {
  .scrollStart #banner .logo {max-width: 300px;}
  
  .scrollStart .fixedTopWrap {
  height: 100px;
}
  
#menu .subContainer {
  margin-top:0px;
}   
  
}


@media all and (max-width: 900px){
  
  section[class*="M_left"] .backgroundImage[style*="-dark"]:after {  
    background: linear-gradient(to right, rgba(var(--darkRGB),.8) 0%,rgba(var(--darkRGB),.95) 60%,rgba(var(--darkRGB),0.95) 100%);
  }

  section[class*="M_right"] .backgroundImage[style*="-dark"]:after {  
    background: linear-gradient(to left, rgba(var(--darkRGB),0.8) 0%,rgba(var(--darkRGB),.95) 60%,rgba(var(--darkRGB),0.95) 100%);
  }

  section[class*="M_left"] .backgroundImage[style*="-light"]:after {  
    background: linear-gradient(to right, rgba(var(--lightRGB),.8) 0%,rgba(var(--lightRGB),.95) 60%,rgba(var(--lightRGB),0.95) 100%);
  }

  section[class*="M_right"] .backgroundImage[style*="-light"]:after {  
    background: linear-gradient(to left, rgba(var(--lightRGB),.8) 0%,rgba(var(--lightRGB),.95) 60%,rgba(var(--lightRGB),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: 300px;
  }

  .M_left_imgC .backgroundImage {
      background-position: 90% 50%;
  }  
  
  .M_right_imgC .backgroundImage {
      background-position: 10% 50%;
  } 
  
.siteBottom section:not([class*="M_"]) + [class*="M_"] {
  padding-top: 0px;
}  
  

}

@media all and (max-width: 900px) and (min-width:700px) {
  .M_left_img .textSection .siteContent,
.M_right_img .textSection .siteContent,
section .textSection .siteContent {
  padding: 4em 5% !important;
}

  .link5 #section1 .textSection .siteContent {
    padding-bottom: 1em !important;
  }
  
.twoColumn.chooseTable > tbody > tr > td {
  padding: 40px 8%;
  position: relative;
}  
 

.twoColumn.chooseTable > tbody > tr > td:before {
  left: 15%;
} 
  
}

@media all and (max-width: 699px) {
    .M_left_img .textSection .siteContent,
.M_right_img .textSection .siteContent,
section .textSection .siteContent {
  padding: 3em 0px !important;
}

.contentWrap section:last-of-type > div:last-of-type .siteContent {
  padding-bottom: 4em !important;
}  
  
}

@media screen and (max-width:450px) {
  .butReadmore {
  display: none;
}
  
  .link0 #section4 h1 {
    font-size: 10vw;
    line-height: 1.3em;
  } 

  .butHeading {
    font-size: 0.8em !important;
  }
  

.link0 #section4 .siteContent h6 a:last-of-type,
.link8 #section2 .siteContent h6 a:last-of-type {
  background: transparent;
  border: solid 2px var(--primary);
  color: var(--primary);
  padding: 23px 25px;
  margin: 0em 1em 1em 0;
}
 .link8 #section2 .siteContent h6 a:last-of-type {
  margin: 0em 1em 1em 1em;
}  
  
} 


/*---- POPUP ----*/

#mailPopUp.hideAll {
  display: none;
}

#mailPopUp.hide
{
  opacity: .0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  pointer-events: none;
}




@media screen and (min-width:801px) {

#mailPopUp.hide .container
{
  opacity: .0;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translatex(-110%);
  transform: translatex(-110%);
  -webkit-transition-delay: .0s;
  transition-delay: .0s;
}
  
#clearCookie {
  position: absolute;
  z-index: 9000;
  top: 5px;
  right: 5px;
  background: red;
  color: white;
  padding: 5px 20px;
  border-radius: 5px;
  cursor: pointer;
}
  
  #mailPopUp {
  position: fixed;
  top: 20vh;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background: rgba(0,0,0,0);
  display: block;
  width: 400px;
  height: 493px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  -webkit-transition: 1s ease;

  transition: 1s ease;
}

  
#togglePopUp {
  position: absolute;
  top: 10px;
  right: 10px;
  color: inherit;
}

#togglePopUp:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#togglePopUp:before {
  font-family: FontAwesome;
  content: '';
  font-size: 1em;
  font-weight: 100;
  color: #fff;
  cursor: pointer;
}
  
#togglePopUp.closeBtn {
  position: absolute;
  left: 0;
  right: -30px;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 auto;
  cursor: pointer;
  transition: 0.5s;
  background: rgba(0,0,0,0.5)
}
  
#mailPopUp .container {
  margin: 0;
  z-index: 500;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
   max-width: 400px;
  background: #fff;
  position: relative;
  padding: 0 0;
  border-radius: 0.4em;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
}
   
#mailPopUp h1 {
  font-size: 1.45em;
  line-height: 1.4em;
} 
 
#mailPopUp h6 a {
  margin: 0 0;
padding: 20px 20px;  
  font-size: 0.8em;
}

#mailPopUp h6 a:last-of-type:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary);
  transform: translateX(-100%);
  transition: ease 0.5s;
  z-index: -1;
  width: 100%;
  height: 101%;
}

#mailPopUp h6 a:last-of-type:hover:after {
  transform: translateX(0%);
  transition: ease 0.5s;
}

#mailPopUp h6 a:last-of-type {
  background: transparent;
  border: solid 2px var(--primary);
  color: var(--primary);
  padding: 18px 25px;
  margin: 0em 1em;
} 
  
#mailPopUp h6 a:last-of-type:hover {
  color: #fff;
}  
  
  
.modal > div:nth-child(2) {
  padding: 20px;
  border-top: solid 15px var(--red);
}  
  
.modal > div:nth-child(1) {
  height: 300px;
    overflow:hidden;
}  
  
}


@media screen and (max-width: 800px) {

#mailPopUp.hide
{
  opacity: .0;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translatey(50%);
  transform: translatey(50%);
  -webkit-transition-delay: .0s;
  transition-delay: .0s;
}
  
 #mailPopUp .closeBtn:before, #mailPopUp .closeBtn:after {
  width: 20px;
} 
  
#mailPopUp .closeBtn {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 auto;
  cursor: pointer;
  transition: 0.5s;
}  
  
  #togglePopUp {
  position: absolute; 
  top: -35px;
  right: 10px;
  color: inherit;
  background:rgba(0,0,0,0.5);
    border-radius: 0.2em;
}

#togglePopUp:hover {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#togglePopUp:before {
  font-family: FontAwesome;
  content: '';
  font-size: 1em;
  font-weight: 100;
  color: #fff;
  cursor: pointer;
}  
  
  #mailPopUp {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  background: rgba(0,0,0,0);
  display: block;
  width: 100%;
  /*! height: 100px; */

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-box-align: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  -webkit-transition: 1s ease;

  transition: 1s ease;
    border-bottom: solid 15px var(--red);
}

#mailPopUp .container {
  margin: 0;
  z-index: 500;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  max-width: none;
  width: 100%;
  background: #fff;
  position: relative;
  padding: 10px 10px 5px 10px;
  border-radius: 0.4em 0.4em 0 0;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0,0,0,0.4);
}  
  
.slideup {
    width: 100%;
}  
  
#mailPopUp h1 {
  font-size: 18px;
  letter-spacing: 0.01em;
  margin: 0 0;
}  
  
.slideupBtn {
  display: flex;
  width: 100%;
  justify-content: space-between;
} 
  
  
#mailPopUp h6:last-of-type a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primary);
  transform: translateX(-100%);
  transition: ease 0.5s;
  z-index: -1;
  width: 100%;
  height: 101%;
}


#mailPopUp h6:last-of-type:hover a:after,
#mailPopUp h6:last-of-type:active a:after {
  transform: translateX(0%);
  transition: ease 0.5s;
}


#mailPopUp h6:last-of-type a, .blogBtn {
  background: transparent;
  border: solid 2px var(--primary);
  color: var(--primary);
  padding: 23px 25px;
}

#mailPopUp h6:last-of-type:hover a,
#mailPopUp h6:last-of-type:active a {
  color: #fff;
}  
  
  
#mailPopUp h6 a {
  margin: 10px 0;
  font-size: 12px;
  text-align: center;
  max-width: 100%;
  height: 50px;
  line-height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}  
  
#mailPopUp h6 {
  margin: 0 0;
  font-size: 12px;
  text-align: center;
  width: 100%; 
}  

 
#mailPopUp h6:first-of-type a {
    margin: 10px 10px 10px 0;
}  
  
}


