#place_insta iframe {
    margin: auto !important;
}
.separate {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.desc {
    width: 45%;
    max-width: 100%;
}
.insta {
    width: 50%;
    max-width: 100%;
}
.abt-animal-img, .abt-plant-img {
    width: 400px;
    max-width: 100%;
}
.wildlife, .plantlife {
    clear: both;
}

.separates {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.act-list {
    width: 49%;
    max-width: 100%;
}
.camp-img {
    max-width: 100%;
    max-height: calc(var(--vh, 1vh)*70);
    height: auto;
    display: block;
    margin: auto;
}
.wrap__editable h3 {
    color: #6F191F;
}

img.news-image {
  background: #dadada;
}
p.news-info {
  margin-top: 0;
}

.news-item {
    clear: both;
    border-top: 1px solid #dadada;
    margin-bottom: 15px;
    display: flow-root;
}
.news-item:nth-child(odd) div.news-info {
    float: right;
    width: 49% !important;
    max-width: 100% !important;
}
.news-item:nth-child(odd) div.news-image {
    float: left;
    width: 50% !important;
    max-width: 100% !important;
}
.news-item:nth-child(even) div.news-info {
    float: left;
    width: 49% !important;
    max-width: 100% !important;
}
.news-item:nth-child(even) div.news-image {
    float: right;
    width: 50% !important;
    max-width: 100% !important;
}


.camping-subjects {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}
.camping-subjects ul {
    padding-left: 40px;
}
.camping-subjects {
    display: flex;
    justify-content: space-between;
}
.subj-topics {
    width: 49%;
}


#id_a42cef64-2216-507c-84ee-5130833d83c2::before {
    opacity: 1;
    background-color: #000 !important;
}
h3.component__title.banner__title.animated {
    color: #FFF;
}
img.banner_media_picture_image {
    opacity: 0.6;
}


/* .section--dark .navigation-a .navigation__item--link {
    color: #000;
}

a.navigation__item--link {
    color: #000 !important;
}
.ple-column--single.ple-module-container.location1__container--inner.editable__container--inner p {
    color: #000;
}
p.logo__title.component__title {
    color: #000;
} */

.section--light .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__cta .cta__link {
    color: #FFF;
}
#id_d3fc4039-e9ca-52aa-9bca-7faa5a45a8b3 {
    background-position: center 71% !important;
}
.section--light .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__cta .cta__link {
    color: #FFFFFF !important;
    background-color: #19316F;
    border: 2px solid #19316F;
    text-decoration: none;
    display: flex;
    font-family: "noto-sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 16px;
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 0;
    text-align: center;
    width: 13.75rem;
    height: 2.25rem;
    padding: 4px 8px;
    max-width: 100%;
    border-radius: 20px;
    transition: color 0.3s, background-color 0.3s, border 0.3s;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.section--light .featuredblocks-grid-a.grid-transparent .featuredblocks .featuredblock__cta .cta__link:hover {
    color: #FFFFFF;
    background-color: #224399;
    border: 2px solid #19316F;
    text-decoration: none;
}


/* Responsive */
@media (max-width: 767px){
	.section-base-container {
	    overflow: hidden;
	}
}
@media (max-width: 1024px) and (min-width: 769px) {
    
}
@media (max-width: 768px) and (min-width: 426px) {
    .subj-topics {
        width: 100%;
    }
}

@media (max-width: 475px) {
    .mobileHeader-phone {
        display: none;
    }
    .subj-topics {
        width: 100%;
    }
	.news-item:nth-child(odd) div.news-image, .news-item:nth-child(even) div.news-info, .news-item:nth-child(even) div.news-image, .news-item:nth-child(odd) div.news-info {
        float: none;
        width: 100% !important;
    }
	.editable__container img {
        max-width: 100%;
    }
    .desc, .insta, .act-list {
        width: 100%;
    }
}