.table__wrap {
	overflow-x: auto;
}

.table__price tr td .gallery a img {
    width: 100%
}
.table__price tr td .desc {
    width: calc(100% - 360px);
}
.table__price tr td .gallery {
    width: 350px;
}

.table__price tr td .desc {
font-size: 18px;
}


.table__price tr td .title a {
    display: inline;
}

.accomd-modations-content_1 .owl-pagination {
	top: -13px;
}
.check-availability .title:before {display: none;}
.check-availability .title {text-align: center;}

/* HOME GUEST BOOK */
.home-guestbook {
  padding: 100px 0;
  position: relative;
}
.home-guestbook:after {
  display: table;
  content: '';
  clear: both;
}
.home-guestbook:before {
  /*width: 10000px;*/
  /*position: absolute;*/
  /*top: 0;*/
  /*bottom: 0;*/
  /*left: 74.35%;*/
  /*content: '';*/
  /*z-index: 0;*/
  /*background-color: rgba(255, 255, 255, 0.5);*/
}
.guestbook-content {
  margin-top: 40px;
}
.guestbook-content .owl-buttons {
  display: none;
}
.guestbook-content .owl-pagination {
  margin-top: 20px;
  margin-left: 165px;
}
.guestbook-header {
  position: relative;
  z-index: 1;
}
.guestbook-header p {
  color: #232323;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.428em;
}
.guestbook-header .awe-btn {
  margin-top: 40px;
}
.guestbook-item {
  padding-right: 70px;
}
.guestbook-item .img {
  float: left;
  overflow: hidden;
  width: 115px;
  height: 115px;
  margin-right: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.guestbook-item .text {
  overflow: hidden;
  padding-top: 10px;
  padding-left: 70px;
  color: #fff;
}
.guestbook-item .text p {
  color: #fff;
  line-height: 1.4em;
  font-size: 16px;
  position: relative;
  margin-bottom: 15px;
    font-family: 'RobotoRegular';
}
.guestbook-item .text p:before {
  position: absolute;
  content: "“";
  top: 0;
  left: -20px;
  font-size: 40px;
}
.guestbook-item .text p:after {
  font-family: 'RobotoRegular';
  content: "„";
  font-size: 40px;
  line-height: 0;
  margin-left: 10px;
}
.guestbook-item .text span {
  color: #ffffff;
}
.guestbook-item .text span strong {
  font-size: 20px;
  margin-right: 20px;
}
/* CUSTOM HOME GUEST BOOK */
.guestbook-btn {
  margin: 50px 70px;
  text-align:center;
  color: #fff;
}
.home-guestbook {
  padding: 0;
}
.guestbook-content .owl-pagination {
  margin-top: 20px;
  margin-left: 0;
  text-align: center;
}
.home-guestbook .awe-overlay {
  background-color: rgba(72, 72, 72, 0.5);
}
/* END / HOME GUEST BOOK */

.awe-btn.awe-btn-4 {
    border: 2px solid #087fb2;
    color: #fff; 
}
.awe-btn.awe-btn-4:hover {
  border-color: #26a9e1;
  background-color:#2c7ea1;
}

@media screen and (max-width: 480px) {
	 /* HOME GUEST BOOK */
  .home-guestbook {
    padding: 50px 0;
  }
  .home-guestbook .guestbook-content .guestbook-item .img {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
  .home-guestbook .guestbook-content .guestbook-item .text {
    text-align: center;
  }
  /* CUSTOM HOME GUEST BOOK */
  .home-guestbook {
    padding:0;
  }
  .home-guestbook .awe-btn.awe-btn-4 {
    margin-top: 15px;
  }
  .guestbook-item .text {
    padding-left: 25px;
    padding-right: 10px;
  }
}

/* BTN BACK TO UP */
.back_to_top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  background: rgb(38 169 225 / 70%);
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  display: none;
}

.back_to_top:hover {
  background: #e9ebec;
}

.back_to_top-show {
  display: block;
}
@media screen and (max-width: 768px) {
  .back_to_top {
    bottom: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-size: 18px;
  }
}
/* END | BTN BACK TO UP */

.slider_down-arrow {
    position: absolute;
    bottom: 25%;
    right: calc(50% - 30px);
    box-sizing: border-box;
	z-index: 1;
}
.slider_down-arrow a {
    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 100%;
}

.slider_down-arrow .hillter-icon-down-arrow {
    position: absolute;
    left: calc(50% - 14.5px);
    top: calc(50% - 8px);
    color: #fff;
    vertical-align: middle;
    text-align: center;
}

/* rncbWidget */
.rncbWidgetWrap {
  max-width: 700px;
  margin: 1em auto;
  padding: 2em;
  border-radius: 12px;
  box-shadow: 1px 2px 5px #ccc, inset 0px 0px 6px 0px #b3b0b0;
  background: #12dada;
}

.rncbWidgetTitle {
  text-align: center;
  margin-bottom: 1em;
  font-size: 22px;
  color: #fff;
  border-bottom: 1px solid;
}

.rncbWidgetForm {
  display: flex;
  flex-direction: column;
}
.rncbWidgetForm input#total {
  font-size: 16px;
  margin-bottom: 1em;
  padding: 8px 12px;
  border-radius: 12px;
  border: none;
}
.rncbWidgetForm #initWidget {
  padding: 8px 12px;
  border-radius: 12px;
  border: none;
  background: #2ab6e7;
  color: #fff;
  transition: 0.3s all;
}
.rncbWidgetForm #initWidget:hover {
  background: #0083b3;
}
/* END | rncbWidget */
.event-item {
  overflow: hidden;
}
@media screen and (min-width: 760px) {
  .event-item .text {
    left: -160px;
    transition: all 1s;
  }
  .event-item:hover .text {
    left: 0px;
  }
}

.accomd-modations-room_1 .text .name__room {
  color: #08587b;
  text-transform: uppercase;
  font-size: 20px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.accomd-modations-room_1 .text .name__room:hover {
  color: #23527c;
}


  .vtb-form {
      display: flex;
      flex-direction: column;
  }
 
 .vtb-form input {
     text-align: center;
 }
 
.vtbWidgetWrap {
    max-width: 700px;
    margin: 1em auto;
    padding: 2em;
    border-radius: 12px;
    box-shadow: 1px 2px 5px #ccc, inset 0px 0px 6px 0px #b3b0b0;
    background: #12dada;
}

.vtbWidgetTitle {
    text-align: center;
    margin-bottom: 1em;
    font-size: 22px;
    color: #fff;
    border-bottom: 1px solid;
}

.vtbWidgetForm {
    display: flex;
    flex-direction: column;
}
.vtbWidgetForm input#amount, .vtbWidgetForm input.email {
    font-size: 16px;
    margin-bottom: 1em;
    padding: 8px 12px;
    border-radius: 12px;
    border: none;
}
.vtbWidgetForm .vtb-button {
    padding: 8px 12px;
    border-radius: 12px;
    border: none;
    background: #009db2;
    color: #fff;
    transition: 0.3s all;
}
.vtbWidgetForm .vtb-button:hover {
    background: #428bca;
}

.vtbWidgetForm label {
    text-align: center;
    font-weight: 300;
}

.vtbWidgetWrap-info p {
    margin: 2rem 0 0 0;
    font-size: 13px;
    line-height: 2rem;
}

/* cookie */
[data-cookie] {
    position: fixed;
    bottom: -660px;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background: rgba(32,32,32,.5);
    backdrop-filter: blur(80px);
    -webkit-backdrop-filter: blur(80px);
    color: #fff;
    transition: bottom .5s;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0;
    font-size: 13px;
}

[data-cookie].active {
    bottom: 0
}

@media (max-width: 768px) {
    [data-cookie] {
        flex-direction: column
    }
}

[data-cookie-ok] {
    cursor: pointer;
    background: #f1f1f1;
    color: #252525;
    text-decoration: none;
    padding: 5px 10px;
    margin-left: 30px;
    display: flex;
    align-items: center
}
[data-cookie-ok]:hover {
    background: #164f55;
    color: #f1f1f1;
}
[data-cookie-text] {
    margin: 0;
    font-size: inherit;
}

@media (max-width: 768px) {
    [data-cookie-ok] {
        margin-left:0;
        display: block;
        margin-top: 10px;
        text-align: center;
        width: 100%
    }
}
/* END cookie */

label#custom-checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 13px;
  text-transform: inherit;
  margin: 1em;
}

#form_callback label#custom-checkbox a {
    color: #fff;
    text-decoration: underline;
}

label#custom-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  flex-shrink: 0;
}