html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

@font-face {
  font-family: "geometria";
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/geometria-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/geometria-bold-webfont.woff2") format("woff2"), url("/fonts/geometria-bold-webfont.woff") format("woff"), url("/fonts/geometria-bold-webfont.ttf") format("truetype"), url("/fonts/geometria-bold-webfont.svg#geometria") format("svg"); }
@font-face {
  font-family: "geometria";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/geometria-light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/geometria-light-webfont.woff2") format("woff2"), url("/fonts/geometria-light-webfont.woff") format("woff"), url("/fonts/geometria-light-webfont.ttf") format("truetype"), url("/fonts/geometria-light-webfont.svg#geometria") format("svg"); }
@font-face {
  font-family: "geometria";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/geometria-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/geometria-medium-webfont.woff2") format("woff2"), url("/fonts/geometria-medium-webfont.woff") format("woff"), url("/fonts/geometria-medium-webfont.ttf") format("truetype"), url("/fonts/geometria-medium-webfont.svg#geometria") format("svg"); }
@font-face {
  font-family: "geometria";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/geometria-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/geometria-webfont.woff2") format("woff2"), url("/fonts/geometria-webfont.woff") format("woff"), url("/fonts/geometria-webfont.ttf") format("truetype"), url("/fonts/geometria-webfont.svg#geometria") format("svg"); }
@font-face {
  font-family: "geometria";
  font-style: normal;
  font-weight: 100;
  src: url("/fonts/geometria-thin-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/geometria-thin-webfont.woff2") format("woff2"), url("/fonts/geometria-thin-webfont.woff") format("woff"), url("/fonts/geometria-thin-webfont.ttf") format("truetype"), url("/fonts/geometria-thin-webfont.svg#geometria") format("svg"); }
body {
  font-family: geometria;
  font-weight: 300;
  margin: 0px; }

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .container::after {
    clear: both;
    content: "";
    display: table; }

.navbar {
  padding: 25px 20px;
  float: left;
  width: 100%; }

.navbar > div {
  float: left; }

#logo {
  width: 25%; }

#logo img {
  width: 200px; }

#nav-list {
  width: 75%; }

#nav-list ul {
  list-style: none;
  padding: 0px; }

#nav-list ul li {
  float: left;
  position: relative;
  padding-right: 26px; }

#nav-list ul li::after {
  content: " ";
  background: url("../images/slash.png") 0px 0px no-repeat;
  width: 20px;
  height: 35px;
  display: inline-block;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 4px; }

#nav-list ul li:last-child {
  padding-right: 0px; }

#nav-list ul li:last-child::after {
  content: none; }

#nav-list ul li a {
  text-decoration: none;
  color: #7F8285; }
  #nav-list ul li a img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin-top: 5px; }
  #nav-list ul li a:hover {
    color: #363738; }
    #nav-list ul li a:hover img {
      transform: rotate(20deg) scale(1.1) skew(0deg) translate(0px);
      -webkit-transform: rotate(20deg) scale(1.1) skew(0deg) translate(0px);
      -moz-transform: rotate(20deg) scale(1.1) skew(0deg) translate(0px);
      -o-transform: rotate(20deg) scale(1.1) skew(0deg) translate(0px);
      -ms-transform: rotate(20deg) scale(1.1) skew(0deg) translate(0px); }
  #nav-list ul li a.active {
    opacity: 0.6; }

#nav-list .menu-item-text-wrapper {
  display: inline-block;
  vertical-align: top;
  margin: 6px 3px 6px 0px; }

#nav-list .headline {
  font-weight: bold;
  display: block;
  text-align: right; }

#nav-list .translate-text {
  font-size: 0.6em;
  line-height: 0.6em;
  vertical-align: top;
  display: block;
  text-align: right; }

#web-blocks img {
  vertical-align: top; }

#slideshow {
  height: 500px;
  max-width: 1500px;
  margin: auto; }
  #slideshow .nav-slideshow {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 0px;
    width: 100%;
    text-align: center; }
    #slideshow .nav-slideshow li {
      width: 15px;
      height: 15px;
      background-color: white;
      border-radius: 10px;
      display: inline-block;
      opacity: 0.6;
      margin: 0px 2px; }
      #slideshow .nav-slideshow li.active {
        opacity: 1; }
      #slideshow .nav-slideshow li:hover {
        opacity: 0.8;
        cursor: pointer; }

.pulse1 {
  -webkit-animation: pulse1 1.5s linear infinite;
  -moz-animation: pulse1 1.5s linear infinite;
  -ms-animation: pulse1 1.5s linear infinite;
  animation: pulse1 1.5s linear infinite; }

@keyframes "pulse1" {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }
@-moz-keyframes pulse1 {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }
@-webkit-keyframes "pulse1" {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }
@-ms-keyframes "pulse1" {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }
footer {
  color: #7F8285; }
  footer .container {
    padding: 15px; }
    footer .container > div {
      float: left; }
    footer .container .logo-section {
      width: 10%; }
      footer .container .logo-section img {
        width: 80px; }
    footer .container .quicklinks-section {
      width: 90%; }
      footer .container .quicklinks-section .highlight-footer {
        margin: 0px;
        font-weight: bold;
        font-size: 10px; }
      footer .container .quicklinks-section .subline-text {
        margin: 5px 0px 0px;
        font-size: 11px; }
        footer .container .quicklinks-section .subline-text a {
          font-weight: bold;
          color: #7F8285; }
          footer .container .quicklinks-section .subline-text a:hover {
            opacity: 0.8; }
          footer .container .quicklinks-section .subline-text a:active {
            color: #363738; }

.block-wrapper {
  position: relative; }
  .block-wrapper .btn-down-nav {
    display: inline-block;
    margin-left: 19%; }
  .block-wrapper .down-btn-wrapper-centered {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center; }
    .block-wrapper .down-btn-wrapper-centered a:hover {
      opacity: 0.7; }
  .block-wrapper .down-btn-wrapper-left {
    position: absolute;
    bottom: 10px;
    width: 36%; }
    .block-wrapper .down-btn-wrapper-left a:hover {
      opacity: 0.7; }
  .block-wrapper .down-btn-wrapper-right {
    position: absolute;
    bottom: 10px;
    width: 40%;
    right: 0px; }
    .block-wrapper .down-btn-wrapper-right a:hover {
      opacity: 0.7; }
  .block-wrapper .down-btn-wrapper-right-s {
    position: absolute;
    bottom: 10px;
    width: 29%;
    right: 0px; }
    .block-wrapper .down-btn-wrapper-right-s a:hover {
      opacity: 0.7; }
  .block-wrapper .down-btn-wrapper-right-n {
    position: absolute;
    bottom: 10px;
    width: 39%;
    right: 0px; }
    .block-wrapper .down-btn-wrapper-right-n a:hover {
      opacity: 0.7; }

.clearfix::after {
  clear: both;
  content: "";
  display: table; }

#contact-page {
  background: url(../images/contact-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  #contact-page .container {
    display: table;
    height: 100%; }
    #contact-page .container .row {
      display: table-cell;
      vertical-align: middle; }
  #contact-page .col-logo-big {
    width: 55%;
    float: left; }
    #contact-page .col-logo-big img {
      width: 100%; }
  #contact-page .col-form {
    float: left;
    width: 36%;
    margin-left: 9%; }
    #contact-page .col-form form {
      padding-right: 50px; }
      #contact-page .col-form form .row {
        width: 100%;
        display: block;
        margin-bottom: 15px; }
      #contact-page .col-form form label {
        color: white;
        width: 100%;
        font-weight: bold;
        display: block;
        font-size: 12px; }
        #contact-page .col-form form label.error {
          font-weight: 300; }
        #contact-page .col-form form label input[type=text] {
          display: block;
          width: 100%;
          margin-top: 8px;
          padding: 10px;
          background-color: #D9D9D9;
          border: 0px;
          -webkit-appearance: none;
          -webkit-border-radius: 0; }
          #contact-page .col-form form label input[type=text]:focus {
            outline: 0;
            background: white; }
        #contact-page .col-form form label textarea {
          display: block;
          width: 100%;
          margin-top: 8px;
          padding: 8px;
          background-color: #D9D9D9;
          border: 0px;
          -webkit-appearance: none;
          -webkit-border-radius: 0; }
          #contact-page .col-form form label textarea:focus {
            outline: 0;
            background: white; }
      #contact-page .col-form form input[type=submit] {
        background-color: #808285;
        border: 0px;
        outline: 0;
        color: white;
        padding: 6px 30px;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        font-weight: bold;
        font-size: 12px; }
        #contact-page .col-form form input[type=submit]:hover {
          color: #808285;
          background-color: #D9D9D9;
          cursor: pointer; }
    #contact-page .col-form .identity-section {
      margin-top: 10px; }
      #contact-page .col-form .identity-section .divide-line {
        display: inline-block;
        height: 1px;
        background: #DFDEDC;
        width: 240px; }
      #contact-page .col-form .identity-section .address-section p {
        color: white;
        font-size: 12px;
        line-height: 1.3em; }

#web-blocks {
  max-width: 1500px;
  margin: auto; }

.highlight-text {
  font-weight: 400; }

#privacy-es {
  background-color: #50545D; }
  #privacy-es h2 {
    color: #ABABAB;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 1.75em; }
  #privacy-es p {
    color: #ABABAB;
    font-size: 0.875em;
    font-weight: 500; }
    #privacy-es p a {
      color: #ABABAB; }
      #privacy-es p a:active {
        color: #ABABAB; }
  #privacy-es .col-6:last-child {
    padding-bottom: 20px; }

#privacy-en {
  background-color: #D8D8D8; }
  #privacy-en h2 {
    color: #4E525E;
    margin-top: 25px;
    margin-bottom: 15px;
    font-style: italic;
    font-weight: 400;
    font-size: 1.75em; }
  #privacy-en p {
    color: #4E525E;
    font-size: 0.875em;
    font-style: italic;
    font-weight: 500; }
    #privacy-en p a {
      color: #4E525E; }
      #privacy-en p a:active {
        color: #363738; }
  #privacy-en .col-6:last-child {
    padding-bottom: 20px; }

.row {
  display: block; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

.col-6 {
  padding: 0px 15px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .col-6:last-child {
    margin-right: 0; }

.img-wrapper {
  text-align: center;
  white-space: nowrap;
  height: 800px; }
  .img-wrapper:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }
  .img-wrapper img {
    width: 380px;
    display: inline-block;
    vertical-align: middle; }

.slicknav_menu {
  display: none;
  background: #50545D; }

@media screen and (max-width: 768px) {
  #logo {
    width: 100%; }

  #nav-list {
    width: 100%; }

  #nav-list ul li {
    width: 50%;
    padding-right: 0px; }
    #nav-list ul li a {
      width: 100%;
      display: block; }

  footer .container .logo-section {
    width: 100%; }
  footer .container .quicklinks-section {
    width: 100%; }

  .down-btn-wrapper-centered {
    display: none; }

  .down-btn-wrapper-left {
    display: none; }

  .down-btn-wrapper-right {
    display: none; }

  .down-btn-wrapper-right-s {
    display: none; }

  #contact-page .col-logo-big {
    width: 100%; }
    #contact-page .col-logo-big img {
      width: 300px;
      margin: 10px auto;
      display: block; }
  #contact-page .col-form {
    width: 100%;
    margin: 0px;
    padding: 20px; }
    #contact-page .col-form form {
      padding-right: 0px; }

  .bx-controls {
    display: none; }

  .bx-wrapper {
    min-height: 0px; }

  .col-6 {
    width: 100%; }

  .img-wrapper {
    height: auto;
    padding: 30px 0px; }
    .img-wrapper img {
      width: 250px; }

  .btn-down-nav {
    display: none !important; }

  #nav-list > ul {
    display: none; }

  .slicknav_menu {
    display: block; }
    .slicknav_menu .headline {
      font-weight: bold;
      margin-right: 5px; }
    .slicknav_menu img {
      float: right; }
    .slicknav_menu li {
      height: 40px; }
      .slicknav_menu li .menu-item-text-wrapper {
        display: inline-block;
        margin-top: 8px; }
      .slicknav_menu li a {
        height: 100%; } }
@media screen and (min-width: 768px) {
  .container {
    width: 1200px; } }
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .content-wrapper {
    width: 1200px; } }

/*# sourceMappingURL=style.css.map */
