html {
  scroll-behavior: smooth;
}
.menu {
  margin-bottom: 0;
  padding: 0;
}

#top-bar {
  height: 42px;
  line-height: 42px;
  margin-top: 10px;
}

#top-bar .width-limit {
  display: flex;
  justify-content: space-between;
}

.width-limit {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.top-bar-left {
  font-family: Nunito, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  width: 45%;
  text-align: left;
}

.top-bar-left li {
  display: inline-block;
}

.top-bar-left li a{
  padding: 0rem 1.5rem 0 .8rem;
  text-transform: uppercase;
}

.top-bar-left li.blue  {
  background: url(/wp-content/themes/spa/images/arrow-right-blue.svg) 88% no-repeat #fff;
  background-size: 7%;
}

.top-bar-left li.brown {
  background: url(/wp-content/themes/spa/images/arrow-right-brown.svg) 88% no-repeat #fff;
  background-size: 7%;
}

.top-bar-left li.blue a {
  color: #209dcd;
  border: 1px solid #209dcd;
}

.top-bar-left li.brown a{
  color: white;
  background: url("/wp-content/themes/spa/images/arrow-more.svg") calc(100% - 10px) 50% no-repeat rgb(214, 163, 77);
  padding-right: 50px;
  text-decoration: none!important;
  transition: all .2s ease-in-out;
}
.top-bar-left li.brown a:hover{
  background-color: #d48d00;
}

#top-banner img {
  height: auto;
  width: 100%;
}

.top-bar-right {
  width: 45%;
  text-align: right;
}

.menu-item {
  list-style-type: none;
}
.top-bar-center {
  width: 10%;
  display: inline-block;
  text-align: center;
}

.top-bar-center .menu-item {
  list-style-type: none;
  display: inline-block;
  text-transform: uppercase;
  margin: 0 12px;
  vertical-align: top;
}

#menu-menu-new-1 {
  text-align: center;
}

#top-bar .menu-item a {
  display: block;
  font-size: 12px;
  margin-right: 15px;
}

#top-bar .menu-item .sub-menu a {
  padding: 6px 10px;
  display: block;
  line-height: normal;
}

.top-bar-center .menu-item a {
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}

#top-bar .top-bar-center .menu-item a:hover {
  text-decoration: none;
  border-bottom: 1px solid #209dcd;
  color: #0077a4;
}

.top-bar-right .menu-item {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
}

.top-bar-right .menu-item a {
  color: #585858;
}

#top {
  position: relative;
  height: 64px;
  margin-bottom: 4rem;
}

.logo-container a:hover {
  text-decoration: none;
}
#logo {
  position: absolute;
  top: 28px;
  left: 50%;
  transform: translate(-50%, 0);
}

.search_form {
  display: inline-block;
  vertical-align: middle;
}
.search_form form label {
  display: none;
}
.search_form form label.show {
  display: inline;
}
.search_form .search-form .form__placeholder {
  border-color: #eff3f5 !important;
  background: #eff3f5;
  border-bottom: 1px solid rgba(0, 119, 164, 0.5) !important;
}
.search_form .search-form .btn-primary {
  border-color: #eff3f5 !important;
  background: #eff3f5;
}

#menu-menu-new-4 {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 16px;
  position: relative;
  z-index: 15;
}

#menu-menu-new-4 a {
  color: #565e70;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  margin: 0 30px;
}
#menu-menu-new-4 .menu-item{
  padding-bottom: .4rem;
  padding-top: .3rem;
}
.menu-item.menu-log-in {
  background: url("/wp-content/themes/spa/images/icon-user.svg") center right no-repeat;
}
#menu-menu-new-4 li.menu-job-offer {
  background: url("/wp-content/themes/spa/images/arrow-right-blue.svg") 95% no-repeat;
  background-size: 7%;
  padding-right: 10px;
  border: 1px solid #209dcd;
  margin-left: 40px;
  display: none;
}
#menu-menu-new-4 li.menu-job-offer a {
  color: #209dcd;
}

footer {
  background-color: #0077a4;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 100px;
}

footer a {
  color: #fff;
}

footer h3 {
  text-transform: uppercase;
  color: #2ec5ff;
  font-size: 14px;
  font-weight: 600;
}

footer .width-limit {
  display: flex;
}

.footer-column {
  margin-right: 70px;
}

#slider {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
  height: 610px;
}

#slider .controls {
  position: absolute;
  bottom: 0;
  z-index: 3;
  left: 64%;
  height: 52px;
}

#slider.single .controls {
  display: none;
}

#slider .control {
  position: absolute;
  height: 52px;
  width: 74px;
  border: 1px solid #2ec5ff;
  cursor: pointer;
  background: url("/wp-content/themes/spa/images/slider-next.svg") center no-repeat rgba(46, 197, 255, 0);
  transition: all 0.2s ease-in-out;
}

#slider .control:hover {
  background-color: rgba(46, 197, 255, 0.2);
}

#slider .control.next {
  left: 0;
}

#slider .control.prev {
  background-image: url("/wp-content/themes/spa/images/slider-prev.svg");
  right: -1px;
}

.slide.active {
  min-width: 0;
  width: 64%;
}

#slider.single .slide {
  width: 100%;
}

main {
  width: 100%;
}

html {
  width: 100%;
}

#slider.single .slide img {
  min-width: 100%;
  height: auto;
  max-height: none;
}

.slide img {
 /*  position: absolute; */
  position: relative;
  left: 50%;
  top: 0;
  min-width: 100%;
  transform: translate(-50%, 0);
  z-index: 1;
  max-height: 100%;
}

.slide small {
  position: absolute;
  z-index: 2;
  right: 30px;
  top: -6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: none;
  padding: 2px 4px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}

.slide  /*.active */ small {
  position: absolute;
  z-index: 2;
  background-color: #2ec5ff;
  font-size: 13px;
  font-weight: 700;
  font-family: Nunito, sans-serif;
  line-height: 1.85;
  letter-spacing: 1.5px;
  font-style: normal;
  font-stretch: normal;
  padding: 3px 11px 1px;
  top: -16px;
  border: 0;
}

.slide small a {
  color: #fff;
}

.slide small a:hover {
  text-decoration: none;
}

.places .article:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 235px;
  background-color: #209dcd;
  opacity: 0.8;
  transition: opacity 0.2s ease-in-out;
}

.places .article:nth-child(1):before,
.places .article:nth-child(2):before,
.places .article:nth-child(3):before {
  opacity: 0;
}

.places .article {
  position: relative;
  width: 360px;
  flex-shrink: 0;
  margin-right: 18px;
  max-width: 100%;
}

.article small {
  position: absolute;
  z-index: 2;
  right: 30px;
  top: -16px;
  background-color: #2ec5ff;
  font-family: Nunito, sans-serif;
  font-size: 13px;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.85;
  letter-spacing: 1.5px;
  color: #ffffff;
  padding: 3px 11px;
  text-transform: uppercase;
}

.article small a {
  color: #ffffff;
  text-decoration: none;
}

#slider.single .slide {
  height: 748px;
}

#slider.single .slide.active .descritpion {
  bottom: 150px;
  left: 0;
}

#slider.single + .section.width-limit {
  position: relative;
  z-index: 2;
}

#slider.single .width-limit {
  overflow: hidden;
  height: 100%;
  position: relative;
}

#slider.single .slide:after {
  height: 300px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.slide {
  height: 610px;
  position: relative;
  overflow: hidden;
  min-width: 0;
  /* width: 36%; */
  width: 100%;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.slide:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
 /* background-color: #209dcd; */
  z-index: 2;
  opacity: 0.8;
  transition: opacity 0.2s ease-in-out;
}

.slide.active:before {
  opacity: 0;
}

.slide:after {
  content: "";
  position: absolute;
  z-index: 2;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  height: 52px;
}

.descritpion {
  background-color: rgba(122, 186, 210, 0.5);
  position: absolute;
  z-index: 3;
  left: 10px;
  bottom: 153px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 420px;
  transition: all 0.5s ease-in-out, width 0.2s ease-in-out;
}

.slide.active .descritpion {
  width: 629px;
  background-color: rgba(122, 186, 210, 0.5);
  bottom: 0;
  left: 10%;
  border: 0;
}

.section h2 {
  font-family: p22-mackinac-pro, sans-serif;
  font-weight: normal;
  margin-bottom: 43px;
}

.slide /*.active*/ h5 {
  font-size: 48px;
  line-height: 1.17;
  color: #ffffff;
  margin: 12px 30px 30px;
}

.slide h5:before {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0);
  top: -45px; /*-20px; */
  bottom: -10px; /*-20px; */
  left: -15px;
  right: -15px;
  transition: border-color 0.2s ease-in-out;
}

.slide /*.active */ h5:before {
  border-color: rgba(255, 255, 255, 1);
  transition: border-color 1s ease-in-out;
}

.slide.active a.more {
  background: url("/wp-content/themes/spa/images/arrow-more.svg") 130px 50% no-repeat rgb(214, 163, 77);
  width: 190px;
  font-family: Muli, sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.93;
  letter-spacing: normal;
  color: #ffffff;
  padding: 19px 58px 19px 24px;
  display: block;
  margin: 10px 0 0;
  transition: all 0.5s ease-in-out, background-color 0.2s ease-in-out;
  border: 0;
}

.slide.active a.more:hover {
  text-decoration: none;
  background-color: rgb(200, 143, 45);
}

a.more {
  font-family: Muli, sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.93;
  letter-spacing: normal;
  color: #ffffff;
  margin: 10px 20px 30px;
  display: inline-block;
  border-bottom: 1px solid #fff;
  transition: all 0.5s ease-in-out;
}

.slide p {
  margin: 0 30px;
  font-family: Nunito, sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.87;
  letter-spacing: normal;
  color: #ffffff;
  overflow: hidden;
  height: 0;
}

.slide h5 {
  margin: 35px 20px 15px;
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 38px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: #ffffff;
  position: relative;
  transition: all 0.2s ease-in-out;
}

.slide h5 a {
  color: #fff;
  position: relative;
  z-index: 2;
}

.slide h5 a:hover {
  text-decoration: none;
}

h2 {
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 42px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #565e70;
  margin-bottom: 30px;
}

h2 b {
  font-weight: normal;
}

.article.newest {
  float: left;
  width: 440px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}

.section.width-limit {
  overflow: hidden;
}

.section.width-limit.archive-header {
  overflow: visible;
  padding: 0!important;
}

.article img {
  max-width: 100%;
  max-height: 280px;
  width: auto;
  height: auto;
}

.article.newest .image-wrapper {
  width: 100%;
}

.article.newest h5 {
  padding-top: 40px;
  clear: both;
}

.article h5,
.article h5 a {
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #565e70;
}

.article h5 a {
  text-decoration: none;
}

.article p {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #8b8b8b;
}

.article a {
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.93;
  letter-spacing: normal;
  color: #d6a34d;
  text-decoration: underline;
}

#places-carousel {
  display: flex;
}
.places-swiper-carousel .swiper-slide {
  text-align: center;
  padding: 5px;
}
.places-swiper-carousel img {
  max-width: 100%;
}
.places-swiper-carousel .score, .places-swiper-carousel h5, .places-swiper-carousel p{
  max-width: 360px;
  margin: auto;
  text-align: left;
  color: #565e70;
}
.places-swiper-carousel h5 {
  font-family: p22-mackinac-pro, sans-serif;
}
.places-swiper-carousel p {
  font-size: .9rem;
}
.places-carousel-arrows-inner {
  width: 200px;
  margin: 1rem auto;
}
.places-swiper-button {
  width: 97px;
  height: 50px;
  border: 1px solid #209dcd;
  display: inline-block;
}
.places-swiper-button-next {
  background: url("/wp-content/themes/spa/images/slider-next.svg") center no-repeat ;
}
.places-swiper-button-prev {
  background: url("/wp-content/themes/spa/images/slider-prev.svg") center no-repeat ;
}
.places-swiper-button:hover {
  background-color: #bbe1f0;
  cursor: pointer;
}
.places .article:first-child:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  height: 235px;
  width: 40%;
  background: transparent;
  background-image: linear-gradient(to right, rgba(32, 157, 205, 0.5), rgba(32, 157, 205, 0));
  opacity: 1;
}

.ritual .video {
  float: left;
}

.ritual .article .video-cover {
  position: absolute;
  width: 620px;
  cursor: pointer;
}

.ritual .article .video-cover img {
  width: 100%;
}

.ritual .article .video-cover:after {
  content: "";
  position: absolute;
  width: 124px;
  height: 124px;
  background: url("/wp-content/themes/spa/images/video-play.png") center no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.places p {
  text-transform: uppercase;
}

.spa .article,
.wellness .article {
  overflow: hidden;
  margin-bottom: 40px;
  width: 80%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.wellness .article {
  width: 100%;
}

.image-wrapper {
  float: left;
  width: 440px;
  margin-right: 38px;
  position: relative;
  text-align: center;
}

.image-wrapper:before {
  content: "";
  position: absolute;
  border: 1px solid #2ec5ff;
  top: -8px;
  left: 10px;
  right: 10px;
  bottom: -10px;
  pointer-events: none;
}

.image-wrapper > a {
  display: block;
}

.image-wrapper .promo {
  top: 0;
  left: 0;
  position: absolute;
}

.image-wrapper .promo-label {
  color: white;
  line-height: 28px;
  width: 90px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 11px;
  margin-bottom: 5px;
}

.spa .article:nth-child(odd),
.wellness .article:nth-child(odd) {
  margin-left: auto;
}

.spa .article:nth-child(odd) .image-wrapper,
.wellness .article:nth-child(odd) .image-wrapper {
  float: right;
  margin-right: 0;
  margin-left: 38px;
}

.section.spa,
.section.wellness {
  padding-top: 60px;
  margin-top: 40px;
  background: #eff3f5;
  padding-bottom: 60px;
}

.medicine .image-wrapper,
.archive .image-wrapper, 
.blog-wellness .image-wrapper {
  float: none;
  width: auto;
  margin: 0 auto;
  margin-bottom: 30px;
}

.archive .image-wrapper .image {
  height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.archive .article p.region {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

.archive .article p.attractions {
  font-size: 13px;
  line-height: 1.5;
}

.medicine .article-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section.archive {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
}

.medicine .article,
.archive .article {
  width: 32%;
  margin-bottom: 60px;
}

.blog-wellness-single {
  margin-bottom: 60px;
}

.shop {
  display: none;
}

.card-wrapper {
  width: 50%;
  float: left;
  text-align: center;
  margin-right: 90px;
}

.card-wrapper img {
  max-width: 100%;
}

.spa-card {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section.spa-card.gray {
  overflow: hidden;
  margin-bottom: 0;
  background-color: #d7e7ee;
}

.spa-card h2 {
  font-size: 24px;
}

.spa-card p {
  font-family: Nunito, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #8b8b8b;
}

.spa-card a,
.medicine .more,
#menu-special .more {
  background: url(/wp-content/themes/spa/images/arrow-more.svg) 130px 50% no-repeat #d6a34d;
  width: 181px;
  font-family: Muli, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 0.93;
  color: #ffffff;
  padding: 19px 58px 19px 24px;
  display: inline-block;
  margin: 10px 0 0;
  transition: all 0.2s ease-in-out;
}

.medicine .more {
  background: url(/wp-content/themes/spa/images/arrow-more-brown.svg) 130px 50% no-repeat #fff;
  border: 1px solid #d6a34d;
  color: #d6a34d;
  margin: 0 auto;
  display: block;
}

.card-banner {
  background: url(/wp-content/themes/spa/images/card-2.jpg) no-repeat;
  padding-top: 110px;
  background-size: contain;
  overflow: hidden;
}

#menu-special .more {
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}

.spa-card a:hover,
#menu-special .more:hover {
  text-decoration: none;
  background-color: rgb(200, 143, 45);
}

.medicine .more:hover {
  text-decoration: none;
}

.ritual {
  margin-top: 100px;
  background: url("/wp-content/themes/spa/images/bg3.png") top left no-repeat;
  overflow: hidden;
  margin-bottom: 50px;
}

.ritual img {
  float: left;
  width: 50%;
  max-height: none;
}

.ritual .description {
  float: left;
  width: 40%;
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid #2ec5ff;
  margin-top: 60px;
  border-left: 0;
}

.mama img {
  float: right;
  width: 60%;
  max-height: none;
}

.mama {
  margin-top: 100px;
  margin-bottom: 70px;
  overflow: hidden;
  background: url(/wp-content/themes/spa/images/bg4.png) bottom right no-repeat;
}

.mama .description {
  width: 40%;
  box-sizing: border-box;
  padding: 30px;
  border: 1px solid #2ec5ff;
  margin-top: 60px;
  border-right: 0;
}

.mama a {
  font-family: Nunito, sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.93;
  letter-spacing: normal;
  color: #d6a34d;
  text-decoration: underline;
}

.menu-menu-new-2-container {
  display: inline-block;
  margin-right: 40px;
}

a.social {
  margin: 0 6px;
}

footer a.social {
  margin-left: 0;
  margin-right: 16px;
}

.places {
  margin-top: 40px;
  padding-top: 40px;
}

em {
  text-decoration: none;
}

.places a {
  text-decoration: none;
}

.places h2 a {
  text-decoration: underline;
  font-family: Muli, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #d6a34d;
  margin-left: 10px;
}

.section.spa {
  background-image: url("/wp-content/themes/spa/images/bg1.png"), url("/wp-content/themes/spa/images/bg2.png");
  background-position: top right, left bottom;
  background-repeat: no-repeat;
  background-size: 20%, 30%;
}

.width-limit.credentials {
  text-align: center;
  display: block;
  background: url(/wp-content/themes/spa/images/footer.png) top center no-repeat;
  background-size: 70px;
  padding-top: 90px;
  font-size: 12px;
  line-height: 1.33;
  color: #004762;
}

.credentials h3 {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.33;
  text-align: center;
  color: #004762;
}

.footer-column {
  text-align: left;
  font-size: 15px;
}

.footer ul.menu .menu-item a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-column p {
  font-weight: 200;
}

.footer ul.menu .menu-item {
  margin-bottom: 10px;
}

.footer ul.menu .menu-item a {
  color: #fff;
  font-weight: 200;
}

.places {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.places:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 400px;
  max-width: 30%;
  right: 0;
  z-index: 2;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.places .width-limit {
  position: relative;
}

.places .places-next,
.places .places-prev {
  position: absolute;
  top: 90px;
  right: 26px;
  border: 1px solid #fff;
  width: 80px;
  height: 50px;
  background: url(/wp-content/themes/spa/images/arrow-more.svg) center no-repeat;
  cursor: pointer;
  z-index: 3;
  transition: all 0.2s ease-in-out;
}

.places .places-prev {
  right: auto;
  left: 0;
  transform: rotate(180deg);
}

.places .places-next:hover,
.places .places-prev:hover {
  background-color: rgba(122, 186, 210, 1);
}

.section.width-limit.medicine,
.blog-wellness {
  margin-top: 60px;
}

.credentials h3:after {
  content: "";
  display: block;
  height: 1px;
  background: #00445d;
  width: 24px;
  margin: 10px auto;
}

body {
  font-family: Nunito, Arial, sans-serif;
  color: #8b8b8b;
  width: 100%;
}

.width-limit-low {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 10px;
}

#home-link a {
  font-family: Nunito, sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: #8b8b8b;
  background: url("/wp-content/themes/spa/images/arrow-pointing-to-right.svg") left no-repeat;
  padding-left: 40px;
}

#main-photo {
  text-align: center;
  clear: both;
  margin-bottom: 50px;
}

.search_form .search-form-block .search-form {
  margin: 0 !important;
  display: flex;
}

.search_form .search-form .btn-primary {
  height: 28px;
  background: url(/wp-content/themes/spa/images/magnifying-glass.svg) center no-repeat #eff3f5;
  font-size: 0;
}

.search_form .search-form .form__placeholder {
  height: 28px;
  font-family: Avenir, sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.42px;
  width: 176px;
}
.search-form-mobile .search-form-block .search-form {
  margin: 1.6rem auto !important;
  display: flex;
  width: 80%;
}
.search-form-mobile .search-form .btn-primary {
  height: 38px;
  background: url(/wp-content/themes/spa/images/magnifying-glass.svg) center no-repeat #00506d;
  font-size: 0;
  width: 15%;
}
.search-form-mobile .form-inline label {
  width: 85%;
}
.search-form-mobile .search-form .form__placeholder {
  height: 38px;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  border-color: #eff3f5 !important;
  background: #eff3f5;
  border-bottom: 1px solid rgba(0, 119, 164, 0.5) !important;
    font-style: normal!important;
}
.search-form-mobile .search-form .form__placeholder::placeholder {
  color: black;
  opacity: 1;
}
.search-form-mobile .search-form .form__placeholder:-ms-input-placeholder {
  color: #495057;
  opacity: 1;
}
.search-form-mobile .search-form .form__placeholder:-moz-placeholder {
  color: #495057;
  opacity: 1;
}
.search-form-mobile .search-form .form__placeholder::-moz-placeholder {
  color: #495057;
  opacity: 1;
}
.search-form-mobile .search-form .form__placeholder::-ms-input-placeholder {
  color: #495057;
  opacity: 1;
}

.title-block {
  float: left;
  background: #fff;
  border: 1px solid #2ec5ff;
  padding: 30px 20px 20px;
  width: 700px;
  max-width: 100%;
  position: relative;
  margin-top: 30px;
}

.article-header {
  overflow: hidden;
  margin-bottom: -10px;
  position: relative;
  z-index: 1;
}

h1 {
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 48px;
  color: #565e70;
  font-weight: normal;
}

.categories {
  position: absolute;
  top: -14px;
  left: 20px;
}

.categories a {
  background: #2ec5ff;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 1.5px;
  display: inline-block;
  padding: 1px 8px;
  margin-right: 10px;
}

.categories a:hover {
  text-decoration: none;
}

.info-block {
  text-align: right;
  float: right;
  height: 100%;
  margin-top: 30px;
  font-size: 16px;
  color: #8b8b8b;
  font-weight: 200;
}

.section.gray {
  background-color: #eff3f5;
  padding-top: 30px;
  padding-bottom: 30px;
}

#menu-special > a {
  display: block;
  text-transform: uppercase;
  padding: 15px 50px 10px 0;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: right;
  margin-left: 20px;
  margin-right: 20px;
}

#menu-special .blue {
  background: url(/wp-content/themes/spa/images/arrow-right-blue.svg) 90% no-repeat;
  color: #209dcd;
  border: 1px solid #209dcd;
  background-size: 5%;
}

#menu-special .brown {
  background: url(/wp-content/themes/spa/images/arrow-right-brown.svg) 90% no-repeat;
  color: #d2a055;
  border: 1px solid #d2a055;
  background-size: 5%;
}

#menu-special > a:hover {
  text-decoration: none;
}

#menu-special {
  float: left;
  width: 270px;
}

#menu-special h3 {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
}

.section.feed h2 {
  text-align: center;
}

.instagram_gallery {
  width: 120%;
  margin-left: -10%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 610px;
  justify-content: center;
  align-content: center;
}

.instagram_gallery a {
  width: 305px;
  height: 305px;
  flex-shrink: 0;
  overflow: hidden;
  display: block;
}

.instagram_gallery a:nth-child(5) {
  width: 610px;
  height: 610px;
}

.instagram_gallery a img {
  width: 100%;
}

.menu .favorites a,
.menu .account a,
.menu .cart a {
  padding-left: 18px;
}

.menu .account a {
  padding-left: 12px;
}

.menu .favorites {
  background: url(/wp-content/themes/spa/images/icon-heart.svg) left no-repeat;
}

.menu .account {
  background: url(/wp-content/themes/spa/images/icon-user.svg) left no-repeat;
}

.menu .cart {
  background: url(/wp-content/themes/spa/images/icon-cart.svg) left no-repeat;
}

.menu-item-has-children {
  position: relative;
  background: url(/wp-content/themes/spa/images/arrow-dropdown.svg) right no-repeat;
  margin: 0 15px;
}

.sub-menu {
  position: absolute;
  z-index: 3;
  padding-left: 0;
  background: #fff;
  bottom: 0;
  transform: translate(0, 100%) scaleY(0);
  transition: transform 0.2s ease-in-out;
  transform-origin: top;
  text-align: left;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.sub-menu .menu-item {
  line-height: normal;
  display: block;
  background: none;
}

.mega > .sub-menu {
  display: flex;
}

.mega > .sub-menu .sub-menu {
  position: initial;
  transform: none !important;
  box-shadow: none;
}

#menu-menu-new-4 .mega > .sub-menu .menu-item-has-children > a {
  border-bottom: 1px solid #2ec5ff;
  margin-bottom: 10px;
  font-size: 14px;
}

.menu-item-has-children:hover .sub-menu {
  transform: translate(0, 100%) scaleY(1);
}

#menu-menu-new-4 .sub-menu a {
  margin: 6px 0;
  white-space: nowrap;
  padding: 0 10px;
  display: block;
}

.menu-menu-new-mobile-container {
  width: 80%;
  margin: auto;
  padding-bottom: 2rem;
}
.menu-menu-new-mobile-container ul {
  margin-block-start: 0;
  padding-inline-start: 5px;
}
.menu-menu-new-mobile-container ul li {
  padding-top: .3rem;
  padding-bottom: .3rem;
}
.menu-menu-new-mobile-container ul li a {
  text-transform: uppercase;
}
.menu-menu-new-mobile-container .menu-item-has-children {
  background: none;
  margin: 0;
}
.menu-menu-new-mobile-container .menu-item-has-children::before {
  background: url(/wp-content/themes/spa/images/add-plus.svg) left no-repeat;
  content: '';
  height: 10px;
  width: 10px;
  position: absolute;
  top: 15px;
  left: -20px;
}

.top-bar-right .sub-menu {
  background-color: #eff3f5;
}

#article-image {
  text-align: center;
}

#article-image img {
  max-height: 605px;
  max-width: 100%;
}

.info-block .share {
  margin-top: 10px;
}

.info-block .share a {
  margin-left: 10px;
}

.lead {
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 26px;
  line-height: 1.62;
  color: #565e70;
  margin-top: 50px;
  margin-bottom: 100px;
  max-width: 100%;
}

.lead::first-letter {
  font-size: 72px;
  line-height: 1em;
  vertical-align: bottom;
}

.columns {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  position: relative;
}

.col-lg-6 {
  flex-shrink: 0;
}

.columns h2,
.columns h2 * {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.17;
}

.single-image {
  display: inline-block;
  position: relative;
  margin-bottom: 60px;
}

.single-image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.caption {
  position: absolute;
  left: 30px;
  bottom: -30px;
  border-left: 1px solid #2ec5ff;
  padding-left: 15px;
  padding-top: 50px;
  color: #209dcd;
  font-size: 14px;
  font-style: italic;
}

.single-image .caption {
  right: 15px;
  left: auto;
  border-right: 1px solid #2ec5ff;
  border-left: 0;
  padding-right: 15px;
}

blockquote {
  border: 1px solid #2ec5ff;
  border-right: 0;
  margin-top: 100px;
  padding: 20px;
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 21px;
  font-style: italic;
  line-height: 1.43;
  color: #209dcd;
  position: relative;
}

blockquote:before,
blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  height: 1px;
  background: #2ec5ff;
  width: 4000px;
}

blockquote:before {
  top: -1px;
}

blockquote:after {
  bottom: -1px;
}
.text-100 {
  margin-bottom: 40px;
}

.gallery {
  margin-bottom: 60px;
}

.gallery-image,
.gallery-image > div {
  overflow: hidden;
  height: 255px;
  text-align: center;
}

.gallery-image img {
  height: 100%;
}

figure {
  position: relative;
  margin-bottom: 2rem;
}

.medicine.article {
  margin-bottom: 100px;
}

.social-article {
  display: inline-block;
  border-top: 1px solid #d9d9d9;
  padding-top: 10px;
  margin-top: 30px;
  margin-bottom: 75px;
}

.social-article a {
  margin-left: 10px;
}

.article-author {
  overflow: hidden;
  margin-bottom: 100px;
}

.article-author h3 {
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #565e70;
}

.article-author h2 {
  border-bottom: 1px solid #2ec5ff;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 10px;
}

.author-image {
  width: 144px;
  height: 144px;
  position: relative;
  float: left;
  margin-right: 40px;
  margin-bottom: 5px;
}

.author-image:after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: -5px;
  left: 5px;
  right: -5px;
  border-radius: 50%;
  border: 1px solid #2ec5ff;
}

.author-image img {
  width: 100%;
  border-radius: 50%;
}

.author-info {
  float: left;
  width: 600px;
  max-width: 100%;
}

.author-content {
  max-height: 100px;
  overflow: hidden;
}

.author-content.full {
  max-height: none;
  overflow: hidden;
}

.author-more {
  float: right;
}

.spaan-home-grid-wysoka {
  float: right;
  max-width: 28%;
}

.spaan-home-grid-szeroka {
  float: left;
  margin-bottom: 1%;
  max-width: 70%;
}

.spaan-home-grid-kwadrat-1 {
  float: left;
  margin-right: 10%;
  max-width: 29%;
}

.spaan-home-grid-kwadrat-2 {
  float: left;
  max-width: 29%;
}

.ads-container {
  margin-top: 70px;
  max-width: 1110px;
}

.ads-container img {
  max-width: 100%;
  height: auto;
}

.spaan-home-pod-medycyna {
  margin-top: 60px;
}

.spaan-home-pod-blokiem-mama {
  margin-bottom: 60px;
}
#burger {
  display: none;
}
#menu-mobile {
  position: absolute;
  display: inline-table;
  top: -500px;
  width: 100%;
  height: 0;
  background: #fff;
  z-index: 10;
  transition: ease-in-out .5s;
}

#menu-mobile.active {
  top: 90px;
  height: auto;
}

#menu-mobile a {
  padding: 4px 0px;
  display: block;
}

#burger {
  cursor: pointer;
  position: absolute;
  top: 37px;
  left: 30px;
}

#burger span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    opacity 0.55s ease;
}

#burger span:first-child {
  transform-origin: 0 0;
}
#burger span:nth-last-child(2) {
  transform-origin: 0 100%;
}
#burger.active span:nth-last-child(1) {
  transform: rotate(45deg) translate(-3px, 0);
  transform-origin: 50% 0;
}
#burger.active span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-8px, 0);
  transform-origin: 50% 0;
}
#burger.active span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.score {
  margin: 5px 0;
  overflow: hidden;
}

.rate {
  float: left;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #565e70;
}

.stars {
  background: url(/wp-content/themes/spa/images/star.png) left center repeat-x;
  height: 20px;
  float: left;
  width: 85px;
  margin-left: 10px;
}

.stars.yellow {
  background: url(/wp-content/themes/spa/images/star-yellow.png) left center repeat-x;
  float: none;
  width: 0;
  max-width: 100%;
  margin-left: 0;
}

.section.archive {
  margin-top: 30px;
}

.archive-header h1 {
  margin: 0;
}

.pagination-wrap {
  position: relative;
  width: 100%;
  display: block;
  margin: 20px auto 100px;
  height: 54px;
}

.pagination {
  border: 1px solid #f2e3c9;
  padding: 6px;
  position: absolute;
  margin: 0;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.pagination .page-numbers,
.pagination-wrap .pagination .page-link {
  color: #d6a34d;
  display: block;
  line-height: 38px;
  padding: 0;
  width: 40px;
  text-align: center;
  font-size: 16px;
  border: 0;
}

.pagination .page-numbers.current,
.pagination .page-item.active .page-link {
  border: 1px solid #d6a34d;
  background: #f2e3c9;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev {
  background: url(/wp-content/themes/spa/images/arrow-more-brown.svg) 50% no-repeat;
  color: transparent;
}

.pagination .page-numbers.next {
  margin-right: 10px;
}

.pagination .page-numbers.prev {
  margin-left: 10px;
  transform: rotate(180deg);
}

.top-wrapper {
  overflow: hidden;
  padding-top: 8px;
}

.article.first-category {
  width: 75%;
  float: left;
}

.category-menu {
  float: right;
  width: 24%;
}

.category-menu h4 {
  font-size: 18px;
  color: #565e70;
}

.category-menu a {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  color: #565e70;
  border-bottom: 1px solid #989898;
  padding: 10px 0;
  background: url(/wp-content/themes/spa/images/arrow-next.png) right center no-repeat;
}

.category-menu a:last-child {
  border-bottom: 0;
}

.section.category-listing h1,
.blog-wellness h1 {
  margin-bottom: 20px;
}

#sort {
  position: absolute;
  right: 0;
  top: 40px;
  background: #bbe1f0;
  padding: 15px;
  z-index: 1;
  width: 250px;
}

.filters-container {
  display: none;
  max-width: 1440px;
  padding: 0;
}
#filters {
  display: flex;
  padding: 15px;
}

#filters h3 {
  text-align: left;
  color: #0077a4;
  font-size: 14px;
  font-weight: bold;
  clear: both;
}
#filters .category-filter {
  background-color: white;
  height: 100%;
  padding: 1rem;
  text-align: left;
}
#filters > div {
  padding: 5px!important;
}

#filters > div > .category-filter {
  overflow-y: auto;
  max-height: 350px;
}

#filters .spa-category .category-filter {
  background-color: rgba(0, 118, 160, 0.1);
}
#filters .single-filter {
  margin-right: 0px;
  display: block;
  padding: .1rem 0;
}

#filters .single-filter input,
#filters .single-filter label,
#sort .single-sort input,
#sort .single-sort label {
  cursor: pointer;
}

#filters .single-filter label:hover,
#sort .single-sort label:hover {
  color: #000;
}

#sort {
  display: none;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

#filters .single-filter label,
#sort .single-sort label {
  font-size: 12px;
  font-weight: 200;
  color: #565e70;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}
#filters .single-filter label {
  padding-left: 20px;
  color: #2a2a2a;
  text-transform: none;
  font-weight: 500;
}

#filters .submit-filter {
  margin: auto;
  text-align: center;
}

#filters .single-filter input,
#sort .single-sort input {
  visibility: hidden;
 
}
#filters .single-filter input {
  display: none;
}

#filters .single-filter label::before,
#sort .single-sort label::before {
  content: "";
  display: block;
  position: absolute;
  left: -18px;
  top: 1px;
  width: 14px;
  height: 14px;
  background: url(/wp-content/themes/spa/images/checkbox.png) center no-repeat #fff;
  border: 1px solid #989898;
  transition: all 0.2s ease-in-out;
}

#filters .single-filter label::before {
  left: 0;
  border: 1px solid #0077a4;
}

#filters .single-filter input[type="checkbox"]:checked + label::before,
#sort .single-sort input[type="checkbox"]:checked + label::before {
  background-color: #0077a4;
  border-color: #0077a4;
}

@media (max-width: 1600px) {
  .ritual {
    background: none;
  }
}

@media (max-width: 1270px) {
  .width-limit {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 1200px) {
  #menu-menu-new-4 a {
    margin: 0 20px;
  }
  .slide.active .descritpion {
    left: 10px;
    width: 529px;
  }

  .article.newest {
    width: 33%;
  }

  #menu-special {
    width: 29%;
  }

  .card-banner {
    padding-top: 160px;
  }

  .ritual .description {
    width: 50%;
  }

  #places-carousel {
    max-width: 100%;
  }
}

@media (max-width: 1000px) {
  #top-banner {
    margin-top: 100px;
  }
  #burger {
    display: block;
  }
  #top {
    position: absolute;
    height: 100px;
    width: 100%;
    background-color: #fff;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 100;
  }
  #top-bar {
    display: none;
  }

  #menu-menu-new-4 {
    display: none;
  }
  .menu-item-has-children .sub-menu {
    position: absolute;
    height: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 15px;
    font-size: .85rem;
  }
  .menu-item-has-children:hover .sub-menu {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    transform: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 15px;
    font-size: .85rem;
  }
  .menu-item-has-children:hover .sub-menu li {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }
  .article-header {
    margin-bottom: 20px;
  }

  .instagram_gallery a {
    width: 205px;
    height: 205px;
  }

  .instagram_gallery a:nth-child(5) {
    width: 410px;
    height: 410px;
  }
}

@media (max-width: 900px) {
  .slide.active .descritpion {
    width: 429px;
  }

  .spa .article {
    width: 100%;
  }

  .slide {
    width: 500px;
  }

  .slide.active {
    width: 90%;
  }

  #slider .controls {
    left: 90%;
  }

  .menu-menu-new-3-container {
    display: none;
  }
}

@media (max-width: 800px) {
  .article-header h1 {
    font-size: 32px;
  }
  .lead {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  #top {
    margin-bottom: 0rem;
  }
  .article.newest {
    width: 48%;
    margin-right: 0;
  }

  .article.newest:first-of-type {
    margin-right: 4%;
  }

  #menu-special {
    margin: 0 auto 0;
    float: none;
    clear: both;
    padding-top: 60px;
  }

  .image-wrapper,
  .spa .article:nth-child(odd) .image-wrapper,
  .wellness .article:nth-child(odd) .image-wrapper {
    float: none;
    width: 440px;
    max-width: 90%;
    margin: 0 auto 30px;
  }

  .section.spa {
    background: #eff3f5;
  }

  .medicine .article {
    width: 50%;
  }

  .footer-column {
    display: none;
  }

  .footer-column.footer-1 {
    display: block;
    margin: 0;
    text-align: center;
  }

  footer .width-limit {
    justify-content: center;
    margin-bottom: 60px;
  }

  footer a.social {
    margin: 0 8px;
  }

  #top {
    height: 94px;
  }

  .article.newest {
    width: 100%;
    float: none;
    margin: 0 auto 40px;
  }

  .article.newest:first-of-type {
    margin-right: auto;
  }

  .article.newest h5 {
    padding-top: 0;
  }

  #menu-special {
    width: 300px;
  }

  .medicine .article {
    width: 100%;
  }

  .ritual img,
  .mama img {
    float: none;
    margin: 0 auto;
    display: block;
    width: 100%;
  }

  .ritual .description,
  .mama .description {
    float: none;
    border: 0;
    margin: 0 auto;
    width: 90%;
  }

  .mama h2 {
    text-align: center;
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  #top-banner {
    margin-top: 84px;
  }
  #top {
    height: 84px;
  }
  #menu-mobile.active {
    top: 80px;
  }
  .spa-card {
    text-align: center;
  }

  .card-wrapper {
    float: none;
    margin: 0 auto;
  }

  .section.feed {
    display: none;
  }

  .instagram_gallery {
    max-height: 210px;
  }

  .instagram_gallery a {
    width: 105px;
    height: 105px;
  }

  .instagram_gallery a:nth-child(5) {
    width: 210px;
    height: 210px;
  }
}

@media (max-width: 500px) {
  .slide.active .descritpion {
    width: 300px;
  }

  .slide {
   /*  width: 500px; */
    width: auto;
    height: 420px;
  }

  .slide.active {
    width: 100%;
  }

  #slider .controls {
    left: auto;
    right: 74px;
    bottom: -52px;
  }

  #slider {
    margin-bottom: 60px;
    height: 420px;
  }

  #slider.single {
    height: 570px;
  }

  .slide.active h5 {
    font-size: 22px;
  }

  .slide.active small {
    font-size: 10px;
  }

  .slide p {
    font-size: 12px;
  }

  .section h2 {
    text-align: center;
  }

  .instagram_gallery {
    max-height: 110px;
  }

  .instagram_gallery a {
    width: 55px;
    height: 55px;
  }

  .instagram_gallery a:nth-child(5) {
    width: 110px;
    height: 110px;
  }

  .categories {
    position: static;
  }
}

#places-carousel.slick-initialized .slick-slide.slick-cloned {
  display: initial !important;
}
@media (max-width: 380px) {
  #burger {
    top: 32px;
  }
  .places-swiper-carousel .swiper-slide {
    padding: 10px;
  }
  #search-object, #toggle-filters, #toggle-sort {
    margin: 0 7px;
  }
  #toggle-filters {
    margin-top: 5px;
  }
  #search-object {
    width: 120px
  }
}
@media (max-width: 74.9375rem) {
  .header .social img {
    width: auto;
  }
}

@media (max-width: 61.9375rem) {
  .header img {
    margin-bottom: 0;
  }
}

@media (max-width: 74.9375rem) {
  .header img {
    width: 100%;
  }
}

/*Video - iframe in home page */

.video h2 {
  margin-top: 40px;
}
.resp-container-iframe {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Fix RWD */
@media (max-width: 1200px) {
  .image-wrapper img {
    width: 100%;
    height: auto;
  }
}
.spaan-home-header img {
  width: 100%;
  height: auto;
  margin: 0;
}
@media (max-width: 768px) {
  .advads-home-pod-miejscami-sm img,
  .spaan-po-tresci img,
  .spaan-home-pod-medycyna img,
  .advads-edit-bar img,
  .spaan-home-pod-miejscami-sm img,
  .advads-edit-appear img,
  .spaan-home-pod-blokiem-mama img,
  .spaan-najnowsze-artykuly img {
    width: 100% !important;
    height: auto !important; 
    margin: 0 !important;
  }
  #spaan-1207745010 img {
    
    width: 100% !important;
    height: auto !important; 
    margin: 0 !important;
  }
  .width-limit {
    padding-left: 10px;
    padding-right: 10px;
  }
  .archive .article:first-child {
    width: 50%;
  }
  .archive .article {
    width: 50%;
    padding: 0 10px;
  }
  .image-wrapper,
  .spa .article:nth-child(odd) .image-wrapper,
  .wellness .article:nth-child(odd) .image-wrapper {
    max-width: 100%;
  }
  .places h2 a {
    display: block;
  }
}
@media (max-width: 450px) {
  .archive .article:first-child {
    width: 100%;
  }
  .archive .article {
    width: 100%;
    padding: 0 10px;
  }
  .spaan-home-grid-kwadrat-1 img,
  .spaan-home-grid-kwadrat-2 img,
  .spaan-home-grid-wysoka img {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
}
.article small a {
  display: none;
}
.article small a:nth-of-type(1) {
  display: inline;
}
.slide small a {
  display: none;
}
.slide small a:nth-of-type(1) {
  display: inline;
}
.container-blog .pagination {
  border: none !important;
  position: relative !important;
  padding: 30px 0 !important;
}
.container-blog .article {
  margin: 50px 0;
  min-height: 300px;
}
.first-category .image-wrapper {
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.title-block small {
  display: none;
}
.title-block p {
  margin-bottom: 0px;
  margin-top: 3px;
  color: #565e70;
  font-size: 120%;
}
@media (max-width: 600px) {
  .category-menu {
    width: 100%;
    padding: 0 10px 20px 10px;
  }
}
/***** newsletter ********/
.nl-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  max-width: 1240px;
  padding-left: 35px;
  padding-right: 35px;
}
.nl-section img {
  max-width: 100%;
}
.nl-header-gold, .nl-header-blue {
  font-family: p22-mackinac-pro, sans-serif;
  font-weight: bold;
  margin-bottom: 3rem;
}

.nl-header-blue {
  color: #0077a4;
}
.nl-header-gold {
  color: #d2a055;
}
.nl-text-bold {
  font-family: Nunito, sans-serif;
  font-weight: bold;
}
.nl-text {
  font-family: Nunito, sans-serif;
  margin-bottom: 3.6rem;
}
.nl-button-blue, .nl-button-white {
  display: inline-block;
  height: 42px;
  width: 232px;
  line-height: 42px;
  font-family: p22-mackinac-pro, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.nl-button-blue.fullwidth, .nl-button-white.fullwidth {
  width: 100%;
}
.nl-button-blue {
  color: #fff;
  background-color: #0077a4;
  border: 1px solid #0077a4;
}
.nl-button-white {
  color: #0077a4;
  background-color: #fff;
  border: 1px solid #0077a4;
}
.nl-button-blue:hover {
  cursor: pointer;
  background-color: #209dcd;
  border: 1px solid #209dcd;
  color: #fff;
  text-decoration: none;
  transition: all .4s;
}
.nl-button-white:hover {
  cursor: pointer;
  border: 1px solid #209dcd;
  color: #209dcd;
  text-decoration: none;
  transition: all .4s;
}
.nl-sign-up .nl-button-white.fullwidth, .nl-sign-up .nl-button-blue.fullwidth  {
  max-width: 430px;
  margin-bottom: 1.4rem;
}
.nl-sign-up .nl-button-white.fullwidth {
  text-transform: none;
}
.nl-sign-up .mc4wp-form input[type=email], 
.nl-sign-up .mc4wp-form input[type=submit] {
  display: block;
}

.nl-sign-up input[type=email]::placeholder {
  color: #0077a4;
  opacity: .3;
}
.nl-sign-up input[type=email]:-ms-input-placeholder {
  color: #0077a4;
  opacity: .3;
}
.nl-sign-up input[type=email]:-moz-placeholder {
  color: #0077a4;
  opacity: .3;
}
.nl-sign-up input[type=email]::-moz-placeholder {
  color: #0077a4;
  opacity: .3;
}
.nl-sign-up input[type=email]::-ms-input-placeholder {
  color: #0077a4;
  opacity: .3;
}
.nl-sign-up input[type=email]:focus::placeholder {
  color:transparent;
}
.nl-sign-up input[type=email]:focus:-ms-input-placeholder {
  color:transparent;
}
.nl-sign-up input[type=email]:focus:-moz-placeholder {
  color:transparent;
}
.nl-sign-up input[type=email]:focus::-moz-placeholder {
  color:transparent;
}
.nl-sign-up input[type=email]:focus::-ms-input-placeholder {
  color:transparent;
}
.nl-sign-up .nl-checkbox {
  font-family: Nunito, sans-serif;
  font-size: .8rem;
  display: inline-block;
  color: #0077a4;
  max-width: 420px;
  vertical-align: top;
  margin-top: 2px;
}
.mc4wp-success p, .mc4wp-notice p, .mc4wp-error p {
  font-weight: 700;
  max-width: 420px;
  font-size: 1.2rem;
}
.mc4wp-success p {
  color: #468847;
}
.mc4wp-notice p {
  color: #3a87ad; 
}
.mc4wp-error p {
  color: #CD5C5C; 
}
.nl-sign-up .nl-right {
  position: relative;
  text-align: center;
}
.nl-sign-up img {
  position: relative;
}
.nl-sign-up .nl-img-box {
  position: relative;
  margin-top: 3rem;
}
.nl-sign-up .nl-img-frame {
  border: 1px solid #0077a4;
  position: absolute;
  width: 104%;
  height: 96%;
  top: 2%;
  left:-2%;
}
.nl-what-you-get {
  border: 1px solid #0077a4;
}
.nl-what-you-get .nl-left {
  padding-left: 3rem;
}
.nl-what-you-get .nl-right {
  padding-right: 3rem;
}
.nl-what-you-get .nl-button-white {
  margin-left: 1.4rem;
}
.nl-what-you-get .nl-text {
  max-width: 360px;
}
.nl-what-you-get .swiper-pagination-fraction, .nl-where-use .swiper-pagination-fraction {
  color: #0077a4;
  opacity: .2;
  position: relative;
  bottom: 0;
  font-size: 3rem;
  font-family: p22-mackinac-pro, sans-serif;
  height: 140px;
}
.nl-what-you-get .swiper-slide h2 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
.nl-where-use .nl-left {
  text-align: center;
}
.nl-where-use .nl-left .swiper-container{
  top: 50%;
  transform: translateY(-50%);
}
.nl-where-use .swiper-container .swiper-slide {
  height: auto;
}
.nl-where-use .swiper-container img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.nl-where-use .swiper-button-next {
  top: 50%;
  right: -20px;
  opacity: .1;
}
.nl-where-use .swiper-button-prev {
  top: 50%;
  left: -20px;
  opacity: .1;
}
.nl-where-use .swiper-pagination-fraction {
  top: 90%;
  height: auto;
  position: absolute;
  z-index: 999;
}
.nl-where-use .nl-right {
  text-align: right;
}
.nl-where-use .nl-right .nl-text{
  max-width: 360px;
  margin-left: auto;
}
#where-use-multi .swiper-container{
  top: 50%;
  transform: translateY(-50%);
}
.nl-pop-up {
  display: none;
  position: fixed;
  top: 150px;
  left: 50%;
  transform: translate(-50%);
  max-width: 830px;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 70px 20px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 70px 20px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 70px 20px rgba(0,0,0,0.2);
}
.nl-pop-up.show {
  display: block;
}
.nl-pop-up .nl-left {
  background-repeat: no-repeat;
  background-position: 70% 100%;
  background-size: cover;
}
.nl-pop-up .nl-close-pop-up p {
  display: inline-block;
  background-color: #fff;
  font-family: p22-mackinac-pro, sans-serif;
  font-style: italic;
  padding: .3rem;
  font-size: .7rem;
  margin-top: .7rem;
  margin-left: .7rem;
}
.nl-pop-up .nl-close-pop-up:hover {
  cursor: pointer;
}
.nl-pop-up .nl-right {
  background-color: #fff;
  padding: 3rem 2rem;
}
.nl-pop-up .nl-right .nl-text {
  max-width: 270px;
}

@media (max-width: 1440px) {
  .nl-section {
    max-width: 90%;
  }
  .nl-what-you-get .nl-button-blue, .nl-what-you-get .nl-button-white {
    display: block;
  }
  .nl-what-you-get .nl-button-white {
    margin-left: 0;
    margin-top: 1.4rem;
  }
}
@media (max-width: 1200px) {
  .nl-sign-up .nl-button-white.fullwidth, .nl-sign-up .nl-button-blue.fullwidth  {
    max-width: 90%;
  }
  .nl-sign-up .nl-checkbox {
    max-width: 85%;
  }
  .mc4wp-success p {
    max-width: 85%;
  }
  .nl-what-you-get .swiper-slide h2 {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .nl-header-gold, .nl-header-blue {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .nl-header-blue {
    margin-bottom: 2rem;
  }
  .nl-what-you-get {
    padding-bottom: 0;
  }
  .nl-what-you-get .nl-text, .nl-where-use .nl-right .nl-text {
    max-width: initial;
  }
  .nl-what-you-get .nl-right {
    padding-right: .9375rem;
    margin-top: 2rem;
  }
  .nl-what-you-get .swiper-pagination-fraction {
    height: 90px;
    top: 100%;
  }
  .nl-where-use .nl-right {
    text-align: left;
  }
  .nl-where-use .nl-left {
    margin-top: 2rem;
  }
}
@media (max-width: 480px) {
  .nl-section.nl-sign-up {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .nl-sign-up .nl-button-white.fullwidth, .nl-sign-up .nl-button-blue.fullwidth {
    max-width: 300px;
  }
  .nl-what-you-get .nl-left {
    padding-left: .9375rem;
  }
}

/****** single object *******/
.back-to-main {
  background: url(/wp-content/themes/spa/images/arrow-pointing-to-right.svg) 0% 50% no-repeat #fff;
  font-family: Muli, sans-serif;
  font-size: .7rem;
  line-height: 0.93;
  color: #8b8b8b;
  padding: 19px 0px 19px 40px;
  display: inline-block;
  margin: 10px 0 0;
  transition: all 0.2s ease-in-out;
  text-align: left;
}
.back-to-main:hover {
  text-decoration: none;
  color: #8b8b8b;
}
.object-main-title {
  font-size: 42px;
  font-weight: 500;
}
.object-single-subtitle {
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.1rem;
}
.object-rate {
  display: none;
}
.object-single-contact-top {
  padding-top: 20px;
}
.object-phone, .object-city, .object-region {
  text-transform: uppercase;
  font-size: .7rem;
}
.object-city {
  margin-left: .5rem;
}
.object-carousel-gallery-top, .object-carousel-gallery-thumbs {
  width: 100%;
  height: 340px;
  margin-left: auto;
  margin-right: auto;
}
.object-carousel-gallery-top .swiper-slide, .object-carousel-gallery-thumbs .swiper-slide {
  background-size: cover;
  background-position: center;
}
.object-carousel-gallery-top {
  height: 340px;
  width: 100%;
}
.object-carousel-gallery-thumbs {
  height: 140px;
  box-sizing: border-box;
  padding: 10px 0 !important;
}
.object-carousel-gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
}
.object-carousel-gallery-thumbs .swiper-slide:hover {
  cursor: pointer;
  opacity: .8;
  transition: all 0.2s ease-in-out;
}
.object-carousel-gallery-thumbs .swiper-slide-active {
  width: 25%;
  height: 100%;
}
.object-carousel-gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.object-single-contact-form {
  display: flex;
}
.object-single-contact-form input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email, .object-single-contact-form textarea.wpcf7-form-control.wpcf7-textarea, .object-adress input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email, .object-adress textarea.wpcf7-form-control.wpcf7-textarea{
  width: 100%;
  background-color: #eff3f5;
  border: none;
  border-bottom: 1px solid #209dcd;
  padding: 1rem;
}
.object-single-contact-form .object-contact-form-accept, .object-adress .object-contact-form-accept {
  font-size: .7rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.object-single-contact-form input[type=submit], .object-adress input[type=submit] {
  background: url(/wp-content/themes/spa/images/arrow-more.svg) 95% 50% no-repeat #d6a34d;
  width: 100%;
  font-family: Muli, sans-serif;
  font-size: .8rem;
  line-height: 0.93;
  color: #ffffff;
  padding: 19px 0px 19px 20px;
  display: inline-block;
  margin: 10px 0 0;
  transition: all 0.2s ease-in-out;
  text-align: left;
}
.object-single-nav {
  margin-top: 2rem;
}
.object-single-nav .nav {
  border-bottom: 1px solid #eff3f5;
}
.object-nav {
  padding-bottom: 2rem;
}
.object-nav .nav-link {
  padding: 0 0 .7rem 0;
  color: #8b8b8b;
  font-weight: 600;
  font-size: .75rem;
  margin-right: 4rem;
}
.object-nav .nav-item:last-child .nav-link {
  margin-right: 0rem;
}
.object-nav .nav-link::after {
  content: "";
}
.object-nav .nav-link.active {
  text-decoration: none;
  color: #209dcd;
  border-bottom: 1px solid #209dcd;
}
.object-single-title, .object-facilities .object-single-title {
  font-family: p22-mackinac-pro, sans-serif;
  color: #565e70;
  margin-bottom: 2rem;
  font-weight: 500;
}
.object-about {
  width: 100%;
}
.object-about p {
  font-weight: 300;
  margin-bottom: 3rem;
  text-align: justify;
}
.object-about .object-link-white, .object-link-brown {
  background: url(/wp-content/themes/spa/images/arrow-more-brown.svg) 95% 50% no-repeat #fff;
  color: #d6a34d !important;
  border: 1px solid #d6a34d;
  width: 100%;
  margin: auto;
  display: block;
  font-family: Muli, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 0.93;
  padding: 19px 0 19px 24px;
  transition: all 0.2s ease-in-out;
}
.object-link-brown {
  text-align: center;
  color: #fff !important;
  background: url(/wp-content/themes/spa/images/arrow-more.svg) 95% 50% no-repeat #d6a34d;
  margin-bottom: .3rem;
  font-size: 20px;
  font-weight: 500;
}
.object-services-list-row {
  background: #fff;
  text-align: left;
}
.object-services-list-row .object-services-list-header {
  background: #0077a4;
  padding-left: 0px;
}
.object-services-list-row .object-services-list-header h2 {
  float: none;
  background: #0077a4;
  color: #fff;
}
.object-services-list-show {
  background: url(../images/down-white.svg) no-repeat center center;
  transition: all 0.2s ease-in-out;
}
.object-services-list-hide {
  background: url(../images/down-white.svg) no-repeat center center;
  transform: rotate(180deg);
  transition: all 0.2s ease-in-out;
}
.object-services-list-row .object-services-link {
  border-bottom: 1px solid #eff3f5;
  max-width: 100%;
  width: 100%;
  padding-right: 0;
}
.object-services-list-row .object-services-link .service_item_left{
  display: inline-block;
  width: 75%;
  vertical-align: middle;
}
.object-services-list-row .object-services-link .service_item_right{
  display: inline-block;
  width: 24%;
  vertical-align: middle;
}
.object-services-list-row .object-services-link .service_item_right .service_item_discount{
  width: 120px;
  height: 120px;
  border: 2px solid #d2a055;
  text-align: center;
  margin-left: auto;
  display: table;
}
.object-services-list-row .object-services-link .service_item_right .service_item_discount p{
  display: table-cell;
    vertical-align: middle;
}
.object-services-list-row .object-services-link:last-child {
  border-bottom: none;
}
.object-services-list-row .object-services-link .service_name {
  color: #0077a4;
  font-weight: 700;
  margin-top: 1.2rem;
  font-size: 1.2rem;
}
.object-services-list-row .object-services-link .service_item_description p {
  font-size: .9rem;
  margin-bottom: 1.2rem;
}
.object-reviews h4 {
 font-family: p22-mackinac-pro, sans-serif;
}
.object-adress h4 {
  font-family: p22-mackinac-pro, sans-serif;
  margin-top: .4rem;
}
.object-adress h5 {
  font-family: p22-mackinac-pro, sans-serif;
}
.object-facilities {
  margin-top: 5rem;
}
.object-facilities li {
  text-transform: uppercase;
  font-size: .85rem;
  font-weight: 600;
  border-bottom: 1px solid #eff3f5;
  margin-bottom: 1rem;
  padding-bottom: .8rem;
}
.object-facilities li:last-child {
  border-bottom: none;
}
.object-facilities li img {
  margin-right: .6rem;
}
.object-single .spa-card img {
  max-width: 100%;
}
.object-single .spa-card {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.object-single .spa-card a {
  font-weight: 300;
}
.random-objects {
  margin-top: 1.6rem;
  margin-bottom: 7rem;
}
.random-object .img-box {
  position: relative;
}
.random-object img {
  max-width: 100%;
}
.random-object .img-frame {
  border: 1px solid #2ec5ff;
  position: absolute;
  width: 96%;
  height: 104%;
  top: -2%;
  left: 2%;
}
.random-object .object-rate {
  margin-top: 1rem;
  margin-bottom: .6rem;
  display: none;
}
.random-object .object-single-title {
  margin-bottom: .4rem;
  margin-top: 1rem;
}
.random-object .object-single-title a {
  color: #565e70;
}

@media (max-width: 1199px) {
  .object-carousel-gallery-thumbs {
    height: 120px;
  }
}
@media (max-width: 991px) {
  .object-single-contact-top {
    padding-top: 0px;
  }
  .object-single-contact-form {
    display: none;
  }
  .object-single .spa-card a {
    display: block;
    margin: auto;
  }
  .random-object .object-single-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .object-main-title {
    font-size: 34px;
  }
  .object-single-subtitle {
    font-size: 1rem;
  }
  .object-carousel-gallery-top {
    height: 300px;
  }
  .object-carousel-gallery-thumbs {
    height: 100px;
  }
  .object-services-list-row .object-services-list-header h2 {
    width: 85%;
  }
  .random-objects {
    margin-bottom: 5rem;
  }
  .random-objects .object-main-title {
    text-align: center;
  }
  .random-object {
    margin-bottom: 2.4rem;
  }
  .random-object .img-box {
    max-width: 395px;
    margin: auto
  }
  .random-object .text-box {
    max-width: 395px;
    margin: auto
  }
}
@media (max-width: 675px) {
  .object-single {
    max-width: 96%;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .object-services-list-row .object-services-link {
    padding-left: 5px;
  }
  .object-services-list-row .object-services-link .service_item_left{
    width: 62%;
  }
  .object-services-list-row .object-services-link .service_item_right{
    width: 36%;
  }
  .object-services-list-row .object-services-link .service_item_right .service_item_discount{
    width: 100px;
    height: 100px;
  }
  .object-services-list-row .object-services-link .service_item_right .service_item_discount p{
   font-size: 14px;
  }
}
@media (max-width: 479px) {
  .object-carousel-gallery-top {
    height: 260px;
  }
  .object-carousel-gallery-thumbs {
    height: 85px;
  }
  .object-nav .nav-link {
    margin-right: 1.8rem;
  }
  .object-services-list-row .object-services-list-header h2 {
    width: 80%;
  }
  .object-single .tab-pane .category {
    padding: 0;
  }
}
@media (max-width: 380px) {
  .object-carousel-gallery-top {
    height: 230px;
  }
  .object-carousel-gallery-thumbs {
    height: 70px;
  }
}

/****** job offers ******/
.container-job-offers .back {
  color: #8b8b8b;
  font-weight: normal;
  font-size: 14px;
  background: url(/wp-content/themes/spa/images/arrow-back.png) left center no-repeat;
  padding-left: 40px;
  margin-bottom: 10px;
  display: inline-block;
}
.job-offers-title {
  margin-bottom: 4rem;
  width: 100%;
}
a.job-offer-link {
  display: contents;
}
a.job-offer-link:hover {
  text-decoration: none;
}
.job-container, .job-container1, .random-job, .random-job1 {
  border: 1px solid #0076a0;
  border-left-width: 40px;
  margin-bottom: 30px;
  padding: 1.5rem 1.5rem .5rem 1.5rem;
  position: relative;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.job-container1 {
  border-color: #d6a34d;
  padding: 2.4rem 1.5rem .5rem 1.5rem;
}
.random-job1 {
  border-color: #d6a34d;
}
.job-container1::before, .random-job1::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/spa/images/star-white.png") center no-repeat;
  left: -30px;
}
.job-logo {
  max-height: 100px;
}
.job-logo img {
  max-width: 100%;
  height: auto;
}
.job-info {
  padding-left: 2rem;
}
.job-position {
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 20px;
  color: #0076a0;
  margin-bottom: 1.6rem;
}
.job-container1 .job-position {
  color: #d6a34d;
}
.job-city, .job-type, .job-payment, .job-level {
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 14px;
  color: #595959;
  padding-left: 45px;
  position: relative;
}
.job-city, .job-type, .job-payment, .job-level {
  margin-bottom: 1rem;
}
.job-city::before, .job-type::before, .job-payment::before, .job-level::before {
  background: url("/wp-content/themes/spa/images/pin-blue.png") left no-repeat;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 15px;
}
.job-type::before {
  background: url("/wp-content/themes/spa/images/clock-blue.png") left no-repeat;
}
.job-payment::before {
  background: url("/wp-content/themes/spa/images/money-blue.png") left no-repeat;
}
.job-level::before {
  background: url("/wp-content/themes/spa/images/briefcase-blue.png") left no-repeat;
}
.job-application-link {
  display: inline-block;
  width: 150px;
  height: 40px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  margin-top: 40px;
  font-family: Nunito, Arial, sans-serif;
  font-weight: 700;
  font-size: 12px;
  background: url(/wp-content/themes/spa/images/arrow-right-white.svg) 88% no-repeat #d6a34d;
  border: 1px solid #d6a34d;
  background-size: 7%;
  color: #fff;
}
.job-application-link:hover {
  color: #fff;
  background-color: #d2a055;
  text-decoration: none;
}
.job-container .job-application-link {
  background: url(/wp-content/themes/spa/images/arrow-right-brown.svg) 88% no-repeat #fff;
  background-size: 7%;
  color: #d6a34d;
}
.job-container .job-application-link:hover {
  color: #d2a055;
  text-decoration: none;
}
.job-post-date {
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 14px;
  color: #595959;
  margin-top: 40px;
  opacity: .5;
}
.job-empty-col {
  display: none;
}
.job-single-info {
  margin-right: 0;
  margin-left: 0;
  border: 1px solid #0076a0;
  padding: 1.4rem 1.4rem .6rem 2rem;
  height: 100%;
}
.job-single-info .job-position {
  font-size: 24px;
  margin-bottom: .8rem;
}
.job-place {
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 16px;
  color: #595959;
  margin-bottom: 1.6rem;
}
.job-single-info .job-city, .job-single-info .job-type, .job-single-info .job-payment, .job-single-info .job-level {
  padding-left: 30px;
}
.job-single-info .job-city::before, .job-single-info .job-type::before, .job-single-info .job-payment::before, .job-single-info .job-level::before {
  left: 0;
}
.job-single .job-logo, .job-single-dates {
  text-align: right;
}
.job-single-dates {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.job-single-dates p {
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 12px;
  color: #595959;
  margin-bottom: 0;
  line-height: 20px;
}
.job-single-app-box {
  background-color: rgba(0,118,160, .05);
  padding: 1.4rem 1.4rem 1.4rem 2rem;
  height: 100%;
}
.job-single .job-application-link {
  margin-top: 0;
  margin-bottom: 2rem;
}
.job-single-title-grey {
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 24px;
  color: #595959;
  margin-bottom: 30px;
}
.job-share-text {
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 14px;
  color: #595959;
  opacity: .5;
  margin-bottom: .4rem;
}
.job-share-icon {
  display: inline-block;
  width: 15%;
  text-align: center;
}
.job-share-icon img {
  height: 25px;
  width: 25px;
  margin: auto;
}
.job-desc-box {
  border: 1px solid #0076a0;
  margin-top: 1.2rem;
}
.job-image {
  position: relative;
}
.job-image img {
  max-width: 100%;
  height: auto;
}
.job-image .job-image-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgba(255,255,255,0);
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}
.job-desc {
  padding: 2rem;
}
.job-desc-header {
  color: #d6a34d;
  font-family: Nunito, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 1.4rem;
}
.job-desc-text, .job-desc-text-plus {
  color: #595959;
  font-family: Nunito, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 2.4rem;
}
.job-desc-text-plus p, .job-desc-text-plus li {
  color: #595959;
  font-family: Nunito, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.job-desc-text-plus li {
  list-style-type: none;
  position: relative;
}
.job-desc-text-plus li::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #0076a0;
  position: absolute;
  left: -20px;
  top: 8px;
  border-radius: 50%;
}
.random-jobs {
  margin-top: 2.2rem;
}
.random-job-link:hover {
  text-decoration: none;
}
.random-job .job-position, .random-job1 .job-position {
  font-size: 18px;
  margin-bottom: .8rem;
}
.random-job1 .job-position {
  color: #d6a34d;
}
.random-job .job-place, .random-job1 .job-place {
  font-size: 14px;
  margin-bottom: .8rem;
}
.random-job .job-city, .random-job1 .job-city {
  padding-left: 30px;
}
.random-job .job-city::before, .random-job1 .job-city::before {
  left: 0;
}
.job-form-container .wpcf7 {
  margin-top: 1.2rem;
  margin-bottom: 7rem;
  background-color: rgba(0,118,160, .05);
  padding-top: 2rem;
  padding-bottom: 1.4rem;
}
.job-form-container .wpcf7-form {
  max-width: 70%;
  margin: auto;
}
.job-form-container .wpcf7 h3 {
  text-align: center;
}
.job-form-container .job-input-fields span {
  display: inline-block;
  width: 50%;
  margin-bottom: 1rem;
}
.job-form-container .job-input-fields span input {
  border: 1px solid #0077a4;
  padding: .7rem 1.3rem;
  max-width: 94%;
  margin: auto;
  display: block;
  color:  #0077a4;
}
.job-form-container .job-input-fields span input::placeholder {
  color: #0077a4;
  opacity: .5;
}
.job-form-container .job-input-fields span input:-ms-input-placeholder {
  color: #0077a4;
  opacity: .5;
}
.job-form-container .job-input-fields span input::-ms-input-placeholder {
  color: #0077a4;
  opacity: .5;
}
.job-form-container .job-your-file-field {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 2%;
  vertical-align: top;
}
.job-form-container .your-file {
  position: relative;
}
.job-form-container .your-file input {
  font-size: 0;
  position: absolute;
  z-index: 1;
}
.job-form-container .your-file:before {
  height: 40px;
  width: 40px;
  content:url(/wp-content/themes/spa/images/attachment.png) ;
  position: absolute;
  z-index: 2;
}
.job-form-container .job-your-file-text {
  position: absolute;
  width: 300px;
  left: 60px;
  top: 70%;
  font-style: italic;
  font-size: 14px;
}
.job-form-container .job-accept-fields {
    font-family: Nunito, Arial, sans-serif;
    font-size: 12px;
    color: #595959;
}
.job-form-container .job-accept-fields a {
    color: #d6a34d;
}
.job-form-container .job-submit-field {
    text-align: center;
}
.job-form-container input[type="submit"] {
    display: inline-block;
    width: 250px;
    height: 50px;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    font-family: Nunito, Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    background: url(/wp-content/themes/spa/images/arrow-right-white.svg) 92% no-repeat #d6a34d;
    border: 1px solid #d6a34d; 
    background-size: 7%;
    color: #fff;
}
.job-form-container .job-input-fields span.wpcf7-not-valid-tip {
  width: 96%;
  margin-left: 4%;
}
.job-form-container .job-your-file-field .wpcf7-not-valid-tip {
  margin-left: 3rem;
}
@media (max-width: 992px) {
  .job-container, .job-container1 {
    padding: 1.5rem;
  }
  .job-empty-col {
    display: flex;
  }
  .job-application-link {
    margin-top: 0;
  }
  .job-post-date {
    margin-top: 22px;
  }
  .job-single-app-box {
    height: auto;
    margin-top: 1.2rem;
  }
}
@media (max-width: 768px) {
  .job-logo {
    margin-bottom: 1.2rem;
    max-height: 60px;
  }
  .job-logo img {
    height: 100%;
    width: initial;
  }
  .job-info {
    padding-left: .9375rem
  }
  .job-position {
    margin-bottom: 1rem;
  }
  .job-city, .job-type {
    margin-bottom: .6rem;
  }
  .job-single .job-logo img {
    max-width: 100%;
    height: auto;
  }
  .job-form-container .wpcf7-form {
    max-width: 90%
  }
  .job-form-container .job-accept-fields {
    margin-top: 3rem;
  }
}
@media (max-width: 576px) {
  .job-container, .job-container1 {
    padding-bottom: 0;
  }
  .container-job-offers .row {
    margin-right: 0;
    margin-left: 0;
  }
  .job-city, .job-type, .job-payment, .job-level {
    margin-bottom: .6rem;
    padding-left: 30px;
  }
  .job-city::before, .job-type::before, .job-payment::before, .job-level::before {
    left: 0;
  }
  .job-app-data .col-12 {
    padding-left: 0;
  }
  .job-post-date {
    margin-top: 15px;
    font-size: 12px;
  }
  .job-form-container .wpcf7 {
    margin-bottom: 4rem;
  }
}

@media (max-width: 480px) {
  .job-single-info {
    padding: 1.4rem .4rem .6rem .4rem;
  }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; 
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; 
    flex: 0 0 100%;
    max-width: 100%;
  }
  .job-single .job-logo {
    text-align: left;
  }
  .job-single .job-logo img {
    height: 60px;
    width: auto;
  }
  .job-single-dates {
    top: -.5rem;
    bottom: auto;
    right: .5rem;
    font-size: .7rem;
  }
  .job-single-dates p {
    font-size: 10px;
  }
  .job-form-container .job-input-fields span {
    width: 100%;
  }
  .job-single input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    width: auto;
  }
}
.partner-wrap .container-login {
  width: 100%;
}
.partner-reg .partner-reg--bg {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 480px) {
  .partner-reg .partner-reg--bg {
    padding-left: .5rem;
    padding-right: .5rem;
  }
  div.nsl-container .nsl-button-default span.nsl-button-label-container {
    font-size: 12px;
    margin: 0 20px 0 10px;
  }
}

/****** ads ******/
#ad-billboard {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#ad-billboard img{
  width: auto;
  height: auto;
  max-width: 100%;
}



/****** Kalendarium archive ******/
.form-service {
  background-color: #eff3f5;
  margin-bottom: 40px;
  padding: 10px;
  width: 100%;
}

.form-service #form-controls {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 768px) {
  .form-service #form-controls {
   flex-flow: column nowrap;
  }
}

.form-service #form-controls input[type=text] {
  padding: 10px;
  background: white;
  border: none;
  flex-grow: 1;
  margin: 5px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .form-service #form-controls input[type=text] {
    margin: 0px 0px 10px 0;
    font-size: 14px!important;
  }
}

.form-service #form-controls .select2.select2-container {
  flex-grow: 1;
  margin: 5px;
}
@media (max-width: 768px) {
  .form-service #form-controls .select2.select2-container {
    width: 100%!important;
    margin: 0px 0px 10px 0;
  }
}

.form-service #form-controls .select2.select2-container .selection .select2-selection {
  font-size: 16px;
  padding: 10px;
  border: none!important;
  height: 51.5px!important;
}
@media (max-width: 768px) {
  .form-service #form-controls .select2.select2-container .selection .select2-selection {
    padding: 5px;
    font-size: 14px;
    height: 34px!important;
    line-height: 24px;
  }
}
.form-service #form-controls .select2.select2-container .selection .select2-selection .select2-selection__arrow {
  display: none;
}
.form-service #form-controls .select2.select2-container .selection .select2-selection .select2-selection__clear {
  margin-right: 5px;
}

.select2-dropdown {
  top: unset!important;
  top: 0px!important;
  border: none!important;
  border-radius: 0!important;
  color: black!important;
  font-size: 16px;
}
@media (max-width: 768px) {
  .select2-dropdown {
    top: 0px!important;
    font-size: 14px;
  }
}
.select2-container .select2-search--inline .select2-search__field {
    height: 22px;
    margin-top: 0px;
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: #000;
    opacity: 1;
    font-family: Nunito, Arial, sans-serif;
}
@media (max-width: 768px) {
    .select2-container--default .select2-search--inline .select2-search__field::placeholder {
        text-align: center;
    }
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    color: black;
}
@media (min-width: 769px) {
    .select2-container .select2-search--inline .select2-search__field {
        margin-top: 7px;
    }
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0px;
}
@media (min-width: 769px) {
    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        margin-top: 2px;
    }
}
.form-service #form-controls input[type=text]::placeholder {
  color: #8b8b8b!important;
  opacity: 1!important;
}

@media (max-width: 992px) {
  .form-service #form-controls input[type=text] {
    padding: 5px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .form-service #form-controls input[type=text] {
    text-align: center;
    width: 100%;
  }
}

.form-service #form-controls > button {
  padding: 10px 15px;
  background: white;
  border: none;
  margin: 5px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .form-service #form-controls > button {
    flex: 0 0 calc(50% - 10px);
    padding: 5px;
    font-size: 14px;
  }
}

#form-controls > .input-search-form {
  background-color: rgb(214, 163, 77)!important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .3s ease-in-out;
}
#form-controls > .input-search-form:hover {
  background-color: #d48d00!important;
}

#form-controls > .input-search-form svg {
  display: inline-block;
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  #form-controls > .input-search-form svg{
    width: 22px;
    height: 22px;
  }
}

#form-controls > .input-search-form svg path {
  fill: white;
}


.kalendarium .no-results {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px;
}

.kalendarium p {
  font-size: 13px;
  line-height: 1.5;
}

#filters .submit-filter {
  width: 100%;
}

#filters .submit-filter .btn-service {
  display: block;
  width: 100%;
  background-color: rgb(214, 163, 77);
  border: transparent;
  transition: all .3s ease-in-out;
}
#filters .submit-filter .btn-service:hover {
  background-color: #d48d00!important;
}


/****** Kalendarium single ******/
.kalendarium__single {
  margin-bottom: 60px;
}

.kalendarium__single > .image-wrapper {
  float: none;
  width: unset;
  margin-right: unset;
  margin-bottom: 30px;
  display: block;
}

.kalendarium__single > .image-wrapper > img {
  display: block;
  height: 250px;
  width: 100%;
  object-fit: cover;
}

.kalendarium__single > h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.17;
  margin-bottom: .5rem;
}

.kalendarium__single > h2 a {
  color: #565e70;
}

.kalendarium__single > h3,
.kalendarium__single > h4 {
  font-family: p22-mackinac-pro, sans-serif;
  font-size: 18px;
}


/****** Strona główna ******/
.homepage-search {
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #eff3f5;
  background-size: cover;
  background-position: center;
}
@media (max-width: 992px) {
  .homepage-search {
    min-height: 400px;
  }
}

.homepage-search .homepage-search__wrapper {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.homepage-search .homepage-search__wrapper .width-limit {
  position: relative;
}

.homepage-search .homepage-search__wrapper h1 {
  margin: 10px;
  display: block;
  color: white;
}
@media (max-width: 992px) {
  .homepage-search .homepage-search__wrapper h1 {
    font-size: 32px;
  }
}
.homepage-search .homepage-search__wrapper .search-button {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  width: 100%;
  padding: 0.8rem 1.5rem;
  text-align: center;
  background-color: rgb(214, 163, 77);
  margin: 1rem auto;
  transition: all .3s ease-in-out;
  font-weight: 700;
  letter-spacing: 1px;
  max-width: 340px;
}
.homepage-search .homepage-search__wrapper .search-button:hover {
  background-color: #d48d00;
  text-decoration: none;
}

#toggle-filters {
  flex-grow: 1;
}
input[name="dates"] {
  text-align: center;
}