@charset "utf-8";
/*.btm-map-wrap {
    background-image: url('../images/studios-map2.jpg');
    height: 687px;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    margin: 40px 0;
}*/

.hover-display-blk {
    background: #eae9e9;
    border: 0;
    text-align: center;
    padding: 5px 10px;
    color: #111;
    position: absolute;
    bottom: 50px;
    left: 20px;
    display: none;
    z-index: 9;
}

    .hover-display-blk::after {
        content: "";
        position: absolute;
        height: 25px;
        width: 25px;
        bottom: -25px;
        left: 0;
        background-color: #eae9e9;
        clip-path: polygon(100% 0, 0 0, 0 100%);
        border: 0;
    }

    .hover-display-blk p {
        margin-bottom: 0;
    }

        .hover-display-blk p span {
            color: #ea232a;
            font-weight: bold;
            font-size: 18px;
            margin-bottom: 0;
        }

.map-add p {
    font-size: 14px;
}

.pins {
    cursor: pointer;
    position: absolute;
}

    .pins:hover .hover-display-blk {
        display: block;
    }

.hover-display-blk p:after {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #eae9e9;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
}

.pins img {
    width: 40px;
    height: 30px;
}

.pin1 {
    right: 23%;
    top: 35%;
    left: auto;
}

.pin2 {
    bottom: 41.6%;
    right: 14.3%;
}

.pin3 {
    top: 44%;
    left: 50.5%;
}

.pin4 {
    bottom: 42.5%;
    right: 42%;
}

.pin5 {
    top: 28%;
    right: 41%;
}

.pin6 {
    top: 30%;
    right: 39%;
}

.pin7 {
    top: 9%;
    left: 48.5%;
}

.pin8 {
    bottom: 35%;
    left: 31.4%;
}

.pin9 {
    bottom: 37%;
    left: 26.4%;
}

.pin10 {
    bottom: 38.3%;
    left: 21%;
}

.pin11 {
    bottom: 40.3%;
    left: 16%;
}

.pin12 {
    top: 36.6%;
    left: 14.7%;
}

.pin13 {
    top: 39.6%;
    left: 21.7%;
}

.pin14 {
    top: 41.6%;
    left: 26.8%;
}

.pin15 {
    top: 43.6%;
    left: 31.8%;
}

.pin16 {
    bottom: 15%;
    left: 24.8%;
}

.hover-display-blk.Luanda {
    width: 182px;
}

/******** Media Queries *****/

@media only screen and (min-width: 0px) and (max-width: 1240px) {
    .contact-text {
        width: 100%;
        height: 375px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
        margin-top: 0;
        padding-bottom: 19px !important;
        border: 19px solid #bcbcbc;
    }

    .hover-display-blk {
        bottom: -27px;
        left: 25px;
    }

        .hover-display-blk p:after {
            display: none;
        }

    .btm-map-wrap {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .pin1 {
        right: 23%;
        top: 35%;
        left: auto;
    }

    .pin2 {
        bottom: 41.6%;
        right: 14.3%;
    }

    .pin3 {
        top: 44%;
        left: 50.5%;
    }

    .pin4 {
        bottom: 42.5%;
        right: 42%;
    }

    .pin5 {
        top: 28%;
        right: 41%;
    }

    .pin6 {
        top: 30%;
        right: 39%;
    }

    .pin7 {
        top: 9%;
        left: 48.5%;
    }

    .pin8 {
        bottom: 35%;
        left: 31.4%;
    }

    .pin9 {
        bottom: 37%;
        left: 26.4%;
    }

    .pin10 {
        bottom: 38.3%;
        left: 21%;
    }

    .pin11 {
        bottom: 40.3%;
        left: 16%;
    }

    .pin12 {
        top: 36.6%;
        left: 14.7%;
    }

    .pin13 {
        top: 39.6%;
        left: 21.7%;
    }

    .pin14 {
        top: 41.6%;
        left: 26.8%;
    }

    .pin15 {
        top: 43.6%;
        left: 31.8%;
    }

    .pin16 {
        bottom: 15%;
        left: 24.8%;
    }
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 959px) and (max-width: 1024px) {
    .contact-text {
        width: 360px;
        height: 388px;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 58%;
        padding-top: 20px;
    }

    .hover-display-blk {
        bottom: 45px;
        left: 15px;
    }

        .hover-display-blk p:after {
            display: none;
        }

    .btm-map-wrap {
        background-size: 100%
    }

    .pins img {
        width: 30px;
        height: 20px;
    }

    .pin1 {
        right: 22.5%;
        top: 34.5%;
        left: auto;
    }

    .pin2 {
        bottom: 42.6%;
        right: 13.8%;
    }

    .pin3 {
        top: 43.5%;
        left: 50.8%;
    }

    .pin4 {
        bottom: 43.5%;
        right: 42%;
    }

    .pin5 {
        top: 28%;
        right: 41%;
    }

    .pin6 {
        top: 30%;
        right: 38.5%
    }

    .pin7 {
        top: 9%;
        left: 48.5%;
    }

    .pin8 {
        bottom: 36%;
        left: 31%
    }

    .pin9 {
        bottom: 38%;
        left: 26%;
    }

    .pin10 {
        bottom: 39.3%;
        left: 20.7%;
    }

    .pin11 {
        bottom: 41.3%;
        left: 15.5%;
    }

    .pin12 {
        top: 36.6%;
        left: 14.2%;
    }

    .pin13 {
        top: 39.6%;
        left: 21.4%;
    }

    .pin14 {
        top: 41.6%;
        left: 26.5%;
    }

    .pin15 {
        top: 43.2%;
        left: 31.6%;
    }

    .pin16 {
        bottom: 16%;
        left: 24.5%;
    }
}


/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 768px) and (max-width: 958px) {
    .contact-text {
        width: 470px;
        height: 375px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hover-display-blk {
        bottom: 45px;
        left: 15px;
    }

        .hover-display-blk p:after {
            display: none;
        }

    .btm-map-wrap {
        background-size: 100%
    }

    .pins img {
        width: 30px;
        height: 20px;
    }

    .pin1 {
        right: 27.2%;
        top: 33%;
        left: auto;
    }

    .pin2 {
        bottom: 42.8%;
        right: 19.9%;
    }

    .pin3 {
        top: 41.5%;
        left: 50.3%;
    }

    .pin4 {
        bottom: 44.5%;
        right: 43%;
    }

    .pin5 {
        top: 26%;
        right: 42.5%;
    }

    .pin6 {
        top: 28.4%;
        right: 40.3%;
    }

    .pin7 {
        top: 8%;
        left: 48.5%;
    }

    .pin8 {
        bottom: 36.5%;
        left: 34%;
    }

    .pin9 {
        bottom: 38.8%;
        left: 30%;
    }

    .pin10 {
        bottom: 40%;
        left: 25.7%;
    }

    .pin11 {
        bottom: 42%;
        left: 21.5%;
    }

    .pin12 {
        top: 34.6%;
        left: 20.2%;
    }

    .pin13 {
        top: 37.6%;
        left: 26.2%;
    }

    .pin14 {
        top: 39.6%;
        left: 30.5%;
    }

    .pin15 {
        top: 41.2%;
        left: 34.6%;
    }

    .pin16 {
        bottom: 17%;
        left: 28.8%;
    }
}


/*(devices and browsers) */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .hover-display-blk {
        left: 17px;
        bottom: 45px;
        padding: 5px;
    }

    .pins img {
        width: 30px;
        height: 20px;
    }

    .pin1 {
        right: 21%;
        top: 33%;
        left: auto;
    }

    .pin2 {
        top: 49%;
        right: 11.9%;
        bottom: auto;
    }

    .pin3 {
        top: 42%;
        left: 50.3%;
    }

    .pin4 {
        top: 48.6%;
        right: 41.4%;
        bottom: auto;
    }

    .pin5 {
        top: 26%;
        right: 40.5%;
    }

    .pin6 {
        top: 28.5%;
        right: 37.7%;
    }

    .pin7 {
        top: 8.2%;
        left: 48.2%;
    }

    .pin8 {
        top: 55.8%;
        left: 29.7%;
        bottom: auto;
    }

    .pin9 {
        top: 53%;
        left: 24.4%;
        bottom: auto;
    }

    .pin10 {
        top: 52.5%;
        left: 18.9%;
        bottom: auto;
    }

    .pin11 {
        top: 50.5%;
        left: 13.4%;
        bottom: auto;
    }

    .pin12 {
        top: 35%;
        left: 12%;
    }

    .pin13 {
        top: 37.5%;
        left: 19.7%;
    }

    .pin14 {
        top: 40%;
        left: 25%;
    }

    .pin15 {
        top: 41.5%;
        left: 30.2%;
    }

    .pin16 {
        bottom: 17%;
        left: 22.8%;
    }
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 479px) {
    .hover-display-blk {
        left: 8px;
        bottom: 45px;
        padding: 5px;
    }

        .hover-display-blk p {
            font-size: 10px;
        }

            .hover-display-blk p span {
                font-size: 14px;
            }

            .hover-display-blk p:after {
                display: none;
            }

    .pins img {
        width: 16px;
        height: 15px;
    }

    .pin1 {
        right: 22%;
        top: 29%;
        left: auto;
    }

    .pin2 {
        top: 44%;
        right: 12.9%;
        bottom: auto;
    }

    .pin3 {
        top: 37%;
        left: 50.3%;
    }

    .pin4 {
        top: 43.6%;
        right: 41.4%;
        bottom: auto;
    }

    .pin5 {
        top: 23%;
        right: 40.5%;
    }

    .pin6 {
        top: 24.5%;
        right: 37.7%;
    }

    .pin7 {
        top: 5.2%;
        left: 48.2%;
    }

    .pin8 {
        top: 49.8%;
        left: 30.2%;
        bottom: auto;
    }

    .pin9 {
        top: 48%;
        left: 25.4%;
        bottom: auto;
    }

    .pin10 {
        top: 47.5%;
        left: 19.9%;
        bottom: auto;
    }

    .pin11 {
        top: 45.5%;
        left: 14.5%;
        bottom: auto;
    }

    .pin12 {
        top: 30%;
        left: 13.4%;
    }

    .pin13 {
        top: 33.5%;
        left: 20.7%;
    }

    .pin14 {
        top: 35%;
        left: 26%;
    }

    .pin15 {
        top: 36.5%;
        left: 31.2%;
    }

    .pin16 {
        bottom: 19%;
        left: 23.8%;
    }
}

@media only screen and (max-width: 320px) {
    .hover-display-blk {
        left: 9px;
        bottom: 45px;
        padding: 5px;
    }

        .hover-display-blk p {
            font-size: 10px;
        }

            .hover-display-blk p span {
                font-size: 14px;
            }

            .hover-display-blk p:after {
                display: none;
            }

    .pins img {
        width: 16px;
        height: 15px;
    }

    .pin1 {
        right: 22%;
        top: 24%;
        left: auto;
    }

    .pin2 {
        top: 38%;
        right: 12.9%;
        bottom: auto;
    }

    .pin3 {
        top: 32%;
        left: 49.3%;
    }

    .pin4 {
        top: 37.6%;
        right: 41.4%;
        bottom: auto;
    }

    .pin5 {
        top: 18%;
        right: 41%;
    }

    .pin6 {
        top: 20.5%;
        right: 36.7%;
    }

    .pin7 {
        top: 2.2%;
        left: 47.2%;
    }

    .pin8 {
        top: 44.8%;
        left: 30.2%;
        bottom: auto;
    }

    .pin9 {
        top: 42%;
        left: 25.4%;
        bottom: auto;
    }

    .pin10 {
        top: 42.5%;
        left: 19.9%;
        bottom: auto;
    }

    .pin11 {
        top: 39.5%;
        left: 14.5%;
        bottom: auto;
    }

    .pin12 {
        top: 25%;
        left: 13.4%;
    }

    .pin13 {
        top: 27.5%;
        left: 20.7%;
    }

    .pin14 {
        top: 29%;
        left: 26%;
    }

    .pin15 {
        top: 30.5%;
        left: 31.2%;
    }

    .pin16 {
        bottom: 22%;
        left: 23.8%;
    }
}
