.field_searchmap:focus{ 
    color: white;
}

.dl-link {
	color: hsla(200.52631578947367, 15.70%, 52.55%, 1.00);
}

.dl_document {
	display: block;
    height: 24px;
    margin-right: 12px;
    background-position: 0px 50%;
    background-repeat: no-repeat;
    letter-spacing: 0px;
/*    text-transform: uppercase;*/
    background-image: url(../images/button_download.svg);
    background-size: 60px;
    padding-left: 60px;
	color: hsla(200.52631578947367, 15.70%, 52.55%, 1.00);
}

.loader {
    background-image: url('../images/Loader.gif');
    background-repeat: no-repeat;
    height: 100px;
    background-position-x: center;
}

.small_loader {
    background-image: url('../images/Loader.gif');
    background-repeat: no-repeat;
    background-size: 40px;
    height: 50px;
    background-position-x: center;
}

#map {
    width: 50%;
    min-height:480px;
}

@media (max-width: 991px) {
   #map {
       width: 100%;
       min-height:480px;
   }
}

@media (max-width: 767px) {

}

@media (max-width: 479px) {

}
