.page-events-map .region-content {
    margin-top: 20px;
    position: relative;
}

#interactive-map {
    height: 600px;
    width: 79%;
}

#interactive-map-filters {
    width: 21%;
    float: left;
}

#interactive-map-filters h3 {
    color: #444444;
    font-size: 25px;
    font-weight: 400;
    line-height: 20px;
    margin-left: 8%;
}

#interactive-map-filters .map-filter {
    background-color: transparent;
    background-attachment: scroll;
    background-image: url("../images/Shape-2.png");
    background-position: 99% center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #c1c1c1;
    clear: left;
    color: #9c9d98;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin: 7px 8%;
    text-align: left;
    width: 84%;
}

#interactive-map-filters .map-filter:hover {
    border-color: #555;
    color: #444;
}

#interactive-map-filters .actions {
    display: block;
    float: right;
    clear: both;
    margin-right: 8%;
    margin-top: 20px;
}

.page-events-map .options-map {
    position: absolute;
    left: 24%;
    top: 10px;
    background-color: #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    width: auto;
    max-width: 780px;
    min-height: 367px;
    overflow: hidden;
    padding: 0 15px;
}

.page-events-map .options-map .close {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    width: 20px;
    height: 0;
    padding-top: 25px;
    background-color: transparent;
    background-attachment: scroll;
    background-position: top center;
    background-repeat: no-repeat;
    background-image: url("../images/close-filter-1.png");
    opacity: 0.6;
    overflow: hidden;
}

.page-events-map .global-controls ul {
    margin-left: 0;
}

.page-events-map .options-map .close:hover {
    background-image: url("../images/close-filter.png");
}

.page-events-map .options-list {
    padding: 10px 0;
    margin: 0 0 25px 15px;
    float: left;
    position: relative;
}

.page-events-map .options-list .col {
    float: left;
    width: 190px;
}

.page-events-map .options-list li,
.page-events-map .global-controls li {
    color: #BC0000;
    position: relative;
    float: left;
    clear: left;
    padding-left: 15px;
    list-style-type: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    background-color: transparent;
    background-attachment: scroll;
    background-position: center left;
    background-repeat: no-repeat;
    background-image: url("../images/close-item.png");
}

.page-events-map .options-list li.active,
.page-events-map .global-controls li.select-all-option {
    background-image: url("../images/ok-item.png");
}

.page-events-map .options-list li:hover,
.page-events-map .global-controls li:hover {
    color: #950000;
}

.page-events-map .options-list li.active,
.page-events-map .global-controls li.select-all-option {
    color: #a2bd30;
}

.page-events-map .options-list li.active:hover,
.page-events-map .global-controls li.select-all-option:hover {
    color: #798E24;
}

/*.page-events-map .options-list li.active:before {
  content: "✓";
  font-weight: bold;
  padding-right: 3px;
  position: absolute;
  left: 0;
  font-size: 14px;
}*/
/* buttons */
#interactive-map-filters .actions .button {
    border-radius: 2px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 10px;
    margin-left: 3px;
}

/* widgets from clusters */

#interactive-map .gm-style .infoBox {
    padding: 0 5px 20px;
    background-color: transparent;
    background-attachment: scroll;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-image: url("../images/cluster-box_bg.png");
    width: 262px !important;
}

#interactive-map .gm-style #cluster-box {
    background-color: #ffffff;
    float: left;
    width: 262px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

#interactive-map .gm-style .infoBox > img {
    position: absolute !important;
    right: 5px;
    top: 0;
}

.gm-style .infoBox .cluster-header {
    display: none;
}

.gm-style .infoBox .cluster-image img {
    width: 100%;
}

.gm-style .infoBox #cluster-content {
    color: #444444;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    padding: 0 15px;
}

.infoBox .node-title-list,
.infoBox .node-title {
    color: #444444;
    font-size: 16px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    margin-top: 5px;
}

.infobox-title {
    font-weight: bold;
    padding:10px 15px 0 0;
}

.gm-style .infoBox .project {
    display: list-item;
    line-height: 20px;
    margin-left: 15px;
    font-weight: bold;
}

.gm-style .infoBox .project:first-child {
    margin-top: 10px;
}

.gm-style .infoBox .project:last-child {
    margin-bottom: 20px;
}

.gm-style .infoBox #cluster-other {
    text-align: center;
    margin: 10px 0;
}

.gm-style .infoBox #cluster-other a {
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

/* arrows */
.options-map {
    position: realtive;
}

.options-map .first-arrow {
    display: inline-block;
    font-family: "sliderarrows";
    font-size: 55px;
    font-weight: normal;
    height: 120px;
    line-height: 1;
    width: 37px;
    position: absolute;
    left: 3px;
    top: 45%;
    cursor: pointer;
    z-index: 100;
}

.options-map .last-arrow {
    display: inline-block;
    font-family: "sliderarrows";
    font-size: 55px;
    font-weight: normal;
    height: 120px;
    line-height: 1;
    width: 37px;
    position: absolute;
    right: 7px;
    top: 45%;
    cursor: pointer;
    z-index: 100;
}
