﻿#contactInfoPanel {
    position: absolute;
    right: -260px;
    top: 1080px;
    transition: all 0.3s ease;
    z-index: 10;
}

    #contactInfoPanel.open {
        right: 0;
    }

.hamiltonHeader {
    border-top: 3px solid #77bc1f;
    padding: 35px 0 0 0;
    box-sizing: border-box;
}

    .hamiltonHeader .logo {
        padding: 0 0 35px 145px;
        width: 300px;
    }

    .hamiltonHeader .opening {
        float: right;
        text-align: right;
        color: #003b4c;
        font-weight: bold;
        font-size: 28px;
        line-height: 28px;
        padding: 16px 165px 0 0;
    }

        .hamiltonHeader .opening .date {
            font-size: 26px;
            line-height: 26px;
            display: block;
            letter-spacing: 0.5px;
            margin: 4px 0 0 0;
        }

    .hamiltonHeader ul {
        clear: both;
    }

        .hamiltonHeader ul li a {
            width: 33.33333%;
            background: transparent url(/Content/images/hamiltonHighStreet/tab.png) bottom right no-repeat;
            height: 69px;
            float: left;
            box-sizing: border-box;
            border-right: 1px solid #fff;
            text-align: center;
            color: #fff;
            font-size: 22px;
            line-height: 22px;
            font-weight: 700;
            padding: 26px 0 0 0;
            letter-spacing: 1px;
        }

        .hamiltonHeader ul a:hover {
            background-position: top;
            cursor: pointer;
        }

.hamiltonIntro .mainContent {
    padding: 20px 0 80px 0;
}

    .hamiltonIntro .mainContent .content {
        width: 910px;
    }

    .hamiltonIntro .mainContent p.visit {
        display: block;
        text-align: center;
        margin: 40px 0 0 0;
    }

        .hamiltonIntro .mainContent p.visit strong {
            font-weight: 700;
            color: #00748c;
        }

        .hamiltonIntro .mainContent p.visit a {
            color: #000;
        }

            .hamiltonIntro .mainContent p.visit a:hover {
                color: #00748c;
            }

.plansWrapper {
    padding: 100px 150px;
}

    .plansWrapper .top {
        border-bottom: 1px solid #003b4c;
        padding: 0 0 30px 0;
        margin: 0 0 40px 0;
    }

        .plansWrapper .top .title {
            display: inline-block;
            font-size: 48px;
            line-height: 48px;
            color: #00748c;
            font-weight: 700;
            padding: 4px 0 0 20px;
        }

        .plansWrapper .top img.icon {
            vertical-align: top;
        }

        .plansWrapper .top .planDetails {
            font-size: 24px;
            line-height: 24px;
            font-weight: 700;
            color: #7fc242;
            display: inline-block;
            float: right;
            padding: 25px 0 0 0;
        }

        .plansWrapper .top .pdfLink {
            float: right;
            display: inline-block;
            padding: 0 0 0 120px;
            vertical-align: top;
        }

    .plansWrapper .plans {
        box-sizing: border-box;
    }

        .plansWrapper .plans .menu {
            width: 377px;
            padding: 0 0 0 18px;
            float: left;
            box-sizing: border-box;
        }

            .plansWrapper .plans .menu ul {
                font-size: 24px;
                line-height: 24px;
                font-weight: 700;
                color: #003b4c;
            }

            .plansWrapper .plans .menu > ul {
                list-style-type: square;
                margin: 0 0 0 20px;
            }

                .plansWrapper .plans .menu > ul > li > ul {
                    list-style-type: disc !important;
                    padding: 35px 0 0 20px;
                }

                    .plansWrapper .plans .menu > ul > li > ul > li > ul {
                        padding: 20px 0 20px 0;
                        font-weight: normal;
                    }

                        .plansWrapper .plans .menu > ul > li > ul > li > ul > li {
                            margin: 0 0 5px 0;
                        }

                            .plansWrapper .plans .menu > ul > li > ul > li > ul > li:hover {
                                cursor: pointer;
                                color: #7fc242;
                            }

            .plansWrapper .plans .menu li.active {
                color: #7fc242;
            }

            .plansWrapper .plans .menu .otherCondos {
                display: block;
                border: 1px solid #003b4c;
                margin: 40px 0 0 18px;
                width: 278px;
                box-sizing: border-box;
                padding: 25px;
                line-height: 28px;
                font-size: 24px;
                font-weight: 700;
                color: #003b4c;
            }

                .plansWrapper .plans .menu .otherCondos .phone {
                    color: #7fc242;
                    display: block;
                    margin: 5px 0 0 0;
                }

            .plansWrapper .plans .menu .legal {
                font-size: 8px;
                line-height: 10px;
                color: #656665;
                margin: 90px 0 0 0;
            }

    .plansWrapper .planContainer {
        width: 683px;
        float: right;
    }

        .plansWrapper .planContainer .planDesc {
            padding: 0 0 40px 90px;
            line-height: 22px;
        }

.amenities .mainContent {
    padding: 80px 0;
}

.amenities ul.amenity-descriptions {
    width: 1005px;
    margin: auto;
    display: flex;
}

    .amenities ul.amenity-descriptions li {
        width: 500px !important;
        float: left;
        border-bottom: 1px solid #dcdcdc;
        padding: 30px 30px 10px 30px;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 21px;
    }

        .amenities ul.amenity-descriptions li:nth-child(2n+1) {
            border-right: 1px solid #dcdcdc;
        }

        .amenities ul.amenity-descriptions li h2 {
            font-size: 22px;
            line-height: 22px;
            font-weight: 700;
            color: #003b4c;
            margin: 0 0 15px 0;
        }

        .amenities ul.amenity-descriptions li p {
            margin: 0 0 20px 0;
        }

    .amenities ul.amenity-descriptions.last {
        margin: 0 auto 80px auto;
    }

        .amenities ul.amenity-descriptions.last li {
            border-bottom: none;
        }

.amenities ul.floor-selector {
    width: 1005px;
    margin: auto;
    display: flex;
}

    .amenities ul.floor-selector li {
        width: 50%;
        text-align: center;
        background-color: #00ADBB;
        color: #fff;
        height: 50px;
        border-right: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: .015em;
    }

        .amenities ul.floor-selector li.selected, .amenities ul.floor-selector li:hover {
            background-color: #003b4c;
            cursor: pointer;
        }

.instruction {
    text-align: center;
    color: #003b4c;
    margin: 20px auto 0 auto;
}

.amenities .floor {
    width: 1005px;
    margin: auto;
    padding: 30px 0 0 0;
    position: relative;
}

    .amenities .floor img {
        width: 1005px;
        height: auto;
    }

    .amenities .floor .badge {
        position: absolute;
        width: 14%;
        left: 50%;
        margin-left: -6%;
        bottom: 14%;
    }

    .amenities .floor .icon {
        position: absolute;
        width: 4%;
        animation: pulse 2s infinite;
        z-index: 2;
    }

        .amenities .floor .icon:hover {
            -webkit-filter: grayscale(160%);
            filter: saturate(160%);
            cursor: pointer;
        }

    .amenities .floor .desc {
        padding: 15px 20px;
        background-color: #003c4b;
        color: #fff;
        position: absolute;
        -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.44);
        -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.44);
        box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.44);
        opacity: 0;
        text-transform: uppercase;
        letter-spacing: .1em;
        transition: opacity .1s linear;
        z-index: 1;
    }

        .amenities .floor .desc:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 0;
            border: 8px solid transparent;
            border-bottom-color: #003c4b;
            border-top: 0;
            margin-left: 20px;
            margin-top: -8px;
        }

        .amenities .floor .desc.on {
            opacity: 1;
            z-index: 20;
        }

    .amenities .floor.floor2 {
        display: none;
    }

.amenities .legal {
    font-size: .5em;
    text-align: center;
    letter-spacing: .1em;
    padding: 20px 0 0 0;
}

.amenities .floor1 .icon[data-icon=salon] {
    top: 34%;
    left: 22.5%;
}

.amenities .floor1 .icon[data-icon=barber] {
    top: 28%;
    left: 32%;
}

.amenities .floor1 .icon[data-icon=theatre] {
    top: 48%;
    left: 26%;
}

.amenities .floor1 .icon[data-icon=lounge1] {
    top: 43%;
    left: 48%;
}

.amenities .floor1 .icon[data-icon=bistro] {
    top: 36%;
    left: 61%;
}

.amenities .floor1 .icon[data-icon=meals] {
    top: 25%;
    left: 87.5%;
}

.amenities .floor1 .icon[data-icon=bar] {
    top: 51.5%;
    left: 64.5%;
}

.amenities .floor1 .icon[data-icon=spa] {
    top: 53.25%;
    left: 74%;
}

.amenities .floor1 .icon[data-icon=lounge2] {
    top: 60%;
    left: 71%;
}

.amenities .floor1 .icon[data-icon=gym] {
    top: 61%;
    left: 89.5%;
}

.amenities .floor1 .icon[data-icon=pool] {
    top: 78.75%;
    left: 80%;
}

.amenities .floor2 .icon[data-icon=terrace1] {
    top: 9%;
    left: 54%;
}

.amenities .floor2 .icon[data-icon=art] {
    top: 22%;
    left: 52%;
}

.amenities .floor2 .icon[data-icon=library] {
    top: 42%;
    left: 50%;
}

.amenities .floor2 .icon[data-icon=terrace2] {
    top: 51.5%;
    left: 44%;
}

.amenities .floor2 .icon[data-icon=coffee] {
    top: 44%;
    left: 34%;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.theresMore {
    width: 1005px;
    margin: auto;
    padding: 80px 0;
}

    .theresMore .left {
        width: 300px;
        border-right: 1px solid #dcdcdc;
        width: 505px;
    }

    .theresMore .title {
        display: inline-block;
        font-size: 22px;
        line-height: 22px;
        color: #003b4c;
        font-weight: 700;
        padding: 0 0 0 20px;
    }

    .theresMore img.icon {
        vertical-align: top;
    }

    .theresMore .left ul, .theresMore .right ul {
        padding: 0 50px 0 68px;
        margin: 0 0 0 20px;
        list-style-type: disc;
        font-size: 20px;
        line-height: 24px;
    }

        .theresMore .left ul li, .theresMore .right ul li {
            margin: 0 0 15px 0;
        }

    .theresMore .right {
        width: 400px;
    }

        .theresMore .right ul {
            padding: 0 50px 0 0;
            list-style-type: disc;
            font-size: 20px;
            line-height: 24px;
            margin: 48px 0 0 0;
        }

.convenientLocation .mainContent, .communityNews .mainContent {
    padding: 80px 0;
}

    .convenientLocation .mainContent .content {
        width: 970px;
    }

.communityNews ul {
    width: 1005px;
    margin: 60px auto 0 auto;
    color: #003b4c;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}

    .communityNews ul li {
        width: 50%;
        padding: 20px 40px;
        /*border-bottom: 1px solid #dcdcdc;*/
        border-right: 1px solid #dcdcdc;
        float: left;
        box-sizing: border-box;
    }

        .communityNews ul li a {
            display: block;
            background-image: url(/Content/images/hamiltonHighStreet/morePdfBtn.png);
            width: 151px;
            height: 40px;
            margin: 15px 0 0 0;
        }

            .communityNews ul li a:hover {
                background-position: bottom;
            }

        .communityNews ul li:nth-child(2) {
            border-right: none;
        }

.plans {
    display: flex;
    padding: 6rem 0 5.5rem 0;
    width: 1005px;
    margin: auto;
}

    .plans > div {
        text-align: center;
        width: 50%;
    }

    .plans a {
        background-color: #00ADBB;
        display: inline-block;
        padding: 20px 0;
        width: 80%;
        margin: 0 0 10px 0;
        font-weight: bold;
        color: #003b4c;
        color: #fff;
    }

        .plans a:hover {
            background-color: #003b4c;
        }

        .plans a span {
            font-weight: normal;
            margin: 0 0 0 10px;
            font-size: .85rem;
        }

@media screen and (min-width: 0px) and (max-width: 768px) {

    .hamiltonHeader {
        padding: 25px 0 0 0;
        border-top: none;
    }

    .hamiltonHeader {
        text-align: center;
    }

        .hamiltonHeader .logo {
            padding: 0;
            width: 60%;
            margin: 0 0 20px 0;
        }

        .hamiltonHeader .opening {
            float: none;
            text-align: center;
            padding: 0;
        }

            .hamiltonHeader .opening .date {
                font-size: 16px;
                line-height: 16px;
                padding: 15px 0;
                margin: 15px 0 0 0;
                background-color: #DFDFDF;
            }

        .hamiltonHeader ul {
            display: flex;
        }

            .hamiltonHeader ul li {
                background-color: #00ADBB;
                text-align: center;
                color: #fff;
                width: 33.33%;
                padding: 10px 0;
                letter-spacing: 1px;
                border-right: 1px solid #fff;
                align-items: center;
                justify-content: center;
                line-height: 14px;
            }

                .hamiltonHeader ul li:last-child {
                    border-right: none;
                }

                .hamiltonHeader ul li a {
                    float: none;
                    background: none;
                    border: none;
                    font-size: 10px;
                    line-height: 10px;
                    letter-spacing: 0.05em;
                }

    .hamiltonIntro img {
        width: 100%;
    }

    .hamiltonIntro .mainContent {
        padding: 10px 0 30px 0;
        box-sizing: border-box;
    }

        .hamiltonIntro .mainContent .contentHeader {
            padding: 0;
        }

        .hamiltonIntro .mainContent .content {
            width: 100%;
        }

        .hamiltonIntro .mainContent .contactTab, .hamiltonIntro .mainContent .contactInfo {
            display: none;
        }

        .hamiltonIntro .mainContent p.visit {
            margin: 20px 0 0 0;
        }

    .amenities .mainContent {
        padding: 20px 0;
    }

    .amenities .contentHeader, .convenientLocation .contentHeader {
        padding-bottom: 0;
    }

    .amenities ul.amenity-descriptions {
        width: 100%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }

        .amenities ul.amenity-descriptions li {
            width: 100%;
            float: none;
            border-bottom: 1px solid #dcdcdc;
            padding: 15px 5% 0 5%;
            font-size: 14px;
            line-height: 20px;
        }

            .amenities ul.amenity-descriptions li:nth-child(2n+1) {
                border-right: none;
            }

            .amenities ul.amenity-descriptions li h2 {
                font-size: 16px;
                line-height: 16px;
                margin: 0 0 6px 0;
            }

            .amenities ul.amenity-descriptions li p {
                margin: 0 0 15px 0;
            }

        .amenities ul.amenity-descriptions.last {
            margin: 0 auto 20px auto;
        }

            .amenities ul.amenity-descriptions.last li {
                border-bottom: none;
            }

    .amenities > img {
        width: 100%;
    }


    .amenities ul.floor-selector, .amenities .floor, .instruction, .legal {
        display: none;
    }

    .amenities .downloadBtn, .convenientLocation .downloadBtn {
        width: 100%;
        background-color: #003b4c;
        color: #fff;
        font-weight: bold;
        width: 90%;
        text-align: center;
        padding: 10px 0;
        margin: 0 auto 40px auto;
    }

    .theresMore {
        width: 100%;
        padding: 20px 5%;
        box-sizing: border-box;
    }

        .theresMore .left {
            width: 100%;
            border-right: none;
        }

        .theresMore .title {
            font-size: 16px;
            line-height: 16px;
            padding: 0;
        }

        .theresMore img.icon {
            display: none;
        }

        .theresMore .left ul, .theresMore .right ul {
            padding: 15px 0 0 0;
            margin: 0 0 0 20px;
            font-size: 14px !important;
            line-height: 20px;
            width: 100%;
        }

            .theresMore .left ul li, .theresMore .right ul li {
                margin: 0 0 10px 0;
            }

                .theresMore .left ul li:last-child {
                    margin: 0;
                }

        .theresMore .right {
            width: 100%;
            padding: 0;
        }

    .convenientLocation .mainContent, .communityNews .mainContent {
        padding: 20px 0;
    }

        .convenientLocation .mainContent .content {
            width: 100%;
        }

    .convenientLocation > img {
        width: 100%;
    }

    .community .videoWrapper {
        width: 100%;
        padding-bottom: 56.25%;
        position: relative;
    }

        .community .videoWrapper iframe {
            position: absolute;
            width: 100%;
            height: 100%;
        }

    .plans {
        flex-wrap: wrap;
        padding: 0 0 40px 0;
        width: 100%;
    }

        .plans > div {
            text-align: center;
            width: 100%;
        }

            .plans > div:nth-of-type(1) a:nth-of-type(1), .plans > div:nth-of-type(1) a:nth-of-type(2) {
                display: none;
            }

            .plans > div:nth-of-type(2) {
                margin-top: 30px;
            }

        .plans a {
            width: 90%;
            padding: 10px 0;
        }
}
