html, body {
  width: 100%;
  display: block;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 100%;
  background: #ffffff;
  margin: 0 !important;
  padding: 0;
  color: #1c1c1c;
  font-family: Open Sans, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 10; }

a {
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

::selection {
  background: #dcdcdc; }

::-moz-selection {
  background: #dcdcdc; }

img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none; }

.slide-in {
  opacity: 1 !important;
  top: 20% !important; }

.slide-up {
  margin: -90px auto 0 auto !important; }

.shrink-bg {
  background-size: 105% !important; }

.show-searchbar {
  opacity: 1 !important; }

.image-zoom {
  overflow: hidden; }
  .image-zoom a {
    display: block;
    float: left;
    height: 100%;
    position: relative;
    width: 100%; }
  .image-zoom img {
    z-index: 5;
    -webkit-transition: transform 500ms ease;
    -moz-transition: transform 500ms ease;
    -ms-transition: transform 500ms ease;
    -o-transition: transform 500ms ease;
    transition: transform 500ms ease; }
  .image-zoom:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .image-zoom .text-container {
    z-index: 9; }

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1); }
  10% {
    transform: scale3d(1.1, 1.1, 1.1); }
  20% {
    transform: scale3d(1, 1, 1); }
  to {
    transform: scale3d(1, 1, 1); } }
.pulse {
  animation-name: pulse; }

.animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  image-rendering: auto;
  -webkit-backface-visibility: hidden; }

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

#acf-technical_drawing {
  width: auto !important;
  display: inline-block !important; }

#acf-assembled_drawing {
  width: auto !important;
  display: inline-block !important; }

#wpadminbar {
  opacity: 0;
  transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  /*  background-color: $norway!important;*/ }
  #wpadminbar:hover {
    opacity: 1; }

/* Container for col structure */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 74px;
  max-width: 1574px;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
  .container-fluid:before, .container-fluid:after {
    display: table;
    line-height: 0;
    content: ""; }
  .container-fluid:after {
    clear: both; }
  @media (min-width: 0px) and (max-width: 1100px) {
    .container-fluid {
      /* padding: 0 20px; */
      padding: 0;
      margin: 0; } }

.row {
  margin: 0 0 20px -20px; }

.roww {
    /* margin-right: -20px;
    margin-left: -20px;

    padding-left: 27px;
    padding-right: 20px; */
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
  .roww:before, .roww:after {
    display: table;
    line-height: 0;
    content: ""; }
  .roww:after {
    clear: both; }

/***** Columns *****/
.colHolder {
  margin: 0 -20px; }

[class*=col-] {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box; }
  @media (min-width: 0px) and (max-width: 1000px) {
    [class*=col-] {
      padding: 0; } }

.col-centered {
  margin: 0 auto;
  float: none; }

.col-12 {
  width: 100%; }

.col-11 {
  width: 91.66666667%; }

.col-10 {
  width: 83.33333333%; }

.col-9 {
  width: 75%; }

.col-8 {
  width: 66.66666667%; }

.col-7 {
  width: 58.33333333%; }

.col-6 {
  width: 50%; }
  @media (min-width: 0px) and (max-width: 1000px) {
    .col-6 {
      width: 100%; } }

.col-5 {
  width: 41.66666667%; }

.col-4 {
  width: 33.33333333%; }

.col-3 {
  width: 25%; }

.col-2 {
  width: 16.66666667%; }

.col-1 {
  width: 8.33333333%; }

@media (min-width: 0px) and (max-width: 1000px) {
  .col-md-12 {
    width: 100%; } }

@media (min-width: 0px) and (max-width: 1000px) {
  .col-md-11 {
    width: 91.66666667%; } }

@media (min-width: 0px) and (max-width: 1000px) {
  .col-md-10 {
    width: 83.33333333%; } }

@media (min-width: 0px) and (max-width: 1000px) {
  .col-md-9 {
    width: 75%; } }

@media (min-width: 0px) and (max-width: 1000px) {
  .col-md-8 {
    width: 66.66666667%; } }

@media (min-width: 0px) and (max-width: 1000px) {
  .col-md-7 {
    width: 58.33333333%; } }

@media (min-width: 0px) and (max-width: 1000px) {
  .col-md-6 {
    width: 50%; } }

@media (min-width: 0px) and (max-width: 1000px) {
  .col-md-5 {
    width: 41.66666667%; } }

@media (min-width: 0px) and (max-width: 1000px) {
  .col-md-4 {
    width: 33.33333333%; } }

@media (min-width: 0px) and (max-width: 1000px) {
  .col-md-3 {
    width: 25%; } }

@media (min-width: 0px) and (max-width: 1000px) {
  .col-md-2 {
    width: 16.66666667%; } }

@media (min-width: 0px) and (max-width: 1000px) {
  .col-md-1 {
    width: 8.33333333%; } }

@media (min-width: 0px) and (max-width: 1000px) {
  .col-md-0 {
    display: none; } }
@media (min-width: 0px) and (max-width: 650px) {
  .col-md-0 {
    display: block;
    width: 100%;
    height: 1px;
    margin: 2em 0; } }

@media (min-width: 0px) and (max-width: 650px) {
  .col-xs-12 {
    width: 100%; } }

@media (min-width: 0px) and (max-width: 650px) {
  .col-xs-11 {
    width: 91.66666667%; } }

@media (min-width: 0px) and (max-width: 650px) {
  .col-xs-10 {
    width: 83.33333333%; } }

@media (min-width: 0px) and (max-width: 650px) {
  .col-xs-9 {
    width: 75%; } }

@media (min-width: 0px) and (max-width: 650px) {
  .col-xs-8 {
    width: 66.66666667%; } }

@media (min-width: 0px) and (max-width: 650px) {
  .col-xs-7 {
    width: 58.33333333%; } }

@media (min-width: 0px) and (max-width: 650px) {
  .col-xs-6 {
    width: 50%; } }

@media (min-width: 0px) and (max-width: 650px) {
  .col-xs-5 {
    width: 41.66666667%; } }

@media (min-width: 0px) and (max-width: 650px) {
  .col-xs-4 {
    width: 33.33333333%; } }

@media (min-width: 0px) and (max-width: 650px) {
  .col-xs-3 {
    width: 25%; } }

@media (min-width: 0px) and (max-width: 650px) {
  .col-xs-2 {
    width: 16.66666667%; } }

@media (min-width: 0px) and (max-width: 650px) {
  .col-xs-1 {
    width: 8.33333333%; } }

/* width percentages */
.w-5 {
  width: 5%; }

.w-10 {
  width: 10%; }

.w-15 {
  width: 15%; }

.w-20 {
  width: 20%; }

.w-25 {
  width: 25%; }

.w-30 {
  width: 30%; }

.w-35 {
  width: 35%; }

.w-40 {
  width: 40%; }

.w-45 {
  width: 45%; }

.w-50 {
  width: 50%; }

.w-55 {
  width: 55%; }

.w-60 {
  width: 60%; }

.w-65 {
  width: 65%; }

.w-70 {
  width: 70%; }

.w-75 {
  width: 75%; }

.w-80 {
  width: 85%; }

.w-85 {
  width: 85%; }

.w-90 {
  width: 90%; }

.w-95 {
  width: 95%; }

.w-100 {
  width: 100%; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  outline: none;
  border: 0 solid #fff;
  height: 100%;
  min-height: 300px;
  position: relative;
  /*padding: 0 4em;*/ }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block;
  margin: 0 auto;
  outline: none; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/**
 * Slider styles
 */
.section-slider {
  position: relative;
  z-index: 1; }
  @media (min-width: 0px) and (max-width: 1000px) {
    .section-slider #dots_container {
      display: none; } }
  .section-slider .dots-holder {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    z-index: 5; }
    .section-slider .dots-holder.leftPad {
      left: 40px; }
    @media (min-width: 0px) and (max-width: 1000px) {
      .section-slider .dots-holder {
        bottom: 0; } }
    .section-slider .dots-holder ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .section-slider .dots-holder ul li {
        display: block;
        float: left;
        position: relative;
        margin-right: 7px; }
        .section-slider .dots-holder ul li button {
          background: #fff;
          cursor: pointer;
          outline: none;
          display: block;
          float: left;
          position: relative;
          width: 11px;
          height: 11px;
          border: 0 solid #fff;
          text-indent: -99999px;
          padding: 0;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
          @media (min-width: 0px) and (max-width: 1000px) {
            .section-slider .dots-holder ul li button {
              background: #ddd; } }
        .section-slider .dots-holder ul li.slick-active button {
          background: #8bc045; }
  .section-slider .slick-slider {
    display: none;
    background: #fff; }
    .section-slider .slick-slider.slick-initialized {
      display: block; }
  .section-slider .slick-track .slider-item {
    font-size: 1em; }
    .section-slider .slick-track .slider-item img {
      width: 100%; }
    .section-slider .slick-track .slider-item .slide-content {
      display: block;
      position: absolute;
      clear: both;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      @media (min-width: 0px) and (max-width: 1000px) {
        .section-slider .slick-track .slider-item .slide-content {
          position: relative;
          width: 100%;
          margin-top: 0;
          /* 30px */ } }
      .section-slider .slick-track .slider-item .slide-content .container-fluid {
        height: 100%; }
      .section-slider .slick-track .slider-item .slide-content .slide-text {
        display: table;
        width: 100%;
        height: 100%; }
        .section-slider .slick-track .slider-item .slide-content .slide-text .placer {
          height: 100%;
          display: table-cell;
          vertical-align: bottom; }
          .section-slider .slick-track .slider-item .slide-content .slide-text .placer .col-md-0 {
            margin: 0 !important; }
        .section-slider .slick-track .slider-item .slide-content .slide-text .slide-caption {
          margin: 0 0 40px;
          background: #91BB8E;
          padding: 10px 40px 30px;
          /* 10px 40px 30px */
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px; }
          @media (min-width: 0px) and (max-width: 1000px) {
            .section-slider .slick-track .slider-item .slide-content .slide-text .slide-caption {
              padding: 10px 1em 30px;
              -webkit-border-radius: 0;
              -moz-border-radius: 0;
              border-radius: 0; } }
        .section-slider .slick-track .slider-item .slide-content .slide-text .slide-title h2 {
          color: #fff; }
        .section-slider .slick-track .slider-item .slide-content .slide-text .slide-title p {
          color: #fff !important; }
        .section-slider .slick-track .slider-item .slide-content .slide-text .slide-action .btn {
          color: #8bc045 !important;
          background: #fff;
          margin-top: 10px; }

@media screen {
  .four-o-four {
    height: 100vh;
    width: 100%;
    background-color: #e6ece5; }
    .four-o-four a {
      height: 100vh;
      width: 100%; }
      .four-o-four a img {
        width: 300px;
        height: auto;
        display: block;
        margin: auto;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0; }

  .headerCon {
    display: block;
    max-width: 1490px;
    margin: 0 auto;
    padding: 0 10px 0 74px;
    overflow: hidden; } }
  @media screen and (min-width: 0px) and (max-width: 1100px) {
    .headerCon {
      max-width: none;
      padding: 0; } }

@media screen {
  a {
    display: inline-block;
    position: relative;
    z-index: 10; }

  #user-id {
    position: absolute;
    text-align: right;
    font-size: 11px;
    right: 23px; }

  #top-nav {
    width: auto;
    position: relative;
    float: right;
    clear: both;
    right: 20px;
    top: 20px; }
    #top-nav::after {
      content: "";
      display: table;
      clear: both; }
    #top-nav ul {
      margin: 0;
      padding: 0;
      display: inline-block;
      float: none; }
      #top-nav ul li {
        display: inline-block;
        float: left;
        padding: 5px;
        margin: 0 0.5px;
        font-family: Open Sans, Helvetica, sans-serif;
        font-size: 0.8em;
        color: #8bc045; }
        #top-nav ul li:after {
          content: '';
          display: block;
          position: absolute;
          right: -2px;
          top: 0;
          bottom: 0;
          margin: auto 0;
          width: 1px;
          height: 10px;
          background: #eeeeee; }
      #top-nav ul a:last-child li:after {
        display: none; } }
  @media screen and (min-width: 0px) and (max-width: 760px) {
    #top-nav {
      width: 100%;
      position: relative;
      text-align: center;
      right: 0;
      top: 0px;
      margin-bottom: 20px; } }

@media screen {
  #user-login {
    font-family: Open Sans, Helvetica, sans-serif;
    font-style: italic;
    font-weight: bold;
    background-color: #91BB8E !important;
    text-decoration: none;
    /* text-transform: capitalize; */
    margin-left: 0.5px; }
    #user-login a {
      color: white;
      text-decoration: none;
      padding-left: 10px !important;
      padding-right: 10px !important; }

  #search-area {
    float: none;
    display: inline-block; } }
  @media screen and (min-width: 0px) and (max-width: 450px) {
    #search-area {
      width: 100%;
      text-align: center; } }

@media screen {
  .searchform {
    width: 250px;
    float: none;
    position: relative;
    z-index: 20;
    margin: 0 auto;
    opacity: 1;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s; }
    .searchform::after {
      content: "";
      display: table;
      clear: both; }
    .searchform input {
      float: left;
      height: 20px;
      width: 209px;
      padding: 2px;
      font-style: italic; }

  #searchsubmit {
    width: 28px;
    height: 28px;
    display: inline-block;
    float: left;
    margin: 0;
    background-color: #8bc045;
    border: 0;
    font-family: Open Sans, Helvetica, sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 1em;
    color: #91BB8E;
    text-decoration: none;
    text-transform: capitalize;
    background-image: url(../img/icon/search.png);
    background-repeat: no-repeat;
    background-size: 28px 28px; }

  header {
    width: 100%;
    display: block;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 150px;
    position: relative;
    text-align: right; } }
  @media screen and (min-width: 0px) and (max-width: 760px) {
    header {
      height: auto; } }
@media screen {
    header #header-logo {
      width: 300px;
      display: block;
      float: left;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      height: auto;
      position: absolute;
      left: 25px;
      bottom: 25px;
      z-index: 1000; }
      header #header-logo img {
        width: 100%;
        display: block;
        float: left;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        z-index: 1000; } }
    @media screen and (min-width: 760px) and (max-width: 1000px) {
      header #header-logo {
        top: 6px;
        width: 200px; } }
    @media screen and (min-width: 0px) and (max-width: 760px) {
      header #header-logo {
        width: 100%;
        position: relative;
        left: 0;
        bottom: 0;
        float: none;
        text-align: center; }
        header #header-logo img {
          float: none;
          width: 316px;
          margin-top: 10px;
          margin-bottom: 20px; } }
@media screen {
    header #primary-nav-trigger {
      width: 100%;
      display: block;
      float: left;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      height: 65px;
      background-image: url("../img/banner/mobile-banner.jpg");
      background-position: center center;
      background-size: cover;
      position: relative;
      bottom: 0;
      z-index: 999; } }
    @media screen and (min-width: 0px) and (max-width: 1000px) {
      header #primary-nav-trigger {
        height: 50px;
        background-image: none !important;
        background-color: #91BB8E; } }
@media screen {
      header #primary-nav-trigger .container {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        height: 30px;
        right: 30px;
        margin: auto; }
        header #primary-nav-trigger .container .icon {
          display: inline-block;
          height: 30px;
          width: 30px; }
        header #primary-nav-trigger .container .text {
          line-height: 30px;
          color: #ffffff;
          font-weight: bold;
          text-transform: lowercase;
          display: inline-block;
          margin: 0;
          padding: 0;
          margin-right: 15px;
          overflow: hidden;
          white-space: nowrap; } }
    @media screen and (min-width: 761px) {
      header #primary-nav-trigger {
        display: none; } }
@media screen {
    header #primary-nav {
      width: 100%;
      position: relative;
      clear: both;
      margin-top: 90px;
      z-index: 999; }
      header #primary-nav::after {
        content: "";
        display: table;
        clear: both; }
      header #primary-nav ul {
        margin: 0 20px 0 0;
        padding: 0;
        display: inline-block;
        bottom: 0;
        float: none; }
        header #primary-nav ul::after {
          content: "";
          display: table;
          clear: both; }
        header #primary-nav ul .current-menu-item {
          border-bottom: 3px solid #8bc045; }
        header #primary-nav ul li {
          display: inline-block;
          float: left;
          padding: 5px;
          margin: 0 20px;
          background-color: white;
          transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          -ms-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -webkit-transition-duration: 0.3s; }
          header #primary-nav ul li a {
            font-family: Open Sans, Helvetica, sans-serif;
            font-size: 1em;
            color: #1c1c1c;
            text-decoration: none;
            text-transform: lowercase; }
          header #primary-nav ul li:hover {
            color: #b0ceae;
            transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            -ms-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -webkit-transition-duration: 0.3s; }
          header #primary-nav ul li:last-of-type {
            margin-right: 0; } }
    @media screen and (min-width: 0px) and (max-width: 760px) {
      header #primary-nav {
        z-index: 999;
        margin: 0; }
        header #primary-nav ul {
          padding: 20px 0;
          width: 100%;
          background-color: #8bc045;
          text-align: left;
          float: left; }
          header #primary-nav ul li {
            width: 70%;
            margin: 3px 15%;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            background-color: #8bc045;
            border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
            header #primary-nav ul li a {
              color: #ffffff;
              padding-bottom: 7px; }
            header #primary-nav ul li:last-of-type {
              border-bottom: 0 solid white; } }
  @media screen and (min-width: 0px) and (max-width: 760px) {
    header .hidden {
      display: none; } }

@media screen {
  #intro-banner {
    width: 100%;
    display: block;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 300px;
    position: relative;
    background-size: 110%;
    background-position: center center;
    transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    overflow: hidden; } }
  @media screen and (min-width: 0px) and (max-width: 760px) {
    #intro-banner {
      display: none; } }
@media screen {
    #intro-banner .scroll-down {
      width: 100%;
      height: auto;
      position: absolute;
      bottom: 0; }
      #intro-banner .scroll-down img {
        height: 45px;
        width: 45px;
        position: absolute;
        right: 35px;
        bottom: 25px; }
    #intro-banner #slogan {
      width: auto;
      text-align: center;
      position: relative;
      transform: translateY(-10%);
      transition-duration: 1s;
      -o-transition-duration: 1s;
      -ms-transition-duration: 1s;
      -moz-transition-duration: 1s;
      -webkit-transition-duration: 1s;
      opacity: 0;
      top: 60%; }
      #intro-banner #slogan img {
        width: 350px; }
      #intro-banner #slogan h1 {
        font-family: Open Sans, Helvetica, sans-serif;
        font-weight: normal;
        color: #ffffff;
        margin-top: 0; }
        #intro-banner #slogan h1 b {
          font-weight: bold; }

  .compact-banner {
    height: 120px !important; }

  #breadcrumbs-catalog {
    width: 100%;
    height: 40px;
    position: relative;
    line-height: 40px;
    float: left;
    text-align: center;
    background-color: #ededed; } }
  @media screen and (min-width: 0px) and (max-width: 1100px) {
    #breadcrumbs-catalog {
      display: none; } }
@media screen {
    #breadcrumbs-catalog .container {
      width: 100%;
      max-width: 1600px;
      position: relative;
      margin: 0 auto;
      overflow: visible; }
      #breadcrumbs-catalog .container .breadcrumbs {
        width: 69%;
        margin-left: 31%;
        display: inline-block;
        font-family: Open Sans, Helvetica, sans-serif;
        color: #C4BBB7;
        font-size: 0.8em;
        text-align: left; }
        #breadcrumbs-catalog .container .breadcrumbs a {
          text-decoration: none;
          color: silver;
          transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          -ms-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -webkit-transition-duration: 0.3s; }
          #breadcrumbs-catalog .container .breadcrumbs a:hover {
            transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            -ms-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -webkit-transition-duration: 0.3s;
            color: #6e6e6e; }

  #print-banner {
    display: none;
    width: 100%;
    height: auto;
    float: left;
    position: relative; }

  #main-content {
    width: 68%;
    display: block;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 40px 2% 0 0;
    /* Alerts */ } }
  @media screen and (min-width: 761px) and (max-width: 1320px) {
    #main-content {
      width: 100%;
      margin: 0;
      padding: 20px 20px 0 320px;
      max-width: none; } }
  @media screen and (min-width: 0px) and (max-width: 760px) {
    #main-content {
      width: 100%;
      margin: 5% 0 0 0; } }
@media screen {
    #main-content #category-grid {
      overflow: hidden; }
      #main-content #category-grid .category-description {
        padding: 0;
        padding: 25px; }
        #main-content #category-grid .category-description h1 {
          text-align: center;
          color: #8bc045; }
        #main-content #category-grid .category-description p {
          display: block;
          margin: 0 auto;
          text-align: center;
          color: #4f4f4f;
          font-size: 16px;
          max-width: 1000px;
          line-height: 1.8; }
    #main-content .content-header {
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      margin: 10px 0 25px 10px; }
      #main-content .content-header::after {
        content: "";
        display: table;
        clear: both; }
      #main-content .content-header .title {
        font-family: Open Sans, Helvetica, sans-serif;
        color: #8bc045;
        float: left;
        margin: 0;
        overflow: auto; }
        #main-content .content-header .title em {
          font-style: normal;
          font-weight: bold;
          color: #4f7e4c;
          text-transform: uppercase; }
          #main-content .content-header .title em:before {
            content: " ";
            display: inline-block;
            height: 18px;
            width: 3px;
            background-color: #9fb69b;
            margin: 0px 10px 0px 10px; }
      #main-content .content-header .print-area {
        float: right;
        margin-right: 20px; } }
      @media screen and (min-width: 0px) and (max-width: 760px) {
        #main-content .content-header .print-area {
          float: left;
          clear: both; } }
@media screen {
        #main-content .content-header .print-area .icon a {
          height: 17px; }
        #main-content .content-header .print-area p {
          display: inline-block;
          margin: 0; }
          #main-content .content-header .print-area p a {
            font-family: Open Sans, Helvetica, sans-serif;
            font-size: 0.8em;
            color: #8bc045; }
        #main-content .content-header .print-area .icon {
          display: inline-block;
          position: relative;
          margin-left: 5px;
          height: 1.2em;
          width: 1.2em; }
          #main-content .content-header .print-area .icon img {
            height: 1.2em;
            width: 1.2em;
            position: absolute;
            top: 3px; }
    #main-content .content-footer {
      width: 100%;
      overflow: hidden; }
      #main-content .content-footer .title {
        width: 100%;
        font-family: Open Sans, Helvetica, sans-serif;
        color: #C4BBB7;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        float: left;
        margin: 0;
        overflow: hidden; }
      #main-content .content-footer .button-area {
        width: 100%;
        text-align: center;
        margin: 0 0 20px 0; }
        #main-content .content-footer .button-area .column {
          width: 50%;
          display: block;
          float: left;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box; }
          #main-content .content-footer .button-area .column:first-of-type .button {
            float: right; }
        #main-content .content-footer .button-area .button {
          width: auto !important;
          float: left;
          margin: 2px;
          background-color: #8bc045;
          color: #ffffff;
          font-family: Open Sans, Helvetica, sans-serif;
          padding: 5px 20px;
          text-transform: capitalize;
          font-size: 0.8em; }
          #main-content .content-footer .button-area .button a {
            color: #ffffff;
            text-decoration: none; }
    #main-content .column-1 {
      width: 98%;
      display: block;
      float: left;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      margin: 0 0 20px; }
    #main-content .column-2 {
      width: 50%;
      display: block;
      float: left;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      padding: 20px; } }
    @media screen and (min-width: 760px) and (max-width: 1000px) {
      #main-content .column-2 {
        width: 90%;
        margin: 0 5%; } }
    @media screen and (min-width: 0px) and (max-width: 760px) {
      #main-content .column-2 {
        width: 90% !important;
        margin: 0 5%; } }
@media screen {
    #main-content .pricebox, #main-content .profile, #main-content .productbox, #main-content .productbox-grid {
      border: 1px solid #C4BBB7 !important; }
    #main-content .accordion-row {
      position: relative; }
      #main-content .accordion-row .title-profile {
        font-size: 23px;
        font-weight: bold;
        font-family: Open Sans, Helvetica, sans-serif;
        color: #8bc045;
        text-align: left;
        text-transform: uppercase; }
        #main-content .accordion-row .title-profile::after {
          content: "";
          display: table;
          clear: both; } }
      @media screen and (min-width: 0px) and (max-width: 1200px) {
        #main-content .accordion-row .title-profile {
          width: 95%;
          margin: 10px auto 0px auto !important; } }
@media screen {
      #main-content .accordion-row em {
        color: #849E82;
        text-transform: uppercase;
        font-style: normal; }
    #main-content #productfiche-top .cover {
      margin: 0; }
    #main-content .productbox {
      padding-bottom: 0; }
    #main-content .productbox-grid {
      padding-bottom: 5px; }
    #main-content #product-description {
      border: 0; }
      #main-content #product-description h1, #main-content #product-description h3 {
        margin: 20px 0; }
      #main-content #product-description .body {
        margin: 5px 0; }
      #main-content #product-description .single-product-body a.btn {
        color: #ffffff !important;
        font-style: italic;
        width: auto !important;
        display: inline-block;
        text-decoration: underline !important;
        font-weight: 700; }
    #main-content .tables {
      border: 0px; }
    #main-content .advantages {
      background-color: #e6ece5;
      border: 0 !important;
      position: relative;
      padding: 20px;
      box-sizing: border-box; }
      #main-content .advantages p {
        font-size: 14px;
        line-height: 1.5em; }
      #main-content .advantages ul {
        list-style-position: outside; }
      #main-content .advantages h3:first-letter {
        text-transform: uppercase; }
      #main-content .advantages .body {
        margin: 50px 30px 30px 30px !important; }
      #main-content .advantages .category {
        margin-top: 10px !important; }
        #main-content .advantages .category:first-of-type {
          margin-top: 0; }
    #main-content .table {
      overflow-x: scroll !important; }
    #main-content .prices-content {
      padding: 50px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box; }
      #main-content .prices-content p {
        font-size: 1em; }
      #main-content .prices-content h3 {
        font-size: 18px; }
    #main-content .alert {
      padding: .75rem 1.25rem;
      margin-bottom: 1rem;
      border: 1px solid transparent;
      border-radius: .25rem; }
    #main-content .alert-success {
      color: #155724;
      background-color: #d4edda;
      border-color: #c3e6cb; }
    #main-content .alert h4.alert-heading {
      font-size: 1.5em;
      font-weight: bold;
      color: #155724;
      margin-top: 0.5em;
      margin-bottom: 0.5em; }
    #main-content .alert-success hr {
      border-top-color: #b1dfbb; }
    #main-content .alert hr {
      box-sizing: content-box;
      height: 0;
      overflow: visible; }
    #main-content .alert hr {
      margin-top: 1rem;
      margin-bottom: 1rem;
      border: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    #main-content .item {
      width: 100%;
      min-height: 50px;
      margin: 0 0 20px;
      position: relative;
      overflow: hidden; }
      #main-content .item a {
        width: 100%; }
      #main-content .item iframe {
        width: 100%;
        height: 400px; } }
      @media screen and (min-width: 0px) and (max-width: 760px) {
        #main-content .item iframe {
          display: none; } }
@media screen {
      #main-content .item .ctl-alert {
        padding: 30px 0px 10px 0px;
        font-style: italic; }
        #main-content .item .ctl-alert a {
          width: auto;
          color: #8bc045 !important; }
      #main-content .item .caption {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        z-index: 20;
        background-color: #8bc045;
        padding: 5px 15px;
        font-family: Open Sans, Helvetica, sans-serif;
        color: #ffffff;
        font-size: 0.9em;
        text-transform: uppercase; }
      #main-content .item .prices-content {
        padding: 50px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box; }
        #main-content .item .prices-content p {
          font-size: 1em; }
        #main-content .item .prices-content p.remark {
          font-size: 0.8em; }
        #main-content .item .prices-content p.text-right {
          text-align: right; }
      #main-content .item .cover-50 {
        width: 50%;
        position: relative;
        float: left; }
        #main-content .item .cover-50::after {
          content: "";
          display: table;
          clear: both; }
        #main-content .item .cover-50 img {
          width: 100%;
          float: left; } }
      @media screen and (min-width: 0px) and (max-width: 760px) {
        #main-content .item .cover-50 {
          width: 100%; } }
@media screen {
      #main-content .item .cover-100 {
        width: 100%;
        height: 200px;
        position: relative;
        background-size: cover;
        background-position: center center; }
        #main-content .item .cover-100 img {
          width: 100%;
          height: auto; }
      #main-content .item .content-50 {
        width: auto;
        margin: 20px 0 0 50%;
        float: none;
        color: #1c1c1c; }
        #main-content .item .content-50::after {
          content: "";
          display: table;
          clear: both; } }
      @media screen and (min-width: 0px) and (max-width: 760px) {
        #main-content .item .content-50 {
          width: 100%;
          margin: 20px 0 0 0; } }
@media screen {
      #main-content .item .gallery-100 {
        width: 100%;
        position: relative;
        float: left; }
        #main-content .item .gallery-100 .cover {
          width: 100%; }
          #main-content .item .gallery-100 .cover img {
            width: 100%;
            height: auto;
            float: left; }
      #main-content .item .gallery-50 {
        width: 50%;
        position: relative;
        float: left; } }
      @media screen and (min-width: 0px) and (max-width: 760px) {
        #main-content .item .gallery-50 {
          width: 100%; } }
@media screen {
        #main-content .item .gallery-50 .cover {
          width: 100%;
          margin-bottom: 25px; }
          #main-content .item .gallery-50 .cover img {
            width: 100%;
            height: auto;
            float: left; }
        #main-content .item .gallery-50 .thumbnails {
          width: 100%;
          overflow: hidden; }
          #main-content .item .gallery-50 .thumbnails img {
            width: 20%;
            float: left;
            box-sizing: border-box;
            padding: 6px 0px 6px 6px;
            opacity: 0.5; }
          #main-content .item .gallery-50 .thumbnails .active {
            opacity: 1; }
      #main-content .item .category {
        margin: 0 0 2px 0;
        color: #849E82;
        font-weight: bold; }
        #main-content .item .category .expand-quality {
          height: 15px;
          width: auto;
          margin-left: 10px;
          margin-bottom: -2px; }
          #main-content .item .category .expand-quality:hover {
            cursor: pointer; }
      #main-content .item .quality-description {
        margin: 10px auto 25px auto;
        display: none; }
        #main-content .item .quality-description table {
          width: 100% !important; }
      #main-content .item .price {
        color: #1c1c1c;
        padding: 22px 20px 10px 20px;
        margin: 30px 0px !important;
        border-top: 1px solid #8bc045;
        border-bottom: 1px solid #8bc045;
        width: auto;
        float: left;
        position: relative; }
        #main-content .item .price:before {
          content: "";
          background-image: url("../img/icon/euro.png");
          display: inline-block;
          height: 40px;
          width: 40px;
          background-size: 40px 40px;
          top: -22px;
          left: 0px;
          position: absolute; }
      #main-content .item .result {
        text-transform: none;
        margin: 0;
        font-size: 14px; }
        #main-content .item .result ul {
          margin: 0;
          padding: 0;
          list-style-type: none; }
          #main-content .item .result ul .block {
            padding: 6px;
            display: inline-block;
            background-color: #cad6c8;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            -o-border-radius: 2px;
            -webkit-border-radius: 2px;
            border-radius: 2px;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 0.8em; }
      #main-content .item .title {
        width: 80%;
        margin: 5% auto 2% auto;
        font-family: Open Sans, Helvetica, sans-serif;
        color: #8bc045;
        text-align: left;
        text-transform: none;
        line-height: 1.4;
        /* &:after {
             content: "";
             display: block;
             cursor: pointer;
             width: 15%;
             margin: 5px 0px;
             height: 1px;
             background-repeat: no-repeat;
             background-color: $amulet;
         }*/ }
        #main-content .item .title::after {
          content: "";
          display: table;
          clear: both; } }
      @media screen and (min-width: 0px) and (max-width: 1200px) {
        #main-content .item .title {
          width: 95%;
          margin: 10px auto 0px auto !important; } }
@media screen {
        #main-content .item .title a {
          color: #8bc045;
          text-decoration: none; }
        #main-content .item .title em {
          color: #849E82;
          text-transform: uppercase;
          font-style: normal; }
      #main-content .item .subtitle-1 {
        width: 100%;
        margin: 0 auto;
        font-family: Open Sans, Helvetica, sans-serif;
        color: #c6d6c5;
        text-align: left;
        text-transform: lowercase;
        font-weight: bold;
        font-style: italic;
        overflow: auto; }
      #main-content .item .title-2 {
        width: 100%;
        margin: 0 auto;
        font-family: Open Sans, Helvetica, sans-serif;
        color: #8bc045;
        text-align: left;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 2em;
        overflow: auto; }
        #main-content .item .title-2 em {
          color: #91BB8E;
          font-style: normal; }
      #main-content .item .single-product-body a {
        color: #8bc045 !important;
        font-style: italic;
        width: auto !important;
        display: inline-block;
        text-decoration: underline !important;
        font-weight: 700; }
      #main-content .item .body {
        width: 80%;
        /* -- ORIGINAL -- width: 75%; */
        margin: 5px auto 20px auto;
        line-height: 19px;
        font-family: Open Sans, Helvetica, sans-serif;
        color: #1c1c1c;
        font-size: 0.8em;
        text-align: left; }
        #main-content .item .body .gallery-columns-1 .gallery-item:nth-of-type(1) {
          width: 100%;
          display: block;
          float: left;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          margin: 0% 0% 3% 0%; }
          #main-content .item .body .gallery-columns-1 .gallery-item:nth-of-type(1) img {
            width: 100%;
            display: block;
            float: left;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            height: auto; }
        #main-content .item .body .gallery-columns-2 .gallery-item img {
          width: 100%;
          display: block;
          float: left;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          height: auto; }
        #main-content .item .body .gallery-columns-2 .gallery-item:nth-of-type(1) {
          width: 48.5%;
          display: block;
          float: left;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          margin: 0% 1.5% 3% 0%; }
        #main-content .item .body .gallery-columns-2 .gallery-item:nth-of-type(2) {
          width: 48.5%;
          display: block;
          float: left;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          margin: 0 0 3% 1.5%; }
        #main-content .item .body .gallery-columns-3 .gallery-item img {
          width: 100%;
          display: block;
          float: left;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          height: auto; }
        #main-content .item .body .gallery-columns-3 .gallery-item {
          width: 31.33%;
          display: block;
          float: left;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          margin: 0% 0% 3% 0%; }
        #main-content .item .body .gallery-columns-3 .gallery-item:nth-of-type(2) {
          margin: 0 3% 0 3%; }
        #main-content .item .body .gallery-columns-4 .gallery-item img {
          width: 100%;
          display: block;
          float: left;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          height: auto; }
        #main-content .item .body .gallery-columns-4 .gallery-item {
          width: 22.75%;
          display: block;
          float: left;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          margin: 0% 0% 3% 0%; }
        #main-content .item .body .gallery-columns-4 .gallery-item:nth-of-type(2) {
          margin: 0% 1.5% 0% 3%; }
        #main-content .item .body .gallery-columns-4 .gallery-item:nth-of-type(3) {
          margin: 0% 3% 0% 1.5%; } }
      @media screen and (min-width: 0px) and (max-width: 1200px) {
        #main-content .item .body {
          width: 95%;
          margin: 40px auto 0px auto !important; } }
@media screen {
        #main-content .item .body a {
          color: #1c1c1c;
          text-decoration: none; }
        #main-content .item .body .content {
          margin: 20px 0 0 0; }
      #main-content .item .columns-3 {
        width: 99%;
        margin: 0.5%; }
        #main-content .item .columns-3::after {
          content: "";
          display: table;
          clear: both; }
        #main-content .item .columns-3 .column {
          width: 33.33%;
          display: inline-block;
          float: left; }
          #main-content .item .columns-3 .column img {
            width: 100%; }
        #main-content .item .columns-3 .figure {
          margin-top: 100px; }
      #main-content .item .button-area {
        width: 100%;
        text-align: center;
        margin: 0 0 20px 0; }
        #main-content .item .button-area .button {
          width: auto;
          display: inline-block;
          background-color: #91BB8E;
          color: #ffffff;
          font-family: Open Sans, Helvetica, sans-serif;
          padding: 3px 20px;
          font-size: 0.8em; }
          #main-content .item .button-area .button:first-of-type {
            background-color: #8bc045; }
          #main-content .item .button-area .button:hover {
            transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            -ms-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -webkit-transition-duration: 0.3s; }
            #main-content .item .button-area .button:hover a {
              top: -2px; }
          #main-content .item .button-area .button a {
            color: #ffffff;
            text-decoration: none;
            top: 0;
            transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            -ms-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -webkit-transition-duration: 0.3s; }
    #main-content .item.accordion-row {
      border: none;
      border-top: 1px solid #bdcbbb;
      border-bottom: 1px solid #bdcbbb;
      margin: 0;
      margin-top: -1px;
      min-height: auto; }
      #main-content .item.accordion-row .accordion-title {
        padding: 1.5em 1em;
        cursor: pointer;
        background: transparent;
        transition: background 350ms; }
        #main-content .item.accordion-row .accordion-title h4, #main-content .item.accordion-row .accordion-title .like-h4 {
          margin: 0; }
          #main-content .item.accordion-row .accordion-title h4 i, #main-content .item.accordion-row .accordion-title .like-h4 i {
            float: right;
            height: 10px;
            width: 10px;
            display: block;
            margin-top: 9px;
            position: relative; }
            #main-content .item.accordion-row .accordion-title h4 i:before, #main-content .item.accordion-row .accordion-title h4 i:after, #main-content .item.accordion-row .accordion-title .like-h4 i:before, #main-content .item.accordion-row .accordion-title .like-h4 i:after {
              content: "";
              display: block;
              position: absolute;
              width: 10px;
              height: 2px;
              background: #000;
              top: 4px;
              left: 0;
              transition: background 350ms; }
            #main-content .item.accordion-row .accordion-title h4 i:before, #main-content .item.accordion-row .accordion-title .like-h4 i:before {
              transform: rotate(90deg); }
        #main-content .item.accordion-row .accordion-title:hover {
          background: rgba(0, 0, 0, 0.05); }
      #main-content .item.accordion-row .accordion-content {
        display: none; }
      #main-content .item.accordion-row.active .accordion-title h4 i:before, #main-content .item.accordion-row.active .accordion-title .like-h4 i:before {
        background: transparent; }
      #main-content .item.accordion-row.active .accordion-title:hover {
        background: transparent; }
      #main-content .item.accordion-row.active .accordion-content {
        display: block; }

  H2, h3 {
    color: #8bc045; }

  h4 {
    color: #849E82; }

  .wpcf7-list-item.first {
    margin-left: 0; }
    .wpcf7-list-item.first input[type=checkbox] {
      margin-left: 0; }

  footer {
    width: 100%;
    display: block;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 40px 0 0 0; }
    footer a {
      color: #8bc045; }
    footer #social-area {
      text-align: center; }
      footer #social-area ul {
        margin: 0;
        padding: 0; }
        footer #social-area ul li {
          display: inline-block; }
          footer #social-area ul li img {
            height: 75px;
            width: auto;
            padding: 10px; }
    footer #contact-details {
      width: 100%;
      height: 90px;
      text-align: center;
      margin-bottom: 50px;
      background-image: url("../img/elements/contact-signage.jpg");
      background-position: center center;
      background-size: 600px 130px;
      background-repeat: no-repeat; }
      footer #contact-details h3 {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        margin: 0; }
        footer #contact-details h3 a {
          font-family: Open Sans, Helvetica, sans-serif;
          color: #8bc045;
          text-decoration: none;
          transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          -ms-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -webkit-transition-duration: 0.3s; }
          footer #contact-details h3 a:hover {
            color: #91BB8E;
            transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            -ms-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -webkit-transition-duration: 0.3s; }
      footer #contact-details ul {
        margin: 40px 0 0 0;
        padding: 0; }
        footer #contact-details ul li {
          display: inline-block;
          font-family: Open Sans, Helvetica, sans-serif;
          color: #1c1c1c;
          font-size: 0.7em; }
          footer #contact-details ul li a {
            color: #1c1c1c;
            text-decoration: none;
            transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            -ms-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -webkit-transition-duration: 0.3s; }
            footer #contact-details ul li a:hover {
              color: #91BB8E;
              transition-duration: 0.3s;
              -o-transition-duration: 0.3s;
              -ms-transition-duration: 0.3s;
              -moz-transition-duration: 0.3s;
              -webkit-transition-duration: 0.3s; }
    footer #footer-navigation {
      text-align: center;
      padding: 50px 0;
      margin: 0;
      background-color: #e6ece5; } }
    @media screen and (min-width: 0px) and (max-width: 540px) {
      footer #footer-navigation {
        padding: 1.25em 0; } }
@media screen {
      footer #footer-navigation ul {
        margin: 0;
        padding: 0; }
        footer #footer-navigation ul li {
          display: inline-block;
          font-family: Open Sans, Helvetica, sans-serif;
          color: #1c1c1c;
          font-size: 0.9em;
          padding: 0px 25px; } }
        @media screen and (min-width: 540px) and (max-width: 1000px) {
          footer #footer-navigation ul li {
            padding: 0px 10px; } }
@media screen {
          footer #footer-navigation ul li a {
            color: #1c1c1c;
            text-decoration: none;
            text-transform: lowercase;
            transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            -ms-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -webkit-transition-duration: 0.3s; }
            footer #footer-navigation ul li a:hover {
              color: #91BB8E; } }
      @media screen and (min-width: 0px) and (max-width: 540px) {
        footer #footer-navigation ul {
          display: none;
          /* padding: 10px 0px; */ } }
@media screen {
    footer .foot-links {
      text-align: center;
      padding: 40px 0;
      margin: 0;
      background: #F5F4F3; }
      footer .foot-links .btn {
        margin: 10px 0; }

  #home-content {
    width: 100%;
    display: block;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
    #home-content .container-fluid {
      margin-top: 80px; } }
    @media screen and (min-width: 0px) and (max-width: 1000px) {
      #home-content .container-fluid {
        margin-top: 0; } }
@media screen {
    #home-content #sitemap {
      width: 100%;
      max-width: 1200px;
      position: relative;
      margin: -100px auto 0 auto;
      z-index: 10;
      text-align: center;
      font-size: 0;
      transition-duration: 1s;
      -o-transition-duration: 1s;
      -ms-transition-duration: 1s;
      -moz-transition-duration: 1s;
      -webkit-transition-duration: 1s; }
      #home-content #sitemap::after {
        content: "";
        display: table;
        clear: both; } }
    @media screen and (min-width: 0px) and (max-width: 1000px) {
      #home-content #sitemap {
        margin: 0 auto !important; } }
@media screen {
      #home-content #sitemap .column {
        width: 300px;
        height: auto;
        margin: 0% 0.16%;
        display: inline-block;
        background-color: #91BB8E;
        font-size: 16px; }
        #home-content #sitemap .column::after {
          content: "";
          display: table;
          clear: both; } }
      @media screen and (min-width: 775px) and (max-width: 1000px) {
        #home-content #sitemap .column {
          width: 250px; } }
      @media screen and (min-width: 0px) and (max-width: 775px) {
        #home-content #sitemap .column {
          width: 100%;
          margin: 0; }
          #home-content #sitemap .column .hidden {
            display: none; } }
@media screen {
        #home-content #sitemap .column .cover {
          width: 100%;
          display: block;
          float: left;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          height: auto; }
          #home-content #sitemap .column .cover img {
            width: 100%;
            display: block;
            float: left;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box; } }
        @media screen and (min-width: 0px) and (max-width: 775px) {
          #home-content #sitemap .column .cover {
            display: none; } }
@media screen {
        #home-content #sitemap .column .body {
          width: 100%;
          display: block;
          float: left;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          height: auto;
          height: 320px;
          padding: 0px;
          text-align: center; } }
        @media screen and (min-width: 0px) and (max-width: 775px) {
          #home-content #sitemap .column .body {
            height: auto;
            min-height: auto; } }
@media screen {
          #home-content #sitemap .column .body .active:after {
            background-image: url("../img/icon/arrow-down-white.png") !important; }
          #home-content #sitemap .column .body h2 {
            width: 100%;
            display: block;
            float: left;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            margin: -28px 0 25px 0;
            padding: 0 0 0 10%;
            font-size: 35px;
            font-family: Open Sans, Helvetica, sans-serif;
            color: white;
            text-align: left;
            text-transform: uppercase;
            font-weight: normal;
            line-height: 29px; }
            #home-content #sitemap .column .body h2 b {
              font-weight: bold; } }
          @media screen and (min-width: 0px) and (max-width: 775px) {
            #home-content #sitemap .column .body h2 {
              width: 100%;
              padding: 20px 0px 20px 10px;
              margin: 0 auto;
              font-size: 20px;
              border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
              #home-content #sitemap .column .body h2 br {
                display: none; }
              #home-content #sitemap .column .body h2 b {
                margin-left: 10px; }
              #home-content #sitemap .column .body h2:after {
                content: "";
                display: block;
                cursor: pointer;
                width: 30px;
                height: 30px;
                float: right;
                margin-right: 30px;
                background-repeat: no-repeat;
                background-image: url("../img/icon/arrow-up-white.png");
                background-size: 30px 30px; } }
@media screen {
          #home-content #sitemap .column .body #menu-wood-products .sub-menu, #home-content #sitemap .column .body #menu-woodproducts .sub-menu {
            display: none; }
          #home-content #sitemap .column .body #menu-smart-solutions .sub-menu .sub-menu, #home-content #sitemap .column .body #menu-smart-solutions-update .sub-menu .sub-menu {
            display: none; } }
        @media screen and (min-width: 0px) and (max-width: 775px) {
          #home-content #sitemap .column .body #wood-products-menu, #home-content #sitemap .column .body #livinlodge-menu, #home-content #sitemap .column .body #smart-solutions-menu {
            display: none;
            background-color: white;
            padding: 10px 0px; }
            #home-content #sitemap .column .body #wood-products-menu li, #home-content #sitemap .column .body #livinlodge-menu li, #home-content #sitemap .column .body #smart-solutions-menu li {
              padding: 2px 0 2px 10%; }
              #home-content #sitemap .column .body #wood-products-menu li a, #home-content #sitemap .column .body #livinlodge-menu li a, #home-content #sitemap .column .body #smart-solutions-menu li a {
                color: #91BB8E;
                text-transform: lowercase; } }
@media screen {
          #home-content #sitemap .column .body ul {
            width: 100%;
            display: block;
            float: left;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            margin: 0%;
            padding: 0;
            text-align: left; }
            #home-content #sitemap .column .body ul li {
              width: 100%;
              display: block;
              float: left;
              box-sizing: border-box;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              margin: 0;
              padding: 2px 0 2px 20%;
              font-family: Open Sans, Helvetica, sans-serif;
              color: #ffffff;
              text-transform: uppercase;
              font-size: 0.9em;
              line-height: 1.5em; }
              #home-content #sitemap .column .body ul li a {
                color: #ffffff;
                text-decoration: none;
                left: 0;
                font-weight: normal;
                transition-duration: 0.3s;
                -o-transition-duration: 0.3s;
                -ms-transition-duration: 0.3s;
                -moz-transition-duration: 0.3s;
                -webkit-transition-duration: 0.3s; }
                #home-content #sitemap .column .body ul li a:after {
                  content: "\203A";
                  margin-left: 0px;
                  opacity: 0;
                  transition-duration: 0.3s;
                  -o-transition-duration: 0.3s;
                  -ms-transition-duration: 0.3s;
                  -moz-transition-duration: 0.3s;
                  -webkit-transition-duration: 0.3s;
                  color: #e6ece5; }
                #home-content #sitemap .column .body ul li a:hover {
                  left: 10px;
                  transition-delay: 0.3s;
                  -o-transition-delay: 0.3s;
                  -ms-transition-delay: 0.3s;
                  -moz-transition-delay: 0.3s;
                  -webkit-transition-delay: 0.3s;
                  transition-duration: 0.3s;
                  -o-transition-duration: 0.3s;
                  -ms-transition-duration: 0.3s;
                  -moz-transition-duration: 0.3s;
                  -webkit-transition-duration: 0.3s; }
                  #home-content #sitemap .column .body ul li a:hover:after {
                    opacity: 1;
                    margin-left: 10px; }
            #home-content #sitemap .column .body ul ul {
              width: 100%;
              display: block;
              float: left;
              box-sizing: border-box;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              margin: 0;
              padding: 0px 0px 0px 20px; }
              #home-content #sitemap .column .body ul ul li {
                width: 100%;
                display: block;
                float: left;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                padding: 0;
                line-height: 2em; }
                #home-content #sitemap .column .body ul ul li a {
                  color: #ffffff;
                  text-decoration: none;
                  text-transform: lowercase; }
            #home-content #sitemap .column .body ul .lighten {
              background-color: #91BB8E; }
      #home-content #sitemap .column:nth-of-type(2) {
        background-color: #849E82; } }
      @media screen and (min-width: 0px) and (max-width: 775px) {
        #home-content #sitemap .column:nth-of-type(2) {
          background-color: #91BB8E; } }
@media screen {
    #home-content .roww #menu-wood-products, #home-content .roww #menu-woodproducts, #home-content .roww #menu-smart-solutions, #home-content .roww #menu-smart-solutions-update, #home-content .roww #menu-livin-concepts {
      padding-left: 0 !important;
      list-style: none; }
      #home-content .roww #menu-wood-products li, #home-content .roww #menu-woodproducts li, #home-content .roww #menu-smart-solutions li, #home-content .roww #menu-smart-solutions-update li, #home-content .roww #menu-livin-concepts li {
        position: relative;
        padding-left: 25px; }
        #home-content .roww #menu-wood-products li:before, #home-content .roww #menu-wood-products li:after, #home-content .roww #menu-woodproducts li:before, #home-content .roww #menu-woodproducts li:after, #home-content .roww #menu-smart-solutions li:before, #home-content .roww #menu-smart-solutions li:after, #home-content .roww #menu-smart-solutions-update li:before, #home-content .roww #menu-smart-solutions-update li:after, #home-content .roww #menu-livin-concepts li:before, #home-content .roww #menu-livin-concepts li:after {
          content: "";
          display: block;
          height: 1px;
          width: 5px;
          background: #fff;
          position: absolute;
          left: 3px;
          top: 10px; }
        #home-content .roww #menu-wood-products li:before, #home-content .roww #menu-woodproducts li:before, #home-content .roww #menu-smart-solutions li:before, #home-content .roww #menu-smart-solutions-update li:before, #home-content .roww #menu-livin-concepts li:before {
          -moz-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        #home-content .roww #menu-wood-products li:after, #home-content .roww #menu-woodproducts li:after, #home-content .roww #menu-smart-solutions li:after, #home-content .roww #menu-smart-solutions-update li:after, #home-content .roww #menu-livin-concepts li:after {
          top: 13px;
          -moz-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        #home-content .roww #menu-wood-products li a, #home-content .roww #menu-woodproducts li a, #home-content .roww #menu-smart-solutions li a, #home-content .roww #menu-smart-solutions-update li a, #home-content .roww #menu-livin-concepts li a {
          color: #fff;
          text-decoration: none;
          -webkit-transition: color 300ms ease;
          -moz-transition: color 300ms ease;
          -ms-transition: color 300ms ease;
          -o-transition: color 300ms ease;
          transition: color 300ms ease; }
          #home-content .roww #menu-wood-products li a:hover, #home-content .roww #menu-woodproducts li a:hover, #home-content .roww #menu-smart-solutions li a:hover, #home-content .roww #menu-smart-solutions-update li a:hover, #home-content .roww #menu-livin-concepts li a:hover {
            color: #8bc045; }
    #home-content .roww .column:nth-child(1) .body, #home-content .roww .column:nth-child(3) .body {
      background: #849E82; }
    #home-content .roww .column:nth-child(2) .body {
      background: #91BB8E; } }
  @media screen and (min-width: 0px) and (max-width: 1000px) {
    #home-content .roww .column.col-4.col-md-12 .cover {
      width: 48%;
      display: block;
      float: left;
      position: relative;
      margin-bottom: 30px; } }
  @media screen and (min-width: 0px) and (max-width: 750px) {
    #home-content .roww .column.col-4.col-md-12 .cover {
      width: 100%;
      margin-bottom: 0;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box; } }
  @media screen and (min-width: 0px) and (max-width: 1000px) {
    #home-content .roww .column.col-4.col-md-12 .body {
      width: 48%;
      display: block;
      float: right;
      position: relative;
      padding-bottom: 30px;
      height: auto !important;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box; } }
  @media screen and (min-width: 0px) and (max-width: 750px) {
    #home-content .roww .column.col-4.col-md-12 .body {
      width: 100%;
      margin-bottom: 30px; } }
@media screen {
    #home-content .roww .cover img {
      display: block;
      width: 100%;
      heigth: auto; } }
    @media screen and (min-width: 0px) and (max-width: 750px) {
      #home-content .roww .cover img {
        width: 100%;
        margin: 0 auto; } }
@media screen {
    #home-content .roww .body {
      background: #F5F4F3;
      padding: 30px 40px 0;
      position: relative; }
      #home-content .roww .body h2 {
        color: #fff;
        margin-top: 0; }
      #home-content .roww .body .btn {
        position: absolute;
        bottom: 30px;
        left: 40px; }
    #home-content #fullscreen-banner {
      width: 100%;
      display: block;
      float: left;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      height: 350px;
      margin: 0px 0px;
      position: relative; } }
    @media screen and (min-width: 775px) and (max-width: 1000px) {
      #home-content #fullscreen-banner {
        height: 200px;
        margin: 0px 0; } }
    @media screen and (min-width: 0px) and (max-width: 775px) {
      #home-content #fullscreen-banner {
        display: none; } }
@media screen {
      #home-content #fullscreen-banner img {
        height: auto;
        width: 100%;
        position: absolute;
        bottom: 20%; }
    #home-content #product-grid {
      width: 100%;
      max-width: 1900px;
      margin: 100px auto 0px auto; }
      #home-content #product-grid .row {
        width: 100%;
        display: block;
        float: left;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        position: relative; }
        #home-content #product-grid .row .cover {
          width: 50%;
          display: block;
          float: left;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          height: 400px;
          background-size: cover;
          background-position: center center;
          overflow: hidden; } }
        @media screen and (min-width: 0px) and (max-width: 700px) {
          #home-content #product-grid .row .cover {
            display: none; } }
@media screen {
          #home-content #product-grid .row .cover video {
            width: 100%;
            height: auto; }
            #home-content #product-grid .row .cover video.fixHeight {
              width: auto;
              height: 100%;
              position: relative; }
          #home-content #product-grid .row .cover.coverVideo:before {
            content: "";
            display: block;
            margin: auto;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            width: 65px;
            height: 66px;
            background: url(../img/icon/icon-play.png);
            background-size: 65px 66px;
            transition: all 250ms ease-in-out; }
          #home-content #product-grid .row .cover.coverVideo video {
            opacity: 0;
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
            transition: all 250ms ease-in-out; }
          #home-content #product-grid .row .cover.coverVideo:hover:before {
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2); }
          #home-content #product-grid .row .cover.coverVideo:hover video {
            opacity: 1;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1); }
        #home-content #product-grid .row article {
          width: 50%;
          float: left;
          height: 400px;
          position: relative; } }
        @media screen and (min-width: 0px) and (max-width: 700px) {
          #home-content #product-grid .row article {
            width: 100%; } }
@media screen {
          #home-content #product-grid .row article .container {
            width: 400px;
            float: none;
            text-align: center;
            position: relative;
            top: 50%;
            transform: translateY(-50%);
            margin: 0 auto; }
            #home-content #product-grid .row article .container .grid-button {
              background-color: #8bc045;
              padding: 10px 25px;
              -moz-border-radius: 2px;
              -ms-border-radius: 2px;
              -o-border-radius: 2px;
              -webkit-border-radius: 2px;
              border-radius: 2px;
              color: #ffffff;
              margin: 25px auto 0px auto;
              text-decoration: none;
              box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
              transition-duration: 0.3s;
              -o-transition-duration: 0.3s;
              -ms-transition-duration: 0.3s;
              -moz-transition-duration: 0.3s;
              -webkit-transition-duration: 0.3s; }
              #home-content #product-grid .row article .container .grid-button:hover {
                background-color: #97c658;
                transition-duration: 0.3s;
                -o-transition-duration: 0.3s;
                -ms-transition-duration: 0.3s;
                -moz-transition-duration: 0.3s;
                -webkit-transition-duration: 0.3s; } }
          @media screen and (min-width: 700px) and (max-width: 1000px) {
            #home-content #product-grid .row article .container {
              width: 300px; } }
          @media screen and (min-width: 0px) and (max-width: 700px) {
            #home-content #product-grid .row article .container {
              width: 80%; } }
@media screen {
            #home-content #product-grid .row article .container h2 {
              text-transform: none;
              font-family: Open Sans, Helvetica, sans-serif;
              margin: 0;
              text-align: center; }
              #home-content #product-grid .row article .container h2:after {
                content: "";
                display: block;
                cursor: pointer;
                width: 15%;
                margin: 10px 42.5%;
                height: 1px;
                background-repeat: no-repeat;
                background-color: #849E82; }
              #home-content #product-grid .row article .container h2 a {
                text-decoration: none; }
            #home-content #product-grid .row article .container p {
              font-family: Open Sans, Helvetica, sans-serif;
              font-style: italic;
              font-size: 0.9em; }
              #home-content #product-grid .row article .container p a {
                text-decoration: none; }
      #home-content #product-grid .row:nth-of-type(1) {
        background-color: #F5F4F3; }
        #home-content #product-grid .row:nth-of-type(1) p a {
          color: #1c1c1c; }
        #home-content #product-grid .row:nth-of-type(1) h2 a {
          color: #8bc045; }
      #home-content #product-grid .row:nth-of-type(2) {
        background-color: #bcccb9; }
        #home-content #product-grid .row:nth-of-type(2) h2 a {
          color: #849E82; }
        #home-content #product-grid .row:nth-of-type(2) h2:after {
          background-color: #ffffff !important; }
        #home-content #product-grid .row:nth-of-type(2) p a {
          color: #1c1c1c; }
      #home-content #product-grid .row:nth-of-type(3) {
        background-color: #b9aea9; }
        #home-content #product-grid .row:nth-of-type(3) h2 a {
          color: #ffffff; }
        #home-content #product-grid .row:nth-of-type(3) p a {
          color: #ffffff; } }
    @media screen and (min-width: 0px) and (max-width: 540px) {
      #home-content #product-grid {
        margin: 0 auto; } }

@media screen {
  #reclaimed-banner {
    display: block;
    width: 900px;
    height: auto;
    margin: 75px auto; }
    #reclaimed-banner img {
      width: 100%;
      height: auto; } }
  @media screen and (min-width: 650px) and (max-width: 1000px) {
    #reclaimed-banner {
      width: 600px; } }
  @media screen and (min-width: 0px) and (max-width: 650px) {
    #reclaimed-banner {
      width: 100%;
      margin: 0; } }

@media screen {
  .missie {
    display: block;
    max-width: 1024px;
    padding: 0 20px;
    text-align: center;
    position: relative;
    margin: 90px auto 90px auto; }
    .missie p {
      color: #d1d3d4;
      text-transform: uppercase;
      font-weight: 900;
      font-size: 21px;
      letter-spacing: -1px;
      line-height: 28px; }
      .missie p strong {
        font-size: 32px; }
    .missie .svgCon {
      display: block;
      position: absolute;
      bottom: 30px;
      right: 20px;
      width: 40%;
      height: auto;
      opacity: 0.5; } }
    @media screen and (min-width: 700px) and (max-width: 1000px) {
      .missie .svgCon {
        bottom: 40px; } }
@media screen {
      .missie .svgCon svg {
        fill: #8bc045;
        display: block;
        width: 100%;
        height: auto; } }
  @media screen and (min-width: 0px) and (max-width: 700px) {
    .missie {
      display: none; } }

@media screen {
  .btn {
    display: inline-block;
    background-color: #8bc045;
    padding: 10px 25px;
    color: #ffffff !important;
    margin: 25px auto 0px auto;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 0;
    transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: auto !important; }
    .btn:hover {
      background-color: #97c658;
      transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s; }
    .btn.inverted {
      background-color: #fff;
      color: #8bc045 !important; }

  .containerPadding {
    padding: 0 40px;
    box-sizing: border-box; }

  .ujic_center {
    padding: 50px 0; }

  .wpcf7-response-output {
    background: #8bc045;
    color: #fff; }

  .table-style-1 {
    width: 95% !important;
    border-spacing: 0px;
    border-collapse: collapse;
    margin: 30px 2.5%;
    background-color: white;
    float: left;
    font-family: Open Sans, Helvetica, sans-serif;
    color: #1c1c1c; }
    .table-style-1 caption {
      font-family: Open Sans, Helvetica, sans-serif;
      font-weight: bold;
      color: #91BB8E;
      text-align: left;
      margin: 0 0 5px 0; }
    .table-style-1 th {
      margin: 0;
      padding: 5px 10px;
      border-bottom: 2px solid #91BB8E;
      text-transform: uppercase;
      font-size: 0.9em;
      text-align: center; }
    .table-style-1 tr {
      border-bottom: 1px solid #e6ece5; }
      .table-style-1 tr td {
        padding: 5px 0;
        font-size: 1em;
        text-align: center; }
        .table-style-1 tr td:first-of-type {
          font-weight: bold;
          text-align: left;
          font-size: 0.9em; }
    .table-style-1::after {
      display: table;
      line-height: 0;
      content: ""; }

  .table-style-2 {
    width: 95% !important;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 30px 2.5%;
    background-color: white;
    /* float: left; */
    font-family: Open Sans, Helvetica, sans-serif;
    color: #1c1c1c;
    font-size: 1em;
    display: block;
    clear: both; }
    .table-style-2 small {
      font-size: 0.8em; }
    .table-style-2 caption {
      font-family: Open Sans, Helvetica, sans-serif;
      font-weight: bold;
      color: #91BB8E;
      text-align: left;
      margin: 0 0 5px 0; }
    .table-style-2 .t-price {
      font-weight: bold;
      text-align: right !important; }
    .table-style-2 th {
      margin: 0;
      padding: 5px 10px;
      border-bottom: 2px solid #91BB8E;
      text-transform: uppercase;
      /* font-size: 0.9em; */
      text-align: center; }
    .table-style-2 tr {
      border-bottom: 1px solid #e6ece5; }
      .table-style-2 tr td {
        padding: 5px 0;
        /* font-size: 0.9em; */
        text-align: center; }
        .table-style-2 tr td .t-price {
          text-align: right; }
        .table-style-2 tr td .remark {
          font-size: 0.8em;
          font-style: italic;
          font-weight: normal; }
        .table-style-2 tr td:first-of-type {
          width: 60%;
          font-weight: bold;
          text-align: left;
          /* font-size: 0.9em; */ }
          .table-style-2 tr td:first-of-type .text-default {
            text-align: left;
            font-weight: normal;
            font-size: 1em; }
        .table-style-2 tr td:last-of-type {
          text-align: right; }
          .table-style-2 tr td:last-of-type .text-default {
            text-align: left;
            font-weight: normal;
            font-size: 1em; }
    .table-style-2::after {
      display: table;
      line-height: 0;
      content: ""; }

  .table-od-2018 {
    width: 40.625em;
    /* 650px : 16 */
    margin: 1em auto 5em;
    border-spacing: 0;
    border-collapse: collapse; }
    .table-od-2018 tr {
      border-bottom: solid 1px #91BB8E; }
      .table-od-2018 tr.no-border {
        border: 0 none; }
    .table-od-2018 td {
      text-align: left;
      vertical-align: top;
      padding: 0.3125em 0; }
      .table-od-2018 td.hour {
        width: 14%; }
      .table-od-2018 td.description {
        width: 86%; }
    .table-od-2018 small {
      font-size: 0.75em; }
    .table-od-2018 .smallcaps {
      text-transform: uppercase;
      width: 26%; }
    .table-od-2018 .seminar {
      padding: 0.3125em 0.75em; }
    .table-od-2018 a {
      color: #8bc045;
      text-decoration: none; }
      .table-od-2018 a:visited {
        color: #8bc045; }
      .table-od-2018 a:hover {
        color: grey;
        text-decoration: underline; }

  #products {
    width: 100%;
    max-width: 1600px;
    /* min-height: 1300px; */
    position: relative;
    margin: 0 auto;
    overflow: visible; }

  .full-width-container {
    width: 100%;
    max-width: 1600px;
    min-height: 600px;
    position: relative;
    margin: 0 auto;
    overflow: visible; }

  .quickclipbutton {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 100px !important;
    height: auto;
    text-decoration: none;
    text-align: center;
    color: #1c1c1c;
    z-index: -1; }
    .quickclipbutton img {
      width: 100%;
      height: auto; } }
  @media screen and (min-width: 0px) and (max-width: 1400px) {
    .quickclipbutton {
      display: none; } }

@media screen {
  .product-cta {
    width: auto !important;
    text-decoration: none;
    display: inline-block; }
    .product-cta .cta {
      display: inline-block;
      margin: 0;
      padding: 10px 20px;
      width: auto;
      min-height: 57px;
      color: #ffffff;
      font-style: italic;
      text-align: center;
      text-decoration: none;
      background-color: #8bc045;
      overflow: hidden;
      box-sizing: border-box;
      transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px; }
      .product-cta .cta:hover {
        background-color: #9cc960;
        transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        cursor: pointer; }
      .product-cta .cta .postscript {
        display: block;
        font-size: 11px;
        color: #d2e7b7; }
      .product-cta .cta.oneLine {
        padding: 15px 20px; }

  .productbox {
    padding-bottom: 30px; }

  .quickclipLink {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 150px !important;
    height: auto;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-decoration: none; }
    .quickclipLink .img {
      position: relative;
      border-radius: 50%;
      overflow: hidden; }
      .quickclipLink .img:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 10px;
        right: 0;
        width: 0;
        height: 0;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 40px solid #fff;
        margin: auto;
        z-index: 2;
        transition: all 250ms ease-in-out; }
      .quickclipLink .img:after {
        content: '';
        display: block;
        position: absolute;
        background: rgba(0, 0, 0, 0.2);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        transition: all 250ms ease-in-out; }
    .quickclipLink img {
      display: block;
      width: 150px;
      height: 150px;
      overflow: hidden;
      border-radius: 50%; }
    .quickclipLink:hover .img:before {
      transform: scale(0.85); }
    .quickclipLink:hover .img:after {
      background: rgba(0, 0, 0, 0.4); }

  .right {
    float: right; }

  #navigation-pane {
    width: 23%;
    display: block;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 2% 0 5%; } }
  @media screen and (min-width: 1000px) and (max-width: 1320px) {
    #navigation-pane {
      width: 300px;
      margin: 0;
      max-width: none;
      position: absolute;
      top: 140px; } }
  @media screen and (min-width: 761px) and (max-width: 1000px) {
    #navigation-pane {
      width: 300px;
      margin: 0;
      max-width: none;
      position: absolute;
      top: 140px; } }
  @media screen and (min-width: 0px) and (max-width: 760px) {
    #navigation-pane {
      width: 100%;
      margin: 0;
      max-width: none;
      position: relative; } }
@media screen {
    #navigation-pane .container {
      width: 300px;
      position: relative;
      margin: 40px auto 0 auto;
      z-index: 10;
      background-color: #91BB8E;
      /* ---------------------- middle menu variations below ---------------------- */ }
      #navigation-pane .container::after {
        content: "";
        display: table;
        clear: both; } }
    @media screen and (min-width: 0px) and (max-width: 760px) {
      #navigation-pane .container {
        width: 100%;
        margin: 0;
        max-width: none; } }
    @media screen and (min-width: 761px) and (max-width: 1320px) {
      #navigation-pane .container {
        margin: 0; } }
@media screen {
      #navigation-pane .container .active:after {
        background-image: url("../img/icon/arrow-up-white.png") !important; }
      #navigation-pane .container a.cat-title {
        color: #91BB8E;
        text-decoration: none;
        width: 100%; }
        #navigation-pane .container a.cat-title:hover {
          color: #91BB8E;
          text-decoration: none;
          opacity: 0.8; }
        #navigation-pane .container a.cat-title:visited {
          color: #91BB8E;
          text-decoration: none; }
        #navigation-pane .container a.cat-title:active {
          color: #91BB8E;
          text-decoration: none; }
      #navigation-pane .container .category {
        width: 100%;
        clear: both;
        background-color: #e6ece5;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin: 0;
        padding: 25px 0px;
        text-align: center;
        font-family: Open Sans, Helvetica, sans-serif;
        text-transform: uppercase;
        color: #91BB8E;
        font-weight: normal;
        pointer-events: none;
        user-select: none;
        user-select: auto;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none; }
        #navigation-pane .container .category b {
          font-weight: bold; } }
      @media screen and (min-width: 0px) and (max-width: 760px) {
        #navigation-pane .container .category {
          width: 100%;
          padding: 20px 0px 20px 10px;
          margin: 0 auto;
          font-size: 20px;
          text-align: left;
          color: #ffffff;
          background-color: #91BB8E;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2);
          pointer-events: all; }
          #navigation-pane .container .category br {
            display: none; }
          #navigation-pane .container .category b {
            margin-left: 0px; }
          #navigation-pane .container .category:after {
            content: "";
            display: block;
            cursor: pointer;
            width: 30px;
            height: 30px;
            float: right;
            margin-right: 30px;
            background-repeat: no-repeat;
            background-image: url("../img/icon/arrow-down-white.png");
            background-size: 30px 30px; } }
    @media screen and (min-width: 761px) {
      #navigation-pane .container #wood-cat-container, #navigation-pane .container #smart-cat-container, #navigation-pane .container #concept-cat-container {
        display: block !important; } }
    @media screen and (min-width: 0px) and (max-width: 760px) {
      #navigation-pane .container #wood-cat-container, #navigation-pane .container #smart-cat-container, #navigation-pane .container #concept-cat-container {
        display: none;
        background-color: white;
        padding: 10px 0px; }
        #navigation-pane .container #wood-cat-container ul, #navigation-pane .container #smart-cat-container ul, #navigation-pane .container #concept-cat-container ul {
          background-color: #ffffff; }
          #navigation-pane .container #wood-cat-container ul li, #navigation-pane .container #smart-cat-container ul li, #navigation-pane .container #concept-cat-container ul li {
            padding: 2px 0 2px 0;
            background-color: white; }
            #navigation-pane .container #wood-cat-container ul li a, #navigation-pane .container #smart-cat-container ul li a, #navigation-pane .container #concept-cat-container ul li a {
              color: #91BB8E;
              text-transform: uppercase; }
              #navigation-pane .container #wood-cat-container ul li a:hover, #navigation-pane .container #smart-cat-container ul li a:hover, #navigation-pane .container #concept-cat-container ul li a:hover {
                opacity: 0.8; }
            #navigation-pane .container #wood-cat-container ul li ul li a, #navigation-pane .container #smart-cat-container ul li ul li a, #navigation-pane .container #concept-cat-container ul li ul li a {
              color: #91BB8E;
              border-bottom: none;
              text-transform: none; }
              #navigation-pane .container #wood-cat-container ul li ul li a:hover, #navigation-pane .container #smart-cat-container ul li ul li a:hover, #navigation-pane .container #concept-cat-container ul li ul li a:hover {
                opacity: 0.8; }
            #navigation-pane .container #wood-cat-container ul li ul li ul li a, #navigation-pane .container #smart-cat-container ul li ul li ul li a, #navigation-pane .container #concept-cat-container ul li ul li ul li a {
              color: #91BB8E; }
        #navigation-pane .container #wood-cat-container .lighten, #navigation-pane .container #smart-cat-container .lighten, #navigation-pane .container #concept-cat-container .lighten {
          background-color: #ffffff; }
          #navigation-pane .container #wood-cat-container .lighten a, #navigation-pane .container #smart-cat-container .lighten a, #navigation-pane .container #concept-cat-container .lighten a {
            color: #91BB8E;
            font-weight: bold;
            text-transform: uppercase; } }
@media screen {
      #navigation-pane .container #menu-wood-products, #navigation-pane .container #menu-woodproducts, #navigation-pane .container #menu-livin-concepts, #navigation-pane .container #menu-smart-solutions, #navigation-pane .container #menu-smart-solutions-update {
        background-color: #91BB8E;
        margin: 0 !important;
        padding: 20px 1.25em; }
        #navigation-pane .container #menu-wood-products li, #navigation-pane .container #menu-woodproducts li, #navigation-pane .container #menu-livin-concepts li, #navigation-pane .container #menu-smart-solutions li, #navigation-pane .container #menu-smart-solutions-update li {
          list-style-type: none;
          border-bottom: 1px solid #849E82; }
          #navigation-pane .container #menu-wood-products li a, #navigation-pane .container #menu-woodproducts li a, #navigation-pane .container #menu-livin-concepts li a, #navigation-pane .container #menu-smart-solutions li a, #navigation-pane .container #menu-smart-solutions-update li a {
            color: #ffffff;
            text-decoration: none;
            text-transform: uppercase;
            width: 100%; }
            #navigation-pane .container #menu-wood-products li a:hover, #navigation-pane .container #menu-woodproducts li a:hover, #navigation-pane .container #menu-livin-concepts li a:hover, #navigation-pane .container #menu-smart-solutions li a:hover, #navigation-pane .container #menu-smart-solutions-update li a:hover {
              opacity: 0.8; }
          #navigation-pane .container #menu-wood-products li ul, #navigation-pane .container #menu-woodproducts li ul, #navigation-pane .container #menu-livin-concepts li ul, #navigation-pane .container #menu-smart-solutions li ul, #navigation-pane .container #menu-smart-solutions-update li ul {
            padding: 0 0 0 20px; }
            #navigation-pane .container #menu-wood-products li ul li, #navigation-pane .container #menu-woodproducts li ul li, #navigation-pane .container #menu-livin-concepts li ul li, #navigation-pane .container #menu-smart-solutions li ul li, #navigation-pane .container #menu-smart-solutions-update li ul li {
              border: none; }
              #navigation-pane .container #menu-wood-products li ul li a, #navigation-pane .container #menu-woodproducts li ul li a, #navigation-pane .container #menu-livin-concepts li ul li a, #navigation-pane .container #menu-smart-solutions li ul li a, #navigation-pane .container #menu-smart-solutions-update li ul li a {
                text-transform: none;
                color: #5E775C;
                font-size: 0.9em;
                border-bottom: none; }
      #navigation-pane .container #menu-smart-solutions, #navigation-pane .container #menu-smart-solutions-update {
        background-color: #849E82; }
        #navigation-pane .container #menu-smart-solutions li, #navigation-pane .container #menu-smart-solutions-update li {
          border-bottom: 1px solid #bdcbbb; }
          #navigation-pane .container #menu-smart-solutions li a, #navigation-pane .container #menu-smart-solutions-update li a {
            color: #ffffff; }
          #navigation-pane .container #menu-smart-solutions li ul li, #navigation-pane .container #menu-smart-solutions-update li ul li {
            border: none; }
            #navigation-pane .container #menu-smart-solutions li ul li a, #navigation-pane .container #menu-smart-solutions-update li ul li a {
              color: #ffffff; }
            #navigation-pane .container #menu-smart-solutions li ul li ul li a, #navigation-pane .container #menu-smart-solutions-update li ul li ul li a {
              text-transform: none;
              color: #bdcbbb;
              font-size: 0.9em;
              border-bottom: none; }
      #navigation-pane .container #menu-wood-products, #navigation-pane .container #menu-woodproducts {
        background-color: #849E82; }
        #navigation-pane .container #menu-wood-products li, #navigation-pane .container #menu-woodproducts li {
          border-bottom: 1px solid #bdcbbb; }
          #navigation-pane .container #menu-wood-products li a, #navigation-pane .container #menu-woodproducts li a {
            color: #ffffff; }
          #navigation-pane .container #menu-wood-products li ul li, #navigation-pane .container #menu-woodproducts li ul li {
            border: none; }
            #navigation-pane .container #menu-wood-products li ul li a, #navigation-pane .container #menu-woodproducts li ul li a {
              text-transform: none;
              color: #bdcbbb;
              font-size: 0.9em;
              border-bottom: none; }

  .breadcrumbs_active {
    margin-top: 40px !important; }
  .subMenu .menu-item {
    position: relative; }
    .subMenu .menu-item span {
      display: none;
      position: absolute;
      top: 4px;
      right: 0;
      width: 13px;
      height: 13px;
      background: url(../img/icon/icon-arrow.png) no-repeat transparent;
      background-size: 13px 13px;
      z-index: 999; }
      .subMenu .menu-item span.close {
        transform: rotate(180deg); }
  .subMenu .menu-item-has-children > span {
    display: block; }
  .subMenu > .menu > .menu-item {
    margin-bottom: 5px;
    padding-bottom: 5px; }

  .sub-menu {
    display: none; }

  .current-menu-item .sub-menu, .current-menu-parent .sub-menu {
    display: block; }

  #search-results {
    width: 80%;
    margin: 0 10%; }
    #search-results .pagination {
      text-align: center; }
      #search-results .pagination a {
        color: #91BB8E;
        transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s; }
        #search-results .pagination a:hover {
          color: #72a86e;
          transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          -ms-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -webkit-transition-duration: 0.3s;
          text-decoration: none; }
    #search-results .page-header {
      height: auto;
      position: relative;
      width: 100%;
      margin: 50px 0 75px 0;
      border-bottom: 1px solid #849E82; }
      #search-results .page-header .page-title {
        color: #849E82;
        text-align: left;
        font-size: 20px; }
    #search-results .single-search-result {
      width: 60%;
      margin: 50px 20%; }
      #search-results .single-search-result .title {
        color: #4f4f4f;
        font-size: 20px;
        text-decoration: none;
        font-weight: bold;
        border-bottom: 1px solid silver; }
      #search-results .single-search-result .description {
        font-size: 13px;
        color: #9c9c9c; }
        #search-results .single-search-result .description h1, #search-results .single-search-result .description h2, #search-results .single-search-result .description h3 {
          display: none; }
      #search-results .single-search-result .calltoaction a {
        font-size: 14px;
        color: #8bc045;
        font-weight: bold;
        font-style: italic;
        text-decoration: none;
        transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s; }
        #search-results .single-search-result .calltoaction a:hover {
          color: #bbda91;
          transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          -ms-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -webkit-transition-duration: 0.3s; }

  #realisaties {
    max-width: 1600px;
    display: block;
    margin: 0 auto; }
    #realisaties #filter .filter-description {
      width: 60%;
      display: block;
      float: left;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      font-family: Open Sans, Helvetica, sans-serif;
      font-size: 0.9em;
      line-height: 24px;
      text-align: center;
      margin: 20px 20%; }
      #realisaties #filter .filter-description::after {
        content: "";
        display: table;
        clear: both; }
      #realisaties #filter .filter-description a {
        color: #8bc045;
        text-decoration: none; }
    #realisaties #filter #filters {
      width: 80%;
      margin: 0 auto;
      padding: 0;
      text-align: center; }
      #realisaties #filter #filters::after {
        content: "";
        display: table;
        clear: both; }
      #realisaties #filter #filters li {
        display: inline-block;
        padding: 10px 20px 10px 50px;
        margin: 2px auto;
        border: 1px solid #c6d6c5;
        text-decoration: none;
        font-family: Open Sans, Helvetica, sans-serif;
        color: #1c1c1c;
        text-transform: capitalize;
        font-style: italic;
        font-size: 0.9em;
        background-image: url("../img/icon/filter-inactive.jpg");
        background-repeat: no-repeat;
        background-position: 10px center;
        background-size: 1em 1em; }
        #realisaties #filter #filters li[data-active='1'] {
          background-image: url("../img/icon/filter-active.jpg"); }
        #realisaties #filter #filters li:hover {
          cursor: pointer; }
    #realisaties #realisations-grid {
      width: 80%;
      margin: 50px 10%; }
      #realisaties #realisations-grid::after {
        content: "";
        display: table;
        clear: both; }
      #realisaties #realisations-grid .single-realisation {
        width: 24%;
        position: relative;
        margin: 0% 0.5% 0.5% 0.5%;
        display: inline-block;
        float: left;
        overflow: hidden; } }
      @media screen and (min-width: 500px) and (max-width: 760px) {
        #realisaties #realisations-grid .single-realisation {
          width: 49%;
          margin: 0% 0.5% 0.5% 0.5%; } }
      @media screen and (min-width: 0px) and (max-width: 500px) {
        #realisaties #realisations-grid .single-realisation {
          width: 100%;
          margin: 0% 0% 0.5% 0%; } }
@media screen {
        #realisaties #realisations-grid .single-realisation img {
          width: 100%;
          height: 100%;
          display: block; }
        #realisaties #realisations-grid .single-realisation:hover .overlay img {
          width: 200%;
          height: inherit;
          overflow: hidden;
          opacity: 0.8; }
        #realisaties #realisations-grid .single-realisation .text-container {
          width: 100%;
          height: 2em;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          z-index: 9; }
          #realisaties #realisations-grid .single-realisation .text-container h3 {
            width: 80%;
            margin: 0 10% 0 10%;
            color: #ffffff;
            font-size: 1.2em;
            position: relative;
            text-align: center;
            top: 50%;
            transform: translateY(-50%); }
            #realisaties #realisations-grid .single-realisation .text-container h3 em {
              font-weight: normal;
              text-transform: uppercase;
              font-style: normal; }
        #realisaties #realisations-grid .single-realisation .button:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background: rgba(0, 0, 0, 0);
          z-index: 5;
          -webkit-transition: background 500ms ease;
          -moz-transition: background 500ms ease;
          -ms-transition: background 500ms ease;
          -o-transition: background 500ms ease;
          transition: background 500ms ease; }
        #realisaties #realisations-grid .single-realisation .button:hover:before {
          background: rgba(0, 0, 0, 0.3); }
        #realisaties #realisations-grid .single-realisation .overlay {
          position: absolute;
          right: 0;
          bottom: 0; }
          #realisaties #realisations-grid .single-realisation .overlay img {
            opacity: 0.3;
            transition-duration: 0.4s;
            -o-transition-duration: 0.4s;
            -ms-transition-duration: 0.4s;
            -moz-transition-duration: 0.4s;
            -webkit-transition-duration: 0.4s;
            transition-delay: 0.3s;
            -o-transition-delay: 0.3s;
            -ms-transition-delay: 0.3s;
            -moz-transition-delay: 0.3s;
            -webkit-transition-delay: 0.3s; }

  #realisations-single {
    width: 100%;
    overflow: hidden; }
    #realisations-single #title {
      margin: 50px 0 40px;
      color: #8bc045;
      overflow: hidden;
      font-weight: bold;
      text-align: left; }
      #realisations-single #title em {
        color: #849E82;
        font-style: normal; } }
    @media screen and (min-width: 0px) and (max-width: 500px) {
      #realisations-single #title {
        font-size: 0.9em; } }
@media screen {
    #realisations-single .navigation-bar {
      position: absolute;
      margin: 0;
      overflow: auto;
      left: 0;
      right: 20px;
      top: 46px; }
      #realisations-single .navigation-bar a {
        float: right; }
      #realisations-single .navigation-bar .btn {
        margin-top: 0 !important; }
      #realisations-single .navigation-bar .return {
        background-color: #8bc045;
        display: inline-block;
        margin: 0 0 4px 0;
        right: 0px;
        padding: 5px 10px;
        color: #ffffff;
        font-size: 0.8em; }
    #realisations-single #gallery {
      width: 100%;
      position: relative;
      margin: 0 auto;
      text-align: center;
      float: left;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; } }
    @media screen and (min-width: 0px) and (max-width: 500px) {
      #realisations-single #gallery {
        width: 95%;
        margin: 0 2.5%; } }
    @media screen and (min-width: 500px) and (max-width: 760px) {
      #realisations-single #gallery {
        width: 80%;
        margin: 0 10%; } }
@media screen {
    #realisations-single .showcase {
      width: 100%;
      text-align: center;
      float: left; }
      #realisations-single .showcase .bx-viewport {
        border: 0 !important; }
      #realisations-single .showcase .bx-controls {
        width: 100%;
        position: relative; }
        #realisations-single .showcase .bx-controls .bx-controls-direction {
          position: relative;
          bottom: 0; }
          #realisations-single .showcase .bx-controls .bx-controls-direction .bx-prev {
            left: 0; }
          #realisations-single .showcase .bx-controls .bx-controls-direction .bx-next {
            right: 0; }
      #realisations-single .showcase .container {
        display: block; }
        #realisations-single .showcase .container #slidebx {
          height: 100%;
          margin: 0;
          overflow: hidden; }
          #realisations-single .showcase .container #slidebx li {
            left: 0; }
        #realisations-single .showcase .container a {
          display: inline !important; }
        #realisations-single .showcase .container img {
          width: 100%;
          height: auto; }
        #realisations-single .showcase .container .bx-caption {
          width: 100%;
          position: absolute;
          bottom: 0px !important;
          height: 30px;
          background-color: rgba(255, 255, 255, 0.85); }
          #realisations-single .showcase .container .bx-caption span {
            height: 30px !important;
            line-height: 30px !important; }
        #realisations-single .showcase .container .bx-pager {
          position: relative; }
          #realisations-single .showcase .container .bx-pager .active {
            background-color: #8bc045 !important;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%; }
          #realisations-single .showcase .container .bx-pager .bx-pager-link {
            color: #ffffff;
            font-weight: bold;
            text-decoration: none;
            line-height: 20px;
            background-color: #ddd;
            float: left;
            font-size: 13px;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            margin: 5px; }
            #realisations-single .showcase .container .bx-pager .bx-pager-link:hover {
              transition-duration: 0.3s;
              -o-transition-duration: 0.3s;
              -ms-transition-duration: 0.3s;
              -moz-transition-duration: 0.3s;
              -webkit-transition-duration: 0.3s;
              background-color: #8bc045; }
      #realisations-single .showcase .linked-profiles {
        position: absolute;
        bottom: 30px;
        width: 100%;
        padding: 5px 0px;
        background-color: rgba(255, 255, 255, 0.85);
        text-align: center; }
        #realisations-single .showcase .linked-profiles em {
          color: #1c1c1c; }
        #realisations-single .showcase .linked-profiles a {
          text-decoration: none;
          color: #8bc045;
          font-weight: bold; }
    #realisations-single #related-products {
      width: 100%;
      margin: 0;
      position: relative;
      float: left; } }
    @media screen and (min-width: 0px) and (max-width: 760px) {
      #realisations-single #related-products {
        margin: 50px 0; } }
@media screen {
      #realisations-single #related-products .bar {
        position: absolute;
        z-index: -5;
        bottom: -30px;
        background-color: #e6ece5;
        height: 250px;
        width: 100%; } }
      @media screen and (min-width: 500px) and (max-width: 1090px) {
        #realisations-single #related-products .bar {
          height: 150px; } }
      @media screen and (min-width: 0px) and (max-width: 500px) {
        #realisations-single #related-products .bar {
          height: 100px; } }
@media screen {
      #realisations-single #related-products .container {
        width: 50%;
        margin: 0% 25%;
        font-size: 0px;
        text-align: center; }
        #realisations-single #related-products .container a {
          display: inline !important; } }
      @media screen and (min-width: 0px) and (max-width: 760px) {
        #realisations-single #related-products .container {
          width: 90%;
          margin: 0 5%; } }
@media screen {
        #realisations-single #related-products .container .product {
          width: auto;
          max-width: 200px;
          display: inline-block;
          margin: 5%;
          position: relative;
          overflow: hidden; } }
        @media screen and (min-width: 0px) and (max-width: 500px) {
          #realisations-single #related-products .container .product {
            width: 100%;
            margin: 0 0 20px 0; } }
@media screen {
          #realisations-single #related-products .container .product img {
            width: 100%;
            height: auto; }
          #realisations-single #related-products .container .product:hover .overlay img {
            width: 200%;
            height: inherit;
            overflow: hidden;
            opacity: 0.8; }
          #realisations-single #related-products .container .product .text-container {
            width: 100%;
            height: 2em;
            font-size: 20px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%); }
            #realisations-single #related-products .container .product .text-container h3 {
              width: 80%;
              margin: 0 10% 0 10%;
              color: #ffffff;
              font-size: 1.0em;
              position: relative;
              text-align: center;
              top: 50%;
              transform: translateY(-50%); }
              #realisations-single #related-products .container .product .text-container h3 em {
                font-weight: normal;
                text-transform: uppercase;
                font-style: normal; }
          #realisations-single #related-products .container .product .overlay {
            position: absolute;
            right: 0;
            bottom: 0; }
            #realisations-single #related-products .container .product .overlay img {
              opacity: 0.3;
              transition-duration: 0.4s;
              -o-transition-duration: 0.4s;
              -ms-transition-duration: 0.4s;
              -moz-transition-duration: 0.4s;
              -webkit-transition-duration: 0.4s;
              transition-delay: 0.3s;
              -o-transition-delay: 0.3s;
              -ms-transition-delay: 0.3s;
              -moz-transition-delay: 0.3s;
              -webkit-transition-delay: 0.3s; }

  #contact {
    width: 70%;
    max-width: 1600px;
    margin: 50px auto;
    display: block; }
    #contact::after {
      content: "";
      display: table;
      clear: both; } }
  @media screen and (min-width: 1000px) and (max-width: 1200px) {
    #contact {
      width: 80%;
      margin: 50px 10%; } }
  @media screen and (min-width: 0px) and (max-width: 1000px) {
    #contact {
      width: 90%;
      margin: 50px 5%; } }
@media screen {
    #contact .title {
      margin: 35px 0;
      float: left;
      width: 100%;
      font-family: Open Sans, Helvetica, sans-serif;
      color: #849E82;
      font-weight: bold;
      text-align: center;
      font-size: 2em;
      text-transform: uppercase;
      font-style: italic;
      overflow: hidden; }
      #contact .title:after {
        content: "";
        display: block;
        cursor: pointer;
        width: 5%;
        margin: 10px 47.5%;
        height: 1px;
        background-repeat: no-repeat;
        background-color: #849E82; }
    #contact #contact-bar {
      height: 250px;
      margin: 0 0 50px 0; } }
    @media screen and (min-width: 0px) and (max-width: 650px) {
      #contact #contact-bar {
        height: auto; } }
@media screen {
    #contact .row {
      width: 100%;
      border: 1px solid #e6ece5;
      float: left; } }
    @media screen and (min-width: 0px) and (max-width: 1100px) {
      #contact .row #aerial-container {
        display: none; } }
@media screen {
      #contact .row #aerial-container #aerial {
        background-image: url(../img/elements/aerial.jpg);
        background-size: cover;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0; } }
      @media screen and (min-width: 0px) and (max-width: 1100px) {
        #contact .row #aerial-container #aerial {
          display: none; } }
@media screen {
      #contact .row .columns-3 {
        width: 33.33%;
        box-sizing: border-box;
        display: inline-block;
        float: left;
        position: relative;
        height: 100%; } }
      @media screen and (min-width: 650px) and (max-width: 1100px) {
        #contact .row .columns-3 {
          width: 50%; } }
      @media screen and (min-width: 0px) and (max-width: 650px) {
        #contact .row .columns-3 {
          width: 100%; } }
@media screen {
        #contact .row .columns-3 .container {
          position: relative;
          padding: 20px 30px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); } }
        @media screen and (min-width: 0px) and (max-width: 650px) {
          #contact .row .columns-3 .container {
            transform: none; } }
@media screen {
      #contact .row .name {
        color: #91BB8E;
        font-weight: bold; }
      #contact .row .address {
        color: #1c1c1c;
        padding-bottom: 25px; }
      #contact .row .telephone a {
        color: #1c1c1c;
        text-decoration: none; }
        #contact .row .telephone a:visited {
          color: #1c1c1c;
          text-decoration: none; }
        #contact .row .telephone a:hover {
          color: #1c1c1c;
          text-decoration: none; }
      #contact .row .e-mail a {
        color: #1c1c1c;
        text-decoration: none; }
        #contact .row .e-mail a:hover {
          color: #91BB8E;
          text-decoration: none; }
        #contact .row .e-mail a:visited {
          color: #1c1c1c;
          text-decoration: none; }
      #contact .row .vat {
        color: #8bc045; }
    #contact .map-container {
      width: 100%;
      display: inline-block;
      float: left; }
      #contact .map-container::after {
        content: "";
        display: table;
        clear: both; }
      #contact .map-container .annotation {
        position: absolute;
        display: inline-block;
        padding: 10px 20px;
        margin: 0;
        z-index: 999;
        color: white;
        font-size: 0.9em;
        text-transform: capitalize;
        background-color: #8bc045; }
      #contact .map-container #map-canvas {
        width: 100%;
        height: 300px;
        overflow: hidden; }
      #contact .map-container a {
        text-decoration: underline;
        color: #1c1c1c; }
      #contact .map-container .route {
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px; }
        #contact .map-container .route .text {
          padding-left: 30px;
          text-decoration: underline;
          font-size: 0.9em; }
        #contact .map-container .route .icon {
          height: 20px;
          width: 20px;
          position: absolute;
          top: 0; }

  #contact-form {
    width: 100%;
    margin: 50px auto;
    clear: both;
    display: block;
    text-align: center; }
    #contact-form::after {
      content: "";
      display: table;
      clear: both; }
    #contact-form .title {
      display: none;
      /* margin: 35px 0 75px 0; */
      /* width: 100%; */
      /* font-family: $nav-font;
      color: $amulet;
      font-weight: bold;
      text-align: center;
      font-size: 2em;
      text-transform: uppercase;
      font-style: italic; */
        /* overflow: hidden;

        &:after {
            content: "";
            display: block;
            cursor: pointer;
            width: 5%;
            margin: 10px 47.5%;
            height: 1px;
            background-repeat: no-repeat;
            background-color: $amulet;
        } */ }
    #contact-form .wpcf7 {
      width: 650px;
      display: block;
      margin: 0 auto;
      text-align: center; } }
    @media screen and (min-width: 0px) and (max-width: 750px) {
      #contact-form .wpcf7 {
        width: 100%; } }
@media screen {
      #contact-form .wpcf7 .form-columns-1 {
        width: 100%;
        float: left;
        display: block; }
      #contact-form .wpcf7 .form-columns-2 {
        width: 100%;
        float: left;
        display: block; }
        #contact-form .wpcf7 .form-columns-2 .form-field-50 {
          float: left;
          position: relative;
          display: inline-block; }
        #contact-form .wpcf7 .form-columns-2 .form-field-50:nth-of-type(1) {
          width: 49%;
          margin-right: 1%; } }
        @media screen and (min-width: 0px) and (max-width: 750px) {
          #contact-form .wpcf7 .form-columns-2 .form-field-50:nth-of-type(1) {
            width: 100%;
            margin: 0; } }
@media screen {
        #contact-form .wpcf7 .form-columns-2 .form-field-50:nth-of-type(2) {
          width: 49%;
          margin-left: 1%; } }
        @media screen and (min-width: 0px) and (max-width: 750px) {
          #contact-form .wpcf7 .form-columns-2 .form-field-50:nth-of-type(2) {
            width: 100%;
            margin: 0; } }
@media screen {
      #contact-form .wpcf7 p {
        text-align: left;
        color: #1c1c1c;
        font-size: 13px;
        width: 100%;
        margin: 0.5em 0; }
      #contact-form .wpcf7 .wpcf7-textarea, #contact-form .wpcf7 .wpcf7-select, #contact-form .wpcf7 .wpcf7-text {
        font-size: 1em;
        width: 100%;
        padding: 5px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        border: 1px solid #e0e0e0; }
      #contact-form .wpcf7 .wpcf7-submit {
        background-color: #8bc045;
        padding: 10px 25px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        color: #ffffff;
        margin: 0;
        border: 0;
        float: right;
        text-transform: capitalize;
        font-size: 14px;
        text-decoration: none;
        transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s; }
        #contact-form .wpcf7 .wpcf7-submit:hover {
          background-color: #97c658;
          cursor: pointer;
          transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          -ms-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -webkit-transition-duration: 0.3s; }
      #contact-form .wpcf7 .wpcf7-validation-errors {
        border: none !important; }
      #contact-form .wpcf7 .wpcf7-mail-sent-ok {
        border: none !important; }

  .location::after {
    content: "";
    display: table;
    clear: both; }

  #bedrijf {
    width: 100%;
    position: relative;
    float: none;
    text-align: center;
    margin-top: 50px;
    display: block;
    padding-top: 50px;
    overflow: auto; }
    #bedrijf #nav-grid {
      width: 60%;
      margin: 50px 20%;
      overflow: auto; } }
    @media screen and (min-width: 0px) and (max-width: 760px) {
      #bedrijf #nav-grid {
        display: none; } }
@media screen {
      #bedrijf #nav-grid .button {
        width: 30%;
        height: 200px;
        position: relative;
        margin: 0% 0.5% 0.5% 0.5%;
        display: inline-block;
        overflow: hidden;
        background-position: center center;
        background-size: cover; }
        #bedrijf #nav-grid .button img {
          width: 100%;
          height: 100%; }
        #bedrijf #nav-grid .button:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background: rgba(0, 0, 0, 0);
          z-index: 5;
          -webkit-transition: background 500ms ease;
          -moz-transition: background 500ms ease;
          -ms-transition: background 500ms ease;
          -o-transition: background 500ms ease;
          transition: background 500ms ease; }
        #bedrijf #nav-grid .button:hover .overlay {
          overflow: hidden; }
          #bedrijf #nav-grid .button:hover .overlay img {
            width: 200%;
            height: 100%;
            overflow: hidden;
            opacity: 0.8;
            bottom: 0;
            top: none; }
        #bedrijf #nav-grid .button:hover:before {
          background: rgba(0, 0, 0, 0.3); }
        #bedrijf #nav-grid .button .text-container {
          width: 100%;
          height: 2em;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          z-index: 7; }
          #bedrijf #nav-grid .button .text-container h3 {
            width: 80%;
            margin: 0 10% 0 10%;
            color: #ffffff;
            font-size: 1.2em;
            position: relative;
            text-align: center;
            top: 50%;
            transform: translateY(-50%); }
            #bedrijf #nav-grid .button .text-container h3 em {
              font-weight: normal;
              text-transform: uppercase;
              font-style: normal; }
        #bedrijf #nav-grid .button .overlay {
          position: absolute;
          top: 0; }
          #bedrijf #nav-grid .button .overlay img {
            opacity: 0.3;
            transition-duration: 0.4s;
            -o-transition-duration: 0.4s;
            -ms-transition-duration: 0.4s;
            -moz-transition-duration: 0.4s;
            -webkit-transition-duration: 0.4s;
            transition-delay: 0.3s;
            -o-transition-delay: 0.3s;
            -ms-transition-delay: 0.3s;
            -moz-transition-delay: 0.3s;
            -webkit-transition-delay: 0.3s; }
    #bedrijf .bedrijf-section {
      width: 100%;
      position: relative;
      float: left; }
      #bedrijf .bedrijf-section .gallery-columns-1 .gallery-item:nth-of-type(1) {
        width: 100%;
        display: block;
        float: left;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin: 0% 0% 3% 0%; }
        #bedrijf .bedrijf-section .gallery-columns-1 .gallery-item:nth-of-type(1) img {
          width: 100%;
          display: block;
          float: left;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          height: auto; }
      #bedrijf .bedrijf-section .gallery-columns-2 .gallery-item img {
        width: 100%;
        display: block;
        float: left;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: auto; }
      #bedrijf .bedrijf-section .gallery-columns-2 .gallery-item:nth-of-type(1) {
        width: 48.5%;
        display: block;
        float: left;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin: 0% 1.5% 3% 0%; }
      #bedrijf .bedrijf-section .gallery-columns-2 .gallery-item:nth-of-type(2) {
        width: 48.5%;
        display: block;
        float: left;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin: 0 0 3% 1.5%; }
      #bedrijf .bedrijf-section .gallery-columns-3 .gallery-item img {
        width: 100%;
        display: block;
        float: left;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: auto; }
      #bedrijf .bedrijf-section .gallery-columns-3 .gallery-item {
        width: 31.33%;
        display: block;
        float: left;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin: 0% 0% 3% 0%; }
      #bedrijf .bedrijf-section .gallery-columns-3 .gallery-item:nth-of-type(2) {
        margin: 0 3% 0 3%; }
      #bedrijf .bedrijf-section .gallery-columns-4 .gallery-item img {
        width: 100%;
        display: block;
        float: left;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: auto; }
      #bedrijf .bedrijf-section .gallery-columns-4 .gallery-item {
        width: 22.75%;
        display: block;
        float: left;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin: 0% 0% 3% 0%; }
      #bedrijf .bedrijf-section .gallery-columns-4 .gallery-item:nth-of-type(2) {
        margin: 0% 1.5% 0% 3%; }
      #bedrijf .bedrijf-section .gallery-columns-4 .gallery-item:nth-of-type(3) {
        margin: 0% 3% 0% 1.5%; }
      #bedrijf .bedrijf-section .signage {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0; }
        #bedrijf .bedrijf-section .signage img {
          position: absolute;
          z-index: -999;
          top: 200px;
          left: 0;
          width: 50%; }
      #bedrijf .bedrijf-section .container {
        width: 50%;
        margin: 50px auto; } }
      @media screen and (min-width: 1000px) and (max-width: 1400px) {
        #bedrijf .bedrijf-section .container {
          width: 70%;
          margin: 50px 15%; } }
      @media screen and (min-width: 0px) and (max-width: 1000px) {
        #bedrijf .bedrijf-section .container {
          width: 80%;
          margin: 50px 10%; } }
@media screen {
        #bedrijf .bedrijf-section .container iframe {
          width: 100%;
          height: 400px; }
        #bedrijf .bedrijf-section .container img {
          width: 100%;
          height: auto; }
        #bedrijf .bedrijf-section .container a {
          font-family: Open Sans, Helvetica, sans-serif;
          font-size: 1em;
          color: #8bc045; }
        #bedrijf .bedrijf-section .container .title {
          margin: 0;
          width: 100%;
          font-family: Open Sans, Helvetica, sans-serif;
          color: #849E82;
          font-weight: bold;
          text-align: center;
          font-size: 2em;
          text-transform: uppercase;
          font-style: italic;
          overflow: auto; }
          #bedrijf .bedrijf-section .container .title:after {
            content: "";
            display: block;
            cursor: pointer;
            width: 5%;
            margin: 10px 47.5%;
            height: 1px;
            background-repeat: no-repeat;
            background-color: #849E82; }
        #bedrijf .bedrijf-section .container h3 {
          font-weight: bold;
          font-size: 0.9em;
          text-align: left;
          color: #4f4f4f; }
        #bedrijf .bedrijf-section .container p {
          text-align: left;
          font-size: 0.9em; }
    #bedrijf .frame {
      border: 1px solid #ededed;
      text-align: center;
      margin: 50px 0;
      position: relative;
      padding: 50px 0; }
      #bedrijf .frame .tag {
        position: absolute;
        top: -37px;
        left: 0;
        padding: 5px 10px;
        background-color: #8bc045;
        color: #ffffff; }
      #bedrijf .frame .tag-2 {
        background-color: #849E82; }
      #bedrijf .frame .tag-3 {
        background-color: #bdcbbb; }
      #bedrijf .frame .item {
        width: 30%;
        text-align: center;
        display: inline-block;
        margin: 30px auto;
        font-size: 0.9em; } }
      @media screen and (min-width: 0px) and (max-width: 500px) {
        #bedrijf .frame .item {
          width: 80%; } }
      @media screen and (min-width: 500px) and (max-width: 760px) {
        #bedrijf .frame .item {
          width: 45%; } }
@media screen {
        #bedrijf .frame .item .icon {
          width: 60px;
          height: 60px;
          display: inline-block;
          position: relative;
          margin: 0 0 10px 0; }
          #bedrijf .frame .item .icon:hover .overlay {
            opacity: 1;
            z-index: 999;
            transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            -ms-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -webkit-transition-duration: 0.3s; }
          #bedrijf .frame .item .icon .original {
            width: 60px;
            height: 60px;
            display: inline-block; }
          #bedrijf .frame .item .icon .overlay {
            width: 60px;
            height: 60px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            opacity: 0;
            transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            -ms-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -webkit-transition-duration: 0.3s; }
        #bedrijf .frame .item .name {
          font-weight: bold;
          color: #849E82;
          text-transform: uppercase;
          display: block; }
        #bedrijf .frame .item .department {
          font-style: italic;
          color: #849E82;
          display: block; }
        #bedrijf .frame .item .telephone {
          display: block;
          margin-top: 15px; }
        #bedrijf .frame .item .email {
          font-weight: bold;
          text-transform: lowercase;
          display: block; }
          #bedrijf .frame .item .email a {
            color: #1c1c1c;
            text-decoration: none;
            border-bottom: 1px solid #ffffff;
            transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            -ms-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -webkit-transition-duration: 0.3s; }
            #bedrijf .frame .item .email a:hover {
              border-bottom: 1px solid #91BB8E;
              transition-duration: 0.3s;
              -o-transition-duration: 0.3s;
              -ms-transition-duration: 0.3s;
              -moz-transition-duration: 0.3s;
              -webkit-transition-duration: 0.3s; }

  .button-link {
    display: inline;
    width: 100%;
    height: 100%;
    text-decoration: none; }

  #news::after {
    content: "";
    display: table;
    clear: both; }

  #news-single {
    width: 65%;
    margin: 40px 17.5% 0 17.5%;
    position: relative;
    float: right; } }
  @media screen and (min-width: 0px) and (max-width: 760px) {
    #news-single {
      width: 80%;
      margin: 40px 10% 0 10%; } }
@media screen {
    #news-single .gallery img {
      border: 0 !important; }
    #news-single .gallery-columns-1 .gallery-item:nth-of-type(1) {
      width: 100%;
      display: block;
      float: left;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      margin: 0% 0% 3% 0%; }
      #news-single .gallery-columns-1 .gallery-item:nth-of-type(1) img {
        width: 100%;
        display: block;
        float: left;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        height: auto; }
    #news-single .gallery-columns-2 .gallery-item img {
      width: 100%;
      display: block;
      float: left;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      height: auto; }
    #news-single .gallery-columns-2 .gallery-item:nth-of-type(1) {
      width: 48.5%;
      display: block;
      float: left;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      margin: 0% 1.5% 3% 0%; }
    #news-single .gallery-columns-2 .gallery-item:nth-of-type(2) {
      width: 48.5%;
      display: block;
      float: left;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      margin: 0 0 3% 1.5%; }
    #news-single .gallery-columns-3 .gallery-item img {
      width: 100%;
      display: block;
      float: left;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      height: auto; }
    #news-single .gallery-columns-3 .gallery-item {
      width: 31.33%;
      display: block;
      float: left;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      margin: 0% 0% 3% 0%; }
    #news-single .gallery-columns-3 .gallery-item:nth-of-type(2) {
      margin: 0 3% 0 3%; }
    #news-single .gallery-columns-4 .gallery-item img {
      width: 100%;
      display: block;
      float: left;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      height: auto; }
    #news-single .gallery-columns-4 .gallery-item {
      width: 22.75%;
      display: block;
      float: left;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      margin: 0% 0% 3% 0%; }
    #news-single .gallery-columns-4 .gallery-item:nth-of-type(2) {
      margin: 0% 1.5% 0% 3%; }
    #news-single .gallery-columns-4 .gallery-item:nth-of-type(3) {
      margin: 0% 3% 0% 1.5%; }
    #news-single #tag {
      display: block;
      position: relative;
      margin: 0 0 4px 20px; }
      #news-single #tag p {
        display: inline-block;
        margin: 0;
        padding: 7px 14px;
        color: #ffffff;
        background-color: #8bc045; }
    #news-single .item {
      width: 98%;
      min-height: 50px;
      margin: 0 auto 20px auto;
      position: relative;
      float: left; }
      #news-single .item .cover-100 {
        width: 100%;
        height: 200px;
        position: relative;
        background-size: cover !important;
        background-position: center center !important; }
      #news-single .item::after {
        content: "";
        display: table;
        clear: both; }
      #news-single .item .content {
        padding: 30px;
        font-size: 0.9em;
        line-height: 1.5em; } }
      @media screen and (min-width: 0px) and (max-width: 760px) {
        #news-single .item .content {
          padding: 15px; } }
@media screen {
        #news-single .item .content a {
          text-decoration: none;
          color: #8bc045; }
          #news-single .item .content a:hover {
            color: #557728; }
        #news-single .item .content .title {
          margin: 0;
          width: 100%;
          font-family: Open Sans, Helvetica, sans-serif;
          color: #8bc045;
          text-align: center;
          text-transform: uppercase;
          text-decoration: none;
          overflow: auto; }
          #news-single .item .content .title:after {
            content: "";
            display: block;
            cursor: pointer;
            width: 15%;
            margin: 10px 42.5%;
            height: 1px;
            background-repeat: no-repeat;
            background-color: #849E82; }
        #news-single .item .content .subtitle {
          margin: 0;
          width: 100%;
          font-family: Open Sans, Helvetica, sans-serif;
          color: #849E82;
          text-align: center;
          text-transform: uppercase;
          font-style: italic;
          font-weight: normal;
          font-size: 0.9em;
          text-decoration: none;
          overflow: auto; }
        #news-single .item .content .body {
          color: #1c1c1c;
          font-size: 0.9em; }

  #news-archive {
    width: 100%;
    margin: 75px 0 0 0;
    padding: 50px 0;
    float: left;
    text-align: center;
    background-color: #ededed; }
    #news-archive .title {
      margin: 0;
      width: 100%;
      font-family: Open Sans, Helvetica, sans-serif;
      color: #849E82;
      font-weight: bold;
      text-align: center;
      font-size: 2em;
      text-transform: uppercase;
      font-style: italic;
      overflow: auto; }
      #news-archive .title:after {
        content: "";
        display: block;
        cursor: pointer;
        width: 5%;
        margin: 10px 47.5%;
        height: 1px;
        background-repeat: no-repeat;
        background-color: #849E82; }
    #news-archive .entries {
      display: inline-block;
      width: 100%; }
    #news-archive .single-entry {
      width: 60%;
      max-width: 450px;
      margin: 0 auto;
      display: block;
      clear: both;
      text-align: left;
      color: #1c1c1c; }
      #news-archive .single-entry::after {
        content: "";
        display: table;
        clear: both; }
      #news-archive .single-entry h4 {
        font-weight: normal;
        margin: 10px 0px; }
        #news-archive .single-entry h4 a {
          text-decoration: none;
          color: #1c1c1c; }
      #news-archive .single-entry .date {
        font-size: 0.7em;
        margin: 2px;
        font-style: italic;
        color: #9c9c9c; }

  #newsfeed {
    width: 65%;
    margin: 40px 17.5% 0 17.5%;
    position: relative;
    float: right; } }
  @media screen and (min-width: 0px) and (max-width: 760px) {
    #newsfeed {
      width: 80%;
      margin: 40px 10% 0 10%; } }
@media screen {
    #newsfeed #tag {
      display: block;
      position: relative;
      margin: 0 0 4px 20px; }
      #newsfeed #tag p {
        display: inline-block;
        margin: 0;
        padding: 7px 14px;
        color: #ffffff;
        background-color: #8bc045; }
    #newsfeed .columns-2 {
      width: 50%;
      display: block;
      float: left;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box; } }
    @media screen and (min-width: 0px) and (max-width: 760px) {
      #newsfeed .columns-2 {
        width: 100%; } }
@media screen {
      #newsfeed .columns-2 .item {
        width: 98%;
        min-height: 50px;
        margin: 0 auto 20px auto;
        position: relative;
        float: left;
        border: 1px solid #C4BBB7;
        overflow: hidden; }
        #newsfeed .columns-2 .item .block-link {
          display: block; }
        #newsfeed .columns-2 .item .cover-100 {
          width: 100%;
          height: 200px;
          position: relative;
          background-position: center center !important;
          background-size: cover !important; }
        #newsfeed .columns-2 .item .content {
          padding: 30px; } }
        @media screen and (min-width: 0px) and (max-width: 760px) {
          #newsfeed .columns-2 .item .content {
            padding: 15px; } }
@media screen {
          #newsfeed .columns-2 .item .content a {
            text-decoration: none; }
          #newsfeed .columns-2 .item .content .title {
            margin: 0;
            width: 100%;
            font-family: Open Sans, Helvetica, sans-serif;
            color: #8bc045;
            text-align: center;
            text-transform: uppercase;
            text-decoration: none;
            overflow: auto; }
            #newsfeed .columns-2 .item .content .title:after {
              content: "";
              display: block;
              cursor: pointer;
              width: 15%;
              margin: 10px 42.5%;
              height: 1px;
              background-repeat: no-repeat;
              background-color: #849E82; }
          #newsfeed .columns-2 .item .content .subtitle {
            margin: 0;
            width: 100%;
            font-family: Open Sans, Helvetica, sans-serif;
            color: #849E82;
            text-align: center;
            text-transform: uppercase;
            font-style: italic;
            font-weight: normal;
            font-size: 0.9em;
            text-decoration: none;
            overflow: auto; }
          #newsfeed .columns-2 .item .content .body {
            color: #1c1c1c;
            font-size: 0.9em; }
          #newsfeed .columns-2 .item .content .button-area {
            text-align: center;
            margin-top: 40px; }
            #newsfeed .columns-2 .item .content .button-area .button {
              display: inline-block;
              padding: 5px 10px;
              background-color: #849E82;
              transition-duration: 0.3s;
              -o-transition-duration: 0.3s;
              -ms-transition-duration: 0.3s;
              -moz-transition-duration: 0.3s;
              -webkit-transition-duration: 0.3s;
              color: #ffffff;
              text-decoration: none;
              font-size: 0.8em; }
              #newsfeed .columns-2 .item .content .button-area .button::after {
                content: "";
                display: table;
                clear: both; }
              #newsfeed .columns-2 .item .content .button-area .button:hover {
                background-color: #8bc045;
                transition-duration: 0.3s;
                -o-transition-duration: 0.3s;
                -ms-transition-duration: 0.3s;
                -moz-transition-duration: 0.3s;
                -webkit-transition-duration: 0.3s; }

  .login-area {
    width: 100%;
    float: left;
    position: relative;
    margin: 30px 0 0 0; }
    .login-area #carpentierlogin, .login-area #carpentierlostpassword, .login-area #editprofile {
      display: block;
      margin: 0 auto;
      width: 400px;
      padding: 50px;
      background-color: #f2f4f5;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px; } }
    @media screen and (min-width: 0px) and (max-width: 515px) {
      .login-area #carpentierlogin, .login-area #carpentierlostpassword, .login-area #editprofile {
        padding: 10px !important; } }
    @media screen and (min-width: 0px) and (max-width: 440px) {
      .login-area #carpentierlogin, .login-area #carpentierlostpassword, .login-area #editprofile {
        width: 100%; } }
@media screen {
      .login-area #carpentierlogin label, .login-area #carpentierlostpassword label, .login-area #editprofile label {
        color: #4f4f4f;
        display: block;
        width: 90%;
        margin: 0 5% 10px 5%;
        text-align: left;
        text-transform: none; }
      .login-area #carpentierlogin input, .login-area #carpentierlogin select, .login-area #carpentierlostpassword input, .login-area #carpentierlostpassword select, .login-area #editprofile input, .login-area #editprofile select {
        width: 90%;
        margin: 0 5%;
        height: 24px;
        border: 0;
        background-color: #ffffff;
        color: #4f4f4f; }
      .login-area #carpentierlogin .input-submit, .login-area #carpentierlostpassword .input-submit, .login-area #editprofile .input-submit {
        background-color: #8bc045;
        font-family: Open Sans, Helvetica, sans-serif;
        text-transform: uppercase;
        color: white;
        height: 36px;
        font-weight: bold;
        line-height: 30px;
        border: 1px solid #7eb03c;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s; }
        .login-area #carpentierlogin .input-submit:hover, .login-area #carpentierlostpassword .input-submit:hover, .login-area #editprofile .input-submit:hover {
          background-color: #97c658;
          transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          -ms-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          -webkit-transition-duration: 0.3s;
          cursor: pointer; }
    .login-area .login-options, .login-area .recovery-options {
      display: block;
      margin: 30px auto 0 auto;
      width: 400px;
      text-align: center;
      font-family: Open Sans, Helvetica, sans-serif;
      color: #4f4f4f; } }
    @media screen and (min-width: 0px) and (max-width: 440px) {
      .login-area .login-options, .login-area .recovery-options {
        width: 100%; } }
@media screen {
      .login-area .login-options a, .login-area .recovery-options a {
        color: #8bc045; } }
@media print {
  @page {
    size: A4 portrait;
    margin: auto; }
  .no-print {
    display: none !important; }

  #print-banner {
    display: block !important;
    width: 100%;
    height: auto;
    margin-bottom: 32px; }

  .print-area, #breadcrumbs-catalog, .product-cta, #navigation-pane, footer, header, .quickclipbutton, #intro-banner {
    display: none !important; }

  iframe {
    display: none; }

  #main-content {
    width: 100%;
    display: block;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
    #main-content .colHolder {
      margin: 0; }
    #main-content #category-grid .category-description {
      border: 1px solid #C4BBB7; }
      #main-content #category-grid .category-description p {
        display: block;
        margin: 0 auto;
        text-align: center;
        color: #4f4f4f;
        font-size: 13px; }
    #main-content .content-header {
      width: 100%;
      margin: 0 0 32px 0;
      float: left; }
      #main-content .content-header .title {
        font-family: Open Sans, Helvetica, sans-serif;
        color: #8bc045;
        float: left;
        margin: 0; }
        #main-content .content-header .title em {
          font-style: normal;
          font-weight: bold;
          color: #4f7e4c;
          text-transform: uppercase; }
    #main-content #productfiche-top {
      width: 100%;
      margin: 0;
      overflow: visible; }
      #main-content #productfiche-top .caption {
        -moz-border-top-right-radius: 5px;
        -ms-border-top-right-radius: 5px;
        -o-border-top-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        position: absolute;
        top: 0px;
        right: 0px;
        -webkit-print-color-adjust: exact;
        box-shadow: inset 0 0 0 1000px #8bc045;
        color: #ffffff;
        padding: 5px 20px;
        margin: 0;
        text-align: center;
        text-transform: uppercase;
        z-index: 9999; }

  .column-1 {
    width: 100%;
    display: block;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }

  .column-2 {
    width: 100%;
    display: block;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }

  .pricebox {
    padding: 0px !important; }
    .pricebox .prices-content {
      padding: 30px 10px !important; }
    .pricebox .caption {
      -moz-border-top-right-radius: 5px;
      -ms-border-top-right-radius: 5px;
      -o-border-top-right-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      border-top-right-radius: 5px;
      position: absolute;
      top: 0px;
      right: 0px;
      -webkit-print-color-adjust: exact;
      box-shadow: inset 0 0 0 1000px #8bc045;
      color: #ffffff;
      padding: 5px 20px;
      margin: 0;
      text-align: center;
      text-transform: uppercase;
      page-break-inside: avoid; }

  .pricebox, .profile, .productbox, .productbox-grid {
    border: 1px solid #C4BBB7 !important; }

  .fullwidth .caption {
    -moz-border-top-right-radius: 5px;
    -ms-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-print-color-adjust: exact;
    box-shadow: inset 0 0 0 1000px #8bc045;
    color: #ffffff;
    padding: 5px 20px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    page-break-inside: avoid;
    z-index: 9999; }

  .profile {
    position: relative;
    page-break-inside: avoid;
    box-sizing: border-box;
    margin: 20px 0px !important;
    padding: 10px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    .profile .body {
      width: auto;
      padding: 20px 30px;
      box-sizing: border-box; }
      .profile .body .price {
        border: 0px !important;
        padding: 0;
        margin: 0 !important; }
        .profile .body .price:before {
          display: none; }
    .profile .caption {
      position: absolute;
      display: block;
      -webkit-print-color-adjust: exact;
      box-shadow: inset 0 0 0 1000px #8bc045;
      color: #ffffff;
      padding: 5px 20px;
      margin: 0;
      text-align: center; }
    .profile .title-profile {
      font-size: 23px;
      font-weight: bold;
      font-family: Open Sans, Helvetica, sans-serif;
      color: #8bc045;
      text-align: left;
      text-transform: uppercase;
      clear: both; }
    .profile em {
      color: #849E82;
      text-transform: uppercase;
      font-style: normal; }

  .productbox {
    padding-bottom: 0; }

  .productbox-grid {
    padding-bottom: 30px; }

  #product-description {
    border: 0px; }
    #product-description h3 {
      margin: 20px auto; }

  .tables {
    border: 0px; }

  .advantages {
    display: block;
    position: relative;
    page-break-inside: avoid;
    box-sizing: border-box;
    margin-top: 32px;
    overflow: visible !important;
    list-style-position: outside;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    .advantages .body {
      padding: 15px 30px; }
    .advantages .caption {
      -moz-border-top-right-radius: 5px;
      -ms-border-top-right-radius: 5px;
      -o-border-top-right-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      border-top-right-radius: 5px;
      position: absolute;
      top: 0px;
      right: 0px;
      -webkit-print-color-adjust: exact;
      box-shadow: inset 0 0 0 1000px #8bc045;
      color: #ffffff;
      padding: 5px 20px;
      margin: 0;
      text-align: center;
      text-transform: uppercase;
      page-break-inside: avoid; }

  .prices-content {
    width: 100%;
    margin: 0% 0%;
    font-size: 12px;
    page-break-inside: avoid; }

  .table-style-1 {
    width: auto;
    display: inline-block;
    text-align: center;
    border-spacing: 0;
    margin-bottom: 32px; }
    .table-style-1 th {
      border-bottom: 2px solid #91BB8E !important;
      text-transform: uppercase;
      font-size: 10px; }
    .table-style-1 tr, .table-style-1 td {
      border-bottom: 1px solid #ededed !important; }
    .table-style-1 td, .table-style-1 th {
      padding-right: 15px;
      text-align: left; }

  .item {
    width: 100%;
    margin: 10px 0%;
    clear: both;
    padding: 0;
    position: relative;
    overflow: auto;
    /* page-break-inside: avoid; */
    box-sizing: border-box; }
    .item a {
      width: 100%; }
    .item .prices-content {
      padding: 50px;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box; }
      .item .prices-content p {
        font-size: 0.8em; }
    .item .cover-100 {
      width: 100%;
      height: 200px;
      position: relative;
      background-size: cover;
      background-position: center center; }
      .item .cover-100 img {
        width: 100%;
        height: auto; }
    .item .content-50 {
      position: relative;
      width: 50%;
      padding: 0 0 0 0;
      float: left;
      color: #1c1c1c;
      margin: 0;
      float: left; }
      .item .content-50 .body {
        margin: 0; }
    .item .gallery-100 {
      width: 100%;
      position: relative;
      float: left;
      clear: both; }
      .item .gallery-100 .cover {
        width: 100%;
        margin: 0;
        margin-bottom: 25px;
        overflow: auto; }
        .item .gallery-100 .cover img {
          max-width: 100%;
          width: 100%;
          height: auto;
          float: left;
          box-sizing: border-box;
          padding: 0;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px; }
    .item .gallery-50 {
      width: 50%;
      position: relative;
      float: right;
      clear: both; }
      .item .gallery-50 .cover {
        width: 100%;
        margin: 0;
        margin-bottom: 25px;
        overflow: auto; }
        .item .gallery-50 .cover img {
          max-width: 100%;
          width: 100%;
          height: auto;
          float: left;
          box-sizing: border-box;
          padding: 0;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          -webkit-border-radius: 5px;
          border-radius: 5px; }
    .item .category {
      margin: 0 0 2px 0;
      color: #849E82;
      font-size: 1.1em;
      text-transform: uppercase;
      font-weight: bold; }
      .item .category .expand-quality {
        display: none; }
    .item .quality-description {
      display: none; }
    .item .price {
      color: #1c1c1c;
      width: auto;
      float: left;
      position: relative; }
    .item .result {
      font-size: 1em;
      text-transform: none;
      margin: 0 0 10px 0; }
      .item .result ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .item .result ul .block {
          display: inline-block;
          text-transform: uppercase;
          font-weight: bold;
          font-size: 1em; }
    .item .subtitle-1 {
      width: 100%;
      margin: 0 auto;
      font-family: Open Sans, Helvetica, sans-serif;
      color: #c6d6c5;
      text-align: left;
      text-transform: lowercase;
      font-weight: bold;
      font-style: italic;
      overflow: auto; }
    .item .title-2 {
      width: 100%;
      margin: 0 auto;
      font-family: Open Sans, Helvetica, sans-serif;
      color: #8bc045;
      text-align: left;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 2em;
      overflow: auto; }
      .item .title-2 em {
        color: #91BB8E;
        font-style: normal; }
    .item .single-product-body a {
      color: #8bc045 !important;
      font-style: italic; }
    .item .body {
      width: 100%;
      margin: 5px auto;
      line-height: 19px;
      font-family: Open Sans, Helvetica, sans-serif;
      color: #1c1c1c;
      font-size: 0.8em; }
      .item .body a {
        color: #1c1c1c;
        text-decoration: none; }
      .item .body .content {
        margin: 20px 0 0 0; }
    .item .columns-3 {
      width: 99%;
      margin: 0.5%;
      overflow: hidden; }
      .item .columns-3 .column {
        width: 33.33%;
        display: inline-block;
        float: right; }
        .item .columns-3 .column img {
          width: 100%; }
      .item .columns-3 .figure {
        margin-top: 100px; }

  .accordion-row {
    padding: 10px;
    border: 1px solid #8bc045;
    page-break-inside: avoid;
    display: block;
    box-sizing: border-box; }
    .accordion-row h4 {
      display: block;
      width: auto;
      clear: both;
      page-break-inside: avoid; }

  .col-6 {
    display: block;
    float: none;
    width: 100%;
    page-break-inside: avoid; }

  .slick-slider img {
    display: none; }
    .slick-slider img:first-of-type {
      display: block;
      width: 100%; }

  .dots-holder {
    display: none; } }
@font-face {
  font-family: Open Sans;
  src: url(../sass/typography/OpenSans-Regular.ttf);
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: Open Sans;
  src: url(../sass/typography/OpenSans-Bold.ttf);
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: Open Sans;
  src: url(../sass/typography/OpenSans-Italic.ttf);
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: Open Sans;
  src: url(../sass/typography/OpenSans-BoldItalic.ttf);
  font-weight: bold;
  font-style: italic; }
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.mt-0 {
  margin-top: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*# sourceMappingURL=main.css.map */
