#contact .form .msg {
  margin-left: 8px;
  background: none;
  border-radius: 8px;
  width: 90%;
}
#contact .form input[type="submit"] {
  margin: 25px;
  width: 80px;
  height: 30px;
  background: #205648;
  color: #ffffff;
  border-radius: 4px;
  border: none;
  margin-right: 12px;
}
#contact .form input[type="reset"] {
  width: 80px;
  height: 30px;
  background: #205648;
  color: #ffffff;
  border-radius: 4px;
  border: 1px solid #686868;
}
#contact .form .text {
  background: none;
  height: 35px;
  border-radius: 8px;
}
#contact .form label {
  font-family: sans-serif;
  font-weight: lighter;
}
#contact .form label span {
  font-size: 22px;
  color: red;
}
#contact .cont_info .con_det .address {
  margin-bottom: 20px;
}
#contact .cont_info .con_det .address h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 35px;
  margin-bottom: 10px;
  color: #205648;
  font-family: sans-serif;
  font-weight: lighter;
}
#contact .cont_info .con_det .address p {
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: lighter;
  line-height: 25px;
  font-size: 16px;
}
#contact .cont_info .cont_icone img {
  width: 30px;
  height: 30px;
  padding: 5px;
  margin-right: 10px;
  float: left;
}
#contact .cont_info p {
  padding: 5px;
  margin: 15px;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: lighter;
}
