/* ---------------------------------- */
/* ------ 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 */ }

.fullHide{display: inline-block;}
.mobHide{display: none;}

/* ---------------------------------- */
/* ---------- 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%;
  color: #f4f4f4;
  padding: 5px 0;
  position: relative;
  text-align: center;
  cursor: pointer; 
  width: 40px;
}

#navToggle:before {
  font-family: FontAwesome;
  
  content: "\f0c9 ";
  line-height: 1em;
  font-size: 2.0em; }



#mobileMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; 
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  margin: 0;
}

section#mobileMenu{margin: 0;}

.mobBanWrap{
  position: fixed;
  background: #021825; 
  display: -webkit-box; 
  display: -webkit-flex; 
  display: -ms-flexbox; 
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px;
   z-index: 111;
  border-bottom: 1px solid #14384A;
}


#mobileMenu nav {
	display: none;
  position: fixed;
  top: 65px;
  width: 100%;
  z-index: 110;
  background: #1897D3;
  
}
#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;
	display: inline-block;
	box-sizing: border-box;
}
#mobileMenu li span {
	padding: 10px;
  display: block;
}
#mobileMenu li .current {
	background: rgba(0, 0, 0, 0.3);
}
#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: #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 ---------- */
/* ---------------------------------- */

.mobSideEnq{
  background: #1897D3;
  color: white;
  text-decoration: none;
  position: fixed;
  z-index: 101;
  bottom: 20px;
  right: -1px;
  padding: 15px 15px 15px 25px;
  border-radius: 25px 0px 0px 25px;
  border:  0px solid white;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
  font-family: fontAwesome;
  
}

.mobSideEnq:before{
  font-family: fontAwesome;
  content: '\f0e0';
  font-size: 1.4em;
}


/* ---------------------------------- */
/* ------------- 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; 
  display: none;
}
  footer .footerRight {
    text-align: center; }


.footWrap{
  max-width: 200px;
}

.footWrap > div{
  width: 100%;
  padding: 20px 0;
  text-align:center;
}

.footWrap .sect2 img{
  width: 100%;
}
.footWrap .sect3{
  text-align:right;
}

/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/
#enquiry, .enqLeft, .enqRight {
  width: 100%; }

.enqRow{
  padding: 0;
  
}

.enqRow input, .enqRow textarea, .enqRow select{
  margin: 2px 0;
}

.enqHeader{
margin-top: 10px;
  font-size: 1.75em;
  width: 250px;
}

#enquiry input[type="submit"]{
  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 ------- */
/* ---------------------------------- */

#banner{
  margin: 0;
}

/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* ----------- ULTIMATE CSS --------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */

.siteBottom{
  padding-top: 58px;
}

/* ---------------------------------- */
/* ---------- Home Sections --------- */
/* ---------------------------------- */

.link0 .textSection {
  height: auto;
  padding: 50px 15px;
  line-height: 2.0em;
}



.link0 #section2, .link0 #section3,.link0 #section4{
  background-image: none;
}

.link0 .textSection:nth-child(odd){
  background: #032b42;
  color: white;
}

.link0 .textSection .contentCopy .contLeft, .link0 .textSection .contentCopy .contRight{
  width: 100%;
}





.moreBtn{
  margin: 20px auto;
}


#section9{
  background: #fff url(BG-Sect9.jpg) no-repeat top right;
}

.mobLogo {
  max-width: 150px;
}

.mobLogo img{
  width: 100%;
  height: 40px;
}

.link0 #section1{
  height: auto;
  background: #032b42 url("BG-Sect1.jpg") no-repeat scroll center top;
  padding-top: 0px;
}

#section1{
  height: auto;
  padding-top: 0px;
}

#section1 h1{
  font-size: 2.5em;
}

#section1 h2{
  font-size: 1.4em;
  width: 100%;
}

.link0 .siteContent{width: 100%;}

.link0 #section3 .siteContent{
  margin-left: 0;
}

.link0 h2{
  font-size: 1.6em;
}

.link0 h3{
  font-size: 1.3em;
  line-height: 1.20em;
  margin: 0 0 30px;
}

.link0 .siteBottom .container{
  padding: 0;
}

.siteBottom .container{
  padding: 0 15px;
}

.butFrame{
  width: 100%;
 
}

.butHeading{
  margin-bottom: 10px;
}

#link0 .butFrame a{
  bottom: 20px;
}

#link0 .butFrame{
   padding: 30px 20px 60px;
}

.introText{
  font-style: italic;
  font-size: 1.8em;
  text-align: center;
  display: block;
  line-height: 1.2em;
  margin: 20px 0 20px;
  font-weight: 100;
}

.introText span{
  font-weight: 500;
}

#section1 .subEnq .container .tagline{
  font-size: 1.0em;
  margin-bottom: 20px;
}

#section1 .subEnq .container a{
  padding: 10px 20px;
  font-size: 1.0em;

}

#section1 .subEnq .container{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.mobCall{
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid white;
  border-radius: 50%;
  width: 34px;
  height: 34px;
}
.mobCall a{text-decoration: none;display: block;}

.mobCall a:before{
  content:'\f095';
  
  font-size: 1.1em;
  font-family: fontAwesome;
  width: 30px;
  height: 30px;
  color: white;
  text-decoration: none;
  margin-top: 5px;

}


#toTop{display: none !important;}



/*# sourceMappingURL=small.css.map */