/*!
Theme Name: Polenmuseum
Author: Film A Story
Author URI: https://www.filmastory.ch
Version: 1.0.0
*/
/* =Global styles
----------------------------------------------- */
html {
  font-size: 16px;
}

html, body {
  height: 100%;
}

body {
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #797979;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  line-height: 28px;
}
body * {
  outline: none !important;
}

#wrap {
  display: table-row;
  height: 100%;
}

footer {
  display: table-row;
  height: 1px;
}

body.home footer {
  display: none;
}

#footer .title {
  margin-bottom: 25px;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  color: #16202f;
}
#footer .nav {
  font-weight: 700;
  letter-spacing: -1px;
}
#footer .nav > li + li {
  margin-top: 10px;
}

.footer-top, .footer-bottom {
  border-top: 1px solid #d8dadc;
}

.footer-top {
  padding: 80px 0 10px;
}

.footer-bottom {
  padding: 20px 0;
}

a {
  transition: all 0.2s ease-in-out;
  color: #4c4c4c;
}
a:hover {
  color: #787b80;
  text-decoration: none;
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-color: #d8dadc;
}

iframe {
  width: 100%;
}

.h1 .small, .h1 small, h1 .small, h1 small, .h2 .small, .h2 small, h2 .small, h2 small {
  margin-bottom: 11px;
  text-transform: uppercase;
}

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  margin-bottom: 25px;
  color: #16202f;
  font-family: "Playfair Display", serif;
  font-weight: 400;
}

.top {
  position: absolute;
  z-index: 1030;
  top: 0;
  right: 0;
  left: 0;
}

.topbar {
  height: 37px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
.topbar .nav {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.topbar .lang {
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.17);
}
.topbar .lang > li {
  margin-right: 15px;
}
.topbar .lang > li:last-child {
  margin-right: 0;
}
.topbar .lang > li > a {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
  font-family: "Muli", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.topbar .lang > li > a:hover, .topbar .lang > li > a:focus {
  color: #ffffff;
}
.topbar .social {
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}
.topbar .social > li {
  margin-right: 10px;
}
.topbar .social > li:last-child {
  margin-right: 0;
}
.topbar .social > li > a {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  letter-spacing: 1em;
}
.topbar .social > li > a:hover, .topbar .social > li > a:focus {
  color: #ffffff;
}

.social > li {
  margin-right: 20px;
}
.social > li:last-child {
  margin-right: 0;
}
.social > li > a {
  color: #d8dadc;
  font-size: 16px;
}
.social > li > a:hover {
  color: #787b80;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 97px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  transition: all 0.2s ease-in-out;
}
.navbar .navbar-nav > li > a, .navbar .search-open, .navbar .navbar-toggler-wrap {
  transition: all 0.2s ease-in-out;
}
.navbar.fixed-top {
  min-height: 70px;
  background: #222428;
}
.navbar.fixed-top .navbar-brand img {
  max-width: 109px;
}
.navbar.fixed-top .navbar-nav > li > a, .navbar.fixed-top .search-open, .navbar.fixed-top .navbar-toggler-wrap {
  line-height: 70px;
}

.navbar-brand {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-brand img {
  max-width: 150px;
  transition: all 0.2s ease-in-out;
}

.navbar-nav {
  padding: 0 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}
.navbar-nav > li > a {
  position: relative;
  padding: 0 12px;
  display: block;
  line-height: 97px;
  color: rgba(255, 255, 255, 0.75);
  font-family: "Muli", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.navbar-nav > li > a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  height: 3px;
  background: #ffffff;
  display: none;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li.current-menu-item > a, .navbar-nav > li.current-menu-ancestor > a  {
  color: #ffffff;
}
.navbar-nav > li.active > a,
.navbar-nav > li.current-menu-item > a,
.navbar-nav > li.current-menu-parent > a {
  color: #ffffff;
}
.navbar-nav > li.active > a::after,
.navbar-nav > li.current-menu-item > a::after,
.navbar-nav > li.current-menu-parent > a::after {
  display: block;
}
.navbar-nav > .dropdown .dropdown-menu {
  display: block;
  margin: 0;
  padding: 7px 0;
  transform: translateY(50%);
  opacity: 0;
  visibility: hidden;
  background: rgba(49, 54, 63, 0.9);
  border-radius: 0;
  border: 0;
  transition: all 0.2s ease-in-out;
  min-width: 14rem;
}
.navbar-nav > .dropdown .dropdown-menu > li > a {
  display: block;
  padding: 8px 18px;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  line-height: 24px
}
.navbar-nav > .dropdown .dropdown-menu > li > a:hover, .navbar-nav > .dropdown .dropdown-menu > li.current-menu-item > a {
  color: #ffffff;
}
.navbar-nav > .dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.navbar-nav > .dropdown > .dropdown-menu > .dropdown > .dropdown-menu {
  left: 100%;
  top: -7px;
  margin-left: 1px;
  transform: translateX(50%);
}
.navbar-nav > .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.search-open {
  padding-left: 20px;
  line-height: 97px;
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}
.search-open .btn {
  padding: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
}
.search-open .btn:hover {
  color: #ffffff;
}

.searcher {
  position: relative;
}
.searcher .form-control {
  padding-right: 50px;
}
.searcher .btn {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  width: 40px;
  font-size: 17px;
  background: transparent;
  color: #16202f;
}
.searcher .btn:hover {
  color: #787b80;
}

.search-global {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(22, 32, 47, 0.95);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}
.search-global.open {
  opacity: 1;
  visibility: visible;
}
.search-global .form-control {
  padding-right: 80px;
  max-width: 440px;
  background: transparent;
  border: 0 !important;
  box-shadow: none !important;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 70px;
  line-height: 72px;
  height: 100px;
}
.search-global .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.search-global .form-control::-moz-placeholder {
  color: #ffffff;
}
.search-global .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.search-global .form-control:-moz-placeholder {
  color: #ffffff;
}
.search-global .btn {
  width: 70px;
  color: #ffffff;
  font-size: 50px;
}
.search-global .btn:hover {
  color: rgba(255, 255, 255, 0.75);
}
.search-global .close {
  position: absolute;
  top: 30px;
  right: 49px;
  text-shadow: none;
  color: #ffffff;
  font-size: 30px;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.search-global .close:hover, .search-global .close:focus {
  color: rgba(255, 255, 255, 0.75) !important;
}

.navbar-toggler-wrap {
  margin-left: 20px;
  padding-left: 20px;
  line-height: 97px;
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.navbar-toggler {
  position: relative;
  top: 7px;
  padding: 0;
  width: 30px;
  height: 27px;
  border: none;
  border-radius: 0;
  transform: rotate(0deg);
  cursor: pointer;
}
.navbar-toggler .icon-bar {
  display: block;
  position: absolute;
  height: 3px;
  width: 20px;
  background: rgba(255, 255, 255, 0.75);
  opacity: 1;
  left: 5px;
  margin-top: 0 !important;
  transform: rotate(0deg);
  transition: .15s ease-in-out;
}
.navbar-toggler .icon-bar:nth-child(1) {
  top: 6px;
  transform-origin: left center;
}
.navbar-toggler .icon-bar:nth-child(2) {
  top: 12px;
  transform-origin: left center;
}
.navbar-toggler .icon-bar:nth-child(3) {
  top: 18px;
  transform-origin: left center;
}
.navbar-toggler:hover .icon-bar {
  background: #ffffff;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg);
  top: 5px;
  left: 8px;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  width: 0;
  opacity: 0;
}
.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-45deg);
  top: 19px;
  left: 8px;
}

/* =Helper classes
----------------------------------------------- */
.bg-dark {
  background-color: #222428 !important;
}

.gutters-sm {
  margin-right: -5px;
  margin-left: -5px;
}
.gutters-sm > .col,
.gutters-sm > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.ff-karla {
  font-family: "Muli", sans-serif;
}

.ff-playfair-display {
  font-family: "Playfair Display", serif;
}

.img-area img {
  display: block;
  margin: 0 auto !important;
}

.line-height-normal {
  line-height: normal;
}

/* =UI
----------------------------------------------- */
.btn {
  padding: 11px 45px;
  font-family: "Muli", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 26px;
  letter-spacing: 2px;
  border-width: 2px;
  border-radius: 0;
  box-shadow: none !important;
  transition: all 0.2s ease-in-out;
}

.btn-outline-light {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:not([disabled]):not(.disabled).active, .btn-outline-light:not([disabled]):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  background: #ffffff;
  border-color: #ffffff;
  color: #797979;
}

.btn-outline-dark {
  background: transparent;
  border-color: #16202f;
  color: #16202f;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:not([disabled]):not(.disabled).active, .btn-outline-dark:not([disabled]):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  background: #16202f;
  border-color: #16202f;
  color: #ffffff;
}

.breadcrumb {
  margin: 25px 0 0;
  background: transparent;
  border-radius: 0;
  font-family: "Muli", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.breadcrumb, .breadcrumb a {
  color: rgba(255, 255, 255, 0.6);
}
.breadcrumb a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.breadcrumb-item.active, .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.6);
}

.form-control {
  padding: 10px 20px;
  height: 50px;
  color: #797979;
  font-family: "Muli", sans-serif;
  font-size: 14px;
  border: 1px solid #d8dadc !important;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: inset 0 0 0 1px #d8dadc;
}
.form-control::-webkit-input-placeholder {
  color: #797979;
}
.form-control::-moz-placeholder {
  color: #797979;
}
.form-control:-ms-input-placeholder {
  color: #797979;
}
.form-control:-moz-placeholder {
  color: #797979;
}

label {
  color: #16202f;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
}

div.wpcf7 .ajax-loader {
  background-image: url('images/ajax-loader.gif');
  width: 31px;
  height: 31px;
  margin: 15px 0 0 20px;
}

div.wpcf7 .wpcf7-not-valid-tip {
  display: none !important
}

div.wpcf7 .wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

div.wpcf7 .wpcf7-validation-errors {
  color: #b91f2e
}

div.wpcf7 .wpcf7-not-valid {
    border-color: #b91f2e !important
}

div.wpcf7 .wpcf7-mail-sent-ok {
    color: #16202f;
    font-weight: 700
}

/* =Page modules
----------------------------------------------- */
#slider {
  position: relative;
  background: #222428;
}
#slider .slider-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 134px 0 272px;
  min-height: 840px;
  height: 100vh;
  color: #ffffff;
  text-align: center;
}
#slider .slider-item .h1, #slider .slider-item h1 {
  margin: 0;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 48px;
  line-height: 62px;
}
#slider .slider-item .text-uppercase {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
#slider .slider-item .btn {
  margin-top: 60px;
}
#slider .slider-item img {
  position: absolute;
  z-index: -1;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: auto;
  max-width: none;
  height: auto;
  min-width: 100%;
}
#slider .slider-item .content {
  display: table;
  margin: 0 auto;
  padding: 30px 60px;
  min-width: 70%;
  position: relative;
  z-index: 9999
}
#slider .slider-item .content.content-bg {
  background: rgba(0, 0, 0, 0.3);
}
#slider .slick-arrow {
  top: -140px;
}

.content-slider {
  margin-bottom: 80px;
}
.content-slider img {
  margin-bottom: 0 !important;
}

#video-area, #image-area {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  min-width: 100%;
}

.footer-home {
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}
.footer-home a {
    color: #fff
}
.footer-home b, .footer-home strong {
  color: #ffffff;
}
.footer-home .col {
  border-right: 1px solid rgba(255, 255, 255, 0.17);
}
.footer-home .col:last-child {
  border-right: none;
}
.footer-home .col p {
  margin-bottom: 15px;
}

.footer-home-bottom p {
  margin-bottom: 0
}

.footer-home-bottom .h1, .footer-home-bottom h1 {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 50px;
  line-height: 60px;
}
.footer-home-bottom .text-uppercase {
  color: rgba(255, 255, 255, 0.3);
  font-family: "Muli", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

#boxes {
    position: relative;
    /*margin-top: -200px;*/
}
#boxes .bg-white {
    padding: 20px 30px
}
#boxes .img-area a {
    max-height: 210px !important;
    display: block;
    overflow: hidden
}
#boxes strong {
    font-weight: 600
}

#hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 134px;
  height: 448px;
  background: #16202f no-repeat center top/cover;
  text-align: center;
  color: #ffffff;
}
#hero .h1, #hero h1 {
  color: #ffffff;
  font-size: 52px;
  line-height: 62px;
}

#content {
  padding: 60px 0;
}
#content img {
  margin: 20px 0;
  max-width: 100%;
  height: auto;
}
#content img.aligncenter {
  margin: 20px auto;
  display: block
}

#content img.alignright, .footer-home-bottom img.alignright {
  float: right;
  margin: 0 0 20px 20px
}

#content img.alignleft, .footer-home-bottom img.alignleft {
  float: left;
  margin: 0 20px 20px 0
}

#content .col-left ~ .col-left {
  border-top: 1px solid #d8dadc;
}
#content .col-left .content {
  padding: 48px 38px 28px 0;
}
#content .col-right {
  border-left: 1px solid #d8dadc;
}
#content .col-right ~ .col-right {
  border-top: 1px solid #d8dadc;
}
#content .col-right .content {
  padding: 48px 0 38px 28px;
}
#content .content-section {
  padding-top: 100px;
  border-top: 1px solid #d8dadc;
}
#content .h1, #content h1 {
  font-size: 44px;
  line-height: 54px;
}
#content .h2, #content h2 {
  font-size: 32px;
  line-height: 44px;
}
#content .h3, #content h3 {
  font-size: 20px;
  line-height: 30px;
}
#content .h4, #content h4 {
  font-size: 18px;
  line-height: 28px;
}

.gallery {
  padding: 10px 0;
}
.gallery .gallery-item {
  margin-bottom: 20px;
}
.gallery .gallery-item img {
  margin-bottom: 0 !important;
}

.news-list .item {
  margin-bottom: 50px;
  text-align: center;
}

.news-list-sm .item {
  overflow: hidden;
  margin-bottom: 25px;
}
.news-list-sm .item img {
  margin-bottom: 0 !important;
  float: left;
  width: 60px;
}
.news-list-sm .item .content {
  overflow: hidden;
  padding-left: 20px;
}
.news-list-sm .item .news-title {
  margin-top: 0;
  font-family: "Muli", sans-serif;
  letter-spacing: -1px;
  font-weight: 700;
  line-height: 22px;
  color: #4c4c4c;
}
.news-list-sm .item .news-title a:not(:hover) {
  color: #4c4c4c;
}
.news-list-sm .item .news-date {
  margin-top: 0;
}

.news-title {
  margin-top: 20px;
  color: #16202f;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.news-title a:not(:hover) {
  color: #16202f;
}

.archival-list .news-title {
  margin-top: 0;
}
.archival-list .small {
  line-height: 22px
}

.news-date {
  margin-top: 10px;
}

.news-info {
  font-size: 12px;
  line-height: 16px;
}
.news-info .nav > li + li {
  padding-left: 11px;
}
.news-info .nav > li + li::before {
  content: "";
  position: relative;
  top: -4px;
  display: inline-block;
  margin-right: 8px;
  width: 3px;
  height: 3px;
  background: #d8dadc;
  border-radius: 50%;
}

.news-sidebar {
  padding-left: 40px;
}
.news-sidebar .nav {
  font-weight: 700;
  letter-spacing: -1px;
}
.news-sidebar .nav > li + li {
  margin-top: 10px;
}

.archival-list .item {
  margin-bottom: 25px;
  overflow: hidden;
}
.archival-list .item .ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  float: left;
  min-width: 100px;
  width: 100px;
  height: 100px;
  color: #ffffff;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
}
.archival-list .item .ico::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 50%;
  height: 50%;
  background: #b6b9bd;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.archival-list .item .ico.animated {
  font-size: 32px;
}
.archival-list .item .ico.animated::before {
  width: 100%;
  height: 100%;
  background: #16202f;
}
.archival-list .item.item-white .ico.animated::before {
  background: #fff;
}
.archival-list .item .content {
  overflow: hidden;
  padding-left: 30px;
}
.archival-list .item .ico.ico-transparent img {
  margin: 0 !important;
}
.archival-list .item .ico.ico-transparent::before {
  display: none;
}

.team-box {
  margin: 0;
  padding: 50px;
  border: 1px solid #d8dadc;
}
.team-box .content {
  padding-left: 20px;
}
.team-box .social {
  margin-top: 25px;
}

.team-name {
  color: #16202f;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.team-name a:not(:hover) {
  color: #16202f;
}

.team-position {
  margin-top: 12px;
  font-family: "Muli", sans-serif;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
}

.team-excerpt {
  margin-top: 14px;
}

.team-sidebar {
  font-size: 13px;
}
.team-sidebar .h3 ~ .h3 {
  margin-top: 25px;
}
.team-sidebar .header + div {
  text-align: right;
}

.team-navigation {
  margin-top: 50px;
  margin-bottom: 50px;
}
.team-navigation i {
  border: 1px solid #d8dadc;
  padding: 16px;
  border-radius: 50%;
  font-size: 10px;
  transition: all 0.2s ease-in-out;
}
.team-navigation a:hover i {
  box-shadow: inset 0 0 0 1px #d8dadc;
}

.nav-social {
  font-weight: 700;
  letter-spacing: -1px;
}
.nav-social > li {
  margin-right: 30px;
}
.nav-social > li:last-child {
  margin-right: 0;
}

#map {
  margin-bottom: 80px;
}

/* =Lightbox
----------------------------------------------- */
#baguetteBox-overlay {
  background: rgba(22, 32, 47, 0.95) !important;
}

.baguetteBox-button {
  background: transparent !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.7);
  text-shadow: none;
  transition: all 0.2s ease-in-out;
}
.baguetteBox-button:hover {
  color: #ffffff;
}
.baguetteBox-button svg {
  display: none;
}

.baguetteBox-button#close-button {
  height: auto;
}

.baguetteBox-button#close-button::before {
  content: "\f00d";
  font-size: 30px;
}

.baguetteBox-button#next-button::before {
  content: "\f054";
}

.baguetteBox-button#previous-button::before {
  content: "\f053";
}

/* =Slick slider
----------------------------------------------- */
.slick-slider {
  overflow-x: hidden;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.slick-slider button {
  display: block;
  padding: 0;
  border: 0;
  cursor: pointer;
}

.slick-arrow {
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.7);
  font-size: 40px;
  text-shadow: 1px 1px 16px rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
}
.slick-arrow:hover {
  color: #ffffff;
}

.slick-prev {
  left: 40px;
}
.slider-video .slick-prev {
  left: -5px;
  margin-top: 65px;
}

.slick-next {
  right: 40px;
}
.slider-video .slick-next {
  right: 0;
  margin-top: 65px;
}

.slider-video-button {
  font-size: 50px;
  display: block;
  left: 0;
  right: 0
}

.content-slider .slick-prev {
  left: 0;
}
.content-slider .slick-next {
  right: 0;
}

/* =Animations
----------------------------------------------- */
@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
}
@keyframes zoomIn {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
    transform: scale3d(1.2, 1.2, 1.2);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#slider .slick-slide.slick-active img {
  -webkit-animation: zoomIn 20s;
  animation: zoomIn 20s;
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
}
#slider .slick-slide:not(.slick-active) .content .text-uppercase,
#slider .slick-slide:not(.slick-active) .content .h1, #slider .slick-slide:not(.slick-active) .content .btn {
  opacity: 0;
}
#slider .slick-slide.slick-active .content .text-uppercase {
  -webkit-animation: fadeInUp 1.7s;
  animation: fadeInUp 1.7s;
}
#slider .slick-slide.slick-active .content .h1, #slider .slick-slide.slick-active .content .btn {
  -webkit-animation: fadeIn 1.7s;
  animation: fadeIn 1.7s;
}

/* =Media queries
----------------------------------------------- */
@media (max-width: 1199px) {
  .navbar-nav > li > a {
    padding: 0 5px;
  }
  .navbar-nav > li > a::after {
    left: 5px;
    right: 5px;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: none;
  }

  .h1 .small, .h1 small, h1 .small, h1 small, .h2 .small, .h2 small, h2 .small, h2 small {
    margin-bottom: 0;
  }

  .topbar, .navbar {
    background: #222428;
  }

  .navbar {
    min-height: 70px;
  }
  .navbar-nav > li > a::after {
    display: none !important;
  }
  .navbar .navbar-brand img {
    max-width: 109px;
  }

  .search-open {
    line-height: 70px;
  }

  .navbar-toggler-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    line-height: normal;
  }

  .navbar-toggler {
    top: 0;
  }

  .navbar > .container {
    max-width: none;
  }

  #navbarMenu {
    overflow-y: auto;
    margin: 0 -1rem;
    max-height: calc(100vh - 37px - 97px);
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    background: #2f353d;
  }

  .navbar.fixed-top #navbarMenu {
    max-height: calc(100vh - 70px);
  }

  .navbar-nav {
    padding: 20px 0;
    border: 0;
  }
  .navbar-nav > li > a {
    padding: 10px 10px;
    line-height: normal !important;
  }

  .navbar-nav > .dropdown .dropdown-menu, .navbar-nav > .dropdown > .dropdown-menu > .dropdown > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: none;
    background: transparent;
  }
  .navbar-nav > .dropdown .dropdown-menu > li > a {
    padding: 5px 15px 5px 45px;
    line-height: normal;
  }
  .navbar-nav > .dropdown > .dropdown-menu > .dropdown > .dropdown-menu > li > a {
    padding: 5px 15px 5px 75px;
    line-height: normal;
  }

  .footer-home {
    position: static;
    border-bottom: 2px solid rgba(255, 255, 255, 0.17);
  }

  .footer-home-bottom .h2, .footer-home-bottom h2 {
    font-size: 30px;
    line-height: 40px;
  }

  #slider .slider-item {
    padding: 134px 0 0;
    min-height: 400px;
    height: auto;
  }

  #slider .slider-item .content {
    margin: 30px auto 30px auto;
  }

  #slider .slider-item .h1, #slider .slider-item h1 {
    margin: 10px 0 20px;
    font-size: 36px;
    line-height: 46px;
  }

  #slider .slider-item .btn {
    margin-top: 10px;
  }

  #slider .slick-arrow {
    top: 108px;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }

  #content .flex-lg-row-reverse .col-right {
    border-top: 0;
  }
  #content .flex-lg-row-reverse .col-right .content {
    padding-left: 0;
  }
  #content .flex-lg-row-reverse .col-left {
    padding-top: 48px;
    border-top: 1px solid #d8dadc;
  }
  #content .flex-lg-row-reverse .col-left .content {
    padding-top: 0;
  }

  .news-sidebar {
    padding-left: 0;
  }
  #boxes {
        margin-top: 10px;
    }
}
@media (max-width: 767px) {
  .footer-home .col:nth-child(2) {
    border-right: 0;
  }

  .footer-home .col:last-child {
    border-top: 2px solid rgba(255, 255, 255, 0.17);
  }

  .team-box .img-area {
    max-width: 207px;
    margin: 0 auto 30px;
  }

  #content .col-left .content {
    padding-right: 0;
    padding-top: 0;
  }

  #content .col-right .content {
    padding-left: 0;
  }

  #content .col-right {
    border-left: 0;
    border-top: 1px solid #d8dadc;
  }

  #content .col-left ~ .col-left .content {
    padding-top: 48px;
  }

  #content img {
    display: block;
    margin: 0 auto 40px;
  }

  .news-info {
    margin-top: 40px;
  }

  .search-global .form-control, .search-global .btn {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
    .nav-links {
        display: none !important
    }
  .footer-home .col {
    border-right: 0;
  }
  .footer-home .col:nth-child(2) {
    border-top: 2px solid rgba(255, 255, 255, 0.17);
  }

  .team-box .content {
    padding-left: 0;
    text-align: center;
  }

  .team-box .social {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .archival-list .item .ico {
    min-width: 70px;
    width: 70px;
    height: 70px;
  }

  .archival-list .news-title {
    margin-top: 0;
  }

  .archival-list .item .content {
    padding-left: 20px;
  }
  .footer-home-bottom img.alignleft, .footer-home-bottom img.alignright, .footer-home-bottom img.alignnone {
    margin: 10px auto !important;
    float: none;
    display: block
  }
}

@media (max-width: 424px) {
  #hero .h1, #hero h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

/*@media (max-height: 1px) {
  #slider .slider-item {
    padding: 134px 0 0;
    min-height: 400px;
    height: auto;
  }

  #slider .slider-item .content {
    margin: 30px auto 30px auto;
  }

  #slider .slider-item .h1, #slider .slider-item h1 {
    margin-top: 10px;
    font-size: 42px;
    line-height: 62px;
  }

  #slider .slider-item .btn {
    margin-top: 10px;
  }
}*/

@media screen
  and (min-device-width: 1200px)
  and (max-device-width: 1600px)
  and (-webkit-min-device-pixel-ratio: 1) {
      #slider .slider-item .content {
        margin: 30px auto 30px auto;
      }

      #slider .slider-item .h1, #slider .slider-item h1 {
        margin-top: 10px 0 20px;
        font-size: 36px;
        line-height: 46px;
      }

      #slider .slider-item .btn {
        margin-top: 10px;
      }
}

#cookiesEU-box {
    position: fixed;
    left: 20px;
    bottom: 20px;
    max-width: 380px;
    width: auto;
    background: rgba(22, 32, 47, 1);
    z-index: 9999;
}
#cookiesEU-box .cookiesEU-inner {
    padding: 20px;
    font-size: 14px;
    color: #fff;
    line-height: 24px
}

#cookiesEU-box .cookiesEU-inner a {
    color: #fff
}



