@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/MaterialIcons-Regular.eot');
  /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'), url('fonts/MaterialIcons-Regular.woff2') format('woff2'), url('fonts/MaterialIcons-Regular.woff') format('woff'), url('fonts/MaterialIcons-Regular.ttf') format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.ibe .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.ibe .loader .bg {
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.ibe .loader .inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.ibe .loader .inner .loader-content {
  position: absolute;
  text-align: center;
  top: 50%;
  margin: -36px 0 0 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.ibe .loader .inner .loader-header {
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 36px;
  line-height: 36px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #83bfd5;
}
.ibe .loader .inner .loader-reload {
  color: #333333;
  cursor: pointer;
  text-decoration: underline;
}
.ibe .loader .inner .loader-footer {
  position: absolute;
  text-align: center;
  bottom: 40px;
  left: 0;
  right: 0;
  z-index: 100;
}
.ibe .main-header {
  background: #333333;
  position: relative;
  z-index: 50;
  margin-bottom: 0;
}
.ibe .main-header.navbar {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  border: none;
}
.ibe .main-header .navbar-header {
  float: none;
}
.ibe .main-header .navbar-header .navbar-toggle {
  text-align: center;
  display: block;
  margin: 0;
  border: 1px solid #222222;
  min-height: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.ibe .main-header .navbar-header .navbar-brand {
  float: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 23px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: normal;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  zoom: 1;
}
.ibe .main-header .navbar-header .glyphicon-earphone {
  font-size: 18px;
}
.ibe .main-header .header-sidebar {
  position: fixed;
  z-index: 2000;
  top: 0;
  width: 100%;
  height: 100%;
  background: #222222;
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: white;
}
.ibe .main-header .header-sidebar.header-sidebar-left {
  left: -100%;
  -webkit-transition: left 450ms ease-in-out 0ms;
  -moz-transition: left 450ms ease-in-out 0ms;
  -o-transition: left 450ms ease-in-out 0ms;
  transition: left 450ms ease-in-out 0ms;
  -ms-transition: left 450ms ease-in-out 0ms;
}
.ibe .main-header .header-sidebar.header-sidebar-left .close {
  float: left;
  text-align: left;
}
.ibe .main-header .header-sidebar.header-sidebar-right {
  right: -100%;
  -webkit-transition: right 450ms ease-in-out 0ms;
  -moz-transition: right 450ms ease-in-out 0ms;
  -o-transition: right 450ms ease-in-out 0ms;
  transition: right 450ms ease-in-out 0ms;
  -ms-transition: right 450ms ease-in-out 0ms;
}
.ibe .main-header .header-sidebar.header-sidebar-right .close {
  float: left;
  text-align: right;
}
.ibe .main-header .header-sidebar.animate-left {
  left: 0;
}
.ibe .main-header .header-sidebar.animate-right {
  right: 0;
}
.ibe .main-header .header-sidebar .close {
  background: none;
  cursor: pointer;
  display: block;
  width: 100%;
  z-index: 300;
  top: 0;
  text-shadow: none;
  border: none;
}
.ibe .main-header .header-sidebar .close i {
  color: white;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.ibe .main-header .header-sidebar .list-group {
  background: none;
  max-width: 100vw;
}
.ibe .main-header .header-sidebar .list-group li {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background: none;
  border: none;
  border-bottom: 1px solid black;
  color: white;
  margin: 0;
  padding: 15px;
}
.ibe .main-header .header-sidebar .list-group li div:first-child {
  color: #666666;
  text-transform: capitalize;
}
.ibe .main-header .header-sidebar .list-group li div:last-child {
  word-wrap: break-word;
  font-size: 12px;
}
.ibe .main-header .header-sidebar .list-group li a {
  display: block;
  font-size: 12px;
}
.ibe .main-header .header-sidebar .list-group li a i {
  margin-right: 10px;
}
.ibe .main-header .top-menu i {
  margin-right: 10px;
}
.ibe .main-header .top-menu .list-group {
  margin-bottom: 0;
}
.ibe .main-header .top-menu .list-group li {
  padding: 0;
  border-bottom: none;
}
.ibe .main-header .top-menu .list-group li a {
  padding: 15px;
  font-size: 16px;
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  line-height: 16px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: white;
}
.ibe .main-header .top-menu .list-group li a:last-child {
  padding-right: 0;
}
.ibe .main-header .top-menu .list-group li.active a,
.ibe .main-header .top-menu .list-group li.active a:hover,
.ibe .main-header .top-menu .list-group li.active a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  background-color: black;
}
.ibe .main-header .top-menu .list-group li:hover a {
  color: #f5fafc;
}
.ibe .main-header .top-menu .culture {
  position: absolute;
  top: 100%;
  margin-top: -120px;
  z-index: 100;
  left: 0;
  right: 0;
  font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: capitalize;
  color: white;
}
.ibe .main-header .top-menu .culture a:hover {
  color: #f5fafc !important;
}
.ibe .main-header .top-menu .culture .currency {
  display: block;
}
.ibe .main-header .top-menu .culture .language {
  margin-top: 20px;
}
.ibe .main-header .top-menu .culture .form-control {
  height: auto;
}
.ibe .btn-book {
  background: #83bfd5;
}
.ibe .btn-book:hover {
  background: #a9d3e2;
}
.ibe .btn-request {
  background: #666666;
}
.ibe .btn-request:hover {
  background: gray;
}
.ibe .btn-call-us {
  background: #999999;
}
.ibe .btn-call-us:hover {
  background: #b2b2b2;
}
.ibe .btn-book,
.ibe .btn-default,
.ibe .btn-request,
.ibe .btn-call-us,
.ibe .btn-info,
.ibe .btn-primary,
.ibe .btn-cancel {
  background-image: none;
  border: none;
  text-align: center;
  padding: 17px 15px 14px 15px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.ibe .btn-primary,
.ibe .btn-cancel {
  background: #83bfd5;
  border: none;
  text-align: center;
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: white;
}
.ibe .btn-primary:hover,
.ibe .btn-cancel:hover,
.ibe .btn-primary:focus,
.ibe .btn-cancel:focus,
.ibe .btn-primary:active,
.ibe .btn-cancel:active {
  background: #a9d3e2;
}
.ibe .btn-primary {
  background: #83bfd5;
}
.ibe .btn-primary:hover,
.ibe .btn-primary:focus,
.ibe .btn-primary:active {
  background: #a9d3e2;
}
.ibe .btn-cancel {
  background: #999999;
}
.ibe .btn-cancel:hover,
.ibe .btn-cancel:focus,
.ibe .btn-cancel:active {
  background: #666666;
  color: white;
}
.ibe .btn-default {
  background: #d6d6d6;
  border: 1px solid #999999;
}
.ibe .btn-default:hover,
.ibe .btn-default:focus,
.ibe .btn-default:active {
  background: #999999;
  color: white;
}
.ibe .btn:focus {
  border-color: #83bfd5;
  outline: none;
}
.ibe .form-group {
  overflow: hidden;
  position: relative;
}
.ibe .form-group .caret {
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  margin-top: 8px;
  border-top: 8px solid #666666;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.ibe .form-group label {
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #999999;
}
.ibe .form-group.required label:after {
  color: #a94442;
  font-size: 18px;
  content: "*";
  position: relative;
  top: 2px;
  left: 5px;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  zoom: 1;
}
.ibe .form-control {
  position: relative;
  padding: 13px 15px 14px 15px;
  height: 52px;
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #666666;
}
.ibe .form-control.input-sm {
  padding: 0;
}
.ibe .form-control:focus {
  border-color: #cccccc;
  outline: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ibe .star {
  color: #a94442;
  font-size: 18px;
  position: relative;
  top: 3px;
  left: -2px;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  zoom: 1;
}
.ibe a {
  color: #83bfd5;
}
.ibe .datepicker-holder {
  position: relative;
}
.ibe .datepicker-holder input[readonly] {
  background-color: white;
  cursor: pointer;
}
.ibe .datepicker-holder .datepicker-trigger {
  cursor: pointer;
  color: #83bfd5;
  font-size: 1.5em;
  position: absolute;
  top: 0.7em;
  right: 5%;
}
.ibe .datepick {
  width: 100% !important;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.ibe .datepick .datepick-nav {
  position: relative;
  background: none;
}
.ibe .datepick .datepick-nav a {
  height: auto;
}
.ibe .datepick .datepick-nav a:hover {
  background: none;
}
.ibe .datepick .datepick-nav .datepick-cmd-prev,
.ibe .datepick .datepick-nav .datepick-cmd-next {
  position: absolute;
  display: block;
  z-index: 100;
  top: 15px;
  font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #666666;
}
.ibe .datepick .datepick-nav .datepick-cmd-prev {
  left: 1%;
}
.ibe .datepick .datepick-nav .datepick-cmd-next {
  right: 1%;
}
.ibe .datepick .datepick-nav .datepick-cmd-today {
  display: none;
}
.ibe .datepick .datepick-month {
  border: none;
  overflow: hidden;
  width: 100%;
  float: left;
}
.ibe .datepick .datepick-month.first {
  width: 49%;
  margin-right: 2%;
}
.ibe .datepick .datepick-month.last {
  width: 49%;
}
.ibe .datepick .datepick-month .datepick-month-header {
  background: #f3f3f3;
  padding: 15px;
  height: auto;
  font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #666666;
}
.ibe .datepick .datepick-month table thead {
  border: none;
}
.ibe .datepick .datepick-month table tr th {
  background: none;
  height: auto;
  border: none;
  padding: 10px 0;
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 11px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #83bfd5;
}
.ibe .datepick .datepick-month table tr td {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  outline: none;
  width: 38px;
  height: 38px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  background: white;
  border: none;
  position: relative;
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #999999;
}
.ibe .datepick .datepick-month table tr td > a,
.ibe .datepick .datepick-month table tr td > span {
  background: white;
  padding: 11px;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  position: relative;
}
.ibe .datepick .datepick-month table tr td > a:hover,
.ibe .datepick .datepick-month table tr td > span:hover {
  text-decoration: none;
  color: #cfe6ef;
}
.ibe .datepick .datepick-month table tr td .datepick-today {
  background: #cfe6ef;
  color: white;
}
.ibe .datepick .datepick-month table tr td .datepick-selected {
  background: #83bfd5;
  color: white;
}
.ibe .datepick .datepick-month table tr td .datepick-selected:hover {
  color: white;
  background: #cfe6ef;
}
.ibe .datepick .datepick-month table tr td > span,
.ibe .datepick .datepick-month table tr td > .not-available {
  color: #666666;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAFUlEQVQImWNgQAJnzpz5TyqHgYEBAMu5DY05OQAeAAAAAElFTkSuQmCC) repeat;
  cursor: default;
}
.ibe .datepick .datepick-month table tr td > span.datepick-other-month,
.ibe .datepick .datepick-month table tr td > .not-available.datepick-other-month {
  background: white;
}
.ibe .datepick .datepick-month table tr td.first-selected span,
.ibe .datepick .datepick-month table tr td.first-selected a {
  color: white;
}
.ibe .datepick .datepick-month table tr td.first-selected .datepick-selected {
  background: #83bfd5;
}
.ibe .datepick .datepick-month table tr td.first-selected:before {
  content: "";
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 0 0 50px 14px;
  border-color: transparent transparent transparent white;
}
.ibe .datepick .datepick-month table tr td.last-selected .datepick-selected {
  background: #83bfd5;
}
.ibe .datepick .datepick-month table tr td.last-selected:after {
  content: " ";
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
  border-style: solid;
  border-width: 50px 14px 25px 0;
  border-color: transparent white transparent transparent;
}
.ibe .datepick-popup {
  right: 10px;
  -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.44);
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.44);
}
.ibe .datepick-popup .datepick-month {
  width: 100%;
  margin: 0;
}
.ibe .datepick-popup .datepick-month.first {
  margin: 0;
}
.ibe .datepick-popup .datepick-ctrl {
  display: none;
}
.ibe .callus-popup {
  top: 100px;
}
.ibe .callus-popup .rateplan {
  text-align: center;
}
.ibe .callus-popup .rateplan .title {
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 28px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #666666;
  margin: 0 0 20px 0;
}
.ibe .callus-popup .rateplan .summary .price {
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #83bfd5;
  margin: 0 0 20px 0;
}
.ibe .callus-popup .rateplan .summary .text {
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #999999;
}
.ibe .callus-popup .rateplan .btn {
  margin: 50px 0;
}
.ibe .callus-popup .rateplan .body {
  margin: 0 0 50px 0;
}
.ibe .callus-popup .rateplan .body .body-title {
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #666666;
}
.ibe .callus-popup .rateplan .body .sep {
  width: 20px;
  height: 1px;
  background: #333333;
  margin: 20px auto;
}
.ibe .callus-popup .rateplan .body .body-text {
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #999999;
}
.ibe .popup {
  position: relative;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 100%;
  right: 0;
}
.ibe .popup .modal-header {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  border: none;
  padding: 0;
  margin: 0;
}
.ibe .popup .modal-header .modal-title {
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #333333;
  text-align: center;
}
.ibe .popup .modal-dialog {
  width: 100%;
  margin: 0 auto;
}
.ibe .popup .modal-content {
  width: 100%;
  margin: 0 auto;
  background: white;
  border: none;
  padding: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ibe .popup .modal-body {
  background: white;
  padding: 0;
}
.ibe .popup .gallery {
  background: white;
  position: relative;
  width: 100%;
  min-height: 150px;
  overflow: hidden;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.ibe .popup .gallery .slide {
  width: 100%;
}
.ibe .popup .gallery .slide .image {
  width: 100%;
  min-height: 150px;
  overflow: hidden;
}
.ibe .popup .gallery .slide-prev,
.ibe .popup .gallery .slide-next {
  display: block;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  width: 40px;
  height: 70px;
  top: 50%;
  margin: -35px 0 0 0;
  color: white;
  text-align: center;
}
.ibe .popup .gallery .slide-prev .bg,
.ibe .popup .gallery .slide-next .bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  background: black;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
}
.ibe .popup .gallery .slide-prev i,
.ibe .popup .gallery .slide-next i {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  zoom: 1;
  position: relative;
  z-index: 150;
  font-size: 40px;
  line-height: 70px;
}
.ibe .popup .gallery .slide-prev {
  left: 0;
}
.ibe .popup .gallery .slide-prev i {
  left: -2px;
}
.ibe .popup .gallery .slide-next {
  right: 0;
}
.ibe .popup .gallery .slide-next i {
  right: -2px;
}
.ibe .popup .room-header {
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 28px;
  line-height: 30px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #333333;
  cursor: default;
  margin: 15px 0;
}
.ibe .popup .room-info {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 2px 2px #d9d9d9;
  box-shadow: 0px 0px 2px 2px #d9d9d9;
}
.ibe .popup .rateplan {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 2px 2px #d9d9d9;
  box-shadow: 0px 0px 2px 2px #d9d9d9;
  padding: 10px 0 0 0;
}
.ibe .popup .rateplan .rateplan-header {
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #83bfd5;
  cursor: default;
  margin: 30px 0 5px 0;
}
.ibe .popup .rateplan .rateplan-total {
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #333333;
  cursor: default;
  margin: 10px 0;
}
.ibe .popup .rateplan .stay-period {
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #666666;
  margin: 5px 0 15px 0;
}
.ibe .popup .rateplan .instead-of-board {
  display: block;
  cursor: default;
  font-family: Georgia, Times, "Times New Roman", serif, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 30px;
  font-style: italic;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #ff6666;
}
.ibe .popup .rateplan .instead-of-board i {
  font-size: 16px;
  margin: 0 5px;
}
.ibe .popup .facilities-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ibe .popup .facilities-list li {
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #999999;
  margin: 0 0 7px 0;
}
.ibe .popup .book-room-button .btn-primary,
.ibe .popup .book-room-button .btn-info {
  padding: 13px 10px 10px 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: white;
}
.ibe .popup .book-room-button .btn-primary {
  background: #666666;
}
.ibe .popup .book-room-button .btn-primary:hover {
  background: #83bfd5;
}
.ibe .popup .book-room-button .btn-info {
  background: #999999;
}
.ibe .popup .book-room-button .btn-info:hover {
  background: #666666;
}
.ibe .popup .btn-back {
  cursor: pointer;
  padding: 11px 10px;
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #83bfd5;
}
.ibe .popup .btn-back i {
  font-size: 12px;
}
.ibe .popup .btn-back.btn {
  color: white;
}
.ibe .popup .remaining-rooms {
  background: #ff6666;
  text-align: center;
  padding: 5px;
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 11px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: white;
}
.ibe .popup .table-list .list-row .list-row-price {
  display: block;
  margin: 5px 0 0 0;
}
.ibe .popup .sidebar {
  margin: 15px 0 30px 0;
  background: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 2px 2px #d9d9d9;
  box-shadow: 0px 0px 2px 2px #d9d9d9;
}
.ibe .popup .sidebar .room-header {
  padding: 10px 0;
}
.ibe .popup .sidebar .list-group {
  display: none;
}
.ibe .popup .sidebar .table-list .list-row {
  cursor: pointer;
}
.ibe .popup .sidebar .btn {
  -webkit-border-radius: 0px 0px 4px 0px;
  -moz-border-radius: 0px 0px 4px 0px;
  -ms-border-radius: 0px 0px 4px 0px;
  -o-border-radius: 0px 0px 4px 0px;
  border-radius: 0px 0px 4px 0px;
}
.ibe .popup .total-price {
  padding: 12px 0;
}
.ibe .popup .rateplan-name {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1, 4em;
}
.ibe .modal-backdrop {
  background-color: black !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70) !important;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
  -moz-opacity: 0.7 !important;
  -khtml-opacity: 0.7 !important;
  -webkit-opacity: 0.7 !important;
}
.ibe .step3-content {
  padding: 20px 10px 0 10px;
  background: white;
  position: relative;
  z-index: auto;
  left: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  /** STEP3 SIDEBAR **/

}
.ibe .step3-content .sidebar {
  background: #f6f6f6;
  position: relative;
  z-index: 10;
  padding: 0 10px;
}
.ibe .step3-content .sidebar .sidebar-header {
  padding: 30px 0;
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #666666;
}
.ibe .step3-content .sidebar .label-bold {
  font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #333333;
  text-align: left;
  padding: 0 10px 10px 0;
}
.ibe .step3-content .sidebar .info {
  font-family: Georgia, Times, "Times New Roman", serif, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-style: italic;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #999999;
}
.ibe .step3-content .sidebar .sep {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  zoom: 1;
  position: relative;
  top: -2px;
  height: 20px;
  width: 1px;
  background: #999999;
  margin: 0 3px;
}
.ibe .step3-content .sidebar .sidebar-content {
  padding: 0 5px;
}
.ibe .step3-content .sidebar .sidebar-content .sidebar-content-header {
  padding: 20px 5 pp;
  border-bottom: 1px solid #d6d6d6;
}
.ibe .step3-content .sidebar .sidebar-content .sidebar-content-header .check-out {
  padding-right: 0;
}
.ibe .step3-content .sidebar .sidebar-content .sidebar-content-header .label-bold {
  padding-left: 0;
}
.ibe .step3-content .sidebar .sidebar-content .sidebar-content-rooms {
  padding: 15px 0 0 0;
}
.ibe .step3-content .sidebar .sidebar-content .sidebar-content-rooms .sidebar-room {
  position: relative;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #d6d6d6;
}
.ibe .step3-content .sidebar .sidebar-content .sidebar-content-rooms .sidebar-room .media-object {
  display: block;
  width: 100px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.ibe .step3-content .sidebar .sidebar-content .sidebar-content-rooms .sidebar-room .media-heading {
  padding-bottom: 0;
  line-height: 1.3em;
}
.ibe .step3-content .sidebar .sidebar-content .sidebar-content-rooms .sidebar-room .media-body .info {
  position: relative;
  top: -3px;
  text-transform: lowercase;
  font-size: 12px;
}
.ibe .step3-content .sidebar .sidebar-content .sidebar-content-rooms .sidebar-room .prices {
  padding: 5px 0 0 0;
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #666666;
}
.ibe .step3-content .sidebar .sidebar-content .sidebar-content-rooms .sidebar-room .prices .before-discount {
  color: #999999;
}
.ibe .step3-content .sidebar .sidebar-content .sidebar-content-rooms .sidebar-room .prices .final {
  color: #4da844;
}
.ibe .step3-content .sidebar .sidebar-content .sidebar-content-supplements {
  padding: 15px 0;
  border-bottom: 1px solid #d6d6d6;
}
.ibe .step3-content .sidebar .sidebar-content .sidebar-content-supplements .supplement {
  margin: 0 0 10px 0;
}
.ibe .step3-content .sidebar .sidebar-content .sidebar-content-supplements .supplement .supplement-title {
  width: 65%;
  font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 21px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #333333;
}
.ibe .step3-content .sidebar .sidebar-content .sidebar-content-supplements .supplement .prices {
  width: 35%;
  text-align: right;
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #666666;
}
.ibe .step3-content .sidebar .sidebar-content .sidebar-content-supplements .supplement .prices .unit {
  color: #4da844;
}
.ibe .step3-content .sidebar .sidebar-content .sidebar-content-footer {
  padding: 10px 0;
}
.ibe .step3-content .sidebar .sidebar-content .sidebar-content-footer .totals {
  padding: 15px 0;
}
.ibe .step3-content .sidebar .sidebar-content .sidebar-content-footer .totals header {
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #333333;
  padding-top: 5px;
}
.ibe .step3-content .sidebar .sidebar-content .sidebar-content-footer .totals .prices .total {
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #83bfd5;
  margin: 0 0 10px 0;
}
.ibe .step3-content .sidebar .sidebar-footer {
  margin: 0 -5px;
  padding: 20px 15px;
  background: #d6d6d6;
  color: black;
  -webkit-border-radius: 0px 0px 4px 0px;
  -moz-border-radius: 0px 0px 4px 0px;
  -ms-border-radius: 0px 0px 4px 0px;
  -o-border-radius: 0px 0px 4px 0px;
  border-radius: 0px 0px 4px 0px;
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #333333;
}
.ibe .step3-content .total-1 {
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #83bfd5;
  margin: 0 0 10px 0;
}
.ibe .step3-content .total-2 {
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #4da844;
}
.ibe .step3-content .btn-primary {
  margin: 30px 0;
}
.ibe .step3-content .modal {
  top: 50px;
}
.ibe .step3-content .modal .modal-header .modal-title {
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #333333;
  text-align: center;
}
.ibe .step3-content .modal .modal-content {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.ibe .step3-content .modal .modal-body {
  padding: 10px 20px;
}
.ibe .step3-content .modal .btn {
  text-transform: capitalize;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.ibe .step3-content .modal .btn.btn-agree {
  border-color: #4da844;
  background: #4da844;
  color: white;
}
.ibe .step3-content .modal .btn.btn-agree:hover {
  color: white;
}
.ibe .step3-content .modal .btn.btn-disagree {
  border-color: #999999;
  background: #999999;
  color: white;
}
.ibe .step3-content .modal .btn.btn-disagree:hover {
  color: white;
}
.ibe .supplements-holder .section-title {
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 21px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #333333;
  padding: 10px 0;
}
.ibe .supplements-holder .help-block {
  text-align: center;
  margin-bottom: 30px;
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.4em;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #999999;
}
.ibe .supplements-holder .supplement td {
  padding: 10px;
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #666666;
}
.ibe .supplements-holder .supplement td .name-holder .price {
  margin-top: 10px;
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #666666;
}
.ibe .supplements-holder .table {
  margin-top: -10px;
  margin-bottom: 0;
  border-collapse: separate;
}
.ibe .supplements-holder .table tr td {
  vertical-align: middle;
  height: 80px;
  border-top: none;
  border-bottom: none;
  padding: 10px 0;
  border-top: 1px solid #d6d6d6;
}
.ibe .supplements-holder .table tr td.total {
  white-space: nowrap;
  padding-left: 10px;
}
.ibe .supplements-holder .table tr th {
  text-align: center;
}
.ibe .supplements-holder .table > tbody + tbody,
.ibe .supplements-holder .table > thead > tr > th {
  border-top: none;
  border-bottom: none;
}
.ibe .booking-form fieldset legend {
  text-align: center;
  border: none;
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 21px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #333333;
}
.ibe .booking-form .info {
  text-align: center;
  padding: 0 0 20px 0;
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #999999;
}
.ibe .booking-form textarea {
  height: 150px;
}
.ibe .booking-form .validation-message {
  padding: 5px;
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #a94442;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.ibe .booking-form .accepted-cards img {
  margin: 0 10px 10px 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  filter: alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
}
.ibe .booking-form .accepted-cards img.active {
  -webkit-box-shadow: 0 0 10px 0px #83bfd5;
  box-shadow: 0 0 10px 0px #83bfd5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
}
.ibe .booking-form .ssl {
  margin: 20px 0 0 0;
}
.ibe .terms-conditions-holder {
  text-transform: normal;
}
.ibe .terms-conditions-holder label {
  display: block;
  position: relative;
}
.ibe .terms-conditions-holder input {
  display: block;
  position: absolute;
  top: -4px;
}
.ibe .terms-conditions-holder .label {
  padding-top: 10px;
  font-weight: bold !important;
}
.ibe .terms-conditions-holder .grid {
  margin-bottom: 20px;
}
.ibe .terms-conditions-holder .terms-conditions-label {
  display: block;
  padding: 0 0 10px 22px;
}
.ibe .terms-conditions-holder .terms-conditions-label span {
  color: #83bfd5;
  cursor: pointer;
}
.ibe .step4-content {
  padding: 20px 10px;
}
.ibe .step4-content .label {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  zoom: 1;
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #999999;
  padding-left: 0;
  margin: 0 0 5px 0;
}
.ibe .step4-content .title {
  font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #666666;
}
.ibe .step4-content .text {
  font-family: Georgia, Times, "Times New Roman", serif, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #333333;
  margin: 0 0 15px 0;
}
.ibe .reservation-title {
  font-family: Georgia, Times, "Times New Roman", serif, Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.4em;
  font-style: italic;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #83bfd5;
}
.ibe .reservation {
  padding: 0 0 20px 0;
  background: white;
  position: relative;
  z-index: 10;
}
.ibe .reservation .info-text {
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #999999;
}
.ibe .reservation .info-text header {
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #333333;
  margin: 0 0 20px 0;
}
.ibe .reservation .customer {
  padding: 20px 0;
}
.ibe .reservation .sep {
  border-bottom: 1px solid #d6d6d6;
}
.ibe .reservation .sep-bold {
  border-bottom: 3px solid #999999;
}
.ibe .reservation .reservation-rooms {
  padding: 25px 0;
}
.ibe .reservation .reservation-rooms .room .guests,
.ibe .reservation .reservation-rooms .room .rateplan {
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #999999;
}
.ibe .reservation .reservation-rooms .room .price {
  font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #333333;
}
.ibe .reservation .reservation-rooms .room:last-child {
  padding-top: 0;
}
.ibe .reservation .reservation-supplements {
  padding: 30px 0 0 0;
}
.ibe .reservation .reservation-supplements .label {
  padding: 0 0 15px 0;
}
.ibe .reservation .reservation-supplements .supplement {
  margin: 0 0 20px 0;
}
.ibe .reservation .reservation-supplements .supplement .quantity {
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #999999;
}
.ibe .reservation .reservation-supplements .supplement .price {
  font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #333333;
}
.ibe .reservation .reservation-totals {
  padding-top: 20px;
}
.ibe .reservation .reservation-totals .sep,
.ibe .reservation .reservation-totals .sep-bold {
  margin: 15px -15px;
}
.ibe .reservation .reservation-totals .price {
  font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #333333;
}
.ibe .reservation .reservation-totals .total .label {
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #333333;
}
.ibe .reservation .reservation-totals .total .price {
  color: #83bfd5;
  font-size: 24px;
  line-height: 24px;
}
.ibe .text-policy {
  padding: 20px 15px;
  background: #d6d6d6;
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #666666;
}
.ibe .text-policy article header {
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.ibe .hotel-info {
  margin: 20px 15px;
  background: white;
}
.ibe .hotel-info .info-text {
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #999999;
  margin: 0 0 30px 0;
}
.ibe .google-map {
  position: relative;
  height: 500px;
  margin-bottom: 30px;
}
.ibe .google-map .map {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.ibe .thank-you-message {
  background: white;
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 20px 15px;
  font-family: Georgia, Times, "Times New Roman", serif, Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.4em;
  font-style: italic;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #666666;
}
.ibe .thank-you-message .label {
  margin: 20px 0 0 0;
}
.ibe .myreservation-content {
  background: white;
  position: relative;
  padding: 20px 0;
}
.ibe .myreservation-content .label {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  zoom: 1;
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #999999;
  padding-left: 0;
  margin: 0 0 5px 0;
}
.ibe .myreservation-content .title {
  font-family: "proxima_novasemibold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #333333;
  margin: 0 0 20px 0;
}
.ibe .myreservation-content .text {
  font-family: Georgia, Times, "Times New Roman", serif, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #333333;
  margin: 0 0 30px 0;
}
.ibe .myreservation-content .reservation-status {
  color: #666666;
}
.ibe .myreservation-content .reservation-status.success {
  color: #4da844;
}
.ibe .myreservation-content .reservation-status.error {
  color: #a94442;
}
.ibe .myreservation-content .reservation-status.notice {
  color: #d1c38b;
}
.ibe .myreservation-content .booking-form {
  margin-bottom: 50px;
}
.ibe .myreservation-content .booking-form legend {
  text-align: left;
}
.ibe .myreservation-content .booking-form .btn {
  margin-top: 15px;
  font-size: 16px;
}
.ibe .myreservation-content .login header {
  margin-bottom: 20px;
}
.ibe .myreservation-content .login form {
  margin: 20px 0;
}
.ibe .myreservation-content .hotel-info {
  padding: 20px 0;
}
.ibe .contact-content {
  background: white;
  position: relative;
  z-index: 40;
  padding: 20px 10px;
}
.ibe .contact-content .booking-form {
  margin-bottom: 50px;
}
.ibe .contact-content .booking-form legend {
  text-align: left;
}
.ibe .contact-content .booking-form .btn {
  margin-top: 18px;
}
.ibe .map-content {
  background: white;
  position: relative;
  z-index: 40;
  padding: 20px 10px 0 10px;
}
.ibe .map-content .nav-pills a {
  background-color: white;
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #83bfd5;
}
.ibe .map-content .nav-pills li.active a {
  background-color: #83bfd5;
  color: white;
}
.ibe .map-content .tab-content {
  padding: 20px 0 0 0;
}
.ibe .map-content .tab-content #route-view {
  margin: 0 15px;
}
.ibe .map-content .tab-content .google-map {
  margin: 0 -15px;
}
.ibe .room-list {
  margin: 0 0 50px 0;
  background: #eeeeee;
}
.ibe .room-list .room-row {
  margin: 0 0 30px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.ibe .room-list .room-row:hover,
.ibe .room-list .room-row.active {
  -webkit-box-shadow: 0px 0px 2px 2px #d9d9d9;
  box-shadow: 0px 0px 2px 2px #d9d9d9;
}
.ibe .room-list .room-row .row-left,
.ibe .room-list .room-row .row-right {
  position: relative;
  background: white;
  text-align: center;
}
.ibe .room-list .room-row .row-left {
  cursor: default;
}
.ibe .room-list .room-row .row-right {
  padding: 30px 0 10px 0;
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -ms-border-radius: 0px 0px 3px 3px;
  -o-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}
.ibe .room-list .room-row .row-center {
  position: relative;
  /*min-height: 210px;*/
  background: white;
  padding: 10px 10px 0 10px;
}
.ibe .room-list .room-row .row-center .rateplan-name {
  line-height: 1.4em;
}
.ibe .room-list .room-row .room-thumb {
  width: 100%;
  min-height: 150px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -ms-border-radius: 3px 3px 0px 0px;
  -o-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
.ibe .room-list .room-row .fullscreen {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 50;
  font-size: 20px;
  color: white;
  cursor: pointer;
}
.ibe .room-list .room-row .room-header {
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #333333;
  margin: 15px 0;
  text-align: center;
  min-height: 50px;
  cursor: pointer;
}
.ibe .room-list .room-row .instead-of-board {
  display: block;
  cursor: default;
  z-index: 999;
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 30px;
  font-style: italic;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #ff6666;
}
.ibe .room-list .room-row .instead-of-board i {
  font-size: 16px;
  margin: 0 5px;
}
.ibe .room-list .room-row .room-info {
  display: block;
  position: absolute;
  top: 13px;
  right: 20px;
  cursor: pointer;
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 30px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: underline;
  /* none,underline*/
  text-transform: none;
  color: black;
}
.ibe .room-list .room-row .room-info:hover {
  color: #83bfd5;
}
.ibe .room-list .room-row .room-nights {
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #666666;
}
.ibe .room-list .room-row .room-nights .nights {
  margin-bottom: 30px;
}
.ibe .room-list .room-row .room-nights .btn {
  padding: 8px 10px;
}
.ibe .room-list .room-row .room-action .total {
  text-align: center;
  margin-bottom: 30px;
}
.ibe .room-list .room-row .room-action .total .price {
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #666666;
}
.ibe .room-list .room-row .room-action .book-room-button .btn-primary,
.ibe .room-list .room-row .room-action .book-room-button .btn-info,
.ibe .room-list .room-row .room-action .book-room-button .btn-call-us {
  padding: 13px 10px 10px 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: white;
}
.ibe .room-list .room-row .room-action .book-room-button .btn-primary {
  background: #666666;
}
.ibe .room-list .room-row .room-action .book-room-button .btn-primary:hover {
  background: #83bfd5;
}
.ibe .room-list .room-row .room-action .book-room-button .btn-info,
.ibe .room-list .room-row .room-action .book-room-button .btn-call-us {
  background: #999999;
}
.ibe .room-list .room-row .room-action .book-room-button .btn-info:hover,
.ibe .room-list .room-row .room-action .book-room-button .btn-call-us:hover {
  background: #666666;
}
.ibe .room-list .room-row .room-action .remaining-rooms {
  background: #ff6666;
  text-align: center;
  padding: 5px;
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 11px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: white;
}
.ibe .room-list .room-row .average-daily-rate {
  margin: 5px 0;
}
.ibe .room-list .room-row .average-daily-rate .average-daily-rate-text {
  font-family: Georgia, Times, "Times New Roman", serif, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 11px;
  font-style: italic;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: capitalize;
  color: #999999;
}
.ibe .room-list .room-row .average-daily-rate .average-daily-rate-price {
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #666666;
}
.bookwize-reservation-login {
  min-height: 80vh;
  padding: 20px;
}
.main-title {
  font-weight: bold;
  padding-bottom: 10px;
}
.bookwize-membership-text {
  padding-bottom: 50px;
}
.bookwize-form-input {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
}
.bookwize-membership-link {
  text-align: center;
  padding: 10px;
  text-decoration: underline;
}
.bookwize-message p,
.bookwize-message span {
  padding: 5px;
}
.alert-success {
  padding: 5px;
}
.margin-top {
  margin-top: 10px;
}
.margin-bottom {
  margin-bottom: 10px;
}
.bookwize-submenu {
  text-align: center;
  background: white;
  margin-bottom: 20px;
}
.bookwize-submenu .bookwize-nav {
  display: inline-block;
  padding: 10px 5px;
}
.bookwize-submenu .bookwize-nav.active {
  color: #83bfd5;
}
#member-link {
  display: none;
}
section.bookwize-membership-container {
  padding: 10px;
  min-height: 70vh;
}
.bookwize-info {
  background: #daddea;
  color: #5867a1;
  font-size: 13px;
  line-height: 15px;
  padding: 15px;
}
.bookwize-info.bookwize-info-clickable {
  cursor: pointer;
}
.bookwize-info.confirmed {
  background: #d9f0de;
  color: #53bb6a;
}
.bookwize-info p {
  margin: 0;
}
.members-text {
  padding: 20px 0 40px 0;
  font-size: 14px;
  line-height: 18px;
}
.members-benefits-content {
  padding: 20px 0;
}
.members-benefits-image {
  height: 250px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}
.bookwize-guest-button {
  display: inline-block;
}
.bookwize-button {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  color: white !important;
  background: #83bfd5;
  transition: 0.3s;
  width: 100%;
  text-align: center;
  border: none;
  padding: 10px 5px;
  cursor: pointer;
  margin: 10px 0;
}
.bookwize-button.bookwize-button-cancel {
  background: #999999;
}
.bookwize-button .material-icons {
  vertical-align: middle;
}
.bookwize-room-index {
  font-weight: bold;
  padding-bottom: 10px;
}
.bold {
  font-weight: bold;
}
.reservation-body {
  border-bottom: solid 2px;
  margin-bottom: 20px;
}
.bookwize-reservation-item .label {
  padding: 0;
  color: inherit;
  padding-right: 20px;
  font-size: 100%;
}
.bookwize-reservation-item .reservation-controler {
  display: inline-block;
}
.bookwize-view-reservation-container {
  margin-bottom: 30px;
}
.bookwize-reservation-room-inner .bookwize-reservation-room-inner-label {
  display: inline-block;
  font-weight: bold;
  text-transform: capitalize;
  padding: 2px 20px 2px 0;
}
.bookwize-reservation-room-inner .bookwize-reservation-room-inner-text {
  display: inline-block;
}
.bookwize-row {
  position: relative;
}
.bookwize-row .datepick-trigger {
  position: absolute;
  right: 5px;
  bottom: 17px;
}
.select2-container {
  width: 100% !important;
  display: block;
  margin-bottom: 10px;
}
.select2-container--default .select2-selection--single {
  border-radius: 0px !important;
}
.bookwize-button-half {
  display: inline-block;
  width: 49%;
}
.ibe .main-header .header-sidebar .list-group li {
  list-style: none;
}
.room-name-header .room-name {
  display: inline-block;
}
.guest-type {
  font-weight: bold;
  padding: 15px 0;
}
.password-strength {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: -1px;
}
.password-strength .error {
  background: #cd4c2b;
  padding: 4px;
  display: block;
}
.password-strength .success {
  background: #53bb6a;
  padding: 4px;
  display: block;
}
.password-messages {
  margin-top: 20px;
}
.bookwize-grand-total {
  padding: 10px 0;
  font-weight: bold;
}
.bookwize-grand-total div {
  display: inline-block;
}
.booking-form {
  padding: 15px;
}
.create-password {
  padding: 15px;
}
.create-password .bookwize-form-input {
  border: solid 1px;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  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-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.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 {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: white;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !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: white;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  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: #eeeeee;
  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 #888888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaaaaa;
  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: #999999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  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: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eeeeee;
  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--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaaaaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.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: #999999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #dddddd;
}
.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: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #dddddd;
  border: none;
  border-left: 1px solid #aaaaaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  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 {
  border: none;
  border-right: 1px solid #aaaaaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  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: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: 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 #aaaaaa;
  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: #888888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555555;
}
.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: 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: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaaaaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: 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: gray;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.bookwize-modify-container {
  padding: 10px;
}
.bookwize-modify-inner {
  margin-top: 30px;
}
.bookwize-modify-row {
  border-bottom: solid 1px;
  margin: 20px 0 10px 0;
}
.bookwize-modify-label {
  display: inline-block;
}
.bookwize-modify-main-text {
  display: inline-block;
  padding-bottom: 5px;
}
.bookwize-reservation-room {
  margin-top: 30px;
}
.bookwize-reservation-room-inner-title {
  font-weight: bold;
  padding-bottom: 5px;
}
.bookwize-modify-cancelation-title {
  font-weight: bold;
}
.bookwize-modify-cancelation-divider {
  padding: 10px 0;
}
.bookwize-guest-wrapper {
  background: white;
  padding: 10px;
}
.bookwize-guest-wrapper .bookwize-guest-categories {
  display: inline-block;
}
.bookwize-guest-wrapper .bookwize-guest-buttons {
  display: inline-block;
  float: right;
}
.bookwize-guest-wrapper .bookwize-guest-inner {
  display: block;
  padding: 10px;
}
.selection-row {
  width: 49%;
  display: inline-block;
}
.bookwize-step4-title {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}
.bookwize-booking-payment-images {
  background: white;
  padding: 10px;
}
.bookwize-modify-sidebar-row-inner span:first-child {
  font-weight: bold;
  padding-right: 10px;
}
.bookwize-price-line-through {
  text-decoration: line-through;
  display: inline-block;
  color: #999999;
}
.bookwize-reservation-totals {
  padding: 10px 0;
  font-weight: bold;
}
.bookwize-reservation-totals .bookwize-tax {
  font-weight: normal;
}
.bookwize-step4-inner__container {
  display: block;
  line-height: 16px;
}
.bookwize-step4-inner__container .bookwize-step4-label {
  display: inline-block;
  font-weight: bold;
}
.bookwize-step4-inner__container .bookwize-step4-text {
  display: inline-block;
}
.ibe html,
.ibe body {
  width: 100%;
  background: #eeeeee;
  position: relative;
  z-index: 10;
  overflow-x: hidden;
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #999999;
}
.ibe .visible {
  display: block !important;
}
.ibe .hidden {
  display: none !important;
}
.ibe .overflow-hidden {
  overflow: hidden;
}
.ibe .vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.ibe .message {
  margin-top: 20px;
}
.ibe .message.bookwize-no-availability {
  box-shadow: 2px 0px 2px 0px rgba(227, 227, 227, 0.7);
  background: white;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.ibe .message.bookwize-no-availability .bookwize-no-availability__inner {
  max-width: 600px;
  margin: auto;
}
.ibe .inner {
  display: block;
}
.ibe .no-padding {
  padding: 0;
}
.ibe .no-border {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
.ibe .no-select,
.ibe .no-select * {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  outline: none;
}
.ibe .no-transition,
.ibe .no-transition *,
.ibe .no-transition:hover,
.ibe .no-transition *:hover {
  -webkit-transition: all 0ms ease-in-out 0ms;
  -moz-transition: all 0ms ease-in-out 0ms;
  -o-transition: all 0ms ease-in-out 0ms;
  transition: all 0ms ease-in-out 0ms;
  -ms-transition: all 0ms ease-in-out 0ms;
}
.ibe .no-outline,
.ibe .no-outline:focus {
  outline: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ibe a,
.ibe a:active,
.ibe a:focus,
.ibe a:visited,
.ibe a:hover {
  outline: none;
}
.ibe .modal-open .main-header {
  position: fixed;
  z-index: 2000;
  width: 100%;
}
.ibe .cannot-host {
  margin: 50% auto;
}
.ibe .reservation-container {
  background: white;
  position: relative;
  left: 0;
  right: 0;
}
.ibe .reservation-container.animate-right {
  left: auto;
  right: 100%;
  -webkit-transition: right 250ms ease-in-out 0ms;
  -moz-transition: right 250ms ease-in-out 0ms;
  -o-transition: right 250ms ease-in-out 0ms;
  transition: right 250ms ease-in-out 0ms;
  -ms-transition: right 250ms ease-in-out 0ms;
}
.ibe .reservation-container.animate-left {
  left: 100%;
  right: auto;
  -webkit-transition: left 250ms ease-in-out 0ms;
  -moz-transition: left 250ms ease-in-out 0ms;
  -o-transition: left 250ms ease-in-out 0ms;
  transition: left 250ms ease-in-out 0ms;
  -ms-transition: left 250ms ease-in-out 0ms;
}
.ibe .step1 .background-image,
.ibe .step-myreservation .background-image,
.ibe .step-contact .background-image {
  height: 700px;
}
.ibe .step2 .background-image,
.ibe .step3 .background-image,
.ibe .step4 .background-image {
  height: 225px;
  -webkit-transition: height 250ms ease-in-out 0ms;
  -moz-transition: height 250ms ease-in-out 0ms;
  -o-transition: height 250ms ease-in-out 0ms;
  transition: height 250ms ease-in-out 0ms;
  -ms-transition: height 250ms ease-in-out 0ms;
}
.ibe .step1-content {
  position: relative;
  z-index: 10;
  background: white;
  margin: 0 auto;
  padding: 0 10px;
}
.ibe .step1-content .btn-primary {
  margin: 15px 0;
}
.ibe .step2-content {
  position: relative;
  background: #eeeeee;
  z-index: auto;
  padding: 0 10px;
  left: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}
.ibe .step2-content .stay-period {
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #666666;
  margin: 15px 0;
}
.ibe .step4-content {
  position: relative;
  z-index: 10;
  left: 100%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
}
.ibe .step1-calendars {
  padding: 20px 0;
}
.ibe .step1-calendars #MultiCalendar {
  margin-bottom: 20px;
}
.ibe .body li {
  margin: 0 0 0 12px;
  padding: 0;
}
.ibe .nights-total {
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 2em;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #666666;
}
.ibe .nights-total .night-text {
  margin-bottom: 10px;
}
.ibe .nights-total .night-number {
  font-size: 36px;
}
.ibe .change-dates {
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #83bfd5;
}
.ibe .horz-guest-type .btn,
.ibe .supplement .btn {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  zoom: 1;
  min-height: 40px;
  background: #f6f6f6;
  border: 1px solid #d6d6d6;
  color: #666666;
}
.ibe .horz-guest-type .btn i,
.ibe .supplement .btn i {
  color: #999999;
}
.ibe .horz-guest-type .btn i:hover,
.ibe .supplement .btn i:hover {
  color: #222222;
}
.ibe .horz-guest-type .btn:focus,
.ibe .supplement .btn:focus,
.ibe .horz-guest-type .btn:active,
.ibe .supplement .btn:active,
.ibe .horz-guest-type .btn.active,
.ibe .supplement .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.ibe .horz-guest-type .btn.increase,
.ibe .supplement .btn.increase {
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -ms-border-radius: 0px 4px 4px 0px;
  -o-border-radius: 0px 4px 4px 0px;
  border-radius: 0px 4px 4px 0px;
}
.ibe .horz-guest-type .btn.decrease,
.ibe .supplement .btn.decrease {
  -webkit-border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -ms-border-radius: 4px 0px 0px 4px;
  -o-border-radius: 4px 0px 0px 4px;
  border-radius: 4px 0px 0px 4px;
}
.ibe .horz-guest-type label,
.ibe .supplement label {
  text-align: center;
  display: block;
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #999999;
}
.ibe .horz-guest-type .name-holder label,
.ibe .supplement .name-holder label {
  text-transform: none !important;
  text-align: left !important;
  font-size: 14px !important;
}
.ibe .horz-guest-type .pax,
.ibe .supplement .pax {
  padding: 9px;
  border: none;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
  min-height: 40px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.ibe .vert-guest-type .btn {
  display: block;
  min-height: 40px;
  background: #f6f6f6;
  border: 1px solid #d6d6d6;
}
.ibe .vert-guest-type .btn i {
  color: #999999;
}
.ibe .vert-guest-type .btn i:hover {
  color: #222222;
}
.ibe .vert-guest-type .btn:focus,
.ibe .vert-guest-type .btn:active,
.ibe .vert-guest-type .btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.ibe .vert-guest-type .btn.increase {
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -ms-border-radius: 4px 4px 0px 0px;
  -o-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}
.ibe .vert-guest-type .btn.decrease {
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -ms-border-radius: 0px 0px 4px 4px;
  -o-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}
.ibe .vert-guest-type label {
  text-align: center;
  display: block;
  min-height: 30px;
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #999999;
}
.ibe .vert-guest-type .pax {
  display: block;
  padding: 10px;
  border: none;
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
  text-align: center;
  min-height: 40px;
  font-size: 1.4em;
  padding-top: 14px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.ibe .horizontal-line-arrow {
  position: relative;
  margin: 25px 0;
  height: 9px;
  border-top: 1px solid #d6d6d6;
}
.ibe .horizontal-line-arrow .arrow {
  position: absolute;
  width: 15px;
  height: 9px;
  top: -1px;
  left: 50%;
  margin: 0 0 0 -7.5px;
  display: block;
  /*background: url("/v2/Areas/Desktop/Scripts/mobile/img/horizontal-arrow.png") no-repeat left top;*/
}
.ibe .section-header {
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #333333;
  margin: 0 0 35px 0;
}
.ibe .reuqest-rooms {
  overflow: hidden;
}
.ibe .reuqest-rooms .room-guests .request-room {
  margin-bottom: 20px;
}
.ibe .reuqest-rooms .room-guests .request-room .room-counter {
  padding: 40px 0 0 0;
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #666666;
}
.ibe .reuqest-rooms .room-guests .request-room .guest-category-age {
  font-size: 11px;
  text-transform: uppercase;
}
.ibe .reuqest-rooms .room-guests footer {
  margin: 20px 0 0 0;
}
.ibe button.close {
  position: relative;
  top: -2px;
}
.ibe .request-mealplans .mealplan-description {
  padding-top: 30px;
  font-size: 14px;
  line-height: 1.4em;
  color: #666666;
  text-align: justify;
}
.ibe .readmore-js-toggle {
  color: #83bfd5;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: underline;
  padding: 15px 0;
}
.ibe .step1-submit-holder {
  padding: 30px 0 0 0;
}
.ibe .step1-submit-holder .btn {
  padding: 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.ibe .step-currency {
  margin: 10px 0;
}
.ibe .best-value {
  position: absolute;
  top: 11px;
  left: -35px;
  display: block;
  z-index: 300;
  padding: 5px 36px;
  border-bottom: 30px solid #83bfd5;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  height: 0;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ibe .best-value span {
  display: block;
  position: absolute;
  top: 20px;
  left: -14px;
  z-index: 300;
  width: 100px;
  letter-spacing: 1px;
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: white;
}
.ibe .table-list {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
}
.ibe .table-list .list-row {
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #666666;
  cursor: pointer;
  display: block;
  background: white;
}
.ibe .table-list .list-row .list-row-content.bookwize-room-rateplan-list__inner {
  padding: 12px 10px 9px 10px;
  border-bottom: 1px solid #d6d6d6;
}
.ibe .table-list .list-row:hover {
  background: #f9f9f9;
}
.ibe .table-list .list-row.active,
.ibe .table-list .list-row.active .active {
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #83bfd5;
}
.ibe .table-list .list-row .list-row-price .bar,
.ibe .table-list .list-row .list-row-price .rice-save,
.ibe .table-list .list-row .list-row-price .price {
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  zoom: 1;
}
.ibe .table-list .list-row .list-row-price .text {
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #999999;
}
.ibe .panel-group {
  border-bottom: 1px solid #d6d6d6;
}
.ibe .panel-group .panel {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  margin-top: 0;
}
.ibe .panel-group .panel + .panel {
  margin-top: -1px;
}
.ibe .panel-group .panel:first-child {
  margin-top: 0;
}
.ibe .panel-group .panel-heading {
  background: none;
  border: none;
  border-top: 1px solid #d6d6d6;
  padding: 10px 0;
  position: relative;
}
.ibe .panel-group .panel-heading .panel-title {
  padding: 10px 15px 5px 15px;
  font-family: "proxima_nova_rgbold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 14px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #333333;
}
.ibe .panel-group .panel-heading .panel-title a {
  display: block;
  position: relative;
}
.ibe .panel-group .panel-heading .panel-title a:hover {
  text-decoration: none;
}
.ibe .panel-group .panel-heading .panel-title a .fa-caret-up {
  display: none;
}
.ibe .panel-group .panel-heading .panel-title a .fa-caret-down {
  display: block;
}
.ibe .panel-group .panel-heading .panel-title i {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.ibe .panel-group .panel-body,
.ibe .panel-group .panel-collapse .panel-body {
  border: none !important;
  text-align: left;
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: none;
  color: #999999;
}
.ibe #wrap {
  background: white;
  min-height: 100%;
  height: auto;
  padding: 0 0 200px 0;
  z-index: 10;
}
.ibe #Footer {
  background-color: #222222;
  padding: 20px 0;
  color: white;
  position: relative;
  z-index: 10;
}
.ibe #Footer .footer-links * {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  zoom: 1;
}
.ibe #Footer .footer-separator {
  width: 1px;
  background: #999999;
  height: 30px;
  margin: 0 30px;
}
.ibe #Footer .ssl img,
.ibe #Footer .hotel-proxy-logo {
  max-width: 130px;
}
.ibe #Footer .footer-title {
  font-family: "proxima_nova_rgregular", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 13px;
  font-style: normal;
  /* normal,italic,oblique  */
  font-weight: normal;
  /* normal, bold, bolder, lighter, 100-200-300-400-500-600-700-800-900  */
  text-decoration: none;
  /* none,underline*/
  text-transform: uppercase;
  color: #999999;
  margin: 30px 0;
}
.ibe .badge {
  color: #83bfd5;
  padding: 0;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.ibe .badge .text {
  font-size: 12px;
  line-height: 12px;
}
.ibe .badge .price {
  font-size: 16px;
  line-height: 16px;
}
.ibe .badge.price-save {
  color: #4da844;
}
.ibe .bx-wrapper .bx-viewport {
  border: none;
  left: 0;
  height: 100% !important;
}
.ibe a,
.ibe a:hover,
.ibe button,
.ibe button:hover,
.ibe .anim,
.ibe .anim:hover,
.ibe .anim *,
.ibe .anim *:hover {
  -webkit-transition: all 277ms ease-in-out 0ms;
  -moz-transition: all 277ms ease-in-out 0ms;
  -o-transition: all 277ms ease-in-out 0ms;
  transition: all 277ms ease-in-out 0ms;
  -ms-transition: all 277ms ease-in-out 0ms;
}
.ibe ::selection {
  color: white;
  background: #83bfd5;
}
.ibe ::-moz-selection {
  color: white;
  background: #83bfd5;
}