body {
  font-size: 13px;
}
a {
  text-decoration: none;
  color: #00a3d0;
}
a:hover {
  color: #aeaeae;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ebebeb;
  border: none;
  box-shadow: none;
  transition: none;
  margin: 0px 2px 2px 0;
  padding: 0 3px;
  text-align: center;
  border-radius: 0;
  color: #5f6062;
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border: 2px solid #67ddf7;
  margin: -2px 0px 0px -2px;
  box-shadow: none;
}
textarea {
  padding: 3px;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
input,
textarea,
.uneditable-input {
  width: inherit;
}
label,
input,
button,
select,
textarea {
  font-size: 11px;
  font-weight: normal;
  line-height: 11px;
}
.btn {
  font-size: 18px !important;
  font-weight: 300;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #78360f;
  text-transform: uppercase;
  line-height: 19px !important;
  height: 28px !important;
  width: 171px !important;
  padding: 2px;
  border-radius: 0;
  border: none;
  background-color: transparent;
  background-image: url(../img/sprites.png);
  background-position: 0 -250px;
  background-repeat: no-repeat;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  box-shadow: none;
}
.btn:hover,
.btn:focus,
.btn.active,
.btn:active {
  color: #fff;
  background-image: url(../img/sprites.png);
  background-position: 0 -278px;
  transition: none;
  box-shadow: none;
  text-shadow: none;
  background-color: transparent;
}
.btn:disabled:hover {
  background-color: #e6e6e6;
  background-image: none;
  color: #333;
}
a.btn {
  height: 21px !important;
  width: 161px !important;
  padding-top: 5px;
}
p {
  margin-bottom: 14px;
}
p.big {
  font-size: 15px;
  margin-bottom: 6px;
  margin-top: 15px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
body.front {
  min-height: 612px;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
.front {
  font-size: 11px;
}
.front header {
  height: 113px;
}
.front .block-phones {
  margin-bottom: 23px;
}
.front .block-phones .phones {
  font-size: 20px;
  line-height: 27px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}
.front .block-phones .call-buttons {
  margin-left: 19px;
}
.front .block-phones .call-buttons .icon {
  background-image: url(../img/sprites.png);
  background-repeat: no-repeat;
  width: 56px;
  height: 61px;
  cursor: pointer;
}
.front .block-phones .call-buttons .icon.icon-skype {
  background-image: url(../img/sprites.png);
  background-position: -41px -984px;
  background-repeat: no-repeat;
}
.front .block-phones .call-buttons .icon.icon-skype:hover {
  background-position: -41px -1046px;
}
.front .block-phones .call-buttons .icon.icon-whatsapp {
  background-image: url(../img/sprites.png);
  background-position: -98px -984px;
  background-repeat: no-repeat;
}
.front .block-phones .call-buttons .icon.icon-whatsapp:hover {
  background-position: -98px -1046px;
}
.front .block-phones .call-buttons .icon.icon-viber {
  background-image: url(../img/sprites.png);
  background-position: -155px -984px;
  background-repeat: no-repeat;
}
.front .block-phones .call-buttons .icon.icon-viber:hover {
  background-position: -155px -1046px;
}
.front #content {
  min-height: 387px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -193px 0 0 -490px;
}
.front #search-panel {
  display: none;
}
.front #search-form-wrap {
  padding: 14px 21px;
  height: 220px;
  width: 171px;
  font-size: 11px;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  border-right: 1px solid #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.front #search-form-wrap form {
  margin: 0;
}
.front #search-form-wrap form .form-item {
  margin: 16px 0 0 0;
}
.front #search-form-wrap form .form-item.first {
  margin-top: 0;
}
.front #search-form-wrap form select[name=city] {
  width: 171px;
  height: 20px;
  margin-bottom: 0;
}
.front #search-form-wrap form select[name=rooms],
.front #search-form-wrap form select[name=sleeps] {
  width: 52px;
  height: 18px;
  margin-bottom: 0;
}
.front #search-form-wrap .selectboxit-container .selectboxit {
  width: 171px;
}
.front #search-form-wrap .selectboxit-container .selectboxit[name=rooms],
.front #search-form-wrap .selectboxit-container .selectboxit[name=sleeps] {
  width: 52px;
}
.front #search-form-wrap input,
.front #search-form-wrap select {
  font-size: 11px;
}
.front #search-form-wrap label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  line-height: 9px;
  margin: 0 0 2px 0;
}
.front #search-form-wrap .submit {
  margin-top: 16px;
}
.front .slider {
  position: relative;
  margin-left: 0;
}
.front .slider .slider-item {
  text-decoration: none;
  position: absolute;
  display: block;
  width: 446px;
  height: 248px;
}
.front .slider .slider-item.hide {
  display: none;
}
.front .slider .slider-item .title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 3px 15px;
  background: #000000;
  background: rgba(0, 0, 0, 0.34);
}
.front .slider .slider-item .title .price {
  font-size: 16px;
}
.front .slider .slider-item .title .price sup {
  font-size: 11px;
  font-weight: 300;
  vertical-align: baseline;
}
.front .slider .slider-item .title .price .pernight {
  font-weight: 300;
  font-size: 11px;
  text-transform: lowercase;
}
.front .blocks {
  position: relative;
  height: 139px;
}
.front .blocks .text {
  position: absolute;
  top: 0;
  background: #f6f6f6;
  overflow: hidden;
  font-size: 11px;
  line-height: 18px;
  border-top: 1px solid #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  width: 660px;
  height: 138px;
}
.front .blocks .text h1,
.front .blocks .text h2,
.front .blocks .text h3,
.front .blocks .text h4,
.front .blocks .text h5,
.front .blocks .text h6 {
  margin-top: 0;
  font-size: 13px;
  line-height: 18px;
}
.front .blocks .text .wrapper-inner {
  height: 106px;
  overflow: hidden;
  padding: 16px 13px 16px 21px;
}
.front .blocks .text .wrapper-inner .scroll {
  height: 106px;
}
#sidebar {
  margin-left: 3px;
}
#sidebar .block .title {
  color: #fff;
  background: #00a3d0;
  font-size: 16px;
  font-family: 'PT Sans Narrow', sans-serif;
  padding: 4px 8px 3px;
  text-transform: uppercase;
  cursor: pointer;
  border-bottom: 1px solid #e3ffff;
}
#sidebar .block .title .icon {
  float: right;
  width: 17px;
  height: 17px;
  background: url(../img/sprites.png) no-repeat scroll 0 -525px;
}
#sidebar .block.closed .title i.icon {
  background-position: 0 -550px;
}
#sidebar .block.closed .content {
  visibility: hidden;
  height: 0px;
}
#sidebar .block .content {
  background: none repeat scroll 0 0 #fafafa;
  color: #798081;
  font-size: 11px;
  overflow: hidden;
}
#sidebar .block .content .pad {
  padding: 15px;
  background: none repeat scroll 0 0 #fafafa;
}
#sidebar .block.price #price-min,
#sidebar .block.price #price-max {
  background: none repeat scroll 0 0 #ebebeb;
  color: #798081;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  padding: 0 3px;
}
#sidebar .block.price #price-min sup,
#sidebar .block.price #price-max sup {
  font-size: 9px;
  font-weight: 300;
  line-height: 16px;
  vertical-align: top;
  top: 0;
}
#sidebar .block.price #price-min {
  float: left;
}
#sidebar .block.price #price-max {
  float: right;
}
#sidebar .block.price #price-slider {
  clear: both;
  margin: 0 6px 0 8px;
  background: url(../img/sprites.png) repeat-x scroll 0 -348px;
  border: none;
}
#sidebar .block.price #price-slider .ui-slider-range {
  background: none;
  border: none;
}
#sidebar .block.price #price-slider .ui-slider-handle {
  top: -5px;
  width: 18px;
  height: 18px;
  background: url(../img/sprites.png) no-repeat scroll 0 -375px;
  border: none;
  outline: none;
}
#sidebar .block.price #price-slider .ui-slider-handle:hover,
#sidebar .block.price #price-slider .ui-slider-handle:focus {
  background-position: 0 -400px;
}
#sidebar .block.amenities input[type="checkbox"] + label {
  padding-right: 30px;
  margin-bottom: 5px;
}
#sidebar .block.amenities input[type="checkbox"] + label .count {
  position: absolute;
  top: 0;
  right: 0;
  background: none repeat scroll 0 0 #ebebeb;
  font-weight: 600;
  height: 18px;
  min-width: 17px;
  padding: 0 4px;
  text-align: center;
  line-height: 19px;
}
#sidebar .block.weather {
  font-size: 13px;
  line-height: 19px;
}
#sidebar .block.weather .city {
  font-size: 13px;
}
#sidebar .block.weather big {
  font-size: 16px;
}
#sidebar .block.exchange .content {
  overflow: visible;
}
#sidebar .block.exchange select {
  height: 20px;
  width: 187px;
}
#sidebar .block.exchange .selectboxit-container {
  border: 1px solid #d2d2d2;
  margin-bottom: 16px;
}
#sidebar .block.exchange .selectboxit-container .selectboxit {
  width: 185px;
}
#sidebar .block.exchange .selectboxit-container .selectboxit-option-icon {
  border: none;
}
#sidebar .block.exchange label {
  margin-bottom: 4px;
}
#sidebar .block.exchange input[type=text] {
  background: initial;
  text-align: left;
  border: 1px solid #d2d2d2;
  margin: 0 0 16px 0;
}
#sidebar .block.exchange input[type=text]:focus {
  border-color: #aeedfb;
}
#sidebar .block.exchange input[type=text]:last-child {
  margin: 0;
}
#sidebar .block.rentals.closed .content {
  height: 0;
}
#sidebar .block.rentals .content {
  overflow: hidden;
  height: 460px;
}
#sidebar .block.rentals .content p {
  line-height: 18px;
  margin: 8px 0 6px;
}
#sidebar .block.rentals .content p:first-child {
  margin-top: 0;
}
#sidebar .block.rentals .content .scroll {
  height: 430px;
}
#sidebar .block.rubrics .title {
  background: #78360f;
}
#sidebar .block.rubrics ul {
  padding: 0;
  margin: 0;
}
#sidebar .block.rubrics ul li {
  list-style: none;
}
#sidebar .block.rubrics ul li a {
  font-size: 13px;
  text-decoration: underline;
}
#sidebar .block.rubrics ul li a.active {
  color: #aeaeae;
  text-decoration: none;
}
.flat-view .pad .info,
.flat-view .pad .tab-content {
  border-bottom: 3px solid #00a3d0;
  margin-bottom: 15px;
  overflow: visible;
}
.flat-view .pad .info {
  position: relative;
}
.flat-view .pad .tab-content {
  padding-bottom: 10px;
}
.flat-view .pad .title,
.flat-view .pad .city,
.flat-view .pad .rooms,
.flat-view .pad .sleeps {
  font-size: 13px;
}
.flat-view .pad .title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #5f6062;
  margin: 0;
}
.flat-view .pad .city {
  margin: 5px 0;
}
.flat-view .pad .rooms,
.flat-view .pad .sleeps {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 10px;
}
.flat-view .pad .rooms div,
.flat-view .pad .sleeps div {
  float: left;
}
.flat-view .pad .rooms .number,
.flat-view .pad .sleeps .number {
  border: 1px solid #a4e3f1;
  padding: 0px 7px;
}
.flat-view .pad .sleeps {
  margin-left: 25px;
}
.flat-view .pad .price {
  position: absolute;
  top: 11px;
  right: 0;
  font-size: 30px;
  line-height: 12px;
  font-weight: 600;
  text-align: right;
}
.flat-view .pad .price sup {
  top: 0;
  font-size: 18px;
  font-weight: 400;
  vertical-align: top;
  line-height: 7px;
}
.flat-view .pad .price .suffix {
  font-weight: 600;
  font-size: 10px;
  text-align: right;
  margin-top: 7px;
}
.flat-view .pad .nav-tabs {
  border-width: 0;
  margin-bottom: 2px;
}
.flat-view .pad .nav-tabs li {
  min-width: 90px;
  text-align: center;
  margin-right: 10px;
  margin-bottom: 0;
}
.flat-view .pad .nav-tabs li a {
  background: #dcdcdc;
  padding: 0 10px;
  color: #5f6062;
  font-size: 10px;
  font-weight: 600;
  border-radius: 0;
  border-width: 0;
}
.flat-view .pad .nav-tabs li.active a {
  color: #78360f;
  background: #fcc101;
  border-width: 0;
}
.flat-view .pad .nav-tabs li:last-child {
  margin-right: inherit;
}
.flat-view .pad #photos,
.flat-view .pad #map #map-canvas,
.flat-view .pad #calendar {
  width: 670px;
  min-height: 447px;
}
.flat-view .pad #calendar {
  padding: 30px 0 25px;
  min-height: 350px;
  background: #f5f5f5;
}
.flat-view .pad #map {
  border-bottom: 3px solid #00A3D0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  overflow: visible;
}
.flat-view .pad #map img {
  max-width: none;
}
.flat-view .pad .description {
  font-size: 13px;
  position: relative;
}
.flat-view .pad .description .services {
  color: #999;
}
.flat-view .pad .description .amenities {
  line-height: 30px;
  float: right;
  background: #eee;
  padding: 20px;
  margin-left: 10px;
}
.flat-view .pad .description .amenities [class^="icon-am"],
.flat-view .pad .description .amenities [class*=" icon-am"] {
  background-image: url(../img/sprites.png);
  background-position: 0 -600px;
  width: 27px;
  height: 27px;
  margin-top: -6px;
}
.flat-view .pad .description .amenities .icon-am-cable_tv {
  background-position: 0 -672px;
}
.flat-view .pad .description .amenities .icon-am-washing_machine {
  background-position: 0 -832px;
}
.flat-view .pad .description .amenities .icon-am-air_conditioning {
  background-position: 0 -575px;
}
.flat-view .pad .description .amenities .icon-am-kitchen_appliances {
  background-position: 0 -638px;
}
.flat-view .pad .description .amenities .icon-am-wifi {
  background-position: 0 -607px;
}
.flat-view .pad .description .amenities .icon-am-non_smoking {
  background-position: 0 -767px;
}
.flat-view .pad .description .amenities .icon-am-dishwasher {
  background-position: -71px -573px;
}
.flat-view .pad .description .amenities .icon-am-parking {
  background-position: 0 -704px;
}
.flat-view .pad .description .amenities .icon-am-elevator {
  background-position: 0 -736px;
}
.flat-view .pad .description .amenities .icon-am-intercom {
  background-position: -75px -622px;
}
.flat-view .pad .description .amenities .icon-am-dryer {
  background-position: 0 -799px;
}
.flat-view .pad .description .reservation {
  float: right;
  clear: both;
  margin-top: 25px;
  margin-bottom: 20px;
}
.flat-view .pad .description .zip-images {
  position: absolute;
  left: 0;
  bottom: 0;
}
.flat-view .pad .description .zip-images .icon.icon-arrow-down {
  background: url(../img/sprites.png) no-repeat 0 -950px;
  width: 15px;
  height: 18px;
}
.dateblocker.cal_monthes {
  width: 344px;
  height: 354px;
  overflow: hidden;
  float: left;
  position: relative;
}
.dateblocker.cal_monthes .slider {
  width: 10000px;
  position: relative;
  left: 0;
}
.dateblocker.cal_monthes .cal-month {
  border: 1px solid #d0d0d0;
  border-bottom: 0;
  float: left;
  margin: 0;
}
.dateblocker.cal_monthes .cal-month:first-child caption .cal-backward,
.dateblocker.cal_monthes .cal-month:last-child caption .cal-forward {
  visibility: hidden;
}
.dateblocker.cal_monthes .cal-month table {
  float: left;
  margin: 0;
  background: #f8f8f8;
  border-collapse: separate;
  border-spacing: 0;
}
.dateblocker.cal_monthes .cal-month table caption {
  margin: 0;
  padding: 7px 0;
  font-weight: 700;
  font-style: inherit;
  font-size: 18px;
  text-shadow: #ebebeb -1px 1px 0;
  color: #3e3e3e;
  background: #e6e6e6;
  position: relative;
  border-bottom: 0;
  background-color: #d9d9d9;
  background-image: -moz-linear-gradient(top, #e6e6e6, #c6c6c6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#c6c6c6));
  background-image: -webkit-linear-gradient(top, #e6e6e6, #c6c6c6);
  background-image: -o-linear-gradient(top, #e6e6e6, #c6c6c6);
  background-image: linear-gradient(to bottom, #e6e6e6, #c6c6c6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffc6c6c6', GradientType=0);
}
.dateblocker.cal_monthes .cal-month table caption .cal-button {
  display: block;
  cursor: pointer;
}
.dateblocker.cal_monthes .cal-month table caption .cal-button.cal-backward {
  float: left;
  margin-left: 10px;
}
.dateblocker.cal_monthes .cal-month table caption .cal-button.cal-forward {
  float: right;
  margin-right: 10px;
}
.dateblocker.cal_monthes .cal-month table caption .cal-button [class^="icon-"],
.dateblocker.cal_monthes .cal-month table caption .cal-button [class*=" icon-"] {
  width: 22px;
  height: 22px;
  margin-top: 0;
  background: url(../img/sprites.png) no-repeat 0 0;
}
.dateblocker.cal_monthes .cal-month table caption .cal-button .icon-calendar-forward {
  background-position: -148px 0px;
}
.dateblocker.cal_monthes .cal-month table caption .cal-button .icon-calendar-forward:hover {
  background-position-y: -22px;
}
.dateblocker.cal_monthes .cal-month table caption .cal-button .icon-calendar-back {
  background-position: -124px 0px;
}
.dateblocker.cal_monthes .cal-month table caption .cal-button .icon-calendar-back:hover {
  background-position-y: -22px;
}
.dateblocker.cal_monthes .cal-month table thead th {
  text-align: center;
  font-weight: 400;
  font-style: inherit;
  font-size: .95em;
  text-transform: uppercase;
  color: #3e3e3e;
  width: 28px;
  padding: .2em 0 0;
}
.dateblocker.cal_monthes .cal-month table tbody tr:first-child td {
  border-width: 1px 0 1px 1px;
}
.dateblocker.cal_monthes .cal-month table tbody tr:first-child td:first-child {
  border-width: 1px 0;
}
.dateblocker.cal_monthes .cal-month table tbody tr:first-child td:last-child {
  border-width: 1px 0 1px 1px;
}
.dateblocker.cal_monthes .cal-month table tbody tr:last-child td {
  border-width: 0 0 1px 1px;
}
.dateblocker.cal_monthes .cal-month table tbody tr td {
  width: 46px;
  height: 46px;
  text-align: center;
  vertical-align: center;
  font-weight: 400;
  border: 1px solid #D2D2D2;
  border-width: 0 0 1px 1px;
  position: relative;
}
.dateblocker.cal_monthes .cal-month table tbody tr td:first-child {
  border-width: 0 0 1px;
}
.dateblocker.cal_monthes .cal-month table tbody tr td:last-child {
  border-width: 0 0 1px 1px;
}
.dateblocker.cal_monthes .cal-month table tbody tr td.today {
  font-weight: bolder;
}
.dateblocker.cal_monthes .cal-month table tbody tr td.pastdate {
  color: #a0a0a0;
  text-shadow: -1px 1px 0 #FFF;
  background: #f4f4f4;
  background-color: #ececec;
  background-image: -moz-linear-gradient(top, #f4f4f4, #e1e1e1);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#e1e1e1));
  background-image: -webkit-linear-gradient(top, #f4f4f4, #e1e1e1);
  background-image: -o-linear-gradient(top, #f4f4f4, #e1e1e1);
  background-image: linear-gradient(to bottom, #f4f4f4, #e1e1e1);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4f4f4', endColorstr='#ffe1e1e1', GradientType=0);
}
.dateblocker.cal_monthes .cal-month table tbody tr td.na {
  background: #808080;
  background-color: #787878;
  background-image: -moz-linear-gradient(top, #808080, #6c6c6c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#808080), to(#6c6c6c));
  background-image: -webkit-linear-gradient(top, #808080, #6c6c6c);
  background-image: -o-linear-gradient(top, #808080, #6c6c6c);
  background-image: linear-gradient(to bottom, #808080, #6c6c6c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff808080', endColorstr='#ff6c6c6c', GradientType=0);
  color: #dcdcdc;
  text-shadow: -1px 1px 0 #5a5a5a;
}
.dateblocker.cal_monthes .cal-month table tbody tr td.av {
  background: #16d9b4;
  background-color: #0ecda4;
  background-image: -moz-linear-gradient(top, #16d9b4, #01bc8d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#16d9b4), to(#01bc8d));
  background-image: -webkit-linear-gradient(top, #16d9b4, #01bc8d);
  background-image: -o-linear-gradient(top, #16d9b4, #01bc8d);
  background-image: linear-gradient(to bottom, #16d9b4, #01bc8d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff16d9b4', endColorstr='#ff01bc8d', GradientType=0);
  color: #fff;
  text-shadow: -1px 1px 0 #008700;
}
.dateblocker.cal_monthes .cal-month table tbody tr td.split-am {
  background: url(../img/sprites.png) no-repeat -100px -77px;
  filter: none;
  color: #dcdcdc;
  text-shadow: -1px 1px 0 #5a5a5a;
}
.dateblocker.cal_monthes .cal-month table tbody tr td.split-pm {
  background: url(../img/sprites.png) no-repeat -100px -126px;
  filter: none;
  color: #dcdcdc;
  text-shadow: -1px 1px 0 #5a5a5a;
}
.dateblocker.cal_monthes .cal-month table tbody tr td.empty {
  display: none;
}
.dateblocker.cal_legend {
  padding-left: 35px;
  float: left;
  padding-top: 253px;
  height: 61px;
}
.dateblocker.cal_legend .av {
  margin-bottom: 11px;
}
.dateblocker.cal_legend .icon {
  width: 21px;
  height: 21px;
  float: left;
  margin-right: 12px;
  overflow: hidden;
  text-indent: 100%;
}
.dateblocker.cal_legend .icon.available {
  background: #16d9b4;
  background-color: #0ecda4;
  background-image: -moz-linear-gradient(top, #16d9b4, #01bc8d);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#16d9b4), to(#01bc8d));
  background-image: -webkit-linear-gradient(top, #16d9b4, #01bc8d);
  background-image: -o-linear-gradient(top, #16d9b4, #01bc8d);
  background-image: linear-gradient(to bottom, #16d9b4, #01bc8d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff16d9b4', endColorstr='#ff01bc8d', GradientType=0);
}
.dateblocker.cal_legend .icon.unavailable {
  background: #808080;
  background-color: #787878;
  background-image: -moz-linear-gradient(top, #808080, #6c6c6c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#808080), to(#6c6c6c));
  background-image: -webkit-linear-gradient(top, #808080, #6c6c6c);
  background-image: -o-linear-gradient(top, #808080, #6c6c6c);
  background-image: linear-gradient(to bottom, #808080, #6c6c6c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff808080', endColorstr='#ff6c6c6c', GradientType=0);
}
.page.blog {
  font-size: 15px;
}
.blog .icon {
  width: 16px;
  height: 16px;
  background: url(../img/sprites.png);
  background-position-x: 0;
  background-position-y: -1180px;
}
.blog .icon-instagram {
  background-position-x: 0;
}
.blog .icon-instagram:hover {
  background-position-x: -75px;
}
.blog .icon-vk {
  background-position-x: -25px;
}
.blog .icon-vk:hover {
  background-position-x: -100px;
}
.blog .icon-facebook {
  background-position-x: -50px;
}
.blog .icon-facebook:hover {
  background-position-x: -125px;
}
.blog.mytelaviv h2.title {
  margin-bottom: 20px;
}
.blog.mytelaviv #content .page-content {
  padding-left: 68px;
  padding-right: 68px;
}
.blog.mytelaviv .image-title {
  margin-top: 5px;
  margin-bottom: 50px;
}
html,
body {
  min-height: 100%;
}
body {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
  color: #5f6062;
  background: url(../img/background.jpg) center bottom no-repeat;
}
#background-stretch {
  background: url(../img/background.jpg) center bottom no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -999999;
  overflow: hidden;
}
#background-stretch #bgstripes {
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -999999;
  overflow: hidden;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJb\WFnZVJlYWR5ccllPAAAA69pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InV1aWQ6MjkwMjU1QjBGMTYyRTExMUEwNkJBQTExOUVBODE4MDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTcxNTYxRTkxOUNCMTFFNThGMjNGQ0E0NkI3OTFFMTIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTcxNTYxRTgxOUNCMTFFNThGMjNGQ0E0NkI3OTFFMTIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0RThEQUYzQjE5MjA2ODExOTVFMThGMUE0M0UzOTlFQyIgc3RSZWY6ZG9jdW1lbnRJRD0idXVpZDoyOTAyNTVCMEYxNjJFMTExQTA2QkFBMTE5RUE4MTgwNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqBHrl0AAAAmSURBVHjaYvz//z8rAyoQZ0IXAOKXTOgCIAYTugBMEEUABAACDADbXAcjTZLh7QAAAABJRU5ErkJggg==) repeat top;
}
header {
  height: 132px;
}
header #site-logo {
  margin: 0;
  padding-left: 25px;
  padding-right: 0;
  padding-top: 25px;
  padding-bottom: 10px;
  position: absolute;
}
header #main-menu {
  float: right;
  padding: 0;
  margin: 0;
  background: #00a3d0;
  font-size: 18px;
  list-style: none;
}
header #main-menu li {
  background: #fdc301;
  float: left;
}
header #main-menu li.active > a {
  color: #00a3d0;
}
header #main-menu li a {
  outline: none;
  border-right: 1px solid #78360f;
  color: #78360f;
  padding: 0px 11px 1px;
  white-space: nowrap;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
}
header #main-menu li a:hover,
header #main-menu li a:focus {
  background-color: inherit;
  color: #00a3d0;
}
header #main-menu > li:last-child {
  margin-right: 30px;
}
header #main-menu > li:last-child a {
  border-right: none;
}
header #main-menu .dropdown-menu {
  padding: 0;
  margin: 0;
  min-width: auto;
  background-color: #fff;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: 0px 0px 0px #000;
  -moz-box-shadow: 0px 0px 0px #000;
  box-shadow: 0px 0px 0px #000;
}
header #main-menu .dropdown-menu li {
  background: #fff;
  width: 100%;
  border-top: 1px solid #2e9bac;
}
header #main-menu .dropdown-menu li a {
  border-right: none;
}
header #main-menu .dropdown-menu li a:hover,
header #main-menu .dropdown-menu li a:focus {
  background-color: #fff;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #fff, #fff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(top, #fff, #fff);
  background-image: -o-linear-gradient(top, #fff, #fff);
  background-image: linear-gradient(to bottom, #fff, #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
}
header #main-menu .dropdown-menu li.active a {
  background-color: #fff;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #fff, #fff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(top, #fff, #fff);
  background-image: -o-linear-gradient(top, #fff, #fff);
  background-image: linear-gradient(to bottom, #fff, #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
}
#content {
  padding-bottom: 20px;
}
#content .pad {
  background: #fff;
  padding: 20px 15px 15px;
}
#content .pad .content-offset {
  margin-left: 150px;
}
#content .title.your-testimonial {
  margin-bottom: 27px;
}
#content .page-content {
  padding-left: 165px;
}
#search-panel {
  font-size: 11px;
  margin-bottom: 3px;
}
#search-panel #inner {
  background: #00a3d0;
  color: #fff;
  min-height: 0;
}
#search-panel form {
  padding: 9px 17px;
  margin: 0;
  height: 32px;
}
#search-panel form .form-item {
  float: left;
  padding-right: 15px;
}
#search-panel form .selectboxit-container .selectboxit {
  width: 100px;
}
#search-panel form .selectboxit-container .selectboxit[name=rooms],
#search-panel form .selectboxit-container .selectboxit[name=sleeps] {
  width: 52px;
}
#search-panel input {
  font-size: 11px;
}
#search-panel input[type=text] {
  height: 18px;
  line-height: 18px;
  margin-top: -2px;
}
#search-panel input[type=text]:focus {
  margin-top: -4px;
}
#search-panel .element {
  display: inline-block;
}
#search-panel label {
  font-size: 11px;
  line-height: 11px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 1px;
}
#search-panel select {
  width: 100px;
  height: 18px;
}
#search-panel select[name=sleeps],
#search-panel select[name=rooms] {
  width: 50px;
}
#search-panel .btn.submit {
  float: right;
  margin-top: 4px;
  background-position: 0 -1130px;
}
#search-panel .btn.submit:hover {
  background-position: 0 -306px;
  color: #78360f;
}
.flats-list .block.rentals {
  font-size: 11px;
  line-height: 18px;
  overflow: hidden;
}
.flats-list .block.rentals h1,
.flats-list .block.rentals h2,
.flats-list .block.rentals h3,
.flats-list .block.rentals h4,
.flats-list .block.rentals h5,
.flats-list .block.rentals h6 {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}
.flats-list .block.rentals .text {
  background: #fff;
}
.flats-list .block.rentals .text .wrapper-inner {
  height: 105px;
  overflow: hidden;
  padding: 16px 13px;
}
.flats-list .block.rentals .text .wrapper-inner .scroll {
  height: 105px;
}
.flats-list #search-panel .btn.submit {
  background-position: 0 -250px;
}
#flats-list ul.content {
  margin: 0;
}
#flats-list ul.content li {
  list-style: none;
}
#flats-list .flat-item {
  font-size: 11px;
  display: block;
  background: #fff;
  padding: 7px;
  border-bottom: 1px solid #dcdcdc;
  color: #5f6062;
  overflow: hidden;
  clear: both;
  position: relative;
  text-decoration: none;
}
#flats-list .flat-item:hover {
  background: #ebebeb;
  text-decoration: none;
}
#flats-list .flat-item .image {
  background-size: cover;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  line-height: 0;
  width: 122px;
  height: 81px;
}
#flats-list .flat-item .image .overlay {
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity .25s ease;
  -moz-transition: opacity .25s ease;
  display: block;
  padding: 30px 45px;
}
#flats-list .flat-item .image .overlay .plus {
  background: url(../img/magnifying_glass.png);
  width: 31px;
  height: 31px;
  display: block;
}
#flats-list .flat-item .image:hover .overlay {
  opacity: 1;
}
#flats-list .flat-item .title {
  font-size: 17px;
  font-weight: 600;
  color: #5f6062;
}
#flats-list .flat-item:hover .title span {
  text-decoration: underline;
}
#flats-list .flat-item:visited .title {
  color: #00a3d0;
}
#flats-list .flat-item .city {
  margin: 0.55em 0 .3em;
}
#flats-list .flat-item .rooms,
#flats-list .flat-item .sleeps {
  float: left;
}
#flats-list .flat-item .rooms div,
#flats-list .flat-item .sleeps div {
  float: left;
}
#flats-list .flat-item .rooms .number,
#flats-list .flat-item .sleeps .number {
  border: 1px solid #a4e3f1;
  line-height: 15px;
  padding: 2px 6px 1px;
}
#flats-list .flat-item .sleeps {
  margin: 0 0 9px 21px;
}
#flats-list .flat-item .price {
  float: right;
  font-size: 30px;
  line-height: 15px;
  font-weight: 600;
  text-align: right;
  position: absolute;
  top: 15px;
  right: 10px;
}
#flats-list .flat-item .price sup {
  top: 0;
  font-size: 18px;
  font-weight: 400;
  vertical-align: top;
  line-height: 5px;
}
#flats-list .flat-item .price .suffix {
  font-weight: 600;
  font-size: 8px;
  text-align: right;
}
#flats-list .empty-search {
  display: none;
  height: 368px;
  background: #fff;
  overflow: hidden;
}
#flats-list .empty-search .text {
  text-align: center;
  margin-top: 164px;
}
#flats-list .empty-search .text .big {
  font-size: 14px;
}
.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
  font-family: 'PT Sans Narrow', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 5px 0;
  letter-spacing: 0px;
  word-spacing: 1px;
}
.page h1,
.page h2 {
  font-size: 24px;
  line-height: 24px;
}
.flat .pad {
  background: #fff;
  padding: 15px;
}
#backtosearch {
  margin-left: 7px;
  color: #fff;
  cursor: pointer;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  margin-bottom: -2px;
}
#backtosearch .arrow {
  display: inline-block;
  margin-bottom: 1px;
  margin-right: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #fff;
  border-left: none;
}
#backtosearch:hover {
  color: #fdc301;
  text-decoration: none;
}
#backtosearch:hover .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #fdc301;
  border-left: none;
}
.page.testimonials .pad {
  position: relative;
}
.page.testimonials .page-content {
  position: static;
}
.page.testimonials .testimonials {
  margin-bottom: 27px;
  overflow: hidden;
}
.page.testimonials .testimonials .testimonial {
  padding-top: 19px;
  margin-top: 19px;
  border-top: 1px solid #ededed;
}
.page.testimonials .testimonials .testimonial .name {
  font-weight: 700;
  font-size: 14px;
}
.page.testimonials .testimonials .testimonial .date {
  float: right;
  font-size: 11px;
  color: #aeaeae;
}
.page.testimonials .testimonials .testimonial .review {
  margin-top: 18px;
  font-size: 12px;
}
.page.testimonials .testimonials #all_testimonials {
  float: right;
  margin-top: 15px;
  background-position: 0 -1130px;
}
.page.testimonials h2.your-testimonial {
  border-top: 3px solid #00a3d0;
  padding-top: 27px;
}
.page form.contact label,
#contact_box form.contact label,
.page form.booking label,
#contact_box form.booking label,
.page form.testimonial label,
#contact_box form.testimonial label {
  float: left;
  width: 180px;
  text-align: right;
  font-size: 11px;
  text-transform: uppercase;
  margin: 2px 11px 0 0;
}
.page form.contact .required label:after,
#contact_box form.contact .required label:after,
.page form.booking .required label:after,
#contact_box form.booking .required label:after,
.page form.testimonial .required label:after,
#contact_box form.testimonial .required label:after {
  content: " *";
  font-size: 12px;
}
.page form.contact .error input,
#contact_box form.contact .error input,
.page form.booking .error input,
#contact_box form.booking .error input,
.page form.testimonial .error input,
#contact_box form.testimonial .error input,
.page form.contact .error textarea,
#contact_box form.contact .error textarea,
.page form.booking .error textarea,
#contact_box form.booking .error textarea,
.page form.testimonial .error textarea,
#contact_box form.testimonial .error textarea {
  border: 2px solid #f00;
}
.page form.contact .error input,
#contact_box form.contact .error input,
.page form.booking .error input,
#contact_box form.booking .error input,
.page form.testimonial .error input,
#contact_box form.testimonial .error input {
  margin: -2px 0 0 -2px;
}
.page form.contact .error textarea,
#contact_box form.contact .error textarea,
.page form.booking .error textarea,
#contact_box form.booking .error textarea,
.page form.testimonial .error textarea,
#contact_box form.testimonial .error textarea {
  margin: -2px;
}
.page form.contact input,
#contact_box form.contact input,
.page form.booking input,
#contact_box form.booking input,
.page form.testimonial input,
#contact_box form.testimonial input,
.page form.contact textarea,
#contact_box form.contact textarea,
.page form.booking textarea,
#contact_box form.booking textarea,
.page form.testimonial textarea,
#contact_box form.testimonial textarea {
  text-align: left;
}
.page form.contact textarea,
#contact_box form.contact textarea,
.page form.booking textarea,
#contact_box form.booking textarea,
.page form.testimonial textarea,
#contact_box form.testimonial textarea {
  width: 307px;
  margin: 0;
}
.page form.contact textarea:focus,
#contact_box form.contact textarea:focus,
.page form.booking textarea:focus,
#contact_box form.booking textarea:focus,
.page form.testimonial textarea:focus,
#contact_box form.testimonial textarea:focus {
  margin: -2px;
}
.page form.contact .field-wrap.last,
#contact_box form.contact .field-wrap.last,
.page form.booking .field-wrap.last,
#contact_box form.booking .field-wrap.last,
.page form.testimonial .field-wrap.last,
#contact_box form.testimonial .field-wrap.last {
  margin-bottom: 0;
}
.page form.contact .mollom-privacy,
#contact_box form.contact .mollom-privacy,
.page form.booking .mollom-privacy,
#contact_box form.booking .mollom-privacy,
.page form.testimonial .mollom-privacy,
#contact_box form.testimonial .mollom-privacy {
  margin-left: 190px;
  font-size: 11px;
}
.page form.contact input.submit,
#contact_box form.contact input.submit,
.page form.booking input.submit,
#contact_box form.booking input.submit,
.page form.testimonial input.submit,
#contact_box form.testimonial input.submit {
  text-align: center;
  float: right;
  margin-top: 25px;
  margin-bottom: 20px;
}
.page form.testimonial label,
#contact_box form.testimonial label {
  width: 180px;
}
.page form.testimonial textarea,
#contact_box form.testimonial textarea {
  width: 307px;
}
.page form.contact,
#contact_box form.contact {
  margin-top: 30px;
}
.page form.booking input.submit,
#contact_box form.booking input.submit {
  width: 120px !important;
}
.page .page-content {
  position: relative;
}
.page .thankyou {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -87px;
  left: 50%;
  margin-left: -116px;
  background: #747577;
  color: #fff;
  padding: 59px 30px;
  text-align: center;
  width: 390px;
  z-index: 100;
  -webkit-box-shadow: -2px 2px 30px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -2px 2px 30px rgba(0, 0, 0, 0.4);
  box-shadow: -2px 2px 30px rgba(0, 0, 0, 0.4);
  line-height: 19px;
}
.page .thankyou h3 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 24px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 19px;
}
.page.contact .thankyou {
  margin-top: -105px;
}
.page.testimonials .thankyou {
  top: initial;
  bottom: 0%;
  margin-bottom: 51px;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  background: transparent url(../img/sprites.png) no-repeat scroll 0 -424px;
  cursor: pointer;
  min-height: 15px;
  padding: 4px 0 0 22px;
  vertical-align: middle;
}
input[type="checkbox"] + label:hover,
input[type="checkbox"] + label:focus {
  background-position: 0 -449px;
}
input[type="checkbox"]:checked + label {
  background-position: 0 -474px;
}
input[type="checkbox"]:checked + label:hover,
input[type="checkbox"]:checked + label:focus {
  background-position: 0 -499px;
}
.page.blog .blog-item {
  padding-bottom: 19px;
  margin-bottom: 19px;
  border-bottom: 1px solid #bebebe;
}
.page.blog .blog-item:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.readmore {
  font-size: 11px;
  position: relative;
}
.readmore a {
  text-decoration: none;
}
.readmore:after {
  content: ' ';
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #00a3d0;
  border-right: none;
}
.readmore:hover {
  text-decoration: none;
}
.readmore:hover:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #aeaeae;
  border-right: none;
}
footer {
  position: fixed;
  bottom: 0;
  right: 0;
}
footer .section {
  float: left;
  font-size: 11px;
  color: #78360f;
  padding: 0px 11px;
  background: #fff;
  cursor: default;
}
footer .section.sharethis-link {
  background: #fcc100;
}
footer .share-wrapper {
  position: fixed;
  bottom: 20px;
  display: none;
  width: 210px;
  right: 90px;
}
footer .share-wrapper .share {
  padding: 10px;
  background: #d3eff1;
  background: rgba(211, 239, 241, 0.85);
  overflow: hidden;
  height: 36px;
}
footer .share-wrapper .share a {
  padding: 0 0 0 1px;
  float: left;
  background: url(../img/sprites.png) no-repeat left;
  overflow: hidden;
  display: block;
  background-position: 0 -875px;
  height: 36px;
  width: 37px;
  line-height: 36px !important;
  text-indent: 100%;
  white-space: nowrap;
}
footer .share-wrapper .share a:hover {
  background-position-y: -912px;
}
footer .share-wrapper .share a span {
  line-height: 36px;
}
footer .share-wrapper .share a.gpone {
  background-position-x: -190px;
}
footer .share-wrapper .share a.delicious {
  background-position-x: -38px;
}
footer .share-wrapper .share a.linkedin {
  background-position-x: -76px;
}
footer .share-wrapper .share a.facebook {
  background-position-x: -152px;
}
footer .share-wrapper .share a.twitter {
  background-position-x: -114px;
}
.pager-wrap {
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 12px 0;
}
.pager-wrap ul {
  margin: 0;
  padding: 0;
}
.pager-wrap ul li {
  list-style: none;
  display: inline-block;
}
.pager-wrap ul li > span,
.pager-wrap ul li > a {
  line-height: 19px;
  background-color: #fff;
  text-decoration: none;
  color: #5f6062;
  padding: 3px 6px 2px;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 300;
}
.pager-wrap ul li > span.current,
.pager-wrap ul li > a.current,
.pager-wrap ul li > span:hover,
.pager-wrap ul li > a:hover {
  background: #00a3d0;
  color: #fff;
}
.pager-wrap ul li > span.current.prev,
.pager-wrap ul li > a.current.prev,
.pager-wrap ul li > span.current.next,
.pager-wrap ul li > a.current.next {
  visibility: hidden;
}
#body_overlay {
  background: #777;
  background: rgba(0, 0, 0, 0.6);
  left: 0px;
  right: 100%;
  top: 0px;
  bottom: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
#body_overlay #info_box,
#body_overlay #contact_box {
  width: 587px;
  height: 313px;
  position: absolute;
  left: 50%;
  top: 40%;
  margin-left: -293px;
  margin-top: -161px;
  background: #f5f5f5;
  border-radius: 3px;
  box-shadow: 1px -1px 1px rgba(255, 255, 255, 0.3);
  text-align: center;
  cursor: default;
}
#body_overlay #info_box #ajax_wrapper,
#body_overlay #contact_box #ajax_wrapper {
  height: 120px;
}
#body_overlay #info_box h3,
#body_overlay #contact_box h3 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 24px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 19px;
}
#body_overlay #info_box p,
#body_overlay #contact_box p {
  font-size: 13px;
}
#body_overlay #info_box #ajax_bg,
#body_overlay #contact_box #ajax_bg {
  background-image: url(../img/ajax_spinner.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: relative;
  top: 25px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 80px;
}
#body_overlay #contact_box {
  height: 500px;
  background: #fff;
}
#body_overlay #contact_box .info-text {
  text-align: center;
  background: #f5f5f5;
  padding: 55px 55px 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}
#body_overlay #contact_box .b-close {
  cursor: pointer;
  position: absolute;
  right: 7px;
  top: 7px;
  width: 24px;
  height: 24px;
  background: url(../img/sprites.png) no-repeat -200px -375px;
}
#body_overlay #contact_box .b-close:hover {
  background-position-y: -400px;
}
#body_overlay #contact_box form.contact {
  padding: 0 40px;
}
#body_overlay #contact_box form.contact p.field-wrap,
#body_overlay #contact_box form.contact .description,
#body_overlay #contact_box form.contact .submit {
  float: left;
}
#body_overlay #contact_box form.contact .submit {
  float: right;
}
#body_overlay #contact_box form.contact .submit:hover {
  color: #78360f;
}
#body_overlay #contact_box .thankyou {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -87px;
  left: 50%;
  margin-left: -116px;
  background: #747577;
  color: #fff;
  padding: 59px 30px;
  text-align: center;
  width: 390px;
  z-index: 100;
  -webkit-box-shadow: -2px 2px 30px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -2px 2px 30px rgba(0, 0, 0, 0.4);
  box-shadow: -2px 2px 30px rgba(0, 0, 0, 0.4);
  line-height: 19px;
  left: 32%;
  margin-top: -34px;
}
#body_overlay #contact_box .thankyou h3 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 24px;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 19px;
}
.flat-booking .field-sleeps .selectboxit {
  width: 52px;
}
.breadcrumbs {
  font-size: 9px;
  line-height: 11px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.breadcrumbs,
.breadcrumbs a {
  color: #fff;
}
.breadcrumbs a {
  text-decoration: underline;
}
.breadcrumbs a:last-child {
  text-decoration: none;
  color: #fdc301;
}
