body *, :before, :after
{
  box-sizing: border-box;
}

body.on {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  color: #666;
  font:400 16px/1.6em 'Montserrat', BlinkMacSystemFont, "-apple-system", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

a {
  color: #1b75bc;
  text-decoration: none;
  transition: .5s ease;
}

a:hover {
  color: #2988d2;
}

p {
  margin: 1em 0;
}

icon {
  font-family: fontawesome;
}

/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: inherit;
  margin: .15em 0 ;
  line-height: 1.1em;
  color: #666666;
}

h1,
h2
{  
  font-family: 'Biryani', sans-serif;
  color: #322f31;
}

h1 {
  font-size: 2em;  
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.4em;
  font-weight: 300;
}

h4 {
  font-size: 1.2em;
  font-weight: 300;
}

h5 {
  font-size: 1.1em;
  margin: .2em 0;
}

h6 {
  font-size: 1em;
  margin: .2em 0;
}
h6 a {
  position: relative;
  z-index: 1;
  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 ---------- */
/* ---------------------------------- */

.siteBottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -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;
}

.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, 0px;
  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: 1200px;
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;
}
.siteContent a[href*=".facebook.com"],
.siteContent a[href*=".instagram.com"],
.siteContent a[href*=".twitter.com"],
.siteContent a[href*=".pinterest.com"],
.siteContent a[href*=".linkedin.com"] 
{
  font-size:0;
  border-radius: 3px;
}

.siteContent a[href*=".facebook.com"]:before,
.siteContent a[href*=".instagram.com"]:before,
.siteContent a[href*=".twitter.com"]:before,
.siteContent a[href*=".pinterest.com"]:before,
.siteContent a[href*=".linkedin.com"]:before 
{
  font-family: FontAwesome;
  font-size: 20px;
  display: inline-block;
  width: 35px;
  line-height: 35px;
  text-align: center;
}

.phone:before {
  content: "\f098";
  content: "\f095";
}
.mobile:before {
  content: "\f10b";
}
.email:before {
  content: "\f2b7";
  content: "\f2b6";
  content: "\f0e0";
  content: "\f199";
  content: "\f003";
}
.fax:before {
  content: "\f1ac";
}
.address:before {
  content: "\f278";
  content: "\f279";
  content: "\f124";
  content: "\f041";
}
.siteContent a[href*=".facebook.com"]:before,.facebook:before {
  content: "\f082";
  content: "\f09a";
}
.siteContent a[href*=".instagram.com"]:before,.instagram:before {
  content: "\f16d";
}
.siteContent a[href*=".twitter.com"]:before,.twitter:before {
  content: "\f081";
  content: "\f099";
}
.googlePlus:before {
  content: "\f0d4";
  content: "\f0d5";
}
.siteContent a[href*=".pinterest.com"]:before,.pinterest:before {
  content: "\f0d3";
  content: "\f0d2";
}
.siteContent a[href*=".linkedin.com"]:before,.linkedIn:before {
  content: "\f08c";
  content: "\f0e1";
}

.youTube:before {
  content: "\f16a";
  content: "\f166";
  content: "\f167";
}

.houzz:before {
  content: '\f27c';
}

.realestate:before {
  content: '\f015';
}

.flickr:before {
  content: "\f16e";
}

.bed:before {
  content: "\f236";
}

.bath:before {
  content: "\f2cd";
}

.car:before {
  content: "\f1b9";
}

.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 {

  width: 1200px;
  max-width: 100%;
  padding: 0 10px;
  margin:  0 auto;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#menu nav 
{
  padding: 10px 0;
}

#menu nav:hover a
{
  opacity: .75;
}

#menu nav li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin: 0;
}

#menu nav a
{
  display: inline-block;
  font-size: 1em;
  color: #555;
}

#menu nav li a,
.details a
{  
  opacity: .7;
}

#menu nav li a {
  text-decoration: none;
  width: 100%;
  padding: 10px 5px;
}

#menu nav a:hover, 
#menu nav .parent:hover > a,
#menu nav .current > a 
{
  opacity: 1;
  color: #1b75bc;
}

/* 
#menu nav .parent > a:after {
font-family: FontAwesome;
margin-left: 8px;
content: "\f107";
line-height: 1em;
}
*/
#mobileMenu, #navToggleWrap {
  display: none;
}

#menu .phoneHeading
{
  position: absolute;
  top: 0;
  left: 0;
  font-size: .4em;
  line-height: 1em;
}

#menu #viewCart .mobile-hide,
#menu #viewCart .noItems
{
  display: none;
}

#menu .contact :before
{
  margin: 0 5px;
}

#menu .details
{
  display: inline-block;
}

#menu .total
{
  margin-right: 5px;
}

#menu .details a
{
  /*   
  padding: 0;
  border: 1px solid;
  border-radius: 5px;
  line-height: 30px;
  min-width: 30px;
  text-align: center;
  margin-left: 5px;
  */
}

/* ---------------------------------- */
/* ------------ SUB MENU ------------ */
/* ---------------------------------- */
#menu nav ul {
  position: absolute;
  width: 100%;
  min-width: 150px;
  margin: 0;
  padding: 0;
  display: none;
  font-size: .85em;
}

#menu .subContainer {

  background: #fff;
  border: 1px solid rgba(0,0,0,.1);
  /*   margin-top: 10px; */
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#menu nav ul li {
  width: 100%;
  display: inline-block;
}

#menu nav ul li a 
{
  padding: 10px;
  line-height: 1.1em;
}

#menu nav ul li a:hover
{
  background: rgba(255,255,255,.1);
}

@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;
  }


  .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: 100;
  top: 0;
  left: 200px;
  width: 210px;
  margin: 0;
  padding: 0;
  display: none;
}
.sideMenu li .subContainer {
  padding-left: 10px;
}

.sideMenu .current ul a {
  background: #222;
}

.sideMenu .current a, .sideMenu ul .current a {
  background: #222;
}

/* ---------------------------------- */
/* --------- PHOTO SECTION ---------- */
/* ---------------------------------- */
.contentImgRow .item {
  display: inline-block;
}

.contentImgRow .contentImg {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  image-rendering: auto;
  margin: 0;
}

.contentImgRow .caption {
  font-size: .9em;
  margin-top: 5px;
}

.contentImgRow .caption:empty {
  display: none;
}

/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/
#enquiry 
{
  width: 400px;
  max-width: 100%;
  float: right;
  padding: 0;
  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: 1px solid rgba(0,0,0,.1);
  border-radius: 5px;
}

.enqHeader 
{
  width: 100%;
  color: #666;
  padding: 30px 10px 12px;
  font-size: 2em;
  text-align: center;
}

.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: rgba(255,255,255,.35);
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 16px;
  width: 100% !important;
}

input[type=text], 
input[type=tel], 
input[type=email],
input[type=number],
.select, textarea 
{
  flex-grow: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #fff;
  color: #222;border: none;
  border-bottom:1px solid #414b54;

}

input[type=text]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=number]:hover,
.select:hover,
textarea:hover 
{
  border-bottom:1px solid #2988d2;
}

input[type=text]:focus,
input[type=tel]:focus, 
input[type=email]:focus,
input[type=number]:focus,
.select:focus, 
textarea:focus 
{
  background: #eee;
  border-bottom:1px solid #1b75bc;
}

#enquiry textarea {
  height: 80px;
  padding: 0px 5px;
}

#enquiry input[type="radio"] {
  width: 30px!important;
  -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: 20px 0;
  border: 0;
  cursor: pointer;
}

#enquiry select {
  width: 100%;
}

/*-----Placeholder Styles-----*/
#enquiry ::-webkit-input-placeholder {
  color: #171b1f;
  opacity: 0.6;
}

#enquiry :-moz-placeholder {
  color: #171b1f;
  opacity: 0.6;
}

#enquiry ::-moz-placeholder {
  color: #171b1f;
  opacity: 0.6;
}

#enquiry :-ms-input-placeholder {
  color: #171b1f;
  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;
}

.grecaptcha-badge
{
  bottom: 50px !important;
}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
footer 
{
  position: relative;
  width: 100%;
  background: rgba(255,255,255,.3);
  font-size: .9em;
}

footer .details
{
  text-align: center;
}

.footerDetails
{
  opacity: .5;
  margin: 50px 0 0;
  text-align: center;
}

/*-------- FOOTER TEXT STYLES ---------*/
footer {
  color: #555;
  padding: 0;
  border-top: 10px solid #1b75bc;
}

#footerBottom a 
{
  color: inherit;
  opacity: 0.5;
  text-decoration: none;
}

#footerBottom a:hover {
  color: inherit;
  opacity: 1;
}


.footLogo,
footer img
{
  display: block;
  width: 100%;
  height: auto;
}

.footLogo
{
  padding: 20px 10px 0;
  max-width: 200px;
}

/*------------ FOOTER MENU ------------*/
footer nav {
  width: 100%;
  display: inline-block;
  text-align: center;
}
footer nav li {
  list-style: none;
  display: inline-block;
}
footer nav li a {
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;
}

.footerRight {
  text-align: center;
  margin: 0 auto;
  padding-top: 40px;
}

/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */



#footerTop > .container
{
  flex-wrap: wrap;
  flex-direction:column;
  padding:20px 0;
}

#footerTop .container .container
{
  padding: 30px 0 0px;
}

#footerBottom
{
  padding: 20px 0;
}

#footerTop #enquiry
{
  width: 100%;
}

#footerBottom .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .contact.details
{
  margin: 10px auto;
}

footer .contact a
{
  display: inline-block;
  border: 1px solid;
  border-radius: 5px;
  min-width: 2em;
  line-height: 1.5em;
  margin:0px 5px;
  text-align: center;
  padding: .25em .5em;

}

/* ----------------------------------------- */
/* -----------------TO TOP ----------------- */
/* ----------------------------------------- */
#toTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  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: #384754;
  position: absolute;
  top: 0;
  left: -20px;
}

/*-----------------------------------*/
/*-------------- GRID ---------------*/
/*-----------------------------------*/
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
  width: 100%;
}

.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: 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: .75em 2em;
  border-radius: .15em;
  text-decoration: none;
  text-align: center;
  font-weight: normal;

  transition: .5s ease;
}

* 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: #1b75bc;
  border: 1px solid #1b75bc;
  box-shadow: 0 10px 15px -5px #384754;
}

.butS1:hover, 
.butS1:active,
a.basicFrame:hover,
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: #2988d2;
  border: 1px solid #2988d2;
  transform: translatey(-5px);
  box-shadow: 0 15px 20px -10px #384754;
}

.select:after {
  color: #fff;
  background: #1b75bc;
  border: 1px solid #1b75bc;
}

.select:hover:after, 
.select:active:after {
  color: #fff;
  background: #384754;
  border: 1px solid #384754;
}

/*secondary button*/
.butS2,
body .cartBtn.grey,
.cartItemPrev,
.checkoutPrev,
.cartBtnHL.resumeShopping,
.cartItemUpdate,
.openCheckout,
.blogNavigation a 
{
  background: #fff;
  color: #384754;
  box-shadow: inset 0 0 0 3px rgba(0,0,0,.2), 0 10px 15px -5px #384754;
}

.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: #384754;
  box-shadow: 0 15px 20px -10px #384754;
}

/*inverted button*/
.butS3
{
  position: relative;
  padding: .7em 1.25em;
  background: none;
  color: #1b75bc;
  border: 2px solid #1b75bc;
}

.butS3:hover,
.butS3:active
{
  color: #fff;
  background: #2988d2;
  border-color: #2988d2;
}

.butS3.downArrow
{
  padding: 0;
  line-height: 2.4em;
  min-width: 2.4em;
  min-width: calc(2.4em + 2px);
  margin: 0 5px;
}

.downArrow 
{
  text-align: center;
  font-family: FontAwesome;
}

.downArrow span {
  display: none;
}

.downArrow:after {
  content: '\f054';
  display: block;
  transition: .5s ease;
}

.downArrow:hover:after 
{
  transform: rotatez(90deg);
}

/* --------------------------------- */
/* ---------- PULS BUTTON ---------- */
/* --------------------------------- */

.cartThumb .image
{
  padding-bottom: 100%;

  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.cartThumb 
{
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;

  color: #fff;
  background: #1e354a;
  transition: .5s ease;
  box-shadow: 0 10px 15px -5px rgba(0,0,0,.5);
  border-radius: 10px;
}

.butFrame
{
  color:  #f1f1f1;

  background: #f1f1f1;

  position:relative;

  z-index: 0;
  overflow: hidden;
  cursor:pointer;

  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box; 

  box-shadow: 0 20px 20px -15px rgba(0,0,0,.5);
}

.butImage
{
  position: relative;  
  z-index: -1;
  width:100%;
  display:block;

  padding-bottom: 100%;

  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.butText
{
  position:absolute;  
  top: 0;
  left: 0;

  display: block;

  width: 100%;
  height: 100%;

  display: block;
  padding: 5px 10px;
  box-sizing: border-box;

  display: -webkit-flex;
  display: flex;

  -webkit-flex-direction: column; 
  flex-direction: column;

  -webkit-align-items: flex-start;
  align-items: flex-start;

  -webkit-justify-content: flex-end;
  justify-content: flex-end;

  overflow: hidden;
}

.butHeading
{
  font-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
}

.butText:before
{
  content: '';

  position: absolute;
  top: 0%;
  left:0%;
  z-index: -1;

  opacity: .1;

  display: block;  
  width: 100%;
  height: 100%;

  background: #000;

  transition:.5s ease;
}

.butLink
{
  height: 0;
  opacity: 0;
}

/* ---------------- HOVER STYLES ------------------ */
.butFrame,
.butFrame *
{
  -webkit-transition:.5s ease;
  transition:.5s ease;
}

/* 
.butFrame:hover .butHeading,
.butFrame:active .butHeading,
.butFrame:hover .butLink,
.butFrame:active .butLink
{
transform: scale(1.2);
opacity: 0;
}
*/


.butFrame:hover,
.butFrame:active
{
  color: #fff;

  text-shadow: 0 0 8px rgba(0,0,0,1);
}
/* 
.butFrame:hover .butLink,
.butFrame:active .butLink
{
height: 1.5em;

opacity: 1;
}
*/


.butFrame:hover .butText:before,
.butFrame:active .butText:before
{
  opacity: .5;
}

/* ---------------- PROFILE BUTTONS ------------------ */

.profileButton
{
  display: block;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,.1);

  background: #f1f1f1;
  text-align: center;

  box-shadow: 0 10px 15px -5px rgba(0,0,0,.5);
}

.pButImage
{
  z-index: 1;
  padding-bottom: 130%;
  background-position: 50% 0 !important; 
}
.pButText
{
  font-size: .9em;
}

.pButText div
{
  padding: 10px;
}

.pButHeading
{
  font-family: 'Arvo';
  font-size: 1.5em;
  background: #151719;
  padding-bottom: 0 !important;
}

.pButSubHeading
{
  font-size: .9em;
  padding-top: 0 !important;
  color: #fff;
  background: #151719;
}


/* ---------------- HOVER STYLES ------------------ */


/* ---------------------------------- */
/* ---------- VIEW CART BTN --------- */
/* ---------------------------------- */
.viewCartSection .container {
  position: relative;
}

.viewCartSection #viewCart {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 100;
}

#viewCart:before {
  content: "\f290";
  /*bag*/
  content: "\f07a";
  /*cart*/
  font-family: fontawesome;
  margin-right: .5em;
}


/* ---------------------------------- */
/* --------- MAIN SECTIONS ---------- */
/* ---------------------------------- */

.outerWrap
{
  overflow: hidden;
}

#bannerTop
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 11;
  line-height: 30px;

  background: #eee;
}

.details
{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.details .phone
{
  margin-right: auto; 
}

.details a:nth-child(n+2)
{
  border: 1px solid #1b75bc;
  min-width: 30px;
  text-align: center;
  margin: 5px 0 5px 5px;
  border-radius: 100%;
}

.details a:nth-child(n+2):hover
{
  color: #fff;
  background: #1b75bc;
}

/* ---------------------------------- */
/* ------------- BANNER ------------- */
/* ---------------------------------- */


.logo,
.logoImg
{
  display: block;
  max-width: 100%;
  height: auto;
}

.logo
{
  position: relative;
  padding: 0;
  width: 300px;

  padding: 5px 10px;
}


nav > li:last-child
{
  display: none !important;
}

/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */

#subBannerHome,
#subBanner
{
  position: relative;
  z-index: 1;
}

#subBannerHome .container, 
#subBanner .container 
{
  max-width: 100%;
  background-image: url(/thumbnaillarge/sub01.jpg);
  background-size: cover !important;
  background-position: center !important;
}

#subBannerHome .container
{

  position: relative;
  padding: 0 0 40% 0;
}

#subBanner .container
{
  position: relative;
  padding-bottom: 15%;
  min-height: 200px;
}

.subBannerText
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 90px 20px 20px;

  font-size: 1.1em;

  background: rgba(0,0,0,.5);
}

.subBannerText:before
{
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - 50vw);

  border-top: 100px solid transparent;
  border-left: 50vw solid #fff;
  border-right: 50vw solid #fff; 
}

.subBannerText .siteContent
{
  position: relative;
  z-index: 1;

  width:1200px;
  max-width:100%;
  margin: 0 auto;
}

.subBannerText .siteContent *
{
  color: #fff;
}

@media(max-width: 701px)
{
  .subBannerText
  {
    padding: 20px;
  }

  .subBannerText:before
  {
    border-top: 50px solid transparent;    
  }
}


/*==============================*/
/*===== slideShow STYLES ====*/
/*==============================*/

/* 
.slideShow, .flick-inner 
{
position: relative;
width: 100%;
height: 0;
padding-bottom: 32%;
background-color: #e6e6e6;
overflow: hidden;
}
*/

.contentSliderWrap
{
  position: relative;
  padding-bottom: 100vh;
}
/* 
.contentSliderWrap:before,
.contentSliderWrap:after
{
content: '';

position: absolute;
bottom: 0;
z-index: 1;

display: block;
border-top: 50px solid transparent;
}

.contentSliderWrap:before
{
left: 0;
border-left: 50vw solid #fff;
}

.contentSliderWrap:after
{  
right: 0;
border-right: 50vw solid #fff;
}
*/

@media(max-width:700px)
{
  .contentSliderWrap
  {
    padding-bottom: 65%;
  }
}

.contentSliderWrap .flick-inner .flick-content
{
  background: none;
}

.slideCell
{
  padding: 0 !important;

  position: relative;
  order: 1;
}

#slideshowWrap li:before
{
  display: none !important;
}

.slideShow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

.slideShow ul.flicks {
  width: 10000%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.slideShow li {
  position: relative;
  float: left;
  width: 1%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: table;
}

.flick-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  font-size: 1em;
}

.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;
}

  .slideShow, .flick-inner {
  padding-bottom: 40%;
} */
}
@media all and (max-width: 700px) {
  /* SMALL */

  /*   .flick-content, .arrow-navigation, .dot-navigation {
  font-size: 0.6em;
}

  .slideShow, .flick-inner {
  padding-bottom: 50%;
} */
}

/* FLICKER ARROW NAVIGATION */
.slideShow .arrow-navigation {
  position: absolute;
  height: 80%;
  width: 10%;
  top: 10%;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
}

.slideShow .arrow-navigation .arrow {
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  position: relative;
  opacity: 0;
}

.slideShow .arrow-navigation .arrow:hover {
  opacity: 0.8;
}

.slideShow .arrow-navigation .arrow:before {
  font-size: 3em;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-family: FontAwesome;
  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;
  /* LIGHT THEME ARROW COLOUR */
  color: #666;
}

.slideShow.flicker-theme-dark .arrow-navigation .arrow:before {
  /* DARK THEME ARROW COLOUR */
  color: #2a2a2f;
}

.slideShow .arrow-navigation.left {
  left: 0;
}

.slideShow .arrow-navigation.right {
  right: 0;
}

.slideShow .arrow-navigation.left .arrow:before {
  content: "\f104";
}

.slideShow .arrow-navigation.right .arrow:before {
  content: "\f105";
}

.flickerplate .flicks > li {  
  counter-increment: slide-counter;
}

/* FLICKER DOT NAVIGATION */
.slideShow .dot-navigation {
  position: absolute;
  right: 0;
  bottom: 0;

  display: flex;
  align-items: center;
  justify-items: center;

  height: 100%;
  width: 2em;
  text-align: center;
  z-index: 120;
}

.slideShow .dot-navigation :before
{
  display: none;
}

.slideShow .dot-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0px;
  text-align: center;
  /* DOT HORIZONTAL POSITION */
  font-size: 0.8em;
  /* CIRCLE SIZE */
}

.slideShow .dot-navigation ul li {
  display: inline-block;
  width: auto;
  float: none;
  margin: .25em 0 !important;
}

.slideShow .dot-navigation .dot {
  width: 1em;
  height: 1em;
  margin: 0px .5em;
  padding: 0;

  cursor: pointer;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;

  border: 1px solid rgba(255,255,255,.03);
  /*   border-radius: 50%; */
  background-color: rgba(255,255,255,.1);
  /* LIGHT THEME DOT COLOUR */
}

.slideShow.flicker-theme-dark .dot-navigation .dot {
  background-color: #2a2a2f;
  /* DARK THEME DOT */
}

.slideShow .dot-navigation .dot:hover {
  background-color: rgba(255,255,255,.5);
}

.slideShow .dot-navigation .dot.active {
  background-color: rgba(255,255,255,.95);
  height: 3em;
}

/* FLICKER ANIMATION CSS */
.slideShow.animate-transition-slide ul.flicks {
  position: relative;
  left: 0%;
  -webkit-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out;
}

.slideShow.animate-transition-fade ul.flicks {
  position: relative;
}

.slideShow.animate-transition-fade ul.flicks li {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 0;
}

.slideShow.animate-transition-fade.fade-inited ul.flicks li {
  -webkit-transition: opacity 0.8s linear;
  transition: opacity 0.8s linear;
}

.slideShow.animate-transition-fade.fade-inited ul.flicks li.first-flick,
.slideShow.animate-transition-slide ul.flicks li 
{
  opacity: 1;
}

/* ---------------------------------- */
/* ----------- WORKS CSS ------------ */
/* ---------------------------------- */

/* Drop Down Enquiry */
#enquire-dropdown {
  font-size: 1.1em;
  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: -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;
  display: block;
  margin: 0 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;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.closeBtn:hover {
  opacity: 0.5;
}

.closeBtn:before, .closeBtn:after {
  content: "";
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
}

.closeBtn:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.closeBtn:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*  INPUT ICONS */
#enquire-dropdown .enqRow {
  position: relative;
}

#enquire-dropdown .contact .enqRow span {
  font-family: FontAwesome;
  position: absolute;
  top: 8px;
  left: 22px;
  font-size: 0.9em;
  font-weight: normal;
  color: #fff;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#enquire-dropdown .name:before {
  content: "\f007";
}

#enquire-dropdown .question:before {
  content: "\f0e6";
}

#enquire-dropdown .clock:before {
  content: "\f017";
}

#enquire-dropdown ::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.6;
}

#enquire-dropdown :-moz-placeholder {
  color: #fff;
  opacity: 0.6;
}

#enquire-dropdown ::-moz-placeholder {
  color: #fff;
  opacity: 0.6;
}

#enquire-dropdown :-ms-input-placeholder {
  color: #fff;
  opacity: 0.6;
}

.dropContact a {
  color: #aaa;
}

.dropContact a:hover {
  color: #fff;
}

/* ----------- PRELOADER ICON  ----------- */
#loaderIcon 
{
  -webkit-animation: animateLoad 1.5s linear infinite;
  animation: animateLoad 1.5s linear infinite;
  clip: rect(0, 80px, 80px, 40px);
  height: 60px;
  width: 60px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% + 200px);
  /*-- adjust vertical position --*/
}

@-webkit-keyframes animateLoad {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
  }
}

@keyframes animateLoad {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(220deg);
    transform: rotate(220deg);
  }
}
#loaderIcon:after {
  -webkit-animation: animateLoader 1.5s ease-in-out infinite;
  animation: animateLoader 1.5s ease-in-out infinite;
  clip: rect(0, 80px, 80px, 40px);
  content: '';
  border-radius: 50%;
  height: 60px;
  width: 60px;
  position: absolute;
}

@-webkit-keyframes animateLoader {
  0% {
    -webkit-box-shadow: inset #ccc 0 0 0 17px;
    box-shadow: inset #ccc 0 0 0 17px;
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  50% {
    -webkit-box-shadow: inset #ccc 0 0 0 2px;
    box-shadow: inset #ccc 0 0 0 2px;
  }
  100% {
    -webkit-box-shadow: inset #ccc 0 0 0 17px;
    box-shadow: inset #ccc 0 0 0 17px;
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}

@keyframes animateLoader {
  0% {
    -webkit-box-shadow: inset #ccc 0 0 0 17px;
    box-shadow: inset #ccc 0 0 0 17px;
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  50% {
    -webkit-box-shadow: inset #ccc 0 0 0 2px;
    box-shadow: inset #ccc 0 0 0 2px;
  }
  100% {
    -webkit-box-shadow: inset #ccc 0 0 0 17px;
    box-shadow: inset #ccc 0 0 0 17px;
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}
/* ----------- PRELOADER  ----------- */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  height: 100vh;
  z-index: 9999999;
  overflow: hidden;
}

#loader {
  position: relative;
  display: block;
  width: 90%;
  height: 100%;
  margin: auto;
  max-width: 600px;
  border: 3px solid transparent;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#loader img {
  width: 100%;
  height: auto;
  opacity: 0;
}

#loader img {
  -webkit-animation: load 10s alternate;
  animation: load 10s alternate;
}

@-webkit-keyframes load {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes load {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#loader-wrapper .loader-section {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 51%;
  height: 100%;
  z-index: 100;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background: #414b54;
  /*-- background colour --*/
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */


.siteTop,
#welcomeText .siteContent > *:nth-child(1)
{
  animation-delay: 2.5s;
}

.dot-navigation,
#welcomeText .siteContent > *:nth-child(2)
{
  animation-delay: 2.8s !important;
}

#welcomeText .siteContent,
#welcomeText .siteContent > *:nth-child(3)
{
  animation-delay: 3.1s !important;
}

#welcomeText .siteContent > *:nth-child(4)
{
  animation-delay: 3.4s !important;
}

#welcomeText .siteContent > *:nth-child(5),
#welcomeText .contentImgRow > *
{
  animation-delay: 3.7s !important;
}

@media(min-width:701px)
{
  .siteTop,
  .logo,
  .logo img,
  #menu nav
  {
    transition: 1s ease;
  }

  .siteTop
  {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;

    display: block;
    width: 100%;
    background: #fff;

    /*     padding: 40px 0 0; */

    transition-delay: .5s;
  }
  .mobileScrollStart .logo
  {
    width: 200px;    
  }

  .mobileScrollStart #menu
  {
    box-shadow: 0 10px 20px -10px rgba(0,0,0,.2);
  }

  .mobileScrollStart #menu nav
  {
    padding: 0;
  }
}

/* --------- CUSTOME TABLES --------- */


.custTable
{
  margin: 20px 0px 20px 20px;  
  max-width: calc(100% - 20px);
}

.custTable td
{
  border-left: 5px solid #1b75bc;
  padding: 0 10px;
}

.custTable td p:first-child
{
  margin-top: 0;
}

.custTable td p:last-child
{
  margin-bottom: 0;
}

@media(max-width:850px)
{
  .moduleTable > tbody > tr
  {
    display: flex;
    flex-wrap: wrap;    
  }
}


.moduleTable > tbody > tr > td.imgCell
{
  position: relative;
  z-index: 100;
  padding: 0 !important;
  order: 1;
}

.imgCell img
{
  display: block;
  box-shadow: 0 10px 30px -10px rgba(0,0,0,.75);
}

.moduleTable > tbody > tr > td.txtCell
{
  position: relative;
  z-index: 102;
}

.moduleTable > tbody > tr > td.imgCell
{
  padding: 0 !important;
  order: 1;
}


@media(min-width:851px)
{
  tr td.txtCell
  {
    padding: 0 !important;
  }
  .cellContent
  {
    display: block;
    width: 100%;
    width: calc(100% + 4em);
    position: relative;
    z-index: 1;

    padding: 50px !important;
  }

  .txtCell:first-child .cellContent
  {
    transform: translatex(0em);
  }

  .txtCell:last-child .cellContent
  {
    transform: translatex(-4em);
  }


  .cellContent:before
  {
    content: '';

    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;

    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
  }

  .cellContent
  {
    padding: 1.5em 2.5em !important;
    position: relative;
    transform: translatex(-2em);
  }

  .cellContent:before
  {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;

    display: block;
    width: 100%;
    box-shadow: 0 40px 30px -20px rgba(0,0,0,.25);
    background: #fff;
  }
}


@media(max-width:850px)
{
  .cellContent
  {
    margin: 20px 0;
    background: #fff;
    padding: 20px;
    box-shadow: 0 40px 30px -20px rgba(0,0,0,.25);
  }

}



/* --------------------------- */
/* ------- DOWN ARROWS ------- */
/* --------------------------- */

/* 
.downArrow
{
position: absolute;
bottom: 0;
left: calc(50% - 10px);
z-index: 100;

display: block;
min-width: 20px;
text-align: center;

font-family: FontAwesome;
font-size: 2em;
line-height: .5em;

}

.downArrow:before,
.downArrow:after
{
content: '\f107';
display: block;

transition: .5s ease;
}

.downArrow:hover
{
line-height: .2em;
}

.link0 .downArrow
{
bottom: 50px;
}

.ancre
{
position: absolute;
bottom: 48px;
}
*/

/* ---------------------------------- */
/* -------- CUSTOM SECTIONS --------- */
/* ---------------------------------- */

.M_left_img,
.M_right_img
{
  background: #fff;
  position: relative;
  z-index: 111;

  margin: 0 auto;
  box-sizing: border-box;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;


  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.M_left_img .siteContent,
.M_right_img .siteContent
{
  padding: 0;
}

@media(min-width: 700px)
{
  .M_left_img,
  .M_right_img,
  .M_full_img
  {
    min-height: 25vh;
  }

  .M_left_img .textSection
  {
    order: 2;
  }

  .M_left_img .photoSection .container
  {
    margin:0 0 0 auto;
  }

  .M_right_img .textSection .container
  {
    padding: 30px;
  }
}

.siteBottom section {
  position: relative;
  z-index: 1;
  /*   overflow: hidden */
}

.backgroundImage {
  position: absolute;
  background-size: cover;
  background-position: center center;
}

/*-- full width image --*/
.M_full_img .backgroundImage
{
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0;
  z-index: -1;

  background-position: center 75%;
}

.M_full_img
{
  padding: 100px 0;
  background: #171b1f;
}

.M_full_img .siteContent,
.M_full_img .siteContent > *
{
  color: #fff;
}

.M_full_img .backgroundImage
{
  opacity: .2;
}

.M_full_img .backgroundImage:before
{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*-- image left/right --*/

.M_left_img .backgroundImage,
.M_right_img .backgroundImage
{
  top: 0; 
  left: 0; 
  bottom: 0; 
  z-index: -1;
}

.M_left_img .backgroundImage
{
  background-position: 75% 25%;
}
.M_right_img .backgroundImage
{
  background-position: 25% 25%;
}

.M_left_img > div,
.M_right_img > div
{
  width: 50%;
  margin: 0 0 0 auto;
  padding: 0;
  box-sizing: border-box;
  background-color: #fff;
}

.M_left_img .container,
.M_right_img .container
{
  max-width: 700px;
  margin: 0 auto;
}

@media(min-width:800px){
  .M_left_img .textSection .container,
  .M_right_img .textSection .container
  {    
    align-items: center;
    min-height: 50vh;
    padding: 2em;
  }

  .link0 #section2.M_left_img .textSection .container
  {
    padding: 15% 2em;
  }
}

.M_left_full_img .siteContent,
.M_right_full_img .siteContent
{
  max-width: 600px;
  padding: 20px;
  margin: 0 auto;
}

.M_left_full_img .siteContent *,
.M_right_full_img .siteContent *
{
  color: #f1f1f1;
}


.M_right_full_img > div,
.M_right_img > div
{
  margin: 0 auto  0 0;
}

/*-- image right --*/

.M_right_full_img .backgroundImage,
.M_right_img .backgroundImage
{
  left: auto; 
  right: 0;
}

.M_right_full_img section,
.M_right_img section {
  margin: 0 auto 0 0;
}


.M_left_img .contentImgRow > *,
.M_right_img .contentImgRow > *
{
  width: calc(50% - 10px);
}

@media(max-width:500px)
{
  .M_left_img .contentImgRow > *,
  .M_right_img .contentImgRow > *
  {
    width: calc(100% - 10px);
  }
}

@media(max-width: 100px)
{
  .M_full_img .backgroundImage
  {
    background-attachment: scroll;
  }
}


@media all and (max-width: 850px){

  .M_full_img,
  .M_left_img,
  .M_right_img,
  .M_left_full_img,
  .M_right_full_img
  {
    padding: 40px 0;
    box-sizing: border-box;
    display: block;
    border: none;
  }  

  .M_left_img,
  .M_right_img,
  .M_left_full_img,
  .M_right_full_img
  {
    padding: 0;
  }

  .M_left_img .siteContent,
  .M_right_img .siteContent,
  .M_left_full_img .siteContent,
  .M_right_full_img .siteContent
  {
    padding: 50px 10px;
  }



  .M_left_img > div,
  .M_left_full_img > div,
  .M_right_img > div,
  .M_right_full_img > div
  {
    width: 100%;
    padding: 0 0;
  }

  .M_left_img .container,
  .M_right_img .container,
  .M_left_full_img .siteContent,
  .M_right_full_img .siteContent
  {
    max-width: 100%;
  }

  .M_left_img .backgroundImage, 
  .M_right_img .backgroundImage,
  .M_left_full_img .backgroundImage,
  .M_right_full_img .backgroundImage
  {   
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 75%;
  }
}

/* ------ Responsive YouTube and Vimeo clips ------- */

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 

/* .link0 #section3 .twoColumn .embed-container
{  
padding-bottom: 72%; 
}
*/

/* Responsive Videos */

.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100% !important; 
  height: 100% !important; 
}

.embed-container 
{ 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object,
.embed-container embed 
{ 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100% !important; 
  height: 100% !important; 
}


/* ---------------------------------- */
/* ------ HOME/CONTACT STYLES ------- */
/* ---------------------------------- */


.link0 #section3
{
  position: relative;
  background: #eee;
  padding: 50px 0;
}

.link0 #section3 .photoSection:after
{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: -50px;
  z-index: -1;

  display: block;
  width: 100%;
  height: calc(50% + 40px + 2em);
  background: #fff;

}

.link0 #section3 .photoSection
{
  position: relative;
  z-index: 1;
}

.link0 .siteBottom section:nth-child(n+2)
{
  padding: 50px 0;
}

.profilePic {
  border-radius: 100%;
  border: 15px solid #eee !important;
  box-shadow: 0 40px 50px -50px rgba(0,0,0,.5);
}


/* ---------------------------------- */
/* ------------ COLOURS ------------- */
/* ---------------------------------- */
.darkTone {
  background: #171b1f;
}

.midTone {
  background: #384754;
}

.lightTone {
  background: #1b75bc;
}

.highlightTone {
  background: #2988d2;
}

.greyLightest {
  background: #eee;
}

.greyLight {
  background: #ccc;
}

.greyMid {
  background: #aaa;
}

.greyDark {
  background: #222;
}

.white {
  background: #fff;
}

.black {
  background: #171b1f;
}

/*------------------------------------*/
/*---------- MEDIA QUERIES -----------*/
/*------------------------------------*/

