.h-top {
  padding: 27px 20px;
}

.sticky-header .logo {
  left: 20px;
}
.main-nav a {
  padding: 28px 20px 28px 20px;
}
.sticky-header .main-nav a {
  padding-left: 15px;
  padding-right: 15px;
}
.slider #custom-container {
  left: 40px !important;
}
.slider-name-wrapper {
  left: 40px !important;
}
.stripe {
  padding: 60px 20px;
}
.stripe .stripe-image {
  width: calc(100% - 340px);
}
.stripe .stripe-image img {
  width: 100%;
}
.stripe .stripe-info {
  width: 300px;
  height: auto;
}
.stripe .stripe-inner {
  position: relative;
  width: 100%;
   left: 0;
   top: 0;
  margin-top: 30px;
  -ms-transform: none;
   -webkit-transform: none;
   transform: none;
}

.page-grid {
  text-align: center;
}


.list-item {
  height: auto;
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
}
.list-item > a {
  display: block;
  float: left;
  width: 450px;
}
.list-item .list-image, .list-item:nth-child(2n) .list-image {
  display: block;
  float: left;
  width: 450px;
}
.list-item img {
  width: 100%;
  display: block;
}
.list-item .list-info {
  width: calc(100% - 450px) !important;
  height: auto;
  border: none !important;
  padding-left: 30px;
  float: right;
}


.list-item .list-inner {
  margin-top: 30px;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
.list-item .list-info .text {
  margin-top: 10px;
}
.list-item .list-info .price-wrapper {
  margin-top: 10px;
}
.list-item .list-info .buttons-wrapper {
  margin-top: 10px;
}


.amenity-item {
  margin-left: 10px !important;
  margin-right: 10px !important;
}





.column-wrapper {
  padding: 26px 20px 80px 20px;
}
.column-wrapper .left-column {
  width: calc(100% - 300px);
}



.banners-wrapper {
  margin-bottom: 60px;
  display: flex;
}
.banner-item {
  width: calc(50%);
  display: flex;
  margin-right: 0 !important;
}
.banner-item .banner-content .subtitle, .banner-item .banner-content .text,.banner-item .banner-content .button {
  margin-top: 10px;
}
.banner-item .banner-image {
  width: auto;
  display: flex;

}
.banner-item .banner-image img {
  width: 100%;
  max-height: 332px;
}
.banner-item .banner-content {
  float: left;
  padding: 28px;
  width: calc(100% - 200px);
}



.grid-item:nth-child(3n + 1) {
  margin-left: 20px;
}
.grid-item:nth-child(2n + 1) {
  margin-left: 0px;
}

.contact-single {
  padding-left: 20px;
  padding-right: 20px;
}
.contact-form-wrapper {
  width: calc(100% - 300px);
}

.row-double .form-group {
  width: calc(50% - 10px);
}







.faq-grid {
  padding-left: 20px;
  padding-right: 20px;
}

.faq-grid .faq-item {
  width: calc(33% - 16px);
}







.f-content-left {
  width: calc(100% - 344px);
  padding-left: 20px;
}
.f-content-right {
  vertical-align: top;
}
.f-content-left-top .f-col {
  width: 150px;
  margin-left: 30px;
}
