
body {
    color: #000;
    font-family: 'Ubuntu', sans-serif;
}

/*-------- KLASA ŻAŁOBNA, NALEŻY DODAĆ DO BODY --------------*/
.mourning {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*
Długość trwania animacji
*/
.animationDuration {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
}

em {
    padding-right: 2px;
}

h1 {
}

h2 {

}

h3 {
}

h4 {
}

h5 {
}

.h2 {
    color: #007c3c;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}

.h3 {

}

a {
    color: #000;
}

a:hover, a:focus {
    color: #000;
    text-decoration: none;
}

.container {
    clear: both;
    margin: 0 auto;
    padding-left: 150px;
    padding-right: 150px;
    max-width: 1920px;
    width: 100%;
}

.container-sm {
    max-width: 1350px;
    padding-left: 40px;
    padding-right: 40px;
}

.container--noClear {
    clear: none;
}

.container .container {
    padding-left: 0;
    padding-right: 0;
}

.container .container-sm {
    max-width: 1270px;
}

#page {
    overflow: hidden;
}

/**
 * HEADER
 */

header {
    position: fixed;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1001;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    border-bottom: 1px solid rgba(150, 150, 150, 0.4);
    text-align: center;
}

.logo {
    float: left;
    padding: 39px 0 40px;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.logo a {
    display: block;
    width: 250px;
    overflow: hidden;
}

.logo a img {
    display: block;
    float: left;
    max-width: 100%;
    width: 100%;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

#main-menu {
    float: right;
}

#main-menu ul {
    margin: 0 -26px;
}

#main-menu ul li {
    display: inline-block;
    padding: 68px 10px;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

#main-menu ul li a {
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #4b4a4d;
    font-weight: 700;
    transition: 0.4s;
    position: relative;
}

#main-menu ul li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0%;
    height: 3px;
    background-color: #007c3c;
    transition: 0.4s;
}

#main-menu ul li.active a {
    color: #007c3c;
}

#main-menu ul li a
#main-menu ul li ul {
    display: none;
}

#main-menu ul li:hover ul {
    display: block;
}

@media screen and (min-width: 1140px) {
    #main-menu ul li a:hover {
        text-decoration: none;
        color: #007c3c;
    }

    #main-menu ul li a:hover:before {
        width: 100%;
    }
}

/*--------- airquality ---------*/

.airquality-box.no-data .airquality-text > p {
    display: inline;
}

.airquality-box.no-data i {
    margin-right: 8px;
}

@media screen and (min-width: 1366px) {
    .airquality-box * {
        transition: all 0.15s, transform 0.4s;
    }

    .airquality-box {
        float: right;
        width: 230px;
        font-size: 0;
        padding: 28px 0 27px;
        margin: 0 10px 0 25px;
        transition: all 0.4s;
    }

    .airquality-box > * {
        font-size: 1rem;
    }

    .airquality-values {
        width: 105px;
        display: inline-block;
        vertical-align: middle;
    }

    .airquality-title {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 105px);
        text-align: right;
        color: #4b4a4d;
        padding-right: 40px;
        font-size: 18px;
    }

    .airquality-values-innerWrapper {
        -webkit-transform: rotate(45deg) scaleY(-1);
        -moz-transform: rotate(45deg) scaleY(-1);
        -ms-transform: rotate(45deg) scaleY(-1);
        -o-transform: rotate(45deg) scaleY(-1);
        transform: rotate(45deg) scaleY(-1);
        font-size: 0;
        text-align: left;
    }

    .airquality-values-innerWrapper > * {
        font-size: 1rem;
    }

    .airquality-value-bg {
        position: absolute;
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        display: block;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        -o-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
        border-radius: 5px;
        border: 3px solid #000;
        background-color: #000;
        transition: all 0.4s;
    }

    .airquality-value:before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 100%;
        position: relative;
    }

    .airquality-number,
    .airquality-caption {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        right: 0;
        line-height: 12px;
        text-align: center;
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        -moz-transform: translate(-50%, -50%) rotate(-90deg);
        -ms-transform: translate(-50%, -50%) rotate(-90deg);
        -o-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg);
        z-index: 10;
        font-size: 12px;
        font-weight: 700;
        transition: all 0.4s;
        pointer-events: none;
    }

    .airquality-number {
        left: 45%;
        z-index: -1;
    }

    .airquality-caption {
        color: #fff;
    }

    .airquality-value {
        display: inline-block;
        position: relative;
        width: 50%;
        vertical-align: top;
        margin: 0;
        -webkit-transform: rotate(-45deg) scaleY(-1);
        -moz-transform: rotate(-45deg) scaleY(-1);
        -ms-transform: rotate(-45deg) scaleY(-1);
        -o-transform: rotate(-45deg) scaleY(-1);
        transform: rotate(-45deg) scaleY(-1);
    }

    .airquality-value-bg:hover {
        background-color: transparent !important;
    }

    .airquality-value-bg:hover + .airquality-caption {
        opacity: 0;
    }

    .airquality-box.no-data {
        height: 160px;
        display: table;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .airquality-box.no-data .airquality-text {
        display: table-cell;
        vertical-align: middle;
    }

    .airquality-box.no-data .airquality-title {
        display: none;
    }

    header.sticky .airquality-box.no-data {
        height: 80px;
    }

    header.sticky .airquality-values-innerWrapper,
    header.sticky .airquality-value,
    header.sticky .airquality-number,
    header.sticky .airquality-caption,
    header.sticky .airquality-value-bg {
        -webkit-transform: translate(0, 0) rotate(0deg) scale(1);
        -moz-transform: translate(0, 0) rotate(0deg);
        -ms-transform: translate(0, 0) rotate(0deg);
        -o-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg) scale(1);
    }

    header.sticky .airquality-value-bg {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    header.sticky .airquality-number,
    header.sticky .airquality-caption {
        left: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header.sticky .airquality-value {
        width: 33.3333%;
        border-left: 5px solid transparent;
    }

    header.sticky .airquality-values {
        width: 160px;
    }

    header.sticky .airquality-title {
        width: calc(100% - 160px);
        padding-right: 20px;
    }

    header.sticky .airquality-box {
        width: 350px;
        padding: 16px 0;
    }
}

/*--------- STICKY HEADER ---------*/

header.sticky {
    position: fixed;

}

header.sticky .logo {
    padding: 14px 0;
}

header.sticky .logo a img {
    width: 217px;
}

header.sticky #main-menu ul {
    margin: 0 -20px;
}

header.sticky #main-menu ul li {
    display: inline-block;
    padding: 31px 10px;
}

header.sticky #main-menu ul li a {
    font-size: 16px;
}

/**
 * CONTENT
 */

#content {
    overflow: hidden;
    padding-top: 160px;
}

.text {
    overflow: visible;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #2b2b2b;
}

.text.text--md {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
}

.text.text--sm {
    font-size: 14px;
    line-height: 1.75;
}

a[href^="tel:"] {
    color: #4b4a4d;
}

footer {
    width: 100%;
    color: #fff;
    background-color: #4b4a4d;
    padding: 14px 0;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
}

.footer-bottom-links {
    display: block;
    float: left;
    margin-right: 30px;
}

.footer-bottom-links li > a {
    color: #fff;
}

.privacy-policy {
    float: left;
    margin-right: 16px;
}

.privacy-policy a {
    color: #fff;
    text-decoration: none;
}

.copyright {
    float: left;
}

.copyright-undicom {
    float: right;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    letter-spacing: 0.05em;
    margin-top: 3px;
}

.copyright-undicom a {
    color: #fff;
}

/**
 * FORM
 */

form.form {
    /* padding: 15px 0; */
}

/* INPUTY */
.form .form-control {
    /* font-size: 14px; */
}

/* TEXTAREA */
.form textarea.form-control {
    /* height: 130px; */
}

/* KLAUZULE I ZGODY */
.form .before-consent-row,
.form .after-consent-row,
.form .consent-row label,
.form .consent-all {
    /* font-size: 12px; */
}

/* ZAOKRĄGLENIA INPUTÓW */
.form .form-control {
    border-radius: 0;
}

.form button.captcha-refresh {
    /* border-top-right-radius: 0; */
    /* border-bottom-right-radius: 0; */
}

/**
 * MAP POINT
 */

.map-point .custom-map-wrapper {
    position: relative;
}

.map-point .custom-map-wrapper .point {
    position: absolute;
    width: 28px;
    height: 40px;
    background: transparent url('../images/marker.png') no-repeat scroll center center;
    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.map-point #marker-cloud-wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 10%;
    height: 10%;
    background: red;
}

.map-point #marker-cloud-wrapper .popover {
    top: 0 !important;
    left: 0 !important;
    display: block;
    margin: 0;
    width: 300px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}

.map-point #marker-cloud-wrapper .popover .arrow {
    display: none !important;
}

/*
    Sekcja logotypów
 */
.logotypes {
    /*border-top: 1px solid rgba(0, 0, 0, 0.1);*/
    height: 156px;
    padding: 28px 0;
}

.logotypes .logotypes-title {
    float: left;
    padding-right: 30px;
    /*font-size: 22px;*/
    line-height: 100px;
    vertical-align: middle;
}

.logotypes-slider-container {
    height: 100px;
}

.logotype-slider {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.slick-initialized .logotype {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 15px;
}

.logotype img {
    max-height: 100px;
    max-width: 100%;
    margin: 0 auto;
}

/**
    Sociale
*/

.social-list > ul > li {
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
}

.social-list > ul > li > a {
    font-size: 26px;
    line-height: 34px;
}

.social-list > ul > li > a > svg {
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

@media screen and (min-width: 1140px) {
    .social-list > ul > li > a:hover svg {
        fill: #007c3c;
    }

    a:hover {
        text-decoration: none;
    }
}

/*
    Menu językowe
 */
.langs-menu {
    position: relative;
    float: right;
    margin: 25px 0 25px 20px;
    border-radius: 6px 6px 0 0;
    transition-duration: 0.4s;
    transition-property: background-color, opacity;
    z-index: 1001;
}

.langs-menu ul {
    opacity: 0;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 0 0 6px 6px;
    transition-duration: 0.4s;
    transition-property: background-color, opacity;
}

.langs-menu.active,
.langs-menu.active ul {
    opacity: 1;
}

.langs-menu a {
    display: block;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.langs-menu-icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    width: 21px;
    height: 13px;
    margin-right: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.lang {
    padding: 5px 15px;
    font-size: 0;
}

.lang span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    text-transform: uppercase;
}

.lang .langs-menu-long {
    display: none;
}

.lang-button {
    position: relative;
    cursor: pointer;
}

.lang-button .arrow {
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    font-size: 20px;
    transition: all 0.4s;
    line-height: 12px;
}

.langs-menu.active .lang-button .arrow {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.langs-menu-icon img {
    max-width: 100%;
}

/**
 * ARTICLE
 */

.article-image {
    display: inline-block;
    float: left;
    max-width: 50%;
    margin-right: 50px;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}

.article-image img {
    max-width: 100%;
}

.article-text {
    overflow: visible;
}

.article-subtitle {
    padding-bottom: 35px;
}

.article-text {
    padding-bottom: 25px;
}

.article-date {
    margin-top: -15px;
    padding-bottom: 10px;
    font-weight: bold;
}

/**
 Ul custom dots
 */
.text ul,
.text ol ul,
.text ul ul {
    list-style: none;
    display: inline-block;
}

.text ul > li {
    left: 40px;
    position: relative;
    padding-right: 40px;
}

.text ul > li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #eb5b25;
    left: -20px;
    margin-left: 0px;
    font-family: sans-serif;
    position: relative;
    font-weight: 900;
    font-size: 18px;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/**
* PAGINATION ACTIVE
*/

.pagination-wrapper {
    padding: 0;
    max-width: 1000px;
}

.pagination-wrapper ul li a,
.pagination-wrapper ul li span {
    font-size: 24px;
    padding: 45px 20px;
    color: #4b4a4d;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    top: 0;
}

.pagination-wrapper ul li.active a,
.pagination-wrapper ul li.active span {
    color: #007c3c;
}

.pagination-wrapper ul li.next a, .pagination-wrapper ul li.prev a {
    width: 120px;
    height: 120px;
}

@media screen and (min-width: 1140px) {
    .pagination-wrapper ul li a:hover {
        color: #007c3c;
    }
}

/*
 Galeria
 */
.gallery {
    clear: both;
}

.gallery ul {
    margin: -5px;
    font-size: 0;
}

.gallery li {
    width: 33.3333%;
    padding: 5px;
    display: inline-block;
    vertical-align: top;
}

.gallery li > a {
    border-radius: 15px;
    overflow: hidden;
}

.gallery li img {
    max-width: 100%;
}

.fancy {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
}

.fancy img {
    max-width: 100%;
}

.hover-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(226, 0, 26, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.hover-mask-icon-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
}

.hover-mask-icon {
    width: 50px;
    height: 50px;
}

.hover-mask-icon > svg {
    width: 100%;
    height: 100%;
    fill: #ec9a00;
}

@media screen and (min-width: 1140px) {
    .hover-mask:hover {
        opacity: 1;
    }
}

/*
    Tabela w klasie .text
*/
.text table {
    margin: 30px 0;
}

.text table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}

.text table td {
    padding: 12px 12px;
    border: 1px solid #ddd;
}

/* ------------ margin/padding/font system ------------ */

/* --- margins ---*/

.margin-big-top {
    margin-top: 50px;
    margin-bottom: 0;
}

.margin-big-bottom {
    margin-bottom: 50px;
    margin-top: 0;
}

.margin-big {
    margin-top: 50px;
    margin-bottom: 50px;
}

.margin-medium-top {
    margin-top: 50px;
    margin-bottom: 0;
}

.margin-medium-bottom {
    margin-bottom: 50px;
    margin-top: 0;
}

.margin-medium {
    margin-top: 50px;
    margin-bottom: 50px;
}

.margin-small-top {
    margin-top: 30px;
    margin-bottom: 0;
}

.margin-small-bottom {
    margin-bottom: 30px;
    margin-top: 0;
}

.margin-small {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* --- paddings ---*/

.padding-giantic-top {
    padding-top: 100px;
    padding-bottom: 0;
}

.padding-giantic-bottom {
    padding-bottom: 100px;
    padding-top: 0;
}

.padding-giantic {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-big-top {
    padding-top: 80px;
    padding-bottom: 0;
}

.padding-big-bottom {
    padding-bottom: 80px;
    padding-top: 0;
}

.padding-big {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-medium-top {
    padding-top: 50px;
    padding-bottom: 0;
}

.padding-medium-bottom {
    padding-bottom: 50px;
    padding-top: 0;
}

.padding-medium {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* --- fonts ---*/

.font-giantic {
    font-size: 84px;
    line-height: 110px;
}

.font-medium {
    font-size: 34px;
    line-height: 55px;
}

.font-small {
    font-size: 36px;
    line-height: 48px;
}

/* ------------ buttons ------------ */

.btn-normal {
    min-width: 140px;
    font-size: 16px;
    text-align: center;
    padding: 10px 35px;
    border-radius: 10px;
    letter-spacing: 0.05em;
    font-weight: 300;
}

.btn-long {
    min-width: 200px;
    font-size: 15px;
    text-align: center;
    padding: 10px 50px;
    border-radius: 10px;
    letter-spacing: 0.2em;
    font-weight: 300;
}

.btn-green {
    background-color: #007c3c;
    color: #fff;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.btn-green:hover,
.btn-green:focus {
    color: #fff;
}

.theme-green .btn {
    background-color: #007c3c;
    color: #fff;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.theme-red .btn {
    background-color: #eb5b25;
    color: #fff;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.theme-yellow .btn {
    background-color: #fbbb21;
    /*color: #4b4a4d;*/
    color: #fff;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.heading .btn {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

@media screen and (min-width: 1140px) {
    .btn-green:hover {
        background-color: #1b9256;
        color: #fff;
    }

    .theme-green .btn:hover {
        background-color: #1b9256;
        color: #fff;
    }

    .theme-red .btn:hover {
        background-color: #ff3c52;
        color: #fff;
    }

    .theme-yellow .btn:hover {
        background-color: #ec9a00;
        /*color: #4b4a4d;*/
    }
}

/* ------------ article view ------------ */

.article-view .article-subtitle {
    padding-bottom: 15px;
}

.article-view .event-date {
    margin-bottom: 15px;
}

.article-btn-wrapper {
    text-align: center;
}

/* ------------ index ------------ */

.social-medias-vertical-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.social-medias-vertical-inner .search-engine {
    width: 65px;
    height: 65px;
    display: block;
    background-color: #fff;
    border-radius: 7px;
    margin-bottom: 60px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.social-medias-vertical-inner .search-engine-inner-wrapper {
    width: 50px;
    height: 50px;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.social-medias-vertical-inner .svg-wrapper {
    width: 50px;
    height: 50px;
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
}

.social-medias-vertical-inner .social-item .svg-wrapper {
    width: 30px;
    height: 30px;
}

.social-medias-vertical-inner .svg-outer-wrapper {
    width: 100%;
}

.social-medias-vertical-inner .search-engine svg {
    max-width: 100%;
    fill: #f9b337;
}

.search-engine.active .svg-wrapper {
    opacity: 0;
}

.x-wrapper {
    width: 50px;
    height: 50px;
    font-size: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.x-line {
    position: absolute;
    width: 60%;
    height: 3px;
    background-color: #f9b337;
    top: 50%;
    left: 50%;
}

.x-line1 {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -moz-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -o-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.x-line2 {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    -moz-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    -o-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.search-engine.active .x-wrapper {
    opacity: 1;
}

.social-medias-vertical-inner .social-list {
    width: 100%;
}

.social-medias-vertical-inner .social-list .fa-facebook {
    color: #007c3c;
}

.social-medias-vertical-inner .social-list .fa-instagram {
    color: #eb5b25;
}

.social-medias-vertical-inner .social-item:nth-child(3n + 1) svg *,
.social-medias-vertical-inner .social-item:nth-child(3n + 1) svg {
    fill: #007c3c;
}

.social-medias-vertical-inner .social-item:nth-child(3n + 2) svg *,
.social-medias-vertical-inner .social-item:nth-child(3n + 2) svg {
    fill: #eb5b25;
}

.social-medias-vertical-inner .social-item:nth-child(3n + 3) svg *,
.social-medias-vertical-inner .social-item:nth-child(3n + 3) svg {
    fill: #f9b337;
}

.social-medias-vertical-inner .social-list > ul > li {
    background-color: #fff;
    border-radius: 7px;
    overflow: hidden;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    margin-bottom: 60px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border: 2px solid #fff;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.social-medias-vertical-inner .social-list > ul > li:last-child {
    margin-bottom: 0;
}

.social-medias-vertical-inner .social-list > ul > li > a {
    vertical-align: middle;
    font-size: 32px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme-img-slider:not(.slick-initialized) .theme-img + .theme-img {
    display: none;
}

.theme-img {
    width: 100%;
    height: calc(100vh - 160px);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.social-medias-vertical {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 150px;
    background-color: rgba(255, 255, 255, 0.5);
}

.heading {
    position: relative;
}

.page-content {
    background-image: url('../images/background_tiles.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position-y: 100px;
}

.page-top-text {
    position: relative;
    width: 100%;
}

.page-top-text .container {
    min-height: 1px;
}

.page-content:not(.page-index) .default-section {
    border-top: 1px solid #e5e5e5;
}

.page-top-text .left-tile {
}


.left-tile-content {
    font-size: 3.5vw;
    line-height: 4.2vw;
    color: #007c3c;
    font-weight: 700;
    z-index: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 80px;
}

/*.index-tile .left-tile-content {*/
/*    top: -100px;*/
/*}*/

.index-tile .left-tile-content {
    overflow: visible;
    margin-top: 60px;
    padding-bottom: 0;
    font-size: 60px;
    line-height: 1.25 !important;
    /*line-height: 5.2vw;*/
    /*max-width: 20vw;*/
}

.page-top-text + .coordinates-section {
    /*margin-top: -220px;*/
}

.no-image.page-top-text .init-columns {
    width: 100%;
}

.no-image .left-tile {
    position: static;
    width: 100%;
    padding-bottom: 0;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    border-radius: 0;
    background-color: transparent;
}

.page-top-text.no-image {
    padding-top: 30px;
}

.no-image .left-tile.theme-green .left-tile-content {
    color: #007c3c;
}

.no-image .left-tile.theme-yellow .left-tile-content {
    color: #fbbb21;
}

.no-image .left-tile.theme-red .left-tile-content {
    color: #eb5b25;
}

.page-top-text.no-image .left-tile-content-wrapper {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    position: static;
}

.page-top-text.no-image .left-tile-content {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    position: static;
    text-align: center;
    width: 100%;
    font-size: 3.5vw;
    line-height: 4.2vw;
    color: #fff;
    padding: 15px 0;
    max-width: initial;
    text-align: left;
}

.container-search h2.h2 {
    font-size: 3.5vw;
    line-height: 4.2vw;
}

.page-top-text.no-image .left-tile-content:before {
    display: none;
}

.coordinates-section .content {
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}

.content {
    position: relative;
}

.coordinates {
    left: 0;
    padding-right: 20px;
    width: 50%;
    bottom: 0;
    display: inline-block;
}

.co-content {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Tahoma', sans-serif;
    color: #007c3c;
}

.co-content img {
    display: block;
    width: 120px;
}

.coordinates-title {
    font-size: 50px;
}

.main-video-fancy {
    height: 0;
    padding-bottom: 36%;
    width: 50%;
    background-size: cover;
    background-position: center center;
    display: block;
    flex-shrink: 0;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.main-video-fancy .hover-mask {
    background-color: transparent;
    opacity: 1;
}

.main-video-fancy .hover-mask .hover-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -moz-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    -o-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
    width: 150px;
    height: 150px;
    background-color: #eb5b25;
    border-radius: 15px;
}

.main-video-fancy .hover-mask .hover-shape:before {
    content: '\f0da';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-35%, -55%, 0) rotate(-45deg) scaleX(1.5);
    -moz-transform: translate3d(-35%, -55%, 0) rotate(-45deg) scaleX(1.5);
    -ms-transform: translate3d(-35%, -55%, 0) rotate(-45deg) scaleX(1.5);
    -o-transform: translate3d(-35%, -55%, 0) rotate(-45deg) scaleX(1.5);
    transform: translate3d(-35%, -55%, 0) rotate(-45deg) scaleX(1.5);
    color: #fff;
    font-family: 'FontAwesome', sans-serif;
    font-size: 72px;
}

.species-list {
    font-size: 0;
    margin: -25px;
}

.species-list > * {
    font-size: 16px;
}

.species {
    display: inline-block;
    width: 25%;
    padding: 25px;
    vertical-align: top;
}

.species-link {
    display: block;
    border-width: 3px 3px 0 3px;
    border-style: solid;
    border-radius: 10px;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.theme-red .species-link {
    border-color: #eb5b25;
}

.theme-yellow .species-link {
    border-color: #fbbb21;
}

.theme-green .species-link {
    border-color: #007c3c;
}

.species-img {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 8px;
}

.species-img-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.species-img-inner:before {
    content: '';
    display: block;
    padding-top: 92.8994%;
}

.species-img-inner img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.species-caption {
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 10px 10px 20px;
}

.species-arrows-wrapper {
    /*position: absolute;*/
    /*top: 50%;*/
    /*right: 0;*/
    /*-webkit-transform: translate3d(0, -50%, 0);*/
    /*-moz-transform: translate3d(0, -50%, 0);*/
    /*-ms-transform: translate3d(0, -50%, 0);*/
    /*-o-transform: translate3d(0, -50%, 0);*/
    /*transform: translate3d(0, -50%, 0);*/
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 15px;
    float: right;
}

.text-align-center {
    text-align: center;
}

.left-tile-content-wrapper .heading-teaser {
    margin-top: 50px;
}

.heading-teaser {
    font-size: 14px;
    margin-bottom: 60px;
    color: #007c3c;
}

.page-content.page-index .section-species-slider {
    padding-top: 0;
    padding-bottom: 0;
}


.default-arrow {
    width: 120px;
    height: 120px;
    display: block;
    float: left;
    cursor: pointer;
}

.default-arrow > svg {
    max-width: 100%;
    fill: #e8e7e8;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.default-arrow-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.theme-red .species-link {
    background-color: #eb5b25;
}

.theme-yellow .species-link {
    background-color: #fbbb21;
}

.theme-green .species-link {
    background-color: #007c3c;
}

.event-list {
    font-size: 0;
    margin: -50px;
    padding: 0 10px;
}

.event-list > * {
    font-size: 16px;
}

.event {
    display: inline-block;
    width: 33.3333%;
    padding: 50px;
    vertical-align: top;
}

.event-link {
    display: block;
    border-width: 3px;
    border-style: solid;
    border-radius: 10px;
    border-color: #e5e5e5;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.event-img {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 65%;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
}

.event-img-inner {
    padding: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.event-img-inner img {
    max-width: 100%;
    border-radius: 5px 5px 0 0;
}

.event-content {
    padding: 15px 20px 25px;
}

.event-date {
    margin-bottom: 5px;
}

.event-date-icon {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}

.event-date-icon > svg {
    fill: #007c3c;
    max-width: 100%;
}

.event-date-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #4b4a4d;
}

.event-title {
    font-size: 21px;
    line-height: 28px;
    padding: 0 5px;
    color: #4b4a4d;
    font-weight: 700;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.more-section .btn.theme-red {
    border-color: #eb5b25;
}

.more-section .btn.theme-red svg {
    fill: #eb5b25;
}

.more-section .btn.theme-green {
    border-color: #007c3c;
}

.more-section .btn.theme-green svg {
    fill: #007c3c;
}

.more-section .btn.theme-yellow {
    border-color: #fbbb21;
}

.more-section .btn.theme-yellow svg {
    fill: #fbbb21;
}

.more-section svg {
    width: 100%;
}

.more-section .content {
    background-color: #f6f6f6;
}

.more-section .buttons-wrapper {
    font-size: 0;
    margin: 0 -50px;
}

.more-section .buttons-wrapper > * {
    font-size: 16px;
}

.more-section .btn-wrapper {
    display: inline-block;
    width: 33.3333%;
    padding: 100px 50px;
    vertical-align: top;
}

.more-section .btn {
    text-align: left;
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0.05em;
    color: #4b4a4d;
    font-weight: 700;
    width: 100%;
    padding-right: 30px;
    border-width: 3px;
    border-radius: 20px;
    background-color: #fff;
    white-space: normal;
    display: table;
    width: 100%;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.more-section .btn-icon {
    vertical-align: middle;
}

.icon-wrapper-inner {
    width: 130px;
    height: 130px;
}

.more-section .btn-desc {
    vertical-align: middle;
    width: 100%;
}

.more-section .btn-inner-wrapper {
    display: table-row;
}

.more-section .btn-desc,
.more-section .btn-icon {
    display: table-cell;
}

.contact-section .map-wrapper {
    float: left;
    width: 58%;
}

.map-wrapper iframe {
    width: 100%;
    height: 550px;
    vertical-align: bottom;
}

.contact-section .contact-wrapper {
    float: right;
    width: 42%;
    padding: 0 30px;
    background-image: url('../images/tile_piece.jpg');
    background-repeat: no-repeat;
    background-position: 100% 0;
    padding-bottom: 50px;
}

.contact-inner-wrapper {
    max-width: 300px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #4b4a4d;
    font-weight: 700;
}

.contact-inner-wrapper a {
    color: #4b4a4d;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.contact-logo-wrapper > img {
    max-width: 100%;
}

.contact-logo-wrapper {
    margin-bottom: 30px;
}

.contact-img-wrapper > img {
    max-width: 100%;
}

.contact-img-wrapper {
    margin-top: 15px;
}

.contact-section .social-list {
    margin: 15px 0;
}

.contact-section .social-icon {
    width: 50px;
    height: 50px;
}

.contact-section .social-icon svg {
    width: 100%;
    fill: #4b4a4d;
}

.contact-section .social-list > ul > li {
    width: 50px;
    height: 50px;
    transform: translate3d(-30%, 0, 0);
}

.contact-section img {
    max-width: 100%;
    height: auto !important;
}

@media screen and (min-width: 1140px) {
    .species-link:hover,
    .species-link:focus {
        text-decoration: none;
        outline: none;
    }

    .species-link:hover img {
        -webkit-transform: translate3d(-50%, -50%, 0) scale(1.03);
        -moz-transform: translate3d(-50%, -50%, 0) scale(1.03);
        -ms-transform: translate3d(-50%, -50%, 0) scale(1.03);
        -o-transform: translate3d(-50%, -50%, 0) scale(1.03);
        transform: translate3d(-50%, -50%, 0) scale(1.03);
    }

    .theme-red .species-link:hover {
        background-color: #eb5b25;
        border-color: #eb5b25;
    }

    .theme-yellow .species-link:hover {
        background-color: #fbbb21;
        border-color: #fbbb21;
    }

    .theme-green .species-link:hover {
        background-color: #007c3c;
        border-color: #007c3c;
    }

    .default-arrow:hover svg {
        fill: #007c3c;
    }

    .event-link:hover {
        text-decoration: none;
        -webkit-box-shadow: 20px 20px 28px 2px rgba(221, 221, 221, 1);
        -moz-box-shadow: 20px 20px 28px 2px rgba(221, 221, 221, 1);
        box-shadow: 20px 20px 28px 2px rgba(221, 221, 221, 1);
    }

    .theme-red .event-link:hover {
        border-color: #eb5b25;
    }

    .theme-yellow .event-link:hover {
        border-color: #fbbb21;
    }

    .theme-green .event-link:hover {
        border-color: #007c3c;
    }

    .theme-red .event-link:hover .event-title {
        color: #eb5b25;
    }

    .theme-yellow .event-link:hover .event-title {
        color: #fbbb21;
    }

    .theme-green .event-link:hover .event-title {
        color: #007c3c;
    }

    .more-section .btn:hover {
        -webkit-box-shadow: 10px 10px 64px -17px rgba(170, 170, 170, 1);
        -moz-box-shadow: 10px 10px 64px -17px rgba(170, 170, 170, 1);
        box-shadow: 10px 10px 64px -17px rgba(170, 170, 170, 1);
    }

    .social-medias-vertical-inner .social-list > ul > li:hover {
        border-color: #4d4d4f;
    }

    .social-medias-vertical-inner .search-engine:hover {
        border-color: #4d4d4f;
    }

    .contact-inner-wrapper a:hover {
        color: #f8b334;
    }
}

/* ------------ offer4 ------------ */

.init-columns {
    /*columns: auto 2;*/
    /*column-gap: 120px;*/
    position: relative;
    text-align: left;
    clear: both;
}

/*.init-columns:before {*/
/*content: '';*/
/*position: absolute;*/
/*display: block;*/
/*width: 1px;*/
/*height: 95%;*/
/*left: 50%;*/
/*top: 50%;*/
/*background-color: #ebebec;*/
/*transform: translate3d(0, -50%, 0);*/
/*}*/

/* ------------ about company5 ------------ */

.column-article .h2 {
    word-break: break-word;
}

.column-article {
    overflow: hidden;
}

.column-article-left-image {
    float: left;
    width: 25%;
    position: relative;
    border-radius: 10px;
    border-width: 3px;
    border-style: solid;
}

.column-article-left-image-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    border-radius: 10px;
    padding: 5px;
    font-size: 0;
}

.column-article-left-image-inner img {
    max-width: 100%;
    vertical-align: bottom;
    display: block;
    border-radius: 10px;
}

.column-article-left-content {
    width: 65%;
    float: right;
}

.column-article-left-content .btn {
    float: right;
}

.theme-green .column-article-left-image {
    border-color: #007c3c;
}

.theme-red .column-article-left-image {
    border-color: #eb5b25;
}

.theme-yellow .column-article-left-image {
    border-color: #fbbb21;
}

.theme-green .h2 {
    color: #007c3c;
}

.theme-red .h2 {
    color: #eb5b25;
}

.theme-yellow .h2 {
    color: #fbbb21;
}

/* ------------ contact3 ------------ */

.project-collaboration {
    display: block;
    height: 300px;
    width: 300px;
    padding: 30px;
    position: absolute;
    right: 200px;
    top: 50vh;
    -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
    -moz-transform: translate3d(0, -50%, 0) rotate(45deg);
    -ms-transform: translate3d(0, -50%, 0) rotate(45deg);
    -o-transform: translate3d(0, -50%, 0) rotate(45deg);
    transform: translate3d(0, -50%, 0) rotate(45deg);
    background-color: #fff;
    border-radius: 20px;
}

.project-collaboration-inner-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    -moz-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    -o-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    text-align: center;
    width: 200px;
}

.project-collaboration-inner-wrapper img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.project-collaboration-inner-wrapper span {
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.05em;
    color: #4b4a4d;
    width: 100%;
    text-align: left;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 2px;
}

.contact-icons-section {
    columns: auto;
}

.contact-icons-section:before {
    display: none;
}

.page-contact .map-wrapper {
    border: 3px solid #fbbb21;
    border-radius: 10px;
    font-size: 0;
}

.page-contact .map-wrapper iframe {
    border-radius: 10px;
    height: 700px;
}

.contact-element {
    float: left;
    width: 50%;
    display: table;
    padding: 5px 0;
}

.contact-row {
    display: table-row;
}

.contact-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.contact-cell a {
    color: #4b4a4d;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.contact-icon-inner-wrapper {
    font-size: 0;
    width: 130px;
    text-align: center;
}

.contact-icon svg {
    width: 130px;
    height: 130px;
    vertical-align: bottom;
}

.contact-icon-location svg {
    fill: #eb5b25;
}

.contact-icon-message svg {
    fill: #fbbb21;
}

.contact-text {
    line-height: 30px;
    font-size: 18px;
    width: 100%;
    color: #4b4a4d;
}

@media screen and (min-width: 1140px) {
    .contact-cell a:hover {
        color: #fbbb21;
    }
}

/* --- form contact --- */

.contact-form-wrapper {
    border-radius: 10px;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
    max-width: 800px;
    font-family: 'Ubuntu', sans-serif;
}

.contact-form-wrapper .form-element-option-text,
.contact-form-wrapper .text {
    font-family: 'Ubuntu', sans-serif;
}

.contact-form-wrapper h2 {
    padding-bottom: 20px;
    text-align: center;
    color: #007c3c;
    font-weight: 700;
}

.contact-form-wrapper .btn[type="submit"] {
    min-width: 150px;
    background-color: #007c3c;
    border-color: #007c3c;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    float: none !important;
}

.form-control:focus {
    border-color: #007c3c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 102, 51, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 102, 51, .6);
}

.contact-form-wrapper .icheckbox_minimal-custom,
.contact-form-wrapper .iradio_minimal-custom {
    background-image: url(../images/minimal.png);
}

@media screen and (min-width: 1140px) {
    .contact-form-wrapper .btn[type="submit"]:focus,
    .contact-form-wrapper .btn[type="submit"]:hover {
        background-color: #1b9256;
        border-color: #1b9256;
        color: #fff;
    }
}

/* ------------ calendar ------------ */

.calendar-wrapper {
    margin: 0 auto;
    max-width: 840px;
}

.calendar-wrapper.calendar-wrapper-big {
    max-width: unset;
}

.table-calendar {
    width: 100%;
    padding: 0 15px;
}

.table-calendar,
.table-calendar td,
.table-calendar tr,
.table-calendar th {
    vertical-align: middle;
    text-align: center;
    border-collapse: separate;
    min-width: 80px;
}

.table-calendar tr td {
    color: #007c3c;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
}

.table-calendar tr td.has-event a {
    background-color: #007c3c;
    color: #fff;
    /*border-radius: 30px;*/
}

.table-calendar tr td .event-count {
    display: block;
    position: absolute;
    top: 8px;
    right: 10%;
    background-color: #fbbb21;
    color: #19395f;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    font-weight: 900;
    font-size: 20px;
}

.table-calendar tr .other-month {
    color: #89888a;
}

.table-calendar td {
    width: 14.2857%;
}

.table-calendar .calendar-month-name {
    font-size: 72px;
    line-height: 85px;
    color: #007c3c;
}

.table-calendar .calendar-month-name,
.table-calendar .calendar-arrow {
    padding-bottom: 50px;
}

.calendar-arrow a {
    width: 120px;
    height: 120px;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

.month-change:before {
    content: '';
    display: block;
    position: absolute;
    width: 100vw;
    top: 50%;
    height: 1px;
    background-color: rgba(218, 218, 218, 0.6);
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.month-prev:before {
    right: 76%;
}

.month-next:before {
    left: 76%;
}

.calendar-arrow a svg {
    max-width: 100%;
    fill: #e8e7e8;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.calendar-left-arrow a svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.table-calendar thead tr:nth-child(2) th {
    color: #007c3c;
}

.table-calendar tbody tr td a {
    display: block;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.table-calendar tbody tr td a time {
    display: block;
    /*margin-top: 50px;*/
    margin-top: 25px;
}

.table-calendar thead tr:nth-child(2) th,
.table-calendar tbody tr td {
    /*padding: 50px 0px;*/
    padding: 25px 0px;
    font-size: 28px;
    background-color: #fff;
    border: 1px solid rgba(150, 150, 150, 0.2);
}

.table-calendar thead {
    border-radius: 10px;
}

.table-calendar tbody tr td:first-child {
    /*border-radius: 0 30px 30px 0;*/
    border-radius: 0;
}

.table-calendar tbody tr td:last-child {
    /*border-radius: 30px 0 0 30px;*/
    border-radius: 0;
}

.table-calendar tbody tr:last-child td {
    /*border-radius: 30px 30px 0 0;*/
    border-radius: 0;
}

.table-calendar thead tr:nth-child(2) .weekday-1 {
    border: 1px solid rgba(150, 150, 150, 0.2);
    /*border-width: 1px 0 0 1px;*/
    border-top-left-radius: 30px;
}

.table-calendar thead tr:nth-child(2) .weekday-7 {
    border: 1px solid rgba(150, 150, 150, 0.2);
    /*border-width: 1px 1px 0 0;*/
    border-top-right-radius: 30px;
}

.table-calendar tbody tr:last-child .weekday-1 {
    border: 1px solid rgba(150, 150, 150, 0.2);
    /*border-width: 0 0 1px 1px;*/
    border-bottom-left-radius: 30px;
    border-top-left-radius: 0;
}

.table-calendar tbody tr:last-child .weekday-7 {
    border: 1px solid rgba(150, 150, 150, 0.2);
    /*border-width: 0 1px 1px 0;*/
    border-bottom-right-radius: 30px;
    border-top-right-radius: 0;
}

/*.table-calendar tbody tr td:first-child {*/
/*border-left: 1px solid rgba(150, 150, 150, 0.2);*/
/*}*/

/*.table-calendar tbody tr td:last-child {*/
/*border-right: 1px solid rgba(150, 150, 150, 0.2);*/
/*}*/

/*.table-calendar thead tr:nth-child(2) th {*/
/*border-top: 1px solid rgba(150, 150, 150, 0.2);*/
/*background-color: #fff;*/
/*}*/

/*.table-calendar tbody tr:last-child td {*/
/*border-bottom: 1px solid rgba(150, 150, 150, 0.2);*/
/*}*/

@media screen and (min-width: 1140px) {
    .calendar-arrow a:hover svg {
        fill: #007c3c;
    }

    .month-change:hover:before {
        background-color: rgba(0, 102, 51, 0.4);
    }

    .table-calendar tbody tr td a:hover {
        text-decoration: none;
    }
}

.location-btn {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.location-wrapper {
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.main-slider {
    position: relative;
}

#about-us-map {
    padding: 0;
}

.fancybox-slide--video .fancybox-content {
    width: 50%;
    height: 0;
    padding-bottom: 28.2%;
    position: relative;
}

.fancybox-slide--video .fancybox-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.search-form {
    margin-right: 1px;
}

.search-form .btn[type="submit"] {
    background-color: #4b4a4f;
    border-color: #4b4a4f;
    border-radius: 0 6px 6px 0;
    width: 65px;
    height: 65px;
    opacity: 1;
}

.search-form .btn[type="submit"]:hover,
.search-form .btn[type="submit"]:focus {
    color: #fff;
}

.search-form .form .element-row {
    right: -8px;
}

.search-form .form-group-lg .form-control + .form-control-feedback,
.search-form .input-group-lg + .form-control-feedback,
.search-form .input-lg + .form-control-feedback {
    width: 65px;
    height: 65px;
    line-height: 65px;
}

.search-result-container {
    font-size: 24px;
    font-weight: 700;
}

.page-top-text .event-date {
    clear: both;
}

.page-top-text .event-date,
.news-view-title {
    font-weight: 700;
}

.news-view-title {
    text-align: center;
}

.page-top-text.no-image .news-view-title {
    width: 100%;
    text-align: center;
}

.search-form .form-control {
    height: 65px;
}

.search-form .form-control {
    border-radius: 6px 0 0 6px;
    font-size: 18px;
}

.text-align-right {
    text-align: right;
}

.text-container {
    max-width: 1139px;
    margin: 0 auto;
    text-align: justify;
}

.return-btn {
    text-align: right;
    clear: both;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-button-center {
    text-align: center;
    overflow: hidden;
}

.section-events .btn {
    float: right;
}

.events-links .content {
    background: none;
}

.events-links-list {
    font-size: 0;
    background: none;
    margin: -15px -20px;
}

.events-links-list > * {
    font-size: 1rem;
}

.events-links.page-top-text {
    min-height: auto;
    overflow: hidden;
}

.events-links.page-top-text .btn-wrapper {
    padding: 15px 20px;
}

.events-links .btn-wrapper .btn {
    font-size: 18px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.events-links.page-top-text .btn.theme-red {
    border-color: #eb5b25;
    background-color: #eb5b25;
    color: #fff;
}

.events-links.page-top-text .btn.theme-red svg {
    fill: #fff;
}

.events-links.page-top-text .btn.theme-green {
    border-color: #007c3c;
    background-color: #007c3c;
    color: #fff;
}

.events-links.page-top-text .btn.theme-green svg {
    fill: #007c3c;
}

.events-links.page-top-text .btn.theme-yellow {
    border-color: #fbbb21;
    background-color: #fbbb21;
    color: #fff;
}

.events-links.page-top-text .btn.theme-yellow svg {
    fill: #fff;
}

@media screen and (min-width: 1140px) {
    .events-links.page-top-text .btn.theme-red:hover {
        background-color: #fff;
        color: #eb5b25;
    }

    .events-links.page-top-text .btn.theme-green:hover {
        background-color: #fff;
        color: #007c3c;
    }

    .events-links.page-top-text .btn.theme-yellow:hover {
        background-color: #fff;
        color: #fbbb21;
    }
}

.fancybox-modal-newsletter.fancybox-modal-newsletter {
    padding: 0;
}

.header-inner {
    padding-left: 25px;
}

.page-pricelist .page-top-text {
    background: #fff;
}

.page-pricelist .page-top-text:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 1;
}

@media screen and (min-width: 1281px) {
    .page-pricelist .page-top-text > .container {
        max-width: 1350px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

.page-pricelist .page-top-text .init-columns {
    width: 100%;
    max-width: 878px;
    z-index: 10;
    margin: 0 auto;
}

.pricelist-title {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 40px;
}

.pricelist-collection {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.pricelist-collection > * {
    padding: 10px;
}

.pricelist-collection .text > strong,
.pricelist-collection .text > p > strong {
    font-size: 20px;
}

.pricelist-collection-time {
    display: flex;
    align-items: center;
    line-height: 1.2;
}

.pricelist-collection-time + .pricelist-collection-time {
    margin-top: 10px;
}

.pricelist-collection-time .icon {
    display: block;
    height: 30px;
    width: 30px;
    flex-shrink: 0;
}

.pricelist-collection-time .icon svg,
.pricelist-collection-time .icon svg * {
    fill: currentColor;
}

.pricelist-tiles {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.pricelist-tile-container {
    position: relative;
    padding: 10px;
}

.pricelist-tile-container:before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}

.pricelist-tile-container.width-25 {
    width: 25%;
}

.pricelist-tile-container.width-50 {
    width: 50%;
}

.pricelist-tile-container.width-50:before {
    padding-top: 25%;
}

.pricelist-tile {
    position: absolute;
    inset: 10px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 10px;

    border-style: solid;
    border-width: 2px;
    border-radius: 5px;

    text-align: center;
    color: #646363;
}

.pricelist-tile .icon {
    height: 100px;
    width: 100px;
    margin: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricelist-tile .icon svg,
.pricelist-tile .icon svg * {
    fill: currentColor;
}

.pricelist-tile .text {
    line-height: 1.2;
    color: #646363;
}

.pricelist-tile-container.width-50 .pricelist-tile {
    flex-direction: row;
}

.pricelist-tile-container.width-50 .pricelist-tile .icon {
    height: initial;
    width: 50%;
    aspect-ratio: 1;
}

.pricelist-tile-container.width-50 .pricelist-tile .text {
    width: 50%;
}

hr {
    margin: 40px 0;
    border-color: rgba(0, 0, 0, 0.1);
}

.contact-priceList .pricelist-tile-container {
    width: 25%;
}

.pricelist-tiles.contact-priceList {
    padding-top: 80px;
}

.contact-init-columns {
    border-top: 1px solid #e5e5e5;
    margin-top: 80px;
}

.init-columns.contact-icons-section.text.txt > .contact-icons > div {
    display: flex;
    flex-wrap: wrap;
}

.species-list.species-list-new {
    margin: -70px;
}

.species-list-new .species {
    width: 33.3333%;
    padding: 70px;
}

.calendar-heading-row {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    max-width: 1280px;
    margin: 0 auto;
}

.days-slider-wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

.calendar-wrapper.calendar-wrapper-big .event-list {
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.calendar-heading-row .month-change {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.calendar-heading-row .month-change .caption {
    opacity: 0.502;
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    text-align: center;
}

.calendar-heading-row .month-change .icon {
    width: 50px;
}

.calendar-heading-row .month-change .icon * {
    fill: #646363;
}

.calendar-heading-row .month-change:hover .icon * {
    fill: #007c3c;
}

.calendar-heading-row .month-change .icon svg {
    display: block;
    max-width: 100%;
}

.calendar-heading-row .month-change.month-next {
    justify-content: flex-end;
}

.calendar-heading-row .calendar-month-name {
    font-size: 40px;
    color: #007c3c;
    font-weight: 700;
    text-align: center;
}

.calendar-heading-row .month-change:before {
    content: none;
}

.days-slider.days-slider-calendar {
    padding: 25px 150px;
    margin: -10px;
}

.days-slider.days-slider-calendar .slick-track {
    display: flex;
    align-items: stretch;
}

.days-slider.days-slider-calendar .slick-track .slick-slide {
    height: unset;
}

.days-slider-item {
    padding: 10px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.days-slider-item-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    flex-grow: 1;
    border-radius: 9px;
    border: 3px solid #007c3c;
    color: #007c3c;
    padding: 7px;
}

.days-slider-item-inner.day-inactive {
    background-color: #ffffff;
    border: 3px solid #d3d3d3;
    color: #d3d3d3;
}

.days-slider-item-inner.day-active {
    border: 3px solid #007c3c;
    background-color: #007c3c;
    color: #fff;
}

.days-slider-item-inner.theme-green {
    border-color: #007c3c;
    color: #007c3c;
}

.days-slider-item-inner.theme-red {
    border-color: #eb5b25;
    color: #eb5b25;
}

.days-slider-item-inner.theme-yellow {
    border-color: #fbbb21;
    color: #fbbb21;
}

.days-slider-item-inner.day-today {
    background-color: rgba(0, 0, 0, 0.05);
}

.day-slide-number {
    font-size: 30px;
    font-weight: 700;
    display: block;
}

.days-item-weekday:first-letter {
    text-transform: uppercase;
}

.days-slider-wrapper {
    position: relative;
}

.days-slider-arrows {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.days-slider-arrow {
    width: 50px;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    pointer-events: initial;
}

.days-slider-arrow .icon * {
    fill: #646363;
    transition: all .2s linear;
}

@media screen and (min-width: 1140px) {
    .days-slider-arrow:hover .icon * {
        fill: #007c3c;
    }
}

.pricelist-tiles.contact-priceList {
    max-width: 900px;
    margin: -10px auto;
}

.event-dates-title {
    margin-bottom: 10px;
}

.margin-center {
    margin-left: auto;
    margin-right: auto;
}

.event-date-form {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
    margin-top: 5px;
    clear: both;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
}

.modal-header {
    background-color: #007c3c;
    color: #fff;
    padding: 15px 35px;
}

.modal-body {
    padding: 20px 35px;
}

.modal-header .close {
    margin-top: 4px;
    font-size: 23px;
    color: #fff;
    opacity: 1;

    &:hover {
        color: #f8b334;
        text-shadow: 0 1px 0 #f8b334;
    }
}

.contact-button-center {
    display: flex;
    justify-content: center;
}

.modal-title {
    font-weight: 600;
}

.select2-container .select2-selection--single {
    height: 46px;
    border-color: #ccc;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 11px;
}

.form .form-group-lg .captcha-image-wrapper {
    border-radius: 0;
}

.form .consent-row {
    margin-bottom: 0;
}

.icon svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.event-date-past {
    text-decoration: line-through;
}

.row-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}


.section-title {
    font-size: 60px;
    line-height: 1.25 !important;
}

.fancybox-modal-newsletter .contact-form-wrapper h2 {
    color: #fff;
}

.fancybox-modal-newsletter .contact-form-wrapper .hide-after-success .text {
    color: #fff;
}
.fancybox-modal-newsletter .fancybox-close-small:after{
    top: 10px!important;
    right: 10px!important;
}

.fancybox-modal-newsletter .contact-form-wrapper {
    margin: 0;
    width: 100%;
}