/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700,300|Source+Sans+Pro:400,700,300);
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.png-sprite-sprite, .booking .cardslogos #visa, .booking .cardslogos #mastercard, header .finder p.date span, .finder_int p.date span, header .finder p.people span, .finder_int p.people span, #sel_lang li#fr span, #sel_lang li#de span, #sel_lang li#es span, #sel_lang li#pt span, #sel_lang li#en span, .fav_list .favs_ico span, a.bnt_menu, a.btn_config, a.btn_lang, a.btn_bk, .outstanding .image a.fav, .outstanding .image a.favred, .outstanding .image a.right span, .outstanding .image a.left span, .apartment .bottom a span.fav, .gallery .image a.fav, .gallery .image a.favred, .gallery .image a.right span, .gallery .image a.left span, .services li[data-service="tv"], .services li[data-service="internet"], .services li[data-service="washing"], .services li[data-service="dishwasher"], .services li[data-service="dryer"], .services li[data-service="telephone"], .services li[data-service="elevator"], .services li[data-service="cable"], .finder #look_for_aptid, #finder_mob #look_for_aptid, .finder .results > li .image a.fav, #finder_mob .results > li .image a.fav, .finder .results > li .image a.favred, #finder_mob .results > li .image a.favred, .finder .results > li .image a.right span, #finder_mob .results > li .image a.right span, .finder .results > li .image a.left span, #finder_mob .results > li .image a.left span, .finder .results > li .info .butons div a.fav, #finder_mob .results > li .info .butons div a.fav {
  background-image: url('../images/png-sprite-s789b04aaf1.png');
  background-repeat: no-repeat; }

/*$font-text-nomal: "champagne__limousinesregular", helvetica, sans-serif;
$font-text-bold: "champagne__limousinesbold", helvetica, sans-serif;
$font-text-italic: "champagne__limousinesitalic", helvetica, sans-serif;
$font-text: "Droid Sans", helvetica, sans-serif;*/
h1, h2, h3, h4, h4, h6 {
  color: #105e9e; }

  .upper_header{
      background: #072741;
      color: #b5daf8;
      padding: .5em 0;
    }
    .upper_header .container{
      display: flex;
      justify-content: flex-end;
      font-size: 0;
    }
    .upper_header span{
      display: flex;
      max-width: 30px;
      margin: 0 0 0 20px;
    }
    .upper_header span::before{
      font-family: 'Material Symbols Outlined';
      font-weight: normal;
      font-style: normal;
      font-size: 30px; 
      display: inline-block;
      line-height: 1;
      text-transform: none;
      letter-spacing: normal;
      word-wrap: normal;
      white-space: nowrap;
      direction: ltr;
      width: 30px;
      height: 30px;
      vertical-align: middle;
    }
    .upper_header #phone::before{
      content: "\e0b0";
    }
    .upper_header #email::before{
      content: "\f0d2";
    }
    .upper_header a{
      min-width: 25px;
      min-height: 25px;
      position: relative;
      left: -25px;
      display: inline-block;
    }

@media screen and (min-width: 900px) {
  .complete_content {
    position: relative;
    overflow: hidden; }
    .complete_content .double {
      padding: 0 20px !important; }

  .container {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    /*columns*/ }
    .container .col {
      display: inline-block;
      clear: both;
      vertical-align: top; }
      .container .col .col:first-child {
        margin: 20px 10px 0 0; }
      .container .col .col:last-child {
        margin: 20px 0 0 10px; }
      .container .col:nth-child(odd) {
        margin: 20px 0 0 10px; }
      .container .col:nth-child(even) {
        margin: 20px 10px 0 0; }

  .single {
    max-width: 280px; }

  .three_cols .double {
    width: 630px;
    padding: 20px;
    display: inline-block;
    vertical-align: top; }
  .three_cols .single_cont {
    width: 260px;
    display: inline-block;
    padding: 10px 0;
    margin: 0 10px; }
  .three_cols #products .single_cont {
    width: 250px;
    padding: 0; }

  .two_cols .col {
    width: 470px; }
    .two_cols .col::nth-child(2n+3) {
      margin: 20px 0 0 10px; }

  .one_cols .col {
    margin: 20px 0 !important;
    display: block; }
  .one_cols .single_cont {
    width: 960px;
    padding: 20px 10px 20px 20px;
    margin: 0 auto; }

  header.home {
    height: 396px; }

    .upper_header .container{
      font-size: 1em;
      justify-content: space-around;
    }
    .upper_header span{
      max-width: fit-content;
    }
    .upper_header span::before{
      font-size: 20px;
      height: 20px;
      margin: 0; 
      width: 20px;
    }
    .upper_header a{
      left: 0;
      top: 0;
    }
  /*Fin columns*/
  /*outstanding*/
  .outstanding {
    background: #eeede2;
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: flex; }
    .outstanding:before {
      top: 10px;
      bottom: 10px; }
    .outstanding:after {
      right: 10px; }
    .outstanding .image {
      min-width: 290px;
      height: 245px; }
      .outstanding .image ul {
        width: 290px;
        height: 245px; }
        .outstanding .image ul li {
          width: 290px;
          height: 245px; }

  .results > li {
    display: -webkit-flex;
    display: flex; }
    .results > li .image {
      width: 300px;
      height: 230px;
      border-right: solid 4px #c7c5a3; }
      .results > li .image ul li {
        width: 300px;
        height: 230px; }
        .results > li .image ul li img {
          height: 100%; }
    .results > li .info {
      width: 330px; }

  .gallery {
    margin: 10px auto;
    width: 680px; }
    .gallery .box_shadow {
      width: 640px;
      height: 480px; }
      .gallery .box_shadow:before, .gallery .box_shadow:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 5px;
        width: 50%;
        top: 80%;
        left: 0;
        max-width: 640px;
        background: #434128;
        -moz-box-shadow: #434128 0 5px 10px;
        -webkit-box-shadow: #434128 0 5px 10px;
        box-shadow: #434128 0 5px 10px;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg); }
      .gallery .box_shadow:after {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        right: 10px;
        left: auto; }
    .gallery .image {
      width: 640px;
      height: 480px;
      float: left; }
      .gallery .image ul {
        background: #fff; }
        .gallery .image ul li {
          background-color: #2c3e50;
          height: 470px;
          justify-content: center;
          max-width: 640px;
          min-width: 640px;
          overflow: hidden;
        }
          .gallery .image ul li img {
            height: 100%;
            width: auto;
            object-fit: contain;
           }

  .booking label {
    display: inline-block;
    min-width: 45%;
    font-size: 0.9em; }
  .booking input, .booking select, .booking textarea {
    max-width: 50%;
    margin: 0 10px;
    display: inline-block; }
  .booking input[type="submit"] {
    line-height: 34px; }

  .apartment .apto_info {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
    width: 100%; }
  .apartment #booking {
    top: 0; }

  #sort {
    position: absolute;
    top: 10px;
    right: 20px; } }
.booking {
  font-family: "Ubuntu", helvetica, sans-serif; }
  .booking .container {
    padding: 0; }
  .booking header {
    color: #c7001f;
    font-size: 2em;
    margin: 10px 0;
    font-weight: bold; }
  .booking label {
    font-weight: 300; }
    .booking label[for="id-field-how_did_u_find_us"] {
      font-size: .8em; }
  .booking input[type="submit"] {
    background: #c7001f;
    border: none;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 1.1em;
    margin: 0 auto;
    border-radius: 5px;
    min-width: 100%; }
    .booking input[type="submit"]:hover {
      background: #c7c5a3;
      color: #105e9e; }
  .booking input[name="men"], .booking input[name="women"], .booking input[name="couple"], .booking input[name="children"], .booking input[name="babies"], .booking #id-field-cvd {
    max-width: 50px; }
  .booking input[type="radio"] + label {
    min-width: 60px; }
  .booking .cardslogos {
    display: block;
    text-align: right;
    margin: -50px 0 0;
    position: relative;
    z-index: -2; }
    @media screen and (min-width: 280px) and (max-width: 900px) {
      .booking .cardslogos {
        margin: -50px 0 0; } }
    .booking .cardslogos span {
      display: inline-block;
      width: 50px;
      vertical-align: middle; }
    .booking .cardslogos #visa {
      background-position: -50px -325px;
      height: 33px; }
    .booking .cardslogos #mastercard {
      background-position: 0 -325px;
      height: 30px; }
  .booking .col {
    margin: 20px 15px 0 0 !important; }
    .booking .col:last-child {
      margin: 20px 0 0 15px !important;
      padding: 0 0 0 10px; }
    @media screen and (min-width: 280px) and (max-width: 900px) {
      .booking .col {
        margin: 10px;
        width: 100%; } }
    .booking .col h2 {
      margin-top: 0 !important; }
  .booking .terms ul {
    background: #eeede2;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 20px 0;
    padding: 10px 20px; }
    .booking .terms ul li {
      list-style-type: none;
      padding: 10px; }
  .booking ul li {
    line-height: 140%;
    margin: 5px 0;
    font-size: 0.9em;
    font-weight: 300; }

@media screen and (min-width: 280px) and (max-width: 900px) {
  .outstanding::before, .outstanding::after, .results li::before, .results li::after, .box_shadow::before, .box_shadow::after, .thumb li::after, .thumbs li::before {
    box-shadow: none !important; }

  .col {
    margin: 10px; }

  .finder {
    padding: 20px 20px 0;
    color: #072741; }
    .finder label {
      display: block;
      margin: 10px 0; }
    .finder input, .finder select {
      display: block;
      width: 100%; }
      .finder input[type="submit"], .finder input[type="button"], .finder select[type="submit"], .finder select[type="button"] {
        background: #c7001f;
        color: white;
        border: none;
        margin: 5px 0;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
        .finder input[type="submit"]:hover, .finder input[type="button"]:hover, .finder select[type="submit"]:hover, .finder select[type="button"]:hover {
          background: #940017; }

  .favs {
    padding: 20px 20px 0;
    color: #072741; }
    .favs header {
      color: #105e9e;
      font-size: 1.2em;
      font-weight: 700; }

  nav ul li {
    display: block;
    border-bottom: 1px solid #2b93e9; }

  #favs_mob .fav_list {
    position: relative;
    overflow: auto;
    right: 0;
    width: 100%;
    border: none; }
    #favs_mob .fav_list .favs_ico {
      display: none; }
    #favs_mob .fav_list ul li {
      margin: 10px 20px; }
      #favs_mob .fav_list ul li a img {
        width: 100%; }
      #favs_mob .fav_list ul li p {
        padding: 10px; }

  .gallery .box_shadow {
    width: 100%;
    max-width: 98%;
    height: 290px; }
  .gallery .image {
    width: 100%;
    height: 290px;
    float: left; }
    .gallery .image ul li {
      width: 100%;
      height: 290px; }
      .gallery .image ul li img {
        max-height: 100%;
        max-width: 100%;
        object-fit: scale-down;
      }

  .map iframe {
    width: 300px; }

  #date-availability {
    padding: 10px 0 !important; }

  .content h3, .content h4, .content h5, .content h6 {
    padding: 0 10px; }
  .content .outstanding .options {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: transparent; }
    .content .outstanding .options a {
      display: none; }

  .finder .dinamic_results #sort_filter {
    position: relative;
    margin: 10px 0;
    background: #ccc;
    border: none; }

  #date-availability {
    position: relative; }
    #date-availability .ui-datepicker .ui-datepicker-header {
      position: relative; } }
@media screen and (min-width: 280px) and (max-width: 900px) and (max-width: 500px) {
  .dinamic_results {
    width: 300px;
    margin: 5px auto; } }

@media screen and (min-width: 280px) and (max-width: 900px) {
  .results li .image {
    width: 300px;
    height: 230px; }
    .results li .image ul li {
      width: 300px;
      height: 230px; }
      .results li .image ul li img {
        height: 100%; }
  .results li .info {
    width: 100%; }

  .apartment {
    -webkit-backface-visibility: hidden; }
    .apartment #map_canvas {
      width: 100%; }
    .apartment .info .verify input {
      display: block;
      margin: 5px auto; }
    .apartment .info .verify a {
      margin: 5px auto;
      display: inline-block; }
    .apartment .info #divAvailability {
      width: 80%;
      margin: 0 5px !important; }
    .apartment .services_list {
      margin: 10px 0 !important;
      font-size: 0.9em; }

  #booking {
    position: relative !important;
    left: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0;
    border-radius: 0 !important;
    max-width: 100% !important;
    padding: 10px 0 !important;
    margin: 10px 0 !important; }

  .snap-content {
    -webkit-overflow-scrolling: touch;
    -webkit-overflow-scrolling: auto; }

  .finder .results > li .info {
    width: 58%; }

  .complete_content {
    padding: 0 20px; }
    .complete_content header {
      font-size: 1.4em;
      margin: 20px 0; }

  footer .container {
    padding: 0 20px; }
    footer .container .socialitem {
      margin: 10px 5px !important; } }
/*media screen mobile*/
@media screen and (min-width: 280px) and (max-width: 500px) {
  .snap-content .two_cols .col, .snap-content .finder .col, .snap-content .apartment .col {
    min-width: 300px;
    margin: 0 auto; }
  .snap-content .outstanding {
    border: solid 4px #eeede2;
    position: relative;
    margin: 10px 0; }
    .snap-content .outstanding .info {
      width: 100%;
      display: block;
      position: static;
      height: 330px; }
      .snap-content .outstanding .info header {
        padding: 0 !important;
        margin: 0 10px 10px;
        display: inline-block; }
      .snap-content .outstanding .info p {
        display: inline-block;
        font-weight: 400;
        clear: both;
        margin: 5px 10px; }
        .snap-content .outstanding .info p.ref {
          font-size: 0.85em;
          float: right;
          margin: 0 5px; }
        .snap-content .outstanding .info p.value_info {
          display: inline-block; }
      .snap-content .outstanding .info .options {
        width: 40px;
        background: transparent;
        right: 0;
        height: 40px; }
        .snap-content .outstanding .info .options a {
          cursor: pointer; }
          .snap-content .outstanding .info .options a.fav {
            background-color: transparent; }
            .snap-content .outstanding .info .options a.fav:hover {
              background-color: #072741; }
    .snap-content .outstanding .image {
      width: 100%;
      height: 200px;
      border: none !important;
      margin: 0 0 7px; }
      .snap-content .outstanding .image ul {
        width: 100%;
        height: 100%; }
        .snap-content .outstanding .image ul li {
          width: 100%;
          height: 100%; }
  .snap-content .results > li {
    border: solid 2px #fff; }
    .snap-content .results > li .image {
      width: 300px;
      height: 230px;
      display: block !important; }
      .snap-content .results > li .image ul li {
        width: 300px;
        height: 230px; }
        .snap-content .results > li .image ul li img {
          height: 100%; }
    .snap-content .results > li .info {
      height: 180px !important;
      width: 100%; }
      .snap-content .results > li .info header {
        display: inline-block; }
      .snap-content .results > li .info p {
        display: inline-block; }
        .snap-content .results > li .info p.ref {
          float: right;
          margin: 5px; }
        .snap-content .results > li .info p.value_info {
          display: none; }
  .snap-content .gallery .thumbs ul {
    text-align: center;
    max-width: 100%; }
  .snap-content .apartment .apto_info {
    margin: 30px auto 0 !important; }

  .table li p {
    min-height: 30px; }
  .table li span, .table li strong {
    font-size: .75em;
    min-height: 30px; }

  #sort {
    position: relative; } }
@media screen and (min-width: 501px) and (max-width: 900px) {
  .col {
    position: relative; }

  .apartment .two_cols .col, .apartment .one_cols .col {
    width: 460px;
    margin: 0 auto; }

  .outstanding {
    height: 200px;
    display: -webkit-flex;
    display: flex; }
    .outstanding:before {
      top: 20px;
      bottom: 20px;
      left: 10px !important; }
    .outstanding:after {
      right: 10px !important; }
    .outstanding .info {
      position: relative;
      width: 59%;
      height: 100%; }
      .outstanding .info header {
        display: inline-block;
        vertical-align: top; }
      .outstanding .info p {
        display: inline-block;
        font-weight: 400;
        clear: both;
        margin: 5px 10px; }
        .outstanding .info p.ref {
          font-size: 0.85em;
          float: right;
          margin: 10px 5px; }
        .outstanding .info p.value_info {
          display: block; }
    .outstanding .image {
      width: 40%;
      height: 200px; }
      .outstanding .image ul {
        width: 100%;
        height: 100%; }
        .outstanding .image ul li {
          width: 340px;
          height: 100%;
          overflow: hidden; }

  .results > li {
    display: -webkit-flex;
    display: flex; }

  .gallery {
    max-width: 460px; }
    .gallery .image ul li {
      max-width: 460px;
      background: #fff; }
      .gallery .image ul li img {
        width: 100%;
        height: auto; }
    .gallery .thumbs ul {
      text-align: center;
      max-width: 100%; }

  .apto_info {
    margin: 30px auto 0 !important; }

  #sort {
    position: absolute;
    top: 7px;
    right: 12px; }
    #sort select {
      border: none;
      background: #ccc;
      font-size: .8em; } }
/*globals*/
body {
  font-family: "Ubuntu", helvetica, sans-serif;
  background: #f9f9f9; }

p {
  font-family: "Source Sans Pro", helvetica, sans-serif; }

.col {
  vertical-align: top; }

input[type="text"] {
  border: solid 1px #c7c5a3;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

header.home {
  background: url("../images/banner-2.jpg") no-repeat center 100%;
  position: relative; }

header.home .logo {
  padding: 20px 50px; }

.logo {
  display: inline-block;
  position: relative;
  z-index: 2; }
  .logo a {
    display: block;
    overflow: hidden; }
    .logo a img {
      display: block;
      width: 280px; }
  .logo p {
    color: white;
    margin: 5px 0 0;
    text-shadow: 1px 1px 4px #000;
    width: 280px;
    font-weight: 400;
    text-align: center;
    font-size: 1em; }

.btn_red {
  background: #c7001f;
  color: white;
  padding: 5px;
  font-family: "Ubuntu", helvetica, sans-serif;
  text-transform: uppercase;
  border: none;
  display: block;
  width: 100%; }

.btn_gray {
  background: #eeede2;
  color: #2c3e50;
  padding: 5px;
  font-family: "Ubuntu", helvetica, sans-serif;
  text-transform: uppercase;
  border: none;
  display: block;
  width: 100%; }

header .finder, .finder_int {
  background: url("../images/black_bg.png");
  color: white;
  font-family: "Ubuntu", helvetica, sans-serif;
  padding: 10px 0 10px;
  margin: 20px 0 0;
  font-size: 1.1em;
  position: absolute;
  bottom: 0;
  width: 100%; }
  header .finder p, .finder_int p {
    display: inline-block;
    width: auto; }
    header .finder p span, .finder_int p span {
      display: inline-block;
      width: 30px;
      height: 30px;
      margin: 0 5px;
      vertical-align: bottom; }
    header .finder p.date, .finder_int p.date {
      color: #2c3e50; }
      header .finder p.date span, .finder_int p.date span {
        background-position: -60px -60px; }
    header .finder p.people span, .finder_int p.people span {
      background-position: -30px -180px; }
    header .finder p.people + p, .finder_int p.people + p {
      max-width: 130px;
      margin: 0 0 0 5px;
      text-transform: uppercase; }
    header .finder p label, .finder_int p label {
      margin: 0 5px; }
    header .finder p input[type="submit"], header .finder p input[type="button"], .finder_int p input[type="submit"], .finder_int p input[type="button"] {
      background: #c7001f;
      color: white;
      border: none;
      padding: 0 30px;
      margin: 0 10px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
    header .finder p #ref, .finder_int p #ref {
      width: 60%;
      color: #000000;
      vertical-align: bottom; }
      @media screen and (max-width: 445px) {
        header .finder p #ref, .finder_int p #ref {
          width: 80%; } }
    header .finder p select, .finder_int p select {
      max-width: 150px;
      color: #2c3e50;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
    header .finder p #plusfilters, .finder_int p #plusfilters {
      padding: 0;
      min-width: 30px; }

.finder_int {
  padding: 5px 0 0 !important; }

#finder_mob #menu {
  margin: 0;
  padding: 0; }
  #finder_mob #menu li {
    line-height: 34px;
    padding: 0 10px;
    border-bottom: 1px solid #c7c5a3; }
    #finder_mob #menu li:nth-child(2) {
      display: none; }
    #finder_mob #menu li ul {
      margin: 0 -10px;
      padding: 0; }
      #finder_mob #menu li ul li {
        font-size: 0.85em;
        background: #dad9c3;
        display: none; }
        #finder_mob #menu li ul li:last-child {
          border: none; }
#finder_mob .langs {
  background: #dad9c3; }
  #finder_mob .langs h4 {
    font-size: 1.1em;
    padding: 10px;
    margin: 0; }
  #finder_mob .langs a {
    display: block;
    line-height: 34px;
    border-bottom: 1px solid #c7c5a3;
    padding: 0 0 0 10px;
    font-size: .85em; }
  #finder_mob .langs #sel_lang {
    display: none; }

.finder_int {
  background: #0b4270;
  padding: 0;
  margin: 10px 0 0;
  position: relative;
  width: 100%; }
  .finder_int form {
    margin: 0; }

#date-availability {
  padding: 20px; }

.ui-datepicker-inline {
  margin: 0 auto; }

.dp-highlight .ui-state-default {
  background: #c7001f !important;
  color: white !important; }

.dp-highlight2 .ui-state-default {
  background: #2b93e9 !important;
  color: white !important; }

.ui-state-default {
  background: #eeede2 !important; }

p.dates-fields {
  display: none; }

.ui-datepicker-header {
  background: #b5daf8 !important;
  color: #2c3e50 !important;
  font-family: "Ubuntu", helvetica, sans-serif !important; }

.ui-state-active {
  background: #105e9e !important;
  color: white !important; }

.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
  background: #2b93e9 !important;
  border: none !important; }

.ui-datepicker-calendar thead {
  font-size: .8em; }

nav {
  background: #105e9e;
  color: white; }
  nav ul {
    margin: 0;
    padding: 0;
    text-align: right; }
    nav ul li {
      display: inline-block;
      position: relative;
      text-align: center; }
      nav ul li a {
        color: inherit;
        text-decoration: none;
        display: block;
        padding: 10px;
        margin: 0 5px;
        font-size: 1.1em; }
      nav ul li:hover a, nav ul li.active a, nav ul li:focus a, nav ul li:visited a {
        background: #e4f1fc;
        color: #2c3e50;
        -moz-border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px;
        border-radius: 5px 5px 0 0;
        text-decoration: none; }
      nav ul li:hover ul {
        height: auto;
        -moz-transition-property: all;
        -o-transition-property: all;
        -webkit-transition-property: all;
        transition-property: all;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -moz-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in; }
      nav ul li ul {
        position: absolute;
        z-index: 5;
        margin: 0 5px;
        padding: 0;
        background: #e4f1fc;
        font-size: 0.8em;
        width: 95%;
        overflow: hidden;
        font-weight: 300px;
        height: 0;
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0;
        border-radius: 0 0 5px 5px;
        -moz-box-shadow: #2c3e50 2px 2px 3px;
        -webkit-box-shadow: #2c3e50 2px 2px 3px;
        box-shadow: #2c3e50 2px 2px 3px; }
        nav ul li ul li {
          border-bottom: #fff dashed 1px;
          padding: 0;
          display: block;
          width: 100%;
          text-align: center; }
          nav ul li ul li:hover {
            background: #0b4270; }
          nav ul li ul li a {
            color: #2c3e50;
            display: block;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            width: 100%;
            padding: 5px 0;
            margin: 0; }
            nav ul li ul li a:hover {
              background: #0b4270;
              color: white; }

header.inside {
  background: #105e9e; }
  header.inside .logo {
    margin: 20px 0 5px; }
  header.inside + nav {
    margin: 0;
    border-bottom: #072741 solid 4px; }

.content {
  position: relative;
  padding: 10px 0;
  overflow: hidden; }

footer {
  background: #eeede2;
  border-top: solid 20px #105e9e;
  color: #2c3e50;
  margin: 0 0 0;
  padding: 10px 0 5px; }
  footer a {
    color: #105e9e; }
    footer a:hover {
      color: #c7c5a3; }
  footer p {
    font-family: "Ubuntu", helvetica, sans-serif;
    text-align: justify;
    font-size: 0.85em;
    line-height: 140%; }
  footer .container .col {
    padding: 0;
    vertical-align: top; }
  footer .container .double {
    padding: 0 20px 0 0 !important; }
  footer .container header {
    font-size: 1.3em;
    margin: 10px 0;
    color: #105e9e;
    text-align: center; }
  footer .container .socialitem {
    display: inline-block;
    vertical-align: top;
    margin: 10px 10px 0; }

.value_info {
  color: #072741;
  font-size: 0.9em;
  font-family: "Source Sans Pro", helvetica, sans-serif;
  margin: 10px 0 10px 10px;
  font-size: 0.8em; }
  .value_info img {
    margin: -5px 0 0; }

.tools {
  position: absolute;
  z-index: 2;
  color: white;
  display: inline-block;
  right: 10px;
  top: 20px; }
  .tools p {
    display: inline-block;
    font-family: "Ubuntu", helvetica, sans-serif;
    text-shadow: 1px 1px #333;
    margin: 0 5px 0 0; }

.language {
  display: inline-block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #c7c5a3;
  overflow: hidden; }
  .language a {
    background: #eeede2;
    display: block;
    padding: 10px;
    position: relative;
    min-width: 150px;
    height: 35px;
    font-family: "Ubuntu", helvetica, sans-serif; }
    .language a:hover {
      background: #c7c5a3;
      text-decoration: none; }
    .language a span {
      width: 30px;
      height: 30px;
      margin: 0 5px;
      display: inline-block;
      position: absolute;
      right: 5px;
      top: 0; }
  .language li.selected, .language ul:hover li {
    display: block;
    visibility: visible;
    transition: all 0.5s linear; }
  .language ul {
    margin: 0;
    padding: 0;
    position: relative; }
    .language ul li {
      display: none;
      visibility: hidden; }

#sel_lang li#fr span {
  background-position: 0 -150px; }
#sel_lang li#de span {
  background-position: -30px -150px; }
#sel_lang li#es span {
  background-position: 0 -120px; }
#sel_lang li#pt span {
  background-position: -60px -120px; }
#sel_lang li#en span {
  background-position: -30px -60px; }

.fav_list {
  background: #eeede2;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  padding: 0 0 10px;
  border-left: 4px solid #c7001f;
  right: -210px;
  top: 0;
  width: 200px;
  transition: all 0.5s linear; }
  .fav_list:hover {
    right: 0; }
    .fav_list:hover .favs_ico {
      width: 40px;
      left: -40px; }
      .fav_list:hover .favs_ico strong {
        display: none;
        font-size: 0; }
  .fav_list .favs_ico {
    width: 140px;
    position: absolute;
    left: -140px;
    top: 0;
    color: #fff;
    transition: all 0.5s linear;
    overflow: hidden;
    height: 40px;
    -moz-border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px 0 0 20px;
    background-color: #c7001f;
    display: inline-block; }
    .fav_list .favs_ico span {
      width: 30px;
      height: 30px;
      margin: 5px 5px;
      background-position: -60px -30px;
      display: inline-block;
      vertical-align: middle; }
    .fav_list .favs_ico strong {
      margin: 10px 0 0;
      font-weight: 700; }
    .fav_list .favs_ico + p {
      background: #c7001f;
      text-align: center;
      color: white;
      margin: 0;
      padding: 10px; }
  .fav_list ul {
    margin: 0;
    padding: 0;
    max-height: 100%;
    overflow-y: auto; }
    .fav_list ul li {
      margin: 5px 0;
      padding: 5px;
      display: block;
      text-align: center; }
      .fav_list ul li:hover {
        background-color: #dad9c3; }
      .fav_list ul li a {
        color: inherit;
        text-decoration: none; }
      .fav_list ul li .fav_image {
        margin: 10px;
        height: 100px;
        border: solid white 3px;
        overflow: hidden;
        background: white; }
        .fav_list ul li .fav_image img {
          height: 100%;
          min-width: 100%; }
      .fav_list ul li p {
        background: #f7f7f2;
        margin: 0 5px;
        padding: 5px 10px;
        font-family: "Ubuntu", helvetica, sans-serif;
        text-decoration: none; }

/*snap mobile*/
.snap-drawers {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 0; }
  .snap-drawers .snap-drawer-left {
    left: 0; }
  .snap-drawers .snap-drawer-right {
    right: 0; }
  .snap-drawers .snap-drawer {
    background: #eeede2;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 265px;
    height: auto;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    transition: width 0.3s ease; }

.snap-content {
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  z-index: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.snapjs-right .left-drawer,
.snapjs-left .right-drawer {
  display: none; }

header.mobile {
  background: #105e9e;
  color: white;
  text-align: center;
  position: relative;
  padding: 5px 0 10px;
  display: block;
  border-bottom: 4px solid #2c3e50; }
  header.mobile a {
    width: 40px;
    height: 39px;
    position: absolute;
    top: 10px;
    display: block; }
    header.mobile a.home {
      position: relative;
      width: auto;
      display: inline-block;
      top: 0; }
  header.mobile .langs {
    position: absolute;
    display: block;
    background: #072741;
    z-index: 30;
    width: 100%;
    margin: 5px 0 0;
    border-bottom: #c7c5a3 solid 1px;
    display: none; }
    header.mobile .langs #sel_lang {
      margin: 0;
      padding: 0; }
      header.mobile .langs #sel_lang li {
        display: block; }
      header.mobile .langs #sel_lang a {
        display: block;
        position: relative;
        background: #eeede2;
        width: 100%;
        padding: 5px 4%;
        text-align: center;
        height: 40px;
        padding: 10px 0; }
        header.mobile .langs #sel_lang a span {
          display: block;
          width: 30px;
          height: 30px;
          position: absolute;
          right: 10px;
          top: 0; }

.submenu {
  background: #2c3e50;
  color: white;
  position: relative;
  padding: 5px 0 10px;
  display: block;
  min-height: 45px; }
  .submenu a {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 5px;
    display: block; }

/*temporales mobile*/
a.bnt_menu {
  background-position: 0 -358px;
  left: 5px; }

a.btn_config {
  background-position: -30px -90px;
  right: 10px; }

a.btn_lang {
  background-position: -40px -245px;
  right: 5px; }

a.btn_bk {
  background-position: -30px -30px;
  left: 5px; }

.site_title {
  text-align: center;
  padding: 15px 10px 0;
  opacity: 1;
  filter: alpha(opacity=90);
  font-size: .70em;
  margin: 0;
  font-weight: 600; }

.menus {
  display: block;
  height: 40px;
  text-align: center;
  margin: 10px 0;
  overflow: hidden; }
  .menus form {
    height: 20px; }
    .menus form select {
      height: 20px;
      margin-top: 10px;
      max-width: 47%;
      border: none;
      background-color: #ccc; }
      .menus form select:first-child {
        float: left;
        margin-left: 20px; }
      .menus form select:last-child {
        float: right;
        margin-right: 20px; }

/*end snap mobile*/
/*outstanding*/
.outstanding {
  background: #eeede2;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; }
  .outstanding:before {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.8);
    left: 0;
    right: 0;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px; }
  .outstanding:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg); }
  .outstanding .image {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border-right: 5px solid #c7c5a3;
    float: left; }
    .outstanding .image ul {
      margin: 0;
      padding: 0;
      position: absolute; }
      .outstanding .image ul li {
        float: left;
        text-align: center;
        background-color: #2c3e50;
        display: block; }
    .outstanding .image a:hover {
      opacity: 0.9;
      filter: alpha(opacity=90); }
    .outstanding .image a.fav {
      background-position: 0 -245px;
      width: 30px;
      height: 30px;
      padding: 20px;
      margin: 0;
      top: 5px;
      right: 15px;
      opacity: 1;
      filter: alpha(opacity=100);
      position: absolute;
      display: block;
      z-index: 1; }
      .outstanding .image a.fav:hover {
        opacity: 0.6;
        filter: alpha(opacity=60); }
    .outstanding .image a.favred {
      background-position: -20px -285px; }
    .outstanding .image a span {
      width: 30px;
      height: 30px;
      margin: 15px 0 0 5px;
      display: block; }
    .outstanding .image a.right, .outstanding .image a.left {
      position: absolute;
      display: block;
      background: white;
      height: 60px;
      top: 40%;
      width: 40px;
      z-index: 1;
      cursor: pointer;
      opacity: 0.6;
      filter: alpha(opacity=60); }
    .outstanding .image a.right {
      right: 0;
      -moz-border-radius: 5px 0 0 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px 0 0 5px; }
      .outstanding .image a.right span {
        background-position: 0 -180px; }
    .outstanding .image a.left {
      left: 0;
      -moz-border-radius: 0 5px 5px 0;
      -webkit-border-radius: 0;
      border-radius: 0 5px 5px 0; }
      .outstanding .image a.left span {
        background-position: 0 -210px; }
    .outstanding .image ul li img {
      height: 100%; 
      width: auto;
      object-fit: scale-down;
    }
  .outstanding .info {
    position: relative;
    height: 245px; }
    .outstanding .info header {
      font-size: 1.1em !important;
      margin: 10px;
      color: #105e9e; }
      .outstanding .info header a {
        color: inherit;
        text-decoration: none; }
        .outstanding .info header a:hover {
          color: #2c3e50; }
    .outstanding .info p {
      font-family: "Ubuntu", helvetica, sans-serif;
      margin: 10px;
      font-size: .9em;
      font-weight: 300; }
      .outstanding .info p.ref {
        text-align: right;
        font-size: .85em; }
  .outstanding .options {
    background: #c7001f;
    color: white;
    overflow: hidden;
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #c7001f; }
    .outstanding .options div {
      position: relative;
      width: 100%;
      display: block;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      .outstanding .options div a {
        color: white;
        text-decoration: none;
        display: block;
        vertical-align: top;
        padding: 10px;
        width: 100%; }
        .outstanding .options div a:hover {
          background-color: #940017; }
        .outstanding .options div a span {
          vertical-align: top;
          display: inline-block; }

.apartment header {
  color: #2c3e50;
  font-family: "Ubuntu", helvetica, sans-serif;
  font-size: 1em;
  font-weight: 700;
  padding: 0; }
.apartment p {
  font-family: "Source Sans Pro", helvetica, sans-serif; }
.apartment p.title {
  font-family: "Ubuntu", helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  color: #c7001f; }
.apartment .info {
  position: relative; }
  .apartment .info header {
    background: #105e9e;
    color: white;
    padding: 5px 10px;
    font-weight: 400; }
  .apartment .info .price header, .apartment .info .table header {
    color: #2c3e50;
    font-size: 1em;
    background: #eee;
    border-bottom: solid 1px #ccc; }
  .apartment .info #map_canvas {
    width: 100% !important; }
  .apartment .info .verify {
    margin: 10px;
    display: block;
    text-align: center; }
    .apartment .info .verify a {
      background: #c7001f;
      color: white;
      padding: 5px 10px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      text-decoration: none; }
      .apartment .info .verify a:hover {
        background: #c7c5a3;
        color: #2c3e50; }
  .apartment .info #divAvailability {
    position: absolute;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 2px 2px 4px #a09d64;
    -webkit-box-shadow: 2px 2px 4px #a09d64;
    box-shadow: 2px 2px 4px #a09d64;
    background: #eeede2;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    top: 25%;
    left: 15%;
    width: 60%;
    line-height: 130%; }
    .apartment .info #divAvailability p {
      font-size: 1em; }
      .apartment .info #divAvailability p.av_result {
        font-weight: 700;
        font-size: 1.2em;
        color: #2c3e50; }
    .apartment .info #divAvailability a {
      background: #c7001f;
      border: none;
      width: 100%;
      color: #fff;
      font-weight: 700;
      font-size: 1.1em;
      margin: 0 auto;
      border-radius: 5px;
      display: block;
      padding: 5px 10px;
      font-size: 0.9em;
      text-decoration: none; }
      .apartment .info #divAvailability a:hover {
        background: #c7c5a3;
        color: #105e9e; }
      .apartment .info #divAvailability a.close {
        position: absolute;
        right: -10px;
        top: -10px;
        display: inline-block;
        width: 28px;
        cursor: pointer;
        opacity: 1; }
  .apartment .info .availability_boxes {
    margin: 0 50px; }
    .apartment .info .availability_boxes p {
      display: inline-block;
      margin: 0 10px; }
      .apartment .info .availability_boxes p span {
        display: inline-block;
        width: 20px;
        height: 10px; }
    .apartment .info .availability_boxes .booked_day span {
      background: #c7001f; }
    .apartment .info .availability_boxes .available_day span {
      background: #c7c5a3; }
    .apartment .info .availability_boxes .request_day span {
      background: #2b93e9; }
  .apartment .info #loading {
    position: absolute;
    top: 30%;
    left: 45%; }
.apartment .apto_name p {
  font-size: 0.9em; }
  .apartment .apto_name p.ref {
    margin: 5px 0;
    color: #c7001f;
    font-weight: 700; }
.apartment .apto_name header {
  margin: 20px 0 0; }
.apartment .apto_info p {
  font-size: 0.9em; }
.apartment .apto_info .price {
  background: #eeede2;
  padding: 10px;
  color: #105e9e; }
  .apartment .apto_info .price .title {
    font-size: 1.2em;
    color: #105e9e;
    margin: 0;
    padding: 0;
    background: transparent;
    text-transform: uppercase; }
  .apartment .apto_info .price p {
    background: white;
    text-align: center;
    padding: 5px 0;
    color: #105e9e;
    margin: 5px;
    position: relative; }
.apartment .services_list {
  margin: 10px 30px 0;
  padding: 0; }
  .apartment .services_list li {
    padding: 5px 0;
    display: inline-block;
    vertical-align: bottom;
    min-width: 47%;
    font-size: 95%; }
    .apartment .services_list li span {
      background-image: url(../images/check.png);
      background-size: 15px;
      width: 15px;
      height: 15px;
      display: inline-block;
      margin: 0 5px; }
.apartment .map {
  margin: 10px 0 0; }
.apartment .bottom a {
  background: #c7001f;
  color: white;
  display: block;
  margin: 10px;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.8em; }
  .apartment .bottom a span.fav {
    background-position: 0 -245px;
    width: 35px;
    height: 35px;
    display: inline-block;
    padding: 2px;
    vertical-align: bottom; }
.apartment #booking {
  background: #c7001f;
  border: none;
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 1.1em;
  margin: 0 auto;
  border-radius: 5px;
  position: fixed;
  left: 40%;
  display: inline-block;
  max-width: 300px;
  text-align: center;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px;
  padding: 10px;
  z-index: 4; }
  .apartment #booking:hover {
    background: #c7c5a3;
    color: #105e9e; }

.booking .reserve-info {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #eee;
  padding: 0 0 10px;
  text-align: center;
  overflow: hidden; }
.booking p {
  color: #2c3e50; }
  .booking p strong {
    font-size: 1.2em;
    color: white;
    background: #2c3e50;
    padding: 5px 0;
    display: block; }
  .booking p span {
    font-family: "Source Sans Pro", helvetica, sans-serif;
    font-size: 1em;
    font-weight: 700;
    padding: 0 10px 0 0; }

.gallery {
  padding: 0 10px;
  position: relative; }
  .gallery .box_shadow {
    border: solid 5px white;
    position: relative;
    margin: 0 0 10px; }
  .gallery .image {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .gallery .image ul {
      margin: 0;
      padding: 0;
      position: absolute; }
      .gallery .image ul li {
        float: left;
        display: flex; }
    .gallery .image a:hover {
      opacity: 0.9;
      filter: alpha(opacity=90); }
    .gallery .image a.fav {
      background-position: 0 -245px;
      width: 30px;
      height: 30px;
      padding: 20px;
      margin: 0;
      top: 5px;
      right: 15px;
      opacity: 1;
      filter: alpha(opacity=100);
      position: absolute;
      display: block;
      z-index: 1; }
      .gallery .image a.fav:hover {
        opacity: 0.6;
        filter: alpha(opacity=60); }
    .gallery .image a.favred {
      background-position: -20px -285px; }
    .gallery .image a span {
      width: 30px;
      height: 30px;
      margin: 15px 0 0 5px;
      display: block; }
    .gallery .image a.right, .gallery .image a.left {
      position: absolute;
      display: block;
      background: white;
      height: 60px;
      top: 40%;
      width: 40px;
      z-index: 1;
      cursor: pointer;
      opacity: 0.6;
      filter: alpha(opacity=60); }
    .gallery .image a.right {
      right: 0;
      -moz-border-radius: 5px 0 0 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px 0 0 5px; }
      .gallery .image a.right span {
        background-position: 0 -180px; }
    .gallery .image a.left {
      left: 0;
      -moz-border-radius: 0 5px 5px 0;
      -webkit-border-radius: 0;
      border-radius: 0 5px 5px 0; }
      .gallery .image a.left span {
        background-position: 0 -210px; }
  .gallery .thumbs {
    position: relative;
    clear: both;
    text-align: center; }
    .gallery .thumbs ul {
      width: 460px;
      margin: 0;
      padding: 0; }
      .gallery .thumbs ul li {
        margin: 2px;
        display: inline-block;
        cursor: pointer;
        position: relative;
        width: 75px;
        height: 50px;
        border: 4px solid #fff;
        overflow: hidden; }
        .gallery .thumbs ul li img {
          max-width: 100%; }

.services {
  margin: 0;
  padding: 0;
  text-align: center; }
  .services li {
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 15px;
    display: inline-block !important;
    background-color: #105e9e !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 5px #105e9e;
    cursor: pointer; }
    .services li[data-service="tv"] {
      background-position: 0 -30px; }
    .services li[data-service="internet"] {
      background-position: -30px -120px; }
    .services li[data-service="washing"] {
      background-position: 0 -60px; }
    .services li[data-service="dishwasher"] {
      background-position: -60px -180px; }
    .services li[data-service="dryer"] {
      background-position: -30px 0; }
    .services li[data-service="telephone"] {
      background-position: -60px -90px; }
    .services li[data-service="elevator"] {
      background-position: -60px 0; }
    .services li[data-service="cable"] {
      background-position: -30px -210px; }
    .services li.active, .services li:hover {
      background-color: #c7001f !important;
      border: solid 5px #c7001f; }

.legal_tabs {
  color: #c7001f;
  font-size: .8em; }

.table {
  display: block;
  overflow: hidden;
  border: solid 1px #ccc;
  margin: 10px 0;
  display: block;
  padding: 0; }
  .table .colums {
    display: block;
    background: white; }
  .table p.title {
    margin: 0;
    padding: 5px 0;
    font-weight: 400;
    font-size: .8em;
    vertical-align: top;
    background: #eeede2;
    min-height: 40px; }
    .table p.title + {
      border: none; }
  .table span {
    background: white;
    display: block;
    padding: 5px;
    width: 100%;
    border-left: 1px solid #ccc; }
    .table span + {
      border-left: none; }

.treecolumns .colums {
  float: left;
  width: 33.3%;
  text-align: center; }
  .treecolumns .colums:first-child {
    border: none; }
    .treecolumns .colums:first-child p, .treecolumns .colums:first-child span {
      border-left: none !important; }

.twoocolumns .colums {
  float: left;
  width: 50%;
  text-align: center; }
  .twoocolumns .colums:first-child {
    border: none; }
    .twoocolumns .colums:first-child p, .twoocolumns .colums:first-child span {
      border-left: none !important; }

.onecolumns .colums {
  border-bottom: 1px solid #ccc; }
  .onecolumns .colums:last-child {
    border: none; }
.onecolumns p.title, .onecolumns strong {
  display: inline-block;
  width: 49.3%;
  text-align: center; }
.onecolumns strong {
  background: white;
  padding: 5px 0; }

#finder_mob header {
  padding: 20px 20px 0 0; }

.finder header, #finder_mob header {
  color: #105e9e;
  padding: 20px 0 0;
  font-weight: 400;
  font-size: 2em; }
.finder ul.filter, #finder_mob ul.filter {
  margin: 0;
  padding: 0; }
  .finder ul.filter li, #finder_mob ul.filter li {
    display: block; }
    .finder ul.filter li .filter_name, #finder_mob ul.filter li .filter_name {
      background: #c7001f;
      color: white;
      padding: 2px 10px; }
    .finder ul.filter li .option, #finder_mob ul.filter li .option {
      margin: 10px 0; }
      .finder ul.filter li .option #range #amount, .finder ul.filter li .option #range #amountm, #finder_mob ul.filter li .option #range #amount, #finder_mob ul.filter li .option #range #amountm {
        color: #c7001f !important;
        font-weight: 400 !important; }
      .finder ul.filter li .option #justImages, #finder_mob ul.filter li .option #justImages {
        display: inline-block;
        vertical-align: top;
        margin: 5px; }
        .finder ul.filter li .option #justImages + label, #finder_mob ul.filter li .option #justImages + label {
          font-weight: 400;
          max-width: 85%;
          font-size: .85em; }
      .finder ul.filter li .option form, #finder_mob ul.filter li .option form {
        padding: 0 10px; }
        .finder ul.filter li .option form input[type="text"], #finder_mob ul.filter li .option form input[type="text"] {
          display: inline-block;
          font-weight: 400;
          line-height: 34px; }
        .finder ul.filter li .option form input[type="range"], #finder_mob ul.filter li .option form input[type="range"] {
          display: inline-block;
          text-align: center;
          margin: 0 auto; }
        .finder ul.filter li .option form .from, #finder_mob ul.filter li .option form .from {
          padding: 0 10px; }
        .finder ul.filter li .option form .to, #finder_mob ul.filter li .option form .to {
          padding: 0 0 0 20px; }
        .finder ul.filter li .option form #amount, #finder_mob ul.filter li .option form #amount {
          width: 40%; }
      .finder ul.filter li .option .type_apto, #finder_mob ul.filter li .option .type_apto {
        padding: 0; }
        .finder ul.filter li .option .type_apto li, #finder_mob ul.filter li .option .type_apto li {
          background: #105e9e;
          display: inline-block;
          width: 80px;
          text-align: center;
          color: white;
          padding: 5px 0;
          cursor: pointer;
          font-size: 0.8em;
          margin: 2px; }
          .finder ul.filter li .option .type_apto li:hover, #finder_mob ul.filter li .option .type_apto li:hover {
            background: #2c3e50; }
      .finder ul.filter li .option .location_apto, #finder_mob ul.filter li .option .location_apto {
        padding: 0; }
        .finder ul.filter li .option .location_apto li, #finder_mob ul.filter li .option .location_apto li {
          background: #105e9e;
          display: inline-block;
          width: 58px;
          text-align: center;
          color: white;
          padding: 5px 0;
          cursor: pointer;
          font-size: 0.9em;
          margin: 2px; }
          .finder ul.filter li .option .location_apto li:hover, #finder_mob ul.filter li .option .location_apto li:hover {
            background: #2c3e50; }
.finder ul.mobile, #finder_mob ul.mobile {
  margin: 0 10%; }
  .finder ul.mobile li, #finder_mob ul.mobile li {
    list-style-type: none; }
    .finder ul.mobile li .filter_name, #finder_mob ul.mobile li .filter_name {
      padding: 0; }
    .finder ul.mobile li .filter_name, #finder_mob ul.mobile li .filter_name {
      background: transparent;
      color: #2c3e50; }
    .finder ul.mobile li.optional, #finder_mob ul.mobile li.optional {
      display: none; }
    .finder ul.mobile li .dates, #finder_mob ul.mobile li .dates {
      overflow: hidden; }
      .finder ul.mobile li .dates p, #finder_mob ul.mobile li .dates p {
        width: 45%;
        display: inline-block;
        margin: 0 5px;
        float: left; }
        .finder ul.mobile li .dates p:last-child, #finder_mob ul.mobile li .dates p:last-child {
          float: right; }
    .finder ul.mobile li #justImages, #finder_mob ul.mobile li #justImages {
      margin: 5px; }
    .finder ul.mobile li #slider-rangem + p, #finder_mob ul.mobile li #slider-rangem + p {
      display: inline-block;
      max-width: 35%; }
    .finder ul.mobile li #amountm, #finder_mob ul.mobile li #amountm {
      display: inline-block; }
    .finder ul.mobile li .option, #finder_mob ul.mobile li .option {
      clear: both;
      overflow: hidden; }
      .finder ul.mobile li .option input, .finder ul.mobile li .option select, #finder_mob ul.mobile li .option input, #finder_mob ul.mobile li .option select {
        width: 100%;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        border: solid 1px #cfcfcf;
        line-height: 30px; }
      .finder ul.mobile li .option input[type="checkbox"], #finder_mob ul.mobile li .option input[type="checkbox"] {
        width: 10px; }
        .finder ul.mobile li .option input[type="checkbox"] + label, #finder_mob ul.mobile li .option input[type="checkbox"] + label {
          display: inline-block; }
      .finder ul.mobile li .option label, #finder_mob ul.mobile li .option label {
        font-weight: 400;
        display: block; }
      .finder ul.mobile li .option form, #finder_mob ul.mobile li .option form {
        padding: 0; }
      .finder ul.mobile li .option .less, #finder_mob ul.mobile li .option .less {
        display: none; }
      .finder ul.mobile li .option #look_for_aptid, #finder_mob ul.mobile li .option #look_for_aptid {
        margin: -38px 0 0;
        z-index: 10;
        position: relative;
        float: right;
        border-bottom: #c7c5a3 solid 1px;
        border-top: #c7c5a3 solid 1px; }
.finder #look_for_aptid, #finder_mob #look_for_aptid {
  font-size: 0;
  background-color: #c7c5a3;
  background-position: -60px -210px;
  width: 35px;
  height: 35px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block; }
  .finder #look_for_aptid:hover, #finder_mob #look_for_aptid:hover {
    background-color: #2c3e50; }
.finder .districts path:hover, .finder .districts polygon:hover, #finder_mob .districts path:hover, #finder_mob .districts polygon:hover {
  fill: #c7001f;
  cursor: pointer; }
.finder .dinamic_results, #finder_mob .dinamic_results {
  padding: 0 10px;
  position: relative; }
  @media screen and (max-width: 600px) {
    .finder .dinamic_results, #finder_mob .dinamic_results {
      padding: 0; } }
  .finder .dinamic_results header, #finder_mob .dinamic_results header {
    font-size: 1.3em;
    margin: 10px 0;
    padding: 0;
    display: inline-block;
    color: #2c3e50; }
.finder .results, #finder_mob .results {
  padding: 0;
  margin: 0; }
  .finder .results > li, #finder_mob .results > li {
    background: #eeede2;
    border-bottom: 2px solid #c7c5a3;
    margin: 10px 0;
    position: relative;
    width: 100%;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    overflow: hidden; }
    .finder .results > li:before, #finder_mob .results > li:before {
      content: "";
      position: absolute;
      z-index: -1;
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
      -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
      top: 10px;
      bottom: 10px;
      left: 0;
      right: 0;
      -moz-border-radius: 100px / 10px;
      border-radius: 100px / 10px; }
    .finder .results > li:after, #finder_mob .results > li:after {
      right: 10px;
      left: auto;
      -webkit-transform: skew(8deg) rotate(3deg);
      -moz-transform: skew(8deg) rotate(3deg);
      -ms-transform: skew(8deg) rotate(3deg);
      -o-transform: skew(8deg) rotate(3deg);
      transform: skew(8deg) rotate(3deg); }
    .finder .results > li .image, #finder_mob .results > li .image {
      overflow: hidden;
      display: inline-block;
      vertical-align: top;
      position: relative; }
      .finder .results > li .image ul, #finder_mob .results > li .image ul {
        margin: 0;
        padding: 0;
        position: absolute; }
        .finder .results > li .image ul li, #finder_mob .results > li .image ul li {
          float: left;
          display: block; }
      .finder .results > li .image a:hover, #finder_mob .results > li .image a:hover {
        opacity: 0.9;
        filter: alpha(opacity=90); }
      .finder .results > li .image a.fav, #finder_mob .results > li .image a.fav {
        background-position: 0 -245px;
        width: 30px;
        height: 30px;
        padding: 20px;
        margin: 0;
        top: 5px;
        right: 15px;
        opacity: 1;
        filter: alpha(opacity=100);
        position: absolute;
        display: block;
        z-index: 1; }
        .finder .results > li .image a.fav:hover, #finder_mob .results > li .image a.fav:hover {
          opacity: 0.6;
          filter: alpha(opacity=60); }
      .finder .results > li .image a.favred, #finder_mob .results > li .image a.favred {
        background-position: -20px -285px; }
      .finder .results > li .image a span, #finder_mob .results > li .image a span {
        width: 30px;
        height: 30px;
        margin: 15px 0 0 5px;
        display: block; }
      .finder .results > li .image a.right, .finder .results > li .image a.left, #finder_mob .results > li .image a.right, #finder_mob .results > li .image a.left {
        position: absolute;
        display: block;
        background: white;
        height: 60px;
        top: 40%;
        width: 40px;
        z-index: 1;
        cursor: pointer;
        opacity: 0.6;
        filter: alpha(opacity=60); }
      .finder .results > li .image a.right, #finder_mob .results > li .image a.right {
        right: 0;
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px 0 0 5px; }
        .finder .results > li .image a.right span, #finder_mob .results > li .image a.right span {
          background-position: 0 -180px; }
      .finder .results > li .image a.left, #finder_mob .results > li .image a.left {
        left: 0;
        -moz-border-radius: 0 5px 5px 0;
        -webkit-border-radius: 0;
        border-radius: 0 5px 5px 0; }
        .finder .results > li .image a.left span, #finder_mob .results > li .image a.left span {
          background-position: 0 -210px; }
    .finder .results > li .info, #finder_mob .results > li .info {
      position: relative;
      height: 230px; }
      .finder .results > li .info header, #finder_mob .results > li .info header {
        font-size: 1.1em;
        margin: 0;
        padding: 0 10px 0;
        display: block;
        clear: both; }
        .finder .results > li .info header a, #finder_mob .results > li .info header a {
          color: inherit;
          text-decoration: none; }
          .finder .results > li .info header a:hover, #finder_mob .results > li .info header a:hover {
            color: #2c3e50; }
      .finder .results > li .info p, #finder_mob .results > li .info p {
        font-size: 0.8em;
        color: #2c3e50;
        padding: 0 5px;
        margin: 5px 0; }
      .finder .results > li .info .ref, #finder_mob .results > li .info .ref {
        margin: 5px 5px 0;
        float: right; }
      .finder .results > li .info .value, #finder_mob .results > li .info .value {
        background: #dad9c3;
        color: #072741;
        text-align: left;
        font-family: "Ubuntu", helvetica, sans-serif;
        font-size: 0.9em;
        margin: 15px 0 10px;
        padding: 5px 10px;
        display: block; }
        .finder .results > li .info .value span, #finder_mob .results > li .info .value span {
          font-size: 0.8em; }
      .finder .results > li .info .butons, #finder_mob .results > li .info .butons {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #c7001f; }
        .finder .results > li .info .butons div, #finder_mob .results > li .info .butons div {
          position: relative;
          width: 100%;
          display: block;
          display: -webkit-flex;
          display: flex; }
          .finder .results > li .info .butons div a, #finder_mob .results > li .info .butons div a {
            color: white;
            text-decoration: none;
            padding: 5px 20px;
            font-size: 1.1em;
            display: block;
            -webkit-flex-grow: 2;
            flex-grow: 2; }
            .finder .results > li .info .butons div a:hover, #finder_mob .results > li .info .butons div a:hover {
              background-color: #940017; }
            .finder .results > li .info .butons div a.fav, #finder_mob .results > li .info .butons div a.fav {
              background-position: -60px -30px;
              -webkit-flex-grow: 0;
              flex-grow: 0;
              padding: 15px;
              vertical-align: top;
              cursor: pointer; }
  /*.finder .results .pagination, #finder_mob .results .pagination {
    margin: 20px 0; }
    .finder .results .pagination ul li, #finder_mob .results .pagination ul li {
      display: inline-block;
      background: #105e9e;
      color: white;
      padding: 5px 10px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      margin: 5px 2px; }
      .finder .results .pagination ul li a, #finder_mob .results .pagination ul li a {
        color: inherit;
        text-decoration: none; }
      .finder .results .pagination ul li.disabled, #finder_mob .results .pagination ul li.disabled {
        color: #c7c5a3;
        background: transparent; }
      .finder .results .pagination ul li.active, #finder_mob .results .pagination ul li.active {
        background: transparent;
        color: #105e9e; }
      .finder .results .pagination ul li:hover, #finder_mob .results .pagination ul li:hover {
        background: #072741; }*/


.information p {
  font-size: 0.9em;
  padding: 10px;
  clear: both; }
.information header {
  font-weight: 700;
  color: #105e9e;
  margin: 20px 0;
  font-size: 1.4em; }
.information ul, .information ol {
  margin: 0 20px; }
  .information ul.table, .information ol.table {
    margin: 10px 0; }
  .information ul p, .information ol p {
    margin: 0;
    padding: 5px 0; }
.information p img {
  max-width: 300px;
  border: 3px solid #fff;
  box-shadow: 2px 2px 4px #444;
  margin: 0 20px;
  vertical-align: middle; }
  .information p img.align-left {
    float: left; }
  .information p img.align-rigth {
    float: right; }
.information .customform p {
  width: 47%;
  display: inline-block;
  vertical-align: top; }
  .information .customform p label {
    display: inline-block; }
  .information .customform p input[type="text"], .information .customform p select, .information .customform p textarea {
    width: 100%; }
  .information .customform p input[type="checkbox"], .information .customform p input[type="radio"] {
    margin: 5px; }
  .information .customform p input[type="submit"], .information .customform p input[type="button"] {
    background: #c7001f;
    border: none;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 1.1em;
    margin: 0 auto;
    border-radius: 5px; }
    .information .customform p input[type="submit"]:hover, .information .customform p input[type="button"]:hover {
      background: #c7c5a3;
      color: #105e9e; }

.dp-highlight .ui-state-default {
  background: #C00;
  color: #FFF; }

.dp-highlight2 .ui-state-default {
  background: #2b93e9;
  color: #FFF; }

.finder ul.filter li .option .type_apto {
  padding: 0; }

.finder ul.filter li .option .type_apto li {
  background: #105e9e;
  display: inline-block;
  width: 123px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 1em;
  margin: 2px;
  padding: 5px 0; }

.finder ul.filter li .option .type_apto li:hover {
  background: #2c3e50; }

.optselected {
  background: #C7001F !important; }

.optnonselected {
  background: #105e9e; }

select {
  color: #333; }

.employee {
  margin: 0 0 20px;
  clear: both;
  display: block;
  overflow: hidden; }
  .employee h4 {
    display: block; }
  .employee img {
    margin: 0 20px 10px 0;
    max-width: 200px !important;
    border: solid 3px #ccc;
    float: left;
    vertical-align: top; }
  .employee .employee-desc p {
    padding: 0 0 0 0;
    line-height: 130%;
    text-align: justify; }

.align-right img {
  margin: 0 0 10px 20px;
  float: right; }

.confirmation {
  padding: 20px 15px; }
  .confirmation p {
    font-size: 1.1em;
    padding: 10px 0; }

.booking #loading {
  position: absolute;
  text-align: center;
  margin: 10% 0;
  width: 100%; }
