#extr-page #header {
    height: auto;
    overflow: inherit;
}

#extr-page #header.bg-color-white {
    background: #FEFEFF !important;
}

@media (min-width: 768px) and (max-width: 880px) {
    #extr-page #header {
        padding-left: 30px !important;
    }
}

#extr-page  #header #logo,
.btn-header-lang {
    display: block;
    margin: 16px 0;
}

#extr-page body.smart-style-6 #logo img {
    display: block;
    margin-text-outline: -17px;
}

#extr-page #header #logo img {
    width: 100%;
}

#extr-page #header > div {
    margin-top: 22px;
}

.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}

.image-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.image-container {
    background-position: bottom center;
    -webkit-background-size: cover;
    background-size: cover;
}

.image-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}

.image-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}

.image-container img {
    position: absolute;
    z-index: 0;
    bottom: 0;
}

.image-container img.fillWidth {
    width: 100%;
}



body.smart-style-6 #content {
    margin: 0px;
    padding: 0px;
}

#extr-page #main {
    margin: 0px;
    padding: 0px;
}

#extr-page .page-footer {
    height: auto;
    padding-left: 13px;
}

@media (min-width: 680px) {
    #extr-page .page-footer {
        padding-left: 30px;
    }
}

/*
  Fullscreen Image
 */

.modal.modalFullscreenImage {
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

.modalFullscreenImage .modal-dialog {
    width: 100%;
    margin: 0px;
}

/* Modal Content (Image) */
.modalFullscreenImage .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    background: transparent;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
.modalFullscreenImage #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modalFullscreenImage .modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.modalFullscreenImage .modal-header {
    padding: 0px;
    border: inherit;
}

/* The Close Button */
.modalFullscreenImage .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 10;
}

.modalFullscreenImage .close:hover,
.modalFullscreenImage .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modalFullscreenImage .modal-content {
        width: 100%;
    }
}

