.light-bg {
    background-color: #F5F5F5;
}
.title {
    font-family: GothamCondensed-Bold, sans-serif;
    color: #D91F26;
    font-size: 64px;
    text-transform: uppercase;
    line-height: 72px;    
    padding-top: 40px;
    padding-bottom: 40px;
}
.details {
    font-family: Figtree-Regular, sans-serif;
    color: #1A1A1A;
    font-size: 16px;
    line-height: 40px;
    margin-top: 80px;
    margin-bottom: 80px;
}
.heading {
    font-family: GothamCondensed-Bold, sans-serif;
    color: #FFFFFF;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
}
.text-details {
    font-family: Figtree-Regular, sans-serif;
    color: #FFFFFF;
    font-size: 24px;
}
.text-detail-container {
    padding-bottom: 24px;
    max-width: 600px;
}
.empty-div {
    height: 84px;
    background-color: #D91F26;
}
.video-container {
    max-height: 800px;
}
.item-01, .item-02, .item-03, .item-04 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 513px;
    display: flex;
    align-items: flex-end;
}
.green-color {
    color: #326E45;
}
.green-bg {
    background-color: #326E45;
}
.green-bg .col-lg-6 {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.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;
}
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;
}
.green {
    color: #467D59;
}
.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;
    }
    .heading {
        margin-top: 32px;
    }
    .green-bg {
        padding-top: 0;
    }
    .heading-middle {
        margin-top: 48px;
    }
}
@media only screen and (min-width: 1024px) {
    .item-01 .text-detail-container, .item-02 .text-detail-container,
    .item-03 .text-detail-container, .item-04 .text-detail-container {
        min-height: 112px;
    }
}

/* 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, .mini-market: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;
    }
}