/* GENERAL */

html, body {
  width: 100%;
  height: 100%;
}
body {
  min-width: 300px;
  font-style: normal;
  font-weight: 400; /* regular */
  font-size: 62.5%; /* 10px */
  overflow: auto;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
}
body.small {
  font-size: 46.875%;
}
body.large {
  font-size: 78.125%;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
a {
  color: #06F;
  text-decoration: none;
}
p {
  margin-bottom: 1em;
  font-size: 1.7em;
  text-align: justify;
}
p.small {
  font-size: 1.3em;
}
p.center {
  text-align: center;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
.content table {
  width: 100%;
  table-layout: fixed;
}
.content td, .content th {
  padding: 5px 10px;
  border: 1px solid #CCC;
  font-size: 1.6em;
  vertical-align: middle;
}
input[type="text"], input[type="email"],
input[type="submit"], textarea {
  -webkit-appearance: none;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
span.description {
  color: transparent;
  font: 0/0 a;
}
.content ul {
  list-style: outside disc;
  margin-left: 2em;
  margin-bottom: 2em;
}
.content ol {
  list-style: outside decimal;
  margin-left: 2em;
  margin-bottom: 2em;
}
.content li {
  margin-bottom: 0.5em;
  font-size: 1.6em;
}
.highlight {
  color: red !important;
}

table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
}
.content li p, .content p li, .content p p,
.content li li, .content th p, .content td p,
.content th li, .content td li {
  font-size: 1em;
}
.content th ul, .content th ol,
.conten td ul, .content td ol {
  margin-left: 1em;
}

.container {
  width: 100%;
  min-width: 300px;
  height: 100%;
}

.wrapper {
  width: 95%; /* 90% */
  max-width: 1015px;
  margin: 0 auto;
}


/* ALL PAGES */

.header {
  position: relative;
  height: auto;
  /* height: 525px; */
  background-repeat: no-repeat;
  background-position: center 30%;
  background-size: cover;
}
/*
.header.header-home {
  height: auto;
}
*/
.header:before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.14);
  z-index: 1;
}
.header-top, .header-middle, .header-bottom {
  position: relative;
}
.header-top-wrapper,
.header-middle-wrapper,
.header-bottom-wrapper {
  max-width: 1150px;
}

.header-top {
  display: inline-block;
  width: 100%;
  padding: 25px 0 50px 0;
  z-index: 2;
}

.header-left {
  float: left;
}
.header-logo-1, .header-logo-2, .header-site-title {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.header-site-title-mobile {
  display: none;
}
.header-logo-1 {
  margin-right: 10px;
}
.header-logo-2 {
  margin-right: 10px;
}
.header-logo-1 img,
.header-logo-2 img {
  width: auto;
  max-width: none;
  height: 84px;
}
.header-site-title-mobile {
  display: none;
}
.header-site-title img {
  width: auto;
  max-width: none;
  height: 54px;
}

.header-right {
  float: right;
  margin-top: 25px;
}
.language-chooser li {
  display: inline-block;
}
.language-chooser li a {
    background: #fff;
    color: #00BDC7;
    text-decoration: none;
    display: inline-block;
    padding: 3px 0;
    width: 43px;
    height: 33px;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
}
.language-chooser li.active a {
  color: #fff;
  background-color: #00BDC7;
}
.language-chooser li:hover a {
  color: #fff;
  background-color: #00BDC7;
}

.mobile-language-switcher {
  display: none;
  text-align: center;
}


.header-middle {
  z-index: 200;
}

.main-menu-top {
  display: none;
}

.main-menu ul {
  display: table;
  table-layout: auto;
  width: 100%;
  text-align: center;
}
.main-menu li {
  display: table-cell;
  padding: 0 20px;
  border-right: 2px solid #FFF;
  vertical-align: middle;
  text-align: center;
}
.main-menu li:last-child {
  border-right: 0;
}
.main-menu li a {
  position: relative;
  top: 0;
  color: #FFF;
  font-size: 1.8em;
  font-weight: 600;
  text-shadow: 1px 1px 2px #000;
}


.header-bottom {
  padding: 60px 0;
  z-index: 2;
}
.header-home .header-bottom {
  padding: 140px 0;
}

.home-site-title-container {
  text-align: center;
}
.home-site-title {
  display: inline-block;
  padding: 0 10px;
  color: #FFF;
  font-size: 8em;
  font-weight: 800;
  text-align: center;
  text-shadow: 0 10px 10px rgba(0,0,0,0.3);
  text-transform: uppercase;
}
/*
.home-site-title span {
  display: inline-block;
  padding: 0 40px;
  color: #FFF;
  line-height: 1.2;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
}
.home-site-title span.hst-small {
  margin-bottom: 20px;
  font-size: 3.6em;
  font-weight: 700;
}
.home-site-title span.hst-large {
  font-size: 8em;
  font-weight: 800;
}
.home-site-title hr {
  margin-bottom: 15px;
}
*/
.site-title {
  padding: 0 10px;
  color: #FFF;
  font-size: 5em;
  font-weight: 800;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  text-transform: uppercase;
}

.breadcrumbs {
  margin-bottom: 45px;
}
.breadcrumb a, .breadcrumb span {
  display: inline-block;
  font-size: 1.6em;
  vertical-align: middle;
}
.breadcrumb span.delimiter {
  padding: 0 10px;
}
.breadcrumbs a span,
.breadcrumbs span span,
.breadcrumbs a a,
.breadcrumbs span a {
  font-size: 1em;
}

.footer {
  font-size: 1.5em;
  background-color: #79D6DB;
  text-align: center;
}
.footer-wrapper {
  display: inline-block;
  max-width: 1100px;
  padding: 20px 0 17px 0;
}
.footer-left {
  float: left;
  padding-right: 15px;
  font-weight: 700;
  text-align: left;
}
.footer-left a, .footer-left span {
  display: inline-block;
  color: #002642;
  vertical-align: top;
}
.footer-left span {
  border-left: 2px solid #002642;
  padding-left: 20px;
  margin-left: 15px;
}
.footer-right {
  float: right;
  padding-left: 15px;
  text-align: right;
}

a.btn.yellow {
  display: inline-block;
  padding: 10px 20px;
  margin-top: 20px;
  color: #000;
  background: #ffd401;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}


.tab .col12 div.news-buttons {
    padding: 0;
}
.news-button {
    margin-bottom: 20px;
}
a.btn.yellow.news-button {
    font-size: 1.1em;
    margin-right: 20px;
}

.tab .col12 div.news-contacts,
.tab .col12 div.news-contact,
.tab .col12 div.news-contact-heading,
.tab .col12 div.news-contact-name,
.tab .col12 div.news-contact-phone,
.tab .col12 div.news-contact-email {
    display: block;
}
.tab .col12 div.news-contact-name,
.tab .col12 div.news-contact-phone,
.tab .col12 div.news-contact-email,
.news-contact-name,
.news-contact-phone,
.news-contact-email {
    padding: 0;
    width: 100%;
    background: transparent;
    font-size: 15px;
}
.tab .col12 div.news-contacts,
.news-contacts {
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.tab .col12 div.news-contact,
.news-contact {
    float: left;
    width: 48%;
    padding: 15px 20px;
    margin-right: 4%;
    margin-bottom: 4%;
    color: #000;
    background: #ffd401;
}
.tab .col12 div.news-contact:nth-child(even),
.news-contact:nth-child(even) {
    margin-right: 0;
}
.tab .col12 div.news-contact-heading,
.news-contact-heading {
    padding: 0;
    margin: 30px 0 20px 0;
    font-size: 18px;
    font-weight: 700;
}
.tab .col12 div.news-contact-name,
.news-contact-name {
    font-weight: 700;
}
.tab .col12 div.news-contact-name,
.news-contact-name,
.tab .col12 div.news-contact-phone,
.news-contact-phone {
    margin-bottom: 7px;
}
.news-contact-email {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.news-contact span {
    display: block;
    position: relative;
    padding-left: 23px;
}
.news-contact span i {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    left: 0;
    top: 3px;
}
.news-contact span i.fa-phone {
    transform: rotate(90deg);
}
.news-contact-heading-intro,
.news-contact-intro {
    font-size: 15px;   
}
.news-intro th, .news-intro td {
    padding: 5px;
    border: 1px solid #ccc;
}
.news-intro table {
    margin-bottom: 20px;
}


/* MOBILE */

@media (max-width: 1200px) {
  .home-site-title {
    font-size: 6em;
  }
  .site-title {
    font-size: 4em;
  }
  .main-menu li a {
    font-size: 1.9em;
  }
}

@media (max-width: 1000px) {
  .header-top {
    padding: 25px 0 30px 0;
  }
  .header-logo-1 img, .header-logo-2 img {
    height: 60px;
  }
  .header-site-title img {
    height: 38px;
  }
  .header-right {
    margin-top: 19px;
  }
  .language-chooser li a {
    width: 35px;
    height: 28px;
    font-size: 1.4em;
    line-height: 1.6;
  }
  .main-menu li a {
    font-size: 1.7em;
  }
  .header-bottom {
    padding: 40px 0;
  }
  .home-site-title {
    font-size: 4em;
  }
  .site-title {
    font-size: 3em;
  }
  .footer-left, .footer-right {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .footer-left {
    margin-bottom: 15px;
  }
}

@media (min-width: 769px) {
  .main-menu li a {
    transition: top 0.3s ease-out;
  }
  .main-menu li a:hover {
    top: -5px;
    padding-bottom: 5px;
    transition: top 0.3s ease-in;
  }
}
@media (max-width: 768px) {
  body.menu-open {
    overflow: hidden;
  }
  .header-top {
    padding: 8px 0;
  }
  body.min-header .header-top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 62px;
    background-color: rgba(0,0,0,0.4);
    z-index: 100;
  }
  .header-top-wrapper {
    overflow: hidden;
    width: 95%;
    max-width: none;
  }
  .header-logo-2 {
    margin-right: 12px;
  }
  .header-logo-1 img, .header-logo-2 img {
    height: 43px;
  }
  .header-site-title-desktop {
    display: none;
  }
  .header-site-title-mobile {
    display: inline-block;
  }
  .header-site-title img {
    height: 35px;
  }
  .desktop-language-switcher {
    display: none;
  }
  .main-menu-button {
    position: absolute;
    display: block;
    top: 9px;
    right: 2.5%;
    width: 40px;
    height: 40px;
    padding-top: 11px;
    cursor: pointer;
  }
  .main-menu-button span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 0 auto 6px auto;
    background-color: #FFF;
  }
  .main-menu-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0,0,0,0.7);
    overflow: hidden;
    transition: height 0.3s ease-in-out;
  }
  body.menu-open .main-menu-container {
    height: 100%;
    transition: height 0.3s ease-in-out;
  }
  .main-menu {
    display: none;
  }
  body.menu-open .main-menu-top {
    display: block;
    overflow: hidden;
  }
  .main-menu-close {
    float: right;
    width: 40px;
    height: 40px;
    margin: 8px 2.5%;
    background: url('images/menu-close-white@2x.png') no-repeat center center;
    background-size: 20px 20px;
    cursor: pointer;
  }
  body.menu-open .main-menu {
    display: block;
    /* padding-top: 30px; */
    overflow: auto;
  }
  .main-menu ul {
    padding: 30px 0;
  }
  .main-menu li, .main-menu li a {
    display: block;
  }
  .main-menu li {
    border-right: 0;
    margin-bottom: 30px;
  }
  .main-menu li a {
    font-size: 1.8em;
    text-shadow: none;
  }
  body.menu-open .mobile-language-switcher {
    display: block;
  }
  .home-site-title {
    font-size: 2.8em;
  }
  .site-title {
    font-size: 2.6em;
  }
  /*
  .header-bottom {
    padding: 0 0 20px 0;
  }
  */
  .footer {
    font-size: 1.3em;
  }
  .footer-wrapper {
    padding: 15px 0;
  }
}

@media (max-width: 600px) {
  .home-site-title {
    font-size: 2.5em;
  }
  .site-title {
    font-size: 2.4em;
  }
  .news-contact {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 425px) {
  .home-site-title {
    font-size: 2.3em;
    line-height: 1.3;
  }
  .site-title {
    font-size: 2.2em;
  }
  .header-top {
    padding: 8px 0;
  }
  body.min-header .header-top {
    height: 56px;
  }
  .header-logo-2 {
    margin-right: 7px;
  }
  .header-logo-1 img, .header-logo-2 img {
    height: 40px;
  }
  .header-site-title img {
    height: 32px;
  }
  .main-menu-button {
    top: 6px;
  }
  .footer-left a.footer-left-text {
    display: block;
    margin-bottom: 5px;
  }
  .footer-left span {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
  }
}

@media (max-width: 375px) {
  .header-top {
    padding: 7px 0;
  }
  body.min-header .header-top {
    height: 50px;
  }
  .header-logo-1 img, .header-logo-2 img {
    height: 36px;
  }
  .header-site-title img {
    height: 28px;
  }
  .main-menu-button {
    top: 5px;
    width: 36px;
    height: 36px;
    padding-top: 10px;
  }
  .main-menu-button span {
    width: 18px;
    margin-bottom: 5px;
  }
}

@media (max-width: 320px) {
  .header-top {
    padding: 7px 0;
  }
  body.min-header .header-top {
    height: 46px;
  }
  .header-logo-1 img, .header-logo-2 img {
    height: 32px;
  }
  .header-site-title img {
    height: 26px;
  }
  .main-menu-button {
    top: 4px;
  }
}
