﻿@import "../../../../Content/fonts.css";
/*#region General Styles */
/*#endregion */
/*#region General Styles */
/*@titleSectionColor: #fefefe;
@descriptionSectionColorBGA: #2d3036;
@descriptionProjectTextColor: #808080;*/
/*#endregion */
/*#region name */
/*@bgProjects: #e5e5e5;*/
/*#endregion */
/* Font sizes */
/*~18px*/
/*~24px*/
/*~12px*/
/*~8px*/
/*~20px*/
/*~30px*/
/*~30px inside a ~20px tag*/
/*~50px*/
/* Colors */
/* Font colors */
/* Measures */
/* Box Shadows */
#contact {
  width: 100%;
  margin-top: 0;
}
#contact .bg {
  width: 100%;
  background-color: #3b9ac6;
  padding-bottom: 40px;
  position: relative;
}
#contact .bg .description-wrapper {
  height: 180px;
  width: 100%;
  text-align: center;
  color: white;
}
#contact .bg .description-wrapper .description {
  width: 50%;
  margin: 0 auto;
  padding: 70px 0 0;
}
#contact .bg .description-wrapper .description h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
#contact .bg .description-wrapper .description h2 span {
  font-family: 'segoeUI_SB';
  font-size: 30px;
}
#contact .bg .description-wrapper .description .separator {
  width: 250px;
  margin: 5px auto;
  height: 1px;
  display: block;
  border: 1px solid white;
}
#contact .bg form {
  width: 90%;
  margin: 0 auto;
  color: #fff;
}
#contact .bg form #message {
  height: 180px;
}
#contact .bg form .form-group {
  min-height: 74px;
  margin-bottom: 1px;
}
#contact .bg form .form-error {
  color: #e9f4fa;
  font-size: 0.8em;
}
#contact .bg form .fieldValid {
  border: 1px solid #00ff00;
}
#contact .bg form .fieldInvalid {
  border: 1px solid #ff0000;
}
#contact .bg form .captcha {
  width: 100%;
  background-color: white;
}
#contact .bg form .captcha #recaptcha_area {
  margin: 0 auto;
}
#contact .bg form .btn.btn-default {
  margin-top: 10px;
  /*width: 150px;*/
  /*display: block;*/
  color: white;
  height: 40px;
  border: 1px solid #cecbcb;
  background-color: #3b9ac6;
  text-align: center;
  /*padding: 5px 0;*/
  font-size: 18px;
  cursor: pointer;
  border-radius: 0;
  float: right;
}
#contact .bg form .btn.btn-default:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#contact .bg form .last-column {
  border-left: 1px solid #80bcd7;
  padding-left: 18px;
}
#contact .bg form .last-column .address,
#contact .bg form .last-column .email,
#contact .bg form .last-column .tel {
  color: white;
  font-size: 15px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  line-height: 17px;
  margin-bottom: 2px;
}
#contact .bg form .last-column .address a,
#contact .bg form .last-column .email a,
#contact .bg form .last-column .tel a {
  color: white;
}
#contact .bg form .last-column .address {
  background-image: url('../../../../Content/Images/location_icon.png');
}
#contact .bg form .last-column .email {
  background-image: url('../../../../Content/Images/email_icon_small.png');
}
#contact .bg form .last-column .tel {
  background-image: url('../../../../Content/Images/phone_icon.png');
  margin-bottom: 5px;
}
#contact .bg form .last-column .map {
  margin-top: 20px;
  width: 100%;
  height: 285px;
  overflow: hidden;
}
#contact .bg form .last-column .map iframe {
  width: 100%;
}
@media (max-width: 991px) {
  #contact .bg form .last-column {
    border: none !important;
  }
}
@media (max-width: 520px) {
  #contact .bg .description-wrapper .description .separator {
    width: 140px;
  }
  #contact .bg form .last-column .address {
    margin-top: 70px;
  }
}
/*# sourceMappingURL=contact.css.map */