/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* -------------------------------------------------- Mixins */
/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Offerbox */
.wkOfferBox {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.wkOfferBox .headline {
  margin-bottom: 1rem;
  padding: 0 2rem;
  text-align: center;
}
.wkOfferBox .subline {
  font-size: var(--font-size--large);
  padding: 0 2rem;
  text-align: center;
}
.wkOfferBox .likeTrigger {
  align-items: center;
  background: var(--white);
  border: 0.1rem solid var(--primary);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 3rem;
  justify-content: center;
  position: absolute;
  width: 3rem;
}
.wkOfferBox .likeTrigger i {
  color: var(--primary);
  font-size: 1.5rem;
}
.wkOfferBox.type1 .wkOfferBox__heading {
  margin-bottom: 2rem;
}
.wkOfferBox.type1 .wkOfferBox__wrapper {
  margin: 0 auto;
  max-width: 136.6rem;
}
@media (min-width: 768px) {
  .wkOfferBox.type1 .wkOfferBox__wrapper {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .wkOfferBox.type1 .wkOfferBox__wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 1366px) {
  .wkOfferBox.type1 .wkOfferBox__wrapper {
    margin-bottom: 3rem;
  }
}
.wkOfferBox.type1 .wkOfferBox__wrapper.noImage {
  margin-bottom: 0;
}
.wkOfferBox.type1 .wkOfferBox__wrapper.noImage .wkOfferBox__container {
  height: auto;
}
.wkOfferBox.type1 .wkOfferBox__wrapper.noImage .wkOfferBox__offers {
  position: relative;
  top: 0;
}
.wkOfferBox.type1 .wkOfferBox__container {
  align-items: center;
  display: flex;
  height: 107.6rem;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .wkOfferBox.type1 .wkOfferBox__container {
    height: 46.7rem;
    overflow: visible;
  }
}
@media (min-width: 1200px) {
  .wkOfferBox.type1 .wkOfferBox__container {
    height: 37rem;
  }
}
.wkOfferBox.type1 .wkOfferBox__image {
  align-items: center;
  display: flex;
  height: 107.6rem;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .wkOfferBox.type1 .wkOfferBox__image {
    display: block;
    height: 46.7rem;
  }
}
@media (min-width: 1200px) {
  .wkOfferBox.type1 .wkOfferBox__image {
    height: 27rem;
  }
}
.wkOfferBox.type1 .wkOfferBox__offers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 30rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .wkOfferBox.type1 .wkOfferBox__offers {
    left: 0;
    position: absolute;
    top: 4rem;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .wkOfferBox.type1 .wkOfferBox__offers {
    top: 17rem;
  }
}
.wkOfferBox.type1 .wkOfferBox__offer {
  background: var(--white);
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 20rem;
  margin: 0 2rem 4rem 2rem;
  padding: 1.5rem;
  position: relative;
  width: 23rem;
}
@media (min-width: 768px) {
  .wkOfferBox.type1 .wkOfferBox__offer {
    margin: 0 2rem 5rem 2rem;
  }
}
@media (min-width: 1200px) {
  .wkOfferBox.type1 .wkOfferBox__offer {
    margin: 0 2rem 2rem 2rem;
  }
}
.wkOfferBox.type1 .wkOfferBox__offer:before {
  background: var(--black);
  content: "";
  filter: blur(1rem);
  height: 20rem;
  left: 0.5rem;
  opacity: 0.5;
  position: absolute;
  top: 1rem;
  width: 22rem;
  z-index: -1;
}
.wkOfferBox.type1 .wkOfferBox__offer:after {
  background: var(--primary);
  bottom: 0.5rem;
  content: "";
  height: 0.3rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.wkOfferBox.type1 .wkOfferBox__offer:hover:before, .wkOfferBox.type1 .wkOfferBox__offer:focus:before, .wkOfferBox.type1 .wkOfferBox__offer:focus-within:before, .wkOfferBox.type1 .wkOfferBox__offer:active:before {
  opacity: 0.6;
  top: 2rem;
}
.wkOfferBox.type1 .wkOfferBox__title {
  display: -webkit-box;
  font-size: var(--font-size--xlarge);
  -webkit-line-clamp: 2;
  max-height: 5.5rem;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: normal;
}
.wkOfferBox.type1 .wkOfferBox__title {
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
.wkOfferBox.type1 .wkOfferBox__location {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--font-size--base);
  text-align: center;
  width: 100%;
}
.wkOfferBox.type1 .wkOfferBox__priceWrapper {
  background: var(--primary);
  bottom: 0.5rem;
  color: var(--white);
  padding: 1rem;
  position: absolute;
  right: 0;
}
.wkOfferBox.type1 .wkOfferBox__details {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.7rem;
  text-align: center;
  width: 100%;
}
.wkOfferBox.type1 .wkOfferBox__price {
  font-size: 1.6rem;
  font-weight: var(--font-weight--bold);
}
.wkOfferBox.type1 .wkOfferBox__pattern {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.wkOfferBox.type1 .wkOfferBox__region, .wkOfferBox.type1 .wkOfferBox__city {
  font-size: 1.2rem;
}
.wkOfferBox.type1 .wkOfferBox__rating {
  margin: 0.5rem 0;
  text-align: center;
  width: 100%;
}
.wkOfferBox.type1 .wkOfferBox__rating i {
  color: var(--stars);
  font-size: 1.5rem;
  margin: 0 0.2rem;
}
.wkOfferBox.type1 .wkOfferBox__bottom {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-grow: 1;
  height: 5rem;
  justify-content: space-between;
  left: 0;
  position: absolute;
  width: 100%;
}
.wkOfferBox.type1 .wkOfferBox__bottom a {
  height: 100%;
  width: 100%;
}
.wkOfferBox.type1 .wkOfferBox__touroperator {
  align-items: center;
  bottom: -0.7rem;
  display: flex;
  height: 4rem;
  justify-content: flex-start;
  position: relative;
  width: 8rem;
}
.wkOfferBox.type1 .wkOfferBox__touroperator img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.wkOfferBox.type1 .likeTrigger {
  left: -1.5rem;
  top: -0.5rem;
}
.wkOfferBox.type2 {
  overflow: visible;
}
.wkOfferBox.type2 .wkOfferBox__heading {
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .wkOfferBox.type2 .wkOfferBox__heading {
    margin-bottom: 4rem;
  }
}
.wkOfferBox.type2 .wkOfferBox__wrapper {
  margin: 0 auto;
  max-width: 120rem;
  position: relative;
}
.wkOfferBox.type2 .wkOfferBox__container {
  align-items: center;
  display: flex;
  height: 85.1rem;
  justify-content: center;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .wkOfferBox.type2 .wkOfferBox__container {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .wkOfferBox.type2 .wkOfferBox__container:after {
    background: #5a5a5a;
    bottom: 2rem;
    content: "";
    filter: blur(1rem);
    height: 6rem;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .wkOfferBox.type2 .wkOfferBox__container:after {
    bottom: 2rem;
  }
}
.wkOfferBox.type2 .wkOfferBox__imageHeadline {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--white);
  font-size: 2.4rem;
  padding: 0 2rem;
  position: absolute;
  text-align: center;
  text-shadow: 0 0.2rem 1.9rem rgba(50, 50, 50, 0.5);
  top: 3rem;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .wkOfferBox.type2 .wkOfferBox__imageHeadline {
    font-size: 4rem;
    top: 5rem;
  }
}
@media (min-width: 1200px) {
  .wkOfferBox.type2 .wkOfferBox__imageHeadline {
    font-size: 15rem;
    padding: 0 4rem;
    right: 0;
    text-align: right;
    top: 5rem;
    white-space: normal;
    width: calc(100% - 32rem);
  }
}
.wkOfferBox.type2 .wkOfferBox__image {
  align-items: center;
  display: flex;
  height: 79.1rem;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .wkOfferBox.type2 .wkOfferBox__image {
    overflow: hidden;
  }
}
.wkOfferBox.type2 .wkOfferBox__image img {
  height: 100%;
  width: auto;
}
.wkOfferBox.type2 .wkOfferBox__offers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  top: 2rem;
  width: 30rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .wkOfferBox.type2 .wkOfferBox__offers {
    top: 9rem;
  }
}
@media (min-width: 1200px) {
  .wkOfferBox.type2 .wkOfferBox__offers {
    right: 35%;
    top: -14rem;
  }
}
.wkOfferBox.type2 .wkOfferBox__offer {
  background: var(--white);
  display: flex;
  flex-wrap: wrap;
  height: 20rem;
  margin: 0 2rem 3rem 2rem;
  padding: 1.5rem;
  position: relative;
  width: 23rem;
}
@media (min-width: 768px) {
  .wkOfferBox.type2 .wkOfferBox__offer {
    margin: 0 2rem 4rem 2rem;
  }
}
@media (min-width: 1200px) {
  .wkOfferBox.type2 .wkOfferBox__offer {
    margin: 0 2rem 1rem 2rem;
  }
}
.wkOfferBox.type2 .wkOfferBox__offer:before {
  background: var(--black);
  content: "";
  filter: blur(1rem);
  height: 20rem;
  left: 0.5rem;
  opacity: 0.5;
  position: absolute;
  top: 1rem;
  width: 22rem;
  z-index: -1;
}
.wkOfferBox.type2 .wkOfferBox__offer:after {
  background: var(--primary);
  bottom: 0.5rem;
  content: "";
  height: 0.3rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.wkOfferBox.type2 .wkOfferBox__offer:hover:before, .wkOfferBox.type2 .wkOfferBox__offer:focus:before, .wkOfferBox.type2 .wkOfferBox__offer:focus-within:before, .wkOfferBox.type2 .wkOfferBox__offer:active:before {
  opacity: 0.6;
  top: 2rem;
}
.wkOfferBox.type2 .wkOfferBox__title {
  display: -webkit-box;
  font-size: var(--font-size--xlarge);
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: normal;
}
.wkOfferBox.type2 .wkOfferBox__title {
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
.wkOfferBox.type2 .wkOfferBox__location {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--font-size--base);
  text-align: center;
  width: 100%;
}
.wkOfferBox.type2 .wkOfferBox__priceWrapper {
  background: var(--primary);
  bottom: 0.5rem;
  color: var(--white);
  padding: 1rem;
  position: absolute;
  right: 0;
}
.wkOfferBox.type2 .wkOfferBox__details {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.7rem;
  text-align: center;
  width: 100%;
}
.wkOfferBox.type2 .wkOfferBox__price {
  font-size: 1.6rem;
  font-weight: var(--font-weight--bold);
}
.wkOfferBox.type2 .wkOfferBox__pattern {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.wkOfferBox.type2 .wkOfferBox__region, .wkOfferBox.type2 .wkOfferBox__city {
  font-size: 1.2rem;
}
.wkOfferBox.type2 .wkOfferBox__rating {
  margin: 0.5rem 0;
  text-align: center;
  width: 100%;
}
.wkOfferBox.type2 .wkOfferBox__rating i {
  color: var(--stars);
  font-size: 1.5rem;
  margin: 0 0.2rem;
}
.wkOfferBox.type2 .wkOfferBox__bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.wkOfferBox.type2 .wkOfferBox__touroperator {
  align-items: center;
  bottom: -0.7rem;
  display: flex;
  height: 4rem;
  justify-content: flex-start;
  position: relative;
  width: 8rem;
}
.wkOfferBox.type2 .wkOfferBox__touroperator img {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.wkOfferBox.type2 .likeTrigger {
  left: -1.5rem;
  top: -0.5rem;
}
.wkOfferBox.type3 .wkOfferBox__heading {
  margin-bottom: 2rem;
}
.wkOfferBox.type3 .wkOfferBox__container {
  height: 65rem;
  position: relative;
}
@media (min-width: 1200px) {
  .wkOfferBox.type3 .wkOfferBox__container {
    align-items: center;
    display: flex;
    height: 68rem;
  }
}
@media (min-width: 768px) {
  .wkOfferBox.type3 .wkOfferBox__offers {
    margin: 0 auto;
    max-width: 76rem;
  }
}
@media (min-width: 1200px) {
  .wkOfferBox.type3 .wkOfferBox__offers {
    display: flex;
    justify-content: center;
    max-width: 112rem;
  }
}
.wkOfferBox.type3 .wkOfferBox__slide {
  padding: 3rem;
}
@media (min-width: 1200px) {
  .wkOfferBox.type3 .wkOfferBox__slide:nth-of-type(2) {
    margin-top: 4rem;
  }
}
.wkOfferBox.type3 .wkOfferBox__slide:hover .wkOfferBox__image img, .wkOfferBox.type3 .wkOfferBox__slide:focus .wkOfferBox__image img, .wkOfferBox.type3 .wkOfferBox__slide:focus-within .wkOfferBox__image img, .wkOfferBox.type3 .wkOfferBox__slide:active .wkOfferBox__image img {
  transform: scale(1.1);
}
.wkOfferBox.type3 .wkOfferBox__offer {
  background: var(--white);
  box-shadow: var(--box-shadow--box--xsmall);
  height: 52rem;
  padding-bottom: 6rem;
  position: relative;
  width: 32rem;
}
.wkOfferBox.type3 .wkOfferBox__offer:hover, .wkOfferBox.type3 .wkOfferBox__offer:focus, .wkOfferBox.type3 .wkOfferBox__offer:focus-within, .wkOfferBox.type3 .wkOfferBox__offer:active {
  box-shadow: var(--box-shadow--box--hover);
}
.wkOfferBox.type3 .wkOfferBox__offer:hover .wkOfferBox__c2a:after, .wkOfferBox.type3 .wkOfferBox__offer:focus .wkOfferBox__c2a:after, .wkOfferBox.type3 .wkOfferBox__offer:focus-within .wkOfferBox__c2a:after, .wkOfferBox.type3 .wkOfferBox__offer:active .wkOfferBox__c2a:after {
  color: var(--white);
  content: "\e929";
  font-family: var(--ew);
  font-size: 1.5rem;
  font-weight: bold;
  position: absolute;
  right: 1rem;
}
.wkOfferBox.type3 .wkOfferBox__touroperator {
  align-items: center;
  background: var(--white);
  box-shadow: var(--box-shadow--touroperator);
  display: flex;
  height: 5rem;
  justify-content: center;
  left: -1rem;
  padding: 0.5rem;
  position: absolute;
  top: 2rem;
  width: 14rem;
  z-index: 1;
}
.wkOfferBox.type3 .wkOfferBox__touroperator img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.wkOfferBox.type3 .wkOfferBox__image {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 22rem;
  justify-content: center;
  overflow: hidden;
}
.wkOfferBox.type3 .wkOfferBox__image img {
  transform: scale(1);
  transition: transform 0.6s ease-in-out;
}
.wkOfferBox.type3 .wkOfferBox__highlight {
  display: flex;
  height: 5rem;
  padding: 0.5rem 2rem 0 2rem;
  text-align: center;
}
.wkOfferBox.type3 .wkOfferBox__highlight span {
  color: var(--primary);
  display: -webkit-box;
  font-size: var(--font-size--base);
  font-weight: bold;
  -webkit-line-clamp: 2;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.wkOfferBox.type3 .wkOfferBox__highlight span {
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
}
.wkOfferBox.type3 .wkOfferBox__details {
  position: absolute;
  top: 27rem;
  width: 100%;
}
.wkOfferBox.type3 .wkOfferBox__rating {
  margin: 1rem 0 0.5rem 0;
  text-align: center;
}
.wkOfferBox.type3 .wkOfferBox__rating i {
  color: var(--stars);
  font-size: 2.5rem;
  margin: 0 0.2rem;
}
.wkOfferBox.type3 .wkOfferBox__title {
  font-size: var(--font-size--xlarge);
  padding: 0 2rem;
  text-align: center;
}
.wkOfferBox.type3 .wkOfferBox__location {
  font-size: var(--font-size--base);
  margin: 0 0 0.5rem 0;
  padding: 0 2rem;
  text-align: center;
}
.wkOfferBox.type3 .wkOfferBox__travelTypes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 20rem;
}
.wkOfferBox.type3 .wkOfferBox__travelType {
  height: 3rem;
  margin: 0.5rem;
  text-align: center;
  width: 4rem;
}
.wkOfferBox.type3 .wkOfferBox__travelType i {
  font-size: 3rem;
}
.wkOfferBox.type3 .wkOfferBox__bottom {
  bottom: 0;
  display: flex;
  margin: 3rem 0 0 0;
  padding-bottom: 0.8rem;
  position: absolute;
  width: 100%;
}
.wkOfferBox.type3 .wkOfferBox__bottom:after {
  background: var(--primary);
  bottom: 0.5rem;
  content: "";
  height: 0.3rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.wkOfferBox.type3 .wkOfferBox__description {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  font-size: var(--font-size--base);
  justify-content: center;
  min-height: 6rem;
  padding: 0 2rem 0 0;
  text-align: right;
  width: 50%;
}
.wkOfferBox.type3 .wkOfferBox__c2a {
  align-items: center;
  background: var(--primary);
  cursor: pointer;
  display: flex;
  font-size: var(--font-size--base);
  justify-content: center;
  width: 50%;
}
.wkOfferBox.type3 .wkOfferBox__c2a a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.wkOfferBox.type3 .wkOfferBox__price {
  color: var(--white);
  font-size: var(--font-size--large);
  font-weight: bold;
}
.wkOfferBox.type3 .wkOfferBox__pattern {
  background-repeat: repeat;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.wkOfferBox.type3 .wkOfferBox__pattern.pattern_2, .wkOfferBox.type3 .wkOfferBox__pattern.pattern_3 {
  border: 0.1rem solid var(--grey--xlite);
}
.wkOfferBox.type3 .slick-dots li button {
  background: var(--white);
  border-radius: 50%;
  box-shadow: var(--box-shadow--dots);
  height: 2rem;
  padding: 0;
  width: 2rem;
}
.wkOfferBox.type3 .slick-dots li button:before {
  color: var(--dots);
  font-size: 2rem;
  opacity: 0;
  top: 0.1rem;
}
.wkOfferBox.type3 .slick-dots li.slick-active button:before {
  opacity: 1;
}
.wkOfferBox.type3 .likeTrigger {
  right: 1rem;
  top: 20.5rem;
}
/*# sourceMappingURL=wkOfferBox.css.map */
