body {
    font-family: arial, sans-serif, helvetica;
    background-size: 100%;
    color: #183f84;
    font-size: 62.5%
}
.row {
    margin-right: -1em;
    margin-left: -1em
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1em;
    padding-right: 1em;
    padding-left: 1em
}
ul {
    list-style-type: none
}
.floorPlan.container {
    width: 100%;
    margin-top: 4em
}
.floorPlanTopMenu,
.floorPlanTopMenu .floors {
    width: 100%
}
.floorPlanTopMenu .floors {
    padding-left: 4em
}
.floorPlanTopMenu .floors li {
    width: 15.5%;
    height: 2.9em;
    margin-right: .6em;
    padding-top: .9em;
    text-transform: uppercase;
    font-size: 2.3em;
    text-align: center;
    color: #fff;
    display: inline-block;
    background-color: #bcbcbb;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0)
}
.floorPlanTopMenu .floors li a,
.floorPlanTopMenu .floors li a:hover {
    color: #fff;
    text-decoration: none
}
.floorPlanTopMenu .floors li:hover {
    background-color: #868281;
    transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out
}
.floorPlanTopMenu .floors li.active {
    background-color: #183f84;
    transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -webkit-transition: background-color .3s ease-in-out
}
.floorPlanSideMenu .floors {
    width: 100%;
    height: 80em;
    margin: 3em 0 0 1em;
    padding: 0;
    background: url(../images/navigation/floors/nav-ground-floor.png) no-repeat;
    background-size: 100%
}
.floorPlanSideMenu .floors li {
    width: 100%
}
.floorPlanSideMenu .floors li[data-floor=roofTerrace] {
    height: 15em
}
.floorPlanSideMenu .floors li[data-floor=thirdFloor] {
    height: 11em
}
.floorPlanSideMenu .floors li[data-floor=secondFloor],
.floorPlanSideMenu .floors li[data-floor=firstFloor],
.floorPlanSideMenu .floors li[data-floor=groundFloor] {
    height: 12em
}
.floorPlanSideMenu .floors li[data-floor=lowerGroundFloor] {
    height: 14em
}
.floorMain {
    height: 76em;
    background-color: #fff;
    position: relative
}
.floorMain div,
.floorMain div img,
.floorMain div svg {
    width: 100%;
    height: 100%
}
.floorMain:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: url(../images/drop-shadow.png) 50% 100% no-repeat;
    background-size: 70%;
    opacity: 1;
    transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -webkit-transition: opacity 3s ease-in-out
}
.floorMain div {
    position: relative;
    top: -3em;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0)
}
.floorMain div[data-floor=roofTerrace],
.floorMain div[data-floor=thirdFloor],
.floorMain div[data-floor=secondFloor],
.floorMain div[data-floor=firstFloor] {
    display: none;
    opacity: 0
}
.floorMain div[data-floor=groundFloor] {
    display: block;
    opacity: 0
}
.floorMain div[data-floor=lowerGroundFloor] {
    display: none;
    opacity: 0
}
.roomPopup {
    fill-opacity: 0;
    cursor: pointer;
}
.roomPopupFill {
    fill: #243778;
    fill-opacity: .4
}
.roomPopupFill.activeRoom {
    fill-opacity: .7;
    transition: fill-opacity .2s ease-in-out
}
.modal-backdrop.in {
    filter: alpha(opacity=70);
    opacity: .7
}
.modal-backdrop {
    background-color: #fff
}
.textLabel path {
    fill: #fff
}
.modal {
    top: -17.5em
}
#roomDetails.active {
    display: block;
    opacity: 1
}
#roomDetails .modal-body {
    padding: 0
}
#roomDetails button.close {
    width: 18%;
    height: 2.7em;
    opacity: 1;
    font-size: 1.1em;
    background: url(../images/close.svg) no-repeat;
    background-size: 100%;
    position: relative;
    top: -2.3em;
    right: -12.5%;
    cursor: pointer
}
.close,
.close:focus,
.close:hover {
    filter: alpha(opacity=100)
}
#roomDetails .modal-dialog {
    width: 76%;
    margin: 0 auto;
    margin-top: 23em!important
}
#roomDetails .modal-content {
    border-radius: 0;
    border: 1em solid #183f84;
    padding: 3em
}
#roomDetails .roomVisual {
    padding: 1em;
    margin: 0 auto
}
#roomDetails .roomVisual img {
    width: 100%;
    height: auto
}
#roomDetails .roomVisual.smaller {
    width: 84%;
    height: auto
}
#roomDetails h4 {
    font-size: 4em;
    text-transform: uppercase;
    margin-bottom: .8em
}
#roomDetails p {
    margin: 0;
    font-size: 3.4em;
    line-height: 1.1em
}
#roomDetails .capacity,
#roomDetails .dimensions {
    text-transform: uppercase;
    margin-top: .6em
}
#roomDetails .additional span {
    font-size: .8em;
    line-height: 2em;
    margin: 1.8em 0
}
#roomDetails button.cta {
    border: none;
    border-radius: 0;
    background-color: #183f84;
    position: relative;
    right: -.9em;
    bottom: 0;
    font-size: 2.5em;
    width: 96%;
    padding: .9em 1.5em .4em
}
#roomDetails button p {
    display: inline-block;
    vertical-align: top;
    font-size: 1.1em;
    text-transform: uppercase;
    margin-top: .4em
}
#roomDetails .capacity span,
#roomDetails .dimensions span {
    text-transform: lowercase
}
#roomDetails .description {
    font-size: 2.5em;
    line-height: 1.4em;
    margin: 1.5em 0
}
#roomDetails .features ul {
    padding: 0
}
#roomDetails .features img {
    width: 15%;
    margin-right: .8em
}
#roomDetails button.shorter {
    width: 67%
}
#roomDetails button.shorter .arrow {
    width: 15%
}
#roomDetails button .arrow {
    width: 10%;
    height: 2.3em;
    background: url(../images/arrow.svg) no-repeat;
    background-size: 100%;
    display: inline-block;
    margin-left: .1em;
    text-transform: uppercase
}
@media screen and (max-width: 399px) {
    body {
        font-size: 15%
    }
    #roomDetails button.close {
        top: -8.7em;
        height: 10.1em
    }
    #roomDetails button .arrow {
        width: 8%
    }
    .floorPlanSideMenu .floors li[data-floor=roofTerrace],
    .floorPlanSideMenu .floors li[data-floor=thirdFloor] {
        height: 15em
    }
    .floorPlanSideMenu .floors li[data-floor=secondFloor],
    .floorPlanSideMenu .floors li[data-floor=firstFloor],
    .floorPlanSideMenu .floors li[data-floor=groundFloor],
    .floorPlanSideMenu .floors li[data-floor=lowerGroundFloor] {
        height: 14em
    }
}
@media screen and (min-width: 400px) {
    body {
        font-size: 25%
    }
    #roomDetails button.close {
        top: -9em;
        height: 10.7em
    }
    #roomDetails button p {
        margin-top: .5em
    }
    #roomDetails button .arrow {
        width: 9%
    }
    .floorPlanSideMenu .floors li[data-floor=roofTerrace] {
        height: 12em
    }
    .floorPlanSideMenu .floors li[data-floor=thirdFloor],
    .floorPlanSideMenu .floors li[data-floor=secondFloor] {
        height: 11em
    }
    .floorPlanSideMenu .floors li[data-floor=firstFloor] {
        height: 10em
    }
    .floorPlanSideMenu .floors li[data-floor=groundFloor] {
        height: 11em
    }
    .floorPlanSideMenu .floors li[data-floor=lowerGroundFloor] {
        height: 14em
    }
}
@media screen and (min-width: 512px) {
    body {
        font-size: 32%
    }
    #roomDetails button.close {
        top: -8.5em;
        height: 10.7em
    }
    #roomDetails button p {
        margin-top: .5em
    }
    #roomDetails button .arrow {
        width: 10%
    }
    .floorPlanSideMenu .floors li[data-floor=roofTerrace] {
        height: 17em
    }
    .floorPlanSideMenu .floors li[data-floor=thirdFloor] {
        height: 12em
    }
    .floorPlanSideMenu .floors li[data-floor=secondFloor],
    .floorPlanSideMenu .floors li[data-floor=firstFloor],
    .floorPlanSideMenu .floors li[data-floor=groundFloor] {
        height: 13em
    }
    .floorPlanSideMenu .floors li[data-floor=lowerGroundFloor] {
        height: 14em
    }
}
@media screen and (min-width: 635px) {
    body {
        font-size: 43%
    }
    #roomDetails button.close {
        top: -7.4em;
        height: 9.2em
    }
    #roomDetails button p {
        margin-top: .4em
    }
    #roomDetails button .arrow {
        width: 10%
    }
    .floorPlanSideMenu .floors li[data-floor=roofTerrace] {
        height: 14em
    }
    .floorPlanSideMenu .floors li[data-floor=thirdFloor] {
        height: 10em
    }
    .floorPlanSideMenu .floors li[data-floor=secondFloor],
    .floorPlanSideMenu .floors li[data-floor=firstFloor],
    .floorPlanSideMenu .floors li[data-floor=groundFloor] {
        height: 11em
    }
    .floorPlanSideMenu .floors li[data-floor=lowerGroundFloor] {
        height: 13em
    }
}
@media screen and (min-width: 768px) {
    body {
        font-size: 54%
    }
    #roomDetails button.close {
        top: -7.8em;
        height: 9.2em
    }
    #roomDetails button p {
        margin-top: .4em
    }
    #roomDetails button .arrow {
        width: 10%
    }
    .floorPlanSideMenu .floors li[data-floor=roofTerrace] {
        height: 15em
    }
    .floorPlanSideMenu .floors li[data-floor=thirdFloor] {
        height: 11em
    }
    .floorPlanSideMenu .floors li[data-floor=secondFloor],
    .floorPlanSideMenu .floors li[data-floor=firstFloor],
    .floorPlanSideMenu .floors li[data-floor=groundFloor] {
        height: 12em
    }
    .floorPlanSideMenu .floors li[data-floor=lowerGroundFloor] {
        height: 14em
    }
}


/* V2 Update */
#ferrantiRoom-disabled,
#nuffieldRoom-disabled,
#teslaRoom-disabled
{fill: #929292;}

