/* ---------------------------------- */
/* ------ 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: 100%;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */
.sidebar, #outerSidebar {
  display: none; }

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */
#menu {
  display: none; }

#navToggle {
  width: 100%;
  padding:14px 0;
  background: #2BBD3C;
  color: #fff;
  position: relative;
  text-align: left;
  cursor: pointer; }



#navToggle:before {
  font-family: FontAwesome;
  margin-left: 8px;
  content: "\f0c9 ";
  line-height: 1em;
  font-size: 1.4em; }

#navToggle:after {
  margin-left: 8px;
  content: "MENU";
  line-height: 1em;
  font-size: 1.5em; }

#mobileMenu {
  display: inline-block;
  background: #333; }
  #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;
      color: #fff;
      padding:10px 0;
      display: inline-block;
      box-sizing: border-box; }
    #mobileMenu li span {
      padding: 10px; }
    #mobileMenu li .current {
      background: #2BBD3C; }
  #mobileMenu li:hover {
    background: rgba(255, 255, 255, 0.1); }
  
#mobileMenu .parent {
  padding:10px 0;
  color:#fff;
  
}

#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: #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; }

/* ---------------------------------- */
/* --------- 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 ---------- */


.spade, .flower{
  display:none;
  
}



/* ---------------------------------- */
/* ---------------------------------- */
/* ------------- 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; }



#footerTop{
  padding:10px 0;
  margin-bottom:0px;
}

#footerTop .footerIcons{
  margin:0 auto;
}

/*--------------- CUSTOM FOOTER -----------------*/




.cfframe {
  width:100%;
  margin-bottom:30px;
  text-align:center;
}

.cfwrap {
  padding:15px 0px;
}

.cfframe:nth-last-child(1) {
  margin-bottom:0;
}
/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/
#enquiry, .enqLeft, .enqRight {
  width: 100%; }

.enqRightConditions{

  text-align: left;
  
}

/* ---------------------------------- */
/* --------- 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 #banner{
  position:absolute;
  background:rgba(0,0,0,1);
  top:0px;
  z-index:100;
  
}

 #banner{
  position:relative;
  background:url(sectionBanner.jpg) top center no-repeat;
  background-size:cover;  
  top:0px;
  z-index:100;
   box-shadow:none;
  
}

#banner .container{
  padding:0px;
  
}

.link0 #logo{
    width:80%;
    max-width:300px;
    max-height:100px;
  position:relative;
  z-index:30;
   visibility:visible;

  margin:0px auto 10px;
}


#logo{
    display:;
}


#subBanner{
  height:0px;
  
}

.subBannerTextContainer{
  display:none;
  
}


/* ---------------------------------- */
/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */



 .butFrame {
  width:90%;
  margin:0px auto;
  
}

.icon {
  width:;
  text-align:center;
  margin:0 auto 20px;
  position: relative;
}

.butFrame .icon:before {
  display: block;
  position: absolute;
  padding-top: 10px;
  width: 50%;
  height: 50px;
  font-family: FontAwesome;
  color: #333;
  font-size: 4em;
 
  padding: ;
}



.butFrame .butHeading{
  font-size:1.3em!important;
  text-align: left;
  line-height:1.4;

}


.butFrame .butHeading:before{
  font-size:1em!important;
  
  
}

.butText{
  bottom:0px;
  line-height:1.4em;
  font-size:1.2em;
  
}



.basicFrame {
  width: 50%;
  padding: 10px 10px;
  color: #fff;
  cursor: pointer;

  text-align: center;
  margin:0 auto 10px;
  margin-bottom: 10px; }

.butFrame .icon:before{
  padding-top:0px;
  
}


/* ---------------------------------- */
/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */



.flickerplate {
	height: 305px;
  
}

.flickerplate ul.flicks>li .flick-inner .flick-content {

  font-size:0.8em;
  margin-top:100px;
  display:;
}

.flickerplate ul.flicks > li .flick-title {
  line-height:1em;
  
}

.flickerplate ul.flicks > li .flick-title span{
  font-size:1.3em;
  line-height:0.1em;
  
}

.slideLogo{
  width:260px;
  
}


.flick-inner{
     background:rgba(0,0,0,0.5);

  
}


.flickerplate .dot-navigation {
    bottom: 45px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 1;
  
  display:none;
}

.flickerplate .enquire-trigger{
  display:none;
  
}


/* ---------------------------------- */
/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* ----------- ULTIMATE CSS --------- */
.ultimate {
  position:absolute;

  display:block;
  top:15px;
  text-align: center;
  right:0px;
  
  display:none;
}

.ultimate a:before{

  font-size:2em;

}
.subBannerTextContainer{
  display:none;
}


/* ---------------------------------- */
/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */


.apaLogo{
  display:none;
  
}

.ultimate a:AFTER{
  color:#fff;



}

.link0 #section1{
  padding:20px 0 0;
  
}


.link0 #section2, .link0 #section3{
  padding:10px 0;
 margin:0; 
  
}

.link0 #section2 .contentCopy, .link0 #section3 .contentCopy {
  margin-left:0;!Important;
  width:100%;
}

.mansBack{
  display:none;
  
}


.link0 #section4{
  
  margin:10px 0;
    padding:10px 0;

}

.enqHeader, .enqRow{
  text-align: center;
  
}


#enquiry input[type="submit"]{
  width:100%;
  
}




td{
  display:block;
  width:100%!Important;
  text-align:left!Important;
  padding:0px;
}

td img{
  width:100%!Important;
  text-align:center!Important;
  
}


 .contentCopy p{
  text-align:justify!Important;

  
}


/* ----------- CALLBACKS CSS ----------- */



#callbacks{
  
width:100%;
position:absolute;
top:260px;
z-index:999;
 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-around;
      -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;
}


#callbacks a{
cursor:pointer;
padding:10px 0px;
font-size:0.9em;
  letter-spacing:2px;
color:#fff;
  border:1px solid #;
text-decoration:none;
  text-transform:uppercase;;
width:24%;
  margin:0 auto;
text-align:center;
}



#callbacks a:before {
    font-family:fontAwesome;
    color:#e1e1e1;
    display:inline-block;
    width:15px;
    font-size:2em;
    margin:0 4px;
}

#callbacks a:nth-child(1):before {
  content: "\f095";
}

#callbacks a:nth-child(2):before {
  content: "\f0e0";
}

#callbacks a:nth-child(3):before {
 content: "\f230";
}

#callbacks a:nth-child(4):before {
  content: "\f16d";
}



#callbacks a:active{
background:;
}



@media all and (max-width: 440px){


.enqRightConditions{
  width:100%;
  
}
  
}

/* ---------------------------------- */

/*# sourceMappingURL=small.css.map */