/* === begin featured card (country home) ===*/
.featuredcard{
    width: 100%;
}
.lp__featured_components {
    position: relative;
    /*.swiper-button-next, .swiper-button-prev {
    top: 50%;
}*/
}
.lp__featured_components .lp__card_title {
    text-transform: uppercase;
}
.lp__featured_components.swiper-container {
    overflow: visible;
}
.lp__featured_components.swiper-container .swiper-wrapper {
    overflow: hidden;
    padding-bottom: 32px;
}
.lp__featured_components .featuredcard a.lp__overlay-link {
    margin:16px;
}
.lp__featured_components .swiper-slide {
    padding: 0px 2px 0px 2px;
}

.lp__featured_components .swiper-button-next, .lp__featured_components .swiper-button-prev {
    background-color: #fff;
    border-radius: 100%;
    padding: 6px;
    box-shadow: 0px 2px 2px 1px rgba(112, 112, 112, 0.5);
    -webkit-box-shadow: 0px 2px 2px 1px rgba(112, 112, 112, 0.5);
    -moz-box-shadow: 0px 2px 2px 1px rgba(112, 112, 112, 0.5);
    -o-box-shadow: 0px 2px 2px 1px rgba(112, 112, 112, 0.5);
}
.lp__featured_components .swiper-button-next:after, .lp__featured_components .swiper-button-prev:after {
    color: #0071bc;
    font-size: 14px;
}
.lp__featured_components .swiper-button-prev, .lp__featured_components.swiper-container-rtl .swiper-button-next {
    left: -5px;
    right: auto;
}
@media (min-width: 768px) {
.lp__featured_components .swiper-button-prev, .lp__featured_components.swiper-container-rtl .swiper-button-next {
            left: -12px;
        }
    }
    .lp__featured_components .swiper-button-next, .lp__featured_components.swiper-container-rtl .swiper-button-prev {
    right: -5px;
    left: auto;
}
@media (min-width: 768px) {
.lp__featured_components .swiper-button-next, .lp__featured_components.swiper-container-rtl .swiper-button-prev {
            right: -12px;
        }
    }
    
    .lp__card_img_overlay {
    position: relative;
    overflow: hidden;
}
.lp__card_img_overlay:hover {
    opacity: 0.9;
}
.lp__card_img_overlay .lp__card_img img {
    height: 300px;
}
@media (min-width: 1200px) {
.lp__card_img_overlay .lp__card_img img {
            height: 360px;
        }
    }
    .lp__card_img_overlay .lp__card_img .lp__img_tag {
    padding: 16px;
}

.card_img_cover {
    -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        width: 100%;
    }
    
    .lp__card_overlay_content {
    position: absolute;
    height: auto;
    left: 0;
    right: 0;
    bottom: 0px;
    padding: 80px 16px 55px 16px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 );
}
.lp__card_overlay_content *,
.lp__card_overlay_content .lp__card_title a {
    color: #ffffff;
}
.lp__card_overlay_content *:hover,
.lp__card_overlay_content * .lp__card_title a:hover,
.lp__card_overlay_content .lp__card_title a:hover,
.lp__card_overlay_content .lp__card_title a .lp__card_title a:hover {
    color: #ffffff;
}

.lp__cardvertical_img .lp__card_img img {
    height: auto;
}

.lp__cardsquare_img .lp__card_img img {
    height: auto;
}
.lp__cardsquare_img .lp__card_overlay_content {
    padding: 80px 16px 16px 16px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.4+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#66000000",GradientType=0 );
    /* IE6-9 */
}

/* === End featured card (country home) ===*/