/*
$darkTone:#1a2632;
$midTone:#22313F;
$lightTone:#34495E;
$highlightTone:#FFC35F;

$greyLightest:#eee;
$greyLight:#ccc;
$greyMid:#aaa;
$greyDark:#222;

$white:#fff;
$black:#000;
*/
/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  font: 16px/1.6em Roboto condensed, BlinkMacSystemFont, "-apple-system", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #676767;
}

.overlayImg {
  cursor: pointer;
}

a {
  color: #1a2632;
  transition: all .3s ease;
}

a:hover {
  color: #34495E;
}

p {
  margin: 1em 0;
  font-size:1.4em;
  line-height: 1.4em;
}

icon {
  font-family: fontawesome;
}

/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: inherit;
  line-height: 1.2em;
  color: #282f85;
}

h1 {
  font-size: 3.5em;
  margin-bottom:60px;
  text-transform: uppercase;
  font-weight:900;
  text-align:center;
}


h1:after{
  content:"";
  height:5px;
  width:200px;
  background:#282f85;
  display:block;
  margin:20px auto 0;
}

h2 {
  font-size: 1.8em;
  margin: .3em 0;
}


.twoColumn td strong {
  font-size:40px;
}

.link1 .twoColumn td strong {
  font-size: inherit;
}

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;
  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: 2em 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: 2em;
}

/* ---------------------------------- */
/* ---------- CONTENT AREA ---------- */
/* ---------------------------------- */
.siteTop {
  background: #34495E;
}

.siteBottom .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: center!important;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: 0 10px;
}

.siteContent, .searchContent {
  width: 100%;
  -ms-flex: 1 1 auto;
}

#subBannerHome img, #subBanner img {
  width: 100%;
  height: auto;
  display: block;
}


/* #subBanner {
  height:250px;
  background: url(thumbnaillarge/sl1.jpg) bottom no-repeat;
  position: relative;
  
} */

#subBanner:before {
  background: rgba(255,255,255,0.2);
  content:"";
  position: absolute;
  top:0px;
  left:0px;
  height:100%;
  width:100%;
}

.buttonSection .siteContent, .buttonSection .container {
  padding: 0;
}

.desktop-hide, a.desktop-hide {
  display: none !important;
}

/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */
.sidebar {
  display:none;
  width: 280px;
  padding: 2em 0.5em 15px;
  margin: 0px 15px 0 0;
  -ms-flex: 0,0,0;
      flex: 0,0,0;
  line-height: 1.5em;
  background: rgba(0, 0, 0, 0.06);
}

/*.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: 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: "\f095";
  /*phone*/
  content: "\f098";
  /*phone in square*/
}

.mobile:before {
  content: "\f10b";
  /*mobile*/
}

.email:before {
  content: "\f2b7";
  /*envelope open*/
  content: "\f2b6";
  /*envelope open solid*/
  content: "\f003";
  /*envelope in square*/
  content: "\f0e0";
  /*empty envelope*/
  content: "\f199";
  /*solid envelope*/
}

.fax:before {
  content: "\f1ac";
  /*fax*/
}

.address:before {
  content: "\f278";
  /*map*/
  content: "\f279";
  /*map solid*/
  content: "\f124";
  /*location arrow*/
  content: "\f041";
  /*map marker*/
}

/*-----social icons-----*/
.facebook:before {
  content: "\f082";
  /*facebook square*/
  content: "\f09a";
  /*facebook f*/
}

.instagram:before {
  content: "\f16d";
  /*instagram logo*/
}

.twitter:before {
  content: "\f081";
  /*twitter square*/
  content: "\f099";
  /*twitter bird*/
}

.googlePlus:before {
  content: "\f0d4";
  /*google plus square*/
  content: "\f0d5";
  /*google plus*/
}

.pinterest:before {
  content: "\f0d3";
  /*pinterest square*/
  content: "\f0d2";
  /*pinterest circle*/
}

.linkedIn:before {
  content: "\f08c";
  /*linkedIn square*/
  content: "\f0e1";
  /*linkedIn in*/
}

.youTube:before {
  content: "\f16a";
  /*youtube play*/
  content: "\f166";
  /*youtube square*/
  content: "\f167";
  /*youtube normal*/
}

.flickr:before {
  content: "\f16e";
  /*flicker dots*/
}

/*-----social colours-----*/
.facebook {
  background: #49639E;
}

.instagram {
  background: #8a3ab9;
}

.twitter {
  background: #5EA9DD;
}

.googlePlus {
  background: #DD4B39;
}

.pinterest {
  background: #BD081C;
}

.linkedIn {
  background: #0177B5;
}

.youTube {
  background: #E22D24;
}

.flickr {
  background: #ff0084;
}

/* ---------------------------------- */
/* --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: none;
  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: 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:15px 10px;
  color: #222;
  font-size: 1.2em;
  text-transform: uppercase;
  border-bottom:5px solid transparent;
  font-weight:900;
}

#menu nav li a:hover, #menu nav .parent:hover > a {
    color:#D66B25;
}

#menu nav .current > a {
  color:#D66B25;
}

#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: 300px;
  margin: 0;
  padding: 0;
  display: none;
  font-size: .85em;
}

#menu .subContainer {
  background: #d66b25;
  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 #d66b25;
}

#menu nav ul li {
  width: 100%;
  display: inline-block;
}
#menu nav ul li a {
  padding: 5px 10px;
  line-height: 1.1em;
  color:#fff;
}

#menu nav ul li a:hover {
background:rgba(0,0,0,0.3);
color:#fff;
}

#menu nav ul .current > a  {
color:#fff;
 background:rgba(0,0,0,0.3);
 
}



/*-----------------------------------*/
/*------------ 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 {
  position: relative;
}






.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;
  transition: all .3s ease;
  position: relative;
}



.contentImg:after {
  content:"";
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(40,47,133,0);
    transition: all .3s ease;

}

.contentImg:hover:after {
  content:"";
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(40,47,133,0.3)
}


.contentImgRow .caption {
  font-size: .8em;
  margin:0px!important;
  position: absolute;
  bottom:0;
  padding:0px 25px;
  color:#fff;
  font-weight:900;
  text-shadow: 3px 3px 3px rgba(0,0,0,0.8);
  
}
.contentImgRow .caption:empty {
  display: none;
}

/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/
#enquiry {
  width: 100%;
  max-width: 600px;
  background: rgba(0, 0, 0, 0.05);
  float: right;
  padding: 20px;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: .8em;
  line-height: 1.4em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.enqHeader {
  width: 100%;
  background: #22313F;
  color: #fff;
  padding: 12px 10px 12px;
  margin-bottom: 15px;
  font-size: 1.3em;
  display:none;
}

.enqRow {
  width: 100%;
  overflow: hidden;
  padding: 3px 5px;
}

.enqRow.half {
  width: 50%;
  display: inline-block;
}

.enqLeft {
  padding: 5px;
  float: left;
  width: 100%;
  font-size: 1.2em;
}

.enqRight {
  width: 100%;
  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: 5px;
  background: #fff;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 16px;
}

input[type=text], input[type=tel], input[type=email], input[type=number], input[type=date], input[type=time], input[type=phone], .select, textarea {
  transition: all 0.2s ease-in-out;
  background: #fff;
  color: #222;
  outline: 1px solid rgba(0, 0, 0, 0.05);
  border: none;
  font-size: 16px;
}
input[type=text]:hover, input[type=tel]:hover, input[type=email]:hover, input[type=number]:hover, input[type=date]:hover, input[type=time]:hover, input[type=phone]:hover, .select:hover, textarea:hover {
  outline: 1px solid rgba(0, 0, 0, 0.2);
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=number]:focus, input[type=date]:focus, input[type=time]:focus, input[type=phone]:focus, .select:focus, textarea:focus {
  background: #eee;
  outline: 1px solid #ef5f0b;
}

#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;
}

#enquiry input[type="date"] {
  font-family: comic sans;
}

#enquiry input[type="time"] {
  font-family: inherit;
}

#enquiry input[type="submit"] {
  margin-bottom: 10px;
  border: 0;
  cursor: pointer;
  width:150px;
  float:right;
}

#enquiry select {
  width: 100%;
}

/*-----Placeholder Styles-----*/
#enquiry ::-webkit-input-placeholder {
  color: #000;
  opacity: 0.6;
}

#enquiry :-moz-placeholder {
  color: #000;
  opacity: 0.6;
}

#enquiry ::-moz-placeholder {
  color: #000;
  opacity: 0.6;
}

#enquiry :-ms-input-placeholder {
  color: #000;
  opacity: 0.6;
}

#enquiry .checkbox {
  padding: 5px;
}

/**
 * Custom styling for <select>s
 */
.select {
  position: relative;
}
.select:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  content: "\f078";
  border-left: 1px solid #ccc;
  font-family: fontawesome;
  pointer-events: none;
}
.select select {
  background: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 100%;
  padding: .5em;
  outline: 0;
}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
/*--- Cusotmer footer ----*/
#footerContact {
  width:100%;
  text-align: center;
  padding:40px 20px 0;
  
}
.appointment strong:after {
  content:"";
  display:block;
  height:5px;
  background:#D66B25;
  width:150px;
  margin:30px auto 0px;
}

.appointment strong{
  font-size:3.3em;
  font-weight: 900;
  color:#D66B25;
  display:inline-block;
  text-transform: uppercase;
  padding:0px;
  margin:0px!important;
 
}

.appointment p {
  font-size:1.2em;
  margin:20px 0;
  font-weight:100;
  text-transform: uppercase;
}


.appointment a{
  display:inline-block;
  color:#fff;
  background:#D66B25;
  text-transform: uppercase;
  font-weight:900;
  font-size:1.2em;
  text-decoration:none;
  padding:10px 30px;
}


.appointment a:after {
  content:"\f138";
  font-family:fontawesome;
  margin-left:10px;
  opacity:1;
  transition: all .3s ease;
}




/*--------------------------------------------*/

#footerTop {
    padding:20px 0;
}


footer:before {
  content:"";
  background:rgba(0,0,0,0.7);
  height:100%;
  width:100%;
  top:0;
  left:0;
  position: absolute;
}

footer {
  width: 100%;
background: url(thumbnaillarge/sl1.jpg) bottom center no-repeat;
  font-size: .8em;
  position: relative;
  background-position-y: -400px;

}

#footerBottom {
    padding:20px;
  background: rgba(0,0,0,0.7);
}

footer .container {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

/*-------- 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: 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 --------- */
/* ---------------------------------- */
/* ----------------------------------------- */
/* -----------------TO TOP ----------------- */
/* ----------------------------------------- */
#toTop {
  position: fixed;
  bottom: 20px;
  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: #22313F;
  position: absolute;
  top: 0;
  left: -20px;
}

/*-----------------------------------*/
/*-------------- GRID ---------------*/
/*-----------------------------------*/
.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  justify-content:center;
}
.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
}
.grid.justify {
  -ms-flex-pack: justify;
      justify-content: center;
}
.grid.center {
  -ms-flex-pack: center;
      justify-content: center;
}

.grid [class*='col-'], .contentImgRow .item, .cartThumb {
  float: left;
  margin: 5px;
  margin: auto;
}

.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: 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);
}

/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */
.button,
#enquiry input[type="submit"],
.basicFrame,
h6 a {
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  padding: 0.8em 1.6em;
  border-radius: 0em;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: 900;
}

* 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,
#banner #viewCart,
#toTop,
h6 a,
.button.-ctaBtn- {
  color: #fff;
  background: #D66B25;
  border: 1px solid #D66B25;
}
.butS1:hover,
a.basicFrame:hover,
#enquiry input[type="submit"]:hover,
body .cartBtn.green:hover,
body .cartBtn:hover,
.cartItemAdd:hover,
.checkoutNext:hover,
.editDetails:hover,
.saveDetails:hover,
div button:hover,
.blogBtn .button:hover,
#banner #viewCart:hover,
#toTop:hover,
h6 a:hover {
  color: #fff;
  background: #D66B25;
  border: 1px solid #D66B25;
}
.butS1:active,
a.basicFrame:active,
#enquiry input[type="submit"]:active,
body .cartBtn.green:active,
body .cartBtn:active,
.cartItemAdd:active,
.checkoutNext:active,
.editDetails:active,
.saveDetails:active,
div button:active,
.blogBtn .button:active,
#banner #viewCart:active,
#toTop:active,
h6 a:active {
  color: #fff;
  background: #D66B25;
  border: 1px solid #D66B25;
}

.select:after {
  color: #fff;
  background: #D66B25;
  border: 1px solid #D66B25;
}

.select:hover:after {
  color: #fff;
  background: #D66B25;
  border: 1px solid #D66B25;
}

.select:active:after {
  color: #fff;
  background: #D66B25;
  border: 1px solid #D66B25;
}

/*secondary button*/
.butS2,
body .cartBtn.grey,
.cartItemPrev,
.checkoutPrev,
.cartBtnHL.resumeShopping,
.cartItemUpdate,
.openCheckout,
.blogNavigation a {
  background: none;
  border: 1px solid #D66B25;
  color: #D66B25;
}
.butS2:hover,
body .cartBtn.grey:hover,
.cartItemPrev:hover,
.checkoutPrev:hover,
.cartBtnHL.resumeShopping:hover,
.cartItemUpdate:hover,
.openCheckout:hover,
.blogNavigation a:hover {
  color: #fff;
  background: #D66B25;
  border: 1px solid #D66B25;
}
.butS2:active,
body .cartBtn.grey:active,
.cartItemPrev:active,
.checkoutPrev:active,
.cartBtnHL.resumeShopping:active,
.cartItemUpdate:active,
.openCheckout:active,
.blogNavigation a:active {
  color: #fff;
  background: #34495E;
  border: 1px solid #34495E;
}

/*inverted button*/
.butS3 {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.butS3:hover {
  color: #22313F;
  background: #fff;
  border: 1px solid #fff;
}
.butS3:active {
  color: #22313F;
  background: #ef5f0b;
  border: 1px solid #ef5f0b;
}

/*---- Graphic Button & Shop Category, Item----*/
.butFrame, .cartThumb {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #22313F;
  border: 1px solid #EAEAEA;
}
.butFrame:hover, .cartThumb:hover {
  color: #fff;
  background: #1a2632;
}

.butHeading {
  line-height: 1em;
  padding: 1.1em 0.4em;
}

.cartThumb.item {
  color: #222;
  background: #ccc;
}
.cartThumb.item:hover {
  background: #eee;
}

.imageFrame {
  background: #fff;
}

.butImage, .cartThumbs .image {
  width: 100%;
  height: 0;
  padding-bottom: 130%;
  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;
}

/*---- Shop Side Menu Colour ----*/
.categoryMenu li.current > a {
  background: #1a2632;
  color: white;
}
.categoryMenu li > a:hover {
  background: #22313F;
  color: white;
}

/*---- Shop Other ----*/
.viewCartRowHeader {
  background: #1a2632;
  color: #fff;
}

/* ---------------------------------- */
/* ---------- VIEW CART BTN --------- */
/* ---------------------------------- */
#banner #viewCart {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
}

#viewCart:before {
  content: "\f290";
  /*bag*/
  content: "\f07a";
  /*cart*/
  font-family: fontawesome;
  margin-right: .5em;
}

/* ---------------------------------- */
/* ------------- BANNER ------------- */
/* ---------------------------------- */

.bannerScroll {
  background:#fff;
  padding:15px 50px!important; 
  box-shadow:0px 10px 10px rgba(0,0,0,0.1);
}

.bannerScroll #logo {
 max-width:190px;
}


/* ---------------------------------- */

#banner {
  position: fixed;
  z-index: 9;
  background:rgba(255,255,255,0.5);
}



#banner .container{
  transition: all .3s ease;
   padding:20px 50px;
   box-sizing: border-box;
  max-width: none;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
           flex-direction: row;
           
   -webkit-align-items: center;
   -ms-flex-align: center;
           align-items: center;
           
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
           justify-content: space-between; 
  position:relative;
}


#logo{
    width:80%;
    max-width:260px;
  z-index: 999;
  transition: all .3s ease;
}
#logo:hover {
  opacity:.6;
}


#logo a > img {
    width:100%;
    height:auto;
}

.contact {
    font-size:1em;
    color:inherit;
    text-align:right;
    font-family:inherit;
    
}

.contact p, .contact a{
    color:inherit;
    text-decoration:none; 
    line-height:1.2em;
    white-space:nowrap;
    clear:both;
}



.phone:before,
.address:before,
.email:before,
.fax:before {
  font-family:fontawesome;
  padding-right:10px;
  color:#e40d18;
} 

/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */



#subBannerHome .container{
    width:100% !important;
    max-width:100% !important;
}

.flickerplate {
    position: relative;
    width: 100%;
    height: 100vh;
	background-color: #e6e6e6;
	overflow: hidden
}
.flickerplate ul.flicks {
	width: 10000%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none
}
.flickerplate ul.flicks>li {
	float: left;
	width: 1%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: table;
    position:relative;
}


.flickerplate ul.flicks>li:before {
  content:"";
  position: absolute;
  top:0px;
  left:0px;
  height:100%;
  width:100%;
  z-index: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/*--- flickerplate text styling ---*/

.flickerplate ul.flicks>li .sliderText {
  position: absolute;
  bottom:5%;
  width:50%;
  color:#fff;
  padding:30px;
  opacity:0;
  font-weight:100;
  margin-left:20px;
	z-index:999;
}

.flickerplate ul.flicks .active .sliderText {
    animation:sliderText 1.4s forwards cubic-bezier(.68,-0.55,.27,1.55);
}

@keyframes sliderText {
  
  0%{opacity:0; transform:translatey(-50px);}
  100%{opacity:1; transform:translatey(0px);}
  
}


.flickerplate ul.flicks>li strong {
  font-size:60px;
  line-height: 0em;
  color:#D66B25;
  text-transform: uppercase;

}

.flickerplate ul.flicks>li p {
  font-size:60px;
  margin:0px;

}

/* ---------------------------------- */


.flickerplate .arrow-navigation {
	position: absolute;
	height: 80%;
	width: 10%;
	top: 10%;
	z-index: 100;
	overflow: hidden;
    display:none;

}
.flickerplate .arrow-navigation .arrow {
	display: block;
	height: 100%;
	width: 90%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	position: relative;
}
.flickerplate .arrow-navigation .arrow:before {
	font-size: 4em;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	font-family: FontAwesome;
	color: #fff;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
   -webkit-justify-content: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
           justify-content: center;
}
.flickerplate.flicker-theme-dark .arrow-navigation .arrow:before {
	color: #333;
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
	cursor: pointer
}
.flickerplate .arrow-navigation.left {
	left: 0%
}
.flickerplate .arrow-navigation.left .arrow {
	opacity: 0;
	margin: 0px 0px 0px 50%;
	position: relative;
}
.flickerplate .arrow-navigation.left .arrow:before {
	content: "\f104";
}
.flickerplate .arrow-navigation.right {
	right: 0%
}
.flickerplate .arrow-navigation.right .arrow {
	opacity: 0;
	margin: 0px 0px 0px -50%;
}
.flickerplate .arrow-navigation.right .arrow:before {
	content: "\f105";
}
.flickerplate .arrow-navigation.left.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px -20%
}
.flickerplate .dot-navigation {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	z-index: 100;
  display:none;
}
.flickerplate .dot-navigation ul {
	text-align: center;
	list-style: none;
	padding: 0px 15px
}
.flickerplate .dot-navigation ul li {
	display: inline-block;
	float: none
}
.flickerplate .dot-navigation .dot {
	width: 10px;
	height: 10px;
	margin: 0px 6px;
	background-color: rgba(255,255,255,0.3);
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
	cursor: pointer;
	background-color: rgba(255,255,255,0.6)
}
.flickerplate .dot-navigation .dot.active {
	background-color: #fff
}
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
	text-align: left
}
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
	text-align: right
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
	background-color: rgba(0,0,0,0.12)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
	background-color: rgba(0,0,0,0.6)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
	background-color: #000
}

.flickerplate.animate-transform-slide ul.flicks {
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0%, 0px, 0px);
	-webkit-transform: translate3d(0%, 0px, 0px);
	-webkit-transition: -webkit-transform 0.6s ease-out;
	-o-transition: -o-transform 0.6s ease-out;
	-moz-transition: -moz-transform 0.6s ease-out;
	transition: transform 0.6s ease-out
}
.flickerplate.animate-transition-slide ul.flicks {
	position: relative;
	left: 0%;
	-webkit-transition: left 0.4s ease-in-out;
	-moz-transition: left 0.4s ease-in-out;
	-o-transition: left 0.4s ease-in-out;
	-ms-transition: left 0.4s ease-in-out;
	transition: left 0.4s ease-in-out
}
.flickerplate.animate-jquery-slide ul.flicks {
	position: relative;
	left: 0%
}
.flickerplate.animate-scroller-slide {
	padding-bottom: 0px;
	overflow: auto
}
.flickerplate.animate-scroller-slide ul.flicks {
	position: auto
}
.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 {
	-webkit-transition: opacity 0.8s linear;
	-moz-transition: opacity 0.8s linear;
	-o-transition: opacity 0.8s linear;
	-ms-transition: opacity 0.8s linear;
	transition: opacity 0.8s linear
}
.flickerplate.animate-transition-fade.fade-inited ul.flicks li.first-flick {
	opacity: 1
}
.flickerplate.animate-jquery-fade ul.flicks {
	position: relative
}
.flickerplate.animate-jquery-fade ul.flicks li {
	float: none;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0
}


/*--------------- Custom graphical buttons -----------------*/




.buttons * {
  transition: all .3s ease;
}

.buttons {
  display:flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding:10px 0;
  width:100%;
}

.butFrame {
  width: 24%;
  position: relative;
  font-size: 1em;
  font-family: inherit;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  margin:0 5px;
  transition: all .3s ease;
 border:0px;
}

 .photoSection div {
   max-width: none!important;
   padding:0px; 
   margin:0px!important; 
} 

.link0  .photoSection div {
   max-width: 1600px !important;
   margin:auto!important; 
} 

.butImageBG {
  padding-bottom: 420px!important;
  background-position: top center !important;
  background-size: cover !important;
  background-repeat:no-repeat!important;
  position: relative;
  
}




.butImageBG:before {
  content:"";
  position: absolute;
  top:0px;
  left:0px;
  height:100%;
  width:100%;
  background: rgba(0,0,0,0.4);
  transition: all .3s ease;
}

.butInner {
  position: absolute;
  top:0px;
  left: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;

  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: all .3s ease;
}

.butHeading {
  display: block;
  font-size: 2em;
  line-height: 1em;
  padding: 0px;
  width: 100%;
  color: #fff;
  font-weight:900;
  text-transform:uppercase;
  box-sizing: border-box;
  transition:all .3s ease;  
  text-align: center;
  transform: translatey(0px);
  position: absolute;
  top:45%;
}


.butText {
    opacity:0;
    transition: all .4s ease;
    transform: translatey(30px);
  padding:0 30px;
  font-size:16px;
  
}


.butFrame .readMore {
  position:absolute;
  bottom:20px;
  background:#D66B25;
  padding:5px 30px;
  text-transform:uppercase;
  font-weight:900;
  font-size:.9em;
  opacity:0;
  transition: all .6s ease;
  border:1px solid transparent;
}


/*---- hover style ---*/


.butFrame:hover {
  transform: translatey(-10px);

}


.butFrame:hover .readMore{
    opacity:1;
  bottom:60px;
  
}

.readMore:hover {
  border:1px solid #D66B25;
  background:none;

  
}

.butFrame:hover .butHeading {
  transform: translatey(-20px);
}

.butFrame:hover .butImageBG:before {
  background: rgba(0,0,0,0.8);
}

.butFrame:hover .butImageBG {

  filter:grayscale(100%);
}

.butFrame:hover .butText {
    opacity:1;
    transform: translatey(0px);

}


/* MEDIA QUERIES */

@media all and (max-width: 950px) and (min-width: 701px){

  .butFrame {
    display:block;
    width:49%;
  }

}

@media all and (max-width: 700px) and (min-width: 0px){

  .butFrame {
    display:block;
    width:100%;
  }

}

/* ---------------------------------- */
/* ----------- ULTIMATE CSS --------- */
/* ---------------------------------- */



/* Drop Down Enquiry */

#enquire-dropdown {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.95);
    display: none;
    overflow: hidden;
}

#enquire-dropdown .container {
    width: 100%;
    height: 100%;
    height: 100vh;
    max-width: 1100px !important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: initial;
}

#enquire-dropdown .flexRow {
    width: 100%;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    /*-webkit-align-items: center;
   -ms-flex-align: center;
           align-items: center;*/
    -webkit-justify-content: space-between;
    -ms-flex-pack: justfiy;
    justify-content: space-between;
}

#enquire-dropdown .col-2 {
    width: calc(50% - 20px);
    margin: 10px auto;
  
}

#enquire-dropdown #enquiry {
    color: #fff;
    background: none;
    font-size: 1em;
    width: 100%;
    max-width: 450px;
    margin: auto;
    float: none;
}

.dropContact {
    text-align: center;
    color: #fff;
  line-height:1.5em;
}

#enquire-dropdown h3 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 2.3em;
    font-weight: inherit;
    text-align: center;
  text-transform: uppercase;
  font-weight:900;
}

#enquire-dropdown a {
  color:#fff!important;
}



#enquire-dropdown #enquiry input,
#enquire-dropdown #enquiry textarea {
    border: none;
    padding: 7px 15px 7px 45px;
    -webkit-appearance: none;
    /*border-radius: 15px;*/
    font-family: inherit;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    width: 100% !important;
    font-size: 0.9em;
    box-sizing: border-box;
}

#enquire-dropdown #enquiry input[type="submit"] {
    margin-bottom: 10px;
    border: 0;
    color: #fff;
    padding: 10px 0;
    cursor: pointer;
    width: 100%;
}

.alignLeft {
    text-align: left; 
    padding: 4px 25px;
    font-size: 0.9em;
}

#enquire-dropdown #enquiry .alignLeft input {
    width: auto !important;
    display: inline-block;
    margin: 0 15px;
    background: rgba(255, 255, 255, 0);
    -webkit-appearance: checkbox;
}

.required {
    font-size: 0.9em;
    text-align: left;
}

.closeBtn {
    color: #fff !important;
    background: none !important;
    font-size: 2.8em;
    font-weight: 100;
    letter-spacing: 1px;
    padding: 2px 13px;
    position: absolute;
    right: 20px;
    text-decoration: none;
    text-transform: uppercase;
    top: 20px;
    line-height: 1.6em;
    font-family: FontAwesome;
    cursor: pointer;
}

.closeBtn,
#enquire-dropdown #enquiry input[type="submit"] {
    -moz-transition: .25s;
    -webkit-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

/*  INPUT ICONS */

#enquire-dropdown .enqRow {
    position: relative;
}

#enquire-dropdown .enqRow span.FontAwesome {
    position: absolute;
    top: 8px;
    left: 28px;
    font-size: 0.9em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#enquire-dropdown .enqRow span.FontAwesome:before {
    font-family: FontAwesome;
}

#enquire-dropdown .phone:before {
    content: "\f095";
}

#enquire-dropdown .email:before {
    content: "\f003";
}

#enquire-dropdown .name:before {
    content: "\f007";
}

#enquire-dropdown .question:before {
    content: "\f0e6";
}

#enquire-dropdown .clock:before {
    content: "\f017";
}


#enquire-dropdown ::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

#enquire-dropdown :-moz-placeholder {
    color: #fff;
    opacity: 0.6;
}

#enquire-dropdown ::-moz-placeholder {
    color: #fff;
    opacity: 0.6;
}

#enquire-dropdown :-ms-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

/* MEDIA QUERIES */

@media all and (max-width: 700px) and (min-width: 0px) {
    #enquire-dropdown .mobile-hide {
  
    }
    #enquire-dropdown .col-2 {
        width: calc(100% - 20px);
    }
}

/* COLOR MODIFIER */

.closeBtn:hover,
.closeBtn:active,
#enquire-dropdown .enqRow span.FontAwesome:before {
    color: #282f85 !important;
}

#enquire-dropdown a:hover {
    color: #fff;
}

#enquire-dropdown #enquiry input[type="submit"] {
    background: #282f85 !important;
  color:#fff;
  font-size:1.4em;
}

#enquire-dropdown #enquiry input[type="submit"]:hover, #enquire-dropdown #enquiry input[type="submit"]:active {
    background: #282f85 !important;
  color:#fff;
}


#enquire-dropdown .phone:before,
#enquire-dropdown .address:before,
#enquire-dropdown .email:before,
#enquire-dropdown .fax:before {
  font-family:fontawesome;
  padding-right:10px;
  color:#fff;
} 



/* ---------------------------------- */
/* ----------- SIDE ICONS ----------- */
/* ---------------------------------- */

.sideIcons {
  position: fixed;
  z-index: 1005;
  top: 40%;
  right: -150px;
  font-size: 1.2em;
}

.sideIcons a {
  display: block !important;
  margin: -1px 0 0;
  background: #D66B25;
  padding: 8px 10px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transform: translatex(0px);
          transform: translatex(0px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
}

.sideIcons a:first-child {
  border-radius: 5px 0 0 0;
}

.sideIcons a:last-child {
  border-radius: 0 0 0 5px;
}


.sideIcons a:hover{
  background: #222;
  color: #fff;
  -webkit-transform: translatex(-120px);
          transform: translatex(-150px);
  border-radius: 5px 0 0 5px;
}

.sideIcons a:before {
  margin-right: 10px;
  width: 30px;
  text-align: left;
}

/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */
.havealook {
  display:none;
}

/* Drop Down Enquiry */

#enquire-dropdown {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: none repeat scroll 0 0 rgba(10, 10, 10, 0.95);
    display: none;
    overflow: hidden;
}

#enquire-dropdown .container {
    width: 100%;
    height: 100%;
    height: 100vh;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: initial;
}

#enquire-dropdown #enquiry {
    background: none;
    font-size: 1em;
    width: 100%;
    max-width: 450px;
    margin: auto;
    float: none;
}

.dropContact {
    text-align: center;
    color: #ccc;
    padding: 0 10px;
    border-right: 1px solid rgba(255,255,255,0.05);
}

#enquire-dropdown h2 {
    color: #fff;
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
}

#enquire-dropdown #enquiry input[type="text"],
#enquire-dropdown #enquiry input[type="email"],
#enquire-dropdown #enquiry input[type="tel"],
#enquire-dropdown #enquiry textarea {
    padding: 7px 15px 7px 40px;
    -webkit-appearance: none;
    /*border-radius: 15px;*/
    font-family: inherit;
    background: rgba(255, 255, 255, 0.03);
    color: #fff;
    font-size: 16px;
}

.required {
    font-size: 0.9em;
}

.closeBtn {
  position: absolute;
  left: 0;
  right: 10px;
  top: 10px;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 auto;
  cursor: pointer;
  transition: 0.5s;
}

.closeBtn:hover {
  opacity: 0.5;
}

.closeBtn:before, .closeBtn:after {
  content: "";
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
}

.closeBtn:before {
  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: #fff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#enquire-dropdown .name:before {
    content: "\f007";
}

#enquire-dropdown .question:before {
    content: "\f0e6";
}

#enquire-dropdown .clock:before {
    content: "\f017";
}


#enquire-dropdown ::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

#enquire-dropdown :-moz-placeholder {
    color: #fff;
    opacity: 0.6;
}

#enquire-dropdown ::-moz-placeholder {
    color: #fff;
    opacity: 0.6;
}

#enquire-dropdown :-ms-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

.dropContact a {
  color: #bbb;
}

.dropContact a:hover {
  color: #fff;
}

.youtube iframe {
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.4);
  border: 1px solid #fff;
}


/* ----------- 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%;
  
    z-index: 9999999;
  overflow: hidden;
  

}

#loader {
  position: relative;
    display: block;
    width: 90%;
  height: 100%;
  margin: auto;
    max-width: 400px;
    border: 3px solid transparent;
    z-index: 1001;
  
  display: -webkit-flex;
   display: -ms-flexbox;
   display: -webkit-box;
   display: flex;
  
  -webkit-align-items: center;
   -ms-flex-align: center;
           -webkit-box-align: center;
          align-items: center;
   
}


#loader img{
width:100%;
height:auto;
opacity:0;
filter: alpha(opacity=0);
}

#loader img{
    -webkit-animation: load 4s alternate; 
    animation: load 4s alternate;
}

    @-webkit-keyframes load {
        0%   { 
 			opacity:0; 
 			filter: alpha(opacity=0);
        }
        30% {
            opacity:1;
            filter: alpha(opacity=100);
        }
        70% {
            opacity:1;
            filter: alpha(opacity=100);
        }
        100% {
            opacity:0;
            filter: alpha(opacity=0);
        }
    }
    @keyframes load {
        0%   { 
 			opacity:0; 
 			filter: alpha(opacity=0);
        }
        30% {
            opacity:1;
            filter: alpha(opacity=100);
        }
        70% {
            opacity:1;
            filter: alpha(opacity=100);
        }
        100% {
            opacity:0;
            filter: alpha(opacity=0);
        }
    }

    #loader-wrapper .loader-section {
        position: absolute;
        top: 0;
        width: 51%;
        height: 100%;
        background: #fff;
        z-index: 1000;
        -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: translateX(0);  /* IE 9 */
        transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
    }

    #loader-wrapper .loader-section.section-left {
        left: 0;
    }

    #loader-wrapper .loader-section.section-right {
        right: 0;
    }

    /* Loaded */
    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(-100%);  /* IE 9 */
                transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateX(100%);  /* IE 9 */
                transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }
    
    .loaded #loader {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: all 0.3s ease-out;  
                transition: all 0.3s ease-out;
    }
    .loaded #loader-wrapper {
        visibility: hidden;

        -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: translateY(-100%);  /* IE 9 */
                transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

        -webkit-transition: all 0.3s 1s ease-out;  
                transition: all 0.3s 1s ease-out;
    }


.hide--first {
  display: none;
}
.hide--second {
  display: none;
}




.siteContent td p {
  font-size:15px;
}


.link0 #section1,
.link0 #section2,
.link0 #section3,
.link0 #section4 {
  padding:100px 0;
}




.link0 #section1 {
background:#f1f1f1;
}

.link0 #section2 {
  background: url(thumbnaillarge/sl1.jpg) top center no-repeat;
  	background-size:cover;
  position: relative;
  
}
.link0 #section2:before {
  background: rgba(255,255,255,0.7);
  content:"";
  position: absolute;
  top:0px;
  left:0px;
  height:100%;
  width:100%;
  
}



.link0 #section2 .container,
.link0 #section3 .container{
  max-width: 1500px;
}

.link0 #section3 .threeColumn td {
  padding:50px;
  position: relative;
}

.link0 #section3 .threeColumn td span {
  font-size:13px!important;
}

.link0 #section3 .threeColumn td span strong {
  font-size:20px!important;
  text-transform: uppercase;
  color:#282F85;
  font-weight:900;
}

.link0 #section3 .threeColumn .number {
  font-size:100px!important;
  position: absolute;
  top:-150px;
  left:40%;
  font-weight:900;
  z-index: 0;
  opacity: .15;
}

#slText{
  position:absolute;
  top:40%;
  left:0px;
  width:100%;
  z-index:1;
  animation-delay:3.4s;
}

#slText .cont {
    width:100%;
    max-width:1100px;
    margin:auto;
    position:relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-align-items:center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
  text-align:center;
}

#slText .cont h1{
    font-weight:900;
    color:#fff;
    font-size:6em;
    display:inline-block;
    line-height:1em;
    margin-bottom:0px;
    clear:both;
    float:left;
    width:100%;
    text-transform: uppercase;
}

#slText .cont h1:after{
      content:"";
  height:5px;
  width:200px;
  background:#282f85;
  display:block;
  margin:20px auto 0;
}

#slText .cont p{
  font-weight:300;
  color:#fff;
  font-size:1.2em;
  display:inline-block;
  line-height:1.5em;
  margin-bottom:5px;
  clear:both;
  float:right;
  width:100%;
    text-transform: uppercase;
  letter-spacing: .3em;

}


#slText .cont a {
  text-decoration: none!important;
  position: absolute;
  bottom:-300px;
  left:49%;
}

#slText .cont a:after{
	content:"\f13a";
  font-family:fontawesome;
  color:#fff;
  font-size:2.5em;
}

#slText .cont a:hover{
  transform: translatey(10px);
}


/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */
#subBanner .container.hasImage {
  background-size: cover !important;
  background-position: center center !important;
  padding-bottom: 14%;
  max-width: none;
}

/* ---------------------------------- */
/* ------ HOME/CONTACT STYLES ------- */
/* ---------------------------------- */
/*------------------------------------*/
/*---------- MEDIA QUERIES -----------*/
/*------------------------------------*/

/*-----------------------------------------------*/
/*------------- IPAD PORTRAIT FIX ---------------*/
/*-----------------------------------------------*/

@media all and (max-width: 781px) and (min-width: 600px){
  
  #logo {
    position: relative;
    top:0px;
    margin:auto;
    transition: all .3s ease;
  }  

   #enquiry {
    width:50%;
  }
  
  
  #menu nav {
    justify-content: center;
  }
  
  #menu nav li a {
    padding:10px;
  }
  
  #banner .container {
    flex-direction: column;
  }
  
  #menu nav li a {
    font-size:12px;
  }
  
  #slText .cont a {
    bottom:-200px;
  }

  
  .butFrame {
    width:48%;
    margin-top:10px;
  }
  
  
  .bannerScroll #logo {
    width:0px;
    opacity:0;
  }
  


}


.link13 .twoColumn strong{
  font-size: inherit;
}


/*-----------------------------------------------*/
/*------------- IPAD horizontal FIX ---------------*/
/*-----------------------------------------------*/

@media all and (max-width: 1400px) and (min-width: 782px){

  #menu nav li a {
    font-size:12px;
  }
  
  #slText .cont a {
    bottom:-200px;
  }

  .butFrame:hover .butHeading {
    top:150px;
  }
    
  
}



/*------------- laptop ---------------*/


@media all and (max-width: 1400px) and (min-width: 782px){

  
  #slText .cont a {
    bottom:-150px;
  }

    
  
}




#subBannerHome .sliderText {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  z-index: 1;  
}

#subBannerHome .sliderText h2 {
  font-family: 'book antiqua', palatino;
  font-weight: 500;
  font-size: 21pt;
  margin: 0 0 .5rem;
  color: #fff;
  text-shadow: 0px 2px 10px rgba(0,0,0,.3);
}


#subBannerHome .sliderText a {
  background: red;
}