@charset "UTF-8";
#fbart {
  margin-top: 15px;
}

a {
  color: #0207fc;
}

#MiejMiejsceSearchForm_SearchForm,
#SearchForm_SearchForm {
  display: none;
}

iframe {
  max-width: 100%;
}

body {
  font-family: "Lato", sans-serif;
  background-color: #ffede6;
  color: black;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}
body.no-top-padding {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 24px;
  }
}

hr {
  border-top: 2px solid black;
  margin-top: 0;
  margin-bottom: 0;
}

a:hover {
  outline: none;
}
a:focus {
  outline: 2px solid #f7bd00;
  outline-offset: 1px;
}

.highlight {
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px !important;
}
body.font-playfair .highlight {
  font-family: "Playfair Display", serif;
  font-weight: 600;
}
body.font-garamond .highlight {
  font-family: "EB Garamond", serif;
  font-weight: 600;
}

.highlight2 {
  font-size: 35px !important;
  text-indent: 40px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ff7b57;
  line-height: 40px;
}
body.font-playfair .highlight2 {
  font-family: "Playfair Display", serif;
  font-weight: 600;
}
body.font-garamond .highlight2 {
  font-family: "EB Garamond", serif;
  font-weight: 600;
}

.lead-text {
  font-style: normal;
  font-size: 30px !important;
  font-weight: 300;
  line-height: 35px;
}
body.font-playfair .lead-text {
  font-family: "Playfair Display", serif;
}
body.font-garamond .lead-text {
  font-family: "EB Garamond", serif;
}

.drop-caps:first-letter {
  font-size: 200% !important;
  text-indent: 0 !important;
  line-height: 100%;
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  margin-top: 0px;
}
.drop-caps .highlight2 {
  text-indent: 0 !important;
}

.list-inline > div {
  display: inline-block;
  padding-left: 5px;
}

img.wide-img {
  max-width: initial !important;
}
@media screen and (min-width: 1200px) {
  img.wide-img {
    margin-left: -110px;
    margin-right: -110px;
    width: calc(100% + 220px) !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  img.wide-img {
    margin-left: -93px;
    margin-right: -93px;
    width: calc(100% + 186px) !important;
  }
}
@media screen and (max-width: 991px) {
  img.wide-img {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px) !important;
  }
}

.wide-img img {
  max-width: initial !important;
  height: auto;
}
@media screen and (min-width: 1200px) {
  .wide-img img {
    margin-left: -110px;
    margin-right: -110px;
    width: calc(100% + 220px) !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wide-img img {
    margin-left: -93px;
    margin-right: -93px;
    width: calc(100% + 186px) !important;
  }
}
@media screen and (max-width: 991px) {
  .wide-img img {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px) !important;
  }
}

.single-img img {
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.img-description {
  text-align: center;
  margin: 40px 0;
}
.img-description.is-left {
  text-align: left;
}
.img-description.is-right {
  text-align: right;
}

.two-imges,
.two-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
@media screen and (min-width: 1200px) {
  .two-imges,
.two-images {
    margin-left: -110px;
    margin-right: -110px;
    width: calc(100% + 220px) !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .two-imges,
.two-images {
    margin-left: -93px;
    margin-right: -93px;
    width: calc(100% + 186px) !important;
  }
}
@media screen and (max-width: 991px) {
  .two-imges,
.two-images {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px) !important;
  }
}
@media screen and (max-width: 767px) {
  .two-imges,
.two-images {
    grid-gap: 5px;
  }
}
.two-imges img,
.two-images img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100% !important;
}

.three-images {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 1200px) {
  .three-images {
    margin-left: -110px;
    margin-right: -110px;
    width: calc(100% + 220px) !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .three-images {
    margin-left: -93px;
    margin-right: -93px;
    width: calc(100% + 186px) !important;
  }
}
@media screen and (max-width: 991px) {
  .three-images {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px) !important;
  }
}
.three-images img:nth-child(1) {
  width: 60%;
  margin: 0;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.three-images img:nth-child(2) {
  margin: 0;
  padding-left: 20px;
  width: 40%;
  height: 50%;
}
@media screen and (max-width: 767px) {
  .three-images img:nth-child(2) {
    padding-left: 5px;
  }
}
.three-images img:nth-child(3) {
  margin: 0;
  width: 40%;
  height: calc(50% + 10px);
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-left: 20px;
  border-top: 20px solid white;
}
@media screen and (max-width: 767px) {
  .three-images img:nth-child(3) {
    padding-left: 5px;
    border-top-width: 5px;
    height: calc(50% + 2px);
  }
}

.main-nav .logo {
  margin-bottom: 19px;
}
.main-nav .logo a:focus {
  outline: 2px solid #f7bd00;
  outline-offset: 5px;
}
@media screen and (min-width: 768px) {
  .main-nav .toRight {
    float: right;
  }
}
@media screen and (max-width: 767px) {
  .main-nav .cleardiv {
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  .main-nav .banner {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .main-nav .banner {
    height: 76px;
    position: relative;
  }
  .main-nav .banner a {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .main-nav .hamburger {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .main-nav .hamburger {
    position: fixed;
    top: 30px;
    right: 20px;
    z-index: 200;
  }
  .main-nav .hamburger i {
    font-size: 30px;
    cursor: pointer;
  }
}
.main-nav .socials {
  text-align: right;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .main-nav .socials {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-nav .socials {
    text-align: left;
    margin-right: 0;
  }
}
.main-nav .socials .instagram-link {
  position: relative;
  top: -5px;
}
.main-nav .socials a {
  display: inline-block;
  height: 40px;
  width: 35px;
}
.main-nav .socials .fa-facebook {
  color: black;
  font-size: 40px;
}
.main-nav .socials .circle {
  text-align: left;
  background-color: black;
  color: white;
  border-radius: 100% 100%;
  width: 35px;
  height: 35px;
  position: relative;
  top: 3px;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .main-nav .socials .circle:hover {
    transform: scale(0.9);
  }
}
.main-nav .socials .circle .fa-facebook {
  color: white;
  font-size: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  text-align: center;
}
.main-nav .socials .fa-instagram {
  color: black;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .main-nav .socials .fa-instagram:hover {
    transform: scale(0.9);
  }
}
.main-nav .search {
  width: 100%;
  text-align: right;
}
.main-nav .search form {
  width: 150px;
  border: 1px solid white;
  height: 22px;
  overflow: hidden;
  display: inline-block;
}
.main-nav .search form:focus-within {
  outline: 2px solid #f7bd00;
}
.main-nav .search form input[type=text] {
  float: left;
  width: 115px;
  padding-left: 5px;
  padding-right: 0;
  font-size: 12px;
  background-color: transparent;
  border-width: 0;
  height: 20px;
  outline: none;
}
.main-nav .search form button {
  float: right;
  width: 30px;
  background-color: transparent;
  border-width: 0;
  line-height: 15px;
  outline: none;
}
.main-nav .search form button i {
  font-size: 12px;
  transition: all 0.3s;
}
.main-nav .search form button:focus i {
  transform: scale(1.5);
}
.main-nav .main-menu {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-left: 0px;
  margin-right: 0;
  margin-bottom: 20px;
}
.main-nav .main-menu li {
  padding-left: 0;
  padding-right: 0;
  transition: all 0.3s;
}
.main-nav .main-menu li:hover, .main-nav .main-menu li:active, .main-nav .main-menu li:focus {
  background-color: white;
}
.main-nav .main-menu li a {
  text-transform: lowercase;
  font-weight: bold;
  font-size: 16px;
  color: black;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 4px;
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .main-nav .main-menu li a {
    font-size: 14px;
  }
}
.main-nav .main-menu li a:hover, .main-nav .main-menu li a:active, .main-nav .main-menu li a:focus {
  text-decoration: none;
}
.main-nav .main-menu li a:focus {
  outline: 2px solid #f7bd00;
}
.main-nav .main-menu li.current, .main-nav .main-menu li.section {
  background-color: white;
}
.main-nav .main-menu li.current a, .main-nav .main-menu li.section a {
  text-decoration: none;
}
.main-nav .mainLike {
  position: absolute;
  right: 15px;
  top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .main-nav .mainLike {
    top: 96px;
  }
}
@media screen and (max-width: 767px) {
  .main-nav .mainLike {
    top: 50px;
  }
}

.box {
  position: relative;
  background-color: white;
  margin-top: 25px;
  margin-bottom: 25px;
}
.box > a {
  display: block;
}
.box > a:focus {
  outline: 2px solid #f7bd00;
  outline-offset: 5px;
}
.box a {
  text-decoration: none;
  color: black;
}
.box img {
  width: 100%;
  height: auto;
}
.box .description {
  padding: 15px;
  height: 210px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .box .description {
    height: auto;
    min-height: 210px;
  }
}
.box .description .title {
  margin: 0;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 34px;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  font-family: "Khand", sans-serif;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .box .description .title {
    font-size: 24px;
    line-height: 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .box .description .title {
    font-size: 18px;
    line-height: 20px;
  }
}
.box .description .title span {
  display: block;
}
.box .description .title span::before {
  content: "/";
}
.box .description .category {
  margin-bottom: 20px;
  line-height: 11px;
}
@media screen and (max-width: 767px) {
  .box .description .category {
    line-height: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .box .description .category {
    margin-bottom: 11px;
    font-size: 13px;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .box .description .category {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 359px) {
  .box .description .category {
    margin-bottom: 12px;
  }
}
.box .description .category li,
.box .description .category div {
  font-weight: bold;
  text-transform: lowercase;
  padding-right: 0;
}
.box .description .category li a,
.box .description .category div a {
  color: black;
}
.box .description .category li a:hover, .box .description .category li a:focus, .box .description .category li a:active,
.box .description .category div a:hover,
.box .description .category div a:focus,
.box .description .category div a:active {
  text-decoration: none;
}
.box .description .category .name {
  text-transform: uppercase;
}
.box .description .category .name::after {
  content: "/";
  margin-left: 7px;
}
.box .description p {
  line-height: 18px;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .box .description p {
    font-size: 14px;
  }
}
.box.box-big {
  margin-top: 0;
}
.box.box-big .description {
  height: auto;
}
@media screen and (min-width: 500px) {
  .box.box-big .description {
    background-color: rgba(255, 255, 255, 0.85);
    max-width: 306px;
    width: 100%;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
  }
  .box.box-big .description .category li a,
.box.box-big .description .category div a {
    color: black;
  }
  .box.box-big .description p {
    max-height: 150px;
  }
}
@media screen and (min-width: 500px) and (min-width: 500px) and (max-width: 767px) {
  .box.box-big .description p {
    word-wrap: break-word;
    max-height: 54px;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 0;
  }
}
.box.box-gallery {
  background-color: #ff7b57;
}
.box.box-gallery .description {
  height: auto;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .box.box-gallery .description {
    min-height: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .box.box-gallery .description {
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .box.box-gallery .description {
    min-height: 90px;
  }
}
.box.box-gallery .description .category {
  margin-bottom: -10px;
}
.box.box-gallery .description .category a {
  color: black;
}
.box.box-button .category {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: black;
  margin: 0;
  min-width: 120px;
  min-height: 30px;
}
.box.box-button .category > div.list-inline {
  padding-bottom: 8px;
}
.box.box-button .category .li,
.box.box-button .category li {
  padding: 0;
  text-align: center;
  display: block;
  margin-top: 5px;
  margin-bottom: -5px;
}
.box.box-button .category .li::after, .box.box-button .category .li::before,
.box.box-button .category li::after,
.box.box-button .category li::before {
  content: "/";
  color: white;
}
.box.box-button .category .li::after,
.box.box-button .category li::after {
  margin-left: 5px;
}
.box.box-button .category .li::before,
.box.box-button .category li::before {
  margin-right: 5px;
}
.box.box-button .category .li a, .box.box-button .category .li span,
.box.box-button .category li a,
.box.box-button .category li span {
  color: #ff7b57;
  text-transform: lowercase;
}
.box.box-button .category .li a:hover, .box.box-button .category .li a:focus, .box.box-button .category .li a:active, .box.box-button .category .li span:hover, .box.box-button .category .li span:focus, .box.box-button .category .li span:active,
.box.box-button .category li a:hover,
.box.box-button .category li a:focus,
.box.box-button .category li a:active,
.box.box-button .category li span:hover,
.box.box-button .category li span:focus,
.box.box-button .category li span:active {
  text-decoration: none;
}
.box.linked {
  cursor: pointer;
}
.box.linked .img {
  overflow: hidden;
}
.box.linked .img img {
  transition: all 0.3s ease-in-out;
}
.box.linked:hover img {
  transform: scale(1.05) rotate(0.2deg);
}

.footer .bg {
  background-color: #ff7b57;
  height: 30px;
}
.footer .bg a {
  color: black;
  font-weight: bold;
  text-transform: lowercase;
  font-size: 13px;
}
.footer .bg a::after, .footer .bg a::before {
  content: "/";
  color: white;
  margin-left: 6px;
  margin-right: 6px;
}
.footer .bg a:hover, .footer .bg a:focus, .footer .bg a:active {
  text-decoration: none;
}

.newsletter {
  border-top: 2px solid black;
  overflow: hidden;
  height: 95px;
  position: relative;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .newsletter {
    height: auto;
    overflow: auto;
  }
}
@media screen and (min-width: 768px) {
  .newsletter .wraper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
.newsletter .wraper .title {
  margin: 0;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: normal;
  width: 35px;
  -ms-flex: 1;
      flex: 1;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter .wraper .title {
    margin-top: 8px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .newsletter .wraper .title {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.newsletter .wraper form {
  text-align: right;
  margin-right: 115px;
  margin-top: 5px;
}
.newsletter .wraper form:focus-within {
  outline: 2px solid #f7bd00;
}
@media screen and (max-width: 767px) {
  .newsletter .wraper form {
    width: 100%;
    float: none;
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.newsletter .wraper form input[type=email] {
  background-color: white;
  border: 2px solid black;
  width: 380px;
  height: 40px;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0;
  outline: none;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .newsletter .wraper form input[type=email] {
    width: 250px;
  }
}
@media screen and (max-width: 590px) {
  .newsletter .wraper form input[type=email] {
    width: 300px;
  }
}
.newsletter .wraper form input[type=submit] {
  background-color: black;
  border: 2px solid black;
  color: white;
  text-transform: lowercase;
  letter-spacing: 2px;
  height: 40px;
  width: 125px;
  font-size: 18px;
  display: inline-block;
  margin-left: -4px;
  vertical-align: bottom;
  transition: all 0.3s ease-in-out;
  transform-origin: left;
  border-radius: 0;
  outline: none;
}
@media screen and (min-width: 768px) {
  .newsletter .wraper form input[type=submit]:hover, .newsletter .wraper form input[type=submit]:focus {
    transform: scale(0.95);
  }
}
.newsletter button {
  background-color: black;
  border: 2px solid black;
  color: white;
  text-transform: lowercase;
  letter-spacing: 2px;
  height: 40px;
  font-size: 18px;
  display: inline-block;
  margin-left: -4px;
  vertical-align: bottom;
  transition: all 0.3s ease-in-out;
  transform-origin: left;
  border-radius: 0;
  outline: none;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .newsletter button {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .newsletter button:hover, .newsletter button:focus {
    transform: scale(0.95);
  }
}

.hamburger-menu {
  position: fixed;
  top: 0;
  left: -100%;
  background-color: black;
  color: white;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  z-index: 300;
  transition: all 0.3s ease-in-out;
}
.hamburger-menu ul {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.hamburger-menu ul li {
  text-align: center;
}
.hamburger-menu ul li a {
  color: white;
  font-size: 25px;
  text-transform: lowercase;
  font-family: "Titillium Web", sans-serif;
}
.hamburger-menu.open {
  left: 0;
}
.hamburger-menu .close {
  color: white;
  font-size: 30px;
  cursor: pointer;
  opacity: 1;
  margin-right: 20px;
  margin-top: 20px;
  position: relative;
  z-index: 500;
}

.article {
  background-color: white;
  padding: 15px;
}
.article img {
  height: auto;
  max-width: 100%;
}
.article .article-header {
  padding-bottom: 25px;
}
.article .article-header h1 {
  font-size: 51px;
  font-family: "Khand", sans-serif;
  text-transform: uppercase;
  margin: 0;
  margin-top: 25px;
}
.article .article-header .author {
  text-transform: uppercase;
  font-size: 12px;
}
body.font-playfair .article .article-header .author {
  font-family: "Playfair Display", serif;
  font-style: italic;
}
body.font-garamond .article .article-header .author {
  font-family: "EB Garamond", serif;
  font-style: italic;
}
@media screen and (min-width: 1200px) {
  .article .article-header .author {
    font-size: 16px;
    font-weight: bold;
  }
}
.article .article-text img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body.font-playfair .article .article-text b, body.font-playfair .article .article-text strong {
  font-weight: 600;
}
body.font-garamond .article .article-text b, body.font-garamond .article .article-text strong {
  font-weight: 600;
}
.article .article-text p {
  font-size: 20px;
}
body.font-playfair .article .article-text p {
  font-family: "Playfair Display", serif;
}
body.font-garamond .article .article-text p {
  font-size: 22px;
  line-height: 32px;
  color: #4a4a49;
  font-family: "EB Garamond", serif;
}
.article .like_box {
  position: relative;
  transition: all 0s;
  perspective: 1px;
}
.article .like_box.off {
  top: 0 !important;
}
@media screen and (min-width: 768px) {
  .article .like_box {
    border-left: 2px solid #dedede;
    height: 170px;
  }
}
.article img.left {
  width: 100%;
  height: auto;
}

img.fullimage {
  width: 100%;
  height: auto;
  display: block;
}
img.leftAlone {
  width: 100%;
  height: auto;
  display: block;
}
img.centerimage {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
  height: auto;
}
img.solo-img {
  max-width: 100%;
  height: auto;
}
p > img {
  margin-top: 25px;
  margin-bottom: 25px;
}

.btn {
  padding: 0;
  border-radius: 0;
}
.btn.btn-more {
  margin-bottom: 20px;
}
.btn.btn-more span {
  background-color: black;
  color: white;
  text-transform: uppercase;
  border-radius: 0;
  display: block;
  padding: 7px 25px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.btn.btn-more:hover span {
  transform: scale(0.9);
}

.main-footer {
  margin-top: 20px;
  font-size: 10px;
}
.main-footer a {
  color: black;
  font-size: 16px;
}
.main-footer a:hover, .main-footer a:active, .main-footer a:focus {
  text-decoration: none;
}
.main-footer #lodz-komunikat img {
  margin-right: 10px;
}

.cookieMsg {
  background-color: #ff7b57;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 9px;
  padding-bottom: 5px;
  border-top: 3px solid rgba(255, 255, 255, 0.3);
  z-index: 1000;
  color: black;
}
.cookieMsg p {
  font-size: 10px;
  color: black;
  line-height: 11px;
}
.cookieMsg button {
  background-color: black;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 10px;
  transition: all 0.4s ease-in-out;
  text-transform: uppercase;
  color: white;
}
.cookieMsg button:hover, .cookieMsg button:active, .cookieMsg button:focus {
  text-decoration: none;
  color: white;
  transform: scale(0.9);
  transform-origin: center;
}
.cookieMsg button + span {
  font-size: 40px;
  font-weight: bold;
  padding-left: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .cookieMsg button + span {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .cookieMsg button + span {
    font-size: 0;
    display: block;
  }
}

.overlayMenu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.4s;
}
.showOverlayMenu .overlayMenu {
  opacity: 1;
  visibility: visible;
  top: 100px;
}

.overlayWorking {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
}
.overlayWorking img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overlayMessage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  overflow-y: scroll;
  transform: translateX(0);
  transition: all 0.4s ease-in-out;
}
.overlayMessage.white {
  background-color: rgba(255, 255, 255, 0.95);
}
.overlayMessage .glyphicon-remove {
  color: white !important;
}
.overlayMessage.hide {
  transform: translateX(-100%);
}
.overlayMessage .close {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .overlayMessage .close {
    right: 10px;
    top: 5px;
  }
}
.overlayMessage .close .glyphicon {
  color: white;
  font-size: 50px;
}
.overlayMessage .msg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  color: white;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .overlayMessage .msg {
    width: 98%;
  }
}
.overlayMessage .msg.error {
  color: red;
  animation-name: overlayerror;
  animation-duration: 0.9s;
  animation-iteration-count: infinite;
}
.overlayMessage .msg.error::before {
  content: "";
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 20px;
  display: block;
  font-size: 30px;
}

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 100px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: white;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  animation-delay: -1.1s;
}
.spinner .rect3 {
  animation-delay: -1s;
}
.spinner .rect4 {
  animation-delay: -0.9s;
}
.spinner .rect5 {
  animation-delay: -0.8s;
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.patronite-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 500;
}
.patronite-modal a img {
  min-width: 320px;
}
.patronite-modal .btn {
  position: absolute;
  top: -3px;
  right: 5px;
  background: transparent;
  font-size: 25px;
  line-height: 10px;
  width: 30px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.c-banner-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 250;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: rgba(0, 0, 0, 0.8);
}
.c-banner-fullscreen__close {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
}
@media screen and (min-width: 1300px) {
  .c-banner-fullscreen__close {
    max-width: 1255px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1299px) {
  .c-banner-fullscreen__close {
    max-width: 900px;
  }
}
@media screen and (max-width: 991px) {
  .c-banner-fullscreen__close {
    max-width: 100vw;
    padding-right: 25px;
  }
}
.c-banner-fullscreen__close button {
  background: transparent;
  width: 30px;
  height: 30px;
  line-height: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: white;
}
.c-banner-fullscreen__close button:hover {
  color: white;
}
.c-banner-fullscreen__close button img {
  width: 100%;
  height: 100%;
  filter: invert(1);
}
.c-banner-fullscreen .swiper-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
  width: 100% !important;
}
@media screen and (min-width: 1300px) {
  .c-banner-fullscreen .swiper-slide img {
    max-width: 1255px;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1299px) {
  .c-banner-fullscreen .swiper-slide img {
    max-width: 900px;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .c-banner-fullscreen .swiper-slide img {
    max-height: 85vh;
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .c-banner-fullscreen .swiper-slide img {
    max-height: 85vh;
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .c-banner-fullscreen .swiper-slide img {
    max-height: 65vh;
    height: 100%;
    width: auto;
  }
}

.c-banner-article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 30px 0;
  overflow: hidden;
  width: 100%;
}
.c-banner-article .swiper-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100% !important;
}
.c-banner-article .swiper-slide img {
  max-width: 100%;
  height: auto;
}

.c-banner-home {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 25px 0;
  overflow: hidden;
  width: 100%;
}
.c-banner-home .swiper-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100% !important;
}
.c-banner-home .swiper-slide img {
  max-width: 100%;
  height: auto;
}

.c-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .c-top {
    margin-top: 0;
    padding-top: 10px;
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 20px;
  }
}
.c-top__logo {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .c-top__logo img {
    width: 100px;
    height: auto;
  }
}
.c-top__banner {
  -ms-flex: 1;
      flex: 1;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-top__banner {
    width: 100%;
    -ms-flex-order: 3;
        order: 3;
    grid-column: span 2;
  }
}
.c-top__banner .c-banner-top {
  width: 100% !important;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-top__banner .c-banner-top {
    margin-top: 0;
  }
}
.c-top__banner .c-banner-top .swiper-slide {
  width: 100% !important;
}
.c-top__banner .c-banner-top .swiper-slide img {
  max-width: 100%;
  height: auto;
}
.c-top__right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: end;
      align-items: flex-end;
  gap: 20px;
}
.c-top__right .socials {
  margin-bottom: -10px;
}
.c-top__right ul {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-top__right {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .c-top__right .socials {
    margin-right: 40px;
  }
}
