.rightbar {
  position: fixed;
  right: 0;
  top: 18%;
  /* top: 225px; */
  z-index: 10;
  transition: all .3s ease-in;
}
.rightbar__item {
  display: block;
  margin-bottom:20px;
  text-align: center;
  background: #4b403f;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
}
.rightbar__item img {
  position: relative;
}
.rightbar__item:before {
  content: '';
  position: absolute;
  top:0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #7da6ab;
  transition: all .5s ease-out;
}
.rightbar__item:hover:before {
  left:100%;
}
.restoran {
  margin-top: 40px;
}
.hotel__gallery-body:hover .hotel__slider-zoom {
  display: none;
}
.page__section-text-title {
  margin-top: 30px;
}
.callback-errors {
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #7ea8ad;
    padding: 20px 40px;
    box-sizing: border-box;
    text-align: center;  
}

.callback-success {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #7ea8ad;
    padding: 20px 40px;
    box-sizing: border-box;
    text-align: center;
}
#cboxContent {
  background: transparent;
}
.copyright {
  clear: both;
  text-align: left;
  font-family: inherit;
  font-weight: 300;
  color: #272727;
  font-size: 14px;
  opacity: 0.7;
  transition: all .5s ease;
}
.copyright:hover {
  opacity: 1;
}
.copyright a {
  color: inherit;
}
.copyright a:hover {
  text-decoration: underline;
}
.copyright img {
  vertical-align: middle;
  padding-left: 10px;
}
.footer {
  padding-bottom: 15px;
}

.navXS .header__nav-list-nav:after {
  display: none;
}

.banner__slide-dots {
    bottom: 1em;
    /* bottom: 80px; */
}
.navLG {
    display: table;
}
.header__nav-list {
    display: table-cell;
}
.hotel__gallery-head ul {
    margin: 0;
}
.logo .st1 {
    -moz-transform-origin: 50% 0;
}
.logo:hover .st1 {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    -moz-transform: rotateZ(0deg) scale(1.2);
}

.banner__slide-item {
    min-height: 743px;
    max-height: 900px;
}

.social .social__link svg {
  margin-left: 10px;
}
.footer .social .social__link svg {
  margin-left: 6px;
}







/* FOR BOOKING */

.booking .col1 {float: left;}
.booking .col2 {float: left;}
.booking .col3 {float: right; position: relative;}
.booking .col4 {float: right; position: relative;}
.booking .number .picker {float: none; width: 100%;}
.booking .content__item-1 {width: 100%;}


.booking .col1 input {
    margin-left: 14px;
    height: 32px;
}
.booking .col1 label {
    margin-bottom: 37px;
}

.booking .col3 input {
    width: 100px;
    height: 30px;
    background: #fff;
    border: 1px solid #7ea8ad;
    margin: 0px 10px 0px 38px;
    text-align: center;
    color: #4b403f;
    /*color: rgba(39, 39, 39, 0.5);*/
    font-size: 13px;
    font-weight: 400;
}

.booking .col3 .people {
  position: absolute;
  top: 57px;
  left: 0;
  width: 34px;
  height: 34px;
  background: url('/upload/images/booking2.png');
}
.booking .col3 .children {
  position: absolute;
  top: 111px;
  left: 0;
  width: 34px;
  height: 34px;
  background: url('/upload/images/booking1.png');
}


.booking .col4 input {
    width: 200px;
    height: 30px;
    background: #fff;
    border: 1px solid #7ea8ad;
    margin: 0px 10px 0px 10px;
    text-align: center;
    color: #4b403f;
    /*color: rgba(39, 39, 39, 0.5);*/
    font-size: 13px;
    font-weight: 400;
}
.booking .col3 .ast {
  position: absolute;
  left: 126px;
  width: 10px;
  height: 10px;
  color: red;
  top: 57px;
}
.booking .col3 .ast.ast2 {
  top: 110px;
}

.booking .col4 .ast {
  position: absolute;
  left: 198px;
  width: 10px;
  height: 10px;
  color: red;
  top: 57px;
}
.booking .col4 .ast.ast2 {
  top: 110px;
}

.checkbox + label {
  cursor: pointer;
  line-height: 26px;
  font-size: 16px;
}

.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}

.checkbox:not(checked) + label {
  position: relative;
  padding: 0 0 0 22px;
  font-size: 16px;
  color: #000000;
  font-weight: 300;
}

.checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url('/upload/images/booking_check_off.png');
}

.checkbox:checked + label:before {
  background: url('/upload/images/booking_check_on.png');
}


.sh-form__errors {font-size: 14px; color: red;}












