
/*  Fonts  */
@font-face {
    font-family: 'lato_regular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.woff') format('woff'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'lato_bold';
    src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff') format('woff'),
         url('../fonts/lato-bold.ttf') format('truetype'),
         url('../fonts/lato-bold.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'avantgardelt-extralight';
    src: url('../fonts/avantgardelt-extralight.eot');
    src: url('../fonts/avantgardelt-extralight.eot?#iefix') format('embedded-opentype'),
         url('../fonts/avantgardelt-extralight.woff') format('woff'),
         url('../fonts/avantgardelt-extralight.ttf') format('truetype'),
         url('../fonts/avantgardelt-extralight.svg#avantgardelt-extralight') format('svg');
    font-weight: normal;
    font-style: normal;

}






h1 {
  display: inline;
}

a, .link {
	transition:all .2s linear;
	-webkit-transition:all .2s linear;
	-moz-transition:all .2s linear;
	-o-transition:all .2s linear;
}

.link {
  cursor: pointer;
}

.spacing_top {
  padding-top: 10px;
}


.wrapper {
  max-width: 450px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

sup {
  vertical-align: top; 
  font-size: 0.6em;
}



/* ##################### */ 
/* ##### HEADER ######## */
/* ##################### */ 
  header {
    width: 100%;
    max-width: 450px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    background: #242729;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
  
  header div {
    padding: 0 20px;
  }
  
  header img.logo {
    float: left;
    margin-top: 16px;
    width: 38px;
    height: 53px;
  }
  
  header h1 {
    float: right;
    margin: 20px 0 0 10px;
    padding: 13px 0;
    font-size: 16px;
    font-family: 'lato_regular', arial;
    letter-spacing: 1px;
    color: white;
  }
  
  
/* ##################### */ 
/* ##### PICTURE ####### */
/* ##################### */   
  section#picture {
    overflow: hidden;
    z-index: 100;
  }
  
  
  
/* ##################### */ 
/* ##### FORM ########## */
/* ##################### */   
  section#form {
    overflow: hidden;
    background: #F8F7F7;
    margin-top: -3px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }
  form {
    margin-top: 10px;
    padding: 6px 5px;
  }
  label { 
    padding: 2px 0;
    cursor: pointer; 
    display: inline-block;
    width: 100%
  }
  label span { 
    width: 32%;
    float: left;
    padding-top: 2px;
    color: #767575;
    font-size: 13px;
    font-family: 'lato_regular', arial;
    letter-spacing: 1px;
    line-height: 22px;
  }
  button.g-recaptcha, input, textarea {
    float: right;
    width: 65%;
    font-size: 15px;
    font-family: 'lato_regular', arial;
    letter-spacing: 1px;
  }
  textarea {
    height: 120px;
  }
  
  button.g-recaptcha {
    margin: 15px 0;
    width: 100%;
    padding: 5px;
    font-family: 'lato_bold', arial;
  }
  input.cancel {
    margin-bottom: 15px;
    width: 100%;
    padding: 3px;
    font-size: 11px;
  }
  
  
  
/* ##################### */ 
/* ##### OK ############ */
/* ##################### */   
  section#ok {
    overflow: hidden;
    background: #F8F7F7;
    margin-top: -3px;
    text-align: center;
    font-size: 16px;
    font-family: 'lato_regular', arial;
    color: #767575;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }
  section#ok p {
    margin-bottom: 40px;
    padding: 0 15px;
  }
  section#ok img {
    width: 28%;
  }
  section#ok p:first-child {
    margin-top: 30px;
  }
  section#ok p:last-child {
    margin-bottom: 30px;
  }
  section#ok button {
    width: 100%;
    padding: 5px;
    font-family: 'lato_bold', arial;
  }
  
  
  
/* ##################### */ 
/* ##### TIMEOUT ####### */
/* ##################### */   
  section#timeout {
    overflow: hidden;
    background: #F8F7F7;
    margin-top: -3px;
    text-align: center;
    font-size: 16px;
    font-family: 'lato_regular', arial;
    color: #767575;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }
  section#timeout p {
    margin-bottom: 40px;
    padding: 0 15px;
  }
  section#timeout p:first-child {
    margin-top: 30px;
  }
  section#timeout p:last-child {
    margin-bottom: 30px;
  }
  section#timeout button {
    width: 100%;
    padding: 5px;
    font-family: 'lato_bold', arial;
  }  

  
  
  
  
  
  
  
  
  
/* ##################################################################################################################### */
/* ###### RESPONSIVE ################################################################################################### */
/* ##################################################################################################################### */


/* ##################### */ 
/* ##### HEADER ######## */
/* ##################### */ 


  @media (max-width:345px){
    header h1 span {
      display: none;
    }
  }
  
  
/* ##################### */ 
/* ##### FORM ########## */
/* ##################### */   
  @media (max-width:449px){
    label span { 
      display: none;
    }
    label.message span {
      display: inline;
      padding-left: 4px;
    }
    button.g-recaptcha, input, textarea {
      width: 98%;
    }
    form {
      padding-left: 8px;
      padding-right: 8px;
    }
  }
