.foo1 img:last-child{
  display:none;
}
.foo1:hover img:first-child{
  display:none;
}
.foo1:hover img:last-child{
  display:inline-block;
}
.foo img:last-child{
  display:none;
}
.foo:hover img:first-child{
  display:none;
}
.foo:hover img:last-child{
  display:inline-block;
}
.menu-image-title{
  text-transform: uppercase;
}

.slp_map{
  top: 1rem;
}

.label_empty{
  width: 100%;
  font-size: 15pt;
  height: 37px;
  margin-top: 5px;
  /*padding-right: 20px;*/
}

.slp_ui_button{
  font-size: 13pt;
}
#addy_in_radius{
  display:none;
}
#radius_in_submit{
  padding-left:60px;
}

#addy_in_address{
  /*padding-left:80px;
  padding-right:30px;*/
}

.details-article input[type="submit"]{
    background-color: #000;
    /*border: 1px solid #fff;*/
    padding: 5px 15px;
    font-size: 18px;
    color: #fff;
}

.details-article input[type="submit"]:hover{
	background-color: #fff;
    border: 1px solid #8C7459;
    padding: 5px 15px;
    font-size: 18px;
	color: #8C7459;
}

.slp_results_container .results_wrapper{
  background: white;
}

#map_sidebar{
  padding-top: 30px;
}


.my-select {
  color: 8c7459; // color
  background-color: #fff;
  padding: 100px 80px;
 }

.select-country{
  color: #8C7459;
  border:solid 1px #8C7459;
  font-size: 14px;
}

.select-country:focus{
border-color: #8C7459;
}