/* ---------------------------------- */
/* ------ 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: fixed;
  top: 25px;
  right: 5px;
  width:50px;
  padding: 0;
    border:0px solid #F7941E;

  background: rgba(0,0,0, 0);
  overflow: hidden;
  height: 33px;
  z-index: 1000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  color: #fff;
}

.viewCart:before {
  font: 2.2em FontAwesome;
  padding: 0px 0px 0 10px;  
  display:block;
}

.viewCart:after {

  display:none;
}





/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */
.sidebar, #outerSidebar {
  display: none;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */

#menu {
  display: ;
  padding-top:75px;
}

#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: #1B2732;
}
#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;
  display: inline-block;
  box-sizing: border-box;
}
#mobileMenu li span {
  padding: 10px;
}
#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-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;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer nav {
  width: 100%;
  text-align: center;
  padding: 10px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: 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-flex-direction: row;
      -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 {
  -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-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-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 ------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */

.buttonswrapper {
  bottom:0px;
  padding:0 5px;
  box-sizing:border-box;
}

.butFrame{
  width:48.5%;
  text-align:center;
  margin:5px 0;
  padding:10px 0 0;

}



#buttons .butFrame a {
  position: relative;
  display: inline-block;
  margin: 0px ;
  outline: none;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
/*  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
*/  font-size: 0.85em;
  text-align: center;
  box-sizing: border-box;
  padding: 0 8px;
  height: 30px;
  line-height: 1.2em;
  
}

#buttons .butFrame a::before, #buttons .butFrame a::after {
 color:#fff;
}



.buttons {
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
}

.buttons .butFrame {
  width:90%;
  margin:0 auto 10px;
  height:;
  
}


 .basicFrame {
    padding: 100px 0;
    width: 100%;
  margin:10px 0;
}


/* ---------------------------------- */
/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */

.revslider{
  
  font-size:0.8em!Important;

}

.slideButton{
  
}

.caption{
  margin-top:50px!Important;
  text-transform:none!Important;
  
}

/* ---------------------------------- */
/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* ----------- ULTIMATE CSS --------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */

.siteBottom{
    padding-top:50px;

  
}


#mobileMenu {
  display:none;
}

body {
  font-size:.85em;
}

.flickerplate {
  height:86vh;
  margin-top:21px;
}

.contact{
  display:none;
  
}


#scroller{
  position:absolute;
  bottom:700px;
  
}


.contentLogo{
  display:none;
  
}


.contacttrigger {
  display:none;
}

#logo {
  margin:-40px 0 40px 0 ;
  max-height: 0;
  text-align:right;
  padding:0px 20px 50px 0;
  position:relative;
}

#logo a img {
  max-width:250px;
  
}

.slogan {
  font-size:2em;
   padding-bottom: 20px;
}

.slogan:after {
  margin-top:5px;
}

.flickerplate ul.flicks>li .flick-title {
  font-size: 1em;
  line-height: 1em;
}



.link0 #section1 h1{
  letter-spacing:2px;
  line-height:1em;
  
}





.menutrigger {
  height:45px;
  width:45px;
  left:10px;
  top:20px;
}

.menuwrapper.open {
  width:100%;
    height:75%;

    z-index:100;
        overflow-x: scroll;
}



.storywrap, .diffwrap, .serviceswrap, .awardswrap, .testimonialswrap, .contactpagewrap {
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
}

.storyframe, .diffframe, .servicesframe, .awardsframe, .testimonialsframe, .contactpageframe{
  width:100%;
  min-height:350px;

}

.storyframe:nth-child(1), .diffframe:nth-child(1), .servicesframe:nth-child(1), .awardsframe:nth-child(1), .testimonialsframe:nth-child(1), .contactpageframe:nth-child(1) {
    padding:100px 10px 20px;
    height:auto;
}

td {
  display:block;
  width:100%!important;

}



.flex2 .enqRow {
  width:100%;
}

.storywrap.wrap2 {
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
}

h1 {
  font-size:2.2em;
  line-height:1em;
}

h2 {
  font-size:1.5em;
}







.menuframe {
  margin-top:40px;
}

.menuframe h1 {
  font-size:1.5em;
  margin-bottom:5px;
    margin-top:10px;
}

.menunav {
  margin-top:10px;
  font-size:1em;
}


.menunav li a {
  padding:5px 15px;
}


body.push {
  left:0px;
}

#banner {

  padding:50px 0;
  border:none;
}


#banner .container {
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-flex-direction:column;
      -ms-flex-direction:column;
          flex-direction:column;
}

#callbacks {
  width:100%;
  position:relative;
  display:inline;
  text-align:center;
  margin:0px auto ;  
  top:50px;
  padding-bottom:5px;
  background:#fff;
}

#callbacks a:before {
  font-family: FontAwesome;
  display:inline-block;
font-size:1em;
  margin-right:5px;
}

#callbacks a:nth-child(2){
  background:#555;
  
}

#callbacks a{
background:#058281;
color:#fff;
text-decoration:none;
  text-transform: uppercase;
text-align:Center;
padding:10px 0;
  box-sizing:border-box;
  display:inline-block;
  width:49%;
  margin-top:0px;
}

#callbacks:active{
  background:#555;
}


.flickerplate ul.flicks > li .flick-sub-text {
  font-size:3em!important;
  margin-top:0;
}



.link0 .menuframe h1 {
  margin-top:30px;
}

.link0 .contentCopy{
  padding-top:20px;
  
}

.contentCopy{
  padding-top:100px;
  
}

.contentCopy img {
  width:100%!important;;
  margin:10px auto 0!important;;
  float:none!important;;
}



.tp-caption  {
  font-size:2em!Important;
  font-weight:500;
  text-transform:uppercase;
  max-width:300px;
}



.tp-caption.quote, .tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
    font-size:2em!Important;

  max-width:270px!important;
  font-size:2em!important;
  line-height:1.2em!important;

}

.tp-caption.quote span {
  display:block;
    font-size:2em!Important;

  margin-top:15px;
  font-weight:600;
}


.storywrap, .diffwrap, .serviceswrap, .awardswrap, .testimonialswrap, .contactpagewrap {
  max-height:none;
}