/* compiled by scssphp v0.0.12 on Mon, 01 Jul 2019 16:29:12 +1200 (0.2878s) */

/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the edit system.
--------------------------------------------------- */
/* Phone link */
/* Header */
/* Navigation */
/* Rotator */
/* Intro */
/* Text */
/* Headings */
/* Links */
/* Content */
/* Footer */
/* Main body */
html, body {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  letter-spacing: -0.2px;
  background-color: #fff;
}
body {
  width: 100%;
  overflow-x: hidden;
}
strong, b {
  font-weight: 600;
  /* Default links */
}
a {
  color: #0e8743;
  /* Links with no colour */
}
a .silent, a.silent {
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
  /* Button link */
}
.readmore, .buynow, .backlink {
  display: inline-block;
}
a:hover .readmore, a:hover .buynow, a.backlink:hover {
  /* Read more link */
}
a:hover .readmore {
  /* Buy now link */
}
a:hover .buynow {
  /* Back link */
}
a.backlink:hover {
  /* Default headers */
}
h1, h2, h3 {
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
}
h1, h2 {
  font-family: "itc-avant-garde-gothic-pro", Arial, sans-serif;
  font-weight: 300;
}
article h1, h4, h5, h6 {
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0px 0px 0px 0px;
}
h1 {
  font-size: 40px;
  line-height: 1.2;
  padding: 10px 0 30px 0;
}
h2 {
  font-size: 25px;
  line-height: 1.2;
  padding: 10px 0 30px 0;
}
h3 {
  font-size: 32px;
  line-height: 1.2;
  padding: 10px 0 30px 0;
}
h4, article h1 {
  font-size: 18px;
  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;
}
.large {
  font-size: 110%;
}
h2.large {
  font-size: 40px;
  /* Backgrounds */
}
.background.light {
  background-color: #f5f6f7;
}
.background.dark {
  color: #fff;
  background-color: #181718;
}
.background.dark a:hover {
  color: #fff;
}
.background.image {
  color: #fff;
}
.background.parallax {
  color: #fff;
}
.background.fixed-background {
  background: no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
.background.fixed-background .content {
  padding: 0 !important;
  min-height: 445px;
  /* 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;
  /* 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: 30px;
  position: relative;
}
ul > li:before {
  content: '●';
  position: absolute;
  font-size: 14px;
  left: 5px;
  top: 2px;
  display: inline-block;
  vertical-align: middle;
}
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: 0px;
}
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;
  /* Standard page elements for laying out the main content of a website. */
}
#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 */
}
#mobile-link, #phone-link {
  display: none;
  z-index: 900;
}
#mobile-link a {
  display: inline-block;
  color: #000;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  height: 100px;
  line-height: 100px;
}
#phone-link a {
  display: inline-block;
  color: #000;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 22px;
  font-weight: 800;
  height: 80px;
  line-height: 80px;
  padding: 0 10px;
}
#mobile-link a .material-icons {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
  /* Header */
}
#container-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background-color: transparent;
  transition: 0.3s;
}
#container-header.scrolled {
  background-color: rgba(255, 255, 255, 0.7);
}
#container-header .wrap, #container-footer .wrap {
  max-width: 1200px;
}
#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: 0;
  max-width: 240px;
}
#header #logo img {
  vertical-align: middle;
}
#navigation {
  float: right;
  height: 150px;
  color: #000;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 14px;
  font-weight: 100;
  letter-spacing: normal;
  line-height: 100px;
  color: #000;
}
#mobile-navigation {
  height: 150px;
  line-height: 100px;
  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: 100px;
  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.mobile-item {
  display: none;
}
#navigation li > a, #mobile-navigation a {
  float: left;
  display: inline-block;
  height: 100px;
  line-height: 100px;
  color: #000;
  text-transform: uppercase;
  padding-top: 0px;
  padding-left: 22px;
  padding-right: 22px;
  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: 100px;
  line-height: 100px;
  font-weight: 100;
}
#navigation .material-icons {
  line-height: 100px;
}
#navigation li > a:hover, #navigation li > .over, #navigation li > .on {
  color: #0e8743;
  z-index: 894;
}
#navigation li > .on strong {
  font-weight: 900;
}
#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 .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: #000;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  line-height: 100px;
  height: 100px;
  padding: 0 0 0 0;
  margin: 0 auto;
  border: none;
}
#navigation > ul ul {
  display: none;
  /* Sub navigation */
}
#navigation .sub-nav {
  position: absolute;
  top: 100px;
  left: 0px;
  display: none;
  color: #000;
  font-weight: normal;
  text-transform: none;
  line-height: 14px;
  padding: 10px 0;
  background-color: #f5f6f7;
  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: 14px;
}
#navigation .sub-nav li > a {
  float: left;
  display: inline-block;
  width: 220px;
  height: auto;
  line-height: 14px;
  border: none;
  border-radius: 0px;
  font-size: 16px;
  color: #000;
  background: none;
  padding: 12px 22px;
  text-transform: none;
  background-color: #f5f6f7;
  border-bottom: solid #f5f6f7 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: #fff;
  border-radius: 0px;
  background-color: #0e8743;
  border-bottom: solid #0e8743 1px;
}
#navigation .sub-nav li:last-child > a {
  border-bottom: none;
}
#navigation ul li > .sub-nav .sub-nav {
  position: absolute;
  top: 0px;
  left: 220px;
  /* 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: 100px;
  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;
}
.image-accordion {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 30px;
}
.image-accordion ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.image-accordion li {
  position: relative;
  overflow: hidden;
  display: table-cell;
  height: 400px;
  background: no-repeat center center;
  background-size: cover;
  transition: 0.6s;
}
.image-accordion:hover li {
  width: 8% !important;
}
.image-accordion:hover li:hover {
  width: 55% !important;
}
.image-accordion li:before {
  display: none;
}
.image-accordion.num-2 li {
  width: 50%;
}
.image-accordion.num-3 li {
  width: 33.33333%;
}
.image-accordion.num-4 li {
  width: 25%;
}
.image-accordion.num-5 li {
  width: 20%;
}
.image-accordion li a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.image-accordion li h4 {
  position: absolute;
  z-index: 10;
  right: 50px;
  top: 110px;
  padding: 0;
  color: #000;
  font-size: 22px;
  font-weight: 900;
  white-space: nowrap;
  opacity: 0;
  transition: 0.3s;
}
.image-accordion li:hover h4 {
  opacity: 1;
}
#home-container .image-accordion li a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(255, 255, 255, 0);
  transition: 0.5s;
}
#home-container .image-accordion li:hover a:after {
  background: rgba(255, 255, 255, 0.5);
}
#home-location-container .layout.side {
  margin-right: 4%;
  text-align: right;
}
#home-location-container .layout.side {
  padding-top: 50px;
}
#home-location-container .layout.side h2 {
  position: absolute;
  right: 78%;
  top: 50px;
  padding-top: 0;
}
#home-container .image-accordion {
  margin-bottom: 50px;
}
#home-container p.button {
  margin-bottom: 0;
}
#home-our-team-container .layout.half {
  align-self: center;
}
#home-location-container .content {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  padding-top: 50px;
}
#home-location-container iframe {
  height: 100%;
  vertical-align: top;
}
#home-location-container p.button {
  padding-bottom: 0;
}
#home-our-team-container .layout.gap img {
  float: left;
  width: 50%;
}
#home-our-team-container .layout.gap img:nth-child(2) {
  width: 100%;
}
.home-page .mfp-title {
  display: none;
}
#service-item-container .layout.main {
  padding-top: 5px;
}
#service-item-container p.large {
  padding-top: 0;
}
.gallery.masonry {
  display: flex;
  flex-wrap: wrap;
}
.gallery.masonry .gallery-item {
  position: relative;
}
.gallery.masonry .gallery-item h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  padding: 0;
  font-size: 40px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.right-align {
  text-align: right;
}
.button a {
  display: inline-block;
  height: 60px;
  line-height: 64px;
  padding: 0 50px;
  background: #0e8743;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  transition: 0.2s;
}
.button a:hover {
  background: #0d793c;
}
.button.block a {
  display: block;
  padding: 0 10px;
  text-align: center;
}
#home-container .button a {
  font-weight: 300;
}
#home-container .button a strong {
  font-weight: 900;
}
#service-item-container .layout.main {
  width: 66%;
}
#service-item-container .layout.side {
  width: 30%;
}
.service-photo {
  float: right;
  max-width: 300px;
  margin-left: 30px;
}
.service-pricing {
  width: 100%;
  display: flex;
}
.service-pricing .service-pricing-item {
  width: 50%;
  padding-right: 20px;
  line-height: 1.4;
  vertical-align: top;
}
.service-pricing h3 {
  margin: 0;
  padding: 0;
  color: #ede6dd;
  font-size: 40px;
  font-weight: 900;
  line-height: 0.6;
}
.service-pricing h4 {
  margin: 0 0 10px;
  padding: 0 20px 0 0;
  font-size: 22px;
  font-weight: 700;
}
.service-pricing p {
  padding-top: 20px !important;
  padding-right: 20px !important;
}
.service-pricing p.desc {
  padding-top: 0 !important;
  line-height: 2;
}
.service-pricing ul {
  padding-top: 20px;
}
#container-flash {
  /* Members bars */
}
.auth-details {
  height: auto;
  line-height: 1.5;
  text-align: right;
  color: #fff;
  background-color: #181718;
  padding: 5px 0;
}
.auth-details .wrap {
  padding: 10px 0;
  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 a {
  color: #fff;
}
.auth-details a:hover {
  color: #fff;
  text-decoration: underline;
}
.auth-details img {
  vertical-align: middle;
  margin-bottom: 1px;
  /* 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: 50px 50px;
}
#container-flash.backgroundimage-container .backgroundimage-content h1 {
  color: #fff;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
  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: "proxima-nova", Arial, sans-serif;
  font-size: 130%;
  font-weight: 300;
  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 .backgroundimage-content .wrap {
  max-width: 1160px;
}
.sliderimg .slidertext {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  width: 100%;
}
.sliderimg .slidertext h2 {
  color: #0e8743;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 90px;
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 0 0 0 0;
}
.sliderimg .slidertext h3 {
  color: #fff;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 90px;
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  padding: 0 0 0 0;
  /* Breadcrump area */
}
#container-bread {
  /* breadcrumb */
}
#breadcrumb {
  font-size: 12px;
  line-height: 1.5;
  padding: 16px 0 4px 0;
  /* Main title area */
}
.container-main-title {
  margin-bottom: 30px;
}
.container-main-title .content {
  line-height: 1.5;
  padding: 50px 0;
  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: 50px 0;
  /* 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: 50px 0;
}
.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 {
  /* 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%;
  /* 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;
  /* 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: 50px 0;
  /* 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: 50px;
  padding-bottom: 50px;
}
.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: 50px;
  padding-bottom: 50px;
  /* 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: 50px;
  /* 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: 50px;
}
.content-container + .content-container.background .content, .content-container.background + .content-container .content, .content-container.backgroundimage-container + .content-container .content {
  padding-top: 50px;
  /* Image boxes */
}
.imageboxes.textunder .module-image {
  position: relative;
}
.imageboxes.textunder .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #0e8743;
}
.imageboxes.textunder .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #0e8743;
  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;
}
.imageboxes.textunder .imagebox-item:hover .module-image:after {
  opacity: 0.7;
}
.imageboxes.textunder .module-image .view {
  display: none;
}
.imageboxes.textunder .imagebox-item:hover .module-image img {
  opacity: 1;
}
.imageboxes.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;
}
.imageboxes.textunder .module-text h2 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  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 .module-text h2:before {
  content: '/';
  display: inline-block;
  color: #0e8743;
  padding-right: 5px;
}
.imageboxes.textunder .imagebox-item:hover .module-text {
  color: #0e8743;
}
.imageboxes.textunder .imagebox-item:hover .module-text h2 {
  color: #0e8743;
  /* Services */
}
.services.textunder .module-image {
  position: relative;
}
.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: "proxima-nova", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;
  padding: 0 0 18px 0;
  transition: all 0.4s ease;
  vertical-align: middle;
  text-align: center;
}
.services.textunder .service-item:hover .module-text {
  color: #0e8743;
}
.services.textunder .service-item:hover .module-text h1 {
  color: #0e8743;
  /* Staff */
}
.staff.textunder .module-image {
  position: relative;
}
.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: 10px 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: "proxima-nova", Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #000;
  padding: 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: #0e8743;
}
.staff.textunder .staff-item:hover .module-text h4 {
  color: #0e8743;
}
.staff .module-text .staff-item-text-position {
  font-weight: 300 !important;
  font-style: italic;
  /* Photo gallery */
}
.gallery.textunder .module-image {
  position: relative;
}
.gallery.textunder .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #0e8743;
}
.gallery.textunder .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #0e8743;
  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: "proxima-nova", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  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: #0e8743;
  padding-right: 5px;
}
.gallery.textunder .gallery-item:hover .module-text {
  color: #0e8743;
}
.gallery.textunder .gallery-item:hover .module-text h4 {
  color: #0e8743;
  /* News */
}
.news.mainfirst .module-image {
  position: relative;
}
.news.mainfirst .module-image:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  height: 5px;
  background-color: #0e8743;
}
.news.mainfirst .module-image:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #0e8743;
  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: #0e8743;
  font-weight: 600 !important;
}
.news.mainfirst .module-text h4 {
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0px;
  text-transform: uppercase;
  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: #0e8743;
  padding-right: 5px;
}
.news.mainfirst .news-item:hover .module-text {
  color: #0e8743;
}
.news.mainfirst .news-item:hover .module-text h4 {
  color: #0e8743;
}
.news.mainfirst.one-column .news-item {
  margin-bottom: 50px !important;
}
.news-details-date {
  font-weight: 600 !important;
  /* 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: #181718;
  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: #0e8743;
  border: none !important;
}
.testimonials.speechbubble .testimonial-item-person {
  color: #000;
  margin-top: 18px !important;
}
.testimonials.speechbubble .testimonial-item:after {
  right: 31px;
  border-color: #181718 transparent transparent transparent !important;
  /* Home page */
}
#home-container {
  margin-top: -50px;
}
#home-container .content {
  padding-top: 0;
  /* Home rotator */
}
#home-container .unslider-holder, #home-container .unslider-holder .sliderimg {
  height: auto !important;
}
#home-container .unslider-holder .unslider-wrap .sliderimg:first-child {
  position: relative;
}
#home-container .unslider-holder .backgroundimage-image, #home-container .unslider-holder .backgroundimage-image img {
  position: relative;
}
#home-container .unslider-holder .backgroundimage-image img {
  width: 100% !important;
  height: auto !important;
  /* Contact page */
}
#contact-us-bottom-container .map-holder {
  /* Footer */
}
#container-footer {
  background: #cfbfa8;
}
#footer {
  color: #fff;
  font-size: 14px;
  text-align: left;
  line-height: 1.8;
  padding: 130px 0 50px;
}
#container-footer.random-image #footer {
  background-color: transparent;
}
#footer a {
  color: #fff;
}
#footer a:hover {
  color: #0e8743;
}
#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: 0 0 20px;
  color: #fff;
  font-size: 14px;
}
#footer h3 {
  font-size: 30px;
  color: #0e8743;
  padding: 8px 0 12px;
}
#footer h3 a {
  color: #0e8743;
}
#footer h3 a:hover {
  color: #fff;
}
#footer .links {
  padding-top: 15px;
}
#footer .footer-logo {
  float: left;
  width: 22%;
  padding-right: 20px;
  box-sizing: border-box;
}
#footer .footer-contact {
  float: left;
  width: 24%;
}
#footer .footer-contact h4 {
  padding-bottom: 1px;
}
#footer .footer-contact h3 {
  font-size: 30px;
  font-weight: 900;
}
#footer .footer-contact h3 a {
  color: #fff;
}
#footer .footer-contact h3 a:hover {
  color: #0e8743;
}
#footer .footer-contact .iconlinks {
  padding-top: 0;
}
#footer .footer-contact .iconlinks a {
  font-size: 34px;
}
#footer .footer-nav {
  float: left;
  width: 16%;
  margin-right: 4%;
}
#footer .footer-nav + .footer-nav {
  width: 12%;
  margin-right: 0%;
}
#footer .footer-nav h4 {
  text-transform: none;
}
#footer .footer-nav a {
  clear: both;
  float: left;
  display: inline-block;
  overflow: hidden;
  position: relative;
  margin: 0 0 9px;
  line-height: 1.2;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .footer-nav a:hover {
  color: #fff;
  padding-left: 15px;
  font-weight: bold;
}
#footer .footer-nav a .material-icons {
  position: absolute;
  top: 0;
  left: -18px;
  color: #0e8743;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .footer-nav a:hover .material-icons {
  left: -3px;
}
#footer .footer-button {
  float: right;
}
#footer .footer-button .button a, #footer .footer-button .button a:hover {
  height: 47px;
  line-height: 49px;
  padding: 0 26px;
  color: #fff;
  font-size: 20px;
  /* Base */
}
#container-base {
  background: #cfbfa8;
  border-top: solid rgba(255, 255, 255, 0.1) 1px;
}
#base {
  color: #fff;
  font-size: smaller;
  line-height: 1.8;
  text-align: left;
  padding: 20px 0;
}
#base a {
  color: #fff;
}
#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 */
}
.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: "proxima-nova", Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 10px 20px;
  background-color: #0e8743;
}
.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 {
  cursor: pointer;
  color: #0e8743;
  background-color: #181718;
}
