/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  font: 16px/1.6em Thasadith, "-apple-system", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #777;
  font-weight:700;
}

a {
  color: #1a91bd;
}

a:hover {
  color: #0c6586;
}
p {
  margin: 0.5em 0;
}

icon {
  font-family: fontawesome;
}


strong {
  color:#417791;
}

.outerWrap {
  padding-top:140px;
}

/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  line-height: 1.2em;
  font-family:"Thasadith", sans-serif;
  color:#1f88ab;
}

h1 {  
  font-size: 2.8em;
  margin: .3em 0;  
}

h2 {
  font-size: 2em;
  margin: .3em 0;
}

h3 {
  font-size: 1.8em;
  margin: .3em 0;
}

h4 {
  font-size: 1.5em;
  margin: .3em 0;
}

h5 {
  font-size: 1.5em;
  margin: .2em 0;
}

h6 {
  font-size: 1em;
  margin: .2em 0;
}
h6 a {
  margin-bottom: 0.2em;
}

section {
  width: 100%;
}

.container {
  max-width: 1300px;
  width: 100%;
  margin: auto;
  position: relative;
}

.link0 .textSection .siteContent, .categorySection .siteContent, .viewCart .siteContent {
  padding: 0em 0; }

.textSection .siteContent, .categorySection .siteContent, .viewCart .siteContent {
  padding: 3em 0; }

.textSection .siteContent img, .categorySection .siteContent img, .viewCart .siteContent img {
  height: auto !important;
  max-width: 90%;
}

.contentWrap section:last-of-type > div:last-of-type .siteContent {
  padding-bottom: 1em;
}




.siteBottom .container {
  padding:0px 10px;
display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; /*
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-sizing: border-box; */
}

 
/* 
#subBannerHome {
  position:fixed;
  top: 0;
  z-index:0;
}
 */

/* .link0 .siteBottom {
  background: #FFF;
  margin-top: 100vh;

  position: relative;

} */


#siteWrap {
  position:relative;
  top:0px;
}


/* ---------------------------------- */
/* ---------- CONTENT AREA ---------- */
/* ---------------------------------- */

.siteContent, .searchContent {
  width: 100%;
  -ms-flex: 1 1 auto;
}

 #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;
  -webkit-box-flex: 0,;
      -ms-flex: 0, 0, 0;
          flex: 0, 0, 0;
  line-height: 1.5em;
  background: rgba(0, 0, 0, 0.1);
}

.textSection .sidebar, .photoSection .sidebar {
  display: none;
}

.sidebar .item, #outerSidebar .item {
  width: 100%;
  margin-top: 15px;
}

.sidebar .item .contentImg, #outerSidebar .item .contentImg {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.sidebar .item .caption, #outerSidebar .item .caption {
  font-size: .9em;
}

#outerSidebar {
  display: none;
}

#cartContent .sidebar {
  display: none;
}

/*
@media (min-width:600px){
.siteBottom {
width: 100%;
max-width: 1100px;
margin: auto;
display: flex;
justify-content: space-between;

}
.sidebar {
display: none;
}
#outerSidebar {
width: 200px;
padding: 0 15px;
flex-shrink: 0;
background: rgba(0,0,0,0.1);
display: inline-block;
}
.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: 0.5em;
  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: "\f095";
  /*phone*/
  content: "\f098";
  /*phone in square*/
}

.mobile:before {
  content: "\f10b";
  /*mobile*/
}

.email:before, .enquiry:before {
  /*! content: "\f2b7"; */
  /*envelope open*/
  /*! content: "\f2b6"; */
  /*envelope open solid*/
  /*! content: "\f003"; */
  /*envelope in square*/
   content: "\f0e0"; 
  /*empty envelope*/

  /*solid envelope*/
}

.fax:before {
  content: "\f1ac";
  /*fax*/
}

.address:before {
  content: "\f278";
  /*map*/
  content: "\f279";
  /*map solid*/
  content: "\f124";
  /*location arrow*/
  content: "\f041";
  /*map marker*/
}

/*-----social icons-----*/
.facebook:before {
  content: "\f082";
  /*facebook square*/
/*   content: "\f09a"; */
  /*facebook f*/
}

.houzz:before {
  content: "\f27c";
  /*instagram logo*/
}


.appointment:before {
  content: "\f017";
  /*instagram logo*/
}


.instagram:before {
  content: "\f017";
  /*instagram logo*/
}

.twitter:before {
   content: "\f27c";
  /*twitter square*/
  content: "\f27c";
  /*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: 1000;
  background:#f7f7f7;
  margin:0 auto;
  width:100%;
}



#menu nav {
    max-width:1300px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px;
}
#menu nav li {
  list-style: none;
  float: left;
  display: inline-block;
  margin: 0;
}
#menu nav li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding: 16px 12px;
  color: #555;
  text-transform:uppercase;
  font-weight:700;
  letter-spacing:0.02em;
  font-size: 1em;
  border-top:2px solid transparent;
}

/* #menu nav li:last-child  {
  border:2px solid #1a91bd;
  color:#1a91bd;

}

#menu nav li:last-child a {
   color:#1a91bd;
} */

#menu nav li a:hover, #menu nav .parent:hover > a {
  background: rgba(255, 255, 255, 0.1);
    border-top:2px solid #2188ab;
}


#menu nav .current > a {
  color:#1a91bd;
  border-top:2px solid #2188ab;
}

#menu nav .parent > a:after {
  font-family: FontAwesome;
  text-align:center;
  margin-left: 8px;
  content: "\f107";
  line-height: 1em;
}

#mobileMenu, #navToggleWrap {
  display: none;
}

/* ---------------------------------- */
/* ------------ SUB MENU ------------ */
/* ---------------------------------- */
#menu nav ul {
  position: absolute;
  width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  font-size: .85em;
}

#menu .subContainer {
  background: #4e4480;
  margin-top: 10px;
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}


#menu nav ul li {
  width: 100%;
  display: inline-block;
}

#menu nav ul li a {
  color:#fff!important;
  padding: 5px 10px;
  line-height: 1.1em;
}

#menu nav ul li 

@media all and (max-width: 700px) {
  #navToggleWrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    -webkit-transition: 0.4s;
    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: #eee;
  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 {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: center;
          justify-content:  space-around;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contentImgRow .item:nth-child(1) {
  margin-left: 0;
}
.contentImgRow .item:nth-last-child(1) {
  margin-right: 0;
}

.contentImgRow .item {
  width: 25%;
  display: inline-block;
  position: relative;
}

.clients .contentImgRow .item {
  border: 1px solid rgba(0,0,0,0.1);
  margin: 10px;
  width: calc(24% - 20px) !important;
  padding: 40px 20px;
  box-sizing: border-box;
}

.clients .contentImgRow .item  h2 {
  line-height: 1.1em;
  font-size: 1.5em;
}


.contentImgRow .item:after {
  content: "\f00e";
  font-family: FontAwesome;
  font-size: 2em;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  
  pointer-events: none;
}

.contentImgRow .item:hover:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.clients .contentImgRow .item:after  {
  display: none;
}

.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;
}

.clients .contentImgRow .contentImg {
  width: 80%;
  max-width: 250px;
  margin: 0 auto;
  padding-bottom: 40%;
}

.clients .contentImgRow .contentImg {
  background-size: contain !important;
}

.contentImgRow .item:nth-child(1) {
  background: #eaaa2f;
}

.contentImgRow .item:nth-child(2) {
  background: #eaaa2f;
}

.contentImgRow .item:nth-child(3) {
  background: #eaaa2f;
}

.contentImgRow .item:nth-child(4) {
  background: #eaaa2f;
}

.contentImgRow .item {
  overflow: hidden;
}

.clients .contentImgRow .item {
  background: #fff;
}

.contentImgRow .item .image {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contentImgRow .item:hover .image {
  -webkit-transform: scale(1.1) rotate(-2deg);
          transform: scale(1.1) rotate(-2deg);
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.clients .item:hover .image {
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.contentImgRow .caption {
  font-size: .8em;
}

/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/
#enquiry {
  width: 100%;
/*   border:1px solid #ccc; */  
  max-width: 600px;
  padding:20px;
  background: rgba(0, 0, 0, 0.02);
  float: right;
 margin-left: 20px;
  font-size: .8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius:2em;
}

.enqHeader {
  width: 100%;
  color: #444;
  text-align:center;
  padding: 12px 10px 12px;
  margin-bottom: 15px;
  font-size: 2.6em;
  font-weight:700;
}

.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 {
  -webkit-transition: all 0.2s ease-in-out;
  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: #eee;
  outline: 1px solid #318779;
}

#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;
  background:#0d6788;
  color:#fff;
  padding:1em 2em;
  border-radius:0.5em;
}
  
#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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: "\f078";
  border-left: 1px solid #ccc;
  font-family: fontawesome;
  pointer-events: none;
}

.select select {
  background: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 100%;
  padding: .5em;
  outline: 0;
}



/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
footer {

  width: 100%;
  background:#f8f8f8;
  background-size:cover;
  font-size: .8em;
  color:#444!important;

}

footer .logo {
  max-width:200px;
}

#footerTop {

  padding:25px 0px;
  font-size:1.2em;
}

#footerBottom {
  padding: 10px 0 20px 0px;
}


footer .container {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction:row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
text-align:center;
}



#footerTop > div > div  {
  border-right:1px solid #ccc;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

#footerTop div:last-of-type {
  border-right:none;
}

#footerTop div:before {
  display:none;
}

/*-------- FOOTER TEXT STYLES ---------*/
footer {
  color: #333;
}

#footerBottom a {
  color: inherit;
  opacity: 1;
  text-decoration: none;
  color:#444;
}

#footerBottom a:hover {
  color: inherit;
  opacity: 1;
}

/*------------ FOOTER MENU ------------*/
footer nav {
  width: 60%;
  display: inline-block;
}
footer nav li {
  list-style: none;
  float: left;
  display: inline-block;
}
footer nav li a {
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;
}

.footerRight {
  text-align: right;
  margin-right: 10px;
}


/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */

#footerTop .logo {
  padding:10px 0px;
}
#footerTop div {
  flex:1;
}

footer .contact:before {
  display:block;
  margin-right:0px;
  color:#fff;
  font-size:1.5em;
}

#footerTop a {
  color:#222;
  font-size:1.6em;
    font-weight:400;
}

#footerTop a{
  padding:0.12em;
  font-size:1.6em;
}

footer p {
  color:#fff;
  font-size:1.2em;

}

#footerTop {
  font-size:1em;
}

footer {
  color:#fff;
}
/* ----------------------------------------- */
/* -----------------TO TOP ----------------- */
/* ----------------------------------------- */
#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 900;
}
#toTop:before {
  content: "\f077";
}

/* ---------------------------------- */
/* --------  ul 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: #22313F;
  position: absolute;
  top: 0;
  left: -20px;
}

/*-----------------------------------*/
/*-------------- GRID ---------------*/
/*-----------------------------------*/
.grid {
  display: -webkit-box;
  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 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid [class*='col-'], .contentImgRow .item, .cartThumb {
  float: left;
  margin: 5px;
}

.col-1 {
  width: 100%;
  width: calc(100% - 10px);
}

.col-2 {
  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 {
  width: 24%;
  /*! 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);
}


/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */
.button,
.contact a,
#enquiry input[type="submit"],
.basicFrame,
h6 a {
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  padding: 0.5em 1.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,
#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: #1f788f;
  border: 1px solid transparent;
 
}



.butS1:hover, .butS1:active,
a.basicFrame: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: #fff;
   background: #1f788f; 
  border: 1px solid #1f788f; 
}

.select:after {
  color: #fff;
  background: #34495E;
  border: 1px solid #34495E;
}

.select:hover:after, .select:active:after {
  color: #fff;
  background: #22313F;
  border: 1px solid #22313F;
}

/*secondary button*/
.butS2, body .cartBtn.grey, .cartItemPrev, .checkoutPrev, .cartBtnHL.resumeShopping, .cartItemUpdate, .openCheckout, .blogNavigation a {
  background: none;
  border: 1px solid transparent;
  background:#6bb6d1;
  text-decoration:none;
  display:inline-block;
  padding:8px 15px;
  border-radius:0.8em;
  color: #fff;
}
.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: #22313F;
  border: 1px solid #22313F;
}

/*inverted button*/
.butS3 {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.butS3:hover, .butS3:active {
  color: #22313F;
  background: #fff;
  border: 1px solid #fff;
}

.basicFrame {
  font-weight:700;
  font-size:1.0em;
  padding:40px 0px;
  transition:0.5s ease;
}

.basicFrame:hover {
  border:1px solid #1073b7;
  background:none;
  color:#1073b7;
}

/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */

#buttons * {
  transition: all .5s ease;
}

#buttons {
  margin:auto; /* For Codepen presentation only */
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;

  box-sizing:border-box;
  -webkit-align-items:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
}

.butFrame {
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  padding: 10px 0 30px 0;
  margin-bottom:15px;
  cursor: pointer;
  width: 22%;
  text-align:center;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: .5s ease;
  background:#fff;
  border-radius:0.6em;
}

.butFrame a:last-of-type {
  position:relative;
  background:#417791;
  color:#fff;
  text-decoration:none;
  padding:0.5em 1.2em;
  display:inline-block;
  border-radius:1em;
}


/* Hover Effect */

.butFrame:hover, .customTable td:hover  {
  transform: translateY(-10px);
}

.butFrame:hover .hi-icon{
  background:#289f42;
  
}

.butFrame:hover .hi-icon:before {
  color:#f7f7f7;
}

 .hi-icon {
  background: #E3E1E1;
  transition: background 0.2s, color 0.2s;
}



.butHeading {
  font-size:1.6em;
  font-weight: 700;
  text-align: center;
  color: #333;
  margin-top: 15px;
  margin-bottom:10px;
  letter-spacing: 1px;
  
}

.butParagraph {
  display:none;
  width: 100%;
  height:80px;
  position:relative;
  text-align: center;
  font-size:0.8em;
  padding: 8px 15px;
  color: #666;
  margin-bottom: 10px;
  line-height:1.6em;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* .butRead {
  text-align: center;
  color: #444;
  background: #E3E1E1;
  border-radius:4px;
  padding:4px;
  box-sizing:border-box;
  text-transform:lowercase;
  position:absolute;
  width:100%;
  bottom:0px;
  left:0;
  height:auto;
  display:none;
} */

.hi-icon-wrap {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-items: stretch;
}

.butImage {
  display: inline-block;
  font-size: 0px;
  cursor: pointer;
  margin: 20px auto;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  background: #f7f7f7;
  text-decoration: none;
  transition:0.3s ease;
}

.butImage:after {
  content:"";
  width: 100%;
  height: 100%;
  z-index:0;
 background: rgba(255,255,255,0.2); 


  position:absolute;
  left: 0px;
  top: 0px;
  border-radius:50%;
} 

.butImage img {
  width:130px;
  padding:20px;
}

.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
  
}

/* .hi-icon:before {
  font-family: 'FontAwesome';
  speak: none;
  font-size:50px;
  line-height: 120px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: block;
  -webkit-font-smoothing: antialiased;
  color:#289f42;
}

.butFrame:nth-of-type(1) .hi-icon:before {
  content: "\f02d";
}


.butFrame:nth-of-type(2) .hi-icon:before {
  content: "\f086";
}



.butFrame:nth-of-type(3) .hi-icon:before {
  content: "\f118";
}



.butFrame:nth-of-type(4) .hi-icon:before {
  font-family: fa;
  font-weight: bold;
  content: "\f5d1";
} */

/* ---------------------------------- */
/* ---------- 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 {
  background:rgba(255,255,255,0.55);
  position: relative;
  z-index:999;
  top:0px;
 border-top:2px solid #35bcdf;
}




#banner .container {
     display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
    flex-direction: row;
    
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
    justify-content: space-between;
    
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  max-width:1300px;
}

.logo {
  display:block;
  position:relative;
  z-index:10;
  top:0px;
  max-width: 430px;
  /*! margin:0 auto; */
  padding: 25px 0px;
}


.logo #logo, .logo img {
    display:block;
  width: 100%;
  height: auto;
}

/*for SVG*/

a.logo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

a.logo {
  position: relative;
  display: block;
}


.contact.contactContainer  {
  display:flex;
  justify-content:center;
  align-items:center;
  position:relative;
  font-size:1.5em;
}

.contact.contactContainer a {
  padding:5px 10px;

}

.contact.contactContainer span {
    font-weight:600;
}

.contact.contactContainer .facebook {
  color:#4d4380;
  font-size:2em;
  position:relative;
  top:5px;
}

/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */
/*  .curve1 {a
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: url(/files/curve.svg) bottom center;
  background-size: 100% 100% !important;
  opacity: 0.4;
}  */

.curve2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 42%;
  background: url(/files/curve.svg) bottom center;
  background-size: 100% 100% !important;
}

.curve3 {
  
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20%;
  background: url(/files/curve.svg) bottom center;
  background-size: 100% 100% !important;
}


/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */

#subBannerHome .container {
  max-width:none;
}

.subBannerImage {
  max-width:none;
  max-width:100%;
 position:relative;
 right:0;
  margin:0 auto;
 width:98%;
 padding-bottom:34%;
 background:#f7f7f7 url("/thumbnaillarge/homeBG.jpg")center center;
 background-size:cover!important;
}


.flickerplate {
  position: relative;
  width: 100%;
  background-color: #e6e6e6;
  overflow: hidden;
}

.flickerplate, .flick-inner {
  /*Adjust This To Suit % Images*/
  /*This can be a pixel height */
  padding-bottom: 34%;
  height: 0;
}


/* .flick-wr:after {

  content:"";
  width: 50%;
  height: 140%;
  background: rgba(77,67,128,0.7);

  position: absolute;
  left: -220px;
  top: -80px;
  border-radius:50%;
} */
 
.flick-content {
  position: absolute;
  z-index:99;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin: auto;
  padding: 0% 0%;
  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;
  /* ADJUST TEXT POSITION HORIZONTALLY */
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1em;
  text-align:center;
/*   background:rgba(53,188,223,0.4); */
}

.flick-wrap {
    display: flex;
  flex-direction:column;
  justify-content:center;
  color:#fff;
  position:relative;
  text-align:left;
  top:0px;
  padding:10px;
  height:100%;
  width:50%;
  transition-delay:3.2s;
    background:rgba(33,136,171,0.4);
}


.flick-wrap a {
  width:40%;
  text-align:center;
  font-weight:700!Important;
}
.flick-wrap:before {
  content:"";
  top:0;
  bottom:0;
  right:0;
  background:rgba(33,136,171,0.4);
}

.flick-wrap * {
  color:#fff;
}


.flick-wrap .enquiry {
  padding:2%;
}

.flick-wrap a {
  margin-top:10px;
  display:inline-block;
  background:none;
  border:2px solid #fff;
  font-weight:400;
  background:#fff;
  padding:5px 30px;
  text-decoration:none;
  border-radius:1em;
  color:#444;
}



.enquiry:before {
  display:none;
}





.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;
}


.flick-title, .flick-sub-text {
  width: 40%;
  text-align: left;
}

.flick-title {
  font-size: 2em;
  color: #fff;
}

.flick-sub-text {
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 1em;
}

.flick-but {
  position: relative;
  z-index: 2;
  width: 15em;
}

/* 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: 40%;
  }
}
@media all and (max-width: 700px) {
  /* SMALL */
  .flick-content, .arrow-navigation, .dot-navigation {
    font-size: 0.6em;
  }

  .flickerplate, .flick-inner {
    padding-bottom: 50%;
  }
}
/* 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: #56443c;
}

.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;
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.flickerplate .dot-navigation ul {
  list-style: none;
  margin: 1em 0;
  padding: 2%;

  /* DOT HORIZONTAL POSITION */
  font-size: 0.8em;
  /* 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;

  background-color: #333;
  /* LIGHT THEME DOT COLOUR */
}

.flickerplate.flicker-theme-dark .dot-navigation .dot {
  background-color: #444;
  /* 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;
}

/* ---------------------------------- */
/* -----------HEADINGS ------------ */
/* ---------------------------------- */

.flick-wrap h1 {
  font-size:3vw!important;
  line-height:1em;
  color:#fff;
  letter-spacing:0em;
  margin:0px;
  transition-delay:3.2s;
}

.flick-wrap h1, .flick-wrap h2 {
  font-family:"Montserrat", sans-serif;
}

.flick-wrap span {
  color:#eaaa2f;
}

.flick-title, .flick-sub-text {
  width: 40%;
  text-align: left;
  color:#fff;
}

.flick-title {
  font-size: 2em;
  color: #fff;
  
}

.flick-sub-text {
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 1em;
}

.flick-but {
  position: relative;
  z-index: 2;
  width: 15em;
}

/* ---------------------------------- */
/* ----------- WORKS CSS ------------ */
/* ---------------------------------- */
/* Add To Home */
.addtohome {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 20px;
  margin: auto;
  display: none;
  z-index: 1000000;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  padding: 8px 2%;
}

.addToHome .flexCenter {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.addToHomeLogo {
  display: inline-block;
  width: 65px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}

.addToHomeLogo img {
  width: 100%;
  height: auto;
}

.addtohome .addHomeText {
  display: inline-block;
  width: calc(94% - 65px);
  margin-left: 2%;
  color: #fff;
  font-weight: 300;
  font-size: 0.85em;
  line-height: 1.4em;
  padding: 8px 0 6px;
}

.addIcon {
  margin: 0 2px;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}

.addIcon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  height: 1px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}

.addIcon:after {
  content: "\f176";
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  top: -10px;
  left: 3px;
  margin: auto;
}

.addtohome:after {
  position: absolute;
  bottom: -10px;
  left: 46%;
  width: 0px;
  height: 0px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
}

.addtohome:before {
  content: "\f057";
  font-family: FontAwesome;
  color: #444;
  position: absolute;
  top: 1px;
  right: 3px;
}

/* 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(255, 255, 255, 0.95);
  display: none;
  overflow: hidden;
}

.enquire-dropdown .container {
  width: 100%;
  height: 100%;
  height: 100vh;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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: #444;
  padding: 0 10px;
  border-right: 1px solid rgba(30, 30, 30, 0.05);
}

.enquire-dropdown h2 {
  color: #1a91bd;
  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: #444;
  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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.closeBtn:hover {
  opacity: 0.5;
}

.closeBtn:before, .closeBtn:after {
  content: "";
  width: 25px;
  height: 2px;
  background: #444;
  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: #444;
  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: #444;
  opacity: 0.6;
}

.enquire-dropdown :-moz-placeholder {
  color: #444;
  opacity: 0.6;
}

.enquire-dropdown ::-moz-placeholder {
  color: #444;
  opacity: 0.6;
}

.enquire-dropdown :-ms-input-placeholder {
  color: #444;
  opacity: 0.6;
}

/* .dropContact a {
  color: #34495E;
}

.dropContact a:hover {
  color: #FFC35F;
}
 */

/* ----------- PRELOADER ICON  ----------- */

#loaderIcon {
  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% + 150px); /*-- adjust vertical position --*/
}
@keyframes animateLoad {
  0% { 
    transform: rotate(0deg)
  }
  100% { 
    transform: rotate(220deg)
  }
}
#loaderIcon:after {
  animation: animateLoader 1.5s ease-in-out infinite;
  clip: rect(0, 80px, 80px, 40px);
  content:'';
  border-radius: 50%; 
  height: 60px;
  width: 60px;
  position: absolute; 
} 

@keyframes animateLoader {
  0% {
    box-shadow: inset #ccc 0 0 0 17px;
    transform: rotate(-140deg);
  }
  50% {
    box-shadow: inset #ccc 0 0 0 2px;
  }
  100% {
    box-shadow: inset #ccc 0 0 0 17px;
    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: 250px;
  border: 3px solid transparent;
  z-index: 1001;
  display: flex;
  align-items: center;
}


#loader img{
  width:100%;
  height:auto;
  opacity:0;
}

#loader img{
  animation: load 4s alternate;
}

@keyframes load {
  0%   { 
    opacity:0; 
  }
  30% {
    opacity:1;
  }
  70% {
    opacity:1;
  }
  100% {
    opacity:0;
  }
}

#loader-wrapper .loader-section {
  position: absolute;
  background:#fff;
  top: 0;
  width: 51%;
  height: 100%;
  z-index: 1000;
  transform: translateX(0);   
  background: $darkTone; /*-- 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 {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
  transform: translateX(100%);  
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%); 
  transition: all 0.3s 1s ease-out;
}


/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */

#textBox {
  position: absolute;
  top:3em;
  right:3em;
  width:100%;
  max-width: 500px;
  text-align: center;
  padding:40px;
  background:#1c89ac;
  border:5px solid #fff;
  color:#fff;
}

#textBox a {
  color:#fff;
}


.link0 .siteBottom p {
  font-size:1.05em;
  line-height:1.8em;
}

.customTable {
  background:#f7f7f7;
  padding:20px!important;
  border-radius:1.5em;
}

.customTable > tbody > tr > td:last-child {
  padding:10px 30px;
}


.link0 .siteBottom section {
  padding:100px 0px;
}

#section1 h1 {
  display:none;
}


.link0 #section1 a {

  margin-top:10px;
  display:inline-block;
  background:#417791;
  border:2px solid #fff;
  font-weight:400;
  padding:5px 30px;
  text-decoration:none;
  border-radius:1em;
  color:#fff;

}

.link0 #section2:before {
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  top: -2px;;
  height: 30%;
  background: url(/files/curve.svg) bottom center;
  background-size: 100% 100% !important;
  opacity: 1;
  transform: scaley(-1);
    transform: scale(-1);
}

.link0 #section2:after {
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30%;
  background: url(/files/curve.svg) bottom center;
  background-size: 100% 100% !important;
  opacity: 1;
}



.link0 #section2 {
  position:relative;
  background:url("thumbnaillarge/bg.jpg");
  background-attachment:fixed;

  /*! background:#f7f7f7; */
}


.link0 #section2 {
  padding:120px 0px;
}


.link0 .tableImage
{
  
  position: relative;
  z-index: 0;
  display: block;
  width: 90%;
  height: auto;
  box-sizing: border-box;
  margin:0 auto;
}

.tableImage img {
  border-radius:1.5em;
  box-shadow:0px 0px 20px 20px rgba(50,50,50,0.1);
}






.link0 #section1 .tableImage:after {
 content:"";
 position:absolute;
  margin:0 auto;
  left:-50px;
  right:0px;
 top:-30px;
 z-index:-1;
 background:none;
 width:100%;
 height:100%;
  border-radius:10%;
 background:#1f88ab;
}



/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */
#subBannerHome .container, #subBanner .container {
  max-width: 100%;
}


#subBannerHome {
  position: relative;
  background: url(/thumbnaillarge/subBannerBG.jpg);
  background-size: cover;
}


#subBanner {
  position:relative;
  background:#2695be;
  display:flex;
  background:url("thumbnaillarge/homeBg.jpg")top center;
  background-position:top center !important;
  background-size:cover !important;
}

#subBanner:before {
  content:"";
  position: absolute;
  z-index:0;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 30%;
  background: url(/files/curve.svg) bottom center;
  background-size: 100% 100% !important;
  opacity: 1;

}
 
#subBanner .container {
   display:flex;
  justify-content:center;
  align-items:center;
  position:relative;
  max-width:1200px!important;
  width:100%;
  background:url("thumbnaillarge/homeBG.jpg")
  box-sizing: border-box;
}



#subBanner .container a {
  position:relative;
  z-index:2;
  font-weight:400;
  display: block;
  color: #fff;
  font-size:4.5em;
  line-height: 1.3em;
  text-align: left;
 
  padding:5%;
}


/* #subBanner .container a:before {
    content:"";
  width: 150%;
  height: 350%;
  background: rgba(77,67,128,0.7);
  margin:0 auto;
  position: absolute; 
  top:-150px;
  bottom:0;
  right:70px;
  left:0;
  z-index:-1;
  border-radius:50%;
}

 */

/* ---------------------------------- */
/* ------------ COLOURS ------------- */
/* ---------------------------------- */
.darkTone {
  background: #1a2632;
}

.midTone {
  background: #22313F;
}

.lightTone {
  background: #34495E;
}

.highlightTone {
  background: #FFC35F;
}

.greyLightest {
  background: #eee;
}

.greyLight {
  background: #ccc;
}

.greyMid {
  background: #aaa;
}

.greyDark {
  background: #222;
}

.white {
  background: #fff;
}

.black {
  background: #000;
}

/*------------------------------------*/
/*---------- MEDIA QUERIES -----------*/
/*------------------------------------*/



 @media all and (min-width: 700px){ 
  
 .siteTop {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;

  
  width: 100%;
 z-index: 1111;
  
}  

/* ----------- SHRINK CSS ----------- */

 #banner  , .tagline *, .mobileScrollStart, .logo *, .contact.contactContainer, .contact.contactContainer *, 
#menu, .logo, .topBar, .topBar , #menu {
  
  -moz-transition:0.5s;
  -webkit-transition:0.5s
  -ms-transition:0.5s;
  -o-transition:0.5s;
  transition:0.5s;

}


.mobileScrollStart .siteTop {
  position:fixed;
  box-shadow: 0 10px 10px 0px rgba(0,0,0,0.1);
}
  


.mobileScrollStart .logo
   { 
     top:0px;
     display:block;
     position:relative;
     padding:15px 5px 15px 5px;
     max-width: 300px;
     /*     box-shadow: 0 10px 10px 0px rgba(0,0,0,0.2); */

   }



   .mobileScrollStart #menu nav li a{
     font-size:0.8em;

   }

}



/*-----------------------------------------------*/
/*------------- IPAD horizontal FIX ---------------*/
/*-----------------------------------------------*/
 

@media all and (max-width: 1300px) and (min-width: 782px){

 
   
#textBox {
  position: absolute;
  top:8em;
  width:100%;
  max-width: 300px;

}

.subBannerImage {
 padding-bottom:50%;

}
 

 

}



 