.grey_bg_slider{margin-top:80px;margin-bottom:80px;background:#f7f7f7;}
.swiper-container { width: 100%; height: 85vh; position:relative;}
.swiper_img { height: 85vh; display: flex; justify-content: center; align-items: center; }
.swiper-slide { text-align: left;
   /*border: 4px solid rgba(224, 223, 223, 0.5); */
   background: #fff;
   /* Center slide text vertically */
   display: -webkit-flex;
   display: flex;
   -webkit-justify-content: center;
           justify-content: center;
   -webkit-align-items: center;
           align-items: center;
   background-position: center !important;
 }
.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/line_swiper.svg") !important;
    background-size: cover;
}
.swiper-button-next {
  background-image: url("../img/layout/line_swiper.svg") !important;
  background-size: cover;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next { left: 45px !important;  }
.swiper-pagination {
  position: absolute;
  bottom:10px;  
  width:100%;
  text-align:center;
}

.swiper-pagination-bullet{
  width:10px;
  height:10px;
  margin:8px;
}

.navigation_swiper_suites{
  position: absolute;
  bottom:50px;
  text-indent: -9999px;
  padding:5px;
  right:10px
}


.suite-button-prev {
  background-image: url("../img/layout/arrow_white.svg") !important;
  background-size: cover;
  background-repeat:no-repeat;
  width:80px;
  height:11px;
  position: absolute;
  left: 35px;
  z-index: 2;
  cursor:pointer;
  transform:rotateZ(180deg);
  transition: all 0.2s ease-in-out;
}
.suite-button-next {
  background-image: url("../img/layout/arrow_white.svg") !important;
  background-size: cover;
  background-repeat:no-repeat;
  width:80px;
  height:11px;
  position: absolute;
  left:auto;
  right:35px;
  z-index: 2;
  cursor:pointer;
  transition: all 0.2s ease-in-out;
}

#swiper_gallery .suite-button-next, #swiper_gallery .suite-button-prev {
  bottom: 50%!important;
  top: 50%!important;
  transition: all 0.2s ease-in-out;
}

.suite-button-next:hover {
  right: 30px;
}


.suite-button-prev:hover {
  left: 30px;
}

.room_icons li{
  display:inline-block;
  text-align: center;
}
.room_icons li img{
  width:20px;
  display: block;
}

.view_suites_description{background-color: #F6F3EA;  position: absolute;  top:40%;  left: 1%;  padding:40px 100px; z-index: -1;  -webkit-transform: scaleX(1.01);  -ms-transform: scaleX(1.01);  transform: scaleX(1.01);  -webkit-transform-origin: left;  -ms-transform-origin: left;  transform-origin: left; -webkit-transition: .37s cubic-bezier(.25,.04,0,.93);  -o-transition: .37s cubic-bezier(.25,.04,0,.93);  transition: .37s cubic-bezier(.25,.04,0,.93);  -webkit-backface-visibility: hidden;  backface-visibility: hidden;}

.view_suites_description:hover{ -webkit-transform: scaleX(1.03);  -ms-transform: scaleX(1.03);  transform: scaleX(1.03);

}

.view_suites_description h2{color:#000;font-size:32px;font-weight:100;	font-family: 'Alegreya', serif; margin-bottom:20px; letter-spacing:2px;}

.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;}

@media (max-width:1600px){
  .suites_description {
    padding: 10%;
  }
  .swiper-container.rooms_home {height: 80vh }
}

@media (max-width:1450px){
  .suites_description {
    padding: 5% 10%;
  }
  .swiper-container.rooms_home {height: 80vh; }
  .suites_description{height: 80vh;}
}

@media only screen and (min-width:1200px) and (max-width:1349px) {
	/*#header { background:red;  min-height:70px;}*/
	
	.suites_description {
      
  }
} 
@media (max-width:1199px){
  .swiper-container.rooms_home {height: 50vh; }
  .suites_description{height: auto;overflow: hidden;padding:5% 5% 80px 5%;}
}

@media (max-width:991px){
	/*#header { background:red;  min-height:70px;}*/
	
	.swiper-container-location {
    height: 67vh;
  }
  .view_suites_description{
    padding:20px 50px;
  }
  .view_suites_description h2{
    font-size:28px;
    margin-bottom:10px;
  }


} 


@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;
  }

  .view_suites_description a{
    font-size:12px;
  }
} 
@media (max-width:479px){
  .view_suites_description{
    padding:5px 10px;
  }
  .swiper-container-location {
    height: 40vh;
  }
  .view_suites_description{top:30%;}
  .view_suites_description h2{font-size: 26px;}
  .suites_description {
    padding-bottom: 100px;
}
  .suite-button-prev {width:60px; background-size:100%;right: 95px;}
  .suite-button-next {width:60px; background-size:100%;}
}
@media (max-width:380px){
  .suites_description a{
    font-size:12px;
    padding-left:50px;
  }
 .suites_description a.more:before{
    margin-right: -40px;
    width: 40px; 
 }
}

