/* 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; }

/***************************************/
/*Sticky footer*/
html > body {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.site-content {
  flex: 1; }

#fullscreenSlideshowContainer .ui {
  position: absolute;
  font-family: sans-serif;
  z-index: 10;
  font-size: 2em; }

#fs-loader,
#fs-prev,
#fs-next,
#fs-close {
  background-color: black;
  color: white;
  font-weight: bold;
  cursor: pointer;
  line-height: 1em;
  border-radius: 50%; }

#fs-close {
  top: 1em;
  right: 1em; }

#fs-prev,
#fs-next {
  top: 50%;
  margin-top: -1em; }

#fs-prev {
  left: 0.5em; }

#fs-next {
  right: 0.5em; }

#fs-loader {
  top: 50%;
  left: 50%;
  height: 1em;
  margin-top: -1em;
  margin-left: -75px;
  display: none; }

#fs-caption {
  bottom: 20px;
  text-align: center;
  width: 100%;
  left: 0;
  line-height: 1em;
  display: none; }

#fs-caption span {
  background-color: white; }

#fs-loader,
#fs-prev,
#fs-next,
#fs-close,
#fs-caption span {
  padding: 5px 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px; }

body {
  font-family: "Open Sans Condensed", sans-serif; }

a {
  text-decoration: none !important; }

p {
  margin: 0 0 10px 0;
  line-height: 1.45em; }

.page-title {
  position: relative;
  font-size: 2.4em;
  margin: 40px 0 20px 0; }

.site-container {
  display: flex;
  align-items: stretch;
  height: 100vh; }

.side-container {
  width: 250px;
  background-color: #fbfbfb; }

.logo-container {
  display: block;
  margin-top: 80px;
  text-align: center; }
  .logo-container img {
    height: 80px; }

.logo-title {
  margin: 10px 0 0 0;
  text-align: center;
  font-size: 2em; }

.logo-sub-title {
  margin: 10px 0 0 0;
  text-align: center;
  font-size: 1.2em; }

.mobile-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #fff;
  color: #272727;
  padding: 4px 10px;
  border: 1px solid #272727;
  -webkit-transition: background-color 0.8s, color 0.8s;
  /* Safari */
  transition: background-color 0.8s, color 0.8s; }
  .mobile-menu:hover {
    background-color: #272727;
    color: #fff; }

.main-menu {
  margin: 40px 0; }
  .main-menu li {
    border-bottom: 1px solid #eeeeee; }
    .main-menu li a {
      display: block;
      padding: 20px 20px;
      font-weight: 300;
      font-size: 1.2em;
      color: #272727;
      background-color: transparent;
      -webkit-transition: background-color 0.8s, color 0.8s;
      /* Safari */
      transition: background-color 0.8s, color 0.8s; }
    .main-menu li:first-child {
      border-top: 1px solid #eeeeee; }
    .main-menu li:hover a {
      background-color: #272727;
      color: #fff; }

.lanuguage-selector {
  display: flex;
  margin: 20px 0;
  justify-content: center; }
  .lanuguage-selector li {
    margin: 0 10px; }
    .lanuguage-selector li a {
      display: block;
      height: 36px;
      width: 36px;
      line-height: 36px;
      text-align: center;
      vertical-align: middle;
      border-radius: 50%;
      font-size: 0.9em;
      -webkit-transition: background-color 0.8s, color 0.8s;
      /* Safari */
      transition: background-color 0.8s, color 0.8s; }
    .lanuguage-selector li.active a, .lanuguage-selector li:hover a {
      background-color: #272727;
      color: #fff; }

.slides div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  transition: opacity .5s ease-in; }

.slides div + div {
  opacity: 0; }

.main-content {
  position: relative;
  width: calc(100% - 250px);
  padding: 20px; }
  .main-content.no-gap {
    padding: 0; }

.contact-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  filter: grayscale(100%); }

.contact-list {
  margin: 20px 0;
  font-size: 1.2em; }
  .contact-list li {
    margin: 10px 0; }
    .contact-list li label {
      margin: 0 10px 0 0;
      font-weight: bold; }

.partner-item {
  text-align: center;
  display: inline-block;
  margin: 0 0 60px 0; }
  .partner-item .partner-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
    width: 350px;
    margin: 0 0 20px 0;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    border-radius: 50%;
    transition: all .4s; }
    .partner-item .partner-img:hover {
      -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1); }
  .partner-item img {
    padding: 25px;
    height: 300px;
    width: 300px;
    display: inline-block; }
  .partner-item h2 {
    margin: 5px 0 10px 0;
    font-size: 1.4em; }
  .partner-item a {
    margin: 5px 0;
    display: inline-block;
    font-size: 1.2em; }

.panel {
  padding: 30px;
  background-color: white; }

.img-thumbnail {
  margin-bottom: 30px; }

.company-timestamp {
  margin: 40px 0 10px 0; }

.company-title {
  margin: 10px 0 20px 0;
  font-size: 1.4em; }

/*-----------  Media Queries ------------*/
.res-test {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 15px 20px;
  color: #fff;
  font-weight: 500;
  z-index: 99999;
  opacity: 0.8; }

.high-pixel-density {
  display: none;
  font-weight: bold;
  margin-left: 20px;
  position: relative; }
  .high-pixel-density:before {
    content: "-";
    position: absolute;
    left: -10px; }

/* From XS Devices */
@media (min-width: 480px) and (max-width: 767px) {
  .res-xs {
    display: block;
    background-color: red; }
  .res-sm,
  .res-md,
  .res-lg {
    display: none; }
  .site-container {
    display: block;
    align-items: initial;
    height: auto; }
  .side-container {
    width: 100%; }
  .logo-container {
    margin-top: 20px; }
    .logo-container img {
      height: 50px; }
  .main-menu {
    display: none; }
    .main-menu.open {
      display: block; }
  .main-content {
    margin: 20px 0 0 0;
    min-height: 500px;
    width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .res-sm {
    display: block;
    background-color: dodgerblue; }
  .res-xs,
  .res-md,
  .res-lg {
    display: none; }
  .site-container {
    display: block;
    align-items: initial;
    height: auto; }
  .side-container {
    width: 100%; }
  .logo-container {
    margin-top: 20px; }
    .logo-container img {
      height: 50px; }
  .main-menu {
    display: none; }
    .main-menu.open {
      display: block; }
  .main-content {
    margin: 20px 0 0 0;
    min-height: 75vh;
    width: 100%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .res-md {
    display: block;
    background-color: forestgreen; }
  .res-xs,
  .res-sm,
  .res-lg {
    display: none; } }

@media (min-width: 1200px) {
  .res-lg {
    display: block;
    background-color: darkorange; }
  .res-xs,
  .res-sm,
  .res-md {
    display: none; } }

/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  .res-xs {
    display: block;
    background-color: teal; }
  .xs-hpd {
    display: inline; }
  .res-sm, .res-md, .res-lg {
    display: none; }
  .site-container {
    display: block;
    align-items: initial;
    height: auto; }
  .side-container {
    width: 100%; }
  .logo-container {
    margin-top: 20px; }
    .logo-container img {
      height: 50px; }
  .main-menu {
    display: none; }
    .main-menu.open {
      display: block; }
  .main-content {
    margin: 20px 0 0 0;
    min-height: 500px;
    width: 100%; } }

/* Portrait */
/* Landscape */
/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .res-xs {
    display: block;
    background-color: greenyellow; }
  .site-container {
    display: block;
    align-items: initial;
    height: auto; }
  .side-container {
    width: 100%; }
  .logo-container {
    margin-top: 20px; }
    .logo-container img {
      height: 50px; }
  .main-menu {
    display: none; }
    .main-menu.open {
      display: block; }
  .main-content {
    margin: 20px 0 0 0;
    min-height: 500px;
    width: 100%; } }

/* Landscape */
/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  .res-test {
    background-color: blueviolet; }
  .xs-hpd {
    display: inline; }
  .res-sm, .res-md, .res-lg {
    display: none; }
  .main-content {
    min-height: 550px; } }

/* Portrait */
/* Landscape */
/* ----------- Samsung Galaxy S5 ----------- */
/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .res-xs {
    display: block;
    background-color: deeppink; } }

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .res-xs {
    display: block;
    background-color: deeppink; } }

/* Landscape */
/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
