.homepage-container {
  max-width: 1540px;
  margin: auto;
}

.homepage section {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .homepage section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.homepage h1 {
  font-size: 8.5vw;
  margin-top: 6vw;
  margin-bottom: 60px;
  line-height: 3.4vw;
  color: #333333;
}
@media screen and (max-width: 576px) {
  .homepage h1 {
    font-size: 80px;
    margin-top: 0px;
    line-height: normal;
    margin-bottom: 5px;
  }
}
.homepage h2 {
  margin-bottom: 40px;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .homepage h2 {
    margin-bottom: 15px;
    font-size: 18px;
    text-align: center;
  }
}
.homepage p {
  color: #b7b7b7;
  font-size: 16px;
}
@media screen and (max-width: 576px) {
  .homepage p {
    font-size: 13 px;
    line-height: normal;
  }
}

.mobile .text-center p {
  font-size: 14px;
  line-height: 1.8;
  color: #555555;
}

.enter-email {
  display: none;
  margin: auto;
  background-color: #f8f7f6;
  padding: 20px 50px 20px 50px;
  max-width: 450px;
  font-weight: 100;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 577px) {
  .enter-email {
    margin-top: -20px;
  }
}
@media screen and (max-width: 576px) {
  .enter-email {
    width: 100%;
    margin-left: 0px;
    padding: 15px;
    max-width: 350px;
    font-size: 14px;
  }
}
.enter-email input[type=text] {
  padding: 13px;
  border: 0px;
  vertical-align: middle;
}
@media screen and (max-width: 576px) {
  .enter-email input[type=text] {
    margin-top: 10px;
    padding: 9px 9px 10px 9px;
  }
}
.enter-email .thanks {
  display: none;
  padding-top: 13px;
  padding-bottom: 12px;
}
.enter-email a {
  font-weight: bold;
  color: #76ccd1;
}
.enter-email a:hover {
  color: #86dce1;
}
.enter-email .agree {
  text-align: left;
}

.mobile .enter-email {
  max-width: 100%;
}

.section-hero {
  text-align: center;
}
@media screen and (max-width: 992px) {
  .section-hero {
    padding-top: 0 !important;
  }
}
.section-hero p {
  font-weight: 400;
  font-size: 18px;
  margin-top: 0px;
  line-height: 30px;
  color: #a1a1a1;
}
@media screen and (max-width: 576px) {
  .section-hero p {
    font-size: 13px;
    line-height: normal;
  }
}
.section-hero #banner {
  width: 100%;
}
@media screen and (min-width: 577px) {
  .section-hero #banner img {
    border-radius: 15px;
  }
}
@media screen and (max-width: 576px) {
  .section-hero #banner .title {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .section-hero .hero-desc {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 576px) {
  .section-place-list h2 {
    text-align: left;
  }
}

@media screen and (min-width: 577px) {
  .place-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px;
    margin-right: -40px;
  }
}
.place-list .item {
  margin-bottom: 40px;
}
@media screen and (min-width: 577px) {
  .place-list .item {
    width: 50%;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 993px) {
  .place-list .item {
    width: 25%;
  }
}
.place-list .item h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0px;
  margin-bottom: 3px;
  color: #000;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .place-list .item h4 {
    font-size: 14px;
  }
}
.place-list .item .desc {
  width: 100%;
  font-size: 13px;
  color: #888888;
  text-align: justify;
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 576px) {
  .place-list .item .desc {
    font-size: 11px;
  }
}
.place-list .item .thumb {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 8px;
}
.place-list .item .price {
  font-size: 13px;
  display: inline-block;
  font-weight: bold;
  color: #76ccd1;
}
@media screen and (max-width: 576px) {
  .place-list .item .price {
    font-size: 10px;
  }
}
.place-list .item svg {
  height: 30px;
}
@media screen and (max-width: 576px) {
  .place-list .item svg {
    height: 23px;
  }
}
.place-list .bk-partner {
  display: inline-block;
  background-color: #76cdd1;
  color: white;
  padding: 1px 3px 1px 3px;
  font-size: 13px;
  border-radius: 3px;
  margin-top: -6px;
  font-size: 13px;
  margin-bottom: 0px;
  position: relative;
  top: -1px;
  font-weight: 100;
}
.place-list .owl-nav {
  top: 24%;
}

.place-list.list-wide .owl-nav {
  top: 11vw;
}

.section-guest-owner-chooser {
  text-align: center;
}
.section-guest-owner-chooser h2 {
  margin-bottom: 15px;
}
@media screen and (max-width: 576px) {
  .section-guest-owner-chooser h2 {
    margin-bottom: 10px;
  }
}
.section-guest-owner-chooser img {
  width: 100%;
  margin-bottom: 20px;
  opacity: 0.5;
  transition: opacity 0.5s linear;
  border-radius: 15px;
}
.section-guest-owner-chooser img:hover {
  opacity: 1;
}
.section-guest-owner-chooser .item {
  margin-bottom: 40px;
}
@media screen and (min-width: 993px) {
  .section-guest-owner-chooser .item {
    padding: 0 50px;
  }
  .section-guest-owner-chooser .row > div:first-child {
    border-right: 1px solid #e6e6e5;
  }
}

.partners {
  background-color: #f0f0f0;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.partners h2 {
  margin-bottom: 10px;
}
.partners h2, .partners p {
  color: #8a8686;
}
.partners p {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}
.partners .partners-list {
  max-width: 1600px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 15px;
  flex-wrap: wrap;
  text-align: center;
}
.partners .partners-list .item {
  width: 12%;
  display: inline-block;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .partners .partners-list .item {
    width: 33%;
  }
}
.partners .partners-list .item img {
  max-width: 100%;
  height: auto;
}
