.light-bg {
    background-color: #F5F5F5;
}
.title {
    font-family: GothamCondensed-Bold, sans-serif;
    color: #D91F26;
    font-size: 64px;
    text-transform: uppercase;
    line-height: 72px;
    display: flex;    
    align-items: center;
}
.details {
    font-family: Figtree-Regular, sans-serif;
    color: #1A1A1A;
    font-size: 16px;
    line-height: 40px;
    margin-top: 80px;
    margin-bottom: 80px;
}
.text-detail-container {
    padding-bottom: 24px;
    max-width: 600px;
}
.video-container, .map-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
body form input.form-control {
    border: 1px solid #DDDDDD;
    color: #1A1A1A;
    margin-top: 24px;
    margin-bottom: 24px;
}
body form input::placeholder {
    color: #848484;
}
body form input::placeholder, body form input {
    font-family: Figtree-Regular, sans-serif;
    font-size: 16px;
}
.video-container {
    max-height: 800px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.video-container-second {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}
.green-bg {
    background-color: #326E45;
}
.subheading {
    font-family: GothamCondensed-Bold, sans-serif;
    color: #FFFFFF;
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 40px;
}
.modal-content .modal-body {
    padding-top: 54px;
    padding-bottom: 54px;
}
@media only screen and (max-width: 1024px) {
    .light-bg {
        padding-top: 48px;
    }
    .light-bg .details {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .title-second {
        margin-top: 48px;
    }
}
@media only screen and (min-width: 1024px) {
    .title {
        justify-content: center;
    }
}

/* MAP MODAL */
.gm-style-iw.gm-style-iw-c, .gm-style .gm-style-iw-tc::after {
    display: none;
}
#map-content {
    margin-top: 24px;
    padding-bottom: 40px;
}
.map-title {
    text-transform: uppercase;
    color: #D91F26;
    font-family: GothamCondensed-Bold, sans-serif;
    font-size: 32px;
}
.map-address, .map-hours, .map-description, .map-shop-type {
    font-family: Figtree-Regular, sans-serif;
    color: #1A1A1A;
}
.map-address .map-bold, .map-hours .map-bold {
    font-family: Figtree-Bold, sans-serif;
}
.shop-express:before, .super-7:before {
    width: 120px;
}
.map-address, .map-hours, .map-shop-type {
    margin-bottom: 0;
}
.map-shop-type {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}
.map-shop-type span {
    display: inline-block;
    margin-left: 8px;
    line-height: 18px;
}
.map-description {
    margin-top: 24px;
}
#modal-fullscreen-md {
    padding-right: 0 !important;
    padding: 0 !important;
}
.modal-dialog {
    min-width: 100%;
    bottom: 0;
    margin: 0;
}
.modal-open .modal {
    display: flex !important;
    align-items: flex-end;
}
.modal .modal-content {
    border: 0;
    border-radius: 0;
}
.green {
    background-color: #037042;
    padding-top: 16px;
    padding-bottom: 16px;
}
.green button {
    color: #ffffff;
    font-family: Montserrat-SemiBold, sans-serif;
    font-size: 16px;
    text-shadow: none;
}
.close:hover {
    color: #ffffff;
}
.close:not(:disabled):not(.disabled):focus, 
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}
.animate-bottom {
    animation: animatebottom 0.4s;
}
.modal-content {
    position: initial !important;
}
@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0;
    }

    to {
        bottom: 0;
        opacity: 1;
    }
}
@media only screen and (max-width: 576px) {
    .modal-open .modal {
        padding-right: 0 !important;
    }
    .modal-dialog {
        bottom: -300px;
    }
}
@media only screen and (max-width: 1024px) {
    .subheading {
        font-size: 32px;
    }
    #content-slide:not(.hide) {
        bottom: -145px;
    }
}
