/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #000;
  font: 16px/1.4em Oswald, BlinkMacSystemFont, "-apple-system", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #ccc;
}

a {
  color: #99c752;
}

a:hover {
  color: #f75353;
}

p {margin:0;}

.siteContent p {margin: 0 0 10px;}

icon {
  font-family: fontawesome;
}

/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: inherit;
  line-height: 1.2em;
  color: #ff9700;

}

h1 {
  font-size: 2em;
  margin: .3em 0;
  text-transform:uppercase;
}

h2 {
  font-size: 1.8em;
  margin: .3em 0;
  text-transform:uppercase;
}

h3 {
  font-size: 1.2em;
  margin: .3em 0;
  text-transform:uppercase;
}

h4 {
  font-size: 1.1em;
  margin: .3em 0;
  text-transform:uppercase;
}

h5 {
  font-size: 1.1em;
  margin: .2em 0;
  color: #0fcad6;
}

h6 {
  font-size: 1.1em;
  margin: .2em 0;
  color: #0fcad6;
}

section {
  width: 100%;
  position: relative;
}

.container {
  max-width: 1160px;
  width: 100%;
  margin: auto;
  position: relative;
}

.textSection .siteContent, .categorySection .siteContent, .viewCart .siteContent {
  padding: 2em 0;
}
.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 ---------- */
/* ---------------------------------- */

.link0 .siteTop {
  padding-bottom:180px;
}

.siteTop {
  /*   background: url(/thumbnaillarge/siteTop.jpg) top center no-repeat; */
  background: rgba(255,255,255,.05);
  padding-bottom:120px;
  position: relative;
  z-index:101;
}

.siteTop:after {
  content:"";
  background:url(/thumbnaillarge/topB.png) bottom center no-repeat;
  background-size: 100% 100%;
  height:118px;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  z-index:9;
}

.siteBottom .container {
  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;
  padding: 0 10px;
}

.siteContent, .searchContent {
  width: 100%;
  -ms-flex: 1 1 auto;
}

#subBannerHome img, #subBanner img {
  width: 100%;
  height: auto;
  display: block;
}

#callbacks {
  display: none;
}

.buttonSection .siteContent, .buttonSection .container {
  padding: 0;
}

.desktop-hide, a.desktop-hide {
  display: none !important;
}

/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */
.sidebar {
  width: 230px;
  padding: 0 15px;
  margin: 0px 15px 0px 0;
  box-sizing: border-box;
  -webkit-box-flex: 0,0,0;
  -webkit-flex: 0,0,0;
  -ms-flex: 0,0,0;
  flex: 0,0,0;
  display:block!important;
  line-height: 1.5em;
}

.textSection .sidebar, .photoSection .sidebar {
  display: none!important;
}

.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-info a:before, .contac-infot div:before, .contact-info 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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.phone:before {
  content: "\f095";
}

.mobile:before {
  content: "\f10b";
}

.email:before {
  content: "\f003";
}

.fax:before {
  content: "\f1ac";
}

.address:before {
  content: "\f041";

}

a.login:before {
  content: "\f090";
}

a.register:before {
  content: "\f007";
}

/*-----social icons-----*/

.facebook:before {
  content: "\f09a";

}

.instagram:before {
  content: "\f16d";
}

.twitter:before {
  content: "\f099";
}

.googlePlus:before {
  content: "\f0d5";
}

.pinterest:before {
  content: "\f0d2";
}

.linkedIn:before {
  content: "\f0e1";
}

.youTube:before {
  content: "\f167";
}

.flickr:before {
  content: "\f16e";
}



/* ---------------------------------- */
/* --Standard for HR line styling  -- */
/* ---------------------------------- */
hr {
  border: 0;
  height: 1px;
  color: rgba(255,255,255,0.1);
  background-color: rgba(255,255,255,0.1);
  width: 25%;
  left:0;
  margin:0;
  margin-top:10px;
  margin-bottom:10px;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */



#menu {
  position: fixed;
  z-index: 999;
  background: none;
  top:00px;
  width:100%;
  background:rgba(255,255,255,0.05);
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}


#menu.shrink {
  background:#1C1421;
}



#menu nav {
  max-width: none;
  width: 100%;
  margin: auto;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0px;
}

#menu nav li {
  list-style: none;
  float: left;
  display: inline-block;
  margin: 0;
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
  text-align: center;
}

#menu nav li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding: 15px 20px;
  color: #fff;
  font-size: 0.8em;
  text-transform: uppercase;

}

#menu nav li a.green:hover { color: #8cc352; }
#menu nav li a.purple:hover { color: #b9569a; }
#menu nav li a.teal:hover { color: #a262c0; }
#menu nav li a.pink:hover { color: #d60d8c; }
#menu nav li a.orange:hover { color: #ff9200; }
#menu nav li a.yellow:hover { color: #ffcb00; }

#menu nav li a:hover {
  background: rgba(255, 255, 255, 0.1);
}

#menu nav .current > a {
  color:#fff;
  background: #0dcad6;


}

#menu nav .parent > a:after {
  font-family: FontAwesome;
  margin-left: 8px;
  content: "\f107";
  line-height: 1em;
}

#menu nav .subContainer .current a {
  background: rgba(0, 0, 0, 0.1); }

#mobileMenu, #navToggleWrap {
  display: none;
}

/* ---------------------------------- */
/* ------------ SUB MENU ------------ */
/* ---------------------------------- */
#menu nav ul {
  position: absolute;
  width: 220px;
  margin: 0;
  padding: 0;
  display: none;
  font-size: .85em;
}

#menu .subContainer {
  background: #222;
  margin-top: 10px;
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}


#menu nav ul li {
  width: 100%;
  display: inline-block;
}
#menu nav ul li a {
  padding: 5px 10px;
  line-height: 1.1em;
}

/*-----------------------------------*/
/*------------ SIDE MENU ------------*/
/*-----------------------------------*/
.sideMenu li {
  width: 100%;
  list-style: none;
  margin-bottom: 5px;
  position: relative;
}
.sideMenu li a {
  width: 100%;
  display: inline-block;
  background: #222;
  text-decoration: none;
  color: #fff;
  padding: 10px;
}
.sideMenu li a:hover {
  background: #eee;
  color: #222;
}
.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: #222;
}
.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%;
  background: none;
  float: none;
  padding: 0;
  max-width: none;
  color: #888;
  box-sizing: border-box;
  margin-left: 0px;
  padding:20px;
  border: 1px solid rgba(255,255,255,0.1);
  font-size:1em; 


  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;


}

.enqHeader {
  background: #f75353;
  color: #fff;
  padding: 12px 10px 8px;
  margin-bottom: 15px;
  font-size: 1.3em;
  text-align:center;
}

.enqRow {
  width: 100%;
  overflow: hidden;
  padding: 5px 0px;
  box-sizing: border-box; }

.enqLeft {
  padding: 0 5px;
  float: left;
  width: 25%;
  box-sizing: border-box;
  font-size: 1.2em;
  display:none;
}

.enqRight {
  width: 100%;
  float: left; }

#enquiry input, #enquiry textarea, #enquiry select {
  width: 100%;
  border: none;
  padding: 7px 5px;
  box-sizing: border-box;
  font-size: .9em;
  -webkit-appearance: none;
  border-radius: 0;
  background:none;
  border: 1px solid rgba(255,255,255,0.2);
  font-family: 'Oswald', sans-serif;
}

#enquiry input:focus, #enquiry textarea:focus, #enquiry select:focus {
  border-color:#f75353;

}

#enquiry textarea {
  height: 80px; }

#enquiry input[type="radio"] {
  width: 10%;
  -webkit-appearance: radio; }

#enquiry input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: 10%; }

#enquiry input[type="submit"] {
  margin-bottom: 10px;
  border: 0;
  color: #fff;
  padding: 10px 0;
  background: #99c752;
  cursor: pointer; }

#enquiry input[type="submit"]:hover {
  background:#0fc9d5;
}

#enquiry select {
  width: 100%; }



/*-----Placeholder Styles-----*/

#enquiry ::-webkit-input-placeholder {
  color: white;
  opacity: 0.6;
}

#enquiry :-moz-placeholder {
  color: white;
  opacity: 0.6;
}

#enquiry ::-moz-placeholder {
  color: white;
  opacity: 0.6;
}

#enquiry :-ms-input-placeholder {
  color: white;
  opacity: 0.6;
}



/**
* 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;
}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
footer {
  width: 100%;
  /*   background: #222 url(/thumbnaillarge/footer1.jpg) top center no-repeat; */
  background: rgba(255,255,255,.05);
  font-size: .8em;
  padding: 20px 0; }

footer .container {

}

.footerRight {
  text-align: center;
  margin-top: 10px; }

/*-------- FOOTER TEXT STYLES ---------*/
footer, footer a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none; }

footer a:hover {
  color: white; }

/*------------ FOOTER MENU ------------*/
footer nav {
  width: 100%;
  text-align:center;
  display: inline-block; }

footer nav li {
  list-style: none;

  display: inline-block; }

footer nav li a {
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block; }

footer nav li a:hover {
  /**/ }


/* ----------------------------------------- */
/* -----------------TO TOP ----------------- */
/* ----------------------------------------- */
#toTop {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 900;

}

#toTop:before {
  content: "\f077";
  padding:20px;
  background:#fff;
  border:1px solid #fff;
  border-bottom:0;
  color:rgba(0,0,0,0.3);
  border-radius: 100%;
}

#toTop:hover:before {
  background:#f75353;
  color:#fff;
}

#toTop a {
  text-decoration:none;}




/* ---------------------------------- */
/* --------  ul list styling  ------- */
/* ---------------------------------- */

.siteBottom .siteContent ul {
  padding:0;
}


.siteBottom .siteContent ul li {
  margin-bottom: 0.5em;
  list-style: none;
  padding-left:20px;
  position:relative;
}

.siteBottom .siteContent ul li:before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 0.4em;
  margin-right: 10px;
  color: #0dcad6;
  position: absolute;
  left:0;
}

/*-----------------------------------*/
/*-------------- 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 [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: 10%;
  width: calc(10% - 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);
}



/* ---------------------------------- */
/* ------------- BANNER ------------- */
/* ---------------------------------- */



#banner {
  padding-top:50px;
}

.link0 #banner .container{
  padding:30px 0px;
}

#banner .container{
  padding:30px 0px 0;
  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: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; 

}

.banner_tagline {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  color: #ff9700;
  font-weight: 700;
}

#logo{
  width:80%;
  max-width:310px;

}

#logo > a img {
  width:100%;
  height:auto;
}

.contact-info p, .contact-info a {
  vertical-align: middle;
}


.contact-info .enquire-trigger {
  border: 1px solid rgba(255,255,255,0.1);
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  color:#fff;
  background: #fdb84f;
  border-radius: 5px;
  color:rgba(0,0,0,0.4);
  box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
  cursor: pointer;
}


.contact-info .phone {
  margin-right: 10px;
  text-decoration: none;
  color:#fff;

}

.contact-info .phone:hover {
  color:#fff;
}


.contact-info .phone:before {
  display: none;
}

.contact-info .phone {
  font-size: 1.5em;
}

.contact-info .enquire-trigger:hover {
  background: #f75353;
  color:#fff;
}


/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */

.buttonWrap{
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.contentImgRow.grid{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  -ms-flex-pack: distribute;
  justify-content: space-around;

  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;

  padding:10px 0;
}

.butFrame {
  width:calc(33% - 20px); /* Change This Dependong On How Many Buttons You Have*/
  position:relative;
  cursor:pointer;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
  margin:30px 10px;
  border-radius:10px;
}

.butImage {
  width:100%;
  display:block;
}

.butImage {
  padding-bottom: 120px !important;
  background-size: 80px !important;
  background-repeat: no-repeat!important;
  background-position: center!important;
  width: 120px;
  height: 120px;
  display: block;
  height: 0;
  position: relative;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}

.butImage:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #F75353;
  z-index: -1;
  border:2px solid rgba(0,0,0,0.1);
  border-radius: 50%;
}

.butFrame:nth-child(2) .butImage:before{
  background: #99c752;
}

.butFrame:nth-child(3) .butImage:before{
  background: #0dcad6;
}

.butFrame:nth-child(4) .butImage:before{
  background: #fdb84f;
}

.butFrame:nth-child(5) .butImage:before{
  background: #f2811d;
}

.butFrame:nth-child(6) .butImage:before{
  background: #581a85;
}

.butFrame img {
  width:100%;
  height:auto;
  display:block;
}

.butHeading {
  display:block;
  width:100%;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1em;
  color:rgba(255,255,255,0.7);
  margin-top: 10px;
  padding:0px 5px;
  height:30px;

  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;   

  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


/* ----------------
HOVER STYLES
------------------ */

.butFrame *{
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}

.butFrame:hover .butHeading{
  color: #fff;
}




/* ---------------------------------- */
/* ----------  BASIC BTNS  ---------- */
/* ---------------------------------- */
.basicFrame * {


  -moz-transition:.5s;
  -webkit-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
  transition:.5s;

}


.basicFrame {
  width: 24%;
  padding: 30px 10px;
  background:#f75353;
  color:#fff;
  cursor: pointer;
  text-align: center;
  margin: 0px 0.5%;
  border: 1px solid rgba(0,0,0,0.1);
  position: relative;
  overflow:hidden;
  animation-name: pulse;

  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;


}


.basicFrame:nth-child(2) { background:#99c752;}
.basicFrame:nth-child(3) { background:#0dcad6;}
.basicFrame:nth-child(4) { background:#fdb84f;}
.basicFrame:nth-child(5) { background:#f2811d;}
.basicFrame:nth-child(6) { background:#581a85;}


/* ---------------------------------- */
/* ------- ICON BUTTON STYLES ------- */
/* ---------------------------------- */



.iconbuttons *{-moz-transition:.5s;
  -webkit-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
  transition:.5s;}



.iconbuttons{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items:stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;

  max-width: none;
  margin: auto;
  padding-bottom: 50px;


}


.butFrame2 .blub1,
.butFrame2 .blub2,
.butFrame2 .blub3,
.butFrame2 .blub4 {
  display: none;
}



.butFrame2 {
  padding:20px 0px;
  cursor:pointer;
  width:30%;

  text-align:center;
  position:relative;


  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;

  margin-bottom: 40px;
  border-radius: 50%;
}






.butText2 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1em;
  color:rgba(0,0,0,0.7);
  margin-top: 10px;
}






.iconWrap2{display:inline-block; position:relative;}

.butFrame2 .icon{
  width:120px;
  height:120px;
  position:relative;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
  border-radius:100%;
  border:2px solid rgba(0,0,0,0.1);
  padding:20px;
  background: none;
  background:#f75353;
  z-index:100;
}

.butFrame2:nth-child(2) .icon { background:#99c752;}
.butFrame2:nth-child(3) .icon { background:#0dcad6;}
.butFrame2:nth-child(4) .icon { background:#fdb84f;}
.butFrame2:nth-child(5) .icon { background:#f2811d;}
.butFrame2:nth-child(6) .icon { background:#581a85;}


.butFrame2 .icon{fill: currentColor; color:rgba(255,255,255,0.6); }
.butFrame2 .icon svg{fill: currentColor;}
.butFrame2 .icon path{fill: currentColor;} 

.butFrame2:hover .icon{fill: currentColor; color:rgba(255,255,255,1);}
.butFrame2:hover .icon svg{fill: currentColor;}
.butFrame2:hover .icon path{fill: currentColor;} 

.iconWrap{display:inline-block; position:relative;}



/* animated icons */


/* icon styling */

.iconWrap{display:inline-block; position:relative;}

.iconWrap .icon{
  width:40px;
  height:40px;
  position:relative;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
  background: none;
  z-index:1;
}



.iconWrap .icon {fill: currentColor; color:rgba(255,83,83,1); }
.iconWrap .icon svg{fill: currentColor;}
.iconWrap .icon path{fill: currentColor;}


.elements .iconWrap .icon {
  fill: currentColor; 
  color:rgba(62,215,127,1);
}
.elements .iconWrap .icon svg{fill: currentColor;}
.elements .iconWrap .icon path{fill: currentColor;}


.elements .iconWrap:nth-child(1) .icon {fill: currentColor; color:rgba(255,83,83,1);}
.elements .iconWrap:nth-child(1) .icon svg{fill: currentColor;}
.elements .iconWrap:nth-child(1) .icon path{fill: currentColor;}
.elements .iconWrap:nth-child(2) .icon {fill: currentColor; color:rgba(255,83,83,1);}
.elements .iconWrap:nth-child(2) .icon svg{fill: currentColor;}
.elements .iconWrap:nth-child(2) .icon path{fill: currentColor;}
.elements .iconWrap:nth-child(3) .icon {fill: currentColor; color:rgba(255,83,83,1);}
.elements .iconWrap:nth-child(3) .icon svg{fill: currentColor;}
.elements .iconWrap:nth-child(3) .icon path{fill: currentColor;}
.elements .iconWrap:nth-child(4) .icon {fill: currentColor; color:rgba(255,83,83,1);}
.elements .iconWrap:nth-child(4) .icon svg{fill: currentColor;}
.elements .iconWrap:nth-child(4) .icon path{fill: currentColor;}
.elements .iconWrap:nth-child(5) .icon {fill: currentColor; color:rgba(255,83,83,1);}
.elements .iconWrap:nth-child(5) .icon svg{fill: currentColor;}
.elements .iconWrap:nth-child(5) .icon path{fill: currentColor;}
.elements .iconWrap:nth-child(6) .icon {fill: currentColor; color:rgba(255,83,83,1);}
.elements .iconWrap:nth-child(6) .icon svg{fill: currentColor;}
.elements .iconWrap:nth-child(6) .icon path{fill: currentColor;}
.elements .iconWrap:nth-child(7) .icon {fill: currentColor; color:rgba(255,83,83,1);}
.elements .iconWrap:nth-child(7) .icon svg{fill: currentColor;}
.elements .iconWrap:nth-child(7) .icon path{fill: currentColor;}
.elements .iconWrap:nth-child(8) .icon {fill: currentColor; color:rgba(255,83,83,1);}
.elements .iconWrap:nth-child(8) .icon svg{fill: currentColor;}
.elements .iconWrap:nth-child(8) .icon path{fill: currentColor;}


.elements .iconWrap .holder9 .icon {fill: currentColor; color:rgba(255,181,75,1);}
.elements .iconWrap .holder9 .icon svg{fill: currentColor;}
.elements .iconWrap .holder9 .icon path{fill: currentColor;}
.elements .iconWrap .holder10 .icon {fill: currentColor; color:rgba(255,181,75,1);}
.elements .iconWrap .holder10 .icon svg{fill: currentColor;}
.elements .iconWrap .holder10 .icon path{fill: currentColor;}
.elements .iconWrap .holder11 .icon {fill: currentColor; color:rgba(255,181,75,1);}
.elements .iconWrap .holder11 .icon svg{fill: currentColor;}
.elements .iconWrap .holder11 .icon path{fill: currentColor;}
.elements .iconWrap .holder12 .icon {fill: currentColor; color:rgba(255,181,75,1);}
.elements .iconWrap .holder12 .icon svg{fill: currentColor;}
.elements .iconWrap .holder12 .icon path{fill: currentColor;}
.elements .iconWrap .holder13 .icon {fill: currentColor; color:rgba(255,181,75,1);}
.elements .iconWrap .holder13 .icon svg{fill: currentColor;}
.elements .iconWrap .holder13 .icon path{fill: currentColor;}
.elements .iconWrap .holder14 .icon {fill: currentColor; color:rgba(255,181,75,1);}
.elements .iconWrap .holder14 .icon svg{fill: currentColor;}
.elements .iconWrap .holder14 .icon path{fill: currentColor;}
.elements .iconWrap .holder15 .icon {fill: currentColor; color:rgba(255,181,75,1);}
.elements .iconWrap .holder15 .icon svg{fill: currentColor;}
.elements .iconWrap .holder15 .icon path{fill: currentColor;}
.elements .iconWrap .holder16 .icon {fill: currentColor; color:rgba(255,181,75,1);}
.elements .iconWrap .holder16 .icon svg{fill: currentColor;}
.elements .iconWrap .holder16 .icon path{fill: currentColor;}


.holder1 {
  position: absolute;
  top:2vh;
  left:0;
  z-index: 0;
}

.holder2 {
  position: absolute;
  top:10vh;
  left:0;
  z-index: 0;
}

.holder3{
  position: absolute;
  top:5vh;
  left:-20vh;
  z-index: 0;
}

.holder4{
  position: absolute;
  top:8vh;
  left:115vh;
  z-index: 0;
}

.holder5{
  position: absolute;
  top:7vh;
  left:-14vh;
  z-index: 0;
}

.holder6{
  position: absolute;
  top:11vh;
  left:0;
  z-index: 0;
}

.holder7{
  position: absolute;
  top:12vh;
  left:14vh;
  z-index: 0;
}

.holder8{
  position: absolute;
  top:5vh;
  left:19vh;
  z-index: 0;
}

.holder9{
  position: absolute;
  top:9vh;
  left:125vh;
  z-index: 0;
}


.holder10{
  position: absolute;
  top:12vh;
  left:-29vh;
  z-index: 0;
}


.holder11{
  position: absolute;
  top:15vh;
  left:-51vh;
  z-index: 0;
}

.holder12{
  position: absolute;
  top:11vh;
  left:121vh;
  z-index: 0;
}

.holder13{
  position: absolute;
  top:7vh;
  left:5vh;
  z-index: 0;
}

.holder14{
  position: absolute;
  top:9vh;
  left:61vh;
  z-index: 0;
}


.holder15{
  position: absolute;
  top:2vh;
  left:80vh;
  z-index: 0;
}

.holder16{
  position: absolute;
  top:6vh;
  left:6vh;
  z-index: 0;
}

.holder2, .holder4, .holder10, .holder11 {
  animation:spin 4s infinite;
  -webkit-animation:spin 4s infinite; 

}


@keyframes spin{
  0%    {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 50% 50%;

  }

  50%  {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(900deg)

  }

  100%    {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 50% 50%;

  }
}

@-webkit-keyframes spin {
  0%   {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 50% 50%;
  }

  50% {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  } 
  100%    {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 50% 50%;

  }
}

.holder3, .holder15 {
  animation:spintwo 2s infinite;
  -webkit-animation:spintwo 2s infinite; 

}


@keyframes spintwo{
  0%    {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 80% 10%;

  }

  50%  {
    -ms-transform: rotate(-36deg);
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
    transform-origin: 50% 50%;

  }
}

@-webkit-keyframes spintwo {
  0%   {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 80% 10%;
  }

  50% {
    -ms-transform: rotate(-36deg);
    -webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
    transform-origin: 50% 50%;
  }  
}



/* ---------------------------------- */
/* -------- SUBBANNER STYLES -------- */
/* ---------------------------------- */


#subBannerHome .container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;

  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

  -webkit-flex-flow:row wrap;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap; 
}

#subBannerHome .container .left {
  width:45%;
  color:#fff;
  font-weight: 300;
}

#subBannerHome .container .left h1 {
  margin-top:50px;
}

#subBannerHome .container .left p {
  line-height: 1.6em;
  margin-top:30px;
  margin-bottom: 30px;
  font-size: 1.2em;
}

#subBannerHome .container .left a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 30px;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 5px;
  background:#ffb54b;
  color:rgba(0,0,0,0.5);
  font-weight: 700;

}

#subBannerHome .container .left a:hover {
  background:#f75353;
  color:#fff;
}


#subBannerHome .container .right {
  width:55%;
  position: relative;
}

#subBannerHome .container .right img {
  position: absolute;
  top:0;
  right:0;
  z-index: 12
}


.link0 .siteTop {
  padding-bottom: 330px;
}

#subBannerHome .container .left .socialLinks {
  margin-top:40px;
}

#subBannerHome .container .left .socialLinks a:before {
  font-family: FontAwesome;
}


#subBannerHome .container .left .socialLinks a {
  padding: 5px 10px;
  background:none;
  margin: 0 2px;
  border: 1px solid rgba(255,255,255,0.7);
  color:rgba(255,255,255,0.3);
  font-weight: 300;
}


#subBannerHome .container .left .socialLinks a:hover {
  background:#f75353;
  color:#fff;
}

/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */


.flickerplate {
  position: relative;
  width: 100%;
  height: 500px;
  background-color: #222;
  overflow: hidden;
}
.flickerplate ul.flicks {
  width: 10000%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none
}
.flickerplate ul.flicks>li {
  float: left;
  width: 1%;
  height: 100%;
  background-position: center;
  background-size: cover;
  display: table
}
.flickerplate ul.flicks>li .flick-inner {
  height: 100%;
  padding: 10px;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  background:rgba(0,0,0,0.2)


}
.flickerplate ul.flicks>li .flick-inner .flick-content {
  max-width: 68.75em;
  margin-left: auto;
  margin-right: auto
}
.flickerplate ul.flicks>li .flick-title {
  padding: 0px 0px;
  font-size: 2.778em;
  line-height: 1.995em;
  text-align: center
}

@media only screen and (max-width: 43.813em) {
  .flickerplate ul.flicks>li .flick-title {
    font-size: 1.667em
  }
}
.flickerplate ul.flicks>li .flick-sub-text {
  padding: 5px;
  font-weight: 300;
  line-height: 2.5em;
  color: rgba(255,255,255,0.8);
  text-align: center
}
.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: 80%;
  width: 10%;
  top: 10%;
  z-index: 100;
  overflow: hidden
}
.flickerplate .arrow-navigation .arrow {
  display: block;
  height: 100%;
  width: 90%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  position: relative;
}
.flickerplate .arrow-navigation .arrow:before {
  font-size: 4em;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  font-family: FontAwesome;
  color: #fff;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: 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 {
  left: 0%
}
.flickerplate .arrow-navigation.left .arrow {
  opacity: 0;
  margin: 0px 0px 0px 50%;
  position: relative;
}
.flickerplate .arrow-navigation.left .arrow:before {
  content: "\f104";
}
.flickerplate .arrow-navigation.right {
  right: 0%
}
.flickerplate .arrow-navigation.right .arrow {
  opacity: 0;
  margin: 0px 0px 0px -50%;
}
.flickerplate .arrow-navigation.right .arrow:before {
  content: "\f105";
}
.flickerplate .arrow-navigation.left.hover .arrow {
  opacity: 1;
  margin: 0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
  opacity: 1;
  margin: 0px 0px 0px -20%
}
.flickerplate .dot-navigation {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  z-index: 100
}
.flickerplate .dot-navigation ul {
  text-align: center;
  list-style: none;
  padding: 0px 15px
}
.flickerplate .dot-navigation ul li {
  display: inline-block;
  float: none
}
.flickerplate .dot-navigation .dot {
  width: 10px;
  height: 10px;
  margin: 0px 6px;
  background-color: rgba(255,255,255,0.3);
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
  cursor: pointer;
  background-color: rgba(255,255,255,0.6)
}
.flickerplate .dot-navigation .dot.active {
  background-color: #fff
}
.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 .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;
  -o-transition: -o-transform 0.6s ease-out;
  -moz-transition: -moz-transform 0.6s ease-out;
  transition: transform 0.6s ease-out
}
.flickerplate.animate-transition-slide ul.flicks {
  position: relative;
  left: 0%;
  -webkit-transition: left 0.4s ease-in-out;
  -moz-transition: left 0.4s ease-in-out;
  -o-transition: left 0.4s ease-in-out;
  -ms-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
}
.flickerplate.animate-transition-fade.fade-inited ul.flicks li {
  -webkit-transition: opacity 0.8s linear;
  -moz-transition: opacity 0.8s linear;
  -o-transition: opacity 0.8s linear;
  -ms-transition: opacity 0.8s linear;
  transition: opacity 0.8s linear
}
.flickerplate.animate-transition-fade.fade-inited ul.flicks li.first-flick {
  opacity: 1
}
.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
}


/* ---------------------------------- */
/* ---------- DROP DOWN CSS --------- */
/* ---------------------------------- */
/* Drop Down Enquiry */



#enquire-dropdown {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background: #000000;
  display: none;
  overflow: hidden;
}

#enquire-dropdown .container {
  width: 100%;
  height: 100%;
  height: 100vh;
  max-width: 1200px;
  display: flex;
  align-items: 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;
  color: #ccc;
  padding: 0 10px;
  border-right: 1px solid rgba(0,0,0,0.05);
}

#enquire-dropdown h2 {
  color: #f75353;
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
}

#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(255, 255, 255, 0.03);
  color: #fff;
  font-size: 16px;
}

.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;
  transition: 0.5s;
}

.closeBtn:hover {
  transform: rotate(90deg);

}

.closeBtn:hover:before, .closeBtn:hover:after {
  color:#f75353;
  background:#f75353;
}

.closeBtn:before, .closeBtn:after {
  content: "";
  width: 25px;
  height: 2px;
  background: rgba(255,255,255,0.75);
  position: absolute;
  top: 50%;
  right: 0;
}

.closeBtn:before {
  transform: rotate(-45deg);
}
.closeBtn:after {
  transform: rotate(45deg);
}

/*  INPUT ICONS */

#enquire-dropdown .enqRow {
  position: relative;
}

#enquire-dropdown .contact .enqRow span {
  font-family: FontAwesome;
  position: absolute;
  top: 14px;
  left: 20px;
  font-size: 0.9em;
  font-weight: normal;
  color: #0dcad6;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#enquire-dropdown .name:before {
  content: "\f007";
}

#enquire-dropdown .question:before {
  content: "\f0e6";
}

#enquire-dropdown .clock:before {
  content: "\f017";
}


#enquire-dropdown ::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.6;
}

#enquire-dropdown :-moz-placeholder {
  color: #fff;
  opacity: 0.6;
}

#enquire-dropdown ::-moz-placeholder {
  color: #fff;
  opacity: 0.6;
}

#enquire-dropdown :-ms-input-placeholder {
  color: #fff;
  opacity: 0.6;
}

.dropContact a {
  color:rgba(255,255,255,0.5);
}

.dropContact a:hover {
  color: #f75353;
}


/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */

footer {
  padding: 0;
  position: relative;
}

#footerTop {
  position: relative;
  z-index: 99;
}

#footerTop:after {
  content: "";
  position: relative;
  display: block;
  width:100%;
  height: 120px;
  background:url(/thumbnaillarge/bottomB.png) top center no-repeat;
  background-size: 100% 100%;
  z-index: -2;
}


.foot-top {
  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;
  width:100%;
  padding: 5px 0;
}


.logo1 img, .logo2 img, .logo3 img {
  width:100%;
  height: auto;
  display: block;
}

.logo1 {
  max-width: 200px;
  margin: 0 5px
}


.logo2 {
  max-width: 200px;
  margin: 0 5px
}


.logo3 {
  max-width: 500px;
  margin: 0 5px
}


#footerBottom {
  padding-bottom: 50px;
}


/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */
#subBanner .container.hasImage {
  background-size: cover !important;
  background-position: center center !important;
  padding-bottom: 500px;
}




/* ---------------------------------- */
/* ----------- 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: 300px;
  border: 3px solid transparent;
  z-index: 1001;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;

  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;

  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

}


#loader img{
  width:100%;
  height:auto!important;
  display:block;
  opacity:0;
  margin-bottom: 50px;
  filter: alpha(opacity=0);
  max-width:300px;

}

#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%;
  background: #3b1c84;
  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 */
}

#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;
}


/* Spinners */

.cp-spinner{width:96px;height:96px;display:inline-block;box-sizing:border-box;position:relative}
.cp-round:before{border-radius:50%;content:" ";width:96px;height:96px;display:inline-block;box-sizing:border-box;border-top:solid 3px rgba(255,255,255,0.1);border-right:solid 3px rgba(255,255,255,0.1);border-bottom:solid 3px rgba(255,255,255,0.1);border-left:solid 3px rgba(255,255,255,0.1);position:absolute;top:0;left:0}
.cp-round:after{border-radius:50%;content:" ";width:96px;height:96px;display:inline-block;box-sizing:border-box;border-top:solid 3px #fcae40;border-right:solid 3px transparent;border-bottom:solid 3px transparent;border-left:solid 3px transparent;position:absolute;top:0;left:0;animation:cp-round-animate 1s ease-in-out infinite}
@keyframes cp-round-animate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}


/* ---------------------------------- */
/* ------ BACKGROUND IMAGE CSS ------ */
/* ---------------------------------- */


.siteBottom section * {
  box-sizing: border-box;
}



.M_full_img {
  padding: 10px 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;
  z-index: -3;
  opacity: 1;
}

.M_full_img-1 {background: #f3f3f3;}
.M_full_img-1 .backgroundImage {opacity: 0;}


.M_full_img-2, .M_full_img-3, .M_full_img-4, .M_full_img-5, .M_full_img-6 {background: #201f22; color:rgba(255,255,255,0.9)}
.M_full_img-2 .backgroundImage {opacity: 0;}

.M_full_img-2 hr, .M_full_img-3 hr, .M_full_img-4 hr, .M_full_img-5 hr, .M_full_img-6 hr {background:rgba(255,255,255,0.2)}


.M_full_img-2 .prices .tableWraps .table-button p,
.M_full_img-3 .prices .tableWraps .table-button p,
.M_full_img-4 .prices .tableWraps .table-button p,
.M_full_img-5 .prices .tableWraps .table-button p,
.M_full_img-6 .prices .tableWraps .table-button p{
  border-color:rgba(255,255,255,0.2);
}


.M_full_img-2 .prices .tableWraps .table-button,
.M_full_img-3 .prices .tableWraps .table-button,
.M_full_img-4 .prices .tableWraps .table-button,
.M_full_img-5 .prices .tableWraps .table-button,
.M_full_img-6 .prices .tableWraps .table-button{
  box-shadow: 0px 1px 5px rgba(255,255,255,0.1);
}




@media all and (max-width: 700px){

  .M_full_img {
    padding: 20px 0;
  }  


  .siteBottom section .container {
    padding: 20px 20px;
    width: 100%;
  }

}


/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */


.blubeffect img {
  max-width: 50%!important;
  position: relative;
  text-align: center;
  margin:0 25%;

}

.blubeffect img {
  max-width: 50%!important;
  position: relative;
  margin:0 25%;
}

.blubeffect td:first-child {
  position: relative;

}



.blubeffect td:last-child {
  position: relative;
  z-index: 3;
}


.blub1 {

  position: absolute;
  top:0;
  right:20px;
  width:250px;
  height: 250px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef5b00+0,ef5b00+100&0.65+0,0+82,0+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(239,91,0,0.65) 0%, rgba(239,91,0,0) 82%, rgba(239,91,0,0) 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(239,91,0,0.65) 0%,rgba(239,91,0,0) 82%,rgba(239,91,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(239,91,0,0.65) 0%,rgba(239,91,0,0) 82%,rgba(239,91,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ef5b00', endColorstr='#00ef5b00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  z-index:-1;
  border-radius: 50%;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
  /*   animation: rotate 30s infinite; */
}

.blub2 {
  content: "";
  position: absolute;
  top:0;
  left:0;
  width:400px;
  height: 400px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9700+0,ff9700+100&0.65+0,0+82,0+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(255,151,0,0.65) 0%, rgba(255,151,0,0) 82%, rgba(255,151,0,0) 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,151,0,0.65) 0%,rgba(255,151,0,0) 82%,rgba(255,151,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(255,151,0,0.65) 0%,rgba(255,151,0,0) 82%,rgba(255,151,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ff9700', endColorstr='#00ff9700',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  z-index:-2;
  border-radius: 50%;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
  /*   animation: rotate 30s infinite; */
}


.blub3 {

  position: absolute;
  top:0;
  right:0px;
  width:350px;
  height: 350px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef5b00+0,ef5b00+100&0.65+0,0+82,0+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(239,91,0,0.65) 0%, rgba(239,91,0,0) 82%, rgba(239,91,0,0) 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(239,91,0,0.65) 0%,rgba(239,91,0,0) 82%,rgba(239,91,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(239,91,0,0.65) 0%,rgba(239,91,0,0) 82%,rgba(239,91,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index:-1;
  border-radius: 50%;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
  /*   animation: rotate 30s infinite; */
}

.blub4 {

  position: absolute;
  bottom:20px;
  left:0;
  width:270px;
  height: 270px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9700+0,ff9700+100&0.65+0,0+82,0+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(255,151,0,0.65) 0%, rgba(255,151,0,0) 82%, rgba(255,151,0,0) 100%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255,151,0,0.65) 0%,rgba(255,151,0,0) 82%,rgba(255,151,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(255,151,0,0.65) 0%,rgba(255,151,0,0) 82%,rgba(255,151,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ff9700', endColorstr='#00ff9700',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  z-index:-2;
  border-radius: 50%;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
  /*   animation: rotate 30s infinite; */
}


.sideLinks {
  position: fixed;
  top:40vh;
  right:0;
  padding:20px 10px;
  background:#0dcad6;
  border-radius: 10px 0 0 10px;

  z-index: 99999;
  cursor: pointer;

}



.sideLinks a {
  text-decoration: none;
  color:#fff;
  position: relative;
  display: block;
  margin: 3px 0;
  text-align: center;


}

.sideLinks a span {
  font-size: 0px;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}

.sideLinks a:before {
  font-family: FontAwesome;
}

.sideLinks a:hover {
  opacity: 0.5;
}


.sideLinks .enquire-trigger:before {
  content: "\f003";
}




/* ---------------------------------- */
/* ------ HOME/CONTACT STYLES ------- */
/* ---------------------------------- */

h6 a{
  font-size: 2em;
  background: #99c752;
  color: #fff;
  text-decoration: none;
  padding: .8em 1.6em;
  display: inline-block;
}

h6 a:hover{
  background: #f75353;
  color: #fff;
}

.link0 #section3 {
  position: relative;
  z-index: 2;
}


.link0 #section3 .sidebar {
  display: block!important;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  z-index: 0;
  padding: 0;
  margin: 0;

}

.link0 #section3 .sidebar .item {
  margin-top:0;
}


.link0 #section3 .container {
  padding: 0;
  margin:0;
  max-width: 0100%
}

.link0 #section3 .siteContent {
  z-index: 2;
  max-width: 1160px;
  margin: auto;
}


.link0 #section3 h4 {
  color:#fff;
  position: relative;
  padding-bottom: 20px;
}

.link0 #section3 h4:after {
  content: "";
  bottom:0;
  left:0;
  width:30px;
  height: 3px;
  background:#f75353;
  border-radius:1px;
  position: absolute;
}

.link0 #section3 h3 {
  font-size: 2.3em;
  width:50%;
}

.link0 #section3 {
  color:#fff;
  height: 500px;
}

.link0 #section3 p {
  font-size: 1.5em;
}


.link0 #section3 h2 {
  font-size: 4em;
  color:#0dcad6;
  margin-bottom: 0;
}

.link0 #section3 p:last-child {
  font-size: 0.8em;
}
/* 
.link0 #section6 {
background:rgba(255,255,255,.05);
color:#fff;
} */


.siteContent a[href*="twitter.com"], .siteContent a[href*="facebook.com"], .siteContent a[href*="instagram.com"]{
  text-decoration:none;
}
.siteContent a[href*="twitter.com"]:before, .siteContent a[href*="facebook.com"]:before, .siteContent a[href*="instagram.com"]:before{
  font-family:FontAwesome;
  display:inline-block;
  margin-right:3px;
}
.siteContent a[href*="facebook.com"]:before{
  content:"\f230";
  color:#3A5795;
}
.siteContent a[href*="twitter.com"]:before{
  content:"\f081";
  color:#55ACEE;
}
.siteContent a[href*="instagram.com"]:before{
  content:"\f16d" ;
  color:#004879;
}


.prices {
  max-width: 780px;
  margin: auto;
}


.prices .tableWraps .table-button {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  padding: 0px;
}

.prices .tableWraps .table-button h5 {
  background:#0dcad6;
  color:#fff;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}

.prices .tableWraps .table-button:nth-child(2) h5 {
  background: #ffb54b;

}

.prices .tableWraps .table-button p {
  padding: 10px;
  display: block;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  text-align: center
}


.img-caption {
  position:relative;
}

.img-caption .caption {
  position:absolute;
  bottom:20px;
  left:20px;
  width:70%;
  padding:5px;
  font-size:1.6em;
  z-index:8;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
  line-height: 1.2em;
  color:#fff;
  font-weight: 900;
  text-transform: uppercase;

}

.img-caption img {
  position:relative;
  z-index:1;
  vertical-align: top;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}


.link1 #enquiry {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;

  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

  -webkit-flex-flow:row wrap;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap;

}


.link1 #enquiry .enqHeader {
  width:100%;
}

.link1 #enquiry .split {
  width:49%;
}


.link1 h1, .link1 p {
  text-align: center;
}



.blubeffect.threeColumn img {
  max-width: 90%!important;
  margin: 0 5%!important;
}

.blubeffect.threeColumn td {
  vertical-align: middle;

}

.blubeffect.threeColumn {
  margin-bottom: 20px;
}

/* .M_full_img #enquiry {
background: #fff;
}
*/

.split {
  display: inline-block;
  width:49%;
  margin: 0 0.5%;
}


.split .enqRow .enqRight .enqRight {
  margin-bottom: 5px;
  margin-top:5px;
}


.enqRight.half {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;

  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;

  -webkit-flex-flow:row wrap;
  -ms-flex-flow:row wrap;
  flex-flow:row wrap;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding:20px 0;
}


.enqRight.half .enqRight {
  width:50%;
}

/*------------------------------------*/
/*---------- MEDIA QUERIES -----------*/
/*------------------------------------*/


@media all and (max-width: 1280px) and (min-width: 1001px){


  .blub1 {width:220px;height: 220px;}
  .blub2 {width:300px;height: 300px;}
  .blub3 {width:300px;height: 300px;}
  .blub4 {width:220px;height: 220px;}
  .textSection .container {overflow-x: hidden;}
  #menu nav li a {padding: 10px}
}

body.shop-page {
  background: #ffffff;
  color: #333;  
}

body.shop-page #menu a {
  background: #fafafa;
  color: #333;    
}

body.shop-page .siteTop:after,
body.shop-page #footerTop:after {
  opacity: .025
}

body.shop-page .contentWrap.contentPagesWrap {
  background-color: rgba(0,0,0,.025);  
}

body.shop-page .contact-info .phone,
body.shop-page footer a,
body.shop-page .cartThumb {
  color: #333;
}

.shop-page #banner #logo > *:not(.logo-shop) {
  display: none !important;
}

.shop-page #banner #logo .logo-shop,
.shop-page #banner #logo .banner_tagline:last-child {  
  display: block !important;
}


.landing-page {
  display: block;
  position: fixed;
  align-content: center;
  justify-items: center;
  inset: 0;
  z-index: 111111;
  background: #000;
}

.landing-page .container {
  display: flex;
  flex-wrap: wrap;
}

.landing-page .logo-wrapper,
.landing-page .logo {
  position: relative;
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  text-decoration: navajowhite;
}

.landing-page .logo {
  margin: 10px auto;
}

.landing-page .logo:before {
  content: '';
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: 50%;
}

.landing-page .logo img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}

body.no-scroll {
  display: block;
  width: 100%;
  height: 100vh !important;
  overflow: hidden;
}