

.map-filter-list{
    margin:0;
    padding:20px 0 10px 0;
    border-top:1px solid #ececec;
    list-style: none;
}
.map-filter-list > li{
    float:left;
    position: relative;
}
.map-filter-list > li:after{
    content:"";
    position: absolute;
    top:3px;
    bottom:3px;
    left:100%;
    width:1px;
    background:#ececec;
}
.map-filter-list > li:last-child:after{
    display:none;
}
.map-filter-list > li > a, .map-filter-list > li a.map-filter{
    color:#404040;
    padding:10px 15px;
}

.map-filter-list > li:first-child > a{
    padding-left:0;
}
.map-selected-filters-list{
    margin:0;
    padding:0;
    list-style:none;
}
.map-selected-filters-list > li{
    float:left;
    background:#f0f0f0;
    padding:5px 15px;
    display:block;
    margin-right:10px;
    margin-bottom:5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size:0.9em;
}
.remove-filter{
    font-size:0.9em;
    cursor: pointer;
}

.map-selected-filters-list > li .info-msfl{
    font-size:0.75em;
}
.map-selected-filters h4{
    font-size:1.1em;
}
.clear-all{
    display:inline-block;
    cursor:pointer;
    margin-left:10px;
}
.map-selected-filters{
    margin-bottom:20px;
}
.dropdown-menu-filter{
    background:#fff;
    padding:25px;
     -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.15);
    border-radius: 4px;
}
.collapse-country{
    padding:5px 20px 5px 0 !important;
}
.well-country{
    padding:0 0 10px 0;
    background:#fff;
}
.country-selection{
    border-bottom:1px solid #eaeaea;
    padding-bottom:10px;
    margin-bottom:10px;
}
.country-selection > label {
    width:100%;
}

.last-country-selection, ul.dropdown-menu li:last-child .country-selection {
    border:0;
    margin-bottom:0;
}
.collapse-country{
    display:block;
    position: relative;
    padding-right:30px;
    font-weight: bold;
}
.country-up,.country-down{
    font-size:0.7em;
    position: absolute;
    right:0;
    width:10px;
    height:9px;
    top:0;
    bottom:0;
    margin:auto;
}
.collapse-country .country-up{
    display:none;
}
.collapse-country.highlight .country-up{
    display:block;
}
.collapse-country.highlight .country-down{
    display:none;
}
.dropdown-menu-filter{
    min-width:340px;
}
.dropdown-menu-filter .checkbox{
    margin-top:0;
    margin-bottom:5px;
}
.checkbox-custom-map-filtering{
    visibility: hidden;
}
.checkbox-custom-map-filtering-label{
    position: relative;
    font-size: 0.9em;
    padding:3px 0 3px 30px !important;
    background:url(../images/check-custom.png) no-repeat left center;
}
.checkbox-custom-map-filtering-label.selected{
    background:url(../images/check-custom-selected.png) no-repeat left center;
    color:#ff3700;
}
.dropdown-menu-filter h4{
    font-weight: bold;
    font-size:1em;
}
.map-filter img{
    margin-right:5px;
}
.map-filter img.active-icon{
    display:none;
}
.map-filter.active img.active-icon{
    display:inline-block;
}
.map-filter.active img.normal-icon{
    display:none;
}
.map-filter.active{
    color:#ff3700 !important;
}
#map{
    width:100%;
    height:700px;
}
.map-container{
    margin-left:-30px;
    margin-right:-30px;
    overflow:hidden;
    position: relative;
}

.internal-content .map-container{
    margin:auto;
}

.maps-sidebar{
    background:#fff;
    position: absolute;
    left:-350px;
    top:0;
    bottom:0;
    z-index: 100;
    width:320px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
    -webkit-transition:all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}
.maps-sidebar.show{
    left:0;
    -webkit-transition:all 500ms ;
    -moz-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}
.close-map-sidebar{
    background:#ff3700;
    width:36px;
    height:36px;
    color:#fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display:block;
    font-size:1.2em;
    padding:9px;
    text-align: center;
    cursor:pointer;
    position: absolute;
    right:-18px;
    top:50px;
	z-index:350;
}
.icons-list {
    margin:10px 0 5px 0;
    padding:0;
    list-style:none;
}
.icons-list > li{
    margin-right:5px;
    margin-bottom:5px;
}
/*.icons-list > li:hover{
    background:#f0f0f0;
    border-color:#ccc;
}*/
.icons-list > li img{
    max-width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border:1px solid #f0f0f0;
    padding:5px;
    width:32px;
    height:32px;
}

.map-sidebar-container {
    padding:20px;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow-y:auto;
}
.map-sidebar-container > .image-container{
	margin:-20px -20px 30px -20px;
}
.map-sidebar-container .tooltip .tooltip-inner{
    background:#ff3700;
    color:#fff;
}
.map-sidebar-container .tooltip .tooltip-arrow {
      border-bottom-color:#ff3700;
}
.map-sidebar-container h3{
    margin:10px 0;
    font-size:1.4em;
}
.map-sidebar-container h4{
    margin:0;
}
.map-sidebar-container h4 span{
    font-size:0.8em;
}
.map-sidebar-list{
    margin:20px 0 0 0;
    padding:0;
    list-style:none;
}
.map-sidebar-list > li{
    padding:15px 0;
    border-top:1px solid #f0f0f0;
    
}
.map-sidebar-list > li .small-title{
    display:block;
}

.checkbox-map-filter {
    cursor: pointer;
}

.checkbox-map-filter .checkbox-custom-map-filtering-label{
    position: relative;
    font-size: 1em;
    padding: 0 !important;
    background:none;
    font-weight:normal;
    cursor: pointer;
}
.checkbox-map-filter .checkbox-custom-map-filtering-label.selected{
    background:none;
}
@media(max-width:640px){
	.maps-sidebar{
		width:260px;
	}
	.map-filter-list > li{
		width:100%;
	}
	.map-filter-list > li > a, .map-filter-list > li a.map-filter{
		padding: 10px 15px 15px 0;
	}
}