/* Fonts */
/* Color palette */
.section-bk {
  background-color: #f2f5ef;
}
.primary-bk {
  background-color: #fc4c02;
}
.primary-text {
  color: #fc4c02;
}
.primary-dark-bk {
  background-color: #ab3401;
}
.primary-dark-text {
  color: #ab3401;
}
.secondary-bk {
  background-color: #92bcb3;
}
.secondary-text {
  color: #92bcb3;
}
.secondary-dark-bk {
  background-color: #609c8f;
}
.secondary-dark-text {
  color: #609c8f;
}
.body-bk {
  background-color: #3d3935;
}
.body-text {
  color: #3d3935;
}
.heading-bk {
  background-color: #3d3935;
}
.heading-text {
  color: #3d3935;
}
.black-bk {
  background-color: #000;
}
.black-text {
  color: #000;
}
.white-bk {
  background-color: #fff;
}
.white-text {
  color: #fff;
}
.grey-bk {
  background-color: #d0d3d4;
}
.grey-text-text {
  color: #6e6a65;
}
.grey-text-bk {
  background-color: #6e6a65;
}
.greydark-bk {
  background-color: #6e6a65;
}
.greydark-text {
  color: #6e6a65;
}
.btn-primary.btn {
  background: #fc4c02;
  color: #fff;
}
.btn-primary.btn:hover {
  background-color: #ab3401;
  color: #fff;
}
.btn-primary.btn:hover i {
  color: #fff;
}
.btn-primary.btn-text {
  background: none !important;
  color: #fc4c02;
}
.btn-primary.btn-text:hover {
  background: none !important;
  color: #ab3401;
  border-bottom-color: #ab3401;
}
.btn-primary.btn-text:hover i {
  color: #ab3401;
}
.btn-primary.btn-text-underline {
  background: none !important;
  color: #fc4c02;
}
.btn-primary.btn-text-underline:hover {
  background: none !important;
  color: #ab3401;
  border-bottom-color: #ab3401;
}
.btn-primary.btn-text-underline:hover i {
  color: #ab3401;
}
.btn-primary.btn-ghost {
  border-color: #fc4c02;
  color: #fc4c02;
}
.btn-primary.btn-ghost:hover {
  background-color: #ab3401;
  color: #fff;
  border-color: #ab3401;
}
.btn-primary.btn-ghost:hover i {
  color: #fff;
}
.btn-secondary.btn {
  background: #92bcb3;
  color: #fff;
}
.btn-secondary.btn:hover {
  background-color: #609c8f;
  color: #fff;
}
.btn-secondary.btn:hover i {
  color: #fff;
}
.btn-secondary.btn-text {
  background: none !important;
  color: #92bcb3;
}
.btn-secondary.btn-text:hover {
  background: none !important;
  color: #609c8f;
  border-bottom-color: #609c8f;
}
.btn-secondary.btn-text:hover i {
  color: #609c8f;
}
.btn-secondary.btn-text-underline {
  background: none !important;
  color: #92bcb3;
}
.btn-secondary.btn-text-underline:hover {
  background: none !important;
  color: #609c8f;
  border-bottom-color: #609c8f;
}
.btn-secondary.btn-text-underline:hover i {
  color: #609c8f;
}
.btn-secondary.btn-ghost {
  border-color: #92bcb3;
  color: #92bcb3;
}
.btn-secondary.btn-ghost:hover {
  background-color: #609c8f;
  color: #fff;
  border-color: #609c8f;
}
.btn-secondary.btn-ghost:hover i {
  color: #fff;
}
.btn-body.btn {
  background: #3d3935;
  color: #fff;
}
.btn-body.btn:hover {
  background-color: #6e6a65;
  color: #fff;
}
.btn-body.btn:hover i {
  color: #fff;
}
.btn-body.btn-text {
  background: none !important;
  color: #3d3935;
}
.btn-body.btn-text:hover {
  background: none !important;
  color: #6e6a65;
  border-bottom-color: #6e6a65;
}
.btn-body.btn-text:hover i {
  color: #6e6a65;
}
.btn-body.btn-text-underline {
  background: none !important;
  color: #3d3935;
}
.btn-body.btn-text-underline:hover {
  background: none !important;
  color: #6e6a65;
  border-bottom-color: #6e6a65;
}
.btn-body.btn-text-underline:hover i {
  color: #6e6a65;
}
.btn-body.btn-ghost {
  border-color: #3d3935;
  color: #3d3935;
}
.btn-body.btn-ghost:hover {
  background-color: #6e6a65;
  color: #fff;
  border-color: #6e6a65;
}
.btn-body.btn-ghost:hover i {
  color: #fff;
}
.btn-grey.btn {
  background: #d0d3d4;
  color: #fff;
}
.btn-grey.btn:hover {
  background-color: #3d3935;
  color: #fff;
}
.btn-grey.btn:hover i {
  color: #fff;
}
.btn-grey.btn-text {
  background: none !important;
  color: #d0d3d4;
}
.btn-grey.btn-text:hover {
  background: none !important;
  color: #3d3935;
  border-bottom-color: #3d3935;
}
.btn-grey.btn-text:hover i {
  color: #3d3935;
}
.btn-grey.btn-text-underline {
  background: none !important;
  color: #d0d3d4;
}
.btn-grey.btn-text-underline:hover {
  background: none !important;
  color: #3d3935;
  border-bottom-color: #3d3935;
}
.btn-grey.btn-text-underline:hover i {
  color: #3d3935;
}
.btn-grey.btn-ghost {
  border-color: #d0d3d4;
  color: #d0d3d4;
}
.btn-grey.btn-ghost:hover {
  background-color: #3d3935;
  color: #fff;
  border-color: #3d3935;
}
.btn-grey.btn-ghost:hover i {
  color: #fff;
}
.btn-grey-dark.btn {
  background: #6e6a65;
  color: #fff;
}
.btn-grey-dark.btn:hover {
  background-color: #000;
  color: #fff;
}
.btn-grey-dark.btn:hover i {
  color: #fff;
}
.btn-grey-dark.btn-text {
  background: none !important;
  color: #6e6a65;
}
.btn-grey-dark.btn-text:hover {
  background: none !important;
  color: #000;
  border-bottom-color: #000;
}
.btn-grey-dark.btn-text:hover i {
  color: #000;
}
.btn-grey-dark.btn-text-underline {
  background: none !important;
  color: #6e6a65;
}
.btn-grey-dark.btn-text-underline:hover {
  background: none !important;
  color: #000;
  border-bottom-color: #000;
}
.btn-grey-dark.btn-text-underline:hover i {
  color: #000;
}
.btn-grey-dark.btn-ghost {
  border-color: #6e6a65;
  color: #6e6a65;
}
.btn-grey-dark.btn-ghost:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.btn-grey-dark.btn-ghost:hover i {
  color: #fff;
}
.btn-black.btn {
  background: #000;
  color: #fff;
}
.btn-black.btn:hover {
  background-color: #fc4c02;
  color: #fff;
}
.btn-black.btn:hover i {
  color: #fff;
}
.btn-black.btn-text {
  background: none !important;
  color: #000;
}
.btn-black.btn-text:hover {
  background: none !important;
  color: #fc4c02;
  border-bottom-color: #fc4c02;
}
.btn-black.btn-text:hover i {
  color: #fc4c02;
}
.btn-black.btn-text-underline {
  background: none !important;
  color: #000;
}
.btn-black.btn-text-underline:hover {
  background: none !important;
  color: #fc4c02;
  border-bottom-color: #fc4c02;
}
.btn-black.btn-text-underline:hover i {
  color: #fc4c02;
}
.btn-black.btn-ghost {
  border-color: #000;
  color: #000;
}
.btn-black.btn-ghost:hover {
  background-color: #fc4c02;
  color: #fff;
  border-color: #fc4c02;
}
.btn-black.btn-ghost:hover i {
  color: #fff;
}
.btn-white.btn {
  background: #fff;
  color: #fc4c02;
}
.btn-white.btn:hover {
  background-color: #d0d3d4;
  color: #fff;
}
.btn-white.btn:hover i {
  color: #fff;
}
.btn-white.btn-text {
  background: none !important;
  color: #fff;
}
.btn-white.btn-text:hover {
  background: none !important;
  color: #d0d3d4;
  border-bottom-color: #d0d3d4;
}
.btn-white.btn-text:hover i {
  color: #d0d3d4;
}
.btn-white.btn-text-underline {
  background: none !important;
  color: #fff;
}
.btn-white.btn-text-underline:hover {
  background: none !important;
  color: #d0d3d4;
  border-bottom-color: #d0d3d4;
}
.btn-white.btn-text-underline:hover i {
  color: #d0d3d4;
}
.btn-white.btn-ghost {
  border-color: #fff;
  color: #fff;
}
.btn-white.btn-ghost:hover {
  background-color: #d0d3d4;
  color: #fff;
  border-color: #d0d3d4;
}
.btn-white.btn-ghost:hover i {
  color: #fff;
}
.absolute, .mobile_search input[type="submit"], .header_homepage_layout .header-content, .header_layout .fullwidth-container, .header_layout .header-content, .content_grid_brands_layout .logo-wrapper img {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
header {
  position: absolute;
  width: 100%;
  margin: auto;
  z-index: 9999;
  -webkit-transition: 0.3s ease all 0.3s;
  transition: 0.3s ease all 0.3s;
  margin: 0;
}
@media (max-width: 735px) {
  header .nav {
    background: #fff;
  }
}
header .nav > .page-container > ul > li {
  display: inline-block;
  padding-left: 40px;
}
@media (max-width: 1270px) {
  header .nav > .page-container > ul > li {
    padding-left: 21px;
  }
}
@media (max-width: 370px) {
  header .nav > .page-container > ul > li {
    padding-left: 15px;
  }
}
@media (max-width: 330px) {
  header .nav > .page-container > ul > li {
    padding-left: 11px;
  }
}
header .nav > .page-container > ul > li.mobile {
  display: none;
}
header .nav > .page-container > ul > li.spacer {
  padding-left: 65px !important;
}
header .nav .logo {
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
@media (max-width: 1270px) {
  header .nav .logo {
    padding-top: 23px;
    padding-bottom: 23px;
  }
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  header .nav .logo {
    padding: 14px 0;
  }
}
header .nav .logo a {
  display: inline-block;
  width: 200px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  float: left;
}
@media (max-width: 1270px) {
  header .nav .logo a {
    width: 155px;
  }
}
@media (max-width: 1020px) {
  header .nav .logo a {
    width: 200px;
  }
}
@media (max-width: 735px) {
  header .nav .logo a {
    width: 160px !important;
  }
}
header .nav .logo a img {
  width: 100%;
  -webkit-transition: 0.3s ease all 0.3s;
  transition: 0.3s ease all 0.3s;
}
header .nav .nav-cta > a, header .nav .nav-item > a {
  padding-top: 35px;
  padding-bottom: 37px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  transition: 0.3s ease all;
  line-height: 15px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.2px;
}
@media (max-width: 1270px) {
  header .nav .nav-cta > a, header .nav .nav-item > a {
    font-size: 15px;
  }
}
header .nav .nav-cta > a:after, header .nav .nav-item > a:after {
  position: absolute;
  width: 0%;
  left: 0;
  bottom: 0px;
  right: 0;
  margin: auto;
  content: '';
  background: #fc4c02;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .nav .nav-cta > a:hover:after, header .nav .nav-item > a:hover:after {
  width: 100%;
}
header .nav .nav-cta > a.nohover:after, header .nav .nav-item > a.nohover:after {
  content: none !important;
}
header .nav .nav-cta:first-child, header .nav .nav-item:first-child {
  padding-left: 0;
}
header .nav .open > a {
  color: #fc4c02 !important;
}
header .nav .open > a:after {
  width: 100%;
}
header .nav .nav-cta a {
  color: #fc4c02 !important;
  font-weight: 600;
  font-size: 15px;
  line-height: 17px;
  padding-top: 35px;
  padding-bottom: 35px;
}
header .nav .nav-cta a i {
  color: #fc4c02;
  font-size: 148%;
  line-height: 1px;
  top: 3px;
}
header .nav .nav-cta a:hover {
  color: #e94804 !important;
}
header .nav .nav-cta a:hover i {
  color: #e94804;
}
@media (max-width: 1020px) {
  header .nav .nav-cta a {
    font-size: 27px;
    line-height: 27px;
    padding: 30px 0;
  }
  header .nav .nav-cta a i {
    color: #3d3935 !important;
    font-size: 120%;
  }
  header .nav .nav-cta a i.icon-phone {
    font-size: 100% !important;
  }
  header .nav .nav-cta a.mobile-menu-btn {
    top: 6px;
  }
  header .nav .nav-cta a:after {
    content: none;
  }
}
@media (max-width: 735px) {
  header .nav .nav-cta a {
    padding: 22px 0;
  }
  header .nav .nav-cta a.mobile-menu-btn {
    padding: 10px 0 !important;
    top: 14px;
  }
}
@media (max-width: 735px) {
  header .nav .nav-cta {
    float: left;
  }
}
header .upper-nav {
  background: #eaeceb;
}
@media (max-width: 1020px) {
  header .upper-nav {
    display: none;
  }
}
header .upper-nav .nav-item {
  display: inline-block;
  padding: 11px 0;
  padding-left: 25px;
}
header .upper-nav .nav-item a {
  color: #3d3935;
  text-decoration: none;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}
header .upper-nav .nav-item a i {
  font-size: 25px;
  line-height: 1px;
  position: relative;
  top: 5px;
}
header .upper-nav .nav-item:first-child {
  padding-left: 0px;
}
header .upper-nav .page-container {
  overflow: hidden;
}
header .upper-nav .search_box_nav {
  padding: 4px 0;
  margin-right: -125px;
  -webkit-transition: 0.8s ease all;
  transition: 0.8s ease all;
}
header .upper-nav .search_box_nav input[type="text"] {
  background: transparent;
  border: none;
  color: #3d3935;
  font-size: 15px;
  line-height: 17px;
  -webkit-transition: 0.8s ease all;
  transition: 0.8s ease all;
  width: 150px;
  padding: 9px 0;
}
header .upper-nav .search_box_nav input[type="submit"] {
  padding: 9px 11px;
  background: #3d3935;
  color: #fff;
  margin: 0;
}
header .upper-nav .search_box_nav input[type="submit"]:hover {
  color: #fff;
  background: #92bcb3;
}
header .upper-nav .search_box_nav ::-webkit-input-placeholder {
  color: #3d3935;
  opacity: 0.67;
  font-size: 14px;
  line-height: 17px;
  transition: 0.3s all ease;
}
header .upper-nav .search_box_nav :-moz-placeholder {
  color: #3d3935;
  opacity: 0.67;
  font-size: 14px;
  line-height: 17px;
  transition: 0.3s all ease;
}
header .upper-nav .search_box_nav ::-moz-placeholder {
  color: #3d3935;
  opacity: 0.67;
  font-size: 14px;
  line-height: 17px;
  transition: 0.3s all ease;
}
header .upper-nav .search_box_nav :-ms-input-placeholder {
  color: #3d3935;
  opacity: 0.67;
  font-size: 14px;
  line-height: 17px;
  transition: 0.3s all ease;
}
header .upper-nav .search_box_nav ::placeholder {
  color: #3d3935;
  opacity: 0.67;
  font-size: 14px;
  line-height: 17px;
  transition: 0.3s all ease;
}
header .upper-nav .search_box_nav:-webkit-input-placeholder {
  color: #3d3935;
  opacity: 0.67;
  font-size: 14px;
  line-height: 17px;
  transition: 0.3s all ease;
}
header .upper-nav .search_box_nav:-moz-placeholder {
  color: #3d3935;
  opacity: 0.67;
  font-size: 14px;
  line-height: 17px;
  transition: 0.3s all ease;
}
header .upper-nav .search_box_nav::-moz-placeholder {
  color: #3d3935;
  opacity: 0.67;
  font-size: 14px;
  line-height: 17px;
  transition: 0.3s all ease;
}
header .upper-nav .search_box_nav:-ms-input-placeholder {
  color: #3d3935;
  opacity: 0.67;
  font-size: 14px;
  line-height: 17px;
  transition: 0.3s all ease;
}
header .upper-nav .search_box_nav::placeholder {
  color: #3d3935;
  opacity: 0.67;
  font-size: 14px;
  line-height: 17px;
  transition: 0.3s all ease;
}
header .upper-nav .search_box_nav:hover ::-webkit-input-placeholder {
  opacity: 1;
}
header .upper-nav .search_box_nav:hover :-moz-placeholder {
  opacity: 1;
}
header .upper-nav .search_box_nav:hover ::-moz-placeholder {
  opacity: 1;
}
header .upper-nav .search_box_nav:hover :-ms-input-placeholder {
  opacity: 1;
}
header .upper-nav .search_box_nav:hover ::placeholder {
  opacity: 1;
}
header .upper-nav .search_box_nav:hover:-webkit-input-placeholder {
  opacity: 1;
}
header .upper-nav .search_box_nav:hover:-moz-placeholder {
  opacity: 1;
}
header .upper-nav .search_box_nav:hover::-moz-placeholder {
  opacity: 1;
}
header .upper-nav .search_box_nav:hover:-ms-input-placeholder {
  opacity: 1;
}
header .upper-nav .search_box_nav:hover::placeholder {
  opacity: 1;
}
header .upper-nav .search_box_nav.open {
  margin-right: 0px;
}
header .upper-nav .search_box_nav.open input[type="text"] {
  width: 300px;
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
  header .center {
    display: none;
  }
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.header-offset {
  height: 135px;
}
@media (max-width: 1020px) {
  .header-offset {
    height: 87px;
  }
}
@media (max-width: 735px) {
  .header-offset {
    height: 67px;
  }
}
@media (max-width: 370px) {
  .header-offset {
    height: 67px;
  }
}
.header-offset.image-nav {
  display: none;
}
.sticky-active header {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  position: fixed;
  top: -160px;
  overflow: hidden;
}
.sticky-active.sticky-up header {
  -webkit-transition: 0.5s all ease !important;
  transition: 0.5s all ease !important;
}
.sticky-hide header {
  -webkit-transition: 0.5s all ease !important;
  transition: 0.5s all ease !important;
}
.sticky-force header, .sticky-show header {
  -webkit-transition: 0.5s all ease !important;
  transition: 0.5s all ease !important;
}
.sticky-active header .upper-nav {
  display: none;
}
.sticky-active header .nav .logo {
  padding-top: 11px;
  padding-bottom: 10px;
}
.sticky-active header .nav .logo a {
  max-width: 165px;
}
.sticky-active header .nav li a {
  line-height: 37px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.sticky-active header .nav .nav-item .hasdropdownonHover:after, .sticky-active header .nav .nav-item .dropdown {
  display: block;
}
.sticky-force header {
  top: 0px !important;
}
.sticky-force header .upper-nav {
  display: none;
}
.sticky-show header {
  top: 0px;
}
.sticky-show header .upper-nav {
  display: none;
}
.sticky-hide header {
  top: -160px;
}
@media (max-width: 735px) {
  .sticky-hide header {
    top: -95px;
  }
}
.sticky-hide header .hasdropdownonHover:after, .sticky-hide header .dropdown {
  display: none;
}
.mobile-menu-btn {
  color: #3d3935 !important;
}
header.white .nav, .sticky-active header .nav {
  background: #fff !important;
}
header.white .nav li > a, .sticky-active header .nav li > a {
  color: #6e6a65;
}
header.white .nav li > a:after, .sticky-active header .nav li > a:after {
  background: #6e6a65;
}
header.white .nav li > a.active, .sticky-active header .nav li > a.active, header.white .nav li > a:hover, .sticky-active header .nav li > a:hover {
  color: #fc4c02;
}
header.white .nav li > a.active:after, .sticky-active header .nav li > a.active:after, header.white .nav li > a:hover:after, .sticky-active header .nav li > a:hover:after {
  background: #fc4c02;
  width: 100%;
}
header.white .nav .logo a, .sticky-active header .nav .logo a {
  background: none !important;
}
header.white .nav .logo a img, .sticky-active header .nav .logo a img {
  opacity: 1 !important;
}
.page-template-page-home .header-offset {
  display: none;
}
.nav-is-top .home header .nav {
  -webkit-box-shadow: none;
  box-shadow: none;
}
header .hasdropdownonClick .dropdown, header .hasdropdownonHover .dropdown {
  position: absolute;
  z-index: -1;
  width: 100%;
  background: #fff;
  left: 0;
  right: 0;
  margin: 0px auto 0;
  padding: 60px 0 55px;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}
header .hasdropdownonClick:after, header .hasdropdownonHover:after {
  position: fixed;
  content: '';
  background: #000;
  width: 100%;
  height: 100vh;
  max-width: 1920px;
  margin: auto;
  top: 161px;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
header .hasdropdownonClick .open .dropdown, header .hasdropdownonHover .open .dropdown {
  margin: 44px auto 0;
  visibility: visible;
  opacity: 1;
}
header .hasdropdownonClick .open:after, header .hasdropdownonHover .open:after {
  opacity: 0.7;
  visibility: visible;
}
header .dropdown {
  position: absolute;
  top: -50px;
  width: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-box-shadow: 0 24px 48px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 24px 48px 0 rgba(0, 0, 0, 0.16);
  text-align: left;
}
header .dropdown:before {
  background: #fff;
  position: absolute;
  top: -135px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 24px);
  content: '';
  height: 136px;
  pointer-events: none;
  border-bottom: 1px solid rgba(91, 126, 150, .12);
}
header .dropdown .page-container {
  position: relative;
}
header .dropdown .page-container .nav-cards a {
  display: block;
  color: #3d3935;
  text-decoration: none;
}
header .dropdown .page-container .nav-cards a img {
  max-width: none;
  width: 100%;
  border-bottom: 3px solid #fff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
header .dropdown .page-container .nav-cards a .display4 {
  margin: 17px 0 -3px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
header .dropdown .page-container .nav-cards a p {
  max-width: 270px;
  color: #6e6a65;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
header .dropdown .page-container .nav-cards a:hover img {
  border-bottom: 3px solid #fc4c02;
}
header .dropdown .page-container .nav-cards a:hover .display4 {
  color: #fc4c02;
}
header .dropdown .page-container .nav-cards a:hover p {
  color: #3d3935;
}
header .dropdown .page-container {
  width: 100%;
}
header .open .dropdown {
  top: 135px;
  opacity: 1 !important;
  visibility: visible !important;
}
header .open .dropdown .page-container .dropdownnav-wrapper > ul.open {
  left: 0px;
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
header .dropdown {
  -webkit-transition: 0.8s all ease 0s;
  transition: 0.8s all ease 0s;
}
header .dropdown:before {
  -webkit-transition: 0.8s all ease 0s;
  transition: 0.8s all ease 0s;
}
header .dropdown .nav-cards {
  margin-top: 0 !important;
  -webkit-transition: 0.9s opacity ease 0.1s;
  transition: 0.9s opacity ease 0.1s;
}
header .dropdown .page-container {
  -webkit-transition: 0.7s opacity ease 0s;
  transition: 0.7s opacity ease 0s;
  opacity: 0;
}
header.hasOpenDropdown .open .dropdown {
  -webkit-transition: 0.8s all ease 0s !important;
  transition: 0.8s all ease 0s !important;
}
header.hasOpenDropdown .open .dropdown:before {
  -webkit-transition: 0.8s all ease 0s !important;
  transition: 0.8s all ease 0s !important;
}
header.hasOpenDropdown .open .dropdown .nav-cards {
  -webkit-transition: 1s opacity ease 0.6s !important;
  transition: 1s opacity ease 0.6s !important;
}
header.hasOpenDropdown .open .dropdown .page-container {
  -webkit-transition: 0.7s opacity ease 0.5s !important;
  transition: 0.7s opacity ease 0.5s !important;
  opacity: 1;
}
.nav_layout.hasOpenDropdown {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.nav_layout.hasOpenDropdown .nav {
  background: #fff !important;
}
.nav_layout.hasOpenDropdown .nav li > a {
  color: #6e6a65;
}
.nav_layout.hasOpenDropdown .nav li > a:after {
  background: #6e6a65;
}
.nav_layout.hasOpenDropdown .nav li > a.active, .nav_layout.hasOpenDropdown .nav li > a:hover {
  color: #fc4c02;
}
.nav_layout.hasOpenDropdown .nav li > a.active:after, .nav_layout.hasOpenDropdown .nav li > a:hover:after {
  background: #fc4c02;
  width: 100%;
}
.nav_layout.hasOpenDropdown .nav .logo a {
  background: none !important;
}
.nav_layout.hasOpenDropdown .nav .logo a img {
  opacity: 1 !important;
}
.nav_layout.hasOpenDropdown .dropdown {
  top: 135px !important;
}
.row_center {
  text-align: center;
}
.row_center > div {
  float: none;
  display: inline-block;
  text-align: left;
}
html[data-useragent*='MSIE 10.0'] header .hasdropdownonClick:after, html[data-useragent*='MSIE 10.0'] header .hasdropdownonHover:after {
  content: none !important;
}
.mm-wrapper_opened header {
  top: 0 !important;
  position: fixed !important;
}
#mobile_menu {
  position: fixed;
  height: 100%;
}
@media (max-width: 1020px) {
  .mm-menu_navbar_top-1 .mm-panels {
    top: 87px !important;
  }
}
@media (max-width: 370px) {
  .mm-menu_navbar_top-1 .mm-panels {
    top: 67px !important;
  }
}
.mm-panel .mm-navbar {
  display: none !important;
}
.mm-panel_has-navbar {
  padding-top: 10vh !important;
  margin-bottom: -10vh !important;
}
@media (max-width: 735px) {
  .mm-panel_has-navbar {
    padding-top: 5vh !important;
    margin-bottom: -5vh !important;
  }
}
li.mm-listitem {
  margin: auto;
  float: none;
}
@media (max-width: 1020px) {
  li.mm-listitem {
    max-width: 700px !important;
  }
}
@media (max-width: 735px) {
  li.mm-listitem {
    max-width: 600px !important;
    width: 94%;
  }
}
#mobile_menu[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#mobile_menu[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#mobile_menu[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#mobile_menu[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#mobile_menu[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#mobile_menu[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#mobile_menu[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#mobile_menu[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
#mobile_menu[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
#mobile_menu[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
#mobile_menu[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
#mobile_menu[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
#mobile_menu[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
#mobile_menu[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
#mobile_menu[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.mm-listview li a, .mm-listview li span {
  font-weight: 500;
  color: #3d3935;
  font-size: 20px;
  padding: 15px 10px 15px 0px !important;
}
.mm-listitem:after {
  content: none !important;
}
.mm-menu_theme-white.mm-menu_selected-hover .mm-listitem > a.mm-btn_fullwidth:hover + span, .mm-menu_theme-white.mm-menu_selected-hover .mm-listitem > a:not(.mm-btn_fullwidth):hover {
  background: transparent !important;
}
.mm-listview .mm-listitem .mm-btn_slide {
  background: transparent !important;
  opacity: 0;
}
.mm-listview .mm-listitem .mm-btn_slide:before {
  content: '';
}
.mm-listview .mm-panel {
  background: #fff !important;
}
.mm-listview .mm-listitem.mm-listitem_vertical > .mm-panel {
  padding: 0px 0 10px 0px;
}
.mm-listitem .mm-listview li {
  width: 100%;
}
.mm-listitem .mm-listview li a, .mm-listitem .mm-listview li span {
  color: #6e6a65;
  font-weight: 300;
  padding: 13px 10px 13px 0px !important;
}
.mm-listitem_opened.mm-listitem:after {
  content: '' !important;
  left: 0px;
}
.mm-listitem_opened.mm-listitem:before {
  content: '' !important;
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-width: 1px;
  border-top-style: solid;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  left: 0px;
}
.mm-listitem_opened.mm-listitem .mm-btn_slide {
  opacity: 1;
}
.mm-listitem .mm-btn_slide {
  background: rgba(3, 2, 1, 0);
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
.mm-btn_slide:after {
  content: '';
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}
.mm-btn_slide:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}
.mm-menu .mm-listview .mm-btn_slide:after {
  border-color: rgba(0, 0, 0, .3);
}
.mm-listitem_vertical > .mm-btn_slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  bottom: auto;
}
.mm-listitem_opened > .mm-btn_slide:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}
.mm-menu_navbar_bottom-1 .mm-panels {
  bottom: 0;
}
.mm-navbars_bottom {
  border: none !important;
  padding-bottom: 10px;
}
.mm-navbars_bottom a {
  color: #3d3935 !important;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  max-width: 600px;
  margin: auto;
}
.mm-navbars_bottom a i {
  font-size: 158%;
  top: 4px;
  line-height: 2px;
}
.mm-navbars_bottom a:hover {
  color: #fc4c02 !important;
}
.mm-navbars_bottom .mm-navbar {
  height: auto;
  margin: 0 12px;
}
.mm-navbars_bottom .mm-navbar > div {
  border-top: 1px solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
}
@media (max-width: 735px) {
  .mm-navbars_bottom .mm-navbar {
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1020px) {
  #mobile_menu {
    display: none !important;
  }
}
@media (max-width: 735px) {
}
@media (max-width: 1020px) {
  #mobile_menu .mm-panels > .mm-panel {
    margin-top: 87px;
    padding-bottom: 130px;
  }
}
@media (max-width: 735px) {
  #mobile_menu .mm-panels > .mm-panel {
    margin-top: 67px;
    padding-bottom: 134px;
  }
}
@media (max-width: 370px) {
  #mobile_menu .mm-panels > .mm-panel {
    margin-top: 67px;
    padding-bottom: 161px;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.open .hamburger:hover {
  opacity: 0.7;
}
.open .hamburger .hamburger-inner, .open .hamburger .hamburger-inner::before, .open .hamburger .hamburger-inner::after {
  background-color: #3d3935;
}
.hamburger-box {
  width: 27px;
  height: 27px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 27px;
  height: 1.5px;
  background-color: #3d3935;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}
/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.open .hamburger-inner, .open .hamburger-inner::before, .open .hamburger-inner::after {
  height: 1px;
}
.open .hamburger--spin .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open .hamburger--spin .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.open .hamburger--spin .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mobile_search {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1020px) {
  .mobile_search {
    margin-top: 87px;
  }
}
@media (max-width: 735px) {
  .mobile_search {
    margin-top: 67px;
  }
}
@media (max-width: 370px) {
  .mobile_search {
    margin-top: 67px;
  }
}
.mobile_search .page-container {
  width: 94% !important;
}
.mobile_search form {
  border-bottom: 1px solid #eaeceb;
  margin: 10vh auto 0;
  max-width: 400px;
  padding: 12px 0px 5px;
}
.mobile_search form .submit {
  position: relative;
  padding-right: 8px;
}
.mobile_search form .submit i {
  font-size: 143%;
  top: 3px;
  position: relative;
  line-height: 1px;
  color: #3d3935;
}
.mobile_search input[type="text"] {
  background: transparent;
  border: none;
  color: #3d3935;
  font-size: 14px;
  line-height: 17px;
  -webkit-transition: 0.8s ease all;
  transition: 0.8s ease all;
  width: calc(100% - 40px);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.mobile_search input[type="text"] ::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.mobile_search input[type="text"] :-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.mobile_search input[type="text"] ::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.mobile_search input[type="text"] :-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.mobile_search input[type="text"] ::placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.mobile_search input[type="text"]:-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.mobile_search input[type="text"]:-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.mobile_search input[type="text"]::-moz-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.mobile_search input[type="text"]:-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.mobile_search input[type="text"]::placeholder {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.mobile_search input[type="submit"] {
  background: transparent;
  z-index: 9;
  margin: 0;
}
#mobile_search_btn {
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#mobile_search_btn .icon-search:before {
  opacity: 1;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
#mobile_search_btn .icon-search:after {
  content: "\e92e";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  top: 2px;
  opacity: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}
.open #mobile_search_btn {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.open #mobile_search_btn .icon-search:after {
  opacity: 1;
}
.open #mobile_search_btn .icon-search:before {
  opacity: 0;
}
.nav-contact .dropdown {
  padding: 60px 0 25px !important;
}
.nav-contact .dropdown .page-container .nav-cards a p {
  margin: 5px 0;
  font-size: 17px;
}
#mobile_nav_quote a {
  color: #fc4c02 !important;
}
.header_homepage_layout {
  position: relative;
}
@media (max-width: 735px) {
  .header_homepage_layout {
    height: auto;
    border: 0 solid #fff;
  }
}
.header_homepage_layout .lSSlideOuter {
  height: 100%;
}
.header_homepage_layout .fullwidth-container {
  height: calc(100vh - (117px + 12px));
  max-height: calc(660px + 12px);
  border-bottom: 12px solid #fff;
}
@media (max-width: 1270px) {
  .header_homepage_layout .fullwidth-container {
    max-height: calc(448.5px + 12px);
  }
}
@media (max-width: 1020px) {
  .header_homepage_layout .fullwidth-container {
    max-height: calc(362px + 12px);
  }
}
@media (max-width: 735px) {
  .header_homepage_layout .fullwidth-container {
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-height: none;
  }
  .header_homepage_layout .fullwidth-container .lSSlideWrapper {
    height: 100%;
  }
  .header_homepage_layout .fullwidth-container .lSSlideWrapper .lightSlider {
    height: 100% !important;
    padding: 0 !important;
  }
}
.header_homepage_layout .fullwidth-container .header_images .header-image {
  height: calc(100vh - (117px + 12px));
  max-height: 660px;
}
@media (max-width: 1270px) {
  .header_homepage_layout .fullwidth-container .header_images .header-image {
    max-height: 448.5px;
  }
}
@media (max-width: 1020px) {
  .header_homepage_layout .fullwidth-container .header_images .header-image {
    max-height: 362px;
  }
}
@media (max-width: 735px) {
  .header_homepage_layout .fullwidth-container .header_images .header-image {
    max-height: none;
    height: 100%;
  }
}
.header_homepage_layout .fullwidth-container .header_images .header-image img {
  width: auto;
  max-width: none;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: relative;
  min-height: 100%;
}
.header_homepage_layout .fullwidth-container .header_images picture {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
  max-height: none;
  height: 100%;
}
@media (max-width: 735px) {
}
.header_homepage_layout .header-content {
  z-index: 99;
}
@media (max-width: 735px) {
  .header_homepage_layout .header-content {
    position: relative;
    height: auto;
    padding-top: 224px;
    padding-bottom: 47px;
    width: 94%;
    margin: auto;
  }
}
@media (max-width: 370px) {
  .header_homepage_layout .header-content {
    padding-top: 35px;
  }
}
.header_homepage_layout .header-content .page-container {
  position: relative;
  height: 100%;
}
.header_homepage_layout .header-content .header-box {
  bottom: 40px;
  position: absolute;
  width: 600px;
  padding: 40px;
  background-color: rgba(255, 255, 255, .9);
  z-index: 1;
}
@media (max-width: 735px) {
  .header_homepage_layout .header-content .header-box {
    background-color: #fff;
    bottom: 0;
    width: 100%;
    position: relative;
    height: auto;
    padding: 20px 25px;
  }
}
.header_homepage_layout .header-content .header-box .display1 {
  margin-right: 20px;
}
@media (max-width: 735px) {
  .header_homepage_layout .header-content .header-box .display1 {
    margin: 0;
  }
}
.header_homepage_layout .header-content .header-box .brand_statement_sub_header {
  margin: 20px 0 30px;
}
@media (max-width: 735px) {
  .header_homepage_layout .header-content .header-box .btn {
    padding: 13.5px 37px;
  }
}
.header_homepage_layout .header-content .header-box .btn-secondary {
  margin-left: 10px;
}
@media (max-width: 735px) {
  .header_homepage_layout .header-content .header-box .btn-secondary {
    margin-top: 10px;
    margin-left: 0px;
  }
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.header_homepage_layout .lSSlideWrapper.usingCss .lSFade > * {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
  transition-duration: 2s !important;
  -webkit-transition-duration: 2s !important;
}
.header_homepage_layout .lSSlideWrapper.usingCss .lSFade > *.active {
  z-index: 10;
  transition-delay: 0s;
}
.product_sections_layout {
  padding-top: 100px;
}
@media (min-width: 1270px) {
  .product_sections_layout .page-container {
    max-width: 1000px;
  }
}
@media (max-width: 1020px) {
  .product_sections_layout .page-container {
    max-width: 535px !important;
  }
}
.product_sections_layout .heading {
  position: relative;
}
@media (max-width: 735px) {
  .product_sections_layout .heading {
    display: none;
  }
}
.product_sections_layout .heading .display2 {
  text-align: center;
}
.product_sections_layout .heading .header-wrapper {
  max-width: 509px;
}
.product_sections_layout .heading .header-wrapper .display2 {
  text-align: left;
}
.product_sections_layout .heading .header-wrapper .subheader {
  color: #6e6a65;
  margin-top: 20px;
}
.product_sections_layout .heading .btn-text {
  position: absolute;
  right: 0;
  bottom: 0;
}
.product_sections_layout .display4 {
  margin-bottom: 25px;
}
@media (max-width: 735px) {
  .product_sections_layout .display4 {
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
  }
}
@media (max-width: 735px) {
  .product_sections_layout .product_spaces_list {
    margin-top: 20px;
  }
}
.product_sections_layout .row {
  position: relative;
}
.product_sections_layout .row:before {
  position: absolute;
  width: 1px;
  background: #eaeceb;
  height: 100%;
  left: 53.5%;
  content: '';
}
@media (max-width: 1270px) {
  .product_sections_layout .row:before {
    left: 46.5%;
  }
}
@media (max-width: 1020px) {
  .product_sections_layout .row:before {
    left: 50%;
  }
}
@media (max-width: 735px) {
  .product_sections_layout .row:before {
    content: none;
  }
}
.product_sections_layout ul li {
  width: 50%;
  float: left;
}
@media (max-width: 1020px) {
  .product_sections_layout ul li {
    width: 100%;
  }
}
@media (max-width: 735px) {
  .product_sections_layout ul li {
    width: 50%;
    min-height: 67px;
  }
}
.product_sections_layout ul.product_category a:hover {
  color: #fc4c02;
}
.product_sections_layout ul.product_category a:hover .icon {
  background: rgba(252, 76, 2, .2);
}
.product_sections_layout ul.product_spaces a:hover {
  color: #92bcb3 !important;
}
.product_sections_layout ul.product_spaces a:hover .icon {
  background: rgba(146, 188, 179, .5) !important;
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.cat_list li a {
  color: #3d3935 !important;
  text-decoration: none;
  display: block;
  transition: 0.2s ease color;
}
.cat_list li a .icon {
  width: 48px;
  height: 48px;
  background: rgba(208, 211, 212, .3);
  border-radius: 1000px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
  position: relative;
  transition: 0.2s ease background;
}
@media (max-width: 735px) {
  .cat_list li a .icon {
    margin-bottom: 13px;
  }
}
.cat_list li a .icon img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}
.cat_list li a .name {
  width: calc(100% - 57px);
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 735px) {
  .cat_list li a .name {
    margin-bottom: 13px;
    line-height: 1.2em;
  }
}
.cat_list li a .tax_list {
  padding: 22px;
}
.cat_list.mm-listview li.mm-listitem a {
  padding: 7px 10px 7px 0px !important;
}
.cat_list.mm-listview li.mm-listitem .subheader {
  font-size: 15px !important;
  color: #3d3935 !important;
  font-weight: 500 !important;
}
.cat_list.mm-listview li.mm-listitem a .icon {
  margin: 0;
  width: 38px;
  height: 38px;
}
.cat_list.mm-listview li.mm-listitem a .name {
  width: calc(100% - 47px);
  padding-left: 10px;
  margin: 0;
}
.dropdown .product_sections_layout {
  padding: 0;
}
@media (min-width: 1270px) {
  .dropdown .product_sections_layout .page-container {
    max-width: 1400px;
  }
}
.dropdown .product_sections_layout .row {
  position: relative;
}
.dropdown .product_sections_layout .row:before {
  left: 43.5%;
}
@media (max-width: 1270px) {
  .dropdown .product_sections_layout .row:before {
    left: 46.5%;
  }
}
.content_image_bk_haworth_layout .content_over_image .content_wrapper {
  padding: 40px;
}
@media (min-width: 1600px) {
  .content_image_bk_haworth_layout {
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .content_image_bk_haworth_layout img {
    max-width: 50%;
  }
}
.content_seo_tabs_layout .tabs {
  border-bottom: 1px solid #eaeceb;
  margin: 0px 0 33px;
}
.content_seo_tabs_layout .tabs .tab {
  display: inline-block;
  margin-right: 40px;
}
.content_seo_tabs_layout .tabs .tab:last-child {
  margin-right: 0;
}
.content_seo_tabs_layout .tabs a {
  text-decoration: none;
  display: inline-block;
  color: #6e6a65;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 12px;
  position: relative;
  bottom: -1px;
}
@media (max-width: 1020px) {
  .content_seo_tabs_layout .tabs a {
    padding: 14px 20px;
    font-size: 80%;
  }
}
.content_seo_tabs_layout .tabs a h3 {
  font-size: inherit;
}
.content_seo_tabs_layout .tabs a:hover {
  color: #fc4c02;
}
.content_seo_tabs_layout .tabs a.selected-tab {
  color: #fc4c02;
  border-bottom: 1px solid #fc4c02;
}
.content_seo_tabs_layout .tab-content {
  margin: auto;
}
.content_seo_tabs_layout .tab-content .tab-mobile-title {
  display: none;
  position: relative;
  cursor: pointer;
  margin-bottom: 0px;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  color: #3d3935;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  border-bottom: 1px solid rgba(80, 142, 162, .16);
}
.content_seo_tabs_layout .tab-content .tab-mobile-title i {
  position: relative;
  top: 3px;
  bottom: 0;
  height: 19px;
  width: 19px;
  display: inline-block;
  margin: auto;
  opacity: 1;
  color: #3d3935;
  font-weight: bold;
}
.content_seo_tabs_layout .tab-content .tab-mobile-title i:before {
  content: '\e918';
  -webkit-transition: 0.8s all ease;
  transition: 0.8s all ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  top: 0;
  left: 0;
  color: #3d3935;
}
.content_seo_tabs_layout .tab-content .tab-mobile-title i:after {
  color: #3d3935;
  -webkit-transition: 0.8s all ease;
  transition: 0.8s all ease;
  content: '\e918';
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  left: 0;
}
.content_seo_tabs_layout .tab-content.open .tab-mobile-title {
  color: #3d3935;
}
.content_seo_tabs_layout .tab-content.open .tab-mobile-title i {
  color: #3d3935;
}
.content_seo_tabs_layout .tab-content.open .tab-mobile-title i:before {
  color: #3d3935;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content_seo_tabs_layout .tab-content.open .tab-mobile-title i:after {
  color: #3d3935;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content_seo_tabs_layout .tab-content .tab-image {
  width: 480px;
  display: inline-block;
  margin-left: 50px;
  vertical-align: top;
  float: right;
}
.content_seo_tabs_layout .tab-content .tab-image img {
  max-width: none;
  width: 100%;
}
@media (max-width: 1270px) {
  .content_seo_tabs_layout .tab-content .tab-image {
    width: 370px;
  }
}
@media (max-width: 1020px) {
  .content_seo_tabs_layout .tab-content .tab-image {
    padding: 20px 0;
  }
}
.content_seo_tabs_layout .tab-content .tab-copy {
  display: inline-block;
  width: calc(100% - 530px);
  max-width: 760px;
  vertical-align: top;
  position: relative;
}
@media (max-width: 1270px) {
  .content_seo_tabs_layout .tab-content .tab-copy {
    width: calc(100% - 420px);
  }
}
@media (max-width: 1020px) {
  .content_seo_tabs_layout .tab-content .tab-copy {
    padding-bottom: 40px;
  }
}
.content_seo_tabs_layout .tab-content .tab-copy h1 {
  max-width: 500px;
  margin-bottom: 20px;
}
.content_seo_tabs_layout .tab-content .tab-copy .display3 {
  font-size: 26px;
  line-height: 1.5em;
}
.content_seo_tabs_layout .tab-content .tab-copy p {
  margin: 0.6em 0;
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (min-width: 1020px) {
  .content_seo_tabs_layout #tab-content .panel-container .tab-image, .content_seo_tabs_layout #tab-content .panel-container .tab-copy {
    display: inline-block !important;
  }
}
@media (max-width: 1020px) {
  .content_seo_tabs_layout #tab-content .tabs {
    display: none;
  }
  .content_seo_tabs_layout #tab-content .panel-container .tab-content {
    display: block !important;
    float: left;
    width: 100%;
  }
  .content_seo_tabs_layout #tab-content .panel-container .tab-content .tab-image, .content_seo_tabs_layout #tab-content .panel-container .tab-content .tab-copy {
    width: 100%;
    margin: 0;
    display: none;
  }
  .content_seo_tabs_layout #tab-content .panel-container .tab-content .tab-mobile-title {
    display: block;
    padding: 10px 0;
  }
}
@media (max-width: 1020px) and (max-width: 735px) {
  .content_seo_tabs_layout #tab-content .panel-container .tab-content .tab-mobile-title {
    border: none;
  }
}
@media (max-width: 735px) {
  .content_seo_tabs_layout #tab-content .panel-container .tab-content {
    border-top: solid 1px #eaeceb;
  }
  .content_seo_tabs_layout #tab-content .panel-container .tab-content:last-child {
    border-bottom: solid 1px #eaeceb;
  }
  .content_seo_tabs_layout #tab-content .panel-container .tab-content:first-child {
    border-top: solid 0px #eaeceb;
  }
  .content_seo_tabs_layout #tab-content .panel-container .tab-content::after {
    color: #eaeceb;
  }
}
@media (max-width: 370px) {
}
.email_signup_layout .fullwidth-container {
  background-image: url('https://affdskbmdo.cloudimg.io/v7/_europlan_/assets/themes/europlan-theme/images/bg.png');
  background-color: #92bcb3;
}
@media (max-width: 735px) {
  .email_signup_layout .page-container {
    width: 100%;
  }
}
.email_signup_layout .colour_box {
  margin: 60px 0;
  background: #92bcb3;
  padding: 40px 50px 40px 40px;
  color: #fff;
  max-width: 600px;
  width: 100%;
  float: left;
}
.email_signup_layout .colour_box .bodycopy {
  margin: 20px 0 35px;
}
.email_signup_layout .email-signup {
  height: 44px;
}
.email_signup_layout .email-signup .gform_body {
  width: clac(98.6145833333%);
}
.email_signup_layout .email-signup .gform_body input[type="email"] {
  background: #fff;
}
.email_signup_layout .email-signup .gform_footer {
  width: 133px;
}
.email_signup_layout .email-signup .gform_footer input[type="submit"] {
  padding-right: 36px;
}
@media (max-width: 735px) {
  .email_signup_layout .email-signup .gform_footer input[type="submit"] {
    text-align: left;
    padding-left: 10px;
  }
}
@media (max-width: 500px) {
  .email_signup_layout .email-signup {
    height: 88px;
  }
  .email_signup_layout .email-signup .gform_body, .email_signup_layout .email-signup .gform_footer {
    width: 100%;
    height: 50%;
    position: relative;
  }
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.testimonial_2col_layout {
  overflow: hidden;
}
.testimonial_2col_layout .heading .display3 {
  position: relative;
  background: #fff;
  z-index: 2;
  float: left;
  padding-right: 30px;
}
@media (max-width: 735px) {
  .testimonial_2col_layout .heading .display3 {
    max-width: 263px;
  }
}
.testimonial_2col_layout .heading .slider-arrows {
  position: absolute;
  right: 0;
  bottom: -6px;
  z-index: 1;
  background: #fff;
  padding-left: 20px;
}
@media (max-width: 735px) {
  .testimonial_2col_layout .heading .slider-arrows {
    display: none;
  }
}
.testimonial_2col_layout .heading .slider-arrows span {
  display: inline-block;
  padding: 8px;
  line-height: 11px;
  font-size: 22px;
  border: 1px solid transparent;
  color: #3d3935;
  cursor: pointer;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.testimonial_2col_layout .heading .slider-arrows span:hover {
  color: #fc4c02;
  opacity: 1;
}
.testimonial_2col_layout .testimonial_2col {
  height: 100%;
  position: relative;
}
@media (max-width: 735px) {
  .testimonial_2col_layout .testimonial_2col {
    padding-right: 10px;
  }
}
.testimonial_2col_layout .testimonial_2col .testimonial_image {
  width: 49%;
  position: relative;
  display: inline-block;
}
@media (max-width: 735px) {
  .testimonial_2col_layout .testimonial_2col .testimonial_image {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
  }
  .testimonial_2col_layout .testimonial_2col .testimonial_image img {
    margin-top: -25%;
  }
}
.testimonial_2col_layout .testimonial_2col .testimonial_image .testimonials_caption {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 14px;
  background-color: rgba(255, 255, 255, .8);
  padding: 9px 16px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  text-transform: uppercase;
}
@media (max-width: 735px) {
  .testimonial_2col_layout .testimonial_2col .testimonial_image .testimonials_caption {
    font-size: 10px;
  }
}
.testimonial_2col_layout .testimonial_2col .testimonial_content {
  width: 50%;
  padding: 0 45px 0 24px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 735px) {
  .testimonial_2col_layout .testimonial_2col .testimonial_content {
    width: 100%;
    position: relative;
    top: 0;
    -webkit-transform: none;
    transform: none;
    margin-top: 20px;
    padding-left: 0;
  }
}
.testimonial_2col_layout .testimonial_2col .testimonial_content .testimonials_copy {
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
  margin-bottom: 19px;
}
.testimonial_2col_layout .testimonial_2col .testimonial_content .testimonial_profile .testimonial_thumbnail {
  width: 70px;
  border-radius: 100px;
  overflow: hidden;
  float: left;
  margin-right: 11px;
}
.testimonial_2col_layout .testimonial_2col .testimonial_content .testimonial_profile .testimonial_details {
  padding-top: 9px;
}
.testimonial_2col_layout .testimonial_2col .testimonial_content .testimonial_profile .position {
  color: #6e6a65;
  display: block;
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .testimonial_2col_layout .lightSlider, .testimonial_2col_layout .lSSlideWrapper, .testimonial_2col_layout .lSSlideOuter {
    overflow: visible !important;
    height: auto !important;
  }
}
@media (max-width: 370px) {
}
@media (max-width: 1020px) {
  .content_logos_layout .page-container {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    margin-left: 2.5%;
    width: 97.5%;
    max-width: none !important;
  }
}
.content_logos_layout .logo-wrapper {
  display: flex;
  width: 100%;
}
@media (max-width: 1020px) {
  .content_logos_layout .logo-wrapper {
    min-width: 1200px;
  }
}
@media (max-width: 735px) {
  .content_logos_layout .logo-wrapper {
    min-width: 800px;
  }
}
.content_logos_layout .logo-wrapper span img {
  text-align: center;
  margin: auto;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: url(../../images/gray.svg#grayscale);
  filter: url(../../images/gray.svg#grayscale);
  -webkit-filter: gray;
  filter: gray;
  opacity: 0.9;
  -webkit-transition: 0.8s ease all;
  transition: 0.8s ease all;
}
.content_logos_layout .logo-wrapper span img:hover {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  -webkit-filter: grayscale(0);
  filter: none !important;
  opacity: 1;
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.footer_layout {
  padding-bottom: 0px;
}
.footer_layout > .divide {
  margin-top: 0px;
}
.footer_layout > .page-container {
  padding: 88px 0 80px;
}
@media (max-width: 735px) {
  .footer_layout > .page-container {
    padding: 46px 0 0px;
  }
}
.footer_layout .logo {
  max-width: 210px;
}
.footer_layout ul.footer-nav {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0;
  column-gap: 0;
}
@media (max-width: 1020px) {
  .footer_layout ul.footer-nav {
    column-count: 2;
  }
}
@media (max-width: 735px) {
  .footer_layout ul.footer-nav {
    column-count: 1;
    -webkit-column-count: 1;
    text-align: center;
  }
  .footer_layout ul.footer-nav li ul li ul {
    display: none;
  }
}
.footer_layout ul.footer-nav > li {
  padding-bottom: 30px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  white-space: nowrap;
}
.footer_layout ul.footer-nav > li.strategy, .footer_layout ul.footer-nav > li.projects {
  padding-bottom: 15px;
}
@media (max-width: 735px) {
  .footer_layout ul.footer-nav > li {
    padding-bottom: 5px !important;
    text-align: left;
    display: block !important;
  }
}
.footer_layout ul.footer-nav > li > a {
  color: #3d3935;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none !important;
  padding-bottom: 15px;
  display: block;
}
@media (max-width: 735px) {
  .footer_layout ul.footer-nav > li > a {
    font-size: 18px;
  }
}
@media (max-width: 735px) {
  .footer_layout ul.footer-nav > li ul {
    display: none;
  }
}
.footer_layout ul.footer-nav > li ul > li {
  padding-bottom: 6px;
}
.footer_layout ul.footer-nav > li ul a {
  color: #3d3935;
  font-size: 15px;
  font-weight: normal;
  line-height: 22px;
  text-decoration: none;
  display: block;
}
.footer_layout ul.footer-nav > li ul ul li {
  padding-bottom: 2px;
}
.footer_layout ul.footer-nav > li ul ul > li:first-child {
  padding-top: 6px;
}
.footer_layout ul.footer-nav > li ul ul a {
  opacity: 0.67;
  padding: 1px;
}
.footer_layout ul.footer-nav > li a:hover {
  opacity: 1;
  text-decoration: underline;
}
.footer_layout .footer-social {
  display: block;
  padding-top: 0px;
  margin-top: 40px;
}
@media (max-width: 1270px) {
  .footer_layout .footer-social {
    max-width: 180px;
  }
}
.footer_layout .footer-social a {
  color: #fff;
  padding: 5.5px 10px 5.5px;
  float: left;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 1000px;
  margin-right: 10px;
  background: #d0d3d4;
}
.footer_layout .footer-social a:hover {
  background: #fc4c02;
  color: #fff;
}
.footer_layout .footer-social a.fb:hover {
  background-color: #3b5998;
}
.footer_layout .footer-social a.instagram:hover {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
.footer_layout .footer-social a.twitter:hover {
  background-color: #0084b4;
}
.footer_layout .footer-social a.linkedin:hover {
  background-color: #00a0dc;
}
.footer_layout .footer-social a.pinterest:hover {
  background-color: #bd081c;
}
.footer_layout .footer-social a.email:hover {
  background-color: #92bcb3;
}
.footer_layout .footer-social a.youtube {
  margin: 0;
}
.footer_layout .footer-social a.instagram i {
  margin: -3px -2px -1px;
  font-size: 31px;
  line-height: 1em;
  width: 20px;
  height: 20px;
  overflow: hidden;
  top: 3px !important;
  position: relative;
}
.footer_layout .footer-social a.instagram i:before {
  position: relative;
  top: -5px;
  left: -6px;
}
.footer_layout .footer-social a i {
  top: 2px;
}
.footer_layout .footer-lower {
  background-color: #eaeceb;
  padding: 15px 0;
}
@media (max-width: 735px) {
  .footer_layout .footer-lower {
    display: none;
  }
}
.footer_layout .footer-lower a, .footer_layout .footer-lower span {
  color: #3d3935;
  font-size: 14px;
  line-height: 22px;
  text-align: right;
  text-decoration: none;
}
.footer_layout .footer-lower span a {
  font-weight: 600;
}
.footer_layout .footer-lower .right span {
  margin-left: 35px;
}
@media (max-width: 735px) {
  .footer_layout .footer-lower .right {
    display: none;
  }
}
.footer_layout .footer-lower .left a {
  margin-left: 35px;
}
.footer_layout .footer-lower .left a:hover {
  text-decoration: underline;
}
@media (max-width: 735px) {
  .footer_layout .footer-lower .left {
    width: 100%;
  }
  .footer_layout .footer-lower .left a {
    margin: 0;
  }
  .footer_layout .footer-lower .left a:last-child {
    float: right;
  }
}
.footer_layout .mobileFooter {
  width: 100%;
  margin-top: 20px;
}
@media (max-width: 735px) {
  .footer_layout .mobileFooter {
    display: block !important;
  }
}
.footer_layout .mobileFooter a {
  width: 50%;
  padding: 0px 0;
  display: block;
  float: left;
  color: #fc4c02;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
  padding: 14px 0 14px;
  text-align: center;
  text-decoration: none;
  border-top: 1px solid #eaeceb;
}
.footer_layout .mobileFooter a:hover {
  color: #ab3401;
}
.footer_layout .mobileFooter a:hover i {
  color: #ab3401;
}
.footer_layout .mobileFooter a i {
  display: inline-block;
  color: #fc4c02;
  font-size: 31px;
  top: 8px;
  line-height: 1px;
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.backtotop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  color: #fff;
  background: #6e6a65;
  width: 40px;
  border-radius: 1000px;
  display: block;
  height: 40px;
}
@media (max-width: 735px) {
  .backtotop {
    bottom: 25px;
    right: 25px;
  }
}
.backtotop i {
  position: relative;
  color: #fff;
  font-size: 33px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  width: 40px;
  line-height: 28px;
}
.backtotop:hover {
  background: #92bcb3;
}
.error404 .divide {
  display: none;
}
.product-alert {
  position: absolute;
  background: #cdcdce;
  padding: 5px 9px;
  line-height: 1em;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  top: 15px;
  left: 4px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  z-index: 1;
}
:hover > .product-alert {
  background: #6e6a65;
}
.product_searchfilter {
  border-top: 1px solid #eaeceb;
  min-height: 600px;
  padding: 80px 0;
}
.product_searchfilter .sf-wrapper {
  padding-top: 0vh;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  background-position: top 100px center;
  background-repeat: no-repeat;
  background-image: url('../../images/loading-grey.gif');
  background-size: 0px;
}
@media (max-width: 735px) {
  .product_searchfilter .sf-wrapper {
    background-size: 90px !important;
    background-position: top 45px center;
  }
}
.product_searchfilter .sf-wrapper .sf-listings {
  position: relative;
  opacity: 1;
  top: 0;
  -webkit-transition: opacity 0.5s ease 0s, top 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, top 0.5s ease 0s;
  min-height: 300px;
}
.product_searchfilter .sf-wrapper.loading {
  background-size: 150px;
  overflow: hidden;
}
.product_searchfilter .sf-wrapper.loading .sf-listings {
  opacity: 0;
  top: 50vh;
}
.product_searchfilter .sf-wrapper .btns-center {
  text-align: center;
}
.product_searchfilter .sf-wrapper .btns-center #load-more {
  cursor: pointer;
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.header_layout.no_image + .product_searchfilter, .header_layout.no_image + .page-start + .product_searchfilter {
  padding-top: 0;
  border-top: none;
}
@media (max-width: 735px) {
  .product_categories_layout {
    padding-top: 0;
  }
}
.product_categories_layout li a {
  color: #3d3935;
  line-height: 2em;
  text-decoration: none;
}
.product_categories_layout li a:hover {
  color: #fc4c02;
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .products_layout .product-search {
    display: none;
  }
}
@media (max-width: 370px) {
}
.product-filter-container {
  z-index: 2;
  position: relative;
  margin: 0px 0 40px;
  width: 100%;
  position: relative;
}
@media (max-width: 735px) {
  .product-filter-container {
    font-size: 21px;
  }
}
@media (max-width: 735px) {
  .product-filter-container .breadcrumbs {
    width: 100%;
  }
}
.product-filter-container .breadcrumbs .site-links {
  margin-top: 6px;
}
.product-filter-container > span {
  display: inline-block;
  position: relative;
}
.product-filter-container > span.dropdown {
  color: #fc4c02;
  margin: 0;
  cursor: pointer;
}
@media (max-width: 735px) {
  .product-filter-container > span.dropdown {
    margin: 0 3px;
  }
}
.product-filter-container > span.dropdown i {
  top: 4px;
  position: relative;
}
.product-filter-container > span.dropdown > span {
  text-transform: lowercase;
}
.product-filter-container > span.dropdown.active .product-filter {
  opacity: 1;
  visibility: visible;
  top: 50px;
  min-width: 200px;
}
@media (max-width: 735px) {
  .product-filter-container > span.dropdown.active .product-filter {
    top: 0px !important;
  }
}
.product-filter-container .product-filter {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 40px;
  left: 0px;
  left: -20px;
  width: 540px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  background: #fff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(57, 56, 58, 0.35);
  box-shadow: 0 2px 6px 0 rgba(57, 56, 58, 0.35);
  padding: 28px 24px;
  z-index: 12;
  line-height: 2em;
  font-size: 17px;
  font-weight: 200;
  letter-spacing: 0.2px;
  text-decoration: none;
  text-align: left;
}
.product-filter-container .product-filter ul {
  width: 50%;
  float: left;
  position: relative;
}
.product-filter-container .product-filter ul.filter_category {
  border-right: 1px solid #eaeceb;
}
.product-filter-container .product-filter ul.filter_spaces {
  border-left: 1px solid #eaeceb;
  left: -1px;
  padding-left: 24px;
}
.product-filter-container .product-filter .close-cross {
  font-size: 0px;
  position: absolute;
  right: 20px;
  top: 70px;
}
.product-filter-container .product-filter .close-cross i {
  font-size: 30px;
}
.product-filter-container .product-filter .filter-reset {
  width: 100%;
  float: left;
}
.product-filter-container .product-filter .filter-reset a {
  border-top: 1px solid #eaeceb;
  margin-top: 14px;
  padding: 0;
  padding-top: 14px;
  margin-bottom: -14px;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  color: #3d3935 !important;
}
.product-filter-container .product-filter .filter-reset a.active {
  color: #3d3935 !important;
  font-weight: 600;
}
.product-filter-container .product-filter .display5 {
  font-size: 13px;
  color: #3d3935;
  line-height: 1em;
  margin-bottom: 10px;
  display: block;
}
.product-filter-container .product-filter a {
  display: block;
  text-align: left;
  color: #3d3935;
  font-size: 17px;
  text-decoration: none;
  font-weight: 100;
  line-height: 1.25;
  padding: 7px 0;
}
@media (max-width: 735px) {
  .product-filter-container .product-filter a {
    font-size: 20px;
    padding: 10px 0;
  }
}
.product-filter-container .product-filter a.active {
  color: #3d3935 !important;
  font-weight: 600;
}
.product-filter-container .product-filter a.active:hover, .product-filter-container .product-filter a:hover {
  color: #fc4c02 !important;
}
@media (max-width: 735px) {
}
@media (max-width: 735px) {
  .product-filter-container .product-filter {
    position: fixed;
    z-index: 9999;
    top: -100px !important;
    bottom: 0;
    left: 0 !important;
    right: 0 !important;
    max-width: none !important;
    width: 100% !important;
    height: 100%;
    background: #fff;
    padding: 117px 20px !important;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  .product-filter-container .product-filter ul {
    width: 100% !important;
    max-width: 700px;
    margin: auto;
    float: none;
    padding: 0 !important;
    border: none !important;
    padding-bottom: 30px !important;
  }
  .product-filter-container .product-filter .filter-reset a {
    position: fixed;
    bottom: 0px;
    left: 0;
    background: #fff;
    display: block;
    width: 100%;
    padding-bottom: 30px;
  }
}
.product-filter-container .product-search {
  position: absolute;
  right: 0;
  top: 0;
  left: calc(100% - 163px);
  bottom: 0;
  -webkit-transition: 0.8s all ease;
  transition: 0.8s all ease;
  background: #fff;
}
@media (max-width: 735px) {
  .product-filter-container .product-search {
    left: calc(100% - 29px);
  }
  .product-filter-container .product-search span.search-label {
    color: #fff;
  }
}
.product-filter-container .product-search .search-label {
  white-space: nowrap;
  font-size: 18px;
  line-height: 1em;
  cursor: pointer;
  color: #6e6a65;
  font-weight: 300;
  float: left;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.product-filter-container .product-search .search-label i {
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  font-size: 29px;
  top: 4px;
  position: relative;
  color: #3d3935;
}
@media (max-width: 735px) {
  .product-filter-container .product-search .search-label i {
    top: 2px;
  }
}
.product-filter-container .product-search .search-label:hover {
  opacity: 1;
}
.product-filter-container .product-search .close-cross {
  color: #3d3935;
  text-decoration: none;
}
.product-filter-container .product-search .icon-close {
  position: absolute !important;
  top: 0;
  right: 13px;
  opacity: 0 !important;
}
@media (max-width: 735px) {
  .product-filter-container .product-search .icon-close {
    font-size: 29px;
    right: 0;
  }
}
.product-filter-container .product-search .product-searchbox {
  position: absolute;
  left: 0;
  top: -10px;
  height: 44px;
  border: none;
  background: transparent;
  opacity: 0;
  padding-left: 40px;
  width: 100%;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  font-size: 24px;
  font-weight: 100;
}
.product-filter-container .product-search.search-show {
  left: 0;
}
.product-filter-container .product-search.search-show .search-label {
  pointer-events: none;
  color: transparent;
}
.product-filter-container .product-search.search-show .search-label i {
  top: -1px;
}
.product-filter-container .product-search.search-show form {
  z-index: 3;
  position: relative;
}
.product-filter-container .product-search.search-show .icon-close {
  opacity: 0.5 !important;
  z-index: 4;
  position: relative;
}
.product-filter-container .product-search.search-show .icon-close:hover {
  opacity: 1 !important;
}
.product-filter-container .product-search.search-show .product-searchbox {
  opacity: 1;
  border-bottom: 1px solid #d0d3d4;
}
.product-filter-container a.clear-search {
  display: block;
  font-size: 10px;
  color: #3d3935;
  text-decoration: none;
}
.page-template-page-haworth .product_searchfilter, .tax-product_collections .product_searchfilter, .tax-product_spaces .product_searchfilter, .tax-product_category .product_searchfilter {
  padding-top: 60px;
}
@media (max-width: 1600px) {
  .page-template-page-haworth .product_searchfilter, .tax-product_collections .product_searchfilter, .tax-product_spaces .product_searchfilter, .tax-product_category .product_searchfilter {
    padding-top: 10px;
  }
}
.page-template-page-haworth .product-filter-container, .tax-product_collections .product-filter-container, .tax-product_spaces .product-filter-container, .tax-product_category .product-filter-container {
  text-align: right;
  text-transform: lowercase;
}
@media (max-width: 735px) {
  .page-template-page-haworth .product-filter-container, .tax-product_collections .product-filter-container, .tax-product_spaces .product-filter-container, .tax-product_category .product-filter-container {
    text-align: left;
    text-transform: unset;
  }
}
.page-template-page-haworth .product-filter-container span, .tax-product_collections .product-filter-container span, .tax-product_spaces .product-filter-container span, .tax-product_category .product-filter-container span {
  font-size: 16px;
  line-height: 1.24;
  letter-spacing: 0px;
}
@media (max-width: 735px) {
  .page-template-page-haworth .product-filter-container span, .tax-product_collections .product-filter-container span, .tax-product_spaces .product-filter-container span, .tax-product_category .product-filter-container span {
    font-size: 21px;
  }
}
.page-template-page-haworth .product-filter-container span.first, .tax-product_collections .product-filter-container span.first, .tax-product_spaces .product-filter-container span.first, .tax-product_category .product-filter-container span.first, .page-template-page-haworth .product-filter-container span .first, .tax-product_collections .product-filter-container span .first, .tax-product_spaces .product-filter-container span .first, .tax-product_category .product-filter-container span .first {
  text-transform: capitalize;
}
.page-template-page-haworth .product-filter-container .product-filter, .tax-product_collections .product-filter-container .product-filter, .tax-product_spaces .product-filter-container .product-filter, .tax-product_category .product-filter-container .product-filter {
  left: unset;
  right: 0;
  width: 240px;
  text-transform: initial;
}
.header_layout.no_image + .page-start + .product_searchfilter .product-filter-container {
  margin-top: -87px;
  float: right;
}
.header_layout.no_image + .page-start + .product_searchfilter .breadcrumbs {
  display: none;
}
.product-listing {
  position: relative;
  float: left;
}
.product-listing .product-title {
  border: 4px solid #fff;
  margin-bottom: 40px;
}
@media (max-width: 1020px) {
  .product-listing .product-title {
    margin-bottom: 20px;
  }
}
.product-listing .product-title .title {
  font-weight: 500;
  margin: 10px 0 3px;
}
@media (max-width: 1020px) {
  .product-listing .product-title .title {
    font-size: 14px;
    margin-top: 0;
  }
}
.product-listing .product-title .byline {
  color: #6e6a65;
}
@media (max-width: 1020px) {
  .product-listing .product-title .byline {
    display: none;
  }
}
.product-listing .haworth {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 10px;
  z-index: 1;
}
@media (max-width: 1020px) {
  .product-listing .haworth {
    height: 6px;
  }
}
.product-listing .haworth img {
  max-height: 100%;
  width: auto;
}
.product-listing .product-link {
  display: block;
  color: #3d3935;
  text-decoration: none;
}
.product-listing .product-image {
  border: 4px solid #fff;
  background: #eaeceb;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.product-listing .product-image:hover {
  background: #cfced0;
}
.product-listing .product-image img {
  margin: auto;
  width: auto !important;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  max-width: 100%;
}
.product-listing.product-img-clearcut .product-image img {
  padding: 12%;
}
@media (max-width: 1020px) {
  .product-listing.product-img-clearcut .product-image img {
    padding: 8%;
  }
}
.product-listing.product-img-clearcut.size11 .product-image img {
  padding: 14%;
}
@media (max-width: 1020px) {
  .product-listing.product-img-clearcut.size11 .product-image img {
    padding: 8%;
  }
}
.product-listing.product-img-clearcut.size21 .product-image img {
  padding: 5% 8%;
}
@media (max-width: 1020px) {
  .product-listing.product-img-clearcut.size21 .product-image img {
    padding: 3% 6%;
  }
}
.product-listing .new-flag {
  position: absolute;
  background: #cdcdce;
  padding: 4px 6px;
  line-height: 1em;
  color: #fff;
  letter-spacing: 0.3px;
  font-size: 10px;
  font-weight: 100;
  top: 15px;
  left: 15px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  z-index: 1;
}
.product-listing:hover > .new-flag {
  background: #92bcb3;
}
@media (max-width: 1020px) {
}
@media (min-width: 1020px) {
  .product-listing.size11 {
    width: 350px !important;
  }
  .product-listing.size11 .product-image {
    height: 0 !important;
    padding-bottom: 100% !important;
  }
  .product-listing.size21 {
    width: 700px !important;
  }
  .product-listing.size21 .product-image {
    height: 0 !important;
    padding-bottom: 50% !important;
  }
}
@media (min-width: 1020px) and (max-width: 1600px) {
  .product-listing.size11 {
    width: 300px !important;
  }
  .product-listing.size21 {
    width: 600px !important;
  }
}
@media (min-width: 1020px) and (max-width: 1270px) {
  .product-listing.size11 {
    width: 240px !important;
  }
  .product-listing.size21 {
    width: 480px !important;
  }
}
@media (min-width: 1020px) and (max-width: 1020px) {
  .product-listing.size11 {
    width: 233.333333333px !important;
  }
  .product-listing.size21 {
    width: 466.666666666px !important;
  }
}
@media (max-width: 1020px) {
  .product-listing.size11 {
    width: 50%;
  }
  .product-listing.size11.lslide {
    width: 270px;
  }
  .product-listing.size11 .product-image {
    height: 0;
    padding-bottom: 100%;
  }
  .product-listing.size21 {
    width: 100%;
  }
  .product-listing.size21.lslide {
    width: 540px;
  }
  .product-listing.size21 .product-image {
    height: 0 !important;
    padding-bottom: 50% !important;
  }
}
@media (max-width: 370px) {
}
.slider_product_layout {
  position: relative;
}
.slider_product_layout .content-feed {
  height: auto !important;
}
.slider_product_layout .heading .display2 {
  position: relative;
  background: #fff;
  z-index: 2;
  float: left;
  padding-right: 30px;
}
.slider_product_layout .heading .slider-arrows {
  position: absolute;
  right: 0;
  bottom: -6px;
  z-index: 1;
  background: #fff;
  padding-left: 20px;
}
.slider_product_layout .heading .slider-arrows span {
  display: inline-block;
  padding: 8px;
  line-height: 11px;
  font-size: 22px;
  border: 1px solid transparent;
  color: #3d3935;
  cursor: pointer;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.slider_product_layout .heading .slider-arrows span:hover {
  color: #fc4c02;
}
.slider_product_layout .product-listing .product-title {
  margin-bottom: 0;
}
@media (min-width: 1020px) {
  .slider_product_layout[count="1"] .slider-arrows, .slider_product_layout[count="2"] .slider-arrows, .slider_product_layout[count="3"] .slider-arrows, .slider_product_layout[count="4"] .slider-arrows {
    display: none;
  }
}
@media (min-width: 735px) {
  .slider_product_layout[count="1"] .slider-arrows, .slider_product_layout[count="2"] .slider-arrows, .slider_product_layout[count="3"] .slider-arrows {
    display: none;
  }
}
@media (max-width: 735px) {
  .slider_product_layout[count="1"] .slider-arrows {
    display: none;
  }
}
@media (max-width: 735px) {
  .slider_product_layout .lightSlider, .slider_product_layout .lSSlideWrapper, .slider_product_layout .lSSlideOuter {
    overflow: visible !important;
  }
}
.header_layout {
  position: relative;
  border-bottom: 12px solid #fff;
  margin-bottom: -12px;
}
@media (min-width: 1921px) {
  .header_layout {
    border-bottom: none !important;
  }
}
.header_layout.no_image {
  border-top: 1px solid #eaeceb;
  border-bottom: 1px solid #eaeceb !important;
  width: calc(100% - 24px);
  margin: auto;
  margin-bottom: 0px;
  height: auto !important;
}
.header_layout.no_image .fullwidth-container {
  display: none;
}
.header_layout.no_image .header-content {
  position: relative !important;
}
.header_layout.no_image .header-content .header-box {
  background: transparent;
  position: relative !important;
  bottom: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 50px !important;
}
@media (max-width: 735px) {
  .header_layout.no_image .header-content .header-box {
    width: 100%;
  }
}
.header_layout.no_image .header-content .header-box .breadcrumbs {
  margin-bottom: 40px;
}
@media (max-width: 735px) {
  .header_layout.no_image .header-content .header-box .breadcrumbs {
    margin-bottom: 20px;
  }
}
@media (max-width: 735px) {
  .header_layout {
    height: auto !important;
    border-bottom: 0 solid #fff;
  }
}
.header_layout .header_images {
  background-color: #fff;
}
.header_layout .header-image {
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0s linear all !important;
  transition: 0s linear all !important;
}
.header_layout .breadcrumbs {
  float: none;
}
.header_layout .fullwidth-container {
  z-index: 1;
}
.header_layout .fullwidth-container .header_images {
  height: 100% !important;
}
@media (max-width: 735px) {
}
.header_layout .fullwidth-container div {
  height: 100%;
}
@media (max-width: 735px) {
  .header_layout .header-content {
    position: relative;
    height: auto;
  }
}
.header_layout .header-content .page-container {
  position: relative;
  height: 100%;
}
@media (max-width: 735px) {
  .header_layout .header-content .page-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .header_layout .header-content .haworth {
    max-width: 50%;
  }
}
.header_layout .header-content .header-box {
  bottom: 28px;
  position: absolute;
  width: 645px;
  padding: 35px 40px;
  background-color: rgba(255, 255, 255, .9);
  z-index: 1;
}
@media (max-width: 735px) {
  .header_layout .header-content .header-box {
    background-color: #fff;
    bottom: 0;
    width: 94%;
    margin: auto;
    position: relative;
    height: auto;
    padding: 20px 25px;
  }
}
.header_layout .header-content .header-box .display1 {
  margin-right: 20px;
}
@media (max-width: 735px) {
  .header_layout .header-content .header-box .display1 {
    margin: 0;
  }
}
.header_layout .header-content .header-box .sub_header {
  margin: 20px 0 0px;
}
.header_layout .header-content .header-box .btn-secondary {
  margin-left: 10px;
}
@media (max-width: 370px) {
  .header_layout .header-content .header-box .btn-secondary {
    margin-top: 10px;
    margin-left: 0px;
  }
}
.header_layout .lSSlideWrapper.usingCss .lSFade > * {
  -webkit-transition: 0s linear all !important;
  transition: 0s linear all !important;
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.page-template-archive-people .header_layout.no_image .fullwidth-container {
  border-bottom: 1px solid #eaeceb !important;
}
.news_single-layout {
  border-top: 1px solid #eaeceb !important;
}
.header_layout {
  height: 520px;
}
@media (min-width: 1600px) {
  .header_layout {
    height: 575px;
  }
}
.page-template-page-location .header_layout, .tax .header_layout, .category .header_layout, .blog .header_layout, .archive .header_layout {
  height: 460px;
}
@media (min-width: 1600px) {
  .page-template-page-location .header_layout, .tax .header_layout, .category .header_layout, .blog .header_layout, .archive .header_layout {
    height: 530px;
  }
}
.page-template-page-location .header_layout.no_image, .tax .header_layout.no_image, .category .header_layout.no_image, .blog .header_layout.no_image, .archive .header_layout.no_image {
  border-bottom: none !important;
  width: 100%;
}
.category .page-container {
  padding-bottom: 0 !important;
}
.header_gallery_layout {
  background: #f3f3f3;
}
.header_gallery_layout .header-image {
  height: 490px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.header_gallery_layout .header-image[type="is"] img {
  width: auto;
  height: 490px;
}
.header_gallery_layout .header-image[type="cc"] img {
  padding: 45px 0;
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 1200px;
}
@media (min-width: 1600px) {
  .header_gallery_layout .header-image {
    height: 680px;
  }
  .header_gallery_layout .header-image[type="is"] img {
    width: auto;
    height: 680px;
  }
  .header_gallery_layout .header-image[type="cc"] img {
    max-width: 1400px;
  }
}
@media (max-width: 1270px) {
  .header_gallery_layout .header-image {
    height: 450px;
  }
  .header_gallery_layout .header-image[type="is"] img {
    width: auto;
    height: 450px;
  }
  .header_gallery_layout .header-image[type="cc"] img {
    max-width: 960px;
  }
}
@media (max-width: 1020px) {
  .header_gallery_layout .header-image {
    height: 360px;
  }
  .header_gallery_layout .header-image[type="is"] img {
    width: auto;
    height: 360px;
  }
  .header_gallery_layout .header-image[type="cc"] img {
    padding: 25px 0;
    max-width: 700px;
  }
}
@media (max-width: 735px) {
  .header_gallery_layout .header-image {
    height: 250px;
    max-height: none;
    min-height: initial;
    position: relative;
  }
  .header_gallery_layout .header-image[type="cc"] img {
    max-width: 90%;
  }
  .header_gallery_layout .header-image[type="is"] img {
    width: auto;
    height: 250px;
  }
}
@media (max-width: 370px) {
  .header_gallery_layout .header-image {
    height: 200px;
  }
  .header_gallery_layout .header-image[type="is"] img {
    width: auto;
    height: 170px;
  }
}
.header_gallery_layout .header-image img {
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: relative;
}
.header_gallery_layout .header-image .page-container {
  height: 100%;
}
.header_gallery_layout .insituHolder, .header_gallery_layout .heroHolder {
  background: #fff;
}
@media (max-width: 735px) {
  .header_gallery_layout .insituHolder .fullwidth-container, .header_gallery_layout .heroHolder .fullwidth-container {
    height: 400px !important;
  }
}
.header_gallery_layout .clearcut {
  height: 100%;
  display: block;
  float: left;
  width: 100%;
}
@media (max-width: 735px) {
  .header_gallery_layout .clearcut {
    height: 250px;
  }
}
.header_gallery_layout .clearcut img {
  max-height: 100%;
  margin: auto;
}
@media (max-width: 1270px) {
  .header_gallery_layout .clearcut img {
    padding: 30px;
  }
}
@media (max-width: 735px) {
  .header_gallery_layout .clearcut img {
    padding: 20px;
  }
}
.header_gallery_layout .overlay-open-video.playbtn-large:after, .header_gallery_layout .overlay-open-video.playbtn-large:before {
  width: 96px;
  height: 96px;
  padding: 30px 26px 30px 30px;
  font-size: 38px;
}
@media (max-width: 735px) {
  .header_gallery_layout .overlay-open-video.playbtn-large:after, .header_gallery_layout .overlay-open-video.playbtn-large:before {
    width: 56px;
    height: 56px;
    font-size: 24px;
    padding: 17px 13px 17px 17px;
  }
}
.header_gallery_layout .lSAction a {
  color: #3d3935 !important;
  width: 75px !important;
  height: 44px !important;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.header_gallery_layout .lSAction a:hover {
  background: #fff !important;
  color: #fc4c02 !important;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.header_gallery_layout .lSAction a:hover:before {
  color: #fc4c02 !important;
}
.header_gallery_layout .lSAction a:before {
  color: #3d3935 !important;
  width: auto;
  padding: 0 17px;
  margin: 7px 0;
}
@media (max-width: 370px) {
  .header_gallery_layout .lSAction a:before {
    font-size: 27px;
  }
}
@media (max-width: 370px) {
  .header_gallery_layout .lSAction a {
    width: 60px !important;
    height: 37px !important;
  }
}
.header_gallery_layout .lSAction > .lSNext {
  right: 0px !important;
}
.header_gallery_layout .lSAction > .lSNext:before {
  float: left;
}
.header_gallery_layout .lSAction > .lSPrev {
  left: 0px !important;
}
.header_gallery_layout .lSAction > .lSPrev:before {
  float: right;
}
.header_gallery_layout ul.lSPager.lSpg {
  position: absolute;
  left: 250px;
  bottom: 19px;
  height: 29px;
}
@media (max-width: 1920px) {
  .header_gallery_layout ul.lSPager.lSpg {
    left: calc((100vw - (1400px + 24px + 14px)) / 2);
  }
}
@media (max-width: 1600px) {
  .header_gallery_layout ul.lSPager.lSpg {
    left: calc((100vw - (1200px + 24px + 14px)) / 2);
  }
}
@media (max-width: 1270px) {
  .header_gallery_layout ul.lSPager.lSpg {
    left: calc((100vw - (960px + 24px)) / 2);
  }
}
@media (max-width: 1020px) {
  .header_gallery_layout ul.lSPager.lSpg {
    left: calc((100vw - (700px + 24px)) / 2);
  }
}
@media (max-width: 735px) {
  .header_gallery_layout ul.lSPager.lSpg {
    left: 17px;
  }
}
.header_gallery_layout .lSSlideOuter .lSPager.lSpg > li a {
  background-color: transparent;
  color: transparent;
  border-radius: 0px;
  border-bottom: rgba(61, 57, 53, .5) 3px solid;
  height: 23px;
  overflow: hidden;
  text-indent: unset;
  width: 24px;
  text-decoration: none;
  padding-top: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
@media (max-width: 370px) {
  .header_gallery_layout .lSSlideOuter .lSPager.lSpg > li a {
    height: 20px;
    width: 20px;
    font-size: 11px;
    line-height: 20px;
    border-bottom-width: 2px;
  }
  .header_gallery_layout .lSSlideOuter .lSPager.lSpg > li a:hover {
    border-bottom-width: 2px;
  }
}
.header_gallery_layout .lSSlideOuter .lSPager.lSpg > li a:hover {
  padding-top: 0px;
  background-color: #3d3935;
  color: #fff;
  border-bottom: rgba(61, 57, 53, 1) 3px solid;
}
.header_gallery_layout .lSSlideOuter .lSPager.lSpg > li.active a {
  border-bottom: rgba(252, 76, 2, 1) 3px solid;
}
.header_gallery_layout .lSSlideOuter .lSPager.lSpg > li.active a:hover {
  background-color: #fc4c02;
  color: #fff;
}
@media (max-width: 370px) {
  .header_gallery_layout .lSSlideOuter .lSPager.lSpg > li.active a:hover {
    border-bottom-width: 2px !important;
  }
}
.header_gallery_layout .lSSlideOuter .lSPager.lSpg > li.is-video a {
  color: transparent !important;
}
.header_gallery_layout .lSSlideOuter .lSPager.lSpg > li.is-video a:before {
  content: '\e91e';
  font-family: 'sd-icons';
  color: transparent;
  width: 100%;
  display: block;
  font-size: 76%;
}
.header_gallery_layout .lSSlideOuter .lSPager.lSpg > li.is-video a:hover:before {
  color: #fff;
}
.header_gallery_layout[image_style='is'] .lSSlideOuter .lSPager.lSpg > li a {
  border-bottom: rgba(255, 255, 255, .55) 3px solid;
}
.header_gallery_layout[image_style='is'] .lSSlideOuter .lSPager.lSpg > li a:hover {
  background-color: #fff;
  color: #3d3935;
  border-bottom: rgba(255, 255, 255, 1) 3px solid;
}
.header_gallery_layout[image_style='is'] .lSSlideOuter .lSPager.lSpg > li a:hover:before {
  color: #3d3935;
}
.header_gallery_layout[image_style='is'] .lSSlideOuter .lSPager.lSpg > li.active a {
  border-bottom: rgba(252, 76, 2, 1) 3px solid;
}
.header_gallery_layout[image_style='is'] .lSSlideOuter .lSPager.lSpg > li.active a:hover {
  background-color: #fc4c02;
  color: #fff;
}
.header_gallery_layout[image_style='is'] .lSSlideOuter .lSPager.lSpg > li.active a:hover:before {
  color: #fff;
}
.header_gallery_layout[image_style='is'] .lSAction a {
  background: rgba(255, 255, 255, .5);
  color: #3d3935 !important;
}
.header_gallery_layout[image_style='is'] .lSAction a:hover {
  background: #fff !important;
  color: #fc4c02 !important;
}
.header_gallery_layout[image_style='is'] .lSAction a:hover:before {
  color: #fc4c02 !important;
}
.header_gallery_layout[image_style='is'] .lSAction a:before {
  color: #3d3935 !important;
  width: auto;
  padding: 0 17px;
  margin: 7px 0;
}
@media (max-width: 1600px) {
  .header_gallery_layout {
    height: auto;
  }
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.content_intro_product_layout .body_copy {
  margin: 25px 0 0px;
}
.content_intro_product_layout .btns-center {
  margin-top: 35px;
}
@media (max-width: 735px) {
  .content_intro_product_layout .btns-center {
    padding-bottom: 35px;
    border-bottom: 1px solid #eaeceb;
    width: 100%;
  }
}
.content_intro_product_layout .product-alert {
  position: relative;
  top: -7px;
}
.content_intro_product_layout .haworth {
  float: right;
}
.content_intro_product_layout .product-accoridion {
  border-bottom: 1px solid #eaeceb;
  margin-top: 60px;
}
.content_intro_product_layout .product-accoridion .product-specification {
  position: relative;
}
.content_intro_product_layout .product-accoridion .product-specification [data-control] {
  font-weight: 600;
  cursor: pointer;
  border-top: 1px solid #eaeceb;
  display: block;
  padding: 11px 0;
}
.content_intro_product_layout .product-accoridion .product-specification [data-control] i {
  position: relative;
  top: 1px;
  margin-right: 10px;
}
.content_intro_product_layout .product-accoridion .product-specification [data-control] i:before {
  content: '\e920';
  opacity: 1;
  -webkit-transition: 0.4s linear all;
  transition: 0.4s linear all;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  display: inline-block;
}
.content_intro_product_layout .product-accoridion .product-specification [data-control] i:after {
  display: inline-block;
  -webkit-transition: 0.4s linear all;
  transition: 0.4s linear all;
  content: '\e918';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.content_intro_product_layout .product-accoridion .product-specification.open i:before {
  opacity: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content_intro_product_layout .product-accoridion .product-specification.open i:after {
  opacity: 1;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.content_intro_product_layout .product-accoridion .product-specification [data-content] > div {
  padding: 6px 0 25px 30px;
}
.content_intro_product_layout .product-accoridion .product-specification [data-content] a {
  color: #3d3935;
  text-decoration: none;
}
.content_intro_product_layout .product-accoridion .product-specification [data-content] a:hover {
  color: #fc4c02;
}
.content_intro_product_layout .product-accoridion .product-specification [data-content] a:hover span {
  background: #fc4c02;
}
.content_intro_product_layout .product-accoridion .product-specification [data-content] a span {
  width: 30px;
  padding: 4px 0;
  text-align: center;
  background: #3d3935;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 12px;
  position: relative;
  top: -1px;
  margin-right: 10px;
}
.content_intro_product_layout .product-accoridion .product-specification [data-content] .resources_rpt li {
  margin-top: 10px;
}
.content_intro_product_layout .product-accoridion .product-specification [data-content] .resources_rpt li:first-child {
  margin-top: 0px;
}
.content_intro_product_layout .product-accoridion .product-specification [data-content] .resources_rpt li a {
  display: inline-block;
}
.content_intro_product_layout .product-accoridion .product-specification [data-content] .dimensions_single {
  line-height: 1.8em;
}
.content_intro_product_layout .product-accoridion .product-specification [data-content] .dimensions_multiple {
  margin: -20px 0;
}
.content_intro_product_layout .product-accoridion .product-specification [data-content] .dimensions_multiple .dimension {
  margin: 20px 0;
}
.content_intro_product_layout .product-accoridion .product-specification [data-content] .dimensions_multiple .label {
  color: #fc4c02;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.content_intro_product_layout .product-accoridion .product-specification [data-content] article {
  margin-bottom: -1em;
}
.content_intro_product_layout .product-accoridion .product-specification [data-content] article ul {
  margin-top: 0;
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .content_intro_product_layout .breadcrumbs {
    display: none;
  }
  .content_intro_product_layout .haworth {
    display: none;
  }
}
@media (max-width: 370px) {
}
@media (max-width: 735px) {
  .content_features_layout .row.gut-lg.vspacing > div {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.content_features_layout .feature-box {
  height: 100%;
  color: #3d3935;
  display: block;
  text-decoration: none;
  cursor: default;
}
.content_features_layout .feature-box[href] {
  cursor: pointer;
}
.content_features_layout .feature-box .feature-img {
  width: 40%;
  float: left;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1270px) {
  .content_features_layout .feature-box .feature-img {
    width: 100%;
    height: 0;
    padding-bottom: 85%;
  }
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .content_features_layout .feature-box .feature-img {
    padding-bottom: 65%;
  }
}
.content_features_layout .feature-box .feature-details {
  width: 57%;
  min-height: 200px;
  float: left;
  padding: 30px;
  height: 100%;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.content_features_layout .feature-box .feature-details.noimage {
  width: 100%;
}
@media (max-width: 1600px) {
  .content_features_layout .feature-box .feature-details {
    padding: 20px 20px;
  }
}
@media (max-width: 1270px) {
  .content_features_layout .feature-box .feature-details {
    width: 100%;
    padding: 20px 0px;
  }
}
@media (max-width: 735px) {
  .content_features_layout .feature-box .feature-details {
    width: 100%;
    height: auto;
    padding: 30px 0px;
  }
}
.content_features_layout .feature-box .display3 {
  margin-bottom: 12px;
  display: block;
}
.content_features_layout .feature-box[href]:hover .feature-details {
  background-color: #eaeceb;
}
@media (max-width: 1020px) {
  .content_features_layout .feature-box[href]:hover .feature-details {
    background-color: #fff;
  }
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.slider_two_thirds_layout {
  overflow: hidden;
}
.slider_two_thirds_layout .heading .display2 {
  position: relative;
  background: #fff;
  z-index: 2;
  float: left;
  max-width: 80%;
}
.slider_two_thirds_layout .heading .slider-arrows {
  position: absolute;
  right: 0;
  bottom: -6px;
  z-index: 1;
  background: #fff;
  padding-left: 20px;
}
.slider_two_thirds_layout .heading .slider-arrows span {
  display: inline-block;
  padding: 8px;
  line-height: 11px;
  font-size: 22px;
  border: 1px solid transparent;
  color: #3d3935;
  cursor: pointer;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.slider_two_thirds_layout .heading .slider-arrows span:hover {
  color: #fc4c02;
}
.slider_two_thirds_layout a.slider-two-thirds-link {
  display: block;
  width: 100%;
  height: 100%;
  color: #3d3935;
  text-decoration: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.slider_two_thirds_layout .slider-two-thirds-image {
  width: 100%;
  height: 100%;
}
.slider_two_thirds_layout .slider-two-thirds-image img {
  width: 100%;
  max-width: none;
}
.slider_two_thirds_layout .display6 {
  margin-bottom: 30px;
}
.slider_two_thirds_layout .slider-two-thirds-wrapper {
  width: 85%;
  position: relative;
  position: relative;
}
.slider_two_thirds_layout .slider-two-thirds-wrapper.centerSlider {
  overflow: hidden;
  margin: 0 auto;
}
.slider_two_thirds_layout .slider-peak {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 1;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  cursor: pointer;
}
.slider_two_thirds_layout .slider-peak:hover {
  right: -18%;
}
.slider_two_thirds_layout .slider-peak + .lSSlideOuter {
  left: 0px;
  position: relative;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}
.slider_two_thirds_layout .slider-peak:hover + .lSSlideOuter {
  left: -80px;
}
.slider_two_thirds_layout .slider-peak:hover + .lSSlideOuter .slider-two-thirds-item:before {
  opacity: 0.3;
}
.slider_two_thirds_layout .slider-peak:hover + .lSSlideOuter .slider-two-thirds-item.active {
  right: 40px;
  position: relative;
}
.slider_two_thirds_layout .slider-peak:hover + .lSSlideOuter .slider-two-thirds-item.active:before {
  opacity: 0 !important;
}
.slider_two_thirds_layout .slider-peak:hover + .lSSlideOuter .slider-two-thirds-item.active .product-overview {
  left: 100px;
}
.slider_two_thirds_layout .slider-peak:hover + .lSSlideOuter .slider-two-thirds-item.active .product-overview i:before {
  font-weight: bolder;
}
.slider_two_thirds_layout .lSSlideWrapper, .slider_two_thirds_layout .lSSlideOuter {
  overflow: visible;
}
.slider_two_thirds_layout .sliderTwoThirds .slider-two-thirds-item {
  position: relative;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  height: 540px;
  left: 0;
  z-index: 1;
}
@media (max-width: 1600px) {
  .slider_two_thirds_layout .sliderTwoThirds .slider-two-thirds-item {
    height: 463px;
  }
}
@media (max-width: 1270px) {
  .slider_two_thirds_layout .sliderTwoThirds .slider-two-thirds-item {
    height: 370px;
  }
}
.slider_two_thirds_layout .sliderTwoThirds .slider-two-thirds-item:before {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0;
  right: 0;
  background: #000;
  z-index: 1;
  content: '';
  opacity: 0;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}
.slider_two_thirds_layout .sliderTwoThirds .slider-two-thirds-item .product-overview {
  min-width: 300px;
  max-width: 300px;
  position: absolute;
  z-index: 1;
  background: #fff;
  bottom: 20px;
  left: 20px;
  padding: 25px 30px 25px;
  opacity: 0.85;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}
.slider_two_thirds_layout .sliderTwoThirds .slider-two-thirds-item .product-overview .btn-text {
  width: 100%;
  font-size: 15px;
}
.slider_two_thirds_layout .sliderTwoThirds .slider-two-thirds-item .product-overview:hover {
  opacity: 1;
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
  .slider_two_thirds_layout .page-container {
    max-width: none !important;
    width: 100%;
  }
  .slider_two_thirds_layout .slider-two-thirds-wrapper {
    width: 100%;
  }
  .slider_two_thirds_layout .slider-two-thirds-wrapper .lSSlideWrapper {
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch;
    width: 100% !important;
  }
  .slider_two_thirds_layout .slider-two-thirds-wrapper .sliderTwoThirds .slider-two-thirds-item {
    height: auto;
    -webkit-transform: none !important;
    transform: none !important;
    margin-bottom: 1px;
  }
  .slider_two_thirds_layout .slider-two-thirds-wrapper .sliderTwoThirds .slider-two-thirds-item .slider-two-thirds-image {
    overflow: visible;
  }
  .slider_two_thirds_layout .slider-two-thirds-wrapper .sliderTwoThirds .slider-two-thirds-item.clone {
    display: none;
  }
  .slider_two_thirds_layout .left, .slider_two_thirds_layout .slider-peak, .slider_two_thirds_layout .next-peak, .slider_two_thirds_layout .btn {
    display: none;
  }
  .slider_two_thirds_layout .sliderTwoThirds .slider-two-thirds-item .product-overview {
    min-width: 100% !important;
    position: relative;
    bottom: 0;
    left: 0;
    padding: 15px 10px 15px;
    opacity: 1;
  }
  .slider_two_thirds_layout .sliderTwoThirds .slider-two-thirds-item .product-overview div {
    display: none;
  }
  .slider_two_thirds_layout .sliderTwoThirds .slider-two-thirds-item .product-overview div.display4 {
    display: block;
  }
  .slider_two_thirds_layout .sliderTwoThirds .slider-two-thirds-item .product-overview p, .slider_two_thirds_layout .sliderTwoThirds .slider-two-thirds-item .product-overview .btn-learnmore {
    display: none;
  }
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
@media (max-width: 735px) {
  .home .slider_two_thirds_layout {
    border-top: 1px solid #cfcfcf;
  }
}
.single-product .slider_two_thirds_layout {
  margin-bottom: -88px;
}
@media (max-width: 1270px) {
  .single-product .slider_two_thirds_layout {
    margin-bottom: -58px;
  }
}
@media (max-width: 1270px) {
  .single-product .slider_two_thirds_layout {
    margin-bottom: -38px;
  }
}
.content_cta_layout .europlan-pattern {
  background-image: url('../../images/europlan_pattern.png');
  padding: 65px 0;
}
.content_cta_layout .sub_header {
  max-width: 450px;
  margin-top: 10px;
}
.content_cta_layout .page-container .white_box {
  max-width: 1000px;
  background: #fff;
  padding: 35px 40px;
}
.content_cta_layout .btns-center {
  margin-top: 18px;
  float: right;
}
@media (max-width: 735px) {
  .content_cta_layout .btns-center {
    float: left;
  }
  .content_cta_layout .btns-center a {
    margin-bottom: 5px;
    display: block;
    margin-right: 0;
    text-align: center;
  }
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.listing-project a {
  color: #3d3935;
}
.listing-project .caption {
  font-size: 12px;
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all;
  z-index: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 14px;
  color: #3d3935;
  background-color: rgba(255, 255, 255, .8);
  padding: 9px 16px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  text-transform: uppercase;
}
@media (max-width: 735px) {
}
.listing-project .image-link {
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  background-color: #eaeceb;
  border: none !important;
}
.listing-project:hover .caption {
  background-color: #fff;
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.project_featured .heading .display2, .project_featured .heading p {
  max-width: 750px;
}
.project_featured .heading {
  position: relative;
}
.project_featured .heading .btn-text {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0;
}
@media (max-width: 1020px) {
  .project_featured .heading .btn-text {
    top: 8px;
    bottom: unset;
  }
}
@media (max-width: 735px) {
  .project_featured .heading .btn-text {
    display: none;
    font-size: 70%;
    top: 15px;
  }
  .project_featured .heading .btn-text i {
    font-size: 19px;
  }
}
.project_featured .btn-center {
  display: none;
}
@media (max-width: 735px) {
  .project_featured .btn-center {
    display: block;
  }
}
@media (min-width: 1020px) {
  .project_featured[count="1"] .slider-arrows, .project_featured[count="2"] .slider-arrows, .project_featured[count="3"] .slider-arrows, .project_featured[count="4"] .slider-arrows {
    display: none;
  }
}
@media (min-width: 735px) {
  .project_featured[count="1"] .slider-arrows, .project_featured[count="2"] .slider-arrows, .project_featured[count="3"] .slider-arrows {
    display: none;
  }
}
@media (max-width: 735px) {
  .project_featured[count="1"] .slider-arrows {
    display: none;
  }
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.project_searchfilter {
  border-top: 1px solid #eaeceb;
  min-height: 600px;
  padding: 80px 0;
}
.project_searchfilter .sf-wrapper {
  padding-top: 0vh;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  background-position: top 100px center;
  background-repeat: no-repeat;
  background-image: url('../../images/loading-grey.gif');
  background-size: 0px;
}
@media (max-width: 735px) {
  .project_searchfilter .sf-wrapper {
    background-size: 90px !important;
  }
}
.project_searchfilter .sf-wrapper .sf-listings {
  position: relative;
  opacity: 1;
  top: 0;
  -webkit-transition: opacity 0.5s ease 0s, top 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, top 0.5s ease 0s;
  min-height: 300px;
}
.project_searchfilter .sf-wrapper.loading {
  background-size: 150px;
  overflow: hidden;
}
.project_searchfilter .sf-wrapper.loading .sf-listings {
  opacity: 0;
  top: 50vh;
}
.project_searchfilter .sf-wrapper .btns-center {
  text-align: center;
}
.project_searchfilter .sf-wrapper .btns-center #load-more {
  margin-top: 40px;
  cursor: pointer;
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.header_layout.no_image + .project_searchfilter, .header_layout.no_image + .page-start + .project_searchfilter {
  padding-top: 0;
  border-top: none;
}
@media (max-width: 735px) {
  .project_categories_layout {
    padding-top: 0;
  }
  .project_categories_layout > .fullwidth-container {
    display: none;
  }
}
.project_categories_layout li a {
  color: #3d3935;
  line-height: 2em;
  text-decoration: none;
}
.project_categories_layout li a:hover {
  color: #fc4c02;
}
.project-filter-container {
  z-index: 2;
  margin: 0px 0 40px;
  width: 100%;
  position: relative;
}
@media (max-width: 735px) {
  .project-filter-container {
    font-size: 21px;
    margin: 0px 0 20px;
  }
}
.project-filter-container > span {
  display: inline-block;
  position: relative;
}
.project-filter-container > span.dropdown {
  color: #fc4c02;
  margin: 0;
  cursor: pointer;
}
@media (max-width: 735px) {
  .project-filter-container > span.dropdown {
    margin: 0 3px;
  }
}
.project-filter-container > span.dropdown i {
  top: 4px;
  position: relative;
}
.project-filter-container > span.dropdown > span {
  text-transform: lowercase;
}
.project-filter-container > span.dropdown.active .project-filter {
  opacity: 1;
  visibility: visible;
  top: 50px;
  min-width: 200px;
}
@media (max-width: 1020px) {
  .project-filter-container > span.dropdown.active .project-filter {
    top: 30px;
  }
}
.project-filter-container .project-filter {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 40px;
  left: 0px;
  left: -20px;
  width: 240px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  background: #fff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(57, 56, 58, 0.35);
  box-shadow: 0 2px 6px 0 rgba(57, 56, 58, 0.35);
  padding: 28px 24px;
  z-index: 12;
  line-height: 2em;
  font-size: 17px;
  font-weight: 200;
  letter-spacing: 0.2px;
  text-decoration: none;
  text-align: left;
}
.project-filter-container .project-filter ul {
  width: 100%;
  float: left;
  position: relative;
}
.project-filter-container .project-filter .close-cross {
  font-size: 0px;
  position: absolute;
  right: 20px;
  top: 70px;
}
.project-filter-container .project-filter .close-cross i {
  font-size: 30px;
}
.project-filter-container .project-filter .filter-reset {
  width: 100%;
  float: left;
}
.project-filter-container .project-filter .filter-reset a {
  border-top: 1px solid #eaeceb;
  margin-top: 14px;
  padding: 0;
  padding-top: 14px;
  margin-bottom: -14px;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  color: #3d3935 !important;
}
.project-filter-container .project-filter .filter-reset a.active {
  font-weight: 600;
  color: #3d3935 !important;
}
.project-filter-container .project-filter .filter-reset a.active:hover, .project-filter-container .project-filter .filter-reset a:hover {
  color: #fc4c02 !important;
}
.project-filter-container .project-filter .display5 {
  font-size: 13px;
  color: #3d3935;
  line-height: 1em;
  margin-bottom: 10px;
  display: block;
}
.project-filter-container .project-filter a {
  display: block;
  text-align: left;
  color: #3d3935;
  font-size: 17px;
  text-decoration: none;
  font-weight: 100;
  line-height: 1.25;
  padding: 7px 0;
}
@media (max-width: 735px) {
  .project-filter-container .project-filter a {
    font-size: 20px;
    padding: 10px 0;
  }
}
.project-filter-container .project-filter a.active {
  color: #3d3935 !important;
  font-weight: 600;
}
.project-filter-container .project-filter a.active:hover, .project-filter-container .project-filter a:hover {
  color: #fc4c02 !important;
}
@media (max-width: 735px) {
  .project-filter-container .project-filter {
    position: fixed;
    z-index: 9999;
    top: 0 !important;
    bottom: 0;
    left: 0 !important;
    right: 0 !important;
    max-width: none !important;
    width: 100% !important;
    height: 100%;
    background: #fff;
    padding: 87px 20px !important;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .project-filter-container .project-filter ul {
    width: 100% !important;
    max-width: 700px;
    margin: auto;
    float: none;
    padding: 0 !important;
    border: none !important;
    padding-bottom: 20px !important;
  }
  .project-filter-container .project-filter .filter-reset a {
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #fff;
    display: block;
    width: 100%;
    padding-bottom: 30px;
  }
}
.tax-project_spaces .project_searchfilter {
  padding-top: 60px;
}
.tax-project_spaces .project-filter-container {
  text-align: right;
  margin-bottom: -20px;
  margin-top: -52px;
  padding-bottom: 48px;
}
.tax-project_spaces .project-filter-container span {
  font-size: 16px;
  line-height: 1.24;
  letter-spacing: 0px;
}
.tax-project_spaces .project-filter-container .project-filter {
  left: unset;
  right: 0;
  width: 240px;
  text-transform: initial;
}
.content_intro_project_layout .body_copy {
  margin-top: 25px;
}
.content_intro_project_layout .project-credits {
  padding: 40px 30px;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1020px) {
  .content_intro_project_layout .project-credits {
    border-top: 1px solid #eaeceb;
    margin-top: 40px;
    width: 100%;
    padding: 40px 0px 0px;
  }
}
.content_intro_project_layout .project-credits .display5 {
  color: #92bcb3;
  padding-bottom: 8px;
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.content_intro_layout {
  overflow: hidden;
  padding-top: 80px;
}
.content_intro_layout .body_copy {
  margin-top: 25px;
  margin-bottom: -1em;
}
.content_intro_layout .btns-center {
  margin-top: 35px;
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .content_intro_layout .btn, .content_intro_layout input[type="submit"] {
    padding: 13.5px 11px;
  }
}
@media (max-width: 370px) {
  .content_intro_layout .btn {
    width: 100%;
    margin-bottom: 13px;
    text-align: center;
  }
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.content_columns_layout .display3 {
  margin-top: 25px;
  max-width: 785px;
}
.content_columns_layout .row.vspacing {
  margin-top: -50px;
}
.content_columns_layout .row.vspacing div[class*="col-"] {
  padding-top: 50px;
}
.content_columns_layout .btn {
  margin-top: 30px;
}
.content_columns_layout img {
  width: 100%;
}
.content_columns_layout article {
  padding-right: 35px;
}
@media (max-width: 735px) {
  .content_columns_layout article {
    padding-right: 0px;
  }
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
  .content_columns_layout .row.vspacing div[class*="col-"] {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.content_image_bk_layout .fullwidth-container {
  position: relative;
}
@media (max-width: 1020px) {
  .content_image_bk_layout .fullwidth-container {
    background-size: cover;
    background-position: center;
  }
}
.content_image_bk_layout .fullwidth-container > img {
  width: 100%;
  max-width: none;
}
@media (max-width: 1020px) {
  .content_image_bk_layout .fullwidth-container > img {
    display: none;
  }
}
.content_image_bk_layout .content_over_image {
  position: absolute;
  width: 100%;
  bottom: 35px;
}
.content_image_bk_layout .content_over_image .content_wrapper {
  max-width: 600px;
  background: rgba(255, 255, 255, .85);
  padding: 30px 40px;
}
.content_image_bk_layout .content_over_image .content_wrapper .body_copy {
  padding: 20px 0 30px;
}
@media (max-width: 1020px) {
  .content_image_bk_layout .content_over_image {
    position: relative;
    left: 0;
    bottom: 0;
    max-width: none;
    width: 94%;
    margin: auto;
    padding: 25px 0;
  }
  .content_image_bk_layout .content_over_image .content_wrapper {
    padding: 20px 25px;
  }
}
@media (min-width: 1600px) {
  .content_image_bk_layout {
    max-width: 1500px;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.testimonial_text_image_layout .europlan-pattern {
  background-image: url('../../images/europlan_pattern.png');
  padding: 100px 0;
}
@media (max-width: 735px) {
  .testimonial_text_image_layout .europlan-pattern {
    padding: 50px 0;
  }
}
.testimonial_text_image_layout .testimonial_text_image {
  background: #fff;
}
.testimonial_text_image_layout .testimonial_text_image .testimonial_image {
  position: relative;
  height: 100%;
}
.testimonial_text_image_layout .testimonial_text_image .testimonial_image img {
  height: 100%;
}
.testimonial_text_image_layout .testimonial_text_image .testimonial_image .testimonials_caption {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 14px;
  background-color: rgba(255, 255, 255, .8);
  padding: 9px 16px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  text-transform: uppercase;
}
@media (max-width: 735px) {
  .testimonial_text_image_layout .testimonial_text_image .testimonial_image .testimonials_caption {
    font-size: 10px;
  }
}
.testimonial_text_image_layout .testimonial_text_image .testimonial_content {
  padding: 60px 40px;
  max-width: 650px;
}
@media (max-width: 1600px) {
  .testimonial_text_image_layout .testimonial_text_image .testimonial_content {
    max-width: 550px;
  }
}
.testimonial_text_image_layout .testimonial_text_image .testimonial_content .testimonials_copy {
  font-size: 22px;
  font-style: italic;
  line-height: 34px;
  margin-bottom: 30px;
}
.testimonial_text_image_layout .testimonial_text_image .testimonial_content .testimonial_profile {
  font-size: 15px;
  line-height: 23px;
}
.testimonial_text_image_layout .testimonial_text_image .testimonial_content .testimonial_profile .testimonial_thumbnail {
  width: 70px;
  border-radius: 100px;
  overflow: hidden;
  float: left;
  margin-right: 11px;
}
.testimonial_text_image_layout .testimonial_text_image .testimonial_content .testimonial_profile .testimonial_details {
  padding-top: 17px;
}
.testimonial_text_image_layout .testimonial_text_image .testimonial_content .testimonial_profile .company {
  color: #6e6a65;
  display: block;
}
.testimonial_text_image_layout .lSSlideOuter .lSPager.lSpg {
  padding: 0 40px;
  text-align: center;
  position: absolute;
  display: block;
  bottom: 23px;
  right: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  margin: auto !important;
}
@media (max-width: 1020px) {
  .testimonial_text_image_layout .lSSlideOuter .lSPager.lSpg {
    display: none;
  }
}
.testimonial_text_image_layout .lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 4px;
  float: left;
}
.testimonial_text_image_layout .lSSlideOuter .lSPager.lSpg > li a {
  z-index: 1;
  background-color: rgba(0, 0, 0, .18);
  border-radius: 0px;
  height: 3px;
  font-size: 1px !important;
  color: transparent;
  text-indent: 0;
  width: 24px;
  overflow: hidden;
}
.testimonial_text_image_layout .lSSlideOuter .lSPager.lSpg > li a:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100%;
  background-color: #fc4c02;
  right: 100%;
  opacity: 0;
}
.testimonial_text_image_layout .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #fc4c02;
}
.testimonial_text_image_layout .lSSlideOuter .lSPager.lSpg > li.active a:after {
  right: 0%;
  opacity: 1;
  -webkit-transition: 4s linear right;
  transition: 4s linear right;
}
.testimonial_text_image_layout .lSSlideOuter:hover .lSPager.lSpg > li.active a {
  background-color: #fc4c02;
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.contact_locations_layout a {
  display: block;
  text-decoration: none;
  color: #3d3935;
}
.contact_locations_layout a .image-wrapper {
  border-bottom: 3px solid #fff;
}
@media (max-width: 735px) {
  .contact_locations_layout a .image-wrapper {
    margin-bottom: 20px;
  }
}
.contact_locations_layout a .display4 {
  padding: 19px 0 2px;
}
.contact_locations_layout a:hover .image-wrapper {
  border-bottom: 3px solid #fc4c02;
}
.contact_locations_layout a:hover .display4 {
  color: #fc4c02;
}
.contact_locations_layout .location-map {
  position: relative;
  width: 250px;
  float: right;
  margin-top: -80px;
}
.contact_locations_layout .location-map img {
  width: 100%;
  max-width: none;
}
.contact_locations_layout .location-map a {
  text-decoration: none;
  position: absolute;
  font-size: 25px;
  color: #fc4c02;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.contact_locations_layout .location-map a:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .contact_locations_layout .page-container {
    background-image: url('../../images/nz.png');
    background-repeat: no-repeat;
    background-position: right top 56px;
    background-size: 251px;
  }
}
@media (max-width: 370px) {
}
.content_left_right_layout .page-container {
  position: relative;
  z-index: 1;
}
.content_left_right_layout .btn-text {
  margin: 0;
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
  .content_left_right_layout .vcentered {
    display: block;
  }
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
@media (max-width: 1020px) {
  .content-image {
    margin-bottom: 25px;
  }
}
.content_grid_brands_layout .logo-wrapper {
  background: #f5f5f5;
  height: 0;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
  display: block;
}
.content_grid_brands_layout .logo-wrapper img {
  width: auto !important;
  height: auto !important;
  margin: auto;
  max-width: 65%;
  max-height: 75%;
}
.content_grid_brands_layout a:hover {
  background: rgba(61, 57, 53, .2);
}
@media (-webkit-min-device-pixel-ratio: 2) {
  .content_grid_brands_layout img[src*="dpr=2"] {
    max-width: 48%;
    max-height: 46%;
  }
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.team_dept_list_layout {
  position: relative;
}
@media (max-width: 735px) {
  .team_dept_list_layout {
    padding-bottom: 150px;
  }
}
.team_dept_list_layout .people-container {
  margin-left: -11px;
  margin-right: -11px;
}
.team_dept_list_layout .search-query, .team_dept_list_layout .filter-title, .team_dept_list_layout .heading {
  text-align: left;
  width: 100%;
  display: block;
  clear: both;
  margin: 25px 11px 15px 11px;
  float: left;
}
.team_dept_list_layout .search-query span, .team_dept_list_layout .filter-title span, .team_dept_list_layout .heading span {
  color: #5b7e96;
}
.team_dept_list_layout .filter-title {
  display: none;
}
.team_dept_list_layout .listing {
  float: left;
  width: calc(25% - 25px);
  margin: 20px 12.5px;
  background: #fff;
}
@media (max-width: 1270px) {
  .team_dept_list_layout .listing {
    width: calc(33% - 25px);
  }
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .team_dept_list_layout .listing {
    width: calc(50% - 25px);
  }
}
@media (max-width: 370px) {
  .team_dept_list_layout .listing {
    width: calc(50% - 8px);
    margin: 10px 4px;
  }
}
.team_dept_list_layout .listing .listing-container {
  text-decoration: none;
  color: #3d3935;
  display: block;
}
.team_dept_list_layout .listing .listing-box .image-link {
  height: 0;
  padding-bottom: 134.8719068%;
}
.team_dept_list_layout .listing .details {
  padding-top: 16px;
}
.team_dept_list_layout .listing .details .name {
  font-weight: 500;
}
.team_dept_list_layout .listing .details .title {
  color: #6e6a65;
}
.team_dept_list_layout .listing:hover .details .name {
  color: #fc4c02;
}
@media (max-width: 735px) {
  .overlay-profile .mfp-container {
    padding: 0;
  }
}
.overlay-profile .mfp-content {
  max-width: 860px;
  width: 94%;
  margin: 30px auto;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 735px) {
  .overlay-profile .mfp-content {
    max-width: none;
    width: 100%;
    margin: 0px auto;
  }
}
.overlay-profile .mfp-content .mfp-close.close {
  z-index: 11;
  font-size: 34px;
  width: 50px;
  height: 50px;
}
.overlay-profile .mfp-content .wrapper {
  width: 100%;
  position: relative;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  z-index: 9;
  background: #fff;
}
.overlay-profile .mfp-content .row > div {
  position: relative;
}
.overlay-profile .mfp-content .row .profile {
  padding: 40px 30px;
}
.overlay-profile .mfp-content .row .name {
  margin-bottom: 11px;
}
.overlay-profile .mfp-content .row .title {
  color: #6e6a65;
}
.overlay-profile .mfp-content .row .location {
  color: #6e6a65;
}
.overlay-profile .mfp-content .row .body-copy {
  margin-top: 25px;
  padding-bottom: 130px;
}
@media (max-width: 735px) {
  .overlay-profile .mfp-content .row .body-copy {
    padding-bottom: 50px;
  }
}
.overlay-profile .mfp-content .row .profile-contacts {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 0;
  padding: 32px 30px;
  border-top: 1px solid #f2f2f4;
  margin: 0;
}
@media (max-width: 735px) {
  .overlay-profile .mfp-content .row .profile-contacts {
    position: relative;
    left: 0px;
    padding-left: 0;
    padding-right: 0;
  }
}
.overlay-profile .mfp-content .row .spacer {
  margin: 16px 0;
  border-top: 1px solid #f4f4f4;
  display: block;
  width: calc(100% + (18px + 30px + 15px ));
  position: relative;
  left: -18px;
}
.overlay-profile .mfp-content .row a {
  color: #3d3935;
  display: block;
  text-decoration: none;
  margin-top: 12px;
}
.overlay-profile .mfp-content .row a:first-child {
  margin: 0;
}
.overlay-profile .mfp-content .row a i {
  font-size: 27px;
  top: -1px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.overlay-profile .mfp-content .row .profile-img {
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  position: relative;
  border: 12px solid #fff;
  border-left-width: 0;
  height: 100%;
}
@media (max-width: 735px) {
  .overlay-profile .mfp-content .row .profile-img {
    border: none;
  }
}
.overlay-profile .mfp-content .row .profile-img .image-bk {
  width: 100%;
  left: 0;
  right: 0;
}
.overlay-profile .mfp-content .row .profile-img .link {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.overlay-profile .mfp-content .row .profile-img .spacer {
  opacity: 0;
  z-index: -1;
  padding-bottom: 135%;
  height: 0px;
  position: relative;
  width: 100%;
  display: block;
}
@media (max-width: 735px) {
  .overlay-profile .mfp-content .row .profile-img .spacer {
    padding-bottom: 400px;
  }
}
.overlay-profile .mfp-content .row .profile-img .playbtn-large:after, .overlay-profile .mfp-content .row .profile-img .playbtn-large:before {
  content: "\e91e" !important;
  font-family: 'sd-icons';
  text-align: center;
  font-size: 27px;
  color: #fff;
  background: #fc4c02;
  border-radius: 1000px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 76px;
  height: 76px;
  padding: 26px 16px 26px 20px;
  margin: auto;
  z-index: 1;
  line-height: 1em;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .overlay-profile .mfp-content .row .profile-img .playbtn-large:after, .overlay-profile .mfp-content .row .profile-img .playbtn-large:before {
    width: 56px;
    height: 56px;
    font-size: 24px;
    padding: 17px 13px 17px 17px;
  }
}
.overlay-profile .mfp-content .row .profile-img .playbtn-large:before {
  z-index: 2;
}
.overlay-profile .mfp-content .row .profile-img .playbtn-large:hover:after {
  opacity: 0.4;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.overlay-profile .mfp-content .video-insitu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
}
.overlay-profile .mfp-content .video-insitu .video-close {
  position: absolute;
  top: 0px !important;
  cursor: pointer;
  left: 0px;
  font-size: 34px;
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 9px 8px !important;
  line-height: 1em;
  display: block;
  color: #fff !important;
  background: #fc4c02;
  opacity: 1;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  z-index: 8;
}
@media (max-width: 735px) {
  .overlay-profile .mfp-content .video-insitu .video-close {
    position: fixed;
    font-size: 16px;
    width: 50px;
    height: 50px;
    padding: 16px 16px !important;
  }
}
.overlay-profile .mfp-content .video-insitu .video-close:hover {
  background: #e94804;
}
.overlay-profile .mfp-content.video-open .wrapper {
  margin-left: -110%;
}
.contact_listings_layout .location {
  padding: 50px 0;
  border-bottom: 1px solid #eaeceb;
}
.contact_listings_layout .location:hover {
  background: #f5f5f5;
}
.contact_listings_layout .location:hover .image-link span {
  left: 0px;
  opacity: 1;
}
.contact_listings_layout a {
  text-decoration: none;
  color: #3d3935;
  display: block;
}
.contact_listings_layout .contact-details .display4 {
  margin-top: 40px;
}
@media (max-width: 735px) {
}
.contact_listings_layout .contact-details div {
  text-decoration: none;
  color: #3d3935;
  display: block;
  margin-bottom: 5px;
}
.contact_listings_layout .contact-details div.address {
  margin-bottom: 15px;
  margin-top: 10px;
}
.contact_listings_layout .contact-details div.btn {
  color: #fff;
  margin-top: 15px;
  display: inline-block;
  display: none;
}
.contact_listings_layout .contact-details i {
  font-size: 147%;
  top: 6px;
  position: relative;
  margin-right: 5px;
}
@media (max-width: 1270px) {
  .contact_listings_layout .static-map {
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
  }
  .contact_listings_layout .static-map img {
    height: 100%;
    position: absolute;
    width: auto;
    max-width: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 1270px) and (max-width: 735px) {
  .contact_listings_layout .static-map {
    padding-bottom: 50%;
  }
}
.contact_listings_layout .image-link span {
  opacity: 0;
  left: -50px;
  top: unset;
  bottom: 13px;
  width: 100%;
  text-align: left;
  padding: 22px;
  display: block;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-weight: 600;
  font-size: 14px;
}
.contact_listings_layout .image-link span i {
  float: right;
  font-size: 161%;
}
.contact_listings_layout .static-map img {
  border: 1px solid #eaeceb;
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .contact_listings_layout .btn {
    display: inline-block !important;
  }
  .contact_listings_layout .image-link {
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
    position: relative;
    border: none !important;
  }
  .contact_listings_layout .image-link img {
    width: 100%;
    position: absolute;
    max-width: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .contact_listings_layout .location:hover {
    background: none;
  }
  .contact_listings_layout .location:hover .image-link span {
    left: 0px;
    opacity: 0;
  }
}
@media (max-width: 370px) {
}
@media (max-width: 735px) {
  .contact_details_layout {
    border-bottom: 1px solid #eaeceb;
  }
}
.contact_details_layout a {
  text-decoration: none;
  color: #3d3935;
  display: block;
}
.contact_details_layout .contact-details .display4 {
  margin-top: 40px;
}
@media (max-width: 1270px) {
  .contact_details_layout .contact-details .display4 {
    margin-top: 0px;
  }
}
.contact_details_layout .contact-details .phone, .contact_details_layout .contact-details .email {
  text-decoration: none;
  color: #3d3935;
  display: block;
  margin-bottom: 5px;
}
.contact_details_layout .contact-details .phone:hover, .contact_details_layout .contact-details .email:hover {
  color: #fc4c02;
}
.contact_details_layout .contact-details .phone i, .contact_details_layout .contact-details .email i {
  font-size: 147%;
  top: 6px;
  position: relative;
  margin-right: 5px;
}
.contact_details_layout .contact-details .address {
  margin-bottom: 15px;
  margin-top: 10px;
}
.contact_details_layout .contact-details .btn {
  color: #fff;
  margin-top: 40px;
  display: inline-block;
}
.contact_details_layout a.image-link span {
  opacity: 0;
  left: -50px;
  top: unset;
  bottom: 13px;
  width: 100%;
  text-align: left;
  padding: 22px;
  display: block;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-weight: 600;
  font-size: 14px;
}
.contact_details_layout a.image-link span i {
  float: right;
  font-size: 161%;
}
.contact_details_layout a:hover.image-link span {
  left: 0px;
  opacity: 1;
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .contact_details_layout .static-map {
    margin-top: 40px;
  }
}
@media (max-width: 370px) {
}
.holiday-message {
  background: #f2f2f2;
  padding: 20px;
  margin-bottom: -10px;
  display: inline-block;
  width: 100%;
}
@media (max-width: 1270px) {
  .holiday-message {
    margin-bottom: 40px;
  }
}
.holiday-message .display4 {
  margin-top: 0 !important;
}
.holiday-message p {
  margin-bottom: 0 !important;
}
.content_slider_gallery_layout .lSSlideOuter .lSPager.lSpg {
  padding: 0 40px;
  text-align: center;
  position: absolute;
  display: block;
  bottom: 23px;
  right: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  margin: auto !important;
}
@media (max-width: 1020px) {
  .content_slider_gallery_layout .lSSlideOuter .lSPager.lSpg {
    display: none;
  }
}
.content_slider_gallery_layout .lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 4px;
  float: left;
}
.content_slider_gallery_layout .lSSlideOuter .lSPager.lSpg > li a {
  z-index: 1;
  background-color: rgba(255, 255, 255, .18);
  border-radius: 0px;
  height: 3px;
  font-size: 1px !important;
  color: transparent;
  text-indent: 0;
  width: 24px;
  overflow: hidden;
}
.content_slider_gallery_layout .lSSlideOuter .lSPager.lSpg > li a:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100%;
  background-color: #fc4c02;
  right: 100%;
  opacity: 0;
}
.content_slider_gallery_layout .lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #fc4c02;
}
.content_slider_gallery_layout .lSSlideOuter .lSPager.lSpg > li.active a:after {
  right: 0%;
  opacity: 1;
}
.content_slider_gallery_layout .lSSlideOuter:hover .lSPager.lSpg > li.active a {
  background-color: #fc4c02;
}
.content_slider_gallery_layout .lSAction a {
  color: #3d3935 !important;
  width: 75px !important;
  height: 44px !important;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.content_slider_gallery_layout .lSAction a:hover {
  background: #fff !important;
  color: #fc4c02 !important;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.content_slider_gallery_layout .lSAction a:hover:before {
  color: #fc4c02 !important;
}
.content_slider_gallery_layout .lSAction a:before {
  color: #fff !important;
  width: auto;
  padding: 0 17px;
  margin: 7px 0;
}
@media (max-width: 370px) {
  .content_slider_gallery_layout .lSAction a:before {
    font-size: 27px;
  }
}
@media (max-width: 370px) {
  .content_slider_gallery_layout .lSAction a {
    width: 60px !important;
    height: 37px !important;
  }
}
.content_slider_gallery_layout .lSAction > .lSNext {
  right: 0px !important;
}
.content_slider_gallery_layout .lSAction > .lSNext:before {
  float: left;
}
.content_slider_gallery_layout .lSAction > .lSPrev {
  left: 0px !important;
}
.content_slider_gallery_layout .lSAction > .lSPrev:before {
  float: right;
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .content_virtual_tour iframe {
    height: 400px;
  }
}
@media (max-width: 370px) {
}
.content_pull_quote_layout .europlan-pattern {
  background-image: url('../../images/europlan_pattern_grey.png');
  padding: 70px 0;
}
.content_pull_quote_layout .pullquote {
  background: #fff;
  padding: 35px 140px 35px 40px;
  font-size: 24px;
  font-style: italic;
  line-height: 36px;
  max-width: 600px;
}
@media (max-width: 1020px) {
  .content_pull_quote_layout .pullquote {
    padding-right: 80px;
  }
}
@media (max-width: 735px) {
  .content_pull_quote_layout .pullquote {
    padding-right: 50px;
  }
}
.content_pull_quote_layout.orange .europlan-pattern {
  background-image: url('../../images/europlan_pattern_orange.png');
}
.content_pull_quote_layout.orange .pullquote {
  background: #fc4c02;
  color: #fff;
}
.content_pull_quote_layout.ocean_teal .europlan-pattern {
  background-image: url('../../images/europlan_pattern_ocean_teal.png');
}
.content_pull_quote_layout.ocean_teal .pullquote {
  background: #92bcb3;
  color: #fff;
}
.content_pull_quote_layout.sunflower_yellow .europlan-pattern {
  background-image: url('../../images/europlan_pattern_sunflower_yellow.png');
}
.content_pull_quote_layout.sunflower_yellow .pullquote {
  background: #f1b300;
  color: #fff;
}
.content_pull_quote_layout.smoke .europlan-pattern {
  background-image: url('../../images/europlan_pattern_smoke.png');
}
.content_pull_quote_layout.smoke .pullquote {
  background: #d0d3d4;
}
.content_pull_quote_layout.charcoal .europlan-pattern {
  background-image: url('../../images/europlan_pattern_charcoal.png');
}
.content_pull_quote_layout.charcoal .pullquote {
  background: #3d3935;
  color: #fff;
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.page_links_layout .body_copy {
  padding-right: 40px;
}
@media (max-width: 1020px) {
  .page_links_layout .body_copy {
    padding-right: 0px;
  }
}
.page_links_layout a {
  display: block;
  text-decoration: none;
  color: #3d3935;
}
@media (max-width: 735px) {
}
.page_links_layout a .image-wrapper {
  border-bottom: 3px solid #fff;
}
.page_links_layout a .display4 {
  padding: 19px 0 13px;
}
.page_links_layout a:hover .image-wrapper {
  border-bottom: 3px solid #fc4c02;
}
.page_links_layout a:hover .display4 {
  color: #fc4c02;
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .page_links_layout .image-link {
    width: 45%;
    display: table-cell;
    float: none;
    border: 0;
  }
  .page_links_layout .content {
    display: table-cell;
    float: none;
    width: 55%;
    vertical-align: middle;
    padding: 0;
    padding-left: 10px;
    border: 1px solid rgba(91, 126, 150, 0.16) !important;
  }
  .page_links_layout .content .body_copy {
    display: none !important;
  }
}
@media (max-width: 370px) {
  .page_links_layout .display4 {
    font-size: 15px;
  }
}
.post_searchfilter {
  min-height: 600px;
  padding: 80px 0;
  margin-bottom: -70px;
}
.post_searchfilter .sf-wrapper {
  padding-top: 0vh;
  -webkit-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  background-position: top 100px center;
  background-repeat: no-repeat;
  background-image: url('../../images/loading-grey.gif');
  background-size: 0px;
}
@media (max-width: 735px) {
  .post_searchfilter .sf-wrapper {
    background-size: 90px !important;
  }
}
.post_searchfilter .sf-wrapper .sf-listings {
  position: relative;
  background: #fff;
  opacity: 1;
  top: 0;
  -webkit-transition: opacity 0.5s ease 0s, top 0.5s ease 0s;
  transition: opacity 0.5s ease 0s, top 0.5s ease 0s;
  min-height: 300px;
}
.post_searchfilter .sf-wrapper.loading {
  background-size: 150px;
  overflow: hidden;
}
.post_searchfilter .sf-wrapper.loading .sf-listings {
  opacity: 0;
  top: 50vh;
}
.post_searchfilter .sf-wrapper .btns-center {
  text-align: center;
}
.post_searchfilter .sf-wrapper .btns-center #load-more {
  cursor: pointer;
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
}
@media (max-width: 370px) {
}
.header_layout.no_image + .post_searchfilter, .header_layout.no_image + .page-start + .post_searchfilter {
  padding-top: 0;
}
.post_categories_layout {
  overflow: hidden;
}
@media (max-width: 735px) {
  .post_categories_layout {
    padding-top: 0;
  }
}
.post_categories_layout li a {
  color: #3d3935;
  line-height: 2em;
  text-decoration: none;
}
.post_categories_layout li a:hover {
  color: #fc4c02;
}
.slider_news_layout {
  position: relative;
}
@media (max-width: 735px) {
  .slider_news_layout {
    display: none;
  }
}
.slider_news_layout .heading .display2 {
  position: relative;
  background: #fff;
  z-index: 2;
  float: left;
  padding-right: 30px;
}
.slider_news_layout .heading .slider-arrows {
  position: absolute;
  right: 0;
  bottom: -6px;
  z-index: 1;
  background: #fff;
  padding-left: 20px;
}
.slider_news_layout .heading .slider-arrows span {
  display: inline-block;
  padding: 8px;
  line-height: 11px;
  font-size: 22px;
  border: 1px solid transparent;
  color: #3d3935;
  cursor: pointer;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.slider_news_layout .heading .slider-arrows span:hover {
  color: #fc4c02;
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .slider_news_layout .lightSlider, .slider_news_layout .lSSlideWrapper, .slider_news_layout .lSSlideOuter {
    overflow: visible !important;
  }
}
@media (max-width: 370px) {
}
.post-filter-container {
  z-index: 2;
  position: relative;
  margin: 0px 0 40px;
  width: 100%;
  position: relative;
}
@media (max-width: 735px) {
  .post-filter-container {
    font-size: 21px;
  }
}
.post-filter-container > span {
  display: inline-block;
  position: relative;
}
.post-filter-container > span.dropdown {
  color: #fc4c02;
  margin: 0;
  cursor: pointer;
}
@media (max-width: 735px) {
  .post-filter-container > span.dropdown {
    margin: 0 3px;
  }
}
.post-filter-container > span.dropdown i {
  top: 4px;
  position: relative;
}
.post-filter-container > span.dropdown > span {
  text-transform: lowercase;
}
.post-filter-container > span.dropdown.active .post-filter {
  opacity: 1;
  visibility: visible;
  top: 50px;
  min-width: 200px;
}
.post-filter-container .post-filter {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 40px;
  left: 0px;
  left: -20px;
  width: 240px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  background: #fff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(57, 56, 58, 0.35);
  box-shadow: 0 2px 6px 0 rgba(57, 56, 58, 0.35);
  padding: 28px 24px;
  z-index: 12;
  line-height: 2em;
  font-size: 17px;
  font-weight: 200;
  letter-spacing: 0.2px;
  text-decoration: none;
  text-align: left;
}
.post-filter-container .post-filter ul {
  width: 100%;
  float: left;
  position: relative;
}
.post-filter-container .post-filter .close-cross {
  font-size: 0px;
  position: absolute;
  right: 20px;
  top: 70px;
}
.post-filter-container .post-filter .close-cross i {
  font-size: 30px;
}
.post-filter-container .post-filter .filter-reset {
  width: 100%;
  float: left;
}
.post-filter-container .post-filter .filter-reset a {
  border-top: 1px solid #eaeceb;
  margin-top: 14px;
  padding: 0;
  padding-top: 14px;
  margin-bottom: -14px;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  color: #3d3935 !important;
}
.post-filter-container .post-filter .filter-reset a.active {
  font-weight: 600;
}
.post-filter-container .post-filter .filter-reset a.active:hover, .post-filter-container .post-filter .filter-reset a:hover {
  color: #fc4c02 !important;
}
.post-filter-container .post-filter .display5 {
  font-size: 13px;
  color: #3d3935;
  line-height: 1em;
  margin-bottom: 10px;
  display: block;
}
.post-filter-container .post-filter a {
  display: block;
  text-align: left;
  color: #3d3935;
  font-size: 17px;
  text-decoration: none;
  font-weight: 100;
  line-height: 1.25;
  padding: 7px 0;
}
@media (max-width: 735px) {
  .post-filter-container .post-filter a {
    font-size: 20px;
    padding: 10px 0;
  }
}
.post-filter-container .post-filter a.active {
  color: #3d3935 !important;
  font-weight: 600;
}
.post-filter-container .post-filter a.active:hover, .post-filter-container .post-filter a:hover {
  color: #fc4c02;
}
@media (max-width: 1270px) {
  .post-filter-container .post-filter {
    position: fixed;
    z-index: 9999;
    top: 0 !important;
    bottom: 0;
    left: 0 !important;
    right: 0 !important;
    max-width: none !important;
    width: 100% !important;
    height: 100%;
    background: #fff;
    padding: 87px 20px !important;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
  }
  .post-filter-container .post-filter ul {
    width: 100% !important;
    max-width: 700px;
    margin: auto;
    float: none;
    padding: 0 !important;
    border: none !important;
    padding-bottom: 20px !important;
  }
  .post-filter-container .post-filter .filter-reset a {
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #fff;
    display: block;
    width: 100%;
    padding-bottom: 30px;
  }
}
.post-filter-container .post-search {
  position: absolute;
  right: 0;
  top: 0;
  left: calc(100% - 163px);
  bottom: 0;
  -webkit-transition: 0.8s all ease;
  transition: 0.8s all ease;
  background: #fff;
}
.post-filter-container .post-search .search-label {
  white-space: nowrap;
  font-size: 18px;
  line-height: 1em;
  cursor: pointer;
  color: #6e6a65;
  font-weight: 300;
  float: left;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.post-filter-container .post-search .search-label i {
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  font-size: 29px;
  top: 4px;
  position: relative;
  color: #3d3935;
}
@media (max-width: 735px) {
  .post-filter-container .post-search .search-label i {
    top: 2px;
  }
}
.post-filter-container .post-search .search-label:hover {
  opacity: 1;
}
.post-filter-container .post-search .close-cross {
  color: #3d3935;
  text-decoration: none;
}
.post-filter-container .post-search .icon-close {
  position: absolute !important;
  top: 0;
  right: 13px;
  opacity: 0 !important;
}
@media (max-width: 735px) {
  .post-filter-container .post-search .icon-close {
    font-size: 29px;
    right: 0;
  }
}
.post-filter-container .post-search .post-searchbox {
  position: absolute;
  left: 0;
  top: -10px;
  height: 44px;
  border: none;
  background: transparent;
  opacity: 0;
  padding-left: 40px;
  width: 100%;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  font-size: 24px;
  font-weight: 100;
}
.post-filter-container .post-search.search-show {
  left: 0;
}
.post-filter-container .post-search.search-show .search-label {
  pointer-events: none;
  color: transparent;
}
.post-filter-container .post-search.search-show .search-label i {
  top: -1px;
}
.post-filter-container .post-search.search-show form {
  z-index: 3;
  position: relative;
}
.post-filter-container .post-search.search-show .icon-close {
  opacity: 0.3 !important;
  z-index: 4;
  position: relative;
}
.post-filter-container .post-search.search-show .icon-close:hover {
  opacity: 1 !important;
}
.post-filter-container .post-search.search-show .post-searchbox {
  opacity: 1;
  border-bottom: 1px solid #eaeceb;
}
.post-filter-container a.clear-search {
  display: block;
  font-size: 10px;
  color: #3d3935;
  text-decoration: none;
}
.post_searchfilter {
  padding-top: 60px;
}
.post-filter-container {
  text-align: right;
}
@media (max-width: 735px) {
  .post-filter-container {
    text-align: left;
  }
}
.post-filter-container span {
  font-size: 16px;
  line-height: 1.24;
  letter-spacing: 0px;
}
@media (max-width: 735px) {
  .post-filter-container span {
    font-size: 21px;
  }
}
.post-filter-container .post-filter {
  left: unset;
  right: 0;
  width: 240px;
  text-transform: initial;
}
.header_layout.no_image + .page-start + .post_searchfilter .post-filter-container {
  margin-top: -80px;
  float: right;
}
.more_news_layout {
  position: relative;
}
.more_news_layout .heading .display2 {
  position: relative;
  background: #fff;
  z-index: 2;
  float: left;
  padding-right: 30px;
}
.more_news_layout .heading .slider-arrows {
  position: absolute;
  right: 0;
  bottom: -6px;
  z-index: 1;
  background: #fff;
  padding-left: 20px;
}
.more_news_layout .heading .slider-arrows span {
  display: inline-block;
  padding: 8px;
  line-height: 11px;
  font-size: 22px;
  border: 1px solid transparent;
  color: #3d3935;
  cursor: pointer;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.more_news_layout .heading .slider-arrows span:hover {
  color: #fc4c02;
}
@media (max-width: 1600px) {
}
@media (max-width: 1270px) {
}
@media (max-width: 1020px) {
}
@media (max-width: 735px) {
  .more_news_layout .lightSlider, .more_news_layout .lSSlideWrapper, .more_news_layout .lSSlideOuter {
    overflow: visible !important;
  }
}
@media (max-width: 370px) {
}
.post_searchfilter .row > div {
  display: table;
  table-layout: fixed;
}
.post-listing {
  text-decoration: none;
  cursor: pointer;
  color: #3d3935;
  display: block;
  -webkit-transition: ease 0.5s all;
  transition: ease 0.5s all;
  position: relative;
  overflow: hidden;
}
.post-listing .image-link {
  border-bottom: 3px solid #fff;
  padding-bottom: 49%;
  height: 0;
  overflow: hidden;
  background-color: #eaeceb;
}
.post-listing .image-link .date {
  position: absolute;
  bottom: 14px;
  left: 16px;
  z-index: 1;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
}
.post-listing .image-link.no_image {
  margin-bottom: 0px;
}
.post-listing .image-link img {
  max-width: none;
  width: 100%;
}
.post-listing .content {
  margin-top: 19px;
  -webkit-transition: ease 0.8s all;
  transition: ease 0.8s all;
  width: 100%;
}
.post-listing .content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}
.post-listing:hover .image-wrapper {
  border-bottom: 3px solid #fc4c02;
}
.post-listing:hover .image-wrapper:after {
  content: none !important;
}
.post-listing:hover .content h3 {
  color: #fc4c02;
}
@media (max-width: 1020px) {
  .post-listing:not(.lslide) {
    display: table-row;
    float: none;
    text-decoration: none;
  }
  .post-listing:not(.lslide) .image-link {
    width: 45%;
    display: table-cell;
    float: none;
    margin-bottom: 0px;
    height: 100% !important;
    padding-bottom: 0 !important;
  }
  .post-listing:not(.lslide) .image-link img {
    max-width: none;
    width: 240px !important;
    height: 120px !important;
    margin-left: -32px;
    margin-right: -32px;
  }
  .post-listing:not(.lslide) .content {
    display: table-cell;
    float: none;
    width: 55%;
    position: relative;
    top: 0;
    vertical-align: middle;
    padding: 0px 10px;
    background-color: transparent;
    border: 1px solid rgba(91, 126, 150, 0.16) !important;
  }
  .post-listing:not(.lslide) .content .body_copy {
    display: none;
  }
  .post-listing:not(.lslide) .content .date {
    color: #6e6a65;
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
  }
  .post-listing:not(.lslide) .content .display4 {
    font-size: 18px;
  }
}
.sf-wrapper .post-listing {
  padding-bottom: 70px;
}
.news_single-layout .intro {
  margin-bottom: 20px;
}
.news_single-layout .display2 {
  max-width: 700px;
}
.news_single-layout .breadcrumbs {
  margin-bottom: 40px;
  float: none;
}
.news_single-layout .breadcrumbs .site-links > span > span > span > span {
  color: #fff;
}
.news_single-layout .breadcrumbs .site-links > span > span > span > span a {
  color: #6e6a65;
}
.news_single-layout .breadcrumbs .site-links > span > span > span > span > span {
  display: none;
}
.news_single-layout .post-meta a, .news_single-layout .post-meta span {
  margin-top: 5px;
  color: #6e6a65;
  display: inline-block;
}
.news_single-layout .news-heroimage img {
  width: 100%;
  max-width: none;
}
.news_single-layout .news-heroimage .featured-image {
  position: relative;
  display: block;
}
.news_single-layout .social-links {
  display: inline-block;
  width: 100%;
}
.news_single-layout .social-links span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  color: #3d3935;
}
.news_single-layout .social-links li {
  display: inline-block;
}
.news_single-layout .social-links a {
  background-color: #eaeceb;
  color: #fff;
  border-radius: 1000px;
  padding: 9px 10px;
  text-align: center;
  margin-top: 4px;
  margin-right: 4px;
  display: inline-block;
  line-height: 1em;
}
.news_single-layout .social-links a i {
  margin: auto;
}
.news_single-layout .social-links a.fb:hover {
  background-color: #3b5998;
}
.news_single-layout .social-links a.gplus:hover {
  background-color: #d34836;
}
.news_single-layout .social-links a.tw:hover {
  background-color: #0084b4;
}
.news_single-layout .social-links a.linkedin:hover {
  background-color: #00a0dc;
}
.news_single-layout .social-links a.pinterest:hover {
  background-color: #bd081c;
}
.news_single-layout .social-links a.email:hover {
  background-color: #92bcb3;
}
.slideout {
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  visibility: hidden;
  z-index: 10001 !important;
  max-width: 100%;
}
@media (max-width: 735px) {
  .slideout {
    width: 100% !important;
  }
}
.slideout.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}
html.slideout-active, html.slideout-active body {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.mm-slideout {
  z-index: auto !important;
}
.slide-reveal-overlay {
  z-index: 10000 !important;
}
.slideout-header {
  padding: 22px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  background: #fff;
  border-bottom: 1px solid #eaeceb;
}
@media (max-width: 735px) {
}
.slideout-header i {
  margin-right: 5px;
}
.slideout-header .slideout-close {
  color: #3d3935;
  padding-top: 17px;
  padding-bottom: 17px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  background: none;
  border: none;
  font-weight: 300;
  font-size: 23px;
  line-height: 40px;
  cursor: pointer;
}
@media (max-width: 735px) {
}
.slideout-header .slideout-close:hover {
  color: #fc4c02;
}
.slideout-close, .slideout-header, .slideout-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 735px) {
  .slideout-close, .slideout-header, .slideout-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.slideout-body {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}
.slideout-body .gform_title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.07;
  text-align: left;
  color: #fc4c02;
  margin-bottom: 11px;
}
.slideout-body .slideout-wrapper {
  min-height: calc(100vh - 66px);
  padding-top: 35px;
  padding-bottom: 0;
  height: 100%;
  margin: 0;
  background: #fff;
}
.slideout-body .gform_heading {
  padding: 7px 0 28px;
}
.pushout-contact {
  position: relative;
  padding-top: 35px;
  margin-top: 50px;
  padding-bottom: 60px;
}
.pushout-contact:before {
  border-bottom: 1px solid #eaeceb;
  margin: 0 -50px;
  content: '';
  position: absolute;
  top: 0;
  width: calc(100% + (40px * 2));
}
.pushout-contact .display4 {
  margin-bottom: 5px;
}
.pushout-contact a {
  display: block;
  color: #3d3935;
  text-decoration: none;
}
.pushout-contact a:hover {
  text-decoration: underline;
}
.spinner {
  width: 70px;
  height: 70px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
  animation: sk-rotate 1s infinite linear;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.spinner .dot1, .spinner .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fc4c02;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.spinner .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
#request_a_quote .product_enquiry {
  background: #fff;
  border: 1px solid #eaeceb;
  margin-bottom: 20px;
  margin-top: 25px;
}
#request_a_quote .product_enquiry .thumbnail {
  width: 48%;
  background: #eaeceb;
  padding: 10px;
  height: 150px;
}
#request_a_quote .product_enquiry .thumbnail img {
  max-width: 100%;
  margin: auto;
  max-height: 150px;
  width: auto;
}
#request_a_quote .product_enquiry .product-details {
  padding: 0 15px 0 21px;
}
#request_a_quote .product_enquiry .product-details strong {
  font-weight: 600px;
}
#request_a_quote .product_enquiry .product-details .sub_header {
  margin-top: 7px;
}
@media (max-width: 735px) {
  #request_a_quote .product-details {
    width: 100%;
  }
}
input[type="submit"] {
  float: right;
}
.default_intro .site-links {
  margin-bottom: 0;
}
@media (min-width: 735px) {
  .default_intro .defaultRight {
    padding-right: 55px;
  }
}
.default_intro .default-pages ul ul li a {
  font-weight: 200;
}
.default_intro .default-pages li {
  margin-top: 8px;
}
.default_intro .default-pages li:first-child {
  margin-top: 0;
}
.default_intro .default-pages li a {
  font-weight: bold;
  text-decoration: none;
  color: #3d3935;
}
.default_intro .default-pages li a:hover {
  color: #92bcb3;
  border-bottom: 1px solid #92bcb3;
  padding-bottom: 3px;
}
.flexible_content .layout-sm {
  padding: 25px 0;
}
.flexible_content .column_1 {
  max-width: 960px;
}
.gallery-image img {
  opacity: 0;
}
.gallery-image .youtube-video img {
  height: 269px;
}
.gallery-image .image-link {
  position: relative;
  display: inline-block;
}
.gallery-image .image-link:before {
  content: "\e91e";
  font-family: 'sd-icons';
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  font-size: 35px;
  z-index: 1;
  line-height: 1em;
}
.gallery-image a.image-link {
  display: block !important;
}
.gallery-image a:hover:after {
  background: rgba(0, 0, 0, 0.2);
}
.gallery-image a:after {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.loaded img {
  opacity: 1;
}
@media (max-width: 1020px) {
  .gallery-image {
    opacity: 1;
    /* background: 0 0; */
    width: 50% !important;
    height: auto !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    padding: 2px !important;
    float: left;
  }
  .gallery-image img {
    opacity: 1;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: auto !important;
  }
}
.legal-pages {
  margin-top: 33px;
  margin-bottom: 33px;
}
.legal-pages .legal-icon {
  width: 27%;
  margin: auto;
  fill: #58595b;
  margin-bottom: 11px;
}
.legal-pages a {
  background-color: #f3f3f3;
  text-align: center;
  padding: 35px 0;
  font-size: 18px;
  color: #58595b !important;
  display: block;
  text-decoration: none !important;
}
.legal-pages a:hover {
  color: #fff !important;
  text-decoration: none;
  background-color: #58595b;
}
.legal-pages a:hover svg rect, .legal-pages a:hover svg path {
  fill: #fff;
}
.form_layout {
  width: 100%;
  padding: 100px 0 150px;
  background-color: #eaeceb;
  /* background-image: url(<?php echo get_template_directory_uri(); ?>/images/form-page-bk.jpg); */
  background-size: cover;
}
.container-form {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 6%;
  background-color: #fff;
  /*border: 1px solid #e0e0e0;*/
}
#tinymce .gform_wrapper, article .gform_wrapper {
  max-width: 600px;
  background: transparent;
  padding: 0;
  border: none;
}
article h1 {
  font-size: 30px;
  font-weight: 200;
  margin: 10px 0;
}
h3.gform_title {
  margin: 0;
}
.gforms_confirmation_message {
  padding: 100px 40px;
  width: 100%;
}
#promo-container {
  display: none;
}
@media (max-width: 1020px) {
  .form-main {
    min-height: calc(100vh - 64px);
  }
}
@media (max-width: 735px) {
  .form_layout {
    padding: 15px 0;
  }
  h3.gform_title {
    padding: 18px 15px;
  }
  .gforms_confirmation_message {
    padding: 50px 15px;
  }
}
.page-template-page-form .divide {
  display: none;
}
.trusted_header {
  margin-bottom: -15px;
}
@media (max-width: 735px) {
  .trusted_header {
    margin-bottom: -10px;
  }
}
@media (max-width: 1270px) {
  .trusted_header {
    margin-bottom: -15px;
  }
}
