/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #444;
  line-height: 1.4em;
}

.overlayImg {
  cursor: pointer;
}

a {
  color: rgba(0,148,203,1);
}

a:hover {
  color: #000;
}

/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: inherit;
  line-height: 1em;
}

h1 {
  font-size: 1.8em;
  color: #7c7c7c;
  margin-top: 0px;
  margin-bottom: 15px;
}

h2 {
  font-size: 1.8em;
  color: #94e338;
  margin-top: 0px;
  margin-bottom: 15px;
}

h3 {
  font-size: 1.6em;
  color: #7c7c7c;
  margin-top: 0px;
  margin-bottom: 10px;
}

h4 {
  font-size: 1.6em;
  color: #94e338;
  margin-top: 0px;
  margin-bottom: 10px;
}

h5 {
  font-size: 1.4em;
  color: #7c7c7c;
  margin-top: 0px;
  margin-bottom: 5px;
}

h6 {
  font-size: 1.1em;
  color: #7c7c7c;
  margin-top: 0px;
  margin-bottom: 5px;
  line-height: 1.4em;
}

h6 a {
  margin-bottom: 0.2em;
}

section {
  width: 100%;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}

.siteContent {
  padding: 2em 0;
}
.textSection .siteContent img, .categorySection .siteContent img, .viewCart .siteContent img {
  height: auto !important;
  max-width: 100%;
}


/* ---------------------------------- */
/* ---------- CONTENT AREA ---------- */
/* ---------------------------------- */
.siteTop {
}

.siteBottom .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 20px;
}

.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;
}

icon {
  font-family: fontawesome;
}

.button,
.contact a,
#enquiry input[type="submit"],
.basicFrame,
h6 a {
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  padding: 0.8em 1.6em;
  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,
.viewCartSection #viewCart,
#toTop,
h6 a {
  color: #fff;
  background: #94E338;
  border: 1px solid #94E338;
}
.butS1:hover, .butS1:active,
a.basicFrame:hover,
a.basicFrame:active,
#enquiry input[type="submit"]:hover,
#enquiry input[type="submit"]:active,
body .cartBtn.green:hover,
body .cartBtn.green:active,
body .cartBtn:hover,
body .cartBtn:active,
.cartItemAdd:hover,
.cartItemAdd:active,
.checkoutNext:hover,
.checkoutNext:active,
.editDetails:hover,
.editDetails:active,
.saveDetails:hover,
.saveDetails:active,
div button:hover,
div button:active,
.blogBtn .button:hover,
.blogBtn .button:active,
.viewCartSection #viewCart:hover,
.viewCartSection #viewCart:active,
#toTop:hover,
#toTop:active,
h6 a:hover,
h6 a:active {
  color: #94E338;
  background: none;
  border: 1px solid #94E338;
}

.select:after {
  color: #fff;
  background: #94E338;
  border: 1px solid #94E338;
}

.select:hover:after, .select:active:after {
  color: #94E338;
  background: none;
  border: 1px solid #94E338;
}

/*secondary button*/
.butS2, 
body .cartBtn.grey, 
.cartItemPrev, 
.checkoutPrev, 
.cartBtnHL.resumeShopping, 
.cartItemUpdate, 
.openCheckout, 
.blogNavigation a {
  background: none;
  border: 1px solid #1a2632;
  color: #1a2632;
}
.butS2:hover, 
.butS2:active, 
body .cartBtn.grey:hover, 
body .cartBtn.grey:active, 
.cartItemPrev:hover, 
.cartItemPrev:active, 
.checkoutPrev:hover, 
.checkoutPrev:active, 
.cartBtnHL.resumeShopping:hover, 
.cartBtnHL.resumeShopping:active, 
.cartItemUpdate:hover, 
.cartItemUpdate:active, 
.openCheckout:hover, 
.openCheckout:active, 
.blogNavigation a:hover, 
.blogNavigation a:active {
  color: #fff;
  background: #22313F;
  border: 1px solid #22313F;
}

/*inverted button*/
.butS3 {
  background: none;
  border: 1px solid #fff;
  color: #fff;
}
.butS3:hover, .butS3:active {
  color: #22313F;
  background: #fff;
  border: 1px solid #fff;
}

/* ---------------------------------- */
/* ----------  BASIC BTNS  ---------- */
/* ---------------------------------- */
.basicFrame {
  width: 24%;
  padding: 20px 0px;
  background: #f1f1f1;
  color: #222;
  cursor: pointer;
  border-radius: 2px;
  text-align: center;
  margin-bottom: 10px;
}

.basicFrame:hover {
  background: #222;
  color: #f1f1f1;
}

/* ---------------------------------- */
/* ------------ 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.06);
}

.textSection .sidebar,
.photoSection .sidebar {
  display: none;
}

/*.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;
}

.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*/
}

/*-----social icons-----*/
.facebook:before {
  content: "\f082";
  /*facebook square*/
  content: "\f09a";
  /*facebook f*/
}

.instagram:before {
  content: "\f16d";
  /*instagram logo*/
}

.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*/
}



/* ---------------------------------- */
/* --Standard for HR line styling  -- */
/* ---------------------------------- */
hr {
  border: 0;
  height: 1px;
  color: #ccc;
  background-color: #ccc;
  width: 100%;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */
#menu {
  position: relative;
  z-index: 10000;
  margin: auto;
  position: absolute;
  top: 85px;
}

#menu nav {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;

  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}

#menu nav li {
  list-style: none;
  float: left;
  display: inline-block;
  position: relative;
  padding:0px 0 6px 0;
}

#menu nav li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding: 0px 10px;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 1em;
  font-family: 'Lato', sans-serif;
}

#menu nav li#link1 a {
  border: none!important;
}

#menu nav li:before{
  position: absolute;
  content: "";
  height: 4px;
  background: rgba(148,227,56,0.8);
  width: 0%;
  bottom:0;
  left: 0;
  z-index: 999;
}

#menu nav li:hover:before{
  width: 100%;

  -moz-transition:.5s;
  -webkit-transition:.5s;
  -ms-transition:.5s;
  -o-transition:.5s;
  transition:.5s;
}

#menu nav li a:hover {
}

#menu nav li .current {
}

#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: 177px;
  margin:0;
  padding: 0;
  display: none;
  font-size: .85em;
}

#menu .subContainer {
  background: rgba(148,227,56,0.8);
  margin-top: 6px;
  border-top: 1px solid rgba(255,255,255,0.5);
  position: relative;
  display: inline-block;
  padding: 0px;
  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 #333;
}*/

#menu nav ul li {
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 0;
}

#menu nav ul li:before{
  display: none
}

#menu nav ul li a:hover {
  background: rgba(148,227,56,1);
}


#menu nav ul li a {
  padding: 7px 10px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  border-right: none;
}

/*-----------------------------------*/
/*------------ 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: auto;
  float: right;
  padding: 0;
  width: 100%;
  max-width: 450px;
  color: #333;
  box-sizing: border-box;
  margin-left: 20px;
  font-size: .9em;
}

.enqHeader {
  color: #333;
  background: rgba(0,0,0,0.1);
  text-align: center;
  padding: 6px 10px 6px;
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  margin: 0px 10px 5px;
}


.enqRow {
  width: 100%;
  overflow: hidden;
  padding: 3px 10px;
  box-sizing: border-box;
}

.enqLeft {
  padding: 0 0px;
  float: left;
  width: 49%;
  margin-right: 2%;
  box-sizing: border-box;
}

.enqRight {
  width: 49%;
  float: left;
}

.enqRight2 {
  width:100%;
  float: left;
}

#enquiry input, #enquiry textarea {
  width: 100%;
  padding: 7px 5px;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: 'Lato', sans-serif;
  border: none;
  background: rgba(148,227,56,0.3);
  font: 'Lato', sans-serif !important;
}

#enquiry textarea {
  height: 80px;
  font-size: .9em;

}

#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;
  width: 100px;
  float: right;
  color: #fff;
  padding: 6px 0;
  background: #333;
  cursor: pointer;
  font-family: 'Lato', sans-serif;

  text-transform: uppercase;
  font-size: 14px;
}

#enquiry select {
  width: 100%;
}

/*-----Placeholder Styles-----*/
#enquiry ::-webkit-input-placeholder {
  color: #000;
  opacity: 0.6;
}

#enquiry :-moz-placeholder {
  color: #000;
  opacity: 0.6;
}

#enquiry ::-moz-placeholder {
  color: #000;
  opacity: 0.6;
}

#enquiry :-ms-input-placeholder {
  color: #000;
  opacity: 0.6;
}

#enquiry .checkbox {
  padding: 5px;
}

/**
* 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;
  border: 1px solid #ddd;
}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
footer {
  width: 100%;
  font-size: .8em;
}

footer .container {
  overflow: hidden;
  /*---- DISPLAY FLEX -----*/
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  /*---- END DISPLAY FLEX -----*/
  /*--- JUSTIFY CONTENT ---*/
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  /*--- END JUSTIFY CONTENT ---*/
  /*------ FLEX ALIGN -----*/
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  /*------ END FLEX ALIGN -----*/
  padding: 40px 10px;

  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}

#footerBottom{
  background: url(files/bg.jpg) rgba(0,0,0,0.5);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.footerRight {
  text-align: right;
  margin-right: 10px;
}

/*-------- FOOTER TEXT STYLES ---------*/
footer, footer a {
  color: #5c5c5c;
  text-decoration: none;
}

footer a:hover {
  color: #333;
}

/*------------ FOOTER MENU ------------*/
footer nav {
  width: 60%;
  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;
}

footer nav li a:hover {
  /**/
}

/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */
/* ----------------------------------------- */
/* -----------------TO TOP ----------------- */
/* ----------------------------------------- */
#toTop {
  position: fixed;
  bottom: 70px;
  left: 20px;
  z-index: 900;
}

#toTop:before {
  content: "\f077";
}


/*-----------------------------------*/
/*-------------- GRID ---------------*/
/*-----------------------------------*/
.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.contentImgRow {
  justify-content: space-between;
}

.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
  width: 100%;
}
.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);
}

/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */

.butFrame, .cartThumb {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #22313F;
  border: 1px solid #EAEAEA;
}
.butFrame:hover, .cartThumb:hover {
  color: #fff;
  background: #1a2632;
}

.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: #1a2632;
  color: white;
}
.categoryMenu li > a:hover {
  background: #22313F;
  color: white;
}

/*---- Shop Other ----*/
.viewCartRowHeader {
  background: #1a2632;
  color: #fff;
}

/* ---------------------------------- */
/* ---------- VIEW CART BTN --------- */
/* ---------------------------------- */
.viewCartSection #viewCart {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
}

#viewCart:before {
  content: "\f290";
  /*bag*/
  content: "\f07a";
  /*cart*/
  font-family: fontawesome;
  margin-right: .5em;
}

/* ---------------------------------- */
/* ------------- BANNER ------------- */
/* ---------------------------------- */

#banner {
  position: absolute;
  top: 0;
  z-index:10;
}

#banner .container{
  margin-top: 10px;
  border-top:1px solid rgba(255,255,255,1);
  border-bottom:1px solid rgba(255,255,255,1);
  height: 120px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;

  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;

  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;

  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;


  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}

#logo{
  width:80%;
  max-width:260px;
  padding: 10px 5px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 996;
  -moz-transition:1s;
  -webkit-transition:1s;
  -ms-transition:1s;
  -o-transition:1s;
  transition:1s;}

#logo > img {
  width:100%;
  height:auto;
}

.contact {
  font-size:1em;
  color:inherit;
  text-align:right;
  font-family:inherit;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 500px;
  z-index: 999;
  color: #fff;
}

.contact .Phone{
  font-size: 3em;
  font-weight: 300;
  padding-right: 5px;
  margin: 20px 0;
}

.contact p, .contact a{
  color:inherit;
  text-decoration:none; 
  line-height:1.2em;
}

.ultimate a{
  cursor:pointer;
  display:inline-block;
  margin:0px 0 0 5px;
  padding:7px 10px;
  color:#fff;
  text-decoration:none;
}

.contact .Phone a{
  margin: 0;
  padding: 0;
  line-height:.5em;
  display: inline-block;

}

.iconOnly, #viewCart {
  background: rgba(0,0,0,0.4);
  padding:7px 10px;
}

a.iconOnly:before {
  margin-right: 0;
}

/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */

#subBannerHome .container {
  width:100% !important;
  max-width:100% !important;
}

.slider-wrap {
  position: absolute;
  width: 100%;
  height: 729px;
  z-index: 1;
  -bottom: 50px;
}

.slider-text-inner {
  position: relative;
  width: 100%;
  height: 729px;
  text-align: center;

  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;

  white-space: pre-line;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.slider-text {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; 
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  animation-delay:1s;
  /*animation-iteration-count: infinite;*/
  padding: 30px;
  width:250px;
  height:250px;
  background: rgba(255,255,255,.85);
  border-radius: 50%;

  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;

}

.enquirePop{
  position: relative;
  padding: 0px;
}

.enquirePop .enquire-trigger{
  color: #000;
  padding: 20px;
  cursor: pointer;
  border-radius: 50%;
  line-height: 1em;
  margin-top: 10px;
  position: relative;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; 
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;

  background: #94E338;
  width: 130px;
  height: 130px;
  top: 0px;
  box-shadow: 0 0 10px rgba(0,0,0,.1);

  -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
}

.enquirePop .enquire-trigger:hover{
  box-shadow: 0 10px 20px rgba(0,0,0,.3);
  transform: scale(1.05, 1.05);
}

.slider-text h3 {
  margin: 0px;
  font-weight: 300;
  line-height: 1.25em;
  font-size: 1.1em;
  color: rgba(111,111,111,1);
  text-transform: uppercase !important;
  font-family: inherit;
  text-transform: none;
  display: inline-block;
}

.slider-text h2 {
  margin: 0px;
  font-weight: 300;
  line-height: 1.25em;
  font-size: 1.1em;
  color: rgba(111,111,111,1);
  text-transform: uppercase !important;
  font-family: inherit;
  text-transform: none;
  display: inline-block;
}

.slider-text h1 {
  font-size: 2em;
  line-height: 1em;
  color: #94e338;
  text-transform: uppercase;
  margin:5px 0;
  padding: 5px 0;
  display: inline-block;
  font-weight: 400;
  border-top: 1px solid #94e338;
  border-bottom: 1px solid #94e338;
}

.slider-text p {
  font-size: .9em;
  line-height: 1.25em;
  color: #fff;
  margin: 0;
  display: inline-block;
  max-width:400px;
}

.slider-btn {
  display: inline-block;
  margin-top: 1em;
  padding: 0.75em 1em 0.75em;
  position: relative;
  /*  border-radius: 7px;*/
  color: #222;
  background-color: #fff;
  border: 2px solid #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.85em;
  font-weight: 700;
  line-height: normal;
  /*  letter-spacing: 0.025em;*/
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: all 0.75s ease;
  box-sizing: border-box;
}

/* Button Icon */

.slider-btn:after {
  content: "\f054";
  font-family: fontAwesome;
  margin-left:5px;
  color:#222;
  font-weight: normal;
  transition: all 0.75s ease;
}

/*  Hover Effects */

.slider-btn:hover {
  color: #fff;
  background: none;
  border: 2px solid #fff;
}

.slider-btn:hover:after {
  color: #fff;
}

/*  Arrow */

.slider-arrow {
  z-index:999;
  margin-top: -30px;
  margin-left: 240px;
}

.slider-arrow .scroll {
  text-decoration: none;
  color: #fff;
  display:block;
  position: relative;
}

.slider-arrow .scroll span {
  display: none;
}

.slider-arrow .scroll:before {
  content: "\f107";
  color: #fff;
  text-decoration: none;
  font-size: 3em;
  font-family: FontAwesome;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 0px 6px;
}

.slider-arrow .scroll {
  animation: myAnimation 2s infinite;
  -webkit-animation: myAnimation 2s infinite;
}

@keyframes myAnimation{
  0%    {top:0px;}
  50%   {top:-10px;}
  100%  {top:0px;}
}

@-webkit-keyframes myAnimation {
  0%    {top:0px;}
  50%   {top:-10px;}
  100%  {top:0px;}
}



.sliderContainer{
  position:relative;
  top:0px;
  left:0px;
  width:100%;
  z-index:0;
  height: 729px;
  overflow:hidden;
}

.flickerplate {
  position: relative;
  width: 100%;
  height: 729px;
  overflow: hidden;
}
.flickerplate ul.flicks {
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
  overflow: hidden;
}
.flickerplate ul.flicks>li {
  float: left;
  width: 100%;
  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,.2);
}
.flickerplate ul.flicks>li .flick-inner .flick-content {
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  max-width: 68.75em;
  text-transform: uppercase;
}
.flickerplate ul.flicks>li .flick-title {
  padding: 0px 0px;
  font-size: 3.5em;
  line-height: 1em;
  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: 1em;
  color: rgba(255,255,255,0.8);
  text-align: center;
  font-size:1.4em;
}
.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
}
.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%;
  background-image: url("arrow-left-light.png");
  background-repeat: no-repeat;
  background-position: left
}
.flickerplate .arrow-navigation.right {
  right: 0%
}
.flickerplate .arrow-navigation.right .arrow {
  opacity: 0;
  margin: 0px 0px 0px -50%;
  background-image: url("arrow-right-light.png");
  background-repeat: no-repeat;
  background-position: right
}
.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: 15px;
  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: 8px;
  height: 8px;
  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 .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;
  -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
}


/* ---------------------------------- */
/* ----------- ULTIMATE CSS --------- */
/* ---------------------------------- */

.ultimate .cta {
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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: relative;

}

.ultimate .cta:before {
  font-family: FontAwesome;
  line-height: 1em;
  font-size: 1.2em;
  color: inherit;
  margin: 0px;
  padding: 4px 9px 4px 0px;
  text-decoration: none;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;

  display:none;
}


.ultimate .cta:nth-child(1){
  border: 1px solid rgba(255,255,255,0.5);
  color: #fff;
}

.ultimate .cta:nth-child(2){
  border: 1px solid rgba(255,255,255,0.5);
  color: #fff;
}

.ultimate .cta:hover{
  background: #fff;
  color: #000;
}


.ultimate .cta.em {
  position: relative;
  /*   top: -2px; */
}

.ultimate .cta.ph:before {
  content: "\f095";
}

.ph{
  position: relative;
  z-index: 599;
}

.em{
  position: relative;
  z-index: 599;
}

.ultimate .cta.em:before {
  content: "\f0e0";
}

.ultimate .cta.loc:before {
  content: "\f041";
}


.ultimate .cta:hover {

  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;}

/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */


.buttons{
  padding: 10px 20px 10px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.basicFrame{
  width: 24%;
  margin: 0 0.5%;
  background:#ccc;
  color:#fff;
  cursor:pointer;
  border-radius:2px;
  text-align:center;
  margin-bottom:10px;
  padding:0;

  -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 .basicHead{
  padding:20px 5px;
  height: 100px;
  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;

  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.basicFrame .basicButImage:not([style*="thumbnailsmall/null"]){
  padding-bottom: 100%;
  background-position: center center;
  background-size: cover;    
}

.basicFrame:hover{
  background:#999;
  color:#fff;
}

.butFrame {  
  overflow: hidden !important;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  float: left;
  width: 21%;

  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
  backface-visibility: hidden;

  /*border: 3px solid #fff;
  box-shadow: 0 0 0 4px #23a9e1;*/

  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box; 
  -moz-background-clip:    padding; 
  background-clip:         padding-box;
}

.butImageBG{
  -moz-transform: scale(1,1);
  -webkit-transform: scale(1,1);
  transform: scale(1,1);   

}

.butFrame img{
  width: 100% !important;
  height: auto!important;
}

.butFrame:before {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  right: 3px;
  left: 3px;
  bottom: 3px;
  border: 5px solid #fff;
  overflow: hidden !important;
  z-index: 2;
  border-radius: 100%;
}

.butFrame:hover:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(50,50,50,0.13);
  overflow: hidden !important;
  border-radius: 100%;
}
.butFrame:hover {
  /*border: 6px solid #fff;
  box-shadow: 0 0 0 6px #23a9e1;*/
}


/*---------------*/
/***** Romeo *****/
/*---------------*/

.effect-romeo {
  /*-webkit-perspective: 1000px;
  perspective: 1000px;*/
  overflow: hidden !important;
  border-radius: 100%;
}

.effect-romeo img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;

  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);

  -webkit-filter: grayscale(100%);
  filter: gray; filter: grayscale(100%);
  filter: url(desaturate.svg#greyscale);

  opacity: 0.3;

  z-index: 0;

  display: block;
}

.effect-romeo:hover img {
  opacity: 0.95;  
  position: relative;

  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border-radius: 100%;

  -webkit-filter: grayscale(0%);
  filter: gray; filter: grayscale(0%);
  filter: unset;

  overflow: hidden !important;
}

.effect-romeo figcaption::before,
.effect-romeo figcaption::after {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;

  z-index: 3;
}

.effect-romeo:hover figcaption::before {
  opacity: 0.5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.effect-romeo:hover figcaption::after {
  opacity: 0.5;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.effect-romeo h2,
.effect-romeo p {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;


  color: #fff;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.effect-romeo h2 {
  font-size: 1.25em;

  -moz-transform: translateY(-35px);
  -webkit-transform: translateY(-35px);
  -o-transform: translateY(-35px);
  -ms-transform: translateY(-35px);
  transform: translateY(-35px);

  z-index: 4;
  padding: 0 5px;

  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;}

.link0 .effect-romeo h2 {
  font-size: 1.1em;
}

.effect-romeo p {
  font-size: 0.8em;
  padding: 0.25em 0em;

  -moz-transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -o-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);

  z-index: 5;
}

.effect-romeo:hover h2 {
  -moz-transform: translateY(-25px);
  -webkit-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
  color: rgba(255,255,255,0);
}

.effect-romeo:hover p {
  -moz-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -o-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  color: rgba(255,255,255,0);
}

.colorBG3{
  background: rgba(148,227,56,1);  
}

/*---------------------------------------*/
/*------------- DROP DOWN ENQ -----------*/
/*---------------------------------------*/

#enquire-dropdown {
  width:100%;
  top: 0;
  position:absolute;
  z-index: 99999;
  background: url(files/bg2.jpg) #B2DFEF;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: none;
  height: 300px;
  padding: 30px 10px 20px;
  -webkit-box-shadow: inset 0px -5px 10px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px -5px 10px 0px rgba(0,0,0,0.1);
  box-shadow: inset 0px -5px 10px 0px rgba(0,0,0,0.1);
}

#enquire-dropdown .container {
  width:100%;
  max-width:1100px !important;
  background: none;
}
#enquire-dropdown p{
  margin: 0;
}

#enquire-dropdown #enquiry {
  max-width: 450px;
  margin-right: 10px;
}

#enquire-dropdown .enqHeader {
  margin: 10px 10px 5px;
}


#enquire-dropdown h5 {
  color:#fff;
  font-size: 2.8em;
  margin-bottom:30px;
}

#enquire-dropdown a {color:#444;}

#enquire-dropdown #enquiry {
  color:#333;
  background:rgba(255,255,255,.1);
}

#enquire-dropdown #enquiry input, #enquire-dropdown #enquiry textarea {
  background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
}

#enquire-dropdown .enqHeader {
}

.dropContact {
  width:40%;
  color:#333;
}

.closeBtn {
  color: #fff !important;
  font-size: 0.8em;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 2px 10px;
  position: absolute;
  right: 0px;
  text-decoration: none;
  text-transform: uppercase;
  top: -30px;
  line-height: 1.6em;
}

.closeBtn:hover {
  color: #111 !important;
  background:#fff;
}

#section1 .siteContent{
  padding: 50px 0;
}

#section1 .siteContent h1{
  font-size: 3em;
  text-transform: uppercase;
  font-weight: 300;
  margin: 10px 0;
  color: #333;
}

#section1{
  background: url(files/bg2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.link0 #section1 .siteContent{
  color: #fff;
  line-height: 1.8em;
  padding: 50px 0;
  text-align: center!important;
  font-weight: 300;
}


.link0 #section2 .contentImgRow.buttons{
  margin:30px 0 20px;
}

.link0 #section1 h3{
  line-height: 1.5em;
  color: #fff;
  font-size: 2em;
  font-weight: 300
}

#menu nav li#link1{
  display: none;
}

.siteContent ul{
  padding-left: 15px;
}

.link2 #section2 #graphical-buttons{
  margin-top: 20px;
}


section:nth-child(odd) .basicFrame{
  background: #69BA2C;
}

section:nth-child(even) .basicFrame{
  background: #615BFF;
}

.enrolementForm tr:nth-child(odd){
  background: rgba(148,227,56,.3);
}

.enrolementForm td{
  padding: 8px 10px;!important;
}

.enrolementForm select{
  float: right;
  padding:0px 10px;
  width: 100%
}

.enrolementForm option{
  padding:5px 10px;
}

.enrolementForm input{
  padding: 5px;
  width: 100%;
}

.enrolementForm input.button{
  width:120px;
  padding: 10px;
  background: #94E338;
  border: none!important;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.3em;
}

/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */
#subBanner .container.hasImage {
  background-size: cover !important;
  background-position: center center !important;
  padding-bottom: 20%;
}

#subBanner .container{
  width:100% !important;
  max-width:100% !important;

}

#subBannerHome .container{
  width:100% !important;
  max-width:100% !important;

}

#subBanner {
  padding-bottom: 140px;
  width: 100%;
  background-position:center center !important;
  background-size:cover !important;
}


#subBanner:before{
  position: absolute;
  content: "";
  background: rgba(0,0,0,.4);
  z-index: 1;
  height: 140px;
  width: 100%;
}

.viewCartSub, .cartSub{
  height: 0px;
  background:url(/../files/sl3.jpg) no-repeat top center!important;

  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;

}

/* ---------------------------------- */
/* ------ HOME/CONTACT STYLES ------- */
/* ---------------------------------- */
/*------------------------------------*/
/*---------- MEDIA QUERIES -----------*/
/*------------------------------------*/

/*----------------------------------------------*/
/*---------------- ADD TO HOMESCREEN -----------------*/
/*----------------------------------------------*/

.addtohome {
  position: fixed;
  bottom: 20px;
  display: none;s
  width: 100%;
  z-index: 1000000;
}

.addtohome p{
  text-align:center;
  color:#fff;
  padding:10px;
  width:90%;
  margin:auto;
  display:block;
  position:relative;
  background:rgba(0,0,0,.8);
  border-radius:5px;

  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -ms-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}

.addtohome p:after {
  position: absolute;
  bottom: -10px;
  left: 46%;
  width: 0px;
  height: 0px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(0,0,0,.8);
}


@media all and (max-width:1500px) and (min-width: 1401px){

  .sliderContainer, .flickerplate, .slider-wrap, .slider-text-inner{
    height: 639px;
  }
  .slider-text-inner {
    padding-top: 130px;
  }     

}

@media all and (max-width:1600px) and (min-width: 1501px){

  .sliderContainer, .flickerplate, .slider-wrap, .slider-text-inner{
    height: 669px;
  }
  .slider-text-inner {
    padding-top: 130px;
  }     

}

/* ---------------------------------- */
/* -------- CART ADJUSTEMNTS -------- */
/* ---------------------------------- */

.categorySection .sidebar{
  display: none;
}

.categorySection .siteContent {
  width: 100%!important;
}

.cartThumb .price{
  display: none;
}

.cartThumb .name{
  text-transform: uppercase;
  font-size: 1.1em!important;
  padding-bottom: 0!important;
}

.cartThumb .name:after{
  content: "Click Here To Make Credit Card Payment";
  display: block;
  text-transform: none;
  font-size: .8em;
  color: #666;
  padding-top: 5px;
}

.itemMainInfo .itemPrice,
.cartItemPage .itemLeft .itemPrice{
  display: none!important;
}

.itemButtons .itemQty{
  display: none;
}

.cartItemPage .itemButtons{     
  -webkit-justify-content: flex-end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;    
}

.itemMainInfo{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.itemMainInfo .itemOptions{
  order: -1;
}

.itemMainInfo h1{
  order: -3;
}

.itemMainInfo .itemCode{
  order: -2;
}

.itemMainInfo .itemOptions .select{
  margin: 10px 0
}

.billingDetailsHeading{
  display: none;
}

.sameAsShipping{
  display: none;
}

#customerForm h3.shippingDetailsHeading{
  display: none;
}

#customerForm:before{
  content: "Billing Details";
  font-size: 1.6em;
  color: #94e338;
  margin-top: 0px;
  margin-bottom: 10px;
  display: block;
}

/*-------------------------------------------*/
/*------------- MEDIA QUERIES ---------------*/
/*-------------------------------------------*/

@media all and (max-width:850px) and (min-width: 701px){

  #menu nav li a {
    padding: 0px 10px;
  }


  #banner .container{
    height: 135px;
  }

  #logo{
    max-width:240px;
  }  

  #menu {

    top: 115px;
  }  

  #enquire-dropdown {
    height: 300px;
  }


}


@media all and (max-width: 1000px) and (min-width: 701px){

  .effect-romeo h2 {
    font-size: 1.2em;
    padding:0 10px;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
  }

  .link0 .effect-romeo h2 {
    padding:0 20px;
  }

  .effect-romeo h2 {
    top: 45%;
  }  

}


.largeForm {
  max-width: 100% !important;
}

.largeForm input:not([type="submit"]),
.largeForm textarea {
  background: #fff !important;
  border: 1px solid rgba(0,0,0,.1) !important;
}

.largeForm input[type="submit"] {
  padding: 10px !important;
  margin: 5px 0 5px auto !important;
}

.largeForm .enqRow {
  display: flex;
  box-sizing: border-box;
  padding: 5px;
}

.largeForm .enqRow:nth-child(odd){
  background: rgba(148,227,56,.3);
}

.largeForm .enqLeft {
  flex-grow: 1;
}

.largeForm .enqRight {
  width: 100%;
  max-width: 300px;
}

@media(max-width:700px) {
  .largeForm .enqRow {
    flex-wrap: wrap;
  }
  .largeForm .enqRight {
    max-width: 100%;
  }
}