/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #f2f2f2;
  font: 16px/1.6em Poppins, BlinkMacSystemFont, "-apple-system", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #676767;
}

b, strong {font-weight:700;}

a {
  color: #111;
}

a:hover {
  color: #26d09e;
}

p {
  margin: 1em 0;
}

icon {
  font-family: fontawesome;
}

/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-family: inherit;
  line-height: 1.2em;
  color: #222;
}

h1 {
  font-size: 2.2em;
  margin: .3em 0;
  font-weight: 300;
}


h2 {
  font-size: 1.8em;
  margin: .3em 0;
  font-weight: 300;
}

.siteBottom .siteContent h1:first-child:after, .siteBottom .siteContent h2:first-child:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin: 1em 0;
  background: #007D81;
}

.siteBottom .siteContent > [style*="center"]:first-child:after {
  margin: 1em auto;
}

h3 {
  font-size: 1.2em;
  margin: .3em 0;
}

h4 {
  font-size: 1.1em;
  margin: .3em 0;
}

h5 {
  font-size: 0.9em;
  color: #999;
  margin: .2em 0;
  font-weight: 300;
}

h6 {
  font-size: 1em;
  margin: .2em 0;
}
h6 a {
  margin-bottom: 0.2em;
}

section {
  width: 100%;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}

.siteBottom section {
  padding: 5em 0;
}

.siteBottom .textandPhoto .textSection .siteContent {
  padding-bottom: 0.5em;
}

.siteBottom .textandPhoto .photoSection .siteContent {
  padding-top: 0.5em;
}

.textSection .siteContent img, .categorySection .siteContent img, .viewCart .siteContent img {
  height: auto !important;
  max-width: 100%;
}

/* ---------------------------------- */
/* ---------- CONTENT AREA ---------- */
/* ---------------------------------- */
.siteTop {
  min-height: 110px;
}

.siteBottom .container {
  display: flex;
  align-items: stretch;
  padding: 0 10px;
}

.siteContent, .searchContent {
  width: 100%;
  -ms-flex: 1 1 auto;
}

#subBannerHome img, #subBanner img {
  width: 100%;
  height: auto;
  display: block;
}

.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;
  flex: 0, 0, 0;
  line-height: 1.5em;
  background: rgba(0, 0, 0, 0.1);
  display:none;
}

.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:700px){
.siteBottom {
width: 100%;
max-width: 1200px;
margin: auto;
display: flex;
justify-content: space-between;

}
  
  .link0 .siteBottom, .link1 .siteBottom {
    max-width: 100%;
  }
  
.sidebar {
display: none;
}
#outerSidebar {
width: 250px;
padding: 0 15px;
  margin-right: 30px;
flex-shrink: 0;
display: inline-block;
}
  
  
  #outerSidebar ul {
    padding: 0.5em 1em;
    margin: 20px 0 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
  }
  
  #outerSidebar li {
    padding: 0.8em 0;
    margin: 0;
    line-height: 1.1em;
    list-style: none;
    border-bottom: 1px solid #ddd;
  }
  
  #outerSidebar > li.parent > a {
    font-weight: 500;
    color: #111;
    font-size: 1em;
    text-align: center;
    display: block;
    padding: 1em 0 0;
  }
  
  #outerSidebar li:last-child {
    border-bottom: 0px solid #ddd;
  }
  
  #outerSidebar a {
    text-decoration: none;
    color: #999;
    font-size: 0.9em;
    display: block;
  }
  
  #outerSidebar .subContainer  li:hover a {
    color: #007D81;
  }
  
  #outerSidebar .subContainer li.current a {
    color: #111;
  }
  
.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;
}

.phone:before {
  content: "\f098";
  /*phone in square*/
  content: "\f095";
  /*phone*/
}

.mobile:before {
  content: "\f10b";
  /*mobile*/
}

.email:before {
  content: "\f2b6";
  /*envelope open solid*/
  content: "\f003";
  /*envelope in square*/
  content: "\f0e0";
  /*empty envelope*/
  content: "\f199";
  /*solid envelope*/
  content: "\f2b7";
  /*envelope open*/
}

.fax:before {
  content: "\f1ac";
  /*fax*/
}

.address:before {
  content: "\f279";
  /*map solid*/
  content: "\f124";
  /*location arrow*/
  content: "\f041";
  /*map marker*/
  content: "\f278";
  /*map*/
}

/*-----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: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255,255,255,0.9);
}
#menu nav {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0 10px 0 300px;
}
#menu nav li {
  list-style: none;
  float: left;
  display: inline-block;
  margin: 0;
  position: relative;
}
#menu nav li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding: 40px 10px;
  color: #111;
  font-size: 1em;
  border-bottom: 2px solid transparent;
}

#menu nav li a:hover, #menu nav .parent:hover > a {
  color: #007D81;
  border-bottom: 2px solid #007D81;
}

#menu nav .current > a {
  color: #999;
  border-bottom: 2px solid #111;
}

#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: 100%;
  min-width: 150px;
  margin: 0;
  padding: 0;
  display: none;
  font-size: .85em;
}

#menu .subContainer {
  background: #fff;
  margin-top: 10px;
  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 #fff;
}

#menu nav ul li {
  width: 100%;
  display: inline-block;
}

#menu nav ul li a {
  padding: 5px 10px;
  line-height: 1.1em;
}

@media all and (max-width: 700px) {
  #navToggleWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    transition: 0.4s;
  }

  .siteTop {
    padding-top: 59px;
  }

  .mobileScroll.mobileScrollStart #navToggleWrap {
    top: -100%;
  }
}
/*-----------------------------------*/
/*------------ SIDE MENU ------------*/
/*-----------------------------------*/
.sideMenu li {
  width: 100%;
  list-style: none;
  margin-bottom: 5px;
  position: relative;
}
.sideMenu li a {
  width: 100%;
  display: inline-block;
  background: #222;
  text-decoration: none;
  color: #fff;
  padding: 10px;
}
.sideMenu li a:hover {
  background: #efefef;
  color: #222;
}
.sideMenu li ul {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 200px;
  width: 210px;
  margin: 0;
  padding: 0;
  display: none;
}
.sideMenu li .subContainer {
  padding-left: 10px;
}

.sideMenu .current ul a {
  background: #222;
}

.sideMenu .current a, .sideMenu ul .current a {
  background: #222;
}

/* ---------------------------------- */
/* --------- PHOTO SECTION ---------- */
/* ---------------------------------- */
.contentImgRow .item {
  display: inline-block;
}

.contentImgRow .contentImg {
  width: 100%;
  height: 0;
  padding-bottom: 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;
}

/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/
#enquiry {
  width: 100%;
  max-width: 400px;
  background: rgba(0, 0, 0, 0.05);
  float: right;
  padding: 0;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: .8em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.enqHeader {
  width: 100%;
  background: #151515;
  color: #fff;
  padding: 12px 10px 12px;
  margin-bottom: 15px;
  font-size: 1.3em;
}

.enqRow {
  width: 100%;
  overflow: hidden;
  padding: 3px 5px;
}

.enqRow.half {
  width: 50%;
  display: inline-block;
}

.enqLeft {
  padding: 0 5px;
  float: left;
  width: 25%;
  font-size: 1.2em;
}

.enqRight {
  width: 75%;
  float: left;
}

.enqRow.half .enqLeft, .enqRow.half .enqRight {
  width: 100%;
  font-size: 1em;
}

/*
.enqLeft, .enqRight {
width: 100%;
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: 7px 5px;
  background: #fff;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 16px;
}

input[type=text], input[type=tel], input[type=email], input[type=number], .select, textarea {
  transition: all 0.2s ease-in-out;
  background: #fff;
  color: #222;
  outline: 1px solid rgba(0, 0, 0, 0.05);
  border: none;
}

input[type=text]:hover, input[type=tel]:hover, input[type=email]:hover, input[type=number]: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, .select:focus, textarea:focus {
  background: #efefef;
  outline: 1px solid #007D81;
}

#enquiry textarea {
  height: 80px;
  padding: 0px 5px;
}

#enquiry input[type="radio"] {
  width: 15px;
  -webkit-appearance: radio;
  margin: 0;
  padding: 0;
}

#enquiry input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: 15px;
  margin: 0;
  padding: 0;
}

#enquiry input[type="submit"] {
  margin-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;
}

/*--- Custom styling for <select>s ---*/
.select {
  position: relative;
}

.select:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\f078";
  border-left: 1px solid #ccc;
  font-family: fontawesome;
  pointer-events: none;
}

.select select {
  background: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 100%;
  padding: .5em;
  outline: 0;
}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
footer {
  width: 100%;
  background: #151515;
  position: relative;
  z-index:2;
}

footer > * {
  padding: 4em 0;
}

footer .container {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
}

/*-------- FOOTER TEXT STYLES ---------*/
footer {
  color: #fff;
}

#footerBottom a {
  color: inherit;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  text-decoration: none;
}

#footerBottom a:hover {
  color: inherit;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/*------------ FOOTER MENU ------------*/
footer nav {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 2em;
}
footer nav li {
  list-style: none;
  display: inline-block;
}
footer nav li a {
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;
}

.footerRight {
  width: 100%;
  text-align: center;
}

/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */

#footerBottom {  
  font-size: .8em;
}

#footerTop {
  background: #181818;
  text-align: center;
}

#footerTop h5 {
  font-size: 0.9em;
  letter-spacing: 0.2em;
  color: #666;
  margin-bottom: 2em;
  font-weight: 300;
}

#footerTop a.address {
  color: #fff;
  padding: 0;
  line-height: 1.4em;
}
/* ----------------------------------------- */
/* -----------------TO TOP ----------------- */
/* ----------------------------------------- */
#toTop {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 900;
}
#toTop:before {
  content: "\f077";
}

/* ---------------------------------- */
/* --------  ul list styling  ------- */
/* ---------------------------------- */
.siteBottom .siteContent li {
  margin-bottom: 0.7em;
  position: relative;
}

.siteBottom .siteContent ul {
  list-style: none;
}
.siteBottom .siteContent ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 0.6em;
  margin-right: 10px;
  color: #007D81;
  position: absolute;
  top: 0;
  left: -20px;
}

/*-----------------------------------*/
/*-------------- GRID ---------------*/
/*-----------------------------------*/
.grid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
  width: 100%;
}

.grid.justify {
  justify-content: space-between;
}

.grid.center {
  justify-content: center;
}

.grid [class*='col-'], .contentImgRow .item, .cartThumb {
  float: left;
  margin: 10px;
}

.col-1 {
  width: 100%;
  width: calc(100% - 20px);
}

.col-2 {
  width: 50%;
  width: calc(50% - 20px);
}

.col-3 {
  width: 33.33333%;
  width: calc(33.33333% - 20px);
}

.col-3x2 {
  width: 66.66%;
  width: calc(66.66% - 20px);
}

.col-4, .contentImgRow .item, .cartThumb {
  width: 25%;
  width: calc(25% - 20px);
}

.col-4x3 {
  width: 75%;
  width: calc(75% - 20px);
}

.col-5 {
  width: 20%;
  width: calc(20% - 20px);
}

.col-5x2 {
  width: 40%;
  width: calc(40% - 20px);
}

.col-5x3 {
  width: 60%;
  width: calc(60% - 20px);
}

.col-5x4 {
  width: 80%;
  width: calc(80% - 20px);
}

.col-6 {
  width: 16.666%;
  width: calc(16.666% - 20px);
}

.col-6x5 {
  width: 83.33%;
  width: calc(83.33% - 20px);
}

/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */
.button,
.contact a,
#enquiry input[type="submit"],
h6 a {
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  padding: 0.8em 1.6em;
  border-radius: 2em;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
}

* a.iconOnly {
  padding: 0.8em 0em;
  width: 2.8em;
}

* a.iconOnly:before {
  margin-right: 0;
}

/*primary button*/
.butS1,
#enquiry input[type="submit"],
body .cartBtn.green,
body .cartBtn,
.cartItemAdd,
.checkoutNext,
.editDetails,
.saveDetails,
div button,
.blogBtn .button,
.viewCartSection #viewCart,
#toTop,
h6 a {
  color: #fff;
  background: #007D81;
  border: 1px solid #007D81;
}
.butS1:hover, .butS1:active,
#enquiry input[type="submit"]:hover,
#enquiry input[type="submit"]:active,
body .cartBtn.green:hover,
body .cartBtn.green:active,
body .cartBtn:hover,
body .cartBtn:active,
.cartItemAdd:hover,
.cartItemAdd:active,
.checkoutNext:hover,
.checkoutNext:active,
.editDetails:hover,
.editDetails:active,
.saveDetails:hover,
.saveDetails:active,
div button:hover,
div button:active,
.blogBtn .button:hover,
.blogBtn .button:active,
.viewCartSection #viewCart:hover,
.viewCartSection #viewCart:active,
#toTop:hover,
#toTop:active,
h6 a:hover,
h6 a:active {
  color: #007D81;
  background: transparent;
  border: 1px solid #007D81;
}

.select:after {
  color: #fff;
  background: #222;
  border: 1px solid #222;
}

.select:hover:after, .select:active:after {
  color: #fff;
  background: #151515;
  border: 1px solid #151515;
}

/*secondary button*/
.butS2, body .cartBtn.grey, .cartItemPrev, .checkoutPrev, .cartBtnHL.resumeShopping, .cartItemUpdate, .openCheckout, .blogNavigation a {
  background: none;
  border: 1px solid #111;
  color: #111;
}
.butS2:hover, .butS2:active, body .cartBtn.grey:hover, body .cartBtn.grey:active, .cartItemPrev:hover, .cartItemPrev:active, .checkoutPrev:hover, .checkoutPrev:active, .cartBtnHL.resumeShopping:hover, .cartBtnHL.resumeShopping:active, .cartItemUpdate:hover, .cartItemUpdate:active, .openCheckout:hover, .openCheckout:active, .blogNavigation a:hover, .blogNavigation a:active {
  color: #fff;
  background: #151515;
  border: 1px solid #151515;
}

/*inverted button*/
.butS3 {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.butS3:hover, .butS3:active {
  color: #151515;
  background: #fff;
  border: 1px solid #fff;
}

/*---- Graphic Button & Shop Category, Item----*/

/* SVG ICON STYLING */
symbol *, .icon, .icon use{fill: currentColor;}


/* SIZE & HOVER */
.icon{
font-size:5em;/* control icon size */
height: 1em;
width: 1em;
overflow: hidden;
color:#999;
  transition: 0.3s;
}

.st0{color:#E5C528;}
.st2{color:#26D09E;}


.basicFrame {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  font-size: 1.1em;
}

.basicFrameInner {
  transition: 0.2s;
  color: #222;
  background: #fff;
  padding: 3em 1em;
  box-shadow: 0 2px 4px -2px rgba(0,0,0,0.1);
}

.basicFrameInner:hover {
  transform: translatey(-5px);
  box-shadow: 0 10px 15px -10px rgba(0,0,0,0.4);
}

.basicHeading {
  margin: 0.5em auto;
}

.basicText {
  color: #999;
  font-size: 0.8em;
}

.basicFrame:hover .icon {color:#333;} 

.butFrame.nesrin {
  width: calc(100% - 20px);
}


.butFrame, .cartThumb {
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden; 
  padding: 10px 0;
}

.butFrameInner, .butFrameInner * {
  transition: 0.2s;  
}

.butFrameInner {
  color: #676767;  
  background: #fff;
  box-shadow: 0 2px 4px -2px rgba(0,0,0,0.1);  
}

.imageFrame {
  width: 100%;
}

.textWrap {
  width: 100%;
  padding: 1.5em 2em 5em;
  position: relative;
}

.butText {
  margin-bottom: 1em;
}


.butPara {
  line-height: 1.4em;
}

.readMore {
  color: #999;
  font-size: 0.8em;
  margin-top: 1.5em;
  padding: 0.6em 1.2em;
  border-radius: 2em;
  background: #ececec;
  width: 12em;
  text-align: center;
  
  position: absolute;
  bottom: 2em;
  left: 2em;
}

.butFrame:hover .readMore {
  border: 1px solid #007D81;
  background: #007D81;
  color: #fff;
}

.butFrame:hover .readMore:hover {
  border: 1px solid #007D81;
  background: #fff;
  color: #007D81;
}


.butFrame:hover .butFrameInner, .cartThumb:hover {
  color: #333;
  background: #fff;
  transform: translatey(-5px) !important;
  box-shadow: 0 10px 15px -10px rgba(0,0,0,0.4);
}

.cartThumb.item {
  color: #222;
  background: #ccc;
}

.cartThumb.item:hover {
  background: #efefef;
}

.imageFrame {
  background: #fff;
}

.butImage {
  transition: 0.3s;
  opacity: 1;  
}

.butFrame:hover .butImage {
  opacity: 0.4;
}

.butImage, .cartThumbs .image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.butFrame.nesrin:first-child .butImage {
  padding-bottom: 100%;
}

.cartThumb .banner {
  background: #4183d7;
  color: #efefef;
}

/*---- Shop Side Menu Colour ----*/
.categoryMenu li.current > a {
  background: #111;
  color: #fff;
}

.categoryMenu li > a:hover {
  background: #151515;
  color: #fff;
}

/*---- Shop Other ----*/
.viewCartRowHeader {
  background: #111;
  color: #fff;
}

/* ---------------------------------- */
/* ---------- VIEW CART BTN --------- */
/* ---------------------------------- */
.viewCartSection .container {
  position: relative;
}

.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 {
}

.logo {
  position: fixed;
  z-index: 105;
  display: block;
  width: 320px;
  padding: 20px 5px;
}
.logo object, .logo img {
  width: 100%;
  height: auto;
  display: block;
}

.logo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* 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;
}


/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */

/*==============================*/
/*===== FLICKERPLATE STYLES ====*/
/*==============================*/
.flickerplate, .flick-inner {
  /*Adjust This To Suit % Images*/
  /*This can be a pixel height */
  padding-bottom: 41%;
  height: 0;
}

.flickerplate {
  position: relative;
  width: 100%;
  background-color: #e6e6e6;
  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: -moz-linear-gradient(top, rgba(37,208,158,0) 1%, rgba(37,208,158,0) 73%, rgba(37,208,158,1) 93%, rgba(37,208,158,1) 100%);
background: -webkit-linear-gradient(top, rgba(37,208,158,0) 1%,rgba(37,208,158,0) 73%,rgba(37,208,158,1) 93%,rgba(37,208,158,1) 100%); 
background: linear-gradient(to bottom, rgba(37,208,158,0) 1%,rgba(37,208,158,0) 73%,rgba(37,208,158,1) 93%,rgba(37,208,158,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0025d09e', endColorstr='#007D81',GradientType=0 );  */
  
}

.flick-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* ADJUST TEXT POSITION HORIZONTALLY */
  align-items: flex-start;
  font-size: 1em;
}

.flick-title, .flick-sub-text {
  width: 100%;
  text-align: center;
  display:none;
}

.flick-title {
  font-size: 2em;
  margin: 1em auto;
  font-weight: 300;
  color: #fff;
}

.flick-sub-text {
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 1em;
}

.flick-but {
  position: relative;
  z-index: 2;
  width: 15em;
}

/* 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 {
    font-size: 0.8em;
  }

  .flickerplate, .flick-inner {
    padding-bottom: 60%;
  }
}
@media all and (max-width: 700px) {
  /* SMALL */
  .flick-content, .arrow-navigation, .dot-navigation {
    font-size: 0.6em;
  }

  .flickerplate, .flick-inner {
    padding-bottom: 80%;
  }
}
/* FLICKER ARROW NAVIGATION */
.flickerplate .arrow-navigation {
  position: absolute;
  height: 80%;
  width: 10%;
  top: 10%;
  z-index: 1;
  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;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-family: FontAwesome;
  display: flex;
  align-items: center;
  justify-content: center;
  /* LIGHT THEME ARROW COLOUR */
  color: #fff;
}

.flickerplate.flicker-theme-dark .arrow-navigation .arrow:before {
  /* DARK THEME ARROW COLOUR */
  color: #151515;
}

.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;
  right: 20px;
  top: 50%;
  text-align: center;
  z-index: 1;
}

.flickerplate .dot-navigation ul {
  list-style: none;
  margin: 1em 0;
  padding: 0px 5%;
  text-align: center;
  /* DOT HORIZONTAL POSITION */
  font-size: 0.8em;
  /* CIRCLE SIZE */
}

.flickerplate .dot-navigation ul li {
  display: block;
  width: auto;
  float: none;
}

.flickerplate .dot-navigation .dot {
  width: 0.4em;
  height: 0.4em;
  margin: 0.5em;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.2s ease-out;
  background-color: #fff;
  /* LIGHT THEME DOT COLOUR */
}

.flickerplate.flicker-theme-dark .dot-navigation .dot {
  background-color: #151515;
  /* 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;
}


/* ---------------------------------- */
/* ----------- 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(30, 30, 30, 0.99);
  display: none;
  overflow: hidden;
}

#enquire-dropdown .container {
  width: 100%;
  height: 100%;
  height: 100vh;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: initial;
}

#enquire-dropdown #enquiry {
  background: none;
  font-size: 1em;
  width: 100%;
  max-width: 450px;
  margin: auto;
  float: none;
}

.dropContact {
  text-align: center;
  color: #ccc;
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
}

#enquire-dropdown h2 {
  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 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.closeBtn:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*  INPUT ICONS */
#enquire-dropdown .enqRow {
  position: relative;
}

#enquire-dropdown .contact .enqRow span {
  font-family: FontAwesome;
  position: absolute;
  top: 8px;
  left: 22px;
  font-size: 0.9em;
  font-weight: normal;
  color: #fff;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#enquire-dropdown .name:before {
  content: "\f007";
}

#enquire-dropdown .question:before {
  content: "\f0e6";
}

#enquire-dropdown .clock:before {
  content: "\f017";
}

#enquire-dropdown ::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.6;
}

#enquire-dropdown :-moz-placeholder {
  color: #fff;
  opacity: 0.6;
}

#enquire-dropdown ::-moz-placeholder {
  color: #fff;
  opacity: 0.6;
}

#enquire-dropdown :-ms-input-placeholder {
  color: #fff;
  opacity: 0.6;
}

.dropContact a {
  color: #fff;
}

.dropContact a:hover {
  color: #007D81;
}

/* ----------- PRELOADER ICON  ----------- */
#loaderIcon {
  -webkit-animation: animateLoad 1.5s linear infinite;
          animation: animateLoad 1.5s linear infinite;
  clip: rect(0, 80px, 80px, 40px);
  height: 60px;
  width: 60px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% + 100px);
  /*-- adjust vertical position --*/
}

@-webkit-keyframes animateLoad {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg);
  }
}

@keyframes animateLoad {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
            transform: rotate(220deg);
  }
}
#loaderIcon:after {
  -webkit-animation: animateLoader 1.5s ease-in-out infinite;
          animation: animateLoader 1.5s ease-in-out infinite;
  clip: rect(0, 80px, 80px, 40px);
  content: '';
  border-radius: 50%;
  height: 60px;
  width: 60px;
  position: absolute;
}

@-webkit-keyframes animateLoader {
  0% {
    box-shadow: inset #ccc 0 0 0 17px;
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #ccc 0 0 0 2px;
  }
  100% {
    box-shadow: inset #ccc 0 0 0 17px;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
  }
}

@keyframes animateLoader {
  0% {
    box-shadow: inset #ccc 0 0 0 17px;
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #ccc 0 0 0 2px;
  }
  100% {
    box-shadow: inset #ccc 0 0 0 17px;
    -webkit-transform: rotate(140deg);
            transform: rotate(140deg);
  }
}
/* ----------- PRELOADER  ----------- */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  height: 100vh;
  z-index: 9999999;
  overflow: hidden;
}

#loader {
  position: relative;
  display: block;
  width: 90%;
  height: 100%;
  margin: auto;
  max-width: 400px;
  border: 3px solid transparent;
  z-index: 1001;
  display: flex;
  align-items: center;
}

#loader img {
  width: 100%;
  height: auto;
  opacity: 0;
}

#loader img {
  -webkit-animation: load 4s alternate;
          animation: load 4s alternate;
}

@-webkit-keyframes load {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes load {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#loader-wrapper .loader-section {
  position: absolute;
  top: 0;
  width: 51%;
  height: 100%;
  z-index: 1000;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background: #fff;
  /*-- background colour --*/
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */

#menu, #menu a, .logo {transition: 0.2s;}

.mobileScrollStart #menu {background: #fff;border-bottom: 1px solid #e5e5e5;}

.mobileScrollStart #menu nav li a {padding: 20px 10px;}

.mobileScrollStart .logo {padding: 4px 5px;}

.link0 table.twoColumn > tbody > tr > td > * {
  width: 100%;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}

.imageWrap {
  position: relative;
  padding: 2em 0;
}

 .imageWrap:after {
/*   content: ""; */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  right: 10%;
  
  border-left: 10px solid transparent;
  border-right: 10px solid #007D81;
  box-sizing: border-box;
  background-position: 0 0, 0 100% ;
  background-repeat: no-repeat;
  background-size: 100% 10px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMzYWNmZDUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNhNGVkNSIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(left, transparent 0%, #007D81 100%), -webkit-linear-gradient(left, transparent 0%, #007D81 100%);
  background-image: linear-gradient(to right, transparent 0%, #007D81 100%), linear-gradient(to right, transparent 0%, #007D81 100%);
} 

.link0 table.twoColumn > tbody > tr > td:first-child .imageWrap:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.imageWrap img {
  display: block;
}

.threColWrap {
  background: #f1f1f1;
  padding: 1em 1.5em;
  margin: 0 0.5em 1.5em;
}

.link1 #section2 * {
  padding: 0;
  max-width: 100%;
  display: block;
  margin: 0;
}

/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */
#subBannerHome .container, #subBanner .container {
  max-width: 100%;
}

#subBanner .container.hasImage {
  background-size: cover !important;
  background-position: center center !important;
  padding-bottom: 20%;
}

/* ---------------------------------- */
/* ------ HOME/CONTACT STYLES ------- */
/* ---------------------------------- */

.link1 #section2, .link1 #section2 * {
  padding: 0;
  max-width: 100%;
  display: block;
  margin: 0;
}

.siteBottom section:nth-child(even) {
  background: #ececec;
}

.customSlider tr:not(:first-child) {
  display: none;
}

.customSlider {
  margin: 20px 0;
}

.customSlider, .customSlider * {
  height: auto !important;
  width: auto !important;
}


/* ---------------------------------- */
/* ------------ COLOURS ------------- */
/* ---------------------------------- */
.darkTone {
  background: #111;
}

.midTone {
  background: #151515;
}

.lightTone {
  background: #222;
}

.highlightTone {
  background: #007D81;
}

.greyLightest {
  background: #efefef;
}

.greyLight {
  background: #ccc;
}

.greyMid {
  background: #676767;
}

.greyDark {
  background: #222;
}

.white {
  background: #fff;
}

.black {
  background: #000;
}

/*------------------------------------*/
/*---------- MEDIA QUERIES -----------*/
/*------------------------------------*/

@media all and (max-width: 950px) and (min-width: 700px){
  
  .logo {
    width: 180px;
    top: 15px;
  }
  
  #menu nav {
    padding-left: 190px;
  }

  #menu nav li a {
    font-size: 0.8em;
  }

}
