/* @font-face {
    font-family: "avantgarde";
    src: url("/files/avantgarde.eot");
    src: url('/files/avantgarde.eot?#iefix') format('embedded-opentype'),
    url('/files/avantgarde.woff') format('woff'),    
    url("/files/avantgarde.ttf") format("truetype"),
    url("/files/avantgarde.svg") format("svg");
    
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "avantgarde";
    src: url("/files/avantgardeitalic.eot");
    src: url('/files/avantgardeitalic.eot?#iefix') format('embedded-opentype'),
    url('/files/avantgardeitalic.woff') format('woff'),    
    url("/files/avantgardeitalic.ttf") format("truetype"),
    url("/files/avantgardeitalic.svg") format("svg");
    
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "avantgarde";
    src: url("/files/avantgardebold.eot");
    src: url('/files/avantgardebold.eot?#iefix') format('embedded-opentype'),
    url('/files/avantgardebold.woff') format('woff'),    
    url("/files/avantgardebold.ttf") format("truetype"),
    url("/files/avantgardebold.svg") format("svg");
    
    font-weight: bold;
    font-style: normal;
} */

/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

body {
  background: url(/bg.jpg) center top no-repeat #180b05;
  font: 15px avantgarde, Century Gothic, open sans, Arial, verdana, helvetica, sans-serif;
  color: #fff;
  line-height: 1.4em;
}

body.link0 {
  background: url(/bg.jpg) center 95vh no-repeat #180b05;
}

a {
  color: #fff;
}

a:hover {
  color: #000;
}

a[href=""], a[href*="$"] {
  display: none;
}

p {
/*   margin: 1em 0; */
}

icon {
  font-family: fontawesome;
}

/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1, h2, h3, h4 {
  font-weight: normal;
  font-family: inherit;
  line-height: 1em;
  color: #fff;
}

h1 {
  font-size: 2.8em;
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: normal;
}

h2 {
  font-size: 1.5em;
  margin-top: 0px;
  margin-bottom: 15px;
}

h3 {
  font-size: 1.4em;
  margin-top: 5px;
  margin-bottom: 5px;
}

h4 {
  font-size: 1.2em;
  margin-top: 0px;
  margin-bottom: 3px;
}

h5 {
  font-size: 1.1em;
  margin: .2em 0;
}

h6 {
  font-size: 1em;
  margin: .2em 0;
}

h6 a {
  margin-bottom: 0.2em;
}

section {
  width: 100%;
}

.container {
  max-width: var(--containerWidth);
  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 ---------- */
/* ---------------------------------- */
.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 10px;
}

.siteContent, .searchContent {
  width: 100%;
  -ms-flex: 1 1 auto;
}

.buttonSection .siteContent, .buttonSection .container {
  padding: 0;
}

.desktop-hide, a.desktop-hide {
  display: none !important;
}

/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */
.sidebar {
  width: 280px;
  padding: 2em 0.5em 15px;
  margin: 0px 15px 0 0;
  line-height: 1.5em;
  background: var(--opacity05);
}

.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;
	}
}
*/
/* - The following styles sideabr list, shop and blog sidemenus - */
.sidebar h2,
.blogSide .blogArchive::before,
.blogMenu .categoryMenu::before {
  font-size: 1.4em;
  font-family: var(--headingFont);
  font-weight: var(--headingWeight);
  color: #fff;
  display: block;
  margin-bottom: .5em;
}

.sidebar {
  font-size: .9em;
}
.sidebar ul {
  padding: 0;
  margin: 1.5em 0 1em;
  line-height: 1.2em;
}
.sidebar ul li {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li a {
  display: block;
  width: 100%;
  padding: 3px;
  margin: 1px 0;
  text-decoration: none;
  color: var(--fontColor);
  transition: var(--transition);
}
.sidebar ul li a:hover {
  opacity: .6;
}
.sidebar ul li.current > a {
  color: var(--primary);
}
.sidebar ul li > a:hover {
  opacity: .6;
}
.sidebar ul li ul {
  padding: 0;
  margin: 0;
  font-size: .9em;
}
.sidebar ul li ul li {
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: block;
}
.sidebar ul li ul li ul {
  margin-bottom: 5px;
}
.sidebar ul > li > a {
  font-weight: bold;
}
.sidebar ul > li > ul > li > a {
  padding-left: 10px;
  font-weight: normal;
}
.sidebar ul > li > ul > li > a:before {
  content: '\f101';
  float: left;
  font-family: 'fontAwesome';
  font-size: 0.9em;
  margin-right: 5px;
}
.sidebar ul > li > ul > li > ul > li > a {
  padding-left: 20px;
  font-size: 0.9em;
}
.sidebar ul > li > ul > li > ul > li > a:before {
  content: '\f105';
  float: left;
  font-family: 'fontAwesome';
  font-size: 0.9em;
  margin-right: 5px;
}

/* ---------------------------------- */
/* -------- 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: "\f098";
  /*phone in square*/
  content: "\f095";
  /*phone*/
}

.mobile:before {
  content: "\f10b";
  /*mobile*/
}

.email:before {
  content: "\f2b7";
  /*envelope open*/
  content: "\f2b6";
  /*envelope open solid*/
  content: "\f003";
  /*envelope in square*/
  content: "\f199";
  /*solid envelope*/
  content: "\f0e0";
  /*empty 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*/
}

/*-----social colours-----*/
/* ---------------------------------- */
/* -------- HR line styling --------- */
/* ---------------------------------- */
hr {
  border: 0;
  height: 1px;
  color: var(--opacity10);
  background-color: var(--opacity10);
  width: 100%;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */
#menu {
  position: relative;
  z-index: 100;
  background: var(--primary);
}
#menu nav {
  max-width: var(--containerWidth);
  width: 100%;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#menu nav li {
  list-style: none;
  float: left;
  display: inline-block;
  margin: 0;
}

#menu nav li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding: 10px 17px;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  font-size: 1em;  
  border-bottom: 2px solid rgba(255,255,255,0);
  font-weight: normal;
}

#menu nav li a:hover {
  color: #fff;
  background: #ee2f30;
}

#menu nav li a.current {
  border-bottom: 2px solid rgba(255,255,255,1);
}

#menu nav .subContainer .current a {
  background: rgba(0, 0, 0, 0.1);
}

#mobileMenu, #navToggleWrap {
  display: none;
}

/* ---------------------------------- */
/* ------------ SUB MENU ------------ */
/* ---------------------------------- */
#menu nav ul {
  position: absolute;
  width: 200px;
  margin: 0;
  padding: 0;
  display: none;
  font-size: .85em;
}

#menu .subContainer {
  background: #0072bc;
  /*margin-top: 10px;*/
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

/*#menu .subContainer:after {
  position: absolute;
  top: -10px;
  left: 30px;
  width: 0px;
  height: 0px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #333;
}*/

#menu nav ul li {
  width: 100%;
  display: inline-block;
}
#menu nav ul li a {
  padding: 5px 10px;
  color: #fff;
  border-bottom: 0px solid rgba(255,255,255,0);
}
#menu nav ul li a:hover {
  background: #fff;
  color: #0072bc;
  border-bottom: 0px solid rgba(255,255,255,0);
}
#menu nav ul li.current a:hover {
  color: #000;
  border-bottom: 0px solid rgba(255,255,255,0);
}

/* ---------------------------------- */
/* --------- 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;
}
.contentImgRow.imgTag .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.contentImgRow.imgTag .item .overlayImg {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.contentImgRow.imgTag .item .overlayImg .contentImg {
  padding: 0;
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
}

/*------------------------------------*/
/*----------- ENQUIRY FORM -----------*/
/*------------------------------------*/
.enquiryForm {
  width: 100%;
  padding: 0;
  margin: 1em auto;
  line-height: 1.4em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.enquiryForm.enqEmbed {
  background: var(--opacity05);
  max-width: 500px;
}
.enquiryForm .enqHeader {
  width: 100%;
  background: var(--primary);
  color: var(--white);
  padding: 1em .5em;
  margin-bottom: 1em;
  font-size: 1.3em;
}
.enquiryForm .itemEnqDetails {
  width: 100%;
}
.enquiryForm .enqRow {
  width: 100%;
  overflow: hidden;
  padding: .3em .5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}
.enquiryForm .enqRow.textarea {
  -ms-flex-align: start;
      align-items: flex-start;
}
.enquiryForm .enqRow.half {
  width: 50%;
  display: inline-block;
}
.enquiryForm .enqLeft {
  padding: 5px;
  width: 25%;
}
.enquiryForm .enqRight {
  width: 75%;
}
.enquiryForm .enqRow.half .enqLeft, .enquiryForm .enqRow.half .enqRight {
  width: 100%;
}
.enquiryForm .button {
  width: 100%;
  -webkit-appearance: none;
}
.enquiryForm textarea {
  height: 80px;
}
.enquiryForm input[type="radio"] {
  width: 15px;
  -webkit-appearance: radio;
  margin: 0;
  padding: 0;
}
.enquiryForm input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: 15px;
  margin: 0;
  padding: 0;
}
.enquiryForm input[type="date"] {
  font-family: inherit;
}
.enquiryForm input[type="time"] {
  font-family: inherit;
}
.enquiryForm input[type="submit"] {
  margin-bottom: 10px;
  cursor: pointer;
}
.enquiryForm select {
  width: 100%;
}
.enquiryForm .checkbox .enqRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.enquiryForm .checkbox .enqRight input[type=checkbox] {
  visibility: hidden;
  display: none;
}
.enquiryForm .checkbox .enqRight input[type=checkbox]:checked + label icon {
  border-color: var(--cta);
}
.enquiryForm .checkbox .enqRight input[type=checkbox]:checked + label icon:after {
  opacity: 1;
}
.enquiryForm .checkbox .enqRight input[type=checkbox]:hover + label icon:after {
  opacity: .6;
}
.enquiryForm .checkbox .enqRight label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
.enquiryForm .checkbox .enqRight label icon {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  border-radius: var(--borderRadius);
  border: 1px solid var(--opacity20);
  background: var(--white);
  transition: all 0.3s ease;
  margin-right: .5em;
}
.enquiryForm .checkbox .enqRight label icon:after {
  opacity: 0;
  transition: var(--transition);
  content: '';
  position: absolute;
  width: 10px;
  height: 6px;
  background: transparent;
  top: 4px;
  left: 3px;
  border: 3px solid var(--cta);
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
.enquiryForm .checkbox .enqRight label:hover icon {
  opacity: .6;
}
.enquiryForm .checkbox .enqRight label:hover icon:after {
  opacity: .6;
}
.enquiryForm .radioWrap {
  -ms-flex-align: start;
      align-items: flex-start;
}
.enquiryForm .radioWrap .enqRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.enquiryForm .radioWrap .enqRight .radioBtn {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: .2em 0;
}
.enquiryForm .radioWrap .enqRight .radioBtn input[type=radio] {
  visibility: hidden;
  display: none;
}
.enquiryForm .radioWrap .enqRight .radioBtn input[type=radio]:checked + label icon {
  border-color: var(--cta);
}
.enquiryForm .radioWrap .enqRight .radioBtn input[type=radio]:checked + label icon:after {
  opacity: 1;
}
.enquiryForm .radioWrap .enqRight .radioBtn input[type=radio]:hover + label icon:after {
  opacity: .6;
}
.enquiryForm .radioWrap .enqRight .radioBtn label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
}
.enquiryForm .radioWrap .enqRight .radioBtn label icon {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: 0;
  left: 0;
  border: 1px solid var(--opacity20);
  background: var(--white);
  transition: var(--transition);
  margin-right: .5em;
}
.enquiryForm .radioWrap .enqRight .radioBtn label icon:after {
  opacity: 0;
  transition: var(--transition);
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--cta);
  border-radius: 50%;
  top: 4px;
  left: 4px;
}
.enquiryForm .radioWrap .enqRight .radioBtn label:hover icon {
  opacity: .6;
}
.enquiryForm .radioWrap .enqRight .radioBtn label:hover icon:after {
  opacity: .6;
}

/* Enquire Only Item  */
.enqItem .enquiryForm {
  max-width: 500px;
}

input[type=text], input[type=tel], input[type=email], input[type=number], input[type=date], input[type=time], input[type=phone], input[type=password], textarea {
  transition: var(--transition);
  background: var(--white);
  color: var(--black);
  outline: none;
  border: 1px solid var(--opacity20);
  border-radius: var(--borderRadius);
  font-size: 1em;
  font-family: inherit;
  padding: var(--inputPadding);
  width: 100%;
}
input[type=text]:hover, input[type=tel]:hover, input[type=email]:hover, input[type=number]:hover, input[type=date]:hover, input[type=time]:hover, input[type=phone]:hover, input[type=password]:hover, textarea:hover {
  outline: none;
  border-color: var(--opacity60);
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=number]:focus, input[type=date]:focus, input[type=time]:focus, input[type=phone]:focus, input[type=password]:focus, textarea:focus {
  outline: none;
  border-color: var(--opacity100);
}

/* Custom styling for <select> */
.select {
  position: relative;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background: var(--white);
  color: var(--black);
  outline: none;
  border: 1px solid var(--opacity20);
  border-radius: var(--borderRadius);
  width: 100%;
}
.select:after {
  content: "\f078";
  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;
  font-family: 'fontAwesome';
  pointer-events: none;
  border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
  color: var(--white);
  background: var(--primary);
  border: 1px solid var(--primary);
}
.select select {
  -webkit-appearance: none;
  background: 0;
  border: 0;
  line-height: normal;
  display: inline-block;
  width: 100%;
  padding: var(--inputPadding);
  outline: 0;
  font-size: 1em;
}
.select:hover {
  outline: none;
  border-color: var(--opacity60);
}
.select:hover::after {
  background: var(--primaryDark);
  border-color: var(--primaryDark);
}
.select:active:after {
  background: var(--primaryDark);
  border-color: var(--primaryDark);
}
.select:focus {
  border-color: var(--primaryDark);
}
.select:focus:after {
  background: var(--primaryDark);
  border-color: var(--primaryDark);
}

/*-----Placeholder Styles-----*/
::-webkit-input-placeholder {
  color: var(--black);
  opacity: 0.6;
}

:-moz-placeholder {
  color: var(--black);
  opacity: 0.6;
}

::-moz-placeholder {
  color: var(--black);
  opacity: 0.6;
}

:-ms-input-placeholder {
  color: var(--black);
  opacity: 0.6;
}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
footer {
  width: 100%;
  background: #040404;
  color: var(--white);
  font-size: .8em;
  padding: 20px 0 60px;
}
footer .container {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

/*-------- FOOTER TEXT STYLES ---------*/
#footerBottom a {
  color: inherit;
  opacity: 0.5;
  text-decoration: none;
}
#footerBottom a:hover {
  color: inherit;
  opacity: 1;
}

/*------------ 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;
}

.footerRight {
  text-align: right;
  margin-right: 10px;
}

/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* ------------- TO TOP ------------- */
/* ---------------------------------- */
#toTop {
  position: fixed;
  bottom: 70px;
  left: 20px;
  z-index: 900;
  outline: none;
  color: var(--white);
  background: var(--primaryLight);
  border: 1px solid var(--primaryLight);
}
#toTop:before {
  content: "\f077";
}

/* ---------------------------------- */
/* ---------  list styling  --------- */
/* ---------------------------------- */
.siteBottom .siteContent ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 2em;
}
.siteBottom .siteContent ul li {
  margin-bottom: 0.5em;
  position: relative;
}
.siteBottom .siteContent ul li:before {
  content: "\f111";
  /* dots */
  content: "\f054";
  /* chevron-right */
  content: "\f0da";
  /* caret-right */
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 0.8em;
  margin-right: 10px;
  color: var(--primary);
  position: absolute;
  top: 0;
  left: -20px;
}

.siteBottom .siteContent ul[style="list-style-type: circle;"] li:before,
.siteBottom .siteContent ul[style="list-style-type: disc;"] li:before,
.siteBottom .siteContent ul[style="list-style-type: square;"] li:before,
.siteBottom .siteContent ul[style="list-style-type: none;"] li:before {
  display: none;
}

.siteBottom .siteContent ul[style="list-style-type: none;"] .fontAwesomeIcon {
  position: absolute;
  left: -1.3em;
}

/*-----------------------------------*/
/*-------------- GRID ---------------*/
/*-----------------------------------*/
.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.grid:after {
  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, .blog-widget .blog-widget-article {
  float: left;
  margin: calc(var(--gridSpacing) / 2);
}

.col-1 {
  width: 100%;
  width: calc(100% - var(--gridSpacing));
}

.col-2 {
  width: 50%;
  width: calc(50% - var(--gridSpacing));
}

.col-3, .cartThumb.category {
  width: 33.33333%;
  width: calc(33.33333% - var(--gridSpacing));
}

.col-3x2 {
  width: 66.66%;
  width: calc(66.66% - var(--gridSpacing));
}

.col-4, .contentImgRow .item, .cartThumb.item, .blog-widget .blog-widget-article {
  width: 25%;
  width: calc(25% - var(--gridSpacing));
}

.col-4x3 {
  width: 75%;
  width: calc(75% - var(--gridSpacing));
}

.col-5 {
  width: 20%;
  width: calc(20% - var(--gridSpacing));
}

.col-5x2 {
  width: 40%;
  width: calc(40% - var(--gridSpacing));
}

.col-5x3 {
  width: 60%;
  width: calc(60% - var(--gridSpacing));
}

.col-5x4 {
  width: 80%;
  width: calc(80% - var(--gridSpacing));
}

.col-6 {
  width: 16.666%;
  width: calc(16.666% - var(--gridSpacing));
}

.col-6x5 {
  width: 83.33%;
  width: calc(83.33% - var(--gridSpacing));
}

.col-1 {
  width: calc(100% - 20px);
   margin: 10px;
}
.col-2 {
   width: calc(50% - 20px);
   margin: 10px;
}
.col-3 {
   width: calc(33.3% - 20px);
   margin: 10px;
}
.col-3-third {
   width: calc(20.4% - 20px);
   margin: 10px;
}
.col-3-twothird {
   width: calc(46.3% - 20px);
   margin: 10px;
}
.col-4 {
  width: calc(25% - 20px);
   margin: 10px;
}

/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */
.button,
.blog-widget-article-content-button,
h6 a {
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  padding: 0.8em 1.6em;
  outline: none;
  border-radius: var(--buttonBorderRadius);
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  transition: all .3s ease;
}

* a.iconOnly {
  padding: 0.8em 0em;
  width: 2.8em;
}
* a.iconOnly:before {
  margin-right: 0;
}

/*cta button*/
.-ctaBtn-,
h6 a[href*="contact"] {
  outline: none;
  transition: var(--transition);
  color: var(--white);
  background: var(--cta);
  border: var(--buttonBorderWidth) solid var(--cta);
}
.-ctaBtn-:hover,
h6 a[href*="contact"]:hover {
  color: var(--cta);
  background: var(--white);
  border-color: var(--cta);
}

/*primary button*/
.-primaryBtn- {
  outline: none;
  transition: var(--transition);
  color: var(--white);
  background: var(--primary);
  border: 1px solid var(--primary);
}
.-primaryBtn-:hover {
  color: var(--white);
  background: var(--cta);
  border-color: var(--cta);
}

/*secondary button*/
.-secondaryBtn-,
.blog-widget-article-content-button,
h6 a {
  outline: none;
  background: none;
  border: var(--buttonBorderWidth) solid var(--white);
  color: var(--white);
}
.-secondaryBtn-:hover,
.blog-widget-article-content-button:hover,
h6 a:hover {
  color: var(--white);
  background: var(--cta);
  border-color: var(--cta);
}

.cartThumbs .cartThumb .info:after {
  outline: none;
  background: none;
  border: var(--buttonBorderWidth) solid var(--primaryDark);
  color: var(--primaryDark);
}

/*inverted button*/
.-invertedBtn- {
  background: none;
  border: var(--buttonBorderWidth) solid var(--white);
  color: var(--white);
}
.-invertedBtn-:hover {
  color: var(--primary);
  background: var(--white);
  border: var(--buttonBorderWidth) solid var(--white);
}



/* ---------------------------------- */
/* ---------- VIEW CART BTN --------- */
/* ---------------------------------- */
#banner #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;
}

/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */

.flexFrame {
  display: -ms-flexbox;
    -ms-flex-pack: justify;
    -ms-flex-align:center;
    -ms-flex-wrap: wrap;

    display:flex;
    display:-webkit-box;
    -webkit-box-pack:justify;
    -webkit-box-align:center;
    display:-webkit-flex;
    justify-content:space-between;
    -webkit-justify-content:space-between;
    align-items:stretch;
    -webkit-align-items:stretch;
    
    -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   /* Or do it all in one line with flex flow */
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
    

    display:box;
    box-pack:justify;
    box-align:center;
  

}

.flexCenter {
     display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -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;
}

.butFrame {
  overflow: hidden;
  text-align: center;
  position: relative;
  display: block;
  cursor: pointer;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  padding: 75px 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;
}

.butFrame:hover .inner {
  border: 3px solid #fff;
}

.flex-Column .butFrame:first-child {
  margin-bottom: 20px;
}
.lastText .inner {
  padding: 10px 10%;
  font-size: 1.05em;
}
.lastText .inner span {
  font-weight: bold;
}
.inner p {
  display: block;
 width: 100%;
  text-align: center;
}

/* ---------------------------------- */
/* -------- SUB BANNER -------------- */
/* ---------------------------------- */

#subBannerHome {
  padding-top: 60px;
}

.order1 .contentCopy {
  vertical-align: baseline;
  position: relative;
  bottom: 0;
}

.textFrame {
  font-size: 1.05em;
  line-height: 1.7em;
  display: inline-block;
}
.textFrame h3 {
  font-size: 1.3em;
  /* padding-top: 35.5%; */
  margin: 0;
  line-height: 1.5em;
}
.textFrame h1 {
  font-size: 2.2em;
  margin: 0;
  max-width: 270px;
  line-height: 1.2em;
  margin-bottom: 1%;
  
}
.textFrame h2 {
  font-size: 1.3em;
  color: #b04400;
  max-width: 260px;
  margin: 0;
  line-height: 1.2em;
  font-weight: bold;
}
.textFrame span {
  font-weight: bold;
  color: #b04400;
}
#subBannerHome img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: center;
}

.framez {
  position: relative;
  box-shadow: 0 2px 18px rgba(0,0,0,0.2);
}
.framez.textFrame {
  box-shadow: none;
}

.inner {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  
    display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
  
  -webkit-flex-direction: column;
   -ms-flex-direction: column;
           flex-direction: column;
  
   -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;
}

.inner {  
  border: 1px solid #fff;
}

.col-3 .inner h1 {
  font-size: 1.8em;
  margin: 0;
}
.col-3 .inner p {
  font-size: 1.2em;
}


.BGcolorOne {
  background: rgba(137,23,20,0.7);
}
.BGcolorTwo {
  background: rgba(243,158,68,0.7);
}
.BGcolorThree {
  background: rgba(115,134,0,0.7);
}
.col-3-twothird {
  background: #884013;
}

.col-2.lastText {
  background: #891714;
}

.but1 {
  background: #222d0b;
}
.but2 {
  background: #738600;
}
.but3 {
  background: #bb4424;
}
.but4 {
  background: #891714;
}
.col-3-twothird .holder {
  width: 80%;
  display: block;
}

.col-3-twothird ul {
  width: 100%;
  padding: 0;
}

.col-3-twothird li {
  font-size: 1.05em;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.order1,.order2, .order3, .order10 .inner .holder, .order12 .inner {
  overflow: hidden;
}
/*.order1,.order2, .order3 .contentCopy {
  max-height: 340px;
}
.order10 .inner .holder .contentCopy {
  max-height: 480px;
}
.order12 .inner .contentCopy {
  max-height: 280px;
}*/

/* ---------------------------------- */
/* ------------- BANNER ------------- */
/* ---------------------------------- */
#banner {
  position: relative;
}

#menu, .link0 #menu.shrink {
  position: fixed;
  top: 35px;
  left: 0;
  right: 0;
  bottom: auto;
}
.link0 #menu {
  position: absolute;
  bottom: 0px;
  top: auto;
}

#banner {
  padding-top: 70px;
}
.link0 #banner {
  padding-top: 0px;
}

#banner .container2 {
  width: 100%;
  max-width: var(--containerWidth);
  margin: auto;
}

#banner .container {
  max-width: 100% !important;
}
#subBannerHome .container {
  /*max-width: 100% !important;*/
}
.homeBanner {
display: none;
  position: relative;
}

.link0 .homeBanner {
display:block;
}

.homeBanner .container2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.container2 {
  padding: 30px 0;
}

.logo, .logoWhite {
  width: 300px;
}

.logo, .contactContainer, .logoWhite {
  display: inline-block;
}



.contactContainer {
  display: block;
  float: right;
  width: 200px;
margin-right: 10px;
  text-align: center;
  padding-top: 15px;
}

.contactContainer .phone.mobileHide {
  font-size: 1.5em;
  line-height: 1.5em;
  text-align: center;
}
.contactContainer .phone.mobileHide a {
background: none;
color: inherit;
}
.homeBanner .contactContainer .phone.mobileHide {
  color: #fff;
}
.homeBanner .contactContainer .phone.mobileHide:before {
  color: #fff;
}
.contactContainer a, .contactContainer div {    
  display: inline-block;
  color: #fff;
  text-decoration: none;
  margin-bottom: 4px;
  
  -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
.contactContainer a {  
  text-align: center;
  width: 48%;
  background: #0e0d0d;
}

.contactContainer a:before {
  line-height: 1.5em;
  margin: 0;
  padding: 6px 0 !important;
  display: inline-block;  
  
  -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
.contactContainer .callback:before {
  margin-right: 10px;
}
.contactContainer .callback {
  background: #0e0d0d;
  width: 100%;
}
.contactContainer .email {
  background: #5b2813;
}
.contactContainer a:hover {
  background: #891714;
  color: #fff;
}

.logoWhite img, .logo img {
  width: 100%;
  height: auto;
}
.contact a, .contact div {
  text-decoration: none;
}
#banner a {
  cursor: pointer;
}
.mobileHide.phone {
  position: relative;
  top: 0.2em;
}
.mobileHide.phone a {
top: 0;
font-size: 1em;
margin: auto;
width: auto;
}

/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */
#subBanner .container.hasImage {
  background-size: cover !important;
  background-position: center center !important;
  padding-bottom: 20%;
}

/* ---------------------------------- */
/* ------ HOME/CONTACT STYLES ------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */

/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */

/*.homeSlider {
   display: none;
}*/
.mainSlider {
  height: 100px;
}

.link0 .mainSlider {
  height: auto;
}

.link0 .homeSlider {
 display: block;
}
.mainSlider.homePage {
  margin-top: 30px;
  height: 95vh;
}

/*===============================*/
/*=== FLICKERPLATE STYLES ===*/
/*==============================*/

.mainSlider .flickerplate, .flick-inner {
    /*Adjust This To Suit % Images*/

    padding-bottom: 95vh !important;
    height: 0;
}
.mainSlider .flickerplate {
  position: relative;
  width: 100%;
  background-color: #180b05;
  overflow: hidden
}

.flickerplate ul.flicks {
  width: 10000%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none
}
.flickerplate li {
  float: left;
  width: 1%;
  height: 100%;
  background-position: center;
  background-size: cover;
  display: table;
}

.homePage .flick-inner {
  height: 0;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}


.mainSlider.homePage .flick-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 90%;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-direction: column;
  padding: 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.mainSlider .flick-content {
  display: none;
}

.flick-title {
  text-align: center;
  font-size: 2.8vw;
  font-weight: normal;
  line-height: 1.5em;
  color: #fff;
  width: 100%;
  display: none;
}
.flick-sub-text {
  text-align: left;
  font-size: 3em;
  font-weight: normal;
  line-height: 1.2em;
  color: #A1CC3A;
  text-align: left;
}
@media all and (max-width: 1100px) and (min-width: 701px){
.flick-title {
  font-size: 2.8vw;
}
}

@media only screen and (max-width: 43.813em) {
.flickerplate ul.flicks>li .flick-title {
  font-size: 1.667em
}
}
.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: 70%;
  width: 10%;
  top: 30%;
  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: #fff;
}

.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%;
}

.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: 15px;
  width: 100%;
  text-align: center;
  z-index: 100;
  display: none;
}
.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: 14px;
  height: 14px;
  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
}

.buttonSpec {
  border: 1px solid #fff;
  text-decoration: none;
  color: #fff;
  padding: 4px 0px;
  width: 150px;
  margin: auto;
  display: block;
}
.buttonSpec:hover, .buttonSpec:active {
  background: #fff;
  color: #0072bc;
}

.arrow {
  position: absolute;
  bottom:20%;
  height:30px;
  left:0;
  right: 0;
  text-align: center;
z-index:1000;
  display: none;
}

.homeBanner .arrow {
  display: block;
}

.arrow .scroll{
text-decoration:none; 
color:#fff; 
display;block; 
position:relative;
}
.arrow .scroll span{display:none;}

.arrow .scroll:before{
content: "\f103";
color:#fff;
text-decoration:none;
font-size:6em;
font-family:FontAwesome;
}

.arrow .scroll {
     animation:myAnimation 2s infinite;
    -webkit-animation:myAnimation 2s infinite; 
}

@keyframes myAnimation{
    0%    {top:0px;}
    50%   {top:-5px;}
    100%  {top:0px;}
}

@-webkit-keyframes myAnimation {
    0%    {top:0px;}
    50%   {top:-5px;}
    100%  {top:0px;}
}

/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */

/*----------------------------------------------*/
/*---------------- DROP DOWN ENQ -----------------*/
/*----------------------------------------------*/

#enquire-dropdown {
    background: #180b05;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1) inset, 0 -5px 10px rgba(0,0,0,0.1) inset, 5px 0 10px rgba(0,0,0,0.1) inset, -5px 0 10px rgba(0,0,0,0.1) inset;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: none;
    padding: 90px 0 20px;
    overflow: hidden;
    /*margin-top: 30px;*/
}

.link0 #enquire-dropdown {
padding: 20px 0 20px;
}

#enquire-dropdown .container {
    width:100%;
    max-width:1100px !important;
}

#enquire-dropdown a{color:inherit;}

#enquire-dropdown #enquiry {
  color:#fff; 
  background:rgba(0,0,0,.3);
  width: 100%;
  max-width: 500px;
  float: right;
}

.dropContact{width:40%; color:#fff;}

.closeBtn {
    background: none repeat scroll 0 0 #fff;
    color: #fff !important;
    font-size: 0.8em;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 2px 13px;
    position: absolute;
    right: 0px;
    text-decoration: none;
    text-transform: uppercase;
    top: 0px;
  line-height: 1.6em;
}

/*----------------------------------------------*/
/*---------------- ADD TO HOMESCREEN -----------------*/
/*----------------------------------------------*/

.addtohome {
    position: fixed;
  bottom: 20px;
  display: none;s
  width: 100%;
  z-index: 1000000;
}
.addtohome .closeAddHome {
  position: absolute;
  width:92%;
  top: 2px;
  left: 0;
  right: 0;
  text-align: right;
  font-size: 0.8em;
}

.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);
}

.color1, a {
  color: #bb4424;
}
.color2, a:hover {
  color: #891714;
}
.color3 {
  color: #222d0b;
}
.color4 {
  color: #738600;
}
.colorBG1, .enqHeader, #enquiry input[type="submit"]:hover, #enquiry input[type="submit"]:active, .closeBtn:hover, .closeBtn:active {
  background: #884013;
}
.colorBG2, #toTop, .closeBtn, #enquiry input[type="submit"] {
  background: #891714;
}
.colorBG3, #mobileMenu li ul, #menu, .link0 #menu.shrink {
  background: #0e0d0d;
}
.colorBG4 {
  background: #738600;
}
.link0 #menu {
  background: rgba(0,0,0,0.2);
}


.boxSize, .siteBottom, .contact a, .contact div, .butFrame .inner {
  -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}
.trans, .butFrame, #menu nav li a, .butFrame:after, .link0 #menu {
  -moz-transition:.5s;
    -webkit-transition:.5s;
    -ms-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}

a.desktopHide {
  display: none;
}

a.buttonLinks {
  border: 1px solid rgba(0,0,0,0.3);
  padding: 10px 25px;
  text-decoration: none;
  line-height: 4em;
}
a.buttonLinks:hover {
  border: 1px solid rgba(0,0,0,0.8);
    
}

/*input:required:invalid, */input:focus:invalid, textarea:focus:invalid
{
background-image: url(invalid.png);
background-position: right top;
background-repeat: no-repeat;
padding-right: 20px;
}
input:required:valid, textarea:required:valid
{
background-image: url(valid.png);
background-position: right top;
background-repeat: no-repeat;
padding-right: 20px;
}

#section9 {
  background: rgba(0,0,0,0.2);
  margin-top: 20px;  
  border-top: 1px solid rgba(255,255,255,0.02);
}

#section9 table {
  table-layout: fixed;
}

#section9 td {
  text-align: center;
}
#section9 td img {
  margin: auto;
  max-width: 100%;
  height: auto;
}


/*-----------------------------------*/
/*-------------- FORMS  -------------*/
/*-----------------------------------*/
.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.ui-dialog .formError {
  z-index: 5000;
}

.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  width: 100%;
  background: #ba0000;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 13px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir='rtl'] .formError .formErrorArrow, body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ba0000;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

/*------------------------------------*/
/*---------- MEDIA QUERIES -----------*/
/*------------------------------------*/

@media all and (max-width: 1050px) and (min-width: 700px){
  
.order10 .inner .holder {
  width: 85%;
}

.col-3-twothird li {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 6px;
}
  
}

@media all and (max-width: 960px) and (min-width: 700px){

.col-2 {
   width: calc(50% - 20px);
   margin: 10px;
}
.col-3 {
   width: calc(50% - 20px);
   margin: 10px;
}
  .col-3.textFrame {
    width: calc(100% - 20px);
  }
.col-3-third {
   width: calc(50% - 20px);
   margin: 10px;
  max-height: 550px;
  overflow: hidden;
}
.col-3-twothird {
   width: calc(50% - 20px);
   margin: 10px;
}
.col-4 {
  width: calc(25% - 20px);
   margin: 10px;
}
.flexFrame .col-2:last-child {
    width: calc(100% - 20px);
  }
.col-4 {
    width: calc(50% - 20px);
  }
  .textFrame.firstText h3 {
    padding-top: 0;
  }
}