
.slideshow .slideshow-itemss .items a{
  z-index: 999999999999;
}
.content-width {
  width: 100%;
  /*height: 10vh;*/
  margin: 0 auto;
}

.slideshow {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.slideshow-itemss {
  position: relative;
  width: 100%;
  background-color: #fcfcfc;

}

/*.items > .items-image-container > img,.items > .items-description > .vertical-part{*/
  /*display: none;*/
/*}*/
/*.items.active > .items-image-container > img,.items.active > .items-description > .vertical-part{*/
  /*display: block;*/
/*}*/


.items {
  display: none;
}
.items.active {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  /*background-color: #f5f5f5;*/
  float: right;
  text-align: center;
}



.items-image-container::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 101%;
  height: 101%;
  /*background: #22222A;*/
  opacity: 0;
  z-index: 0;
}

.items-image {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  display: block;
  /* transition: property name | duration | timing-function | delay  */
  transition: opacity .3s ease-out .45s;
}

.items.active .items-image {
  opacity: 1;
}

.items.active .items-image-container::before {
  opacity: .8;
}



/* Staggered Vertical itemss ------------------------------------------------------*/
.items-header {
  position: relative;
  top: 150px;
  left: 1%;
  z-index: 100;
}

.items-header .vertical-part {
  margin: 0 -4px;
  /*font-family: 'Montserrat', sans-serif;*/
  -webkit-font-smoothing: auto;
  font-size: 50px;
  color: #582b05;
}

.vertical-part {
  overflow: hidden;
  display: inline-block;
}

.vertical-part b {
  display: inline-block;
  transform: translateY(100%);
}

.items-header .vertical-part b {
  transition: .5s;
}

.items-description .vertical-part b {
  transition: .21s;
}

.items.active .items-header .vertical-part b {
  transform: translateY(0);
}

.items.active .items-description .vertical-part b {
  transform: translateY(0);
}

/* Controls ----------------------------------------------------------------------*/
.controls {
  position: absolute;
  text-align: right;
  z-index: 9;
  right: 30px;
}

.controls ul {
  list-style: none;
}

.controls ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px;
  background: #f1d6bf;
  cursor: pointer;
}

.controls ul li.active {
  background: #b98e68;
}

@media (max-width: 2000px) {

}



@media (max-width: 980px) {


}

@media (max-width: 768px) {


}






.detail_room{
  position: absolute;
  z-index: 7;
  bottom: 30px;
  left: 20px;
  color: #ffffff;
  width: 100%;

}
.detail_room  i{
  color: #ffffff;
  margin: 0px;
  margin-right: 5px;

}
.detail_room  i.child{
  font-size: 38px;

}


.detail_room > div > p {
  color: #ffffff;
  opacity: 1 !important;
  margin: 0px;
}



.detail_room > div > p.title {
  font-size: 24px;
  margin-right: 10px;
  color: #ffffff;
  opacity: 1 !important;
}

.line_long{
  height: 2px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  background-color: #864318;
}
a.mask {
  text-decoration: none;
  overflow: hidden;
  display: block;
}
img.zoom-img {
  width: 100%;
  position: relative;
  padding: 0;

}
img.zoom-img {
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
  box-shadow: 0px 0px 0px 0px #000; /*Firefox opacity flickr bug fix */
}
img.zoom-img:hover {
  -webkit-transform: scale(1.15);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 750ms;
  -moz-transform: scale(1.15);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 750ms;
  overflow: hidden;
  opacity: 0.7;
}

.gallery a {
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
}
.active {
  animation: pulse 3s;
}

@keyframes pulse {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.accomodations .discount_item.text_discount{
  padding: 0px 30px 0px 30px;
}
.head-mobile{
  width: 255px;
  float: left;
}
.head-mobile-translate{
  width: 230px;
  float: left;

}
.skiptranslate.goog-te-gadget div
{
  margin-right: 30px;
  text-align: right;
}