/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
  -webkit-text-size-adjust: none;
  /* This stops the iPhone from automatically changing the size of the text when you flip the phone */
}

h1, h2, h3, h4 {
  line-height: 1.5em;
}

h1 {
  font-size: 2em;
  margin-top: 0px;
  margin-bottom: 20px;
}

h2 {
  font-size: 1.4em;
  margin-top: 0px;
  margin-bottom: 15px;
}

h3 {
  font-size: 1.3em;
  margin-top: 5px;
  margin-bottom: 5px;
}

h4 {
  font-size: 1.1em;
  margin-top: 0px;
  margin-bottom: 3px;
}

/* ---------------------------------- */
/* ---------- VIEW CART BTN --------- */
/* ---------------------------------- */

.viewCart {
  position: absolute;
  z-index: 999;
  top: 0;
  height: 50px;
  /*--- JUSTIFY CONTENT ---*/
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  /*--- END JUSTIFY CONTENT ---*/
}

#viewCart .container {
  position: relative;
}

.viewCart {
  position:absolute;
  top: 0px;
  right: 15px;
  padding: 0;
  background: none;
  overflow: hidden;
  height: 38px;
   border-radius: 0;
 z-index: 999;
  /*---- DISPLAY FLEX -----*/
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /*---- END DISPLAY FLEX -----*/
  /*--- JUSTIFY CONTENT ---*/
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  /*--- END JUSTIFY CONTENT ---*/
  cursor: pointer;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 1.1em;
  border: none;
}

.viewCart:before, .viewCart:after {
  /*---- DISPLAY FLEX -----*/
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /*---- END DISPLAY FLEX -----*/
  /*--- JUSTIFY CONTENT ---*/
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  /*--- END JUSTIFY CONTENT ---*/
  /*------ FLEX ALIGN -----*/
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*------ END FLEX ALIGN -----*/
}

.viewCart:before {
  font: 1em FontAwesome;
  content: "\f07a";
  padding: 0px 10px;;
}

.viewCart:after {
  content: "View Cart";
  padding: 0px 0px;
  font-size:.8em;
  color: #fff;
}

.viewCart:hover {
  background: none;
  color: #fff;
}

/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */

.sidebar, #outerSidebar {
  display: none;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */

#menu {
  display: none;
}

#navToggle {
  width: 100%;
  color: #161619;
  padding: 40px 0 40px;
  position: relative;
  z-index: 9999;
  text-align: right;
  cursor: pointer;
  background: #fff;
  border-bottom: 1px solid #d0d2d3;
}

#navToggle:before {
  content:"";
  background: url(thumbnaillarge/_logo.png) center no-repeat;
  background-size:contain;
  height:80%;
  width:90%;
  position:absolute;
  top:10px;
  left:5%;
  margin:0px;
}

#navToggle:after {
  font-family: FontAwesome;
  margin-right: 15px;
  content: "\f0c9 ";
  line-height: 1em;
  font-size: 1.5em;
}

#mobileMenu {
  display: inline-block;
}
#mobileMenu nav {
  background:#161619;
    display: none;
    position: absolute;
    text-align: center;
    top: 137px;
    width: 100%;
    z-index: 999;
  text-transform: uppercase;
}
#mobileMenu li {
  list-style-type: none;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}
#mobileMenu li a, #mobileMenu li span {
  width: 100%;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  box-sizing: border-box;
  text-align:center;
  font-family: 'Montserrat', sans-serif;
}

#mobileMenu li span {
  padding: 10px 10px;
}

#mobileMenu li .current {
  background: rgba(0, 0, 0, 0.3);
}
#mobileMenu li ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #222;
}
#mobileMenu li ul a {
  padding-left: 30px;
}
#mobileMenu li:hover {
  background: rgba(255, 255, 255, 0.1);
}
#mobileMenu .parent > a:after {
  font-family: FontAwesome;
  margin-left: 8px;
  content: "\f107";
  line-height: 1em;
}

/* ---------------------------------- */
/* ----------- SUB MENU ------------- */
/* ---------------------------------- */

#mobileMenu li ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #891921;
}

#mobileMenu li ul a {
  padding-left: 0px;
  color: #fff!important;
}

#mobileMenu li:hover {
  background: rgba(255, 255, 255, 0.1);
}

#mobileMenu .parent > a:after {
  font-family: FontAwesome;
  margin-left: 8px;
  content: "\f107";
  line-height: 1em;
}

/* ---------------------------------- */
/* --------- PHOTO SECTION ---------- */
/* ---------------------------------- */

.imageSection .item {
  width: 48.5%;
  margin: 0;
}

.contentImgRow {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  box-sizing: border-box;
  padding: 10px 0px 0;
}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */

footer {
  padding: 0 0 10px 0;
}
footer .container {
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
footer nav {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
footer .footerRight {
  text-align: center;
}

/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/

#enquiry, .enqLeft, .enqRight {
  width: 100%;
  margin: 0;
}

.enqRightA, .enqRightB{
  width: 49%;
}

.enqLeft{
  padding-bottom: 7px;
}

/* ---------------------------------- */
/* --------- CART ITEM PAGE --------- */
/* ---------------------------------- */

.cartItemTop {
  display: inline-block;
}
.cartItemTop .cartItemImages, .cartItemTop .cartItemMain {
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
}

.cartItemHeading {
  font-size: 1.4em;
}

.cartItemImages .cartItemHeading, .cartItemImages .cartItemCatHeading {
  display: inline-block;
}

.cartItemHeading {
  margin: 10px 0;
}

.flicker {
  margin-top: 10px;
}

.cartItemAction {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.cartItemAction a {
  box-sizing: border-box;
  margin-bottom: 10px;
  font-size: .9em;
}

.cartItemQty {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

.cartItemOptions {
  width: 100%;
  margin: 0;
}
.cartItemOptions .cartItemOptionHeading {
  width: 20%;
  text-align: left !important;
}
.cartItemOptions select, .cartItemOptions input {
  width: 80%;
}

.cartItemContent .cartItemMain .cartItemPrice {
  text-align: right;
  font-size: 1.7em;
  height: 42px;
}
.cartItemContent .cartItemMain .cartItemPrice div {
  width: 100%;
}
.cartItemContent .cartItemMain .cartItemPrice span {
  display: inline-block;
  width: auto;
  order: 1;
  -webkit-order: 1;
  -ms-flex-order: 1;
  margin: 5px 0 0;
}
.cartItemContent .cartItemMain .cartItemCode {
  text-align: right;
  font-size: 1.3em;
  padding: 0 0px;
}

.cartItemShortDesc {
  padding: 10px 0;
}

.cartItemBottom {
  padding: 0 10px;
}

/* ---------------------------------- */
/* ----------- CART ITEMS ----------- */
/* ---------------------------------- */

.cartItem {
  width: calc(100% - 20px);
}

.cartItem:nth-last-child(1), .cartItem:nth-last-child(2), .cartItem:nth-last-child(3), .cartItem:nth-last-child(4) {
  margin-bottom: 10px;
}

.cartItem:nth-last-child(1), .cartItem:nth-last-child(2) {
  margin-bottom: 0px;
}

.cartItemPrice {
  display: inline-block;
  text-align: center;
  height: 58px;
  width: 100%;
  box-sizing: border-box;
}
.cartItemPrice span {
  width: 100%;
  display: inline-block;
  font-size: .7em;
}

.cartItemBtns a {
  padding: 5px;
  box-sizing: border-box;
}
.cartItemBtns a span {
  width: 100%;
  text-align: center;
}

.viewCartRow {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.viewCartDescription {
  width: 60% !important;
}

.viewCartRow {
  font-size: .8em;
  padding: 5px;
}
.viewCartRow .viewCartTotal {
  width: 50px;
  text-align: left;
}
.viewCartRow .viewCartDelete {
  width: 25px;
}

.viewCartItem, .viewCartPrice {
  display: none;
}

.cartUpdate, .cartSubTotal {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

.cartItemAction a {
  margin-bottom: 0;
}

.viewCartQuantity {
  display: none;
}

.cartItemAction .cartItemPrev, .cartItemAction .cartItemAdd {
  width: 100%;
  margin-top: 3px;
  text-align: center;
}

/*-- CHECKOUT --*/
.checkoutSection {
  font-size: .9em;
}

.resumeShopping {
  display: none;
}

.checkoutSingle {
  display: inline-block;
}

.singleInput {
  width: 100% !important;
  margin-bottom: 10px;
}

.checkoutStageComplete {
  width: 100%;
  text-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.cartBtn {
  width: 100%;
}

.checkoutNext {
  margin-top: 10px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.reviewQuestionRow {
  display: inline-block;
  width: 100%;
}
.reviewQuestionRow .reviewQuestion, .reviewQuestionRow .reviewQuestionAnswer {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.checkoutReviewMessage {
  word-wrap: break-word;
}

.checkoutReview {
  display: inline-block;
}

.checkoutSectionInner {
  width: 100% !important;
  box-sizing: border-box;
  margin-top: 5px;
}

.cartQuestionRow, .cartQuestion, .cartQuestionInput {
  width: 100% !important;
  display: inline-block;
  margin: 3px 0 !important;
}

/* ---------------------------------- */
/* -------------- BANNER ------------ */
/* ---------------------------------- */

.ultimate, .contact, .topBar { display: none; }

#banner {
  height:37px;
  background: #000;
  position:static;
 }

#banner .container { padding: 10px 0 20px 0; }

#logo {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
  position: static;
  display:none;
}

/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */

#subBannerHome {
}

#subBannerHome .container{
  margin-top: 0;
}

#subBanner{
  padding-bottom: 50%;
}

/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */

.link0 #section1{
}

.link0 .butFrame{
  margin:8px 4px 0px;
  width: calc(50% - 8px);
}

.butFrame {
  width: calc(50% - 8px);
  margin:0px 4px 8px;
}

.butFrame:nth-child(1){
  margin-left: 4px;
}

.butFrame:nth-child(4){
  margin-right: 4px
}

.link0 #section1 .contentImgRow.buttons{
  margin-top: 0px;
}

#section1 .contentImgRow.buttons{
  margin-top: 8px;
}

.link0 .butImageBG, .butImageBG{
   padding-bottom: 100%;
}

.butHeading{
   font-size:1em;
   line-height:1.2em;
}

.butHeading p span{
  padding: 0;
}

.basicFrame{
  width: 100%;
  margin: 0 0 10px;
}

/* ---------------------------------- */
/* ------------- CALLBACKS ---------- */
/* ---------------------------------- */

/* ----M1 ---- */

#callbacks {
  width: 100%;
  position: absolute;
  top: 0px;
  background: #b72025;
  z-index: 99;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border-bottom:1px solid rgba(255,255,255,0.2);
  font-family: 'lato', sans-serif;
}

#callbacks a:before {
  font-family: FontAwesome;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 1em!important;
  font-weight: normal!important;
}

#callbacks a {
  cursor: pointer;
  padding: 8px 0px;
  font-size: 0.9em;
  color: #fff;
  text-decoration: none;
  width:calc(50% - 1px);
  text-align: center;
  font-weight: 400;
}

#callbacks a:nth-child(2) {
  border-left:1px solid rgba(255,255,255,0.2);
}

#callbacks a:active { background: #666; }

/* ---------------------------------- */
/* ----------- SLIDESHOW ------------ */
/* ---------------------------------- */

/*  Slider */

.flickerplate {
    /*Adjust This To Suit % Images*/
	padding-bottom: 280px !important;
}


.flick-inner {
    /*Adjust This To Suit % Images*/
	padding-bottom: 280px !important;
}

.slider-arrow{
  display: none!important;
}

.slider-text h1{
  font-size: 1.6em;
}

/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */

.link0 #footerBottom, .link0 #footerTop{
  display: inline-block;
}

.link0 footer{
  margin-top: 10px;
}

/* ---------------------------------- */
/* ---------- PAGE STYLES ----------- */
/* ---------------------------------- */

/* ---------------------------------- */
/* ------------- ULTIMATE ----------- */
/* ---------------------------------- */

/* ---------------------------------- */
/* ------------- CUSTOM ------------- */
/* ---------------------------------- */


.siteBottom .container{
  padding: 0 10px;
}

#logoA{
  display: none;
}

#enquiry{
  margin-bottom: 20px;
}


#footerTop{
  display: none;
}

.link0 #section1 .container{
    padding:0 5px;
}

.contentImgRow.buttons{
     display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
           flex-direction: row;
           
   -webkit-align-items: center;
   -ms-flex-align: center;
           align-items: center;
           
   -webkit-justify-content: center;
   -ms-flex-pack: center;
           justify-content: center;
           
             flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding: 0;
}

.contentButton{
  float: right;
  width:100%;
}

.contentButton .butFrame{
  width: 100%;
  margin: 0;
  margin-top: 20px;
}

.contentButton .butImageBG{
  padding-bottom: 60%
}

.contact1{
  display: none;
}


/* Reset Content Padding */

.contentCopy { padding:20px 10px; }

/* Responsive Images */

.contentCopy img {
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 0 10px!important;
}

/* Responsive Tables */

.contentCopy td {
  width:100% !important;
  display:block !important;
  padding: 0 !important;
  margin: 0 !important;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}
