body {
  font-size: 100%;
  line-height: 1.6em;
  background: #333 url("/assets/img/2015/blurry_bg/32.jpg") 50% 100% no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
a {
  color: #1188c5;
}
a:hover {
  color: #0c5f8a;
}
.clear {
  zoom: 1;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
#site_holder {
  position: relative;
  z-index: 1;
  clear: both;
  margin: 0 auto;
  background: #333 /url("/assets/img/2015/blurry_bg/5.jpg") 50% 100% no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 0 10px;
  width: 1200px;
  zoom: 1;
}
#site_holder:before,
#site_holder:after {
  content: "";
  display: table;
}
#site_holder:after {
  clear: both;
}
#site_sidebar {
  float: left;
  width: 240px;
}
#site_sidebar a {
  color: #fff;
}
#site_main {
  padding-top: 8px;
  float: left;
  width: 720px;
}
#site_top_hotels {
  padding-top: 8px;
  float: left;
  width: 240px;
}
#site_top_hotels .card .hotel_image {
  -webkit-box-shadow: inset 0 0 0 4px rgba(255,203,90,0.92);
  -moz-box-shadow: inset 0 0 0 4px rgba(255,203,90,0.92);
  box-shadow: inset 0 0 0 4px rgba(255,203,90,0.92);
}
#site-footer {
  color: #fff;
  padding: 20px;
}
#site-footer a {
  color: #fff;
  opacity: 0.75;
  text-decoration: underline;
}
#site-footer a:hover {
  opacity: 1;
}
.box,
.card {
  position: relative;
  z-index: 1;
  margin: 8px;
  -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.35);
  box-shadow: 0px 1px 4px rgba(0,0,0,0.35);
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  zoom: 1;
}
.box:before,
.card:before,
.box:after,
.card:after {
  content: "";
  display: table;
}
.box:after,
.card:after {
  clear: both;
}
.box.size1,
.box.size2,
.box.size3 {
  float: left;
}
.box.size1 {
  width: 224px;
}
.box.size2 {
  width: 464px;
}
.box.size3 {
  width: 704px;
}
.card {
  overflow: hidden;
  width: 224px;
  height: 320px;
  float: left;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.card.half {
  height: 152px;
}
.card.size2 {
  width: 464px;
}
.card.size3 {
  width: 704px;
}
a.card:hover,
.hoverable.card:hover {
  z-index: 4;
  -webkit-box-shadow: 0px 10px 26px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 10px 26px rgba(0,0,0,0.4);
  box-shadow: 0px 10px 26px rgba(0,0,0,0.4);
}
.padding {
  padding: 0.6em 1em;
}
.fotorama__wrap,
.fotorama__thumbs_previews {
  background: transparent !important;
}
.hotels_mini_cards .card {
  overflow: hidden;
}
.hotels_mini_cards .card .minicorner {
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 40px;
  height: 31px;
  background: transparent url("/assets/img/corner-mini.png") center center no-repeat scroll;
  z-index: 4;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .hotels_mini_cards .card .minicorner {
    background-image: url("/assets/img/corner-mini@2x.png");
    -webkit-background-size: 40px 31px;
    background-size: 40px 31px;
    background-repeat: no-repeat;
  }
}
.hotels_mini_cards .card .hotel_images {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}
.hotels_mini_cards .card .hotel_images .hotel_image {
  position: absolute;
  top: 0;
  left: 0;
  height: 152px;
  width: 224px;
}
.hotels_mini_cards .card .hotel_info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background: rgba(0,0,0,0.4);
  color: #fff;
  padding: 0.6em 1em;
  opacity: 0.8;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hotels_mini_cards .card .hotel_info .hotel_location {
  font-size: 90%;
  text-align: right;
  float: right;
  opacity: 0.9;
}
.hotels_mini_cards .card .hotel_info .hotel_type {
  font-size: 90%;
  text-align: left;
  float: left;
  opacity: 0.9;
}
.hotels_mini_cards .card .hotel_info .hotel_name {
  clear: both;
}
.hotels_mini_cards .card:hover .hotel_info {
  opacity: 1;
  background: rgba(0,0,0,0.7);
}
.catalog-object-images {
  position: relative;
  left: 6px;
  margin-top: 6px;
}
.catalog-object-images .image-cell {
  margin-left: 14px !important;
  margin-bottom: 14px !important;
}
.catalog-object-images .image-cell.s3x2,
.catalog-object-images .image-cell.s3x2 img {
  width: 328px !important;
  height: 214px !important;
}
.catalog-object-images .image-cell.s2x2,
.catalog-object-images .image-cell.s2x2 img {
  width: 214px !important;
}
.catalog-object-images .image-cell img {
  -webkit-border-radius: none !important;
  -moz-border-radius: none !important;
  border-radius: none !important;
}
.catalog-object-images.s2x2.map {
  margin-left: 130px !important;
  width: 214px !important;
  height: 214px !important;
}
#catalog-object-minimap {
  width: 214px !important;
  height: 214px !important;
}
#catalog-object-minimap.s3x2 {
  width: 328px !important;
  height: 214px !important;
}
.catalog-object-room .stripe-box {
  width: 320px;
  height: 220px;
  float: left;
  margin: 10px 20px 20px 0;
}
.catalog-object-room .stripe-box img {
  max-width: inherit;
}
#catalog_navigation_holder .nav,
#navi {
  margin: 0;
  padding: 0;
}
.navi_holder {
  margin-bottom: 10px;
}
#catalog_navigation {
  margin: 0;
}
#catalog_navigation .catalog_link > a {
  font-size: 18px;
  color: #3a87ac;
  margin-bottom: 6px;
}
#catalog_navigation .catalog_link ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0;
}
#catalog_navigation .catalog_link ul ul {
  margin-left: 10px;
  margin-bottom: 1em;
}
#catalog_navigation .catalog_link ul ul a:hover {
  color: #052a37;
}
#catalog_navigation .catalog_link ul a.active {
  color: #690;
}
#catalog_navigation .location {
  font-size: 190%;
  display: block;
  color: #e8f6fc;
  opacity: 0.75;
  line-height: 1.1em;
}
#catalog_navigation li {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
ul.navigation {
  list-style: none;
  padding: 0;
}
ul.navigation li {
  line-height: inherit;
  margin-bottom: 0.6em;
}
.catalog_top_text_holder {
  padding: 30px 8px 10px 8px;
  float: left;
  clear: right;
  width: 944px;
  color: #fff;
}
.catalog_top_text_holder .title {
  font-size: 200%;
  margin: 0;
  line-height: 1.2em;
}
.catalog_top_text_holder .title small {
  font-size: 60%;
  opacity: 0.65;
}
.catalog_top_text_holder a {
  color: #fff;
  opacity: 0.75;
  text-decoration: underline;
}
.catalog_top_text_holder a:hover {
  opacity: 1;
}
.catalog_top_text_holder .show_all_by_type {
  float: right;
  padding-top: 8px;
}
.catalog_list .card.hotel .hotel_image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  height: 220px;
  width: 224px;
  z-index: 2;
  background: #ddd url("/assets/img/design/catalog/no_hotel_image.jpg") 50% 50% no-repeat scroll;
}
.catalog_list .card.hotel.starred {
  outline: 4px solid rgba(255,203,90,0.92);
}
.catalog_list .card.hotel .hotel_info {
  position: absolute;
  top: 220px;
  bottom: 0;
  font-size: 80%;
  color: #555;
  left: 0;
  right: 0;
  text-decoration: none;
  line-height: 1.47em;
  padding: 0.6em 1em;
  overflow: hidden;
}
.catalog_list .card.hotel .hotel_info .hotel_name {
  font-weight: bold;
  margin-bottom: 0;
}
.catalog_list .card.hotel .hotel_top {
  position: absolute;
  top: 10px;
  z-index: 10;
  color: rgba(255,255,255,0.5);
  text-shadow: 0 2px 2px rgba(0,0,0,0.5);
}
.catalog_list .card.hotel .hotel_top {
  left: 8px;
  color: #ffe326;
}
.catalog_list .card.hotel .cornerstar {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 76px;
  height: 57px;
  background: transparent url("/assets/img/corner-star.png") center center no-repeat scroll;
  z-index: 4;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .catalog_list .card.hotel .cornerstar {
    background-image: url("/assets/img/corner-star@2x.png");
    -webkit-background-size: 76px 57px;
    background-size: 76px 57px;
    background-repeat: no-repeat;
  }
}
.hotel_favorites {
  position: absolute;
  top: 3px;
  cursor: pointer;
  right: 5px;
  display: block;
  width: 30px;
  height: 50px;
  background: transparent url("/assets/img/icon-favorites.png") center center no-repeat scroll;
  z-index: 5;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .hotel_favorites {
    background-image: url("/assets/img/icon-favorites@2x.png");
    -webkit-background-size: 30px 50px;
    background-size: 30px 50px;
    background-repeat: no-repeat;
  }
}
.hotel_favorites.in_favorites,
.hotel_favorites.active {
  background: transparent url("/assets/img/icon-favorites-active.png") center center no-repeat scroll;
  color: #ff826b;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .hotel_favorites.in_favorites,
  .hotel_favorites.active {
    background-image: url("/assets/img/icon-favorites-active@2x.png");
    -webkit-background-size: 30px 50px;
    background-size: 30px 50px;
    background-repeat: no-repeat;
  }
}
.object_icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 6px;
  background: transparent url("/assets/img/object-icons.png") center center no-repeat scroll;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .object_icon {
    background-image: url("/assets/img/object-icons@2x.png");
    -webkit-background-size: 217px 72px;
    background-size: 217px 72px;
    background-repeat: no-repeat;
  }
}
.object_icon.kitchen {
  background-position: 0px 0px;
}
.object_icon.eat {
  background-position: -37px 0px;
}
.object_icon.transfer {
  background-position: -74px 0px;
}
.object_icon.wifi {
  background-position: -111px 0px;
}
.object_icon.waterpool {
  background-position: -148px 0px;
}
.object_icon.parking {
  background-position: -185px 0px;
}
.object_icon.tv {
  background-position: 0px -37px;
}
.object_icon.refrigerator {
  background-position: -37px -37px;
}
.object_icon.toilet {
  background-position: -74px -37px;
}
.object_icon.split {
  background-position: -111px -37px;
}
.one_object .hotel_favorites {
  position: absolute;
  right: 7px;
  top: 4px;
  color: #ccc;
  z-index: 50;
}
.one_object .hotel_favorites.in_favorites,
.one_object .hotel_favorites.active {
  color: #ff826b;
}
.fixed {
  position: fixed;
}
#favorites_link {
  position: fixed;
  top: 0;
  right: 0;
  background: #cc0707;
  padding: 4px 13px;
  z-index: 100;
  display: none;
}
#favorites_link a {
  text-decoration: none;
}
