/* NAV TOGGLE */
.nav-toggle span {
    background: #646363;
}

.nav-toggle.active span {
    background: #e5031c;
}

/* RWD MENU */
.rwd-menu ul > li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.rwd-menu ul > li {
    display: block;
    float: left;
    margin-bottom: -1px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}

.rwd-menu ul > li > a {
    position: relative;
    padding: 13px 15px 13px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.rwd-menu .rwd-menu-wrapper > ul > li.active-link > a {
    color: #e5031c;
    text-decoration: none;
    font-weight: 700;
}

.rwd-menu ul > li > a#home {
    padding-left: 50px;
    background: url(../images/home.png) no-repeat 15px 16px;
}

.rwd-menu ul > li.active-link > a#home {
    background: url(../images/home.png) no-repeat 15px -76px;
}

.rwd-menu ul > li > ul {
    display: none;
}

.rwd-menu ul > li.active > ul {
    display: block;
}

.rwd-menu ul > li.active > a {
    /*font-weight: bold;*/
    color: #ed1c24;
}

.rwd-menu ul > li > a > .glyphicon-bg {
    position: absolute;
    top: 1px;
    right: 0;
    bottom: 0;
    width: 50px;
    background: #e7e7e7;
    color: #000;
    text-align: center;
    transition: 0.4s all;
}

.rwd-menu ul > li > ul > li > a,
.rwd-menu ul > li.active > ul > li > a {
    color: #000;
}

.rwd-menu ul > li > ul > li.active-link > a {
    text-decoration: underline;
}

.rwd-menu ul > li:first-child > a > .glyphicon-bg {
    top: 0;
}

.rwd-menu ul > li > a .glyphicon {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    line-height: 50px;
    transition: 0.4s all;
}

.rwd-menu ul > li.active > a .glyphicon {
    transition: 0.4s all;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rwd-menu ul > li.active > ul > li:last-child {
    border-bottom: 0;
}

.rwd-menu ul > li ul {
    border-bottom: 1px solid #000;
}

.rwd-menu ul > li > ul > li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #e7e7e7;
    text-align: center;
}

.rwd-menu ul > li > ul > li:last-child {
    margin-bottom: -1px;
}

.rwd-menu ul > li > ul > li > a {
    position: relative;
    padding: 13px 15px 13px 35px;
    color: #000;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.rwd-menu ul > li > ul > li > a > .glyphicon-bg,
.rwd-menu ul > li > ul > li > ul > li {
    background: #b7b7b7;
}

.rwd-menu ul > li > ul > li > ul > li > a {
    padding: 13px 15px 13px 55px;
}

.rwd-menu ul > li > ul > li > a:before {
    position: absolute;
    top: 22px;
    left: 15px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #000;
    content: '';
}

.rwd-menu ul > li > ul > li.active-link > a:before {
    background: #000;
}

.rwd-menu ul > li > ul > li > ul > li > a:before {
    left: 35px;
}

.rwd-menu ul > li > ul > li > ul {
}

.rwd-menu ul > li > ul > li > ul > li > ul {
}

/*
    Rwd Lang Menu
 */

.rwd-lang {
    background: #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    display: none;
}

.rwd-lang li .lang {
    color: #0d2a54;
}

/*--------------- RESPONSIVE -------------*/
@media screen and (max-width: 1800px) {
    #main-menu ul li a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1720px) {
    #main-menu ul {
        margin-left: -14px;
        margin-right: -14px;
    }

    #main-menu ul li {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1600px) {
    #main-menu ul li a {
        font-size: 14px;
    }

    .container {
        padding-left: 130px;
        padding-right: 130px;
    }

    .social-medias-vertical {
        width: 130px;
    }

    /* ------------ header ------------ */
    .logo {
        padding: 50px 0 49px;
    }

    .logo a {
        width: 200px;
    }

    #main-menu ul li {
        padding: 69px 10px 70px;
    }

    #main-menu ul {
        margin: 0 -16px;
    }

    header.sticky #main-menu ul {
        margin: 0 -12px;
    }

    header.sticky #main-menu ul li {
        padding: 31px 8px;

    }

    .theme-img {
        height: calc(100vh - 122px);
    }

    .font-giantic {
        font-size: 72px;
        line-height: 92px;
    }

    /* ------------ index ------------ */
    .main-video-fancy {
        padding-bottom: 32%;
        width: 53%;
    }

    .main-video-fancy .hover-mask .hover-shape {
        width: 100px;
        height: 100px;
    }

    .main-video-fancy .hover-mask .hover-shape:before {
        font-size: 46px;
    }


    /*.page-top-text .index-tile {*/
    /*width: 25%;*/
    /*padding-bottom: 25%;*/
    /*left: -5%;*/
    /*bottom: 40%;*/
    /*}*/
    /*.index-tile .left-tile-content {*/
    /*font-size: 2vw;*/
    /*line-height: 2.5vw;*/
    /*}*/
    /* ------------------------ */
    /*.page-top-text .left-tile {*/
    /*width: 20%;*/
    /*padding-bottom: 20%;*/
    /*bottom: 70%;*/
    /*}*/
    /*.left-tile-content {*/
    /*font-size: 2vw;*/
    /*line-height: 2.4vw;*/
    /*}*/
    /*.page-top-text .init-columns {*/
    /*width: 70%;*/
    /*column-gap: 100px;*/
    /*}*/
    /*.page-top-text.no-image .left-tile {*/
    /*width: 100%;*/
    /*padding-bottom: 0%;*/
    /*}*/
    /*.page-top-text.no-image .left-tile-content {*/
    /*font-size: 42px;*/
    /*line-height: 56px;*/
    /*}*/
    .species {
        padding: 20px;
    }

    .species-list {
        margin: -20px;
    }

    .event-list {
        margin: -25px;
    }

    .event {
        padding: 25px;
    }

    .page-top-text .init-columns,
    .column-article-left-content {
        /*width: 70%;*/
    }

    .news-view-title {
        width: 70%;
    }
}

@media screen and (min-width: 1440px) {
    .airquality-box {
        margin: 0 10px 0 50px;
    }
}

@media screen and (max-width: 1440px) {

    .offer-list {
        grid-template-columns: repeat(5, 1fr);
    }

    .species-list.species-list-new {
        margin: -40px;
    }

    .species-list-new .species {
        padding: 40px;
    }

    #main-menu ul li a {
        font-size: 13px;
    }

    .container {
        padding-left: 120px;
        padding-right: 120px;
    }

    .social-medias-vertical {
        width: 120px;
    }

    #main-menu ul {
        margin: 0 -10px;
    }

    #main-menu ul li {
        padding-left: 10px;
        padding-right: 10px;
    }

    /* ------------ margin/padding/font system ------------ */
    /* --- fonts ---*/
    .font-giantic {
        font-size: 68px;
        line-height: 84px;
    }

    .font-medium {
        line-height: 50px;
    }

    .font-small {
        font-size: 30px;
        line-height: 42px;
    }

    /* ------------ contact ------------ */
    .project-collaboration {
        height: 200px;
        width: 200px;
        padding: 15px;
        right: 100px;
    }

    .project-collaboration-inner-wrapper {
        width: 120px;
    }

    .project-collaboration-inner-wrapper img {
        /*margin-bottom: 5px;*/
    }

    .project-collaboration-inner-wrapper span {
        font-size: 12px;
        line-height: 16px;
    }

    /* ------------ species ------------ */
    .species-list {
        margin: -15px;
    }

    .species {
        padding: 15px;
    }

    /* ------------ events ------------ */
    .event-list {
        margin: -15px;
    }

    .event {
        padding: 15px;
    }

    /* ------------ column article ------------ */
    .init-columns {
        column-gap: 80px;
    }

    /* ------------------------ */
    .icon-wrapper-inner {
        width: 100px;
        height: 100px;
    }

    .more-section .btn-wrapper {
        padding: 50px 15px;
    }

    .more-section .buttons-wrapper {
        margin: 0px -25px;
    }

    .more-section .btn {
        font-size: 22px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1365px) {
    #main-menu {
        margin-right: 15px;
    }

    .font-giantic {
        font-size: 64px;
        line-height: 82px;
    }

    .container {
        padding-left: 100px;
        padding-right: 100px;
    }

    .social-medias-vertical {
        width: 100px;
    }

    .airquality-box {
        clear: both;
        overflow: hidden;
        width: 100%;
        padding: 5px 0 5px 100px;
        border-bottom: 1px solid rgba(150, 150, 150, 0.4);
        line-height: 22px;
    }

    .airquality-value,
    .airquality-title,
    .airquality-number,
    .airquality-caption {
        float: left;
    }

    .airquality-number br {
        display: none;
    }

    .airquality-title {
        font-weight: 700;
        margin-right: 15px;
    }

    .airquality-title:after {
        content: ':';
    }

    .airquality-value {
        margin-right: 12px;
        padding-right: 12px;
        position: relative;
    }

    .airquality-value:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: 10px;
        background-color: rgba(150, 150, 150, 0.4);
    }

    .airquality-caption {
        margin-right: 10px;
    }

    .airquality-value:last-child {
        margin-right: 0;
        padding-right: 0;
    }

    .airquality-value:last-child:after {
        display: none;
    }

    .airquality-text {
        text-align: left;
    }

    #main-menu ul li {
        padding-top: 53px;
        padding-bottom: 52px;
    }

    .logo {
        padding: 32px 0 33px;
    }
}

@media screen and (max-width: 1280px) {
    .airquality-box {
        padding-left: 20px;
    }

    .theme-img {
        height: 600px;
    }

    .project-collaboration {
        top: 50%;
    }

    .table-calendar .calendar-month-name {
        font-size: 54px;
        line-height: 76px;
    }

    .calendar-arrow a {
        width: 100px;
        height: 100px;
    }

    .table-calendar .calendar-month-name, .table-calendar .calendar-arrow {
        padding-bottom: 35px;
    }

    .table-calendar tr td .event-count {
        width: 32px;
        height: 32px;
        line-height: 30px;
        font-size: 18px;
    }

    .social-medias-vertical-inner .social-list > ul > li,
    .social-medias-vertical-inner .search-engine {
        width: 50px;
        height: 50px;
    }

    .social-medias-vertical-inner .social-item .svg-wrapper {
        width: 25px;
        height: 25px;
    }

    .social-medias-vertical-inner .search-engine,
    .social-medias-vertical-inner .social-list > ul > li {
        margin-bottom: 40px;
    }

    .left-tile-content {
        top: -150px;
    }

    .index-tile .left-tile-content {
        top: -50px;
    }

    .fancybox-slide--video .fancybox-content {
        width: 60%;
        padding-bottom: 34%;
    }

    .search-form .form-control {
        height: 50px;
        padding: 5px 50px 5px 15px;
        font-size: 16px;
    }

    .form-group-lg .form-control + .form-control-feedback,
    .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .search-form .form-group-search {
        padding-right: 0;
    }

    .search-form .btn[type="submit"] {
        font-size: 16px;
        width: 50px;
        height: 50px;
    }

    .search-form {
        margin-top: 0;
    }

    .table-calendar thead tr:nth-child(2) th, .table-calendar tbody tr td {
        font-size: 22px;
    }

}

@media screen and (max-width: 1279px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 1140px) {
    .rwd-lang,
    .rwd-menu,
    .nav-toggle {
        display: none;
        display: none !important;
    }
}

@media screen and (max-width: 1139px) {
    .offer-list {
        grid-template-columns: repeat(4, 1fr);
    }

    .days-slider.days-slider-calendar {
        padding: 25px 60px;
    }

    .calendar-heading-row .month-change .caption {
        font-size: 18px;
    }

    .calendar-heading-row .calendar-month-name {
        font-size: 30px;
    }

    .species-list.species-list-new {
        margin: -10px;
    }

    .species-list-new .species {
        padding: 10px;
    }

    .contact-priceList .pricelist-tile-container {
        width: 25%;
    }

    .text table {
        min-width: 1140px;
    }

    .text table tr td {
        padding: 6px 10px;
    }

    .table-container {
        position: relative;
        overflow-x: scroll;
    }

    #main-menu {
        display: none;
    }

    .nav-toggle {
        display: block;
    }

    .rwd-lang li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .rwd-lang .lang {
        display: block;
        padding: 12px 15px;
    }

    .rwd-lang .lang span {
        font-size: 16px;
        line-height: 24px;
    }

    .rwd-lang .langs-menu-icon {
        margin-right: 15px;
    }

    .rwd-lang .langs-menu-short {
        display: none;
    }

    .rwd-lang .langs-menu-long {
        display: inline-block;
        text-transform: uppercase;
    }

    .text table {
        min-width: 1140px;
    }

    .text table tr td {
        padding: 6px 10px;
    }

    .table-container {
        position: relative;
        overflow-x: scroll;
    }

    .rwd-hide {
        display: none;
    }

    .text img {
        max-width: 100%;
        max-width: 100% !important;
    }

    .container {
        width: 100%;
    }

    .body-block {
        position: fixed;
        width: 100%;
    }

    .article-image {
        margin-right: 25px;
        margin-bottom: 15px;
    }

    /* ------------ buttons ------------ */
    .btn-normal {
        min-width: 120px;
        font-size: 14px;
        padding: 8px 20px;
    }

    .btn-long {
        min-width: 140px;
        font-size: 14px;
        padding: 8px 30px;
    }

    /* ------------ 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: 35px;
        margin-bottom: 0;
    }

    .margin-medium-bottom {
        margin-bottom: 35px;
        margin-top: 0;
    }

    .margin-medium {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .margin-small-top {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .margin-small-bottom {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .margin-small {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    /* --- paddings ---*/
    .padding-giantic-top {
        padding-top: 65px;
        padding-bottom: 0;
    }

    .padding-giantic-bottom {
        padding-bottom: 65px;
        padding-top: 0;
    }

    .padding-giantic {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .padding-big-top {
        padding-top: 50px;
        padding-bottom: 0px;
    }

    .padding-big-bottom {
        padding-bottom: 50px;
        padding-top: 0px;
    }

    .padding-big {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .padding-medium-top {
        padding-top: 35px;
        padding-bottom: 0;
    }

    .padding-medium-bottom {
        padding-bottom: 35px;
        padding-top: 0;
    }

    .padding-medium {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    /* --- fonts ---*/
    .font-giantic {
        font-size: 56px;
        line-height: 72px;
    }

    .font-medium {
        font-size: 28px;
        line-height: 40px;
    }

    .font-small {
        font-size: 24px;
        line-height: 38px;
    }

    /* ------------ header ------------ */
    header {
        position: fixed;
    }

    .logo {
        padding: 18px 0;
    }

    .logo a {
        width: 182px;
    }

    #content {
        padding-top: 114px;
    }

    /* ------------ contact ------------ */
    .page-contact .page-top-text {
        min-height: auto;
    }

    .contact-text {
        line-height: 26px;
        font-size: 16px;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-icon-inner-wrapper {
        width: 80px;
        height: 80px;
    }

    .contact-icon svg {
        width: 80px;
        height: 80px;
    }

    .page-contact .page-top-text .init-columns:before {
        display: none;
    }

    .page-contact .map-wrapper iframe {
        height: 450px;
    }

    /* ------------ species ------------ */
    .species-list {
        margin: -10px;
    }

    .species {
        padding: 10px;
    }

    .species-caption {
        padding: 10px 10px 15px;
    }

    .default-arrow {
        width: 90px;
        height: 90px;
    }

    /* ------------ events ------------ */
    .event-list {
        margin: -10px;
    }

    .event {
        padding: 10px;
    }

    .event-title {
        font-size: 18px;
        line-height: 26px;
    }

    .event-content {
        padding: 10px 10px 15px;
    }

    /* ------------ column article ------------ */
    .column-article-left-image {
        width: 25%;
    }

    .init-columns {
        columns: initial;
    }

    .init-columns:before {
        display: none;
    }

    .page-contact .page-top-text .init-columns {
        columns: initial;
    }

    .page-top-text .init-columns:before {
        display: block;
    }

    /* ------------ pagination ------------ */
    .pagination-wrapper ul li.next a, .pagination-wrapper ul li.prev a {
        width: 80px;
        height: 80px;
    }

    .pagination-wrapper ul li a,
    .pagination-wrapper ul li span {
        font-size: 20px;
        padding: 25px 10px;
    }

    /* ------------------------ */
    .co-content img {
        width: 80px;
    }


    .page-top-text .init-columns {
        column-gap: 60px;
    }

    .icon-wrapper-inner {
        width: 60px;
        height: 60px;
    }

    .more-section .buttons-wrapper {
        margin: 0 -15px;
    }

    .more-section .btn {
        font-size: 16px;
        line-height: 24px;
        padding-right: 15px;
    }

    .more-section .btn-desc {
        padding-left: 10px;
    }

    .contact-section .contact-wrapper {
        width: 50%;
    }

    .contact-section .map-wrapper {
        width: 50%;
    }

    .main-video-fancy .hover-mask .hover-shape {
        width: 60px;
        height: 60px;
    }

    .main-video-fancy .hover-mask .hover-shape:before {
        font-size: 32px;
    }

    .page-contact .map-wrapper iframe {
        height: 450px;
    }

    .map-wrapper iframe {
        height: 450px;
    }

    .theme-img {
        height: 500px;
    }

    .calendar-wrapper {
        overflow-x: auto;
    }

    .table-calendar {
        overflow: hidden;
    }

    .index-tile .left-tile-content {
        font-size: 55px;
    }

    .coordinates-section .h2, .section-title {
        font-size: 48px;
        line-height: 62px;
    }

    .main-video-fancy {
        padding-bottom: 28%;
        width: 47%;
    }

    .search-result-container {
        font-size: 20px;
    }

    .no-image .left-tile {
        margin-bottom: 30px;
    }

    .page-top-text.no-image {
        padding-top: 15px;
    }

    .page-top-text .event-date {
        margin-bottom: 15px;
    }

    .contact-icon-inner-wrapper img {
        padding: 15px;
    }

    .events-links.page-top-text .btn-wrapper {
        width: 50%;
    }

    .events-links-list {
        margin: -10px -20px;
    }

    .events-links.page-top-text .btn-wrapper {
        padding: 10px 20px;
    }

    .coordinates-section .content {
        flex-direction: column-reverse;
    }

    .coordinates {
        padding-right: 0;
        width: 100%;
        margin-bottom: 40px;
    }

    .main-video-fancy {
        margin-bottom: 40px;
        width: 100%;
    }
}


@media screen and (max-width: 960px) {

    .index-tile .left-tile-content {
        font-size: 50px;
    }

    .coordinates-section .h2, .section-title {
        font-size: 43px;
        line-height: 1.25;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .airquality-box {
        padding-left: 15px;
    }

    /* ------------ species ------------ */
    .species-list {
        margin: -10px;
    }

    .species {
        padding: 10px;
    }

    /* ------------ events ------------ */
    .event-list {
        margin: -10px;
    }

    .event {
        padding: 10px;
    }

    .contact-section .contact-wrapper {
        width: 100%;
        padding: 30px;
    }

    .contact-section .map-wrapper {
        width: 100%;
    }

    .contact-section-content {
        width: 100%;
        columns: auto 2;
        column-gap: 15px;
    }

    .contact-inner-wrapper {
        max-width: initial;
    }

    .contact-section-medias-wrapper {
        float: left;
        width: 50%;
    }

    .contact-logo-wrapper {
        margin-bottom: 30px;
        text-align: center;
    }

}

@media screen and (min-width: 768px) {
    /*Bootstrap*/
}

@media screen and (max-width: 767px) {

    .index-tile .left-tile-content {
        font-size: 45px;
    }

    .coordinates-section .h2, .section-title {
        font-size: 37px;
    }
    .left-tile-content-wrapper .heading-teaser{
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .species-list-new .species {
        width: 50%;
    }

    .contact-priceList .pricelist-tile-container {
        width: 33.3333%;
    }

    .pricelist-tile-container.width-25 {
        width: 50%;
    }

    .pricelist-tile-container.width-50 {
        width: 100%;
    }

    .pricelist-tile-container.width-50:before {
        padding-top: 50%;
    }

    /* ------------ margin/padding/font system ------------ */
    /* --- margins ---*/
    .margin-big-top {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .margin-big-bottom {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .margin-big {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .margin-medium-top {
        margin-top: 25px;
        margin-bottom: 0;
    }

    .margin-medium-bottom {
        margin-bottom: 25px;
        margin-top: 0;
    }

    .margin-medium {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .margin-small-top {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .margin-small-bottom {
        margin-bottom: 15px;
        margin-top: 0;
    }

    .margin-small {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    /* --- paddings ---*/
    .padding-giantic-top {
        padding-top: 35px;
        padding-bottom: 0;
    }

    .padding-giantic-bottom {
        padding-bottom: 35px;
        padding-top: 0;
    }

    .padding-giantic {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .padding-big-top {
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .padding-big-bottom {
        padding-bottom: 30px;
        padding-top: 0px;
    }

    .padding-big {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .padding-medium-top {
        padding-top: 25px;
        padding-bottom: 0;
    }

    .padding-medium-bottom {
        padding-bottom: 25px;
        padding-top: 0;
    }

    .padding-medium {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    /* --- fonts ---*/
    .font-giantic {
        font-size: 36px;
        line-height: 50px;
    }

    .font-medium {
        font-size: 24px;
        line-height: 36px;
    }

    .font-small {
        font-size: 22px;
        line-height: 34px;
    }

    /*-------- footer --------*/
    .privacy-policy,
    .copyright,
    .copyright-undicom {
        width: 100%;
        text-align: center;
    }

    .footer-bottom-links {
        width: 100%;
        margin: 0;
        text-align: center;
    }

    /*-------- contact --------*/
    .page-contact .page-top-text .init-columns {
        text-align: left;
    }

    /*-------- gallery --------*/
    .gallery li {
        width: 50%;
    }

    /* ------------ species ------------ */
    .default-arrow {
        width: 70px;
        height: 70px;
    }

    .species {
        width: 33.3333%;
    }

    /* ------------ events ------------ */
    .event-list {
        margin: -5px;
    }

    .event {
        padding: 5px;
    }

    /* ------------ column article ------------ */
    .column-article-left-image {
        width: 45%;
        margin-right: 15px;
    }

    .column-article-left-content {
        width: 100%;
        float: none;

    }

    /* ------------------------ */
    .co-content {
        line-height: 28px;
    }


    .page-top-text .left-tile-content-wrapper {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%;
    }

    .index-tile .left-tile-content {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .left-tile-content {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        width: 100%;
        font-size: 32px;
        line-height: 32px;
        max-width: initial;
        padding-bottom: 30px;
    }

    .left-tile-content:before {
        display: none;
    }

    .coordinates-section .h2 {
        text-align: center;
    }

    .page-top-text .init-columns {
        width: 100%;
    }

    .more-section .buttons-wrapper {
        padding: 15px 0;
        text-align: center;
    }

    .more-section .btn-wrapper {
        width: 50%;
        padding: 10px 15px;
    }

    .page-top-text {
        min-height: auto;
    }

    .page-index .page-top-text {
        margin-top: 15px;
    }

    .theme-img {
        height: 400px;
    }

    .page-top-text.no-image .left-tile {
        padding: 0;
    }

    .page-top-text.no-image .left-tile-content {
        font-size: 24px;
        line-height: 32px;
        text-align: left;
        padding: 0;
    }

    .container-search h2.h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .page-top-text + .coordinates-section {
        margin-top: 0;
    }

    .coordinates-section .h2, .section-title {
        font-size: 36px;
        line-height: 50px;
    }

    .fancybox-slide--video .fancybox-content {
        width: 80%;
        padding-bottom: 45%;
    }

    .news-view-title {
        width: 100%;
        text-align: left;
    }

}

@media screen and (min-width: 706px) {
    footer .show-hide {
        display: block !important;
    }
}

@media screen and (max-width: 639px) {
    .location-wrapper {
        margin-top: 25px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .heading-teaser {
        font-size: 17px;
        margin-bottom: 30px;
        color: #007c3c;
    }

    .days-slider-item-inner {
        font-size: 12px;
        gap: 3px;
    }

    .day-slide-number {
        font-size: 24px;
    }

    .days-slider-item {
        padding: 5px;
    }

    .days-slider.days-slider-calendar {
        margin: -5px;
    }

    .text img {
        max-width: 100%;
        max-width: 100% !important;
        width: inherit;
        width: inherit !important;
        height: auto;
        height: auto !important;
    }

    .text table,
    .text iframe,
    .text object {
        max-width: 100%;
        max-width: 100% !important;
        width: 100%;
        width: 100% !important;
    }

    .article-image {
        margin-right: 0;
        margin-top: 0;
        width: 100%;
        display: block;
        float: none;
        max-width: none;
        text-align: center;
        line-height: 0;
    }

    h1 {
    }

    h2 {
    }

    h3 {
    }

    h4 {
    }

    .project-collaboration {
        height: 120px;
        width: 120px;
        padding: 10px;
        right: 50px;
    }

    .project-collaboration-inner-wrapper {
        width: 80px;
    }

    .project-collaboration-inner-wrapper span {
        font-size: 8px;
        line-height: 10px;
    }

    .airquality-title {
        float: left;
        clear: both;
        width: 100%;
        margin-right: 0;
    }

    .airquality-value {
        font-size: 14px;
        margin-top: 5px;
    }

    #content {
        padding-top: 141px;
    }

    /* ------------ contact ------------ */
    .page-contact .map-wrapper iframe {
        height: 300px;
    }

    /* ------------ pagination ------------ */
    .pagination-wrapper ul li a, .pagination-wrapper ul li span {
        font-size: 16px;
        padding: 10px 5px;
    }

    .pagination-wrapper ul li.next a,
    .pagination-wrapper ul li.prev a {
        width: 50px;
        height: 50px;
    }

    /* ------------ buttons ------------ */
    .btn-normal {
        min-width: 80px;
        font-size: 12px;
        padding: 6px 15px;
    }

    .btn-long {
        min-width: 120px;
        font-size: 12px;
        padding: 6px 20px;
    }

    /* ------------ species ------------ */
    .species-list {
        margin: -5px;
    }

    .species {
        padding: 5px;
    }

    .species-caption {
        padding: 5px 10px 5px;
    }

    /* ------------ events ------------ */
    .event {
        width: 50%;
    }

    /* ------------------------ */
    .main-video-fancy {
        padding-bottom: 59.8540%;
        width: 100%;
    }


    .coordinates {
        position: static;
        margin-bottom: 15px;
        width: 100%;
        text-align: center;
    }

    .map-wrapper iframe {
        height: 300px;
    }

    .table-calendar .calendar-month-name {
        font-size: 38px;
        line-height: 50px;
    }

    .calendar-arrow a {
        width: 60px;
        height: 60px;
    }

    .table-calendar .calendar-month-name, .table-calendar .calendar-arrow {
        padding-bottom: 25px;
    }

    .table-calendar thead tr:nth-child(2) th, .table-calendar tbody tr td {
        padding: 20px 0px;
        font-size: 20px;
    }

    .table-calendar thead tr:nth-child(2) th, .table-calendar tbody tr td {
        font-size: 18px;
    }

    .table-calendar tbody tr td a time {
        margin-top: 20px;
    }

    .table-calendar tr td .event-count {
        width: 20px;
        height: 20px;
        font-size: 12px;
        right: 15%;
        line-height: 20px;
        top: 3px;
        right: 3px;
    }

    .table-calendar, .table-calendar td, .table-calendar tr, .table-calendar th {
        table-layout: fixed;
        min-width: auto;
    }

    .page-top-text.no-image .left-tile {
        font-size: 24px;
    }

    .contact-form-wrapper h2 {
        font-size: 24px;
    }

    .social-medias-vertical {
        width: 60px;
    }

    .social-medias-vertical-inner .social-list > ul > li,
    .social-medias-vertical-inner .search-engine {
        width: 40px;
        height: 40px;
    }

    .social-medias-vertical-inner .svg-wrapper {
        width: 40px;
        height: 40px;
    }

    .social-medias-vertical-inner .social-item .svg-wrapper {
        width: 20px;
        height: 20px;
    }

    .social-medias-vertical-inner .search-engine,
    .social-medias-vertical-inner .social-list > ul > li {
        margin-bottom: 30px;
    }

    .social-medias-vertical-inner .social-list > ul > li > a {
        font-size: 20px;
        line-height: 20px;
    }

    .search-form {
        margin-top: 0;
        max-width: 200px;
    }

    .search-form .btn[type="submit"] {
        padding: 10px 12px;
        font-size: 14px;
        width: 40px;
        height: 40px;
    }

    .search-form .form-control {
        height: 40px;
        padding: 5px 35px 5px 16px;
    }

    .search-form .form-group-search {
        padding-right: 8px;
    }

    .search-form .form .element-row {
        right: 0;
    }

    .search-form .form-group-lg .form-control + .form-control-feedback,
    .search-form .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
        line-height: 40px;
        width: 46px;
        height: 40px;
    }

    .x-line {
        width: 40%;
    }

    .search-result-container {
        font-size: 14px;
    }

    .contact-form-wrapper h2 {
        background-color: #eb5b25;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 15px;
        color: #fff;
    }

    .rwd-menu ul > li > a {
        text-transform: capitalize;
    }
}

@media screen and (max-width: 560px) {
    .index-tile .left-tile-content {
        font-size: 31px;
    }
    .coordinates-section .h2, .section-title{
        font-size: 25px;
    }
    .days-slider-arrow {
        width: 35px;
    }

    .days-slider.days-slider-calendar {
        padding: 25px 35px;
    }

    .calendar-heading-row .month-change .caption {
        display: none;
    }

    .calendar-heading-row .calendar-month-name {
        font-size: 25px;
    }

    .contact-priceList .pricelist-tile-container {
        width: 50%;
    }

    h1 {
    }

    h2 {
    }

    h3 {
    }

    h4 {
    }

    .text {
        word-wrap: break-word;
    }

    /* ------------ margin/padding/font system ------------ */
    /* --- margins ---*/
    .margin-big-top {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .margin-big-bottom {
        margin-bottom: 20px;
        margin-top: 0;
    }

    .margin-big {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .margin-medium-top {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .margin-medium-bottom {
        margin-bottom: 15px;
        margin-top: 0;
    }

    .margin-medium {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .margin-small-top {
        margin-top: 10px;
        margin-bottom: 0;
    }

    .margin-small-bottom {
        margin-bottom: 10px;
        margin-top: 0;
    }

    .margin-small {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    /* --- paddings ---*/
    .padding-giantic-top {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .padding-giantic-bottom {
        padding-bottom: 20px;
        padding-top: 0;
    }

    .padding-giantic {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .padding-big-top {
        padding-top: 15px;
        padding-bottom: 0px;
    }

    .padding-big-bottom {
        padding-bottom: 15px;
        padding-top: 0px;
    }

    .padding-big {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .padding-medium-top {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .padding-medium-bottom {
        padding-bottom: 10px;
        padding-top: 0;
    }

    .padding-medium {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    /* --- fonts ---*/
    .font-giantic {
        font-size: 28px;
        line-height: 38px;
    }

    .font-medium {
        font-size: 20px;
        line-height: 32px;
    }

    .font-small {
        font-size: 20px;
        line-height: 30px;
    }

    /* ------------ header ------------ */
    .logo {
        padding: 14px 0;
    }

    .logo a {
        width: 140px;
    }

    .nav-toggle {
        margin: 16px;
    }

    #content {
        padding-top: 120px;
    }

    /* ------------ contact ------------ */
    .contact-message,
    .contact-location {
        width: 100%;
    }

    /* ------------ pagination ------------ */
    .pagination-wrapper ul li.next a,
    .pagination-wrapper ul li.prev a {
        width: 60px;
        height: 60px;
    }

    /* ------------ species ------------ */
    .default-arrow {
        width: 50px;
        height: 50px;
    }

    .page-content.page-index .section-species-slider {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /* ------------ events ------------ */
    .event-title {
        font-size: 16px;
        line-height: 24px;
    }

    .event-date-text {
        font-size: 14px;
        line-height: 24px;
    }

    .event-content {
        padding: 5px 5px 10px;
    }

    .page-top-text .init-columns {
        columns: auto 1;
    }

    .page-top-text .init-columns:before {
        display: none;
    }

    .theme-img-slider {
        height: 72.81vw;
        overflow: hidden;
    }

    .theme-img {
        /*height: 300px;*/
        height: 72.81vw;
    }

    .coordinates-section .h2, .section-title {
        font-size: 28px;
        line-height: 38px;
    }

    .events-links-list {
        margin: 0;
    }

    .events-links.page-top-text .btn-wrapper {
        width: 100%;
        padding: 10px 0;
    }
}

@media screen and (max-width: 520px) {
    .more-section .btn-wrapper {
        width: 100%;
        padding: 5px 15px;
    }

    .fancybox-slide--video .fancybox-content {
        padding-bottom: 50.5%;
        max-width: 90%;
        width: 90%;
    }
}

@media screen and (max-width: 460px) {
    .contact-element {
        width: 100%;
    }

    .species-arrows-wrapper {
        margin-top: 15px;
    }

    .table-calendar thead tr:nth-child(2) th,
    .table-calendar tbody tr td {
        font-size: 14px;
    }

    .table-calendar tr td .event-count {
        top: 0;
        right: 0;
        font-size: 0;
        width: 0;
        height: 0;
        border-radius: 0;
        background-color: transparent;
        border-right: 15px solid #f8b334;
        border-top: 0px solid transparent;
        border-bottom: 15px solid transparent;
        display: none;
    }
}

@media screen and (max-width: 420px) {

    /*.pricelist-tile-container.width-25 {*/
    /*    width: 100%;*/
    /*}*/
    /*.pricelist-tile-container.width-50:before {*/
    /*    padding-top: 100%;*/
    /*}*/
    .pricelist-tile-container.width-50 .pricelist-tile {
        flex-direction: column;
    }

    .pricelist-tile > .text > p > span > strong {
        font-size: 0.5em;
    }

    .pricelist-tile-container {
        padding: 3px;
    }

    .pricelist-tiles {
        margin: -3px;
    }

    .pricelist-tile {
        inset: 3px;
    }

    .pricelist-tile-container.width-50 .pricelist-tile {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: row;
    }

    .pricelist-tile .text {
        line-height: 1em;
    }

    .pricelist-tile > .text > p > strong > span {
        font-size: 15px !important;
    }

    .text.text--md {
        font-size: 11px;
    }

    .pricelist-tile .icon.icon.icon {
        height: 100px;
        width: 100px;
    }

    .pricelist-tile-container.width-50 .pricelist-tile .text {
        width: initial;
    }

    h1 {
    }

    h2 {
    }

    h3 {
    }

    h4 {
    }

    .default-section.coordinates-section .h2 {
        text-align: center;
    }

    .default-section .h2 {
        text-align: left;
    }

    .airquality-title {
        font-size: 14px;
    }

    .airquality-value {
        margin-right: 9px;
        padding-right: 9px;
        font-size: 13px;
        margin-top: 2px;
    }

    .airquality-caption {
        margin-right: 5px;
    }

    /* ------------ margin/padding/font system ------------ */
    .font-giantic {
        font-size: 24px;
        line-height: 34px;
    }

    .font-medium {
        font-size: 21px;
        line-height: 32px;
    }

    .font-small {
        font-size: 18px;
        line-height: 30px;
    }

    /* ------------ pagination ------------ */
    .pagination-wrapper ul li.next a,
    .pagination-wrapper ul li.prev a {
        width: 50px;
        height: 50px;
    }

    /* ------------ species ------------ */
    /*.section-species-slider .h2 {*/
    /*margin-bottom: 0;*/
    /*}*/
    .species-arrows-wrapper {
        position: static;
        top: 0;
        overflow: hidden;
        right: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .default-arrow {
        width: 50px;
        height: 50px;
    }

    .species-arrow-prev {
        float: left;
    }

    .species-arrow-next {
        float: right;
    }

    .species {
        width: 50%;
    }

    /* ------------ events ------------ */
    .section-events .h2 {
        text-align: left;
    }

    .event {
        width: 100%;
    }

    /* ------------ column article ------------ */
    .column-article-left-image {
        float: none;
        margin: 0 auto;
        /*width: 75%;*/
        width: 100%;
        margin-bottom: 20px;
    }

    /* ------------------------ */
    .left-tile-content {
        line-height: 26px;
    }

    .co-content {
        font-size: 16px;
        line-height: 26px;
    }


    .page-top-text .left-tile {
        margin: 0 0 10px;
        padding: 10px 15px;
    }

    .contact-section-content {
        columns: auto 1;
    }

    .contact-section-medias-wrapper {
        width: 100%;
    }

    .coordinates-section .h2, .section-title {
        font-size: 24px;
        line-height: 34px;
    }

    .page-top-text.no-image .left-tile-content {
        text-align: center;
        font-size: 22px;
        line-height: 26px;
    }

    .container-search h2.h2 {
        font-size: 22px;
        line-height: 26px;
    }

    .contact-inner-wrapper {
        text-align: center;
    }

    .table-calendar thead tr:nth-child(2) th, .table-calendar tbody tr td {
        padding: 15px 0px;
    }

    .table-calendar tbody tr td a time {
        margin-top: 15px;
    }

    .btn {
        width: 100%;
    }

    .column-article .h2 {
        padding: 10px 15px;
        color: #fff;
        border-radius: 15px;
        text-align: center;
    }

    .column-article.theme-green .h2 {
        background-color: #007c3c;
    }

    .column-article.theme-red .h2 {
        background-color: #eb5b25;
    }

    .column-article.theme-yellow .h2 {
        background-color: #fbbb21;
    }

    .more-section-heading-container {
        background-color: #f6f6f6;
        padding-top: 15px;
    }

}

@media screen and (max-width: 319px) {
    body {
        width: 320px;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1440px) {
    header.sticky .airquality-box {
        width: 160px;
        margin: 0 10px 0 30px;
    }

    header.sticky .airquality-box .airquality-title {
        font-size: 0;
    }
}