.gm-style {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

#page-map
{
    position: relative;
    left:0;
    width: 100%;
    height: calc(100vh - 69px);
    /*
    z-index: 50!important;
    */
    background-color: white;
    padding:0!important;
}
#page-map .map-container
{
    position: relative;
    overflow: hidden;
    width:100%;
    height:100%;
}
#page-map .map-canvas
{
    height:100%;
    width:100%;
    z-index: 0;
}

[class *="marker-cluster-"] {
    background: #1F2F53;
    overflow: hidden;
}
.marker-cluster div {
    background: #01A0DA;
    border: 2px solid #01A0DA;
    box-shadow: 0 0 0px 2px #FFF;
    border-radius: 50%;
    color: #FFF;
    margin: 3px 3px 0;
}
.marker-cluster span {
    text-shadow: 0 1px 0 #007EAC;
}

.infoDetailsLoader {
    background-image: url('../../../img/fancybox_loading.gif');
    background-position: center;
    background-repeat: no-repeat;
    height: 150px;
    width: 100%;
}

@media only screen and (max-width: 979px) {
    .infoDetails {
        width: 320px; 
        height: 400px;
    }
}
.filters-block {
    padding: 10px;
}
.filters-block input {

}
.filters-block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
 #page-map .filter-box .filters-block .filter .multiselect-container > li > a > label{
    padding:  10px 5px 10px 5px;
}
#page-map .filter-box .filter .input{
    font-size: 18px;
}
#page-map .filter-box .filter .multiselect-container > li.active > a, #page-map .filter-box .filter .multiselect-container > li:hover > a{
    color: #00c7f8;
}
#page-map .filter-box .filter .multiselect-container > li{
    line-height: 22px;
}
.step2 .glyphicons{
    padding-left: 0;
}

/* Small Preview Window */
.infoThumb {
    max-width: 450px;
    max-height: 380px;
}

a.show-details {
    display: block;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 225px;
}

.infoThumbLoader {
    height: 400px;
    width: 100%;
}


#previewThumbWindow .video-player {
    height: 155px !important;
}

#previewThumbWindow .slide {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#previewThumbWindow .slide .item {
    width: 225px;
    height: 185px;
}

#previewThumbWindow .bx-wrapper {
    margin-bottom: 0px !important;
    border: none !important;
}

#previewThumbWindow .bx-wrapper .bx-viewport {
    height: 380px !important;
}

@media only screen and (max-width: 768px) {
    #previewThumbWindow .bx-wrapper .bx-viewport {
        height: 185px !important;
        border-left: 2px solid white !important;
        border-right: 2px solid white !important;

    }
}