.npe-element {
    font-family: 'gotham-book';
    line-height: 1.4;
    text-align: center;
}

.npe-element .share-section-outer {
    overflow: hidden;
}

.npe-element .share-section {
    box-sizing: border-box;
    padding: 20px 20px 50px 20px;
    margin: 0 auto;
}

.npe-element .share-section.no-padding,
.npe-element .share-section.full-width {
    padding-left: 0;
    padding-right: 0;
}

.npe-element .share-section.full-width {
    width: auto !important;
}

.npe-element h2 {
    font-family: 'gotham-medium';
    font-weight: normal;
    font-size: 34px;
    text-align: center;
    margin: 20px 0 50px 0;
}

/*
*******************************************
*************** RENTAL HUBS ***************
*******************************************
*/

.npe-element .share-hubs .map-img {
    width: 100%;
    max-width: 600px;
}

.npe-element .share-hubs .map {
    position: relative;
    height: 500px;
    background: no-repeat center;
    background-size: cover;
    opacity: 0;
}

.npe-element .share-hubs .map .pin-area {
    position: absolute;
    top: 10px;
    left: calc(50% - 180px);
    /* background-color: rgba(0, 0, 0, 0.3); */
    width: 360px;
    height: 480px;
}

.npe-element .share-hubs .map .pin-area .pin {
    position: absolute;
    display: block;
    width: 15%;
}

.npe-element .share-hubs .map .pin-area .pin img {
    transform: translate(-50%, -100%);
    display: block;
    width: 100%;
}

.npe-element .share-hubs .map .pin-area .name {
    position: absolute;
}

.npe-element .share-hubs .map .pin-area .name .text {
    transform: translateX(-50%);
    font-family: 'gotham-medium';
    font-size: 16px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.83),
                 -1px 1px 0 rgba(255, 255, 255, 0.83),
                 -1px -1px 0 rgba(255, 255, 255, 0.83),
                 1px -1px 0 rgba(255, 255, 255, 0.83),
                 3px 3px 6px rgba(0, 0, 0, 0.4);
}

.npe-element .share-hubs .map .pin-area .name .info {
    font-size: 0.8em;
    color: #000;
}

@media only screen and (max-width: 450px) {

    .npe-element .share-hubs .map {
        height: 400px;
    }

    .npe-element .share-hubs .map .pin-area {
        top: 7px;
        left: calc(50% - 145px);
        width: 290px;
        height: 380px;
    }

}

@media only screen and (min-width: 1842px) {

    .npe-element .share-hubs .map {
        height: 0;
        padding-bottom: 27.14%;
    }

    .npe-element .share-hubs .map .pin-area {
        top: 1.5%;
        left: 40.25%;
        width: 19.5%;
        height: 96%;
    }

}

/*
*******************************************
************** COOL TOOLTIP ***************
*******************************************
*/

.cool-tt {
    position: absolute;
    border-radius: 20px;
    max-width: 250px;
    padding: 12px 15px;
    background-color: #F8F4EB;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.1);
    line-height: 1.3;
    text-align: left;
    opacity: 0;
    transition: all 0.4s;
}

.cool-tt.active {
    opacity: 1;
    transform: translateY(5px)
}

.cool-tt .title {
    font-family: 'gotham-medium';
}




@media only screen and (min-width: 768px) {

    .npe-element .share-section {
        width: 720px;
    }

    .npe-element h2 {
        margin-top: 30px;
        font-size: 42px;
    }

}



@media only screen and (min-width: 992px) {

    .npe-element .share-section {
        width: 940px;
    }

    .npe-element h2 {
        margin-top: 40px;
    }

}

@media only screen and (min-width: 1200px) {

    .npe-element .share-section.wide {
        width: 1170px;
    }

    .npe-element h2 {
        margin-top: 50px;
    }

}