/* ---------------------------------- */
/* ------ 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 */ }

/* ---------------------------------- */
/* ---------- VIEW CART BTN --------- */
/* ---------------------------------- */
.viewCart {
  position: relative;
  width: ;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }




.link0 
.contentCopy {
    padding: 10px 0;
}


h1{
  font-size:3em;
  
}

h2{
  font-size:1.5em;
  
}

h3{
  font-size:1.3em;
  
}


/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */
.sidebar, #outerSidebar {
  display: none; }

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */



/* ---------  MOBILE MENU -------------*/

body {
  padding-top: 50px;
}

#mobileMenu {
  position: fixed;
  z-index: 1005;
  box-shadow:0px 2px 5px rgba(0,0,0,0.3);
  top: 0;
  left: 0;
  right: 0;  
  bottom: auto;
}

.activeNav #mobileMenu {
/*   height: 100%; */
  bottom: 0;
  box-sizing: border-box;
  padding-bottom: 60px;
}

#mobileMenu nav {  
  overflow-y: auto;  
  height: 100%;
}

#mobileMenu span {
  padding: 10px !important;
  padding: 2.5vh 10px !important;
}

#navMenuWrap {
  display: flex;
  background: #ab8400; 
; /*color*/
}

#mobileMenu #navMenuWrap > * {    
  display: block;
  flex: 1;
  border-right: 1px solid rgba(255,255,255,0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  padding: 10px 5px;
  box-sizing: border-box;
  background: none;
}

.link0 #homeLink:before, .link0 #homeLink:after {
  opacity: 0.3;
}

#mobileMenu #navMenuWrap > *:last-child {
  border-right: 0px solid transparent;
}

#mobileMenu #navMenuWrap > *:before, #mobileMenu #navMenuWrap > *:after {
  line-height: 1em;
  text-align: center;
  display: block;
  color: #fff;
}

#mobileMenu #navMenuWrap > *:before {
  font-family: FontAwesome;
  margin-bottom: 5px;
  font-size: 1em; 
}

#mobileMenu #navMenuWrap > *:after {
  font-size: 0.8em; 
}

#mobileMenu #navMenuWrap > #navToggle:before {
  content: "\f0c9";
}

#mobileMenu #navMenuWrap > #homeLink:before {
  content: "\f015";
}

#mobileMenu #navMenuWrap > #emailLink:before {
  content: "\f0e0";
}

#mobileMenu #navMenuWrap > #phoneLink:before {
  content: "\f095";
}

#mobileMenu #navMenuWrap > #addressLink:before {
  content: "\f041";
}

#mobileMenu #navMenuWrap > #navToggle:after {
  content: "Menu";
} 

#mobileMenu #navMenuWrap > #homeLink:after {
  content: "Home";
} 

#mobileMenu #navMenuWrap > #emailLink:after {
  content: "Enquire";
} 

#mobileMenu #navMenuWrap > #phoneLink:after {
  content: "Phone";
} 

#mobileMenu #navMenuWrap > #addressLink:after {
  content: "Address";
} 

/* ---------  active nav -------------*/

#mobileMenu #navMenuWrap > #navToggle.activeNav:before {
  content: "\f00d";
}

#mobileMenu #navMenuWrap > #navToggle.activeNav:after {
  content: "Close";
} 

html.activeNav body {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-y: none;
}

#mobileMenu {
  transition: 0.3s;
}

.mobileScroll.mobileScrollStart #mobileMenu {
  transform: translatey(-100%);
}

html.activeNav .mobileScroll.mobileScrollStart #mobileMenu {
  transform: translatey(0%);
}

#menu {
  display: none; 
}

#navToggle {
  width: 100%;
  background: #222;
  color: #f4f4f4;
  padding: 10px 0;
  position: relative;
  text-align: left;
  cursor: pointer; }

#navToggle:before {
  font-family: FontAwesome;
  margin-left: 8px;
  content: "\f0c9 ";
  line-height: 1em;
  font-size: 1.5em; }

#navToggle:after {
  margin-left: 8px;
  content: "Menu";
  line-height: 1em;
  font-size: 1.5em; }

#mobileMenu {
  display: inline-block;
  background: #222; 
}

#mobileMenu nav {
  display: none; }

#mobileMenu li {
  list-style-type: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

#mobileMenu li a {
  width: 100%;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box; }

#mobileMenu li span {
  display: block;
  padding: 20px 10px; 
  color: #fff;
}

#mobileMenu .current {
  background: #ab8400;
}

#mobileMenu li a:hover {
background: rgba(255, 255, 255, 0.2);}

/* #mobileMenu li:active {
  background: rgba(255, 255, 255, 0.1); } */

#mobileMenu .parent > span:after {
  position: relative;
  display: inline-block;
  font-family: FontAwesome;
  margin-left: 10px;
  content: "\f107";
  line-height: 1em; }

#mobileMenu .parent.clicked > span:after {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}


/* ---------------------------------- */
/* --------- PHOTO SECTION ---------- */
/* ---------------------------------- */
.imageSection .item {
  width: 46%;
  margin: 0; }

.contentImgRow {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

/* ---------------------------------- */
/* ----------- CUSTOM DIVS ---------- */


.link0 #section1 li{
  display:block;
  
}

.textSection li{

  font-size:1em!Important;
  left:0px!Important;

}

.twoColumn > tbody > tr > td:first-child, .threeColumn > tbody > tr > td:first-child {
    padding-right: 0%;
}

.twoColumn > tbody > tr > td:last-child, .threeColumn > tbody > tr > td:last-child {
padding-left: 0%;
}

/* ---------------------------------- */
/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
footer {
  padding: 0 0 10px 0; }
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  footer nav {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  footer .footerRight {
    text-align: center; }

/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/
#enquiry, .enqLeft, .enqRight {
  width: 100%; }


.enqHeader {

    margin-top: 20px;
  
}

/* ---------------------------------- */
/* --------- 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 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          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;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin: 5px 0 0; }
.cartItemContent .cartItemMain .cartItemCode {
  text-align: right;
  font-size: .8em;
  padding: 0 10px; }

.cartItemShortDesc {
  padding: 10px 0; }

.cartItemBottom {
  padding: 0 10px; }

/* ---------------------------------- */
/* ----------- CART ITEMS ----------- */
/* ---------------------------------- */
.cartItem {
  width: 48%;
  margin-bottom: 10px; }

.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%;
    display: inline-block;
    text-align: center; }

.viewCartRow {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: 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 OF WEBSITE ------- */

.link0 .siteTop {
  background: url(subBanner.jpg) top center no-repeat;
  background-size:cover;
  padding:20px 0 0px;
  
}


 .siteTop {

  padding: 0px;
  
}




.link0 #banner{
  position:absolute;
  top:0px;
  z-index:100;
  display:block;
  
}

 #banner{
  position:relative;
   background:none;
   border-bottom:none;
  top:0px;
  z-index:100;
   display:none;
  
}

#banner > .container {
  max-width: 1100px;
  padding-top:5px;
  border-bottom:0px solid rgba(255,255,255,0);
  
}


 #logo{
    margin:0 auto;
   top:50px;
    width:100%;
  max-width:180px;
    max-height:140px;
  z-index:30;
}




 .subBannertextContainer {

  display:none;

  
}


.link0 .subBannertextContainer{
  position:absolute;
  width:60%;
  top:-140px;
  text-align: left;
  margin-left:0px;
  display:none;

  
}

.link0 .subBannerHeader{
  line-height:1em;
  font-size:2em;

}

.link0 .subBannerText{

  font-size:1.4em;
  line-height:1.2em;


}

.contactUs{
  display:none;
  
}

.link0 #section1 {
    padding: 20px 0 0;
  margin:0px;
}



.subBannertextContainer{
  display:;

  
}

#banner .contact{
  display:none;
  
}

.link0 .contactUs{
  
  font-weight:500;
  
}





/* ---------------------------------- */
/* ---------------------------------- */
/* --------  BUTTONS ------- */

.basicFrame {
  width: 100%;
  padding: 15px 0px;
  margin:0 2px;
  margin-bottom: 10px;
  

  

}




/* ---------------------------------- */
/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */



/* ---------------------------------- */
/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* ----------- ULTIMATE CSS --------- */


/* ---------------------------------- */
/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */


#subBanner{
  display:none;
  height:auto!Important;
}

#subBannerHome{
  background:#;
  height:120px!Important;
  padding-top:100px;
  background-size:cover;
}


.enqHeader, .enqRow{
  text-align: center;
  
}


#enquiry input[type="submit"]{
  width:50%;
  
}

td{
  display:block;
  width:100%!Important;
  padding:0px;
  
}

.homeTable{
  margin:0px;
  
}

.homeTable td{
  padding:10px 0px;
  border:0px;
  
}


.link0 #section3{
  padding:10px 0;
  
}

.link0 #section3 .contentCopy{
  width:100%;
  
}


/* ----------- CALLBACKS CSS ----------- */





#callbacks {
   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-justify-content: space-around;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
    justify-content: space-around;
      flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  
  margin-top:73px!Important;
}

#callbacks a:before {
  font-family: FontAwesome;
  display:block;
font-size:2em;
}

#callbacks a{
width:50%;
background:#F297B8;
color:#fff;
  margin-top:5px;
text-decoration:none;
text-align:Center;
padding:15px 0px 10px;
}

#callbacks a:nth-child(2){
background:#999;

}


#callbacks span {
margin-top:10px;
display:block;
}

#callbacks a:active{
background:#777;
}

.phone:before{
  font-family: FontAwesome;
  display:block;
  font-size:2em;
  content:"\f10b";
  
}


  .profile{

    margin:10px 0;
  
}




@media all and (max-width: 400px) and (min-width: 0px){

  
  .profile{

  display:block;
  
}

.profileLeft, .profileRight{
  width:100%;
  
}

.profileLeft{
  padding:20px 20px 20px 20px;
}

.profileRight{
  padding:20px 20px 20px 20px;
}
  
 
}


.cta-container{
  display: none;
}

.profileTextHolder {height: 135px;}

/* ---------------------------------- */

/*# sourceMappingURL=small.css.map */