/*
$darkTone:#1a2632;
$midTone:#22313F;
$lightTone:#34495E;
$highlightTone:#FFC35F;

$greyLightest:#eee;
$greyLight:#ccc;
$greyMid:#aaa;
$greyDark:#222;

$white:#fff;
$black:#000;
*/
/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  font: 16px/1.6em BlinkMacSystemFont, "-apple-system", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #333;

}

.siteBottom {
  background:url(files/sectionBg2.jpg) bottom center no-repeat;
  background-size:contain;
  padding-bottom:10px;
}

.siteTop a {
  color:#fff;
}

a{

  color:#f6851f;

  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  color: ;


}

p {
  margin:0.3em 0;
}

icon {
  font-family: fontawesome;
}



/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 100;
  font-family: inherit;
  line-height: 1.1em; 
  font-family: 'Poppins', sans-serif;
  position: relative;
  color:#333;
}

h1 {
  font-size: 2.2em;
  line-height: 1em;
  color:#f6851f;  
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight:200; 
  text-transform: ;  
  font-family: 'poppins', sans-serif;
}

h1 span {
  color:#f6851f;

}



h2 {
  font-size: 2em;
  line-height: 2em;
  text-transform: uppercase;
  display: block;
}

h3 {
  font-size: 1.5em;
  line-height: 1.5em;


}

h4 {
  font-size: 1.2em;
  line-height: ;
  margin:0;
  color:#f6851f;  

}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
  margin: .2em 0;
}

section {
  width: 100%;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}

.textSection .siteContent, .categorySection .siteContent, .viewCart .siteContent {
  padding: 2em 20px;
}
.textSection .siteContent img, .categorySection .siteContent img, .viewCart .siteContent img {
  height: auto !important;
  max-width: 100%;
}

.contentWrap section:last-of-type > div:last-of-type .siteContent {
  padding-bottom: 2em;
}

/* ---------------------------------- */
/* ---------- CONTENT AREA ---------- */
/* ---------------------------------- */
.siteTop {
  background:#000;
}

.siteBottom {


}

.siteBottom .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 10px;
}

.siteContent, .searchContent {
  width: 100%;
  -ms-flex: 1 1 auto;
}

#subBannerHome img, #subBanner img {
  width: 100%;
  height: auto;
  display: block;
}

.buttonSection .siteContent, .buttonSection .container {
  padding: 0;
}

.desktop-hide, a.desktop-hide {
  display: none !important;
}

/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */
.sidebar {
  width: 280px;
  padding: 2em 0.5em 15px;
  margin: 0px 15px 0 0;
  -ms-flex: 0,0,0;
  flex: 0,0,0;
  line-height: 1.5em;
  background: rgba(0, 0, 0, 0.1);
}

.textSection .sidebar, .photoSection .sidebar {
  display: none;
}

.sidebar .item, #outerSidebar .item {
  width: 100%;
  margin-top: 15px;
}
.sidebar .item .contentImg, #outerSidebar .item .contentImg {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.sidebar .item .caption, #outerSidebar .item .caption {
  font-size: .9em;
}

#outerSidebar {
  display: none;
}

#cartContent .sidebar {
  display: none;
}

/*
@media (min-width:600px){
.siteBottom {
width: 100%;
max-width: 1100px;
margin: auto;
display: flex;
justify-content: space-between;

}

.sidebar {
display: none;
}

#outerSidebar {
width: 200px;
padding: 0 15px;
flex-shrink: 0;
background: rgba(0,0,0,0.1);
display: inline-block;
}

.contentWrap {
width: 100%;
-ms-flex:0 1 auto;
}
}

*/
/* ---------------------------------- */
/* -------- CONTACT DETAILS --------- */
/* ---------------------------------- */
.contact a:before, .contact div:before, .contact p:before {
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  margin-right: 1em;
  color: inherit;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contact .mobileHide:before {  
  margin-right: 10px;
}

a.desktopHide, .desktopHide {
  display: none;
}

.phone:before {
  content: "\f095";
  /*phone*/
  content: "\f098";
  /*phone in square*/
}

.mobile:before {
  content: "\f10b";
  /*mobile*/
}

.email:before {
  content: "\f2b7";
  /*envelope open*/
  content: "\f2b6";
  /*envelope open solid*/
  content: "\f003";
  /*envelope in square*/
  content: "\f0e0";
  /*empty envelope*/
  content: "\f199";
  /*solid envelope*/
}

.fax:before {
  content: "\f1ac";
  /*fax*/
}

.address:before {
  content: "\f278";
  /*map*/
  content: "\f279";
  /*map solid*/
  content: "\f124";
  /*location arrow*/
  content: "\f041";
  /*map marker*/
}







#navToggleWrap{
  display:none!Important;

}



/* ---------------------------------- */
/* ---------- SOCIAL LINKS ---------- */
/* ---------------------------------- */

.socialLinks {
  width: 100%;
  position: relative;
  z-index: 2;
  /*---- DISPLAY FLEX -----*/
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  /*---- END DISPLAY FLEX -----*/
  /*--- JUSTIFY CONTENT ---*/
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  /*--- END JUSTIFY CONTENT ---*/
  /*------ FLEX ALIGN -----*/
  -webkit-box-align: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*------ END FLEX ALIGN -----*/
  color: #f2f2f2;
  margin-top: 3px;
}

.socialLinks span {
  font-size: 1.1em;
  font-weight: 700;
  margin-right: 20px;
}

.socialLinks a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  vertical-align: top;
  margin: 0 2px;
}

.socialLinks a:hover:after {
  padding: 2px 0 0px 0;
  /* background:rgba(0,0,0,.3);*/
}

.socialLinks a:after {
  font-family: FontAwesome;
  width: 30px;
  height: 30px;
  /*---- DISPLAY FLEX -----*/
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  /*---- END DISPLAY FLEX -----*/
  /*--- JUSTIFY CONTENT ---*/
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  /*--- END JUSTIFY CONTENT ---*/
  /*------ FLEX ALIGN -----*/
  -webkit-box-align: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*------ END FLEX ALIGN -----*/
  color: #fff;
  font-size: 1.6em;
  line-height: 1.5em;
  padding: 1px 0 1px 0;
}



/*-----social icons-----*/
.facebook:before {
  /*! content: "\f082"; */
  /*facebook square*/
  content: "\f09a";
  /*facebook f*/
}

#banner .instagram:before {
  content: "\f16d";
  /*instagram logo*/
  margin:0px!Important;

}

.instagram:before {
  content: "\f16d";
  /*instagram logo*/
  margin:;

}

.twitter:before {
  content: "\f081";
  /*twitter square*/
  content: "\f099";
  /*twitter bird*/
}

.googlePlus:before {
  content: "\f0d4";
  /*google plus square*/
  content: "\f0d5";
  /*google plus*/
}

.pinterest:before {
  content: "\f0d3";
  /*pinterest square*/
  content: "\f0d2";
  /*pinterest circle*/
}

.linkedIn:before {
  content: "\f08c";
  /*linkedIn square*/
  content: "\f0e1";
  /*linkedIn in*/
}

.youTube:before {
  content: "\f16a";
  /*youtube play*/
  content: "\f166";
  /*youtube square*/
  content: "\f167";
  /*youtube normal*/
}

.flickr:before {
  content: "\f16e";
  /*flicker dots*/
}

*/

/*-----social colours-----*/
.facebook {
  background: #49639E;
}

.instagram {
  background: ;
}

.twitter {
  background: ;
}

.googlePlus {
  background: #DD4B39;
}

.pinterest {
  background: #BD081C;
}

.linkedIn {
  background: #0177B5;
}

.youTube {
  background: #E22D24;
}

.flickr {
  background: #ff0084;
}

/* ---------------------------------- */
/* --Standard for HR line styling  -- */
/* ---------------------------------- */
hr {
  border: 0;
  height: 1px;
  color: #ccc;
  background-color: #ccc;
  width: 100%;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */
#menu {
  position: fixed;
  z-index: 1000;
  right: 0;
  width: 100%;
  margin-top:0px;
  z-index: 101;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-size:;
  background:#0075be;


  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)  

}

.link0 #menu {
  background: ;
}

.sticky{
  position:fixed!important;

}


.shrink #menu {
  margin-top:0;
}




#menu nav {
  width: 100%;
  max-width:1200px;
  margin: 0 auto!important;
  box-sizing: border-box;
  /*---- DISPLAY FLEX -----*/
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  /*---- END DISPLAY FLEX -----*/
  /*--- JUSTIFY CONTENT ---*/
  -webkit-box-pack: end;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: end;
  /*--- END JUSTIFY CONTENT ---*/
  /*------ FLEX WRAP ------*/
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*------ END FLEX WRAP ------*/
}

#menu nav li {
  list-style: none;
  float: left;
  display: inline-block;
  margin: 0;
  text-align: center;
  position: relative;
  padding: 10px 50px;
  border-bottom:3px solid  rgba(0,0,0,0) ;


}

#menu nav li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  max-width:160px;
  font-weight:400;
  color: rgba(255,255,255, 1);
  box-sizing: border-box;
  vertical-align:middle!important;
  font-size: 0.9em;
  line-height:1em;
  font-family: 'Poppins', sans-serif; 
  text-transform: uppercase;

}

#menu nav li:hover, .parent:hover > a  {
  border-bottom:3px solid  #f6851f ;
}

#menu nav li.current {
  border-bottom:3px solid  #f6851f;
}



#menu nav .parent > a:after {
  font-family: FontAwesome;
  margin-left: 8px;
  content: "\f107";
  line-height: 1em;
}



#menu nav .subContainer .current a {
  background: rgba(255, 255, 255, 0.1);
}

#mobileMenu {
  display: none;
}

/* ---------------------------------- */
/* ------------ SUB MENU ------------ */
/* ---------------------------------- */
#menu nav ul {
  position: absolute;
  width: 100%;
  min-width: 150px;
  margin: 0;
  padding: 0;
  display: none;
  font-size: .8em;
}

#menu .subContainer {
  background: rgba(0,0,0,0.8);
  margin-top: 10px;
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

#menu .subContainer:after {
  position: absolute;
  top: -10px;
  left: 30px;
  width: 0px;
  height: 0px;

  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0,0,0,0.8);

}

#menu nav ul li {
  width: 100%;
  display: inline-block;
  line-height: 1.1em;
}
#menu nav ul li a {
  padding: 10px 10px;
  text-align: left;
}

/*-----------------------------------*/
/*------------ SIDE MENU ------------*/
/*-----------------------------------*/
.sideMenu li {
  width: 100%;
  list-style: none;
  margin-bottom: 5px;
  position: relative;
}
.sideMenu li a {
  width: 100%;
  display: inline-block;
  background: #333;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.sideMenu li a:hover {
  background: #ccc;
  color: #333;
}
.sideMenu li ul {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 200px;
  width: 210px;
  margin: 0;
  padding: 0;
  display: none;
}
.sideMenu .subContainer {
  padding-left: 10px;
}
.sideMenu .current ul a {
  background: #666;
}
.sideMenu .current a, .sideMenu ul .current a {
  background: #222;
}

/* ---------------------------------- */
/* --------- PHOTO SECTION ---------- */
/* ---------------------------------- */
.contentImgRow .item {
  display: inline-block;
}
.contentImgRow .contentImg {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  image-rendering: auto;
  margin: 0;
}
.contentImgRow .caption {
  font-size: .9em;
  margin-top: 5px;
}
.contentImgRow .caption:empty {
  display: none;
}

/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/
#enquiry {
  width: 100%;
  max-width: 500px;
  background: rgba(0, 0, 0, 0);
  float: right;
  padding: 0;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: .8em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.enqHeader {
  width: 100%;
  color: #f6851f ;
  padding: 12px 10px 12px;
  margin-bottom: 15px;
  font-size: 1.8em;
  font-weight:200;
  font-family:'Poppins';
  text-transform:;
}

.enqRow {
  width: 100%;
  overflow: hidden;
  padding: 3px 5px;
}

.enqRow.half {
  width: 50%;
  display: inline-block;
}

.siteBottom .enqLeft {
  padding: 0 5px;
  float: left;
  width: 0%;
  font-size: 1.2em;
  display:none;
}

.siteBottom .enqRight {
  width: 100%;
  float: left;
}

.enqRow.half .enqLeft, .enqRow.half .enqRight {
  width: 100%;
  font-size: 1em;
}

/*.enqLeft, .enqRight {
width: 100%;
font-size: 1em;
}
.enqLeft {
line-height: 1.3em;
}
.enqRow {
padding: 3px 10px;
}*/
#enquiry input,
#enquiry textarea,
#enquiry select {
  font-family: inherit;
}

#enquiry input, #enquiry textarea {
  width: 100%;
  border: none;
  padding: 7px 5px;
  background: #fff;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 16px;
}

input[type=text], input[type=tel], input[type=email], input[type=number], .select, textarea {
  transition: all 0.2s ease-in-out;
  background: #fff;
  color: #222;
  outline: 1px solid rgba(0, 0, 0, 0.05);
  border: none;
}
input[type=text]:hover, input[type=tel]:hover, input[type=email]:hover, input[type=number]:hover, .select:hover, textarea:hover {
  outline: 1px solid rgba(0, 0, 0, 0.2);
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=number]:focus, .select:focus, textarea:focus {
  background: #eee;
  outline: 1px solid #FFC35F;
}

#enquiry textarea {
  height: 80px;
  padding: 0px 5px;
}

#enquiry input[type="radio"] {
  width: 15px;
  -webkit-appearance: radio;
  margin: 0;
  padding: 0;
}

#enquiry input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: 15px;
  margin: 0;
  padding: 0;
}

#enquiry input[type="submit"] {
  margin-bottom: 10px;
  border: 0;
  background:#f6851f !important;
  cursor: pointer;
}

#enquiry select {
  width: 100%;
}



/**
* Custom styling for <select>s
*/
.select {
  position: relative;
}
.select:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  content: "\f078";
  border-left: 1px solid #ccc;
  font-family: fontawesome;
  pointer-events: none;
}
.select select {
  background: 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  padding: .5em;
  outline: 0;
}



/*-----Placeholder Styles-----*/

.siteBottom #enquiry ::-webkit-input-placeholder {
  color: black;
  opacity: 0.4;
}

.siteBottom #enquiry :-moz-placeholder {
  color: black;
  opacity: 0.4;
}

.siteBottom #enquiry ::-moz-placeholder {
  color: black;
  opacity: 0.4;
}

.siteBottom #enquiry :-ms-input-placeholder {
  color: black;
  opacity: 0.4;
}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */

#footerTop{
  background:rgba(255,255,255,0.03);

}

footer {
  width: 100%;
  background: #0075be;
  font-size: .8em;
  padding: 0px 0;
}
footer .container {
  overflow: hidden;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

/*-------- FOOTER TEXT STYLES ---------*/
footer {
  color: #fff;
}

#footerBottom a {
  color: inherit;
  opacity: 0.5;
  text-decoration: none;
}
#footerBottom a:hover {
  color: inherit;
  opacity: 1;
}

/*------------ FOOTER MENU ------------*/
footer nav {
  width: 60%;
  padding:20px 0;
  display: inline-block;
}
footer nav li {
  list-style: none;
  float: left;
  display: inline-block;
}
footer nav li a {
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;
}

.footerRight {
  text-align: right;
  margin-right: 10px;
}

/* ---------------------------------- */
/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */

.cfwrap {
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
  -webkit-flex-flow:row wrap;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap;
  padding:30px 0;
  width:100%;

}

.cfframe {
  width:22%;
  box-sizing:border-box;
  padding:0 10px;
}

.cfframe h2 {
  font-size:1.6em;
  color:#fff;
  margin:0 0 15px;
  font-family: 'Poppins', sans-serif!important;
  font-weight:300;
  text-transform:capitalize;  

}

.cfframe h4{
  margin-bottom:0px;
  color:rgba(255,255,255,0.8);


}

.cfframe p,
.cfframe a {
  font-size:1em;
  color:rgba(255,255,255,0.7);
  text-decoration:none;
}

.cf3 p {
  margin-bottom:;
  color:#999;

}

.cf1 a:before,
.cf2 a:before,
.cf3 a:before,
.cf4 a:before {
  font-family:FontAwesome;
  margin-right:10px;
  width:15px;  
  font-size:1.2em;
  display:inline-block;
  color:#f6851f;
}

.cf2 span {
  display:block;
  box-sizing:border-box;
  padding-left:20px;

}

.cf4 .facebook:after{
  content: "\f230"; }

.twitter:after {
  /*! content: "\f099"; */ }

.instagram:after {
  content: ""; }



/* ----------------------------------------- */
/* -----------------TO TOP ----------------- */
/* ----------------------------------------- */
#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 900;
}

#toTop:before {
  content: "\f077";
}

/* ---------------------------------- */
/* ---------  list styling  --------- */
/* ---------------------------------- */
.siteBottom .siteContent li {
  margin-bottom: 0.5em;
  position: relative;
}

.siteBottom .siteContent ul {
  list-style: none;
}
.siteBottom .siteContent ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 0.8em;
  margin-right: 10px;
  color: #f6851f;
  position: absolute;
  top: 0;
  left: -20px;
}

/*-----------------------------------*/
/*-------------- GRID ---------------*/
/*-----------------------------------*/
.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
}
.grid.justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.grid.center {
  -ms-flex-pack: center;
  justify-content: center;
}

.grid [class*='col-'], .contentImgRow .item, .cartThumb {
  float: left;
  margin: 5px;
}

.col-1 {
  width: 100%;
  width: calc(100% - 10px);
}

.col-2 {
  width: 50%;
  width: calc(50% - 10px);
}

.col-3 {
  width: 33.33333%;
  width: calc(33.33333% - 10px);
}

.col-3x2 {
  width: 66.66%;
  width: calc(66.66% - 10px);
}

.col-4, .contentImgRow .item, .cartThumb {
  width: 25%;
  width: calc(25% - 10px);
}

.col-4x3 {
  width: 75%;
  width: calc(75% - 10px);
}

.col-5 {
  width: 20%;
  width: calc(20% - 10px);
}

.col-5x2 {
  width: 40%;
  width: calc(40% - 10px);
}

.col-5x3 {
  width: 60%;
  width: calc(60% - 10px);
}

.col-5x4 {
  width: 80%;
  width: calc(80% - 10px);
}

.col-6 {
  width: 16.666%;
  width: calc(16.666% - 10px);
}

.col-6x5 {
  width: 83.33%;
  width: calc(83.33% - 10px);
}

/* ---------------------------------- */
/* -------- BUTTONS ------- */
/* ---------------------------------- */
.button,
#enquiry input[type="submit"],
.basicFrame,
h6 a {
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  padding: 0.8em 1.6em;
  border-radius: 5px;
  text-decoration: none;
  text-align: center;
  font-weight: normal;
}

* a.iconOnly {
  padding: 0.8em 0em;
  width: 2.8em;
}
* a.iconOnly:before {
  margin-right: 0;
}

/*primary button*/
.butS1,
a.basicFrame,
#enquiry input[type="submit"],
body .cartBtn.green,
body .cartBtn,
.cartItemAdd,
.checkoutNext,
.editDetails,
.saveDetails,
div button,
.blogBtn .button,
#toTop,
h6 a {
  color: #fff;
  background:#f6851f;
  margin:30px 0 0;

  transition: all .2s ease;
}
.butS1:hover,
a.basicFrame:hover,
#enquiry input[type="submit"]:hover,
body .cartBtn.green:hover,
body .cartBtn:hover,
.cartItemAdd:hover,
.checkoutNext:hover,
.editDetails:hover,
.saveDetails:hover,
div button:hover,
.blogBtn .button:hover,
#toTop:hover,
h6 a:hover {
  color: #fff;
}
.butS1:active,
a.basicFrame:active,
#enquiry input[type="submit"]:active,
body .cartBtn.green:active,
body .cartBtn:active,
.cartItemAdd:active,
.checkoutNext:active,
.editDetails:active,
.saveDetails:active,
div button:active,
.blogBtn .button:active,
#toTop:active,
h6 a:active {
  color: #fff;
}

.select:after {
  color: #fff;
}

.select:hover:after {
  color: #fff;
}

.select:active:after {
  color: #fff;
}

/*secondary button*/
.butS2,
body .cartBtn.grey,
.cartItemPrev,
.checkoutPrev,
.cartBtnHL.resumeShopping,
.cartItemUpdate,
.openCheckout,
.blogNavigation a {
  background:#0075be;
  color:#fff;
  font-family: 'roboto';
  font-weight:;
  letter-spacing:2px;
}
.butS2:hover,
body .cartBtn.grey:hover,
.cartItemPrev:hover,
.checkoutPrev:hover,
.cartBtnHL.resumeShopping:hover,
.cartItemUpdate:hover,
.openCheckout:hover,
.blogNavigation a:hover {
  color: #fff;
  background:#f6851f;
}
.butS2:active,
body .cartBtn.grey:active,
.cartItemPrev:active,
.checkoutPrev:active,
.cartBtnHL.resumeShopping:active,
.cartItemUpdate:active,
.openCheckout:active,
.blogNavigation a:active {
  color: #fff;
  background: #000;
}

/*inverted button*/
.butS3 {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.butS3:hover {
  color: #000;
  background: #fff;
  border: 1px solid #fff;
}
.butS3:active {
  color: #000;
  background: #FFC35F;
  border: 1px solid #FFC35F;
}

/*---- Graphic Button & Shop Category, Item----*/
.butFrame, .cartThumb {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #fff;
  border: 1px solid #EAEAEA;
}
.butFrame:hover, .cartThumb:hover {
  color: #fff;
  background: ;
}

.butHeading {
  line-height: 1em;
  padding: 1.1em 0.4em;
}

.cartThumb.item {
  color: #222;
  background: #ccc;
}
.cartThumb.item:hover {
  background: #eee;
}

.imageFrame {
  background: #fff;
}

.butImage, .cartThumbs .image {
  width: 100%;
  height: 0;
  padding-bottom: 130%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.cartThumbs .cartThumb .imageFrame .image {
  background-size: contain !important;
}

.cartThumb .banner {
  background: #4183d7;
  color: #eee;
}

/*---- Shop Side Menu Colour ----*/
.categoryMenu li.current > a {
  background: #999;
  color: white!important;
}

.categoryMenu li a{
  color:#333!important;

}

.categoryMenu li > a:hover {
  background: #999;
  color: white;
}

/*---- Shop Other ----*/
.viewCartRowHeader {
  background: #333;
  color: #fff;
}



/* ---------------------------------- */
/* -------- FOOTER BUTTONS ------- */
/* ---------------------------------- */
footer .contact > a,
.basicFrame,
#enquiry input[type="submit"],
body .cartBtn.green,
body .cartBtn,
#viewCart .viewCart,
.cartItemPrev,
.cartItemAdd,
.checkoutNext,
.cartItemMore,
h6 a  {
  margin: 3px 0;
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  padding: 0.8em 1.6em !important;
  text-decoration: none;
  text-align: center;
  font-weight:700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
}

footer .contact .iconOnly:before {
  margin-right: 0;
}

footer .contact .iconOnly {
  padding: 0.8em 0em !important;
  width: 2.8em;
}


/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */
footer .contact > a,
.basicFrame,
#enquiry input[type="submit"],
body .cartBtn.green,
body .cartBtn,
#viewCart .viewCart,
.cartItemPrev,
.cartItemAdd,
.checkoutNext,
.cartItemMore,
h6 a  {
  margin: 3px 0;
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  padding: 0.8em 1.6em !important;
  text-decoration: none;
  text-align: center;
  font-weight:700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-transform: uppercase;
}

footer .contact .iconOnly:before {
  margin-right: 0;
}

footer .contact .iconOnly {
  padding: 0.8em 0em !important;
  width: 2.8em;
}


/* -------- GRAPHICAL BUTTONS ------- */


.buttons * {
  transition: all .5s ease;
}

.buttons {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}

.butFrame {
  width: 32%;
  position: relative;
  cursor: pointer;
  margin: 0px auto 0px;
  overflow: hidden;
  font-family: inherit;
  font-size: 1em;
  border:none;
  background:#000;

}

.butFrame *
{
  transition: .5s ease;
}

.butFrame img {
  width: 100%;
  display: block;
  opacity:0.5;
  vertical-align: bottom;
}

.butFrame .butHeading {
  position: absolute;
  opacity:1;
  font-family: 'Poppins', sans-serif!important;
  font-size:1.5em;
  color:#fff; 
  font-weight:300;
  text-transform: ;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35%;
  padding-bottom:;
  top: auto;
  background: rgba(0, 0, 0, 0);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.butFrame .butText {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  background: rgba(246,133,31,0.85);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}

.butFrame .butText p {
  width: 80%;
  padding: 0px 0;
  color: rgba(255,255,255, 0.9);
  font-family: 'roboto', sans-serif!important;
  letter-spacing:2px;
  text-transform:uppercase;
  font-family: inherit;
  font-weight: 300;
  font-size: 0.8em;
  line-height: 1.6em;
  text-align: center;
  border-top: 1px solid rgba(255,255,255, 0.1);
  border-bottom: 1px solid rgba(255,255,255, 0.1);
}


.butFrame:hover .butHeading {
  opacity:0;
}

.butFrame:hover .butText {
  opacity: 1;
}

.butFrame:hover .butText p {
  padding: 25px 0;
}

*/

/* MEDIA QUERIES */



@media all and (max-width: 700px) and (min-width: 0px){

  .butFrame {
    display:block;
    width:100%;
  }

}


/* ---------------------------------- */
/* ---------- VIEW CART BTN --------- */
/* ---------------------------------- */
#banner #viewCart {
  position: absolute;
  top: ;
  right: 0;
  overflow: hidden;
  z-index: 1000; 

}

.viewCartSection a {
  color:#fff!important;

}

#viewCart:before {
  content: "\f290";
  /*bag*/
  content: "\f07a";
  /*cart*/
  font-family: fontawesome;
  margin-right: .5em;
  color:#f6851f;
}



.viewCartSection {
  padding:0px!important;
  width: 100%;  
  font-family:'roboto'!important;
  text-transform: uppercase;
  text-align:right;
  position:absolute;  
  font-size:0.8em!important;
  z-index:120;
  margin-top:10px!important;
  margin-right:20px;
  box-sizing: border-box;
  background:!important;
}


.cartThumbs .cartThumb .info .name {
  color:#333!important;
  font-family:'Poppins';
  text-transform: uppercase;

}
/* ---------------------------------- */
/* ------------- BANNER ------------- */
/* ---------------------------------- */
#banner {
  z-index:99;
  position:absolute;


}

#banner .container {
  max-width: 1200px !important;
  position:relative;
  width:100%;


}
#subBannerHome .container {
  max-width: 100% !important;
}

#subBannerHome p > img, #subBanner p > img {
  width: 100%;
  height: auto;
  display:block;
}

#subBanner{
  height:400px;
  background:url(files/sl2.jpg) center no-repeat;
  background-size:cover;
  opacity:0.5;
}


.link0 .subBannerTextContainer{
  display:none;

}

.subBannerTextContainer{
  position:absolute;
  display:block;
  width:100%;
  margin:0 auto;
  z-index:9;
  top:220px;


}

.subBannerText{
  color:#fff;
  font-weight:200;
  margin:20px 0;
  font-family: 'Poppins', sans-serif;
  margin:0 auto;
  line-height:1.3em;
  font-size:2.5em;
  text-align:center;
  text-transform:;

}

.subBannerText span{
  color:#f6851f;

}

.subBannerText .clickHere{
  display:none;
}

.topBar {
  /*background: #101010;
  padding: 2px 0;*/
}



#banner .contact{
  left: 0px;
  top:15px;
  display: block;
  position: absolute;
  margin-left:20px;
  display:;
}

#banner .phone{
  font-size:1.4em;
  font-weight:normal;
  color:#fff;


}

#banner .phone:before{
  display:none;

}

#banner .phone span{
  font-weight:bold;

}

#banner .enquire-trigger{
  text-transform:uppercase;
  font-family:'Poppins';
  padding:5px 20px;
  color:#fff;
  background:#0075be;
  font-size:0.9em!important;
  border-radius:10px;
  z-index:999!important;
  position:absolute;
  top:50px;

  display:none;
}

.enquire-trigger:before{

  color:#f6851f !important;
  display:none!important;
}

#section1 .enquire-trigger:hover{


}



.logoMobile{
  display:none;

}


.logo, .contactContainer {  
  display: inline-block;
}

.logo {
  position: relative !important;
  display:block!Important;
  z-index: 105;
  top: 50px; 
  margin:0 auto;
  width:400px;
  padding: 5px 10px 30px;

}



#logo img{
  width:100%;
  max-width:;

}



.logo #logo, .logo img {
  width: 100%;
  height: auto;
}



a.logo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

a.logo {
  position: relative;
  display: block;
}




.contactContainer {
  float: right;
}
.contact a, .contact div {
  text-decoration: none;
}
#banner a {
  cursor: pointer;
}

.mobileHide.phone span {  
  font-weight: 900;
}
.phone a {
  padding: 0;
  margin: 0;
  background: none;
  color: inherit;
  font-size: 1em;
  text-decoration: none;
  border: 0px solid red;
}



/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */




/*----flick animation----*/




.flick-title {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.flickerplate li.active .flick-title {
  -webkit-animation: flickAnimation 1s forwards ease-out;
  animation: flickAnimation 1s forwards ease-out;
}

@-webkit-keyframes flickAnimation {
  0% {
    opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); 
    -webkit-transform: translate(0, -0.2em); 
  }

  100% {
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); 
    -webkit-transform: translate(0, 0); 
  }
}

@keyframes flickAnimation {
  0% {
    opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); 
    -webkit-transform: translate(0, -0.2em); 
    transform: translate(0, -0.2em);
  }

  100% {
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); 
    -webkit-transform: translate(0, 0); 
    transform: translate(0, 0);
  }
}


.flick-sub-text {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.flickerplate li.active .flick-sub-text {
  -webkit-animation: flickAnimation2 1s 0.5s forwards ease-out;
  animation: flickAnimation2 1s 0.5s forwards ease-out;
}

@-webkit-keyframes flickAnimation2 {
  0% {
    opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); 
    -webkit-transform: translate(0, 0.5em); 
  }

  100% {
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); 
    -webkit-transform: translate(0, 0); 
  }
}

@keyframes flickAnimation2 {
  0% {
    opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); 
    -webkit-transform: translate(0, 0.5em); 
    transform: translate(0, 0.5em);
  }

  100% {
    opacity:1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100); 
    -webkit-transform: translate(0, 0); 
    transform: translate(0, 0);
  }
}




/*---- end flick animation----*/



.mainSlider {
  position: relative;
  z-index:80;
}

.mouse {
  position: absolute !important;
  z-index: 100;
  top: auto;
  bottom: 40px; 
  left: 0; 
  right: 0;
  width: 20px;
  text-decoration: none!important;

  margin: auto;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mouse:hover {
  bottom: 30px;
}

.mouse #mouse {
  width: 100%;
  height: auto;
}

a.mouse:after {
  content: "\f107";
  color:#fff;
  font-size:3em;
  font-family:fontAwesome;
  position: absolute;
  text-decoration: none!important;
  top: ;
  right: 0;
  bottom: 10px;
  left: 0;
}

a.mouse {
  position: relative;
  display: block;
}

/*===============================*/
/*=== FLICKERPLATE STYLES ===*/
/*==============================*/

.mainSlider .flickerplate, .flick-inner {
  /*Adjust This To Suit % Images*/

  padding-bottom: 45% !important;
  padding-bottom: 85vh !important;
  height: 0;
}
.mainSlider .flickerplate {
  position: relative;
  width: 100%;
  background-color: #000;
  overflow: hidden;

}

.flickerplate ul.flicks {
  width: 10000%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;

}
.flickerplate li {
  float: left;
  width: 1%;
  height: 100%;
  background-position: center;
  background-size: cover;
  display: table;
}
.flick-inner {
  height: 0;
  background:rgba(0,0,0,0.4);
  color: #fff;
  display: table-cell;
  vertical-align: middle;


}

.flick-content {
  position: absolute;
  z-index: 99;
  top: auto;
  bottom: 25%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  max-width: 1200px;
  margin: auto;
  height: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-direction: column;
  padding: 0 5px;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

}

.centeredText .flick-content {
  left: 0;
  right: 0;
  top: 30%;
  bottom: 0%;
  width: 35em;
}

.centeredText .flick-title{
  width:100%;

}

.flick-title {
  text-align: center;
  font-size: 4em;
  width:100%;
  letter-spacing:-2px;
  font-weight: 200;
  text-transform:;
  line-height: 0.8em; 
  color: #fff;
  font-family: 'poppins', sans-serif;
}

.flick-title span {
  color: #f6851f;
}



.flick-sub-text {
  text-align: center;
  font-size: 1.4em;
  margin-top:10px;
  width:100%;
  font-weight: 300;

  line-height: 1.4em;
  color: #fff !important;
  font-family:"Poppins", serif;

}

.flickerplate .butS2 {
  font-size:0.8em;
  margin-top:10px;
  background:#f6851f;

}

.flickerplate .butS2:hover {

  color:#fff;
  background:#f6851f;

}

.flickerplate .butS2:before{
  display:none;

}

.flickerplate ul.flicks>li .flick-title span.flick-block-text, .flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
  padding: 12px 18px;
  background-color: rgba(0,0,0,0.6)
}
.flickerplate .arrow-navigation {
  position: absolute;
  height: 80px;
  width: 20px;
  bottom: 70px;
  right: 0;
  z-index: 100;
  overflow: hidden
}
.flickerplate .arrow-navigation .arrow {
  display: block;
  height: 100%;
  width: 90%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}
.flickerplate .arrow-navigation .arrow:before {
  font-size: 1.2em;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-family: FontAwesome;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flickerplate.flicker-theme-dark .arrow-navigation .arrow:before {
  color: #333;
}

.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
  cursor: pointer
}
.flickerplate .arrow-navigation.left {
  right: 130px;
}
.flickerplate .arrow-navigation.left .arrow {
  /*   opacity: 0; */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin: 0px 0px 0px 20%;
}

.flickerplate .arrow-navigation.left .arrow:before {
  content: "\f104";
}

.flickerplate .arrow-navigation.right {
  right: 90px;
}
.flickerplate .arrow-navigation.right .arrow {
  /*   opacity: 0; */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  margin: 0px 0px 0px -20%;
}

.flickerplate .arrow-navigation.right .arrow:before {
  content: "\f105";
}

.flickerplate .arrow-navigation.left.hover .arrow {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  margin: 0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  margin: 0px 0px 0px -20%
}
.flickerplate .dot-navigation {
  position: absolute;
  bottom: 40px;
  right: 60px;
  left: auto;
  width: 250px;
  text-align: center;
  z-index: 100;
}
.flickerplate .dot-navigation ul {
  text-align: center;
  list-style: none;
}
.flickerplate .dot-navigation ul li {
  display: inline-block;
  float: none;
  width: 20px;
}
.flickerplate .dot-navigation .dot {
  width: 14px;
  height: 14px;
  margin: 0px 6px;
  background-color: rgba(255,255,255,0.2);
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
  cursor: pointer;
  background-color: #f6851f;
}
.flickerplate .dot-navigation .dot.active {
  background-color: #f6851f
}
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
  text-align: left
}
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
  text-align: right
}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
  background-image: url("arrow-left-dark.png")
}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
  background-image: url("arrow-right-dark.png")
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
  background-color: rgba(0,0,0,0.12)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
  background-color: rgba(0,0,0,0.6)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
  background-color: #000
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
  color: rgba(0,0,0,0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
  color: rgba(0,0,0,0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
  background-color: rgba(255,255,255,0.5)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
  color: rgba(0,0,0,0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
  color: rgba(0,0,0,0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
  background-color: rgba(255,255,255,0.5)
}
.flickerplate.animate-transform-slide ul.flicks {
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0%, 0px, 0px);
  -webkit-transform: translate3d(0%, 0px, 0px);
  -webkit-transition: -webkit-transform 0.6s ease-out;
  transition: -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out
}
.flickerplate.animate-transition-slide ul.flicks {
  position: relative;
  left: 0%;
  -webkit-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out
}
.flickerplate.animate-jquery-slide ul.flicks {
  position: relative;
  left: 0%
}
.flickerplate.animate-scroller-slide {
  padding-bottom: 0px;
  overflow: auto
}
.flickerplate.animate-scroller-slide ul.flicks {
  position: auto
}
.flickerplate.animate-transition-fade ul.flicks {
  position: relative
}
.flickerplate.animate-transition-fade ul.flicks li {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.flickerplate.animate-transition-fade.fade-inited ul.flicks li {
  -webkit-transition: opacity 0.8s linear;
  transition: opacity 0.8s linear
}
.flickerplate.animate-transition-fade.fade-inited ul.flicks li.first-flick {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.flickerplate.animate-jquery-fade ul.flicks {
  position: relative
}
.flickerplate.animate-jquery-fade ul.flicks li {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}




/* ---------------------------------- */
/* ---------------------------------- */
/* ----------- ULTIMATE CSS --------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */

.addtohome{
  display:none;

}

.abdelrehim {
  width:300px;
  position:absolute;
  bottom:0px;
  right:50px;

}



/* ---------------------------------- */
/* ----------- SIDE ICONS ----------- */
/* ---------------------------------- */




.sideIcons {
  position: fixed;
  z-index: 1005;
  top: 40%;
  right: -130px;
  font-size:1.2em;
}

.sideIcons a {
  display: block !important;
  margin: -1px 0 0;
  background:#008378;
  padding: 10px 10px;
  color: #fff;
  border-radius: 0;

  text-transform: uppercase;
  font-family: 'Fjalla One', sans-serif;
  -webkit-transform: translatex(0px);
  transform: translatex(0px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sideIcons a:first-child {
  border-radius: 5px 0 0 0;
}

.sideIcons a:last-child {
  border-radius: 0 0 0 5px;
}

.sideIcons a:hover {
  background: #22313F;
  color: #fff;
  -webkit-transform: translatex(-130px);
  transform: translatex(-130px);
  border-radius: 5px 0 0 5px;
}

.sideIcons a:before {
  margin-right: 15px;
  width: 20px;
  display:inline;
  text-align: center;
}





/* ---------------------------------- */
/* ------ BACKGROUND IMAGE CSS ------ */
/* ---------------------------------- */

.siteBottom section * {
  box-sizing: border-box;
}

.siteBottom section {
  position: relative;
}

.M_full_img, .M_left_img, .M_left_imgC, .M_right_img, .M_right_imgC {
  padding: 20px 0;
}

.backgroundImage {
  position: absolute;
  background-size: cover;
  background-position: center center;
}

/*-- full width image --*/

.M_full_img .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0;
}

/*-- image left --*/

.M_left_img .backgroundImage {
  top: 0; left: 0; bottom: 0; 
  width: 50%;
}


.M_left_img .backgroundImage:after{
  position: absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height: 100%;

}

.M_left_img .backgroundImage:before {

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  position: absolute;
  /*! content:"The latest & best cleaning & pest management solutions"; */
  top:0;
  right:0;
  width:50%;
  height: 100%;
  z-index: 1;
  color:#fff;
  text-align: center;
  margin: auto 15%;
  line-height: 1.3em;
  text-transform:;
  font-weight:300;
  font-family: 'Poppins', sans-serif;
  color:#fff;
  font-size: 2.5em;


}
.red {
  padding:200px 10vw 0;
  position:absolute!important;
  font-family:cinzel;
  font-size:2.5em;
  width:;
}


.red span {
  margin: 0 0.2rem;
  color:#f6851f!important;
}


.M_left_img .container {
  width: 100%;
  margin: 0 auto;
  padding: 2em 3%;

}

.M_left_img .container .siteContent {
  width:44%;
  margin-left:56%;
}


/*-- image right --*/



.M_right_img .backgroundImage {
  top: 0; right: 0; bottom: 0; 
  width: 50%;
}

.M_right_img {
  background:;
}


.M_right_img .backgroundImage:after{
  position: absolute;
  content:"";
  top:0;
  left:0;
  width:100%;
  height: 100%;
  background:;

}

.M_right_img .backgroundImage:before {

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  position: absolute;
  /*! content:"Experienced professional technicians "; */
  top:0;
  left:0;
  width:50%;
  height: 100%;
  font-weight:300;
  text-transform: ;
  z-index: 1;
  font-family: 'Poppins', sans-serif;
  color:#fff;
  font-size: 2.5em;
  text-align: center;
  margin: auto 15%;
  line-height: 1.3em;


}

.M_right_img-2 .backgroundImage:before {
  content:"Tramploine Dog Beds";

}


.M_right_img-1 .red {
  width:50%;
  margin-left: 50%;
  position: relative;
  top:0;
  color:#fff;
  z-index: 1;
  text-align:center;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

}




.M_right_img .container {
  width: 100%;
  margin: 0 auto;
  /*! padding: 2em 3%; */

}

.M_right_img .container .siteContent {
  width:44%;
}


/*-- image left cover --*/

.M_left_imgC .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0; 
}

.M_left_imgC .container {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 0 5%;
}

/*-- image right cover --*/

.M_right_imgC .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0; 
}

.M_right_imgC .container {
  width: 50%;
  margin: 0 auto 0 0;
  padding: 0 5%;
}

@media all and (max-width: 700px){

  .M_full_img, .M_left_img, .M_left_imgC, .M_right_img, .M_right_imgC {
    padding: 40px 0;
  }  

  .M_left_img, .M_right_img {
    padding: 0;
  }

  .siteBottom section .container {
    padding: 40px 20px;
    width: 100%;
  }

  .M_left_img .backgroundImage, .M_right_img .backgroundImage {   
    position: relative;
    width: 100%;
    height: 250px;
  }

  .M_left_imgC .backgroundImage {
    background-position: 90% 50%;
  }  

  .M_right_imgC .backgroundImage {
    background-position: 10% 50%;
  } 

}





/* Drop Down Enquiry */
#enquire-dropdown {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: none repeat scroll 0 0 rgba(0,117,190, 0.98);  
  display: none;
  overflow: hidden; 
  color: #fff;
}

#footerTop .butS1 {

  background:none!important;
  border-color:#999; 
}

#enquire-dropdown .container {
  width: 100%;
  height: 100%;
  height: 100vh;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: initial;
}

#enquire-dropdown #enquiry {
  background: none;
  font-size: 1em;
  width: 100%;
  max-width: 450px;
  margin: auto;
  float: none;
}

.dropContact {
  text-align: center;
  text-transform: capitalize;
  padding: 0 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  color: #ccc;
}

.dropContact strong {
  color: #fff;
}

.dropContact a:before {
  padding-right:5px;
  color:#fff;
}

#enquire-dropdown h2 {
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

#enquire-dropdown #enquiry input[type="text"],
#enquire-dropdown #enquiry input[type="email"],
#enquire-dropdown #enquiry input[type="tel"],
#enquire-dropdown #enquiry textarea {
  padding: 7px 15px 7px 40px;
  -webkit-appearance: none;
  /*border-radius: 15px;*/
  font-family: inherit;
  background: rgba(0,0,0, 0.2);
  border: 1px solid rgba(255,255,255,0.05);
  font-size: 16px;
  color: #fff;
}

.required {
  font-size: 0.9em;
}

.closeBtn {
  position: absolute;
  left: 0;
  right: 10px;
  top: 10px;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 auto;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.closeBtn:hover {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.closeBtn:before, .closeBtn:after {
  content: "";
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
}

.closeBtn:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.closeBtn:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*  INPUT ICONS */
#enquire-dropdown .enqRow {
  position: relative;
}

#enquire-dropdown .contact .enqRow span {
  font-family: FontAwesome;
  position: absolute;
  top: 8px;
  left: 22px;
  font-size: 0.9em;
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

#enquire-dropdown .name:before {
  content: "\f007";
}

#enquire-dropdown .question:before {
  content: "\f0e6";
}

#enquire-dropdown .clock:before {
  content: "\f017";
}

#enquire-dropdown ::-webkit-input-placeholder {
  color: #ccc;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#enquire-dropdown :-moz-placeholder {
  color: #ccc;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#enquire-dropdown ::-moz-placeholder {
  color: #ccc;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#enquire-dropdown :-ms-input-placeholder {
  color: #ccc;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.dropContact a {
  /*! color: #333; */
}

.dropContact a:hover {
  color: #fff;
}

/* MEDIA QUERIES */

@media all and (max-width: 700px) and (min-width: 0px) {
  #enquire-dropdown .mobile-hide {
    display: none !important;
  }
  #enquire-dropdown .col-2 {
    width: calc(100% - 20px);
  }
}

/* COLOR MODIFIER */

#enquire-dropdown .enqRow span.FontAwesome:before, #enquire-dropdown a {
  color:#fff !important;
}

#enquire-dropdown a:hover {
  color: #fff;
}





/* ---------------------------------- */
/* ----------- SECTION CSS ---------- */
/* ---------------------------------- */

.imageSection .container {
  max-width: 100%;
  padding: 0 !important;
}

#section1{
  padding-top:50px;
}

 #section1 {
  padding:0px 0;
  background:url(files/sectionBg.jpg)center no-repeat;
  color:#fff;
  text-align: center;

}


 #section1 h1 {
  /*! letter-spacing:-2px; */;
}

 #section1 h1, .link0 #section1 p  {
  line-height:1;
  margin:0.3em;
  color:#fff;
}

 #section1 butS2 {
  text-align: left!important;
  background:#000;

}

.link0 #section2 {
  margin:60px 0 0;
}



.link0 #section2 .siteContent, .link0 #section4 .siteContent {
  padding: 0px;
}




.buttonSection .container {
  max-width: 1400px;
}



.link0 h1 span, .link0 h2 span {
  position: relative;
  z-index: 2;
}

.link0 #section3 {
  padding:40px 0 30px;
}


.link0 #section3 h1{
  padding:0;
}


.hiaLogos {
  text-align:center;
  padding:0px 0 50px;

}
.hiaLogos img{
  width:100%;
  max-width:200px!important;
  display:inline;
}


.link0 #section4 {
  padding:30px 0;
  margin:60px 0;
  background:url(sectionBg.jpg) top center no-repeat;
  background-attachment:fixed;
  color:;

}




#section9 {
  padding:0px 0;
  background:#f6851f;
  color:#fff;
  text-align: center;

}


#section9 h3 {
  color:#fff;
}

#section9 p  {
  line-height:;
  margin:0.3em;
  color:#fff;
}





/* ---------------------------------- */
/* ----------- PRELOADER  ----------- */
/* ---------------------------------- */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;

  z-index: 9999999;
  overflow: hidden;


}

#loader {
  position: relative;
  display: block;
  width: 90%;
  height: 100%;
  margin: auto;
  max-width: 400px;
  border: 3px solid transparent;
  z-index: 1001;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;

  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;

}


#loader img{
  width:100%;
  height:auto;
  opacity:0;
  filter: alpha(opacity=0);
}

#loader img{
  -webkit-animation: load 4s alternate; 
  animation: load 4s alternate;
}

@-webkit-keyframes load {
  0%   { 
    opacity:0; 
    filter: alpha(opacity=0);
  }
  30% {
    opacity:1;
    filter: alpha(opacity=100);
  }
  70% {
    opacity:1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity:0;
    filter: alpha(opacity=0);
  }
}
@keyframes load {
  0%   { 
    opacity:0; 
    filter: alpha(opacity=0);
  }
  30% {
    opacity:1;
    filter: alpha(opacity=100);
  }
  70% {
    opacity:1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity:0;
    filter: alpha(opacity=0);
  }
}

#loader-wrapper .loader-section {
  position: absolute;
  top: 0;
  width: 51%;
  height: 100%;

  z-index: 1000;
  -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);  /* IE 9 */
  transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */

  background: #000;

}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);  /* IE 9 */
  transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);  /* IE 9 */
  transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;  
  transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
  visibility: hidden;

  -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);  /* IE 9 */
  transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.3s 1s ease-out;  
  transition: all 0.3s 1s ease-out;
}


.hide--first {
  display: none;
}
.hide--second {
  display: none;
}





/* ---------------------------------- */
/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */
#subBanner .container.hasImage {
  background-size: cover !important;
  background-position: center center !important;
  padding-bottom: 20%;
}

/* ---------------------------------- */
/* ------ HOME/CONTACT STYLES ------- */
/* ---------------------------------- */
/*------------------------------------*/
/*---------- MEDIA QUERIES -----------*/
/*------------------------------------*/




@media all and (max-width: 1100px) and (min-width: 700px){


  .mainSlider .flickerplate, .flick-inner {
    /*Adjust This To Suit % Images*/

    padding-bottom: 75vh !important;
  }

  .flick-content {
    bottom:;

  }


  .flick-title {
    font-size: 3.5em!Important;
    letter-spacing:0;

  }

  .flick-sub-text {
    font-size:1.2em;
  }


  .link0 #section1  {
    text-align: ;
    padding:10px 0;

  }
  
  #subBanner {
    height:300px;
    
  }
  
  .subBannerTextContainer{
    top:180px;

  }


  .link0 .subBannerTextContainer{
    display:none;

  }


  .M_right_img .backgroundImage:before {

    width:70%;
    margin: auto 15%;
    font-size:2em!important;

  }

  .M_left_img .backgroundImage:before {

    width:70%;
    margin: auto 15%;
    font-size:2em!important;

  }

  .cfframe {
    width:50%;
    margin-bottom:30px;
    text-align:center;
  }

}


@media all and (max-width: 900px) and (min-width: 700px){


  h1 {
    font-size:2em;

  }

  .butFrame {
    width:;
    margin-top:5px;
    margin-bottom:5px;


  }

  .butFrame .butHeading {
    font-size:;

  }


  #banner .contact {

    font-size:;
  }


  .link0 #section4 {
    padding:40px 0;
    margin:30px 0;
    background-attachment:scroll;

  }



}















