/* PARTIALS */
/* PATIALS END*/
/* VARIBALES */
/* VARIBALES END */
/* MIXINS */
/* MIXINS END*/
/* KEYFRAMES */
@-webkit-keyframes startFadeInHeader {
  from {
    opacity: 0;
    top: -100px; }

  90% {
    opacity: 0;
    top: -50px; }

  to {
    opacity: 1;
    top: 0; } }

@-moz-keyframes startFadeInHeader {
  from {
    opacity: 0;
    top: -100px; }

  90% {
    opacity: 0;
    top: -50px; }

  to {
    opacity: 1;
    top: 0; } }

@keyframes startFadeInHeader {
  from {
    opacity: 0;
    top: -100px; }

  90% {
    opacity: 0;
    top: -50px; }

  to {
    opacity: 1;
    top: 0; } }

@-webkit-keyframes startFadeInCopy {
  from {
    opacity: 0;
    top: 450px; }

  90% {
    opacity: 0;
    top: 400px; }

  to {
    opacity: 1;
    top: 350px; } }

@-moz-keyframes startFadeInCopy {
  from {
    opacity: 0;
    top: 450px; }

  90% {
    opacity: 0;
    top: 400px; }

  to {
    opacity: 1;
    top: 350px; } }

@keyframes startFadeInCopy {
  from {
    opacity: 0;
    top: 450px; }

  90% {
    opacity: 0;
    top: 400px; }

  to {
    opacity: 1;
    top: 350px; } }

@-webkit-keyframes startFadeInDetail {
  from {
    opacity: 0;
    bottom: 0; }

  90% {
    opacity: 0;
    bottom: 50px; }

  to {
    opacity: 1;
    bottom: 100px; } }

@-moz-keyframes startFadeInDetail {
  from {
    opacity: 0;
    bottom: 0; }

  90% {
    opacity: 0;
    bottom: 50px; }

  to {
    opacity: 1;
    bottom: 100px; } }

@keyframes startFadeInDetail {
  from {
    opacity: 0;
    bottom: 0; }

  90% {
    opacity: 0;
    bottom: 50px; }

  to {
    opacity: 1;
    bottom: 100px; } }

/* KEYFRAMES END */
/* ELEMENTS */
html {
  /* SIZE */
  height: 100%; }

body {
  /* SIZE */
  height: 100%;
  /* FONT */
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 100%;
  font-weight: lighter; }

a {
  /* FONT */
  text-decoration: none; }

/* ELEMENTS END */
/* CLASSES */
.center {
  /* INCLUDES */
  /* SIZE */
  max-width: 1024px;
  width: 95%;
  /* BOX-MODEL */
  margin: 0 auto;
  padding: 0; }

header#header .center, section#hero .center, footer#footer .center {
  /* SIZE */
  height: 100%; }

/* CLASSES END */
/* HEADER */
header#header {
  /* SIZE */
  width: 100%;
  height: 100px;
  /* POSITION */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  /* BACKGROUND */
  background-color: #2c3e50;
  /* INCLUDES */
  background-color: #f39c12;
  background-image: -webkit-linear-gradient(left, #f39c12 0%, #f39c12 30%, #2c3e50 30%, #2c3e50 100%);
  background-image: linear-gradient(to right,#f39c12 0%, #f39c12 30%, #2c3e50 30%, #2c3e50 100%);
  /* LOGO */
  /* LOGO END */
  /* NAVIGATION */
  /* NAVIGATION END */ }
  header#header:after {
    content: "";
    display: table;
    clear: both; }
  header#header.animate {
    /* INCLUDES */
    -webkit-animation: startFadeInHeader 2s ease-in-out;
    -moz-animation: startFadeInHeader 2s ease-in-out;
    animation: startFadeInHeader 2s ease-in-out; }
  header#header img.logo {
    /* SIZE */
    width: 250px;
    height: 100px;
    /* POSITION */
    float: left;
    /* BOX-MODEL */
    margin-left: -5px;
    /* BACKGROUND */
    background-color: #f39c12; }
  header#header nav {
    /* SIZE */
    /* POSITION */
    float: right;
    /*BACKGROUND */
    background-color: #2c3e50; }
    header#header nav ul.navigation {
      /* SIZE */
      height: 100px;
      /* POSITION */
      float: right;
      /* BOX-MODEL */
      margin: 0;
      padding: 0; }
      header#header nav ul.navigation li.navigation-item {
        /* BOX-MODEL */
        margin-right: 15px;
        padding: 0 5px;
        /* DISPLAY */
        display: inline-block;
        /* FONT */
        line-height: 100px;
        /* INCLUDES */
        -webkit-transition: background-color 0.3s ease-in-out;
        -moz-transition: background-color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out; }
        header#header nav ul.navigation li.navigation-item:last-child {
          margin-right: 0; }
        header#header nav ul.navigation li.navigation-item:hover, header#header nav ul.navigation li.navigation-item.current {
          background-color: #f39c12; }
        header#header nav ul.navigation li.navigation-item a {
          /* SIZE */
          height: 100px;
          /* DISPLAY */
          display: block;
          /* FONT */
          font-size: 1.125em;
          color: white; }
  header#header div#link-to-menu {
    display: none; }

/* HEADER END */
/* LANGUAGE */
.center.lang div#lang {
  /* POSITION */
  position: relative;
  top: 100px;
  z-index: 50; }
  .center.lang div#lang ul.lang-list {
    /* POSITION */
    float: right;
    /* BOX-MODEL*/
    margin: 0;
    padding: 10px 10px;
    /* BACKGROUND */
    background-color: rgba(0, 0, 0, 0.4); }
    .center.lang div#lang ul.lang-list li.lang-item {
      /* DISPLAY */
      display: inline-block;
      /* BACKGROUND */ }
      .center.lang div#lang ul.lang-list li.lang-item:first-child {
        /* BOX-MODEL */
        padding-right: 10px;
        margin-right: 5px;
        /* BORDER */
        border-right: 1px solid #f39c12; }
      .center.lang div#lang ul.lang-list li.lang-item a {
        /* FONT */
        font-size: 1.125em;
        color: white;
        text-transform: uppercase;
        -webkit-transition: color 0.3s ease-in-out;
        -moz-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out; }
        .center.lang div#lang ul.lang-list li.lang-item a:hover {
          color: #f39c12; }
  .center.lang div#lang.animate {
    /* INCLUDES */
    -webkit-animation: startFadeInHeader 2s ease-in-out;
    -moz-animation: startFadeInHeader 2s ease-in-out;
    animation: startFadeInHeader 2s ease-in-out; }

/* LANGUAGE END */
/* HERO */
section#hero {
  /* SIZE */
  width: 100%;
  height: 100%;
  min-height: 800px;
  /* BACKGROUND */
  background: url(../Fotolia_64834149_M.jpg) no-repeat center center;
  background-size: cover; }
  section#hero div.center {
    /* SIZE */
    height: 100%;
    /* POSITION */
    position: relative; }
  section#hero img.logo-gif {
    /* SIZE */
    width: 48.82813%;
    min-width: 320px;
    /* POSITION */
    position: relative;
    top: 300px;
    /* BOX-MODEL */ }
  section#hero svg {
    /* SIZE */
    width: 48.82813%;
    min-width: 320px;
    /* POSITION */
    position: relative;
    top: 300px;
    /* INCLUDES */
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out; }
  section#hero p.copy {
    /* POSITION */
    position: relative;
    top: 350px;
    /* FONT */
    font-size: 1.5em;
    color: white;
    /* INCLUDES */
    -webkit-animation: startFadeInCopy 2s ease-in;
    -moz-animation: startFadeInCopy 2s ease-in;
    animation: startFadeInCopy 2s ease-in; }
  section#hero a.scrollToDetail {
    /* POSITION */
    position: absolute;
    bottom: 100px;
    left: 50%;
    /* BOX-MODEL */
    padding: 15px 50px;
    margin-left: -89px;
    /* FONT */
    font-size: 1.125em;
    font-weight: bold;
    color: white;
    /* BORDER */
    border: 2px solid white;
    border-radius: 5px;
    /* BACKGROUND */
    background-color: rgba(0, 0, 0, 0.4);
    /* INCLUDES */
    -webkit-animation: startFadeInDetail 2s ease-in;
    -moz-animation: startFadeInDetail 2s ease-in;
    animation: startFadeInDetail 2s ease-in;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    section#hero a.scrollToDetail:hover {
      /* FONT */
      color: #2c3e50;
      /* BACKGROUND */
      background-color: rgba(255, 255, 255, 0.6); }

/* HERO END */
/* HERO SUBPAGE */
section#hero-subpage {
  /* POSITION */
  position: relative;
  top: 100px;
  /* BACKGROUND */
  background: url(../Fotolia_66248956_M.jpg) no-repeat center center;
  background-size: cover; }
  section#hero-subpage p.copy {
    /* BOX-MODEL */
    margin: 0;
    padding: 1.5em 0;
    /* FONT */
    font-size: 1.5em;
    color: white; }

/* HERO SUBPAGE END */
/* WRAPPER */
section#wrapper.subpage-wrapper {
  /* POSITION */
  position: relative;
  top: 100px;
  /* BOX-MODEL */
  padding-bottom: 20em; }

section#wrapper {
  z-index: 0;
  /* INCLUDES */
  /* SIZE */
  max-width: 960px;
  width: 95%;
  /* BOX-MODEL */
  margin: 0 auto;
  padding: 0;
  /* INCLUDES CHANGES */
  padding: 4.5em 0 10em 0; }
  section#wrapper h2 {
    /* BOX-MODEL */
    margin-bottom: 1.25em;
    /* FONT */
    font-size: 1.625em;
    color: #f39c12; }
  section#wrapper h3 {
    /* FONT */
    color: #2c3e50;
    font-size: 1.25em; }
  section#wrapper p {
    /* FONT */
    font-size: 1.25em;
    color: #2c3e50;
    line-height: 1.4em; }
    section#wrapper p + h2 {
      margin-top: 2.5em; }
  section#wrapper ul {
    /* FONT */
    color: #2c3e50; }
    section#wrapper ul + h2 {
      margin-top: 2.5em; }
    section#wrapper ul li {
      /* BOX-MODEL */
      margin-bottom: .5em;
      /* FONT */
      font-size: 1.125em; }

/* WRAPPER END */
/* TABLE */
table.pplan {
  /* SIZE */
  width: 100%;
  /* BOX-MODEL */
  margin-top: 6em;
  /* FONT */
  color: #2c3e50; }
  table.pplan thead {
    border-top-left-radius: 5px;
    /* FONT */
    color: white;
    /* BACKGROUND */
    background-color: #f39c12; }
    table.pplan thead th {
      /* SIZE */
      height: 2em;
      width: 11.97917%;
      /* BORDER */
      border-right: 1px solid rgba(255, 255, 255, 0.1); }
      table.pplan thead th:last-child {
        border-right: none; }
      table.pplan thead th:first-child {
        /* SIZE */
        width: 15.625%; }
  table.pplan tr {
    /* SIZE */
    height: 2em;
    /* BORDER */
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    table.pplan tr:last-child {
      border-bottom: none; }
    table.pplan tr td {
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      padding: 2px 0; }
      table.pplan tr td:last-child {
        border-right: none; }
  table.pplan td.it {
    /* BACKGROUND */
    background-color: #2c3e50; }
  table.pplan td.fga {
    /* BACKGROUND */
    background-color: #f39c12; }
  table.pplan td.cu {
    /* BACKGROUND */
    background-color: #476481; }
  table.pplan td.eut {
    /* BACKGROUND */
    background-color: #f7ba5b; }
  table.pplan td.ut {
    /* BACKGROUND */
    background-color: #597ea2; }
  table.pplan td.itest {
    /* BACKGROUND */
    background-color: #f9cf8b; }
  table.pplan td.dc {
    /* BACKGROUND */
    background-color: #11181f; }
  table.pplan td.dm {
    /* BACKGROUND */
    background-color: #b06f09; }
  table.pplan td.hyper {
    /* BACKGROUND */
    background-color: black; }

/* TABLE END */
/* PERSON */
div#person {
  /* BOX-MODEL */
  margin-bottom: 2.5em;
  /* INCLUDES */ }
  div#person:after {
    content: "";
    display: table;
    clear: both; }
  div#person:last-child {
    /* BOX-MODEL */
    margin-bottom: 0; }
  div#person div.img-style {
    /* SIZE */
    width: 50%;
    height: 200px;
    /* POSITION */
    float: left;
    /* BOX-MODEL */
    margin-left: -50%;
    /* BACKGROUND */
    background-color: #f39c12; }
  div#person img.profile {
    /* POSITION */
    float: left;
    /* BOX-MODEL */
    margin-right: 1.5em; }

/* PERSON END */
/* FILE LIST */
section.file-list {
  /* FONT */
  color: #2c3e50;
  font-size: 1.125em;
  /* INCLUDES */
  /* SIZE */
  max-width: 875px;
  width: 95%;
  /* BOX-MODEL */
  margin: 0 auto;
  padding: 0;
  /* INCLUDES CHANGES */
  width: 80%;
  margin-top: -10em; }
  section.file-list h3 {
    /* FONT */
    font-size: 1.25em;
    font-weight: bold; }
  section.file-list p {
    /* BOX-MODEL */
    margin-top: .2em; }
  section.file-list ul li {
    margin-bottom: 1.5em; }
  section.file-list a.file-icon {
    /* FONT */
    color: #2c3e50; }
  section.file-list a.request {
    /* BOX-MODEL */
    padding: .3em 1em;
    /* DISPLAY */
    display: inline-block;
    /* FONT */
    color: white;
    /* BORDER */
    border-radius: 5px;
    /* BACKGROUND */
    background-color: #f39c12; }

/* FILE LIST END */
/* FORMULAR */
section.form {
  /* POSITION */
  position: relative;
  z-index: 100;
  /* BACKGROUND */
  background-color: #2c3e50; }
  section.form#contact {
    margin-top: -10em; }
  section.form#insert {
    top: 100px;
    z-index: 50;
    display: none; }
  section.form#insert img.result, section.form#contact img.result {
    /* SIZE */
    width: 280px;
    height: 250px;
    /* POSITION */
    position: relative;
    left: 50%;
    /* BOX-MODEL */
    margin-left: -140px; }
  section.form#insert a.goBack, section.form#contact a.goBack {
    /* SIZE */
    width: 150px;
    /* BOX-MODEL */
    margin: 1.5em auto;
    padding: 5px 15px;
    /* DISPLAY */
    display: block;
    /* FONT */
    font-size: 1.25em;
    color: white;
    text-transform: uppercase;
    text-align: center; }
  section.form#insert ul, section.form#contact ul {
    /* SIZE*/
    width: 80%;
    /* BOX-MODEL */
    margin: 0 auto;
    /* FONT */
    color: white;
    font-size: 1.125em; }
    section.form#insert ul li a, section.form#contact ul li a {
      /* FONT */
      color: #f39c12;
      text-decoration: underline; }
  section.form#request form button i, section.form#insert form button i {
    left: 75%; }
  section.form#request form button:hover i, section.form#insert form button:hover i {
    left: 85%; }
  section.form div.center {
    /* INCLUDES CHANGES */
    padding: 3em 0; }
  section.form form {
    /* FONT */
    font-size: 1.125em;
    color: white; }
    section.form form:after {
      content: "";
      display: table;
      clear: both; }
    section.form form label {
      /* DISPLAY */
      display: block; }
    section.form form fieldset {
      /* SIZE */
      width: 45%;
      /* BOX-MODEL */
      margin: 0 10% 2em 0;
      padding: 0;
      /* BORDER */
      border: none; }
      section.form form fieldset.files {
        /* SIZE */
        width: 100%;
        margin-right: 0;
        /* INCLUDES */ }
        section.form form fieldset.files:after {
          content: "";
          display: table;
          clear: both; }
        section.form form fieldset.files.error {
          border: 1px solid rgba(255, 0, 0, 0.2);
          box-shadow: inset 0 0 0 2px rgba(255, 0, 0, 0.2); }
        section.form form fieldset.files div.file-container {
          /* POSITION */
          float: left;
          /* BOX-MODEL */
          margin-right: 2em; }
          section.form form fieldset.files div.file-container:last-child {
            /* BOX-MODEL */
            margin-right: 0; }
        section.form form fieldset.files input[type=checkbox] {
          /* SIZE */
          height: 0;
          width: 0;
          /* POSITION */
          /* DISPLAY */
          opacity: 0; }
        section.form form fieldset.files input[type=checkbox] + label {
          /* FONT */
          color: white; }
          section.form form fieldset.files input[type=checkbox] + label span i.fa-check {
            /* DISPLAY */
            display: none;
            /* FONT */
            color: white; }
          section.form form fieldset.files input[type=checkbox] + label:last-child {
            /* BOX-MODEL */
            margin-right: 0; }
        section.form form fieldset.files input[type=checkbox]:checked + label {
          /* FONT */ }
          section.form form fieldset.files input[type=checkbox]:checked + label span i.fa-check {
            /* DISPLAY */
            display: block;
            /* FONT */
            color: #f39c12; }
        section.form form fieldset.files label.file-name {
          /* SIZE */
          width: 8em;
          /* BOX-MODEL */
          margin-top: .5em;
          padding-left: 6px; }
      section.form form fieldset.name {
        /* POSITION */
        float: left; }
      section.form form fieldset.email {
        /* POSITION */
        float: right;
        /* BOX-MODEL */
        margin-right: 0; }
      section.form form fieldset.msg {
        /* SIZE */
        width: 100%; }
      section.form form fieldset input {
        /* SIZE */
        width: 100%;
        height: 2em;
        /* BOX-MODEL */
        margin-top: .5em; }
    section.form form textarea {
      /* SIZE */
      width: 100%;
      /* BOX-MODEL */
      margin: .5em 0 2em 0; }
    section.form form input, section.form form textarea {
      padding-left: 3px;
      /* FONT */
      color: #2c3e50; }
      section.form form input:focus, section.form form textarea:focus {
        border: 1px solid #f39c12;
        box-shadow: inset 0 0 0 2px #f39c12;
        outline: none; }
      section.form form input.error, section.form form textarea.error {
        border: 1px solid rgba(255, 0, 0, 0.6);
        box-shadow: inset 0 0 0 2px rgba(255, 0, 0, 0.6);
        color: red; }
    section.form form button {
      /* SIZE */
      width: 50%;
      height: 2.5em;
      /* POSITION */
      position: relative;
      left: 25%;
      /* BOX-MODEL */
      margin: 0 auto;
      /* FONT */
      color: white;
      text-transform: uppercase;
      /* BACKGROUND */
      background-color: #f39c12;
      /* BORDER */
      border: none;
      border-radius: 5px; }
      section.form form button span {
        /* POSITION */
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 200;
        color: white;
        /* INCLUDES */
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      section.form form button i {
        /* POSITION */
        position: absolute;
        top: 50%;
        left: 60%;
        /* INCLUDES */
        -webkit-transform: translate(50%, -50%);
        -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        -o-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      section.form form button:hover i {
        /* POSITION */
        left: 65%; }

/* FORMULAR END */
/* FORMULAR RESULT */
div#result {
  display: none;
  cursor: pointer; }

/* FORMULAR RESULT END */
/* FOOTER */
footer#footer {
  /* SIZE */
  width: 100%;
  height: 300px;
  /* POSITION */
  position: relative;
  z-index: 100;
  /* BACKGROUND */
  background-color: #2c3e50;
  /* INCLUDES */
  background-color: #2c3e50;
  background-image: -webkit-linear-gradient(left, #2c3e50 0%, #2c3e50 50%, #f39c12 50%, #f39c12 100%);
  background-image: linear-gradient(to right,#2c3e50 0%, #2c3e50 50%, #f39c12 50%, #f39c12 100%); }
  footer#footer .center {
    /* INCLUDES */
    /* SIZE */
    max-width: 1024px;
    width: 95%;
    /* BOX-MODEL */
    margin: 0 auto;
    padding: 0;
    /* INCLUDES CHAGNES */
    width: 100%;
    padding: 0; }
    footer#footer .center:after {
      content: "";
      display: table;
      clear: both; }
  footer#footer div#footer-right {
    /* SIZE */
    width: 50%;
    height: 100%;
    /* POSITION */
    float: right;
    /* BACKGROUND */
    background-color: #f39c12; }
  footer#footer a.toTop {
    /* SIZE */
    width: 50px;
    height: 50px;
    /* POSITION */
    position: relative;
    top: -50px;
    float: right;
    /* FONT */
    text-align: center;
    color: white;
    line-height: 50px;
    /* BORDER */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    /* BACKGROUND */
    background-color: #f39c12; }
  footer#footer img.logo {
    /* SIZE */
    width: 80%;
    /* BOX-MODEL */
    margin-top: .5em;
    margin-left: 2.5em; }
  footer#footer nav {
    /* SIZE */
    width: 50%;
    height: 100%;
    /* POSITION */
    float: left;
    /* BACKGROUND */
    background-color: #2c3e50; }
    footer#footer nav ul#nav-footer {
      width: 80%;
      /* FONT */
      font-size: 1.125em;
      /* BOX-MODEL */
      padding-left: 5px; }
      footer#footer nav ul#nav-footer li.menu {
        /* BOX-MODEL */
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 20px;
        /* FONT */
        color: white;
        font-size: 1.25em;
        /* BORDER */ }
      footer#footer nav ul#nav-footer li.navigation-item {
        /* BOX-MODEL */
        padding: 10px 5px 10px 5px;
        /* BORDER */
        border-bottom: 1px solid #f39c12;
        /* INCLUDES */
        -webkit-transition: background-color 0.3s ease-in-out;
        -moz-transition: background-color 0.3s ease-in-out;
        transition: background-color 0.3s ease-in-out; }
        footer#footer nav ul#nav-footer li.navigation-item:nth-child(2) {
          /* BORDER */
          border-top: 1px solid #f39c12; }
        footer#footer nav ul#nav-footer li.navigation-item:hover {
          /* BACKGROUND */
          background-color: #f39c12; }
        footer#footer nav ul#nav-footer li.navigation-item a {
          /* SIZE */
          height: 100%;
          width: 100%;
          /* DISPLAY */
          display: inline-block;
          /* FONT */
          color: white; }

/* FOOTER END */
@media only screen and (max-width: 821px) {
  /* HEADER */
  header#header nav {
    /* SIZE */
    width: 100%;
    height: 0;
    /* POSITION */
    position: absolute;
    top: 100px;
    left: 0;
    /* DISPLAY */
    display: none; }
    header#header nav.show {
      /* DISPLAY */
      display: block; }
    header#header nav ul.navigation {
      /* SIZE */
      width: 100%;
      height: auto;
      /* POSITION */
      float: none;
      /* DISPLAY */
      display: block; }
      header#header nav ul.navigation li.navigation-item {
        /* DISPLAY */
        display: block;
        /* FONT */
        line-height: normal;
        /* BOX-MODEL */
        margin-right: 0;
        padding: 10px 10px;
        /* BACKGROUND */
        background-color: #2c3e50;
        /* BORDER */
        border-bottom: 1px solid #f39c12; }
        header#header nav ul.navigation li.navigation-item:first-child {
          /* BORDER */
          border-top: 1px solid #f39c12; }
        header#header nav ul.navigation li.navigation-item a {
          /* SIZE */
          height: auto; }
  header#header div#link-to-menu {
    /* POSITION */
    float: right;
    /* BOX-MODEL */
    padding: 0 5px;
    /* DISPLAY */
    display: block;
    /* FONT */
    font-size: 1.125em;
    line-height: 100px; }
    header#header div#link-to-menu:hover {
      /* BACKGROUND */
      background-color: #f39c12; }
    header#header div#link-to-menu a {
      /* FONT */
      color: white; }

  /* HEADER END */
  /* FORMULAR */
  section.form form fieldset {
    /* SIZE */
    width: 90%; }
    section.form form fieldset.email {
      /* POSITION */
      float: left; }
  section.form form textarea {
    /* SIZE */
    width: 90%; }

  /* FORMULAR END */
  /* FOOTER */
  footer#footer .center {
    height: 300px; }
  footer#footer nav ul#nav-footer {
    width: 100%;
    /* BOX-MODEL */
    padding-left: 0; }
    footer#footer nav ul#nav-footer li.navigation-item {
      border-bottom: 1px solid #f39c12;
      padding-left: 5px;
      padding-top: 10px; }
      footer#footer nav ul#nav-footer li.navigation-item:last-child {
        padding-bottom: 10px; }
      footer#footer nav ul#nav-footer li.navigation-item:hover {
        background-color: #f39c12; }
      footer#footer nav ul#nav-footer li.navigation-item a {
        display: inline-block;
        height: 100%;
        width: 100%; }
  footer#footer div#footer-right, footer#footer nav {
    /* SIZE */
    width: 100%; }

  /* FOOTER END */ }
@media only screen and (max-width: 350px) {
  /* HEADER */
  header#header div#link-to-menu {
    /* SIZE */
    height: 100px;
    /* FONT */
    font-size: 1.125em;
    line-height: 50px; }
    header#header div#link-to-menu a {
      text-align: center; }
      header#header div#link-to-menu a span {
        width: 100%;
        display: block; }
      header#header div#link-to-menu a i {
        width: 100%;
        display: block; }

  /* HEADER END */ }
@media only screen and (max-width: 438px) {
  /* HERO */
  section#hero {
    min-height: 650px; }
    section#hero img.logo-gif {
      top: 200px; }
    section#hero p.copy {
      top: 250px; }
    section#hero a.scrollToDetail {
      bottom: 66.66667px; }

  /* HERO END */
  /* FILE LIST */
  section.file-list {
    width: 70%; }

  /* FILE LIST END */ }
@media only screen and (max-width: 325px) {
  /* HERO */
  section#hero img.logo-gif {
    min-width: 90%;
    margin-left: -5px; }

  /* HERO END */ }
@media only screen and (max-width: 310px) {
  /* HEADER */
  header#header div#link-to-menu {
    /* FONT */
    font-size: 1.125em;
    line-height: 100px; }
    header#header div#link-to-menu a span {
      display: none; }

  /* HEADER END */ }
@media only screen and (max-height: 400px) {
  div.center.lang div#lang {
    top: 50px; }

  header#header {
    height: 50px; }
    header#header img.logo {
      width: auto;
      height: 50px; }
    header#header nav {
      top: 50px; }
    header#header div#link-to-menu {
      /* SIZE */
      height: 50px;
      /* FONT */
      font-size: 1.125em;
      line-height: 50px; } }
@media only screen and (max-width: 438px) and (max-height: 400px) {
  header#header div#link-to-menu {
    line-height: 25px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  /* Don't forget your Retina CSS! */
  body {
    background-size: 72px 72px; } }