/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #36251c;
  font: 16px/1.4em Lato, BlinkMacSystemFont, "-apple-system", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #fff;
}

a {
  color: #7a3919;
}

a:hover {
  color: #da3234;
}

p {margin:0;}

icon {
  font-family: fontawesome;
}

/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: inherit;
  line-height: 1.2em;
  color: #d81f26;
  text-transform:uppercase;
}

h1 {
  font-size: 2em;
  margin: .3em 0;
}

h2 {
  font-size: 1.8em;
  margin: .3em 0;
}

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: 1.1em;
  margin: .2em 0;
}

section {
  width: 100%;
}

.container {
  max-width: 80%;
  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;
}

.siteBottom {
background:#7e6657 url(/thumbnaillarge/siteBottom.jpg) top center no-repeat;
 
}

/* ---------------------------------- */
/* ---------- CONTENT AREA ---------- */
/* ---------------------------------- */
.siteTop {
  background: none;
}

.siteBottom .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;

  -webkit-align-items: 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;
}

#callbacks {
  display: none;
}

.buttonSection .siteContent, .buttonSection .container {
  padding: 0;
}

.desktop-hide, a.desktop-hide {
  display: none !important;
}

/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */
.sidebar {
  width: 230px;
  padding: 0 15px;
  margin: 0px 15px 0px 0;
  box-sizing: border-box;
  -webkit-box-flex: 0,0,0;
  -webkit-flex: 0,0,0;
      -ms-flex: 0,0,0;
          flex: 0,0,0;
  display:block;
  line-height: 1.5em;
  background:#d81f26;
}

.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-info a:before, .contac-infot div:before, .contact-info p:before {
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  margin-right: 0;
  color: #fff;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.phone:before {
  content: "\f095";
}

.mobile:before {
  content: "\f10b";
}

.email:before {
  content: "\f003";
}

.fax:before {
  content: "\f1ac";
}

.address:before {
  content: "\f041";

}

/*-----social icons-----*/

.facebook:before {
  content: "\f09a";

}

.instagram:before {
  content: "\f16d";
}

.twitter:before {
  content: "\f099";
}

.googlePlus:before {
  content: "\f0d5";
}

.pinterest:before {
  content: "\f0d2";
}

.linkedIn:before {
  content: "\f0e1";
}

.youTube:before {
  content: "\f167";
}

.flickr:before {
  content: "\f16e";
}

/*-----social colours-----*/


/* ---------------------------------- */
/* --Standard for HR line styling  -- */
/* ---------------------------------- */
hr {
  border: 0;
  height: 1px;
  color: #c1c1c1;
  background-color: #c1c1c1;
  width: 100%;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */
#menu {
  position: relative;
  z-index: 100;
  background: none;
}

#menu nav {
  max-width: 80%;
  width: 100%;
  margin: auto;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
		  
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 0px;
}

#menu nav li {
  list-style: none;
  float: left;
  display: inline-block;
  margin: 0 2px;
}

#menu nav li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding:7px 20px;
  color: #1d1917;
  font-size: 0.9em;
  border-radius: 3px;
}

#menu nav li a:hover {
  background: #da3234;
  color:#fff;
}

#menu nav .current > a {
   background: #d81f26;
  color:#fff;

}

#menu nav .parent > a:after {
  font-family: FontAwesome;
  margin-left: 8px;
  content: "\f107";
  line-height: 1em;
}

#menu nav .subContainer .current a {
  background: rgba(0, 0, 0, 0.1); }

#mobileMenu, #navToggleWrap {
  display: none;
}

/* ---------------------------------- */
/* ------------ SUB MENU ------------ */
/* ---------------------------------- */
#menu nav ul {
  position: absolute;
  width: 220px;
  margin: 0;
  padding: 0;
  display: none;
  font-size: .85em;
}

#menu .subContainer {
  background: #222;
  margin-top: 10px;
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

#menu .subContainer:after {
  position: absolute;
  top: -5px;
  left: 30px;
  width: 0px;
  height: 0px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #222;
}

#menu nav ul li {
  width: 100%;
  display: inline-block;
}
#menu nav ul li a {
  padding: 5px 10px;
  line-height: 1.1em;
  color:#fff;
}

/*-----------------------------------*/
/*------------ SIDE MENU ------------*/
/*-----------------------------------*/
.sideMenu li {
  width: 100%;
  list-style: none;
  margin-bottom: 5px;
  position: relative;
}
.sideMenu li a {
  width: 100%;
  display: inline-block;
  background: #222;
  text-decoration: none;
  color: #fff;
  padding: 10px;
}
.sideMenu li a:hover {
  background: #eee;
  color: #222;
}
.sideMenu li ul {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 200px;
  width: 210px;
  margin: 0;
  padding: 0;
  display: none;
}
.sideMenu .subContainer {
  padding-left: 10px;
}
.sideMenu .current ul a {
  background: #222;
}
.sideMenu .current a, .sideMenu ul .current a {
  background: #222;
}

/* ---------------------------------- */
/* --------- PHOTO SECTION ---------- */
/* ---------------------------------- */
.contentImgRow .item {
  display: inline-block;
}
.contentImgRow .contentImg {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  image-rendering: auto;
  margin: 0;
}
.contentImgRow .caption {
  font-size: .9em;
  margin-top: 5px;
}
.contentImgRow .caption:empty {
  display: none;
}

/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/
#enquiry {
  width: 100%;
  background: #fff;
  float: none;
  padding: 0;
  max-width: none;
  color: #888;
  box-sizing: border-box;
  margin-left: 0px;
  padding:20px;
  border: 1px solid rgba(0,0,0,0.1);
  font-size:1em; 


-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;


}

.enqHeader {
  background: #d81f26;
  color: #fff;
  padding: 12px 10px 8px;
  margin-bottom: 15px;
  font-size: 1.3em;
text-align:center;
}

.enqRow {
  width: 100%;
  overflow: hidden;
  padding: 5px 0px;
  box-sizing: border-box; }

.enqLeft {
  padding: 0 5px;
  float: left;
  width: 25%;
  box-sizing: border-box;
  font-size: 1.2em;
display:none;
}

.enqRight {
  width: 100%;
  float: left; }

#enquiry input, #enquiry textarea, #enquiry select {
  width: 100%;
  border: none;
  padding: 7px 5px;
  box-sizing: border-box;
  font-size: .9em;
  -webkit-appearance: none;
  border-radius: 0;
  background:none;
  border: 1px solid rgba(0,0,0,0.2);
 font-family: 'Lato', sans-serif;
   }
  
#enquiry input:focus, #enquiry textarea:focus, #enquiry select:focus {
	border-color:#d81f26;
	
	  }

#enquiry textarea {
  height: 80px; }

#enquiry input[type="radio"] {
  width: 10%;
  -webkit-appearance: radio; }

#enquiry input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: 10%; }

#enquiry input[type="submit"] {
  margin-bottom: 10px;
  border: 0;
  color: #fff;
  padding: 10px 0;
  background: #402d22;
  cursor: pointer; }
  
  #enquiry input[type="submit"]:hover {
	  background:#d81f26;
	  }

#enquiry select {
  width: 100%; }



/*-----Placeholder Styles-----*/

#enquiry ::-webkit-input-placeholder {
  color: black;
  opacity: 0.6;
}

#enquiry :-moz-placeholder {
  color: black;
  opacity: 0.6;
}

#enquiry ::-moz-placeholder {
  color: black;
  opacity: 0.6;
}

#enquiry :-ms-input-placeholder {
  color: black;
  opacity: 0.6;
}



.checkoutDetails input {
  color:#333;
}


/**
 * 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;
  background:#da3234;
}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
footer {
  width: 100%;
  background: #36251c;
  font-size: .8em;
  padding: 20px 0; }

footer .container {
  overflow: hidden;
}

.footerRight {
  text-align: center;
  margin-top: 10px; }

/*-------- FOOTER TEXT STYLES ---------*/
footer, footer a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none; }

footer a:hover {
  color: white; }

/*------------ 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; }

footer nav li a:hover {
  /**/ }


/* ----------------------------------------- */
/* -----------------TO TOP ----------------- */
/* ----------------------------------------- */
#toTop {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 900;
 
}

#toTop:before {
  content: "\f077";
  padding:20px;
  background:rgba(0,0,0,0.3);
  border:1px solid #fff;
  border-bottom:0;
  border-radius:5px 5px 0 0;
}

#toTop a {
	text-decoration:none;}




/* ---------------------------------- */
/* --------  ul list styling  ------- */
/* ---------------------------------- */
.siteBottom .siteContent ul li {
  list-style: none;
}

.siteBottom .siteContent ul li {
  margin-bottom: 0.5em;
}

.siteBottom .siteContent ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 0.8em;
  margin-right: 10px;
  color: #fff;
}

/*-----------------------------------*/
/*-------------- GRID ---------------*/
/*-----------------------------------*/
.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
}
.grid.justify {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.grid [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: 10%;
  width: calc(10% - 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);
}

/* ---------------------------------- */
/* ---------- CART BUTTONS ---------- */
/* ---------------------------------- */



/*primary button*/

body .cartBtn.green,
body .cartBtn,
.cartItemAdd,
.checkoutNext,
.editDetails,
.saveDetails,
#banner #viewCart{
  color: #fff;
  background:none;
  border: 1px solid #d81f26;
  font-weight: 300;
  margin-right:10px;
  text-decoration: none!important;
  padding:6px 10px;
  display:inline-block;
  text-decoration:none;
}

body .cartBtn.green:hover,
body .cartBtn:hover,
.cartItemAdd:hover,
.checkoutNext:hover,
.editDetails:hover,
.saveDetails:hover,
#banner #viewCart:hover {
  color: #fff;
  background: #d81f26;

}



body .cartBtn.green:active,
body .cartBtn:active,
.cartItemAdd:active,
.checkoutNext:active,
.editDetails:active,
.saveDetails:active,
#banner #viewCart:active {
  color: #fff;
  background: #d81f26;

}

.select:after {
  color: #fff;
 background: rgba(0,0,0,0.5)!important;
  border: 1px solid rgba(255,255,255,0.1);
}

.select:hover:after {
  color: #fff;
  background: rgba(0,0,0,0.3);
}

.select:active:after {
   color: #fff;
  background: rgba(0,0,0,0.5);
}

/*secondary button*/

body .cartBtn.grey,
.cartItemPrev,
.checkoutPrev,
.cartBtnHL.resumeShopping,
.cartItemUpdate,
.openCheckout,
.blogNavigation a {
  color: #fff;
  background:none;
  border: 1px solid #d81f26;
  font-weight: 300;
  margin-right:10px;
  text-decoration: none!important;
  padding:6px 10px;
  display:inline-block;
  text-decoration:none;
}

body .cartBtn.grey:hover,
.cartItemPrev:hover,
.checkoutPrev:hover,
.cartBtnHL.resumeShopping:hover,
.cartItemUpdate:hover,
.openCheckout:hover,
.blogNavigation a:hover {
  color: #fff;
  background:#d81f26;
}

body .cartBtn.grey:active,
.cartItemPrev:active,
.checkoutPrev:active,
.cartBtnHL.resumeShopping:active,
.cartItemUpdate:active,
.openCheckout:active,
.blogNavigation a:active {
   color: #fff;
  background: #d81f26;
}




.cartThumb {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;
 color: #fff;
  background: rgba(0,0,0,0.1);
  border: 1px solid rgba(255,255,255,0.1);
}
.cartThumb:hover {
 color: #fff;
  background: rgba(0,0,0,0.3);

}

.cartThumb.item {
  color: #fff;
  background: rgba(0,0,0,0);
  border: 1px solid rgba(255,255,255,0.1);
}
.cartThumb.item:hover {
background: rgba(0,0,0,0.3);
}

.cartThumbs .image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.cartThumbs .cartThumb .imageFrame .image {
  background-size: contain !important;
}

.cartThumb .banner {
  background: rgba(0,0,0,0.1);
  color: #222;
    display:flex;
  align-items:center;
  justify-content:center;
  width: 75px;
  height: 75px;
    border-radius: 50%;
}

.cartThumb .banner.onSale {
    background: #d81f26;
  color: #fff;
}

.cartThumb .banner.new {
    background: #d81f26;
  color: #fff;

}

.cartThumb .banner.outOfStock {
    background: #fff;
  color: #444;
  box-shadow:2px 2px 2px rgba(0,0,0,0.1)
 
}

.cartThumb .banner.popular{
    background: #76af5d;
  color: #fff;

}

/*---- Shop Side Menu Colour ----*/
.categoryMenu li.current > a {
  background: rgba(0,0,0,0.05);
  color: white;
}
.categoryMenu li > a:hover {
  background: rgba(0,0,0,0.3);
  color: white;
}

/*---- Shop Other ----*/
.viewCartRowHeader {
  background: rgba(0,0,0,0.5);
  color: #fff;
}

/* ---------------------------------- */
/* ---------- VIEW CART BTN --------- */
/* ---------------------------------- */
#viewCart {
  position: relative;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
  /* Cart Icon */
}
#viewCart:before {
  content: "\f290";
  /*bag*/
  content: "\f07a";
  /*cart*/
  font-family: fontawesome;
  margin-right: .5em;
}

/* ---------------------------------- */
/* ------------- BANNER ------------- */
/* ---------------------------------- */


.siteTop {
  padding-top:170px;
  padding-top: 200px;
  background:#7e6657;
}

.topSection * {
  -moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}

.topSection {
position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:101;
  
  /*background:#36251curl(/thumbnaillarge/topBG.jpg) bottom center no-repeat;*/
  background:#c5ae95
}



#banner .container{
   padding:0px;
   max-width:none !important;
   width:100% !important;
}


#logo{
    width:80%;
    max-width:230px;
  position:absolute;
  top:42px;
  z-index:101;

}

#logo > img {
    width:100%;
    height:auto;
}



.bannerContainer{
width:100%;
max-width:80%;
margin:auto;
   display: -webkit-flex;
   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-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
           justify-content: space-between; 
}


.topBar{
background:#7a3a1a;
color:#fff;
  padding:3px 0;
}


.contact-info {
     display: -webkit-flex;
   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-box-pack: justify;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
           justify-content: space-between; 
}


.contact-info p {
  margin-right:10px;
}



.contact-info p span {
  color:#d81f26;
  font-weight: 700;
  margin-right: 5px;
}
.socialLinks {
  margin-left:10px;
}

.contact-info:first-child .socialLinks a {
  border: 1px solid #d81f26;
  background:none;
  padding: 5px 9px;
}

.contact-info:first-child .socialLinks a:hover {
  background: #d81f26;
}

.topBar .bannerContainer p, .topBar .bannerContainer a{
display:inline-block;
font-size:.9em;
}

.contact-info .enquire-trigger{
cursor:pointer;
font-size:1em;
color:#fff;
text-decoration:none;
background:none!important;
  border: 1px solid #d81f26;
padding:3px 10px;
font-weight:300!important;
}


.contact-info p a {color:#fff!important;}


.topSection #menu {padding:65px 0 35px;}

.topSection.shrink #menu {padding:20px 0 20px;}
.topSection.shrink #logo {max-width:150px;}

/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */



.contentImgRow.grid{
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
  

-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;

   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
    justify-content: space-between; 
  
    -webkit-flex-flow:row wrap;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;

padding:10px 0;
}


.butFrame {
    width:24%; /* Change This Dependong On How Many Buttons You Have*/
    position:relative;
    cursor:pointer;
        -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
  margin:10px 0;
  background:#d81f26;
  border-radius:10px;
  overflow:hidden;
}

.butImage {
    width:100%;
    display:block;
}

.butImage {
  padding-bottom: 70% !important;
  background-size: cover !important;
  width: 100%;
  display: block;
  height: 0;
  opacity: 0.2;
}

.butFrame img {
    width:100%;
    height:auto;
    display:block;
}

.butHeading {
    display:block;
    width:90%;
    font-size:1em;
    line-height:1.4em;
    color:#fff;
    background:rgba(0,0,0,);
    padding:;
    height:90%;
    position:absolute;
    bottom:5%;
    left:5%;
  border: 1px solid #fff;
  border-radius: 10px;

    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;   

   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;
  
  

    font-family: 'Sacramento', cursive;
  font-size: 2em;


}



/* ----------------
HOVER STYLES
------------------ */

.butFrame *{
    -moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}

.butFrame:hover .butImage{
  opacity: 0.6;

}


.butFrame:hover {
  background: #333;
}




/* ---------------------------------- */
/* ----------  BASIC BTNS  ---------- */
/* ---------------------------------- */
.basicFrame * {


-moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;

}


.basicFrame {
  width: 24%;
  padding: 30px 10px;
  background: #d81f26;
  color:#fff;
  cursor: pointer;
  text-align: center;
  margin-bottom: 0px;
  border: 3px solid #d81f26;
  position: relative;
  overflow:hidden;
    animation-name: pulse;

-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
  

}

.basicFrame .basicHeading {
	color:#fff;
	position:relative;
	
	}
	
	.basicFrame:hover {
	background:rgba(0,0,0,0.1);
	  animation-name: pulse;
		}

/* ---------------------------------- */
/* ----------  ICON  BTNS  ---------- */
/* ---------------------------------- */

.iconbuttons *{-moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;}



.iconbuttons{
 display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
       flex-direction: row;
   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
       justify-content: space-between;
      -webkit-align-items:stretch;
-ms-flex-align: stretch;
align-items: stretch;
   -webkit-flex-flow: row wrap;
   -ms-flex-flow: row wrap;
       flex-flow: row wrap;
  
  max-width: 1260px;
  margin: auto;
  padding-bottom: 0px;
  
}




.butFrame2 {
padding:20px 0px;
cursor:pointer;
width:19%;
text-align:center;
position:relative;
padding-bottom:0px;

-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
  background: #d81f26;
  border-radius:5px;
  
  border:5px solid #d81f26;
}






.butText2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1em;
  color: #fff;
  margin-top: 20px;
  width:100%;
  background:rgba(0,0,0,0.1);
   padding:10px 0;
}







.iconWrap2{display:inline-block; position:relative;}

.butFrame2 .icon{
width:120px;
height:120px;
position:relative;
-moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

padding:20px;
  background: none;
  z-index:100;
}



.butFrame2 .icon{fill: currentColor; color:rgba(127,22,26,1); }
.butFrame2 .icon svg{fill: currentColor;}
.butFrame2 .icon path{fill: currentColor;} 

.butFrame2:hover .icon{fill: currentColor; color:rgba(216,31,38,1);}
.butFrame2:hover .icon svg{fill: currentColor;}
.butFrame2:hover .icon path{fill: currentColor;} 

.iconWrap{display:inline-block; position:relative;}



.butFrame2:hover {
  background: #36251c;

}





/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */


#subBannerHome .container {
max-width:none;
}

.slider-text {
	position:relative;
	width:100%;
	margin:auto;
}

.slider-text-inner {
	position:absolute;
	margin:auto;
	max-width:100%;
	width:100%;
bottom:160px;
	z-index:1;
  text-align: center;
}

.scroll a {text-decoration:none;}

.scroll a span {position:relative; margin-left: -30px;}
.scroll a span:before {
	
	font-family:FontAwesome;
	content:"\f078";
	padding:20px;
	border: 1px solid #d81f26;
	color:#fff;
	position:absolute;
	z-index:1;
	}


.scroll span:hover:before {
	background:#d81f26;
	color:#fff;
	}


@media all and (max-height: 650px){
  .scroll a span:before{display: none;}
}



.flickerplate {
    position: relative;
	width: 100%;
	height: 80vh;
	background-color: #222;
	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
}
.flickerplate ul.flicks>li .flick-inner {
	height: 100%;
	padding: 10px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
  background:rgba(0,0,0,0);
      
}
.flickerplate ul.flicks>li .flick-inner .flick-content {
	max-width:none;
	margin-left: auto;
	margin-right: auto
}
.flickerplate ul.flicks>li .flick-title {
	padding: 0px 0px;
	font-size: 8em;
	line-height: 1em;
	text-align: center;
  font-family: 'Sacramento', cursive;
  color:#c5b5a0;


}

.flickerplate ul.flicks>li .flick-huge {
  font-weight: 900;
  font-size: 20em;
  text-align: center;
  z-index: -1;
  color:rgba(0,0,0,0.3);
}


.flickerplate ul.flicks>li .flick-sub-text {
	padding: 5px;
	font-weight: 900;
	line-height: 0em;
	color: #d81f26;
	text-align: center;
  font-size: 2em;
  text-transform: uppercase;
  
}
.flickerplate ul.flicks>li .flick-title span.flick-block-text, .flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
	padding: 12px 18px;
	background-color: rgba(0,0,0,0.6)
}
.flickerplate .arrow-navigation {
	position: absolute;
	height: 80%;
	width: 10%;
	top: 10%;
	z-index: 100;
	overflow: hidden
}
.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
}
.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.flicker-theme-dark ul.flicks li .flick-inner {
	color: rgba(0,0,0,0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
	color: rgba(0,0,0,0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color: rgba(255,255,255,0.5)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
	color: rgba(0,0,0,0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
	color: rgba(0,0,0,0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color: rgba(255,255,255,0.5)
}
.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
}


.flickerplate .dot-navigation {
  counter-reset: my-awesome-counter;
}

.flickerplate .dot-navigation .dot {
  position: relative;
}

.flickerplate .dot-navigation .dot:before {
  position: absolute;
  left: 0;
  top: -0.5em;
  font-size: 6em;
  font-weight: 700;
  color: #fff;  
  counter-increment: my-awesome-counter;
  content: "0" counters(my-awesome-counter,".") " ";
  opacity: 0;
}



/*----flick animation----*/

.flickerplate li.active  {
          -webkit-animation: flickAnimationImage 5s forwards ease-out;
                  animation: flickAnimationImage 5s forwards ease-out;
}


@-webkit-keyframes flickAnimationImage {
  0% {
       -webkit-transform: scale(1);
               transform: scale(1);
  }

  100% {
       -webkit-transform: scale(1.05);
               transform: scale(1.05);
  }
}


@keyframes flickAnimationImage {
  0% {
       -webkit-transform: scale(1);
               transform: scale(1);
  }

  100% {
       -webkit-transform: scale(1.05);
               transform: scale(1.05);
  }
}

/*---- end flick animation----*/


/* ---------------------------------- */
/* ---------- DROP DOWN CSS --------- */
/* ---------------------------------- */
/* Drop Down Enquiry */



#enquire-dropdown {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #35251c;
    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 {
 transform: rotate(360deg);
  
}

.closeBtn:hover:before, .closeBtn:hover:after {
  color:#d81f26;
  background:#d81f26;
}

.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: 12px;
    left: 20px;
    font-size: 0.9em;
    font-weight: normal;
    color: #d81f26;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#enquire-dropdown .name:before {
    content: "\f007";
}

#enquire-dropdown .question:before {
    content: "\f0e6";
}

#enquire-dropdown .clock:before {
    content: "\f017";
}


#enquire-dropdown ::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

#enquire-dropdown :-moz-placeholder {
    color: #fff;
    opacity: 0.6;
}

#enquire-dropdown ::-moz-placeholder {
    color: #fff;
    opacity: 0.6;
}

#enquire-dropdown :-ms-input-placeholder {
    color: #fff;
    opacity: 0.6;
}

.dropContact a {
  color: #fff;
}

.dropContact a:hover {
  color: #da3234;
}


/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */



#footerTop .container {
  max-width: none;
}

#footerTop {
  background: #e9e2d9;
}



footer {
  padding: 0;
}

.foot-top {
  padding: 10px 0;
  max-width: 1000px;
  margin: auto;
}

.foot-middle {
  width:100%;
  background:#35251c;
}

.foot-middle .container {
  max-width: 1260px!important;
  margin: auto;
     display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
    flex-direction: row;

-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;

   -webkit-justify-content: space-between;
   -ms-flex-pack: justify;
    justify-content: space-between;
    
    -webkit-flex-flow:row wrap;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
  padding: 50px 0;
}


.row {
  width:24%;
  
}

.row img {
  width:100%;
  height: auto;
  max-width: 100px;
}

.row .socialLinks a:before {
  font-family: FontAwesome;
}

.row .socialLinks {
  text-align: left;
  margin-top:20px;
}

.row .socialLinks a {
  border: 1px solid #d81f26;
  padding: 5px 9px;
  border-radius: 4px;
  color:#fff;
  text-align: right;
}

.row .socialLinks a:hover {
  background: #d81f26;
}

#footerBottom {
  padding: 30px 0;
  background: #1c120d;
}


/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */
#subBanner .container.hasImage {
  background-size: cover !important;
  background-position: top center !important;
  padding-bottom: 20%;
}

#subBanner .container {
  max-width: 100%;
}
/* ---------------------------------- */
/* ----------- MODULE  CSS ---------- */
/* ---------------------------------- */

.moduleTable, .moduleTable * {  
  box-sizing: border-box;
}

.moduleTable > tbody > tr > td {
  vertical-align: top;
}

.twoColumn > tbody > tr > td {
  width: 50%;
}
.moduleTable img {
  width: 100% !important;
  height: auto !important;}

.sidebarLeft > tbody > tr > td:first-child {
  width: 30%;
  padding-right: 3%;
}

.sidebarLeft > tbody > tr > td:last-child {
  width: 70%;
}

.sidebarRight > tbody > tr > td:first-child {
  width: 70%;
  padding-right: 3%;
}

.sidebarRight > tbody > tr > td:last-child {
  width: 30%;
}

.threeColumn > tbody > tr > td {
  width: 33%;
}

.twoColumn > tbody > tr > td:first-child, .threeColumn > tbody > tr > td:first-child {
padding-right: 3%;
}
.twoColumn > tbody > tr > td:last-child, .threeColumn > tbody > tr > td:last-child {
padding-left: 3%;
}

@media all and (max-width: 900px) and (min-width: 700px) { 
  
  .moduleTable.threeColumn > tbody > tr > td {
    display: inline-block !important;
    width: 48% !important;
    box-sizing: border-box;
  }

  .moduleTable.threeColumn > tbody > tr > td:first-child {
  padding-right: 3%;
  }

  .moduleTable.threeColumn > tbody > tr > td:last-child {
  padding-left: 0;
  }

  .moduleTable.threeColumn > tbody > tr > td.thirdColumn {
    display: block !important;
    width: 98% !important;
  }

}

@media all and (max-width: 700px) {
  
  .moduleTable.twoColumn > tbody > tr > td, .moduleTable.threeColumn > tbody > tr > td, .moduleTable.sidebarLeft > tbody > tr > td, .moduleTable.sidebarRight > tbody > tr > td {
    display: block !important;
    width: 100% !important;
    padding: 10px 0;
  }

}

@media all and (max-width: 980px) {
  
  .moduleTable .moduleTable.twoColumn > tbody > tr > td, .moduleTable .moduleTable.threeColumn > tbody > tr > td, .moduleTable .moduleTable.sidebarLeft > tbody > tr > td, .moduleTable .moduleTable.sidebarRight > tbody > tr > td {
    display: block !important;
    width: 100% !important;
    padding: 10px 0;
  }

}

.accordion * {
    -webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.accordion > tbody > tr {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  cursor: pointer;
}

.accordion > tbody > tr > td {
  display: block;
  width: 100%;
  
}
.accordion > tbody > tr > td:last-child {
  overflow: hidden;
  padding-top: 0;
}
.expand {
  display: block;
  margin-top: -150%;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.accordion > tbody > tr.on .expand {
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  margin-top: 0;
  background: rgba(0,0,0,0.06);
  padding: 0.8em 1.2em;
  border-radius: 1em;
}

.accordion > tbody > tr > td:first-child:before {
  content: "\f055";
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 1.6em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #999;
}

.accordion > tbody > tr.on > td:first-child:before {
  content:  "\f056";

}
.accordion > tbody > tr:hover > td:first-child:before {
  color: #333
}

.accordion.readMoreAccordian > tbody > tr > td:first-child:after {
  content: "read more";
  display: block;
  margin-left: 3px;
  margin-top: 0;
  font-size: 0.9em;
  color: #999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.accordion.readMoreAccordian > tbody > tr.on > td:first-child:after {
  margin-top: -10px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.accordion.readMoreAccordian > tbody > tr > td:hover:first-child:after {
  color: #333;
}

.accordion.readMoreAccordian > tbody > tr > td:first-child:before {display: none;}

.moduleLabel {display: none;}


/*Add to Home Screen Button */

.addtohome, .addtohome * {
  
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.addtohome {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 20px;  
  margin: auto;
  display: none;
  z-index: 1000000;  
  background: rgba(0, 0, 0, .8);
  border-radius: 5px;  
  padding: 8px 2%;
}

.addToHome .flexCenter {
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
           
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}

.addToHomeLogo {
  display: inline-block;
  width: 65px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.addToHomeLogo img {
  width: 100%;
  height: auto;
}

.addtohome .addHomeText {
  display: inline-block;
  width: calc(94% - 65px);
  margin-left: 2%;
  color: #fff;
  font-weight: 300;
  font-size: 0.85em;
  line-height: 1.4em;
  padding: 8px 0 6px;
}
.addIcon {
  margin: 0 2px;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative
}
.addIcon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  height: 1px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}
.addIcon:after {
  content: "\f176";
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  top: -10px;
  left: 3px;
  margin: auto;
}
.addtohome:after {
  position: absolute;
  bottom: -10px;
  left: 46%;
  width: 0px;
  height: 0px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, .8);
}
.addtohome:before {
  content:  "\f057";
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  top: 1px;
  right: 3px;
}



/* ---------------------------------- */
/* ----------- ANIMATION  ----------- */
/* ---------------------------------- */


.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}



@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.siteBottom, .butFrame, .item, .butFrame2, .basicFrame {
  opacity:0;  /* make things invisible upon start */
  -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.butFrame:nth-child(1), .item:nth-child(1), .butFrame2:nth-child(1), .basicFrame:nth-child(1) {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.butFrame:nth-child(2), .item:nth-child(2), .butFrame2:nth-child(2), .basicFrame:nth-child(2) {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay:1.2s;
  animation-delay: 1.2s;
}

.butFrame:nth-child(3), .item:nth-child(3), .butFrame2:nth-child(3), .basicFrame:nth-child(3) {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.butFrame:nth-child(4), .item:nth-child(4), .butFrame2:nth-child(4), .basicFrame:nth-child(4) {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}

.butFrame:nth-child(5), .item:nth-child(5), .butFrame2:nth-child(5), .basicFrame:nth-child(5) {
  -webkit-animation-delay: 2.4s;
  -moz-animation-delay:2.4s;
  animation-delay: 2.4s;
}

.butFrame:nth-child(6), .item:nth-child(6), .butFrame2:nth-child(6), .basicFrame:nth-child(6) {
  -webkit-animation-delay: 2.8s;
  -moz-animation-delay: 2.8s;
  animation-delay: 2.8s;
}

.butFrame:nth-child(7), .item:nth-child(7), .butFrame2:nth-child(7), .basicFrame:nth-child(7) {
  -webkit-animation-delay: 3.2s;
  -moz-animation-delay: 3.2s;
  animation-delay: 3.2s;
}

.butFrame:nth-child(8), .item:nth-child(8), .butFrame2:nth-child(8), .basicFrame:nth-child(8) {
  -webkit-animation-delay: 3.6s;
  -moz-animation-delay:3.6s;
  animation-delay: 3.6s;
}

/* ---------------------------------- */
/* ------ BACKGROUND IMAGE CSS ------ */
/* ---------------------------------- */

.siteBottom section * {
  box-sizing: border-box;
}

.siteBottom section {
  position: relative;
}

.M_full_img, .M_left_img, .M_left_imgC, .M_right_img, .M_right_imgC {
  padding: 60px 0;
}

.backgroundImage {
  position: absolute;
  background-size: cover;
  background-position: top center;
}

/*-- full width image --*/

.M_full_img .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0;
}

/*-- image left --*/

.M_left_img .backgroundImage {
  top: 0; left: 0; bottom: 0; 
  width: 50%;
}

.M_left_img .container {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 0 5%;
}

/*-- image right --*/

.M_right_img .backgroundImage {
  top: 0; right: 0; bottom: 0; 
  width: 50%;
}

.M_right_img .container {
  width: 50%;
  margin: 0 auto 0 0;
  padding: 0 5%;
}

/*-- image left cover --*/

.M_left_imgC .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0; 
}

.M_left_imgC .container {
  width: 100%;
  margin: 0 auto ;
  padding: 2em;
}


.M_left_imgC ul li:before { 
  color:#fff!important;
}


.link0 .M_left_imgC .backgroundImage {
    position: absolute;
  background-size: cover;
  background-position: center center;
  
}


.M_left_imgC .textSection .container .siteContent {
 width:50%;
  margin-left:50%;
/*     padding: 180px 0 20px; */
  padding: 140px 0 20px;
  color:#fff;
}

.M_left_imgC h1, .M_left_imgC h2, .M_left_imgC h3,
.M_left_imgC h4, .M_left_imgC h5, .M_left_imgC h6 {
  color:#fff;
}


/*-- image right cover --*/

.M_right_imgC .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0; 
}

.M_right_imgC .container {
  width: 100%;
  margin: 0 auto ;
  padding: 2em;
}

.M_right_imgC .textSection .container .siteContent {
 width:50%;
  margin-left:0%;
  padding: 180px 0 20px;
  color:#36251c;
}


.M_right_imgC-5 .backgroundImage {
  background-position:bottom center!important;
}

.M_right_imgC-5 .textSection .container .siteContent {
    padding: 20px 0 230px!important;
}

@media all and (max-width: 700px){
  
  .M_full_img, .M_left_img, .M_left_imgC, .M_right_img, .M_right_imgC {
    padding: 10px 0;
  }  

  .M_left_img, .M_right_img {
      padding: 0;
  }

  .siteBottom section .container {
    padding: 40px 20px;
    width: 100%;
  }

  .M_left_img .backgroundImage, .M_right_img .backgroundImage {   
      position: relative;
      width: 100%;
      height: 250px;
  }

  .M_left_imgC .backgroundImage {
      background-position: 90% 50%;
  }  
  
  .M_right_imgC .backgroundImage {
      background-position: 10% 50%;
  } 

}


/* ---------------------------------- */
/* ----------- 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: 300px;
    border: 3px solid transparent;
    z-index: 1001;
  
  display: -webkit-flex;
   display: -ms-flexbox;
   display: -webkit-box;
   display: flex;
  
  -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  
  -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  
  -webkit-align-items: center;
   -ms-flex-align: center;
          align-items: center;
   
}


#loader img{
width:100%;
height:auto!important;
  display:block;
opacity:0;
  margin-bottom: 50px;
filter: alpha(opacity=0);
  max-width:300px;
  
}

#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: #c5b095;
        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;
}


/* Spinners */

.cp-spinner{width:96px;height:96px;display:inline-block;box-sizing:border-box;position:relative}
.cp-round:before{border-radius:50%;content:" ";width:96px;height:96px;display:inline-block;box-sizing:border-box;border-top:solid 3px rgba(255,255,255,0.1);border-right:solid 3px rgba(255,255,255,0.1);border-bottom:solid 3px rgba(255,255,255,0.1);border-left:solid 3px rgba(255,255,255,0.1);position:absolute;top:0;left:0}
.cp-round:after{border-radius:50%;content:" ";width:96px;height:96px;display:inline-block;box-sizing:border-box;border-top:solid 3px #da3234;border-right:solid 3px transparent;border-bottom:solid 3px transparent;border-left:solid 3px transparent;position:absolute;top:0;left:0;animation:cp-round-animate 1s ease-in-out infinite}
@keyframes cp-round-animate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}


/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */



/* Logo Carousel */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* ---------------------------------- */
/* ------ HOME/CONTACT STYLES ------- */
/* ---------------------------------- */


.link0 #section1 {
  background:url(/thumbnaillarge/section1Home.jpg) center center no-repeat;
  background-size: cover;
}

.link0 #section1 .container {
  max-width: 1260px;
  color:rgba(255,255,255,0.7)
}


.link0 #section1 .container .sidebarRight td:last-child {
  width:20%!important;
}

.link0 #section1 .container .sidebarRight td:last-child img {
  width:50%!important;
}

.link0 #section1 h6 {
  margin-top:40px;
}

.link0 #section2 {
  background: #36251c;
}



.checkout.checkoutDetails footer .container {
  -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  padding: 0;
}


.checkout.checkoutDetails footer .container .foot-middle .container {
  -ms-flex-direction: row;
   -webkit-flex-direction: row;
   flex-direction: row;
  padding:20px 0;
}

/*------------------------------------*/
/*---------- MEDIA QUERIES -----------*/
/*------------------------------------*/



@media all and (max-width: 1400px) and (min-width:1261px){
  
  .container, .bannerContainer, #menu nav {
    max-width: 96%;
  }
  

}


@media all and (max-width: 1260px) and (min-width:1001px){ 
  

  #menu {
    position:relative;
    top:0px;
  }
  
  .topSection #menu {
    padding:40px 0 40px 0px;
  }
  
  #logo img {
  width:170px;
}

  
  .siteTop {
    padding-top:140px;
  }
  
   .container, .bannerContainer, #menu nav {
    max-width: 96%;
  }

  #menu nav li a {
    padding: 7px 10px;
  }
  
  .flickerplate ul.flicks > li .flick-title {
    font-size: 6em;
  }
  
  .flickerplate ul.flicks > li .flick-huge {
    font-size: 10em;
  }
  
  
  #subBanner .container.hasImage {
  background-size: cover !important;
  background-position: top center !important;
  padding-bottom: 11%;
}
  
    .M_left_imgC .textSection .container .siteContent {
 width:50%;
  margin-left:50%;
/*     padding: 180px 0 20px; */
  padding: 0px 0 20px;
  color:#fff;
}
  
  .M_left_imgC .container {
  width: 100%;
  margin: 0 auto ;
  padding: 1em;
}

  
  
}

@media all and (max-width: 1001px) and (min-width:700px){ 


.M_left_imgC .textSection .container .siteContent {
 width:50%;
  margin-left:50%;
/*     padding: 180px 0 20px; */
  padding: 10px 0 20px;
  color:#fff;
}

.flickerplate {
    position: relative;
	width: 100%;
	height: 55vh;
	background-color: #222;
	overflow: hidden;
}

   .container, .bannerContainer, #menu nav {
    max-width: 96%;
  }

  #menu nav li a {
    padding: 7px 10px;
  }
  
  .flickerplate ul.flicks > li .flick-title {
    font-size: 6em;
  }
  
  .flickerplate ul.flicks > li .flick-huge {
    font-size: 7em;
  }

.flickerplate ul.flicks > li .flick-sub-text {
  font-size: 1.3em;
}

.siteTop {
  padding-top:160px;
  background:#7e6657;
}

#menu nav {
font-size:0.7em;
}

#menu {
  position:relative;
  top:-20px;
}

.topSection #menu {
  padding:50px 0!important;
}

.topBar {
  font-size: 0.8em;
}


#logo {
  max-width: 170px;
}


.row {
  font-size: 0.7em!important;
}  }

