.are-wrap .leaflet-tile-pane {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.are-container.are-single-container {
    margin-bottom: 100px;
}

.are-single-data {
    display: flex;
    grid-gap: 50px;
}

.are-single-data > * {
    width: 50%;
}

.are-single-data .are-back {
    margin-bottom: 15px;
}

.are-single-data .are-back a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #5C5C5C;
    background-image: url("../images/arrow_right.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 24px;
}

.are-back a img {
    margin-right: 8px;
}

.are-wrap .are-title {
    font-family: 'Literata', serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 48px;
    color: #5C5C5C;
}

.are-single-data h2.are-pricing {
    font-family: 'Literata', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #CBA770;
    padding: 0;
    margin: 0;
}

.are-details .are-features {
    margin: 25px 0 20px;
}

.are-feature {
    display: flex;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.428571px;
    text-transform: uppercase;
    grid-gap: 5px;
    border-bottom: 0.7px solid #E2E2E2;
}

.are-feature > * {
    padding: 8px 0;
}

.are-feature .are-feature-label {
    color: #CBA770;
    flex: 0 0 160px;
}

.are-feature .are-feature-value {
    flex: 1;
}

.are-details .are-description {
    font-weight: 400;
    font-size: 10px;
    line-height: 18px;
    color: #5C5C5C;
}

.are-actions {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    margin-top: auto;
}

.are-details {
    display: flex;
    flex-direction: column;
}

.are-details .are-actions a {
    font-weight: 700;
    font-size: 11px;
    line-height: 13px;
    text-align: center;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #1A3964;
    padding: 16px 55px;
}

.are-video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.are-video-wrap iframe,
.are-video-wrap object,
.are-video-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.are-video-wrap img,
.are-video-wrap iframe,
.are-video-wrap object,
.are-video-wrap embed {
    max-width: 100%;
}

.are-media .are-images {
    display: flex;
    grid-gap: 10px;
    flex-wrap: wrap;
}

.are-media .are-images .are-img {
    width: calc(50% - 5px);
    position: relative;
}

.are-media .are-images .are-img.over {
    display: none;
}

.are-images .are-img img {
    height: 154px;
    width: 100%;
    max-width: 100%;
    display: block;
}

.are-images .are-img .are-more-photos {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(92, 92, 92, .9);
}

.are-more-photos a,
.are-more-photos a:hover {
    border: 1px solid #FFFFFF;
    font-weight: 400;
    font-size: 12.6px;
    line-height: 15px;
    letter-spacing: 1.35px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 14px 29px;
    background-image: url("../images/arrow_right_black.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 3px) center;
}

.are-media .are-video-wrap + .are-images,
.are-media .are-images + .are-video-wrap {
    margin-top: 10px;
}

.are-media #aerialmap {
    height: 280px;
}

.are-section.are-mort-calc-section {
    background: #F5F5F5;
}

.are-mort-calc-container {
    padding: 50px 20px 35px;
}

.are-booking-container h2.are-title,
.are-mort-calc-container h2.are-title {
    text-align: center;
    margin: 0 0 30px;
}

.are-booking-container h2.are-title,
.are-mort-calc-container .are-title span {
    color: #CBA770;
}

.are-mcal-items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    grid-gap: 50px;
}

.are-mcal-item-label {
    margin-bottom: 12px;
}

.are-mcal-item-value input {
    border: 1px solid #979797;
    padding: 9px;
    height: auto;
    font-size: 11px;
    line-height: 13px;
}

.are-mcal-results {
    display: flex;
    justify-content: center;
    grid-gap: 90px;
}

.are-mcal-result-label {

}

.are-mcal-result-value {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #9F8054;
}

.are-container.are-booking-container {
    padding: 80px 20px 120px;
}

.are-booking-container h2.are-title span {
    color: #5C5C5C;
}

.are-booking-fields {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 15px;
    grid-row-gap: 30px;
}

.are-booking-field {
    width: calc(50% - 7.5px);
}

body .are-booking-field input {
    border: 0;
    border-bottom: 1px solid #979797;
    border-radius: 0;
    padding: 0 0 25px;
}

.are-booking-field.submit {
    width: 100%;
    text-align: center;
    margin-top: 35px;
}

.are-booking-field.submit input[type="submit"] {
    background: #1A3964;
    border: 0;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 14px 62px;
    border-radius: 0;
}

#are-agreed-popup {
    position: fixed;
    bottom: 10px;
    left: 50%;
    width: calc(100% - 25px);
    background: #9F8054;
    color: #fff;
    border-radius: 12px;
    font-family: 'Lato', serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    max-width: 1000px;
    transform: translateX(-50%);
    z-index: 9999;
}

#are-agreed-popup-wrap {
    display: flex;
    padding: 20px 30px;
    grid-gap: 35px;
}

.are-agreed-popup-txt {
    flex: 1;
}

.are-agreed-popup-txt .mobile-text {
    display: none;
}

.are-agreed-popup-txt a {
    color: #FFFFFF;
    text-decoration: underline;
}

.agree-btn {
    background: #5C5C5C;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 15px 25px;
    align-self: center;
}

@media only screen and (max-width: 800px) {
    #are-agreed-popup-wrap {
        padding: 15px 20px;
        grid-gap: 20px;
    }

    .agree-btn {
        padding: 10px 20px;
    }

    .are-agreed-popup-txt .pc-text {
        display: none;
    }

    .are-agreed-popup-txt .mobile-text {
        display: block;
    }

    .are-single-data {
        flex-direction: column;
    }

    .are-single-data > * {
        width: auto;
    }

    .are-container.are-single-container {
        margin-bottom: 0;
    }

    .are-mcal-items {
        grid-gap: 15px;
        flex-direction: column;
    }

    .are-container.are-booking-container,
    .are-mort-calc-container {
        padding: 35px 20px;
    }

    .are-booking-field {
        width: 100%;
    }

    .are-booking-field.submit {
        margin-top: 15px;
    }
}