body {
  margin: 0 auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

a {
  color: #428bca;
}

.service {
  border: 1px solid #1C3C6C;
  padding: 10px;
  margin: 10px;
}

.service .name {
  margin-top: 0;
  color: #1C3C6C;
  font-weight: bold;
}

.search_wraper {
  margin: 0 0 20px 0;
  padding: 20px;
  background-color: #1C3C6C;
  color: #fff;
}

.search_wraper label {
  font-size: 18px;
}

.search_wraper input[type="text"] {
  font-size: 18px;
  margin: 0 0 0 10px;
  width: 45%;
  padding: 5px;
  border: 1px solid #357ebd;
}

.search_wraper input[type="submit"] {
  font-size: 18px;
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  padding: 5px;
}

.search_wraper input[type="submit"]:before {
  font-family: FontAwesome;
  content: "\f002";
}

#map {
  height: 400px;
  margin-right: 20px;
  padding-top: 10px;
  top: 14px;
}

#results {
  width: 60%;
  float: left;
}

.contacts {
  background-color: #f0f0f0;
  padding: 5px 10px;
}

.contact:before {
  font-family: FontAwesome;
  padding-right: 2px;
}

.contact.phone:before {
  content: "\f095";
}

.contact.web:before {
  content: "\f0ac";
}

.contact.email:before {
  content: "@";
}

.contact.location:before {
  content: "\f14e";
}

#login_frame {
    width: 300px;
    height: 360px;
    border: none;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-left: 50px;
    background-repeat: no-repeat;
    background-position: 50% 40%;
    overflow: hidden;
}
