.dp-dropdown {
  position: relative;
  font-family: "almoni-dl", Arial, sans-serif;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.dp-dropdown > .wrap {
  border-bottom: solid 1px #efefef;
  -webkit-transition: border-color 0.5s ease;
  -moz-transition: border-color 0.5s ease;
  -ms-transition: border-color 0.5s ease;
  -o-transition: border-color 0.5s ease;
  border-radius: 2px;
  height: 31px;
  cursor: pointer;
}
.dp-dropdown > .wrap .selected {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #999999;
  font-size: 15px;
  margin: 0 8px 0 24px;
  padding-top: 8px;
}
.dp-dropdown > .wrap .selected .small {
  font-size: 13px;
}
.dp-dropdown .arrow {
  position: absolute;
  left: 10px;
  top: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
  opacity: 0.54;
}
.dp-dropdown .options {
  position: absolute;
  z-index: 1;
  min-width: 100%;
  max-width: 300px;
}
.dp-dropdown .options > .wrap {
  background-color: #fafafa;
  border-radius: 2px;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);
}
.dp-dropdown .options > .wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 300px;
  overflow-y: auto;
}
.dp-dropdown .options > .wrap ul li {
  height: 27px;
  line-height: 27px;
  padding: 0 7px 0 7px;
  display: block;
  font-size: 15px;
  color: rgba(99, 99, 101, 0.87);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dp-dropdown .options > .wrap ul li.active {
  background-color: #e9f2f2;
  color: #26867d;
}
.dp-dropdown:hover > .wrap {
  border-color: #636365;
}
.dp-dropdown.open > .wrap {
  position: relative;
  background-color: #fafafa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.24), 0 0 8px 0 rgba(0, 0, 0, 0.12);
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
}
.dp-dropdown.open > .wrap .selected {
  color: rgba(99, 99, 101, 0.87);
}
.dp-dropdown.open .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #000000 transparent;
}
.gl-dest-picker-wnd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease-out, opacity 0.3s ease;
  -moz-transition: visibility 0.3s ease-out, opacity 0.3s ease;
  -o-transition: visibility 0.3s ease-out, opacity 0.3s ease;
  transition: visibility 0.3s ease-out, opacity 0.3s ease;
}
.gl-dest-picker-wnd.open {
  visibility: visible;
  opacity: 1;
}
.gl-dest-picker-wnd > .gl-dest-picker-wnd-wrap {
  width: 925px;
  margin: auto;
  position: relative;
}
.gl-dest-picker {
  position: absolute;
  left: 18px;
  width: 735px;
  min-height: 237px;
  background-color: #ffffff;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.19), 0 0 6px 0 rgba(0, 0, 0, 0.26);
  text-align: right;
  font-family: "almoni-dl", Arial, serif;
  color: #636365;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.3s ease-out, opacity 0.3s ease;
  -moz-transition: visibility 0.3s ease-out, opacity 0.3s ease;
  -o-transition: visibility 0.3s ease-out, opacity 0.3s ease;
  transition: visibility 0.3s ease-out, opacity 0.3s ease;
}
.gl-dest-picker.open {
  opacity: 1;
  visibility: visible;
}
.gl-dest-picker > .wrap {
  padding: 37px 32px 45px 32px;
  position: relative;
}
.gl-dest-picker > .wrap .btn-close {
  position: absolute;
  left: 16px;
  top: 20px;
  line-height: 0;
  cursor: pointer;
  display: block;
  color: #404042;
  opacity: 0.42;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.gl-dest-picker > .wrap .btn-close::before {
  font-size: 26px;
  content: "\D7";
  font-weight: normal;
  font-family: serif;
  line-height: 0;
  display: block;
}
.gl-dest-picker > .wrap .btn-close:hover {
  opacity: 1;
}
.gl-dest-picker > .wrap .row {
  margin-top: 14px;
}
.gl-dest-picker > .wrap .row:first-child {
  margin-top: 0;
}
.gl-dest-picker > .wrap .col {
  float: right;
}
.gl-dest-picker > .wrap .col .col-header {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 16px;
}
.gl-dest-picker > .wrap .col.col1 {
  width: 433px;
  margin-left: 42px;
}
.gl-dest-picker > .wrap .col.col1 ul.featured {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: solid 1px #eaeaea;
}
.gl-dest-picker > .wrap .col.col1 ul.featured li {
  font-size: 15px;
  float: right;
  width: 144px;
  margin: 4px 0 4px 0;
  padding: 0 12px 0 16px;
  position: relative;
  box-sizing: border-box;
}
.gl-dest-picker > .wrap .col.col1 ul.featured li .clickable {
  cursor: pointer;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.gl-dest-picker > .wrap .col.col1 ul.featured li .clickable:hover {
  color: #26867d;
}
.gl-dest-picker > .wrap .col.col1 ul.featured li:before {
  content: '';
  border-radius: 50%;
  width: 7px;
  height: 7px;
  opacity: 0.47;
  background-color: #ffb401;
  position: absolute;
  right: 0;
  top: 4px;
}
.gl-dest-picker > .wrap .col.col2 {
  width: 196px;
}
.gl-datepicker-wnd {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease-out, opacity 0.3s ease;
  -moz-transition: visibility 0.3s ease-out, opacity 0.3s ease;
  -o-transition: visibility 0.3s ease-out, opacity 0.3s ease;
  transition: visibility 0.3s ease-out, opacity 0.3s ease;
}
.gl-datepicker-wnd.open {
  visibility: visible;
  opacity: 1;
}
.gl-datepicker-wnd > .gl-datepicker-wnd-wrap {
  width: 925px;
  margin: auto;
  position: relative;
}
.gl-datepicker-wnd.single > .gl-datepicker-wnd-wrap {
  width: inherit;
}
.datepicker-ui {
  position: absolute;
  min-height: 237px;
  background-color: #ffffff;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.19), 0 0 6px 0 rgba(0, 0, 0, 0.26);
  text-align: right;
  font-family: "almoni-dl", Arial, serif;
  color: #636365;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker-ui.double {
  width: 684px;
  left: 45px;
}
.datepicker-ui.single {
  width: 344px;
}
.datepicker-ui .cal-agenda {
  margin-top: 10px;
  font-size: 12px;
  color: #636365;
}
.datepicker-ui .cal-agenda .agenda-item {
  padding-right: 25px;
  position: relative;
  line-height: 14px;
  margin-top: 5px;
}
.datepicker-ui .cal-agenda .agenda-item:first-child {
  margin-top: 0;
}
.datepicker-ui .cal-agenda .agenda-item:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
.datepicker-ui .cal-agenda .agenda-item.available:before {
  background-color: #d8eaea;
}
.datepicker-ui .cal-agenda .agenda-item.charter:before {
  background-color: #ffe9f1;
}
.datepicker-ui .col {
  float: right;
  min-height: 1px;
}
.datepicker-ui > .wrap {
  padding: 37px 32px 16px 32px;
  position: relative;
}
.datepicker-ui > .wrap .btn-close {
  position: absolute;
  left: 16px;
  top: 20px;
  line-height: 0;
  cursor: pointer;
  display: block;
  color: #404042;
  opacity: 0.42;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.datepicker-ui > .wrap .btn-close::before {
  font-size: 26px;
  content: "\D7";
  font-weight: normal;
  font-family: serif;
  line-height: 0;
  display: block;
}
.datepicker-ui > .wrap .btn-close:hover {
  opacity: 1;
}
.datepicker-ui .dp-calendar {
  width: 280px;
  margin-right: 29px;
  border-right: 1px solid #eaeaea;
  padding-right: 29px;
  float: right;
  padding-bottom: 20px;
  position: relative;
}
.datepicker-ui .dp-calendar:first-child {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}
.datepicker-ui .dp-calendar .cal-body {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.datepicker-ui .dp-calendar.loading .cal-body {
  opacity: 0;
}
.datepicker-ui .dp-calendar.loading .cal-loader {
  opacity: 1;
  visibility: visible;
}
.datepicker-ui .dp-calendar .cal-loader {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 280px;
  height: 300px;
}
.datepicker-ui .dp-calendar .cal-loader .image {
  position: absolute;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  background: url('../img/shared/loader.gif') no-repeat top left;
}
.datepicker-ui .dp-calendar .cal-name {
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}
.datepicker-ui .dp-calendar .dp-month .dp-header {
  font-size: 14px;
  font-weight: 700;
  color: #9e9e9e;
}
.datepicker-ui .dp-calendar .dp-month .day {
  width: 33px;
  height: 33px;
  text-align: center;
  float: right;
  margin: 0 3px 0 3px;
}
.datepicker-ui .dp-calendar .dp-month .week {
  font-size: 12px;
  font-family: "Open Sans", Arial, serif;
  color: #d0d0d0;
  margin-bottom: 4px;
}
.datepicker-ui .dp-calendar .dp-month .week .day {
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 8px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.datepicker-ui .dp-calendar .dp-month .week .day.AVAILABLE {
  cursor: pointer;
  background: #d8eaea;
  color: #26867d;
}
.datepicker-ui .dp-calendar .dp-month .week .day.AVAILABLE:hover {
  background: #26867d;
  color: #FFF;
}
.datepicker-ui .dp-calendar .dp-month .week .day.CHARTER {
  cursor: pointer;
  background: #ffe9f1;
  color: #cd356e;
}
.datepicker-ui .dp-calendar .dp-month .week .day.CHARTER:hover {
  background: #cd356e;
  color: #FFF;
}
.datepicker-ui .dp-calendar .dp-month .week .day.selected.AVAILABLE {
  background: #26867d;
  color: #FFF;
}
.datepicker-ui .dp-calendar .dp-month .week .day.selected.CHARTER {
  background: #cd356e;
  color: #ffffff;
}
.datepicker-ui .dp-calendar .m-picker {
  padding-bottom: 15px;
}
.datepicker-ui .dp-calendar .m-picker .col {
  margin-right: 21px;
}
.datepicker-ui .dp-calendar .m-picker .col:first-child {
  margin-right: 0;
}
.datepicker-ui .dp-calendar .m-picker .col.c-btn {
  width: 31px;
}
.datepicker-ui .dp-calendar .m-picker .col.c-dropdown {
  width: 176px;
}
.datepicker-ui .dp-calendar .btn-month-change {
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  width: 31px;
  height: 31px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  position: relative;
  -webkit-transition: all 0.5 ease;
  -moz-transition: all 0.5 ease;
  -ms-transition: all 0.5 ease;
  -o-transition: all 0.5 ease;
}
.datepicker-ui .dp-calendar .btn-month-change.disabled {
  cursor: default;
  border-color: #f0f0f0;
}
.datepicker-ui .dp-calendar .btn-month-change.disabled:after {
  border-color: #f0f0f0;
}
.datepicker-ui .dp-calendar .btn-month-change:after {
  display: block;
  position: absolute;
  content: '';
  border: 2px solid #636365;
  border-top: none;
  border-right: none;
  width: 8px;
  height: 8px;
  top: 10px;
  right: 7px;
  -webkit-transition: all 0.5 ease;
  -moz-transition: all 0.5 ease;
  -ms-transition: all 0.5 ease;
  -o-transition: all 0.5 ease;
}
.datepicker-ui .dp-calendar .btn-month-change.next:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.datepicker-ui .dp-calendar .btn-month-change.prev:after {
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 11px;
}
.datepicker-ui .dp-calendar .btn-month-change:not(.datepicker-ui .dp-calendar .btn-month-change.disabled) {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.datepicker-ui .dp-calendar .btn-month-change:not(.datepicker-ui .dp-calendar .btn-month-change.disabled):hover {
  border-color: #636365;
}
.destination-search {
  width: 143px;
  font-size: 14px;
}
.destination-search .ui-ctrl {
  position: relative;
}
.destination-search .ui-ctrl ul {
  list-style: none;
  padding: 0;
  margin: -5px 0 0 0;
  background-color: #fff;
  position: absolute;
  min-width: 143px;
  top: 100%;
  right: 0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0px 0px 10px #AAA;
  border: 1px solid #EEEEEE;
  visibility: hidden;
  opacity: 0;
  max-height: 294px;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.destination-search .ui-ctrl ul.open {
  visibility: visible;
  opacity: 1;
  padding: 6px 0;
}
.destination-search .ui-ctrl ul li {
  cursor: pointer;
  height: 23px;
  line-height: 23px;
  font-size: 14px;
  padding: 0px 12px 0px 12px;
  white-space: nowrap;
  color: #666666;
}
.destination-search .ui-ctrl ul li.marked {
  background: #eee2df;
  color: #666666;
}
.modulesHome .engineForm.type-w_fly.mdl_W_FlyRegular.type-destination-picker .row .col.destination {
  width: 44px;
  overflow: hidden;
}
.modulesHome .engineForm.type-w_fly.mdl_W_FlyRegular.type-destination-picker .row .col.date {
  width: 115px;
}
.modulesHome .engineForm.type-w_fly.mdl_W_FlyRegular.type-destination-picker .row .col.search {
  margin-right: 0;
}
.modulesHome .engineForm.type-w_fly.mdl_W_FlyOneWay.type-destination-picker .row .col.destination-search {
  width: 118px;
  margin-left: 0;
}
.modulesHome .engineForm.type-w_fly.mdl_W_FlyOneWay.type-destination-picker .row .col.destination {
  width: 44px;
  overflow: hidden;
}
.modulesHome .engineForm.type-w_fly.mdl_W_FlyOneWay.type-destination-picker .row .col.date {
  width: 104px;
}
.modulesHome .engineForm.type-w_fly.mdl_W_FlyOneWay.type-destination-picker .row .col.search {
  margin-right: 0;
}
.modulesHome .engineForm.type-charter .row .col.destination,
.luxuryHotels .advanced-search .engines .search-engine .type-charter .row .col.destination,
.homepage .mdl_SearchEnginesHome .engines .search-engine .type-charter .row .col.destination {
  width: 44px;
  overflow: hidden;
}
.modulesHome .engineForm.type-charter .row .col.date,
.luxuryHotels .advanced-search .engines .search-engine .type-charter .row .col.date,
.homepage .mdl_SearchEnginesHome .engines .search-engine .type-charter .row .col.date {
  width: 104px;
}
.modulesHome .engineForm.type-charter .row .col.search,
.luxuryHotels .advanced-search .engines .search-engine .type-charter .row .col.search,
.homepage .mdl_SearchEnginesHome .engines .search-engine .type-charter .row .col.search {
  margin-right: 0;
}
.modulesHome .engineForm.type-charter.mdl_CharterOneWay .row .col.destination-search,
.luxuryHotels .advanced-search .engines .search-engine .type-charter.mdl_CharterOneWay .row .col.destination-search,
.homepage .mdl_SearchEnginesHome .engines .search-engine .type-charter.mdl_CharterOneWay .row .col.destination-search {
  width: 104px;
  margin-left: 0;
}
.modulesHome .engineForm.type-charter.mdl_CharterOneWay .row .col.destination,
.luxuryHotels .advanced-search .engines .search-engine .type-charter.mdl_CharterOneWay .row .col.destination,
.homepage .mdl_SearchEnginesHome .engines .search-engine .type-charter.mdl_CharterOneWay .row .col.destination {
  width: 44px;
  overflow: hidden;
}
.modulesHome .engineForm.type-charter.mdl_CharterOneWay .row .col.date,
.luxuryHotels .advanced-search .engines .search-engine .type-charter.mdl_CharterOneWay .row .col.date,
.homepage .mdl_SearchEnginesHome .engines .search-engine .type-charter.mdl_CharterOneWay .row .col.date {
  width: 104px;
}
.modulesHome .engineForm.type-charter.mdl_CharterOneWay .row .col.search,
.luxuryHotels .advanced-search .engines .search-engine .type-charter.mdl_CharterOneWay .row .col.search,
.homepage .mdl_SearchEnginesHome .engines .search-engine .type-charter.mdl_CharterOneWay .row .col.search {
  margin-right: 0;
}
.luxuryHotels .advanced-search .engines .search-engine .type-w_deal .row .col.destination,
.modulesHome .engineForm.type-w_deal .row .col.destination,
.homepage .mdl_SearchEnginesHome .engines .search-engine .type-w_deal .row .col.destination,
.luxuryHotels .advanced-search .engines .search-engine .type-w_deal .row .col.where,
.modulesHome .engineForm.type-w_deal .row .col.where,
.homepage .mdl_SearchEnginesHome .engines .search-engine .type-w_deal .row .col.where {
  width: 44px;
  overflow: hidden;
}
.luxuryHotels .advanced-search .engines .search-engine .type-w_deal .row .col.date,
.modulesHome .engineForm.type-w_deal .row .col.date,
.homepage .mdl_SearchEnginesHome .engines .search-engine .type-w_deal .row .col.date {
  width: 104px;
}
.luxuryHotels .advanced-search .engines .search-engine .type-w_deal .row .col.search,
.modulesHome .engineForm.type-w_deal .row .col.search,
.homepage .mdl_SearchEnginesHome .engines .search-engine .type-w_deal .row .col.search {
  margin-right: 0;
}
.mdl_YoungForm .engineForm .row .col.where {
  width: 44px;
  overflow: hidden;
}
.mdl_YoungForm .engineForm .row .col.date {
  width: 126px;
}
.mdl_YoungForm .engineForm .row .col.search {
  margin-right: 0;
}
.ui-engine-tabs {
  position: relative;
}
.ui-engine-tabs > .wrap {
  height: 30px;
  border-bottom: 5px solid #7d7d7d;
  background: url(../img/menu/dots_2x2.png) repeat;
  padding: 0;
  margin: 0;
}
.ui-engine-tabs ul {
  margin: 0!important;
  padding: 0!important;
  list-style: none;
}
.ui-engine-tabs ul li {
  float: right;
  cursor: pointer;
  height: 30px;
  color: #303030;
  display: block;
  position: relative;
  margin: 0!important;
}
.ui-engine-tabs ul li a {
  display: block;
  margin-top: 6px;
  border-right: 1px solid #c6c6c6;
  padding: 0 26px 0 26px;
  color: #303030 !important;
  text-decoration: none!important;
  font-size: 14px;
  height: 16px;
  font-weight: 700;
}
.ui-engine-tabs ul li:first-child a {
  border-right: none;
}
.ui-engine-tabs ul li:hover,
.ui-engine-tabs ul li.active {
  background: #FFF;
  border-bottom: 5px solid #fdca22;
}
.ui-engine-tabs ul li:hover a::after,
.ui-engine-tabs ul li.active a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #fdca22;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -3px;
}
.engines-title {
  color: #fdca22;
  font-size: 25px;
  font-family: "typograph2regular", "Arial";
  padding: 4px 20px 0px 4px;
  margin: 0;
}
.engines-title h1.title {
  font-size: 25px;
  margin: 0;
}
.wfps-dialog {
  box-shadow: 0px 0px 20px #888888;
}
.wfps-dialog .arrow-up {
  width: 30px;height: 30px;overflow: hidden;position: absolute;top: 0px;left: 50%;box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);margin: auto;margin-left: -15px;
}
.wfps-dialog .arrow-up::before {
  content: "";height: 15px;overflow: hidden;
}
.wfps-dialog .arrow-up::after {
  content: "";position: absolute;width: 15px;height: 15px;background: #FFF;transform: rotate(45deg);top: 22px;left: 8px;box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5);
}
.wfps-dialog > .wrap {
  margin-top: 29px;background: #FFF;border: 1px solid #c4c4c4;
}
.wfps-dialog-font {
  font-family: "almoni-dl", "Arial", sans-serif;
  opacity: 0;
  font-weight: 700;
  height: 0px;
  overflow: hidden;
}
.wfps-dialog {
  width: 300px;
  margin-top: 0;
  color: #666666;
  text-align: right;
  font-size: 14px;
  position: relative;
  border-radius: 4px;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}
.wfps-dialog .arrow-up {
  width: 15px;
  height: 15px;
  overflow: hidden;
  position: absolute;
  top: -10px;
  left: 50%;
  box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
  margin: 0;
  left: inherit;
  right: 25px;
}
.wfps-dialog .arrow-up::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #FFF;
  transform: rotate(45deg);
  top: 6px;
  left: 0px;
  box-shadow: -1px -1px 10px -2px rgba(0, 0, 0, 0.5);
}
.wfps-dialog > .wrap {
  margin-top: 0;
  border: none;
  border-radius: 4px;
  padding: 22px 24px 24px 24px;
}
.wfps-dialog .btn-close {
  position: absolute;
  left: 16px;
  top: 20px;
  line-height: 0;
  cursor: pointer;
  display: block;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
}
.wfps-dialog .btn-close::before {
  font-size: 26px;
  content: "\D7";
  font-weight: normal;
  font-family: serif;
  line-height: 0;
  display: block;
}
.wfps-dialog .btn-close:hover {
  color: #9d9d9d;
}
.wfps-dialog .dlg-header .title {
  font-family: "almoni-dl", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.wfps-dialog .dlg-body {
  padding-top: 15px;
}
.wfps-dialog .row {
  margin-top: 9px;
}
.wfps-dialog .row .col {
  float: right;
}
.wfps-dialog .row .col.col1 {
  width: 133px;
  padding-top: 6px;
}
.wfps-dialog .row .col.col2 {
  width: 110px;
}
.wfps-dialog .stepper {
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  height: 28px;
  text-align: center;
  overflow: hidden;
}
.wfps-dialog .stepper .text {
  padding-top: 6px;
}
.wfps-dialog .stepper .btn {
  width: 28px;
  height: 28px;
  cursor: pointer;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
}
.wfps-dialog .stepper .btn.inc {
  float: right;
}
.wfps-dialog .stepper .btn.dec {
  float: left;
}
.wfps-dialog .stepper .btn:hover {
  background: #e7e7e7;
}
.wfps-dialog .stepper .btn.disabled .plus,
.wfps-dialog .stepper .btn.disabled .minus {
  border-color: #82b9b4;
}
.wfps-dialog .stepper .btn.disabled .plus::after,
.wfps-dialog .stepper .btn.disabled .minus::after {
  border-color: #82b9b4;
}
.wfps-dialog .stepper .btn.disabled:hover {
  background: none;
  cursor: default;
}
.wfps-dialog .stepper .btn .plus,
.wfps-dialog .stepper .btn .minus {
  width: 10px;
  height: 10px;
  margin: auto;
  margin-top: 3px;
  border-bottom: 2px solid #057369;
}
.wfps-dialog .stepper .btn .plus::after {
  height: 10px;
  display: block;
  border-right: 2px solid #057369;
  content: '';
  position: relative;
  top: 6px;
  left: -4px;
}
.dlg-hotel-info {
  background: #e9e9e9;border-radius: 8px;
}
.dlg-hotel-info > .dlg-inner {
  padding: 5px;
}
.dlg-hotel-info > .dlg-inner .dlg-header {
  padding: 4px 7px 0 7px;
}
.dlg-hotel-info > .dlg-inner .dlg-header .dlg-title {
  white-space: nowrap;overflow: hidden;font-size: 21px;font-weight: 700;font-family: "ogenbold", Arial;float: right;padding-right: 4px;padding-top: 3px;
}
.dlg-hotel-info > .dlg-inner .dlg-header .btn-close {
  float: left;
}
.dlg-hotel-info > .dlg-inner .dlg-header .ui-icon {
  float: right;
}
.dlg-hotel-info > .dlg-inner .dlg-body {
  margin-top: 3px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock {
  width: 544px;padding: 20px 40px 10px 30px;color: #FFFFFF;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .title {
  /*padding-top: 22px;*//*margin-right: 15px;*/font-size: 18px;font-weight: 700;margin-bottom: 10px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .hotelFacilities {
  /*	padding-top: 16px;*/
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .roomFacilities {
  /*padding-top: 16px;*/
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .facility {
  display: block;float: right;width: 56px;margin-left: 10px;height: 70px;text-align: center;font-size: 11px;line-height: 11px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon {
  display: block;margin-left: 10px;margin-right: 10px;width: 36px;height: 36px;background: url("../img/orderpage/facilities.png") no-repeat -432px -225px transparent;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-coffee {
  background-position: -500px -15px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-shops {
  background-position: -432px -15px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-restaurants {
  background-position: -364px -15px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-supermarket {
  background-position: -296px -15px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-laundry {
  background-position: -228px -15px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-spa {
  background-position: -160px -15px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-watersport {
  background-position: -92px -15px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-gym {
  background-position: -24px -15px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-swimmingpool {
  background-position: -500px -85px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-carrental {
  background-position: -432px -85px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-internet {
  background-position: -364px -85px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-beach {
  background-position: -296px -85px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-roomservice {
  background-position: -228px -85px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-pingpong {
  background-position: -160px -85px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-tennis {
  background-position: -92px -85px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-babysitter {
  background-position: -24px -85px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-handicap {
  background-position: -500px -155px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-change {
  background-position: -432px -155px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-conference {
  background-position: -364px -155px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-disco {
  background-position: -296px -155px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-barbershop {
  background-position: -228px -155px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-waterslides {
  background-position: -160px -155px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-childrenactivities {
  background-position: -92px -155px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-parking {
  background-position: -24px -155px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-bar {
  background-position: -500px -225px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-general {
  background-position: -432px -225px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-breakfast {
  background-position: -364px -225px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-jacuzzi {
  background-position: -296px -225px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-golf {
  background-position: -228px -225px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-sauna {
  background-position: -160px -225px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-aircondition {
  background-position: -500px -295px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-safedepositbox {
  background-position: -432px -295px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-phone {
  background-position: -364px -295px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-tv {
  background-position: -296px -295px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-hairdryer {
  background-position: -228px -295px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-bath {
  background-position: -160px -295px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-minibar {
  background-position: -92px -295px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock .f-icon.icon-balcony {
  background-position: -24px -295px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.photo .btn-slide-left {
  float: left;display: block;height: 23px;width: 23px;cursor: pointer;background: url("../img/orderpage/gallery.controls.png") no-repeat -71px -263px transparent;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.photo .btn-slide-left:hover {
  background-position: -71px -292px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.photo .btn-slide-right {
  float: left;display: block;margin-left: 5px;height: 23px;width: 23px;cursor: pointer;background: url("../img/orderpage/gallery.controls.png") no-repeat -99px -263px transparent;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.photo .btn-slide-right:hover {
  background-position: -99px -292px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.photo .image-box {
  width: 432px;height: 310px;display: block;overflow: hidden;float: left;margin-left: 11px;margin-top: 24px;background: #0e0e0e;border: 3px solid #0e0e0e;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.photo .image-wrapper {
  min-height: 380px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.photo .image-placeholder {
  text-align: center;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.photo .image-placeholder img {
  display: inline;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.photo .thumb-container .thumb {
  float: left;display: block;width: 64px;height: 64px;margin: 0px 6px 6px 0px;cursor: default;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.photo .thumb-container .thumb.active img {
  outline: 2px solid #ff6e00;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.photo {
  position: relative;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.photo .thumb-container {
  position: relative;float: left;margin-top: 29px;margin-left: 24px;margin-bottom: 8px;display: block;width: 210px;min-height: 100px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.photo .thumb-container .thumbs-placeholder {
  height: 280px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.photo .controls {
  position: absolute;top: 345px;left: 190px;display: block;height: 33px;width: 140px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.photo .controls .numbers {
  position: relative;color: #a8a8a8;font-size: 14px;font-weight: 700;direction: ltr;float: left;width: 60px;height: 23px;margin-left: 16px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.photo .controls .numbers .num-text {
  position: absolute;bottom: 0px;left: 0px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.photo .controls .numbers .num-text .index {
  color: #FFFFFF;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.photo .dealOrderZoomImage {
  position: relative;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.video .popup-video {
  display: block;color: #FFFFFF;min-height: 226px;position: relative;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.video .popup-video .video-container {
  display: block;width: 507px;height: 285px;overflow: hidden;float: left;margin: 24px 0px 21px 11px;text-align: center;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.video .popup-video .thumb-container {
  position: relative;float: left;margin-top: 29px;margin-left: 24px;margin-bottom: 8px;display: block;width: 140px;min-height: 100px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.video .popup-video .thumb-container .thumb {
  float: left;display: block;width: 64px;height: 64px;margin: 0px 6px 6px 0px;cursor: pointer;position: relative;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.video .popup-video .thumb-container .thumb .hover-icon {
  display: block;position: absolute;left: 14px;top: 14px;width: 36px;height: 36px;background: url("../img/shared/play.logo.png") no-repeat top left;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.video .popup-video .thumb-container .thumb.active .hover-icon {
  display: none;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.video .popup-video .thumb-container .thumb.active img {
  outline: 2px solid #f9f430;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.hotelFacilities .hotelFacilitiesBlock {
  width: 544px;padding: 20px 40px 10px 30px;color: #FFFFFF;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.hotelFacilities .hotelFacilitiesBlock .title {
  /*padding-top: 22px;*//*margin-right: 15px;*/font-size: 18px;font-weight: 700;margin-bottom: 10px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.hotelFacilities .hotelFacilitiesBlock .f-icon {
  display: block;margin-left: 12px;margin-right: 12px;width: 36px;height: 36px;background: url("../img/orderpage/facilities.png") no-repeat -432px -225px transparent;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.hotelFacilities .hotelFacilitiesBlock ul.facilitiesList {
  display: block;margin: 0px;padding: 0px;list-style: none;margin-bottom: 20px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.hotelFacilities .hotelFacilitiesBlock ul.facilitiesList li {
  display: block;margin-top: 8px;padding-left: 20px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.hotelFacilities .hotelFacilitiesBlock ul.facilitiesList .f-icon {
  float: right;margin-right: -4px;margin-left: 8px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.hotelFacilities .hotelFacilitiesBlock ul.facilitiesList .facilityDescription {
  width: 490px;display: block;float: right;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.hotelFacilities .hotelFacilitiesBlock ul.facilitiesList .facilityDescription .facilityTitle {
  padding-top: 12px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.hotelFacilities .hotelFacilitiesBlock ul.facilitiesList .facilityDescription .facilityText {
  font-size: 11px;color: #a3a3a3;line-height: 18px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock {
  padding: 20px 40px 10px 30px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .title {
  font-size: 18px;font-weight: 700;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .roomTypeSelection {
  margin-bottom: 30px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .roomTypeSelection label {
  display: block;padding-bottom: 4px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .roomTypeSelection .roomTypeBox {
  width: 260px;position: relative;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .icons-placeholder {
  padding-top: 10px;position: relative;margin-right: -20px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .title {
  margin-bottom: 0px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .icons-placeholder {
  padding-top: 10px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .roomSelection .ui-ctrl.ui-section.type-h .ui-expand-button.type-d {
  float: left;margin-top: 7px;margin-left: 12px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .roomSelection .ui-section .section-body {
  margin: 0px;padding: 0px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .roomSelection .comment-row {
  color: #989898;margin-bottom: -7px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .roomSelection .comment-row .text {
  margin-top: 5px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .roomSelection .comment-row .ui-icon {
  float: right;margin-left: 8px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .roomSelection .expandableSection .expandableSectionInner {
  position: relative;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .facility {
  display: block;float: right;width: 60px;margin-left: 10px;height: 70px;text-align: center;font-size: 11px;line-height: 11px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon {
  display: block;margin-left: 12px;margin-right: 12px;width: 36px;height: 36px;background: url("../img/orderpage/facilities.png") no-repeat -432px -225px transparent;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-coffee {
  background-position: -500px -15px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-shops {
  background-position: -432px -15px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-restaurants {
  background-position: -364px -15px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-supermarket {
  background-position: -296px -15px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-laundry {
  background-position: -228px -15px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-spa {
  background-position: -160px -15px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-watersport {
  background-position: -92px -15px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-gym {
  background-position: -24px -15px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-swimmingpool {
  background-position: -500px -85px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-carrental {
  background-position: -432px -85px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-internet {
  background-position: -364px -85px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-beach {
  background-position: -296px -85px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-roomservice {
  background-position: -228px -85px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-pingpong {
  background-position: -160px -85px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-tennis {
  background-position: -92px -85px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-babysitter {
  background-position: -24px -85px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-handicap {
  background-position: -500px -155px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-change {
  background-position: -432px -155px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-conference {
  background-position: -364px -155px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-disco {
  background-position: -296px -155px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-barbershop {
  background-position: -228px -155px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-waterslides {
  background-position: -160px -155px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-childrenactivities {
  background-position: -92px -155px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-parking {
  background-position: -24px -155px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-bar {
  background-position: -500px -225px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-general {
  background-position: -432px -225px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-breakfast {
  background-position: -364px -225px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-jacuzzi {
  background-position: -296px -225px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-golf {
  background-position: -228px -225px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-sauna {
  background-position: -160px -225px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-aircondition {
  background-position: -500px -295px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-safedepositbox {
  background-position: -432px -295px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-phone {
  background-position: -364px -295px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-tv {
  background-position: -296px -295px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-hairdryer {
  background-position: -228px -295px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-bath {
  background-position: -160px -295px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-minibar {
  background-position: -92px -295px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock .f-icon.icon-balcony {
  background-position: -24px -295px;
}
.dlg-hotel-info {
  width: 855px;
  height: 500px;
}
.dlg-hotel-info .dlg-body {
  min-height: 100px;
  /*background: #000;*/
  /*min-height: 422px;*/
}
.dlg-hotel-info .dlg-body > .inner {
  position: relative;
}
.dlg-hotel-info .dlg-body > .inner > .dlg-menu {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 145px;
}
.dlg-hotel-info .dlg-body > .inner > .dlg-menu ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  border: 2px solid #646466;
  border-radius: 8px;
  background: url("../img/shared/bg.black.53.png") repeat;
  overflow: hidden;
}
.dlg-hotel-info .dlg-body > .inner > .dlg-menu ul li {
  display: block;
  height: 33px;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  cursor: pointer;
}
.dlg-hotel-info .dlg-body > .inner > .dlg-menu ul li .li-border {
  border-top: 1px solid #000;
  margin: 0 1px 0 1px;
}
.dlg-hotel-info .dlg-body > .inner > .dlg-menu ul li:first-child .li-border {
  border-top: none;
  margin-top: 0px;
}
.dlg-hotel-info .dlg-body > .inner > .dlg-menu ul li:hover,
.dlg-hotel-info .dlg-body > .inner > .dlg-menu ul li.active {
  background: #767676;
}
.dlg-hotel-info .dlg-body > .inner > .dlg-menu ul li:hover .ui-icon,
.dlg-hotel-info .dlg-body > .inner > .dlg-menu ul li.active .ui-icon {
  display: none;
}
.dlg-hotel-info .dlg-body > .inner > .dlg-menu ul li:hover .ui-icon.arrow,
.dlg-hotel-info .dlg-body > .inner > .dlg-menu ul li.active .ui-icon.arrow {
  display: block;
}
.dlg-hotel-info .dlg-body > .inner > .dlg-menu ul li:hover .ui-icon.inv,
.dlg-hotel-info .dlg-body > .inner > .dlg-menu ul li.active .ui-icon.inv {
  display: block;
}
.dlg-hotel-info .dlg-body > .inner > .dlg-menu .ui-text,
.dlg-hotel-info .dlg-body > .inner > .dlg-menu .ui-icon {
  float: right;
}
.dlg-hotel-info .dlg-body > .inner > .dlg-menu .ui-text.inv,
.dlg-hotel-info .dlg-body > .inner > .dlg-menu .ui-icon.inv {
  display: none;
}
.dlg-hotel-info .dlg-body > .inner > .dlg-menu .ui-text.arrow,
.dlg-hotel-info .dlg-body > .inner > .dlg-menu .ui-icon.arrow {
  float: left;
  margin: 12px 0 0 6px;
}
.dlg-hotel-info .dlg-body > .inner > .dlg-menu .ui-icon {
  margin: 4px 4px 0 15px;
}
.dlg-hotel-info .dlg-body > .inner > .dlg-menu .ui-text {
  margin-top: 8px;
}
.dlg-hotel-info .dlg-body > .inner .dlg-content {
  color: #FFF;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content {
  min-height: 330px;
  text-align: right;
  background: #000;
  border-radius: 6px;
  background: #6b6b6a;
  background: -moz-linear-gradient(bottom, #6b6b6a 0%, #000000 100px);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #6b6b6a), color-stop(100px, #000000));
  background: -webkit-linear-gradient(bottom, #6b6b6a 0%, #000000 100px);
  background: -o-linear-gradient(bottom, #6b6b6a 0%, #000000 100px);
  background: -ms-linear-gradient(bottom, #6b6b6a 0%, #000000 100px);
  background: linear-gradient(to top, #6b6b6a 0%, #000000 100px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b6b6a', endColorstr='#000000', GradientType=0);
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.photo .pager {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 62px;
  height: 62px;
  border: 1px solid #aaaaaa;
  border-radius: 10px;
  background: #333334;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #606160), color-stop(1, #333334));
  background: -ms-linear-gradient(bottom, #606160, #333334);
  background: -moz-linear-gradient(center bottom, #606160 0%, #333334 100%);
  background: -o-linear-gradient(#333334, #606160);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333334', endColorstr='#606160', GradientType=0);
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.photo .pager .numbers {
  direction: ltr;
  margin-top: 9px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 6px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.photo .pager .page-controls {
  padding-left: 5px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.facilities .facilitiesBlock {
  width: 630px;
  padding-right: 0;
  float: right;
  margin-right: 200px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.hotelFacilities .hotelFacilitiesBlock {
  width: 630px;
  padding-right: 0;
  float: right;
  margin-right: 200px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.roomFacilities .roomFacilitiesBlock {
  width: 630px;
  padding-right: 0;
  float: right;
  margin-right: 200px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.description .hotel-description {
  width: 630px;
  padding: 16px 0 50px 0;
  float: right;
  margin-right: 200px;
  font-size: 12px;
  line-height: 15px;
  direction: ltr;
  text-align: left;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.description .hotel-description.second {
  direction: rtl;
  text-align: right;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.description .hotel-description.second .description-block {
  direction: rtl;
  text-align: right;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.description .hotel-description .scroll-window {
  height: 350px;
  overflow-x: hidden;
  overflow-y: auto;
  direction: rtl;
  padding-left: 40px;
  padding-bottom: 10px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.description .hotel-description .title {
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.description .hotel-description .description-block {
  margin-top: 16px;
  direction: ltr;
  text-align: justify;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.description .hotel-description .description-block:first-child {
  margin-top: 0;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.description .hotel-description .description-block .title {
  font-size: 14px;
  margin-bottom: 0px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.map .popup-map-placeholder {
  width: 100%;
  height: 420px;
  display: block;
  border: 1px solid #000;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.trip-advisor .trip-advisor-iframe {
  width: 665px;
  height: 420px;
  padding: 16px 0px 16px 0px;
  float: left;
  margin-left: 16px;
}
.dlg-hotel-info .dlg-body .content-containers .dlg-content.trip-advisor .trip-advisor-iframe iframe {
  width: 100%;
  height: 100%;
}
.ui-engine-tabs {
  border-top: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-top-left-radius: 5px;
}
.ui-engine-tabs > .wrap {
  border-top-left-radius: 5px;
}
.luxuryHotels.search-engine {
  display: block;
  height: 320px;
  width: 790px;
  margin-top: -13px;
  position: relative;
}
.luxuryHotels.search-engine .searchEngineImage {
  display: block;
  width: 769px;
  height: 320px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
}
.luxuryHotels.search-engine .destinationSelect {
  display: block;
  width: 259px;
  height: 40px;
  position: absolute;
  top: 211px;
  right: 30px;
}
.luxuryHotels.search-engine .destinationSelect .customSelect {
  position: relative;
}
.luxuryHotels.search-engine .destinationSelect .customSelect select {
  font-size: 16px;
  position: absolute;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 36px;
}
.luxuryHotels .searchResults {
  margin-top: 20px;
}
.luxuryHotels .hotelBlock {
  display: block;
  position: relative;
  padding-bottom: 20px;
}
.luxuryHotels .hotelBlock .imageBlock {
  position: relative;
}
.luxuryHotels .hotelBlock .imageBlock .image {
  display: block;
  width: 765px;
  height: 226px;
  overflow: hidden;
}
.luxuryHotels .hotelBlock .imageBlock .imageOverlay {
  position: absolute;
  top: 0px;
  right: 0px;
  display: block;
  width: 765px;
  height: 226px;
  background: url("../img/luxury-hotels/image.overlay.png") no-repeat top right;
}
.luxuryHotels .hotelBlock .imageBlock .hotelPanel {
  position: absolute;
  top: 22px;
  right: 13px;
  display: block;
  width: 374px;
  height: 82px;
  background: url("../img/luxury-hotels/hotel.panel.png") no-repeat top right;
  padding-top: 13px;
}
.luxuryHotels .hotelBlock .imageBlock .hotelPanel .hotelInfo {
  display: block;
  float: right;
  width: 235px;
  height: 60px;
  margin-right: 24px;
  margin-left: 16px;
}
.luxuryHotels .hotelBlock .imageBlock .hotelPanel .orderButton {
  float: right;
  display: block;
  width: 81px;
  height: 45px;
}
.luxuryHotels .hotelBlock .imageBlock .hotelPanel .hotelInfo .hotelName {
  display: block;
  width: 235px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #4b4a4a;
  font-size: 18px;
  font-weight: 700;
  direction: ltr;
  padding-top: 2px;
}
.luxuryHotels .hotelBlock .imageBlock .hotelPanel .hotelInfo .hotelDescription {
  display: block;
  height: 42px;
  overflow: hidden;
  font-size: 12px;
  line-height: 14px;
}
.luxuryHotels .hotelBlock .imageBlock .hotelPanel .hotelInfo .hotelStars {
  margin-right: 4px;
  margin-top: 3px;
}
.luxuryHotels .hotelBlock .imageBlock .nameLabel {
  position: absolute;
  left: 2px;
  top: 111px;
  display: block;
  width: 171px;
  height: 68px;
  background: url("../img/luxury-hotels/name.label.png") no-repeat top right;
}
.luxuryHotels .hotelBlock .imageBlock .nameLabel .cityName {
  display: block;
  font-size: 16px;
  color: #fffff ff;
  text-align: center;
  float: left;
  width: 119px;
  height: 30px;
  line-height: 30px;
  margin-left: 20px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  direction: ltr;
}
.luxuryHotels .hotelBlock .expandBlock {
  display: block;
  width: 755px;
  margin-right: 5px;
  position: relative;
}
.luxuryHotels .hotelBlock .expandBlock .expandPanel {
  display: block;
  width: 755px;
  height: 32px;
  background: url("../img/luxury-hotels/hotel.bottom.panel.png") no-repeat bottom right;
  z-index: 1;
  position: absolute;
  top: 0px;
  right: 0px;
}
.luxuryHotels .hotelBlock .expandBlock .expandPanel .helpText {
  display: block;
  color: #8d8d8d;
  font-size: 11px;
  padding-top: 4px;
  margin-right: 86px;
}
.luxuryHotels .hotelBlock .expandBlock .expandPanel .helpText .close {
  display: none;
}
.luxuryHotels .hotelBlock .expandButton {
  position: absolute;
  top: 208px;
  right: 34px;
  display: block;
  width: 42px;
  height: 42px;
  z-index: 2;
}
.luxuryHotels .hotelBlock * {
  zoom: 1;
}
.luxuryHotels .hotelBlock .expandBlock .detailsBlock {
  display: block;
  position: relative;
  background: #dedfe0;
  padding: 0 8px 8px 8px;
  margin-bottom: 8px;
}
.luxuryHotels .hotelBlock .expandBlock .detailsContent {
  display: block;
  position: relative;
  margin: 0px;
  padding: 0px;
  right: 0px;
  z-index: 0;
  min-height: 20px;
  height: auto;
  width: 755px;
  min-height: 24px;
}
.luxuryHotels .hotelBlock .expandBlock .detailsBlock .detailsBlockInner {
  position: relative;
  display: block;
  border: 1px solid #acafb1;
  background: #FFFFFF url("../img/luxury-hotels/expanded.background.png ") repeat-x top left;
}
.luxuryHotels .hotelBlock .expandBlock .detailsBlock .options {
  display: block;
  padding-top: 40px;
  float: right;
  width: 130px;
  padding-right: 15px;
  padding-bottom: 30px;
}
.luxuryHotels .hotelBlock .expandBlock .detailsBlock .options a {
  line-height: 20px;
  font-weight: 700;
  color: auto;
}
.luxuryHotels .hotelBlock .expandBlock .detailsBlock .option {
  margin-bottom: 5px;
  height: 20px;
  padding-right: 28px;
  background: url("../img/searchresults/deal.options.png ") no-repeat top right;
}
.luxuryHotels .hotelBlock .expandBlock .detailsBlock .option.quick-look {
  background: none;
  padding-right: 0;
}
.luxuryHotels .hotelBlock .expandBlock .detailsBlock .option.quick-look .ui-icon {
  float: right;
  margin-left: 4px;
  margin-top: 5px;
}
.luxuryHotels .hotelBlock .expandBlock .detailsBlock .option.facilities {
  background-position: 95px -15px;
}
.luxuryHotels .hotelBlock .expandBlock .detailsBlock .option.gallery {
  background-position: 95px -62px;
}
.luxuryHotels .hotelBlock .expandBlock .detailsBlock .option.video {
  background-position: 95px -110px;
}
.luxuryHotels .hotelBlock .expandBlock .detailsBlock .option.map {
  background-position: 95px -160px;
}
.luxuryHotels .hotelBlock .expandBlock .detailsBlock .description {
  width: 551px;
  float: right;
  margin-left: 24px;
  min-height: 1px;
  padding-top: 40px;
  font-size: 12px;
  color: #424242;
  padding-bottom: 20px;
}
.luxuryHotels .hotelBlock .expandBlock .detailsBlock .description .description-block {
  padding-bottom: 10px;
  line-height: 18px;
}
.luxuryHotels .hotelBlock .expandBlock .detailsBlock .description .description-block .title {
  font-weight: 700;
  font-size: 14px;
}
.luxuryHotels .bottomBlocks {
  display: block;
  padding-top: 10px;
}
.luxuryHotels .bottomBlocks .registration {
  position: relative;
  display: block;
  float: right;
  margin-right: 18px;
  margin-bottom: 5px;
  width: 288px;
  height: 143px;
  background: url(../img/killdeal/registration.block.png) no-repeat left bottom;
}
.luxuryHotels .bottomBlocks .registration .regForm {
  display: block;
  margin-right: 15px;
  margin-top: 13px;
}
.luxuryHotels .bottomBlocks .registration .regForm .row {
  display: block;
  margin-bottom: 5px;
}
.luxuryHotels .bottomBlocks .registration .title {
  display: block;
  color: #767474;
  margin-right: 59px;
  margin-top: 15px;
}
.luxuryHotels .bottomBlocks .registration input {
  width: 127px;
  display: block;
  height: 20px;
  border: none;
  padding: 0px;
  margin: 0px;
  background: url(../img/killdeal/input.bg.png) repeat-x;
  color: #FFFFFF;
  float: right;
  margin-left: 5px;
  text-indent: 8px;
}
.luxuryHotels .bottomBlocks .registration input::-webkit-input-placeholder {
  color: #FFFFFF;
}
.luxuryHotels .bottomBlocks .registration input:-moz-placeholder {
  color: #FFFFFF;
}
.luxuryHotels .bottomBlocks .registration input:-ms-input-placeholder {
  color: #FFFFFF;
}
.luxuryHotels .bottomBlocks .registration .regButton {
  position: absolute;
  bottom: 8px;
  left: 47px;
}
.luxuryHotels .bottomBlocks .registration input.email {
  width: 259px;
}
.luxuryHotels .bottomBlocks .registration .statusBlock {
  position: absolute;
  bottom: -8px;
  right: 22px;
  display: block;
  width: 130px;
  height: 32px;
}
.luxuryHotels .bottomBlocks .registration .statusBlock .status {
  display: none;
  color: #FF0000;
}
.luxuryHotels .bottomBlocks .registration .statusBlock .status.success {
  color: #57810a;
}
.luxuryHotels .bottomBlocks .seoBlock {
  display: block;
  float: right;
  width: 439px;
  min-height: 118px;
  margin-right: 11px;
  overflow: hidden;
  background: -moz-linear-gradient(bottom, #ebebeb 0%, #dddddd 100%);
  background: -webkit-gradient(linear, bottom, right top, color-stop(0%, #ebebeb), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(bottom, #ebebeb 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, #ebebeb 0%, #dddddd 100%);
  background: -ms-linear-gradient(bottom, #ebebeb 0%, #dddddd 100%);
  background: linear-gradient(to bottom, #ebebeb 0%, #dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#dddddd', GradientType=0);
}
.luxuryHotels .bottomBlocks .seoBlock .seoBlockInner {
  padding: 16px;
}
.luxuryHotels .bottomBlocks .seoBlock .seoBlockInner .title,
.luxuryHotels .bottomBlocks .seoBlock h2,
.luxuryHotels .bottomBlocks .seoBlock h3 {
  display: block;
  color: #4c4b4b;
  font-weight: 700;
  font-size: 13px;
}
.luxuryHotels .bottomBlocks .seoBlock h3 {
  margin-top: 7px;
  margin-bottom: 0px;
}
.luxuryHotels .bottomBlocks .seoBlock .fullText {
  display: block;
  height: 48px;
  color: #747172;
  font-size: 13px;
  line-height: 16px;
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 3px;
}
.luxuryHotels .bottomBlocks .seoBlock .expandableText .fullText {
  max-height: 95px;
  overflow: hidden;
}
.luxuryHotels .bottomBlocks .seoBlock .fullText.expand {
  max-height: none;
  height: auto;
}
.luxuryHotels .bottomBlocks .seoBlock .expandableText .controls a {
  color: #1f497d;
  cursor: pointer;
  height: 18px;
  background: url("../img/yadgo/expand.png") no-repeat left 4px;
  padding-left: 20px;
  font-weight: 700;
}
.luxuryHotels .bottomBlocks .seoBlock .controls a.btnClose {
  background: url("../img/yadgo/expand.png") no-repeat left -95px;
}
/* TYPE B */
.luxuryHotels .hotelBlock.type-b .imageBlock .hotelPanel {
  background-position: 0px -100px;
}
.luxuryHotels .hotelBlock.type-b .imageBlock .nameLabel {
  background-position: 0px -100px;
}
.luxuryHotels .hotelBlock.type-b .imageBlock .nameLabel .cityName {
  font-weight: 700;
  color: #47200b;
}
.luxuryHotels .hotelBlock.type-b .hotelPanel .hotelInfo {
  margin-top: -8px;
  margin-left: 14px;
}
.mdl_LuxuryHotels.type-b .luxuryHotels.search-engine,
.mdl_HotelsIsraelLuxury.type-b .luxuryHotels.search-engine {
  margin-top: 0px;
}
.mdl_LuxuryHotels.type-b .searchResults,
.mdl_HotelsIsraelLuxury.type-b .searchResults {
  margin-top: 0px;
}
.mdl_LuxuryHotels.type-b .luxuryHotels.search-engine .destinationSelect,
.mdl_HotelsIsraelLuxury.type-b .luxuryHotels.search-engine .destinationSelect {
  top: 187px;
  right: 30px;
}
.mdl_LuxuryHotels.type-b .hotelBlock .imageBlock .hotelPanel .hotelInfo .hotelName,
.mdl_LuxuryHotels.type-b .hotelBlock .imageBlock .hotelPanel .hotelInfo .hotelDescription,
.mdl_HotelsIsraelLuxury.type-b .hotelBlock .imageBlock .hotelPanel .hotelInfo .hotelName,
.mdl_HotelsIsraelLuxury.type-b .hotelBlock .imageBlock .hotelPanel .hotelInfo .hotelDescription {
  color: #472207;
}
.mdl_LuxuryHotels.type-b .hotelBlock.type-b .imageBlock .nameLabel .cityName,
.mdl_HotelsIsraelLuxury.type-b .hotelBlock.type-b .imageBlock .nameLabel .cityName {
  color: #FFFFFF;
}
.mdl_LuxuryHotels.type-b .hotelBlock .imageBlock .hotelPanel .orderButton,
.mdl_HotelsIsraelLuxury.type-b .hotelBlock .imageBlock .hotelPanel .orderButton {
  margin-top: 8px;
  margin-left: 14px;
}
.mdl_HotelsIsraelLuxury .hotelBlock .imageBlock .hotelPanel .hotelInfo .hotelName {
  direction: rtl;
}
.mdl_HotelsIsraelLuxury .stars.stars0 {
  visibility: hidden;
}
/* SEARCH PANEL START */
.mdl_LuxuryHotels .search-panel {
  position: relative;
  margin-top: -20px;
  min-height: 50px;
}
.mdl_LuxuryHotels .search-panel .ui-button.type-o,
.mdl_LuxuryHotels .search-panel .ui-button.type-s {
  float: left;
  position: absolute;
  left: 9px;
  top: 0px;
}
.mdl_LuxuryHotels .search-panel .ui-button.type-o .ui-icon {
  float: right;
  margin-left: 6px;
  margin-top: 3px;
}
.mdl_LuxuryHotels .search-panel .ui-button.type-s .ui-icon {
  float: right;
  margin-left: 6px;
  margin-top: 2px;
}
/* SEARCH ENGINES START */
.luxuryHotels .advanced-search {
  position: relative;
  top: -4px;
  z-index: 10;
}
.luxuryHotels.type-b .advanced-search {
  margin-bottom: 20px;
}
.luxuryHotels .advanced-search .button-row {
  padding-left: 16px;
}
.luxuryHotels .advanced-search .button-row .ui-icon.close {
  float: right;
  margin-left: 5px;
  margin-top: 3px;
}
.luxuryHotels .advanced-search .close-button {
  display: block;
  float: left;
  background: #7d7d7d;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  height: 31px;
  position: absolute;
  z-index: 100;
  left: 0;
  padding-right: 6px;
  cursor: pointer;
}
.luxuryHotels .advanced-search .close-button span {
  font-size: 13px;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  line-height: 16px;
  text-align: right;
  display: block;
  float: right;
  padding: 7px 0px 0px 8px;
}
.luxuryHotels .advanced-search .close-button .ui-fixed-button {
  float: right;
  margin: 5px 10px 0px 10px;
}
.luxuryHotels .advanced-search .engines {
  position: relative;
  margin-top: 0px;
  z-index: 5;
  background: #1A1A1A;
  background: -moz-linear-gradient(bottom, #1a1a1a 0%, #303030 33px);
  background: -webkit-gradient(linear, bottom, right top, color-stop(0%, #1a1a1a), color-stop(33px, #303030));
  background: -webkit-linear-gradient(bottom, #1a1a1a 0%, #303030 33px);
  background: -o-linear-gradient(bottom, #1a1a1a 0%, #303030 33px);
  background: -ms-linear-gradient(bottom, #1a1a1a 0%, #303030 33px);
  background: linear-gradient(to bottom, #1a1a1a 0%, #303030 33px);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a1a1a', endColorstr='#303030', GradientType=0);
  background: #1A1A1A\9;
  /* IE8 and below */
  filter: none\9;
  width: 774px;
  border-top-left-radius: 5px;
}
.luxuryHotels .advanced-search .engines .wrap {
  padding: 0;
}
.luxuryHotels .advanced-search .engines .engines-menu {
  color: #f4f4f4;
  margin-bottom: 8px;
}
.luxuryHotels .advanced-search .engines .engines-menu.w-fly {
  margin-bottom: 12px;
}
.luxuryHotels .advanced-search .engines .engines-wrap.when .engines-menu {
  position: absolute;
  z-index: 5;
  margin-top: 28px;
  border-bottom: 1px solid #8e8f90;
  padding-bottom: 10px;
  margin-right: 2px;
}
.luxuryHotels .advanced-search .engines .engines-menu .title {
  float: right;
  font-size: 14px;
  margin-left: 10px;
}
.luxuryHotels .advanced-search .engines .engines-menu ul li {
  float: right;
  margin-right: 9px;
  font-size: 13px;
  margin-left: 0px;
}
.luxuryHotels .advanced-search .engines .engines-menu ul li:first-child {
  margin-right: 0px;
}
.luxuryHotels .advanced-search .engines .engines-menu ul li a {
  color: #FFF;
}
.luxuryHotels .advanced-search .engines .search-engine .row {
  display: block;
}
.luxuryHotels .advanced-search .engines .search-engine .row .infantNote {
  display: none;
  text-align: right;
  color: #FFF;
  font-size: 11px;
  margin-right: 400px;
}
.luxuryHotels .advanced-search .engines .search-engine .row .col {
  float: right;
  margin-left: 6px;
  min-height: 1px;
}
.luxuryHotels .advanced-search .engines .search-engine .row .col label {
  display: block;
  color: #ffffff;
  font-size: 11px;
  min-height: 16px;
}
.luxuryHotels .advanced-search .engines .engines-wrap.when .search-engine .row .col label {
  font-size: 13px;
  height: 17px;
}
.luxuryHotels .advanced-search .engines .search-engine .row .col label .age {
  font-size: 10px;
}
.luxuryHotels .advanced-search .engines .search-engine .row .col.roomComposition {
  color: #FFF;
  font-size: 14px;
  padding-right: 6px;
  padding-top: 22px;
  margin-left: 2px;
}
.luxuryHotels .advanced-search .engines .search-engine .row .col.destination {
  width: 164px;
}
.luxuryHotels .advanced-search .engines .search-engine .row .col.destination-btn {
  width: 44px;
}
.luxuryHotels .advanced-search .engines .search-engine .mdl_W_FlyRegular .row .col.destination {
  width: 164px;
}
.luxuryHotels .advanced-search .engines .search-engine .mdl_CharterOneWay .row .col.destination {
  width: 140px;
}
.luxuryHotels .advanced-search .engines .search-engine .mdl_CharterOneWay .row .col.search {
  margin-right: 22px;
}
.luxuryHotels .advanced-search .engines .search-engine .row .col.date {
  width: 105px;
}
.luxuryHotels .advanced-search .engines .search-engine .row .col.pax {
  width: 49px;
  margin-left: 3px;
}
.luxuryHotels .advanced-search .engines .search-engine .row .col.search {
  width: 122px;
  margin-right: 32px;
  margin-left: 0px;
  padding-top: 14px;
}
.luxuryHotels .advanced-search .engines .search-engine .ui-ctrl.ui-select.type-e select {
  display: none!important;
}
.luxuryHotels .advanced-search .engines .search-engine .ui-ctrl.ui-select.type-e.open {
  position: relative;
  z-index: 100;
}
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-w_fly .row .col.date {
  width: 104px;
}
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-w_fly .row .col.search {
  width: 121px;
  margin-right: 0px;
  padding-top: 0px;
}
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-w_fly.mdl_W_FlyRegular .row .col.search {
  width: 120px;
}
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-w_fly.mdl_W_FlyOneWay .row .col.search {
  width: 110px;
}
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-w_fly.mdl_W_FlyFull .row .col.search {
  width: 100px;
}
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-w_fly .row .col.pax-selector {
  position: relative;
}
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-w_fly .row .col.pax-selector .ui-select {
  position: relative;
}
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-w_fly .row .col.pax-selector .custom-text {
  color: #5F9183;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  width: 45px;
  white-space: normal;
  line-height: 12px;
  right: 7px;
  top: 7px;
}
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-organized .row .col.continent {
  width: 294px;
}
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-organized .row .col.country {
  width: 164px;
}
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-organized .row .col.month {
  width: 134px;
}
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-organized .row .col.month .ui-select-inner .ui-text span,
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-organized .row .col.month .dropdown-box li a span,
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-organized .row .col.country .ui-select-inner .ui-text span,
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-organized .row .col.country .dropdown-box li a span {
  font-size: 10px;
}
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-organized .row .col.month .ui-select-inner .ui-text span,
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-organized .row .col.month .dropdown-box li a span {
  font-size: 10px;
}
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-organized .row .col.search {
  width: 125px;
  margin-right: 0px;
}
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-organized .row .col.trip-type {
  margin-right: 4px;
  position: relative;
  display: none;
}
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-organized .row .col.trip-type .bordered-box {
  position: relative;
  margin-top: -2px;
  border-right: 1px solid #8d8d8d;
  height: 39px;
}
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-organized .row .col.trip-type .btn-additional-options {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  padding-right: 8px;
  padding-top: 15px;
}
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-hotelsisrael .row .col.area {
  width: 108px;
}
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-hotelsisrael .row .col.hotel {
  width: 118px;
}
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-hotelsisrael .row .col.search {
  width: 90px;
  margin-right: 0px;
}
.luxuryHotels .advanced-search .engines .search-engine .mdl_W_FlyRegular .row .col.pax-selector,
.luxuryHotels .advanced-search .engines .search-engine .mdl_W_FlyOneWay .row .col.pax-selector {
  width: 180px;
}
.luxuryHotels .advanced-search .engines .search-engine .row .col.pax-selector .btn-additional-options .ui-icon {
  margin: 6px 0px 0px 0px;
}
.luxuryHotels .advanced-search .engines .search-engine .mdl_W_FlyFull .row {
  margin-top: 2px;
  min-height: 41px;
}
.luxuryHotels .advanced-search .engines .search-engine .mdl_W_FlyFull .row:first-child {
  margin-top: 0px;
}
.luxuryHotels .advanced-search .engines .search-engine .mdl_W_FlyFull .right-side,
.luxuryHotels .advanced-search .engines .search-engine .mdl_W_FlyFull .left-side {
  float: right;
}
.luxuryHotels .advanced-search .engines .search-engine .mdl_W_FlyFull .right-side {
  padding-left: 2px;
  border-left: 1px solid #a0a0a0;
  margin-left: 6px;
}
.luxuryHotels .advanced-search .engines .search-engine .mdl_W_FlyFull .row .col.direction {
  width: 31px;
}
.luxuryHotels .advanced-search .engines .search-engine .mdl_W_FlyFull .row .col.direction label {
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
}
.luxuryHotels .advanced-search .engines .search-engine .mdl_W_FlyFull .row .col.destination,
.luxuryHotels .advanced-search .engines .search-engine .mdl_W_FlyOneWay .row .col.destination {
  width: 116px;
  margin-left: 0px;
}
.luxuryHotels .advanced-search .engines .search-engine .mdl_W_FlyFull .row .col.pax-selector {
  width: 155px;
}
.luxuryHotels .advanced-search .engines .search-engine.all-flights .line,
.luxuryHotels .advanced-search .engines .search-engine.charter-flights .line {
  display: none;
}
.luxuryHotels .dropdown-box {
  margin-top: -5px;
}
.luxuryHotels .ui-designed-select {
  position: absolute;
  z-index: 90;
}
.luxuryHotels .ui-designed-select .ui-designed-select-inner {
  background: #FFFFFF;
  margin-right: 2px;
  margin-left: 2px;
  padding-bottom: 6px;
  padding-top: 7px;
  border-radius: 6px;
  overflow-x: hidden;
  border: 1px solid #EEEEEE;
}
.luxuryHotels .ui-designed-select .ui-designed-select-inner .wrap {
  padding: 0px;
  max-height: 294px;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
.luxuryHotels .ui-designed-select ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  position: relative;
}
.luxuryHotels .ui-designed-select ul li a {
  display: block;
  height: 21px;
  line-height: 21px;
  color: #666666;
  padding: 0px 5px 0px 5px;
  white-space: nowrap;
  cursor: pointer;
}
.luxuryHotels .ui-designed-select ul li a:hover {
  text-decoration: none;
}
.luxuryHotels .ui-designed-select ul li a.active {
  background: #eee2df;
  color: #666666;
  text-decoration: none;
}
/* SEARCH ENGINES END */
/* OPTIONS DIALOG START */
.luxuryHotels .options-dialog {
  display: block;
}
.luxuryHotels .options-dialog .dlg-header {
  display: block;
  height: 22px;
  background: url("../img/shared/popup.type-a.top.png") no-repeat center top;
  position: relative;
}
.luxuryHotels .options-dialog .dlg-header .dlg-inner-header {
  position: absolute;
  width: 17px;
  height: 12px;
  background: url("../img/shared/popup.type-a.inner.top.png") no-repeat center top;
  top: 17px;
  left: 50%;
  margin-left: -8px;
}
.luxuryHotels .options-dialog .dlg-body {
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #000;
  pointer-events: all;
}
.luxuryHotels .options-dialog .dlg-body .dlg-body-inner {
  padding: 6px;
}
.luxuryHotels .options-dialog .dlg-body .dlg-body-inner .content-box {
  border: 1px solid #a4c7c3;
  background: url(../img/menu/dots_2x2.png) repeat;
}
.luxuryHotels .options-dialog .dlg-body .dlg-body-inner .content-box .content-box-inner {
  position: relative;
  padding: 8px;
}
.luxuryHotels .options-dialog .dlg-body .dlg-body-inner .content-box .content-box-inner .btn-close {
  position: absolute;
  left: 5px;
  top: 6px;
}
.luxuryHotels .options-dialog .dlg-body .dlg-body-inner .content-box .dlg-title {
  color: #666666;
  font-size: 18px;
  font-weight: 700;
}
.luxuryHotels .options-dialog .dlg-body .dlg-body-inner .pax-block {
  width: 160px;
  border: 1px solid #d3d3d3;
  background: #FFF;
  margin: auto;
  margin-top: 4px;
}
.luxuryHotels .options-dialog .dlg-body .dlg-body-inner .pax-block .pax-block-inner {
  padding: 8px 14px 12px 14px;
}
.luxuryHotels .engines .search-engine .options-dialog .dlg-body .col {
  float: right;
}
.luxuryHotels .engines .search-engine .options-dialog .dlg-body .col.title {
  width: 51px;
}
.luxuryHotels .engines .search-engine .options-dialog .dlg-body .col.title .title-inner {
  display: table-cell;
  vertical-align: middle;
  height: 41px;
}
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-organized .row .col.trip-type .options-dialog {
  position: absolute;
  top: 40px;
  right: -50px;
  width: 210px;
}
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-organized .row .col.trip-type .options-dialog ul {
  list-style-type: square;
  list-style: square inside none;
  margin: 0px;
  padding: 0px;
  margin-top: 8px;
  list-style-position: outside;
  margin-right: 14px;
}
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-organized .row .col.trip-type .options-dialog ul li {
  display: list-item;
}
.luxuryHotels .advanced-search .engines .search-engine .engineForm.type-organized .row .col.trip-type .options-dialog ul li a {
  font-size: 13px;
  color: #1f497d;
  font-weight: normal;
  padding-top: 5px;
  padding-right: 0px;
}
/* OPTIONS DIALOG END */
/* PAX TOOLTIP START */
.luxuryHotels .advanced-search .engines .search-engine .row .col .paxTooltip {
  display: none;
  position: absolute;
  top: -39px;
  right: 0px;
}
.luxuryHotels .advanced-search .engines .search-engine .row .col .paxTooltip .tooltipBox {
  float: right;
  min-width: 205px;
  position: relative;
  height: 29px;
  background: #3e5348;
  border: 1px solid #3c4641;
}
.luxuryHotels .advanced-search .engines .search-engine .row .col .paxTooltip .tooltipBox .wrap {
  padding: 6px 14px 0px 14px;
}
.luxuryHotels .advanced-search .engines .search-engine .row .col .paxTooltip .tooltipBox .ui-text {
  color: #FFF;
  font-size: 14px;
  white-space: nowrap;
}
.luxuryHotels .advanced-search .engines .search-engine .row .col .paxTooltip .bottom-part {
  position: absolute;
  width: 27px;
  height: 16px;
  bottom: -16px;
  right: 25px;
  background: url("../img/shared/pax.tooltip.part.png") no-repeat top left;
  pointer-events: none;
}
/* PAX TOOLTIP END */
.engines-placeholder.type-b {
  padding: 16px 20px 16px 4px;
}
/* SEARCH PANEL END */
/* MAIN TMPL OVERRIDES START */
.main_tmpl #contents {
  overflow: visible;
}
/* MAIN TMPL OVERRIDES END */

/*# sourceMappingURL=luxury.hotels.css.map*/