.ds-deals {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 238px;
  position: relative;
  margin-bottom: 12px;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.ds-deals .layer-prices {
  pointer-events: none;
}
.ds-deals .ds-header {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 44px;
}
.ds-deals .ds-header .h-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.ds-deals .ds-header .h-image {
  position: absolute;
  width: 774px;
  height: 336px;
  -webkit-filter: blur(16px);
  filter: blur(16px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='12');
  left: -22px;
  top: -217px;
}
.ds-deals .ds-buttons {
  list-style: none;
  padding: 10px;
  margin: 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
}
.ds-deals .ds-buttons li {
  display: inline-block;
  list-style-type: none;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  pointer-events: all;
  background: #FFF;
  opacity: 0.5;
  margin: 0 5px 0 5px;
  cursor: pointer;
}
.ds-deals .ds-buttons li:hover {
  opacity: 1;
}
.ds-deals .ds-buttons li.active {
  background: #FFF;
  opacity: 1;
}
.ds-deals .price-stick-g {
  display: block;
  width: 77px;
  height: 121px;
  position: absolute;
  top: 8px;
  left: 14px;
  background: url("../img/yadgo/price.stick.png") no-repeat 0px 0px transparent;
  color: #3f4042;
  pointer-events: none;
}
.ds-deals > .wrap {
  position: relative;
}
.ds-deals > .wrap .slider,
.ds-deals > .wrap .slider-images {
  width: 10000px;
  position: absolute;
  left: 0;
}
.ds-deals > .wrap .slider-images {
  pointer-events: none;
}
.ds-deals > .wrap .slider {
  height: 238px;
  width: 363px;
}
.ds-deals > .wrap .deal-image {
  float: left;
  height: 238px;
  width: 363px;
}
.ds-deals > .wrap .deal-image img {
  margin-top: 44px;
  width: 363px;
  height: 194px;
}
.ds-deals > .wrap .ds-deal {
  position: absolute;
  right: 0;
  top: 0;
  height: 238px;
  width: 363px;
  border-radius: 8px;
  overflow: hidden;
  /*      opacity: 0;*/
  visibility: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.ds-deals > .wrap .ds-deal:hover .layer.layer-mask {
  opacity: 1;
}
.ds-deals > .wrap .ds-deal:hover .layer.layer-info .row:nth-child(1) {
  text-decoration: underline;
}
.ds-deals > .wrap .ds-deal > .wrap {
  position: relative;
}
.ds-deals > .wrap .ds-deal .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 238px;
  overflow: hidden;
}
.ds-deals > .wrap .ds-deal .layer.layer-image img {
  margin-top: 44px;
  width: 363px;
  height: 194px;
}
.ds-deals > .wrap .ds-deal .layer.layer-mask {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  top: 44px;
  width: 363px;
  height: 238px;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
}
.ds-deals > .wrap .ds-deal .layer.layer-mask2 {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  margin-top: 128px;
  width: 363px;
  height: 114px;
  opacity: 1;
  background: #000000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.8)), color-stop(1, rgba(0, 0, 0, 0)));
  background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(center bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0)', endColorstr='rgba(0, 0, 0, 0.8)', GradientType=0);
}
.ds-deals > .wrap .ds-deal .layer.layer-info {
  color: #FFF;
  overflow: hidden;
}
.ds-deals > .wrap .ds-deal .layer.layer-info .header {
  height: 44px;
  color: #FFF;
  font-family: "almoni-dl", "Arial";
  font-weight: 700;
  font-size: 24px;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.ds-deals > .wrap .ds-deal .layer.layer-info .header > div {
  padding: 9px 17px 0 95px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ds-deals > .wrap .ds-deal .layer.layer-info .info {
  padding: 0 17px 0 17px;
  position: absolute;
  bottom: 26px;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  /*opacity: 0; */
}
.ds-deals > .wrap .ds-deal .layer.layer-info .row {
  margin-bottom: 4px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
}
.ds-deals > .wrap .ds-deal .layer.layer-info .row.name,
.ds-deals > .wrap .ds-deal .layer.layer-info .row.ltr-name {
  font-weight: 700;
}
.ds-deals > .wrap .ds-deal .layer.layer-info .row.name {
  font-size: 18px;
}
.ds-deals > .wrap .ds-deal .layer.layer-info .row.ltr-name {
  font-size: 15px;
  direction: ltr;
}
.ds-deals > .wrap .ds-deal .layer.layer-info .row.dates {
  direction: ltr;
  line-height: 18px;
}
.ds-deals > .wrap .ds-deal .layer.layer-info .duration {
  float: right;
  height: 18px;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  border-radius: 4px;
  line-height: 18px;
  padding: 0 4px 0 4px;
  margin-left: 5px;
  direction: rtl;
  font-weight: 700;
}
.ds-deals > .wrap .ds-deal .price-stick {
  display: block;
  width: 77px;
  height: 121px;
  position: absolute;
  top: 8px;
  left: 14px;
  color: #3f4042;
  pointer-events: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.ds-deals > .wrap .ds-deal .price-stick .shadow {
  text-shadow: #ffeda3 -1px 1px -1px;
}
.ds-deals > .wrap .ds-deal .price-stick .currency {
  padding-top: 35px;
  box-sizing: border-box;
}
.ds-deals > .wrap .ds-deal .price-stick .currency,
.ds-deals > .wrap .ds-deal .price-stick .price {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
}
.ds-deals > .wrap .ds-deal .price-stick .detail {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 0;
}
.ds-deals > .wrap .ds-deal .price-stick .currency,
.ds-deals > .wrap .ds-deal .price-stick .price,
.ds-deals > .wrap .ds-deal .price-stick .detail {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  opacity: 0;
}
.ds-deals > .wrap .ds-deal.active {
  opacity: 1;
  visibility: visible;
}
.ds-deals > .wrap .ds-deal.active .layer.layer-info .header {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.ds-deals > .wrap .ds-deal.active .layer.layer-info .info {
  opacity: 1;
  right: 0px;
  bottom: 26px;
}
.ds-deals > .wrap .ds-deal.active .layer.layer-info .info .row {
  opacity: 1;
}
.ds-deals > .wrap .ds-deal.active .layer.layer-info .info .row:nth-child(1) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.ds-deals > .wrap .ds-deal.active .layer.layer-info .info .row:nth-child(2) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.ds-deals > .wrap .ds-deal.active .layer.layer-info .info .row:nth-child(3) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.ds-deals > .wrap .ds-deal.active .price-stick .currency,
.ds-deals > .wrap .ds-deal.active .price-stick .price,
.ds-deals > .wrap .ds-deal.active .price-stick .detail {
  opacity: 1;
}
.ds-deals > .wrap .ds-deal.active .price-stick .currency {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.ds-deals > .wrap .ds-deal.active .price-stick .price {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.ds-deals > .wrap .ds-deal.active .price-stick .detail {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ds-deals .h-bg {
    background: rgba(0, 0, 0, 0.6) !important;
  }
}
@supports (-ms-ime-align:auto) {
  .ds-deals .h-bg {
    background: rgba(0, 0, 0, 0.6) !important;
  }
}
.ui-select-g {
  position: relative;
}
.ui-select-g .en {
  direction: ltr;
  text-align: left;
}
.ui-select-g.open > .wrap {
  background: #e5e5e7;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fbfaf9), color-stop(1, #e5e5e7));
  background: -ms-linear-gradient(bottom, #fbfaf9, #e5e5e7);
  background: -moz-linear-gradient(center bottom, #fbfaf9 0%, #e5e5e7 100%);
  background: -o-linear-gradient(#e5e5e7, #fbfaf9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e7', endColorstr='#fbfaf9', GradientType=0);
}
.ui-select-g.disabled > .wrap {
  cursor: default;
}
.ui-select-g.disabled > .wrap:hover {
  background: inherit;
}
.ui-select-g.disabled > .wrap .selected {
  color: #b3b3b3;
}
.ui-select-g.disabled > .wrap .selected .arrow {
  border-color: #b3b3b3;
}
.ui-select-g > .wrap {
  border: 2px solid #b7b7b7;
  border-radius: 4px;
  height: 34px;
  position: relative;
  background: #e5e5e7;
  cursor: pointer;
  animation: all 0.3s ease;
  -webkit-animation: all 0.3s ease;
  -moz-animation: all 0.3s ease;
}
.ui-select-g > .wrap:hover {
  background: #e5e5e7;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fbfaf9), color-stop(1, #e5e5e7));
  background: -ms-linear-gradient(bottom, #fbfaf9, #e5e5e7);
  background: -moz-linear-gradient(center bottom, #fbfaf9 0%, #e5e5e7 100%);
  background: -o-linear-gradient(#e5e5e7, #fbfaf9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e7', endColorstr='#fbfaf9', GradientType=0);
}
.ui-select-g > .wrap .selected {
  font-size: 16px;
  color: #666666;
  position: relative;
  margin: 9px 10px 0 13px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 18px;
}
.ui-select-g > .wrap .selected .arrow {
  height: 8px;
  width: 8px;
  border: 1px solid #666666;
  border-top: none;
  border-left: none;
  position: absolute;
  left: 3px;
  top: 2px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ui-select-g label {
  position: absolute;
  right: 7px;
  top: -7px;
  background: #e5e5e7;
  padding: 0 4px 0 4px;
  font-size: 12px;
  color: #adacac;
  line-height: 12px;
  font-weight: 700;
}
.ui-select-g .list {
  position: absolute;
  min-width: 100%;
  top: 41px;
  z-index: 1;
}
.ui-select-g .list > .wrap {
  display: block;
  border: 1px solid #b7b7b7;
  background: #FFF;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}
.ui-select-g .list ul {
  border-top: 1px solid #e9e9e9;
  padding: 5px 0 5px 0;
  list-style: none;
  margin: 0;
  max-height: 260px;
  overflow-y: auto;
}
.ui-select-g .list ul li {
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  padding: 0 16px 0 16px;
  min-width: 102px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-select-g .list ul li:hover,
.ui-select-g .list ul li.acitve {
  background: #ebf4f3;
  color: #44968f;
}
#yadgo {
  margin-top: 10px;
}
#yadgo * {
  zoom: 1;
}
#yadgo h2 {
  color: #242424;
  font-weight: 700;
}
#yadgo h2 span.mainTitle {
  font-size: 36px;
  float: right;
  display: block;
}
#yadgo h2 span.subTitle {
  display: block;
  font-size: 20px;
  float: right;
  margin-top: 14px;
  margin-right: 4px;
}
#yadgo h2 a {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  color: #1F497D;
  margin-top: 22px;
  margin-left: 20px;
}
#yadgo .topBlock {
  width: 774px;
  height: 336px;
  display: block;
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 2px #000;
  border-radius: 8px;
}
#yadgo .topBlock .image img {
  width: 774px;
  height: 336px;
  border-radius: 8px;
}
#yadgo .middleBlock {
  position: relative;
  margin-top: -118px;
  display: block;
  /*	padding-right: 15px;*/
}
#yadgo .middleBlock .rightColumn {
  float: right;
  display: block;
  width: 363px;
  min-height: 1px;
  margin-right: 14px;
}
#yadgo .middleBlock .leftColumn {
  float: right;
  display: block;
  width: 363px;
  min-height: 1px;
  margin-right: 11px;
  padding-top: 0px;
}
#yadgo .topBlock .imageOverlay {
  display: none;
}
#yadgo .engineForm {
  position: absolute;
  top: 0;
  left: 0;
  width: 774px;
}
#yadgo .engineForm .formHeader {
  display: block;
  height: 7px;
  width: inherit;
  background: url("../img/yadgo/main.form.png") no-repeat top left transparent;
}
#yadgo .engineForm .formFooter {
  display: block;
  height: 7px;
  width: inherit;
  background: url("../img/yadgo/main.form.png") no-repeat bottom left transparent;
}
#yadgo .engineForm .formBody {
  width: inherit;
  min-height: 65px;
  background: url("../img/yadgo/main.form.body.png") repeat-y bottom left transparent;
}
#yadgo .engineForm.type-organized {
  position: absolute;
  top: 0px;
  right: 14px;
  width: 365px;
}
#yadgo .engineForm.type-organized .formHeader {
  display: none;
}
#yadgo .engineForm.type-organized .formFooter {
  display: none;
}
#yadgo .engineForm.type-organized .formBody {
  width: 365px;
  min-height: 65px;
  background: none;
}
#yadgo .engineForm .formBody .formBodyWrap {
  padding-right: 19px;
}
#yadgo .engineForm.type-organized .formBody .formBodyWrap {
  padding-right: 8px;
}
#yadgo .engineForm .formBody .col {
  display: block;
  min-height: 1px;
  float: right;
}
#yadgo .engineForm .formBody .col.chartersCountry,
#yadgo .engineForm .formBody .col.nofshonCountry {
  width: 405px;
}
#yadgo .engineForm .formBody .col.dates {
  width: 360px;
}
#yadgo .engineForm .formBody .col.month {
  width: 230px;
}
#yadgo .engineForm .formBody .col.room {
  width: 265px;
  margin-right: 8px;
}
#yadgo .engineForm .formBody .col.roomShort {
  width: 220px;
  margin-right: 8px;
}
#yadgo .engineForm .formBody .col.search {
  width: 113px;
  height: 50px;
  position: relative;
}
#yadgo .engineForm.type-organized .formBody .col.search {
  width: 112px;
  height: 50px;
  position: relative;
}
#yadgo .engineForm .formBody .col label {
  display: block;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 3px;
}
#yadgo .engineForm .formBody .col.chartersCountry {
  margin-bottom: 3px;
}
#yadgo .engineForm .formBody .dateBox {
  float: right;
  margin-right: 0px;
  width: 170px;
  padding-right: 0px;
}
#yadgo .engineForm .formBody .destBox,
#yadgo .engineForm .formBody .destBoxLong {
  float: right;
  margin-right: 0px;
  width: 186px;
  padding-right: 0px;
  margin-left: 5px;
}
#yadgo .engineForm .formBody .destBoxLong {
  margin-left: 5px;
}
#yadgo .engineForm .formBody .destBoxLong {
  width: 355px;
}
#yadgo .engineForm .formBody .dateBox.short {
  float: right;
  margin-right: 0px;
  width: 98px;
  padding-right: 0px;
}
#yadgo .engineForm .formBody .dateBox.first {
  margin-left: 9px;
}
#yadgo .engineForm input.deal-date {
  width: 161px;
  height: 25px;
  line-height: 25px;
  padding: 0px;
  padding-right: 9px;
  border: 1px solid #a8acad;
  background: #FFF url("../img/yadgo/datepicker.png") no-repeat top left;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
}
#yadgo .engineForm .formBody .dateBox.short input.deal-date {
  width: 97px;
  padding-right: 3px;
}
#yadgo .engineForm .formBody .roomCompositionText {
  display: block;
  min-height: 14px;
  float: right;
  width: 41px;
  line-height: 13px;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 700;
  margin-top: 20px;
}
#yadgo .engineForm .formBody .roomCompositionText.compactText {
  letter-spacing: -1px;
}
#yadgo .engineForm .formBody .roomComposition {
  margin-top: 3px;
  display: block;
  float: right;
  width: 220px;
}
#yadgo .engineForm .formBody .roomBox {
  float: right;
  margin-left: 6px;
}
#yadgo .engineForm .formBody .monthBox {
  float: right;
  margin-left: 6px;
}
#yadgo .engineForm .formBody .roomBox label {
  display: block;
  color: #FFFFFF;
  font-size: 11px;
  margin-bottom: 2px;
}
#yadgo .engineForm .formBody .roomBox label .age {
  font-size: 10px;
  direction: ltr;
}
#yadgo select.customSelectClass {
  height: 25px;
}
#yadgo .boxBlock.type_nofshon.type_yadgo select.customSelectClass {
  height: 18px;
}
#yadgo .engineForm .formBody .roomBox .customSelect {
  display: inline-block;
  width: 64px;
  padding-left: 0px;
  padding-right: 0px;
  height: 25px;
}
#yadgo .engineForm .formBody .roomBox .customSelect span {
  display: inline-block;
  padding-left: 24px;
  margin-right: 9px;
  overflow: hidden;
}
#yadgo .engineForm .btnPlaceholder {
  position: absolute;
  top: 12px;
  left: 0px;
}
#yadgo .engineForm .searchButton {
  display: block;
  width: 107px;
  height: 49px;
  background: url("../img/yadgo/search.btn.png") no-repeat 0px 0px;
}
#yadgo .engineForm .searchButton:hover {
  background-position: 0px -100px;
}
#yadgo .boxBlock1,
#yadgo .boxBlockCalendar {
  display: block;
  width: 363px;
  margin-bottom: 12px;
}
#yadgo .boxBlock1 .boxHeader,
#yadgo .boxBlockCalendar .boxHeader {
  width: 100%;
  height: 91px;
  background: url("../img/yadgo/box1_header.png") no-repeat 0px 0px;
}
#yadgo .boxBlock1 .boxHeader .ds-header,
#yadgo .boxBlockCalendar .boxHeader .ds-header {
  display: none;
}
#yadgo .boxBlock.type_nofshon.type_yadgo .boxHeader {
  height: 155px;
}
#yadgo .boxBlock.type_charter .boxHeader {
  height: 110px;
}
#yadgo .boxBlock1.mdl_featuredDestinations .boxHeader {
  width: 100%;
  height: 91px;
  background: none;
  background: url("../img/yadgo/box1_bottom.png") no-repeat 0px 0px;
}
#yadgo .boxBlock1 .boxBody,
#yadgo .boxBlockCalendar .boxBody {
  width: 361px;
  /*	min-height: 200px; */
  border: 1px solid #b5b5b5;
  border-bottom: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e5e5e7');
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e5e5e7));
  background: -moz-linear-gradient(top, #fefefe, #e5e5e7);
  background: -ms-linear-gradient(top, #fefefe 0%, #e5e5e7 100%);
  padding-bottom: 16px;
  position: relative;
}
#yadgo .boxBlock.type_nofshon.type_yadgo.boxBlockCalendar .boxBody,
#yadgo .boxBlock.type_charter.boxBlockCalendar .boxBody {
  border-top: 1px solid #E5E5E7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E5E5E7', endColorstr='#e5e5e7');
  background: -webkit-gradient(linear, left top, left bottom, from(#E5E5E7), to(#e5e5e7));
  background: -moz-linear-gradient(top, #E5E5E7, #e5e5e7);
  background: -ms-linear-gradient(top, #E5E5E7 0%, #e5e5e7 100%);
}
#yadgo .boxBlock1.mdl_featuredDestinations .boxBody {
  border-top: none;
  border-bottom: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#fefefe');
  background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fefefe));
  background: -moz-linear-gradient(top, #ededed, #fefefe);
  background: -ms-linear-gradient(top, #ededed 0%, #fefefe 100%);
  padding-bottom: 16px;
  position: relative;
}
#yadgo .boxBlockCalendar .boxBody {
  min-height: 200px;
}
#yadgo .boxBlock1.deals .boxBody {
  padding-bottom: 7px;
}
#yadgo .boxBlock1 .boxFooter,
#yadgo .boxBlockCalendar .boxFooter {
  position: relative;
  width: 363px;
  height: 6px;
  margin-top: -5px;
  background: url("../img/yadgo/box1_footer.png") no-repeat 0px 0px;
  z-index: 1000;
}
#yadgo .boxBlock1 .boxHeader .title,
#yadgo .boxBlock1 .boxHeader .title a,
#yadgo .boxBlockCalendar .boxHeader .title,
#yadgo .boxBlockCalendar .boxHeader .title a {
  color: #FFFFFF;
}
#yadgo .boxBlock1.mdl_featuredDestinations .boxHeader .title,
#yadgo .boxBlock1.mdl_featuredDestinations .boxHeader .title a {
  font-weight: 700;
  color: #1F497D;
}
#yadgo .boxBlock1 .boxHeader .title,
#yadgo .boxBlockCalendar .boxHeader .title {
  padding-right: 20px;
  padding-left: 16px;
  line-height: 30px;
  padding-top: 17px;
}
#yadgo .boxBlockCalendar .boxHeader .title {
  padding-top: 9px;
  line-height: 16px;
  padding-right: 10px;
  padding-left: 16px;
}
#yadgo .boxBlock.type_nofshon.type_yadgo .boxHeader .title {
  padding-top: 14px;
}
#yadgo .boxBlock1 .boxHeader .title span,
#yadgo .boxBlockCalendar .boxHeader .title span {
  display: block;
  float: right;
  font-size: 16px;
  font-weight: 700;
  margin-right: 5px;
}
#yadgo .boxBlock1.mdl_featuredDestinations .boxHeader .title span {
  color: #3f4042;
}
#yadgo .boxBlockCalendar .boxHeader .title span {
  margin-right: 0px;
}
#yadgo .boxBlock1 .boxHeader .title a {
  display: block;
  float: left;
}
#yadgo .boxBlock1.deals .boxHeader {
  height: 37px;
}
#yadgo .boxBlock1.deals .boxHeader .title {
  padding-top: 0px;
  font-size: 18px;
  line-height: 37px;
  font-weight: 700;
  padding-right: 7px;
}
#yadgo .boxBlock1 .boxDeals ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-top: 10px;
}
#yadgo .boxBlock1 .boxDeals ul li {
  display: block;
  float: right;
  width: 165px;
  margin-left: 2px;
  height: 26px;
  margin-bottom: 2px;
}
#yadgo .boxBlock1 .boxDeals ul li a {
  height: 26px;
  color: #1f497d;
  font-weight: 700;
  line-height: 13px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
#yadgo .boxBlock1 .boxDeals ul li a:hover {
  color: #057369;
  text-decoration: underline;
}
#yadgo .featuredDestinations {
  width: 330px;
  position: relative;
  margin-right: 16px;
  margin-top: -36px;
  border: 1px solid #d9d8d9;
  background: #FFFFFF;
}
#yadgo .featuredDestinations .promoImage {
  position: relative;
}
#yadgo .featuredDestinations .promoImage,
#yadgo .featuredDestinations .promoImage img {
  width: 330px;
  height: 96px;
  overflow: hidden;
}
#yadgo .featuredDestinations .promoImage img {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
}
#yadgo .featuredDestinations .promoImage img.active {
  display: block;
}
#yadgo .featuredDestinations .promoImage .promoOverlay {
  position: absolute;
  left: 270px;
  bottom: 0px;
  display: block;
  width: 28px;
  height: 18px;
  background: url("../img/yadgo/triangle.png") no-repeat 0px 2px;
}
#yadgo .featuredDestinations .destinationLinks {
  display: block;
  width: 100%;
  background: url("../img/yadgo/earth.png") no-repeat 0px 0px;
  color: #1f497d;
}
#yadgo .featuredDestinations .destinationLinks .inner {
  padding: 34px 9px 4px 9px;
  margin-bottom: 2px;
}
#yadgo .featuredDestinations .destinationLinks a {
  color: #1f497d;
  min-height: 24px;
  float: right;
  display: block;
  list-style-type: circle;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  cursor: pointer;
}
#yadgo .featuredDestinations .destinationLinks ul li a {
  padding-right: 20px;
  padding-left: 16px;
}
#yadgo .featuredDestinations .destinationLinks .moreDestinations {
  font-size: 13px;
  padding-bottom: 8px;
}
#yadgo .featuredDestinations .destinationLinks a:hover {
  color: #057369;
}
#yadgo .featuredDestinations .destinationLinks a i.circle {
  display: block;
  height: 11px;
  width: 11px;
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -5px;
  background: url("../img/yadgo/circles.png") no-repeat left 0px;
}
#yadgo .featuredDestinations .destinationLinks a:hover i.circle {
  background-position: left -100px;
}
#yadgo .featuredDestinations .destinationLinks a span {
  height: 24px;
  min-height: 24px;
  display: table-cell;
  vertical-align: middle;
  font-weight: 700;
}
#yadgo .featuredDestinations .destinationLinks ul {
  margin: 0px;
  padding: 0px;
}
#yadgo .featuredDestinations .destinationLinks ul li {
  width: 50%;
  display: block;
  float: right;
  min-height: 47px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#yadgo .boxBlock2 {
  display: block;
  width: 363px;
  min-height: 1px;
  border-bottom: none;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#ffffff');
  background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#ffffff));
  background: -moz-linear-gradient(top, #e2e2e2, #ffffff);
  background: -ms-linear-gradient(top, #e2e2e2 0%, #ffffff 100%);
  margin-bottom: 12px;
}
#yadgo .boxBlock2 .boxHeader {
  width: 363px;
  height: 6px;
  background: url("../img/yadgo/box2_header.png") no-repeat 0px 0px;
  z-index: 1000;
}
#yadgo .boxBlock2 .boxBody {
  width: 361px;
  border-left: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
}
#yadgo .boxBlock2 .boxFooter {
  position: relative;
  width: 363px;
  height: 6px;
  margin-top: -5px;
  background: url("../img/yadgo/box1_footer.png") no-repeat 0px 0px;
  z-index: 1000;
  /*left:1px;*/
}
#yadgo .boxBlock2 .boxText {
  padding: 19px 26px 19px 26px;
  color: #3f4042;
}
#yadgo .boxBlock2 .boxText .title,
#yadgo .boxBlock2 .boxText h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #3f4042;
}
#yadgo .boxBlock2 .boxText {
  font-size: 12px;
  line-height: 19px;
}
#yadgo .boxBlock .expandableText {
  position: relative;
  text-align: justify;
}
#yadgo .boxBlock .expandableText a {
  color: #5f9183;
}
#yadgo .boxBlock .expandableText h3 {
  margin-top: 7px;
  margin-bottom: 2px;
}
#yadgo .boxBlock .expandableText .fullText {
  max-height: 95px;
  overflow: hidden;
}
#yadgo .boxBlock .expandableText .fullText .fullTextInner {
  width: 309px;
  height: auto;
  overflow: auto;
}
#yadgo .boxBlock .expandableText .fullText.expand {
  max-height: none;
  height: auto;
}
#yadgo .boxBlock .expandableText .longText {
  display: none;
  position: relative;
}
#yadgo .boxBlock .expandableText .controls {
  margin-top: 12px;
}
#yadgo .boxBlock .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;
}
#yadgo .boxBlock .expandableText .controls a.btnClose {
  background: url("../img/yadgo/expand.png") no-repeat left -95px;
}
/* ICONS */
#yadgo .header-icon {
  float: right;
  display: block;
  width: 32px;
  height: 32px;
  background: url("../img/yadgo/icons.png") no-repeat 0px 0px;
}
#yadgo .header-icon.icon-earth {
  background-position: -8px -8px;
}
#yadgo .header-icon.icon-hotel {
  background-position: -8px -56px;
}
#yadgo .header-icon.icon-stick {
  width: 32px;
  height: 32px;
  background-position: -8px -104px;
}
#yadgo .icon-deal {
  float: right;
  display: block;
  width: 36px;
  height: 18px;
  background: url("../img/yadgo/icons.deals.png") no-repeat 0px 0px;
  margin-top: 3px;
}
#yadgo .icon-deal.w_deal {
  background-position: 0px -7px;
}
#yadgo .icon-deal.airplane {
  background-position: 0px -39px;
}
#yadgo .icon-deal.airticket {
  background-position: 5px -71px;
}
#yadgo .icon-deal.sport {
  background-position: 0px -103px;
}
#yadgo .icon-deal.bus {
  background-position: 0px -135px;
}
#yadgo .icon-deal.car {
  background-position: 0px -167px;
}
#yadgo .icon-deal.show {
  background-position: 0px -199px;
}
#yadgo .roomBox select.customSelectClass {
  width: 66px;
}
#yadgo .monthBox select.customSelectClass {
  width: 172px;
}
#yadgo .destBox select.customSelectClass {
  width: 181px;
}
#yadgo .engineForm .formBody .destBox .customSelect,
#yadgo .engineForm .formBody .destBoxLong .customSelect {
  display: inline-block;
  width: 179px;
  padding-left: 0px;
  padding-right: 0px;
  height: 25px;
}
#yadgo .engineForm .formBody .destBoxLong select.customSelectClass {
  width: 350px;
}
#yadgo .engineForm .formBody .destBoxLong .customSelect {
  width: 349px;
}
#yadgo .engineForm .formBody .destBox .customSelect span,
#yadgo .engineForm .formBody .destBoxLong .customSelect span {
  display: inline-block;
  padding-left: 24px;
  margin-right: 9px;
  overflow: hidden;
}
#yadgo .engineForm .formBody .monthBox .customSelect {
  display: inline-block;
  width: 170px;
  padding-left: 0px;
  padding-right: 0px;
  height: 25px;
}
#yadgo .engineForm .formBody .monthBox .customSelect span {
  display: inline-block;
  padding-left: 24px;
  margin-right: 9px;
  overflow: hidden;
}
#yadgo .infantNote {
  visibility: hidden;
  color: #FFFFFF;
  font-size: 10px;
  margin-top: 4px;
  margin-bottom: -5px;
}
#yadgo .boxRecommendedHotels .header-icon {
  margin-left: 7px;
}
.boxRecommendedHotels .titleBox {
  color: #3f4042;
  line-height: 16px;
  padding-top: 4px;
  margin-right: 8px;
}
.boxRecommendedHotels .titleBox .title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 2px;
}
.boxRecommendedHotels .titleBox .subTitle {
  font-size: 14px;
  margin-top: -2px;
}
.boxRecommendedHotels .hotelList {
  margin-top: 9px;
}
.boxRecommendedHotels .hotelList .col {
  width: 166px;
  margin-right: 9px;
  float: right;
}
.boxRecommendedHotels .hotelList .hotel {
  display: block;
  width: 169px;
  float: right;
}
.boxRecommendedHotels .hotelList .hotel .fltR {
  float: right;
  display: block;
}
.boxRecommendedHotels .hotelList .hotel .number {
  display: block;
  float: right;
  margin-left: 12px;
  width: 27px;
  height: 44px;
  border-bottom: 1px solid #FFFFFF;
  line-height: 44px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #5d5d5d;
  background: url("../img/yadgo/num.box.png") no-repeat 0px -100px;
}
#yadgo .shadow {
  text-shadow: #FFFFFF -1px 1px -1px;
  /*
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=2,color=ffffff);
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=FFFFFF,offX=-1,offY=1);
	*/
}
.boxRecommendedHotels .hotelList .hotel.first .number {
  background-position: 0px 0px;
}
.boxRecommendedHotels .hotelList .hotel.last .number {
  background-position: 0px -200px;
  border-bottom: none;
}
.boxRecommendedHotels .hotelList .hotel.single .number {
  background-position: 0px -300px;
  border-bottom: none;
}
.boxRecommendedHotels .hotelList .hotel .title {
  display: block;
  width: 125px;
  height: 15px;
  font-size: 11px;
  margin-top: 10px;
  direction: ltr;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.boxRecommendedHotels .hotelList .hotel .title,
.boxRecommendedHotels .hotelList .hotel .title a {
  color: #1f497d;
}
#yadgo .coreModule.mdl_RecommendedHotels .boxBody {
  min-height: auto;
  padding-bottom: 15px;
}
#yadgo .coreModule.mdl_YadgoBestDeal .boxBody {
  min-height: auto;
  padding-bottom: 10px;
}
#yadgo .boxBestDeal {
  position: relative;
}
#yadgo .boxBestDeal .titleBox .title {
  font-size: 20px;
  font-weight: 700;
  color: #3f4042;
  width: 130px;
  position: relative;
  margin-right: -3px;
}
#yadgo .boxBestDeal .rightSide {
  display: block;
  width: 163px;
  float: right;
}
#yadgo .boxBestDeal .leftSide {
  display: block;
  width: 191px;
  min-height: 167px;
  float: right;
  position: relative;
}
#yadgo .boxBestDeal .dealDetails {
  margin-right: 15px;
  margin-top: 10px;
}
#yadgo .moreDetailsPlaceholder {
  position: absolute;
  bottom: 0px;
  left: 8px;
}
#yadgo .btnMoreDetails,
.yadgoCalendarPopup .btnMoreDetails {
  color: #5f9183;
  font-weight: 700;
  float: left;
  display: block;
  height: 26px;
  padding-left: 14px;
  background: url("../img/yadgo/btn.details.png") no-repeat 0px 0px;
}
#yadgo .btnMoreDetails span,
.yadgoCalendarPopup .btnMoreDetails span {
  display: block;
  padding-right: 8px;
  margin-left: 8px;
  line-height: 26px;
  background: url("../img/yadgo/btn.details.png") no-repeat right 0px;
  color: inherit;
}
#yadgo .btnMoreDetails:hover,
.yadgoCalendarPopup .btnMoreDetails:hover {
  text-decoration: none;
  background-position: 0px -100px;
}
#yadgo .btnMoreDetails:hover span,
.yadgoCalendarPopup .btnMoreDetails:hover span {
  background-position: right -100px;
}
#yadgo .boxBestDeal .dealDetails .topPart {
  min-height: 44px;
}
#yadgo .boxBestDeal .dealDetails .bottomPart {
  margin-top: 17px;
  font-size: 12px;
  line-height: 19px;
  color: #3f4042;
}
#yadgo .boxBestDeal .imageBox {
  margin-top: 7px;
  width: 191px;
  height: 102px;
  overflow: hidden;
}
#yadgo .boxBestDeal .imageBox img {
  width: 191px;
  height: 102px;
}
#yadgo .boxBestDeal .hotelName {
  font-size: 13px;
  font-weight: 700;
  direction: ltr;
  text-align: right;
  color: #3f4042;
  margin-left: 8px;
}
#yadgo .boxBestDeal .priceStick {
  display: block;
  width: 77px;
  height: 111px;
  position: absolute;
  top: 50px;
  left: 115px;
  background: url("../img/yadgo/price.stick.png") no-repeat 0px 0px transparent;
  color: #3f4042;
}
#yadgo .boxBestDeal .priceStick .shadow {
  text-shadow: #ffeda3 -1px 1px -1px;
}
#yadgo .boxBestDeal .priceStick .currency {
  margin-top: 37px;
}
#yadgo .boxBestDeal .priceStick .currency,
#yadgo .boxBestDeal .priceStick .price {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
}
#yadgo .boxBestDeal .priceStick .detail {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 0px;
}
.boxBlock.boxBlockCalendar {
  position: relative;
}
.boxBlock.boxBlockCalendar .filter {
  margin-right: 10px;
  margin-top: 9px;
}
.boxBlock.type_nofshon.type_yadgo.boxBlockCalendar .filter {
  display: block;
  width: auto;
  height: 70px;
  margin: 13px 0 0 0;
  padding: 4px 18px 0px 0px;
  border: 1px solid #b5b5b5;
  border-bottom: none;
  background: #e5e5e7;
}
.boxBlock.boxBlockCalendar .filter .row {
  display: block;
  margin-bottom: 1px;
}
.boxBlock.boxBlockCalendar .filter .row.marg7t {
  margin-top: 7px;
}
.boxBlock.boxBlockCalendar .filter .row .col {
  display: block;
  float: right;
  min-height: 1px;
  width: 87px;
  overflow: hidden;
}
.boxBlock.type_nofshon.type_yadgo.boxBlockCalendar .filter .row .col {
  width: 79px;
  margin-left: 5px;
}
.boxBlock.type_nofshon.type_yadgo.boxBlockCalendar .filter .row .col.hotel {
  width: 247px;
}
.boxBlock.type_nofshon.type_yadgo.boxBlockCalendar .filter .row .col.hotel .customSelectInner {
  direction: ltr;
  text-align: right;
}
.boxBlock.boxBlockCalendar .filter .row .col.hotel select {
  direction: ltr;
  min-width: 247px;
}
.boxBlock.boxBlockCalendar .filter .row.header {
  color: #FFFFFF;
  min-height: 15px;
}
.boxBlock.type_nofshon.type_yadgo.boxBlockCalendar .filter .row.header {
  color: #707070;
}
.boxBlock.boxBlockCalendar .filter .row .col.label {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 27px;
  white-space: nowrap;
  padding-left: 12px;
}
.boxBlock.boxBlockCalendar .filter select.customSelectClass {
  width: 83px;
}
.boxBlock.boxBlockCalendar .filter .customSelect {
  display: inline-block;
  width: 81px;
  padding-left: 0px;
  padding-right: 0px;
  height: 25px;
}
.boxBlock.boxBlockCalendar .filter .customSelect .customSelectInner {
  display: inline-block;
  margin-right: 9px;
  overflow: hidden;
  width: 50px;
}
.boxBlock.boxBlockCalendar .boxBody .bodyInner {
  margin-top: 13px;
  margin-right: 18px;
  position: relative;
  min-height: 217px;
}
.boxBlock.type_nofshon.type_yadgo.boxBlockCalendar .boxBody .bodyInner {
  margin-top: 5px;
}
.boxBlock.boxBlockCalendar .calendar {
  position: relative;
  display: block;
  width: 330px;
  min-height: 232px;
  background: url("../img/yadgo/calendar.bg.png") repeat-x;
  border-left: 1px solid #d2d3d7;
  border-top: 1px solid #ebebed;
  padding-bottom: 1px;
}
.boxBlock.boxBlockCalendar .initialPreloader {
  display: block;
  position: absolute;
  top: 50px;
  left: 130px;
  margin: auto;
  width: 100px;
  height: 100px;
  background: url("../img/searchresults/preloader.gif") no-repeat center center;
}
.boxBlock.boxBlockCalendar .calendar tbody {
  background: #909093;
}
.boxBlock.boxBlockCalendar .calendar.preloader table {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
  filter: alpha(opacity=45);
  -khtml-opacity: 0.45;
  -moz-opacity: 0.45;
  opacity: 0.45;
}
.boxBlock.boxBlockCalendar .calendar .ui-datepicker-header {
  display: block;
  height: 24px;
}
.boxBlock.boxBlockCalendar .calendar div.ui-datepicker-header div.ui-datepicker-title,
.boxBlock.boxBlockCalendar .calendar h2 {
  position: absolute;
  top: 8px;
  left: 89px;
  width: 150px;
  text-align: center;
  display: inline-block;
  margin: 0px auto;
  font-size: 12px;
  font-weight: 700;
  color: #3f4042;
}
.boxBlock.boxBlockCalendar .calendar .ui-datepicker-other-month,
.boxBlock.boxBlockCalendar .calendar .ui-datepicker-other-month .date {
  color: #a9a9aa!important;
}
.boxBlock.boxBlockCalendar .calendar .ui-state-disabled span {
  display: block;
  padding: 2px 3px 3px 2px;
  color: #3F4042;
}
.boxBlock.boxBlockCalendar .calendar div.ui-datepicker-header a span {
  display: none;
}
.boxBlock.boxBlockCalendar .calendar .ui-datepicker-other-month span {
  display: block;
  padding: 2px 3px 3px 2px;
  color: #A9A9AA!important;
}
.boxBlock.boxBlockCalendar .calendar table {
  border-spacing: 0px;
  border-spacing: 0;
  border-collapse: collapse;
}
.boxBlock.boxBlockCalendar .calendar table {
  margin-top: 4px;
  margin-right: 1px;
  /*background: #868688;*/
}
.boxBlock.boxBlockCalendar .calendar td {
  background: #ebeced;
  width: 47px;
  height: 46px;
  padding: 0px;
  vertical-align: top;
  font-family: "Myriad Pro", "Arial";
  font-weight: 700;
  font-size: 16px;
  color: #56606d;
  background: url("../img/yadgo/calendar.date.bg.png") repeat-x 0px 0px #dfe0e3;
}
.boxBlock.boxBlockCalendar .calendar td.cheapest {
  background-position: 0px -100px;
}
.boxBlock.boxBlockCalendar .calendar th {
  font-size: 10px;
  color: #4e535d;
  height: 16px;
  text-shadow: #e5e7ec -1px 2px 0px;
  /*
	filter: progid:DXImageTransform.Microsoft.Shadow(direction=135,strength=2,color=ffffff);
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=FFFFFF,offX=-1,offY=1);
	*/
  text-align: center;
}
.boxBlock.boxBlockCalendar .calendar div.ui-datepicker-header a.ui-datepicker-next {
  position: absolute;
  top: 9px;
  left: 7px;
  display: inline-block;
  height: 10px;
  width: 9px;
  cursor: pointer;
  background: url(../img/yadgo/calendar.arrows.png) no-repeat 0px 0px;
}
.boxBlock.boxBlockCalendar .calendar div.ui-datepicker-header a.ui-datepicker-next:hover {
  background: url(../img/yadgo/calendar.arrows.png) no-repeat -100px 0px;
}
.boxBlock.boxBlockCalendar .calendar div.ui-datepicker-header a.ui-datepicker-next.ui-state-disabled {
  background: url(../img/yadgo/calendar.arrows.png) no-repeat -200px 0px;
  cursor: default;
}
.boxBlock.boxBlockCalendar .calendar div.ui-datepicker-header a.ui-datepicker-prev {
  position: absolute;
  top: 9px;
  right: 7px;
  display: inline-block;
  height: 10px;
  width: 9px;
  cursor: pointer;
  background: url(../img/yadgo/calendar.arrows.png) no-repeat 0px -100px;
}
.boxBlock.boxBlockCalendar .calendar div.ui-datepicker-header a.ui-datepicker-prev:hover {
  background: url(../img/yadgo/calendar.arrows.png) no-repeat -100px -100px;
}
.boxBlock.boxBlockCalendar .calendar div.ui-datepicker-header a.ui-datepicker-prev.ui-state-disabled {
  background: url(../img/yadgo/calendar.arrows.png) no-repeat -200px -100px;
  cursor: default;
}
.boxBlock.boxBlockCalendar .calendar .cell {
  display: block;
  width: 47px;
  height: 46px;
  color: #56606d;
  overflow: hidden;
  background: url("../img/yadgo/calendar.date.bg.png") repeat-x 0px 0px #dfe0e3;
  cursor: default;
}
.boxBlock.boxBlockCalendar .mainCalendar.hiddenArrows div.ui-datepicker-header .ui-datepicker-prev,
.boxBlock.boxBlockCalendar .mainCalendar.hiddenArrows div.ui-datepicker-header .ui-datepicker-next {
  visibility: hidden!important;
}
.boxBlock.boxBlockCalendar .calendar .cell.cheapest {
  background-position: 0px -100px;
  cursor: default;
}
.boxBlock.boxBlockCalendar .calendar .cell.regular {
  background-position: 0px -200px;
  cursor: default;
}
.boxBlock.boxBlockCalendar .calendar .cell.cheapest:hover,
.boxBlock.boxBlockCalendar .calendar .cell.regular:hover,
.boxBlock.boxBlockCalendar .calendar .cell.mouseOver {
  background-position: 0px -300px;
}
.boxBlock.boxBlockCalendar .calendar .cell.cheapest:hover,
.boxBlock.boxBlockCalendar .calendar .cell.regular:hover {
  cursor: pointer;
}
.boxBlock.boxBlockCalendar .calendar .ui-datepicker-calendar a,
.boxBlock.boxBlockCalendar .calendar .ui-datepicker-calendar a {
  text-decoration: none!important;
}
.boxBlock.boxBlockCalendar .calendar .cell .inner {
  padding: 2px 3px 2px 3px;
}
/* std */
.boxBlock.boxBlockCalendar .calendar .cell .date {
  font-size: 15px;
}
.boxBlock.boxBlockCalendar .calendar .cell .text {
  color: #6e757a;
  font-size: 7px;
  font-weight: 700;
  font-family: Arial;
}
.boxBlock.boxBlockCalendar .calendar .cell .price {
  line-height: 16px;
  font-size: 16px;
}
.boxBlock.boxBlockCalendar .calendar .cell .price.small {
  font-size: 14px;
}
@-moz-document url-prefix() {
  .boxBlock.boxBlockCalendar .calendar .cell .price {
    line-height: 12px;
  }
}
/* regular */
.boxBlock.boxBlockCalendar .calendar .cell.regular .date {
  color: #057369;
}
.boxBlock.boxBlockCalendar .calendar .cell.regular .price {
  color: #000000;
}
/* cheapest */
.boxBlock.boxBlockCalendar .calendar .cell.cheapest .date {
  color: #3f4042;
}
.boxBlock.boxBlockCalendar .calendar .cell.cheapest .text {
  color: #3f4042;
}
.boxBlock.boxBlockCalendar .calendar .cell.cheapest .price {
  color: #3f4042;
}
.boxBlock.boxBlockCalendar .calendar .cell.cheapest:hover .date,
.boxBlock.boxBlockCalendar .calendar .cell.cheapest:hover .text,
.boxBlock.boxBlockCalendar .calendar .cell.cheapest:hover .price,
.boxBlock.boxBlockCalendar .calendar .cell.regular:hover .date,
.boxBlock.boxBlockCalendar .calendar .cell.regular:hover .text,
.boxBlock.boxBlockCalendar .calendar .cell.regular:hover .price,
.boxBlock.boxBlockCalendar .calendar .cell.mouseOver .date,
.boxBlock.boxBlockCalendar .calendar .cell.mouseOver .text,
.boxBlock.boxBlockCalendar .calendar .cell.mouseOver .price {
  color: #FFFFFF;
}
.boxBlock.boxBlockCalendar .dateCircle {
  position: absolute;
  left: 15px;
  top: -9px;
  display: block;
  width: 50px;
  height: 40px;
  background: #cecece;
  border-radius: 5px;
  overflow: hidden;
}
.boxBlock.boxBlockCalendar .dateCircle .month {
  font-size: 14px;
  font-family: "almoni-dl", "Arial";
  display: block;
}
.boxBlock.boxBlockCalendar .dateCircle .month,
.boxBlock.boxBlockCalendar .dateCircle .year {
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 700;
  color: #3f4042;
  display: block;
}
.boxBlock.boxBlockCalendar .dateCircle .year {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  color: #221d5f;
  background: #FFF;
}
.boxBlock.boxBlockCalendar .dateCircle .rotate {
  -webkit-transform: rotate(340deg);
  -moz-transform: rotate(340deg);
  -o-transform: rotate(340deg);
  writing-mode: lr-tb;
}
.boxBlock.boxBlockCalendar .filter select.autowidth.autowidth-expand {
  width: auto;
  position: absolute;
}
/* global modules overrides */
#yadgo .coreModule.mdl_Nofshon .destinationPickerInput,
#yadgo .coreModule.mdl_Charter .destinationPickerInput,
#yadgo .coreModule.mdl_W_Hotel .destinationPickerInput {
  float: right;
  width: 134px;
  margin-left: 4px;
}
#yadgo .coreModule.mdl_W_Fly .destinationPickerInput {
  float: right;
  width: 305px;
  margin-left: 4px;
}
.yadgoCalendarPopup {
  display: none;
  width: 189px!important;
  height: 242px!important;
  z-index: 100;
  text-align: right;
  color: #3f4042;
}
.yadgoCalendarPopup .popupBody {
  height: 216px;
  width: 189px;
  background: url("../img/yadgo/calendar.popup.bg.png") no-repeat top left;
}
.yadgoCalendarPopup .popupFooter {
  height: 26px;
  width: 46px;
  margin: auto auto auto 72px;
  background: url("../img/yadgo/calendar.popup.bg.png") no-repeat -72px bottom;
}
.yadgoCalendarPopup .btnClose {
  float: left;
  padding-left: 25px;
  display: block;
  width: 19px;
  height: 18px;
  line-height: 18px;
  background: url("../img/shared/btn.close.rounded.png") no-repeat top left;
  cursor: pointer;
}
.yadgoCalendarPopup .btnClose:hover {
  background-position: bottom left;
}
.yadgoCalendarPopup .panel {
  padding: 12px 12px 8px 12px;
  height: 18px;
  display: block;
}
.yadgoCalendarPopup .details {
  display: block;
  min-height: 110px;
  padding-top: 23px;
  padding-right: 16px;
  padding-left: 16px;
  line-height: 19px;
}
.yadgoCalendarPopup .price {
  font-size: 19px;
  font-weight: 700;
  padding-right: 16px;
  padding-left: 16px;
  min-height: 19px;
  min-width: 1px;
}
.yadgoCalendarPopup .price-note {
  font-size: 11px;
  font-weight: normal;
  letter-spacing: -0.2px;
  height: 12px;
  padding-right: 16px;
  padding-left: 16px;
  color: rgba(64, 64, 66, 0.7);
}
.yadgoCalendarPopup .details .hotelName {
  height: 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  font-weight: 700;
  color: #3f4042;
  direction: ltr;
  margin-bottom: 5px;
  text-overflow: ellipsis;
}
.yadgoCalendarPopup .details .dates {
  direction: ltr;
  margin-top: 3px;
}
.yadgoCalendarPopup .details .comments {
  color: #9b0108;
  font-size: 11px;
  line-height: 12px;
  margin-bottom: 5px;
}
.yadgoCalendarPopup .moreDetails {
  display: block;
  margin-left: 16px;
  margin-top: 17px;
  margin-top: 5px;
}
.yadgoCalendarPopup.charter {
  height: 191px!important;
}
.yadgoCalendarPopup.charter .popupBody {
  height: 165px;
  background-position: -200px 0px;
}
.yadgoCalendarPopup.charter .details {
  min-height: 55px;
}
.yadgoCalendarPopup .dealStatus {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-align: right;
  color: #01930a;
  height: 13px;
  position: relative;
  margin-top: -11px;
  margin-bottom: 5px;
}
.yadgoCalendarPopup .dealStatus.alert {
  color: #FF0000;
}
.yadgoCalendarPopup .dealStatus.notify {
  color: #FF0000;
}
.qtip.qtip-dark .qtip-contentWrapper {
  background: #000!important;
  border: none!important;
}
.qtip.qtip-dark .qtip-content.qtip-content {
  padding: 8px 4px!important;
  background: #000!important;
  color: #FFF!important;
  direction: ltr!important;
  text-align: left!important;
  border: none!important;
}
/* OTHER LINKS START */
#yadgo .other-links {
  border: 1px solid #c8c7c8;
  border-radius: 5px;
  margin: 0px 14px 0px 22px;
  background: -moz-linear-gradient(bottom, #e5e5e5 0%, #FFFFFF 100%);
  background: -webkit-gradient(linear, bottom, right top, color-stop(0%, #e5e5e5), color-stop(100%, #FFFFFF));
  background: -webkit-linear-gradient(bottom, #e5e5e5 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, #e5e5e5 0%, #FFFFFF 100%);
  background: -ms-linear-gradient(bottom, #e5e5e5 0%, #FFFFFF 100%);
  background: linear-gradient(to bottom, #e5e5e5 0%, #FFFFFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5e5e5', endColorstr='#FFFFFF', GradientType=0);
}
#yadgo .other-links .other-links-inner {
  padding: 10px 15px 10px 5px;
}
#yadgo .other-links .other-links-inner .header {
  display: block;
  margin-bottom: 10px;
}
#yadgo .other-links .other-links-inner .title,
#yadgo .other-links .other-links-inner .ui-icon {
  float: right;
}
#yadgo .other-links .other-links-inner .title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 16px;
  margin-right: 5px;
}
#yadgo .other-links ul {
  margin: 0px;
  padding: 0px;
}
#yadgo .other-links ul li {
  display: block;
  font-size: 13px;
  margin-bottom: 11px;
  background-image: url("../img/shared/dot4x4.png");
  background-repeat: no-repeat;
  background-position: right 5px;
  padding-right: 14px;
  float: right;
  width: 208px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 8px;
}
#yadgo .other-links ul li,
#yadgo .other-links ul li a {
  font-size: 13px;
  color: #1f497d;
}
#yadgo .other-links ul li:hover,
#yadgo .other-links ul li a:hover {
  color: #057369;
}
/* OTHER LINKS END */
/* FLY AND DRIVE START */
#yadgo.fly-and-drive .mdl_FlyAndDrive .col {
  margin-right: 6px;
}
#yadgo.fly-and-drive .mdl_FlyAndDrive .col:first-child {
  margin-right: 0px;
}
#yadgo.fly-and-drive .mdl_FlyAndDrive .col.date {
  width: 112px;
}
#yadgo.fly-and-drive .mdl_FlyAndDrive .col.search {
  margin-right: 16px;
  width: 98px;
}
#yadgo.fly-and-drive .boxBlock .expandableText .fullText {
  max-height: 114px;
}
#yadgo.fly-and-drive .boxBlock .expandableText .fullText.expand {
  max-height: none;
}
#yadgo.fly-and-drive .boxBlock2 .boxText {
  padding-bottom: 23px;
}
#yadgo.fly-and-drive .engineForm .searchButton {
  display: block;
  height: 49px;
  width: auto;
  background: url(../img/uicontrols/btn.set.a.png) no-repeat top left;
  text-decoration: none;
  cursor: pointer;
}
#yadgo.fly-and-drive .featuredDestinations .destinationLinks .inner {
  min-height: 268px;
}
/* FLY AND DRIVE END */
#yadgo .engineForm.coreModule.mdl_HotelsAbroadForm,
#yadgo .engineForm.coreModule.mdl_Organized {
  padding-top: 7px;
  padding-bottom: 7px;
}
#yadgo .engineForm .engine-form-inner {
  position: relative;
}
#yadgo .engineForm .ui-block.type-a .ui-block-header {
  display: none;
}
#yadgo .engineForm .ui-block.type-a .ui-block-body {
  background: none;
}
#yadgo .engineForm .ui-block.type-a .ui-block-footer {
  visibility: hidden;
}
#yadgo .youtube-box {
  height: 198px;
  width: 361px;
  border: 1px solid #b5b5b5;
  margin-bottom: 12px;
  border-radius: 9px;
  background: #e2e2e2;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #e2e2e2));
  background: -ms-linear-gradient(bottom, #FFFFFF, #e2e2e2);
  background: -moz-linear-gradient(center bottom, #FFFFFF 0%, #e2e2e2 100%);
  background: -o-linear-gradient(#e2e2e2, #FFFFFF);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#FFFFFF', GradientType=0);
}
#yadgo .youtube-box > .wrap {
  padding: 15px;
}
#yadgo .boxBlockCalendar .boxHeader {
  /*background: rgba(0,0,0,0.8);*/
  background: none;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
#yadgo .boxBlockCalendar .boxHeader .title {
  padding-top: 15px!important;
  padding-right: 16px;
  position: relative;
}
#yadgo .boxBlockCalendar .boxHeader .title span {
  font-size: 24px;
  font-family: "almoni-dl", "Arial";
  font-weight: 700;
}
#yadgo .boxBlockCalendar .boxHeader .filter {
  position: relative;
}
#yadgo .boxBlockCalendar .boxHeader .ds-header {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 91px;
  overflow: hidden;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
#yadgo .boxBlockCalendar .boxHeader .ds-header .h-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#yadgo .boxBlockCalendar .boxHeader .ds-header .h-image {
  position: absolute;
  width: 774px;
  height: 336px;
  -webkit-filter: blur(16px);
  filter: blur(16px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='12');
  left: -396px;
  top: -217px;
}
#yadgo .leftColumn > div:first-child.boxBlock.deals .boxHeader,
#yadgo .rightColumn > div:first-child.boxBlock.deals .boxHeader,
#yadgo .leftColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxHeader,
#yadgo .rightColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxHeader {
  height: 44px;
  position: relative;
  background: none;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
#yadgo .leftColumn > div:first-child.boxBlock.deals .boxHeader .header-icon.icon-earth,
#yadgo .rightColumn > div:first-child.boxBlock.deals .boxHeader .header-icon.icon-earth,
#yadgo .leftColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxHeader .header-icon.icon-earth,
#yadgo .rightColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxHeader .header-icon.icon-earth {
  display: none;
}
#yadgo .leftColumn > div:first-child.boxBlock.deals .boxHeader .ds-header,
#yadgo .rightColumn > div:first-child.boxBlock.deals .boxHeader .ds-header,
#yadgo .leftColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxHeader .ds-header,
#yadgo .rightColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxHeader .ds-header {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 44px;
  overflow: hidden;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
#yadgo .leftColumn > div:first-child.boxBlock.deals .boxHeader .ds-header .h-bg,
#yadgo .rightColumn > div:first-child.boxBlock.deals .boxHeader .ds-header .h-bg,
#yadgo .leftColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxHeader .ds-header .h-bg,
#yadgo .rightColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxHeader .ds-header .h-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#yadgo .leftColumn > div:first-child.boxBlock.deals .boxHeader .ds-header .h-image,
#yadgo .rightColumn > div:first-child.boxBlock.deals .boxHeader .ds-header .h-image,
#yadgo .leftColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxHeader .ds-header .h-image,
#yadgo .rightColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxHeader .ds-header .h-image {
  position: absolute;
  width: 774px;
  height: 336px;
  -webkit-filter: blur(16px);
  filter: blur(16px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='12');
  left: -23px;
  top: -217px;
}
#yadgo .leftColumn > div:first-child.boxBlock.deals .boxHeader .title,
#yadgo .rightColumn > div:first-child.boxBlock.deals .boxHeader .title,
#yadgo .leftColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxHeader .title,
#yadgo .rightColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxHeader .title {
  padding-top: 6px;
  padding-right: 16px;
  font-size: 24px;
  font-family: "almoni-dl", "Arial";
  font-weight: 700;
  position: relative;
}
#yadgo .leftColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxBody,
#yadgo .rightColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxBody {
  border-top: 1px solid #fefefe;
}
#yadgo .leftColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxHeader,
#yadgo .rightColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxHeader {
  height: 91px;
}
#yadgo .leftColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxHeader .title,
#yadgo .rightColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxHeader .title {
  padding-top: 10px;
}
#yadgo .leftColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxHeader .title span,
#yadgo .rightColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxHeader .title span {
  color: #FFF;
}
#yadgo .leftColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxHeader .title a,
#yadgo .rightColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxHeader .title a {
  font-family: "Arial";
  font-weight: 700;
  color: #FFF;
  font-size: 12px;
}
#yadgo .leftColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxHeader .title span,
#yadgo .rightColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxHeader .title span {
  font-size: 24px;
}
#yadgo .leftColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxHeader .ds-header,
#yadgo .rightColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxHeader .ds-header {
  height: 91px;
}
#yadgo .leftColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxHeader .ds-header .h-image,
#yadgo .rightColumn > div:first-child.boxBlock.mdl_featuredDestinations .boxHeader .ds-header .h-image {
  left: -396px;
  top: -217px;
}
#yadgo .leftColumn > div:not(:first-child).boxBlock.deals,
#yadgo .rightColumn > div:not(:first-child).boxBlock.deals {
  border-radius: 7px;
  border: 1px solid #b5b5b5;
  background: #fdfdfd;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e6e6e8), color-stop(1, #fdfdfd));
  background: -ms-linear-gradient(bottom, #e6e6e8, #fdfdfd);
  background: -moz-linear-gradient(center bottom, #e6e6e8 0%, #fdfdfd 100%);
  background: -o-linear-gradient(#fdfdfd, #e6e6e8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdfdfd', endColorstr='#e6e6e8', GradientType=0);
}
#yadgo .leftColumn > div:not(:first-child).boxBlock.deals .boxHeader,
#yadgo .rightColumn > div:not(:first-child).boxBlock.deals .boxHeader {
  margin-left: 0px;
  width: auto;
  background: none;
}
#yadgo .leftColumn > div:not(:first-child).boxBlock.deals .boxHeader .title,
#yadgo .rightColumn > div:not(:first-child).boxBlock.deals .boxHeader .title {
  color: #3f4042;
  padding-right: 16px;
}
#yadgo .leftColumn > div:not(:first-child).boxBlock.deals .boxBody,
#yadgo .rightColumn > div:not(:first-child).boxBlock.deals .boxBody {
  border: none;
  background: none;
}
#yadgo .leftColumn > div:not(:first-child).boxBlock.deals .boxFooter,
#yadgo .rightColumn > div:not(:first-child).boxBlock.deals .boxFooter {
  background: none;
}
#yadgo .engineForm .formBody {
  position: relative;
  background: none;
}
#yadgo .engineForm .formHeader,
#yadgo .engineForm .formFooter {
  visibility: hidden;
}
#yadgo .engineForm .ds-header {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
#yadgo .engineForm .ds-header .h-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
#yadgo .engineForm .ds-header .h-image {
  position: absolute;
  width: 2322px;
  height: 672px;
  -webkit-filter: blur(16px);
  filter: blur(16px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='12');
  left: -774px;
  background-repeat: repeat;
  top: -333px;
}
#yadgo .engineForm.mdl_Organized .ds-header {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
#yadgo .boxBlock.type_charter .ui-form {
  padding-top: 20px;
}
.boxBlock.boxBlockCalendar .ui-form {
  position: relative;
  padding: 16px 16px 16px 12px;
  background: #e5e5e7;
  border: 1px solid #b5b5b5;
  border-bottom: none;
  margin-top: 13px;
}
.boxBlock.boxBlockCalendar .ui-form .row {
  margin-bottom: 12px;
}
.boxBlock.boxBlockCalendar .ui-form .col {
  float: right;
  min-height: 1px;
}
.boxBlock.boxBlockCalendar .ui-form .col.col1 {
  width: 102px;
  margin-right: 13px;
}
.boxBlock.boxBlockCalendar .ui-form .col.col1:first-child {
  margin-right: 0;
}
.boxBlock.boxBlockCalendar .ui-form .col.col2 {
  margin-right: 13px;
  width: 218px;
}
.boxBlock.boxBlockCalendar .ui-form .col.col3 {
  width: 103px;
  margin-right: 13px;
}
.boxBlock.boxBlockCalendar .ui-form .col.col4 {
  width: 126px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .boxBlock .h-bg,
  .engineForm .h-bg {
    background: rgba(0, 0, 0, 0.6) !important;
  }
}
@supports (-ms-ime-align:auto) {
  .boxBlock .h-bg,
  .engineForm .h-bg {
    background: rgba(0, 0, 0, 0.6) !important;
  }
}
