@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);
@import url(http://horizon.kigosite.net/static/horizon/horizon/prod/fonts/wlif-entypo-fontawesome.css);
/******************************************************************
Site Name: Horizon Template
Author: Aurel Luciu

Stylesheet: Main Stylesheet
NOTE: DO NOT MODIFY THIS CSS FILE DIRECTLY! Please use custom.css
******************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet
******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clear {
  zoom: 1;
}
.clear:before, .clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}

/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Variables Stylesheet
******************************************************************/
/*********************
COLORS
*********************/
/*********************
TYPOGRAPHY
*********************/
/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

/* fontawesome */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

/*  
@font-face {
	font-family: 'Font Name';
	src: url('../fonts/font-name.eot');
	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/font-name.woff') format('woff'),
	     url('../fonts/font-name.ttf') format('truetype'),
	     url('../fonts/font-name.svg#font-name') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
/******************************************************************
Site Name: Horizon Template
Author: Aurel Luciu

Stylesheet: Base Stylesheet
******************************************************************/
body {
  background: #f8f8f8 url(../img/bg_body.png) repeat-x left top;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  color: #909090;
}

a {
  color: #40b9ff;
  text-decoration: none;
}

a:focus,
a:hover {
  text-decoration: underline;
}

.imageblock {
  overflow: hidden;
}

.imageblock [title="Previous photo"],
.imageblock [title="Next photo"] {
  display: none;
}

.template-page .block .img-center .imageblock {
  text-align: center;
}

.template-page .block .img-right .imageblock {
  text-align: right;
}

.template-page .block .parag-right .imageblock {
  float: left;
  margin-right: 20px;
}

.template-page .block .parag-left .imageblock {
  float: right;
  margin-left: 10px;
}

.alignleft {
  float: left;
}

.alignrigt {
  float: right;
}

.none,
.empty_value,
.empty_text {
  display: none;
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0 1em;
  font-size: 18px;
  line-height: 1.1;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
}

h1#pagetitle,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0px;
}

h1 {
  font-size: 26px;
  text-transform: uppercase;
}

h2 {
  font-size: 22px;
  text-transform: uppercase;
}

h3 {
  font-size: 16px;
  text-transform: uppercase;
}

h4 {
  font-size: 14px;
}

h1#pagetitle {
  margin: 0;
  font-size: 18px;
}

h2.titleblock {
  font-size: 18px;
  padding: 0;
}

p {
  margin: 0 0 1.5em;
}

p#pagedescription {
  padding: 0;
  margin: 0 0 20px;
}

blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic;
}

strong, dfn {
  font-weight: bold;
}

em, dfn {
  font-style: italic;
}

sup, sub {
  line-height: 0;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
}

address {
  margin: 0 0 1.5em;
  font-style: italic;
}

del {
  color: #666;
}

pre {
  margin: 1.5em 0;
  white-space: pre;
}

pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}

li ul,
li ol {
  margin: 0;
}

ul,
ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

dl {
  margin: 0 0 1.5em 0;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

/* ==========================================================================
   FORMS
   ========================================================================== */
form fieldset {
  margin: 0px;
  padding: 0px;
  border: none;
}

form fieldset.first {
  padding-top: 0px;
}

form fieldset.last,
form fieldset:only-of-type {
  padding-bottom: 0px;
  border-bottom: none;
}

form legend {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0 0 0.6em;
}

form label {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  margin: 0 0 0.6em;
}

form .boxfield label {
  float: left;
  margin: 0px 10px 0px 0px;
}

form .mandatory label::after {
  content: '*';
  margin-left: 5px;
  color: #f00;
}

form input[type="text"],
form input[type="tel"],
form input[type="email"],
form input[type="search"],
form input[type="file"],
form input[type="password"],
form select,
form textarea {
  color: #909090;
  font-size: 17px;
  width: 190px;
  padding: 0 10px;
  border: solid 1px #c7c7c7;
  font-family: "Open Sans", Arial, sans-serif;
  height: 40px;
  outline: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(36%, #f4f4f4), color-stop(56%, #ffffff));
  background-image: -webkit-linear-gradient(bottom, #f4f4f4 36%, #ffffff 56%);
  background-image: -moz-linear-gradient(bottom, #f4f4f4 36%, #ffffff 56%);
  background-image: -o-linear-gradient(bottom, #f4f4f4 36%, #ffffff 56%);
  background-image: linear-gradient(bottom, #f4f4f4 36%, #ffffff 56%);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

form input:focus,
form textarea:focus {
  border-color: #393e49;
}

form select {
  width: 320px;
  padding: 6px 10px;
  -webkit-appearance: none;
  background: url(../img/select-arr.png) no-repeat right center, -moz-linear-gradient(100% 100% 90deg, #f4f4f4, white);
  background: url(../img/select-arr.png) no-repeat right center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f4f4f4));
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  form select:not([multiple]) {
    padding-right: 25px;
  }
}
form textarea {
  width: 380px;
  min-height: 100px;
  resize: none;
}

form .missing input {
  border-color: #f00;
}

form input[disabled],
form select[disabled],
form textarea[disabled] {
  opacity: 0.5;
}

form p.input_element {
  position: relative;
  margin: 5px 0px 20px;
}

form p.input_element.first {
  margin-top: 0px;
}

form p.input_element.last {
  margin-bottom: 0px;
}

form p.input_element ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

form p.input_element ul li {
  float: left;
  margin-left: 20px;
}

form p.input_element ul li:first-child {
  margin-left: 0px;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
button,
#make_request_menu a,
a.btn,
.add a,
.remove a {
  font-size: 14px;
  font-family: "Open Sans", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 8px 17px;
  border: solid 1px #26adff;
  text-decoration: none;
  white-space: nowrap;
  background-color: #40b7ff;
  cursor: pointer;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #0da4ff), color-stop(100%, #40b7ff));
  background-image: -webkit-linear-gradient(bottom, #0da4ff, #40b7ff);
  background-image: -moz-linear-gradient(bottom, #0da4ff, #40b7ff);
  background-image: -o-linear-gradient(bottom, #0da4ff, #40b7ff);
  background-image: linear-gradient(bottom, #0da4ff, #40b7ff);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.32);
  -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.32);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.32);
}

button:hover,
#make_request_menu a:hover,
a.btn:hover,
.add a:hover,
.remove a:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0da4ff), color-stop(100%, #40b7ff));
  background-image: -webkit-linear-gradient(top, #0da4ff, #40b7ff);
  background-image: -moz-linear-gradient(top, #0da4ff, #40b7ff);
  background-image: -o-linear-gradient(top, #0da4ff, #40b7ff);
  background-image: linear-gradient(top, #0da4ff, #40b7ff);
}

button:active,
#make_request_menu a:active,
a.btn:active,
.add a:active,
.remove a:active {
  outline: none;
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.18);
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.18);
}

.make_request a,
.view_details a,
.ob a {
  cursor: pointer;
  text-decoration: none;
  font-family: "Open Sans", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border: solid 1px #bf1c23;
  padding: 8px 25px;
  white-space: nowrap;
  background-color: #ed1c24;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #d41b22), color-stop(100%, #ed1c24));
  background-image: -webkit-linear-gradient(bottom, #d41b22, #ed1c24);
  background-image: -moz-linear-gradient(bottom, #d41b22, #ed1c24);
  background-image: -o-linear-gradient(bottom, #d41b22, #ed1c24);
  background-image: linear-gradient(bottom, #d41b22, #ed1c24);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.32);
  -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.32);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.32);
}

.make_request a:hover,
.view_details a:hover,
.ob a:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d41b22), color-stop(100%, #ed1c24));
  background-image: -webkit-linear-gradient(top, #d41b22, #ed1c24);
  background-image: -moz-linear-gradient(top, #d41b22, #ed1c24);
  background-image: -o-linear-gradient(top, #d41b22, #ed1c24);
  background-image: linear-gradient(top, #d41b22, #ed1c24);
}

.make_request a:active,
.view_details a:active,
.ob a:active {
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.14);
}

button.back {
  border: 1px solid #dfdfdf;
  background: #fff;
  color: #909090;
}

button.back:hover {
  background: #f8f8f8;
}

button.back:active {
  background-color: #f8f8f8;
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.14);
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.14);
}

/* ==========================================================================
   TABLES
   ========================================================================== */
table {
  margin-bottom: 1.4em;
  width: 100%;
}

th {
  font-weight: bold;
}

thead th {
  background: #c3d9ff;
}

th, td, caption {
  padding: 4px 10px 4px 5px;
}

tfoot {
  font-style: italic;
}

caption {
  background: #eee;
}

/* ==========================================================================
   CALENDAR
   ========================================================================== */
/** DROPDOWN CALENDAR **/
.calendar {
  padding: 0;
  width: 180px;
  font-size: 11px;
  background: #f9f9f9;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.19);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.19);
  border-radius: 0.3em;
  z-index: 1000;
  margin-left: 0;
  border: 1px solid #d7d7d7;
}

/* dont' display the complex elements */
.calendar .combo,
.calendar .emptyrow,
.calendar td:first-child {
  display: none;
}

/* must use !important only on these theme */
.calendar table {
  width: 100%;
  border: none;
}

.calendar tr {
  background: none;
  border: none;
}

.calendar tr:hover {
  background: none;
}

.calendar th,
.calendar td {
  padding: 0.25em 0.5em;
  text-align: center;
  background: none;
  border-right: none;
}

/* HEADER */
.calendar thead td {
  color: #333;
}

.calendar thead tr:first-child td {
  padding-left: 2.5em;
  font-weight: 400;
  font-size: 14px;
  color: #40b7ff;
}

.calendar thead .daynames td {
  padding: 0.5em 0;
  color: #858585;
  font-size: 0.8em;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
}

.calendar thead tr:first-child td:last-child,
.calendar .headrow td:last-child,
.calendar .headrow td[colspan="4"] {
  display: none;
}

.calendar .headrow .nav div {
  position: absolute;
  color: #40b7ff;
  text-shadow: 1px 1px #000;
  margin-top: -1.5em;
  font: bold 1.9em/1.75 Arial, Helvetica, sans-serif;
  text-align: center;
  cursor: pointer;
}

.calendar .headrow .nav:nth-child(4) div {
  right: 0.5em;
}

.calendar .headrow .nav:nth-child(2) div {
  left: 0.5em;
}

.calendar tfoot {
  display: none;
}

.calendar .weekend {
  color: #999;
}

/* DAYS */
.daysrow .day {
  cursor: pointer;
}

.daysrow .day:hover {
  background: #ddd;
}

.daysrow .disabled {
  color: #ccc;
  cursor: default;
}

.daysrow .disabled:hover {
  background: none;
}

.daysrow .selected {
  color: #fff;
  background: #65BDE1;
}

.daysrow .selected:hover {
  background: #65BDE1;
}

.daysrow .today {
  color: #65BDE1;
}

.daysrow .today.selected {
  color: #fff;
}

/** END DROPDOWN CALENDAR **/
/** AVAILABILITY CALENDAR **/
#availability_calendar .kigo_calendar {
  width: 655px !important;
}

#availability_calendar {
  position: relative;
  display: block;
  margin-bottom: 30px;
  background: white url("../img/calendar/calendar-legend.png") no-repeat 77px 205px;
}

.mh, .mc, .oh, .oc, .s, .eom, .month, .n {
  float: left;
  height: 18px;
}

.boh, .eoh, .boc, .eoc, .bmh, .emh, .bmc, .emc, .bs, .es, .bn, .en {
  float: left;
  width: 9px !important;
  height: 18px;
}

.kigo_calendar .day {
  display: table-cell;
  float: left;
  width: 18px;
  height: 18px;
  overflow: hidden;
  line-height: 18px;
  text-align: center;
  font-size: 11px;
  background: url("../img/calendar/bg-day.png");
  vertical-align: middle;
  color: #909090;
}

#appheader div.middle, #appheader div.first, #appheader div.last {
  background-image: none;
}

.month, .months {
  padding-left: 4px;
  overflow: hidden;
  line-height: 18px;
  text-align: right;
  font-size: 11px;
  color: #909090;
  background: url("../img/calendar/bg-month.png") right top;
}

.month {
  clear: left;
}

.months {
  float: left;
  width: 95px !important;
}

.corner {
  width: 95px;
  background: url("../img/calendar/bg-month-corner.png") right top;
}

.days {
  width: 660px !important;
}

.reservations {
  float: left;
  background: url("../img/calendar/block-bg-small.png");
}

.clickable {
  cursor: pointer;
}

.mh, .mc, .bmc {
  background: url("../img/calendar/bg-day-reserved.png");
}

.bmc {
  background: url("../img/calendar/bg-day-reserved.png") repeat scroll right top transparent;
}

.emc {
  background: url("../img/calendar/bg-day-reserved.png") repeat scroll left top transparent;
}

.eom {
  background: #fff;
}

.en {
  background-repeat: no-repeat;
  background-position: left top;
}

.tooltip {
  font-size: 7pt;
}

.ttAgency, .ttFreeArea {
  font-weight: bold;
}

.ttGuest {
  text-decoration: underline;
}

#calendar_container .start_end_block {
  float: left !important;
}

#availability_calendar .controls {
  margin-top: 10px;
}

#availability_calendar .controls a {
  display: block;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  -ms-border-radius: 50em;
  -o-border-radius: 50em;
  border-radius: 50em;
  background-color: #40b7ff;
  color: #fff;
  text-decoration: none;
  padding: 6px 10px;
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.35);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.35);
  border: solid 1px #26adff;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #0da4ff), color-stop(100%, #40b7ff));
  background-image: -webkit-linear-gradient(bottom, #0da4ff, #40b7ff);
  background-image: -moz-linear-gradient(bottom, #0da4ff, #40b7ff);
  background-image: -o-linear-gradient(bottom, #0da4ff, #40b7ff);
  background-image: linear-gradient(bottom, #0da4ff, #40b7ff);
}
#availability_calendar .controls a:before {
  font-family: 'FontAwesome', sans-serif;
  font-size: 14px;
}

#availability_calendar .controls a span {
  display: none;
}

#availability_calendar .controls .forward {
  float: right;
}

#availability_calendar .controls .forward a {
  background-position: right top;
}
#availability_calendar .controls .forward a:before {
  content: "\f054";
}

#availability_calendar .controls .forward a.disabled {
  background-position: right top;
}

#availability_calendar .controls .back {
  float: left;
}

#availability_calendar .controls .back a {
  background-position: left top;
}
#availability_calendar .controls .back a:before {
  content: "\f053";
}

#availability_calendar .controls .back a.disabled {
  background-position: left top;
}

/** END AVAILABILITY CALENDAR **/
/* ==========================================================================
   EXTRAS
   ========================================================================== */
#pageimage {
  clear: both;
}
#pageimage img {
  max-width: 100%;
}

#form_submitted,
#request_submitting,
#ob_submitting {
  display: none;
}

.submitted #form_submitted,
.submitting #request_submitting,
.submitting #ob_submitting {
  display: block;
}

.submitted #page_form {
  display: none;
}

#search_dates_stay {
  display: none;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Layout Stylesheet
******************************************************************/
.global {
  width: 940px;
  margin: 0 auto;
}

.template-page .block .column.single {
  float: none;
}

.template-page .block.cols-2 .column.odd {
  clear: left;
  width: 49%;
  float: left;
}

.template-page .block.cols-2 .column.even {
  float: right;
  clear: right;
  width: 49%;
}

.search_options_title {
  position: absolute;
  width: 220px;
  left: 0;
  margin: 0;
  top: 140px;
}

#search_options {
  position: absolute;
  width: 220px;
  left: 0;
  top: 180px;
}

#search #content {
  margin-left: 240px;
}

#search #functions,
.template-page-searchres #content {
  margin-left: 240px;
}

.template-property #content {
  width: 693px;
  float: left;
  margin-top: 0;
}
.template-property #functions {
  width: 693px;
  float: left;
  clear: left;
}
.template-property #sidebar {
  width: 220px;
  float: right;
  clear: both;
}
.template-property #pageimage {
  width: 710px;
  float: left;
  clear: none;
  margin-bottom: 30px;
}

#page-request #fieldset-dates {
  float: right;
  width: 220px;
}
#page-request #fieldset-guests {
  clear: right;
  float: right;
  width: 220px;
  display: none;
}
#page-request #fieldset-requested {
  margin-right: 250px;
}
#page-request #fieldset-visited {
  margin-right: 250px;
}
#page-request #fieldset-details {
  margin-right: 250px;
}
#page-request .buttonsblock {
  margin-right: 250px;
}

#ob_form {
  float: left;
  width: 690px;
}

#ob_info {
  width: 220px;
  float: right;
}

#header {
  /*float: left;*/
  height: 73px;
}
#header #websitetitle {
  margin-top: 20px;
}

.wrapper-top {
  background: url(../img/bg_body.png) repeat-x center top;
  /* old browsers */
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #0da4ff), color-stop(100%, #40b7ff));
  background-image: -webkit-linear-gradient(bottom, #0da4ff, #40b7ff);
  background-image: -moz-linear-gradient(bottom, #0da4ff, #40b7ff);
  background-image: -o-linear-gradient(bottom, #0da4ff, #40b7ff);
  background-image: linear-gradient(bottom, #0da4ff, #40b7ff);
  background: -ms-linear-gradient(bottom, #0da4ff, #40b7ff);
  /* IE10+ */
}

.top {
  width: 100%;
  margin: 0 auto;
  height: 26px;
  position: relative;
}

#languages {
  position: absolute;
  right: 0;
  list-style: none;
  z-index: 200;
  width: 110px;
  margin: 0;
}
#languages li {
  display: none;
}
#languages li a {
  display: block;
  color: #f8f8f8;
  background: #40b7ff;
  padding: 6px 19px 6px 6px;
}
#languages li:first-child {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
}
#languages li:first-child a {
  background: url("../img/lang-arr.png") no-repeat center right;
}

#languages:hover li {
  display: block;
}

#languages li:hover a {
  background-color: #0087d9;
}

.top-menu {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.top-menu li {
  float: left;
  text-transform: uppercase;
  border-left: 1px solid #fff;
  height: 26px;
  line-height: 26px;
  font-size: 10px;
  font-weight: 400;
}
.top-menu li a {
  color: #f8f8f8;
  padding: 0 15px;
}

.social-links {
  margin: 3px 0 0;
  padding: 0;
  list-style: none;
  float: right;
}
.social-links li {
  float: left;
  margin-right: 7px;
}
.social-links a {
  color: #40b7ff;
  background: #fff;
  text-decoration: none;
  width: 18px;
  height: 18px;
  display: block;
  line-height: 18px;
  text-align: center;
  font-size: 11px;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  -ms-border-radius: 50em;
  -o-border-radius: 50em;
  border-radius: 50em;
}
.social-links a:hover {
  background: #0087d9;
}
.social-links a:active {
  background: #0087d9;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 1, 0.19);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 1, 0.19);
  box-shadow: inset 0 2px 2px rgba(0, 0, 1, 0.19);
}
.social-links a span {
  display: none;
}

#mainmenus {
  float: right;
  /*margin-top: 30px;*/
  position: relative;
}
#mainmenus ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mainmenus li {
  float: left;
  font-size: 14px;
  margin: 0 10px;
}
#mainmenus li a {
  color: #909090;
  text-decoration: none;
}
#mainmenus li a:hover {
  color: #c3c3c3;
}
#mainmenus li.current_page a {
  color: #40b7ff;
  border-bottom: 2px solid #40b7ff;
  padding-bottom: 0;
  font-weight: 700;
}
#mainmenus #menu-icon {
  display: none;
  /* hide menu icon initially */
}

#requestmenus {
  display: none;
}

.requested-properties {
  display: none;
}

#searchmenus {
  margin-top: 20px;
}

#searchmenu_1 {
  background: #fff;
  border: 1px solid #e4e4e4;
  height: 100px;
  position: relative;
  padding: 15px 14px;
  -webkit-box-shadow: 0 -4px 0 #40b7ff inset;
  -moz-box-shadow: 0 -4px 0 #40b7ff inset;
  box-shadow: 0 -4px 0 #40b7ff inset;
}
#searchmenu_1 .search_title {
  display: none;
}

#search_destination {
  float: left;
  margin-right: 10px;
}
#search_destination .kigo_autocomplete {
  background: url(../img/input-dest.png) no-repeat right center, -moz-linear-gradient(100% 100% 90deg, #f4f4f4, white);
  background: url(../img/input-dest.png) no-repeat right center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f4f4f4));
  padding-right: 42px;
  width: 290px;
  margin-top: 0.4em;
}
#search_destination .kigo_singleselect {
  width: 290px;
  margin-top: 0.4em;
  background: url(../img/input-dest.png) no-repeat right center, -moz-linear-gradient(100% 100% 90deg, #f4f4f4, white);
  background: url(../img/input-dest.png) no-repeat right center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f4f4f4));
}
#search_destination button {
  position: absolute;
  right: 12px;
  font-weight: 700;
  top: 33px;
}
#search_destination h3 {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1em;
  display: block;
}
#search_destination ul {
  position: absolute;
  left: 14px;
  top: 73px;
  z-index: 100;
  padding: 0;
  border: solid 1px #efefef;
  background: #f4f4f4;
  list-style: none;
}
#search_destination ul li {
  border-bottom: 1px solid #efefef;
  padding: 10px 12px;
  font-size: 16px;
  display: block;
  text-transform: uppercase;
  color: #909090;
}
#search_destination ul li.active {
  background: #fff;
}

#search_dates {
  float: left;
}
#search_dates .kigo_datepicker {
  padding: 0 42px 0 10px;
  width: 195px;
  margin-top: 0.4em;
}
#search_dates #search_date_in {
  background: url(../img/input-calendar.png) no-repeat right center, -moz-linear-gradient(100% 100% 90deg, #f4f4f4, white);
  background: url(../img/input-calendar.png) no-repeat right center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f4f4f4));
}
#search_dates #search_date_out {
  background: url(../img/input-calendar-out.png) no-repeat right center, -moz-linear-gradient(100% 100% 90deg, #f4f4f4, white);
  background: url(../img/input-calendar-out.png) no-repeat right center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f4f4f4));
}
#search_dates h3 {
  display: none;
}
#search_dates legend {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1em;
  display: block;
}
#search_dates fieldset {
  float: left;
  margin-right: 10px;
}

#search_guests {
  float: left;
  margin-right: 10px;
}
#search_guests fieldset.e-2 {
  display: none;
}
#search_guests fieldset.e-3 {
  display: none;
}
#search_guests legend {
  display: none;
}
#search_guests h3 {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1em;
  display: block;
}
#search_guests .kigo_singleselect {
  background: url(../img/input-guest.png) no-repeat right center, -moz-linear-gradient(100% 100% 90deg, #f4f4f4, white);
  background: url(../img/input-guest.png) no-repeat right center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f4f4f4));
  width: 76px;
  margin-top: 0.4em;
}

.ua-msie #search_destination .kigo_autocomplete {
  background: white url(../img/input-dest.png) no-repeat right center;
}
.ua-msie #search_destination .kigo_singleselect {
  background: white url(../img/input-dest.png) no-repeat right center;
}
.ua-msie #search_dates #search_date_in {
  background: white url(../img/input-calendar.png) no-repeat right center;
}
.ua-msie #search_dates #search_date_out {
  background: white url(../img/input-calendar-out.png) no-repeat right center;
}
.ua-msie #search_guests .kigo_singleselect {
  background: white url(../img/input-guest.png) no-repeat right center;
}

#search_coupon {
  float: left;
  display: none;
}
#search_coupon h3 {
  display: none;
}
#search_coupon legend {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1em;
  display: block;
}
#search_coupon .kigo_autocomplete {
  width: 160px;
}
#search_coupon button {
  position: relative;
  left: -80px;
  top: -3px;
  font-size: 12px;
  font-weight: 700;
  padding: 6px;
}

.search_options_title {
  display: none;
  font-size: 14px;
  background: #40b7ff;
  padding: 15px 20px;
  font-weight: 700;
  color: #fff;
}

#search_options {
  display: none;
  background: #fff;
  border: 1px solid #e4e4e4;
}
#search_options h3 {
  color: #40b7ff;
  text-transform: none;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}
#search_options .search_options_block {
  padding: 10px 20px;
  border-bottom: 1px solid #e4e4e4;
}
#search_options ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#search_options ul li {
  margin-bottom: 12px;
}
#search_options ul li a {
  color: #909090;
}
#search_options ul li a:before {
  display: inline-block;
  content: "";
  text-align: center;
  line-height: 16px;
  color: #40b7ff;
  font-family: 'FontAwesome';
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: 7px;
  background-color: #000;
  border: solid 1px #c7c7c7;
  background-color: #fff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF4F4F4', endColorstr='#FFFFFFFF');
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(36%, #f4f4f4), color-stop(56%, #ffffff));
  background-image: -webkit-linear-gradient(bottom, #f4f4f4 36%, #ffffff 56%);
  background-image: -moz-linear-gradient(bottom, #f4f4f4 36%, #ffffff 56%);
  background-image: -o-linear-gradient(bottom, #f4f4f4 36%, #ffffff 56%);
  background-image: linear-gradient(bottom, #f4f4f4 36%, #ffffff 56%);
}
#search_options ul li.selected a:before {
  content: "\f00c";
}

.template-page #pagetitle {
  margin: 20px 0;
  font-weight: 700;
}
/*.template-page .block {
  margin-bottom: 30px;
}*/

#page_form .buttonsblock {
  margin-top: 20px;
}

#content {
  margin-top: 40px;
}

.template-page .property-block {
  background: #fff;
  border: 1px solid #e4e4e4;
  margin-bottom: 30px;
  position: relative;
}
.template-page .property-block .titleblock {
  display: none;
}
.template-page .property-block h3 {
  position: absolute;
  font-weight: 700;
  text-transform: none;
  margin-top: 0;
  left: 224px;
  top: 12px;
}
.template-page .property-block .imageblock {
  width: 207px !important;
  height: 147px !important;
  float: left;
  margin-right: 18px;
  margin-bottom: 40px;
}
.template-page .property-block .imageblock .ppp-picture {
  width: 225px !important;
  height: 225px !important;
}
.template-page .property-block .paragraph > span {
  padding-top: 40px;
  margin-right: 100px;
  height: 83px;
  display: block;
  overflow: hidden;
}
.template-page .property-block .price {
  position: absolute;
  right: 18px;
  width: 80px;
  top: 15px;
  text-align: right;
  text-transform: uppercase;
  color: #6c6c6c;
}
.template-page .property-block .price .nightly-rent-and-discounts-and-fees {
  display: block;
  margin: 0;
}
.template-page .property-block .price .rent-and-discounts {
  display: none;
}
.template-page .property-block .price table {
  display: none;
}
.template-page .property-block .price .amount {
  display: block;
  font-size: 24px;
}
.template-page .property-block .view_details {
  float: right;
  margin: 20px 18px 25px 0;
  font-style: normal;
}
.template-page .property-block .availability_calendar {
  display: none;
}
.template-page .property-block .make_request {
  float: right;
  margin-right: 18px;
  display: none;
}
.template-page .property-block .request_list {
  position: absolute;
  top: 15px;
  left: 15px;
}
.template-page .property-block .request_list a {
  width: 40px;
  height: 40px;
  display: block;
}
.template-page .property-block .request_list a span {
  display: none;
}
.template-page .property-block .request_list a.in_list {
  background-position: left top;
}
.template-page .property-block .information {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f6f6f6;
  border-top: 1px solid #dfdfdf;
  padding: 0 0;
}
.template-page .property-block .information dl {
  margin: 0;
}
.template-page .property-block .information dt {
  float: left;
  padding: 13px 15px;
}
.template-page .property-block .information dd {
  margin-left: 0;
  border-right: 1px solid #dfdfdf;
  float: left;
  padding: 13px 10px 13px 0px;
}
.template-page .property-block .information ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.template-page .property-block .information .attributes.e-2 {
  display: none;
}

div.price,
td.price > div {
  position: relative;
}

/* HIDE ALL */
.price h4,
div.price > span,
td.price > div > span {
  display: none;
}

/* SET VISIBLE */
.price.nodates > span,
div.price.x-weekly > span,
td.price.x-weekly > div > span,
.price.notenabled > span,
.price.nosearch > span,
.property .price > span.rent-and-discounts,
.template-property .price span.nightly-rent,
#page-request .price span.rent-and-discounts {
  display: inline-block;
  vertical-align: middle;
}

.property .price > span.rent-and-discounts,
.template-property .price span.nightly-rent,
#page-request .price span.rent-and-discounts {
  white-space: nowrap;
}

.price .prefix,
.altprice-amount .prefix {
  margin-right: 0.2em;
}

/* DECIMAL SEPARATOR / PART */
.price .decimal-separator,
.price .decimal-part {
  display: none;
}

/* TITLE */
.price h4 {
  margin: 0 0.5em 0 0;
  font-size: 1.1em;
}

/* PRICE AMOUNT */
.price .amount {
  font-weight: bold;
}

/* LISTING / PROPERTY PRICE */
#availability_and_price .price table {
  display: table;
  width: 100%;
  position: static;
  padding: 0;
  border: none;
}

#availability_and_price .price.nodates {
  border-bottom: 1px solid #e4e4e4;
}

#availability_and_price .price.nodates > span {
  border: none;
  float: none;
  text-align: center;
  width: auto;
}

/* PRICE TABLE / PRICE EXPLANATION */
.price table,
div.price.x-weekly div,
td.price.x-weekly > div > div {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 1em 0;
  border: 1px solid #F2F1EE;
  text-transform: capitalize;
  white-space: nowrap;
  z-index: 100;
}

.property .price table,
.property .price.x-weekly div {
  left: auto;
  right: 0;
}

.price:hover table {
  display: table;
  width: 20em;
}

#page-ob-summary table {
  position: static;
  display: table;
  width: 100%;
  border: none;
  margin: 0;
}

#page-ob-summary .price tr {
  background: none;
  border-bottom: 1px solid #F2F1EE;
}

#page-ob-summary .price tr.rent,
#page-ob-summary .price tr.ob-amount {
  border-top: 1px solid #F2F1EE;
  border-bottom: 1px solid #F2F1EE;
  font-weight: bold;
}

div.price.x-weekly div,
td.price.x-weekly > div > div {
  padding-left: 1em;
  padding-right: 1em;
  background: #FBFBFB;
  border: 1px solid #F2F1EE;
  font-size: 0.9em;
}

div.price.x-weekly:hover div,
td.price.x-weekly:hover > div > div {
  display: block;
}

td.price {
  width: 7em;
}

.price th {
  padding-left: 1em;
  text-align: left;
}

.price td {
  padding-right: 1em;
  text-align: right;
}

#page-ob-summary .price th {
  font-weight: 300;
  padding: 9px 5px 9px 20px;
}

#page-ob-summary .price td {
  padding: 9px 20px 9px 5px;
  color: #40b7ff;
  font-weight: 300;
}

.price tr {
  background: #FBFBFB;
}

.price tr:hover {
  background: #F8F8F8;
}

/* PRICE - SERVICE QTY */
.price .qt_x {
  margin-left: 1em;
}

.price .qt {
  margin-left: 0.5em;
  padding: 0 0.5em;
  color: #fff;
  font-size: 0.85em;
  background: #AFD7E8;
  border-radius: 0.25em;
}

#footer {
  margin-top: 30px;
  background: #fff;
  border-top: 1px solid #ececec;
  clear: both;
  text-align: center;
}

#secondarymenu {
  /*width: 940px;*/
  margin: 0 auto;
  list-style: none;
  height: 49px;
  padding: 17px 0 0;
  display: inline-block;
}
#secondarymenu li {
  float: left;
  margin-right: 16px;
}

#kigo_messages {
  list-style: none;
  width: 940px;
  margin: 0 auto;
  position: relative;
}
#kigo_messages li {
  position: absolute;
  right: 0;
  top: 19px;
}
#kigo_messages li a {
  color: #fff;
  background: url(../img/kigo.png) no-repeat left center;
  padding: 0 0 0 20px;
}

#linksmenu {
  background: #40b7ff;
  height: 47px;
  color: #fff;
}
#linksmenu #links_list {
  width: 940px;
  margin: 0 auto;
  list-style: none;
  padding: 19px 0 0;
}
#linksmenu #links_list li {
  display: inline-block;
  border-right: 1px solid #fff;
}
#linksmenu #links_list li a {
  color: #fff;
  padding: 0 6px;
}
#linksmenu #links_list li:last-child {
  border-right: none;
}

#slider {
  /*height: 601px;*/
  width: 100%;
  /*padding-bottom: 15px;*/
  z-index: -20;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 1, 0.12);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 1, 0.12);
  box-shadow: 0 2px 2px rgba(0, 0, 1, 0.12);
}

#slider ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#slider li {
  display: block;
  float: left;
  /*height: 586px;*/
  padding: 0;
  text-align: center;
}
#slider li img {
  display: inline;
}

.pagin-second .wrapper-top,
#page-home .wrapper-top {
  position: relative;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 1, 0.12);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 1, 0.12);
  box-shadow: 0 2px 2px rgba(0, 0, 1, 0.12);
  background: url(/img/bg_body.png) repeat-x center top;
}
.pagin-second #header,
#page-home #header {
  position: relative;
  z-index: 1000;
}
.pagin-second #mainmenus,
#page-home #mainmenus {
  position: relative;
  z-index: 180;
  clear: right;
}
.pagin-second .search_options_title,
#page-home .search_options_title {
  display: none;
}
.pagin-second #search_options,
#page-home #search_options {
  display: none;
}
.pagin-second #searchmenus,
#page-home #searchmenus {
  margin-top: 0;
}
.pagin-second #searchmenu_1,
#page-home #searchmenu_1 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
.pagin-second #pageimage,
#page-home #pageimage {
  position: relative;
  height: 400px;
  z-index: 1000;
}
.pagin-second .homepage-intro,
#page-home .homepage-intro {
  position: absolute;
  bottom: 10px;
}
.pagin-second .homepage-intro h1,
#page-home .homepage-intro h1 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 7px rgba(0, 0, 1, 0.74);
  margin: 0;
}
.pagin-second .homepage-intro h2,
#page-home .homepage-intro h2 {
  font-size: 36px;
  color: #fff;
  text-shadow: 0 0 7px rgba(0, 0, 1, 0.74);
  margin: 0;
}
.pagin-second #pagedescription,
#page-home #pagedescription {
  margin-bottom: 80px;
}
.pagin-second #block-1,
#page-home #block-1 {
  float: left;
  position: relative;
}
.pagin-second #block-1 h3,
#page-home #block-1 h3 {
  position: absolute;
  top: 0;
  background: url(/img/bg-title.png) repeat-x top left;
  height: 74px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  padding: 16px;
  z-index: 50;
}
.pagin-second #block-1 h3 a,
#page-home #block-1 h3 a {
  color: #fff;
}
.pagin-second #block-1 .imageblock,
#page-home #block-1 .imageblock {
  background: #fff;
  width: 469px !important;
  height: 469px !important;
}
.pagin-second #block-1 .ppp-picture,
#page-home #block-1 .ppp-picture {
  width: 469px !important;
  height: 469px !important;
}
.pagin-second #block-1 .price,
#page-home #block-1 .price {
  position: absolute;
  top: 38px;
  left: 17px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  z-index: 50;
  display: none;
}
.pagin-second #block-1 .paragraph,
#page-home #block-1 .paragraph {
  display: none;
}
.pagin-second #block-1 .availability_calendar,
#page-home #block-1 .availability_calendar {
  display: none;
}
.pagin-second #block-1 .request_list,
#page-home #block-1 .request_list {
  display: none;
}
.pagin-second #block-1 .information,
#page-home #block-1 .information {
  display: none;
}
.pagin-second #block-1 .make_request,
#page-home #block-1 .make_request {
  display: none;
}
.pagin-second #block-1 .titleblock,
#page-home #block-1 .titleblock {
  position: absolute;
  top: -35px;
}
.pagin-second #block-2,
#page-home #block-2 {
  float: left;
  position: relative;
}
.pagin-second #block-2 h3,
#page-home #block-2 h3 {
  position: absolute;
  top: 0;
  background: url(/img/bg-title.png) repeat-x top left;
  height: 74px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  padding: 16px;
  z-index: 50;
}
.pagin-second #block-2 h3 a,
#page-home #block-2 h3 a {
  color: #fff;
}
.pagin-second #block-2 .imageblock,
#page-home #block-2 .imageblock {
  background: #fff;
  width: 467px !important;
  height: 233px !important;
}
.pagin-second #block-2 .ppp-picture,
#page-home #block-2 .ppp-picture {
  width: 467px !important;
  height: 467px !important;
}
.pagin-second #block-2 .price,
#page-home #block-2 .price {
  position: absolute;
  top: 38px;
  left: 17px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  z-index: 50;
  display: none;
}
.pagin-second #block-2 .paragraph,
#page-home #block-2 .paragraph {
  display: none;
}
.pagin-second #block-2 .availability_calendar,
#page-home #block-2 .availability_calendar {
  display: none;
}
.pagin-second #block-2 .request_list,
#page-home #block-2 .request_list {
  display: none;
}
.pagin-second #block-2 .information,
#page-home #block-2 .information {
  display: none;
}
.pagin-second #block-2 .make_request,
#page-home #block-2 .make_request {
  display: none;
}
.pagin-second #block-2 .titleblock,
#page-home #block-2 .titleblock {
  display: none;
}
.pagin-second #block-3,
#page-home #block-3 {
  float: left;
  position: relative;
}
.pagin-second #block-3 h3,
#page-home #block-3 h3 {
  position: absolute;
  top: 0;
  background: url(/img/bg-title.png) repeat-x top left;
  height: 74px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  padding: 16px;
  z-index: 50;
}
.pagin-second #block-3 h3 a,
#page-home #block-3 h3 a {
  color: #fff;
}
.pagin-second #block-3 .imageblock,
#page-home #block-3 .imageblock {
  background: #fff;
  width: 233px !important;
  height: 233px !important;
}
.pagin-second #block-3 .ppp-picture,
#page-home #block-3 .ppp-picture {
  width: 233px !important;
  height: 233px !important;
}
.pagin-second #block-3 .price,
#page-home #block-3 .price {
  position: absolute;
  top: 38px;
  left: 17px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  z-index: 50;
  display: none;
}
.pagin-second #block-3 .paragraph,
#page-home #block-3 .paragraph {
  display: none;
}
.pagin-second #block-3 .availability_calendar,
#page-home #block-3 .availability_calendar {
  display: none;
}
.pagin-second #block-3 .request_list,
#page-home #block-3 .request_list {
  display: none;
}
.pagin-second #block-3 .information,
#page-home #block-3 .information {
  display: none;
}
.pagin-second #block-3 .make_request,
#page-home #block-3 .make_request {
  display: none;
}
.pagin-second #block-3 .titleblock,
#page-home #block-3 .titleblock {
  display: none;
}
.pagin-second #block-4,
#page-home #block-4 {
  float: left;
  position: relative;
}
.pagin-second #block-4 h3,
#page-home #block-4 h3 {
  position: absolute;
  top: 0;
  background: url(/img/bg-title.png) repeat-x top left;
  height: 74px;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  padding: 16px;
  z-index: 50;
}
.pagin-second #block-4 h3 a,
#page-home #block-4 h3 a {
  color: #fff;
}
.pagin-second #block-4 .imageblock,
#page-home #block-4 .imageblock {
  background: #fff;
  width: 233px !important;
  height: 233px !important;
}
.pagin-second #block-4 .ppp-picture,
#page-home #block-4 .ppp-picture {
  width: 233px !important;
  height: 233px !important;
}
.pagin-second #block-4 .price,
#page-home #block-4 .price {
  position: absolute;
  top: 38px;
  left: 17px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  z-index: 50;
  display: none;
}
.pagin-second #block-4 .paragraph,
#page-home #block-4 .paragraph {
  display: none;
}
.pagin-second #block-4 .availability_calendar,
#page-home #block-4 .availability_calendar {
  display: none;
}
.pagin-second #block-4 .request_list,
#page-home #block-4 .request_list {
  display: none;
}
.pagin-second #block-4 .information,
#page-home #block-4 .information {
  display: none;
}
.pagin-second #block-4 .make_request,
#page-home #block-4 .make_request {
  display: none;
}
.pagin-second #block-4 .titleblock,
#page-home #block-4 .titleblock {
  display: none;
}/*
#page-home #block-5 {
  clear: both;
  float: left;
  position: relative;
  width: 458px;
  background: #fff;
  border: 1px solid #dfdfdf;
}
#page-home #block-5 h3 {
  position: absolute;
  top: 198px;
  padding: 5px 0 19px 70px;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  margin: 0 13px;
}
#page-home #block-5 h3:before {
  content: "";
  background: #40b7ff url(../img/icon-ap2.png) no-repeat center center;
  width: 59px;
  height: 42px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#page-home #block-5 .imageblock {
  background: #fff;
  width: 458px !important;
  height: 185px !important;
  margin-left: -1px;
  margin-top: -1px;
  z-index: 0;
}
#page-home #block-5 .ppp-picture {
  width: 458px !important;
  height: 458px !important;
  bottom: 0;
  top: -210px !important;
}
#page-home #block-5 .price {
  position: absolute;
  bottom: 47px;
  left: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
#page-home #block-5 .paragraph {
  margin: 0 13px;
  line-height: 17px;
  height: 53px;
  overflow: hidden;
  margin-bottom: 65px;
  margin-top: 70px;
}
#page-home #block-5 .paragraph .view_details {
  display: none;
}
#page-home #block-5 .availability_calendar {
  display: none;
}
#page-home #block-5 .request_list {
  position: absolute;
  top: 15px;
  left: 15px;
}
#page-home #block-5 .request_list a {
  width: 40px;
  height: 40px;
  background-color: rgba(240, 240, 240, 0.6);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.43), inset 0 -3px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.43), inset 0 -3px rgba(0, 0, 0, 0.28);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.43), inset 0 -3px rgba(0, 0, 0, 0.28);
  display: block;
  position: relative;
  text-decoration: none;
}
#page-home #block-5 .request_list a:before {
  content: "\2665";
  font-family: 'entypo', sans-serif;
  font-size: 25px;
  color: rgba(119, 119, 119, 0.6);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 8px;
  top: 6px;
}
#page-home #block-5 .request_list a span {
  display: none;
}
#page-home #block-5 .request_list a.in_list:before {
  color: #40b7ff;
}
#page-home #block-5 .information {
  position: absolute;
  bottom: 0;
  border-top: 1px solid #dfdfdf;
  width: 100%;
  height: 40px;
  padding: 8px 20px 0;
}
#page-home #block-5 .information dl {
  margin: 0;
  padding: 5px 0;
}
#page-home #block-5 .information dt {
  float: left;
  padding-right: 4px;
}
#page-home #block-5 .information dd {
  float: left;
  margin-left: 0;
  margin-right: 4px;
}
#page-home #block-5 .information dd:after {
  content: ", ";
}
#page-home #block-5 .information .features.e-2 {
  display: none;
}
#page-home #block-5 .make_request {
  display: none;
}
#page-home #block-5 .titleblock {
  position: absolute;
  top: -35px;
}
#page-home #block-6 {
  float: right;
  position: relative;
  width: 458px;
  background: #fff;
  border: 1px solid #dfdfdf;
}
#page-home #block-6 h3 {
  position: absolute;
  top: 198px;
  padding: 5px 0 19px 70px;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  margin: 0 13px;
}
#page-home #block-6 h3:before {
  content: "";
  background: #40b7ff url(../img/icon-ap2.png) no-repeat center center;
  width: 59px;
  height: 42px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
#page-home #block-6 .imageblock {
  background: #fff;
  width: 458px !important;
  height: 185px !important;
  margin-left: -1px;
  margin-top: -1px;
  z-index: 0;
}
#page-home #block-6 .ppp-picture {
  width: 458px !important;
  height: 458px !important;
  bottom: 0;
  top: -210px !important;
}
#page-home #block-6 .price {
  position: absolute;
  bottom: 47px;
  left: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
#page-home #block-6 .paragraph {
  margin: 0 13px;
  line-height: 17px;
  height: 53px;
  overflow: hidden;
  margin-bottom: 65px;
  margin-top: 70px;
}
#page-home #block-6 .paragraph .view_details {
  display: none;
}
#page-home #block-6 .availability_calendar {
  display: none;
}
#page-home #block-6 .request_list {
  position: absolute;
  top: 15px;
  left: 15px;
}
#page-home #block-6 .request_list a {
  width: 40px;
  height: 40px;
  background-color: rgba(240, 240, 240, 0.6);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.43), inset 0 -3px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.43), inset 0 -3px rgba(0, 0, 0, 0.28);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.43), inset 0 -3px rgba(0, 0, 0, 0.28);
  display: block;
  position: relative;
  text-decoration: none;
}
#page-home #block-6 .request_list a:before {
  content: "\2665";
  font-family: 'entypo', sans-serif;
  font-size: 25px;
  color: rgba(119, 119, 119, 0.6);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 8px;
  top: 6px;
}
#page-home #block-6 .request_list a span {
  display: none;
}
#page-home #block-6 .request_list a.in_list:before {
  color: #40b7ff;
}
#page-home #block-6 .information {
  position: absolute;
  bottom: 0;
  border-top: 1px solid #dfdfdf;
  width: 100%;
  height: 40px;
  padding: 8px 20px 0;
}
#page-home #block-6 .information dl {
  margin: 0;
  padding: 5px 0;
}
#page-home #block-6 .information dt {
  float: left;
  padding-right: 4px;
}
#page-home #block-6 .information dd {
  float: left;
  margin-left: 0;
  margin-right: 4px;
}
#page-home #block-6 .information dd:after {
  content: ", ";
}
#page-home #block-6 .information .features.e-2 {
  display: none;
}
#page-home #block-6 .make_request {
  display: none;
}
#page-home #block-6 .titleblock {
  display: none;
}
#page-home #block-7 {
  clear: both;
  float: left;
  margin-bottom: 70px;
  margin-right: 20px;
  position: relative;
  width: 220px;
}
#page-home #block-7 h3 {
  position: absolute;
  top: 135px;
  font-size: 12px;
}
#page-home #block-7 h3 a {
  color: #6c6c6c;
  font-weight: bold;
}
#page-home #block-7 .imageblock {
  background: #fff;
  width: 220px !important;
  height: 127px !important;
}
#page-home #block-7 .ppp-picture {
  width: 220px !important;
  height: 220px !important;
  bottom: 0;
  top: auto !important;
}
#page-home #block-7 .price {
  position: absolute;
  top: 150px;
}
#page-home #block-7 .paragraph {
  display: none;
}
#page-home #block-7 .availability_calendar {
  display: none;
}
#page-home #block-7 .request_list {
  display: none;
}
#page-home #block-7 .information {
  display: none;
}
#page-home #block-7 .make_request {
  display: none;
}
#page-home #block-7 .titleblock {
  position: absolute;
  top: -35px;
}
#page-home #block-8,
#page-home #block-9,
#page-home #block-10 {
  float: left;
  margin-right: 20px;
  position: relative;
  width: 220px;
}
#page-home #block-8 h3,
#page-home #block-9 h3,
#page-home #block-10 h3 {
  position: absolute;
  top: 135px;
  font-size: 12px;
}
#page-home #block-8 h3 a,
#page-home #block-9 h3 a,
#page-home #block-10 h3 a {
  color: #6c6c6c;
  font-weight: bold;
}
#page-home #block-8 .imageblock,
#page-home #block-9 .imageblock,
#page-home #block-10 .imageblock {
  background: #fff;
  width: 220px !important;
  height: 127px !important;
}
#page-home #block-8 .ppp-picture,
#page-home #block-9 .ppp-picture,
#page-home #block-10 .ppp-picture {
  width: 220px !important;
  height: 220px !important;
  bottom: 0;
  top: auto !important;
}
#page-home #block-8 .price,
#page-home #block-9 .price,
#page-home #block-10 .price {
  position: absolute;
  top: 150px;
}
#page-home #block-8 .paragraph,
#page-home #block-9 .paragraph,
#page-home #block-10 .paragraph {
  display: none;
}
#page-home #block-8 .availability_calendar,
#page-home #block-9 .availability_calendar,
#page-home #block-10 .availability_calendar {
  display: none;
}
#page-home #block-8 .request_list,
#page-home #block-9 .request_list,
#page-home #block-10 .request_list {
  display: none;
}
#page-home #block-8 .information,
#page-home #block-9 .information,
#page-home #block-10 .information {
  display: none;
}
#page-home #block-8 .make_request,
#page-home #block-9 .make_request,
#page-home #block-10 .make_request {
  display: none;
}
#page-home #block-8 .titleblock,
#page-home #block-9 .titleblock,
#page-home #block-10 .titleblock {
  display: none;
}
#page-home #block-10 {
  margin-right: 0;
}
#page-home #block-11 {
  clear: both;
}*/
.pagin-second .more-ap,
#page-home .more-ap {
  background: #fff;
  display: block;
  border: 1px solid #dfdfdf;
  color: #6c6c6c;
  font-size: 16px;
  text-align: center;
  height: 50px;
  padding-top: 15px;
}

/* LISTING PROPERTIES MAP */
.properties-map {
  display: none;
  width: 100%;
  height: 50em;
}

.properties-view-as-map .properties-map {
  display: block;
}

#search.properties-view-as-map #functions,
.template-page-searchres.properties-view-as-map #content .block {
  display: none;
}

.info-window {
  width: 480px;
}
.info-window .image {
  float: left;
  margin-right: 13px;
}
.info-window h3 {
  font-weight: 700;
  text-transform: none;
  margin-top: 0;
}
.info-window .descript {
  height: 100px;
}
.info-window .descript > span {
  height: 56px;
  display: block;
  overflow: hidden;
}
.info-window .view_details {
  float: left;
  margin: 40px 0 25px;
  font-style: normal;
}

.info-window.ob-enabled .view_details {
  display: none;
}

.properties-view-options {
  background: #40b7ff;
  float: right;
  margin: -2px 1px 0;
  padding: 4px 5px 0;
  height: 40px;
  list-style: none;
  position: relative;
}
.properties-view-options li {
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 6px 7px;
  cursor: pointer;
}
.properties-view-options li.active {
  background: #73caff;
}

#search #pagetitle,
.template-page-searchres #pagetitle {
  margin-bottom: 14px;
}
#search #content,
.template-page-searchres #content {
  clear: both;
  position: relative;
  margin-top: 50px;
}
#search #functions.none,
.template-page-searchres #functions.none {
  display: block;
}
#search #pagedescription,
.template-page-searchres #pagedescription {
  background: none;
  border: none;
}
#search .search_options_title,
.template-page-searchres .search_options_title {
  display: block;
}
#search #search_options,
.template-page-searchres #search_options {
  display: block;
}
#search .block,
.template-page-searchres .block {
  background: #fff;
  border: 1px solid #e4e4e4;
  margin-bottom: 30px;
  position: relative;
}
#search .block .notice,
.template-page-searchres .block .notice {
  display: none;
}
#search .block h3,
.template-page-searchres .block h3 {
  position: absolute;
  font-weight: 700;
  text-transform: none;
  margin-top: 0;
  left: 224px;
  top: 12px;
  overflow: hidden;
  width: 370px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#search .block .imageblock,
.template-page-searchres .block .imageblock {
  width: 207px !important;
  height: 147px !important;
  float: left;
  margin-right: 18px;
  margin-bottom: 40px;
}
#search .block .imageblock .ppp-picture,
.template-page-searchres .block .imageblock .ppp-picture {
  width: 225px !important;
  height: 225px !important;
  top: -37px !important;
}
#search .block .paragraph > span,
.template-page-searchres .block .paragraph > span {
  padding-top: 40px;
  margin-right: 100px;
  height: 83px;
  display: block;
  overflow: hidden;
}
#search .block .price,
.template-page-searchres .block .price {
  position: absolute;
  right: 18px;
  width: 90px;
  top: 15px;
  text-align: right;
  text-transform: uppercase;
  color: #6c6c6c;
}
#search .block .price .nightly-rent-and-discounts-and-fees,
.template-page-searchres .block .price .nightly-rent-and-discounts-and-fees {
  display: block;
  margin: 0;
}
#search .block .price span.nightly-rent-and-discounts-and-fees,
.template-page-searchres .block .price span.nightly-rent-and-discounts-and-fees {
  font-size: 24px;
  font-weight: 700;
}
#search .block .price .rent-and-discounts,
.template-page-searchres .block .price .rent-and-discounts {
  display: none;
}
#search .block .price table,
.template-page-searchres .block .price table {
  display: none;
}
#search .block .price .amount,
.template-page-searchres .block .price .amount {
  display: block;
  font-size: 24px;
}
#search .block .view_details,
.template-page-searchres .block .view_details {
  float: right;
  margin: 20px 18px 25px;
  font-style: normal;
}
#search .block .ob-enabled .view_details,
.template-page-searchres .block .ob-enabled .view_details {
  display: none;
}
#search .block .ob,
.template-page-searchres .block .ob {
  float: right;
  margin: 0 18px;
}
#search .block .availability_calendar,
.template-page-searchres .block .availability_calendar {
  display: none;
}
#search .block .make_request,
.template-page-searchres .block .make_request {
  float: right;
  margin-right: 18px;
  display: none;
}
#search .block .request_list,
.template-page-searchres .block .request_list {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 50;
}
#search .block .request_list a,
.template-page-searchres .block .request_list a {
  width: 40px;
  height: 40px;
  background-color: rgba(240, 240, 240, 0.6);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.43), inset 0 -3px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.43), inset 0 -3px rgba(0, 0, 0, 0.28);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.43), inset 0 -3px rgba(0, 0, 0, 0.28);
  display: block;
  position: relative;
  text-decoration: none;
}
#search .block .request_list a:before,
.template-page-searchres .block .request_list a:before {
  content: "\2665";
  font-family: 'entypo', sans-serif;
  font-size: 25px;
  color: rgba(119, 119, 119, 0.6);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 8px;
  top: 6px;
}
#search .block .request_list a span,
.template-page-searchres .block .request_list a span {
  display: none;
}
#search .block .request_list a.in_list:before,
.template-page-searchres .block .request_list a.in_list:before {
  color: #40b7ff;
}
#search .block .information,
.template-page-searchres .block .information {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #f6f6f6;
  border-top: 1px solid #dfdfdf;
  padding: 0 0;
}
#search .block .information dl,
.template-page-searchres .block .information dl {
  margin: 0;
}
#search .block .information dt,
.template-page-searchres .block .information dt {
  float: left;
  padding: 13px 15px;
}
#search .block .information dd,
.template-page-searchres .block .information dd {
  margin-left: 0;
  border-right: 1px solid #dfdfdf;
  float: left;
  padding: 13px 10px 13px 0px;
}
#search .block .information ul,
.template-page-searchres .block .information ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#search .block .information .attributes.e-2,
.template-page-searchres .block .information .attributes.e-2 {
  display: none;
}
#search .block.alert,
.template-page-searchres .block.alert {
  display: none;
}

#search_order {
  position: absolute;
  top: -4px;
  right: 0;
}
#search_order select {
  color: #909090;
  font-size: 12px;
  width: 145px;
  margin-left: 6px;
  border: solid 1px #c7c7c7;
  font-family: "Open Sans", Arial, sans-serif;
  height: 27px;
  outline: none;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 4px 10px;
  -webkit-appearance: none;
  background: url(../img/select-arr.png) no-repeat right center, -moz-linear-gradient(100% 100% 90deg, #f4f4f4, white);
  background: url(../img/select-arr.png) no-repeat right center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f4f4f4));
}

#search.properties-view-as-photos #list_view {
  margin: 0 -5px;
}
#search.properties-view-as-photos .block {
  width: 225px;
  float: left;
  margin: 0 5px 30px;
}
#search.properties-view-as-photos .block .paragraph > span {
  display: none;
}
#search.properties-view-as-photos .block .imageblock {
  width: 223px !important;
  height: 160px !important;
  float: none;
  margin-bottom: 60px;
}
#search.properties-view-as-photos .block h3 {
  left: 17px;
  top: 168px;
  width: 200px;
  white-space: normal;
}
#search.properties-view-as-photos .block .information {
  display: none;
}
#search.properties-view-as-photos .block .price {
  top: 188px;
  left: 18px;
  width: auto;
  right: auto;
  text-align: left;
}
#search.properties-view-as-photos .block .price .amount {
  display: inline;
  font-size: 12px;
}
#search.properties-view-as-photos .block .price .nightly-rent-and-discounts-and-fees {
  display: inline;
  margin-right: 7px;
  font-size: 12px;
  font-weight: 300;
}
#search.properties-view-as-photos .block .make_request {
  float: none;
  margin: 10px 0 25px 18px;
  display: none;
}
#search.properties-view-as-photos .block .view_details {
  float: left;
  margin: 20px 0 25px 18px;
}
#search.properties-view-as-photos .block .ob {
  float: none;
  margin: 10px 0 25px 18px;
}

.template-page-searchres.properties-view-as-photos .block {
  width: 225px;
  float: left;
  margin: 0 5px 30px;
}
.template-page-searchres.properties-view-as-photos .block .paragraph > span {
  display: none;
}
.template-page-searchres.properties-view-as-photos .block .imageblock {
  width: 223px !important;
  height: 160px !important;
  float: none;
  margin-bottom: 60px;
}
.template-page-searchres.properties-view-as-photos .block h3 {
  left: 17px;
  top: 168px;
  width: 200px;
  white-space: normal;
}
.template-page-searchres.properties-view-as-photos .block .information {
  display: none;
}
.template-page-searchres.properties-view-as-photos .block .price {
  top: 188px;
  left: 18px;
  width: auto;
  right: auto;
  text-align: left;
}
.template-page-searchres.properties-view-as-photos .block .price .amount {
  display: inline;
  font-size: 12px;
}
.template-page-searchres.properties-view-as-photos .block .price .nightly-rent-and-discounts-and-fees {
  display: inline;
  margin-right: 7px;
  font-size: 12px;
  font-weight: 300;
}
.template-page-searchres.properties-view-as-photos .block .make_request {
  float: none;
  margin: 10px 0 25px 18px;
  display: none;
}
.template-page-searchres.properties-view-as-photos .block .view_details {
  float: left;
  margin: 20px 0 25px 18px;
}
.template-page-searchres.properties-view-as-photos .block .ob {
  float: none;
  margin: 10px 0 25px 18px;
}
.template-page-searchres.properties-view-as-photos .block:nth-child(3n+3) {
  margin-right: 0;
}

.template-property #pagetitle {
  color: #40b7ff;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 15px;
  padding-top: 40px;
  float: left;
  width: 580px;
}
.template-property #searchmenus {
  display: none;
}
.template-property #content .block {
  background: #fff;
  border: 1px solid #e4e4e4;
  margin-bottom: 30px;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 4px 0 #40b7ff inset;
  -moz-box-shadow: 0 4px 0 #40b7ff inset;
  box-shadow: 0 4px 0 #40b7ff inset;
}
.template-property #content .block .column {
  margin: 0 20px;
}
.template-property #content .block h2 {
  padding: 4px 0 16px;
  text-transform: none;
  color: #40b7ff;
  font-size: 18px;
  font-weight: 700;
}
.template-property #content .block h2:before {
  content: "\e705";
  font-family: 'entypo', sans-serif;
  display: inline-block;
  background: #40b7ff;
  padding: 9px 21px;
  font-size: 23px;
  color: #fff;
  font-weight: normal;
  margin-right: 8px;
}
.template-property .empty-block {
  display: none;
}
.template-property #block-1 {
  display: none;
}
.template-property #sidebar {
  margin-top: 30px;
  position: relative;
}
.template-property .information {
  background: #fff;
  border: 1px solid #e4e4e4;
  margin-top: 20px;
  padding: 0;
}
.template-property .information h3 {
  background: #40b7ff;
  color: #fff;
  padding: 10px 15px;
  font-weight: 700;
}
.template-property .information dl {
  margin: 0;
  padding: 0;
}
.template-property .information dt {
  font-weight: 400;
  float: left;
  clear: left;
  padding: 8px 15px;
  font-weight: 300;
}
.template-property .information dd {
  text-align: right;
  border-bottom: 1px solid #F2F1EE;
  margin: 0;
  padding: 8px 15px;
  color: #40b7ff;
  font-weight: 300;
}
.template-property .information ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.template-property .information ul li {
  text-align: right;
}
.template-property .kg-container {
  border: 1px solid #e4e4e4 !important;
}

ul.list {
  margin: 0;
  padding: 0 0 20px 20px;
  list-style: none;
}
ul.list li {
  position: relative;
  width: 25%;
  float: left;
  padding-right: 20px;
  margin-bottom: 8px;
}
ul.list li:before {
  content: "\f00c";
  font-family: 'FontAwesome', sans-serif;
  background: #40b7ff;
  color: #fff;
  display: block;
  position: absolute;
  left: -20px;
  top: 2px;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  font-size: 0.5em;
  -webkit-border-radius: 50em;
  -moz-border-radius: 50em;
  -ms-border-radius: 50em;
  -o-border-radius: 50em;
  border-radius: 50em;
  -webkit-box-shadow: 0 4px 3px -2px rgba(64, 183, 255, 0.4);
  -moz-box-shadow: 0 4px 3px -2px rgba(64, 183, 255, 0.4);
  box-shadow: 0 4px 3px -2px rgba(64, 183, 255, 0.4);
}

#availability_and_price {
  display: block;
  position: relative;
  padding-bottom: 70px;
  background: #fff;
  border: 1px solid #e4e4e4;
}
#availability_and_price .availability {
  display: block;
  background: #40b7ff;
  border-bottom: 1px solid #e4e4e4;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 15px 15px;
}
#availability_and_price .availability.none {
  display: none;
}
#availability_and_price .ob {
  position: absolute;
  bottom: 15px;
  left: 16px;
}
#availability_and_price .ob a {
  padding: 13px 41px;
  font-size: 18px;
}
#availability_and_price .price {
  font-size: 12px;
}
#availability_and_price .price > div {
  clear: both;
}
#availability_and_price .price > h4 {
  display: block;
  float: left;
  clear: left;
  margin: 0;
  padding: 10px 0 10px 15px;
  font-size: 12px;
  line-height: 1.2em;
  border-bottom: 1px solid #e4e4e4;
}
#availability_and_price .price > span {
  text-align: right;
  display: block;
  padding: 10px 15px 10px 0;
  color: #40b7ff;
  border-bottom: 1px solid #e4e4e4;
}
#availability_and_price .price .rent-and-discounts {
  display: none;
}
#availability_and_price .price .rent-and-discounts-and-fees {
  display: none;
}
#availability_and_price .price .nightly-rent {
  display: none;
}
#availability_and_price .price tr {
  border-bottom: 1px solid #e4e4e4;
}
#availability_and_price .price table th {
  text-align: left;
  font-weight: 300;
  padding: 10px 0 10px 15px;
  background: #f6f6f6;
  white-space: normal;
}
#availability_and_price .price table td {
  text-align: right;
  font-weight: bold;
  color: #40b7ff;
  background: #f6f6f6;
  padding: 10px 15px 10px 0;
}
#availability_and_price .price table .total-fees th, #availability_and_price .price table .total-fees td {
  border-top: 1px solid #40b7ff;
  font-weight: bold;
}
#availability_and_price .price table .ob-amount th, #availability_and_price .price table .ob-amount td {
  background: #40b7ff;
  color: #fff;
  font-weight: bold;
}
#availability_and_price .price table .total-all th, #availability_and_price .price table .total-all td {
  background: #8dd4ff;
  color: #40b7ff;
  color: #fff;
  font-weight: bold;
}
#availability_and_price .dates {
  padding: 20px 15px 0;
  clear: both;
}
#availability_and_price .dates h3 {
  display: none;
}
#availability_and_price .dates .kigo_datepicker {
  padding: 0 42px 0 10px;
  width: 100%;
  margin-bottom: 14px;
}
#availability_and_price .dates fieldset.e-1 input {
  background: url(../img/input-calendar.png) no-repeat right center, -moz-linear-gradient(100% 100% 90deg, #f4f4f4, white);
  background: url(../img/input-calendar.png) no-repeat right center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f4f4f4));
}
#availability_and_price .dates fieldset.e-2 input {
  background: url(../img/input-calendar-out.png) no-repeat right center, -moz-linear-gradient(100% 100% 90deg, #f4f4f4, white);
  background: url(../img/input-calendar-out.png) no-repeat right center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f4f4f4));
}
#availability_and_price .dates .stay {
  display: none;
}
#availability_and_price .guests {
  padding: 0 15px;
}
#availability_and_price .guests legend {
  display: none;
}
#availability_and_price .guests h3 {
  font-size: 11px;
  font-weight: 400;
  margin-bottom: 0.6em;
}
#availability_and_price .guests .kigo_singleselect {
  background: url(../img/input-guest.png) no-repeat right center, -moz-linear-gradient(100% 100% 90deg, #f4f4f4, white);
  background: url(../img/input-guest.png) no-repeat right center, -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f4f4f4));
  width: 76px;
}
#availability_and_price .guests fieldset.e-2 {
  display: none;
}
#availability_and_price .guests fieldset.e-3 {
  display: none;
}
#availability_and_price .coupon {
  padding: 0 15px;
  margin-top: 10px;
}
#availability_and_price .coupon h3 {
  display: none;
}
#availability_and_price .coupon .kigo_autocomplete {
  width: 100%;
}
#availability_and_price .coupon button {
  font-size: 12px;
  font-weight: 700;
  padding: 6px;
  width: 100%;
  margin-top: 5px;
}
#availability_and_price .close {
  display: none;
}

.coupon_error {
  display: none;
}

.coupon-invalid .coupon_error {
  display: block;
}

.ua-msie #availability_and_price .dates fieldset.e-1 input {
  background: white url(../img/input-calendar.png) no-repeat right center;
}
.ua-msie #availability_and_price .dates fieldset.e-2 input {
  background: white url(../img/input-calendar-out.png) no-repeat right center;
}
.ua-msie #availability_and_price .guests .kigo_singleselect {
  background: white url(../img/input-guest.png) no-repeat right center;
}

#functions_menu {
  list-style: none;
  margin: 13px 0;
  padding: 0;
}
#functions_menu ul {
  margin: 0 16px;
  padding: 0;
}

#availability_calendar_menu {
  display: none;
}

#request_list_menu {
  position: absolute;
  top: 0px;
  left: -229px;
  width: 200px;
  list-style: none;
}
#request_list_menu a {
  color: #909090;
  font-weight: 300;
  border: 1px solid #e4e4e4;
  background: #f7f7f7;
  padding: 8px 40px 8px 14px;
  display: inline-block;
  text-align: right;
  float: right;
}
#request_list_menu a:after {
  position: absolute;
  top: 4px;
  right: 12px;
  content: "\2665";
  font-family: 'entypo', sans-serif;
  font-size: 20px;
  color: rgba(119, 119, 119, 0.6);
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
}
#request_list_menu a.in_list:after {
  color: #40b7ff;
}

#make_request_menu {
  list-style: none;
}

#make_request_menu a {
  display: block;
  text-align: center;
}

#availability_calendar {
  border: 1px solid #e4e4e4;
  margin-bottom: 30px;
  padding: 0 20px 20px;
  -webkit-box-shadow: 0 4px 0 #40b7ff inset;
  -moz-box-shadow: 0 4px 0 #40b7ff inset;
  box-shadow: 0 4px 0 #40b7ff inset;
}
#availability_calendar h3 {
  padding: 4px 0 16px;
  text-transform: none;
  color: #40b7ff;
  font-size: 18px;
  font-weight: 700;
}
#availability_calendar h3:before {
  content: "\e705";
  font-family: 'entypo', sans-serif;
  display: inline-block;
  background: #40b7ff;
  padding: 9px 21px;
  font-size: 23px;
  color: #fff;
  font-weight: normal;
  margin-right: 8px;
}
#availability_calendar .close {
  display: none;
}

#page-request .back_to_list {
  display: none;
}
#page-request #pagetitle {
  color: #40b7ff;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 30px;
}
#page-request #fieldset-requested {
  padding: 40px 20px 0;
  background: #fff;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  position: relative;
  -webkit-box-shadow: 0 4px 0 #40b7ff inset;
  -moz-box-shadow: 0 4px 0 #40b7ff inset;
  box-shadow: 0 4px 0 #40b7ff inset;
}
#page-request #fieldset-visited {
  padding: 40px 20px;
  background: #fff;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  position: relative;
}
#page-request #fieldset-visited .property img {
  display: none;
}
#page-request #fieldset-visited .property a span {
  position: static;
}
#page-request #fieldset-details {
  padding: 40px 20px;
  background: #fff;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  position: relative;
}
#page-request #fieldset-coupon {
  display: none;
}

#fieldset-guests .input_element.e-2 {
  display: none;
}
#fieldset-guests .input_element.e-3 {
  display: none;
}

#fieldset-dates {
  position: relative;
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 70px 20px 0;
}
#fieldset-dates p.input_element.last {
  margin-bottom: 20px;
}
#fieldset-dates #request_dates_stay {
  margin: 10px -20px 0;
  border-top: 1px solid #e4e4e4;
  padding: 15px 20px;
  color: #40b7ff;
  font-weight: bold;
  text-transform: uppercase;
}

#request_form #fieldset-dates legend {
  top: 0;
  background: #40b7ff;
  color: #fff;
  width: 100%;
  left: 0;
  padding: 14px;
}

#request_form table {
  background: #fff;
  border: 1px solid #f3f3f3;
  margin-bottom: 0;
}
#request_form table thead td {
  background: #f3f3f3;
  color: #909090;
  padding: 13px 5px;
  text-align: center;
  font-weight: bold;
}
#request_form table tbody td {
  vertical-align: top;
  border-bottom: 1px solid #f3f3f3;
  padding: 10px 5px;
}
#request_form table tbody td.choice .kigo_singleselect {
  width: 60px;
}
#request_form table tbody td.property a {
  position: relative;
  color: #909090;
}
#request_form table tbody td.property img {
  width: 130px;
}
#request_form table tbody td.property span {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: block;
  background: #fff;
  padding: 5px 0;
}
#request_form table tbody td.ob a {
  display: block;
  text-align: center;
}
#request_form table tbody td.remove {
  width: 150px;
}
#request_form table tbody td.remove a {
  display: block;
  text-align: center;
}
#request_form table tbody td.add {
  width: 150px;
}
#request_form table tbody td.add a {
  display: block;
  text-align: center;
}
#request_form legend {
  color: #40b7ff;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  position: absolute;
  top: 15px;
  overflow: hidden;
  white-space: nowrap;
  width: 270px;
}
#request_form .buttonsblock {
  padding: 20px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-top: none;
}

#page-ob-summary #pagetitle {
  color: #40b7ff;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 20px;
}
#page-ob-summary .submit {
  text-align: right;
}
#page-ob-summary .submit .buttons {
  margin-bottom: 10px;
}
#page-ob-summary .submit .buttons .back {
  margin-right: 15px;
}

#ob_info > h4 {
  display: none;
}
#ob_info > a {
  display: block;
  position: relative;
  border: 1px solid #e4e4e4;
  background: #fff;
  margin-bottom: 20px;
}
#ob_info > a img {
  width: 100%;
  margin-bottom: 20px;
}
#ob_info > a span {
  position: absolute;
  width: 100%;
  display: block;
  bottom: 0;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 14px;
}
#ob_info caption {
  background: #40b7ff;
  padding: 14px 20px;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
#ob_info .price table th {
  white-space: normal;
}
#ob_info .price .total-fees th, #ob_info .price .total-fees td {
  border-top: 1px solid #40b7ff;
  font-weight: bold;
}
#ob_info .price .ob-amount th, #ob_info .price .ob-amount td {
  background: #40b7ff;
  color: #fff;
  font-weight: bold;
}
#ob_info .price .total-all th, #ob_info .price .total-all td {
  background: #F6F6F6;
  color: #40b7ff;
}

#ob_form {
  padding: 20px 20px;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: 0 4px 0 #40b7ff inset;
  -moz-box-shadow: 0 4px 0 #40b7ff inset;
  box-shadow: 0 4px 0 #40b7ff inset;
}
#ob_form #fieldset-details legend {
  color: #40b7ff;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}
#ob_form #fieldset-coupon {
  margin-top: 20px;
  margin-bottom: 30px;
}
#ob_form #fieldset-coupon input {
  width: 380px;
}
#ob_form #fieldset-coupon button {
  position: relative;
  left: -118px;
  font-size: 12px;
  top: -3px;
  padding: 7px 20px;
}
#ob_form .coupon_error {
  display: none;
}
#ob_form iframe {
  width: 100%;
  height: 890px;
}

#fieldset-services {
  margin-top: 30px;
  margin-bottom: 30px;
}
#fieldset-services .kigo_singleselect {
  width: 60px;
}
#fieldset-services legend {
  color: #40b7ff;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}
#fieldset-services table {
  background: #fff;
  border: 1px solid #f3f3f3;
  margin-bottom: 0;
}
#fieldset-services table thead td {
  background: #f3f3f3;
  color: #909090;
  padding: 13px 5px;
  text-align: center;
  font-weight: bold;
}
#fieldset-services tbody td {
  vertical-align: middle;
  border-bottom: 1px solid #f3f3f3;
  padding: 10px 5px;
}
#fieldset-services tbody td.price {
  width: 20%;
  text-align: center;
}
#fieldset-services tbody td.quantity {
  text-align: center;
}
#fieldset-services tbody td.toggle {
  text-align: center;
  width: 17%;
}
#fieldset-services .toggle a {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 12px;
}

.summary-guests .n_children,
.summary-guests .n_babies {
  display: none;
}

.summary-dates,
.summary-guests,
#ob_info .price {
  border: 1px solid #e4e4e4;
  background: #fff;
  margin-bottom: 20px;
}

.summary-dates table,
.summary-guests table {
  margin: 0;
}

.summary-dates th,
.summary-guests th {
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
  font-weight: 300;
  padding: 9px 5px 9px 20px;
}

.summary-dates td,
.summary-guests td {
  border-bottom: 1px solid #e6e6e6;
  text-align: right;
  padding: 9px 20px 9px 5px;
  color: #40b7ff;
  font-weight: 300;
}

#ob_submitting {
  clear: both;
}

/*
MOBILE STYLESHEET
*/
@media only screen and (max-width: 640px) {
  body {
    background: #f8f8f8 url(../img/bg_mobile.jpg) repeat-x center top;
  }

  /* Layout */
  .global {
    width: 100%;
    padding: 0 1em;
  }

  #slider {
    background: transparent;
    /*height: 345px;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  /*#slider li {
    height: 345px;
  }*/

  #search #functions,
  #search #content,
  .template-page-searchres #content {
    margin-left: 0;
  }

  .template-property #content {
    width: 100%;
  }

  .template-page .imageblock {
    margin-right: 0;
  }
  .template-page .imageblock img {
    max-width: 100%;
  }

  /* HEADER */
  #header {
    float: none;
    width: auto;
    text-align: center;
    height: auto;
  }

  #header #websitetitle {
    margin-top: 8px;
  }
  #header #websitetitle img {
    /*max-height: 35px;*/
  }

  #wrapper-top {
    display: none;
  }

  /*.top {
    display: none;
  }*/*

  /* MAIN MENU */
  #mainmenus {
    float: none;
    z-index: 1030;
   /* margin: 0 -1em;*/
  }
  #mainmenus #menu-icon {
    position: absolute;
    right: 20px;
    top: -42px;
    color: #40b7ff;
    font-size: 32px;
    cursor: pointer;
    display: block;
    /* show menu icon */
    text-decoration: none;
  }
  #mainmenus #menu-icon span {
    display: none;
  }
  #mainmenus #menu-icon.active {
    color: #ccc;
  }
  #mainmenus ul {
    position: absolute;
    display: none;
    /* visibility will be toggled with jquery */
    width: 100%;
    border-top: 1px solid #e2e2e2;
    top: 1px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 1, 0.12);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 1, 0.12);
    box-shadow: 0 2px 2px rgba(0, 0, 1, 0.12);
  }
  #mainmenus ul li {
    float: none;
    display: block;
    background: #fff;
    margin: 0;
    border-bottom: 1px solid #e2e2e2;
  }
  #mainmenus ul li a {
    padding: 1em 2em;
    display: block;
    font-weight: 300;
  }
  #mainmenus ul li a:hover {
    border-bottom: none;
  }
  #mainmenus ul li a:active {
    border-bottom: none;
    font-weight: bold;
    color: #40b7ff;
  }
  #mainmenus ul li.current_page a {
    border-bottom: none;
    padding-bottom: 1em;
  }

  /* FOOTER */
  #secondarymenu {
    display: none;
  }

  #linksmenu {
    display: none;
  }

  #kigomenu {
    background: #40b7ff;
    padding: 10px 0;
  }

  #kigo_messages {
    width: auto;
    text-align: center;
    padding: 0;
  }
  #kigo_messages li {
    position: static;
    display: inline-block;
  }

  /* SEARCH MENU */
  #searchmenus {
    margin-top: 83px;
  }

  #searchmenu_1 {
    height: auto;
    background-color: #f8f8f8;
    background: rgba(248, 248, 248, 0.9);
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #searchmenu_1 select {
    margin-bottom: 10px;
  }
  #searchmenu_1 input {
    margin-bottom: 10px;
  }

  #search_destination {
    margin: 0;
    float: none;
  }
  #search_destination .kigo_singleselect {
    width: 100%;
  }
  #search_destination button {
    top: 238px;
    right: 1em;
  }

  #search_dates {
    float: none;
    margin: 0;
  }
  #search_dates .kigo_datepicker {
    width: 100%;
  }
  #search_dates fieldset {
    float: none;
    margin: 0;
  }

  #search_guests {
    float: none;
  }
  #search_guests .kigo_singleselect {
    width: 40%;
  }

  #search_options {
    position: static;
    width: auto;
    margin: 0 -2em;
    border: none;
  }
  #search_options .search_options_block {
    float: left;
    width: 50%;
    background: #fff;
  }
  #search_options .search_options_block.even {
    float: right;
  }

  .search_options_title {
    position: static;
    margin: 1em -2em 0;
    text-align: center;
    width: auto;
  }

  .template-page .property-block h3 {
    left: 0;
    position: absolute;
    top: 198px;
    padding: 5px 13px 19px 83px;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    margin: 0;
    width: 100%;
  }
  .template-page .property-block h3:before {
    content: "";
    background: #40b7ff url(../img/icon-ap2.png) no-repeat center center;
    width: 59px;
    height: 42px;
    display: block;
    position: absolute;
    left: 13px;
    top: 0;
  }
  .template-page .property-block .imageblock {
    background: #fff;
    width: 100% !important;
    height: 185px !important;
    float: none;
  }
  .template-page .property-block .imageblock .ppp-picture {
    width: 100% !important;
    height: auto !important;
  }
  .template-page .property-block .price {
    bottom: 17px;
    width: auto;
    top: auto;
    left: 13px;
    font-weight: 700;
    text-transform: uppercase;
    right: auto;
    text-align: left;
  }
  .template-page .property-block .price .amount {
    display: inline;
    font-size: inherit;
  }
  .template-page .property-block .paragraph {
    margin: 0 13px;
    line-height: 17px;
    height: 53px;
    overflow: hidden;
    margin-bottom: 42px;
    margin-top: 70px;
  }
  .template-page .property-block .paragraph > span {
    padding-top: 0;
    margin-right: 0;
    height: auto;
  }
  .template-page .property-block .paragraph .view_details {
    display: none;
  }
  .template-page .property-block .information {
    display: none;
  }

  /* HOMEPAGE */
  .pagin-second .wrapper-top,
  #page-home .wrapper-top {
    background-position: left -26px;
  }
  .pagin-second #mainmenus,
  #page-home #mainmenus {
    z-index: 1030;
  }
  .pagin-second #pageimage,
  #page-home #pageimage {
    min-height: 150px;
    height: auto;
    padding: 2em 1em;
  }
  .pagin-second .homepage-intro,
  #page-home .homepage-intro {
    position: static;
  }
  .pagin-second .homepage-intro h1,
  #page-home .homepage-intro h1 {
    font-size: 24px;
  }
  .pagin-second .homepage-intro h2,
  #page-home .homepage-intro h2 {
    font-size: 20px;
  }
  .pagin-second #block-1,
  #page-home #block-1 {
    float: none;
  }
  .pagin-second #block-1 .imageblock,
  #page-home #block-1 .imageblock {
    width: 100% !important;
    height: auto !important;
  }
  .pagin-second #block-1 .ppp-picture,
  #page-home #block-1 .ppp-picture {
    width: 100% !important;
    height: auto !important;
    position: static !important;
  }
  .pagin-second #block-2,
  #page-home #block-2 {
    width: 100%;
    float: none;
  }
  .pagin-second #block-2 .imageblock,
  #page-home #block-2 .imageblock {
    width: 100% !important;
    height: 50% !important;
  }
  .pagin-second #block-2 .ppp-picture,
  #page-home #block-2 .ppp-picture {
    width: 100% !important;
    height: auto !important;
    position: static !important;
  }
  .pagin-second #block-3 .imageblock,
  #page-home #block-3 .imageblock {
    width: 100% !important;
    height: auto !important;
  }
  .pagin-second #block-3 .ppp-picture,
  #page-home #block-3 .ppp-picture {
    width: 100% !important;
    height: auto !important;
    position: static !important;
  }
  .pagin-second #block-4 .imageblock,
  #page-home #block-4 .imageblock {
    width: 100% !important;
    height: auto !important;
  }
  .pagin-second #block-4 .ppp-picture,
  #page-home #block-4 .ppp-picture {
    width: 100% !important;
    height: auto !important;
    position: static !important;
  }
  /*
  #page-home #block-5 {
    width: 100%;
    float: none;
  }
  #page-home #block-5 .imageblock {
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
  #page-home #block-5 .ppp-picture {
    width: 100% !important;
  }
  #page-home #block-5 .information {
    display: none;
  }
  #page-home #block-5 .paragraph {
    margin-bottom: 35px;
  }
  #page-home #block-5 .price {
    bottom: 13px;
  }
  #page-home #block-6 {
    width: 100%;
    float: none;
    margin-bottom: 90px;
  }
  #page-home #block-6 .imageblock {
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
  #page-home #block-6 .ppp-picture {
    width: 100% !important;
  }
  #page-home #block-6 .information {
    display: none;
  }
  #page-home #block-6 .paragraph {
    margin-bottom: 35px;
  }
  #page-home #block-6 .price {
    bottom: 13px;
  }
  #page-home #block-7, #page-home #block-8, #page-home #block-9, #page-home #block-10 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #page-home #block-7 h3, #page-home #block-8 h3, #page-home #block-9 h3, #page-home #block-10 h3 {
    top: 0;
    left: 230px;
  }
  #page-home #block-7 .price, #page-home #block-8 .price, #page-home #block-9 .price, #page-home #block-10 .price {
    top: 20px;
    left: 230px;
  }*/

  /* SEARCH PAGE */
  .properties-view-options {
    display: none;
  }

  #search .block,
  .template-page-searchres .block {
    padding-bottom: 2.2em;
  }
  #search .block h3,
  .template-page-searchres .block h3 {
    left: 0;
    position: absolute;
    top: 198px;
    padding: 5px 13px 19px 83px;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    margin: 0;
    width: 100%;
  }
  #search .block h3:before,
  .template-page-searchres .block h3:before {
    content: "";
    background: #40b7ff url(../img/icon-ap2.png) no-repeat center center;
    width: 59px;
    height: 42px;
    display: block;
    position: absolute;
    left: 13px;
    top: 0;
  }
  #search .block .imageblock,
  .template-page-searchres .block .imageblock {
    background: #fff;
    width: 100% !important;
    height: 185px !important;
    float: none;
  }
  #search .block .imageblock .ppp-picture,
  .template-page-searchres .block .imageblock .ppp-picture {
    width: 100% !important;
    height: auto !important;
  }
  #search .block .price,
  .template-page-searchres .block .price {
    bottom: 17px;
    width: auto;
    top: auto;
    left: 13px;
    font-weight: 700;
    text-transform: uppercase;
    right: auto;
    text-align: left;
  }
  #search .block .price .amount,
  .template-page-searchres .block .price .amount {
    display: inline;
    font-size: inherit;
  }
  #search .block .paragraph,
  .template-page-searchres .block .paragraph {
    margin: 0 13px;
    line-height: 17px;
    height: 53px;
    overflow: hidden;
    margin-bottom: 42px;
    margin-top: 70px;
  }
  #search .block .paragraph > span,
  .template-page-searchres .block .paragraph > span {
    padding-top: 0;
    margin-right: 0;
    height: auto;
  }
  #search .block .paragraph .view_details,
  .template-page-searchres .block .paragraph .view_details {
    display: none;
  }
  #search .block .information,
  .template-page-searchres .block .information {
    display: none;
  }

  /* POPERTY PAGE */
  #request_list_menu {
    display: none;
  }

  .template-property #sidebar {
    float: none;
    width: 100%;
    background-color: #f8f8f8;
    background: rgba(248, 248, 248, 0.9);
    border: none;
  }
  .template-property #pagetitle {
    float: none;
    width: auto;
  }
  .template-property #pageimage {
    width: 100%;
    float: none;
  }
  .template-property #pageimage .kg-side {
    display: none;
  }
  .template-property #pageimage .kg-container {
    width: 100% !important;
    height: auto !important;
  }
  .template-property #pageimage .kg-imageZone {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    padding: 2px 2px 0 !important;
  }
  .template-property #pageimage .kg-image {
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    position: static !important;
  }
  .template-property #pageimage .kg-navZone {
    display: none;
  }
  .template-property #content .block h2 {
    font-size: 16px;
  }
  .template-property #content .block h2:before {
    padding: 9px 10px;
    font-size: 20px;
  }
  .template-property ul.list li {
    width: 50%;
  }
  .template-property #availability_and_price {
    padding-bottom: 80px;
  }
  .template-property #availability_and_price .dates .kigo_datepicker {
    width: 100%;
  }
  .template-property #availability_and_price .guests {
    width: 49%;
    padding: 0 0 0 15px;
    float: left;
  }
  .template-property #availability_and_price .guests .kigo_singleselect {
    width: 100%;
  }
  .template-property #availability_and_price .coupon {
    width: 49%;
    float: right;
    padding: 0 15px 0 0;
    position: relative;
  }
  .template-property #availability_and_price .coupon h3 {
    display: none;
  }
  .template-property #availability_and_price .coupon input {
    width: 100%;
  }
  .template-property #availability_and_price .coupon button {
    position: absolute;
    top: 19px;
    right: 19px;
    width: 35px;
  }
  .template-property #availability_and_price .ob {
    left: auto;
    width: 100%;
    padding: 0 15px;
  }
  .template-property #availability_and_price .ob a {
    display: block;
    text-align: center;
  }

  #availability_calendar {
    display: none;
  }

  /* ONLINE BOOKING */
  #ob_info {
    width: auto;
    float: none;
    background-color: #f8f8f8;
    background: rgba(248, 248, 248, 0.9);
    padding: 1em;
  }

  #ob_form {
    width: auto;
    float: none;
  }
  #ob_form #fieldset-coupon input {
    width: 69%;
    float: left;
  }
  #ob_form #fieldset-coupon button {
    width: 29%;
    float: right;
    position: static;
    text-align: center;
    padding: 10px 5px;
    margin: 0;
  }

  #page-ob-summary #pagetitle {
    display: none;
  }

  #page-request #pagetitle {
    display: none;
  }
  #page-request #fieldset-dates {
    width: auto;
    float: none;
  }
  #page-request #fieldset-guests {
    float: none;
    width: auto;
  }
  #page-request #fieldset-requested {
    margin: 20px 0 0;
    padding-bottom: 0.01em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /* Label the data */
  }
  #page-request #fieldset-requested table, #page-request #fieldset-requested thead, #page-request #fieldset-requested tbody, #page-request #fieldset-requested th, #page-request #fieldset-requested td, #page-request #fieldset-requested tr {
    display: block;
    border: none;
  }
  #page-request #fieldset-requested thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #page-request #fieldset-requested tr {
    border: 1px solid #F3F3F3;
    margin-bottom: 2em;
  }
  #page-request #fieldset-requested td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
  }
  #page-request #fieldset-requested td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 12px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  #page-request #fieldset-requested table .price table {
    display: none;
  }
  #page-request #fieldset-requested td.choice {
    display: none;
  }
  #page-request #fieldset-requested td.property img {
    width: 100%;
  }
  #page-request #fieldset-requested td.property span {
    font-weight: bold;
  }
  #page-request #fieldset-visited {
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
    /* Label the data */
  }
  #page-request #fieldset-visited table, #page-request #fieldset-visited thead, #page-request #fieldset-visited tbody, #page-request #fieldset-visited th, #page-request #fieldset-visited td, #page-request #fieldset-visited tr {
    display: block;
    border: none;
  }
  #page-request #fieldset-visited thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #page-request #fieldset-visited tr {
    border: 1px solid #F3F3F3;
    margin-bottom: 2em;
  }
  #page-request #fieldset-visited td {
    /* Behave  like a "row" */
    border: none;
    position: relative;
  }
  #page-request #fieldset-visited td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 12px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  #page-request #fieldset-visited table .price table {
    display: none;
  }
  #page-request #fieldset-visited td.choice {
    display: none;
  }
  #page-request #fieldset-visited td.property img {
    width: 100%;
  }
  #page-request #fieldset-visited td.property span {
    font-weight: bold;
  }
  #page-request #fieldset-details {
    width: auto;
    margin-right: 0;
  }
  #page-request .buttonsblock {
    margin-right: 0;
  }

  form input[type="text"],
  form input[type="tel"],
  form input[type="email"],
  form input[type="search"],
  form input[type="file"],
  form input[type="password"],
  form select,
  form textarea {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  /* SEARCH PAGE */
  #search_order {
    top: -40px;
  }

  #search .block h3,
  .template-page-searchres .block h3 {
    top: 198px;
  }
  #search .block .imageblock,
  .template-page-searchres .block .imageblock {
    height: 185px !important;
  }

  .template-page .property-block h3 {
    top: 198px;
  }
  .template-page .property-block .imageblock {
    height: 185px !important;
    float: none;
  }
}
/*
PRINT STYLESHEET
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}


/* ---  --- */
.clearfix{clear:both;}
#contenitoreprincipale{
	float: left;
	width: 100%;
	margin: 0 0 50px;
}
#mainmenus a img{
	width: 50px;
	height:auto;
	margin: 20px 5px 5px;
}
#slider{
	position: relative;
}
.titolo-centrato{
	width: 100%;
	position: absolute;
	z-index: 1000;
    top: 50%;
    text-align: center;
}
.titolo-centrato h1{
	font-size: 48px;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 0 7px rgba(0, 0, 1, 0.74), 0 1px 7px rgba(0, 0, 1, 0.74);
	width: 70%;
	margin: 0 auto;
	display: block;
}
h1.title{
	display: none;
}
.home-icons p{
	font-size: 18px;
    letter-spacing: 1px;
}
#block-1,
#block-2,
#block-3,
#block-4,
#block-5{
	width: 50%;
	margin: 0;
}
.pagin-second .immaginicamere,
#page-home .immaginicamere{
	display: block;
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.pagin-second .immaginicamere .stileimmagine,
#page-home .immaginicamere .stileimmagine{
	position: absolute;
    left: -12.5%;
    width: 125%;
}
@media screen and (max-width: 640px){
	.top{
		height:45px;
	}
	#mainmenus a img{
		width: 40px;
		margin: 5px;
	}
	.titolo-centrato,
	.titolo-centrato h1{display: none;}
	h1.title{
		display: block;
	}
	#block-1,
	#block-2,
	#block-3,
	#block-4,
	#block-5{
		width: 100%;
		margin-bottom: 15px;
	}
}
.references{
	text-align: center;
}
.references h2{
	font-weight: 600;
}
.references a img{
	width: 150px;
	height: auto;
}
#footer span{
	color: #B32017;
}