/* ---------------------------------- */
/* ------ 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 */
}

body {
  font-size: 16px;
}

h1, h2, h3, h4 {
  line-height: 1.3em;
}

h1{
  font-size:2em;
}

h2{
  font-size:1.7em;
}

h3{
  font-size:1.3em;
}

/* ---------------------------------- */
/* ---------- VIEW CART BTN --------- */
/* ---------------------------------- */

#viewCart .container {
  position: absolute;
  z-index:9999;
  right:0px;
  text-align:right;
  width:100%;
  top:-10px;
}



.viewCart {
  font-size:1em!Important;
  position: relative!Important;
  width:;
  max-width:;
  /*--- JUSTIFY CONTENT ---*/
  -webkit-box-pack: start;
          justify-content:flex-start!Important;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  /*--- END JUSTIFY CONTENT ---*/
}

#viewCart .viewCart {
  color:#0083ff!Important;
  font-size:1.2em!Important;
  margin-right:0px;
  
}


.siteBottom section .container {
  padding:10px 10px;
  
}

/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */
.sidebar, #outerSidebar {
  display: none;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */
#menu {
  display: none;
}


#navToggleWrap {
  width: 100%;
  background: #97D2E8;
  position:fixed;
  z-index:1100!Important;
  color: #fff;
  display: -ms-flexbox;
  display: flex!important;
}
#navToggleWrap > #navToggle, #navToggleWrap > a {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 10px 0;
  line-height: 1em;
  position: static;
  cursor: pointer;
  text-decoration: none;
  background: none;
  color: #fff;
}
#navToggleWrap > #navToggle:after, #navToggleWrap > a:after {
  line-height: 1em;
  display: block;
  text-align: center;
  margin: 8px 0 2px;
}
#navToggleWrap > #navToggle:before, #navToggleWrap > a:before {
  font-family: FontAwesome;
  font-size: 1em;
  line-height: 1em;
  display: block;
  text-align: center;
  margin: 2px 0;
}
#navToggleWrap > #navToggle:after, #navToggleWrap > #navToggle span, #navToggleWrap > a:after, #navToggleWrap > a span {
  font-size: 11px;
  text-transform: uppercase;
}

#navToggleWrap #navToggle {
  background:rgba(0,0,0,0.1);  
}

#navToggleWrap #navToggle:before {
  content: "\f0c9";
}
#navToggleWrap #navToggle:after {
  content: "Menu";
}
#navToggleWrap .blank:before {
  content: "\f067";
}
#navToggleWrap .address, 
#navToggleWrap .facebook,
#navToggleWrap .instagram,
#navToggleWrap .twitter, 
#navToggleWrap .googlePlus, 
#navToggleWrap .pinterest, 
#navToggleWrap .linkedIn, 
#navToggleWrap .blank, 
#navToggleWrap .youTube,
#navToggleWrap .toContactPage
/* #navToggleWrap .enquiry  */
{
  display: none;
}
#navToggleWrap .address:after {
  content: "address";
}
#navToggleWrap .facebook:after {
  content: "facebook";
}
#navToggleWrap .twitter:after {
  content: "twitter";
}
#navToggleWrap .instagram:after {
  content: "instagram";
}
#navToggleWrap .googlePlus:after {
  content: "googlePlus";
}
#navToggleWrap .pinterest:after {
  content: "pinterest";
}
#navToggleWrap .linkedIn:after {
  content: "linkedIn";
}
#navToggleWrap .blank:after {
  content: "blank";
}
#navToggleWrap .youTube:after {
  content: "youTube";
}
#navToggleWrap .email:after {
  content: "enquire";
}
#navToggleWrap .phone:after {
  content: "phone";
}

#mobileMenu {
  display: inline-block;
  background: #222;
}
#mobileMenu nav {
  display: none;
}
#mobileMenu nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mobileMenu li {
  list-style-type: none;
}
#mobileMenu li a {
  width: 100%;
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
#mobileMenu li span {
  padding: 10px;
  display: block;
  color: #fff;
}
#mobileMenu .parent > span:after {
  content: "\f107";
  font: 1em fontawesome;
  margin-left: 10px;
  transition: .3s;
  transform: rotate(0deg);
  display: inline-block;
}
#mobileMenu .parent.open > span:after {
  transform: rotate(180deg);
}
#mobileMenu .current > span, #mobileMenu .current > a {
  opacity: 0.5;
}

#mobileMenu nav {
  display: inline-block;
  width: 100%;
}

#mobileMenu {
  position: fixed;
  top: 0;
  left: -80%;
  width: 80%;
  height: 100%;
  z-index: 999999999;
  overflow: scroll;
  transition: .5s ease-out;
}
#mobileMenu.menu-open {
  left: 0;
  box-shadow: 5px 0 10px rgba(0, 0, 0, 0.2);
}

/* ----------- SUB MENU ----------- */
#mobileMenu li ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(0, 0, 0, 0.3);
}
#mobileMenu li ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#mobileMenu li ul a {
  padding-left: 30px;
}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
#footerBottom {
  padding: 0 0 10px 0;
}
#footerBottom .container {
  -ms-flex-direction: column;
      flex-direction: column;
}
#footerBottom nav {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  /*background:rgba(0,0,0,.2);*/
}
#footerBottom nav li {
  width: 100%;
}
#footerBottom .footerRight {
  text-align: center;
}

/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/
#enquiry, .enqLeft, .enqRight {
  width: 100%;
  max-width: 100%;
}

/* ---------------------------------- */
/* ------------- GRID --------------- */
/* ---------------------------------- */
.col-1-small {
  width: 100%;
  width: calc(100% - 10px);
}

.col-2-small, .contentImgRow .item, .cartThumb {
  width: 50%;
  width: calc(50% - 10px);
}

/* ---------------------------------- */
/* --------- PHOTO SECTION ---------- */
/* ---------------------------------- */
.imageSection .item {
  width: 50%;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.clients .contentImgRow .item {
  border: 1px solid rgba(0,0,0,0.1);
  margin: 10px;
  width: calc(48% - 20px) !important;
  padding: 40px 20px;
  box-sizing: border-box;
  -webkit-box-flex: none;
      -ms-flex-positive: none;
          flex-grow: none;
}

.contentImgRow {
  /*--- JUSTIFY CONTENT ---*/
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  /*--- END JUSTIFY CONTENT ---*/
  /*------ FLEX WRAP ------*/
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*------ END FLEX WRAP ------*/
}

/* ---------------------------------- */
/* ----------- CUSTOM DIVS ---------- */

#subBanner, .subBannerTextContainer, .carousel{
  height:0px;
  display:none;
  
}

.link0 #section1 table:before{
  display:none;
}

/*Add to Home Screen Button */

.addtohome, .addtohome * {
  
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.addtohome {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 20px;  
  margin: auto;
  display: none;
  z-index: 1000000;  
  background: rgba(0, 0, 0, .8);
  border-radius: 5px;  
  padding: 8px 2%;
}

.addToHome .flexCenter {
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
           
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
}

.addToHomeLogo {
  display: inline-block;
  width: 65px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.addToHomeLogo img {
  width: 100%;
  height: auto;
}

.addtohome .addHomeText {
  display: inline-block;
  width: calc(94% - 65px);
  margin-left: 2%;
  color: #fff;
  font-weight: 300;
  font-size: 0.85em;
  line-height: 1.4em;
  padding: 8px 0 6px;
}
.addIcon {
  margin: 0 2px;
  width: 12px;
  height: 12px;
  display: inline-block;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative
}
.addIcon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  height: 1px;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}
.addIcon:after {
  content: "\f176";
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  top: -10px;
  left: 3px;
  margin: auto;
}
.addtohome:after {
  position: absolute;
  bottom: -10px;
  left: 46%;
  width: 0px;
  height: 0px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, .8);
}
.addtohome:before {
  content:  "\f057";
  font-family: FontAwesome;
  color: #fff;
  position: absolute;
  top: 1px;
  right: 3px;
}

/* ---------------------------------- */
/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
footer {
  padding: 0 0 10px 0;
}
footer .container {
  -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;
  background: rgba(0, 0, 0, 0);
  /*---- DISPLAY FLEX -----*/
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  /*---- END DISPLAY FLEX -----*/
  /*------ FLEX ALIGN -----*/
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*------ END FLEX ALIGN -----*/
  /*--- JUSTIFY CONTENT ---*/
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  /*--- END JUSTIFY CONTENT ---*/
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -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 ------*/
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*------ END FLEX 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;
  /*------ FLEX ORDER -----*/
  -webkit-box-ordinal-group: 2;
          order: 1;
  -webkit-order: 1;
  -ms-flex-order: 1;
  /*------ END FLEX ORDER -----*/
  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 {
  /*------ FLEX WRAP ------*/
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*------ END FLEX 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 ---*/
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  /*--- END JUSTIFY CONTENT ---*/
}

.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 ------- */
/* ---------------------------------- */




.desktopHide {
  display: block;
}
.mobileHide {
  display: none !important;
}

.siteTop {
  position: relative;
  background:#3333;
  margin-top:0px;
}

.logo{
  position: relative !important;
  max-width: 300px;
  width: 60vw;
  margin: 20px auto 15px;  
  padding: 0;
  top:10px;
  z-index:99!Important;
  height: auto;
  display: block!Important;  
}  
}

.link0 .logo{
  position: relative !important;
  max-width: 300px;
  width: 60vw;
  margin: 20px auto 15px;  
  padding: 0;
  top:10px;
  z-index:99!Important;
  height: auto;
  display: block!Important;  
}



#banner{
  background: #fff;
  position:relative;
  padding:40px 0 10px;
  top:0px;
  height:55vw;
  margin:0px;
  z-index:999!Important;
  
}

#banner .contact {

  display:none;
}





#section1{
  padding:0;
}

.link0 #section1, .link0 #section3 {
  padding: 0px 0!important;
  text-align: center;
}

.link0 #section1 .siteContent {
  padding:0;
}


.link0 #section2 {
  padding:0;
}


.link0 #section2 .textSection {
  padding: 0px;
  position:relative;
  width:100%;
  max-width:480px;
  z-index:10;
  padding-top:50px;
  
  left: 0;
-webkit-transform: translateX(0);
transform: translateX(0)
  
}



.link0 #section2 .grid {
    margin-left: auto !important;
    width: 100%;
}



.link0 #section2.textSection {
  padding-top: 0px;
}

.link0 #section2.buttonSection {
  padding-bottom: 30px;
}

.link0 #section2 h2 {
  margin-bottom: .5em;
}

.link0 #section1 h1 {
  margin-bottom: .5em;
}

h6 a {
  margin-top: 0.8em;
}

.M_full_img, .M_left_img, .M_left_imgC, .M_right_img, .M_right_imgC {
  padding: 20px 0;
}


.basicFrame{
  width:90%;
  margin:5px auto;
  
}

/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */

/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */

.mouse, .flickerplate .arrow-navigation {
  display: none !important;
}

.mainSlider .flickerplate, .flick-inner {
    /*Adjust This To Suit % Images*/

    padding-bottom: 70% !important;
    height: 0;
}

.flick-content {
  padding: 0;
}

.flick-content {

  bottom: 10%;
  font-size: 3vw;
  line-height:1em;
  width:;
}

.flick-title {
  font-size: 2em;
  letter-spacing:-2px;
width:80%;
}

.flick-sub-text {

  line-height: 1em;
  width:80%;

  
}

.centeredText .flick-content {
  font-size: 2.8vw;
    left: 20px;
  right: 0;
  top: 50%;
  bottom: 0px!Important;
  width: 35em;
  left: 4%;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  
}

.flickerplate .dot-navigation {
  display: none;
}

/*.flick-inner .flick-content {
  display: none;
}*/




/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */


.cfframe {
  width:100%;
  margin-bottom:30px;
  text-align:center;
}

.cfwrap {
  padding:15px 0px;
}

.cfframe:nth-last-child(1) {
  margin-bottom:0;
}

/* ---------------------------------- */
/* ---------------------------------- */
/* ----------- ULTIMATE CSS --------- */
/* ---------------------------------- */

a.callback {
  display: none;
}

/*#enquire-dropdown {
  height: 370px;
}*/

/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */

.topContact{
  display:none;
}

td{
  width:100%!Important;
  display:block;
  
}

.link0 #section2, .link0 #section3{
  padding:0;
}

.man{
  display:none;
}





.col-1, .col-2,.col-3, .col-4, .col-5, .col-6 {
  width: calc(100% - 20px)!important;
  margin: 10px;
}
.contactContainer {
  text-align: center;
}
.contactContainer .col-1 {
  width: calc(100% - 20px);
   margin: 10px;
  display: block;
}

.contactContainer .col-2 {
  width: calc(50% - 20px);
   margin: 10px;
  display: inline-block;
}
.contactContainer .col-3 {
   width: calc(33.33% - 20px);
   margin: 10px;
   display: inline-block;
}
.contactContainer .col-4 {
   width: calc(25% - 20px);
   margin: 10px;
   display: inline-block;
}
.contactContainer .col-5 {
  width: calc(20% - 20px);
   margin: 10px;
  display: inline-block;
}
.contactContainer .col-6 {
 width: calc(16.66% - 20px);
   margin: 10px;
 display: inline-block;
}
