/* compiled by scssphp v0.0.12 on Mon, 06 Dec 2021 10:08:30 +1300 (0.5032s) */

/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the edit system.
--------------------------------------------------- */
/* Phone link */
/* Header */
/* Navigation */
/* Rotator */
/* Intro */
/* Text */
/* Headings */
/*$headings-color:#304b56;*/
/* Links */
/* Content */
/* Footer */
/* Circle icon colours */
/* Main body */
html {
  scroll-behavior: smooth;
}
html, body {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  letter-spacing: -0.2px;
  background-color: #fff;
}
body:not(.home-page) video {
  width: 66%;
  margin: 50px auto 0 auto;
  display: block;
}
strong, b {
  font-weight: 600;
  /* Default links */
}
a {
  color: #000;
  font-weight: 400;
  /* Links with no colour */
}
a .silent, a.silent {
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #455660;
  /* Button link */
}
.readmore, .buynow, .backlink {
  display: inline-block;
}
a .readmore, a .buynow, a .backlink {
  color: #000;
  font-weight: 600;
}
a:hover .readmore, a:hover .buynow, a.backlink:hover {
  /* Read more link */
}
a:hover .readmore {
  /* Buy now link */
}
a:hover .buynow {
  /* Back link */
}
em {
  color: inherit;
  /* Default headers */
}
h1, h2, h3 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0px;
  margin: 0px 0px 0px 0px;
}
article h1, h4, h5, h6 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  margin: 0px 0px 0px 0px;
}
h1 {
  font-size: 40px;
  line-height: 1.2;
  padding: 10px 0 30px 0;
  font-weight: 400 !important;
}
h2 {
  font-size: 36px;
  line-height: 1.2;
  padding: 10px 0 30px 0;
}
h3 {
  font-size: 26px;
  line-height: 1.2;
  padding: 10px 0 30px 0;
}
h4, article h1 {
  font-size: 20px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h5 {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h6 {
  font-size: 18px;
  line-height: 1.2;
  padding: 10px 0 10px 0;
}
h1 sup {
  top: -1em;
  font-size: 44%;
}
.large {
  font-size: 133%;
}
.full-img img {
  width: 100%;
  /* Backgrounds */
}
.background.light {
  background-color: #f5f6f7;
}
.background.dark {
  color: #fff;
  background-color: #455660;
}
.background.dark h2 {
  color: #fff;
}
.background.dark a:hover {
  color: #fff;
}
.background.image {
  color: #fff;
}
.background.parallax {
  color: #fff;
  /* Borders */
}
.border, .divider, hr {
  border: solid #f5f6f7 0px;
  /* Text colours */
}
.colour.light {
  color: #8c999b;
}
.colour.green {
  color: #5ea90d;
}
.colour.grey {
  color: #8c999b;
}
.error, .checkout-error, .colour.red {
  color: #b60d04;
}
.white {
  color: #fff !important;
  /* list element */
}
ul {
  margin-top: 6px;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
ul > li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 20px;
  position: relative;
}
ul.ticks > li {
  padding-left: 25px;
}
ul > li:before {
  content: '●';
  position: absolute;
  font-size: 5px;
  left: 5px;
  top: 7px;
  display: inline-block;
  vertical-align: middle;
}
ul.ticks > li:before {
  content: '✔';
  font-size: 0.9rem;
  top: 0;
}
ol {
  counter-reset: item;
  list-style-type: none;
  margin-top: 6px;
  margin-bottom: 1em;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
ol > li {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4px;
  margin-left: 0;
  padding-left: 30px;
  position: relative;
}
ol > li:before {
  counter-increment: item;
  content: counter(item) '. ';
  position: absolute;
  left: 5px;
  top: 0px;
  display: inline-block;
  vertical-align: middle;
}
#none {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  transform: rotate(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
  pointer-events: none;
}
.news-filter-link {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 0 30px;
  padding: 0 35px;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
}
.site-notice {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  padding: 10px;
  border-top: 2px solid #e5e5e5;
  box-sizing: border-box;
}
.site-notice .wrap {
  text-align: center;
}
.site-notice .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}
.site-notice.closed {
  display: none;
}
.news-filter-link {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 0 30px;
  padding: 0 35px;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  /* 12 days */
}
.twelve-days-giveaway-page {
  /* fibregain-club-page */
}
.twelve-days-giveaway-page .unslider-wrap .backgroundimage-image:before, .twelve-days-giveaway-page .unslider-wrap .backgroundimage-image:after {
  display: none !important;
  border: none !important;
}
.twelve-days-giveaway-page .flexslider {
  height: auto !important;
  text-align: center;
}
.twelve-days-giveaway-page .flexslider ul {
  margin: 0;
  text-align: center;
}
.twelve-days-giveaway-page .flexslider li {
  padding: 0;
  text-align: center;
}
.fibregain-club-page, .deal-1-page, .deal-2-page {
  /* Standard page elements for laying out the main content of a website. */
}
.fibregain-club-page #deal-1-container, .deal-1-page #deal-1-container, .deal-2-page #deal-1-container, .fibregain-club-page #deal-2-container, .deal-1-page #deal-2-container, .deal-2-page #deal-2-container {
  background-color: #c3d021;
}
.fibregain-club-page #deal-1-bottom-container, .deal-1-page #deal-1-bottom-container, .deal-2-page #deal-1-bottom-container, .fibregain-club-page #deal-2-bottom-container, .deal-1-page #deal-2-bottom-container, .deal-2-page #deal-2-bottom-container {
  margin-top: 80px;
  margin-bottom: 0;
}
.fibregain-club-page #deal-1-bottom-container .content, .deal-1-page #deal-1-bottom-container .content, .deal-2-page #deal-1-bottom-container .content, .fibregain-club-page #deal-2-bottom-container .content, .deal-1-page #deal-2-bottom-container .content, .deal-2-page #deal-2-bottom-container .content {
  padding-bottom: 0;
}
.fibregain-club-page #container-prefooter2, .deal-1-page #container-prefooter2, .deal-2-page #container-prefooter2 {
  display: none;
}
.fibregain-club-page #container1 #container-flash .wrap, .deal-1-page #container1 #container-flash .wrap, .deal-2-page #container1 #container-flash .wrap {
  max-width: 100%;
  padding: 0;
}
.fibregain-club-page .unslider-wrap .backgroundimage-image:before, .deal-1-page .unslider-wrap .backgroundimage-image:before, .deal-2-page .unslider-wrap .backgroundimage-image:before {
  display: none !important;
}
.fibregain-club-page .unslider-wrap h2, .deal-1-page .unslider-wrap h2, .deal-2-page .unslider-wrap h2 {
  margin-bottom: 20px;
}
.fibregain-club-page .unslider-wrap a:hover, .deal-1-page .unslider-wrap a:hover, .deal-2-page .unslider-wrap a:hover {
  background-color: #455660;
}
#container-header, #container-navigation, #container-flash, #container-intro, #container-bread, .container-title, .container-main, .container-main-title, .container-main-top, .container-main-bottom, #container-footer, #container-base {
  background-color: #fff;
}
.wrap {
  width: 100%;
  max-width: 1500px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
  /* Mobile quick call */
}
#header #mobile-link {
  display: block;
  float: right;
  margin-left: 30px;
}
#header #mobile-link a {
  display: inline-block;
  color: #000;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  height: 80px;
  line-height: 80px;
  z-index: 700;
}
#header #mobile-link a:hover {
  color: #455660;
}
#header #mobile-link a .material-icons {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
  font-size: 15px;
}
.careers-page {
  /* Header */
}
.careers-page h2 {
  padding: 10px 0 10px 0;
}
.careers-page h4.subtitle {
  padding: 0px 0 20px 0;
}
#container-header {
  background-color: #fff;
}
#header {
  height: 150px;
  color: #000;
}
#container-header.random-image #header {
  background-color: transparent;
}
#header #logo {
  float: left;
  height: 150px;
  line-height: 150px;
  display: inline-block;
  padding-left: 0px;
  max-width: 211px;
}
#header #logo img {
  vertical-align: middle;
}
#header .social-links {
  float: right;
  height: 80px;
  line-height: 80px;
  margin-left: 25px;
}
#header .social-links a {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  background: #b8cb35;
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
  text-align: center;
  vertical-align: middle;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
#header .social-links a:hover {
  background-color: #455660;
}
#header .social-links a i {
  padding: 0;
  font-size: 9px;
  vertical-align: middle;
}
#header .social-links a i.fa-instagram {
  font-size: 13px;
}
#header .social-links a + a {
  margin-left: 7px;
}
#header .top-nav {
  float: right;
}
#header .top-nav a {
  float: left;
  height: 80px;
  line-height: 80px;
  margin-left: 35px;
  color: #000;
  font-size: 15px;
  text-transform: uppercase;
}
#header .top-nav a:hover {
  color: #898989;
}
.header-base {
  border-top: 2px solid #e5e5e5;
}
.header-base .wrap {
  position: relative;
}
#navigation {
  float: right;
  height: 50px;
  color: #000;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 50px;
}
#mobile-navigation {
  height: 150px;
  line-height: 50px;
  color: #000;
  display: none;
}
#navigation ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#navigation ul li {
  float: left;
  display: inline-block;
  line-height: 50px;
  list-style: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  margin-top: 0;
  margin-left: 0;
  background: none;
  position: relative;
  z-index: 900;
}
#navigation ul li:before {
  display: none;
}
#navigation ul li.edit4cfda9a92be54, #navigation ul li.edit5e54990d74406 {
  position: static;
}
#navigation ul li.mobile-item {
  display: none;
}
#navigation li > a, #mobile-navigation a {
  float: left;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #000;
  text-transform: uppercase;
  padding-top: 0px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#navigation li > a strong, #navigation li > a b {
  display: block;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
}
#navigation > ul > li > a:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0px;
  right: 0px;
  display: block;
  height: 0px;
  background-color: #b8cb35;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#navigation .material-icons {
  line-height: 50px;
}
#navigation li > a:hover, #navigation li > .over, #navigation li > .on {
  color: #000;
  z-index: 894;
}
#navigation li > a:hover strong, #navigation li > .over strong, #navigation li > .on strong, #navigation li > a:hover b, #navigation li > .over b, #navigation li > .on b {
  cursor: pointer;
}
#navigation > ul > li > a.on:after, #navigation > ul > li > a:hover:after {
  height: 2px;
  /*#navigation > ul > li.drop > a:hover:after {
				height:0px;	
				}*/
}
#navigation > ul .drop > a strong, #navigation > ul .drop > a b, #navigation > ul .drop > a:hover strong, #navigation > ul .drop > a:hover b {
  /* Navigation divider */
}
#navigation .nav-div {
  display: inline-block;
  float: left;
  width: 5px;
  color: #f9f9f9;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 150px;
  height: 150px;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
}
#navigation > ul ul {
  display: none;
  /* Sub navigation */
}
#navigation .sub-nav {
  position: absolute;
  top: 50px;
  left: 0px;
  display: none;
  color: #000;
  font-weight: normal;
  text-transform: none;
  line-height: 14px;
  padding: 0;
  background-color: transparent;
  z-index: 897;
  /* Align last dropdown to the right */
}
#navigation > ul > li:last-child .sub-nav {
  left: auto;
  right: 0px;
}
#navigation .sub-nav li {
  width: 220px;
  height: auto;
  line-height: 1.3;
}
#navigation .sub-nav li > a, #navigation .sub-nav li > span {
  float: left;
  display: inline-block;
  width: 220px;
  height: auto;
  line-height: 1.2;
  border: none;
  border-radius: 0px;
  font-size: 15px;
  font-weight: 300;
  color: #000;
  background: none;
  padding: 12px 15px;
  text-transform: none;
  background-color: #fff;
  border-bottom: solid #fff 1px;
  margin: 0 0 0 0;
  z-index: 898;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
#navigation .sub-nav li > a:hover, #navigation .sub-nav li > a.over:hover {
  color: #000;
  border-radius: 0px;
  background-color: #f2f2f2;
  border-bottom: solid #f2f2f2 1px;
}
#navigation .sub-nav li:last-child > a {
  border-bottom: none;
}
#navigation ul li > .sub-nav .sub-nav {
  position: absolute;
  top: 0px;
  left: 220px;
}
#mobile-navigation .sub-nav .l1 a {
  padding-left: 100px;
  /* Mega menu */
}
#navigation .mega-menu {
  left: 0;
  right: 50px;
  background: transparent;
  min-width: 300px;
}
#navigation .mega-menu > li {
  width: 100%;
}
#navigation .mega-menu .block {
  position: relative;
  flex-grow: 1;
  flex-basis: 0;
  background: rgba(255, 255, 255, 0.9);
}
#navigation .mega-menu .block:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  display: block;
  background: #fff;
}
#navigation .mega-menu .block > span, #navigation .mega-menu .block > a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
#navigation .mega-menu .container .block:first-child > span, #navigation .mega-menu .container .block:first-child > a, #navigation .mega-menu .container .block:first-child .sub {
  padding-left: 25px;
}
#navigation .mega-menu .container .block:last-child > span, #navigation .mega-menu .container .block:last-child > a, #navigation .mega-menu .container .block:last-child .sub {
  padding-right: 25px;
}
#navigation .mega-menu .block > a:hover {
  color: #455660;
}
#navigation .mega-menu .block > span span, #navigation .mega-menu .block > a span {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  white-space: nowrap;
}
#navigation .mega-menu .sub {
  position: relative;
  z-index: 10;
  padding: 20px 10px 15px;
}
#navigation .mega-menu .sub a {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
}
#navigation .mega-menu .sub a:hover {
  color: #455660;
}
#navigation .mega-menu .sub img {
  display: block;
  margin-bottom: 15px;
}
#navigation .mega-menu .sub a:hover img {
  opacity: 0.9;
  /* Second navigation if central logo */
}
.nav-right #navigation, .nav-right #navigation ul li, .nav-right #navigation a, .nav-right #navigation .nav-div {
  float: right;
}
#container-header #shopping-cart-summery a, #container-navigation #shopping-cart-summery a {
  /* Mobile menu button */
}
#mobile-menu {
  float: right;
  display: none;
}
#mobile-menu a {
  display: inline-block;
  color: #000;
  line-height: 150px;
  padding: 0 20px;
  font-size: 24px;
}
#mobile-menu a [class^="icon-"], #mobile-menu a [class*=" icon-"], #mobile-menu a .material-icons {
  display: inline-block;
  font-size: 33px;
  vertical-align: middle;
}
#container-flash {
  /* Members bars */
}
.auth-details {
  height: auto;
  line-height: 1.5;
  text-align: right;
  color: #fff;
  background-color: #455660;
  padding: 5px 0;
}
.auth-details .wrap {
  padding: 10px 0px;
  text-align: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
.auth-details .wrap div {
  display: inline;
}
.auth-details a {
  color: #fff;
}
.auth-details a:hover {
  color: #fff;
  text-decoration: underline;
}
.auth-details img {
  vertical-align: middle;
  margin-bottom: 1px;
}
.shopping-cart-totals .shopping-cart-total-item .totals-text.span {
  width: 54%;
  padding-right: 1%;
}
.content .payment-holder h5 {
  padding-top: 0 !important;
}
input#purchase_order_no {
  height: 30px;
  padding: 0 10px;
  /* Site messages */
}
#site-messages {
  display: none;
}
.message, #site-messages .error-message, #site-messages .alert-message, #site-messages .success-message {
  line-height: 18px;
  font-size: larger;
  padding: 15px 25px;
}
#site-messages a {
  color: #fff;
}
#site-messages a:hover {
  text-decoration: underline;
}
#site-messages .close-msg {
  float: right;
}
#site-messages .error-message {
  color: #fff;
  background-color: #b60d04;
}
#site-messages .alert-message {
  color: #fff;
  background-color: #999;
}
#site-messages .success-message {
  color: #fff;
  background-color: #5ea90d;
}
#site-messages .error-message .wrap, #site-messages .alert-message .wrap, #site-messages .success-message .wrap {
  text-align: center;
  /* Random images */
}
#container-flash.random-image {
  color: #fff;
  text-align: center;
  padding: 120px 0;
  min-height: 80px;
}
#container-flash.random-image a {
  color: #fff;
}
#container-flash.backgroundimage-container .backgroundimage-content {
  text-align: left;
  padding: 85px 50px;
}
#container-flash.backgroundimage-container .backgroundimage-content h1 {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 0.9;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 0 0 0 0;
}
#container-flash.backgroundimage-container .backgroundimage-content p {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 130%;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.3px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  max-width: 600px;
  margin-top: 30px;
  /* Rotating images */
}
.sliderimg .product-image {
  /*left: 175px;
		bottom: 25px;*/
  position: absolute;
  right: -10px;
  height: auto;
  top: 30px;
  bottom: 30px;
  overflow: hidden;
  width: 100%;
  text-align: right;
}
.sliderimg .product-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.sliderimg .product-image-desc {
  display: none;
  position: absolute;
  left: 163px;
  top: 70px;
}
.sliderimg .left-image {
  display: none;
  position: absolute;
  left: 0;
  bottom: 155px;
}
.sliderimg .text-image {
  display: none;
  position: absolute;
  left: 560px;
  bottom: 170px;
}
.sliderimg .backgroundimage-content .wrap {
  position: relative;
}
.sliderimg .slidertext {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  width: 100%;
  -webkit-transform: none;
  transform: none;
}
.unslider-wrap .backgroundimage-image:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 475px 695px;
  border-color: transparent transparent #b8cb35 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 300;
}
.unslider-wrap .backgroundimage-image:after {
  content: '';
  height: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #b8cb35;
  z-index: 300;
}
.sliderimg .product-slide .slidertext {
  width: 100%;
  max-width: 750px;
  left: 50px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.sliderimg .product-slide .slidertext h2 {
  height: auto;
  line-height: 1.2;
  padding-bottom: 50px;
}
.sliderimg .slidertext h2 {
  color: #304b56;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 0.9;
  text-transform: none;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 0 0 0 0;
}
.sliderimg .slidertext h3 {
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 0.9;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  padding: 0 0 0 0;
}
.unslider .unslider-arrow {
  width: 28px !important;
  height: 28px !important;
  line-height: 28px !important;
  background: #3f3f3f;
  border-radius: 50%;
  color: #a1a1a1 !important;
  text-align: center;
}
.unslider .unslider-arrow .material-icons {
  line-height: 28px !important;
  font-size: 24px !important;
}
.imageboxes.textabove .module-text h2 {
  padding-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}
.imageboxes.textabove .module-image {
  width: auto;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /* Breadcrumb area */
}
#container-bread {
  background: #b8cb35;
  color: #808080;
  min-height: 7px;
  /* breadcrumb */
}
#breadcrumb {
  font-size: 15px;
  line-height: 1.5;
  padding: 16px 0px;
}
#breadcrumb a {
  color: #fff;
  /* Main title area */
}
.container-main-title .content {
  line-height: 1.5;
  padding: 85px 0px;
  padding-bottom: 0px;
  /* Main title area spacing */
}
.container-main-title + .container-main-title .content {
  padding-top: 0px;
}
.container-main-top + .container-main-title .content {
  padding-top: 0px;
}
.container-main + .container-main-title .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-title .content {
  padding-top: 0px;
  /* Main top area */
}
.container-main-top .content {
  line-height: 1.5;
  padding: 85px 0px;
  /* Main top area spacing */
}
.container-main-title + .container-main-top .content {
  padding-top: 0px;
}
.container-main-top + .container-main-top .content {
  padding-top: 0px;
}
.container-main + .container-main-top .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main-top .content {
  padding-top: 0px;
  /* Main content area with layouts */
}
.content {
  line-height: 1.5;
  padding: 85px 0px;
}
.content h1 {
  color: #000;
}
.content article h1 {
  color: inherit;
}
.content h5:first-of-type, .content h6:first-of-type {
  padding-top: 15px;
}
.content p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  margin-bottom: 1.8em;
}
.content .main-box {
  padding: 8px 10px;
  background-color: #efefef;
}
.content .main-box p {
  font-size: 13px;
  line-height: 18px;
  font-weight: 300;
  font-style: italic;
  /* Layout defines main content widths */
}
.layout {
  min-height: 1px;
  /* Layout widths */
}
.layout.full {
  width: 100%;
}
.layout.half {
  float: left;
  width: 48%;
}
.layout.main {
  float: left;
  width: 74%;
}
.layout.side {
  float: left;
  width: 22%;
}
.layout.middle {
  float: left;
  width: 48%;
}
.layout.third {
  float: left;
  width: 30%;
}
.layout.gap {
  margin-left: 4%;
}
.layout.third.gap {
  margin-left: 5%;
}
.about-us-page .img-right {
  max-width: 70%;
  /* Layout side content */
}
.layout.side .img-left {
  float: left;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side .img-right {
  clear: right;
  float: right;
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.layout.side p {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.5;
  margin-bottom: 1px;
}
.layout.side .side-holder {
  padding: 10px 0 10px 0;
  margin: 0 0 0 0;
  line-height: 1.5;
  margin-bottom: 1px;
}
.layout.side .side-holder p {
  padding: 0 0 10px 0;
}
.layout.side .form-item {
  width: 100%;
}
.layout.side h6, .layout.side h6 {
  margin-top: 10px;
}
.side-nav {
  padding: 3px 0;
  margin: 0 0 0 0;
}
.side-nav li {
  list-style: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  background: none;
  position: relative;
  z-index: 700;
}
.side-nav li a {
  padding: 4px 10px;
}
.product-page .layout.side {
  width: 20%;
}
.product-page .layout.middle {
  width: 42%;
}
.product-page .layout.gap {
  margin-left: 8%;
}
.product-page .layout-three-col .layout.middle + .layout.side {
  width: 33%;
  /* Main areas spacing */
}
.container-main-title + .container-main .content {
  padding-top: 0px;
}
.container-main-top + .container-main .content {
  padding-top: 0px;
}
.container-main + .container-main .content {
  padding-top: 0px;
}
.container-main-bottom + .container-main .content {
  padding-top: 0px;
  /* Main bottom area */
}
.container-main-bottom .content {
  line-height: 1.5;
  padding: 85px 0px;
  /* Main bottom areas spacing */
}
.container-main-top + .container-main-bottom .content {
  padding-top: 0px;
  /*.container-main + .container-main-bottom .content {padding-top:0px;}*/
}
.container-main-bottom + .container-main-bottom .content {
  padding-top: 0px;
  /* Backgrounds */
}
.container-main-title.background .content, .container-main-top.background .content, .container-main.background .content, .container-main-bottom.background .content {
  padding-top: 85px;
  padding-bottom: 85px;
}
.container-main-title.backgroundimage-container .content, .container-main-top.backgroundimage-container .content, .container-main.backgroundimage-container .content, .container-main-bottom.backgroundimage-container .content {
  padding-top: 85px;
  padding-bottom: 85px;
  /* Overwrite padding for areas adjacent to backgrounds */
}
.container-main-title + .container-main-title.background .content, .container-main-title + .container-main-top.background .content, .container-main-title + .container-main.background .content, .container-main-title + .container-main-bottom.background .content, .container-main-top + .container-main-title.background .content, .container-main-top + .container-main-top.background .content, .container-main-top + .container-main.background .content, .container-main-top + .container-main-bottom.background .content, .container-main + .container-main-title.background .content, .container-main + .container-main-top.background .content, .container-main + .container-main.background .content, .container-main + .container-main-bottom.background .content, .container-main-bottom + .container-main-title.background .content, .container-main-bottom + .container-main-top.background .content, .container-main-bottom + .container-main.background .content, .container-main-bottom + .container-main-bottom.background .content {
  padding-top: 85px;
  /* Overwrite padding for areas adjacent to backgrounds */
}
.container-main-title + .container-main-title.backgroundimage-container .content, .container-main-title + .container-main-top.backgroundimage-container .content, .container-main-title + .container-main.backgroundimage-container .content, .container-main-title + .container-main-bottom.backgroundimage-container .content, .container-main-top + .container-main-title.backgroundimage-container .content, .container-main-top + .container-main-top.backgroundimage-container .content, .container-main-top + .container-main.backgroundimage-container .content, .container-main-top + .container-main-bottom.backgroundimage-container .content, .container-main + .container-main-title.backgroundimage-container .content, .container-main + .container-main-top.backgroundimage-container .content, .container-main + .container-main.backgroundimage-container .content, .container-main + .container-main-bottom.backgroundimage-container .content, .container-main-bottom + .container-main-title.backgroundimage-container .content, .container-main-bottom + .container-main-top.backgroundimage-container .content, .container-main-bottom + .container-main.backgroundimage-container .content, .container-main-bottomr + .container-main-bottom.backgroundimage-container .content {
  padding-top: 85px;
  /* Image boxes */
}
.imageboxes.textunder .module-image {
  position: relative;
}
.layout.side .imageboxes.textunder .module-image {
  text-align: center;
}
.layout.side .imageboxes.textunder .module-text {
  text-align: center;
}
.imageboxes.textunder .module-text {
  color: #000;
  text-align: center;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
  position: relative;
  z-index: 1;
}
.imageboxes.textunder .module-text h2 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0px;
  color: #000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.imageboxes.textunder .imagebox-item:hover .module-text {
  color: #455660;
}
.imageboxes.textunder .imagebox-item:hover .module-text h2 {
  color: #455660;
  /* Product description tabs */
}
.product-description-tabs > ul > li {
  padding-left: 0;
}
.product-description-tabs > ul > li:before {
  display: none;
}
.product-description-tabs ul.tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 40px;
}
.product-description-tabs ul.tabs > li {
  flex-grow: 1;
}
.product-description-tabs ul.tabs > li a {
  display: block;
  height: 60px;
  border-top: 2px solid #e6e6e6;
  font-size: 25px;
  text-align: center;
  padding: 0 5px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.product-description-tabs ul.tabs > li a:hover, .product-description-tabs ul.tabs > li.active a {
  color: #000;
  border-color: #000;
}
.product-description-tabs ul.content {
  margin: 0;
  padding: 0;
}
.product-description-tabs ul.content > li {
  display: none;
}
.product-description-tabs ul.content > li.show {
  display: block;
  overflow-x: auto;
}
.product-description-tabs ul.content table, table.specs {
  width: 100%;
  margin: 0 0 40px;
  border-top: 1px solid #ccc;
  border-collapse: collapse;
}
.product-description-tabs ul.content table td, table.spec td {
  padding: 10px 25px 10px 5px;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
}
.product-description-tabs ul.content table tr:nth-child(odd) td, table.specs tr:nth-child(odd) td {
  background: #f9f9f9;
}
.product-description-tabs ul.content table tr td:last-child, table.specs tr td:last-child {
  width: 100%;
  padding-right: 5px;
}
table.specs td, table.specs th {
  width: 20%;
  padding: 10px 25px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
  /* Services */
}
.services.textunder .module-image {
  position: relative;
}
.services.textunder .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #a5a5a5;
}
.services.textunder .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #a5a5a5;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.services.textunder .service-item:hover .module-image:after {
  opacity: 0.7;
}
.services.textunder .module-image .view {
  display: none;
}
.services.textunder .service-item:hover .module-image img {
  opacity: 1;
}
.services.textunder .module-text {
  color: #000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
  position: relative;
  z-index: 1;
}
.services.textunder .module-text h1 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  color: #000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.services.textunder .module-text h1:before {
  content: '/';
  display: inline-block;
  color: #e51b23;
  padding-right: 5px;
}
.services.textunder .service-item:hover .module-text {
  color: #455660;
}
.services.textunder .service-item:hover .module-text h1 {
  color: #455660;
  /* Home page */
}
#home-container {
  background: #f2f2f2;
}
#home-bottom-container .backgroundimage-image img {
  width: 964px !important;
  height: 1000px !important;
  inset: -320px auto auto 482px !important;
}
#home-bottom-container p.text-button {
  margin-bottom: 0;
}
#home-top-container .wrap {
  margin-top: -200px;
  max-width: 1025px;
}
#home-top-container .wrap .grid.two-column .grid-item {
  width: 34%;
  margin-right: 32%;
}
#home-top-container .wrap .grid.two-column .grid-item:last-of-type {
  margin-right: 0;
}
#home-top-container .imageboxes .module-image {
  border-radius: 50%;
  overflow: hidden;
}
#home-top-container .imageboxes .imagebox-item .module-image img {
  transition: 0.3s ease;
}
#home-top-container .imageboxes .imagebox-item:hover .module-image img {
  transform: scale(1.1);
}
#home-top-container .content {
  padding-bottom: 0;
  /* Staff */
}
.staff.textunder .module-image {
  position: relative;
}
.staff.textunder .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #a5a5a5;
}
.staff.textunder .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #a5a5a5;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.staff.textunder .staff-item:hover .module-image:after {
  opacity: 0.7;
}
.staff.textunder .module-image .view {
  display: none;
}
.staff.textunder .staff-item:hover .module-image {
  opacity: 1;
}
.staff.textunder .module-text {
  color: #000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
  position: relative;
  z-index: 1;
}
.staff.textunder .module-text h4 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  color: #000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.staff.textunder .staff-item:hover .module-text {
  color: #455660;
}
.staff.textunder .staff-item:hover .module-text h4 {
  color: #455660;
}
.staff .module-text .staff-item-text-position {
  font-weight: 300 !important;
  /* Photo gallery */
}
.gallery.textunder .module-image {
  position: relative;
}
.gallery.textunder .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #a5a5a5;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.gallery.textunder .gallery-item:hover .module-image:after {
  opacity: 0.7;
}
.gallery.textunder .module-image .view {
  display: none;
}
.gallery.textunder .gallery-item:hover .module-image {
  opacity: 1;
}
.gallery.textunder .module-text {
  color: #000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
  position: relative;
  z-index: 1;
}
.gallery.textunder .module-text h4 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  color: #000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.gallery.textunder .module-text h4:before {
  content: '/';
  display: inline-block;
  color: #e51b23;
  padding-right: 5px;
}
.gallery.textunder .gallery-item:hover .module-text {
  color: #455660;
}
.gallery.textunder .gallery-item:hover .module-text h4 {
  color: #455660;
  /* News */
}
.news .section-title {
  text-align: center;
}
.news.textunder.no-spacing .module-text {
  box-sizing: border-box;
  padding-right: 20px;
}
.news.mainfirst .module-image {
  position: relative;
}
.news.mainfirst .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #a5a5a5;
}
.news.mainfirst .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #a5a5a5;
  mix-blend-mode: hard-light;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  z-index: 1;
}
.news.mainfirst .news-item:hover .module-image:after {
  opacity: 0.7;
}
.news.mainfirst .module-image .view {
  display: none;
}
.news.mainfirst a.news-item:hover .module-image {
  opacity: 1 !important;
}
.news.mainfirst .module-text {
  display: block;
  color: #000;
  text-align: left;
  padding: 30px 0 0 0 !important;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
  position: relative;
  z-index: 1;
}
.news.mainfirst .news-item-text-date {
  color: #455660;
  font-weight: 600 !important;
}
.news.mainfirst .module-text h4 {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0px;
  color: #000;
  padding: 0 0 18px 0;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  vertical-align: middle;
}
.news.mainfirst .module-text h4:before {
  content: '/';
  display: inline-block;
  color: #e51b23;
  padding-right: 5px;
}
.news.mainfirst .news-item:hover .module-text {
  color: #455660;
}
.news.mainfirst .news-item:hover .module-text h4 {
  color: #455660;
}
.news.mainfirst.one-column .news-item {
  margin-bottom: 50px !important;
}
.news-details-date {
  font-weight: 600 !important;
}
.news-categories {
  float: left;
}
.news-tags {
  float: right;
}
.news-categories a, .news-tags a {
  text-decoration: underline;
}
#news-items-container .content {
  padding-bottom: 20px;
}
#news-items-bottom-container {
  border-top: 1px solid #ccc;
}
#news-items-bottom-container .content {
  padding-top: 50px;
}
.news-related-products {
  padding-top: 100px;
}
.news.textunder .module-image {
  height: 250px;
  display: flex !important;
  align-items: center;
  align-content: center;
  text-align: center;
}
.news .module-image img {
  max-height: 250px;
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0px auto;
  /* Testimonials */
}
.testimonials.speechbubble .testimonial-item-image {
  display: none;
  width: 32%;
  margin-bottom: 10px;
}
.testimonials.speechbubble .hasimage .testimonial-item-image {
  display: inline-block;
}
.testimonials.speechbubble .testimonial-item {
  color: #fff;
  padding: 20px 25px;
  border-radius: 0px !important;
  border: none;
  background-color: #455660;
  border-bottom: solid #fff 40px;
  position: relative;
}
.testimonials.speechbubble .testimonial-item:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px !important;
  width: auto !important;
  height: 5px !important;
  background-color: #a5a5a5;
  border: none !important;
}
.testimonials.speechbubble .testimonial-item-person {
  color: #000;
  margin-top: 18px !important;
}
.testimonials.speechbubble .testimonial-item:after {
  right: 31px;
  border-color: #455660 transparent transparent transparent !important;
}
.testimonial-item-text h2, .testimonial-item-text h3, .testimonial-item-text h4 {
  color: #fff;
  /* Home Page */
}
.home-page #header .top-nav, .home-page .header-base .wrap, .home-page .header-base #navigation {
  display: none;
}
.home-page #container-flash {
  height: 55vh;
  overflow: hidden;
}
.home-page #container-flash .wrap {
  max-width: none;
  padding: 0;
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.home-page #container-flash .wrap h1 {
  position: relative;
  z-index: 9;
  color: #fff;
  padding: 0;
  font-size: calc(3vw + 9px);
  opacity: 0;
  transform: scale(0);
  transition: 3s ease;
}
.wf-active .home-page #container-flash .wrap h1 {
  opacity: 1;
  transform: scale(1);
}
.home-page #container-flash .wrap video {
  opacity: 0;
  transition: 0.3s ease;
}
.wf-active .home-page #container-flash .wrap video {
  opacity: 1;
}
.home-page #header .wrap {
  text-align: center;
  position: relative;
}
.home-page #header #logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home-page #header #mobile-menu a {
  display: none;
}
#header #mobile-menu {
  height: 150px;
}
@media screen and (max-width: 480px) {
  #header #mobile-menu {
    height: 80px;
  }
}
.opening-and-storage-page main + main > .content-container:first-child .content {
  padding-top: 0;
  /* Contact page */
}
.fourteen-tonne-giveaway-page #container-flash .wrap {
  max-width: 100%;
  padding: 0px;
}
.fourteen-tonne-giveaway-page #container-flash .img-center {
  margin: 0px;
}
.fourteen-tonne-giveaway-page h1 {
  font-size: 65px;
}
.fourteen-tonne-giveaway-page h1 > sup {
  font-size: 25px;
  top: -25px;
}
.fourteen-tonne-giveaway-page h2 {
  padding: 10px 0 10px 0;
  font-size: 28px;
  font-weight: 500;
}
.fourteen-tonne-giveaway-page h2:last-of-type {
  margin-bottom: 10px;
}
.fourteen-tonne-giveaway-page p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
}
.fourteen-tonne-giveaway-page .small-text {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}
.fourteen-tonne-giveaway-page .reduced-margin {
  margin-bottom: 10px;
}
.fourteen-tonne-giveaway-page .form-item {
  float: left;
  width: 48%;
  margin-right: 4%;
  max-width: none;
  clear: unset;
  margin-bottom: 15px;
}
.fourteen-tonne-giveaway-page .form-item.edit5f0782878aa24-item {
  width: 100%;
  margin-right: 0;
}
.form-item.edit5f0782878aa24-item .textarea textarea {
  height: 160px;
}
.fourteen-tonne-giveaway-page .form-item.recaptcha-item {
  width: 22%;
  margin-right: 4% !important;
}
.fourteen-tonne-giveaway-page .form-item.submit-item {
  width: 22%;
}
.fourteen-tonne-giveaway-page .form-item.submit-item .subbut input {
  width: 100%;
}
.fourteen-tonne-giveaway-page .form-item:nth-child(2n+2) {
  margin-right: 0px;
}
.fourteen-tonne-giveaway-page .form-item .label2 {
  text-transform: capitalize;
  font-size: 20px;
  margin: 5px 0px;
}
.fourteen-tonne-giveaway-page .form-item input {
  height: 70px;
  font-size: 20px;
}
.fourteen-tonne-giveaway-page .form-item.edit5f14cdd0c8dea-item {
  margin-top: 30px;
}
.fourteen-tonne-giveaway-page .form-item.edit5f14cdd0c8dea-item .label {
  display: none;
}
.fourteen-tonne-giveaway-page .form-item.edit5f14cdd0c8dea-item .checkbox label {
  display: inline-block;
  font-weight: bold;
}
.fourteen-tonne-giveaway-page .form-item.edit5f14cdd0c8dea-item .checkbox input[type="checkbox"] {
  height: 20px;
  width: 20px;
  font-size: 20px;
  margin: 0 10px 0 0;
}
.form-item .input .images {
  padding-top: 15px;
}
.form-item .input .images .image {
  float: left;
  width: 22%;
  padding-top: 22%;
  margin: 0 0 4% 4%;
  background: #fff no-repeat center center;
  background-size: contain;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.form-item .input .images .image:nth-child(4n+1) {
  margin-left: 0;
}
#fourteen-tonne-giveaway-subpage-container {
  font-size: 16px;
  font-weight: 400;
}
#fourteen-tonne-giveaway-subpage-container span {
  display: block;
  margin-bottom: -10px;
}
#fourteen-tonne-giveaway-subpage-container ol {
  margin-top: 10px;
  margin-bottom: 0px;
}
#mc_embed_signup {
  background: unset !important;
}
#mc_embed_signup form {
  padding-left: 0px;
}
#mc_embed_signup h2 {
  font-weight: 300 !important;
  text-transform: capitalize;
  font-size: 24px !important;
}
#mc_embed_signup .mc-field-group {
  display: inline-block;
  width: 30% !important;
  margin-right: 4%;
}
#mc_embed_signup .mc-field-group:nth-child(3n+5) {
  margin-right: 0px;
}
#mc_embed_signup .mc-field-group input {
  padding: 10px 5px !important;
  background-color: #fff;
  border-radius: unset;
  box-sizing: border-box;
}
#mc_embed_signup #mce-responses {
  margin: 0% !important;
  padding: 0px !important;
}
#mc_embed_signup #mce-responses .response {
  margin: 10px 0 10px 0;
  padding: 0px;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  position: absolute;
  background-color: unset !important;
}
#mc_embed_signup input[name="subscribe"] {
  background-color: #b8cb35;
  border-radius: unset;
  font-size: 18px;
  padding: 10px 20px;
  height: unset;
  margin-top: 12px;
}
#mc_embed_signup input[name="subscribe"]:hover {
  background-color: #455660;
}
#fibregain-club-container {
  background-color: #c3d021;
  /* Pre-footer */
}
#fibregain-club-container h2 {
  font-size: 30px !important;
  font-weight: bold !important;
  text-align: center;
}
#fibregain-club-container p.align.center {
  text-align: center !important;
}
#fibregain-club-container input[type="submit"] {
  background-color: #313e48;
  border-radius: 30px;
  padding: 10px 75px;
}
#fibregain-club-container .indicates-required {
  margin-bottom: 20px;
}
#fibregain-club-container #mc_embed_signup_scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
  margin: 0 auto;
  font-family: Montserrat, Arial, sans-serif;
}
#fibregain-club-container #mc_embed_signup_scroll .mc-field-group {
  margin-right: 0px;
  width: 100% !important;
  padding-bottom: 10px !important;
}
#fibregain-club-container #mc_embed_signup_scroll .mc-field-group input, #fibregain-club-container #mc_embed_signup_scroll .mc-field-group select {
  border-radius: 10px;
  border: none;
  padding: 15px 5px !important;
}
#fibregain-club-container #mc_embed_signup_scroll p {
  padding: 20px 0px;
  text-align: left;
  margin: 0px !important;
}
#container-prefooter {
  background: #b8cb35;
  color: #fff;
  position: relative;
}
#container-prefooter:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(183, 201, 53, 0.8);
  z-index: 300;
}
#container-prefooter .backgroundimage-content {
  z-index: 300;
}
#container-prefooter h2 {
  color: #fff;
  font-size: 45px;
}
#container-prefooter2 {
  background-color: #f2f2f2;
  /* Footer */
}
#container-footer {
  background: #fff;
}
#footer {
  color: #000;
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
  padding: 85px 0px;
}
#container-footer.random-image #footer {
  background-color: transparent;
}
#footer a {
  color: #000;
}
#footer a:hover {
  color: #455660;
}
#footer a [class^="icon-"], #footer a [class*=" icon-"], #footer a .material-icons {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
  margin-top: -1px;
}
#footer h4 {
  padding-bottom: 20px;
  color: #000;
  font-size: 26px;
}
#footer h3 {
  font-size: 30px;
  color: #455660;
  padding: 8px 0 12px;
}
#footer h3 a {
  color: #455660;
}
#footer h3 a:hover {
  color: #000;
}
#footer .links {
  padding-top: 15px;
}
#footer .footer-left {
  float: left;
  width: 22%;
  text-align: left;
}
#footer .footer-left a {
  /* Round social link styles */
}
#footer .footer-middle {
  float: left;
  width: 56%;
  text-align: center;
}
#footer .footer-middle img {
  max-width: 240px;
}
#footer .footer-middle .footer-logo2 img {
  max-width: 100%;
  max-height: 150px;
}
#footer .footer-middle .iconlinks {
  margin-bottom: 15px;
}
#footer .footer-middle .iconlinks a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 15px;
  background: #b8cb35;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  transition: 0.2s;
}
#footer .footer-middle .iconlinks a:hover {
  background: #455660;
}
#footer .footer-middle .iconlinks i {
  padding: 0;
  font-size: 13px;
  vertical-align: middle;
}
#footer .footer-middle .iconlinks i.fa-instagram {
  position: relative;
  top: -1px;
  font-size: 18px;
}
#footer .footer-middle .footer-nav {
  text-align: center;
}
#footer .footer-middle .footer-nav > div {
  display: inline-block;
  padding: 0 6px;
}
#footer .footer-right {
  float: right;
  width: 22%;
  text-align: right;
  white-space: nowrap;
}
#footer .footer-right a.to-top {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #b8cb35;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  transition: 0.2s;
}
#footer .footer-right a.to-top:hover {
  background: #455660;
}
#footer .footer-left ~ .footer-left {
  padding-top: 40px;
  font-size: 12px;
}
#footer .footer-middle ~ .footer-middle {
  padding-top: 20px;
  font-size: 12px;
}
#footer .footer-right ~ .footer-right {
  padding-top: 35px;
}
#footer .footer-logo1 {
  margin-bottom: 20px;
  /* Base */
}
#container-base {
  background: #fff;
  border-top: solid rgba(255, 255, 255, 0.1) 1px;
}
#base {
  color: #000;
  font-size: smaller;
  line-height: 1.8;
  text-align: left;
  padding: 20px 0px;
}
#base a {
  color: #000;
}
#base a:hover {
  text-decoration: underline;
  /* Show as desktop link */
}
#desktop-link {
  display: none;
  /* Grid */
}
.grid.two-column .grid-item {
  margin-bottom: 50px;
}
.grid.four-column .grid-item {
  margin-bottom: 50px;
  /* Form */
}
.req {
  color: #d60309;
  font-weight: 600;
  font-size: 12px;
}
.form-item {
  clear: both;
  width: 100%;
  max-width: 500px;
  margin-bottom: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
.form-item .label {
  float: left;
  font-weight: 600;
  text-align: left;
  margin: 10px 0 4px 0;
  /*padding-right:10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
.form-item .label2 {
  float: left;
  font-weight: bold;
  text-align: left;
  margin: 3px 0;
  /*padding-right:10px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
form .input input, form textarea, .product-details-buy-option-quantity input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
form .input input, form select, form textarea, .image-file, .product-details-buy-option-quantity input, .buy-dropdown {
  background: none;
  height: 38px;
  font-size: 15px;
  padding: 8px 8px 8px 8px;
  background-color: #fff;
  border: solid #d1d1d2 1px;
  border-radius: 0px;
  vertical-align: middle;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* Spacing */
}
form .input input[type=file] {
  height: auto;
  padding: 0 0 0 0;
  border: none;
}
form textarea {
  resize: vertical;
  height: auto;
  padding: 8px 8px 8px 8px;
}
.form-item.recaptcha-item, .form-item.submit-item {
  padding-top: 15px;
  /* Custom button */
}
.light-button a, .dark-button a, .button, .form-item .subbut input, .buy-product input[type=submit], #checkout_button, #continue_button, #add_button, #cancel_button, #checkout_special, #review-submit-button, #update_button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0px;
  padding: 10px 20px;
  background-color: #b8cb35;
  transition: 0.2s;
  cursor: pointer;
}
.button:hover, .form-item .subbut input:hover, .buy-product input[type=submit]:hover, #checkout_button:hover, #continue_button:hover, #add_button:hover, #cancel_button:hover, #checkout_special:hover, #review-submit-button:hover, #update_button:hover {
  color: #fff;
  background-color: #455660;
}
.light-button a, .dark-button a, .button, .text-button a {
  display: inline-block;
  height: auto;
  line-height: 1;
  padding: 20px 60px;
  color: #fff;
  border: 1px solid #b8cb35;
  border-radius: 45px;
  font-size: 18px;
  text-align: center;
  transition: 0.3s;
  font-weight: bold;
}
.button:hover, .text-button a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #b8cb35;
}
.light-button a, .dark-button a:hover {
  color: #b8cb35;
  border-color: #b8cb35;
  background: #fff;
  font-weight: 400;
  margin-bottom: 1em;
}
.light-button a:hover, .dark-button a {
  background: #b8cb35;
  border-color: #b8cb35;
  color: #fff;
  font-weight: 400;
  margin-bottom: 1em;
}
#container-prefooter .text-button a {
  color: #fff;
  border-color: #fff;
}
#container-prefooter .text-button a:hover {
  background: #fff;
  color: #b8cb35;
  border-color: #fff;
}
.form-item .subbut.disabled {
  overflow: hidden;
  position: relative;
  display: inline;
}
.form-item .subbut.disabled:before {
  content: '';
  border: solid 3px #999;
  border-color: transparent #999 #999 #999;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-animation: loading-ring 1.2s linear infinite;
  animation: loading-ring 1.2s linear infinite;
  display: inline-block;
  z-index: 1;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-item .subbut.disabled input {
  background-color: #e5e5e5 !important;
  color: #e5e5e5 !important;
  overflow: hidden;
}
@keyframes loading-ring {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.paginate a.paginate-number {
  background-color: #455660;
  border-color: #455660;
  color: #fff;
}
.paginate a.paginate-number.on, .paginate a.paginate-number:hover {
  background-color: #b8cb35;
  border-color: #b8cb35;
  color: #fff;
  /*#product-details-title-container .content h1 {
padding-left: 25%;
}*/
}
.product-page .product-details-buy {
  padding: 0;
}
.product-page #container-flash .wrap {
  max-width: 100%;
  padding: 0;
}
.product-banner {
  width: 100%;
}
.product-banner img {
  width: 100%;
}
p.large {
  font-size: 20px;
}
b.large {
  font-size: 22px;
}
.faqs .faq-item-question strong {
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
}
.faqs .faq-item-answer b, .faqs .faq-item-answer strong {
  font-weight: 400;
}
.document-item .document-item-image {
  height: auto !important;
  line-height: 1 !important;
  text-align: left !important;
}
.documents.downloadlist .document-item .document-item-image {
  display: none;
}
.document-item-image img {
  max-height: 9999px !important;
}
.documents.iconlist .document-item-icn {
  left: 20px !important;
}
.news-details-description .documents.downloadlist .document-item {
  max-width: 400px;
}
.feedfinder-contact-box {
  padding: 20px 25px 1px;
  background: #000;
  color: #fff;
}
.feedfinder-contact-box h4 {
  color: #fff;
}
.feedfinder-contact-box a {
  color: #aaa;
}
.feedfinder-contact-box a:hover {
  color: #fff;
}
.feedfinder-contact-box td {
  padding: 0 10px 30px 0;
  vertical-align: top;
}
.feedfinder-contact-box td.space {
  padding-left: 40px;
}
.feedfinder-contact-box td img {
  max-height: 200px;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  position: absolute;
  top: 0;
  right: 0;
}
#fibregain-club-container #mc_embed_signup_scroll {
  width: 60%;
}
.mc-field-group.input-group.condition-check {
  display: flex !important;
  flex-wrap: wrap;
}
.mc-field-group.input-group.condition-check .mce_inline_error {
  position: relative !important;
  display: block;
  clear: both;
  flex: unset;
}
.dealorder label {
  padding-bottom: 13px;
}
.dealorder .mce_inline_error {
  position: relative !important;
}
#product-form-container .wrap {
  max-width: 1185px;
}
#form-edit612ecc717ec6f {
  position: relative;
}
#form-edit612ecc717ec6f input {
  height: 55px;
}
#form-edit612ecc717ec6f .subbut input {
  color: #fff;
  background-color: #42484e;
  border: 1px solid #42484e;
  min-width: 200px;
}
#form-edit612ecc717ec6f .subbut input:hover {
  background-color: transparent;
  color: #42484e;
}
@media screen and (min-width: 700px) {
  #form-edit612ecc717ec6f {
    position: relative;
  }
  #form-edit612ecc717ec6f .form-item {
    width: calc(50% - 10px);
    max-width: none;
  }
  #form-edit612ecc717ec6f .form-item input {
    height: 55px;
  }
  #form-edit612ecc717ec6f .form-item textarea {
    height: 153px;
  }
  #form-edit612ecc717ec6f .form-item.submit-item {
    position: absolute;
    right: 0;
    width: fit-content;
    bottom: 0;
  }
  #form-edit612ecc717ec6f .form-item.recaptcha-item {
    bottom: 0;
    position: absolute;
    right: 0;
  }
  #form-edit612ecc717ec6f .edit612ecc718195f-item {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 1300px) {
  #form-edit612ecc717ec6f {
    position: relative;
  }
  #form-edit612ecc717ec6f .submit-item {
    position: unset !important;
  }
  #form-edit612ecc717ec6f .recaptcha-item {
    bottom: 65px !important;
  }
}
.product-c2a-buttons {
  display: flex;
  flex-wrap: wrap;
}
.product-c2a-buttons .button {
  border: 1px solid #b8cb35;
  margin-top: 10px;
  margin-right: 25px;
  min-width: 250px;
}
.product-c2a-buttons .button:nth-of-type(2) {
  background-color: transparent;
  color: #b8cb35;
}
.product-c2a-buttons .button:nth-of-type(2):hover {
  background-color: #b8cb35;
  color: #fff;
}
.join-fibergain-c2a .button {
  border: 1px solid #b8cb35;
}
