/******************************************************************
    Main Colors
******************************************************************/
/******************************************************************
    Fonts
******************************************************************/
/******************************************************************
    Borders
******************************************************************/
/******************************************************************
    Backgrounds
******************************************************************/
/******************************************************************
    RESPONSIVE
******************************************************************/
/**************************************************************************
					Contact Page Styles
**************************************************************************/
.contact-form-box .radio-inline {
  float: left;
}

#page .contact-form-box div.radio span {
  top: 2px;
}

.form_custom_container {
  width: 690px;
  margin: auto;
}

.contact-title {
  margin: -5px 0 27px 0;
  line-height: 23px;
}
.contact-title i {
  font-size: 23px;
  color: #c0c0c0;
  padding: 0 8px 0 0;
}

#center_column .form-group.group-center input {
  width: 90%;
  padding: 0 5%;
}

#center_column .group-center + .group-right {
  width: 27%;
  float: left;
  margin-left: 25px !important;
}

#center_column .group-center + .group-right input {
  width: 90%;
  padding: 0 5%;
}

#center_column .city + .form-group,
#center_column .form-group.address {
  clear: both;
}

.form_custom {
  background: #4b4746;
  padding: 40px 30px;
  margin-bottom: 25px;
  color: #FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.form_custom .title {
  text-align: center;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}
.form_custom .subtitle {
  text-align: center;
  font-size: 13px;
  margin-bottom: 35px;
}
.form_custom .form-group {
  width: 100%;
  margin: 0 0 15px !important;
}
.form_custom .form-group.group-half {
  width: 48%;
}
.form_custom .form-group.group-left {
  float: left;
  width: 48%;
}
.form_custom .form-group.group-center {
  float: left;
  width: 16%;
  clear: both;
}
.form_custom .form-group.group-right {
  float: right;
  width: 48%;
}
.form_custom .form-group label {
  text-transform: none !important;
}
.form_custom .form-group label.row {
  margin: 0 0 6px 0 !important;
}
.form_custom .form-group label.inline {
  margin: 0 6px 0 0 !important;
  line-height: 35px;
  display: inline-block !important;
}
.form_custom .form-group .selectBox {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form_custom .form-group .selectBox.unvisible {
  display: none !important;
}
.form_custom .form-group #message {
  resize: none;
  height: 120px;
  width: 608px;
}
.form_custom .specific-title {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  margin: 25px 0 15px 0;
}
.form_custom .specific-pourqui {
  margin-bottom: 7px;
  line-height: 38px;
}
.form_custom .specific-pourqui:before, .form_custom .specific-pourqui:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form_custom .specific-pourqui:after {
  clear: both;
}
.form_custom .specific-pourqui .checker {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.form_custom .specific-pourqui .inline {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.form_custom .specific-pourqui .label-right {
  width: 140px;
}
.form_custom .specific-pourqui .form-control {
  float: right;
  width: 160px;
}
.form_custom .specific-motivation {
  line-height: 30px;
}
.form_custom .specific-motivation .checker {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.form_custom .specific-local {
  line-height: 30px;
  vertical-align: middle;
}
.form_custom .specific-local .radio {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.form_custom .specific-local label.inline {
  margin-right: 15px !important;
}
.form_custom .form-submit button {
  background: #FFFFFF;
  width: 130px;
  color: #4b4746;
  border: 1px solid #593312;
  margin: 0 auto;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.form_custom .form-submit button:hover {
  background: #E3328B;
  color: #FFFFFF;
}

#fileUpload {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media (max-width: 1206px) {
  #center_column .form-group #message {
    width: 608px;
  }
}
@media (max-width: 768px) {
  .form_custom_container {
    width: 100%;
  }

  .selectBox-dropdown.custom2 .selectBox-label {
    width: 100% !important;
  }

  #center_column .form-group input {
    width: 92%;
    padding: 0 4%;
  }

  #center_column .form-group #message {
    width: 92%;
    padding: 4%;
  }

  .form_custom .form-group.group-right,
  .form_custom .form-group.group-left {
    width: 100%;
    float: none;
  }

  #center_column .group-center {
    float: none;
    width: 100%;
    margin-left: 0 !important;
  }

  #center_column .group-center + .group-right {
    float: none;
    width: 100%;
    margin-left: 0 !important;
  }
}

/*# sourceMappingURL=contact-form.css.map */
