/*
 * Title:   Custom Style File
 * Author:  http://themeforest.net/user/soaptheme 
 */
#hotel-features article img.custom_amenity {
  margin-top: 5px;
  margin-right: 5px;
  opacity: 0.7; }

#hotel-features article img.custom_amenity:hover {
  opacity: 1; }

#contact-form .message {
  height: 30px;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
}
#contact-form .message.error {
  color: #f37335;
}
#contact-form .message.success {
  color: #3a3d41;
}

