﻿/*$colorBlack: #1e1e1e !default;*/
/*Borders*/
/*SLIDE HOMEPAGE*/
@media only screen and (max-width: 1230px) {
  .curriculum-area .intro {
    float: none;
    width: auto;
    margin-right: 4%; } }

.curriculum-area aside {
  margin-top: 68px; }
  @media only screen and (max-width: 1230px) {
    .curriculum-area aside {
      float: none;
      width: auto;
      margin-left: 0;
      margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    .curriculum-area aside {
      margin-left: 20px; } }

.wrap {
  float: right;
  display: inline-block; }
  @media only screen and (max-width: 1230px) {
    .wrap {
      float: none;
      display: block; } }
  .wrap h2 {
    font: 3em "aaux_problackregular", Helvetica, Arial, sans-serif;
    color: #1e1e1e;
    text-transform: uppercase;
    padding-bottom: 20px; }

.form {
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 70px; }

.colum {
  float: left;
  margin-left: 40px; }
  @media only screen and (max-width: 767px) {
    .colum {
      float: none;
      margin: 0; } }
  .colum:first-child {
    margin-left: 0; }
  .colum .field {
    margin-bottom: 15px; }
    .colum .field label {
      font: 1.4em "aaux_promediumregular", Helvetica, Arial, sans-serif;
      color: #738593;
      display: block;
      margin-bottom: 8px; }
    .colum .field input {
      width: 268px;
      height: 38px;
      border: #bec5ca 1px solid;
      font: 1.6em "aaux_promediumregular", Helvetica, Arial, sans-serif;
      color: #1e1e1e;
      background: #f7f7f7;
      padding: 0 0 0 0.5em; }
      @media only screen and (max-width: 767px) {
        .colum .field input {
          width: 98%; } }
      html.ie8 .colum .field input {
        padding-top: 12px;
        height: 26px; }
    .colum .field.birthDate #day,
    .colum .field.birthDate #month {
      width: 38px;
      height: 38px;
      margin-right: 15px; }
    .colum .field.birthDate #year {
      width: 78px;
      height: 38px; }
    .colum .field.postalCode #cp4 {
      width: 163px;
      height: 38px; }
      @media only screen and (max-width: 340px) {
        .colum .field.postalCode #cp4 {
          width: 123px; } }
    .colum .field.postalCode #cp3 {
      width: 78px;
      height: 38px;
      margin-left: 12px; }
    .colum .field textarea {
      border: 1px solid #cdcdcd;
      width: 268px;
      background: #f7f7f7;
      font: 1.6em "aaux_promediumregular", Helvetica, Arial, sans-serif;
      color: #1e1e1e;
      padding-left: 0.5em; }
      @media only screen and (max-width: 767px) {
        .colum .field textarea {
          width: 98%; } }
  .colum .button {
    position: absolute;
    bottom: 20px;
    left: 0; }
    .colum .button button {
      border: none;
      background: #f7f7f7;
      font: 2.4em 'aaux_problackregular';
      text-transform: uppercase;
      color: #738593;
      margin-top: 30px;
      padding: 0;
      height: 39px; }
      .colum .button button span {
        border: #bec5ca 1px solid;
        display: inline-block;
        vertical-align: middle;
        padding: 0px 15px 0px 15px;
        text-align: center;
        line-height: 1.5em; }
      .colum .button button:after {
        content: "\e604";
        font: 1.6em "cgdbi-icons";
        vertical-align: middle; }
        html.ie8 .colum .button button:after {
          font-size: 3.9em; }
  .colum .error-msg, .colum .sucess-msg {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: "aaux_promediumregular", Helvetica, Arial, sans-serif;
    color: #1e1e1e; }
  .colum .error-msg {
    font-size: 1.2em; }
  .colum .sucess-msg {
    font-size: 1.4em; }

.upload-area {
  width: auto;
  height: auto;
  position: relative; }
  .upload-area .loader {
    position: static;
    display: inline-block; }
  .upload-area input {
    position: absolute;
    left: -999px;
    visibility: hidden; }
  .upload-area .image-click {
    display: inline-block;
    cursor: pointer;
    background: #f7f7f7;
    font: 4em "aaux_promediumregular", Helvetica, Arial, sans-serif;
    color: #1e1e1e;
    text-transform: uppercase;
    border: #bec5ca 1px solid;
    width: 268px;
    height: 38px;
    text-align: right;
    line-height: 38px;
    padding-right: 10px; }
  .upload-area iframe {
    display: none; }
  .upload-area .text {
    display: none;
    cursor: pointer;
    font: 1.4em "aaux_promediumregular", Helvetica, Arial, sans-serif;
    position: absolute;
    top: 34px;
    color: #94a2ac;
    left: 10px; }
    .upload-area .text.show {
      display: inline-block; }

.radio-item {
  font-size: 1em;
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
  margin-right: 25px; }
  .radio-item input[type="radio"] {
    background: transparent;
    box-shadow: none;
    border: none;
    display: inline-block;
    position: absolute;
    outline: none;
    overflow: hidden;
    width: 1px !important;
    top: 0px;
    height: 1px;
    left: 1px; }
    .radio-item input[type="radio"]:checked + label:before {
      background: url(../../images/radio.png) no-repeat left top; }
    .radio-item input[type="radio"] + label {
      display: inline-block;
      padding-left: 27px;
      position: relative;
      line-height: 15px;
      font: 1.4em "aaux_bold", Helvetica, Arial, sans-serif;
      vertical-align: middle;
      height: 18px;
      color: #1e1e1e; }
      .radio-item input[type="radio"] + label:before {
        background: #f7f7f7;
        content: "";
        display: block;
        height: 16px;
        left: 0;
        padding: 2px 0 0 2px;
        position: absolute;
        width: 16px;
        z-index: 1;
        vertical-align: middle;
        border-radius: 50%;
        border: 1px solid #738593; }
        html.ie8 .radio-item input[type="radio"] + label:before {
          background: url(../../images/radio.png) no-repeat left -28px;
          border: none; }
      html.ie8 .radio-item input[type="radio"] + label .checked:before {
        background: url(../../images/radio.png) no-repeat left top;
        content: "1";
        text-indent: -90000px; }
