@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"),url(/template/widget/css/fonts/400.woff) format("woff")
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 600;
  src: local("Lato Semibold"),url(/template/widget/css/fonts/600.woff) format("woff")
}
@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  src: local("Lato Heavy"),url(/template/widget/css/fonts/800.woff) format("woff")
}
@font-face {
  font-family: fontello;
  src: url(/template/widget/img/font/fontello.woff??64109476) format('woff');
  font-weight: 400;
  font-style: normal
}
button >[class^=icon-]:before {
  color: #fff
}
[class*=" icon-"]:before,
[class^=icon-]:before {
  font-family: fontello;
  font-style: normal;
  font-weight: 400;
  speak: none;
  color: #a9b3bc;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.icon-user:before {
  content: '\e800'
}
.icon-arrow_big_up:before {
  content: '\e801'
}
.icon-arrow_big_white_left:before {
  content: '\e802'
}
.icon-arrow_big_down:before {
  content: '\e803'
}
.icon-arrow_big_white_right:before {
  content: '\e804'
}
.icon-arrow_smaller_down:before {
  content: '\e805'
}
.icon-mail:before {
  content: '\e806'
}
.icon-map_in:before {
  content: '\e807'
}
.icon-map_out:before {
  content: '\e808'
}
.icon-menu:before {
  content: '\e809'
}
.icon-phone:before {
  content: '\e80a'
}
.icon-pin:before {
  content: '\e80b'
}
.icon-user-1:before {
  content: '\e80c'
}
.icon-check:before {
  content: '\e80d'
}
.icon-user2:before {
  content: '\e80e'
}
.icon-user3:before {
  content: '\e80f'
}
.icon-credit-card:before {
  content: '\e810'
}
.icon-camera:before {
  content: '\e811'
}
.icon-food:before {
  content: '\e812'
}
.icon-coffee:before {
  content: '\e813'
}
.icon-bed:before {
  content: '\e814'
}
.icon-gift:before {
  content: '\e815'
}
.icon-star:before {
  content: '\e816'
}
.icon-info:before {
  content: '\e817'
}
.icon-lock:before {
  content: '\e818'
}
.icon-calendar:before {
  content: '\e819'
}
.icon-wallet:before {
  content: '\e81a'
}
.icon-facebook:before {
  content: '\f09a'
}
.icon-google:before {
  content: '\f1a0'
}
.icon-paypal:before {
  content: '\f1ed'
}
* {
  box-sizing: border-box;
  margin: 0;
  outline: medium none;
  padding: 0
}
body {
  background-color: #f1f1f1;
  color: #323232;
  max-width: 1000px;
  padding: 0 15px;
  position: relative;
  margin: 0 auto
}
img {
  max-width: 100%
}
input[type=text],
select {
  border-radius: 0
}
div.body_cont {
  padding-left: 0;
  padding-right: 0
}
.main-container {
  max-width: 980px
}
.s-label {
  color: #323232;
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase
}
a {
  color: #42a956;
  text-decoration: none;
  text-transform: none
}
a:hover {
  color: #000;
  text-decoration: underline
}
input,
textarea {
  padding: 2px 5px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 1px rgba(0,0,0,.075) inset
}
label {
  width: 100%
}
.main-container {
  margin: 0 auto
}
.box {
  background: #fff;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 2px 0 0 rgba(0,0,0,.05);
  padding: 10px
}
.invoice-data-once {
  padding-top: 15px
}
.password-recover-diaolog {
  color: #666;
  font-size: 12px;
  line-height: 1.2;
  padding-top: 7px
}
.social-dialog .hd-label {
  font-weight: 700
}
.signin_login_separator {
  text-align: center;
  margin: 10px 0;
}
.signin_login_separator:before {
  content: '';
  height: 1px;
  background: #ccc;
  width: 100%;
  display: block;
  margin-bottom: -10px;
}
.signin_login_separator span {
  text-transform: uppercase;
  font-weight: bold;
  background: #ffffff;
  padding: 0 10px;
}
.social-dialog .btn-clear {
  margin: 0 5px 10px 5px;
  height: 40px;
  width: auto !important;
  border: 1px solid #ccc;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.social-dialog .btn-clear:last-of-type{
  margin-right: 0;
}
.social-dialog {
  padding: 20px 0 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.btn-clear {
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  background-color: #fff;
  box-shadow: 0 2px 0 0 #ccc;
  font-size: 13px;
  font-family: Helvetica;
  color: #212121;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1
}
.btn-clear:hover {
  border-width: 1px;
  border-color: #000;
  border-style: solid;
  box-shadow: 0 2px 0 0 #000
}
.btn-clear > * {
  vertical-align: middle
}
.room-item-button a.unselect-room-btn,
.room-item-button span.unselect-room-sep,
.room_buttons .btn-proceed-in-room-box,
.room_buttons .room_reservation_number {
  display: none
}
.room-item-button.active .btn-proceed-in-room-box,
.room-item-button.active .room_reservation_number,
.room-item-button.active a.unselect-room-btn,
.room-item-button.active span.unselect-room-sep,
.promotion-item.active .room_buttons .room_reservation_number{
  display: inline-block
}
.room-item-button.active .btn-basic-offer-reservation,
.room-item-button.active .btn-single-offer-reservation {
  display: none
}

.room_reservation_number.basic-offer > *{
  float:left;
  margin:0;
}
section.active:before {
  background: #42a956;
  bottom: 0;
  content: '';
  display: block;
  left: -5px;
  position: absolute;
  top: 0;
  width: 5px;
  z-index: 10
}
.signin-dialog {
  display: block;
  left: 50%;
  margin-left: -225px;
  margin-top: -200px;
  position: absolute;
  top: 50%;
  width: 470px;
  z-index: 899
}
.white-box {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
  clear: both;
  padding-bottom: 30px
}
.form-control-label,
.white-box label {
  margin: 0;
  color: #666;
  font-weight: 400
}
.white-box .form-control {
  border-color: #a3a3a3;
  border-radius: 0;
  box-shadow: 0 3px 0 0 #e5e5e5 inset;
  height: 45px;
  padding: 6px 10px;
}
.form-group.required {
  position: relative
}
.form-group.required:after {
  color: #ddd;
  content: '*';
  font-family: arial;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 35px;
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 9
}
.form-group.required.force-padding-right:after {
  right: 20px
}
.white-box .s-label {
  border-bottom: 1px solid #ccc;
  box-shadow: 0 4px 0 0 rgba(0,0,0,.05);
  margin: 0 -15px 25px;
  padding: 20px 18px 15px!important
}
section.booking-list .s-label {
  border-bottom: 1px solid #ccc;
  box-shadow: 0 4px 0 0 rgba(0,0,0,.05);
  margin: 0 0 0;
  padding: 20px 18px 15px!important
}
.options-padding {
  padding-top: 6px
}
.white-box .form-group {
  margin-bottom: 10px
}
.white-box.white-box .force-padding-right {
  padding-right: 10px
}
#main-promotions-form > section,
#main-rooms-form > div[class^=loading-offers] > section,
#main-rooms-form > section,
.center-section > section.row,
section.booking-list,
section.room-additional {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
  clear: both
}
#main-rooms-form > div[class^=loading-offers] > section::after,
#main-rooms-form > section::after {
  content: '';
  clear: both;
  display: table
}
.box-demo-info {
  background-color: #f2dede;
  color: #b94a48;
  font-size: 120%;
  font-weight: 700;
  margin: 10px
}
.long-main-name h1 {
  display: table-cell;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 2.2em;
  font-weight: 400;
  height: 65px;
  margin: 0;
  padding: 10px 10px 10px 0;
  position: relative;
  vertical-align: middle
}
header {
  margin-bottom: 20px
}
section {
  margin-bottom: 25px
}
.reservation-details-items section {
  margin-bottom: 0;
  padding-top: 0
}
.reservation-details-items .dialog_bundle section {
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0
}
optgroup {
  padding-left: 5px
}
optgroup option {
  padding-left: 20px
}
.clear-both {
  clear: both
}
.no-margin {
  margin-left: 0;
  margin-right: 0
}
.row-space-5 {
  margin-left: -5px;
  margin-right: -5px
}
.row-space-5 >[class*=col-] {
  padding-left: 5px;
  padding-right: 5px
}
.no-gutter .box-sub {
  padding: 15px 15px 20px
}
.no-gutter .box-sub:after {
  content: '';
  clear: both;
  display: table
}
.no-gutter >[class*=col-] {
  padding-left: 0;
  padding-right: 0
}
aside {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000
}
.aside-container {
  background-color: #fff;
  border-right: 1px solid #aaa;
  box-shadow: 2px 0 5px 0 rgba(0,0,0,.4);
  display: table;
  float: left;
  height: 100%;
  max-width: 290px;
  width: 80%
}
.aside-back {
  cursor: pointer;
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 290px;
  position: absolute;
  right: 0;
  vertical-align: top
}
.aside-container li {
  border-bottom: 1px solid #aaa;
  cursor: pointer;
  font-size: 1em;
  padding: 0 10px
}
.aside-container .ul-txt li {
  height: 50px;
  line-height: 50px;
  position: relative
}
.aside-container .ul-txt li::after {
  color: #aaa;
  content: "";
  display: inline-block;
  font-family: fontello;
  font-size: .7em;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  right: 15px;
  top: 1px
}
.aside-buttons-container {
  margin-bottom: 20px
}
.aside-buttons-container li {
  border-bottom: medium none;
  font-size: 1.125em;
  height: 40px;
  margin-bottom: 10px
}
.aside-buttons-container li a:hover {
  color: #fff!important
}
aside label {
  border-bottom: 1px solid #aaa;
  display: inline-block;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.125em;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding-left: 10px;
  text-transform: uppercase;
  width: 100%
}
aside .ul-txt {
  margin-bottom: 20px
}
.btn-mobile-currency,
.btn-mobile-language {
  background-image: none!important
}
.btn-mobile-currency input,
.btn-mobile-language input {
  float: right;
  margin: 20px 5px 0 0;
  position: relative;
  z-index: 1
}
.btn-mobile-logout {
  color: #da5e61
}
.nav {
  text-align: right
}
.nav > li {
  display: inline-block
}

.nav > li > a {
  color: #000;
  font-size: .85em;
  padding: 10px;
  transition-duration: .3s;
  transition-property: background
}
.nav > li > a em {
  padding: 0 5px
}
.gutter-proceed {
  margin-bottom: 15px;
  margin-top: 15px
}
.cookie-msg {
  font-size: 11px;
  line-height: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  margin: -10px 15px 15px
}
.gutter-proceed-fixed {
  background: rgba(255,255,255,.9);
  border-top: 1px solid #ddd;
  bottom: -80px;
  box-shadow: 2px 0 15px 0 rgba(0,0,0,.2);
  left: 15px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 15px 5px;
  position: fixed;
  transition-duration: .3s;
  transition-property: all;
  width: 100%
}
.main-nav {
  margin: 0;
  text-align: left
}
.main-nav > li:hover {
  background-color: #42a956;
  color: #fff
}
.main-nav > li {
  cursor: pointer;
  display: inline-block;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: .85em;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-weight: 600;
  margin-bottom: 8px;
  position: relative;
  text-transform: uppercase;
  transition-duration: .3s;
  transition-property: background
}
.btn-main-nav {
  color: #323232
}
.btn-main-nav.active {
  color: #43aa5b;
  position: relative;
  border: 1px solid #ccc;
  border-bottom: none
}
.show-offer_container {
  float: right;
  margin-top: 10px;
  clear: both
}
.calendar-menu,
.calendar-menu-cop {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.3)
}
.calendar-menu-cop span {
  display: inline-block;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  vertical-align: middle;
  line-height: normal
}
.calendar-menu-right {
  width: 50px;
  white-space: nowrap
}
.date_Y {
  margin-left: 5px
}
.date_m {
  font-weight: 700
}
.calendar-menu-cop span.date_d {
  font-size: 2em;
  font-weight: 700;
  padding: 0 7px
}
.calendar-menu-cop {
  width: 100%;
  display: none
}
.cop .calendar-menu-cop {
  display: table
}
.cop .calendar-menu,
.cop .nav-calendar-summary {
  display: none!important
}
.calendar-menu span {
  display: block;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: .857em;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 8px;
  text-transform: uppercase
}
.calendar-menu-morepersons {
  display: block;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: .857em;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600
}
.calendar-menu-day {
  float: left;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 2.743em;
  font-weight: 700;
  margin-right: 10px;
  line-height: 1
}
.calendar-menu-month,
.calendar-menu-year {
  color: #323232;
  display: block;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: .857em;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase
}
.calendar-menu-month {
  font-weight: 700;
  padding-top: 5px
}
.calendar-menu-persons {
  font-size: 14px;
  float: left;
  padding-right: 10px
}
.calendar-menu-persons b {
  font-size: 2.743em;
  font-weight: 700;
  line-height: 1
}
.calendar-menu-persons small {
  font-size: .857em;
  text-transform: uppercase;
  font-weight: 700;
  padding-left: 5px
}
#personFilter .row > div {
  padding: 15px;
  width: 25%
}
.calendar-menu-from,
.calendar-menu-to {
  padding: 15px;
  cursor: pointer
}
.calendar-menu-from:hover, .calendar-menu-to:hover, .button-moreperson:hover{
    background: #f1f1f1;
}
#main-rooms-form > section:hover, #main-rooms-form > div[class^="loading-offers"] > section:hover {
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
    transition: all 0.2s ease 0s;
}
.nav-calendar {
  cursor: pointer
}
.calendar-menu .row > div {
  height: 100px;
  position: relative;
  transition-duration: .3s;
  transition-property: background;
}
.calendar-menu .row > div:not(:empty):hover {
  background-color: #dbecf6;
  text-decoration: none
}
.calendar-menu-from {
  position: relative
}
.calendar-menu-from::after {
  bottom: 10px;
  color: #42a956;
  content: "";
  font-family: fontello;
  font-size: 2em;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  right: 15px
}
.calendar-menu-to {
  position: relative;
}
.calendar-menu-to::after {
  bottom: 10px;
  color: #42a956;
  content: "";
  font-family: fontello;
  font-size: 2em;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  right: 20px
}

.calendar-menu-row.personFilter{
  cursor: pointer;
}

.calendar-menu-row.personFilter:hover{
  background:#f1f1f1;
}

.affix-options-label,
div.affix-options-number {
  background: #fff;
  box-shadow: 0 2px 1px rgba(0,0,0,.075) inset;
  border: 1px solid #c4c9c3;
  display: block;
  float: left;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  width: 50%;
  height: 42px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-left: -1px
}
.affix-list .affix-list-details {
  display: none!important
}
.affix-list-details div.affix-options-number {
  display: block;
  height: 42px;
  padding: 0 8px 0 0;
  text-align: right
}
.affix-list-details div.affix-options-number input {
  font-size: 30px;
  font-weight: 700;
  height: 30px;
  margin-top: 6px;
  margin-left: 5px;
  text-align: center
}
div.affix-options-wrapper,
div.affix-person-wrapper {
  padding-top: 0px;
  margin: 0 -7px
}
div.affix-person-wrapper .affix-select-sub input {
  border: none;
  box-shadow: none
}
.affix-list div.affix-options-wrapper {
  padding-top: 0
}
.affix-list .affix-list-details ul {
  padding-top: 0px;
  padding-left: 40px
}
div.affix-options-number span {
  color: #222;
  float: left;
  line-height: 40px
}
div.affix-options-number button {
  margin-right: 0;
  margin-top: 10px
}
.affix-list-details .select2-container {
  margin: 0
}
.affix-select-sub {
  position: relative
}
.affix-select-sub input.btn_input {
  border-bottom: 4px solid #ccc;
  font-family: lato;
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  padding-top: 6px
}
.affix-select-sub.affix-select-sub button {
  background: 0 0;
  border: 1px solid #ccc;
  border-bottom: 4px solid #ccc;
  float: left;
  height: 40px;
  margin: 0;
  position: relative;
  width: 35px;
  z-index: 2
}
.affix-select-sub.affix-select-sub button i {
  color: #42a956;
  font-size: 25px;
  line-height: 38px
}
.affix-select-sub.affix-select-sub button.btn_up {
  float: right
}
.affix-downup,
.affix-select {
  float: left;
  padding: 0 7px;
  width: 33.3333%
}
.affix-count-1 .affix-downup,
.affix-count-1 .affix-select {
  width: 50%
}
.affix-count-2 .affix-downup,
.affix-count-2 .affix-select {
  width: 50%
}
.affix-downup:after,
.affix-select:after {
  content: '';
  display: table;
  clear: both
}
.affix-downup-label,
.affix-select-label {
  clear: both;
  font-size: 12px;
  font-weight: 700;
  padding-top: 3px;
  text-align: center
}
.calendar-menu {
  position: relative
}
.nav-calendar-summary {
  display: none;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.3)
}
.nav-calendar-summary::before {
  background-color: #ccc;
  content: "";
  height: 40px;
  left: 50%;
  margin: 0 -1px;
  position: absolute;
  top: -3px;
  width: 1px;
  z-index: 3
}
.nav-calendar-summary i {
  display: block;
  font-size: 14px;
  font-style: normal;
  padding: 5px;
  text-align: center;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif
}
.nav-calendar-summary b {
  color: #43aa5b;
  font-size: 12px
}
.nav-calendar-summary i div {
  display: inline-block
}
.calendar-menu-1person {
  color: #323232;
  display: inline-block;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: .857em;
  font-weight: 600;
  line-height: 45px;
  padding: 32px 0 0 15px;
  position: relative;
  text-transform: uppercase
}
.calendar-menu-2person {
  color: #323232;
  display: inline-block;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: .857em;
  font-weight: 600;
  line-height: 45px;
  padding: 32px 0 0 15px;
  position: relative;
  text-transform: uppercase
}
.button-moreperson {
  background: #fff;
  cursor: pointer;
  vertical-align: bottom;
  text-align: right
}
.button-moreperson.active .calendar-menu-arrow::after {
  color: #42a956;
  content: "";
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  left: 2px;
  position: absolute;
  top: -2px;
  transform: rotate(180deg)
}
.calendar-menu-arrow {
  display: inline-block;
  transition: all .5s ease-in-out 0s;
  margin-left: 4px
}
.calendar-menu-arrow::after {
  color: #42a956;
  content: "";
  font-family: fontello;
  font-size: 1em;
  font-style: normal;
  font-weight: 400
}
.calendar-menu-checkbox {
  border: 1px solid #42a956;
  display: block;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 43px;
  width: 20px
}
.calendar-menu {
  display: table;
  width: 100%
}
.calendar-menu > div,
.calendar-menu-cop > div {
  display: table-row
}
.calendar-menu > div > * {
  overflow: hidden;
  padding: 15px;
  position: relative;
  display: table-cell;
  /* width: 25%; */
  border-right: 1px solid #ccc
}

.calendar-menu > div > *:last-child{
  border-right: none;
}

.calendar-menu-cop > div > * {
  overflow: hidden;
  padding: 10px 15px;
  position: relative;
  display: table-cell
}
.bread-crumb-table {
  padding: 0
}
.bread-crumb-table .bread-crumb-item:first-child {
  padding-left: 15px
}
.bread-crumb-item {
  display: inline-block;
  font-size: .85em;
  padding: 0 35px 25px 0;
  position: relative
}
.bread-crumb-item::after {
  color: #aaa;
  content: "";
  display: inline-block;
  font-family: fontello;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  right: 8px;
  top: -2px
}
.bread-crumb-item:last-child::after {
  content: ""
}
.active-bread {
  font-weight: 600
}
.room {
  position: relative
}
.add-photo-mobile,
.room-photo-mobile {
  display: none
}
.room-photo {
  cursor: pointer;
  overflow: hidden;
  width: 230px;
  height: 180px;
  top: 0;
  bottom: 0;
  position: relative
}
.room-single .room-photo {
  height: auto;
  width: auto
}
.img-full-width {
  height: 100%;
  overflow: hidden;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 0;
  left: 0;
  min-height: 200px
}
.img-full-width img {
  height: 100%;
  min-width: 100%;
  width: auto;
  max-width: none;
  left: 0;
  position: relative;
  -webkit-transition: left 1.5s ease-in-out;
  -moz-transition: left 1.5s ease-in-out;
  -o-transition: left 1.5s ease-in-out;
  -ms-transition: left 1.5s ease-in-out;
  transition: left 1.5s ease-in-out
}
.room-photo-background img {
  max-height: 100%;
  display: inline-block
}
.add-photo {
  cursor: pointer;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  z-index: 700;
  padding-right: 0
}
.add-photo i,
.room-photo i {
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0
}
.add-photo div {
  margin: 15px 0 0 0;
  min-height: 85px
}
.add-photo-mobile,
.room-photo-mobile {
  padding-left: 0;
  padding-right: 0
}
.add-photo-mobile {
  padding: 10px 0;
  position: relative;
  z-index: 700
}
.display_table {
  display: table;
  width: 100%;
  clear: both;
  table-layout: fixed
}
.display_table > div {
  display: table-cell;
  vertical-align: top
}
.iai-logo {
  min-width: 100px;
  padding-right: 0
}
.display_table.footer-info {
  border-bottom: 1px solid #d4d4d4;
    box-shadow: 0 1px 0 0 #fff;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 0;
}
.footer-info i {
  border: 1px solid #b7b7b7;
  border-radius: 100%;
  color: #000;
  display: block;
  font-size: 30px;
  font-weight: 400;
  height: 67px;
  line-height: 65px;
  float: left;
  margin-right: 17px;
  text-align: center;
  width: 67px
}
.footer-info i:before {
  color: #000;
  line-height: 65px
}
.footer-info > div {
  color: #878787;
  font-size: 11px;
  line-height: 1.2
}
.footer-info > div div {
  padding-left: 84px;
  padding-right: 15px
}
.footer-info strong {
  display: block;
  color: #1e1e1e;
  font-size: 18px;
  font-family: Lato;
  font-weight: 600;
  padding-bottom: 3px;
  padding-top: 10px
}
footer label {
  border-right: 1px solid #c1c1c1;
  font-family: Lato;
  text-transform: uppercase;
  color: #000;
  margin: 0 0 0 10px;
  width: auto;
  padding-right: 25px;
  cursor: pointer
}
footer.display_table {
  padding-bottom: 5px;
  table-layout: auto;
}
footer.display_table > div {
  vertical-align: middle
}
footer.display_table > div.iai-logo {
  text-align: right
}
footer.display_table > div.rabate_code {
  white-space: nowrap;
  width: 100px;
  padding: 0 25px 0 0;
  position: relative
}
.payment-icons{
  text-align: left;
}
.rabate-form input {
  color: #aaa;
  font-size: 12px;
  padding: 10px;
  vertical-align: middle;
  width: 340px
}
.rabate_code{
  border-bottom: 1px solid #d4d4d4;
  box-shadow: 0 1px 0 0 #fff;
  margin-bottom: 10px;
  margin-top: -12px;
  padding-bottom: 12px;
  padding-top: 10px;
}
.rabate-form :not([value=""]):not(:focus):invalid {
  border-color: red
}
.rabate-form button {
  min-height: 39px;
  padding: 10px 20px 3px;
  vertical-align: middle
}
.display_table div.rabate_code_label{
  text-transform: uppercase;
  width: 220px;
  font-weight: bold;
  vertical-align: middle;
}
.rabate_code_label:before { 
  border-radius: 50%;
  content: "%";
  display: inline-block;
  font-family: Lato;
  font-size: 13px;
  font-weight: 700;
  height: 25px;
  letter-spacing: .01px;
  line-height: 24px;
  margin-right: 10px;
  text-align: center;
  vertical-align: 0;
  width: 25px
}
.add-info h2,
.promotion-info h2,
.room-info h2 {
  color: #323232;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 4px;
  margin-top: 20px
}
.details-item .room-item-price-container,
.details-item h2 {
  margin-top: 0;
  padding-top: 0
}
.details-item h2 {
  margin-bottom: 10px
}
.promotion-room-info {
  color: #323232;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.243em;
  font-weight: 600
}
.promotion-room-price-before-rebate {
  color: #aaa;
  text-decoration: line-through;
  position: relative;
  top: 5px;
  left: 10px
}
.promotion-room-price-container {
  position: relative;
  top: 20px!important
}
.promotion-room-info-persons {
  color: #aaa
}
.promotion-title-section {
  font-size: 1.4em;
  margin-bottom: 15px
}
.room-item-details {
  color: #323232;
  font-size: .857em;
  line-height: 20px;
  margin-bottom: 12px
}
.room-info ul.room-item-details {
  margin-bottom: 10px
}
.room_buttons,
.static_links_room {
  text-align: right
}
.static_links_room {
  font-size: 0
}
.room_buttons {
  white-space: nowrap
}
.room_reservation_number {
  white-space: normal
}
.static_links_room a {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 12px;
  padding: 0 2px;
  line-height: 1.9;
  margin-left: 9px;
  cursor: pointer
}
.room_buttons a {
  font-weight: 700;
  text-transform: uppercase
}
.room_buttons a {
  font-weight: 700;
  padding: 0 2px
}
.static_links_room span {
  font-weight: 700;
  padding: 0 2px;
  margin-bottom: 15px;
  display: inline-block
}
.room_buttons > button,
.room_buttons > div {
  display: inline-block;
  margin-left: 7px;
  vertical-align: middle
}
.unselect-room-btn {
  color: #da5e61
}

.room-single .room_reservation_number {
  padding-right: 0;
  padding-left: 10px
}
.single-info-column .room-item-price-container {
  float: none;
  text-align: left
}
.room-item-user-icon-1 {
  display: inline-block;
  height: 13px;
  margin-right: 2px;
  width: 13px
}
.room-item-user-icon-1::before {
  color: #42a956;
  content: "";
  font-family: fontello;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 400;
  left: -2px;
  position: relative;
  top: 1px
}
.room-item-user-icon-2 {
  display: inline-block;
  height: 13px;
  margin-right: 2px;
  width: 28px
}
.room-item-user-icon-2::before {
  color: #42a956;
  content: "";
  font-family: fontello;
  font-size: 2.5em;
  font-style: normal;
  font-weight: 400;
  left: -2px;
  line-height: 0;
  position: relative;
  top: 5px
}
.room-item-user-icon-3 {
  display: inline-block;
  height: 13px;
  margin-right: 2px;
  width: 43px
}
.room-item-user-icon-3::before {
  color: #a9b3bc;
  content: "";
  font-family: fontello;
  font-size: 3.5em;
  font-style: normal;
  font-weight: 400;
  left: -2px;
  line-height: 0;
  position: relative;
  top: 11px
}
.room-item-user-icon-more {
  color: #a9b3bc;
  font-style: normal;
  font-weight: 800;
  position: relative
}
.room-item-user-icon-more::before {
  color: #a9b3bc;
  content: "";
  font-family: fontello;
  font-size: 1.3em;
  font-style: normal;
  font-weight: 400;
  position: relative
}
li.room-item-details-element {
  display: block;
  line-height: 1.1;
  margin-bottom: 5px;
  margin-right: 0
}
.hr-room {
  border-bottom: 1px solid #e1e1e1
}
.promotion-info .row:first-child {
  line-height: 30px;
  min-height: 30px
}
.room-single .promo-price-badge {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 10
}
.single-info-column {
  padding: 15px 0
}
.room-single h2 {
  font-size: 25px;
  font-weight: 500;
  margin: 0 0 5px;
  padding-right: 0
}
.room-single .room-item-details {
  margin-bottom: 15px
}
.room-single .room-item-button {
  text-align: right
}
.room-single .room-item-button > * {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0
}
.room-single .promotion-section .static_links_room a {
  margin-bottom: 0
}
.room-single .maxlength_1 .room_reservation_number{
  visibility: hidden;
}
.room-single .maxlength_1 .unselect-room-btn{
  display: none !important;
}
.objectAddons ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0
}
.objectAddons ul li {
  display: block;
  padding: 5px 10px;
  background: #eee;
  margin-bottom: 5px;
  font-size: 13px
}
.objectAddonsLabel {
  margin-bottom: 10px;
  font-size: 15px
}
.description {
  font-size: 12px;
  margin-bottom: 20px
}
.add-info .row,
.promotion-info .row,
.room-info .row {
  margin-left: 0;
  margin-right: 0
}
.add-info .row,
.promotion-info .row,
.room-info .row {
  margin-bottom: 15px
}
.room-item-price-container {
  float: right;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 10px;
  height: auto!important
}
.room-single .room-item-price-container {
  padding-top: 10px;
  padding-bottom: 0
}
.room-item-price-container .plus-price {
  margin-right: 10px
}
.promotion-info .room-item-price-container {
  margin-bottom: 10px;
  padding-top: 0
}
.room-single .room-item-maxprice {
  display: block;
  color: #2e2e2e
}
.room-item-pricetag {
  display: block
}
.room-item-maxprice {
  color: #aaa;
  font-size: 13px;
  margin-right: 5px;
  text-decoration: line-through
}
.room-item-smallprice {
  display: block;
  font-size: .857em
}
.room-item-price {
  display: inline-block;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.65em;
  font-weight: 800;
  line-height: 24px;
  position: relative
}
.room-item-price.small-price {
  font-size: 1em;
  font-weight: 600
}
.promo-price {
  color: #da5e61
}
.room-item-pricetag {
  font-size: .857em
}
.promo-price-badge {
  background: #da5e61;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 1.35rem;
  font-style: normal;
  font-weight: 600;
  height: 40px;
  line-height: 39px;
  margin-left: 10px;
  position: relative;
  text-align: center;
  top: 10px;
  width: 40px;
  z-index: 10
}
.room-item-price-1users,
.room-item-price-2users,
.room-item-price-3users,
.room-item-price-4users {
  margin: 0 5px;
  text-align: center
}
.room-item-price-2users,
.room-item-price-moreusers {
  display: inline-block;
  margin-right: 30px
}
.room-info-link-more span,
.room-info-link-more-extra {
  color: #42a956;
  display: inline-block;
  float: right;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: .857em;
  font-weight: 800;
  padding-right: 25px;
  text-decoration: none;
  text-transform: uppercase
}
.room-info-link-more span:hover,
.room-info-link-more-extra:hover {
  color: #44ab5a
}
.room-info-link-more-extra {
  margin-top: 15px
}
.promotion-info-link span {
  color: #42a956;
  display: inline-block;
  float: right;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: .857em;
  padding-right: 25px;
  text-decoration: none
}
.room-info-link-more-extra span.hide {
  display: none
}
a:focus,
a:hover {
  text-decoration: none
}
.modal-contact .cdata i a:focus,
.modal-contact .cdata i a:hover {
  color: #44ab5a
}
.icon-parking {
  position: relative;
  color: #a9b3bc;
  border: 1px solid #a9b3bc;
  border-radius: 2px;
  font-size: 10px;
  top: -1px
}
.icon-parking:before {
  margin-left: 1px;
  margin-right: 1px;
  font-family: "Arial Black";
  font-weight: 900;
  content: "P";
  font-size: 12px
}
.promotion-addon-icon {
  left: 0;
  top: 0;
  color: #42a956;
  float: left!important
}
.left-buffor-10 {
  left: 10px
}
.promotion-addon-advance,
.promotion-addon-gift {
  color: #42a956
}
.activeTerm {
  color: #da5e61
}
.msg-box {
  background: #dbecf6 url(/template/widget/img/png/icm_info.png) no-repeat scroll 14px 18px;
  border-top: 3px solid #5d6cd3;
  box-shadow: 0 2px 0 0 rgba(0,0,0,.05);
  color: #5d6cd3;
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 20px;
  padding: 18px 20px 18px 50px
}
.msg-box.success {
  background-color: #e2f3d9;
  background-image: url(/template/widget/img/png/icm_success.png);
  border-color: #42a956;
  color: #42a956
}
.btn {
  border-radius: 0;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 9px 12px 6px;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: .3s;
  border-bottom: 4px solid rgba(0,0,0,.3)
}
.btn-primary {
  background: #42a956;
  color: #fff
}
.btn-primary:hover {
  background-color: #000;
  color: #fff
}
.btn-cancel,
.btn-close,
.btn-close-calendar {
  background: #db5e61;
  color: #fff;
  transition-duration: .3s;
  transition-property: background
}
.btn-cancel:hover,
.btn-close-calendar:hover,
.btn-close:hover {
  background: #cc5659;
  border-color: #cc5659;
  color: #fff
}
.btn a:focus,
.btn a:hover {
  color: #fff;
  text-decoration: none
}
.btn-nav {
  height: 65px;
  line-height: 45px
}
.submit_button {
  padding-top: 10px
}
.btn-big {
  border: medium none;
  display: block;
  float: none;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: 800;
  height: 48px;
  line-height: 50px;
  overflow: hidden;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  transition-duration: .3s;
  min-width: 140px;
  border-bottom: 4px solid rgba(0,0,0,.3)
}
.btn-green {
  background: #42a956;
  color: #fff;
  position: relative;
  white-space: nowrap;
  padding: 0 10px
}
.btn-green:hover {
  background-color: #222;
  color: #fff
}
.btn-grenade {
  background-color: #42a956;
  color: #fff
}
.btn-grenade:hover {
  background-color: #222;
  color: #fff
}
.aside-currency {
  padding: 15px 10px
}
.btn-currency-apply {
  margin-top: 10px
}
.show-offer:hover {
  border-color: #222
}
.aside-buttons-container a {
  font-size: 14px;
  position: relative
}
.btn-aside-phone::after {
  color: #fff;
  content: "";
  display: inline-block;
  font-family: fontello;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 400;
  left: 10px;
  position: absolute
}
.btn-aside-email::after {
  color: #fff;
  content: "";
  display: inline-block;
  font-family: fontello;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 400;
  left: 10px;
  position: absolute
}
.btn-aside-map::after {
  color: #fff;
  content: "";
  display: inline-block;
  font-family: fontello;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 400;
  left: 10px;
  position: absolute
}
.reserve-promotion.room-item-button-cont .btn-room-price {
  background: #42a956;
  color: #fff;
  border-bottom: 3px solid #378846
}
.reserve-promotion.room-item-button-cont .btn-room-price:hover {
  background: #222;
  border-color: #222
}
.show-promotions-container .btn-room-price:hover {
  background: 0 0;
  color: #222
}
.btn-link {
  border: 1px solid #ccc;
  border-bottom: 3px solid #ccc;
  color: #323232
}
.btn-link:hover {
  border-color: #000;
  color: #000;
  text-decoration: none
}
.calendar-menu-row button,
button.btn_down,
button.btn_up,
button.clock_btn_down,
button.clock_btn_up,
button.room_reservation_down,
button.room_reservation_up,
.room_reservation_input
 {
  border: none;
  width: 45px;
  height: 48px;
  line-height: 1;
  margin-left: -1px;
  background: #fff;
  margin-top: 3px;
  transition-duration: .3s;
  border: 1px solid #ccc;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  color: #0090f6;
  border-bottom: 3px solid #ccc;
}
.calendar-menu-row button:hover,
button.btn_down:hover,
button.btn_up:hover,
button.clock_btn_down:hover,
button.clock_btn_up:hover,
button.room_reservation_down:hover,
button.room_reservation_up:hover {
  background: #fff
}
.calendar-menu-row button:hover i,
button.btn_down:hover i,
button.btn_up:hover i,
button.clock_btn_down:hover i,
button.clock_btn_up:hover i,
button.room_reservation_down:hover i,
button.room_reservation_up:hover i {
  color: #000
}
button.clock_btn_down,
button.clock_btn_up {
  margin-left: 0;
  margin-right: 0
}
.calendar-menu-row button i,
button.btn_down i,
button.clock_btn_down i,
button.room_reservation_down i {
  color: #42a956
}
button.btn_up i,
button.clock_btn_up i,
button.room_reservation_up i {
  color: #42a956
}
.clock_btn_input,
.room_reservation_input {
  height: 43px;
  font-size: 1.375em;
  text-align: center;
  font-weight: 700;
  width: 100%;
  height: 42px;
}
.clock_btn_input::-webkit-clear-button {
  display: none
}
.clock_btn_input::-webkit-calendar-picker-indicator {
  display: none
}
.clock_btn_input::-webkit-inner-spin-button {
  display: none
}
.btn_font {
  display: table-cell;
  font-size: 1.375em;
  height: 40px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 100%
}
.center_room_details {
  display: table-cell;
  height: 40px;
  text-align: left;
  vertical-align: middle
}
.add_reservation_number .room_reservation_input {
  width: 44px!important
}

.room_reservation_input_wrapper{
  display: inline-block;
  border: none;
  width: 75px;
  height: 48px;
  line-height: 1;
  margin-left: -1px;
  background: #fff;
  margin-top: 3px;
  transition-duration: .3s;
  border: 1px solid #ccc;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  border-bottom: 3px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-color: #a3a3a3;
  direction: rtl;
}

.room_reservation_input_wrapper > label{
  font-size: .85em;
  font-family: Arial;
  width: 48%;
  display: inline-block;
  text-align: left;
  height: 44px;
  vertical-align: middle;
  line-height: 49px;
}

.room_reservation-icon-minus,
.room_reservation-icon-plus {
  color: #42a956;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.375em;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  vertical-align: middle
}
.clr_number button.number_down i,
.clr_number button.number_up i {
  color: #fff;
  transition-duration: .3s
}
.btn-nav::after {
  color: #aaa;
  content: "";
  display: inline-block;
  font-family: fontello;
  font-size: .8em;
  font-style: normal;
  font-weight: 400;
  margin-left: 10px;
  vertical-align: middle
}
.btn-contact::before {
  background-color: #f1f1f1;
  border-radius: 50%;
  color: #222;
  content: "";
  display: inline-block;
  font-family: fontello;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  height: 31px;
  width: 31px;
  letter-spacing: normal;
  text-align: center;
  line-height: 29px;
  vertical-align: middle;
  margin-right: 10px;
  border: 1px solid #aaa
}
.btn-login::before {
  background-color: #f1f1f1;
  border-radius: 50%;
  color: #222;
  content: "";
  display: inline-block;
  font-family: fontello;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  height: 31px;
  width: 31px;
  letter-spacing: normal;
  text-align: center;
  line-height: 28px;
  vertical-align: middle;
  margin-right: 10px;
  border: 1px solid #aaa
}
.form-group .btn-currency {
  width: 80%
}
.btn-currency::before {
  background-position: center center;
  background-size: cover;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #aaa;
  content: "";
  display: inline-block;
  height: 28px;
  margin-right: 5px;
  vertical-align: middle;
  width: 28px
}
.home-icon {
  margin-right: 6px;
  vertical-align: -6px;
  display: none
}
.home-icon::before {
  color: #42a956;
  content: "";
  display: inline-block;
  font-family: fontello;
  font-size: 1.6em;
  font-style: normal;
  font-weight: 400
}
.active-aside-btn {
  background-color: #fff
}
footer div > img {
  margin: 0 7px 5px 0;
}
.modal-cover-outer {
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: 900
}
.modal-cover {
  background: rgba(0,0,0,.7);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 811
}
.modal-view-btn {
  position: relative;
  z-index: 819;
  background-color: #fff!important
}
.white-box .modal-view-btn {
  padding: 5px;
  z-index: 999
}
.modal-container {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -1px;
  width: 970px;
  z-index: 901
}
.modal-container > .row {
  margin: 0
}
.modal-container-inner {
  background: #fff;
  display: none
}
.modal-toplink {
  margin: 66px auto 0
}
.modal-calendarlink {
  margin: 199px auto 0
}
.modal-container-inner .label {
  border-bottom: 1px solid #aaa;
  display: inline-block;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.125em;
  height: 50px;
  line-height: 45px;
  margin: 0;
  padding: 5px 10px 5px 15px;
  text-transform: uppercase;
  width: 100%
}
.modal_close {
  border: medium none;
  box-sizing: content-box;
  color: #000;
  cursor: pointer;
  display: inline-block;
  float: right;
  font: 3.5em Arial,Helvetica,sans-serif;
  height: .65em;
  position: absolute;
  right: 10px;
  text-overflow: clip;
  top: 10px;
  width: .65em;
  z-index: 99
}
.modal_close::before {
  background: #000;
  border: medium none;
  box-sizing: content-box;
  color: #000;
  content: "";
  display: inline-block;
  font: 100% Arial,Helvetica,sans-serif;
  height: 1px;
  left: .1em;
  position: absolute;
  text-overflow: clip;
  text-shadow: none;
  top: .35em;
  transform: rotateZ(45deg);
  width: .5em
}
.modal_close::after {
  background: #000;
  border: medium none;
  box-sizing: content-box;
  color: #000;
  content: "";
  display: inline-block;
  font: 100% Arial,Helvetica,sans-serif;
  height: 1px;
  left: .1em;
  position: absolute;
  text-overflow: clip;
  text-shadow: none;
  top: .35em;
  transform: rotateZ(-45deg);
  width: .5em
}
.modal-container .s-label {
  font-size: 1.467em;
  margin-bottom: 20px;
  padding: 15px 18px
}
.modal-container .payment-card .s-label {
  font-size: 17px;
  margin: 0 -15px 10px;
  padding: 14px 15px
}
.make-payment-wrapper {
  text-align: center
}
.modal-container .s-label.line-up {
  border-bottom: 0 none;
  border-top: 1px solid #ccc
}
.modal-container {
  font-size: .857em
}
.bx-sub {
  padding: 15px
}
.modal-register .bx-sub {
  padding: 0 10px 15px 10px
}
.modal-register .bx-sub1 {
  padding: 15px 10px 0 10px
}
.modal-register .bx-sub1 .s-label {
  padding: 5px 10px 10px;
  margin-bottom: 15px;
  margin-left: -10px;
  margin-right: -10px
}
.modal-register input[type=checkbox],
.modal-register input[type=radio] {
  margin: 4px 5px 0 0
}
.modal-register label {
  cursor: pointer
}
.modal-btm {
  font-size: .857em;
  padding: 0 20px 20px;
  text-align: right
}
.signin-page .bx-sub-n .btn {
  line-height: normal
}
.signin-page .submit_button {
  text-align: right
}
.modal-top .row {
  margin: 0
}
.modal-top .row > * {
  padding: 0
}
.modal-top .row > .btn {
  padding: 9px 12px 6px
}
.modal-top .bx-sub .btn {
  width: 100%
}
.modal-top .bx-sub input[type=password],
.modal-top .bx-sub input[type=text] {
  border: 1px solid #a3a3a3;
  box-shadow: 0 3px 0 0 #e5e5e5 inset;
  color: #3e3e3e;
  font-size: 1em;
  font-weight: 400;
  height: 38px;
  padding: 10px
}
.modal-top .row .col-sm-push-2 {
  padding: 0 5px
}
.booking-details .time-arrival-set {
  position: relative;
  font-size: 18px;
  font-weight: 400
}
.booking-details .time-arrival-set button {
  position: absolute;
  margin: 0;
  top: 11px
}
.booking-details .time-arrival-set button.clock_btn_down {
  left: 10px
}
.booking-details .time-arrival-set button.clock_btn_up {
  right: 10px
}
#select-calendar select,
.addon_select,
.modal-top .bx-sub select {
  border: 1px solid #a3a3a3;
  color: #3e3e3e;
  font-size: 1em;
  font-weight: 400;
  height: 38px;
  padding: 10px;
  box-shadow: 0 3px 0 0 #e5e5e5 inset
}
.addon_prefix {
  color: #777
}
.addon_select {
  background-color: #fff;
  min-width: 200px
}
.room-calendar {
  margin: 0
}
#select-calendar select {
  width: 100px
}
#select-calendar label,
.modal-top label {
  font-weight: 400
}
::-moz-placeholder {
  color: inherit;
  opacity: 1
}
input:-moz-placeholder {
  color: inherit;
  opacity: 1
}
.modal-top .log-social {
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  overflow: hidden;
  padding: 5px 0 0
}
.modal-top .log-social > * {
  display: inline-block;
  float: left
}
.modal-top .log-social span.hd-label {
  font-weight: 700;
  letter-spacing: .07em;
  padding: 12px 0;
  text-transform: uppercase;
  width: 22%
}
.modal-top .log-social a {
  background: #fff;
  border: 2px solid #42a956;
  color: #323232;
  font-weight: 700;
  margin-left: 2%;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 24%
}
.modal-top .log-social a:hover {
  border-color: #000;
  color: #000;
  text-decoration: none
}
.modal-login .bx-sub .form-group:first-child,
.modal-register .bx-sub .form-group:first-child {
  min-height: 35px
}
.modal-login form {
  margin: 0 0 10px
}
.modal-login .bx-sub input[type=password],
.modal-login .bx-sub input[type=text] {
  margin: 0 0 10px;
  width: 100%
}
.modal-login .bx-sub p {
  color: #313131;
  font-size: 1em;
  margin: 0 0 10px;
  padding: 0
}
.modal-register .options > div:first-child {
  padding: 0 15px 0 0
}
.modal-register .options {
  margin: 10px 0;
  min-height: 35px
}
.modal-register .options > * {
  display: inline-block;
  vertical-align: middle
}
.modal-register .form-group,
.payment-card .form-group {
  clear: both;
  margin: 0 0 10px;
  position: relative
}
.modal-register .options input[type=radio] {
  margin-right: 5px
}
.modal-register .options label {
  display: inline
}
.modal-register .form-group.all input,
.payment-card .form-group.all input {
  width: 100%
}
.form-group em {
  color: #ddd;
  font-family: arial;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1
}
.modal-register .bx-sub .form-group em,
.payment-card .form-group em {
  height: 10px;
  line-height: 1;
  position: absolute;
  right: 10px;
  bottom: 14px;
  width: auto!important
}
.form-group.mix .col-xs-8 {
  padding-left: 10px
}
.modal-register .bx-sub .form-group em.required,
.payment-card .form-group em.required {
  background-image: url(/template/widget/img/png/required.png)
}
.modal-register .bx-sub .form-group em.correct,
.payment-card .form-group em.correct {
  background-image: url(/template/widget/img/png/check_green.png)
}
.modal-register .bx-sub .form-group em.error,
.payment-card .form-group em.error {
  background-image: url(/template/widget/img/png/error.png)
}
.modal-register .form-group.mix,
.modal-register .form-group.opt {
  white-space: nowrap
}
.modal-register .form-group.check {
  margin: 10px 0
}
.modal-register .form-group.check input {
  float: left
}
.modal-register .form-group.check label {
  display: block;
  font-weight: 400;
  margin: 0 0 20px;
  padding-left: 15px
}
.modal-register .form-group.term {
  padding: 10px
}
.modal-register .form-group.term input {
  float: left;
  margin: 0 5px 0 0
}
.modal-register .form-group.term em {
  float: left;
  left: 0;
  margin: 2px;
  position: static;
  top: 0
}
.modal-register .form-group.term label {
  display: block;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding-left: 35px
}
.modal-register .form-group.buttons {
  margin: 0;
  overflow: hidden;
  padding: 15px 15px 20px 15px;
  text-align: right
}
.modal-register .form-group.buttons > * {
  display: inline-block
}
.modal-register .btn-goback,
.modal-register .btn-primary {
  padding-right: 30px;
  padding-left: 30px;
  min-width: 140px
}
.modal-register .form-group.buttons > .legend {
  float: left
}
.modal-register .form-group.buttons > .legend em {
  display: inline-block;
  margin: 0 8px;
  position: relative;
  top: 7px
}
.modal-register .form-group.buttons > button {
  margin-left: 6px
}
.modal-register .form-group > .helper {
  clear: both;
  color: #db5e61;
  display: none;
  float: none;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1em;
  padding: 10px 0 5px
}
.modal-contact h4 {
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 2em;
  font-weight: 400;
  margin: 5px 0 10px
}
.modal-contact .address > * {
  display: block
}
.modal-contact h5 {
  font-size: .917em;
  font-weight: 300;
  margin: 30px 0 15px;
  text-transform: uppercase
}
.modal-contact .cdata,
.modal-contact .cdata-add {
  display: table;
  margin: 10px 0 10px
}
.modal-contact .cdata > *,
.modal-contact .cdata-add > * {
  display: table-row
}
.modal-contact .cdata > * > *,
.modal-contact .cdata-add > * > * {
  display: table-cell;
  font-size: 14px;
  font-style: normal;
  min-width: 60px;
  padding: 0 10px 0 0
}
.modal-contact .cdata a,
.modal-contact .cdata i {
  color: #42a956
}
.modal-contact .cdata .mail i a i {
  display: none;
  font-style: normal
}
.modal-contact .cdata .mail i a b {
  font-weight: inherit
}
.dlist {
  list-style: outside none none;
  margin: 0;
  padding: 0
}
.dlist li {
  list-style: outside none none;
  margin: 0 0 10px
}
.modal-contact .dlist {
  margin: 10px 0
}
.modal-contact .cdata-more {
  padding: 0 20px 20px
}
.modal-contact .cdata-more > * {
  display: table;
  width: 100%
}
.modal-contact .cdata-more > * > * {
  display: table-cell;
  padding: 0;
  vertical-align: bottom
}
.modal-contact .cdata-more > * > div:first-child {
  width: 45%
}
.modal-contact .cdata-more .cdata-add > * > * {
  font-size: 1em
}
.modal-contact .btn-aside-map {
  display: none
}
.modal-settings .form-group {
  margin: 0 0 5px
}
.modal-settings .form-group > * {
  display: inline-block;
  margin: 0;
  vertical-align: middle
}
.modal-settings .form-group input {
  margin: 0 10px 0 0
}
.modal-settings button {
  width: 100%;
  height:38px;
}
.modal-room h4 {
  color: #3b3b3b;
  font-size: 2em;
  font-weight: 400;
  margin: 0 0 10px
}
.modal-room .room-item-details {
  color: #000;
  font-size: 1em;
  margin: 10px 0 20px
}
.modal-room .room-details {
  list-style: outside none none;
  margin: 30px 0 0;
  padding: 0
}
.modal-room .room-details li {
  display: inline-block;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: .917em;
  font-weight: 700;
  margin: 0 10px 10px 0;
  text-align: center;
  text-transform: uppercase
}
.modal-room .room-details li i {
  display: block;
  height: 58px;
  margin: 0 0 10px;
  width: 58px
}
.room-icon-tv {
  background: rgba(0,0,0,0) url(/template/widget/img/png/rm_tv.png) no-repeat scroll 0 0
}
.room-icon-wifi {
  background: rgba(0,0,0,0) url(/template/widget/img/png/rm_wifi.png) no-repeat scroll 0 0
}
.room-icon-kitchen {
  background: rgba(0,0,0,0) url(/template/widget/img/png/rm_kitchen.png) no-repeat scroll 0 0
}
.modal-more-person .item {
  display: table;
  margin: 0 0 12px;
  width: 100%
}
.modal-more-person .item > * {
  display: table-cell;
  vertical-align: middle
}
.modal-more-person .item > span {
  -moz-osx-font-smoothing: grayscale;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  width: 35%
}
.modal-more-person .item:last-child {
  margin: 0
}
.modal-more-person .sep {
  border-top: 1px solid #b2b2b2;
  margin: 0 0 12px
}
.modal-more-person button.number_down,
.modal-more-person button.number_up {
  background: #878787;
  color: #0090f6;
  cursor: pointer;
  height: 40px;
  line-height: 1;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 40px
}
.modal-more-person button.number_down:hover,
.modal-more-person button.number_up:hover {
  background: #000
}
.modal-more-person button.number_down {
  border-color: #878787;
  border-style: solid none solid solid;
  border-width: 1px medium 1px 1px
}
.modal-more-person button.number_up {
  border-color: #878787;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px medium
}
.modal-more-person .number_input {
  border: 0;
  border-top: 1px solid #878787;
  border-bottom: 1px solid #878787;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  font-size: 1.375em;
  display: inline-block;
  -webkit-appearance: none;
  border-radius: 0
}
.modal-more-person .clr_number > * {
  display: table-cell
}
.moreperson_container .clr_number {
  text-align: right
}
.modal-container-inner:after {
  display: table;
  clear: both;
  content: ''
}
.modal-container-inner.col-menu {
  float: right;
  max-width: 100%;
  width: 340px
}
.modal-container-inner.col-menu ul {
  margin: 0;
  padding: 0
}
.modal-container-inner.col-menu li {
  border-bottom: 1px solid #ccc;
  list-style: outside none none
}
.modal-container-inner.col-menu li:last-child {
  border-bottom: 0 none
}
.modal-container-inner.col-menu a {
  display: block;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1em;
  font-weight: 700;
  padding: 12px 15px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase
}
.modal-container-inner.col-menu li:last-child a {
  color: #db5e61
}
.modal-container-inner.col-menu a::after {
  color: #aaa;
  content: "";
  display: inline-block;
  font-family: fontello;
  font-size: .7em;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  right: 15px;
  top: 15px
}
.booking-details-link.active-details-link {
  margin-bottom: 12px
}
.center-section .s-label {
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.2;
  padding: 20px 15px 12px
}
.s-label-shadow {
  border-bottom: 1px solid #ccc;
  box-shadow: 0 4px 0 0 rgba(0,0,0,.05)
}
.booking-details > .s-label {
  border-bottom: 1px solid #ccc
}
.center-section .s-label.mid {
  border-bottom: 0 none;
  border-top: 1px solid #ddd;
  padding-bottom: 0
}
.add-summary.row.box-nogutter {
  margin: 0 0 15px 0
}
.rate_text {
  color: #aaa;
  font-size: 12px;
  line-height: 1.1;
  margin-top: 15px;
  padding-top: 10px;
  position: relative
}
.rate_text:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #aaa;
  display: block
}
.add-item {
  padding: 15px
}
.details-item .affix-options > .row {
  padding: 5px 0
}
.room-additional .add-item:last-child {
  border-bottom: 0 none
}
.reservation-details-items .add-info,
.room-additional .add-info {
  padding-left: 15px
}
.add-options-more {
  margin: 0
}
.add-info-link-more.mobile {
  display: none
}
.add-info-link-more i {
  display: block;
  float: right;
  height: 20px;
  margin: 15px 15px 0 0;
  outline: medium none;
  transition: all .5s ease-in-out 0s;
  width: 20px
}
.add-info-link-more i::before {
  color: #42a956;
  content: "";
  font-family: fontello;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400
}
.add-info-link-more.expand i {
  transform: rotate(180deg)
}
input.affix-radio {
  cursor: pointer;
  margin: 4px 5px 0 0;
  vertical-align: middle;
  float: left
}
.affix-options {
  border-collapse: collapse;
  margin: 0 0 15px;
  width: 100%
}
.affix-options > .row {
  background: #eee;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0
}
div label.select-option {
  background: #42a956;
  border-bottom: 4px solid rgba(0,0,0,.3);
  color: #fff;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  font-weight: 700;
  padding: 8px 10px 4px;
  text-transform: uppercase;
  float: right;
  width: auto;
  cursor: pointer;
  text-align: center;
  min-width: 76px;
  transition: .3s
}
div label.select-option:hover {
  background: #000;
  border-bottom: 4px solid rgba(0,0,0,.3)
}
.affix-options input:checked + .row {
  background: #e5f8dd
}
.affix-options input + .row .affix-list-details > * {
  display: none
}
.affix-options input:checked + .row  .affix-list-details > * {
  display: block
}
.affix-options input + .row .affix-list-details > .show_always_under_addons_name{
  display: block
}
.calendar-menu-row button {
  margin-top: 8px
}
.add_reservation_number {
  display: inline-block
}
.affix-options input:checked + .row label.select-option {
  background: #df5356;
  border-bottom: 4px solid rgba(0,0,0,.3)
}
.affix-options input:checked + .row label.select-option:hover {
  background: #000;
  border-color: #000
}
.select-option-2 {
  display: none
}
.affix-options input:checked + .row label.select-option .select-option-2 {
  display: block
}
.affix-options input:checked + .row label.select-option .select-option-1 {
  display: none
}
.affix-person p {
  display: inline-block;
  font-size: 11px;
  margin-left: 10px;
  width: 40%;
  word-wrap: break-word
}
.affix-person .count-person {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-left: 0;
  margin-right: 10px;
  padding-bottom: 2px;
  padding-top: 10px
}
.affix-options label {
  font-weight: 400
}
.affix-options label input.btn_input {
  margin-right: 10px;
  vertical-align: top
}
.affix-options p {
  display: inline-block;
  margin: 0;
  padding: 0
}
.affix-options p.price-add {
  font-size: 20px;
  font-weight: 600;
  line-height: 1
}
.affix-options .col-2 {
  position: relative
}
.affix-options .col-2 b {
  margin: 0 10px
}
.affix-options .add_reservation_number {
  float: left
}
.affix-label-span {
  color: #666;
  display: block;
  font-size: 15px;
  vertical-align: middle;
  line-height: 1.2;
  padding: 2px 0 10px 25px;
}
.affix-label-span .btn-modal-link {
  font-size: 12px;
  margin-left: 5px
}
.affix-label-span .affix-list-toggle {
  font-size: 12px;
  padding-top: 5px;
  line-height: 1.3
}

.width-input-fix {
  border: medium none;
  box-shadow: none;
  float: left;
  font-family: Lato;
  font-size: 30px;
  font-weight: 700;
  height: auto;
  line-height: 1.1;
  margin-top: 0;
  padding: 0;
  text-align: left;
  vertical-align: bottom;
  width: 40px;
}

.room_reservation_input_wrapper label ~ .width-input-fix{
  width: 48%;
  text-align: right;
  vertical-align: bottom;
}

.room_reservation_input_wrapper .width-input-fix{
  width: 100%;
  border: none;
  height: 44px;
  text-align: center;
  background: transparent;
  color: #333;
  font-size: 1.3em;
  font-family: Arial;
}

.option-input{
  border-top: 1px solid #aaa;
  border-bottom: 3px solid #aaa;
  width: 45px;
  vertical-align: bottom;
  height: 48px;
  text-align: center;
  font-size: 1.3em;
  float: none;
}
input[disabled].width-input-fix {
  background: #fff
}
.width-input-fix.overflow {
  width: 50px
}
.return-info button.btn {
  width: auto;
  min-width: 33.33%;
  padding-right: 15px;
  padding-left: 15px
}
.return-info li {
  list-style: outside none none
}
.affix-list ul li.free-addon-list {
  margin: 0 0 0;
  line-height: initial
}
.free-addon-list .row {
  top: -13px;
  position: relative
}
.free-addon-list .affix-list-details {
  padding: 20px 15px 0
}
.affix-options li {
  list-style: outside none none
}
.plus-price {
  background: #42a956;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: .786em;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  padding: 0 7px
}
.affix-options .plus-price {
  position: absolute;
  right: 8px;
  top: 8px
}
.affix-list-details ul {
  color: #777;
  font-size: 13px;
  line-height: 1.1;
  margin-bottom: 0;
  /* padding-top: 10px; */
  padding-left: 40px
}
.affix-select-sub ul {
  padding: 0
}
.affix-select-sub ul li {
  margin: 0 0 10px 0
}
.affix-select-sub ul label {
  line-height: 1.5;
  color: #222;
  font-size: 13px;
  font-weight: 600
}
.affix-select-list {
  width: 100%
}
.affix-list-details .free-addon {
  margin-left: 0
}
.affix-list-details ul.free_adddon-description li {
  margin: 0 0 0;
  padding: 0 0 0 8px;
  list-style-type: none
}
.affix-list-details ul.free_adddon-description li {
  margin: 0 0 0;
  padding: 0 0 0 8px;
  list-style-type: none;
  clear: both
}
.term label {
  padding-top: 0;
  padding-bottom: 10px
}
.affix-list-toggle {
  margin: 5px 0
}
.add-summary {
  padding: 0 10px
}
.add-summary .s-label,
.modal-container .s-label {
  border-bottom: 1px solid #e1e1e1
}
.bx-sub-n .btn {
  line-height: 48px
}
.bx-sub-n .social-dialog .btn {
  line-height: normal;
}
.center-section > .row {
  margin-left: 0;
  margin-right: 0
}
.add-summary,
section.booking-details {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
  clear: both
}
.booking-details .add-summary {
  box-shadow: none
}
.row.sum-wrap {
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-left: 0;
  margin-right: 0
}
.row.sum-wrap > :first-child {
  border: 0 none
}
.row.sum-wrap > * {
  border-left: 1px solid #eee;
  min-height: 150px;
  padding: 15px;
  position: relative
}
.sum-wrap .add-person div,
.sum-wrap .labl {
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif
}
.sum-wrap .labl {
  display: block;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase
}
.sum-cost,
.sum-wrap .add-person div {
  color: #42a956;
  font-size: 30px;
  line-height: 1;
  margin: 0 0 15px;
  font-weight: 600;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif
}
.sum-cost small {
  font-size: 20px;
  font-weight: 400
}
.row.sum-wrap p {
  bottom: 20px;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  left: 20px;
  margin: 0;
  position: absolute
}
.sum-wrap .add-date > div {
  overflow: hidden;
  margin: 0
}
.sum-wrap .add-date > div > * {
  display: inline-block;
  float: left;
  width: 50%;
  padding: 0
}
.sum-wrap .add-date .day {
  color: #42a956;
  float: left;
  font-size: 2.143em;
  font-weight: 600;
  line-height: 1;
  margin: 0 10px 0 0
}
.sum-wrap .add-date .month,
.sum-wrap .add-date .year {
  color: #323232;
  display: block;
  font-size: .857em;
  font-weight: 600;
  line-height: 14px;
  margin: 0
}
.sum-wrap .sum-frag span {
  display: block;
  font-size: .857em;
  font-weight: 700;
  line-height: 1
}
.sum-wrap .sum-frag span small {
  font-size: inherit;
  font-weight: 400;
  padding-left: 2px;
  text-transform: none
}
.sum-wrap .sum-frag span b {
  text-transform: uppercase
}
.add-summary .btn-actions {
  border-top: 1px solid #eee;
  overflow: hidden;
  padding: 20px 0;
  text-align: right
}
.add-summary .btn-actions > * {
  float: right;
  height: 46px;
  margin-left: 15px;
  min-width: 31%;
  line-height: 27px
}
.modal-register .form-group.buttons > * {
  height: 46px;
  line-height: 27px
}
.btn-actions a {
  border: 1px solid #ccc;
  border-bottom: 3px solid #ccc;
  color: #323232
}
.btn-actions a:hover {
  border-color: #000;
  color: #000;
  text-decoration: none
}
.payment-methods-list {
  padding: 15px 20px 0
}
.payment-methods-list input[type=radio] {
  display: none
}
.payment-methods-list .pm-item {
  clear: none;
  width: 24%;
  cursor: pointer;
  font-weight: bold;
  margin: 0.5%;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 2;
  display: flex;
  min-height: 115px;
  border: 1px solid #c3c7c8;
  float: none;
  justify-content: center;
  align-items: center;
}
.payment-methods-list .pm-item.activ {
  border-color: #42a956;
  box-shadow: 0 0 0 2px #42a956 inset
}
.payment-methods-list .pm-name {
  display: inline-block;
  font-weight: 400;
  padding: 0 5px;
  margin-bottom: 5px;
}
.payment-methods-list img {
  left: 10px;
  margin-top: 0;
  max-height: 35px;
  max-width: 75px;
  position: static;
  top: 10px
}
.payment-methods-list .pm-item .descr {
  background: #000;
  border-radius: 6px;
  color: #fff;
  font-size: .786em;
  margin-bottom: 10px;
  padding: 10px 20px;
  position: absolute;
  text-align: center;
  visibility: hidden;
  width: 205px
}
.payment_booking_submit_container .btn {
  width: 100%;
  margin-top: 15px;
}
.payment_booking_submit_container {
  margin-top: 15px;
}
.payment-buttons {
  margin-bottom: 15px;
}
.payment_booking_submit_container > span {
  font-size: 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#current_payment_value {
  font-size: 1.5em;
  margin: 0;
}
#current_payment_value small.sum_currency {
  display: block;
}
.payment-methods-list .pm-item .descr::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -8px;
  position: absolute;
  top: 100%;
  width: 0
}
.payment-methods-list .pm-item:hover .descr {
  bottom: 100%;
  left: 50%;
  margin-left: -100px;
  opacity: .8;
  visibility: visible;
  z-index: 999
}
.payment-methods-list-select-container {
  margin-bottom: 25px;
  text-align: center
}
.payment-methods .btn-actions {
  clear: both;
  padding: 10px 10px 20px;
  text-align: center
}

.payment_content {
  justify-content: flex-start;
  flex-flow: row wrap;
  display: none;
  border: 1px solid #c3c7c8;
  margin-top: -11px;
  padding: 0.5%;
  margin-bottom: 10px;
}

.payments_group.group_open .payment_content {
  display: flex;
}

#blik_payment.payments_group .payment_content {
  display: none !important;
}

.blik_payment_content i.icon-angle-down::before {
  color: transparent;
}

.blik_payment_content .expand_button {
  border-color: transparent !important;
}

.payments_group_sub_content {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px 10px 40px;
  border: 1px solid #c3c7c8;
  height: 65px;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
  border-bottom: 3px solid #ccc;
  box-shadow: 0 2px 1px rgba(0,0,0,.075) inset;
}
.selected_group {
  position: absolute;
  -webkit-appearance: none;
  border: 3px solid #ffffff;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  top: 24px;
  left: 15px;
  box-shadow: 0 0 0 1px #c3c7c8;
  pointer-events: none;
  margin-top: 0 !important;
}
.selected_group:checked {
  background: #0090f6;
}
.payments_icon_container {
  margin-right: 15px;
  width: 70px;
  text-align: center;
}
span.payments_sub_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.expand_button {
  display: inline-block;
  font-size: 1.6em;
  border-left: 1px solid #c3c7c8;
  padding: 0 20px;
}

.payments_group.group_open label .expand_button {
  transform: rotate(180deg);
  border-right: 1px solid #c3c7c8;
  border-left: none;
}

i.icon-angle-down::before {
  content: '\E803';
  font-family: fontello;
}
div.payments_group {
  position: relative;
}

#signin-dialog-footer {
  top: 75px;
  margin-top: 0
}
#signin-dialog-footer .btn {
  display: inline-block;
  margin-left: 5px;
  line-height: 46px
}
#signin-dialog-footer .social-dialog .btn {
  line-height: normal
}
#signin-dialog-footer .submit_button {
  text-align: right
}
.show-pass {
  display: none
}
.btn-actions {
  clear: both;
  display: block;
  padding: 20px;
  text-align: center
}
.btn-make-card-p24-payment,
.btn-make-payment {
  line-height: 1;
  min-width: 230px;
  padding: 17px 20px
}
.button-1person.active-person .calendar-menu-checkbox::after,
.button-2person.active-person .calendar-menu-checkbox::after {
  color: #fff;
  content: "";
  font-family: fontello;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  left: 1px;
  position: absolute;
  top: -3px
}
.validate.error {
  border: 1px solid #db5e61!important
}
.payment-card label {
  font-weight: 400
}
.payment-card p {
  font-size: .929em;
  margin: 0 0 15px
}
.payment-card .iai-protect {
  background: rgba(0,0,0,0) url(/template/widget/img/png/iai_protect.png) no-repeat scroll 0 0;
  font-size: .929em;
  margin: 0 0 20px;
  min-height: 82px;
  padding: 20px 0 0 105px
}
.payment-card .btn {
  width: 100%
}
.type-card > * {
  padding-left: 5px;
  padding-right: 5px
}
.form-group.type-card {
  margin-left: -5px;
  margin-right: -5px
}
#booking-setting-form {
  padding: 15px
}
#booking-setting-form label {
  cursor: pointer
}
#booking-setting-form .bx-sub {
  padding: 15px 0 0
}
#booking-setting-form .s-label {
  margin-bottom: 0;
  padding: 5px 0;
  font-size: 1.3em
}
#booking-setting-form .modal-lang {
  margin-bottom: 10px
}
.type-card label {
  border: 2px solid transparent;
  display: block;
  height: 100px;
  margin: 0 0 10px;
  padding: 15px 5px 5px;
  text-align: center;
  cursor: pointer
}
.type-card label input {
  display: none
}
.type-card label.activ {
  border-color: #42a956
}
.type-card label span {
  display: table-cell;
  font-weight: 400;
  height: 40px;
  line-height: 12px;
  margin-left: 80px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 200px
}
.type-card label img {
  margin: 0 auto 5px;
  max-height: 39px;
  max-width: 64px
}
.payment-card .form-group.opt > .legend {
  clear: both;
  color: grey;
  display: block;
  float: none;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: .833em;
  padding: 10px 0 5px
}
.payment-card .form-group > .helper {
  clear: both;
  color: #db5e61;
  display: none;
  float: none;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1em;
  padding: 10px 0 5px
}
.payment-card .form-group.opt select {
  width: 48%;
  float: left
}
.payment-card .form-group.opt select[name=expiration_date_year] {
  float: right
}
.form-input-text {
  position: relative
}
.form-input-text input {
  width: 100%
}
.s-actions .btn {
  width: 100%
}
.booking-list-sub {
  padding: 20px
}
.table-rwd {
  width: 100%
}
.table-rwd thead td,
.table-rwd thead th {
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: .786em;
  font-weight: 300;
  line-height: 1.2;
  padding: 10px 0;
  text-transform: uppercase
}
.table-rwd tbody td,
.table-rwd tbody th {
  background: #eee;
  border-top: 1px solid #c6c6c6;
  font-size: .929em;
  padding: 10px 0
}
.table-rwd tbody th {
  font-weight: 400;
  padding-left: 10px
}
.table-rwd tbody th {
  border-left: 1px solid #c6c6c6
}
.table-rwd tbody tr td:last-child {
  border-right: 1px solid #c6c6c6
}
.table-rwd td .ui-table-cell-label,
.table-rwd th .ui-table-cell-label {
  display: none;
  float: left;
  min-width: 40%;
  padding: .4em;
  text-align: left
}
.table-rwd tr:last-child td,
.table-rwd tr:last-child th {
  border-bottom: 1px solid #c6c6c6
}
.booking-list .status {
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: .923em;
  font-weight: 700;
  text-transform: uppercase
}
.status.cancelled {
  color: #dc676a
}
.status.accepted {
  color: #42a956
}
.status.completed {
  color: grey
}
.table-rwd a {
  font-size: 1.083em
}
.booking-list .ic-arrow-right {
  display: inline-block;
  height: 9px;
  margin: 0 5px;
  position: relative;
  width: 6px
}
.booking-list .ic-arrow-right {
  color: #aaa;
  content: "";
  display: inline-block;
  font-family: fontello;
  font-size: .7em;
  font-style: normal;
  font-weight: 400;
  left: 0;
  position: absolute;
  top: 0
}
.time-arrival-option {
  padding: 0;
  font-size: 16px;
  font-weight: 700
}
.time-arrival-option select {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  font-size: 16px
}
.time-arrival {
  border: 1px solid #42a956;
  color: #3e3e3e;
  font-size: 1.143em;
  height: 36px;
  line-height: 36px;
  text-align: center
}
.box-sub textarea {
  height: 145px;
  width: 100%
}
.time-arrival-set {
  padding-left: 0;
  padding-right: 0
}
.time-arrival-set .btn_down,
.time-arrival-set .btn_up {
  height: 36px;
  width: 36px
}
.time-arrival-set .btn_input {
  font-size: 1.143em;
  height: 36px
}
.return-success {
  border-top: 3px solid #42a956;
  padding: 25px 20px 20px;
  text-align: center
}
.return-success h3 {
  color: #42a956;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.714em;
  font-weight: 400;
  margin: 0 0 10px
}
.return-success p {
  font-size: .857em;
  margin: 0 0 10px
}
.return-success .btn {
  float: none;
  margin: 0 5px
}
.return-success.row.box-nogutter b {
  display: block;
  font-size: 22px
}
.return-info {
  border-top: 3px solid #da5e61;
  padding: 25px 20px 20px;
  text-align: center
}
.return-info h3 {
  color: #da5e61;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.714em;
  font-weight: 400;
  margin: 0 0 20px
}
.return-info p {
  font-size: .857em;
  margin: 0 0 5px
}
.return-info p.top-buffer-10 {
  margin-top: 20px!important
}
.return-info .btn {
  float: none;
  margin: 0 5px
}
.return-info.row.box-nogutter b {
  display: block;
  font-size: 22px
}
.return-info.status_accepted,
.secured_by_card_1 {
  border-top: 3px solid #42a956
}
.return-info.status_accepted h3,
.secured_by_card_1 h3 {
  color: #42a956
}
.booking-details-link {
  border-bottom: 1px solid #ccc;
  padding: 15px;
  position: relative;
  cursor: auto;
  color: #323232;
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase
}
.moreDetails {
  list-style: none;
  display: table
}
.moreDetails li {
  display: table-row
}
.moreDetails li > * {
  display: table-cell;
  padding-bottom: 5px;
  padding-right: 5px;
  font-size: 13px
}
.moreDetails li > b {
  white-space: nowrap
}
.details-item .room-info {
  cursor: pointer
}
.details-item .room-info::after {
  color: #42a956;
  content: "";
  font-family: fontello;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  right: 10px;
  bottom: 0
}
.booking-details .btn-cancel {
  width: 100%
}
.calendar-legend-container p:first-child {
  display: inline;
  margin: 0
}
.price-contener {
  max-width: 160px
}
.count-person-contener {
  display: inline-block;
  padding: 0 15px 10px 0
}
em.tool_tip,
em.tool_tip_bottom {
  background: rgba(0,0,0,.7);
  color: #fff;
  display: none;
  font-family: Arial;
  font-size: 11px;
  font-style: normal;
  left: 50%;
  margin: 0 -50px;
  padding: 10px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 0;
  transform: translateZ(0);
  width: 100px;
  word-wrap: break-word;
  z-index: 909
}
em.tool_tip::after {
  border-color: rgba(0,0,0,.7) transparent transparent;
  border-style: solid;
  border-width: 5px 7.5px 0;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin: 0 -7px;
  position: absolute;
  width: 0;
  z-index: 909
}
em.tool_tip_bottom::after {
  border-color: transparent transparent rgba(0,0,0,.7);
  border-style: solid;
  border-width: 0 7.5px 5px;
  content: "";
  height: 0;
  left: 50%;
  margin: 0 -7px;
  position: absolute;
  top: -5px;
  width: 0;
  z-index: 909
}
.flipX {
  transform: scaleX(-1)
}
.flipY {
  transform: rotate(180deg)
}
.info-box {
  background-color: #eaba1b;
  box-shadow: 20px 20px 0 -10px rgba(0,0,0,.2);
  color: #fff;
  display: none;
  font-size: 16px;
  left: 0;
  margin: 0 auto;
  min-height: 41px;
  opacity: .9;
  padding: 35px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 45%;
  width: 80%;
  z-index: 901
}
.info-box-yellow {
  background-color: #eaba1b!important
}
.info-box-red {
  background-color: #da5e61!important
}
.info-box-blue {
  background-color: #0090f6!important
}
.info-box-green {
  background-color: #42a956!important
}
.info-box_sub {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%
}
.countdown {
  padding: 8px 10px 0;
  height: 40px;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
  background: #fff;
  color: #db5e61;
  display: none;
  font-size: 15px;
  margin-top: 0;
  overflow: hidden;
  position: static;
  text-align: center;
  top: -100px;
  width: 100%;
  z-index: 701
}
.countdown.red {
  background: #db5e61
}
#loader-wrapper {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 910
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
#loader {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -webkit-animation: spin 2s linear infinite;
  animation: 2s linear 0s normal none infinite running spin;
  border-color: #42a956 transparent transparent;
  border-image: none;
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
  display: block;
  height: 150px;
  left: 50%;
  margin: -75px 0 0 -75px;
  position: relative;
  top: 50%;
  width: 150px
}
#loader-txt {
  color: #fff;
  display: block;
  font-size: 1.429em;
  font-weight: 400;
  left: 0;
  margin: 0 auto;
  position: relative;
  right: 0;
  text-align: center;
  top: 55%;
  width: 80%
}
#loader::before {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -webkit-animation: spin 3s linear infinite;
  animation: 3s linear 0s normal none infinite running spin;
  border-color: #42a956 transparent transparent;
  border-image: none;
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
  bottom: 5px;
  content: "";
  left: 5px;
  position: absolute;
  right: 5px;
  top: 5px
}
#loader::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  -webkit-animation: spin 1.5s linear infinite;
  animation: 1.5s linear 0s normal none infinite running spin;
  border-color: #f9c922 transparent transparent;
  border-image: none;
  border-radius: 50%;
  border-style: solid;
  border-width: 3px;
  bottom: 15px;
  content: "";
  left: 15px;
  position: absolute;
  right: 15px;
  top: 15px
}
@keyframes spin {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}
#viewType{
    width: 7px;
}
.modal-calendar,.modal-person{
    top: 15px;
}
.modal-calendar::before, .modal-person::before{
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 100%;
    content: "";
    display: block;
    height: 0;
    left: 11%;
    position: absolute;
    width: 0;
    z-index: 99;
}
.modal-person::before{
    left: auto;
    right: 10%;
}
.fixed-menu{
    padding-top: 150px !important;
}
.fixed-menu .top-modal-container {
    margin-top: 0 !important;
    position: fixed;
    top: 50px;
}
.fixed-menu header{
  margin: 0 auto;
  max-width: 970px;
  position: fixed;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 811;
  left: 0;
  right: 0;
}
.fixed-menu  .nav-calendar-summary i{
    font-size: 12px;
    padding: 1px;
}
.fixed-menu .header, .fixed-menu .main-menu{
    display: none;
}
.fixed-menu .calendar-menu > div > * {
    padding: 6px 10px 4px;
    transition: all 0.5s ease 0s;
    vertical-align: middle;
}
.fixed-menu .calendar-menu span {
    font-size: 11px;
    margin-bottom: 2px;
    transition: all 0.5s ease 0s;
    display: none;
}
.fixed-menu .calendar-menu-day, .fixed-menu .calendar-menu-persons b{
    font-size: 2.2em;
     font-family: "Lato","Helvetica Neue","Helvetica","Arial","sans-serif";
     transition: all 0.5s ease 0s;
}
.fixed-menu .calendar-menu-month {
    font-weight: bold;
    padding-top: 0;
    transition: all 0.5s ease 0s;
}
.fixed-menu .calendar-menu-row button {
    margin-top: 0px;
    transition: all 0.5s ease 0s;
}
.fixed-menu .button-moreperson{
    vertical-align: middle;
    transition: all 0.5s ease 0s;
}
.fixed-menu .calendar-menu-from::after{
    bottom: 2px;
}
.fixed-menu .calendar-menu-to::after{
    bottom: 2px;
}
.calendar--to .modal-calendar::before{
    left: 40%;
    transition: all 0.5s ease 0s;
}
.modal-calendar section{
    margin: 0;
}
.weekend-day {
  background: #aacbaa!important
}
.half-day-begin {
  background: rgba(0,0,0,0) linear-gradient(to right bottom,#fff 50%,#c9e8c9 50%) repeat scroll 0 0
}
.half-day-end {
  background: rgba(0,0,0,0) linear-gradient(to left top,#fff 50%,#c9e8c9 50%) repeat scroll 0 0
}
.half-weekend-day-begin {
  background: rgba(0,0,0,0) linear-gradient(to right bottom,#fff 50%,#aacbaa 50%) repeat scroll 0 0!important
}
.half-weekend-day-end {
  background: rgba(0,0,0,0) linear-gradient(to left top,#fff 50%,#aacbaa 50%) repeat scroll 0 0!important
}
.highlight-hover {
  background: #b6def7!important
}
.highlight-disabled {
  background: #db5e61!important
}
.d-label {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px;
  padding-bottom: 5px;
  padding-top: 10px
}
#bx-pager video {
  min-height: 90px;
  min-width: 100px
}
#bx-pager div {
  float: left;
  height: 90px;
  margin-bottom: 5px;
  overflow: hidden;
  width: 20%
}
.room-descr {
  white-space: pre-line
}
#content-to-setter .room-descr ol,
#content-to-setter .room-descr ul {
  margin-left: 15px
}
#content-to-setter .room-descr * {
  max-width: 100%!important
}
.btn-close2 {
  background: #db5e61;
  border-color: #db5e61;
  color: #fff;
  transition-duration: .3s;
  transition-property: background
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  vertical-align: middle;
  width: 100%!important;
  max-width: 342px
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 35px
}
.affix-options .select2-container {
  max-width: none
}
.select2 {
  border: 1px solid #c4c9c3;
  border-bottom: 3px solid #ccc
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  padding-right: 8px
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap
}
.select2-container .select2-search--inline {
  float: left
}
.select2-container .select2-search--inline .select2-search__field {
  border: medium none;
  box-sizing: border-box;
  font-size: 100%;
  margin-top: 5px;
  padding: 0
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  display: block;
  left: -100000px;
  position: absolute;
  width: 100%;
  z-index: 1051
}
.select2-results {
  display: block
}
.select2-results__options {
  list-style: outside none none;
  margin: 0;
  padding: 0
}
.select2-results__option {
  padding: 6px
}
.select2-results__option[aria-selected] {
  cursor: pointer
}
.select2-container--open .select2-dropdown {
  left: 0
}
.select2-container--open .select2-dropdown--above {
  border-bottom: medium none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.select2-container--open .select2-dropdown--below {
  border-top: medium none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.select2-search--dropdown {
  display: block;
  padding: 4px
}
.select2-search--dropdown .select2-search__field {
  box-sizing: border-box;
  padding: 4px;
  width: 100%
}
.select2-search--dropdown.select2-search--hide {
  display: none
}
.select2-close-mask {
  background-color: #fff;
  border: 0 none;
  display: block;
  height: auto;
  left: 0;
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: auto;
  z-index: 99
}
.select2-hidden-accessible {
  border: 0 none!important;
  clip: rect(0,0,0,0)!important;
  height: 1px!important;
  margin: -1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  box-shadow: 0 2px 1px rgba(0,0,0,.075) inset
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 36px;
  text-align: center;
  font-weight: 600
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  position: absolute;
  right: 5px;
  top: 1px;
  width: 20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: outside none none;
  margin: 0;
  padding: 0 5px;
  width: 100%
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  float: left;
  margin-top: 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
  margin-top: 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
  float: right
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0 none
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: medium none;
  box-shadow: none;
  outline: 0 none
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #000;
  color: #fff
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  background-image: linear-gradient(to bottom,#fff 50%,#eee 100%);
  background-repeat: repeat-x;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0 none
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #ddd;
  background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%);
  background-repeat: repeat-x;
  border-bottom-right-radius: 4px;
  border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #aaa;
  border-image: none;
  border-style: none none none solid;
  border-top-right-radius: 4px;
  border-width: medium medium medium 1px;
  height: 26px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 20px
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left
}
.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color #aaa -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-radius: 4px 0 0 4px;
  border-style: none solid none none;
  border-width: medium 1px medium medium;
  left: 1px;
  right: auto
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: 0 0;
  border: medium none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  background-image: linear-gradient(to bottom,#fff 0,#eee 50%);
  background-repeat: repeat-x;
  border-top: medium none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  background-image: linear-gradient(to bottom,#eee 50%,#fff 100%);
  background-repeat: repeat-x;
  border-bottom: medium none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0 none
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: outside none none;
  margin: 0;
  padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}
.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: medium none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: medium none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0 none
}
.select2-container--classic .select2-search--inline .select2-search__field {
  box-shadow: none;
  outline: 0 none
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: medium none
}
.select2-container--classic .select2-dropdown--below {
  border-top: medium none
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb
}
.terms-body {
  padding: 0 15px
}
.modal-container-inner .terms-body {
  padding: 0 30px
}
.paragraph {
  margin-left: 20px
}
.btn-email-in-use {
  display: none
}
.singin-email-in-use-body {
  text-align: center
}
.loginAdviceInfo {
  color: #323232;
  display: block;
  font-weight: 700;
  padding: 20px 0 5px;
  text-transform: uppercase
}
.loginAdviceEmailPlaceholder {
  color: #42a956;
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 15px
}
.loginSeparator {
  border-top: 1px solid #42a956;
  margin: 0
}
.loginAdviceButton,
.loginAdviceDescription,
.loginAdviceInfo,
.loginAdviceMainExtraLinks {
  padding: 15px
}
.loginAdviceMainExtraLink {
  padding: 0 0 5px
}
.btn-email-in-use {
  display: none
}
.btn-white-space-normal {
  white-space: normal
}
.otherItemsLabel {
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 18px
}
.room_reservation_full {
  color: red;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase
}
.room-single .room_reservation_full {
  padding-left: 15px
}
.bx-pager_single div {
  overflow: hidden;
  margin: 0 -2px
}
.bx-pager_single a {
  border: 2px solid #fff;
  float: left;
  height: 60px;
  opacity: .6;
  overflow: hidden;
  text-align: center;
  width: 16.6%
}
.bx-pager_single a img {
  height: 100%;
  margin-left: 50%;
  max-width: none;
  min-width: 100%;
  transform: translateX(-50%)
}
.bx-pager_single a.active,
.bx-pager_single a:hover {
  opacity: 1;
  filter: alpha(opacity=100)
}
.top-buffer-10 {
  margin-top: 10px!important
}
.top-buffer-20 {
  margin-top: 20px!important
}
.bottom-buffer-10 {
  margin-bottom: 10px!important
}
.in-promotion {
  padding-right: 0
}
.in-promotion .gutter-5 {
  padding-right: 0
}
.show-offer-container {
  position: relative;
  float: right;
  margin-top: 30px
}
.show-promotions-container {
  position: relative;
  float: right;
  text-align: right
}
.show-promotions-container button {
  display: inline-block
}
.relative {
  position: relative
}
.absolute {
  position: absolute
}
.promotion-info .absolute {
  bottom: 0;
  right: 5px
}
.items-in-promotion {
  position: relative;
  width: 100%;
  float: right
}
.items-in-promotion div {
  float: right
}
.promotion-in-item {
  display: table;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
  table-layout: fixed
}
.no-border-bottom {
  border-bottom: none
}
.hr {
  position: absolute;
  border-radius: 40px;
  height: 5px;
  width: 98%;
  content: '';
  background-color: #eee;
  bottom: 0;
  left: 1%
}
section .main:last-child {
  display: none
}
.room-single section .main:last-child {
  display: block !important;
  visibility: visible !important;
}
.promo-badge,
.promo-badge-mobile {
  position: absolute;
  background: #da5e61;
  display: inline-block;
  font-size: 1.143rem;
  font-style: normal;
  font-weight: 400;
  height: 26px;
  line-height: 26px;
  width: 100px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  left: 90px;
  top: 50%;
  margin-top: -71px
}
.promo-badge-mobile {
  right: 0
}
.promo-badge-mobile:before,
.promo-badge:before {
  border-bottom: 10px solid #da5e61;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  content: "";
  height: 0;
  left: 92px;
  position: absolute;
  top: 8px;
  width: 0;
  transform: rotate(90deg)
}
.cms-site ol,
.cms-site ul {
  margin: 0 0 15px;
  padding-left: 30px
}
.force-margintop-5 {
  margin-top: 5px!important
}
.gmap-contanter {
  height: 35px;
  text-align: right
}
.gmap-icon {
  position: relative;
  top: -25px
}
.obejct-table {
  width: 100%;
  padding: 5px;
  text-align: center;
  border: 1px solid #000
}
.obejct-table tbody {
  border: 1px solid #000
}
.obejct-table tbody th {
  padding: 15px;
  text-align: center;
  border: 1px solid #000
}
.obejct-table tbody td {
  border: 1px solid #000;
  padding: 10px;
  white-space: nowrap
}
.mobile-gallery {
  display: inline-block
}
.room-item-beds {
  margin: -20px 0 20px 0
}
.room-item-localization {
  min-height: 60px;
  display: inline-block;
  width: 100%;
  padding-top: 20px
}
.room-item-localization iframe {
  margin-bottom: 5px
}
.cookie-msg.hidden-sm {
  margin-top: 10px
}
.cookie-msg-text {
  float: left;
  display: inline-block;
  width: -moz-calc(100% - 45px);
  width: -webkit-calc(100% - 45px);
  width: calc(100% - 45px);
  padding: 10px 0 10px 10px
}
#multi-dialog {
  left: 50%;
  margin-left: -300px;
  margin-top: -100px;
  position: fixed;
  top: 50%;
  width: 600px;
  padding-bottom: 20px;
  z-index: 999
}
#multi-dialog .s-label {
  margin-bottom: 16px
}
#multi-dialog .room-item-price {
  white-space: nowrap
}
#multi-dialog .image {
  padding-right: 20px;
  width: 120px
}
#multi-dialog .name,
#multi-dialog .price {
  vertical-align: middle
}
#multi-dialog .name > * {
  font-size: 18px;
  margin: 0
}
#multi-dialog .display_table > div {
  padding-bottom: 15px
}
#multi-dialog .room-item-price-container {
  padding: 0;
  height: auto
}
#multi-dialog .buttons {
  border-top: 1px solid #ccc;
  margin: 0 -15px;
  padding: 20px 20px 0
}
#multi-dialog .buttons button {
  display: inline-block;
  width: 100%;
  max-width: none;
  margin: 0
}
#multi-dialog .close-dialog {
  background: #999
}
#multi-dialog .close-dialog:hover {
  background: #000
}
.dialog_bundle {
  background: #fff;
  left: -485px;
  margin-left: 50%;
  padding: 15px;
  position: absolute;
  top: 30px;
  width: 970px;
  z-index: 999
}
.dialog_bundle .dialog-items > .s-label {
  border-bottom: 1px solid #ccc;
  padding-top: 7px;
  padding: 7px 20px 11px;
  margin: 0 -15px
}
#multi-dialog_cover,
.dialog_bundle_cover {
  bottom: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  right: 0;
  position: fixed;
  background: rgba(0,0,0,.8);
  z-index: 898
}
.dialog_bundle section {
  background: 0 0;
  box-shadow: none;
  clear: both;
  margin: 0;
  display: block;
  border-bottom: 1px solid #ccc
}
.dialog_bundle .add-photo {
  padding-left: 0
}
.dialog_bundle .add-info {
  padding-right: 0
}
.close_dialogbox_wrapper {
  padding-top: 20px;
  text-align: center;
  padding-bottom: 5px
}
.cookie-msg-button a {
  color: #fff;
  line-height: 20px;
  cursor: pointer
}
.cookie-msg-button {
  background: #d85356;
  height: 20px;
  width: 20px;
  float: right;
  text-align: center;
  margin: 6px;
  color: #fff;
  font-size: 14px;
  display: inline-block
}
.modal-item-objects {
  display: table;
  width: 100%;
  font-size: 12px
}
.modal-room .modal-item-objects .room-item-details {
  color: #323232;
  font-size: .857em;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 15px
}
.setTable > * {
  display: table-cell;
  vertical-align: middle
}
.promotion-item {
  margin: 0
}
.promotion-name {
  color: #323232;
  font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 10px
}
.promotion-description {
  font-size: .85em;
  color: #777;
  line-height: 1.2;
  padding: 20 10px;
  font-weight: 500
}
.promotion-description-p {
  padding: 10px 0
}
.promotion-name-addons {
  width: 320px;
  vertical-align: top
}
.promotion-item .main {
  border: 4px solid #f1f1f1;
  padding: 15px;
  margin: 15px
}
.promotion-item .main .promotion-info {
  width: 330px
}
.add-info-col2 {
  width: 200px
}
section section.active:before {
  display: none
}
section section.active .main {
  border-left: 4px solid #42a956
}
.promotion-name {
  color: #000;
  display: block;
  font-size: 21px;
  font-weight: 600;
  height: auto!important;
  margin-bottom: 15px
}
.tooltip-info {
  color: #42a956!important
}
.ui-tooltip {
  opacity: 1;
  background-color: #fff
}
.addons-in-offer {
  font-size: .857em;
  line-height: 1.43em;
  min-height: 40px
}
.main-menu {
  clear: both
}
.addon-in-offer {
  margin-bottom: 10px
}
div.room-item-details-element span:first-child,
li.addon-in-offer span:first-child,
li.room-item-details-element span:first-child {
  display: inline-block;
  text-align: center;
  min-width: 20px;
  vertical-align: middle
}
li.addon-in-offer span:first-child i,
li.room-item-details-element span:first-child i {
  font-size: 15px
}
.room-item-details-col li.room-item-details-element span:first-child i {
  font-size: 12px
}
.room-item-details .room-item-details-element {
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 10px;
  vertical-align: middle
}
.room-item-details .room-item-details-element span {
  white-space: normal
}
.room-item-details-col li.room-item-details-element:last-child {
  padding-right: 0
}
ul.addons-in-offer {
  list-style: none;
  padding: 0!important;
  margin: 0
}
ul.addons-in-offer li {
  margin-bottom: 4px
}
.promotion-section {
  margin-bottom: 0!important
}
.temp-price-badge {
  float: right
}
.temp-price-badge span {
  left: 30%
}
.promotion-prices {
  padding-left: 0!important;
  padding-right: 0!important
}
.promotion-price-details {
  margin-top: 20px
}
.price-before-rebate {
  text-decoration: line-through;
  color: #828282
}
.left-buffor-20 {
  left: 20px
}
.margin-bottom-buffor-10 {
  margin-bottom: 10px
}
.extra-promotion-info {
  margin-bottom: 20px
}
.extra-promotion-info-item {
  margin-bottom: 10px
}
.modal-promotion-title {
  margin-top: 20px;
  padding-left: 30px
}
.modal-promotion-desc {
  margin-bottom: 20px
}
.promotion-gallery {
  margin-bottom: 30px
}
.btn-proceed-in-room-box {
  background: #4e72a2
}
.amenities {
  list-style: outside none none;
  margin: -15px 0 10px
}
.amenities > li {
  background: #eee;
  margin-bottom: 3px;
  padding: 3px 5px;
  position: relative
}
.amenities > li::before {
  content: '\E80D';
  font-family: fontello;
  padding-right: 5px
}
.d-sublabel {
  display: block;
  font-size: 13px;
  padding-bottom: 5px;
  padding-top: 10px
}
.d-label-first {
  margin-bottom: 0
}
.d-list {
  list-style: outside none none;
  margin-bottom: 0
}
.d-list > li {
  background: #eee;
  margin-bottom: 3px;
  padding: 7px 10px
}
.d-list .amenities-addons {
  background: #fff;
  list-style: none;
  margin: 10px 0;
  padding: 5px 10px
}
.d-list .amenities-addons > li {
  padding: 1px 0
}
p.noMargin {
  margin: 0!important
}
.listStyleInside {
  list-style-position: inside
}
.google-maps-container {
  width: 100%;
  height: 400px
}
.calendar-menu-show {
  cursor: pointer
}
.row.extra-dates-row {
  background: #f1f1f1;
  padding: 10px 0;
  font-size: .857em
}
.extra-dates {
  margin-top: 3px
}
.extra-dates .extra-date {
  display: inline-block;
  border: 1px #e1e1e1 solid;
  background-color: #fff;
  padding: 1px 10px;
  margin-right: 5px;
  cursor: pointer
}
.object-loader-wrapper {
  height: 100px !important;
  position: relative;
  padding: 20px;
}
.object-loader-wrapper #loader {
  position: absolute;
  bottom: 0;
  height: 100px;
  margin: 0 0 0 -50px;
  top: 0;
  width: 100px;
}
.calendar-loader-wrapper{
  padding: 20px;
  width: 100%;
}
.calendar-loader-wrapper #loader{
  height: 100px;
  margin: 0 0 0 -50px;
  top: 0;
  width: 100px;
}
#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  -webkit-box-shadow: 0 0 3.125em rgba(0,0,0,.75);
  box-shadow: 0 0 3.125em rgba(0,0,0,.75)
}
#imagelightbox-loading,
#imagelightbox-loading div {
  border-radius: 50%
}
#imagelightbox-loading {
  width: 2.5em;
  height: 2.5em;
  background-color: #333;
  background-color: rgba(0,0,0,.5);
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: .625em;
  margin: -1.25em 0 0 -1.25em;
  -webkit-box-shadow: 0 0 2.5em rgba(0,0,0,.75);
  box-shadow: 0 0 2.5em rgba(0,0,0,.75)
}
#imagelightbox-loading div {
  width: 1.25em;
  height: 1.25em;
  background-color: #fff;
  -webkit-animation: imagelightbox-loading .5s ease infinite;
  animation: imagelightbox-loading .5s ease infinite
}
@-webkit-keyframes imagelightbox-loading {
  from {
    opacity: .5;
    -webkit-transform: scale(.75)
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1)
  }
  to {
    opacity: .5;
    -webkit-transform: scale(.75)
  }
}
@keyframes imagelightbox-loading {
  from {
    opacity: .5;
    transform: scale(.75)
  }
  50% {
    opacity: 1;
    transform: scale(1)
  }
  to {
    opacity: .5;
    transform: scale(.75)
  }
}
#imagelightbox-overlay {
  background-color: #000;
  background-color: rgba(0,0,0,.9);
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}
#imagelightbox-close {
  width: 5em;
  height: 5em;
  text-align: left;
  background-color: transparent;
  position: fixed;
  z-index: 10002;
  top: 1em;
  right: 1em;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  border: none
}
#imagelightbox-close:after,
#imagelightbox-close:before {
  width: 2px;
  background-color: #fff;
  content: '';
  position: absolute;
  top: 20%;
  bottom: 20%;
  left: 50%;
  margin-left: -1px
}
#imagelightbox-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}
#imagelightbox-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
#imagelightbox-caption {
  text-align: center;
  color: #fff;
  background-color: #c4c7c8;
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: .625em
}
#imagelightbox-nav {
  background-color: #555;
  border-radius: 20px;
  position: fixed;
  z-index: 10001;
  left: 50%;
  bottom: 3.75em;
  padding: .313em;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
#imagelightbox-caption,
#imagelightbox-close,
#imagelightbox-loading,
#imagelightbox-nav,
#imagelightbox-overlay,
.imagelightbox-arrow {
  -webkit-animation: fade-in .25s linear;
  animation: fade-in .25s linear
}
.imagelightbox-arrow-right {
  right: 1em
}
.imagelightbox-arrow-left {
  left: 1em
}
.imagelightbox-arrow {
  width: 3.75em;
  height: 7.5em;
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  margin-top: -3.75em;
  border: none;
  background: 0 0
}
.imagelightbox-arrow-left:before {
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg)
}
.imagelightbox-arrow:before {
  background-color: #999;
  bottom: 47%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
  width: 2px
}
.imagelightbox-arrow-left:after {
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg)
}
.imagelightbox-arrow:after {
  background-color: #999;
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
  top: 47%;
  width: 2px
}
.imagelightbox-arrow-right:before {
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg)
}
.imagelightbox-arrow:before {
  background-color: #999;
  bottom: 47%;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
  width: 2px
}
.imagelightbox-arrow-right:after {
  -webkit-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg)
}
.imagelightbox-arrow:after {
  background-color: #999;
  bottom: 0;
  content: '';
  left: 50%;
  position: absolute;
  top: 47%;
  width: 2px
}
#imagelightbox-caption,
#imagelightbox-close,
#imagelightbox-loading,
#imagelightbox-nav,
#imagelightbox-overlay,
.imagelightbox-arrow {
  -webkit-animation: fade-in .25s linear;
  animation: fade-in .25s linear
}

#invoice_required_label {
  width: 200px;
  font-weight: normal;
}
#invoice_required_container {
  text-align: left;
}
.btn-actions #invoice_required {
  margin-top: 8px;
}
.medium-modal-container {
  width: 600px;
}
.medium-modal-container {
  width: 729px;
}

.invoice-client-type-container {
  margin-left: 10px;
}
.nvoice-client-type-wrapper {
  margin-bottom: 10px;
}

.invoice-label-bold {
  font-weight: 500;
  color: #323232;
}
#invoice-form-container .invoice-data-zipcode-wrapper {
  clear: none;
}
#invoice-form-container .invoice-data-city-wrapper {
  clear: none;
  padding-right: 10px;
}
#invoice-form-container .invoice-data-city-wrapper.form-group.required::after {
  right: 20px;
}

#slash-card-exp-date {
  font-size: 20px;
}

.card-icon-wrapper {
  display: flex;
  height: 140px;
  margin: 0 auto;
}
.card-icon {
  margin: 0 auto;
  align-self: center;
  width: auto;
}

.link-no-decoration {
  color: black;
  text-decoration: none;
}
#cvv-popup {
  position: absolute;
  top: 38px;
  left:0;
  background-color: white;
  z-index: 1000;
  border: 1px solid #ccc;
  display: none;
  min-width: 250px;
}
#cvv-info {
  cursor: pointer;
}
#cvv-info:hover {
  background-color: #dddddd;
}
.cvv-label {
  white-space: nowrap;
  overflow: visible;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@keyframes fade-in {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
@media only screen and (max-width:600px) {
  #imagelightbox_wrapp {
    position: fixed!important;
    z-index: 10000;
    border: 1px solid #aaa;
    bottom: 10px;
    left: 10px;
    overflow: auto;
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: center
  }
  #imagelightbox {
    box-shadow: none;
    cursor: pointer;
    height: auto!important;
    left: 0!important;
    max-width: none!important;
    top: 0!important;
    width: auto!important;
    z-index: 10000;
    margin: 0 auto;
    position: static!important;
    transform: translateX(0)!important
  }
  #imagelightbox-close {
    background: #000;
    top: 0;
    right: 0;
    opacity: .8
  }
  .imagelightbox-arrow {
    display: none!important
  }
  #multi-dialog .name, #multi-dialog .price {
    display: block;
  }
  #multi-dialog .room-item-price-container {
    float: none;
  }
  .room-additional .add-info, .reservation-details-items .add-info {
    float: none;
  }
}

.pull-left {
  float: left!important;
}

#invoice_required_label {
  width: 200px;
  margin-left: 5px;
}

.text-left {
  text-align: left;
}

.btn-actions #invoice_required {
  margin-top: 8px;
}

.alert-modal-container{
  left: 50%;
  margin-left: -250px;
  margin-top: -100px;
  position: fixed;
  top: 50%;
  width: 500px;
  z-index: 999;
}


/* ~=~=~=~=~=~=~=~=~=~=~= CONFIRM BUTTON */
div.show_terms_btn {
  text-align: center;
  margin-bottom: 15px;
  font-size: 12.75px;
  margin-top: 15px;
}

a.show_terms_btn:hover {
  background: #707070;
  border: 1px solid #707070;
  color: #fff;
}

a.show_terms_btn {
  transition-duration: .3s;
  font-size: 12.75px;
  background: #fff;
  border: 1px solid #707070;
  box-shadow: none;
  color: #0e1116;
  padding: 3px 8px 3px 5px;
  cursor: pointer;
  display: inline-block;
}

.bankIdRow .checkbox {
  text-align: left;
  max-width: 342px;
  margin: 10px auto;
}

.bankIdRow .checkbox input#terms_iai_pay_checkbox {
  margin: 2px 0 0;
  line-height: normal;
  position: absolute;
  margin-left: -20px;
  box-sizing: border-box;
  padding: 0;
  width: auto;
  text-align: left;
}

.bankIdRow .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
}

div.show_terms_wrapper {
  display: none;
}

.bankIdRow div.show_terms_wrapper {
  display: block;
}