.slick-slider{-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}
.slick-slider:focus{outline:0}
.slick-slider *{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}
.slick-slider :focus{outline:0}
.bntsCarouselContainer {
    min-width: 100vw;
}
.bntsCarouselContainer .slick-list {
    padding: 0 20% 0 20%;
    font-size: 0;
    max-height: 675px;
}
.bntsCarouselContainer .slick-arrow {
    width: 50px;
    height: 50px;
    margin: 0;
    position: absolute;
    z-index: 3;
    background-color: #232020;
    cursor: pointer;
    top: 50%;
    border-radius: 50%;
}
.bntsCarouselContainer .slick-arrow {
  width: 50px;
  height: 50px;
  margin: 0;
  position: absolute;
  z-index: 3;
  background-color: #232020;
  cursor: pointer;
  top: 50%;
  border-radius: 50%;
  border: 0;
}
.bntsCarouselContainer .slick-prev {
  left: 20%;
  transform: translate(-50%, -50%);
  background-image: url("../../../../templates/sw-hotel-tpl/images/svg/galleryarrow_left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25%;
  box-shadow: 0px 0px 20px 0 #ffffff;
  font-size: 0;
}
.bntsCarouselContainer .slick-next {
  right: 20%;
  transform: translate(50%, -50%);
  background-image: url("../../../../templates/sw-hotel-tpl/images/svg/galleryarrow_right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25%;
  box-shadow: 0px 0px 20px 0 #ffffff;
  font-size: 0;
}
.button-captions {
  display: flex;
  min-width: 200px;
  position: relative;
  width: max-content;
  height: 45px;
  border-radius: 10px;
  background-color: #231F20;
  color: white;
  font-size: 12px;
  -webkit-transition: max-width 1s;
  transition: max-width 1s;
  cursor: pointer;
  justify-content: center;
  display: inline-flex;
}
.button-captions.opened {
  width: 100%;
}
.button-captions.uk-open {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.nav-captions {
  display: flex;
  width: 60%;
  margin-bottom: 20px;
  margin-left: 10%;
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: flex-end;
}
.text-captions.caption-show {
  width: max-content;
  float: unset;
  position: relative;
  left: unset !important;
  top: unset !important;
  line-height: 45px;
  background-color: transparent;
  padding-right: 20px;
  color: #fff;
  width: 100%;
}
.icon_captions {
  float: unset;
  position: relative;
  font-size: 12px;
  line-height: 45px;
  padding-left: 12px;
  width: max-content;
  min-width: 200px;
  padding-right: 12px;
  text-align: center;
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-user-select: none;
  user-select: none;
  text-transform: uppercase;
}
.text-captions.caption-show > p {
  position: relative;
  font-size: 12px;
  line-height: 1.2;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.bnts-captions-icon-container {
  height: 20px;
  width: 20px;
  margin-left: 12px;
  margin-right: 12px;
  border-radius: 50%;
  border-width: 1px;
  border-color: white;
  border-style: solid;
}
.bnts-captions-icon {
  background-image: url("../../../../templates/sw-hotel-tpl/images/svg/galleryarrow_right.svg");
  transition: transform 0.5s;
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  background-size: 25%;
  display: block;
}
.bnts-show.uk-open .bnts-captions-icon {
  transform: rotate(180deg);
}
.bnts-dropdown {
  font-size: 12px;
  border: none;
  text-transform: uppercase;
  margin-left: auto;
  padding: 0;
  z-index: 3;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 20px;
  margin-right: 5%;
}
.bnts-dropdown input {
  display: none;
}
.bnts-dropdown > li {
  float: left;
  list-style-type: none;
  position: relative;
}
.bnts-dropdownLabel {
  background-color: #231F20;
  color: white;
  font-size: 12px;
  width: 200px;
  position: relative;
  padding-left: 16px;
  display: block;
  line-height: 45px;
  cursor: pointer;
  border-radius: 10px;
  margin-bottom: 0px;
  font-weight: 100;
  box-shadow: 0px 0px 20px 0 #ffffff;
  -webkit-user-select: none;
  user-select: none;
  transition: border-radius 0s 0.5s;
}
.bnts-dropdownLabel:after {
  content: url('../../../../templates/sw-hotel-tpl/images/svg/galleryarrow_up.svg');
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  right: 20px;
}
.bntsHideCaret.bnts-dropdownLabel:after {
  content: none;
}
.bnts-dropdownLabel:focus,
input:checked ~ .bnts-dropdownLabel {
  background-color: #231F20;
  color: #fff;
  outline: 0;
  border-radius: 0px 0px 10px 10px;
  transition: border-radius 0s 0s;
}
input:checked ~ .bnts-dropdownLabel:after {
  border-top: 0 solid rgba(255, 255, 255, 0.5);
  transition: border-top 0.1s, border-bottom 0.1s 0.1s;
  content: url('../../../../templates/sw-hotel-tpl/images/svg/galleryarrow_down.svg');
}
/*show the second levele menu of the selected voice*/
input:checked ~ .bnts-dropdown-content {
  max-height: 300px;
  transition: max-height 0.5s ease-in;
}
.bnts-dropdown-content li {
  list-style: none;
}
.bnts-dropdown-content li a {
  display: block;
  padding: 7px 10px 7px 10px;
  background-color: #231F20;
  color: white !important;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background .3s;
  border-left: 3px solid transparent;
  font-size: 13px;
  font-weight: 100;
}
.bnts-dropdown-content li a:hover {
  background: #0072bc;
}
.bnts-dropdown-content li a .number {
  float: right;
}
ul.bnts-dropdown-content > li:nth-child(1) > a {
  padding-top: 17px;
}
.nav-captions {
  pointer-events: initial;
}
li.uk-active .nav-captions {
  display: block;
}
.bnts-dropdown {
  pointer-events: initial;
}
li.uk-active .bnts-dropdown {
  display: block;
}
.bntsMarkerPriceElement {
  background-color: white;
  width: 100%;
  height: 40px;
  padding: 8px 4px;
  font-weight: bold;
  font-size: 14px;
  font-family: 'Noto Sans', sans-serif;
  display: table;
  border-radius: 6px;
  margin-left: 21px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.bnts-captions-icon-container {
  height: 20px;
  width: 20px;
  margin-left: 12px;
  margin-right: 12px;
  border-radius: 50%;
  border-width: 1px;
  border-color: white;
  border-style: solid;
}
.bnts-captions-icon {
  background-image: url("../../../../templates/sw-hotel-tpl/images/svg/galleryarrow_right.svg");
  transition: transform 0.5s;
  background-repeat: no-repeat;
  background-position: center;
  height: 20px;
  background-size: 25%;
  display: block;
  font-size: 0;
}
.bnts-show .bnts-captions-icon {
  transform: rotate(180deg);
}
.button-captions.bnts-show {
  max-width: 80%;
}
.hotelImageSlider {
  position: relative;
}
.bnts-carousel-overlay-left {
  position: absolute;
  width: calc(20vw + 2px);
  /*width: 20%;*/
  height: 100%;
  background-color: black;
  z-index: 2;
  opacity: 0.5;
}
.bnts-carousel-overlay-right {
  position: absolute;
  width: calc(20vw + 2px);
  /*width: 20%;*/
  height: 100%;
  background-color: black;
  z-index: 2;
  opacity: 0.5;
  right: 0;
}
@media (min-width: 1930px){
    .bnts-carousel-overlay-left {
        width: calc((100vw - 1170px)/2);
    }
    .bnts-carousel-overlay-right {
        width: calc((100vw - 1170px)/2);
    }
    .bntsCarouselContainer .slick-prev {
        left: calc((100vw - 1170px)/2);
    }
    .bntsCarouselContainer .slick-next {
        right: calc((100vw - 1170px)/2);
    }
    .bntsOptionsFlexContainer {
        width: 1170px;
        margin-left: calc((100vw - 1170px)/2);
    }
    .bntsCarouselContainer .slick-list {
        padding: 0 calc((100vw - 1170px)/2) 0 calc((100vw - 1170px)/2);
    }
}

@media (max-width: 1050px){
    .bntsCarouselContainer .slick-list {
        padding: 0 10% 0 10% !important;
    }
    .slick-initialized .slick-slide {
    	min-width: 80vw;
    	max-width: 80vw;
    }
    .bntsCarouselContainer .slick-prev{
        left: 10%;
    }
    .bntsCarouselContainer .slick-next {
        right: 10%;
    }
    .bnts-carousel-overlay-left {
        width: 10%;
    }
    .bnts-carousel-overlay-right {
        width: 10%;
    }
    .bntsOptionsFlexContainer {
        margin-left: 10%;
        margin-right: 10%;
        width: 80%;
        margin-bottom: 20px;
    }
}
@media (max-width: 650px){
    .bntsCarouselContainer .slick-list {
        padding: 0 25px 0 25px !important;
    }
    .slick-initialized .slick-slide {
        min-width: calc(100vw - 50px);
        max-width: calc(100vw - 50px);
    }
    .bntsCarouselContainer .slick-prev{
        left: 25px;
    }
    .bntsCarouselContainer .slick-next {
        right: 25px;
    }
    .bnts-carousel-overlay-left {
        width: 25px;
    }
    .bnts-carousel-overlay-right {
        width: 25px;
    }
    .hotelImage{
        min-height: 400px;
    }
    .bntsOptionsFlexContainer {
        width: calc(100% - 50px);
        margin-left: 25px;
        margin-right: 25px;
    }

}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}
.slick-track:before,.slick-track:after{display:table;content:''}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left;height:100%;min-height:1px}
[dir='rtl'] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
.container{max-width:1324px;padding:0 37px}
.container-940{max-width:940px;padding:0 37px;margin:auto}
.transparentBtn{width:100%;text-align:center;border-radius:0;border:1px solid #000;padding:34px 20px 33px;font-family:"Roboto-Bold";font-size:18px;text-transform:uppercase}
.hotelImage{
    content: "";
    padding-bottom: 56.25%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.hotelImage{
    max-height: 675px;
}
.bntsOptionsFlexContainer {
    display: flex;
    width: 60%;
    margin-bottom: 20px;
    margin-left: 20%;
    position: absolute;
    bottom: 0;
    left: 0;
    align-items: flex-end;
}
#nav-captions {
    bottom: 5%;
    left: 5%;
    z-index:3;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 75%;
}

.text-captions {
  overflow: hidden;
  text-align: center;
  position: relative;
  width: 100%;
  height: auto;
  padding: 12px 12px 12px 0;
  align-items: center;
  justify-content: center;
  cursor: default;
  display: none;
}

.text-captions.caption-show {
    display: flex;
    -webkit-user-select: none;
    user-select: none;
}
.text-captions p {
    display: none;
    margin: 0;
}

.icon_captions {
    font-size: 12px;
    line-height:45px;
    padding-left:12px;
    width: 100%;
    padding-right: 12px;
    text-align:center;
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-user-select: none;
    user-select: none;
}

.icon_captions.alignment {
    width: auto;
}

.bnts-captions-icon-container{
    height: 20px;
    width: 20px;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 50%;
    border-width: 1px;
    border-color: white;
    border-style: solid;
}
.bnts-show .bnts-captions-icon{
    transform: rotate(180deg);
}

.text-captions.caption-show.positionDown p {
    display: block;
}
/*Style for the first level menu bar*/
.change{
    color:#fff !important;
    text-decoration:none !important;    
}
.bnts-options-seperator-container {
    display:none;
}

.bnts-dropdown{
    font-size: 12px;
    border: none;
    text-transform:uppercase;
    margin-left: auto;
    padding: 0;
    margin-right: 20px;
    z-index:3;
    margin-bottom: 0;
 
}

.bnts-dropdown > li{
    float: left;
    list-style-type: none;
    position: relative;

}

.bnts-dropdownLabel{
    background-color: #231F20;
    color: white;
    font-size: 12px;
    width: 200px;
    position: relative;
    padding-left:16px;
    display: block;
    line-height: 45px;
    cursor: pointer;
    border-radius: 10px;
    margin-bottom:0px;
    font-weight: 100;
    box-shadow: 0px 0px 20px 0 rgb(255,255,255,50%);
    -webkit-user-select: none;
    user-select: none;
    transition: border-radius 0s 0.5s;
}
.bntsHideCaret {
    cursor: default !important;
    opacity: 0 !important;
}
/*.bntsHideCaret.bnts-dropdownLabel:after{
    content: none;
}*/

.bnts-dropdownLabel:focus,
input:checked ~ .bnts-dropdownLabel{
    background-color: #231F20;
    color: #fff;
    outline: 0;
    border-radius:0px 0px 10px 10px;
    transition: border-radius 0s 0s;
}


/*hide the inputs*/
#check01{
    display: none;
}

/*show the second levele menu of the selected voice*/
input:checked ~ .bnts-dropdown-content{
    max-height: 300px;
    transition: max-height 0.5s ease-in;
}

/*style for the second level menu*/
.bnts-dropdown-content{
    border-radius: 10px 10px 0px 0px;
    width: 200px;
    max-height: 0;
    padding: 0px;
    overflow: hidden;
    list-style-type: none;
    transition: max-height 0.5s ease-out;
    position: absolute;
    bottom: 100%;
}

.bnts-dropdown-content li a{
    display: block;
    padding:7px 10px 7px 10px;
    background-color: #231F20;
    color: white !important;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background .3s;
    border-left: 3px solid transparent;
    font-size:13px;
}

.bnts-dropdown-content li a:hover{
    background: #0072bc;
}

.fa-bars, .fa-home, .fa-envelope, .fa-cog{
    padding-right: 15px;
    size: 15px;
}

ul.bnts-dropdown-content >li:nth-child(1) > a {
    padding-top: 17px;
}

span.number{
    float:right;
}

   

.button-captions {
    display: flex;
    max-width: 200px;
    min-width: 200px;
position: relative;
    font-size: 12px;
    width: 200px;
    height: 45px;
    border-radius:10px;
    background-color: #231F20;
    color: white;
    font-size: 12px;
    -webkit-transition: max-width 1s;
    transition: max-width 1s;
    cursor: pointer;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0 rgb(255,255,255,50%);
    justify-content: center;
}

.button-captions.bnts-show {
    height: auto;
    max-width: 100%;
}

.bnts-show {
    width: 100%;
}
@media (max-width: 768px){
    .bnts-dropdown{
       font-size: 12px;
       z-index:3;
   }
   .bnts-dropdownLabel {
	    width: 200px;
	}
	.bnts-dropdown-content {
	    width: 200px;
	}
}
@media (max-width: 550px){
    .bnts-options-seperator-container {
        display: block;
        width: 250px;
    position: absolute;
    background-color: #231F20;
    height: 16px;
    z-index: 4;
    left: 50%;
    transform: translate(-50%,-50%);
    }
    .bnts-options-seperator {
        background-color: white;
    height: 1px;
    transform: translateY(7px);
    width: 218px;
    margin-left: auto;
    margin-right: auto;
    }
    .bntsOptionsFlexContainer {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        top: calc(100% - 45px);
        bottom: auto;
    }
    #nav-captions {
        margin: 0;
        padding: 0;
        width: 250px;
    }
    .bnts-options-seperator-container {
        display: block;
        width: 250px;
    position: absolute;
    background-color: #231F20;
    height: 16px;
    z-index: 4;
    left: 50%;
    transform: translate(-50%,-50%);
    }
    .bnts-options-seperator {
        background-color: white;
    height: 1px;
    transform: translateY(7px);
    width: 218px;
    margin-left: auto;
    margin-right: auto;
    }
    .bntsOptionsFlexContainer {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        top: calc(100% - 45px);
        bottom: auto;
    }
    .bnts-dropdown {
        margin: 0;
        padding: 0;
    }
    
    .icon_captions {
        width: 100%;
        justify-content: flex-start;
    }
    .icon_captions.alignment {
        width: 100%;
    }
    .text-captions {
        width: 100%;
    }
    .text-captions.caption-show {
        padding: 0 12px 12px;
    }
    /* Control bar below carousel */
    #hotel-details-info > div:nth-child(3){
        margin-top: 45px;
    }
    .button-captions {
        width: 100%;
        max-width: 250px;
        flex-wrap: wrap;
        border-radius: 0 0 10px 10px;
        box-shadow: none;
    }
    .bnts-dropdownLabel {
        width: 250px;
        border-radius: 10px 10px 0 0;
    }
    .bnts-dropdown-content {
        width: 250px;
    }
    .button-captions {
        transition: max-height 1s;
        max-height: 45px;
	    max-width: unset;
    }
    .button-captions.bnts-show {
        max-height: 300px;
    }
    .bnts-show .bnts-captions-icon{
        transform: rotate(180deg);
    }
    .bntsOptionsFlexContainer {
	    bottom: 0px;
	    top: auto;
	    left: 0;
	    right: 0;
	    margin: 0;
	    padding: 0;
	    width: 100%;
	}
	.hotelAddress .leftInfoColumn {
	    text-align: left;
	}
	.hotelSummary {
	    padding: 0 0 10px;
	}
	.hoteldetails .hotelAddressContainer {
	    padding-top: 10px;
	}
}
@media (max-width: 767px){
 ul.bnts-dropdown {
    position: unset;
  }
}