#map { width:920px; height:500px; }
a {color:#0b80b7; text-decoration: none;}
a:hover {color:#0A46B8;}
select#country { display: block !important; }
.btn-group.bootstrap-select.country { display: none; }


.map {
  font-size: 16px;
  position: relative;
  display: inline-block;
}



.filters {
    display: inline-block;
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #AAAAAA;
    margin-bottom: 18px;
    padding: 12px 0;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}


 .location {
 
    font-weight: bold;
}




select::-ms-expand {
    display: none;
}


div.selector select {
    opacity: 0;

}


select.selector {
    opacity: 0;

}

  select{
        border: 1px solid #EEEEEE;
        background-color: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        text-overflow:'';
        background-image: url('../images/icon/button-select.png');
        width: 190px; /*Width of select dropdown to give space for arrow image*/
        padding-left: 5px;
        font-size: 12px;
        outline:0;
        height: 24px;
        
    }
    select::-ms-expand {
        display: none;
    }
    .map
    {
        padding-left:0px;width:160px;overflow:hidden;
    }


select:hover {
    border: 1px solid #EEEEEE;
    outline:0;

}

select:focus {
    border: 1px solid #EEEEEE;
    outline:0;

}


select::-ms-value {background: none; color: #42413D;}