.grey_bg_slider{
  margin-top: 230px;
  padding-top: 190px;
  padding-bottom: 120px;
  background: #EBEAE6;
  position: relative;
}
.swiper-container { width: 100%; position:relative;}
.swiper-container.swiper-suites {
  width: 100%;
  position: relative;
}

.swiper-suites-gallery { width: 100%; position: relative; overflow: hidden; padding-bottom: 130px; }

.swiper-suites-gallery .suite-button-prev {
  top: auto;
  bottom: 0;
  left: -20%;
  right: 0;
  margin: 0 auto;
}

.swiper-suites-gallery .suite-button-next {
  top: auto;
  bottom: 0;
  left: 0;
  right: -20%;
  margin: 0 auto;
}

.swiper-suites .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.8s ease-in-out;
  height: 95vh;
  min-height: 850px;
  background-repeat: no-repeat;
  background-size: cover;
}

.swiper-wrapper.mob {
  display: none;
}

.swiper-slide { 
   /* Center slide text vertically */
   display: -webkit-flex;
   display: flex;
   -webkit-justify-content: center;
           justify-content: center;
   -webkit-align-items: flex-end;
           align-items: flex-end;
   background-position: center !important;
}

.slide-image {
   height: 80vh;
}

.services_swiper .suite-button-prev {
  left: 0;
  bottom: -150px;
  background-size: 70px;
  width: 95px;
  background-position: center;
  height: 50px;
  border-radius: 2px;
  background-color: rgba(0,0,0, 0.3);
}

.services_swiper .suite-button-next {
  right: auto;
  left: 150px;
  bottom: -150px;
  background-size: 70px;
  width: 95px;
  background-position: center;
  height: 50px;
  border-radius: 2px;
  background-color: rgba(0,0,0, 0.3);
}

.swiper-button-next,
.swiper-button-prev {
    right: 45px;
    padding: 30px 40px;
    z-index: 3;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}

.swiper-button-next span,
.swiper-button-prev span {
  font-size: 18px;
  color: #fff;
  text-shadow: 0 0 5px #555;
}

.swiper-button-prev span {
  margin-left: 50px;
}

.swiper-button-next span {
    margin-left: -85px;
}

.swiper-button-prev {
  background-image: url(../img/layout/arrow_left.svg) !important;
  background-size: contain;
  width: 60px;
  height: 60px;
  background-color: transparent;
  background-repeat: no-repeat;
  left: 55px;
  right: 0;
  top: 47%;
  padding: 0;
}

.swiper-button-next {
  background-image: url(../img/layout/arrow_right.svg) !important;
  background-size: contain;
  width: 60px;
  height: 60px;
  background-color: transparent;
  background-repeat: no-repeat;
  left: auto;
  right: 55px;
  top: 47%;
  padding: 0;
}

.room_gallery .swiper-slide .swiper-button-next, .room_gallery .swiper-slide .swiper-button-prev {
  display: none;
}

.room_gallery .swiper-slide.swiper-slide-active .swiper-button-next, .room_gallery .swiper-slide.swiper-slide-active .swiper-button-prev {
  display: block;
}

.other_rooms .suite-button-prev {
  left: -20px;
  top: 55%;
}

.other_rooms .suite-button-next {
  right: -20px;
  top: 55%;
}

.other_rooms .swiper-slide .other_room_box .other_room_img img {
  transition: all 0.3s ease-in-out;
}

.other_rooms .swiper-slide:hover .other_room_box .other_room_img img {
  transform: scale(1.1);
  filter: brightness(0.7);
}

.other_rooms .swiper-slide .other_room_box .other_room_img {
  overflow: hidden;
}

.swiper-rooms-gallery .swiper-slide .gallery_view {
  transition: all 0.3s ease-in-out;
}

.swiper-rooms-gallery .swiper-slide:hover .gallery_view {
  filter: brightness(0.7);
}

.room_intro .swiper-button-next, .room_intro .swiper-button-prev {
  background-size: 65px;
  width: 65px;
  height: 65px;
  bottom: 50px;
}

.swiper-button-next:after, 
.swiper-button-prev:after {
  display: none;
}

.swiper-pagination-bullet {
  text-align: left;
  line-height: 20px;
  font-weight: 100;
  font-size: 20px;
  color: #fff;
  opacity: 1;
  background: transparent;
  display: none;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  padding-right: 15px;
  padding-left: 2px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
  display: block;
}

.swiper-pagination {
  position: relative;
  width: 100%;
  text-align: left;
}

.swiper-suites-gallery .navigation_swiper_suites {
  height: 100%;
}

.navigation_swiper_suites{
  position: absolute;
  display: flex;
  text-indent: -9999px;
  align-items: center;
  width: 100%;
}

#home_rooms .navigation_swiper_suites.mob {
  display: none;
}


.suite-button-prev {
  background-image: url(../img/layout/arrow_left_black.svg) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 25px;
  cursor: pointer;
  z-index: 1;
}

.suite-button-next {
  background-image: url("../img/layout/arrow_right_black.svg") !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 25px;
  z-index: 1;
  cursor: pointer;
}

.room-button-prev {
  background-image: url(../img/layout/arrow_left.svg) !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 30px;
  position: absolute;
  left: 4%;
  cursor: pointer;
  z-index: 1;
  top: 50%;
}

.room-button-next {
  background-image: url(../img/layout/arrow_right.svg) !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 4%;
  width: 60px;
  height: 30px;
  cursor: pointer;
  top: 50%;
  z-index: 1;
}

.other_rooms .room-button-prev, .other_rooms .room-button-next {
  margin-top: 0;
  bottom: 20px;
}

.room_icons li{
  display:inline-block;
  text-align: center;
}
.room_icons li img{
  width:20px;
  display: block;
}

.view_suites_description{
  background-color: #00000057;
  position: absolute;
  display: flex;
  top: 35%;
  width: 100%;
  padding: 50px 110px;
  transition: .37s cubic-bezier(.25,.04,0,.93);
  justify-content: center;
  align-items: center;
}

/* .view_suites_description:hover{ -webkit-transform: scaleX(1.03);  -ms-transform: scaleX(1.03);  transform: scaleX(1.03);} */

.view_suites_description h2{
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    font-family: 'Open Sans';
    text-transform: uppercase;
    padding-left: 50px;
    line-height: 50px;
}

.suites_description_right{position:relative;}
.suites_description{padding:15% 20%; position:relative;}
.suites_description h3{font-size: 40px;letter-spacing: normal;color: #674439;text-transform: none;margin-bottom: 20px;	font-family: 'Alegreya', serif;}
.suites_description p{font-size: 16px;line-height: 30px; margin: 10px 0 30px 0; font-weight: 300;}
.suites_description p.before_title{font-size: 14px;line-height: normal;letter-spacing: .1428571429em;color: #8d8774;text-transform: uppercase;margin-bottom: 15px;}

.swiper-container-location{height: 80vh;}
.swiper-container-services{height: 60vh; padding: 0 0px 30px 30px; }

.swiper-albums {height: 60vh; overflow: visible; }
.swiper-albums .swiper-slide {
  overflow: hidden;
  background: #ebeae6;
}

.swiper-albums .suite-button-prev {
  right: 280px;
  left: auto;
  bottom: -75px;
  background-image: url(../img/layout/arrow_left_black.svg) !important;
}

.swiper-albums .suite-button-next {
  bottom: -75px;
  right: 150px;
  background-image: url(../img/layout/arrow_right_black.svg) !important;
}

@media (max-width: 1499px){
  .view_suites_description h2 {
		font-size: 35px;
		padding-left: 25px;
		line-height: 45px;
	}
  .swiper-suites .swiper-slide {
    height: 100vh;
    min-height: 910px;
  }
}

@media (max-width:1450px){
  .suites_description {
    padding: 5% 10%;
  }
}

@media only screen and (min-width:1200px) and (max-width:1349px) {
	/*#header { background:red;  min-height:70px;}*/
  .grey_bg_slider {
		margin-top: 180px;
	}

  .other_rooms .suite-button-prev {
    top: 62%;
  }

  .other_rooms .suite-button-next {
    top: 62%;
  }

  .suite-button-prev, .suite-button-next {
    width: 55px;
  }
	
	.suites_description {
      
  }
} 
@media (max-width:1199px){
  .suites_description{height: auto;overflow: hidden;padding:5% 5% 80px 5%;}

  .swiper-albums {
		height: 50vh;
	}

  .suite-button-next, .suite-button-prev {
    width: 50px;
  }

  	
	.room_intro .swiper-button-next, .room_intro .swiper-button-prev {
		background-size: 55px;
		width: 55px;
		height: 55px;
		bottom: 30px;
	}

  .other_rooms .suite-button-prev, .other_rooms .suite-button-next {
    top: 52%;
  }

  .swiper-suites-gallery {
		padding-bottom: 100px;
	}

  .grey_bg_slider {
		margin-top: 180px;
		padding-top: 140px;
		padding-bottom: 100px;
	}

  .slide-image {
    height: 60vh;
  }

  .room-button-prev, .room-button-next {
    width: 55px;
	}

}

@media (max-width:991px){
	/*#header { background:red;  min-height:70px;}*/
	
	.swiper-container-location {
    height: 67vh;
  }

  .swiper-button-prev {
    width: 55px;
    left: 25px;
  }

  .swiper-button-next {
    width: 55px;
    right: 25px;
  }
  
  .other_rooms .room-button-prev, .other_rooms .room-button-next {
    bottom: 50px;
  }

  .page_gallery_wrapper .suite-button-prev, .page_gallery_wrapper .suite-button-next {
    top: 70%;
  }

  .swiper-container.swiper-suites .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }

  .space_between_suites .suite-button-prev.mob, .suites_swiper_wrapper .suite-button-prev.mob {
    display: none;
  }

  .space_between_suites .suite-button-next.mob, .suites_swiper_wrapper .suite-button-next.mob {
    display: none;
  }

  .swiper-suites-gallery {
    padding-bottom: 80px;
  }

  .services_swiper .suite-button-prev, .services_swiper .suite-button-next {
    bottom: -105px;
    background-size: 63px;
    width: 90px;
    height: 45px;
  }

  .swiper-suites .swiper-slide {
    transform: scale(1);
  }

	.view_suites_description {
		padding: 20px 40px;
		flex-direction: column;
	}
  .view_suites_description h2{
    font-size:28px;
    margin-bottom:10px;
  }

 .swiper-albums {
		height: 45vh;
	}

  .swiper-albums .suite-button-next {
    bottom: -60px;
    right: 100px;
  }

  .swiper-albums .suite-button-prev {
    right: 230px;
    left: auto;
    bottom: -60px;
  }

  .swiper-suites .swiper-slide {
    flex-direction: column;
  }

  .reverse-rooms .swiper-suites .swiper-slide {
    flex-direction: column-reverse;
  }

  .slide-image {
    height: 55vh;
  }

  .beige_bg.rooms {
    width: 100%;
  }

  .room-button-prev, .room-button-next {
    top: auto;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .room-button-prev {
    left: -100px;
  }

  .room-button-next {
    right: -100px;
  }

  .rooms_description .navigation_swiper_suites {
    position: relative;
    width: fit-content;
    float: left;
  }

  .swiper-container-services {
    height: 50vh;
  }

  .grey_bg_slider {
    margin-top: 120px;
    padding-top: 95px;
    padding-bottom: 80px;
  }

} 


@media (max-width:767px){
	/*#header { background:red;  min-height:70px;}*/
	
	.suites_description {
    padding: 15% 10%;
  }
  .home_half_text {
    padding: 5px 42px;
  } 
   .view_suites_description{
    padding:10px 20px;
  }
  .view_suites_description h2{
    font-size: 24px;
    line-height: normal;
    padding-left: 0;
  }

  .swiper-suites .swiper-slide {
    min-height: 885px;
  }

  .other_rooms .suite-button-prev, .other_rooms .suite-button-next {
    top: 46%;
  }

  .suite-button-next, .suite-button-prev {
    width: 45px;
    height: 20px;
  }

  .other_rooms .suite-button-prev {
    left: -10px;
  }

  .other_rooms .suite-button-next {
    right: -10px;
  }

  .page_gallery_wrapper .suite-button-prev, .page_gallery_wrapper .suite-button-next {
    top: 65%;
  }

  .services_swiper .suite-button-prev, .services_swiper .suite-button-next {
    bottom: -85px;
    background-size: 53px;
    width: 80px;
    height: 40px;
  }

  .services_swiper .suite-button-next {
    left: 125px;
  }

  .view_suites_description a{
    font-size:12px;
  }

  .swiper-albums {
		height: 40vh;
	}

  .albums_swiper {
    padding-bottom: 90px;
  }

  .room-button-prev, .room-button-next {
    width: 45px;
    height: 25px;
  }

  p.total_rooms {
    right: 20px;
    font-size: 18px;
  }

  .swiper-container-services {
		height: 40vh;
	}

  .swiper-suites-gallery .suite-button-next {
    right: -28%;
  }

  .swiper-suites-gallery .suite-button-prev {
    left: -28%;
  }

  .swiper-suites-gallery {
    padding-bottom: 70px;
  }

} 

@media (max-width: 549px) {
  .grey_bg_slider .swiper-wrapper {
    display: none;
  }

  .swiper-button-prev {
    width: 50px;
    left: 15px;
  }

  .swiper-suites .swiper-slide {
    min-height: 840px;
    height: 95vh;
  }

  .other_rooms .suite-button-prev, .other_rooms .suite-button-next {
    top: 52%;
  }

  .room-button-prev, .room-button-next {
    width: 45px;
    height: 25px;
  }

  .page_gallery_wrapper .suite-button-prev, .page_gallery_wrapper .suite-button-next {
    top: 68%;
  }

  .swiper-button-next {
    width: 50px;
    right: 15px;
  }

  .suite-button-next, .suite-button-prev {
    width: 40px;
    height: 20px;
  }

  .grey_bg_slider .swiper-wrapper.mob {
    display: flex;
  }

  .grey_bg_slider .swiper-wrapper.mob .swiper-slide {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }

  .view_suites_description {
    position: relative;
    background-color: #9F9E9C;
    padding: 50px 0;
    top: auto;
    height: auto;
    display: block;
  }

  #home_rooms_mob .suite-button-next, #home_rooms_mob .suite-button-prev {
    width: 55px;
    height: 22px;
    bottom: 0;
    right: 0;
    margin: 0 auto;
  } 

  #home_rooms_mob .suite-button-next {
    left: 90px;
  }

  #home_rooms_mob .suite-button-prev {
    left: -90px;
  }

  #home_rooms_mob .navigation_swiper_suites.mob {
    display: block;
    position: relative;
    margin-top: 75px;
  }

  #home_rooms .navigation_swiper_suites {
    display: none;
  }

  #home_rooms_mob .navigation_swiper_suites.mob {
    display: block;
  }

  .grey_bg_slider {
    margin-top: 95px;
    /* height: calc(100vh - 95px); */
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .swiper-albums .suite-button-next {
    right: 55px;
  }

  .swiper-albums .suite-button-prev {
    right: 150px;
  }

  .slide-image {
    height: 50vh;
  }

}

@media (max-width:479px){
  .home_half_text {
    padding: 5px 30px;
  }

  .swiper-button-next {
    width: 45px;
  }

  .swiper-button-prev {
    width: 45px;
  }

  .page_gallery_wrapper .suite-button-prev, .page_gallery_wrapper .suite-button-next {
    top: 72%;
  }

  .swiper-suites-gallery {
    padding-bottom: 60px;
  }

  .swiper-suites-gallery .suite-button-prev {
    left: -40%;
  }

  .swiper-suites-gallery .suite-button-next {
    right: -40%;
  }

  .services_swiper .suite-button-prev {
    left: -200px;
    right: 0;
    margin: 0 auto;
  }

  .services_swiper .suite-button-next {
    left: 0;
    margin: 0 auto;
    right: -100px;
  }

  .swiper-container-location {
    height: 40vh;
  }
  .view_suites_description h2{font-size: 26px;}
  .suites_description {
    padding-bottom: 100px;
  }
  .swiper-albums {
    height: 35vh;
  }

  .reverse-rooms .swiper-container.swiper-suites {
    margin: 80px 0 0 0;
  }

  .swiper-container-services {
		padding: 0 40px 0px 40px;
	}

  .page_text .services_title h2 {
    font-size: 40px;
    line-height: 45px;
    margin-top: 25px;
  }

  .swiper-suites .swiper-slide {
    min-height: 815px;
  }

  #home_rooms_mob .navigation_swiper_suites.mob {
    margin-top: 55px;
  }
  
}
@media (max-width: 420px){
  .suites_description a{
    font-size:12px;
    padding-left:50px;
  }
  
  .suites_description a.more:before{
      margin-right: -40px;
      width: 40px; 
  }

  .page_gallery_wrapper .suite-button-prev, .page_gallery_wrapper .suite-button-next {
    top: 70%;
  }

 .services_swiper .suite-button-prev, .services_swiper .suite-button-next {
    background-size: 48px;
    width: 73px;
    height: 35px;
  }

  .services_swiper .suite-button-next {
    right: -55px;
  }

 .room_details ul li {
    font-size: 19px;
 }

 .albums_swiper {
   padding-bottom: 65px;
  }

  .albums_swiper {
    margin-left: 7%;
    margin-right: 7%;
  }

  .swiper-albums .suite-button-next {
    bottom: -45px;
    right: 45px;
  }

  .swiper-albums .suite-button-prev {
    right: 130px;
    bottom: -45px;
  }

  .slide-image {
    height: 30vh;
  }

  .service_right .suite-button-prev {
    bottom: -65px;
    left: -80px;
  }

  .more {
    font-size: 16px;
  }

  .service_left .more {
    margin-top: 25px;
  }

  .service_right .suite-button-next {
    bottom: -65px;
    right: -80px;
  }

  .rooms_description .navigation_swiper_suites {
    float: none;
    margin: 0 auto;
  }

  .room-button-prev {
    left: -85px;
  }

  .room-button-next {
    right: -85px;
  }

  .swiper-suites .swiper-slide {
    min-height: 780px;
    height: 90vh;
  }

  .grey_bg_slider {
    margin-top: 60px;
    padding-top: 60px;
  }

  #home_rooms_mob .navigation_swiper_suites.mob {
    margin-top: 70px;
  }

  .view_suites_description {
    padding: 40px 0;
  }

  .view_suites_description h2 {
		font-size: 20px;
    padding-left: 0;
	}

}

