/*	VARIABLES
-----------------------------------------------------------------------------------------*/
/*	GENERAL STYLES 
-----------------------------------------------------------------------------------------*/
html {
  height: 100%;
  min-height: 100%; }

body {
  background-color: #edf4f5;
  color: #253746;
  font-family: univia-pro, sans-serif;
  font-size: 15px;
  font-weight: normal;
  height: 100%;
  min-height: 100%; }
  body .logo {
    display: block;
    position: absolute;
    right: 25px;
    top: 25px;
    width: 15vw;
    max-width: 150px;
    z-index: 9; }
    body .logo img {
      display: block;
      width: 100%; }

.container-fluid {
  height: 100%;
  min-height: 100%; }
  .container-fluid .row {
    height: 100%;
    min-height: 100%; }
    .container-fluid .row .col-picture {
      background-image: url("../pictures/background.jpg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      min-height: 100%;
      position: fixed; }
      .container-fluid .row .col-picture img {
        display: none; }
    .container-fluid .row .col-form {
      background-color: #edf4f5;
      padding: 0 30px; }

@media (max-width: 767.98px) {
  body img.banner-mobile {
    display: block; }
  body h1 {
    font-size: 24px;
    margin: 20px 0 30px 0; } }

/*	TAGS
-----------------------------------------------------------------------------------------*/
h1 {
  font-size: 28px;
  font-weight: 500;
  margin: 20px 0 40px 0;
  padding: 0; }
  h1 span {
    display: block;
    font-weight: 300; }

img.banner-mobile {
  display: none;
  width: 100%; }


form {
  padding: 0 0 20px 0; }
  form ul.errors {
    background-color: #f05555;
    border-radius: 4px;
    list-style: inside none;
    margin: 0 0 20px 0;
    padding: 10px 20px; }
    form ul.errors li {
      color: #fff;
      font-size: 14px;
      line-height: 16px;
      margin: 5px 0; }
  form fieldset {
    margin-bottom: 0px; }
  form .form_field {
    position: relative;
    margin: 5px 0; }
    form .form_field .form_field_label {
      left: 0;
      top: 0;
      margin: 0;
      padding: 0;
      position: absolute;
      width: 100%;
      transition: all 0.2s ease; }
      form .form_field .form_field_label label {
        cursor: pointer;
        color: #253746;
        display: block;
        line-height: 50px;
        padding: 0;
        margin: 0;
        transition: all 0.2s ease; }
    form .form_field .form_field_input {
      min-height: 25px;
      padding-top: 25px; }
      form .form_field .form_field_input input, form .form_field .form_field_input textarea, form .form_field .form_field_input select {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #253746;
        height: 25px;
        display: block;
        outline: none;
        width: 100%; }
      form .form_field .form_field_input textarea {
        height: 50px; }
      form .form_field .form_field_input.type_radio a, form .form_field .form_field_input.type_radio a:visited, form .form_field .form_field_input.type_checkbox a, form .form_field .form_field_input.type_checkbox a:visited {
        color: #253746;
        text-decoration: underline; }
      form .form_field .form_field_input.type_radio [type="radio"]:checked,
      form .form_field .form_field_input.type_radio [type="checkbox"]:checked,
      form .form_field .form_field_input.type_radio [type="radio"]:not(:checked),
      form .form_field .form_field_input.type_radio [type="checkbox"]:not(:checked), form .form_field .form_field_input.type_checkbox [type="radio"]:checked,
      form .form_field .form_field_input.type_checkbox [type="checkbox"]:checked,
      form .form_field .form_field_input.type_checkbox [type="radio"]:not(:checked),
      form .form_field .form_field_input.type_checkbox [type="checkbox"]:not(:checked) {
        position: absolute;
        left: -9999px; }
      form .form_field .form_field_input.type_radio [type="radio"]:checked + label,
      form .form_field .form_field_input.type_radio [type="checkbox"]:checked + label,
      form .form_field .form_field_input.type_radio [type="radio"]:not(:checked) + label,
      form .form_field .form_field_input.type_radio [type="checkbox"]:not(:checked) + label, form .form_field .form_field_input.type_checkbox [type="radio"]:checked + label,
      form .form_field .form_field_input.type_checkbox [type="checkbox"]:checked + label,
      form .form_field .form_field_input.type_checkbox [type="radio"]:not(:checked) + label,
      form .form_field .form_field_input.type_checkbox [type="checkbox"]:not(:checked) + label {
        position: relative;
        padding-left: 24px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block; }
      form .form_field .form_field_input.type_radio [type="radio"]:checked + label:before,
      form .form_field .form_field_input.type_radio [type="checkbox"]:checked + label:before,
      form .form_field .form_field_input.type_radio [type="radio"]:not(:checked) + label:before,
      form .form_field .form_field_input.type_radio [type="checkbox"]:not(:checked) + label:before, form .form_field .form_field_input.type_checkbox [type="radio"]:checked + label:before,
      form .form_field .form_field_input.type_checkbox [type="checkbox"]:checked + label:before,
      form .form_field .form_field_input.type_checkbox [type="radio"]:not(:checked) + label:before,
      form .form_field .form_field_input.type_checkbox [type="checkbox"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 1px;
        width: 18px;
        height: 18px;
        border: 1px solid #253746;
        background: #fff;
        border-radius: 4px; }
      form .form_field .form_field_input.type_radio [type="radio"]:checked + label:after,
      form .form_field .form_field_input.type_radio [type="checkbox"]:checked + label:after,
      form .form_field .form_field_input.type_radio [type="radio"]:not(:checked) + label:after,
      form .form_field .form_field_input.type_radio [type="checkbox"]:not(:checked) + label:after, form .form_field .form_field_input.type_checkbox [type="radio"]:checked + label:after,
      form .form_field .form_field_input.type_checkbox [type="checkbox"]:checked + label:after,
      form .form_field .form_field_input.type_checkbox [type="radio"]:not(:checked) + label:after,
      form .form_field .form_field_input.type_checkbox [type="checkbox"]:not(:checked) + label:after {
        content: '';
        border-radius: 4px;
        width: 14px;
        height: 14px;
        background: #c57b58;
        position: absolute;
        top: 3px;
        left: 2px;
        transition: all 0.2s ease; }
      form .form_field .form_field_input.type_radio [type="radio"]:not(:checked) + label:after,
      form .form_field .form_field_input.type_radio [type="checkbox"]:not(:checked) + label:after, form .form_field .form_field_input.type_checkbox [type="radio"]:not(:checked) + label:after,
      form .form_field .form_field_input.type_checkbox [type="checkbox"]:not(:checked) + label:after {
        opacity: 0;
        transform: scale(0); }
      form .form_field .form_field_input.type_radio [type="radio"]:checked + label:after,
      form .form_field .form_field_input.type_radio [type="checkbox"]:checked + label:after, form .form_field .form_field_input.type_checkbox [type="radio"]:checked + label:after,
      form .form_field .form_field_input.type_checkbox [type="checkbox"]:checked + label:after {
        opacity: 1;
        transform: scale(1); }
      form .form_field .form_field_input.type_radio [type="radio"]:checked + label,
      form .form_field .form_field_input.type_radio [type="checkbox"]:checked + label, form .form_field .form_field_input.type_checkbox [type="radio"]:checked + label,
      form .form_field .form_field_input.type_checkbox [type="checkbox"]:checked + label {
        color: #c57b58; }
        form .form_field .form_field_input.type_radio [type="radio"]:checked + label a, form .form_field .form_field_input.type_radio [type="radio"]:checked + label a:visited,
        form .form_field .form_field_input.type_radio [type="checkbox"]:checked + label a,
        form .form_field .form_field_input.type_radio [type="checkbox"]:checked + label a:visited, form .form_field .form_field_input.type_checkbox [type="radio"]:checked + label a, form .form_field .form_field_input.type_checkbox [type="radio"]:checked + label a:visited,
        form .form_field .form_field_input.type_checkbox [type="checkbox"]:checked + label a,
        form .form_field .form_field_input.type_checkbox [type="checkbox"]:checked + label a:visited {
          color: #c57b58; }
      form .form_field .form_field_input.type_select .chosen-container {
        width: auto; }
        form .form_field .form_field_input.type_select .chosen-container .chosen-single {
          background: none;
          box-shadow: none;
          border: 1px solid #253746;
          font-family: univia-pro, sans-serif;
          padding: 0 15px;
          height: 50px;
          line-height: 50px; }
          form .form_field .form_field_input.type_select .chosen-container .chosen-single span {
            background-color: transparent;
            font-size: 15px;
            height: 50px;
            line-height: 50px; }
            form .form_field .form_field_input.type_select .chosen-container .chosen-single span:before {
              content: '';
              display: block;
              float: left;
              margin-right: 10px; }
          form .form_field .form_field_input.type_select .chosen-container .chosen-single div {
            background-color: transparent;
            padding: 0;
            margin: 0;
            width: 30px; }
            form .form_field .form_field_input.type_select .chosen-container .chosen-single div:after {
              content: '';
              height: 8px;
              border: 1px solid #253746;
              border-width: 0 2px 2px 0;
              display: inline-block;
              top: -2px;
              position: relative;
              width: 8px;
              transform: rotate(45deg); }
            form .form_field .form_field_input.type_select .chosen-container .chosen-single div b {
              display: none; }
        form .form_field .form_field_input.type_select .chosen-container .chosen-drop ul.chosen-results {
          margin: 0;
          padding: 0; }
          form .form_field .form_field_input.type_select .chosen-container .chosen-drop ul.chosen-results li {
            float: none;
            text-align: left;
            overflow: hidden;
            padding: 15px;
            text-overflow: ellipsis;
            word-wrap: normal;
            white-space: nowrap; }
            form .form_field .form_field_input.type_select .chosen-container .chosen-drop ul.chosen-results li.result-selected {
              display: none; }
            form .form_field .form_field_input.type_select .chosen-container .chosen-drop ul.chosen-results li.highlighted {
              background: none;
              color: #fff; }
            form .form_field .form_field_input.type_select .chosen-container .chosen-drop ul.chosen-results li:hover {
              background-color: #c57b58; }
        form .form_field .form_field_input.type_select .chosen-container.chosen-container-active .chosen-drop {
          border-color: #253746;
          border-top: 1px solid #253746; }
        form .form_field .form_field_input.type_select .chosen-container.chosen-container-active .chosen-single {
          background-color: #c57b58;
          color: #fff; }
          form .form_field .form_field_input.type_select .chosen-container.chosen-container-active .chosen-single div:after {
            border-color: #fff; }
      form .form_field .form_field_input.no-label {
        padding-top: 0; }
    form .form_field.used .form_field_label {
      height: 25px;
      transition: all 0.2s ease; }
      form .form_field.used .form_field_label label {
        line-height: 25px;
        position: relative;
        font-size: 90%;
        transition: all 0.2s ease; }
    form .form_field.error label {
      color: #cd1212; }
    form .form_field.error .form_field_input input, form .form_field.error .form_field_input textarea, form .form_field.error .form_field_input select,
    form .form_field.error .form_subfield_input input,
    form .form_field.error .form_subfield_input textarea,
    form .form_field.error .form_subfield_input select {
      border-color: #cd1212; }
    form .form_field.error .form_field_input .chosen-container .chosen-single {
      border-color: #cd1212;
      color: #cd1212; }
      form .form_field.error .form_field_input .chosen-container .chosen-single div {
        border-color: #cd1212; }
  form .form_legend {
    font-size: 12px;
    padding: 20px 0 10px 0;
    text-align: right; }
  form .form_actions {
    padding: 20px 0; }
    form .form_actions .btn {
      background-color: #c57b58;
      color: #fff;
      font-weight: 100;
      outline: none; }
      form .form_actions .btn:hover {
        background-color: #be6c45; }
