@charset "UTF-8";
/*
-Lato
-Raleway
*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Raleway:300,400,500,600,700,800,900&display=swap");
.slick-dots li {
  margin: 0 -1px;
}

header {
  width: 100%;
  z-index: 3;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

header .shadow {
  position: fixed;
  width: 100%;
  z-index: 0;
  background: rgba(255, 255, 255, 0.6);
  height: 100vh;
  top: 0;
  display: none;
  -webkit-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}

@media screen and (min-width: 1135px) {
  header .shadow {
    display: none;
  }
}

header .shadow.none {
  display: initial;
}

header .header-container .header-top-section {
  background-color: #fff;
}

header .header-container .header-top-section .hamburger-container {
  text-align: center;
  height: 100%;
}

header .header-container .header-top-section .hamburger-container a {
  display: block;
  cursor: pointer;
  text-decoration: none;
}

header .header-container .header-top-section .hamburger-container a:focus {
  border: none;
}

header .header-container .header-top-section .hamburger-container a img {
  width: 100%;
  max-width: 30px;
}

header .header-container .header-top-section .logo-container {
  padding: 15px 0;
  text-align: center;
  height: 100%;
}

header .header-container .header-top-section .logo-container a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

header .header-container .header-top-section .logo-container a:focus {
  border: none;
}

header .header-container .header-top-section .logo-container a img {
  width: 100%;
  max-width: 319px;
}

header .header-container .header-top-section .schedule-container,
header .header-container .header-top-section .contact-container,
header .header-container .header-top-section .location-container {
  padding: 15px 0;
  height: 100%;
}

header .header-container .header-top-section .schedule-container .content,
header .header-container .header-top-section .contact-container .content,
header .header-container .header-top-section .location-container .content {
  width: 100%;
  margin: 0 auto;
  max-width: 220px;
  text-align: left;
}

header .header-container .header-top-section .schedule-container .content .icon,
header .header-container .header-top-section .contact-container .content .icon,
header .header-container .header-top-section .location-container .content .icon {
  width: 16px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

header .header-container .header-top-section .schedule-container .content .icon img,
header .header-container .header-top-section .contact-container .content .icon img,
header .header-container .header-top-section .location-container .content .icon img {
  width: 100%;
}

header .header-container .header-top-section .schedule-container .content .text,
header .header-container .header-top-section .contact-container .content .text,
header .header-container .header-top-section .location-container .content .text {
  width: calc(100% - 40px);
  display: inline-block;
  vertical-align: top;
}

header .header-container .header-top-section .schedule-container .content .text a,
header .header-container .header-top-section .contact-container .content .text a,
header .header-container .header-top-section .location-container .content .text a {
  text-decoration: none;
  cursor: auto;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #5E656B;
  font-weight: 400;
  line-height: 17px;
}

header .header-container .header-top-section .schedule-container .content:hover,
header .header-container .header-top-section .schedule-container .content .text a,
header .header-container .header-top-section .contact-container .content:hover,
header .header-container .header-top-section .contact-container .content .text a {
  cursor: pointer;
}

header .header-container .header-top-section .search-container {
  text-align: center;
  height: 100%;
}

header .header-container .header-top-section .search-container a {
  display: block;
  width: 25px;
  cursor: pointer;
  text-decoration: none;
}

header .header-container .header-top-section .search-container a:focus {
  border: none;
}

header .header-container .header-top-section .search-container a img {
  width: 100%;
  max-width: 25px;
}

header .header-container .header-bottom-section {
  -webkit-box-shadow: 0px 2px 6px 0px #00000029;
          box-shadow: 0px 2px 6px 0px #00000029;
  background-color: #467ABD;
}

header .header-container .header-bottom-section .hamburger-container {
  padding: 15px 0;
  text-align: center;
  height: 100%;
}

header .header-container .header-bottom-section .hamburger-container a {
  display: block;
  cursor: pointer;
  text-decoration: none;
}

header .header-container .header-bottom-section .hamburger-container a:focus {
  border: none;
}

header .header-container .header-bottom-section .hamburger-container a img {
  width: 100%;
  max-width: 30px;
}

header .header-container .header-bottom-section .main-menu-static {
  height: 100%;
}

header .header-container .header-bottom-section .main-menu-static ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .header-container .header-bottom-section .main-menu-static ul li a {
  display: inline-block;
  width: auto;
  padding: 10px 0;
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  line-height: 21px;
}

header .header-container .header-bottom-section .main-menu-static ul li.active a {
  font-weight: 700;
}

header .header-container .header-bottom-section .main-menu-static ul li.active a:before {
  content: "•";
  font-size: 25px;
  color: #ffffff;
  font-weight: 600;
  vertical-align: middle;
  top: -1px;
  position: relative;
  margin-right: 4px;
}

header .header-container .header-bottom-section .main-menu-static ul li .homepage,
header .header-container .header-bottom-section .main-menu-static ul li .about-us,
header .header-container .header-bottom-section .main-menu-static ul li .contact,
header .header-container .header-bottom-section .main-menu-static ul li .privacy {
  display: none;
}

header .header-container .header-bottom-section .contact-phones {
  height: 100%;
}

header .header-container .header-bottom-section .contact-phones a {
  display: inline-block;
  vertical-align: center;
  width: auto;
  text-decoration: none;
  cursor: pointer;
  margin: 0 15px;
}

header .header-container .header-bottom-section .contact-phones a img {
  width: 25px;
}

header .header-container .header-bottom-section .contact-phones a:first-child {
  margin: 0 15px 0 0;
}

header .header-container .header-bottom-section .contact-phones a:last-child {
  margin: 0 0 0 15px;
}

header .header-container .header-bottom-section .search-container {
  height: 100%;
}

header .header-container .header-bottom-section .search-container form {
  width: 100%;
}

header .header-container .header-bottom-section .search-container .input-group {
  width: 100%;
  margin: 0 auto;
  max-width: 385px;
  position: relative;
}

header .header-container .header-bottom-section .search-container .input-group input {
  width: 100%;
  padding: 10px 15px;
  background-color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #031A39;
  font-weight: 500;
  line-height: 16px;
  border: none;
}

header .header-container .header-bottom-section .search-container .input-group img {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

header .header-container .header-bottom-section .language-container {
  height: 100%;
}

header .header-container .header-bottom-section .language-container img {
  margin-right: 10px;
}

header .header-container .header-bottom-section .language-container .nice-select {
  background-color: transparent;
  border-radius: 0;
  border: none;
  display: inline-block;
  float: none;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding-left: 0px;
  padding-right: 30px;
  width: auto;
}

header .header-container .header-bottom-section .language-container .nice-select:after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  margin-top: -7px;
  width: 8px;
  height: 8px;
}

header .header-container .header-bottom-section .language-container .nice-select .list {
  background-color: #467ABD;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  margin-top: -6px;
  padding: 0;
  top: 100%;
  left: -28px;
}

header .header-container .header-bottom-section .language-container .nice-select .list li {
  margin: 0;
  text-align: center;
  padding: 0 27px;
}

header .header-container .header-bottom-section .language-container .nice-select .list li:hover {
  background-color: #C1D3E9 !important;
  color: #031A39 !important;
}

header .header-container .header-bottom-section .language-container .nice-select .focus {
  background-color: #C1D3E9 !important;
  color: #031A39 !important;
}

header .header-container .header-bottom-section .language-container .chzn-container {
  display: none;
}

header .header-container .header-top-section .margin-cont,
header .header-container .header-bottom-section .margin-cont {
  width: 100%;
  margin: 0 auto;
  max-width: 1366px;
}

@media only screen and (min-width: 1126px) {
  header .header-container .header-top-section .margin-cont,
  header .header-container .header-bottom-section .margin-cont {
    width: 95%;
  }
}

@media only screen and (min-width: 1251px) {
  header .header-container .header-top-section .margin-cont,
  header .header-container .header-bottom-section .margin-cont {
    width: 90%;
  }
}

header .header-container .main-menu-float {
  width: 100%;
  max-width: 320px;
  background-color: #ffffff;
  position: fixed;
  top: 75px;
  left: -100%;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

header .header-container .main-menu-float.show-menu {
  left: 0% !important;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

header .header-container .main-menu-float ul {
  width: 100%;
}

header .header-container .main-menu-float ul li {
  display: block;
  width: 100%;
}

header .header-container .main-menu-float ul li:last-child a {
  border-bottom: none;
}

header .header-container .main-menu-float ul li a {
  cursor: pointer;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #e9e9e9;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #467ABD;
  font-weight: 500;
  line-height: 21px;
}

header .header-container .main-menu-float ul li a:focus {
  border: none;
}

header .header-container .main-menu-float ul li .gallery,
header .header-container .main-menu-float ul li .services {
  display: none;
}

header .header-container .main-menu-float .language-switcher .nice-select {
  float: none;
  height: 52px;
  line-height: 52px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  border: none;
  border-radius: 0;
  border-top: 1px solid #e9e9e9;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  color: #467ABD;
  font-weight: 500;
}

header .header-container .main-menu-float .language-switcher .nice-select .list {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-top: 0;
}

header .header-container .main-menu-float .language-switcher .nice-select:after {
  height: 10px;
  right: 20px;
  width: 10px;
  border-bottom: 2px solid #C1D3E9;
  border-right: 2px solid #C1D3E9;
}

header .header-container .main-menu-float .language-switcher .chzn-container {
  display: none;
}

@media only screen and (min-width: 500px) {
  header .header-container .header-bottom-section .main-menu-static ul li .about-us,
  header .header-container .header-bottom-section .main-menu-static ul li .privacy {
    display: none;
  }
  header .header-container .header-bottom-section .main-menu-static ul li .contact,
  header .header-container .header-bottom-section .main-menu-static ul li .gallery {
    display: inline-block;
  }
  header .header-container .main-menu-float ul li .services,
  header .header-container .main-menu-float ul li .gallery,
  header .header-container .main-menu-float ul li .contact {
    display: none;
  }
}

@media only screen and (min-width: 576px) {
  header .header-container .header-bottom-section .main-menu-static ul li .homepage,
  header .header-container .header-bottom-section .main-menu-static ul li .about-us,
  header .header-container .header-bottom-section .main-menu-static ul li .contact,
  header .header-container .header-bottom-section .main-menu-static ul li .privacy {
    display: none;
  }
  header .header-container .main-menu-float ul li .gallery,
  header .header-container .main-menu-float ul li .services {
    display: none;
  }
  header .header-container .main-menu-float ul li .contact {
    display: block;
  }
}

@media only screen and (min-width: 800px) {
  header .header-container .header-bottom-section .main-menu-static ul li .homepage,
  header .header-container .header-bottom-section .main-menu-static ul li .about-us,
  header .header-container .header-bottom-section .main-menu-static ul li .privacy {
    display: none;
  }
  header .header-container .header-bottom-section .main-menu-static ul li .contact {
    display: block;
  }
  header .header-container .main-menu-float ul li .gallery,
  header .header-container .main-menu-float ul li .services,
  header .header-container .main-menu-float ul li .contact {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  header .header-container .header-top-section .logo-container {
    -webkit-box-pack: initial !important;
        -ms-flex-pack: initial !important;
            justify-content: initial !important;
  }
  header .header-container .header-bottom-section .main-menu-static ul {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  header .header-container .header-bottom-section .main-menu-static ul li a {
    display: inline-block;
    width: auto;
    padding: 15px 0;
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
    text-decoration: none;
    font-family: "Raleway", sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    line-height: 21px;
  }
  header .header-container .header-bottom-section .main-menu-static ul li .homepage,
  header .header-container .header-bottom-section .main-menu-static ul li .privacy {
    display: none;
  }
  header .header-container .header-bottom-section .main-menu-static ul li .about-us,
  header .header-container .header-bottom-section .main-menu-static ul li .contact {
    display: inline-block;
  }
}

@media only screen and (min-width: 1185px) {
  header .header-container .header-bottom-section .main-menu-static ul li .privacy {
    display: none;
  }
  header .header-container .header-bottom-section .main-menu-static ul li .homepage,
  header .header-container .header-bottom-section .main-menu-static ul li .about-us,
  header .header-container .header-bottom-section .main-menu-static ul li .contact {
    display: inline-block;
  }
}
/*# sourceMappingURL=header.css.map */