
/*Aktiv Grotesk Bold
font-family: aktiv-grotesk, sans-serif;
font-weight: 700;
font-style: normal;

Medium
font-family: aktiv-grotesk, sans-serif;
font-weight: 500;
font-style: normal;

Regular
font-family: aktiv-grotesk-condensed, sans-serif;
font-weight: 400;
font-style: normal;*/

html {
    width: 100%;
    height: 100%;
}

html, body {
    margin: 0px;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #ffffff;
    color: #4e4e4c;
}

h1, h2, h3 {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 400;
}

b, strong {
    font-family: aktiv-grotesk, sans-serif;
    font-style: normal;
    font-weight: 700;
}
a {
    text-decoration: none;
    color: #999;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: 0px; }

/* Overwrite jquery modal styles */
.blocker {
    background-color: transparent;
    z-index: 5;
}
.modal {
    background-color: rgba(240,240,240,0.9);
    border: 3px solid white;
    max-width: 600px;
    border-radius: 0;
    padding: 50px 55px 80px 55px;
}
/* .Overwrite jquery modal styles */

.modal input[type="email"] {
    width: 100%;
    padding: 15px 10px;
    font-size: 1.1em;
    box-sizing: border-box;
}

.modal input[type='checkbox'] {
    display: block;
    /*-webkit-appearance: none;*/
    width: 25px;
    height: 25px;
    margin: 0 0 5px 0;
    background: white;
    border-radius: 0;
    border: 1px solid #666;
}
.modal input[type='checkbox']:checked {
    background: #abd;
}
.modal input[type="submit"] {
    background: url('/assets/images/download-button.png');
    background-repeat: no-repeat;
    background-size: 60px;
    width: 70px;
    height: 60px;
    border: 0;
    color: transparent;
}
.modal input[type="submit"]:hover {
    background: url('/assets/images/download-button-hover.png');
    background-repeat: no-repeat;
    background-size: 60px;
}
.download-form-submit-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.download-form-submit-left {
    flex: 0 0 75%;
    font-size: 0.8em;
}
.download-form-submit-right {
    flex: 0 0 25%;
    text-align: right;
}

.margin-20 {margin-top:80px;}


@media screen and (max-width: 767px) {
    .modal {
        padding: 20px 25px 30px 25px;
    }
    .modal h2 {
        font-size: 1.2em;
    }
    .modal input[type="email"] {
        padding: 15px 10px;
        font-size: 0.9em;
    }
    .download-form-submit-left {
        flex: 0 0 100%;
        font-size: 0.8em;
    }
    .download-form-submit-right {
        flex: 0 0 100%;
        text-align: right;
        margin-top: 20px;
    }
}

.home-page {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/assets/images/home-image.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.home-logo {
    text-align: center;
    margin-top: 130px;
    color: white;
}
.home-logo img {
    width: 400px;
}
.home-logo h1 {
    font-size: 1.8em;
    letter-spacing: 0.2em;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: white;
}
.home-logo h2 {
    font-size: 0.9em;
    letter-spacing: 0.2em;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: white;
}
.home-footer {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 45px;
    text-align: center;
    color: white;
    font-size: 1.8em;
    padding: 0 20px;

}


.home-footer span {
 text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3); 
}



.home-down-arrow {
    display: inline-block;
    clear: both;
    margin-top: 30px;
    width: 50px;
    height: 50px;
    background-image: url('/assets/images/Down.png');
    background-size: 35px;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
    .home-logo img {
        width: 300px;
    }
    .home-logo h1 {
        font-size: 1.4em;
    }
    .home-logo h2 {
        font-size: 0.85em;
    }
}
@media screen and (max-width: 767px) {
    .home-logo img {
        width: 250px;
    }
    .home-logo h1 {
        font-size: 1.3em;
    }
    .home-logo h2 {
        font-size: 0.8em;
    }
    .home-footer {
        font-size: 1.0em;
    }
    .home-down-arrow {
        background-size: 25px;
    }
}

.l-header {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    z-index: 3;
    top: 0;
}

.l-header--container {
    width: 100%;
    box-sizing: border-box;
    height: 100px;
    padding: 26px 50px 0 50px;
    background-color: white;
    border-bottom: 1px solid black;
}
.l-header--left {
    float: left;
}
.l-header--left img {
    width: 180px;
}
.l-header--right {
    float: right;
}

.l-amenities--container {
    display: flex;
    /*flex-wrap: wrap;*/
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.l-amenities--left {
    flex-grow: 1;
    flex-shrink: 1;
}
.l-amenities--left img {
    display: block;
    width: 100%;
}
.l-amenities--right {
    flex: 0 0 300px;
    background-color: #F7F6F2;
}
.acordion-amenities {
    margin: 40px;
    border-bottom: 1px solid black;
}
.amenities-row {
    border-top: 1px solid black;
    padding: 10px 0;
    cursor: pointer;
    color: gray;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.amenities-row:after {
    content: '+';
    font-size: 30px;
}

.amenities-row.is-toggled:after {
    content: '-';
}

.amenities-row:hover {
    color: black;
}
.amenities-detail {
    display: none;
}

.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;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.amenities-detail li {
    display: block;
    counter-increment: items;
    line-height: 110%;
    padding-bottom: 8px;
    color: grey;
    cursor: pointer;
    font-size:14px;
}
.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;
}



ul.main-nav {
    position: relative;
    list-style-type: none;
    margin-right: -25px;
}
ul.main-nav li {
    display: inline-block;
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.2em;
    font-size: 0.9em;
}
ul.main-nav li a {
    text-decoration: none;
    color: black;
    padding: 0 25px 0 25px;
}
ul.main-nav li a:hover {
    color: #999;
}
@media screen and (max-width: 1024px) {
    ul.main-nav {
        margin-right: -12px;
    }
    ul.main-nav li {
        font-size: 0.85em;
        letter-spacing: 0.1em;
    }
    ul.main-nav li a {
        padding: 0 12px 0 12px;
    }
}
@media screen and (max-width: 767px) {
    .main-nav-wrapper {
        position: absolute;
        top: 60px;
        right: 0;
	left: 0;
        width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	visibility: hidden;
    }
    .main-nav-wrapper.opened {
	visibility: visible;
    }
    ul.main-nav {
	padding: 0;
	margin: 0;
	transform: translateX(100%);
	transition: all 1s;
	-webkit-transition: all 1s; /* Safari */

    }
    ul.main-nav.opened {
	transform: translateX(0%);
    }
    ul.main-nav li {
        display: block;
        background-color: #eee;
        width: 100%;
        letter-spacing: 0.2em;
    }
    ul.main-nav li a {
        display: block;
        padding: 25px;
        border-bottom: 1px solid black;
    }

    ul.main-nav li:last-child {
        
	padding-bottom:350px;
        
    }
    ul.main-nav li a:hover {
        background-color: #bbb;
        color: white;
    }
}

.l-main {
    width: 100%;
    margin: auto;

}
.l-content {
    padding: 0 50px 0 50px;
    display: block;
}
.top-spacing {
    padding-top: 80px;
}
.l-row {
    display: flex;
    flex-wrap: wrap;
}
.two-column {
    flex: 0 0 50%;
    line-height: 150%;
}


.two-column .picture-caption p {
    font-size: 0.8em; line-height: 110%;
}


.two-column p {
    width: 75%;
}
.restrained-image img {
    max-width: 100%;
}
.full-width-image img {
    width: 100%;
}

.team .left-column-restrainer p, .team .right-column-restrainer p {font-size:0.9em;}

.team .left-column-restrainer h4, .team .right-column-restrainer h4 { font-weight:500!important;}





.left-column-restrainer {
    padding-right: 20px;
}

.left-column-restrainer.margin-left {
    margin-left:20%; 
}

.left-column-restrainer.margin-top {
    margin-top:20%; 
}

.right-column-restrainer.margin-right {
    margin-right:20%; margin-top:0%;
}


.right-column-restrainer.margin-top {
    margin-top:20%;
}




.right-column-restrainer {
    padding-left: 20px;
}

.right-column-restrainer h2 { padding-bottom:10px;}

.left-column-restrainer h2 { padding-bottom:10px;}


.heading-with-underline {
    padding-bottom: 0px;
    margin-bottom: 60px;
}
.full-width-column img {
    width: 100%;
}
.l-footer {
    display: block;
    padding: 50px 0 30px 0;

}


.l-footer--container-outer {
    border-top: 1px solid black;
    margin: 0 50px 0 50px;
    padding-top:40px;
}



.l-footer--container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    padding: 0px;
}
.l-footer--left {
    flex: 1;
    text-align: left;
}

.l-footer--left.terms, .l-footer--right.terms {
    font-size: 0.8em;
}

.l-footer--left.terms {
    text-align: right;
}

.l-footer--right {
    flex: 0 0 480px;
    text-align: right;
}
.brochure-outline-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.brochure-outline-column {
    flex: 0 0 240px;
}
.brochure-outline-column a {
    display: inline-block;
    padding: 20px 80px 20px 40px;
    background-image: url('/assets/images/download-button.png');
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: right center;
    color: black;
    font-size: 1.0em;
}
.brochure-outline-column a:hover {
    background-image: url('/assets/images/download-button-hover.png');
    color: #999;
    text-decoration: none;
}

.brochure-outline-column-2 {
    flex: 0 0 240px;
}
.brochure-outline-column-2 a {
    display: inline-block;
    padding: 20px 80px 20px 0px;
    background-image: url('/assets/images/download-button.png');
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: right center;
    color: black;
    font-size: 1.0em;
}
.brochure-outline-column-2 a:hover {
    background-image: url('/assets/images/download-button-hover.png');
    color: #999;
    text-decoration: none;
}

.full-width-carousel {
    position: relative;
}
.full-width-carousel .caption {
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.5);
    color: white;
    padding: 12px 40px 20px 20px;
    height: 50px;
    margin-top: -50px;
    position: relative;
    z-index: 10;
    font-size: 0.9em;
}



.full-width-carousel .caption-full {
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.5);
    color: white;
    padding: 12px 40px 20px 20px;
    height: 50px;
    margin-top: -50px;
    position: relative;
    z-index: 10;
    font-size: 0.9em;
}


.full-width-carousel .caption-mobile {
    display:none;
}

.full-width-carousel .caption-right {
    box-sizing: border-box;

    color: white;
    padding: 12px 20px 20px 20px;
    height: 50px;
    margin-top: -50px;
    position: relative;
    text-align:right;
    z-index: 10;
    font-size: 0.9em;
}

.full-width-column .picture-caption-slide {
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.5);
    color: white;
    padding: 12px 40px 20px 20px;
    height: 50px;
    margin-top: -55px;
    position: relative;
    z-index: 10;
    font-size: 0.9em;
}
.full-width-carousel .owl-nav {
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
}
.full-width-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: -30px;
    left: 0;
    width: 60px;
    height: 60px;
    background-color: rgba(0,0,0,0.5);
    background-image: url('/assets/images/Prev.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}
.full-width-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    top: -30px;
    width: 60px;
    height: 60px;
    background-color: rgba(0,0,0,0.5);
    background-image: url('/assets/images/Next.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}
.full-width-carousel .owl-nav button.owl-prev:hover, .full-width-carousel .owl-nav button.owl-next:hover {
    background-color: rgba(0,0,0,0.9);
}


.acordion-floorplans {
    font-family: aktiv-grotesk, sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;;
}
.floorplan-row, .specification-row {
    cursor: pointer;
    border-top: 1px solid black;
    padding: 10px 0;
    display: flex;
}


.floorplan-row-total {
    cursor: pointer;
    border-top: 0px solid black;
    padding: 30px 0px 0px 0px;
    display: flex;
    font-weight:600;
}

.floorplan-row > *, .floorplan-row-total > *, .specification-row > * {
    flex-grow: 1;
}

.floorplan-row:after {
    content: '+';
    /* width: 13px; */
    font-size: 30px;
}

.specification-row:after {
    content: '+';
    /* width: 13px; */
    font-size: 30px;
}


.floorplan-row:last-child:after {
    content: ' ';
    /* width: 13px; */
    font-size: 30px;
}

.floorplan-row.is-toggled:after, .specification-row.is-toggled:after {
    content: '-';
}
.floorplan-row:hover, .specification-row:hover {
    background-color: rgba(0,0,0,0.1);
}
.floorplan-details {
    display: none;
}
.floorplan-visible {
    display: block;
}
.floorplan-not-to-scale {
    font-size: 0.8em;
}

.floorplan-column-1.toggle-heading {
    font-size: 0.9em; margin-top:30px;

}

.specification-detail {padding:20px 0 50px 10%; display:flex; flex-wrap: wrap ; }
.specification-detail p {line-height:30px;}


.specification-box {lex: 0 0 43%;margin-right:60px; font-size:1.2em; line-height:28px;}

.floorplan-column-1 {
    flex: 0 0 33%;
    font-size: 1.2em;
    line-height: 150%;
}
.floorplan-column-2 {
    flex: 0 0 19%;
    font-size: 1.2em;
    line-height: 150%;
}
.floorplan-column-3 {
    flex: 0 0 19%;
    font-size: 1.2em;
    line-height: 150%;
}
.floorplan-column-4 {
    flex: 0 0 19%;
    font-size: 1.2em;
    line-height: 150%;
}
.floorplan-column-plan {
    flex: 0 0 61%;
    margin-bottom: 40px;
}

.floorplan-column-1 table {
    text-align: left;
    font-size: 0.8em;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}
.floorplan-column-1 table th, .floorplan-column-1 table td {
    padding: 3px 0;
    line-height: 110%;

}
.table-column-2 {
    width: 100px;
}
.table-column-3 {
    width: 100px;
}
.align-centre {
    text-align: center;
}


.m-header-nav__burger {
    cursor: pointer;
    width: 50px;
    margin-top: -5px;
    display: none;
}


@media screen and (max-width: 1024px) {
    .two-column p {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .m-header-nav__burger {
        display: block;
    }
    .l-header--container {
        height: 60px;
        padding: 15px 20px 0 30px;
    }
    .l-header--left img {
        width: 110px;
    }
    .l-content {
        padding: 0 30px 0 30px;
    }
    .two-column {
        flex: 0 0 100%;
        font-size: 1.0em;
    }
    .left-column-restrainer {
        padding-right: 0;
    }
    .right-column-restrainer {
        padding-left: 0;
    }


     .full-width-carousel .caption {
        padding: 10px 0px 10px 0px;
        height: 50px;
        margin-top: 0px;
        font-size: 0.8em;
        background-color:#fff;
        color:black;
    }

    .full-width-carousel .owl-nav button.owl-prev {
        width: 35px;
        height: 40px;
        background-size: 15px;
    }
    .full-width-carousel .owl-nav button.owl-next {
        width: 35px;
        height: 40px;
        background-size: 15px;
    }

    .floorplan-column-1, .floorplan-column-2, .floorplan-column-3, .floorplan-column-4 {
        flex: 0 0 50%;
        font-size: 0.9em;
    }

    .l-footer--container {
        padding: 0 30px 0 30px;
    }
    .l-footer--left {
        flex: 0 0 100%;
        text-align: center;
    }
    .l-footer--right {
        flex: 0 0 100%;
        text-align: right;
    }
    .brochure-outline-column {
        flex: 0 0 100%;
    }
    .brochure-outline-column a {
        padding: 20px 80px 20px 0px;
    }

    .l-footer--left {text-align:center!important;}

    .full-width-carousel .caption-full {
     display:none;
}

.specification-box {flex: 0 0 100%; margin-right:0px; font-size:1.0em; line-height:28px;}

.margin-20 {margin-top:0px;}

.floorplan-column-plan img {width:160%; margin-top:30px;}

.l-footer--left.footer-one {order: 3; padding-top:30px;}
.brochure-outline-container.footer-two {order: 1;}
.brochure-outline-container.footer-three {order: 2;}

.l-footer--container-outer {padding-top:20px;}


}




.m-header-nav__burger___line {
    width: 40px;
    height: 3px;
    background-color: #bbb;
    margin: 6px 0;
    position: relative;
    top: 0px;
    transform-origin: 50% 50%;
    transition: top 0.3s ease 0.5s, transform 0.5s ease 0s;
}
.m-header-nav__burger___line.opened {
    transition: top 0.3s ease, transform 0.5s ease 0.3s;
}
.m-header-nav__burger_group_1.opened :nth-child(1) {
    transform: translateY(4px) rotate(45deg);
    top: 9px;
}
.m-header-nav__burger_group_1.opened :nth-child(2) {
    transform: translateY(4px) rotate(45deg);
}
.m-header-nav__burger_group_2.opened :nth-child(1) {
    transform: translateY(-5px) rotate(-45deg);
}
.m-header-nav__burger_group_2.opened :nth-child(2) {
    transform: translateY(-5px) rotate(-45deg);
    top: -9px;
}








.onoffswitch {
    position: relative;
    display: inline-block;
    width: 67px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    top:7px;
    padding-left:10px;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #545454;
    border-radius: 13px;

}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
    text-align: left;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 22px;
    padding: 0;
    line-height: 22px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #000;
    color: #fff;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #000;
    color: #fff;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 15px;
    margin: 3.5px;
    background: #f00;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 41px;
    border: 2px solid #545454;
    border-radius: 13px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}


.table-7low, .table-7high, .table-3low, .table-3high {
    display: none;
}






/* Location Map Styles */

.m-brochure-row {
    background-color: white;
    position: relative;
    min-height: 500px;
}
.m-brochure-row--has-map {
    overflow: hidden;
}
.m-brochure-row--no-flex {
    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;
}
.m-brochure-row--double {
    max-height: 100%; }

.m-brochure-row__column-plans {
    max-width: 100%;
    text-align: left; }

.m-brochure-row__column--spec-page {
    box-sizing: border-box;
    padding: 50px; }

.m-brochure-row__column--spec-page p {
    font-size: 14px;
    line-height: 22px; }

@media only screen and (min-width: 750px) and (min-height: 650px) {
    .m-brochure-row__image-tube-map {
	padding-top: 26.457766%;
	padding-bottom: 26.457766%; } }

@media only screen and (min-width: 750px) and (min-height: 650px) {
    .m-brochure-row__image-location-map {
	padding-top: 31.675749%;
	padding-bottom: 31.675749%; } }

@media only screen and (max-width: 600px) {
    .horizontal-spacer-100 {
	height: 0px; } }

@media only screen and (max-width: 600px) {
    .horizontal-spacer-140 {
	height: 20px; } }

@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;
    font-family: "Didot 42 A", "Didot 42 B"; }

.red-asterisk:before {
    content: '*';
    display: inline-block;
    vertical-align: middle;
    color: #ee242d;
    font-size: 22px;
    font-family: "Didot 42 A", "Didot 42 B"; }

.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 {
    display: none;
}

.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: #ee242d;
}

@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 only screen and (max-width: 1000px) {
    
    .specification-detail {
	padding: 40px 0 40px 0%;
	font-size:94%; line-height:22px;
    }

    .l-footer--container-outer {margin:0px 30px 0 30px;}

    .brochure-outline-container { padding:15px 0;}

    .brochure-outline-column {padding:10px 0;}

    .right-column-restrainer.margin-right {margin-right:20px;}

    .left-column-restrainer.margin-left.margin-top {margin-left:0px;margin-top:20px}

    .top-spacing {padding-top:40px;}

    .left-column-restrainer h2 {padding-top:0px;}


    .l-amenities--container {display: block !important;}

    .acordion-amenities {margin:0px;}


    .left-column-restrainer.margin-left {margin-left:0px}

    .heading-with-underline {margin-bottom:10px;}

    .margin-space {margin-top:40px; width:100%;}
} 


.lazy-fadeup {
    transition: transform 1s, opacity 1s;
    transform: translateY(100px);
    opacity: 0.2;
}

.lazy-fadeup.is-loaded {
    transform: translateY(0px);
    opacity: 1;
}



    /* content: '-'; */
    /* float: right; */
    /* font-size: 37px; */



    .embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; overflow: hidden; 
  max-width: 100%; 
} 

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


.spacer-button {padding:0px 23px ;}
.spacer-button-small {padding:0px 2px ;}


