/* ---------------------------------- */
/* ------ 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 */
}
td {
  display: block;
  width: 100%;
}
#subBanner {
  height: auto;
}

h1, h2, h3, h4 {
  font-weight: 300;
  font-family: inherit;
  line-height: 1.5em;
  font-size:1.4em;
}

/* ---------------------------------- */
/* ---------- VIEW CART BTN --------- */
/* ---------------------------------- */

.viewCart {
  position: relative;
  width: 100%;
  margin-bottom: 0px; 
   -webkit-justify-content: center;
  -ms-flex-pack: center; 
  justify-content: center;
  padding: 5px 0px;
  font-size: .9em;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
.viewCart:hover {
  background: #000;
  opacity: 1;
}

/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */

.sidebar, #outerSidebar {
  display: none;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */

#menu {
  display: none;
}

#navToggle {
  width: 100%;
  background: #003468;
  color: #fff;
  padding: 36px 0 36px;
  position: relative;
  text-align: right;
  cursor: pointer;
  z-index: 99;
}

#navToggle:before {
  content:"";
  background:url(/websiteLogo.svg) left center no-repeat;
  height:56%;
  width:70%;
  position:absolute;
  top:5px;
  left:0px;
  margin:10px 0 0px 10px;
}

#navToggle:after {
  font-family: FontAwesome;
  margin-right: 8px;
  content: "\f0c9 ";
  line-height: 1em;
  font-size: 1.5em;
}

#mobileMenu {
  display: inline-block;
  background: #00A4E6;
}
#mobileMenu nav {
  background:#00A4E6;
    display: none;
    position: absolute;
    top: 140px;
    width: 100%;
    z-index: 999;
}
#mobileMenu li {
  list-style-type: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mobileMenu li a, #mobileMenu li span {
  width: 100%;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  box-sizing: border-box;
}

#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: #003468;
}
#mobileMenu li ul a {
  padding-left: 30px;
}
#mobileMenu li:hover {
  background: rgba(255, 255, 255, 0.1);
}


#mobileMenu li.parent > span:after {
  font-family: FontAwesome;
  margin-left: 20px;
  content: "\f107";
  line-height: 1em;
  color: #fff;
  display: inline-block;
  -webkit-transition:all .3s ease-in-out; 
  transition:all .3s ease-in-out;
}

#mobileMenu li.parent.clicked > span:after {
  -ms-transform: rotate(180deg); 
    -webkit-transform: rotate(180deg); 
    transform: rotate(180deg);
}

/* ---------------------------------- */
/* ----------- SUB MENU ----------- */
/* ---------------------------------- */
#mobileMenu li ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #003468;
}

#mobileMenu li ul a {
  padding-left: 20px;
}

#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-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 ---------- */
/* ---------------------------------- */


/* ---------------------------------- */
/* ------------- 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%;
}

/* ---------------------------------- */
/* --------- 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: .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 {
  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;
  font-size: .9em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.cartItemBtns a span {
  display: inline-block;
  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 OF WEBSITE ------- */
/* ---------------------------------- */

.siteTop, .siteBottom {
  background: #fff;
}

#banner {
  display: block;
  background: #202020;
}

#banner .container {
 padding:40px 0 0px; 
}

.link0 #banner .container {
  padding:0px;
}

#logo {
  width: 55%;
  height: Auto;
  padding: 30px 15px 20px;
  max-width: 190px;
  
  display:none;
}

/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */

#subBanner .container {
  box-sizing: border-box;
  padding: 80px 10px 0;
  position: relative;
}
#subBanner .container a {
  font-size: 1.5em;
  top: 180px;
}

/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */

.butFrame {
  width: 100%;
  padding:30px;
}

.link0 #callbacks {
  position: static;
}
#callbacks {
  font-weight: 400;
  width: 100%;
  position: fixed;
  top: 0px;
  background: #00A4E6;
  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-between;
  -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: 1em;
  color: #fff;
  text-decoration: none;
  width: 50%;
  text-align: center;
}
#callbacks a:nth-child(1) {
  border-right: 1px solid rgba(0, 0, 0, .1);
}
#callbacks a:active {
  background: #202020;
  color: #fff;
}
#callbacks a:before {
  font-family: FontAwesome;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  color: #fff;
}

/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */

.flickerplate .dot-navigation {
  display: none;
}
#intro, .flickerplate {
  height: 91vh;
  max-height: 700px;
}
#slText {
  max-width: 400px;
  font-size: 1em;
  height: 80%;
  bottom: 0px;
  width: 100%;
  padding:0 20px;
}
#slText a {
  padding:1em;
  font-size:0.75em;
}
#intro:before {
  position: absolute;
  display: block;
  top: 0px;
  left: 20px;
  width: 100%;
  height: 150px;
  content: "";
  background: url(/websiteLogo.svg) center left no-repeat;
  background-size: contain;
  max-width: 250px;
  z-index: 50;
}
.flickerplate .dot-navigation {
  text-align: left;
}

.flickerplate .dot-navigation ul {
  text-align: left;
}

/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */


#footerTop .container .contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-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;
}

/* ---------------------------------- */
/* ----------- ULTIMATE CSS --------- */
/* ---------------------------------- */


/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */

.link0 #section1 .contentCopy {
  padding: 15px 15px 0;
  width: 95%;
  line-height: 1.7em;
  font-size: .9em;
}

/* Reset Content Padding */

.contentCopy {
  padding:10px;
}

/* Responsive Images */

.contentCopy img {
  width: 100% !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !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;
}
