/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

iframe {
  max-width: 100%;
}

/* Fonts */

@font-face {
  font-family: "Lato-Black";
  src: url("/fonts/Lato-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-BlackItalic";
  src: url("/fonts/Lato-BlackItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-Bold";
  src: url("/fonts/Lato-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-BoldItalic";
  src: url("/fonts/Lato-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-Italic";
  src: url("/fonts/Lato-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-Light";
  src: url("/fonts/Lato-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-LightItalic";
  src: url("/fonts/Lato-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-Regular";
  src: url("/fonts/Lato-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-Thin";
  src: url("/fonts/Lato-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "Lato-ThinItalic";
  src: url("/fonts/Lato-ThinItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Black";
  src: url("/fonts/Roboto-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-BlackItalic";
  src: url("/fonts/Roboto-BlackItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Bold";
  src: url("/fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-BoldItalic";
  src: url("/fonts/Roboto-BoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Italic";
  src: url("/fonts/Roboto-Italic.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Light";
  src: url("/fonts/Roboto-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-LightItalic";
  src: url("/fonts/Roboto-LightItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("/fonts/Roboto-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-MediumItalic";
  src: url("/fonts/Roboto-MediumItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Regular";
  src: url("/fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-Thin";
  src: url("/fonts/Roboto-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto-ThinItalic";
  src: url("/fonts/Roboto-ThinItalic.ttf") format("truetype");
}

body,
html {
  font-family: "Lato-Regular", "sans-serif";
  font-size: 16px;
  line-height: 1.4;
}

body sup,
html sup {
  font-size: 0.7rem;
}

p {
  margin-bottom: 1rem;
}

ul {
  list-style-type: disc;
  padding-left: 17px;
}

h3 {
  font-family: "Lato-Bold", "sans-serif";
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

h2 {
  font-family: "Roboto-Light", "sans-serif";
  text-transform: uppercase;
  font-size: 2rem;
}

img {
  max-width: 100%;
}

nav.navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  height: 100px;
}

nav.navbar .container-fluid {
  padding: 0;
}

nav.navbar .row {
  -webkit-box-flex: 1;
          flex: 1;
  max-width: 100%;
  margin-left: 0;
}

nav.navbar .bg-container {
  background-image: url("/images/header.png");
  background-repeat: no-repeat;
  height: 100px;
  background-position: left;
}

nav.navbar .bg-container > .row {
  -webkit-box-flex: unset;
          flex: unset;
}

nav.navbar .bg-container form {
  text-align: right;
  height: 100%;
}

nav.navbar .bg-container form select::-ms-expand {
  display: none;
}

nav.navbar .bg-container form #lang {
  height: 100%;
  background-color: white;
  border: none;
  outline: unset;
  text-align: center;
  padding: 9px 25px 10px 15px;
  -webkit-appearance: none;
  background-image: url("/images/select.png");
  background-repeat: no-repeat;
  background-position: 90% center;
}

nav.navbar .logo-container {
  height: 100px;
  background-color: #ffffff;
  text-align: right;
}

nav.navbar .logo-container img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

nav.navbar .white-container {
  background-color: #ffffff;
  height: 100px;
}

nav.navbar .rectangle {
  height: 100px;
  background: linear-gradient(-8deg, transparent 0%, transparent 31%, #ffffff80 32.1%, #ffffff80 60%);
}

nav.navbar .language-container,
nav.navbar .transparent-container {
  background-color: #ffffff60;
  height: 54px;
}

div.header-image img {
  width: 100%;
}

div.header-image .text-box {
  position: absolute;
  right: 12%;
  top: 30vh;
  color: #1c1705;
  padding: 2rem;
  font-family: "Roboto Black", "sans-serif";
  background-image: url("/images/textbox.png");
  background-position: center;
  background-repeat: no-repeat;
}

div.header-image .text-box .title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

div.header-image .text-box .text {
  max-width: 90%;
}

section.aboutus ul {
  margin-bottom: 1rem;
}

section.references {
  padding: 1rem 0;
  background-color: #2a2a2a;
  color: #aaaaaa;
}

section.references h3.reference-header {
  color: #ffffff;
  font-family: "Roboto-Bold", "sans-serif";
}

section.services {
  color: #404040;
}

section.services .service .title {
  font-family: "Roboto-Bold", "sans-serif";
  margin: 1rem 0;
  font-size: 1.2rem;
}

section.contact {
  background-color: #d6d6d6;
}

section.contact .text-container {
  font-size: 1.2rem;
}

section.contact .text-container p {
  margin-bottom: 2rem;
}

section.contact .text-container .name {
  font-size: 1.4rem;
}

section.contact .map-container #map {
  height: 100%;
  min-height: 400px;
}

footer {
  background-color: #393939;
}

footer div.footer-image {
  height: 50px;
  background-image: url("/images/footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

footer .footer-text {
  background-color: #393939;
  color: #757575;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

footer .footer-text span.separator {
  margin: 0 10px;
}

footer .footer-text a {
  color: #757575;
}

footer .footer-text a:hover {
  color: #757575;
  text-decoration: none;
}

footer div.separator {
  height: 2px;
  background-color: #ffffff;
}

@media (max-width: 1024px) {
  div.header-image .text-box {
    right: 5%;
    top: 120px;
  }
}

@media (max-width: 767px) {
  div.header-image .text-box {
    position: initial;
    text-align: center;
    background-image: none;
    background-color: #ffffff;
  }

  div.header-image .text-box .text {
    max-width: 100%;
  }
}

@media (max-width: 576px) {
  nav.navbar {
    position: initial;
  }

  nav.navbar .bg-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }
}

@media (max-width: 350px) {
  nav.navbar {
    height: auto;
  }

  nav.navbar .col-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    flex-wrap: wrap;
  }

  nav.navbar .col-container .logo-container {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  nav.navbar .col-container .bg-container {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 1.4rem;
  }
}

@media (min-width: 1900px) {
  nav.navbar .col-container .bg-container {
    background-size: cover;
  }
}

