/*
#1A2632: #1A2632;
#22313F: #22313F;
#34495E: #34495E;
#0087A0: #CF1938;
rgba(0,0,0,0.1): rgba(0,0,0,0.1);
#666: #666;
Montserrat: Montserrat;
#0087A0: #111;
400: 400;
1200px: 1200px;
10px: 10px;
2em: 2em;
2px: 2px;
26,38,50: 26,38,50;
250,250,250: 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: #666;
}

a {
  color: #1A2632;
  transition: all .3s ease;
}


a:hover {
  color: #0087A0;
}

p {
  margin: 1em 0;
}

icon {
  font-family: fontawesome;
}

/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1, h2, h3, h4, h5, .blog-widget-heading, .blogMenu .categoryMenu:before, .blogArchive:before {
  font-weight: 400;
  font-family: montserrat, sans-serif;
  line-height: 1.2em;
  color: #0087A0;
}

h1 {
  font-size: 3em;
  margin:0em 0;
}

h2, 
section[id^="shopSection"] h3, 
.blog-widget-heading,
.blogMenu .categoryMenu:before,
.blogArchive:before {
  font-size: 2em;
  margin: .3em 0;
  letter-spacing: 0.04em;
}

h3 {
  font-size: 1.2em;
  margin: .3em 0;
}

h4 {
  font-size: 1.1em;
  margin: .3em 0;
}

h5 {
  font-size: 1.1em;
  margin: .2em 0;
}

h6 {
  font-size: 1em;
  line-height: 1.2em;
  margin: .2em 0;
}

h6 a {
  margin-bottom: 0.2em;
}

section {
  width: 100%;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}

.textSection .siteContent ,.categorySection .siteContent, .viewCart .siteContent {
  padding: 4em 0; 
}
.textSection .siteContent img, .categorySection .siteContent img, .viewCart .siteContent img {
  height: auto !important;
  max-width: 100%;
}

.contentWrap section:last-of-type > div:last-of-type .siteContent {
  padding-bottom: 4em;
}

.textSection + .photoSection .siteContent {padding-bottom:4em;}

/* ---------------------------------- */
/* ---------- CONTENT AREA ---------- */
/* ---------------------------------- */

.fixedTopWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;  
  z-index: 101;
  transition: all .3s ease;
  background:#fff;
/*   box-shadow: 5px 0 20px rgba(0,0,0,0.3);
  background:rgba(255,255,255,0.7); */
}

.siteTop {
  position: relative;
}



.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: rgba(0,0,0,0.1);
  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;
}

.categorySection .sidebar {
  width: 100%;
  max-width: 250px;
  background:#fff;
  padding-top:80px;
}

#cartContent .sidebar {
  display: none;
}

/*
@media (min-width:600px){
    .siteBottom {
      width: 100%;
      max-width: 1200px;
      margin: auto;
      display: flex;
      justify-content: space-between;
      
    }

    .sidebar {
      display: none;
    }

    #outerSidebar {
      width: 250px;
      flex-shrink: 0;
      background: rgba(0,0,0,0.1);
      display: inline-block;
    }

    .contentWrap {
      width: 100%;
      -ms-flex:0 1 auto;
    }
}

*/

.siteBottom.activeOuterSidebar {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }

.activeOuterSidebar .sidebar {
    display: none;
  }

.activeOuterSidebar #outerSidebar {
    width: 250px;
    flex-shrink: 0;
    background: rgba(0,0,0,0.1);
    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;
}

.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: "\f2b6";
  /*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: relative;
  z-index: 100;
}

#menu nav {
  max-width: 1700px;
  width: 100%;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 10px 15px;
  align-items: center;
}

#menu nav .enquire-trigger {
    padding:5px 20px!important;
    font-weight:400;
  font-size:.8em;
    background:none;
  color:#0087a0;
}

#menu nav .enquire-trigger:before {
  font-weight:100;
}

#menu nav .enquire-trigger:hover {
  font-weight:100;
    color:#fff;
  background:#0087a0;

}

#menu nav li {
  list-style: none;
  float: left;
  display: inline-block;
  margin: 0 1px;
}

#menu nav li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding:7.5px 20px;
  color: inherit;
  font-size: .8em; 
  font-weight:400;
  color:#222;
  border-radius: 100px;
}

.lineBreakMenu #menu nav li a {
  font-size: 0.8em;
  padding: 10px 6px;
}

#menu nav li a:hover, #menu nav .parent:hover > a {
  color: #fff;
    background: #0087A0;

}

#menu nav .current > a {
  color: #fff;
    background: #0087A0;
}

#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: 350px;
  margin: 0;
  padding: 0;
  display: none;
  font-size: .85em;
}

#menu .subContainer {
  background: #f5f5f5;
  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 #f5f5f5;
}

#menu nav ul li {
  width: 100%;
  display: inline-block;
}
#menu nav ul li a {
  padding: 5px 10px;
  line-height: 1.1em;
}

/*-----------------------------------*/
/*------------ 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 -----------------*/
/*----------------------------------------------*/

.link0 #section5 {
  background:rgba(0,0,0,0.07);
  position: relative;
}



#enquiry {
  width: 100%;
  max-width: 50%;
  float: right;
  padding: 20px;
  background:rgba(255,255,255,1)!important;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: .8em;
  line-height: 1.4em;
  border-radius:0px!important;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3)!important;
}

.enqHeader {
 font-family: montserrat;
  width: 100%;
  background: none;
  color: #0087A0;
  padding: 12px 10px 12px;
  font-size: 2em;
  text-align: left;
  line-height:1.2em;
}

.enqRow {
  width: 100%;
  overflow: hidden;
  padding: 3px 5px;
  color:#222;
}

.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;
  margin: 5px;
  display: inline-block;
}

#enquiry input,
#enquiry textarea,
#enquiry select {
  font-family: inherit;
}

#enquiry input, #enquiry textarea {
  width: 100%;
  border: none;
  padding: 5px;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 16px;
  border:1px solid rgba(0, 0, 0, 0.2);
  background:#fff;
}

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: none;
  border:1px solid rgba(0, 0, 0, 0.8);
  border: none;
  font-size: 16px;
  color:#222;
}
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 {
}
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;
}

#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;
  width:150px;
  float:right;
  background:#0087a0!important;
  color:#fff!important;
  font-weight:900!important;
  
}

#enquiry select {
  width: 100%;
  border:1px solid rgba(0, 0, 0, 0.2);


}

/*-----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;
  color:#fff!important;
}
.select select {
  background: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 100%;
  padding: .5em;
  outline: 0;
}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */



#footerTop .container {
  justify-content: center;
}

#footerTop .container img {
  width:200px;
  height:auto;
}

footer {
  width: 100%;
  background: #222;
  font-size: .8em;
  position:relative;
  background-size:cover;
}

footer:before  {
    content:"";
  position: absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index: 0;
/*   background: url(/suburb.jpg)  center no-repeat;
   */  background-size:cover;
  filter:grayscale(100%);
  opacity: .05;
}



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:5px 0 20px;
}

/*-------- 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: inline-block;
  text-align: center;
  margin-bottom: 1em;
}
footer nav li {
  list-style: none;
  display: inline-block;
}
footer nav li a {
  text-decoration: none;
  padding: 0.8em 1em;
  display: inline-block;
}

.footerRight {
  width: 100%;
  text-align: center;
}

/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */

/* ----------------------------------------- */
/* -----------------TO TOP ----------------- */
/* ----------------------------------------- */
#toTop {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 900;
}

#toTop:before {
  content: "\f077";
}

/* ---------------------------------- */
/* ---------  list styling  --------- */
/* ---------------------------------- */

.siteBottom .siteContent li {
  margin-bottom: 0.5em;
  position: relative;
}

.siteBottom .siteContent ul {
  list-style: none;
}
.siteBottom .siteContent ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 0.8em;
  margin-right: 10px;
  color: #0087A0;
  position: absolute;
  top: 0;
  left: -20px;
}

/*-----------------------------------*/
/*-------------- 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(10px / 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% - 10px);
}

.col-2, section[class*="imgC"] .col-4 {
  width: 50%;
  width: calc(50% - 10px);
}

.col-3 {
  width: 33.33333%;
  width: calc(33.33333% - 10px);
}

.col-3x2 {
  width: 66.66%;
  width: calc(66.66% - 10px);
}

.col-4, 
.contentImgRow .item, 
.cartThumb,
.blog-widget .blog-widget-article {
  width: 25%;
  width: calc(25% - 10px);
}

.col-4x3 {
  width: 75%;
  width: calc(75% - 10px);
}

.col-5 {
  width: 20%;
  width: calc(20% - 10px);
}

.col-5x2 {
  width: 40%;
  width: calc(40% - 10px);
}

.col-5x3 {
  width: 60%;
  width: calc(60% - 10px);
}

.col-5x4 {
  width: 80%;
  width: calc(80% - 10px);
}

.col-6 {
  width: 16.666%;
  width: calc(16.666% - 10px);
}

.col-6x5 {
  width: 83.33%;
  width: calc(83.33% - 10px);
}

/* ---------------------------------- */
/* ------- DYNAMIC BACKGROUNDS ------ */
/* ---------------------------------- */

.siteBottom section * {
  box-sizing: border-box;
}

.siteBottom section {
  position: relative;
}

.backgroundImage {
  position: absolute;
  background-size: cover;
  background-position: center;
}

section .backgroundImage:after {
  content:"";
  position:absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

section[class*="M_full"] .backgroundImage[style*="-dark"]:after {  
  background: #1A2632;
  opacity: 0.95;
}

section[class*="M_full"] .backgroundImage[style*="-light"]:after {  
  background: #111;
  opacity: 0.3;
}


section[class*="M_left"] .backgroundImage[style*="-dark"]:after {  
  background: linear-gradient(to right, rgba(10,10,10,0) 0%,rgba(10,10,10,.95) 60%,rgba(10,10,10,0.95) 100%);
}

section[class*="M_right"] .backgroundImage[style*="-dark"]:after {  
  background: linear-gradient(to left, rgba(10,10,10,0) 0%,rgba(10,10,10,.95) 60%,rgba(10,10,10,0.95) 100%);
}

section[class*="M_left"] .backgroundImage[style*="-light"]:after {  
  background: linear-gradient(to right, rgba(250,250,250,0) 0%,rgba(250,250,250,.95) 60%,rgba(250,250,250,0.95) 100%);
}

section[class*="M_right"] .backgroundImage[style*="-light"]:after {  
  background: linear-gradient(to left, rgba(250,250,250,0) 0%,rgba(250,250,250,.95) 60%,rgba(250,250,250,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: #999;
}

section[class*="-dark"] *:not(h6) > a {
  color: #0087A0;
}
.M_left_img,
.M_right_img {
  background: rgba(0,0,0,0.1);
}

/*-- full width image --*/

.M_full_img .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0;
}

/*-- image left --*/

.M_left_img .backgroundImage {
  top: 0; left: 0; bottom: 0; 
  width: 50%;
}

.M_left_img .siteContent {
  width: 60%;
  margin: 0 0 0 auto;
}

/*-- image right --*/

.M_right_img .backgroundImage {
  top: 0; right: 0; bottom: 0; 
  width: 50%;
}

.M_right_img .siteContent {
  width: 60%;
  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: 60%;
  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: 60%;
  margin: 0 auto 0 0;
}

@media all and (max-width: 900px){
  
  section[class*="M_left"] .backgroundImage[style*="-dark"]:after {  
    background: linear-gradient(to right, rgba(26,38,50,.8) 0%,rgba(26,38,50,.95) 60%,rgba(26,38,50,0.95) 100%);
  }

  section[class*="M_right"] .backgroundImage[style*="-dark"]:after {  
    background: linear-gradient(to left, rgba(26,38,50,0.8) 0%,rgba(26,38,50,.95) 60%,rgba(26,38,50,0.95) 100%);
  }

  section[class*="M_left"] .backgroundImage[style*="-light"]:after {  
    background: linear-gradient(to right, rgba(250,250,250,.8) 0%,rgba(250,250,250,.95) 60%,rgba(250,250,250,0.95) 100%);
  }

  section[class*="M_right"] .backgroundImage[style*="-light"]:after {  
    background: linear-gradient(to left, rgba(250,250,250,.8) 0%,rgba(250,250,250,.95) 60%,rgba(250,250,250,0.95) 100%);
  } 

  .M_left_img, .M_right_img {
      padding: 0;
  }

  .siteBottom section .siteContent {
    width: 100%;
  }

  .M_left_img .backgroundImage, .M_right_img .backgroundImage {   
      position: relative;
      width: 100%;
      height: 250px;
  }

  .M_left_imgC .backgroundImage {
      background-position: 90% 50%;
  }  
  
  .M_right_imgC .backgroundImage {
      background-position: 10% 50%;
  } 

}

/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */
.button,
.contact a,
#enquiry input[type="submit"],
.basicFrame,
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,
a.basicFrame,
body .cartBtn.green,
body .cartBtn,
.cartItemAdd,
.checkoutNext,
.editDetails,
.saveDetails,
.blogBtn .button,
body:not(.shopping) .viewCartSection #viewCart,
#toTop,
h6 a {
  color: #fff;
  background: #0087A0;
  border: 2px solid #0087A0;
}
.butS1:hover,
a.basicFrame:hover,
body .cartBtn.green:hover,
body .cartBtn:hover,
.cartItemAdd:hover,
.checkoutNext:hover,
.editDetails:hover,
.saveDetails:hover,
.blogBtn .button: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,
.blogBtn .button:active,
body:not(.shopping) .viewCartSection #viewCart:active,
#toTop:active,
h6 a:active{
  color: #0087A0;
  background: transparent;
  border: 2px solid #0087A0;
}

.select:after {
  color: #666;
  background: rgba(0,0,0,0.1);
  border: 2px solid transparent;
}

.select:hover:after, 
.select:active:after {
  color: #666;
  background: rgba(0,0,0,0.2);
  border: 2px solid transparent;
}

/*secondary button*/
.butS2,
body .cartBtn.grey,
.cartItemPrev,
.checkoutPrev,
.cartBtnHL.resumeShopping,
.cartItemUpdate,
.openCheckout,
.blogNavigation a,
div button {
  background: #ddd;
  border: 2px 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 {
  background: #1A2632;
  border: 2px solid #1A2632;
  color: #fff;
}

/*inverted button*/
.butS3 {
  background: none;
  border: 2px solid #fff;
  color: #fff;
}
.butS3:hover, .butS3:active {
  color: #fff;
  background: #0087A0;
  border: 2px solid #0087A0;
}



/*-----------------------------------*/
/*-------- GRAPHICAL BUTTON ---------*/
/*-----------------------------------*/

.butFrame {
 text-decoration: none;
 text-align: center;
 position: relative;
 color: inherit;
 background: #00869f;
 transition: 0.3s;
 box-shadow: 0 5px 10px -5px rgba(0,0,0,0.2);
 transition: 0.3s;
  padding:0px!important;
  margin:6px!important;
  width:20%!important;
  
}


.butFrame:nth-child(1) {
  margin-right:0px!important;
}
.butFrame:nth-child(2) {
  margin-right:0px!important;
}

.butFrame:hover:after {
    transform: rotate(0deg);
}

.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 0.4em 2.5em;  
}

.butHeading {
 font-size: 2em;
 color: #fff;
 line-height: 1em;
  letter-spacing: 0.03em;
  font-weight:900;
  position: absolute;
  top:25%;
  text-align: center;
  width:100%;
  text-shadow: 0 2px 5px rgba(0,0,0,0.8);
  
}

.butText {
  color:#fff;
  font-size:1.5em;
  padding-top:20px;
  font-weight:200;
}

.butParagraph {
  color:#fff;
  font-size:.9em;
  padding:40px;
}

.butImage {
 width: 100%;
 height: 0;
 padding-bottom: 70%;
 background-size: cover !important;
 background-position: center center !important;
 background-repeat: no-repeat !important;
 position: relative;
 overflow: hidden;
  
}

/*-----------------------------------*/
/*----------- 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: contain !important;
}

.cartThumb .banner {
  background: #4183d7;
  color: #eee;
}

/*-----------------------------------*/
/*----------- 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: rgba(0,0,0,0.1);
  color: inherit;
}
.categoryMenu li > a:hover,
.blogArchive li > a:hover,
.categoryMenu li > a:hover {
  color: #0087A0;
}

/*---- 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;
  transition: all .3s ease;
}

.shrink .fixedTopWrap {
  
}

#banner .container {
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding:20px 0 10px;
  max-width: 1700px;
}

.logo {
  position: absolute;
  display: block;
  width: 120px;
  top:0px;
  padding: 15px 5px;
  transition: 0.2s;
  z-index: 999;

}

.logo2 {
  display:none!important;
}


.logo object, .logo img {
  width: 100%;
  height: auto;
  display: block;
}

.logo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.contactContainer .iconOnly {
  border:1px solid #222;
  margin-left:10px;
}

.contactContainer > *:not(.butS1):not(.butS2):not(.butS3) {color: inherit; }

.contactContainer .butS1 {
    margin-left:10px;

}

.contactContainer > a:not(.butS1):not(.butS2):not(.butS3):hover {color: #0087A0;}

.contactContainer .phone {
  display: inline-block;
  font-size:1.5em;
  padding-right:0px;
  font-weight:700;
}

.contactContainer {
  display:flex;
  align-items: center;
  width:100%;
  justify-content: flex-end;
}

.contactContainer .phone:before {
  margin-right:10px;
}


/* 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 -------- */
/* ---------------------------------- */


#subBanner {
  height:140px;
  position:relative;
}

#subBanner:after,
#subBannerHome:after{
  content:"";
  position: absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index: 0;
  background:#eee;
/*   background: url(/suburb.jpg)  center no-repeat;
   */  background-size:cover;
  z-index:-1;
}


#subBannerHome > .container {
  width:100%;
  max-width: none;
  position: relative;
  overflow: hidden;
  padding:270px 0 130px;
  z-index: 0;

}


#subBannerHome .container .container {  
  position: relative;
  display:flex;
  z-index: 0;
  bottom:0px;
  max-width: 1700px;

}

#subBannerHome .container .container img{  
  max-width: 2000px;
/*   border:10px solid #fff; */
}


#subBannerHome .container img {
  width: 100%;
  height:auto;
  box-shadow: 0 0 25px rgba(0,0,0,0.2);
  
}


.sliderText {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  width: 65%;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
          align-items: flex-start;
             flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 2em;
  text-align:center;
}


.sliderText > * {
  color: #fff;
  z-index: 2;
}


.sliderText h2 {
  color:#0087A0;
  font-size:3.4em;
  line-height: 1.1em;
  text-align: left;
  width:80%;
}

#subBannerHome .sliderText a {
  position: relative;
  z-index: 4;
}

#subBannerHome .sliderText a {
  border-color:#0087a0;
  margin-top:20px;
  text-transform: uppercase;
  font-weight:700;
}

#subBannerHome .sliderText a:hover {
  border-color:#0087a0;
  background:#fff;
}


/*==============================*/
/*===== FLICKERPLATE STYLES ====*/
/*==============================*/

.flickerplate, .flick-inner {
  /*Adjust This To Suit % Images*/
  /*This can be a pixel height */
  padding-bottom: 600px; 
  height: 0;
}
.flickerplate {
  position: relative;
  width: 100%;
  background-color: #1A2632;
  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(to left, rgba(26,38,50,0) 0%,rgba(26,38,50,.95) 70%,rgba(26,38,50,0.95) 100%);
}

.flickerplate .enquire-trigger,
#menu nav .enquire-trigger
{
  padding:10px 30px;
  text-decoration: none;
  border-radius: 100px;
  
}

.flickerplate .enquire-trigger:before,
#menu nav .enquire-trigger:before
{
  font-family:fontawesome;
  padding-right:15px;
}

.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: center;
  /* ADJUST TEXT POSITION HORIZONTALLY */
  align-items: flex-start; 
  font-size: 1em;
}

.flick-title, .flick-sub-text {
  width: 50%;
  text-align: left;
}

.flick-title {
  font-size: 5em;
  line-height: 1em;
  color: #fff;  
  font-family: montserrat, sans-serif;
}

.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, .sliderText {font-size: 0.8em;} 
  .flickerplate, .flick-inner {padding-bottom: 350px;}
}

@media all and (max-width: 700px) {
  /* SMALL */
  .flick-content, .arrow-navigation, .dot-navigation, .sliderText {font-size: 0.6em;}
  .flickerplate, .flick-inner {padding-bottom: 250px;}
  .sliderText {width: 70%;}
  .sliderText p {line-height: 1.1em;}
}

/* FLICKER ARROW NAVIGATION */

.flickerplate .arrow-navigation {
  position: absolute;
  height: 80%;
  width: 10%;
  top: 10%;
  z-index: 3;
  cursor: pointer;
  overflow: hidden
}
.flickerplate .arrow-navigation .arrow {
  display: block;
  height: 100%;
  width: 100%;
  transition: opacity 0.2s ease-out;
  position: relative;
  opacity: 0;
}

.flickerplate .arrow-navigation .arrow:hover {
  opacity: 0.8;
}

.flickerplate .arrow-navigation .arrow:before {
  font-size: 3em;
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 20%;
  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: #22313F; 
}

.flickerplate .arrow-navigation.left {
  left: 0
}

.flickerplate .arrow-navigation.right {
  right: 0
}

.flickerplate .arrow-navigation.left .arrow:before {
  content: "\f104";
}

.flickerplate .arrow-navigation.right .arrow:before {
  content: "\f105";
}

/* FLICKER DOT NAVIGATION */

.flickerplate .dot-navigation {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  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.5em; /* CIRCLE SIZE */
}

.flickerplate .dot-navigation ul li {
  display: inline-block;
  width: auto;
  float: none
}

.flickerplate .dot-navigation .dot {
  width: 1em;
  height: 1em;
  margin: 0px 0.5em;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.2s ease-out;    
  border-radius: 50%;
  background-color: #fff; /* LIGHT THEME DOT COLOUR */
}

.flickerplate.flicker-theme-dark .dot-navigation .dot {
  background-color: #22313F; /* 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 -------- */
/* ---------------------------------- */



#enquire-dropdown2 #enquiry {
    background: none;
    font-size: 1em;
    max-width: 100%;
    float: right;
    padding:20px;
}

.dropContact {
    text-align: center;
    color: #222;
    padding:20px;
    border-right:none!important;
}

.dropContact .iconOnly {
  color:#222;
  border-color:#222;
}

.dropContact .iconOnly:hover {
  color:#fff;
background:#222;
}


#enquire-dropdown2 input[type="submit"] {
  margin-bottom: 10px;
  border: 0;
  cursor: pointer;
  width:150px;
  float:right;
}


#enquire-dropdown2 #enquiry input[type="text"],
#enquire-dropdown2 #enquiry input[type="email"],
#enquire-dropdown2 #enquiry input[type="tel"],
#enquire-dropdown2 #enquiry textarea {
    padding: 7px 15px 7px 40px;
    -webkit-appearance: none;
    /*border-radius: 15px;*/
    font-family: inherit;
    color: #222;
    font-size: 16px;
}

.required {
    font-size: 0.9em;
}

.closeBtn {
  position: absolute;
  right: 20px;
  top: 20px;
  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: #222;
  position: absolute;
  top: 50%;
  right: 0;
}



.closeBtn:before {
  transform: rotate(-45deg);
}
.closeBtn:after {
  transform: rotate(45deg);
}

/*  INPUT ICONS */

#enquire-dropdown2 .enqRow {
    position: relative;
}

#enquire-dropdown2 .contact .enqRow span {
    font-family: FontAwesome;
    position: absolute;
    top: 8px;
    left: 22px;
    font-size: 0.9em;
    font-weight: normal;
    color: #111;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#enquire-dropdown2 .name:before {
    content: "\f007";
}

#enquire-dropdown2 .question:before {
    content: "\f0e6";
}

#enquire-dropdown2 .clock:before {
    content: "\f017";
}


#enquire-dropdown2 ::-webkit-input-placeholder {
    color: #222;
    opacity: 0.6;
}

#enquire-dropdown2 :-moz-placeholder {
    color: #222;
    opacity: 0.6;
}

#enquire-dropdown2 ::-moz-placeholder {
    color: #222;
    opacity: 0.6;
}

#enquire-dropdown2 :-ms-input-placeholder {
    color: #222;
    opacity: 0.6;
}

.dropContact p a {
  color: #666;
}

.dropContact p a:hover {
  color: #0087A0;
}




/* Drop Down Enquiry */

#enquire-dropdown {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
    overflow: hidden;
  background:rgba(255,255,255,0.9)
}

#enquire-dropdown .container {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: initial;
  position:relative;

}

#enquire-dropdown #enquiry {
    background: none;
    font-size: 1em;
    width: 100%;
    max-width: 450px;
    margin: auto;
    float: none;
    padding:20px;
}

.dropContact {
    text-align: center;
    color: #666;
    padding:20px;
    border-right: 1px solid rgba(0,0,0,0.2);
}

.dropContact .iconOnly {
  color:#666;
  border-color:#666;
}

.dropContact .iconOnly:hover {
  color:#fff;
background:#666;
}


#enquire-dropdown h2 {
    color: #0087a0;
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
}

#enquire-dropdown input[type="submit"] {
  margin-bottom: 10px;
  border: 0;
  cursor: pointer;
  width:150px;
  float:right;
}


#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;
    color: #222;
    font-size: 16px;
}

.required {
    font-size: 0.9em;
}

.closeBtn {
  position: absolute;
  right: 20px;
  top: 20px;
  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: #222;
  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: 22px;
    font-size: 0.9em;
    font-weight: normal;
    color: #222;
    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: #222;
    opacity: 0.6;
}

#enquire-dropdown :-moz-placeholder {
    color: #222;
    opacity: 0.6;
}

#enquire-dropdown ::-moz-placeholder {
    color: #222;
    opacity: 0.6;
}

#enquire-dropdown :-ms-input-placeholder {
    color: #222;
    opacity: 0.6;
}

.dropContact p a {
  color: #222;
}

.dropContact p a:hover {
  color: #0087A0;
}



/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */

.siteContent iframe {
  display: block;
}

.link0 #section6 .container {
  margin:0px;
  padding:0px;
}

.link0 #section5 {
  position: relative;
}


.link0 #section5:after {
  content:"";
  position: absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  z-index: -1;
  background: url(/houseimage.jpg) bottom center no-repeat;
  background-size:cover;
  filter:grayscale(0%);
  opacity: .4;
}

.link0 #section5 #enquiry {
  background: rgba(255,255,255,0.5)!important;
}

.twoColumn td img {
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}


.link0 #section6 .container {
  max-width: none;

}

.link0 #section6 .siteContent,
.link0 #section6 .siteContent p{
    padding:0px!important;
  margin:0px!important;
}


/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  
  padding-top: 20px;
  padding-bottom: 60px;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;  
  display: flex;
  align-items: center;
}

.slick-track div > a {
  display: block;
  width: 95%;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;  
  padding: 0 60px;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  z-index: 1;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev,
.slick-next
{
  bottom: 18px;
}

.slick-prev {
  left: 20px;
}

.slick-next {
  left: 40px;
}

.slick-prev:before {
  content: "\f053";
}

 .slick-next:before {
  content: "\f054";
}

.slick-prev:hover,
.slick-next:hover
{
  color: transparent;
  outline: none;
  background: transparent;
  border: none !important;
}
.slick-prev:hover:before,
.slick-next:hover:before
{
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev:before,
.slick-next:before
{
  font-family: 'FontAwesome';
  font-size: 12px;
  line-height: 1;

  opacity: .25;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  color: #111;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 2em;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.teamSlider .slick-dots {
  bottom: -20px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li:before {
  display: none;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-dots li button:before {
  content:  "\f111";
  color: #111;
  
  font-family: 'FontAwesome';
  font-size: 8px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: .25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  color: #fd3521;
}

/* testimonial slider adjustments */

.testimonialSlider .slick-slide {text-align: center;}

.slick-prev:before,.slick-next:before {color: #111;}

.slick-dots li button:before {color: #111;}

.slick-dots li.slick-active button:before {color: #00869f;}

.slick-dots *,
.slick-dots *:before,
.slick-prev,
.slick-next:before {
  transition: 0.2s;
}

.slick-list:before, .slick-list:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  width: 3vw;
  z-index: 1;
}

.testimonialWrap {
  quotes: '\201C' '\201D';
}

.testimonialWrap:before {
  content:"\f10e";
  font-family: fontawesome;
  position: relative;
  z-index: 2;
  content: open-quote;
  font-size: 6em;
  font-weight: 700;
  line-height: 1em;
  display: block;
  font-size: normal;
  color: #00869f;
  padding:0px;
}

@media all and (max-width: 700px) {

      .slick-slide {  
        padding: 0 10px;
      }

      .slick-list:before, .slick-list:after {
        display:none;
      }

}


.link0 #section2 {
  padding:150px 0;
  border-left:5px solid #fff;
  border-right:5px solid #fff;
  
}

.link0 #section2 h1,
.link0 #section2 h3 {
  color:#fff; 
}

.link0 #section3{
  background:#fff;
  margin:0px!important;
  padding:0px!important;
}


.link0 #section3 .container {
  max-width: none;
  margin:0px!important;
  padding:0px!important;}


.threeColumn td {
  padding:15px 30px;
  background:#fff;
  border:10px solid #E8E8E8;
}

.threeColumn td:first-child img {
  width:50%!important;
}

/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */

#subBanner .container.hasImage {
  background-size: cover !important;
  background-position: center center !important;
  padding-bottom: 350px;
  max-width: 100%;
}

/* ---------------------------------- */
/* ------ HOME/CONTACT STYLES ------- */
/* ---------------------------------- */
/*------------------------------------*/
/*---------- MEDIA QUERIES -----------*/
/*------------------------------------*/

/*-----------------------------------------------*/
/*------------- IPAD PORTRAIT FIX ---------------*/
/*-----------------------------------------------*/

@media all and (max-width: 781px) and (min-width: 600px){

  .logo {
    width:100px;
  }
  
  
  #subBannerHome .container {
    padding:100px 0  0;
  }

#subBannerHome .container .container {  
  position: relative;
  flex-direction: column;
  justify-content: center;
  display:flex;
  z-index: 2;
  bottom:0px;
  max-width: 1700px;

}
  
  #menu nav li a {
    font-size:.6em!important;
    padding:5px 10px!important;
  }
  
.sliderText {
  width: 100%;
  align-items: center;
}

  .sliderText h2 {
    text-align: center;
  }
  
  
  .butFrame {
    width:100%!important;
  }
  
}



/*-----------------------------------------------*/
/*------------- IPAD horizontal FIX ---------------*/
/*-----------------------------------------------*/

@media all and (max-width: 1400px) and (min-width: 782px){

  .butHeading {
    top:13%;
  }

  .logo {width: 100px;}

    #subBannerHome .container {
    padding:130px 0  50px;
  }

#subBannerHome .container .container {  
  position: relative;
  justify-content: center;
  display:flex;
  align-items: center;
  z-index: 2;
  bottom:0px;
  max-width: 1000px;

}

  #subBannerHome .container .container img {  
    max-width:800px!important;
}
  

  .sliderText h2 {
      font-size:2em;
    }
  
  #enquire-dropdown .container {
    padding:30px 0;
  }
 
}





