﻿/* Carmela */

/* General */
body {
    font-size: 20px;
}

/* Header */
header#header, header#header.bg {
    background: #f8f8f8;
    border-bottom: 1px solid #000;
    padding: 21px 67px;
}

#header ul.menu li a {
    color: #232323;
    font-family: 'almoni-neue-aaa-700';
    position: relative;
}
 
.headerInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
}

#header-logo {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    order: 1;
}

header ul.menu {
    order: 2;
    display: flex;
    align-items: center;
    font-size: 89%;
}

header ul.menu li {
    margin-left: 0;
    margin-right: 30px;
    white-space: nowrap; 
}

header ul.menu li.social-links a:not(.ExternalLink) {
    background: #000;
    height: 23px;
    width: 23px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 3px;
}
#header li.social-links > a:last-child { display: none; }
header ul.menu li.social-links svg {
    max-width: 12px;
    max-height: 12px;
}

header ul.menu li.social-links .social-links {
    display: flex;
    flex-direction: row-reverse;
}

#header ul.menu li a::before, #header ul.menu li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    width: 100%;
    transition: 0.3s;
    opacity: 0;
    background: #bf1e2e;
}

#header ul.menu li a::before {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

#header ul.menu li a::after { bottom: 50%; transform: translateY(50%); -webkit-transform: translateY(50%); }

#header ul.menu li a:hover::before, #header ul.menu li a:focus::before { top: -3px; opacity: 1; }
@media(min-width: 1025px) and (max-width: 1570px) {
    #header ul.menu li a:hover::before, #header ul.menu li a:focus::before { top: -6px; opacity: 1; }
}

#header ul.menu li a:hover::after, #header ul.menu li a:focus::after {
    bottom: -3px;
    opacity: 1;
}

header#header::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 4px;
    left: 0;
}

#header ul.menu > li.active:after {
    display: none;
}

/* Homepage */
#home-gallery .gallery-logo {
    width: 100%;
}

#home-gallery .gallery-caption {
    width: 30%;
    max-width: 371px;
}

#home-gallery .gallery-logo {
    width: 100%;
}

#home-gallery .gallery-caption {
    width: 30%;
    max-width: 371px;
    left: 50%;
    transform: translateX(-50%);
}

#home-gallery .scroll-down img {
    display: none;
}

#home-gallery .scroll-down::before {
    content: "";
    display: block;
    width: 50px;
    height: 65px;
    position: relative;
    left: 50%;
    top: 0;
    background: url(/warehouse/temp/carmelay/scroll.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: translateX(-50%);
}

#home-gallery { 
    overflow: visible;
}

#home-gallery .scroll-down {
    bottom: -33px;
}

#DynamicFormObject.fixedWithBtn {
    background: #002e71;
    padding: 30px;
    26px: 3;
}

#form-thanks #text1 { color: #fff; }

.button-holder#FixFormOuter {
    background: #002e71;
    border-radius: 0;
    padding: 15px 5px;
}

.button-holder#FixFormOuter svg.FixFormOuterImg {
    display: none;
}

#side-contact-form #DynamicFormObject .dynamicFormObjectTitleAndText {
    font-size: 167%;
}

#side-contact-form #DynamicFormObject .dynamicFormObjectField {
    padding: 0;
}

div#side-contact-form .normal-form input {
    border-radius: 0;
    margin-bottom: 12px;
    font-size: 78%;
    height: 33px;
    padding-right: 15px;
}

div#side-contact-form .must:before {
    right: 5px;
    top: 4px;
}

div#side-contact-form .normal-form textarea {
    border-radius: 0;
    color: #fff;
    font-size: 78%;
    padding-right: 15px;
    padding-top: 5px;
    margin-bottom: 12px;
}

div#side-contact-form .normal-form textarea::placeholder {
    color: #fff;
}

div#side-contact-form #DynamicFormObject .dynamicFormObjectSubmit input {
    color: #002e71;
    background: #fff;
    font-size: 100%;
    padding: 0;
    font-family: 'almoni-neue-aaa-700';
    line-height: 1;
    border: 1px solid #fff;
}

div#side-contact-form #DynamicFormObject .dynamicFormObjectSubmit {
    padding: 0;
}

div#side-contact-form .dynamicFormEndText {
    font-size: 73%;
}

#FixFormOuter::after {
    content: "";
    display: block;
    width: 15px;
    height: 12px;
    background: url(/warehouse/temp/carmelay/contact-arrow-right.svg);
    margin: 10px auto 0;
    transition: 0.3s;
}


#FixFormOuter.open::after {
    transform: rotate(180deg);
}

#FixFormOuter:not(.open)::before {
    content: "";
    display: block;
    width: 3px;
    height: 100%;
    top: 0;
    right: -7px;
    background: #002e71;
    position: absolute;
}

#home-gallery ol.flex-control-nav.flex-control-paging {
    left: auto;
    right: 30px;
    transform: rotate(90deg);
    bottom: 60px;
}

#home-gallery .flex-control-paging li a {
    border: 2px solid #fff;
    background: none;
}

#home-gallery .flex-control-paging li a.flex-active {
    background: #fff;
}

section h2 {
    color: #002e71;
    font-family: 'almoni-neue-aaa-700';
    font-size: 245%;
}

.headline {
}

section #headline h1 {
    font-size: 245%;
    color: #002e71;
    font-family: 'almoni-neue-aaa-700';
}

#text1, #text2 {
    color: #232323;
}

.popupBtn {
    font-size: 122%;
    font-family: 'almoni-neue-aaa-700';
    color: #232323;
}

.popupBtn::before, .popupBtn::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #bf1e2e;
    bottom: 0;
}

.popupBtn::after {
    bottom: 6px;
}

.popupBtn:hover, .popupBtn:focus {
    background: none;
    color: #232323;
}

.subCategories {
    margin: 0;
}

#home-gallery .opacity-layer {
    z-index: 4 !important;
    background: rgba(0, 0, 0, 0.25);
}

section#about {
    padding-top: 150px;
    margin: 0;
    padding-bottom: 114px;
}

#subheadline h2 {
    color: #232323;
    font-family: 'almoni-neue-aaa-400-new';
    font-size: 123%;
}

.about #text1 {
    max-width: 660px;
}

#subheadline {
    max-width: 660px;
    margin: 0 auto;
}

#text1 {
    max-width: 660px;
}

.common-box .SectionTopImage {
    margin-bottom: 0;
    overflow: visible;
    background-repeat: no-repeat; 
}

.common-box #ContentRegularModule {
    margin-top: -80px;
    background: #fff;
    padding-bottom: 48px;
}

.common-box .headline {
    background: #fff;
    margin-bottom: 0;
    padding-top: 45px;
}

.common-box .SectionTopImage::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    bottom: -6px;
    left: 0;
    height: 2px;
    background: #002e71;
}

.business-events {
    margin-bottom: 40px;
}

section.gallery .headline {
    display: block;
    margin-bottom: 33px;
}

.gallery-cubes > div {
    padding: 13px;
}

.gallery-container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.gallery-cubes .boxes-images-outer-image:hover .image-link-container {
    background: rgb(0 46 113 / 70%);
}

.gallery-cubes .image-link-inner svg {
    display: none;
}

.gallery-cubes .plus-sign::before {
    content: "";
    display: block;
    width: 52px;
    height: 52px;
    background: url(/warehouse/temp/carmelay/plus.svg);
}

.gallery-cubes .plus-sign {
    background: transparent;
    width: 52px;
    height: 52px;
}

.gallery-cubes .image-link-inner {
    background: none;
    width: 52px;
    height: 52px;
}

section#contactus .popupBtn {
    border: 2px solid #BF1E32;
    max-width: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
    height: 100%;
    font-size: 123%;
    padding-top: 5px;
    padding-bottom: 5px;
}

    section#contactus .popupBtn::before {
        bottom: auto;
        top: 2px;
        height: 2px;
    }

    section#contactus .popupBtn::after {
        bottom: 2px;
        height: 2px;
    }

    section#contactus .popupBtn::after {
    }

#contactus .subCategories {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 38px;
}

#contactus #DynamicFormObject {
    border: 3px solid #002e71;
    padding: 38px 98px;
    color: #000;
}

#contactus .normal-form input, #contactus .normal-form input::placeholder {
    color: #000;
    box-shadow: none;
}

    #contactus .normal-form input::placeholder {
    }

#contactus .normal-form textarea, #contactus .normal-form textarea::placeholder {
    color: #000;
}

#contactus #DynamicFormObject .dynamicFormObjectField {
    width: 33.333333%;
}

    #contactus #DynamicFormObject .dynamicFormObjectField.textarea-field {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 20px;
    }

#contactus .normal-form input {
    border-bottom: 3px solid #002e71;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
}

#contactus .normal-form textarea {
    border-radius: 0;
    border-bottom: 3px solid #002e71;
    width: 100%;
    max-width: 100%;
    outline: none;
}

#contactus #DynamicFormObject .dynamicFormObjectSubmit input {
    background: none;
    border: none;
    color: #002e71;
    font-family: 'almoni-neue-aaa-700';
    font-size: 90%;
}

#contactus #DynamicFormObject .dynamicFormObjectSubmit {
    width: 104px;
    float: none;
    clear: both;
    margin: 0 auto;
    position: relative;
}

#contactus #DynamicFormObject .dynamicFormObjectSubmit::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #bf1e2e;
    position: absolute;
    bottom: -1px;
    left: 0;
}

#contactus #DynamicFormObject .dynamicFormObjectSubmit::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #bf1e2e;
    position: absolute;
    bottom: 4px;
    left: 0;
}

#contactus .normal-form input:focus {
    border-bottom: 3px solid grey;
}

#contactus .normal-form textarea:focus {
    border-bottom: 3px solid grey;
}

#contactus #text1 {
    font-size: 111%;
}

#SiteFooter {
    margin-top: 0px;
    background: #082d6f;
    position: relative;
    z-index: 0;
    float: right; 
}

#SiteFooter:after { content: ''; position: absolute; left: 0; top: 5px; width: 100%; height: 5px; background: white; }

#SiteFooter p { color: #fff; font-size: 16px; }

.AccessabilityLink, .AccessabilityLink:hover, .AccessabilityLink:focus { 
    color: white; 

}
.st0 { 
    fill: #fff;

}

.footer-text {
    max-width: 1300px;
    margin: 0 auto;
    float: none;
    border-top: none;
    padding-top: 62px;
}

.footer-text::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 5px;
    left: 0;
    background: rgba(0, 46, 113, 0.2);
    opacity:0;
}

.site-credit.alternative.row { 
    margin-top: 15px; 

}

/*24/05/22*/
#ContactModule #map-section #map-holder { margin: 0; min-height: unset; }

/* Popup */
#PopUpData iframe {
    position: relative;
    width: 100%;
}
#PopUpData #pageview { max-height: 90vh; overflow-y: auto; }
@media(max-width:1440px) and (min-width:1025px) {
    #PopUpData #pageview, #multi-content-modal .modal-content { max-height: 100vh; }
}
#PopUpData .col-sm-6 {
    float: none;
    width: 100%;
    padding: 0;
}

.popup-text #text1 {
    max-width: 100%;
}

.popup-text {
    padding: 0;
}

.popup-text h3 {
    margin-top: 0;
    padding-top: 20px;
    margin-bottom: 20px;
}

#PopUpData .headline {
    background: #fff;
    margin: 0;
    color: #002e71;
    font-family: 'almoni-neue-aaa-700';
}

#PopUpData .headline h1 {
    font-size: 245%;
    padding-top: 60px;
}

#multi-content-modal.modal .close {
    left: 50%;
    transform: translateX(-50%);
    top: -29px;
    border: 2px solid #002e71;
    border-radius: 50%;
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

#multi-content-modal.modal .close svg {
    width: 22px;
    height: 22px;
    fill: #002e71;
}

div#PopUpData {
    position: relative;
}

div#PopUpData::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 4px;
    background: #002e71;
    z-index: 999;
}

.popup-text #text1 h3, .popup-text #text1 p {
    max-width: 90%;
    margin: 0 auto;
}

.about-popup .popup-text #text1 p:last-of-type {
    padding-bottom: 70px;
}

#multi-content-modal .modal-content { max-width: 1000px; margin: 0 auto; height: 90vh; }

.about-popup h1 {
    display: none;
}

.about-popup #subheadline h2 {
    padding-top: 60px;
    color: #002e71;
    font-family: 'almoni-neue-aaa-700';
    font-size: 245%;
    margin-bottom: 26px;
}

.about-popup .popup-text h3 {
    padding-top: 0;
    color: #002e71;
    font-size: 100%;
    font-family: 'almoni-neue-aaa-700';
    line-height: 1.22;
    max-width: 672px !important;
}

/*.about-popup #text1 * {
    text-align: center !important;
}*/
.about-popup #subheadline {text-align: right; }

.about-popup #text1 p { max-width: 672px; }

.common-box #text1 {
    max-width: 660px;
}

.common-box #pageview {
    max-width: 866px;
    margin: 0 auto;
    margin-bottom: 0px;
}

.business-events.common-box #pageview {
    margin-bottom: 0;
}

.weddings .pageview {
    margin-top: -70px;
    background: #fff;
    max-width: 866px;
    padding-top: 40px;
    padding-bottom: 30px;
}
#SiteFooter .footer-text p img { max-width: 225px; }
#accessability #text1 { max-width: 90%; }
#multi-content-modal.about-popup a.close, #multi-content-modal.contactus/Mit4Mit a.close { top: -36px; }
#multi-content-modal.AccessabilityDeclaration a.close { top: 50px; }
#DynamicFormObject.thanks-mode .dynamicFormObjectTitleAndText { display: none; }

/*#header ul.menu .last-item { display: none; }*/

/* Media */
@media(max-width: 1440px) and (min-width: 1025px) {
    /*section.home-module { height: 130vh!important; }*/
    /*#home-gallery { height: unset!important; }*/
    section#about { padding: 100px 0; }
}
@media (min-width: 1025px) {
    #home-gallery { height: 100vh !important; }
    #home-gallery .slides { overflow: hidden; }
}
@media(min-width: 1025px) {
    .AccessabilityDeclaration #PopUpData::before { width: 85%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); }    
    #header li.social-links { display: flex; align-items: center; justify-content: space-between; flex-direction: row-reverse; }
    header ul.menu { font-size: 85%; }
}
@media(min-width: 1280px) {
    header ul.menu { font-size: 100%; }
}
@media (max-width: 1400px) { 
    #header ul.menu li {
        margin-left: 0;
        margin-right: 20px;
    }

    header#header, header#header.bg {
        padding: 21px 30px;
    }
}

@media (max-width: 1024px) {
    #multi-content-modal .modal-content {
        max-width: 90%;
    }

    #nav-toggle span, #nav-toggle span:before, #nav-toggle span:after, #nav-toggle-mobile span, #nav-toggle-mobile span:before, #nav-toggle-mobile span:after {
        background: #000;
        height: 4px;
        width: 40px;
    }

    #header .phone-icon {
        display: none !important;
    }

    header#header, header#header.bg {
        padding: 15px 20px;
    }

    #header-logo img {
    }

    #header-logo {
        max-width: 200px;
        width: 100px;
    }

    #header-logo a {
        width: 130px;
    }

    #header ul.menu {
        position: fixed;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: #002e71;
        padding-right: 90px;
        z-index: 2;
    }

    header ul.menu li.social-links .social-links {
        justify-content: flex-start;
        flex-direction: row;
    }

    #header ul.menu li.active {
        background: none;
    }

    #header ul.menu li a {
        color: #fff;
        padding-bottom: 15px;
    }

    #header ul.menu li {
        text-align: right;
    }

    #header ul.menu li a::before {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: -2px;
        left: 0;
        background: #fff;
        top: auto;
        transform: none;
        opacity: 1;
    }

    #header ul.menu li a::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: -8px;
        left: 0;
        background: #fff;
        top: auto;
        transform: none;
        opacity: 1;
    }

    #header .mobile-menu .social-links a {
        background: none;
        width: auto;
        height: auto;
        margin: 0;
        margin-left: 20px;
    }

    body #header .mobile-menu .social-links a svg {
        max-width: 30px;
        max-height: 30px;
        width: 30px;
        height: 30px;
    }

    #header .mobile-menu .social-links a::before, #header .mobile-menu .social-links a::after {
        display: none;
    }

    #nav-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #nav-toggle.active span:before, #nav-toggle.active span:after {
        background: #fff;
    }

    #nav-toggle.active span::before, #nav-toggle.active span::after {
        width: 30px;
        left: 5px;
    }

    div#nav-toggle.active {
        top: -19px;
        right: -20px;
        z-index: 3;
        background: #bf1e2e;
        height: 60px;
        width: 60px;
    }

    header ul.menu li.social-links .social-links {
        margin-bottom: 10px;
    }

    #header ul.menu li a:hover::before, #header ul.menu li a:focus::before {
        top: auto;
    }
}

@media (max-width: 991px) {
    #text1 p, #text2 p {
        font-size: 100%;
    }
}

@media (max-width: 767px) {
    #header ul.menu {
        padding-right: 60px;
    }

    body #header .mobile-menu .social-links a svg {
        max-width: 25px;
        max-height: 25px;
    }

    #header .mobile-menu .social-links a {
        margin-left: 10px;
    }

    #home-gallery .gallery-caption {
        width: 60%;
    }

    #side-contact-form.mobile-form {
        margin-top: 60px;
        width: 80%;
    }

    section#about {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    section #headline h1 {
        font-size: 210%;
    }

    section h2 {
        font-size: 210%;
        margin-bottom: 20px;
    }

    .common-box #ContentRegularModule {
        padding-bottom: 0;
    }

    .gallery-cubes > div {
        padding: 7px;
    }

    .gallery-cubes {
        padding: 0 7px;
    }

    section.gallery .headline {
        margin-bottom: 10px;
    }

    .business-events {
        margin-bottom: 40px;
    }

    #contactus .subCategories {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    #contactus .subCategories > li {
        width: calc(50% - 20px);
        margin: 0 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    ul.subCategories.media-boxes-filter {
    }

    section#contactus .popupBtn {
        max-width: unset;
        font-size: 110%;
    }

    #contactus #DynamicFormObject {
        padding: 30px 20px 20px;
    }

    #contactus #DynamicFormObject .dynamicFormObjectField {
        width: 100%;
    }

    #contactus #DynamicFormObject .dynamicFormObjectField.textarea-field {
        margin-top: 20px;
        margin-bottom: 0;
    }

    #DynamicFormObject .dynamicFormObjectField .must:before {
        right: 5px;
    }

    #contactus #DynamicFormObject .dynamicFormObjectTitleAndText {
        font-size: 200%;
    }

    div#SiteFooter {
        margin-top: 0px;
    }
    .text-center p > a { margin: 0 7.5px; }
    #SiteFooter img {
        max-width: 160px;
    }

    #header ul.menu li > a {
        font-size: 150%;
    }

    #multi-content-modal .modal-content {
        overflow: visible;
    }

    div#PopUpData {
        max-height: 80vh;
        overflow: hidden;
    }

    .about-popup .popup-text #text1 h3, .about-popup .popup-text #text1 p {
        max-width: 90% !important;
    }

    .about-popup #subheadline h2 {
        margin-left: auto;
        margin-right: auto;
        font-size: 209%;
    }

    .about-popup #PopUpData #ContentRegularModule {
        max-height: 80vh;
        overflow: auto;
    }

    .right-header {
        display: flex;
        align-items: center;
        width: auto;
    }

    .right-header > .social-links a {
        width: 25px !important;
        height: 25px !important;
        background: #000 !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #header .mobile-menu .right-header > .social-links {
        display: flex;
        align-items: center;
        margin-right: 30px;
        position: relative;
        flex-direction: row-reverse;
    }

    #header .mobile-menu .right-header > .social-links::before {
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        right: -15px;
        background: #000;
    }

    .mobile-menu {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
    }

    #header-logo a {
        width: auto;
    }

    .right-header > .social-links a svg {
        fill: #fff;
        max-width: 15px !important;
        max-height: 15px !important;
        border-radius: 3px;
    }

    .weddings .pageview {
        padding-bottom: 0;
    }

    .weddings ul.subCategories.media-boxes-filter li {
        margin: 0 10px;
    }

    .common-box #pageview {
        margin-bottom: 50px;
    }

    #multi-content-modal.AccessabilityDeclaration a.close { top: 35px; }
}
/* Remove float */
#GridContent { float: none; }
/* HEADER 2 */
/* Reset color of active link in menu */
#header2 ul.menu li.active { color: inherit; }
/* Delete a line under header menu links */
#header2 ul.menu > li:before { content: none; }
/* Reset hover color of header menu links */
#header2 ul.menu li:hover { color: inherit; }
/* Delete opacity border of header menu links in focus */
#header2 ul.menu li a:focus { opacity: 1; border-bottom: none; }
/* HEADER (with burger) */
/* Delete bottom line of header social links in focus */
#header .social-links a:focus:after, #header2 .header-top-left a:focus:after { content: none; }
/* Hide social icons behind open menu */
#header .social-links { z-index: 0; position: relative; }
/* Category */
/* Fix for dropdown menu width inside filter on category page */
#CatalogModule .filters-box .filters-list-wrapper.active { width: 100%; }
#CatalogModule .filters-box ul.filter-list { min-width: 100%; }
/* Reset bootstrap font-size */
h1, h2 { font-size: inherit; }
/* Footer */
@media(min-width: 1220px) {
    #SiteFooter .footer-text p > a { margin-left: 30px; }
}

/* Remove padding top */
footer { padding-top: 0; }
/* Remove float & padding */
#SiteFooter { padding-bottom: 0; /* remove padding bottom from mobile */ }
/* Fix for checkbox on Xiaomi devices */
form.shop-form input[type=checkbox]:checked { background: url(../../../warehouse/temp/story/checkboxV.svg); }
/* FIX FOR VH/VW IN STORY */
.fullScreenMenu #navbar-collapse-main.navbar-collapse.in { width: calc( var(--vw) * 1 + 40px ); min-height: calc( var(--vh) * 1 + 20px ) !important; }
#home-gallery video { height: calc( var(--vh) * 1.1 ); width: calc( var(--vw) * 1.6 ) !important; }
#popup-modal-intro .modal-body img { max-height: calc( var(--vh) * 0.7 ); }
#home-gallery .slider-bg.stellar-bg { min-height: calc( var(--vh) * 1 ); }
.TopVideo { height: calc( var(--vh) * 1 ); }
.TopVideo iframe { height: calc( var(--vh) * 1.8 ); width: calc( var(--vw) * 1.2 ); }
.flexslider .slides img { height: calc( var(--vh) * 0.85 ); }
.flexslider.modal-slider { max-height: calc( var(--vh) * 0.9 ); }
#multi-content-modal .modal-content { margin-top: unset; margin-bottom: unset; }
.modal-text #text1 { max-height: calc( var(--vh) * 0.25 ); }
#multi-content-modal.textInPop #PopUpData { max-height: calc( var(--vh) * 0.4 ); }
.blog-view-image { max-height: calc( var(--vh) * 0.5 ); }
.CurrentCategoryLocked { top: calc( var(--vh) * 0.44 ); }
#SiteGrid.CategoryLocked { min-height: calc( var(--vh) * 0.94 ); }

@media(max-width: 1440px) {
    .owl-carousel .photoTextWrapper { width: calc( var(--vw) * 0.55 ); }
}

@media(max-width: 1170px) {
    #multi-content-modal .modal-content { max-width: calc( var(--vw) * 0.95 ); }
}

@media(max-width: 1024px) {
    header.shopHeader #header2 ul.menu { width: calc( var(--vw) * 1 ); }
    #header2 ul.menu li.megaMenuSection { width: calc( var(--vw) * 0.9 ); left: calc( var(--vw) * -1 ); }
    .megaMenuSectionContainer { padding-right: calc( var(--vw) * 0.05 ); }
    #header2 ul.menu li.megaMenuSection { height: calc( var(--vh) * 0.1 ); }
}

@media(max-width: 991px) {
    #home-gallery video { width: calc( var(--vw) * 3 ) !important }
    .owl-carousel .photoTextWrapper { width: calc( var(--vw) * 0.7 ); }
    #multi-content-modal.textInPop .modal-content { max-width: calc( var(--vw) * 0.9 ); }
    #popup-modal-intro .modal-body { max-height: calc( var(--vh) * 0.75 ); }
    .flexslider .slides img, .flexslider.modal-slider { max-height: calc( var(--vh) * 0.6 ); }
    #GridPromo.fixedLayoutForm { top: calc( var(--vh) * 0.45 ); }
    #GridPromo.fixedLayoutForm.affix { top: calc( var(--vh) * 0.45 ); }
}

@media(max-width: 767px) {
    #popup-modal-intro .modal-body { width: calc( var(--vw) * 0.25 ); }
    #header .submenu { width: calc( var(--vw) * 0.97 ); }
    .modal-dialog { width: calc( var(--vw) * 0.9 ); }
    .owl-carousel .photoTextWrapper { width: calc( var(--vw) * 0.85 ); }
    .gallery-container { width: calc( var(--vw) * 0.95 ); }
    .CurrentCategoryLocked { width: calc( var(--vw) * 0.95 ); }
    #header .submenu { max-height: calc( var(--vh) * 0.75 ); }
    #home-gallery .slider-bg.stellar-bg { min-height: calc( var(--vh) * 0.95 ); }
    .TopVideo { height: calc( var(--vh) * 0.95 ); }
    .modal-image { padding-bottom: calc( var(--vh) * 0.22 ); }
    .flexslider .slides img, .flexslider.modal-slider { max-height: none; }
    .flexslider .slides img { height: auto; }

    .common-box #text1 { padding: 0 15px; }
}

@media(max-width: 550px) {
    #header2 ul.menu { width: calc( var(--vw) * 0.9 ); }
    #home-gallery .slider-bg.stellar-bg { min-height: calc( var(--vh) * 0.95 ); }
}

.owl-carousel .photoTextWrapper { width: calc( var(--vw) * 0.45 ); }
header.search-open #header2 ul.menu li.search { width: calc( var(--vw) * 1 ); }
#SiteGridContainer { min-height: calc( var(--vh) * 0.8 ); }

:root { --vh: 100vh; --vw: 100vw; }

@media (min-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.25) {
    body { zoom: 0.8; }
    :root { --vh: 125vh; --vw: 125vw; }
}

/*Map*/
#ContactModule #contactview { display: none; }
#map-section .map-cover { background: #fff; color: #082d6f; border: 2px solid #082d6f; }
#map-section .map-cover h4 { font-weight: bold; font-size: 170%; }
#map-section .map-cover .open-map{font-weight:bold; font-size:100%;}
#map-section .map-cover .open-map::before { content: ""; display: block; width: 70%; height: 2px; background: #bf1e2e; position: absolute; bottom: 24%; left: 50%; transform: translate(-50%, -24%); }
#map-section .map-cover .open-map::after { content: ""; display: block; width: 70%; height: 2px; background: #bf1e2e; position: absolute; bottom: 20%; left: 50%; transform: translate(-50%, -20%); }

@media (max-width: 676px) {
    #map-section .map-cover .open-map::before { bottom: 27%; transform: translate(-50%, -27%); }
    #map-section .map-cover .open-map::after { bottom: 30%; transform: translate(-50%, -30%); }

}