
/*Map Styles*/

.map_wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 65.25%;
    overflow: hidden;
    margin: 1em 0;
}

.map_container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.goolge_map {
    position: relative;
    height: 100%;
    width: 100%;
}

#map {
    height: 100%;
    width: 100%;
}

.marker {
    border-radius: 50%;
    background:var(--lvc-dark-blue);
    border: 2px solid #fff;
    height: 16px;
    width: 16px;
    z-index: 2;
}

.marker:before {
    content: '';
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: -2px;
    height: 16px;
    width: 16px;
    background:var(--lvc-dark-blue);
    background: transparent;
    z-index: -1;
    -webkit-box-shadow: 0 0 0 5px rgba(12,42,75,0.5);
            box-shadow: 0 0 0 5px rgba(12,42,75,0.5);
    opacity: 1;
    /*border: 2px solid var(--lvc-dark-blue);*/
}

.map_info,
.imageMap_info {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -o-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    z-index: 999;
}

.map_info_wrapper,
.imageMap_info_wrapper {
    display: table;
    height: 100%;
    width: 100%;
}

.map_info_container,
.imageMap_info_container {
    display: table-cell;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    vertical-align: middle;
    padding: 0;
}

.map_info_content,
.imageMap_info_content {
    background: #fff;
    padding: 1em;
    width: 80%;
    max-width: 640px;
    margin: 0 auto;
    height: 100%;
    max-height: 360px;
    font-size: 1em;
    line-height: 1.5em;
    -webkit-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
    -webkit-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    -o-transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    transition: all .35s cubic-bezier(0.4, 0.0, 0.6, 1);
    position: relative;
    overflow: hidden;
}

.imageMap_info_content {
    max-width: 720px;
}

.map_info_content .i_content,
.imageMap_info_content .i_content {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.info_open .map_info,
.imageMapinfo_open .imageMap_info {
    visibility: visible;
    opacity: 1;
}

.info_open .map_info_content,
.imageMapinfo_open .imageMap_info_content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.map_info_content .i_content .ics,
.imageMap_info_content .i_content .ics {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    position: relative;
    padding: 3em 2em 2em;
}

.imageMap_info_content .i_content .ics {
    padding: 3em 1em 1em;
}

.map_info_close,
.imageMap_info_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3em;
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    z-index: 2;
    cursor: pointer;
}

.map_info_close:after,
.imageMap_info_close:after {
    font-family: 'icons' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e910";
    display: block;
    height: 2em;
    width: 2em;
    text-align: center;
    line-height: 2em;
    font-size: 1.5em;
    position: absolute;
    right: 0;
    top: 0;
}

.map_info h4.title,
.imageMap_info h4.title {
    font-family: mongoose, sans-serif;
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--lvc-dark-blue);
    font-size: 3rem;
    margin: 1rem 0 0 0;
    line-height: 1;
}
.location-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 3px solid var(--lvc-yellow);
}
.map_info p.location {
    text-transform: uppercase;
    color: var(--lvc-medium-blue);
    font-weight: 600;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0.25rem 0;
    padding-right: 1rem;
    font-size: 0.825rem;
}
.map_info p.category {
    text-transform: uppercase;
    color: var(--lvc-medium-blue);
    font-weight: 600;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    white-space: nowrap;
    margin: 0.25rem 0;
    font-size: 0.825rem;
}

.map_info article,
.imageMap_info article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
}

.map_info article img,
.map_info article .desc,
.imageMap_info article img,
.imageMap_info article .desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: table;
    width: 100%;
    max-width: 50%;
    height: 100%;
    padding: 1em 0 0 2em;
}

.map_info article.no_image .desc {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.map_info article.no_desc img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 1em 0 0 0;
}

.map_info article .desc,
.map_info article p,
.imageMap_info article .desc,
.imageMap_info article p {
    padding: 0;
}

.readmore {
    display: table;
    margin: 1em auto;
    padding: 0.5em 1em;
    background: #d96614;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    font-size: 0.825em;
}

.readmore:hover {
    background: #d96614;
    color: #fff;
    text-decoration: none;
}

.author {
    text-align: right;
    width: 100%;
    display: block;
    margin-bottom: 1.5em;
    margin-top: -0.5em;
    font-style: italic;
    font-size: 0.825em;
}

.author:before {
    content: '-';
    padding-right: 0.5em;
}

p.title {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    color: #00AFCE;
}

@media screen and (max-width: 640px) {
    .imageMap_info_content {
        max-height: 80%;
    }
    .imageMap_info article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
    }
    .imageMap_info article img,
    .imageMap_info article .desc {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        display: table;
        width: 100%;
        max-width: 100%;
        height: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .map_info,
    .imageMap_info {
        background: #fff;
    }
    .map_info_content,
    .imageMap_info_content {
        width: 100%;
        height: 100%;
        max-height: 100%;
        margin: 0;
        padding: 0;
    }
    .map_info article,
    .imageMap_info article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
    }
    .map_info article img,
    .map_info article .desc,
    .imageMap_info article img,
    .imageMap_info article .desc {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        display: table;
        width: 100%;
        max-width: 100%;
        height: 100%;
        padding: 0;
    }
    .map_info article .desc,
    .imageMap_info article .desc {
        padding: 0;
    }
}