#map-canvas {
    width: 100%;
    height: 580px;
    -webkit-transform: initial !important;
}

.marker-shadow {
    -webkit-box-shadow: 7px -4px 26px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 7px -4px 26px 0px rgba(0,0,0,0.5);
    box-shadow: 7px -4px 26px 0px rgba(0,0,0,0.5);    
}

.info-box {
    min-width: 232px;
    margin: 0 0 0 10px;
    width: 420px;
    color: #9CA4A9 !important;
    font-family:  'franklin-gothic-urw', Helvetica, Arial, sans-serif !important;
    font-size: 12px !important;
    line-height: 1.3em !important;
    font-weight: 100;
    padding-top: 10px;
}

.info-box h2 {
    margin-bottom: 12px;
    padding-bottom: 14px;
    color: #000;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    border-bottom: #000 1px solid;
}

.info-box h2:after {
    display: block;
    content: "";
    clear: both;
}

.info-box .left-column .location-thumbnail {
    width: 100%;
    height: auto;
}
.info-box .left-column {
    float: left;
    width: 35%;
}
.info-box .right-column {
    float: right;
    width: 65%;
}

.info-box .right-column.single-column {
    float: left;
    width: 100%;
}

.info-box table.data {
    width: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
}

.info-box tr td {
    padding: 12px 0;
    vertical-align: middle;
}

.info-box tr td:first-child {
    width: 120px;
    padding-right: 12px;
    font-weight: 100;
    text-align: right;
    box-sizing: border-box;
}

#locations-wrapper .show-filters {
    font-size: 16px;
    position: relative;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    padding: 10px 22px 12px 23px;
    border-bottom: #000 1px solid;
}
#locations-wrapper .show-filters span {
    position: relative;
    display:  block;
    font-weight: inherit;
    font-size: inherit;
    line-height: 1;
    color: #2C2A29;
    text-transform: uppercase;
}
#locations-wrapper .show-filters span:after {
    display:  block;
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 0;
    margin-top: -3px;
    background: url(custom-location-triangle.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 10px 10px;
}

#locations-wrapper .map-panel .category-wrapper span {
    display: inline-block;
    max-width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    white-space: normal;
}

#locations-wrapper {
    position: relative;
    display: block;
}

#locations-map-container {
    position: relative;
    min-height: 400px;
}

.location_map_wrapper {
    bottom: 40px;
    display: block;
    font-size: 2em;
    height: auto;
    left: 135px !important;
    max-height: 80%;
    min-height: 325px;
    pointer-events: none;
    top: 20px !important;
    width: 227px;
    box-sizing: border-box;
}

.location_map_wrapper .map-panel {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.61);
    display: block;
    /*height: 115%;*/
    position: relative;
    pointer-events: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    transition: height 1s;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -o-transition: height 1s;
    overflow: hidden;
}

.location_map_wrapper .category-wrapper,
.location_map_wrapper .category-wrapper label {
    font-family: 'franklin-gothic-urw', Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.3;
    color: #2C2A29;
    margin-bottom: 0;
}

.location_map_wrapper .category-wrapper {
    position: relative;/*FIXME!! i have no idea why this works*/
}

.location_map_wrapper .category-wrapper label {
    cursor: pointer;
}

.location_map_wrapper .category-wrapper ul {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.location_map_wrapper .category-wrapper ul {
    padding: 16px 24px 16px;
}

.location_map_wrapper .category-wrapper li {
    float: left;
    line-height: 0.25em;
    list-style: none;
    font-size: 18px;
    margin: 0 0 14px;
    padding: 0;
    width: 100%;
    white-space: nowrap;
    margin-bottom: 14px;
}

.location_map_wrapper .category-wrapper li:first-child {
    width: 100%;
    clear: both;
}

.location_map_wrapper .category-wrapper label {
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin: 0 0 28px;
}


.location_map_wrapper [type="checkbox"]:not(:checked),
.location_map_wrapper [type="checkbox"]:checked {
    display: block;
    position: absolute;
    left: 0;
    height: 19px;
    width: 19px;
    margin: 0;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}

.location_map_wrapper [type="checkbox"]:not(:checked) + span,
.location_map_wrapper [type="checkbox"]:checked + span {
    position: relative;
    padding-left: 26px;
    vertical-align: middle;
}

    /* checkbox aspect */
.location_map_wrapper [type="checkbox"]:not(:checked) + span:before,
.location_map_wrapper [type="checkbox"]:checked + span:before {
    content: '';
    position: absolute;
    left:0; 
    top: 0;
    width: 19px; 
    height: 19px;
    border: 1px solid #979797;
    background: #fff;
    box-sizing: border-box;
    cursor: pointer;
}
    /* checked mark aspect */
.location_map_wrapper [type="checkbox"]:not(:checked) + span:after,
.location_map_wrapper [type="checkbox"]:checked + span:after {
    content: '';
    position: absolute;
    top: 3px; 
    left: 3px;
    height: 13px;
    width: 13px;
    background-color: #75777B;
    transition: all .2s;
}
    /* checked mark aspect changes */
.location_map_wrapper [type="checkbox"]:not(:checked) + span:after {
    opacity: 0;
    transform: scale(0);
}

.location_map_wrapper [type="checkbox"]:checked + span:after {
    opacity: 1;
    transform: scale(1);
}

    /* accessibility */
.location_map_wrappe [type="checkbox"]:checked:focus + span:before,
.location_map_wrappe [type="checkbox"]:not(:checked):focus + span:before {
    border: 1px dotted #DD0031;
}

    /* hover style just for information */
.location_map_wrapper [type="checkbox"]:hover + span:before,
.location_map_wrapper span:hover:before {
    border: 1px solid #DD0031 !important;
}

.location_map_wrapper [type="checkbox"]:hover + span:after,
.location_map_wrapper span:hover:after {
    background-color: #DD0031;
}

@media handheld, only screen and (max-width: 767px) {
    .location_map_wrapper .map-panel {
        margin-right: 40px;
    }
    
    .location_map_wrapper {
        top: 10px !important;
        left: 2px !important;
        right: 2px;
        width: auto;
        min-width: 98%;   
        box-sizing: border-box;
    }
    
    #locations-wrapper .show-filters {
        padding-right: 30px;
        padding-left: 30px;
    }
    
    #locations-wrapper .show-filters {
        padding-right: 11px;   
    }
    
    .location_map_wrapper .category-wrapper ul {
        padding: 10px 30px;   
    }
    
    .location_map_wrapper .category-wrapper li {
        margin-bottom: 7px;   
    }
    
    .info-box .left-column {
        display: none !important;
    }
    
    .info-box .right-column {
        float: none;
        width: 100%;
    }
    
    .info-box .mobile-column {
        max-width: 80%;
        margin: 8px auto;
    }
    
    .info-box .mobile-column img {
        max-width: 100%;
    }
    
    #map-canvas {
        margin-top: 48px;
    }
    
    #map-canvas,
    .gm-style {
        overflow: visible !important;
    }
    
    .location_map_wrapper .map-panel {
        position: absolute;
        top: -48px;
        width: 100%;
        border-top: #979797 1px solid;
        border-radius: 0 0 5px 5px;
        box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.61);
        z-index: 10001;
    }
}
@media only screen and (max-width: 768px){
#map-canvas div.location_map_wrapper div.category-wrapper ul{

    display:none;
}

}

@media only screen and (max-width: 991px) {
    .info-box {
        width: auto;
        padding-left: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .location_map_wrapper {
        left: 65px !important;   
    }
}
