@charset "UTF-8";
/*
Theme Name: Base
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
@import url("https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap");
.tagcloud, .slick-dots, .section-events ul, .section-news-article .text-holder ul, .breadcrumbs, .nav-drop ul, #footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after, dl:after, .widget:after, .search-form:after,
.post-password-form:after, .search-form p:after,
.post-password-form p:after, #nav:after, .container:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

.df-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 320px) {
  .df-row.df-rr-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 320px) {
  .df-row.df-aic-xs {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 480px) {
  .df-row.df-rr-ph {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 480px) {
  .df-row.df-aic-ph {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1024px) {
  .df-row.df-rr-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 1024px) {
  .df-row.df-aic-sm {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1300px) {
  .df-row.df-rr-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 1300px) {
  .df-row.df-aic-md {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1480px) {
  .df-row.df-rr-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 1480px) {
  .df-row.df-aic-lg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 1);
            flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 2);
            flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 3);
            flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 4);
            flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-5 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 5);
            flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 6);
            flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-7 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 7);
            flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-8 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 8);
            flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-9 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 9);
            flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-10 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 10);
            flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-11 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 11);
            flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 320px) {
  .df-row .col-xs-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 12);
            flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 320px) {
  .df-row .col-offset-xs-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 1);
            flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 2);
            flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 3);
            flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 4);
            flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-5 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 5);
            flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 6);
            flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-7 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 7);
            flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-8 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 8);
            flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-9 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 9);
            flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-10 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 10);
            flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-11 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 11);
            flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 480px) {
  .df-row .col-ph-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 12);
            flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 480px) {
  .df-row .col-offset-ph-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1024px) {
  .df-row .col-sm-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 1);
            flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 1024px) {
  .df-row .col-sm-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 2);
            flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 1024px) {
  .df-row .col-sm-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 3);
            flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 1024px) {
  .df-row .col-sm-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 4);
            flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 1024px) {
  .df-row .col-sm-5 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 5);
            flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 1024px) {
  .df-row .col-sm-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 6);
            flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1024px) {
  .df-row .col-sm-7 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 7);
            flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 1024px) {
  .df-row .col-sm-8 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 8);
            flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 1024px) {
  .df-row .col-sm-9 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 9);
            flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 1024px) {
  .df-row .col-sm-10 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 10);
            flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1024px) {
  .df-row .col-sm-11 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 11);
            flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 1024px) {
  .df-row .col-sm-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 12);
            flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-sm-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-sm-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-sm-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-sm-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-sm-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-sm-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-sm-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-sm-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-sm-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-sm-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-sm-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 1024px) {
  .df-row .col-offset-sm-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1300px) {
  .df-row .col-md-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 1);
            flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 1300px) {
  .df-row .col-md-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 2);
            flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 1300px) {
  .df-row .col-md-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 3);
            flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 1300px) {
  .df-row .col-md-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 4);
            flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 1300px) {
  .df-row .col-md-5 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 5);
            flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 1300px) {
  .df-row .col-md-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 6);
            flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1300px) {
  .df-row .col-md-7 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 7);
            flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 1300px) {
  .df-row .col-md-8 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 8);
            flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 1300px) {
  .df-row .col-md-9 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 9);
            flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 1300px) {
  .df-row .col-md-10 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 10);
            flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1300px) {
  .df-row .col-md-11 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 11);
            flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 1300px) {
  .df-row .col-md-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 12);
            flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 1300px) {
  .df-row .col-offset-md-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 1300px) {
  .df-row .col-offset-md-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 1300px) {
  .df-row .col-offset-md-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 1300px) {
  .df-row .col-offset-md-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1300px) {
  .df-row .col-offset-md-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 1300px) {
  .df-row .col-offset-md-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 1300px) {
  .df-row .col-offset-md-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 1300px) {
  .df-row .col-offset-md-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 1300px) {
  .df-row .col-offset-md-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 1300px) {
  .df-row .col-offset-md-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 1300px) {
  .df-row .col-offset-md-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 1300px) {
  .df-row .col-offset-md-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1480px) {
  .df-row .col-lg-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 1);
            flex: 1 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
}

@media (min-width: 1480px) {
  .df-row .col-lg-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 2);
            flex: 1 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
}

@media (min-width: 1480px) {
  .df-row .col-lg-3 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 3);
            flex: 1 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
}

@media (min-width: 1480px) {
  .df-row .col-lg-4 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 4);
            flex: 1 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
}

@media (min-width: 1480px) {
  .df-row .col-lg-5 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 5);
            flex: 1 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
}

@media (min-width: 1480px) {
  .df-row .col-lg-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 6);
            flex: 1 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1480px) {
  .df-row .col-lg-7 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 7);
            flex: 1 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
}

@media (min-width: 1480px) {
  .df-row .col-lg-8 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 8);
            flex: 1 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
}

@media (min-width: 1480px) {
  .df-row .col-lg-9 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 9);
            flex: 1 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
}

@media (min-width: 1480px) {
  .df-row .col-lg-10 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 10);
            flex: 1 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
}

@media (min-width: 1480px) {
  .df-row .col-lg-11 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 11);
            flex: 1 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
}

@media (min-width: 1480px) {
  .df-row .col-lg-12 {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(100% / 12 * 12);
            flex: 1 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}

@media (min-width: 1480px) {
  .df-row .col-offset-lg-0 {
    margin-left: calc(100% / 12 * 0);
  }
}

@media (min-width: 1480px) {
  .df-row .col-offset-lg-1 {
    margin-left: calc(100% / 12 * 1);
  }
}

@media (min-width: 1480px) {
  .df-row .col-offset-lg-2 {
    margin-left: calc(100% / 12 * 2);
  }
}

@media (min-width: 1480px) {
  .df-row .col-offset-lg-3 {
    margin-left: calc(100% / 12 * 3);
  }
}

@media (min-width: 1480px) {
  .df-row .col-offset-lg-4 {
    margin-left: calc(100% / 12 * 4);
  }
}

@media (min-width: 1480px) {
  .df-row .col-offset-lg-5 {
    margin-left: calc(100% / 12 * 5);
  }
}

@media (min-width: 1480px) {
  .df-row .col-offset-lg-6 {
    margin-left: calc(100% / 12 * 6);
  }
}

@media (min-width: 1480px) {
  .df-row .col-offset-lg-7 {
    margin-left: calc(100% / 12 * 7);
  }
}

@media (min-width: 1480px) {
  .df-row .col-offset-lg-8 {
    margin-left: calc(100% / 12 * 8);
  }
}

@media (min-width: 1480px) {
  .df-row .col-offset-lg-9 {
    margin-left: calc(100% / 12 * 9);
  }
}

@media (min-width: 1480px) {
  .df-row .col-offset-lg-10 {
    margin-left: calc(100% / 12 * 10);
  }
}

@media (min-width: 1480px) {
  .df-row .col-offset-lg-11 {
    margin-left: calc(100% / 12 * 11);
  }
}

@media (min-width: 1024px) {
  .df-row {
    margin: 0 -30px;
  }
}

[class^="col"] {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  max-width: 100%;
}

@media (min-width: 1024px) {
  [class^="col"] {
    padding: 0 30px;
  }
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  color: #1f1f1f;
  background: #fff;
  font: 16px/1.2 "NunitoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

@media (min-width: 1024px) {
  body {
    font-size: 18px;
    line-height: 1.2;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

@media (max-width: 1299px) {
  iframe {
    width: 100%;
  }
}

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 20px;
}

blockquote {
  border-left: 4px solid #919191;
  padding-left: 10px;
  margin-left: 0;
}

table {
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #919191;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul,
ol {
  padding-left: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 20px;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}

dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
  overflow: auto;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 18px;
  font-family: "NunitoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #1f1f1f;
  border-radius: 0;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
input[type='url']:focus,
textarea:focus {
  outline: none;
  border-color: #1f1f1f;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #919191;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='url']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #919191;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='url']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #919191;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #919191;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
input[type='url'].placeholder,
textarea.placeholder {
  color: #919191;
}

input[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  resize: none;
  vertical-align: top;
  overflow: hidden;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  height: 40px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 18px;
  color: #1f1f1f;
  outline: none;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
  background: #919191;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='file']:hover,
input[type='submit']:hover {
  background: #1f1f1f;
  color: #fff;
}

.nav-links,
.navigation,
.navigation-comments, .navigation-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev, .navigation-single .next a,
.navigation-single .prev a {
  background: #919191;
  color: #1f1f1f;
  border: 1px solid transparent;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 18px;
}

.nav-links .next:hover,
.nav-links .prev:hover,
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover, .navigation-single .next a:hover,
.navigation-single .prev a:hover {
  background: #1f1f1f;
  color: #fff;
}

@media (min-width: 1024px) {
  .content-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1024px) {
  #content {
    width: 70%;
  }
}

#content:only-child {
  width: 100%;
}

@media (min-width: 1024px) {
  #sidebar {
    width: 30%;
    padding-left: 30px;
  }
}

.widget {
  margin-bottom: 20px;
}

.widget select {
  min-width: 150px;
  width: 100%;
}

.search-form,
.post-password-form {
  margin-bottom: 10px;
}

.search-form label,
.post-password-form label {
  display: block;
}

.search-form input,
.post-password-form input {
  float: left;
  margin-right: 5px;
}

@media (min-width: 1024px) {
  #sidebar .search-form input, #sidebar
  .post-password-form input {
    width: 100%;
    margin: 0 0 5px;
  }
}

.search-form input[type='submit'],
.post-password-form input[type='submit'] {
  margin: 0;
}

.nav-links,
.navigation,
.navigation-comments {
  position: relative;
}

.nav-links .screen-reader-text,
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.nav-links .page-numbers,
.navigation .page-numbers,
.navigation-comments .page-numbers {
  margin: 0 3px;
}

.nav-links .page-numbers:first-child,
.navigation .page-numbers:first-child,
.navigation-comments .page-numbers:first-child {
  margin-left: 0;
}

.nav-links .page-numbers:last-child,
.navigation .page-numbers:last-child,
.navigation-comments .page-numbers:last-child {
  margin-right: 0;
}

.nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  max-width: 49%;
}

@media (max-width: 1023px) {
  .nav-links .next,
  .nav-links .prev,
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    font-size: 0;
  }
  .nav-links .next:after,
  .nav-links .prev:after,
  .navigation .next:after,
  .navigation .prev:after,
  .navigation-comments .next:after,
  .navigation-comments .prev:after {
    content: '»';
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .nav-links .prev:after,
  .navigation .prev:after,
  .navigation-comments .prev:after {
    content: '«';
  }
}

.navigation-single {
  width: 100%;
}

.navigation-single .next,
.navigation-single .prev {
  max-width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigation-single .next a,
.navigation-single .prev a {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  display: block;
}

@media (max-width: 1023px) {
  .navigation-single .next a,
  .navigation-single .prev a {
    font-size: 0;
  }
  .navigation-single .next a:after,
  .navigation-single .prev a:after {
    content: '»';
    font-size: 14px;
  }
}

@media (max-width: 1023px) {
  .navigation-single .prev a:after {
    content: '«';
  }
}

.navigation-single {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.navigation-single .next,
.navigation-single .prev {
  padding: 0;
  margin: 0;
  max-width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
}

.navigation-single .next a,
.navigation-single .prev a {
  padding: 10px 20px;
  border: 1px solid transparent;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form input,
.comment-form textarea {
  margin: 0 4px 0 0;
  width: 100%;
}

@media (min-width: 1024px) {
  .comment-form input,
  .comment-form textarea {
    max-width: 300px;
  }
}

.comment-form input[type='submit'],
.comment-form textarea[type='submit'] {
  display: block;
  width: auto;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.commentlist {
  margin: 0 0 1.2em;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

@media (min-width: 1024px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 20px;
}

.widget_calendar th,
.widget_calendar td {
  text-align: center;
}

.widget_calendar #prev {
  text-align: left;
}

.widget_calendar #next {
  text-align: right;
}

#wp-calendar {
  width: 100%;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid transparent;
  padding: 4px;
  margin-bottom: 20px;
  text-align: center;
}

.wp-caption img {
  margin-bottom: 4px;
}

.wp-caption p {
  margin: 0;
}

.aligncenter {
  margin: 0 auto 20px;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 20px;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.gallery .gallery-item {
  margin: 0;
  padding: 0 10px 10px;
}

.gallery .gallery-item dt {
  float: none;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
  width: 33.33%;
}

.tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.comment-list .comment-body {
  margin-bottom: 20px;
}

.comment-author img {
  margin-right: 10px;
}

h1,
.h1 {
  font-size: 20px;
}

h2,
.h2 {
  font-size: 16px;
}

h3,
.h3 {
  font-size: 15px;
}

h4,
.h4 {
  font-size: 14px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 14px;
}

@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}

@media (min-width: 1300px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}

@media (min-width: 1480px) {
  h1,
  .h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 16px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "NunitoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #1f1f1f;
  font-weight: bold;
  margin: 0 0 10px;
}

@media (min-width: 1024px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h {
    margin-bottom: 20px;
  }
}

p {
  margin: 0 0 20px;
}

a {
  color: #5b759e;
  text-decoration: none;
}

a:hover {
  color: #1f1f1f;
  text-decoration: none;
}

a[href*="mailto:"] {
  word-wrap: break-word;
}

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?te0qho");
  src: url("/fonts/icomoon.eot?te0qho#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?te0qho") format("truetype"), url("/fonts/icomoon.woff?te0qho") format("woff"), url("/fonts/icomoon.svg?te0qho#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-right01:before {
  content: "\e907";
}

.icon-youtube2:before {
  content: "\e906";
}

.icon-youtube:before {
  content: "\e902";
}

.icon-instagramm:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-left:before {
  content: "\e900";
}

.icon-right:before {
  content: "\e901";
}

.icon-twitter:before {
  content: "\e905";
}

.btn {
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  border: 1px solid transparent;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
}

.btn.btn-default {
  background: #919191;
  color: #1f1f1f;
  border-color: #1f1f1f;
}

.btn.btn-default:hover {
  background: #1f1f1f;
  color: #fff;
}

.btn.btn-primary {
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  background: #eebe06;
  font-weight: bold;
  font-size: 14px;
  border-radius: 50px;
  color: #fff;
  padding: 13px 40px;
  height: auto;
  width: auto;
  text-align: center;
  cursor: pointer;
}

.btn.btn-primary:hover {
  background: #00622c;
}

.btn.btn-secondary {
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  background: #00622c;
  font-weight: 900;
  font-size: 14px;
  border-radius: 50px;
  color: #fff;
  padding: 13px 40px;
  height: auto;
}

.btn.btn-secondary:hover {
  background: #eebe06;
}

.btn.btn-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn.btn-arrow:after {
  content: "\e907";
  font-family: 'icomoon' !important;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 800;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-group > .btn + .btn {
  border-left: 0;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.btn-wrap .btn {
  margin: 0 0 10px;
}

.btn-wrap .btn + .btn {
  margin-left: 20px;
}

.section-banner {
  text-align: center;
  color: #fff;
  position: relative;
}

.section-banner h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.01em;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
}

@media (min-width: 480px) {
  .section-banner h1 {
    font-size: 40px;
  }
}

@media (min-width: 1024px) {
  .section-banner h1 {
    font-size: 45px;
  }
}

.section-banner.small-banner {
  background-size: cover;
  background-position: center;
}

.section-banner.small-banner h1 {
  position: relative;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
}

@media (min-width: 480px) {
  .section-banner.small-banner h1 {
    font-size: 35px;
  }
}

@media (min-width: 1024px) {
  .section-banner.small-banner h1 {
    font-size: 45px;
  }
}

.section-banner.small-banner .content-block {
  position: relative;
}

.section-banner.small-banner .text-holder {
  margin: 0 auto;
  position: relative;
  height: 210px;
}

@media (min-width: 1300px) {
  .section-banner.small-banner .text-holder {
    max-width: 950px;
  }
}

@media (min-width: 1024px) {
  .section-banner .text-holder {
    max-width: 880px;
  }
}

.section-banner .text {
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 1023px) {
  .section-banner .text {
    display: none;
  }
}

.section-banner .btn-primary {
  padding: 20px 23px;
  margin-bottom: 10px;
  min-width: 228px;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .section-banner .btn-primary {
    margin-right: 15px;
  }
}

@media (min-width: 1300px) {
  .section-banner .btn-primary {
    margin-bottom: 0;
  }
}

@media (min-width: 1480px) {
  .section-banner .btn-primary {
    padding: 20px 23px;
    min-width: 240px;
    margin-right: 6px;
  }
}

.section-banner .btn-primary:last-child {
  margin-bottom: 0;
  margin-right: 0px;
}

.slider-banner.main-banner h1 {
  font-size: 40px;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .slider-banner.main-banner h1 {
    font-size: 50px;
  }
}

@media (min-width: 1300px) {
  .slider-banner.main-banner h1 {
    font-size: 55px;
  }
}

.slider-banner.main-banner .slide-holder {
  min-height: 770px;
  padding-top: 88px;
}

@media (min-width: 1024px) {
  .slider-banner.main-banner .slide-holder {
    padding-top: 74px;
  }
}

@media (min-width: 1480px) {
  .slider-banner.main-banner .slide-holder {
    padding-top: 109px;
    min-height: 765px;
  }
}

@media (min-width: 1024px) {
  .slider-banner.main-banner .text-holder {
    max-width: 930px;
  }
}

.slider-banner .slide-holder {
  min-height: 395px;
  padding-top: 117px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}

@media (min-width: 1024px) {
  .slider-banner .slide-holder {
    min-height: 397px;
    padding-top: 157px;
  }
}

.slider-banner .text-holder {
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .slider-banner .text-holder {
    max-width: 780px;
    margin-bottom: 40px;
  }
}

@media (max-width: 1023px) {
  .slider-banner .btn-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.slider-banner.nurseries-banner .img-holder {
  max-width: 250px;
  margin: 36px auto 27px;
}

@media (min-width: 1024px) {
  .slider-banner.nurseries-banner .img-holder {
    margin-top: 0;
    max-width: 300px;
  }
}

.slider-banner.nurseries-banner .slide-holder {
  min-height: 815px;
}

@media (min-width: 1024px) {
  .slider-banner.nurseries-banner .slide-holder {
    padding-top: 142px;
    min-height: 746px;
  }
}

@media (min-width: 1480px) {
  .slider-banner.nurseries-banner .slide-holder {
    min-height: 766px;
  }
}

@media (min-width: 1024px) {
  .slider-banner.nurseries-banner .text {
    line-height: 1.6;
  }
}

.slider-banner.nurseries-banner .text-holder {
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .slider-banner.nurseries-banner .text-holder {
    margin-bottom: 36px;
  }
}

.slider-banner.nurseries-banner .btn-primary {
  padding: 20px 23px;
  margin-bottom: 10px;
}

@media (min-width: 1300px) {
  .slider-banner.nurseries-banner .btn-primary {
    margin-bottom: 0;
  }
}

.slider-banner.nurseries-banner .btn-primary:last-child {
  margin-bottom: 0;
  margin-right: 0px;
}

@media (min-width: 1024px) {
  .slider-banner.nurseries-banner ~ .slick-custom-paging {
    bottom: 4px;
  }
}

@media (min-width: 1480px) {
  .slider-banner.nurseries-banner ~ .slick-custom-paging {
    bottom: 24px;
  }
}

.small-banner-img {
  margin: 0 auto 52px;
  max-width: 246px;
}

@media (min-width: 1024px) {
  .small-banner-img {
    margin-bottom: 24px;
    max-width: 320px;
  }
}

@media (min-width: 1480px) {
  .small-banner-img {
    margin-bottom: 20px;
  }
}

.slick-custom-paging {
  position: absolute;
  bottom: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slick-dots {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 45px;
}

.slick-dots button {
  font-size: 0px;
  color: transparent;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: block;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.slick-dots button:hover {
  background-color: white;
}

.slick-dots li {
  margin-right: 22px;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li.slick-active button {
  background-color: #eebe06;
}

.slick-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.slick-arrow {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  padding: 0;
  font-size: 35px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
}

.slick-arrow:hover {
  color: #fff;
  background-color: transparent;
}

.border-line {
  border-bottom: 10px solid #eebe06;
}

.section-cards {
  padding: 20px 0;
}

@media (min-width: 1024px) {
  .section-cards {
    padding: 40px 0;
  }
}

.section-cards .card-img {
  text-align: center;
  margin-bottom: 10px;
}

.section-cards .card-title {
  margin-bottom: 10px;
}

.section-cards .btn-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.media-content .placeholder {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 605px;
}

.video-slider .df-row, .section-video .df-row {
  margin: 0;
}

@media (max-width: 1299px) {
  .video-slider .df-row.df-col-reverse, .section-video .df-row.df-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.video-slider [class^='col-'], .section-video [class^='col-'] {
  padding: 0;
}

.video-slider .text, .section-video .text {
  margin-bottom: 45px;
}

.video-slider .block-wrapper, .section-video .block-wrapper {
  padding: 0 30px;
}

@media (min-width: 1024px) {
  .video-slider .block-wrapper, .section-video .block-wrapper {
    padding: 0 40px;
  }
}

@media (min-width: 1300px) {
  .video-slider .block-wrapper, .section-video .block-wrapper {
    padding-left: 100px;
  }
}

@media (min-width: 1960px) {
  .video-slider .block-wrapper, .section-video .block-wrapper {
    padding-left: 260px;
  }
}

.video-slider .text-holder, .section-video .text-holder {
  position: relative;
  font-weight: 500;
  font-size: 17px;
  color: #777777;
  padding: 96px 28px 91px 0;
}

@media (min-width: 1024px) {
  .video-slider .text-holder, .section-video .text-holder {
    padding: 116px 40px 113px 0;
  }
}

@media (min-width: 1960px) {
  .video-slider .text-holder, .section-video .text-holder {
    padding: 119px 187px 113px 0;
  }
}

.video-slider .text-holder h3, .section-video .text-holder h3 {
  color: #c6c6c6;
  font-weight: 900;
  font-size: 17px;
  line-height: 1.6;
  text-transform: uppercase;
}

.video-slider .text-holder h2, .section-video .text-holder h2 {
  font-size: 40px;
  color: #303030;
  line-height: 1.25;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: -0.02px;
}

.video-slider .text-holder .btn-primary, .section-video .text-holder .btn-primary {
  padding: 14px 45px;
  font-size: 16px;
}

.video-slider .buttons-stacked .btn-wrap, .section-video .buttons-stacked .btn-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.video-slider .buttons-stacked .btn-wrap .btn, .section-video .buttons-stacked .btn-wrap .btn {
  margin-left: 0;
}

.video-slider {
  padding-bottom: 120px;
}

@media (min-width: 1300px) {
  .video-slider .text-holder {
    padding: 119px 20px 80px 0;
  }
}

@media (min-width: 1960px) {
  .video-slider .text-holder {
    padding: 119px 125px 80px 0;
  }
}

.video-slider .video-carousel .slide-item {
  height: 100%;
}

.video-slider .video-carousel .slide-bg {
  height: 495px;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media (min-width: 1024px) {
  .video-slider .video-carousel .slide-bg {
    height: 525px;
  }
}

@media (min-width: 1300px) {
  .video-slider .media-holder {
    margin-left: 30px;
  }
}

.video-slider .video-description {
  padding: 45px 30px;
  font-size: 22px;
}

@media (min-width: 1024px) {
  .video-slider .video-description {
    max-width: 60%;
    padding: 45px 40px;
  }
}

@media (min-width: 1300px) {
  .video-slider .video-description {
    padding: 40px 0 0 140px;
    max-width: 95%;
  }
}

@media (min-width: 1480px) {
  .video-slider .video-description {
    max-width: 80%;
  }
}

@media (min-width: 1960px) {
  .video-slider .video-description {
    max-width: 60%;
  }
}

.video-slider .video-description span {
  display: block;
  font-weight: 800;
  color: #303030;
}

.video-slider .video-description .bold-text {
  font-size: 18px;
  color: #eebe06;
  font-weight: 700;
  margin-bottom: 12px;
}

.section-video [class^='col-'] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-video .media-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.section-video .text-holder {
  position: relative;
  padding: 96px 28px 91px 28px;
}

@media (min-width: 1024px) {
  .section-video .text-holder {
    padding: 116px 40px 113px 40px;
  }
}

@media (min-width: 1600px) {
  .section-video .text-holder {
    padding: 119px 187px 113px 250px;
  }
}

.section-video .media-holder {
  height: 100%;
  min-height: 310px;
}

@media (min-width: 1024px) {
  .section-video .media-holder {
    min-height: 590px;
  }
}

.media-holder {
  position: relative;
}

.media-holder .slide-item {
  position: relative;
  height: 495px;
  background-size: cover;
}

@media (min-width: 1300px) {
  .media-holder .slide-item {
    height: 525px;
    background-position: center;
  }
}

.pagination-slider {
  z-index: 10;
  margin-bottom: 30px;
}

@media (min-width: 1300px) {
  .pagination-slider {
    margin-right: -110px;
    margin-bottom: 0;
  }
}

.pagination-slider .slick-list {
  overflow: hidden;
}

.pagination-slider .slick-slide {
  padding: 0 7px;
}

.pagination-slider .slick-current .slide-item {
  border-color: #eebe06;
}

.pagination-slider .slide-item {
  cursor: pointer;
  position: relative;
  height: 135px;
  width: 245px;
  background-size: cover;
  background-position: center;
  border-bottom: 10px solid transparent;
}

.pagination-slider .slide-item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.pagination-slider .play-btn {
  width: 70px;
  height: 70px;
}

.row-revers .df-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.row-revers .text-holder {
  padding-left: 0;
}

.row-revers .media-holder {
  margin-right: 0;
  margin-left: -50px;
}

.text-holder p {
  line-height: 1.588;
}

.play-btn {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  width: 90px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 90px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(0, 98, 44, 0.3);
}

.play-btn:hover {
  background: #fff;
}

.play-btn:hover:before {
  border-left-color: #eebe06;
}

.play-btn:before {
  content: '';
  position: absolute;
  border: 7px solid transparent;
  border-left: 13px solid #fff;
  top: 50%;
  left: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-events [class^='col-'] {
  padding: 0;
}

.section-events .df-row {
  margin: 0;
}

.section-events ul time {
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #c9e1d3;
  font-weight: 700;
  font-size: 15px;
}

.section-events ul li {
  margin-bottom: 14px;
}

@media (min-width: 1300px) {
  .section-events ul li {
    margin-bottom: 30px;
  }
}

.section-events ul .link-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-events ul a {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #ffffff;
  border-bottom: 1px solid transparent;
  padding-right: 0;
}

@media (min-width: 1300px) {
  .section-events ul a {
    font-size: 18px;
  }
}

@media (min-width: 1480px) {
  .section-events ul a {
    font-size: 20px;
  }
}

.section-events ul a:hover {
  border-bottom: 1px solid #eebe06;
}

.section-events .media-holder {
  min-height: 590px;
  height: 100%;
}

.section-events .text-holder {
  position: relative;
  color: #fff;
  padding: 96px 60px 91px 28px;
}

@media (min-width: 1024px) {
  .section-events .text-holder {
    padding: 116px 40px 113px 40px;
  }
}

@media (min-width: 1480px) {
  .section-events .text-holder {
    padding: 119px 150px 113px 48px;
  }
}

.section-events h2 {
  color: #fff;
  font-family: "Merriweather-Heavy", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 40px;
  letter-spacing: -0.03em;
}

@media (min-width: 1300px) {
  .section-events h2 {
    font-size: 40px;
  }
}

.lists-content > .link-holder {
  margin-bottom: 25px;
}

.lists-content ul .link-arrow {
  position: relative;
}

.lists-content ul .link-arrow:hover:before {
  width: 33px;
  background: #eebe06;
}

.lists-content ul .link-arrow:hover::after {
  border-color: #eebe06;
}

.lists-content ul .link-arrow::after {
  -webkit-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
  content: '';
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  position: absolute;
  padding: 4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: -47px;
  top: 11px;
}

.lists-content ul .link-arrow::before {
  -webkit-transition: width 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, background 0.3s ease-in-out;
  content: '';
  top: 15px;
  position: absolute;
  background: #fff;
  right: -47px;
  width: 23px;
  height: 2px;
}

.section-announce {
  background: #f7f7f7;
  padding: 120px 30px;
}

@media (min-width: 1024px) {
  .section-announce {
    padding: 120px 40px;
  }
}

@media (min-width: 1300px) {
  .section-announce {
    padding: 120px 0;
  }
}

.section-announce .text-holder {
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  color: #303030;
  font-weight: 600;
  line-height: 1.7;
}

@media (min-width: 1300px) {
  .section-announce .text-holder {
    max-width: 60%;
  }
}

@media (min-width: 1300px) {
  .section-announce .text-holder p {
    margin-bottom: 30px;
  }
}

.section-announce .text-holder strong {
  font-size: 19px;
  font-weight: 700;
}

.product-example {
  margin-bottom: 106px;
}

@media (min-width: 1024px) {
  .product-example {
    margin-bottom: 133px;
  }
}

.product-example .product-wrapper {
  padding-bottom: 20px;
}

.product-example .product-wrapper .breadcrumbs {
  margin-bottom: 42px;
}

.product-example .product-wrapper .breadcrumbs li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-example .product-wrapper .breadcrumbs li:nth-child(n+2):nth-child(-n+4) {
  display: none;
}

@media (min-width: 1024px) {
  .product-example .product-wrapper .breadcrumbs li:nth-child(n+2):nth-child(-n+4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.product-example .container {
  max-width: 1700px;
}

.product-example [class^='col-'] {
  padding: 0;
}

.product-example .df-row {
  margin: 0 -30px;
}

@media (min-width: 1480px) {
  .product-example .product-wrapper {
    padding-top: 70px;
  }
}

@media (min-width: 1480px) {
  .product-example .breadcrumbs {
    margin-bottom: 65px;
  }
}

.product-example .media-content {
  text-align: center;
}

@media (min-width: 1300px) {
  .product-example .media-content {
    padding-right: 20px;
  }
}

@media (min-width: 1960px) {
  .product-example .media-content {
    padding-right: 50px;
  }
}

.product-example .media-content .btn-zoom {
  margin-top: 15px;
  display: inline-block;
}

.product-example .media-content .btn-zoom svg {
  width: auto;
  height: 12px;
  fill: #fff;
}

.product-example .example-slider .slide-item {
  height: 308px;
  background-size: cover;
}

@media (min-width: 1024px) {
  .product-example .example-slider .slide-item {
    height: 445px;
  }
}

.product-example .example-slider-nav {
  margin-left: -50px;
}

@media (min-width: 480px) {
  .product-example .example-slider-nav {
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .product-example .example-slider-nav {
    padding: 0 30px;
  }
}

@media (min-width: 1300px) {
  .product-example .example-slider-nav {
    padding-left: 50px;
    padding: 0;
  }
}

@media (min-width: 1960px) {
  .product-example .example-slider-nav {
    padding-left: 210px;
  }
}

.product-example .example-slider-nav .slick-current .slide-item::after {
  content: '';
  width: 100%;
  height: 5px;
  background: #eebe06;
  position: absolute;
  left: 0;
  bottom: 0;
}

.product-example .example-slider-nav .slide-item {
  background-size: cover;
  background-position: center;
  height: 85px;
  cursor: pointer;
  position: relative;
}

.product-example .example-slider-nav .slide-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-example .example-slider-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 45px;
  padding: 30px 20px;
}

@media (min-width: 480px) {
  .product-example .example-slider-pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0 0;
  }
}

@media (min-width: 1024px) {
  .product-example .example-slider-pagination {
    margin-bottom: 90px;
  }
}

@media (min-width: 1300px) {
  .product-example .example-slider-pagination {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 0;
  }
}

.product-example .example-slider-pagination .slick-arrow {
  color: #c7c7c7;
  padding: 0 20px;
}

@media (min-width: 480px) {
  .product-example .example-slider-pagination .slick-arrow {
    padding: 0;
  }
}

.product-example .example-slider-pagination .slick-arrow:hover {
  color: #eebe06;
}

.product-example .example-slider-pagination .slick-dots {
  display: none !important;
}

@media (min-width: 480px) {
  .product-example .example-slider-pagination .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.product-example .example-slider-pagination .slick-dots button {
  background: #e2e2e2;
}

.product-example .example-slider-pagination .slick-active button {
  background: #eebe06;
}

.product-example .product-description {
  color: #777777;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -0.2px;
  padding: 0 30px;
}

@media (min-width: 1024px) {
  .product-example .product-description {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 1300px) {
  .product-example .product-description {
    padding-right: 100px;
  }
}

@media (min-width: 1960px) {
  .product-example .product-description {
    padding-left: 50px;
    padding-right: 210px;
  }
}

.product-example .product-description p {
  margin: 0;
}

.product-example .product-description h2 {
  color: #303030;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  letter-spacing: -0.2px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .product-example .product-description h2 {
    margin-bottom: 35px;
  }
}

.product-example .product-description .info-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-example .product-description .info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 480px) {
  .product-example .product-description .info-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.product-example .product-description .info-row .name-field {
  width: 150px;
  color: #c6c6c6;
  font-weight: 800;
}

.product-example .product-description .info-row .value-field {
  font-weight: 700;
  color: #00622c;
}

@media (min-width: 480px) {
  .product-example .product-description .info-row .value-field {
    padding-left: 10px;
  }
}

.product-example .product-description span {
  display: block;
}

.product-example .product-description .text-wrapper {
  padding: 30px 0;
  font-weight: 500;
}

.product-example .product-description .additional-info strong {
  font-size: 20px;
  line-height: 1.35;
  color: #303030;
  margin-bottom: 15px;
}

.product-example .product-description .additional-info .text-wrapper {
  padding: 0 0 50px;
  border-bottom: 1px solid #e2e2e2;
}

.product-example .product-description .link-holder {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 480px) {
  .product-example .product-description .link-holder {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.product-example .product-description .link-holder .link-arrow {
  margin-bottom: 20px;
  padding-right: 10px;
}

@media (min-width: 480px) {
  .product-example .product-description .link-holder .link-arrow {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .product-example .product-description .link-holder .link-arrow {
    padding-right: 40px;
  }
}

.product-example .product-description .link-holder .link-arrow:hover {
  color: #fad546;
}

.product-example .product-description .link-holder .link-arrow:after {
  color: inherit;
}

.product-example .product-description .link-holder .btn-primary {
  padding: 13px 38px;
  font-size: 16px;
  margin: 10px;
}

@media (min-width: 1024px) {
  .product-example .product-description .link-holder .btn-primary {
    padding: 13px 40px;
  }
}

.section-news-cards {
  background: #f7f7f7;
  padding-top: 105px;
}

.section-news-cards .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.section-news-cards .section-title h3 {
  width: 100%;
  color: #c6c6c6;
  font-weight: 900;
  font-size: 17px;
  line-height: 1.6;
  width: 100%;
  text-transform: uppercase;
}

.section-news-cards .section-title h2 {
  font-size: 30px;
  font-weight: 800;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  max-width: 100%;
}

@media (min-width: 480px) {
  .section-news-cards .section-title h2 {
    max-width: 55%;
  }
}

.section-news-cards .section-title .cards-custom-paging {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.section-news-cards .slick-arrow {
  color: #c7c7c7;
  padding: 0 20px;
}

@media (min-width: 1024px) {
  .section-news-cards .slick-arrow {
    padding: 0;
  }
}

.section-news-cards .slick-arrow.slick-prev {
  padding-left: 0;
}

@media (min-width: 480px) {
  .section-news-cards .slick-arrow.slick-prev {
    padding: 0 10px;
  }
}

.section-news-cards .slick-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.section-news-cards .cards-custom-paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 1024px) {
  .section-news-cards .cards-custom-paging {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.section-news-cards .slick-dots {
  display: none !important;
}

@media (min-width: 1024px) {
  .section-news-cards .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.section-news-cards .slick-dots button {
  background: #e2e2e2;
}

.section-news-cards .news-carousel {
  margin: 0 -45px;
}

@media (min-width: 1024px) {
  .section-news-cards .news-carousel {
    margin: 0 -15px;
  }
}

.section-news-cards .slide-item {
  padding: 0 15px;
}

.section-news-article {
  padding-bottom: 95px;
}

@media (min-width: 1024px) {
  .section-news-article {
    padding-bottom: 152px;
  }
}

@media (min-width: 1300px) {
  .section-news-article {
    padding-bottom: 148px;
  }
}

@media (min-width: 1300px) {
  .section-news-article .article-holder {
    padding: 0 150px;
  }
}

.section-news-article .article-image {
  height: 320px;
  background-size: cover;
  margin: 0 -40px 55px;
  position: relative;
  background-position: center;
}

@media (min-width: 1024px) {
  .section-news-article .article-image {
    height: 480px;
    margin-bottom: 90;
  }
}

@media (min-width: 1300px) {
  .section-news-article .article-image {
    margin: 0 -190px 90px;
  }
}

.section-news-article .date-holder {
  position: absolute;
  top: -15px;
  right: 30px;
  left: auto;
  text-align: center;
  padding: 2px 16px 12px;
  border-bottom: 5px solid #fff;
  background-color: #eebe06;
  color: #fff;
}

.section-news-article .breadcrumbs {
  margin-top: 70px;
}

.section-news-article .text-holder {
  font-size: 20px;
  line-height: 1.6;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2e2e2;
}

@media (min-width: 1024px) {
  .section-news-article .text-holder {
    padding-bottom: 37px;
  }
}

.section-news-article .text-holder strong {
  display: inline;
  margin-bottom: 45px;
  font-weight: 700;
  color: #303030;
}

.section-news-article .text-holder strong.inline {
  display: inline;
  margin-bottom: 0;
}

.section-news-article .text-holder ul {
  padding: 0 0 0 14px;
  margin: 0 0 20px;
}

.section-news-article .text-holder ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  position: relative;
}

.section-news-article .text-holder ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  display: inline-block;
  background: #00622c;
  margin-right: 14px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 12px;
}

.section-news-article .text {
  color: #777777;
  line-height: 1.6;
  margin-bottom: 35px;
  font-weight: 600;
}

.section-news-article .text:after {
  content: '';
  display: block;
  clear: both;
}

.section-news-article .text a {
  font-weight: 700;
  color: #00622c;
}

.section-news-article .control-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 82px 0 0;
}

@media (min-width: 1024px) {
  .section-news-article .control-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.section-news-article .control-row .back-link {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ababab;
  font-weight: 700;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-news-article .control-row .back-link:hover {
  color: #00622c;
}

.section-news-article .control-row .back-link:before {
  content: "\e907";
  font-family: 'icomoon' !important;
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 14px;
}

.section-news-article .control-row .btns-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 480px) {
  .section-news-article .control-row .btns-holder {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .section-news-article .control-row .btns-holder {
    margin-bottom: 0;
  }
}

.section-news-article .control-row .btns-holder a {
  margin: 0 10px;
  font-size: 16px;
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .section-news-article .control-row .btns-holder a {
    margin-bottom: 0;
  }
}

@media (min-width: 1300px) {
  .section-news-article .control-row .btns-holder a {
    font-size: 14px;
  }
}

@media (min-width: 1480px) {
  .section-news-article .control-row .btns-holder a {
    font-size: 16px;
  }
}

.section-news-article .control-row .btns-holder .next::after,
.section-news-article .control-row .btns-holder .prev::after {
  font-size: 16px;
}

@media (min-width: 480px) {
  .section-news-article .control-row .btns-holder .next {
    margin-right: 0;
  }
}

.section-news-article .control-row .btns-holder .prev:after {
  display: none;
}

.section-news-article .control-row .btns-holder .prev:before {
  content: "\e907";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-family: 'icomoon' !important;
  margin-right: 10px;
}

.media-holder {
  background-repeat: no-repeat;
  background-size: cover;
}

.section-subinfo {
  position: relative;
  color: #fff;
}

.section-subinfo.growers-info .df-row {
  display: block;
}

@media (min-width: 1300px) {
  .section-subinfo.growers-info .df-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section-subinfo.growers-info .media-holder {
  display: none;
}

@media (min-width: 1024px) {
  .section-subinfo.growers-info .media-holder {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 500px;
    width: 100%;
  }
}

@media (min-width: 1300px) {
  .section-subinfo.growers-info .media-holder {
    max-width: 47.2%;
  }
}

@media (min-width: 1300px) {
  .section-subinfo.growers-info .content-col {
    max-width: 52.8%;
  }
}

.section-subinfo .media-holder {
  display: none;
}

@media (min-width: 1300px) {
  .section-subinfo .media-holder {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 500px;
    width: 100%;
    max-width: 47.2%;
  }
}

.section-subinfo .content-col {
  width: 100%;
}

@media (min-width: 1480px) {
  .section-subinfo .content-col {
    max-width: 52.8%;
  }
}

.section-subinfo .text-holder {
  position: relative;
  color: #fff;
  padding: 96px 28px 91px 28px;
}

@media (min-width: 1024px) {
  .section-subinfo .text-holder {
    padding: 118px 50px 113px 39px;
  }
}

@media (min-width: 1440px) {
  .section-subinfo .text-holder {
    padding: 119px 187px 113px 99px;
  }
}

.section-subinfo .text-holder h2 {
  color: #fff;
  font-family: "Merriweather-Heavy", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
}

@media (min-width: 1024px) {
  .section-subinfo .text-holder h2 {
    margin-bottom: 25px;
  }
}

@media (min-width: 1300px) {
  .section-subinfo .text-holder h2 {
    margin-bottom: 22px;
  }
}

.section-subinfo .link-holder {
  margin-bottom: 22px;
}

.section-subinfo .text {
  font-family: "NunitoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 17px;
  line-height: 1.59;
  margin-bottom: 32px;
}

@media (min-width: 1024px) {
  .section-subinfo .text {
    margin-bottom: 40px;
  }
}

@media (min-width: 1480px) {
  .section-subinfo .text {
    padding-right: 50px;
    margin-bottom: 32px;
  }
}

.section-subinfo .btn-primary {
  font-size: 16px;
  padding: 16px 41px 16px 40px;
  line-height: 1;
  letter-spacing: 0.03em;
}

.section-subinfo .btn-primary:hover {
  color: #00622c;
  background-color: #fad546;
}

.section-subinfo .df-row {
  margin: 0;
}

.link-arrow {
  position: relative;
  font-family: "NunitoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 17px;
  line-height: 1;
  color: #eebe06;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.03em;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.link-arrow:hover {
  color: #fad546;
}

.link-arrow:hover:after {
  color: #fad546;
}

.link-arrow:after {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #fff;
  margin-left: 13px;
  font-size: 10px;
  content: "\e907";
  font-family: 'icomoon' !important;
}

@media (min-width: 480px) {
  .link-arrow:after {
    font-size: 13px;
  }
}

.date-holder {
  position: absolute;
  top: -15px;
  right: 30px;
  text-align: center;
  padding: 2px 16px 12px;
  border-top: 5px solid #fff;
  background-color: #eebe06;
}

@media (min-width: 1024px) {
  .date-holder {
    top: -41px;
    right: 40px;
  }
}

@media (min-width: 1300px) {
  .date-holder {
    top: 118px;
    left: -64px;
    right: auto;
  }
}

.date-holder span {
  display: block;
}

.date-holder .date {
  font-size: 45px;
  font-family: "Merriweather-Heavy", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.date-holder .mounth,
.date-holder .year {
  font-size: 14px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.6);
  font-family: "NunitoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.news-wrapper {
  padding-bottom: 100px;
}

@media (min-width: 1024px) {
  .news-wrapper {
    padding-bottom: 118px;
  }
}

@media (min-width: 1480px) {
  .news-wrapper {
    padding-top: 80px;
    padding-bottom: 150px;
  }
}

@media (min-width: 1024px) {
  .news-wrapper .card .text {
    margin-bottom: 2px;
  }
}

.holder-load-link {
  padding: 80px 0 100px;
  text-align: center;
  width: 100%;
}

@media (min-width: 1024px) {
  .holder-load-link {
    padding: 80px 0 119px;
  }
}

@media (min-width: 1480px) {
  .holder-load-link {
    padding: 29px 0 149px;
  }
}

.card {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  text-align: left;
}

.news-holder {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  text-align: left;
}

@media (min-width: 1300px) {
  .news-holder {
    padding: 70px 0 80px;
  }
}

@media (max-width: 1023px) {
  .news-holder:first-child [class^="col"]:first-child {
    padding-top: 0;
  }
}

@media (min-width: 1024px) {
  .news-holder:first-child [class^="col"]:first-child {
    padding-top: 120px;
  }
}

@media (min-width: 1300px) {
  .news-holder:first-child [class^="col"]:first-child {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (min-width: 1480px) {
  .news-holder:last-child {
    padding-bottom: 40px;
  }
}

@media (min-width: 1300px) {
  .news-holder:nth-child(even) {
    background-color: #f7f7f7;
  }
}

@media (max-width: 1299px) {
  .news-holder .container {
    padding: 0;
  }
}

@media (min-width: 1300px) {
  .news-holder .container {
    max-width: 1340px;
  }
}

@media (max-width: 1299px) {
  .news-holder .df-row {
    margin: 0;
  }
}

.news-holder .card-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-holder [class^="col"] {
  padding: 101px 0 60px;
}

@media (min-width: 1024px) {
  .news-holder [class^="col"] {
    padding: 101px 40px 79px;
  }
}

@media (min-width: 1300px) {
  .news-holder [class^="col"] {
    padding: 0px 30px;
  }
}

@media (max-width: 1299px) {
  .news-holder [class^="col"]:nth-child(even) {
    background-color: #f7f7f7;
  }
}

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

.card-img {
  height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.card-img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}

.card-img a:hover:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.card-img a:after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 9px;
  background-color: #eebe06;
  content: '';
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.card-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.new-item {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}

.btn-outline {
  color: #00622c;
  border-radius: 30px;
  padding: 22px;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  text-transform: capitalize;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #e2e2e2;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

@media (min-width: 480px) {
  .btn-outline {
    min-width: 290px;
  }
}

.btn-outline:hover {
  border-color: #00622c;
  color: #00622c;
}

.card-date {
  color: #c6c6c6;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
}

.card-title {
  font-size: 25px;
  font-weight: 800;
  color: #303030;
  letter-spacing: -0.045em;
  margin-bottom: 18px;
}

@media (min-width: 1024px) {
  .card-title {
    margin-bottom: 13px;
  }
}

@media (min-width: 1480px) {
  .card-title {
    margin-bottom: 18px;
  }
}

.card-body {
  padding: 15px;
}

@media (min-width: 480px) {
  .card-body {
    padding: 30px 30px 30px;
  }
}

@media (min-width: 1024px) {
  .card-body {
    padding: 29px 30px 12px;
  }
}

@media (min-width: 1300px) {
  .card-body {
    padding: 49px 30px 12px;
  }
}

.card-body .card-subtitle {
  font-size: 20px;
  color: #303030;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 15px;
  display: inline-block;
}

.card .text {
  color: #777777;
  line-height: 1.68;
  margin-bottom: 25px;
  min-height: 79px;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .card .text {
    margin-bottom: 21px;
  }
}

@media (min-width: 1480px) {
  .card .text {
    line-height: 1.6;
  }
}

.card .btn {
  padding: 16px 40px;
  font-size: 16px;
  line-height: 1;
  min-width: 196px;
}

.card .btn:after {
  margin-left: 15px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  border-radius: .25rem;
  margin: 20px 0;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-link {
  position: relative;
  display: block;
  padding: .75rem 1rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #00622c;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.homepage .page-link,
.listing .page-link {
  background-color: #fff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #00622c;
  border-color: #00622c;
}

.product-wrapper {
  padding-top: 56px;
  padding-bottom: 100px;
}

@media (min-width: 1024px) {
  .product-wrapper {
    padding-top: 53px;
    padding-bottom: 120px;
  }
}

@media (min-width: 1480px) {
  .product-wrapper {
    padding-top: 57px;
    padding-bottom: 150px;
  }
}

.product-wrapper [class^="col"] {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

@media (min-width: 1024px) {
  .product-wrapper [class^="col"] {
    padding: 0 10px;
  }
}

@media (min-width: 1480px) {
  .product-wrapper [class^="col"] {
    padding: 0 20px;
  }
}

@media (min-width: 480px) {
  .product-wrapper .card-body {
    padding: 23px 28px 70px;
  }
}

@media (min-width: 1024px) {
  .product-wrapper .card-body .text {
    line-height: 1.5;
    margin-bottom: 25px;
  }
}

@media (min-width: 1480px) {
  .product-wrapper .card-body .text {
    margin-bottom: 23px;
    min-height: 81px;
  }
}

@media (min-width: 1480px) {
  .product-wrapper .card-body .text {
    letter-spacing: -.03em;
  }
}

@media (min-width: 1300px) {
  .product-wrapper .card-body .text p:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .product-wrapper .df-row {
    margin: 0;
  }
}

@media (min-width: 1480px) {
  .product-wrapper .df-row {
    margin: 0 -10px;
  }
}

.product-wrapper .holder-load-link {
  padding-top: 22px;
}

@media (min-width: 1024px) {
  .product-wrapper .card-title {
    margin-bottom: 16px;
  }
}

.product-wrapper .container {
  max-width: 1380px;
}

.product-wrapper .breadcrumbs {
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .product-wrapper .breadcrumbs {
    margin-bottom: 50px;
  }
}

@media (min-width: 1480px) {
  .product-wrapper .breadcrumbs {
    margin-bottom: 76px;
  }
}

.product-wrapper .load-more {
  margin-top: 0px;
}

.link-row {
  padding-bottom: 50px;
}

@media (min-width: 1024px) {
  .link-row {
    padding-bottom: 69px;
  }
}

@media (min-width: 1480px) {
  .link-row {
    padding-bottom: 100px;
  }
}

.load-more {
  display: inline-block;
  margin-top: 40px;
}

@media (min-width: 480px) {
  .load-more {
    padding: 22px 44px;
    margin-top: 81px;
  }
}

@media (min-width: 1024px) {
  .load-more {
    margin-top: 79px;
  }
}

@media (min-width: 1480px) {
  .load-more {
    min-width: 287px;
    margin-top: 20px;
  }
}

.card-link {
  height: 250px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 25px;
  font-weight: 800;
  position: relative;
  margin-bottom: 30px;
}

.card-link .text {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 98, 44, 0)), to(#294134));
  background-image: linear-gradient(to bottom, rgba(0, 98, 44, 0) 0%, #294134 100%);
  padding: 40px;
}

.card-link:hover {
  color: #fff;
}

.card-link:hover:after {
  background-color: #eebe06;
}

.card-link:after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 9px;
  background-color: #00622c;
  content: '';
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 58px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-transform: capitalize;
}

@media (min-width: 1024px) {
  .breadcrumbs {
    padding-left: 10px;
    margin-bottom: 66px;
  }
}

@media (min-width: 1480px) {
  .breadcrumbs {
    margin-bottom: 76px;
  }
}

.breadcrumbs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .breadcrumbs li {
    font-size: 14px;
  }
}

.breadcrumbs li:after {
  content: "\e901";
  margin-left: 14px;
  font-family: 'icomoon' !important;
  color: #ababab;
  font-weight: 800;
}

.breadcrumbs li:last-child {
  padding-right: 0;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs a {
  color: #ababab;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.breadcrumbs a:hover {
  color: #00622c;
}

.breadcrumbs span {
  font-weight: 700;
  color: #303030;
}

.section-feedback {
  background-color: #f7f7f7;
  padding: 95px 0;
}

@media (min-width: 1024px) {
  .section-feedback {
    padding: 114px 0 120px;
  }
}

@media (min-width: 1480px) {
  .section-feedback {
    padding: 145px 0 108px;
  }
}

.section-feedback .text-holder {
  padding-bottom: 55px;
}

@media (min-width: 1024px) {
  .section-feedback .text-holder {
    padding-left: 8px;
    padding-right: 50px;
  }
}

.section-feedback .subtitle {
  font-size: 17px;
  font-weight: 800;
  text-transform: uppercase;
  color: #c6c6c6;
  display: inline-block;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .section-feedback .subtitle {
    margin-bottom: 15px;
  }
}

.section-feedback h2 {
  font-family: "Merriweather-Heavy", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  margin-bottom: 16px;
  color: #303030;
  text-transform: capitalize;
}

@media (min-width: 1024px) {
  .section-feedback h2 {
    margin-bottom: 13px;
  }
}

.section-feedback .text {
  line-height: 1.65;
  color: #777777;
  font-size: 17px;
  margin-bottom: 27px;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-feedback .text {
    line-height: 1.5;
    margin-bottom: 21px;
  }
}

.section-feedback .text p:last-child {
  margin-bottom: 0;
}

.section-feedback .phone-holder {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.section-feedback .phone-holder a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #00622c;
}

.section-feedback .phone-holder a:hover {
  color: #eebe06;
}

.section-feedback .phone-holder span {
  display: inline-block;
  letter-spacing: 0.03em;
  color: #c6c6c6;
  padding-right: 5px;
}

@media (min-width: 1024px) {
  .form-feedback {
    padding: 0 10px;
  }
}

@media (min-width: 1480px) {
  .form-feedback {
    padding: 0;
    padding-top: 5px;
  }
}

.form-feedback input,
.form-feedback textarea {
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  width: 100%;
  padding: 20px 40px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #ececec;
  background-color: #f9f9f9;
  color: #c6c6c6;
}

.form-feedback input[type="radio"],
.form-feedback textarea[type="radio"] {
  width: auto;
}

.form-feedback input::-webkit-input-placeholder,
.form-feedback textarea::-webkit-input-placeholder {
  color: #c6c6c6;
}

.form-feedback input::-moz-placeholder,
.form-feedback textarea::-moz-placeholder {
  opacity: 1;
  color: #c6c6c6;
}

.form-feedback input:-moz-placeholder,
.form-feedback textarea:-moz-placeholder {
  color: #c6c6c6;
}

.form-feedback input:-ms-input-placeholder,
.form-feedback textarea:-ms-input-placeholder {
  color: #c6c6c6;
}

.form-feedback input.placeholder,
.form-feedback textarea.placeholder {
  color: #c6c6c6;
}

.form-feedback input:focus,
.form-feedback textarea:focus {
  color: #00622c;
  border-color: #00622c;
  background-color: #f3f3f3;
}

.form-feedback input:focus::-webkit-input-placeholder,
.form-feedback textarea:focus::-webkit-input-placeholder {
  color: #00622c;
}

.form-feedback input:focus::-moz-placeholder,
.form-feedback textarea:focus::-moz-placeholder {
  opacity: 1;
  color: #00622c;
}

.form-feedback input:focus:-moz-placeholder,
.form-feedback textarea:focus:-moz-placeholder {
  color: #00622c;
}

.form-feedback input:focus:-ms-input-placeholder,
.form-feedback textarea:focus:-ms-input-placeholder {
  color: #00622c;
}

.form-feedback input:focus.placeholder,
.form-feedback textarea:focus.placeholder {
  color: #00622c;
}

.form-feedback textarea {
  min-height: 60px;
  height: 61px;
}

.form-feedback textarea:focus {
  resize: vertical;
}

.form-feedback .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-feedback .form-col {
  width: 100%;
  margin-bottom: 18px;
}

@media (min-width: 1024px) {
  .form-feedback .form-col {
    width: 48.7%;
  }
}

.form-feedback .form-col:only-child {
  width: 100%;
}

.form-feedback .custom-select {
  width: 100%;
  border-radius: 30px;
  font-size: 14px;
  border: 2px solid #ececec;
  background-color: #f9f9f9;
  position: relative;
}

.form-feedback .custom-select::after {
  content: "";
  width: 0.8em;
  height: 0.5em;
  background-color: #c6c6c6;
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
          clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  display: grid;
  position: absolute;
  right: 30px;
  top: 25px;
}

.form-feedback .custom-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  outline: none;
  color: #c6c6c6;
  font-weight: bold;
  padding: 20px 40px;
}

.subscribe-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1024px) {
  .subscribe-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.subscribe-block .mail-holder {
  font-weight: 800;
  font-size: 20px;
}

@media (max-width: 1023px) {
  .subscribe-block .mail-holder {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 1024px) {
  .subscribe-block .mail-holder {
    padding-top: 7px;
  }
}

.subscribe-block .mail-holder span {
  color: #c6c6c6;
  display: inline-block;
  padding-right: 5px;
  text-transform: capitalize;
}

.subscribe-block .mail-holder a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #00622c;
}

.subscribe-block .mail-holder a:hover {
  color: #eebe06;
}

.subscribe-block .btn-holder {
  margin-bottom: 35px;
}

@media (max-width: 1023px) {
  .subscribe-block .btn-holder {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 1024px) {
  .subscribe-block .btn-holder {
    margin-bottom: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1300px) {
  .subscribe-block .btn-holder {
    padding-left: 15px;
  }
}

.subscribe-block .btn-holder .btn {
  min-width: 224px;
  padding: 15px;
  font-size: 16px;
}

.main-page-cards {
  padding: 100px 0 50px;
}

@media (min-width: 1024px) {
  .main-page-cards {
    padding: 118px 0 115px;
  }
}

@media (min-width: 1480px) {
  .main-page-cards {
    padding: 150px 0;
  }
}

.main-page-cards .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

@media (min-width: 480px) {
  .main-page-cards .section-title .title {
    width: 70%;
  }
}

.main-page-cards .section-title h3 {
  color: #c6c6c6;
  font-weight: 900;
  font-size: 17px;
  line-height: 1.6;
  width: 100%;
  text-transform: uppercase;
}

.main-page-cards .section-title h2 {
  max-width: 100%;
  font-size: 35px;
  color: #303030;
  letter-spacing: -0.03em;
}

@media (min-width: 480px) {
  .main-page-cards .section-title h2 {
    max-width: 70%;
  }
}

@media (min-width: 1024px) {
  .main-page-cards .section-title h2 {
    font-size: 40px;
    max-width: 75%;
  }
}

@media (min-width: 1480px) {
  .main-page-cards .section-title h2 {
    max-width: 70%;
  }
}

.main-page-cards .section-title .cards-custom-paging {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-page-cards .section-title .cards-custom-paging .slick-arrow {
  padding: 0 10px;
}

@media (min-width: 1300px) {
  .main-page-cards .section-title .cards-custom-paging .slick-arrow {
    padding: 0;
  }
}

.main-page-cards .section-title .cards-custom-paging .slick-prev {
  padding-left: 0;
}

@media (min-width: 480px) {
  .main-page-cards .section-title .cards-custom-paging .slick-prev {
    padding: 0 10px;
  }
}

.main-page-cards .link-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 12px;
}

.main-page-cards .link-arrow:hover {
  color: #eebe06;
}

.main-page-cards .link-arrow:hover:after {
  color: inherit;
}

.main-page-cards .link-arrow:after {
  color: #c6c6c6;
  margin-left: 17px;
}

.main-page-cards h2 {
  margin: 0;
  font-size: 35px;
  font-family: "Merriweather-Heavy", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.main-page-cards .card-body {
  padding: 30px 20px;
}

@media (min-width: 1300px) {
  .main-page-cards .card-body {
    padding: 30px;
  }
}

.main-page-cards .card-title {
  margin-bottom: 25px;
  text-align: center;
}

@media (min-width: 1024px) {
  .main-page-cards .card-title {
    text-align: left;
  }
}

.main-page-cards .btn-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1024px) {
  .main-page-cards .btn-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.main-page-cards .container {
  max-width: 1310px;
}

.main-page-cards .card-carousel {
  margin: 0 -16px;
}

.main-page-cards .slide-item {
  padding: 0 16px;
  max-width: 320px;
}

@media (min-width: 480px) {
  .main-page-cards .slide-item {
    max-width: 372px;
  }
}

@media (min-width: 1300px) {
  .main-page-cards .slide-item {
    max-width: 100%;
  }
}

.main-page-cards .cards-custom-paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1024px) {
  .main-page-cards .cards-custom-paging {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main-page-cards .slick-arrow {
  color: #c7c7c7;
}

.main-page-cards .slick-arrow:hover {
  color: #eebe06;
}

.main-page-cards .slick-dots {
  display: none !important;
}

@media (min-width: 1300px) {
  .main-page-cards .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.main-page-cards .slick-dots button {
  background: #e2e2e2;
}

.main-page-cards .subtitle {
  font-size: 17px;
  color: #c6c6c6;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
}

.main-page-cards .title-holder {
  padding-top: 75px;
}

.main-page-cards .text {
  letter-spacing: -0.25px;
  font-size: 17px;
}

.main-page-cards .text-holder {
  color: #777777;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .sub-page-cards {
    padding-top: 230px;
  }
}

@media (min-width: 1300px) {
  .sub-page-cards {
    padding: 260px 0 60px;
  }
}

.sub-page-cards .slick-dots {
  display: none !important;
}

@media (min-width: 1024px) {
  .sub-page-cards .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.sub-page-cards .slick-arrow {
  padding: 0 7px;
}

@media (min-width: 1300px) {
  .sub-page-cards .slick-arrow {
    padding: 0 20px;
  }
}

.related-cards {
  padding: 108px 0 60px;
}

@media (min-width: 1300px) {
  .related-cards {
    padding: 142px 0 60px;
  }
}

.related-cards .section-title .cards-custom-paging .slick-next {
  padding-right: 0;
}

.example-wrapper {
  color: #fff;
  padding: 99px 0 21px;
}

@media (min-width: 1024px) {
  .example-wrapper {
    padding-top: 119px;
    padding-bottom: 54px;
  }
}

@media (min-width: 1480px) {
  .example-wrapper {
    padding-top: 78px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1024px) {
  .example-card {
    padding: 0 62px 0 84px;
  }
}

@media (min-width: 1480px) {
  .example-card {
    padding: 0 19px 0 7px;
  }
}

@media (max-width: 479px) {
  .example-card .title {
    margin-bottom: 15px;
  }
}

.example-card .title-holder {
  margin-bottom: 37px;
}

@media (min-width: 480px) {
  .example-card .title-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (min-width: 1024px) {
  .example-card .title-holder {
    margin-bottom: 43px;
  }
}

.example-card h3 {
  line-height: 1;
  font-family: "Merriweather-Heavy", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  margin-bottom: 13px;
  letter-spacing: -0.03em;
}

.example-card .subtitle {
  color: #c9e1d3;
  font-weight: bold;
  font-size: 17px;
  line-height: 1;
}

.example-card .btn-holder {
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.example-card .btn-primary {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 16px 20px;
}

@media (min-width: 480px) {
  .example-card .btn-primary {
    padding: 16px 40px;
  }
}

@media (min-width: 1480px) {
  .example-card .btn-primary {
    min-width: 218px;
  }
}

.example-card .btn-primary:hover {
  background-color: rgba(238, 190, 6, 0.85);
}

.example-card .card-content {
  padding-bottom: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 1024px) {
  .example-card .card-content {
    padding-bottom: 65px;
  }
}

@media (min-width: 1480px) {
  .example-card .card-content {
    padding-bottom: 0;
  }
}

.example-card .card-content h4 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.example-card .card-content .text {
  color: #c9e1d3;
  font-weight: 600;
  line-height: 1.65;
  letter-spacing: -0.03em;
  margin-bottom: 17px;
}

@media (min-width: 1024px) {
  .example-card .card-content .text {
    line-height: 1.5;
  }
}

.example-card .card-content .text p:last-child {
  margin-bottom: 0;
}

.example-card .link-arrow {
  color: #eebe06;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.example-card .link-arrow:after {
  color: #eebe06;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.example-card .link-arrow:hover {
  color: #fff;
}

.example-card .link-arrow:hover:after {
  color: #fff;
}

.example-card .example-text {
  padding-right: 34px;
}

@media (min-width: 1024px) {
  .example-card .example-text {
    max-width: 60%;
    width: 100%;
    padding: 39px 0px 30px 39px;
  }
}

@media (max-width: 1023px) {
  .example-card .img-card {
    display: none;
  }
}

@media (min-width: 1024px) {
  .example-card .img-card {
    max-height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 223px;
    width: 100%;
  }
}

.example-card .img-card img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.person-wrapper {
  padding: 100px 0 8px;
}

@media (min-width: 1024px) {
  .person-wrapper {
    padding-top: 120px;
    padding-bottom: 59px;
  }
}

@media (min-width: 1480px) {
  .person-wrapper {
    padding-top: 70px;
    padding-bottom: 29px;
  }
}

@media (max-width: 1023px) {
  .person-wrapper .container {
    padding: 0;
  }
}

.person-card {
  color: #fff;
  margin-bottom: 80px;
}

@media (min-width: 480px) {
  .person-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .person-card {
    margin: 0 auto 40px;
    max-width: 666px;
    padding-left: 48px;
  }
}

@media (min-width: 1300px) {
  .person-card {
    padding-left: 9px;
  }
}

.person-card .img-holder {
  max-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 210px;
}

@media (max-width: 479px) {
  .person-card .img-holder {
    margin: 0 auto 15px;
  }
}

@media (min-width: 1024px) {
  .person-card .img-holder {
    max-width: 210px;
    max-height: 250px;
  }
}

.person-card .img-holder img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.person-card .person-data {
  padding: 0 20px;
}

@media (min-width: 480px) {
  .person-card .person-data {
    width: calc(100% - 150px);
    padding: 26px 7px 0 32px;
  }
}

@media (min-width: 1024px) {
  .person-card .person-data {
    width: calc(100% - 250px);
    padding: 37px 0px 0 51px;
  }
}

.person-card .adress-holder {
  font-style: normal;
  margin-bottom: 11px;
}

@media (min-width: 1024px) {
  .person-card .adress-holder {
    margin-bottom: 29px;
  }
}

.person-card .adress-holder span {
  color: #c9e1d3;
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: -.03em;
}

.person-card .adress-holder .region {
  font-size: 18px;
  display: block;
  color: #fff;
  letter-spacing: -.03em;
  font-family: "Merriweather-Heavy", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

@media (min-width: 480px) {
  .person-card .adress-holder .region {
    font-size: 25px;
  }
}

@media (min-width: 1024px) {
  .person-card .adress-holder .region {
    font-size: 30px;
    margin-bottom: 8px;
  }
}

.person-card h4 {
  font-size: 18px;
  font-weight: 800;
}

@media (min-width: 480px) {
  .person-card h4 {
    font-size: 25px;
  }
}

@media (min-width: 1024px) {
  .person-card h4 {
    margin-bottom: 10px;
  }
}

.person-card .phone {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #c9e1d3;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: -0.03em;
}

.person-card .phone:hover {
  color: #eebe06;
}

.person-card .link-arrow {
  margin-bottom: 2px;
}

.section-order {
  padding: 100px 0;
}

@media (min-width: 1024px) {
  .section-order {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (min-width: 1480px) {
  .section-order {
    padding-top: 150px;
    padding-bottom: 151px;
  }
}

.order-holder {
  border: 5px solid #eebe06;
  padding: 60px 40px;
  background-color: #fff;
}

@media (min-width: 1024px) {
  .order-holder {
    border-width: 7px;
    max-width: 97%;
    margin: 0 auto;
    padding: 80px 48px 73px;
  }
}

@media (min-width: 1480px) {
  .order-holder {
    max-width: 98.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 71px;
    padding-bottom: 32px;
  }
}

.order-holder .subtitle {
  font-size: 17px;
  text-transform: uppercase;
  color: #c6c6c6;
  font-weight: 800;
  margin-bottom: 12px;
  display: inline-block;
}

@media (min-width: 1024px) {
  .order-holder .subtitle {
    margin-bottom: 6px;
  }
}

.order-holder h2 {
  font-size: 35px;
  font-family: "Merriweather-Heavy", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.3;
  margin-bottom: 22px;
  text-transform: capitalize;
  color: #303030;
}

@media (min-width: 1024px) {
  .order-holder h2 {
    font-size: 40px;
    margin-bottom: 19px;
  }
}

.order-holder .text {
  color: #777777;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 32px;
}

.order-holder .text p {
  margin-bottom: 1px;
}

.order-holder .text strong {
  font-weight: 800;
  color: #303030;
}

@media (min-width: 1024px) {
  .order-holder .text {
    margin-bottom: 41px;
  }
}

.order-holder .btn-outline {
  min-width: 250px;
}

@media (min-width: 799px) {
  .order-holder .btn-outline {
    min-width: 293px;
  }
}

.order-holder .btn-holder {
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .order-holder .btn-holder {
    margin-bottom: 0px;
    max-width: 49%;
  }
}

@media (min-width: 1300px) {
  .order-holder .btn-holder {
    max-width: 100%;
    margin-bottom: 16px;
  }
}

.order-holder .link-holder {
  font-weight: 800;
  font-size: 22px;
  text-transform: capitalize;
  padding-top: 7px;
  width: 100%;
}

@media (min-width: 1024px) {
  .order-holder .link-holder {
    padding-top: 25px;
    text-align: center;
    font-size: 25px;
  }
}

@media (min-width: 1480px) {
  .order-holder .link-holder {
    padding-top: 20px;
  }
}

.order-holder .link-holder span {
  display: inline-block;
  color: #c6c6c6;
  padding-right: 5px;
}

@media (min-width: 1024px) {
  .order-holder .link-holder span {
    padding-right: 18px;
  }
}

.order-holder .link-holder a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #00622c;
}

.order-holder .link-holder a:hover {
  color: #eebe06;
}

@media (min-width: 1024px) {
  .order-holder .order-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1480px) {
  .order-holder .order-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 3px;
  }
}

@media (min-width: 1480px) {
  .order-holder .order-prompt {
    max-width: 72%;
    padding-right: 90px;
  }
}

@media (min-width: 1024px) {
  .section-our-choice {
    padding-bottom: 56px;
  }
}

@media (min-width: 1300px) {
  .section-our-choice {
    padding-bottom: 68px;
  }
}

.section-our-choice .container {
  max-width: 1760px;
}

@media (max-width: 1299px) {
  .section-our-choice .container {
    padding: 0;
  }
}

.section-our-choice .img-holder {
  background-size: cover;
  background-position: center;
  min-height: 320px;
  width: 100%;
  margin-bottom: 45px;
}

@media (min-width: 1024px) {
  .section-our-choice .img-holder {
    min-height: 370px;
  }
}

@media (min-width: 1300px) {
  .section-our-choice .img-holder {
    min-height: 370px;
  }
}

.section-our-choice .description-holder {
  padding: 0 40px 41px;
}

@media (min-width: 1024px) {
  .section-our-choice .description-holder {
    padding: 0 40px 29px;
  }
}

.section-our-choice .description-holder .subtitle {
  font-size: 17px;
  text-transform: uppercase;
  color: #c6c6c6;
  font-weight: 800;
  margin-bottom: 10px;
  display: inline-block;
}

@media (min-width: 1024px) {
  .section-our-choice .description-holder .subtitle {
    margin-bottom: 10px;
  }
}

.section-our-choice .description-holder h2 {
  font-size: 30px;
  font-family: "Merriweather-Heavy", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.3;
  text-transform: capitalize;
  margin-bottom: 22px;
}

@media (min-width: 1024px) {
  .section-our-choice .description-holder h2 {
    margin-bottom: 24px;
  }
}

.section-our-choice .description-holder .text {
  color: #777777;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 32px;
}

.section-our-choice .description-holder .text p {
  margin-bottom: 28px;
}

@media (min-width: 1024px) {
  .section-our-choice .description-holder .text {
    margin-bottom: 41px;
  }
}

.section-sales {
  padding: 71px 0 82px;
  color: #fff;
}

@media (min-width: 1024px) {
  .section-sales {
    padding: 71px 0 121px;
  }
}

@media (min-width: 1480px) {
  .section-sales {
    padding: 71px 0 26px;
  }
}

.section-sales h2 {
  font-size: 35px;
  font-family: "Merriweather-Heavy", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.3;
  margin-bottom: 4px;
  color: #ffffff;
}

@media (min-width: 1024px) {
  .section-sales h2 {
    font-size: 40px;
    margin-bottom: 2px;
  }
}

.section-sales .subtitle {
  font-size: 17px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 28px;
  color: #c9e1d3;
  letter-spacing: -0.03em;
}

.section-sales blockquote {
  border: none;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 22px;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-style: italic;
  line-height: 1.45;
}

.section-sales blockquote p {
  margin-bottom: 0;
}

.section-sales cite {
  font-size: 17px;
  font-style: normal;
  font-weight: bold;
  font-family: "NunitoSans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.section-sales .btn-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1300px) {
  .section-sales .btn-holder {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.section-sales .img-holder {
  width: 100%;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  margin-bottom: 45px;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .section-sales .img-holder {
    min-height: 418px;
    max-width: 97%;
    margin: 0 auto 45px;
  }
}

.section-sales .text {
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .section-sales .text {
    margin-bottom: 33px;
  }
}

.section-sales .btn-primary {
  padding: 15px 32px;
  margin-right: 23px;
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .section-sales .btn-primary {
    padding: 15px 32px;
    margin-right: 23px;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .section-sales .btn-primary {
    min-width: 215px;
  }
}

.section-sales .btn-primary:last-child {
  margin-right: 0;
}

.section-sales .btn-primary:hover {
  color: #00622c;
  background-color: #fad546;
}

@media (min-width: 1024px) {
  .section-sales .content-holder {
    padding-left: 9px;
  }
}

@media (min-width: 1480px) {
  .section-sales .content-holder {
    padding-left: 19px;
    padding-top: 52px;
  }
}

.sidebar {
  position: absolute;
  right: 0;
  width: 300px;
  background-color: #00622c;
  padding: 0px;
  top: 420px;
  padding-bottom: 15px;
}

.sidebar .title {
  padding: 20px;
  background-color: #00622c;
  position: relative;
}

.sidebar .title p {
  margin: 0;
  color: #fff;
}

.sidebar ul {
  list-style-type: none;
  margin: 0;
  padding-right: 5px;
}

.sidebar ul li {
  padding: 15px 0 0;
}

.sidebar ul li a {
  color: #fff;
  text-decoration: none;
}

.sidebar {
  right: -300px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.sidebar:hover {
  right: 0;
}

@media (min-width: 1670px) {
  .sidebar {
    right: 0;
  }
}

.sidebar .title .tab {
  right: 90%;
  top: 43%;
  content: "Menu  |||";
  position: absolute;
  width: 100px;
  height: 40px;
  background-color: #eebe06;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  padding-top: 10px;
  text-align: center;
  color: #00622c;
  font-weight: bold;
  cursor: pointer;
}

.sidebar .title .tab span {
  color: #fff;
}

#header {
  position: relative;
  background: #919191;
  z-index: 5;
  background: #fff;
}

.burger-overflow {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 2;
}

.nav-active .burger-overflow {
  display: block;
}

@media (min-width: 1300px) {
  .nav-active .burger-overflow {
    display: none;
  }
}

.nav-active .nav-opener {
  right: 6px;
  top: 5px;
}

.header-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px 0 0;
}

@media (min-width: 1300px) {
  .header-holder {
    padding: 0;
  }
}

.logo {
  width: 210px;
  padding: 17px 0;
  background: #f6f6f6;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 1024px) {
  .logo {
    width: 250px;
  }
}

@media (min-width: 1300px) {
  .logo {
    width: 205px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1960px) {
  .logo {
    padding-left: 30px;
    width: 220px;
  }
}

@media (min-width: 1960px) {
  .logo {
    padding-left: 50px;
    width: 295px;
  }
}

#nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.nav-drop {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 50px;
  background: #00622c;
  color: #fff;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  min-height: 900px;
}

@media (min-width: 1300px) {
  .nav-drop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: static;
    opacity: 1;
    visibility: visible;
    color: #1f1f1f;
    background: none;
    min-height: auto;
  }
}

.nav-active .nav-drop {
  opacity: 1;
  visibility: visible;
}

.nav-drop > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 110px 0 0;
}

@media (min-width: 1300px) {
  .nav-drop > ul {
    padding: 0;
    min-height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.nav-drop li {
  position: relative;
  text-align: center;
  list-style: none;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 45px;
}

@media (min-width: 1300px) {
  .nav-drop li {
    color: #919191;
    margin-bottom: 0;
    font-size: 14px;
  }
}

@media (min-width: 1300px) {
  .nav-drop li + li {
    margin-left: 10px;
  }
}

@media (min-width: 1480px) {
  .nav-drop li + li {
    margin-left: 30px;
  }
}

@media (min-width: 1960px) {
  .nav-drop li + li {
    margin-left: 55px;
  }
}

.nav-drop a {
  color: inherit;
}

@media (min-width: 1300px) {
  .primary-menu > li.hover {
    padding: 49px 0;
  }
}

@media (min-width: 1480px) {
  .primary-menu > li.hover {
    padding: 49px 0;
  }
}

@media (min-width: 1960px) {
  .primary-menu > li.hover {
    padding: 53px 0;
  }
}

.primary-menu > li.hover > a {
  color: #eebe06;
}

@media (min-width: 1300px) {
  .primary-menu > li.hover > a {
    color: #00622c;
  }
}

.primary-menu > li.hover > a::after {
  border-top-color: #eebe06;
  -webkit-transform: translateY(-85%) rotate(180deg);
          transform: translateY(-85%) rotate(180deg);
}

@media (min-width: 1300px) {
  .primary-menu > li.hover > a::after {
    border-top-color: #00622c;
  }
}

.primary-menu > li.hover > a::before {
  display: block;
}

.primary-menu > li.hover ul {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

@media (min-width: 1300px) {
  .primary-menu > li.hover ul {
    height: auto;
  }
}

.primary-menu > li.current-link > a {
  color: #eebe06;
}

@media (min-width: 1300px) {
  .primary-menu > li.current-link > a {
    color: #00622c;
  }
}

.primary-menu > li.current-link > a:after {
  border-top-color: #eebe06;
}

@media (min-width: 1300px) {
  .primary-menu > li.current-link > a:after {
    border-top-color: #00622c;
  }
}

.primary-menu > li.current-link > a:before {
  display: block;
}

.primary-menu > li ul {
  -webkit-transition: height .2s ease, opacity ease .3s;
  transition: height .2s ease, opacity ease .3s;
  background: #00622c;
  position: relative;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  height: 0;
}

@media (min-width: 1300px) {
  .primary-menu > li ul {
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    min-width: 250px;
    top: 100%;
    z-index: 1;
    border: 1px solid #eebe06;
    padding-bottom: 10px;
    border-radius: 0 0 5px 5px;
  }
  .primary-menu > li ul a {
    padding: 0;
    color: #fff;
  }
}

.primary-menu > li ul li {
  margin-top: 20px;
  margin-left: 0;
  margin-bottom: 0;
  font-size: 20px;
}

@media (min-width: 1300px) {
  .primary-menu > li ul li {
    font-size: 14px;
  }
}

.primary-menu > li ul li:last-child {
  margin-bottom: 5px;
}

.primary-menu > li ul a {
  margin-right: 0;
  padding-right: 0;
}

.primary-menu > li ul a:hover {
  color: #eebe06;
}

.primary-menu > li > a {
  padding-right: 30px;
  position: relative;
}

@media (min-width: 1300px) {
  .primary-menu > li > a {
    padding-right: 15px;
  }
}

@media (min-width: 1960px) {
  .primary-menu > li > a {
    padding-right: 35px;
  }
}

@media (min-width: 1300px) {
  .primary-menu > li > a:before {
    content: '';
    display: none;
    position: absolute;
    top: calc(100%);
    left: 0;
    width: calc(100% - 10px);
    height: 2px;
    background: #00622c;
  }
}

@media (min-width: 1480px) {
  .primary-menu > li > a:before {
    width: calc(100% - 15px);
  }
}

@media (min-width: 1960px) {
  .primary-menu > li > a:before {
    width: calc(100% - 35px);
  }
}

.primary-menu > li > a::after {
  content: '';
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 5px solid transparent;
  border-top: 6px solid #919191;
}

.header-btns-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1300px) {
  .header-btns-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.header-btns-holder .header-btn {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  font-size: 17px;
  color: #fff;
}

@media (min-width: 1300px) {
  .header-btns-holder .header-btn {
    font-size: 14px;
    margin-left: 10px;
    color: #919191;
  }
}

@media (min-width: 1480px) {
  .header-btns-holder .header-btn {
    margin-left: 20px;
  }
}

@media (min-width: 1960px) {
  .header-btns-holder .header-btn {
    margin-left: 40px;
  }
}

.header-btns-holder .header-btn:hover {
  color: #eebe06;
}

@media (min-width: 1300px) {
  .header-btns-holder .header-btn:hover {
    color: #00622c;
  }
}

@media (min-width: 1300px) {
  .header-btns-holder .header-btn:hover i {
    color: #00622c;
  }
}

.header-btns-holder .header-btn .contact-btn {
  font-size: 20px;
}

@media (min-width: 1300px) {
  .header-btns-holder .header-btn .contact-btn {
    font-size: 14px;
  }
}

.header-btns-holder .order-btn {
  padding: 13px 54px;
  display: block;
  border: 1px solid #fff;
  border-radius: 50px;
  margin-bottom: 51px;
}

@media (min-width: 1300px) {
  .header-btns-holder .order-btn {
    padding: 13px 20px;
    margin-bottom: 0;
    border: 1px solid #e2e2e2;
  }
}

@media (min-width: 1480px) {
  .header-btns-holder .order-btn {
    padding: 14px 43px;
  }
}

.header-btns-holder .order-btn:hover {
  border-color: #eebe06;
}

@media (min-width: 1300px) {
  .header-btns-holder .order-btn:hover {
    border-color: #00622c;
  }
}

.header-btns-holder .contact-btn {
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.header-btns-holder .contact-btn a:hover i {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #eebe06;
}

@media (min-width: 1300px) {
  .header-btns-holder .contact-btn a:hover i {
    color: #00622c;
  }
}

@media (min-width: 1300px) {
  .header-btns-holder .contact-btn {
    margin-bottom: 0;
  }
}

.header-btns-holder .contact-btn i {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  vertical-align: middle;
  padding-right: 10px;
  color: #eebe06;
  font-size: 22px;
}

@media (min-width: 1300px) {
  .header-btns-holder .contact-btn i {
    color: #c6c6c6;
    font-size: 26px;
  }
}

@media (min-width: 1300px) {
  .header-btns-holder .contact-btn:last-child {
    margin-left: 15px;
  }
}

@media (min-width: 1960px) {
  .header-btns-holder .contact-btn:last-child {
    margin-left: 30px;
  }
}

.header-btns-holder .contact-btn:last-child:before {
  content: '';
  margin-right: 15px;
  width: 5px;
  height: 5px;
  background: #919191;
  border-radius: 50%;
  vertical-align: middle;
  display: none;
}

@media (min-width: 1300px) {
  .header-btns-holder .contact-btn:last-child:before {
    display: inline-block;
  }
}

@media (min-width: 1960px) {
  .header-btns-holder .contact-btn:last-child:before {
    margin-right: 30px;
  }
}

.search-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 1300px) {
  .search-holder {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100px;
    margin-left: 10px;
    background: #f6f6f6;
  }
}

@media (min-width: 1960px) {
  .search-holder {
    margin-left: 50px;
    width: 125px;
  }
}

.search-holder .search-opener {
  font-size: 26px;
}

.search-holder .search-opener a {
  color: inherit;
  display: block;
  padding: 20px;
}

.search-holder .search-opener a:hover svg {
  fill: #00622c;
}

.search-holder .search-opener svg {
  fill: #919191;
}

.search-active .search-form {
  opacity: 1;
  visibility: visible;
}

.search-form {
  position: absolute;
  right: 20px;
  top: 100%;
  background: #00622c;
  padding: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
}

.search-form .dropdown-search {
  background-color: #fff;
  position: absolute;
  width: 94%;
  border: 1px solid #000;
  max-height: 200px;
  overflow-y: scroll;
  top: 50px;
  opacity: 0;
  -webkit-transition: .4 all;
  transition: .4 all;
}

.search-form .dropdown-search a {
  padding: 5px 20px;
  width: 100%;
  font-size: 1rem;
  display: block;
}

.search-form .dropdown-search a:hover {
  background-color: #00622c;
  color: #fff;
}

.search-form .dropdown-search ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.search-form .ais-search-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-form .ais-search-box input[type="text"] {
  padding-right: 35px;
}

.search-form .ais-search-box .ais-search-box--magnifier {
  width: 20px;
  height: 20px;
  top: 10px;
  right: 75px;
  margin-left: -30px;
  margin-top: 10px;
}

.search-form .ais-search-box button {
  padding: 10px;
}

.search-form .ais-search-box button svg {
  width: 20px;
  position: static;
}

.search-form input {
  border: 1px solid #919191;
  padding-left: 10px;
}

.search-form .search-btn {
  background: #00622c;
  padding: 0 10px;
}

.search-form svg {
  fill: #eebe06;
}

.nav-opener {
  position: relative;
  width: 45px;
  height: 45px;
  font-size: 0;
  line-height: 0;
  float: right;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  z-index: 1000;
}

@media (min-width: 1300px) {
  .nav-opener {
    display: none;
  }
}

.nav-opener:before, .nav-opener:after,
.nav-opener span {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  background: #919191;
  position: absolute;
  top: 20px;
  left: 23%;
  right: 0;
  height: 2px;
  margin-top: -2px;
}

.nav-opener:before, .nav-opener:after {
  content: '';
  top: 10px;
  left: 1%;
}

.nav-opener:after {
  top: 29px;
  left: 11%;
}

.nav-opener:hover {
  opacity: 0.9;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.nav-active .nav-opener:after, .nav-active .nav-opener:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 16px;
  left: 15%;
  right: 15%;
}

.nav-active .nav-opener:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.resize-active .nav-drop,
.resize-active .nav-drop > ul {
  -webkit-transition: none !important;
  transition: none !important;
}

p {
  line-height: 1.7;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.container {
  max-width: 1358px;
  padding: 0 30px;
  margin: 0 auto;
}

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important;
}

button {
  font-family: "NunitoSans";
}

.new-item {
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
}

.news-holder {
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  text-align: left;
}

.section-announce.nursery-announce {
  padding: 94px 0 70px;
  color: #777777;
  font-size: 17px;
  text-align: center;
  letter-spacing: -0.03em;
}

.section-announce.nursery-announce strong {
  color: #303030;
}

.section-announce.nursery-announce .text-holder {
  color: #777777;
}

@media (max-width: 1023px) {
  .section-announce.nursery-announce .text-holder {
    line-height: 1.49;
  }
}

@media (min-width: 1024px) {
  .section-announce.nursery-announce .text-holder {
    font-size: 20px;
    line-height: 1.5;
    max-width: 902px;
  }
}

@media (min-width: 1024px) {
  .section-announce.nursery-announce {
    padding-top: 103px;
    padding-bottom: 91px;
  }
}

@media (min-width: 1480px) {
  .section-announce.nursery-announce {
    padding-top: 144px;
    padding-bottom: 111px;
  }
}

.main-btn {
  width: 100%;
  padding: 59px 0 20px;
  text-align: center;
}

.main-btn .load-more {
  margin-top: 0;
}

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

.growing-guide .care {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  background-color: #efefef;
  padding: 80px 0;
}

.growing-guide .plant {
  padding-top: 80px;
}

.growing-guide .prep-block, .growing-guide .plant-block, .growing-guide .care-block {
  margin: 40px 0;
}

.growing-guide .prep-block h3, .growing-guide .plant-block h3, .growing-guide .care-block h3 {
  text-transform: capitalize;
  font-size: 20px;
}

.growing-guide .prep-block, .growing-guide .plant-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.growing-guide .prep-block .picture, .growing-guide .plant-block .picture {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.growing-guide .prep-block .picture img, .growing-guide .plant-block .picture img {
  width: 100%;
}

.growing-guide .prep-block .text, .growing-guide .plant-block .text {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-left: 40px;
}

.growing-guide .prep-block.reverse, .growing-guide .plant-block.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.growing-guide .prep-block.reverse .text, .growing-guide .plant-block.reverse .text {
  padding-left: 0;
  padding-right: 40px;
}

.growing-guide .care-block .banner {
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.basic-image, .basic-text {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.basic-image {
  margin-right: 40px;
  float: left;
  width: 50%;
  border-bottom: 10px solid #eebe06;
  position: relative;
}

.basic-image img {
  position: relative;
  z-index: 2;
}

.basic-image::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #00622c;
  top: -30px;
  right: -30px;
  z-index: 1;
}

.careers h2 {
  color: #000;
  font-size: 35px;
  font-family: "Merriweather", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.careers h3 {
  color: #000;
  font-size: 20px;
  margin-bottom: 5px;
}

.careers p {
  font-size: 15px;
  margin-bottom: 0;
}

.careers-reasons {
  display: block;
}

.careers-reasons .reason {
  padding: 80px 10px;
  position: relative;
}

.careers-reasons .reason::before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 5px solid #00622c;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 0;
}

@media (min-width: 768px) {
  .careers-reasons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.careers-positions .position {
  position: relative;
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
}

.careers-positions .position:last-of-type {
  border-bottom: none;
}

.careers-positions .position::after {
  content: '';
  display: block;
  clear: both;
}

.careers-positions .position .btn {
  position: absolute;
  right: 0;
  top: 25px;
}

.home-gardens.hasBackground {
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  background-color: #d9d9d9;
  padding: 30px 0;
  margin-top: 30px;
  margin-bottom: 30px;
}

.home-gardens h2 {
  text-align: center;
}

.home-gardens .section-text {
  width: 70%;
  margin: 0 auto;
}

.home-gardens .home-gardens--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home-gardens .home-gardens--main:nth-of-type(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 700px) {
  .home-gardens .home-gardens--main {
    display: block;
  }
}

.home-gardens .home-gardens--main .text-container, .home-gardens .home-gardens--main .img-container {
  width: 47%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 700px) {
  .home-gardens .home-gardens--main .text-container, .home-gardens .home-gardens--main .img-container {
    width: 100%;
  }
}

.home-gardens .home-gardens--main .img-container .img {
  height: 300px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.home-gardens .home-gardens--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}

@media (max-width: 700px) {
  .home-gardens .home-gardens--list {
    display: block;
  }
}

.home-gardens .home-gardens--list .text-container {
  width: 74%;
}

@media (max-width: 700px) {
  .home-gardens .home-gardens--list .text-container {
    width: 100%;
  }
}

.home-gardens .home-gardens--list .img-container {
  width: 24%;
  height: 150px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

@media (max-width: 700px) {
  .home-gardens .home-gardens--list .img-container {
    width: 100%;
  }
}

.home-gardens .home-gardens--list .text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  transform: translate3d(0, 0, 0);
}

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

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

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

.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;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
          transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

#footer {
  padding: 0;
}

@media (min-width: 1024px) {
  #footer {
    padding: 0 30px;
  }
}

@media (min-width: 1300px) {
  #footer {
    padding: 0 30px;
  }
}

#footer .decorate-border {
  height: 110px;
  margin: 0 -30px;
}

#footer .f-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer .col-ph-5 {
  padding: 40px 30px 0;
}

#footer .col-ph-7 {
  padding: 40px 30px 0;
}

@media (min-width: 1300px) {
  #footer .col-ph-7,
  #footer .col-ph-5 {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}

#footer .col-ph-7:first-child,
#footer .col-ph-5:first-child {
  background: #f7f7f7;
}

#footer [class^='col-'] .df-row {
  margin: 0;
}

#footer ul {
  margin-top: 15px;
  font-size: 14px;
}

@media (min-width: 480px) {
  #footer ul {
    margin-top: 35px;
  }
}

#footer ul li {
  margin-bottom: 10px;
}

#footer ul li:last-child {
  margin-bottom: 0;
}

#footer ul a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #919191;
  font-weight: 700;
}

#footer ul a:hover {
  color: #eebe06;
  border-bottom: 1px solid #eebe06;
}

#footer .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: -30px;
}

@media (min-width: 1024px) {
  #footer .contact-info {
    margin: 0;
  }
}

@media (min-width: 1300px) {
  #footer .contact-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#footer .contact-info .contact-holder {
  font-size: 14px;
  color: #c6c6c6;
}

@media (min-width: 1300px) {
  #footer .contact-info .contact-holder {
    padding-left: 60px;
  }
}

#footer .contact-info .contact-holder a {
  display: block;
  border-bottom: 1px solid transparent;
}

@media (min-width: 320px) {
  #footer .contact-info .contact-holder a {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
  }
}

#footer .contact-info .contact-holder a:hover {
  border-bottom: 1px solid #eebe06;
}

#footer .contact-info .contact-holder strong {
  font-weight: 800;
  color: #303030;
  font-size: 17px;
  line-height: 1.4;
}

#footer .contact-info .mail-link a {
  color: #eebe06;
}

#footer address {
  font-style: normal;
  font-weight: 700;
}

#footer address span {
  display: block;
}

#footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#footer .footer-menu .list-holder {
  width: 100%;
  padding-left: 15px;
}

@media (min-width: 480px) {
  #footer .footer-menu .list-holder {
    padding-left: 20px;
  }
}

@media (min-width: 1024px) {
  #footer .footer-menu .list-holder {
    width: 50%;
    padding-left: 0;
  }
}

#footer .footer-menu ul {
  margin: 0 0 40px 0;
}

#footer .h5 {
  font-size: 17px;
  color: #303030;
  display: inline-block;
  font-weight: 800;
  margin-bottom: 15px;
}

#footer .h5:hover {
  color: #00622c;
}

#footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 21px;
}

#footer .social-links .icon-youtube2 {
  font-size: 28px;
  line-height: 0.8;
}

@media (min-width: 1300px) {
  #footer .social-links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

#footer .social-links li {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#footer .social-links li + li {
  padding-left: 15px;
}

#footer .social-links a {
  font-weight: 400;
}

#footer .social-links a:hover {
  color: #303030;
  border-bottom: 0;
}

#footer .creators {
  font-size: 14px;
  color: #c6c6c6;
  font-weight: 700;
}

#footer .creators a {
  color: #919191;
  font-weight: 700;
}

#footer .creators a:hover {
  color: #eebe06;
}

.footer-info {
  text-align: left;
}

@media (min-width: 1300px) {
  .footer-info {
    text-align: right;
  }
}

.copyright {
  font-size: 12px;
  margin-bottom: 35px;
  color: #c6c6c6;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .copyright {
    font-size: 14px;
  }
}

.copyright strong {
  display: block;
  color: #303030;
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .copyright strong {
    font-size: 17px;
  }
}

.footer-logo {
  max-width: 194px;
  width: 100%;
  margin-bottom: 40px;
}

.mobile-hiden {
  display: none;
  margin-bottom: 95px;
}

@media (min-width: 1024px) {
  .mobile-hiden {
    display: block;
  }
}

@media (min-width: 1300px) {
  .mobile-hiden {
    padding: 0;
    margin-bottom: 0;
  }
}

.mobile-visible {
  margin-top: 65px;
  display: block;
  text-align: left;
  padding-bottom: 20px;
}

@media (min-width: 480px) {
  .mobile-visible {
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .mobile-visible {
    display: none;
  }
}

@font-face {
  font-family: "NunitoSans";
  src: url("/fonts/NunitoSans-Black.woff2") format("woff"), url("/fonts/NunitoSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "NunitoSans";
  src: url("/fonts/NunitoSans-BlackItalic.woff2") format("woff"), url("/fonts/NunitoSans-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "NunitoSans";
  src: url("/fonts/NunitoSans-ExtraBold.woff2") format("woff"), url("/fonts/NunitoSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "NunitoSans";
  src: url("/fonts/NunitoSans-ExtraBoldItalic.woff2") format("woff"), url("/fonts/NunitoSans-ExtraBoldItalic.woff") format("woff");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: "NunitoSans";
  src: url("/fonts/NunitoSans-Bold.woff2") format("woff"), url("/fonts/NunitoSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "NunitoSans";
  src: url("/fonts/NunitoSans-BoldItalic.woff2") format("woff"), url("/fonts/NunitoSans-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "NunitoSans";
  src: url("/fonts/NunitoSans-SemiBold.woff2") format("woff"), url("/fonts/NunitoSans-SemiBold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "NunitoSans";
  src: url("/fonts/NunitoSans-SemiBoldItalic.woff2") format("woff"), url("/fonts/NunitoSans-SemiBoldItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "NunitoSans";
  src: url("/fonts/NunitoSans-Regular.woff2") format("woff"), url("/fonts/NunitoSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NunitoSans";
  src: url("/fonts/NunitoSans-Italic.woff2") format("woff"), url("/fonts/NunitoSans-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "NunitoSans";
  src: url("/fonts/NunitoSans-Light.woff2") format("woff"), url("/fonts/NunitoSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "NunitoSans";
  src: url("/fonts/NunitoSans-LightItalic.woff2") format("woff"), url("/fonts/NunitoSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "NunitoSans";
  src: url("/fonts/NunitoSans-ExtraLight.woff2") format("woff"), url("/fonts/NunitoSans-ExtraLight.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "NunitoSans";
  src: url("/fonts/NunitoSans-ExtraLightItalic.woff2") format("woff"), url("/fonts/NunitoSans-ExtraLightItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "Merriweather-Heavy";
  src: url("/fonts/merriweather-heavy.woff2") format("woff"), url("/fonts/merriweather-heavy.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?5ioy4o");
  src: url("/fonts/icomoon.eot?5ioy4o#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?5ioy4o") format("truetype"), url("/fonts/icomoon.woff?5ioy4o") format("woff"), url("/fonts/icomoon.svg?5ioy4o#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icomoon.eot?adtqet");
  src: url("/fonts/icomoon.eot?adtqet#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?adtqet") format("truetype"), url("/fonts/icomoon.woff?adtqet") format("woff"), url("/fonts/icomoon.svg?adtqet#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube2:before {
  content: "\e906";
}

.icon-youtube:before {
  content: "\e902";
}

.icon-instagramm:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-left:before {
  content: "\e900";
}

.icon-right:before {
  content: "\e901";
}

.icon-twitter:before {
  content: "\e905";
}

.card-img a,
.category-carousel .card-img > a,
.products-single .example-slider .slide-item {
  position: relative;
}

.card-img a:before,
.category-carousel .card-img > a:before,
.products-single .example-slider .slide-item:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url(/img/img12.jpg);
  z-index: -1;
}

.news-wrapper .card-img img:before {
  z-index: 0;
}

.news-wrapper .card-img img .text, .news-wrapper .card-img img:after {
  z-index: 1;
}

.products-single .section-feedback {
  background: white;
}

.card-link .thumbnail-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}

.card-link .thumbnail-wrap .thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.card-link .thumbnail-wrap .img {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}

.card-link .thumbnail-wrap + .text {
  position: relative;
  z-index: 2;
}

.card-link:after {
  z-index: 3;
}

.cs .slide-holder {
  background-size: cover !important;
}

.text-holder p {
  line-height: 1.7;
}
