.hotels-desc {
  font-size: 18px;
  margin: 40px 0;
  text-align: center;
  font-weight: lighter;
}
@media screen and (min-width:1024px) {
  .hotels-desc {
    margin: 40px 50px;
  }
}


.accordion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  font-family: Arial;
}
@media screen and (min-width:1024px) {
  .accordion {
    margin: 20px 50px;
  }
}

.accordion__header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 230px;
  max-height: 330px;
  padding: 40px;
}
@media screen and (min-width:480px) {
  .accordion__header{
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }
}
@media screen and (min-width:768px) {
  .accordion__header{
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width:1024px) {
  .accordion__header{
    justify-content: flex-end;
    height: 330px;
  }
}
.accordion__header::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(0deg, #18180f 0%, rgba(255, 255, 255, 0) 60%);
  content: "";
}


.accordion__header__content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  color: #fff;
}
@media screen and (min-width:480px) {
  .accordion__header__content {
    justify-content: flex-end;
  }
}

.accordion__title {
  color: #fff;
  font-size: 25px;
}
@media screen and (min-width:1024px) {
  .accordion__title {
    margin-bottom: 40px;
  }
}

.accordion__desc {
  position: relative;
  z-index: 1;
  display: none;
  padding-right: 0;
  font-size: 15px;
  letter-spacing: 0.1px;
}
@media screen and (min-width:768px) {
  .accordion__desc {
    display: flex;
  }
}
@media screen and (min-width:1024px) {
  .accordion__desc {
    padding-right: 50px;
  }
}
.accordion__button {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 180px;
  max-width: 450px;
  padding: 10px 25px;
  background: #00A8E1;
  border: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  outline: none;
}
@media screen and (min-width:768px) {
  .accordion__button {
    width: 500px;
    font-size: 10px;
  }
}
@media screen and (min-width:1024px) {
  .accordion__button  {
    width: 480px;
    font-size: 12px;
  }
}


.accordion__button:focus {
  outline: none;
}
.accordion__button:before, .accordion__button:after {
  content: "";
  display: flex;
  position: absolute;
  top: 14px;
  height: 9px;
  width: 2px;
  background-color: #ffffff;
  transition: -webkit-transform 0.4s ease-in;
  transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
  -webkit-transition: -webkit-transform 0.4s ease-in;
  -o-transition: transform 0.4s ease-in;
}

@media screen and (min-width:768px) {
  .accordion__button:before, .accordion__button:after  {
    top:13px;
  }
}
.accordion__button:before {
  right: 22px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.accordion__button:after {
  right: 28px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.accordion__button.change:before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
}
.accordion__button.change:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
}
.accordion__content {
  max-height: 0;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  transition: max-height .4s ease-in-out;
  -webkit-transition: max-height .4s ease-in-out;
  -o-transition: max-height .4s ease-in-out;
}
.accordion__content.open {
  max-height: 10000px;
}


@media screen and (min-width:480px) {
  .city-list__content-item.col-xxs-12.col-xs-6.mix.category-2.accordion-width {
    width: 100%;
  }
}

.-blue {
  color: #104c97;
}
.-white {
  color: #fff;
}

.better-mini {
  font-size: 30px;
}
@media screen and (min-width:768px) {
  .better-mini {
      font-size: 40px;
  }
}
@media screen and (min-width:1024px) {
  .better-mini {
    margin-top: 90px;
  }
}
@media screen and (min-width:1200px) {
  .better-mini {
    margin-bottom: 0;
    font-size: 50px;
  }
}

.better-other {
  font-size: 70px;
}
@media screen and (min-width:768px) {
  .better-other {
      font-size: 30px;
  }
}

@media screen and (min-width:768px) {
  .better-other {
      font-size: 100px;

  }
}

@media screen and (min-width:1024px) {
  .better-other {
      margin-top: 0;
  }
}
@media screen and (min-width:1200px) {
  .better-other {
    padding-top: 0;
    font-size: 130px;
  }
}


.mini-desc {
  top: 10px;
  font-size: 10px;
}

@media screen and (min-width:768px) {
  .mini-desc  {
      font-size: 10px;
      background-color: transparent;

  }
}

@media screen and (min-width:768px) {
  .hidden-text.-campaign-hidden-text.bottom-text {
      font-size: 10px;
      background-color: transparent;

  }
  .hidden-text.-campaign-hidden-text.bottom-text a {
      font-size: 10px;
      background-color: transparent;
      
  }
}
@media screen and (min-width:1200px)  {
  .campaign-area.-campaign-landing.center {
    margin-right: 0;
    margin-left: 30px !important;
  }
}
.city-list__content.list .card.-min-height {
  min-height: 300px;
}

.city-list__content.list .card.-height {
  min-height: 440px;
}