
.l-amenities--container {
    display: flex;
    flex-wrap: wrap;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    max-width:1290px;
    margin:0 auto;
}
.l-amenities--container--wrapper {background-color: #ae6c55;}

.l-amenities--left {
    flex: 0 0 100%;
}
.l-amenities--left img {
    display: block;
    width: 100%;
}
.l-amenities--right {
    flex: 0 0 100%;
    background-color: #ae6c55;
}
@media only screen and (min-width: 768px) {
    .l-amenities--container {
        flex-wrap: nowrap;
    }
    .l-amenities--left {
        flex-grow: 1;
        flex-shrink: 1;
    }
    .l-amenities--right {
        flex: 0 0 300px;
        padding-left:50px;
        padding-top:0px;
        padding-right:0px;
    }

  
}



.acordion-amenities {
    margin: 0px;
    border-bottom: 0px solid #807f7f;
}
.amenities-row.hotels {
    border-top: 1px solid #807f7f;
    padding: 10px 0;
    cursor: pointer;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.amenities-row:after {
    content: '+';
    font-size: 20px;
    font-weight: 100;
}


.amenities-row.restaurants {
    border-top: 1px solid #807f7f;
    padding: 10px 0;
    cursor: pointer;
    color: #28377c;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.amenities-row.occupiers {
    border-top: 1px solid #807f7f;
    padding: 10px 0;
    cursor: pointer;
    color: #b96030;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.amenities-row.is-toggled:after {
    content: '-';
}

.amenities-row:hover {
    color: black;
}


.amenities-detail li:before {
    
    display: inline-block;
    width: 1.7em; /* Also needed for space (tweak if needed) */
    margin-left: -1.7em;
}


.amenities-detail ul {
    counter-reset: items;
    margin: 0 0 1em 0em;
    padding: 0;
    list-style-position: inside;

}
.amenities-detail li {
    display: block;
    counter-increment: items;
    line-height: 100%;
    padding-bottom: 6px;
    color: white;
    cursor: pointer;
    font-size:14px;
    text-align:left;
}
.amenities-detail li:hover {
    color: black;
}


.amenities-detail.restaurants li:before {
    color: #669EC5;
}
.amenities-detail.coffee li:before {
    color: #E68952;
}
.amenities-detail.hotels li:before {
    color: #70B683;
}
.amenities-detail.occupiers li:before {
    color: #777877;
}


.amenity-visible {
    display: block;
}


@keyframes flash {
    50%, from, to {
  opacity: 1; }

    25%, 75% {
  opacity: 0; } }




.m-brochure-row__map__circle.hotels {
    cursor: pointer;
    fill: #000;
    r: 8; }


    .m-brochure-row__map__circle.restaurants {
    cursor: pointer;
    fill: #302b81;
    r: 8; }


    .m-brochure-row__map__circle.occupiers {
    cursor: pointer;
    fill: #b85f17;
    r: 8; }

.m-brochure-row__map__circle.hotels.is-active {
    animation: flash linear 2.7s infinite;
    -webkit-animation: flash linear 2.7s infinite;
    stroke: #000000;
    stroke-width: 15px;
    stroke-opacity: 0.4; }

.m-brochure-row__map__circle.restaurants.is-active {
    animation: flash linear 2.7s infinite;
    -webkit-animation: flash linear 2.7s infinite;
    stroke: #302b81;
    stroke-width: 15px;
    stroke-opacity: 0.4; }


.m-brochure-row__map__circle.occupiers.is-active {
    animation: flash linear 2.7s infinite;
    -webkit-animation: flash linear 2.7s infinite;
    stroke: #b85f17;
    stroke-width: 15px;
    stroke-opacity: 0.4; }



.m-brochure-row__map__close {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: white;
    cursor: pointer;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column; }
@media only screen and (max-width: 750px), (max-height: 650px) {
    .m-brochure-row__map__close {
  display: none; } }
.m-brochure-row__map__close > div {
    width: 40%;
    height: 1px;
    margin: 0 auto;
    background-color: #f00;
    transform: rotate(45deg); }
.m-brochure-row__map__close > div + div {
    transform: rotate(-45deg) translateY(-1px); }

.m-brochure-row__map__add {
    position: absolute;
    top: 15%;
    left: 10%;
    background-color: red;
    cursor: pointer;
    display: none; }

.m-brochure-row__map__save {
    position: absolute;
    top: 20%;
    left: 10%;
    background-color: red;
    cursor: pointer;
    display: none; }


@media only screen and (min-width: 750px) and (min-height: 650px) {
    .m-brochure-row__column--sticky {
  max-height: calc(100vh - 110px);
  position: sticky;
  top: 110px; } }

.m-brochure-row__column--text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 300px; }
.m-brochure-row__column--text > * {
    width: 100%;
    margin-top: auto;
    padding: 20px 0px;
    text-align: center; }

.m-brochure-row__red-asterisk {
    color: #ee242d;
 }

.red-asterisk:before {
    content: '*';
    display: inline-block;
    vertical-align: middle;
    color: #ee242d;
    font-size: 22px;
 }

.m-brochure-row__expand-map {
    display: none; }

@media only screen and (min-width: 800px) {
    .two-column--indented {
  margin-top: -12%;
    }
}
    
@media only screen and (min-width: 750px) {
    
    .m-brochure-row__expand-map {
  display: block;
  height: 43px;
  line-height: 28px;
  width: 60px;
  position: absolute;
  top: 47%;
  right: 0px;
  color: #ee242d;
  cursor: pointer; } }
.m-brochure-row__expand-map .m-brochure-row__expand-map__button {
    cursor: pointer;
    float: right;
    width: 23px;
    height: 28px;
    background-image: url('/assets/images/red-button-arrow.png');
    background-repeat: no-repeat; }
.m-brochure-row__expand-map:hover .m-brochure-row__expand-map__button {
    background-image: url('/assets/images/red-button-arrow-over.png'); }

.map-white {
    background: rgba(255, 255, 255, 0.8);
    z-index: 0; }


.m-brochure-row__map {
    display: block;

}
.m-brochure-row__map__svg {
    overflow: hidden;
    height: auto;
    display: block;
    width: 100%;
}

@media only screen and (min-width: 750px) {
    .m-brochure-row__map__list {
        display: block;
        box-sizing: border-box;
        padding: 20px 20px;
        /*position: absolute;
        top: 0px;
        bottom: 0px;
        right: 0px;
        left: 80%;
       */
        background-color: rgba(255, 255, 255, 0.84);
    }
}

.m-brochure-row__map__list__title {
    color: red;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 20px;
    cursor: pointer;
    border-bottom: 1px solid #e2dfdf;
}
.m-brochure-row__map__list__title:after {
    content: '+';
    font-size: 1em;
    margin-left: 5px;
}
.m-brochure-row__map__list__title.is-active:after {
    content: '-';
    font-size: 1em;
    margin-left: 5px;
}
.m-brochure-row__map__list__title__calltoaction {
    font-size: 10px;
    color: black;
    display: inline; }



.m-brochure-row__map__list__group--first {
    display: block; }

.m-brochure-row__map__list__button {
    cursor: pointer;
}
.m-brochure-row__map__list__button:hover, .m-brochure-row__map__list__button.is-hover, .m-brochure-row__map__list__button.is-active {
    color: black;
}



@keyframes flash {
    50%, from, to {
  opacity: 1; }

    25%, 75% {
  opacity: 0; } }

.m-brochure-row__map__circle {
    cursor: pointer;
    fill: #f00;
    r: 8; }

.m-brochure-row__map__circle.is-active {
    animation: flash linear 2.7s infinite;
    -webkit-animation: flash linear 2.7s infinite;
    stroke: #f00;
    stroke-width: 15px;
    stroke-opacity: 0.4; }

.m-brochure-row__map__close {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: white;
    cursor: pointer;
    width: 70px;
    height: 70px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column; }
@media only screen and (max-width: 750px), (max-height: 650px) {
    .m-brochure-row__map__close {
  display: none; } }


.m-brochure-row__map__close > div {
    width: 40%;
    height: 1px;
    margin: 0 auto;
    background-color: #f00;
    transform: rotate(45deg); }
.m-brochure-row__map__close > div + div {
    transform: rotate(-45deg) translateY(-1px); }

.m-brochure-row__map__add {
    position: absolute;
    top: 15%;
    left: 10%;
    background-color: red;
    cursor: pointer;
    display: none; }

.m-brochure-row__map__save {
    position: absolute;
    top: 20%;
    left: 10%;
    background-color: red;
    cursor: pointer;
    display: none; }

@media (max-width: 666px) {
.amenities-detail li {

    text-align:center;
}
.m-brochure-row__map {
 
    padding-left:50px;
}

}

