/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*! nouislider - 12.1.0 - 10/25/2018 */
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;transform-origin:0 0}html:not([dir=rtl]) .noUi-horizontal .noUi-origin{left:auto;right:0}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{position:absolute}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}html:not([dir=rtl]) .noUi-horizontal .noUi-handle{right:-17px;left:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%,0);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
    }
.leaflet-container {
    overflow: hidden;
    }
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
      -webkit-user-drag: none;
    }
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
    image-rendering: -webkit-optimize-contrast;
    }
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
    width: 1600px;
    height: 1600px;
    -webkit-transform-origin: 0 0;
    }
.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
    }
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
    max-width: none !important;
    }

.leaflet-container.leaflet-touch-zoom {
    -ms-touch-action: pan-x pan-y;
    touch-action: pan-x pan-y;
    }
.leaflet-container.leaflet-touch-drag {
    -ms-touch-action: pinch-zoom;
    }
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
    -ms-touch-action: none;
    touch-action: none;
}
.leaflet-tile {
    filter: inherit;
    visibility: hidden;
    }
.leaflet-tile-loaded {
    visibility: inherit;
    }
.leaflet-zoom-box {
    width: 0;
    height: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    z-index: 800;
    }
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
    -moz-user-select: none;
    }

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
    width: 1px;
    height: 1px;
    }
.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute;
    }


/* control positioning */

.leaflet-control {
    position: relative;
    z-index: 800;
    pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
    pointer-events: auto;
    }
.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    }
.leaflet-top {
    top: 0;
    }
.leaflet-right {
    right: 0;
    }
.leaflet-bottom {
    bottom: 0;
    }
.leaflet-left {
    left: 0;
    }
.leaflet-control {
    float: left;
    clear: both;
    }
.leaflet-right .leaflet-control {
    float: right;
    }
.leaflet-top .leaflet-control {
    margin-top: 10px;
    }
.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
    }
.leaflet-left .leaflet-control {
    margin-left: 10px;
    }
.leaflet-right .leaflet-control {
    margin-right: 10px;
    }


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
    will-change: opacity;
    }
.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
       -moz-transition: opacity 0.2s linear;
         -o-transition: opacity 0.2s linear;
            transition: opacity 0.2s linear;
    }
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
    }
.leaflet-zoom-animated {
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    }
.leaflet-zoom-anim .leaflet-zoom-animated {
    will-change: transform;
    }
.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
       -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
         -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
            transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
    }
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
    -webkit-transition: none;
       -moz-transition: none;
         -o-transition: none;
            transition: none;
    }

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
    }


/* cursors */

.leaflet-interactive {
    cursor: pointer;
    }
.leaflet-grab {
    cursor: -webkit-grab;
    cursor:    -moz-grab;
    }
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
    cursor: crosshair;
    }
.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
    }
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor:    -moz-grabbing;
    }

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
    pointer-events: none;
    }

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
    pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
    pointer-events: auto;
    }

/* visual tweaks */

.leaflet-container {
    background: #ddd;
    outline: 0;
    }
.leaflet-container a {
    color: #0078A8;
    }
.leaflet-container a.leaflet-active {
    outline: 2px solid orange;
    }
.leaflet-zoom-box {
    border: 2px dotted #38f;
    background: rgba(255,255,255,0.5);
    }


/* general typography */
.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    }


/* general toolbar styles */

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    border-radius: 4px;
    }
.leaflet-bar a,
.leaflet-bar a:hover {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: block;
    text-align: center;
    text-decoration: none;
    color: black;
    }
.leaflet-bar a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    }
.leaflet-bar a:hover {
    background-color: #f4f4f4;
    }
.leaflet-bar a:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    }
.leaflet-bar a:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom: none;
    }
.leaflet-bar a.leaflet-disabled {
    cursor: default;
    background-color: #f4f4f4;
    color: #bbb;
    }

.leaflet-touch .leaflet-bar a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    }


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    text-indent: 1px;
    }
.leaflet-control-zoom-out {
    font-size: 20px;
    }

.leaflet-touch .leaflet-control-zoom-in {
    font-size: 22px;
    }
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 24px;
    }


/* layers control */

.leaflet-control-layers {
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    background: #fff;
    border-radius: 5px;
    }
.leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px;
    }
.leaflet-retina .leaflet-control-layers-toggle {
    background-image: url(images/layers-2x.png);
    background-size: 26px 26px;
    }
.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
    }
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
    }
.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
    }
.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
    }
.leaflet-control-layers-scrollbar {
    overflow-y: scroll;
    padding-right: 5px;
    }
.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
    }
.leaflet-control-layers label {
    display: block;
    }
.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
    }

/* Default icon URLs */
.leaflet-default-icon-path {
    background-image: url(images/marker-icon.png);
    }


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, 0.7);
    margin: 0;
    }
.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
    }
.leaflet-control-attribution a {
    text-decoration: none;
    }
.leaflet-control-attribution a:hover {
    text-decoration: underline;
    }
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px;
    }
.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
    }
.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
    }
.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
         box-sizing: border-box;

    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    }
.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
    }
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
    }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none;
    }
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0,0,0,0.2);
    background-clip: padding-box;
    }


/* popup */

.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
    }
.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 12px;
    }
.leaflet-popup-content {
    margin: 13px 19px;
    line-height: 1.4;
    }
.leaflet-popup-content p {
    margin: 18px 0;
    }
.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none;
    }
.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;

    margin: -10px auto 0;

    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    }
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 3px 14px rgba(0,0,0,0.4);
    }
.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
    }
.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
    }
.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    }

.leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1;
    }
.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;

    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
    }
.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px;
    }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999;
    }


/* div icon */

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
    }


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
    position: absolute;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #222;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    }
.leaflet-tooltip.leaflet-clickable {
    cursor: pointer;
    pointer-events: auto;
    }
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    position: absolute;
    pointer-events: none;
    border: 6px solid transparent;
    background: transparent;
    content: "";
    }

/* Directions */

.leaflet-tooltip-bottom {
    margin-top: 6px;
}
.leaflet-tooltip-top {
    margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
    left: 50%;
    margin-left: -6px;
    }
.leaflet-tooltip-top:before {
    bottom: 0;
    margin-bottom: -12px;
    border-top-color: #fff;
    }
.leaflet-tooltip-bottom:before {
    top: 0;
    margin-top: -12px;
    margin-left: -6px;
    border-bottom-color: #fff;
    }
.leaflet-tooltip-left {
    margin-left: -6px;
}
.leaflet-tooltip-right {
    margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
    top: 50%;
    margin-top: -6px;
    }
.leaflet-tooltip-left:before {
    right: 0;
    margin-right: -12px;
    border-left-color: #fff;
    }
.leaflet-tooltip-right:before {
    left: 0;
    margin-left: -12px;
    border-right-color: #fff;
    }
/*------------------------------------*\
    UTILS
\*------------------------------------*/  

.maputil-control-panel {
  margin: 0 !important;
  font-family: 'BerninoSans', Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem; }

.maputil-control-panel .leaflet-bar .link-btn {
  font-size: 16px; 
  border-bottom: 0; 
  float: right; }

.maputil-control-panel .dropdown .link-btn:hover {
  background: initial; }
  
.maputil-control-panel .leaflet-bar .link-btn[disabled="disabled"],
.maputil-control-panel .leaflet-bar .link-btn[disabled="disabled"]:hover {
  background: #e7e7e4;
  color: #9c9c94;
  cursor: default; }
  
.maputil-control-panel .link-btn .icon {
  color: #474744;
  margin-right: 0;
  margin-bottom: 1px; }
  
.maputil-control-panel .leaflet-bar .link-btn[disabled="disabled"] .icon {
  color: #9c9c94; }
  
.maputil-control-panel .dropdown {
  display: none;
  background: #ffffff; }
    
.maputil-control-panel .dropdown.active {
  display: block; }
  
.maputil-control-panel .dropdown-content {
  min-width: 168px;
  padding: 0 10px; }

.maputil-control-panel .group {
  padding-top: 8px;
  padding-bottom: 4px; }
  
.maputil-control-panel .group:before {    
  content: "";
  width: 100%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  margin-top: -8px;
  left: 0; }
  
.maputil-control-panel .group .group-title {
  font-weight: 700;
  color: #474744;
  margin-bottom: 4px; }

.maputil-control-panel .field {
  margin-bottom: 4px; }
  
.maputil-control-panel .field label, .maputil-control-panel .field .label {
  font-size: 12px;
  font-size: 0.75rem; }
  
.maputil-control-panel .check-item, .maputil-control-panel .radio-item {
  padding-bottom: 0; }
  
.maputil-control-panel .check-item label, .maputil-control-panel .radio-item label {
  padding-left: 22px; }

.maputil-control-panel .check-item label:before, .maputil-control-panel .check-item label:after,
.maputil-control-panel .radio-item label:before, .maputil-control-panel .radio-item label:after {
  width: 16px; 
  height: 16px;
  font-size: 1rem;
  font-size: 16px;
  margin-top: 1px; }
  
.maputil-control-panel .radio-item label:after {
  width: 10px; 
  height: 10px;
  top: 4px;
  left: 4px; }
  
.maputil-control-panel .data-btn {
  font-size: 12px;
  font-size: 0.75rem; 
  padding: 2px 6px; 
  padding: 0.125rem 0.375rem;
  height: initial;
  line-height: initial;
  font-weight: 400; }
   
.maputil-control-panel .data-btn-secondary {
  color: #fff; 
  background: #cfcfc4; }
  
.maputil-control-panel .data-btn-secondary:hover {
  background: #e7e7e4; }

.cadastre-legend {
  background: #ffffff; 
  min-width: 168px;
  padding: 0 10px; }

.cadastre-legend .legend .legend-item {
  display: block; }
  
.cadastre-legend .legend .text {
  color: #474744; }

  
  
/*------------------------------------*\
    SCALE
\*------------------------------------*/  
  
.leaflet-control-scale-line {
  border: none;
  font-family: 'BerninoSans', Arial, sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: right;
  padding-bottom: 6px;
  color: #474744;
  background-image: url(/data/app/sites/default/themes/villa/navigator/img/map-scale.png);
  background-size: 100% 4px;
  background-repeat: repeat-x;
  background-position: bottom right;
  background-color: transparent; }

.leaflet-draw-section{position:relative}.leaflet-draw-toolbar{margin-top:12px}.leaflet-draw-toolbar-top{margin-top:0}.leaflet-draw-toolbar-notop a:first-child{border-top-right-radius:0}.leaflet-draw-toolbar-nobottom a:last-child{border-bottom-right-radius:0}.leaflet-draw-toolbar a{background-image:url('images/spritesheet.png');background-image:linear-gradient(transparent,transparent),url('images/spritesheet.svg');background-repeat:no-repeat;background-size:300px 30px;background-clip:padding-box}.leaflet-retina .leaflet-draw-toolbar a{background-image:url('images/spritesheet-2x.png');background-image:linear-gradient(transparent,transparent),url('images/spritesheet.svg')}
.leaflet-draw a{display:block;text-align:center;text-decoration:none}.leaflet-draw a .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.leaflet-draw-actions{display:none;list-style:none;margin:0;padding:0;position:absolute;left:26px;top:0;white-space:nowrap}.leaflet-touch .leaflet-draw-actions{left:32px}.leaflet-right .leaflet-draw-actions{right:26px;left:auto}.leaflet-touch .leaflet-right .leaflet-draw-actions{right:32px;left:auto}.leaflet-draw-actions li{display:inline-block}
.leaflet-draw-actions li:first-child a{border-left:0}.leaflet-draw-actions li:last-child a{-webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.leaflet-right .leaflet-draw-actions li:last-child a{-webkit-border-radius:0;border-radius:0}.leaflet-right .leaflet-draw-actions li:first-child a{-webkit-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.leaflet-draw-actions a{background-color:#919187;border-left:1px solid #AAA;color:#FFF;font:11px/19px "Helvetica Neue",Arial,Helvetica,sans-serif;line-height:28px;text-decoration:none;padding-left:10px;padding-right:10px;height:28px}
.leaflet-touch .leaflet-draw-actions a{font-size:12px;line-height:30px;height:30px}.leaflet-draw-actions-bottom{margin-top:0}.leaflet-draw-actions-top{margin-top:1px}.leaflet-draw-actions-top a,.leaflet-draw-actions-bottom a{height:27px;line-height:27px}.leaflet-draw-actions a:hover{background-color:#a0a098}.leaflet-draw-actions-top.leaflet-draw-actions-bottom a{height:26px;line-height:26px}.leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:-2px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:0 -1px}
.leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-31px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-29px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-62px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-60px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-92px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-90px -1px}
.leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-122px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-120px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-273px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-271px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-152px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-150px -1px}
.leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-182px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-180px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-212px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-210px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-242px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-240px -2px}
.leaflet-mouse-marker{background-color:#fff;cursor:crosshair}.leaflet-draw-tooltip{background:#363636;background:rgba(0,0,0,0.5);border:1px solid transparent;-webkit-border-radius:4px;border-radius:4px;color:#fff;font:12px/18px "Helvetica Neue",Arial,Helvetica,sans-serif;margin-left:20px;margin-top:-21px;padding:4px 8px;position:absolute;visibility:hidden;white-space:nowrap;z-index:6}.leaflet-draw-tooltip:before{border-right:6px solid black;border-right-color:rgba(0,0,0,0.5);border-top:6px solid transparent;border-bottom:6px solid transparent;content:"";position:absolute;top:7px;left:-7px}
.leaflet-error-draw-tooltip{background-color:#f2dede;border:1px solid #e6b6bd;color:#b94a48}.leaflet-error-draw-tooltip:before{border-right-color:#e6b6bd}.leaflet-draw-tooltip-single{margin-top:-12px}.leaflet-draw-tooltip-subtext{color:#f8d5e4}.leaflet-draw-guide-dash{font-size:1%;opacity:.6;position:absolute;width:5px;height:5px}.leaflet-edit-marker-selected{background-color:rgba(254,87,161,0.1);border:4px dashed rgba(254,87,161,0.6);-webkit-border-radius:4px;border-radius:4px;box-sizing:content-box}
.leaflet-edit-move{cursor:move}.leaflet-edit-resize{cursor:pointer}.leaflet-oldie .leaflet-draw-toolbar{border:1px solid #999}
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.1s ease-out, opacity 0.1s ease-in;
  -moz-transition: -moz-transform 0.1s ease-out, opacity 0.1s ease-in;
  -o-transition: -o-transform 0.1s ease-out, opacity 0.1s ease-in;
  transition: transform 0.1s ease-out, opacity 0.1s ease-in; }

.leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  -webkit-transition: -webkit-stroke-dashoffset 0.1s ease-out, -webkit-stroke-opacity 0.1s ease-in;
  -moz-transition: -moz-stroke-dashoffset 0.1s ease-out, -moz-stroke-opacity 0.1s ease-in;
  -o-transition: -o-stroke-dashoffset 0.1s ease-out, -o-stroke-opacity 0.1s ease-in;
  transition: stroke-dashoffset 0.1s ease-out, stroke-opacity 0.1s ease-in; }

.marker-cluster.portfolio div:before {
  content: "\e90f";
  font-family: 'idealistaIcons';
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 11px;
  padding-left: 1px;
  padding-right: 1px; }

.marker-cluster.selected div {
  background-color: #dffa45;
  color: #474744; }
    
  .marker-cluster.selected.portfolio div:before {
    color: #474744; }
    
.marker-cluster.unselected div {
  background-color: #9c9c94;
  color: #f5f5f0; }

  .marker-cluster.unselected.portfolio div {
    background-color: #e7e7e4;
    color: #474744; }
    
  .marker-cluster.unselected.portfolio div:before {
    color: #474744; }
    
.marker-cluster.clicked div {
  background-color: #b62682;
  color: #f5f5f0; }
  
  .marker-cluster.clicked.portfolio div:before {
    color: #f5f5f0; }

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font-family: "BerninoSans", Arial, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 12px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.48); }
    
.marker-cluster span {
  line-height: 30px; }
  
.mapboxgl-map .mapboxgl-ctrl-group {
  box-shadow: none;
  border-radius: 0 !important; }

.mapboxgl-map.main-menu-open .mapboxgl-ctrl-top-left {
  left: 575px; }

.mapboxgl-map .mapboxgl-ctrl-group > button {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-family: 'Lucida Console', Monaco, monospace; 
  font-size: 22px;
  font-weight: normal; 
  color: #474744; }
       
  .mapboxgl-map .mapboxgl-ctrl-group > button:hover {
    background-color: #f5f5f0; }
     
  .mapboxgl-map .mapboxgl-ctrl-group > button + button {
    border-color: #e7e7e4; }
    
    .mapboxgl-map .mapboxgl-ctrl-group .mapboxgl-ctrl-icon .icon {
      color: #474744; }    
    
  .mapboxgl-map .mapboxgl-ctrl-group .mapboxgl-ctrl-zoom-in,
  .mapboxgl-map .mapboxgl-ctrl-group .mapboxgl-ctrl-zoom-out {
    background-image: none; }

    .mapboxgl-map .mapboxgl-ctrl-group .mapboxgl-ctrl-zoom-in:before {
      content: '+';
      display: block;
      margin-left: 1px; }  
      
    .mapboxgl-map .mapboxgl-ctrl-group .mapboxgl-ctrl-zoom-out:before {
      content: '-';
      display: block;
      margin-left: 1px; }  
      
  .mapboxgl-map .mapboxgl-ctrl-group .mapboxgl-ctrl-fullscreen,
  .mapboxgl-map .mapboxgl-ctrl-group .mapboxgl-ctrl-shrink {
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  
  .mapboxgl-map .mapboxgl-ctrl-group .mapboxgl-ctrl-compass {
    height: 23px; }

    .mapboxgl-map .mapboxgl-ctrl-group .mapboxgl-ctrl-compass > .mapboxgl-ctrl-compass-arrow {
      width: 18px;
      height: 18px;
      margin: 2px 1px; }
      
  .mapboxgl-map .mapboxgl-ctrl-group .icon-menu-burguer,
  .mapboxgl-map .mapboxgl-ctrl-group .icon-locate-me {
    font-size: 16px;
    font-size: 1rem; 
    line-height: 22px; }

.mapboxgl-map .mapboxgl-ctrl-group.mapboxgl-control-actions > button {
  float: left; }

.mapboxgl-map .mapboxgl-ctrl-attrib {
  font-family: 'BerninoSans', Arial, sans-serif;
  font-size: 10px; }
  
  .mapboxgl-map  .mapboxgl-ctrl-attrib a {
    text-decoration: none; }
    
  .mapboxgl-map  .mapboxgl-ctrl-attrib .mapbox-improve-map {
    font-weight: normal; }
    
.mapboxgl-map .mapboxgl-ctrl-group .mapboxgl-ctrl-disable3d {
  border: 0; }
  
  .mapboxgl-map .mapboxgl-ctrl-group .mapboxgl-ctrl-disable3d:hover .icon {
    color: #9c9c94; }
  
  .mapboxgl-map .mapboxgl-ctrl-group .mapboxgl-ctrl-active .icon {
    margin-top: -2px; }

      
        
/*------------------------------------*\
    SCALE
\*------------------------------------*/  
 
.mapboxgl-map .mapboxgl-ctrl.mapboxgl-ctrl-scale {
  border: none;
  font-family: 'BerninoSans', Arial, sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: right;
  padding-bottom: 6px;
  color: #474744;
  background-image: url(/data/app/sites/default/themes/villa/navigator/img/map-scale.png);
  background-size: 100% 4px;
  background-repeat: repeat-x;
  background-position: bottom right;
  background-color: transparent; }

      
        
/*------------------------------------*\
    UTILS
\*------------------------------------*/  
   
.mapboxgl-map .mapboxgl-control-actions .dropdown {
  display: none;
  background: #ffffff;
  font-family: 'BerninoSans', Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem; }
  
  .mapboxgl-map .mapboxgl-control-actions .dropdown .link-btn {
    font-size: 16px; 
    border-bottom: 0;
    padding: 0; 
    float: right; }

.mapboxgl-map .mapboxgl-control-actions .dropdown-content {
  min-width: 168px;
  padding: 0 10px; }
    
  .mapboxgl-map .mapboxgl-control-actions .group {
    padding-top: 8px;
    padding-bottom: 4px; }
  
    .mapboxgl-map .mapboxgl-control-actions .group:before {    
      content: "";
      width: 100%;
      height: 1px;
      background: #ffffff;
      position: absolute;
      margin-top: -8px;
      left: 0; }
    
    .mapboxgl-map .mapboxgl-control-actions .group .group-title {
      font-weight: 700;
      color: #474744;
      margin-bottom: 4px; }

  .mapboxgl-map .mapboxgl-control-actions .field {
    margin-bottom: 4px; }
  
    .mapboxgl-map .mapboxgl-control-actions .field label, .mapboxgl-map .mapboxgl-control-actions .field .label {
      font-size: 12px;
      font-size: 0.75rem;
      line-height: 18px; }
  
  .mapboxgl-map .mapboxgl-control-actions .check-item, .mapboxgl-map .mapboxgl-control-actions .radio-item {
    padding-bottom: 0; }
  
    .mapboxgl-map .mapboxgl-control-actions .check-item label, .mapboxgl-map .mapboxgl-control-actions .radio-item label {
      padding-left: 22px; }

      .mapboxgl-map .mapboxgl-control-actions .check-item label:before, .mapboxgl-map .mapboxgl-control-actions .check-item label:after,
      .mapboxgl-map .mapboxgl-control-actions .radio-item label:before, .mapboxgl-map .mapboxgl-control-actions .radio-item label:after {
        width: 16px; 
        height: 16px;
        font-size: 1rem;
        font-size: 16px;
        margin-top: 1px; }
  
.mapboxgl-map .mapboxgl-control-actions .radio-item label:after {
  width: 10px; 
  height: 10px;
  top: 4px;
  left: 4px; }
  
.mapboxgl-marker {  
  background-image: url('/data/app/sites/default/themes/villa/navigator/img/greendark_360.png');
  background-repeat: no-repeat;
  width: 40px;
  height: 58px;
  top: -49px !important;
  cursor: pointer; }
  
  .mapboxgl-marker.mapboxgl-marker-selected {
    background-image: url('/data/app/sites/default/themes/villa/navigator/img/secondary_360.png'); }
  
  
/* Slider */

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'â†';
}
[dir='rtl'] .slick-prev:before
{
    content: 'â†’';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'â†’';
}
[dir='rtl'] .slick-next:before
{
    content: 'â†';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    $HELPERS
    -> Extends, Functions, Mixins, Animations
\*------------------------------------*/
/*------------------------------------*\
        $PATTERN SETTINGS
\*------------------------------------*/
/* Pattern Header */
/*------------------------------------*\
        $BASE 
\*------------------------------------*/
body {
  background-color: #fff;
  min-height: 500px; }

.pattern-wrapper {
  max-width: 975px;
  margin: 0 auto; }
  .pattern-wrapper:after {
    clear: both;
    content: '';
    display: table; }

/*------------------------------------*\
        $PATTERN-ICONS
\*------------------------------------*/
.pattern-icon-arrow {
  display: inline-block;
  background: url(../images/arrow.svg) no-repeat;
  width: 27px;
  height: 16px; }

.example-icons {
  list-style: none; }
  .example-icons li {
    min-height: 160px;
    text-align: center;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    overflow: hidden;
    width: 10%;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 20px;
    padding: 20px; }
  .example-icons .icon,
  .example-icons .bg-icon {
    color: #e1f56e;
    font-size: 56px;
    display: block;
    margin: 0 auto 20px; }
    .example-icons .icon:after,
    .example-icons .bg-icon:after {
      color: #edfc98; }

/*------------------------------------*\
        $PATTERN-COLOR
\*------------------------------------*/
.pattern-color-wrapper {
  overflow: hidden;
  margin-bottom: 40px; }

.pattern-color {
  border: 2px solid #e1e1e1;
  border-radius: 6px;
  overflow: hidden;
  width: 240px;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 20px; }
  .pattern-color .color-bg {
    width: 100%;
    height: 80px; }
  .pattern-color .color-descripcion {
    padding: 14px; }
    .pattern-color .color-descripcion p + p {
      margin-top: 8px; }

/*------------------------------------*\
    $PATTERN-GRID
\*------------------------------------*/
.pattern-grid .g {
  margin-bottom: 20px; }
.pattern-grid .gi .pattern-grid-item {
  background: #eeeeee;
  border: 1px solid #cccccc;
  height: 40px;
  text-align: center;
  line-height: 40px; }

/*------------------------------------*\
        $PATTERN-HEADER
\*------------------------------------*/
.pattern-header {
  background: #fff;
  border-bottom: 4px solid #e8e8e8;
  overflow: hidden;
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000; }

/*
    PATTERN LOGO
*/
.pattern-logo {
  display: block;
  margin: 0 20px;
  line-height: 65px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #b62682; }
  .pattern-logo img {
    max-height: 32px;
    width: auto; }
  .pattern-header-top .pattern-logo {
    top: -70px; }

/*
    PATTERN TOP
*/
.pattern-top {
  display: block;
  float: left;
  margin: 6px 20px 0;
  position: absolute;
  top: 70px;
  left: 0;
  -webkit-transition: top 0.5s ease;
  transition: top 0.5s ease;
  background: #e1f56e;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 52px;
  text-align: center; }
  .pattern-header-top .pattern-top {
    top: 0; }

/*------------------------------------*\
    $PATTERN HEADINGS
\*------------------------------------*/
.pattern-title-section {
  padding: 8px 12px 6px;
  margin: 20px 0;
  background: #474744;
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
  text-transform: uppercase; }

.pattern-title {
  display: block;
  font-size: 52px;
  font-size: 3.25rem;
  font-weight: bold;
  padding: 20px 0;
  color: #b62682; }

.pattern-subtitle {
  display: block;
  font-size: 32px;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 20px;
  color: #747474; }

/*------------------------------------*\
    $PATTERN INDEX PAGE
\*------------------------------------*/
.pattern-index-page {
  padding: 10px 0 40px; }
  .pattern-index-page h1 {
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    color: #b62682;
    margin-bottom: 30px; }
  .pattern-index-page h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #2a2a2a;
    margin: 40px 0 14px; }
  .pattern-index-page .index_page_group {
    border: 2px solid #e1e1e1;
    margin-bottom: 20px; }
    .pattern-index-page .index_page_group h3 {
      background: #efefef;
      border-bottom: 2px solid #e1e1e1;
      color: #747474;
      font-size: 17px;
      text-transform: uppercase;
      padding: 12px 14px 8px; }
    .pattern-index-page .index_page_group li a {
      display: block;
      padding: 12px 14px;
      font-size: 17px;
      font-weight: bold;
      border-bottom: 1px solid #e1e1e1; }
      .pattern-index-page .index_page_group li a span {
        display: block;
        margin-top: 5px;
        font-size: 15px;
        font-weight: normal; }
      .pattern-index-page .index_page_group li a:hover {
        background: #f1f1f1; }

/*------------------------------------*\
        $PATTERN-NAV
\*------------------------------------*/
@media only screen and (min-width: 57.125em) {
  .pattern-nav {
    float: right;
    margin-right: 8px; }
    .pattern-nav li {
      display: inline-block;
      vertical-align: middle; }
      .pattern-nav li a {
        display: block;
        text-transform: uppercase;
        font-size: 18px;
        font-size: 1.125rem;
        padding: 18px 12px 16px;
        border-top: 5px solid transparent; }
        .pattern-nav li a:hover {
          color: #b62682; }
      .pattern-nav li.active a {
        border-color: #e1f56e;
        color: #e1f56e;
        font-weight: bold; } }

/*------------------------------------*\
        $PATTERN-SUBMENU
\*------------------------------------*/
.pattern-submenu {
  position: fixed;
  right: 50px;
  bottom: 0;
  font-size: 18px;
  font-size: 1.125rem;
  background: #2a2a2a;
  color: #fff;
  z-index: 2000; }
  .pattern-submenu .pattern-submenu-active {
    display: block;
    font-style: italic;
    padding: 12px 18px;
    margin: 2px 0;
    min-width: 280px;
    cursor: pointer; }
    .pattern-submenu .pattern-submenu-active .pattern-icon-arrow {
      position: absolute;
      top: 18px;
      right: 10%;
      -webkit-transition: -webkit-transform .3s ease 0s;
      transition: -webkit-transform .3s ease 0s;
      transition: transform .3s ease 0s;
      transition: transform .3s ease 0s, -webkit-transform .3s ease 0s; }
  .pattern-submenu .pattern-submenu-select {
    display: none;
    background: #2a2a2a;
    border-bottom: 1px solid #3e3e3e;
    padding: 10px;
    position: absolute;
    width: 100%;
    bottom: 48px;
    right: 0; }
  .pattern-submenu ul {
    max-height: 338px;
    overflow: auto; }
    .pattern-submenu ul li {
      padding: 6px 10px;
      color: #fff;
      font-weight: bold; }
      .pattern-submenu ul li:hover {
        opacity: .8; }
    .pattern-submenu ul ul {
      margin: 8px 0; }
  .pattern-submenu.is-active .pattern-submenu-select {
    display: block; }
  .pattern-submenu.is-active .pattern-icon-arrow {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }

/*------------------------------------*\
        $PATTERNS
\*------------------------------------*/
/*
    PATTERN MAIN
*/
.pattern-main {
  width: 100%;
  padding: 40px 0 100px; }
  @media only screen and (min-width: 57.125em) {
    .pattern-main {
      width: 99%;
      margin: 0 auto; } }
  @media only screen and (min-width: 57.125em) {
    .pattern-main {
      width: 96%; } }

/*
    PATTERN CONTAINER
*/
.pattern-container {
  padding: 30px 0;
  font-size: 18px;
  font-size: 1.125rem; }

/*
    PATTERN TEXT
*/
.pattern-text {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 28px; }

/*
    PATTERN
*/
.pattern {
  border: 2px solid #e1e1e1;
  border-radius: 6px;
  margin-bottom: 60px; }

/*
    PATTERN DESCRIPTION
*/
.pattern-description {
  background: #efefef;
  border-bottom: 2px solid #e1e1e1;
  color: #343436;
  padding: 20px; }
  .pattern-description strong {
    color: #111113; }
  .pattern-description p + p {
    margin-top: 10px; }

/*
    PATTERN CODE
*/
.pattern-code {
  margin-top: 20px; }
  .pattern-code pre {
    max-height: 300px; }

/*
    PATTERN CONTENT
*/
.pattern-content {
  padding: 20px; }
  .pattern-content:after {
    clear: both;
    content: '';
    display: table; }
@charset "UTF-8";
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/*------------------------------------*\
    $HELPERS
    -> Extends, Functions, Mixins, Animations
\*------------------------------------*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

/**
 * Prevent `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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * 1. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 2. Reset padding for webkit
 */
button {
  overflow: visible;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve 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],
html input[disabled] {
  cursor: default; }

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*------------------------------------*\
    $GRID
\*------------------------------------*/
@media screen and (min-width: 600px) {
  .one-whole {
    width: 100%; }

  .one-half {
    width: 50%; }

  .one-half-indent {
    margin-left: 50%; }

  .one-third {
    width: 33.333%; }

  .two-thirds {
    width: 66.666%; }

  .one-third-indent {
    margin-left: 33.333%; }

  .two-thirds-indent {
    margin-left: 66.666%; }

  .one-quarter {
    width: 25%; }

  .two-quarters {
    width: 50%; }

  .three-quarters {
    width: 75%; }

  .one-quarter-indent {
    margin-left: 25%; }

  .two-quarters-indent {
    margin-left: 50%; }

  .three-quarters-indent {
    margin-left: 75%; }

  .one-fifth {
    width: 20%; }

  .one-fifth-indent {
    margin-left: 20%; }

  .two-fifths {
    width: 40%; }

  .two-fifths-indent {
    margin-left: 40%; }

  .three-fifths {
    width: 60%; }

  .three-fifths-indent {
    margin-left: 60%; }

  .four-fifths {
    width: 80%; }
    
  .one-sixth {
    width: 16.65%; }

  .one-sixth-indent {
    margin-left: 16.65%; }

  .five-sixths {
    width: 83.35%; }
    
  .five-sixths-indent {
    width: 83.35%; } }
    
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/* Tipos */
@font-face {
  font-family: "BerninoSans";
  src: url("../fonts/BerninoSans.woff2") format("woff2"), url("../fonts/BerninoSans.woff") format("woff"), url("../fonts/BerninoSans.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5, Android 2.2+,  */
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: "BerninoSans";
  src: url("../fonts/BerninoSans-Bold.woff2") format("woff2"), url("../fonts/BerninoSans-Bold.woff") format("woff"), url("../fonts/BerninoSans-Bold.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5, Android 2.2+,  */
  font-weight: 800;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: "idealistaIcons";
  src: url("../fonts/idealistaIcons.woff2") format("woff2"), url("../fonts/idealistaIcons.woff") format("woff"), url("../fonts/idealistaIcons.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5, Android 2.2+,  */
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }
@font-face {
  font-family: "idealista-icons";
  src: url("../fonts/idealista-icons.woff2") format("woff2"), url("../fonts/idealista-icons.woff") format("woff"), url("../fonts/idealista-icons.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5, Android 2.2+,  */
  font-weight: normal;
  font-style: normal;
  font-stretch: normal; }
/* Global */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

::-moz-selection {
  background: #e7e7e4;
  color: #fff; }

::selection {
  background: #e7e7e4;
  color: #fff; }

::-moz-selection {
  background: #e7e7e4;
  color: #fff; }

html {
  font-size: 100%; }

body {
  background: #fff;
  color: #474744;
  font-family: "BerninoSans", Arial, sans-serif;
  font-size: 100%;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Content */
iframe {
  max-width: 100%; }

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: bold;
  color: #474744;
  margin: 0; }

ul,
ol,
dl,
dd {
  list-style: none;
  margin: 0;
  padding: 0; }

p {
  line-height: 1.3;
  margin: 0; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    outline: none; }

p a {
  color: #e1f56e; }

/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/
.wrapper {
  width: 100%;
  max-width: 975px;
  margin: 0 auto;
  padding: 0 20px; }

/*------------------------------------*\
    $GRIDS
\*------------------------------------*/
.g {
  font-size: 0; }
  .g > * {
    font-size: 16px;
    font-size: 1rem; }
  .g .gi:first-child {
    padding-left: 0; }
  .g .gi:last-child {
    padding-right: 0; }

@media screen and (min-width: 600px) {
  .gi {
    display: inline-block;
    vertical-align: top;
    padding: 0 12px; }
    .gi.no-gutter {
      padding: 0; } }

.gi.wide-space {
  padding: 0 22px; }
  .gi.wide-space:first-child, .gi.wide-space:last-child {
    padding: 0 22px; }

/*------------------------------------*\
    $GENERIC
\*------------------------------------*/
.center-align {
  text-align: center; }

.right-align {
  text-align: right; }

.left-align {
  text-align: left; }

.center-block {
  text-align: center;
  margin:  20px 0;
  margin:  1.25rem 0; }

.right-float {
  float: right; }

@media only screen and (min-width: 57.125em) {
  .no-top-label {
    margin-top: 30px; } }

.nowrap {
  white-space: nowrap; }

.shadow, .data-search-block {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14); }

.deep-shadow, .modal {
  -webkit-box-shadow: 0 8px 32px 2px rgba(71, 71, 68, 0.24);
  box-shadow: 0 8px 32px 2px rgba(71, 71, 68, 0.24); }

@media only screen and (max-width: 57.12438em) {
  .hide-in-mobile {
    display: none !important; } }

@media only screen and (max-width: 57.12438em) {
  .mobile-text {
    font-size: 0 !important; }
    .mobile-text:after {
      content: attr(data-mobile-text);
      font-size: 14px;
      font-size: 0.875rem; } }

.data-block {
  display: block; }

.block {
  padding-bottom: 26px;
  padding-bottom: 1.625rem; }
  .block .data-label {
    padding-bottom: 8px;
    padding-bottom: 0.5rem; }

.field-block {
  margin-bottom: 16px;
  margin-bottom: 1rem; }

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.horizontal-scroll {
  overflow: auto; }

.flex-row {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-bottom: 6px;
  padding-bottom: 0.375rem; }
  .flex-row .flex-item {
    -webkit-box-flex: 1;
    -moz-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    padding-right: 10px;
    padding-right: 0.625rem; }
    .flex-row .flex-item:last-child {
      padding-right: 0; }
  .flex-row.centered {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .flex-row.centered .flex-item {
      -webkit-box-flex: 0;
      -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; }    

.counter-box {
  background: #f5f5f0;
  padding:  8px 10px;
  padding:  0.5rem 0.625rem;
  min-height: 90px; }
  .counter-box.active {
    background: #e1f56e; }
  .counter-box.disabled {
    opacity: .75; }
  .counter-box .label {
    font-size: 14px;
    font-size: 0.875rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem; }
  .counter-box .value,
  .counter-box .icon,
  .counter-box .data-dropdown-wrapper:after {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: normal; }
  .counter-box .value {
    font-weight: 700; }
  .counter-box.pull-value {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .counter-box.pull-value .label {
      -webkit-box-flex: 1;
      -moz-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto; }

.quick-data-box {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 120px;
  padding-top: 64px; }
  .quick-data-box img, .quick-data-box .miniature {
    min-width: 100%;
    min-height: 100%;
    max-width: 0;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .quick-data-box .data {
    -webkit-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    z-index: 10;
    position: relative;
    background: #000;
    /* fallback */
    background: rgba(0, 0, 0, 0.4);
    padding:  6px 6px 12px 6px;
    padding:  0.375rem 0.375rem 0.75rem 0.375rem;
    color: #f5f5f0; }
    .quick-data-box .data .title {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 21px;
      line-height: 1.3125rem;
      font-weight: 700; }
    .quick-data-box .data .info {
      font-size: 13px;
      font-size: 0.8125rem; }

.flex-item .counter-box,
.flex-item .quick-data-box {
  height: 100%; }
    
.dark-gradient, .property-detail-box .banner-header:after, .full-slider:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 );
  /* IE6-9 */ }
      
/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/
.data-btn, .data-btn-secondary {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  border: none;
  line-height: 1;
  cursor: pointer;
  padding: 0 30px;
  margin: 0;
  height: 52px;
  line-height: 52px;
  outline: none; }
  .data-btn .icon, .data-btn-secondary .icon, .data-btn .data-dropdown-wrapper:after, .data-btn-secondary .data-dropdown-wrapper:after {
    font-size: 28px;
    font-size: 1.75rem;
    margin-right: 8px; }
  .short-btn.data-btn, .short-btn.data-btn-secondary {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 0.875rem; }

/* Primary btn */
.data-btn-primary {
  background: #b62682;
  color: white; }
  .data-btn-primary:hover {
    background: #8c1d64; }

/* Secondary btn */
.data-btn-secondary {
  background: #e7e7e4;
  color: #474744; }
  .data-btn-secondary:hover {
    background: #cfcfc9; }

.data-btn-clear {
  background: transparent; }
  .data-btn-clear:hover {
    background: #f5f5f0; }

/* Icon btn */
.btn-icon {
  background: #fff;
  padding:  0 14px;
  padding:  0 0.875rem;
  border: none; }
  .btn-icon .icon, .btn-icon .data-dropdown-wrapper:after {
    color: #b62682;
    font-size: 26px;
    font-size: 1.625rem; }

.close-btn {
  background: transparent;
  border: none;
  color: #474744;
  outline: none;
  font-size: 15px;
  font-size: 0.9375rem; }
  .close-btn .text,
  .close-btn .icon,
  .close-btn .data-dropdown-wrapper:after {
    display: inline-block;
    vertical-align: middle; }
  .close-btn .icon, .close-btn .data-dropdown-wrapper:after {
    font-size: 20px;
    font-size: 1.25rem; }

.back-btn {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #0066cc;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 10px;
  padding: 0.625rem;
  background: transparent; }
  .back-btn .icon, .back-btn .data-dropdown-wrapper:after,
  .back-btn .text {
    display: inline-block;
    vertical-align: middle; }
  .back-btn .icon, .back-btn .data-dropdown-wrapper:after {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 2px; }

.link-btn {
  background: transparent;
  color: #0066cc;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  font-size: 16px;
  font-size: 1rem; }
  .link-btn span {
    display: inline-block;
    vertical-align: middle; }
  .link-btn .icon, .link-btn .data-dropdown-wrapper:after {
    color: #9c9c94;
    margin-right: 2px; }

/* Fake field */
.fake-field {
  text-align: left;
  background: #fff;
  height: 50px;
  padding:  14px 50px 14px 14px;
  padding:  0.875rem 3.125rem 0.875rem 0.875rem;
  font-size: 14px;
  font-size: 0.875rem;
  border: none;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
  position: relative;
  outline: none; }
  .fake-field .icon, .fake-field .data-dropdown-wrapper:after {
    color: #b62682;
    font-size: 30px;
    font-size: 1.875rem;
    position: absolute;
    top: 10px;
    right: 10px; }
  .fake-field .text {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.simple-btn {
  color: #474744;
  display: inline-block;
  background: transparent;
  border: none;
  font-size: 14px;
  font-size: 0.875rem;
  outline: none; }
  .simple-btn .text {
    display: inline-block;
    vertical-align: middle; }
  .simple-btn .icon-expand {
    display: inline-block;
    vertical-align: middle;
    position: relative; }
    .simple-btn .icon-expand .icon-arrow-left,
    .simple-btn .icon-expand .icon-arrow-right {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .simple-btn .icon-expand .icon-arrow-right {
      position: relative;
      top: -5px;
      left: -12px; }
    .simple-btn .icon-expand .icon-arrow-left {
      position: relative;
      top: 2px; }

/*------------------------------------*\
    $ICONS
\*------------------------------------*/
.input-switch input[type="checkbox"] + span:before, .check-item label:before, .check-item label:after, .slick-prev:before,
.slick-next:before, .slider-page-info:before,
.icon,
.data-dropdown-wrapper:after {
  display: inline-block;
  vertical-align: middle;
  font-family: 'idealistaIcons';
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: normal;
  speak: none;
  overflow: hidden;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon svg, .data-dropdown-wrapper:after svg {
  display: block;
  height: 100%;
  max-width: 100%; }

.no-svg .icon svg, .no-svg .data-dropdown-wrapper:after svg {
  display: none !important; }
.no-svg .icon:before {
  display: inline-block; }

.icon-key:before {
  content: "\e907"; }

.icon-arrow-double-left:before {
  content: "\e001"; }

.icon-arrow-left:before {
  content: "\e002"; }

.icon-arrow-photo-left:before {
  content: "\e003"; }

.icon-arrow-photo-right:before {
  content: "\e004"; }

.icon-arrow-right:before {
  content: "\e005"; }

.icon-back:before {
  content: "\e006"; }

.icon-forward:before {
  content: "\e007"; }

.icon-undo:before {
  content: "\e008"; }

.icon-arrow-dropup:before {
  content: "\e101"; }

.icon-arrow-dropdown:before {
  content: "\e102"; }

.icon-minus:before {
  content: "\e103"; }

.icon-plus:before {
  content: "\e104"; }

.icon-unchecked:before {
  content: "\e105"; }

.icon-checked:before {
  content: "\e106"; }

.icon-radio-unchecked:before {
  content: "\e107"; }

.icon-radio-checked:before {
  content: "\e108"; }

.icon-close:before {
  content: "\e109"; }

.icon-mail:before {
  content: "\e201"; }

.icon-phone:before {
  content: "\e202"; }

.icon-barchart:before {
  content: "\e203"; }

.icon-no-fav:before {
  content: "\e204"; }

.icon-fav:before {
  content: "\e205"; }

.icon-fav-remove:before {
  content: "\e206"; }

.icon-delete:before {
  content: "\e207"; }

.icon-recover:before {
  content: "\e208"; }

.icon-flag:before {
  content: "\e209"; }

.icon-new-develop:before {
  content: "\e210"; }

.icon-twentyfour:before {
  content: "\e211"; }

.icon-subidon:before {
  content: "\e212"; }

.icon-visual:before {
  content: "\e213"; }

.icon-basket:before {
  content: "\e214"; }

.icon-thumbup:before {
  content: "\e215"; }

.icon-thumbdown:before {
  content: "\e216"; }

.icon-share:before {
  content: "\e217"; }

.icon-top:before {
  content: "\e218"; }

.icon-play:before {
  content: "\e301"; }

.icon-search:before {
  content: "\e302"; }

.icon-settings:before {
  content: "\e303"; }

.icon-notification:before {
  content: "\e304"; }

.icon-download:before {
  content: "\e305"; }

.icon-rotate:before {
  content: "\e306"; }

.icon-new-tab:before {
  content: "\e307"; }

.icon-no-pics:before {
  content: "\e308"; }

.icon-eye:before {
  content: "\e309"; }

.icon-pdf:before {
  content: "\e310"; }

.icon-user:before {
  content: "\e311"; }

.icon-elbow:before {
  content: "\e312"; }

.icon-filter:before {
  content: "\e313"; }

.icon-list:before {
  content: "\e314"; }

.icon-location:before {
  content: "\e315"; }

.icon-menu-burguer:before {
  content: "\e316"; }

.icon-calendar:before {
  content: "\e317"; }

.icon-pin:before {
  content: "\e318"; }

.icon-edit2:before {
  content: "\e319"; }

.icon-hang-up:before {
  content: "\e320"; }

.icon-briefcase:before {
  content: "\e321"; }

.icon-exit:before {
  content: "\e322"; }

.icon-print:before {
  content: "\e323"; }

.icon-lock:before {
  content: "\e324"; }

.icon-leads:before {
  content: "\e325"; }

.icon-dartboard:before {
  content: "\e326"; }

.icon-drop-price:before {
  content: "\e327"; }

.icon-new-property:before {
  content: "\e328"; }

.icon-draw-touch:before {
  content: "\e329"; }

.icon-draw:before {
  content: "\e330"; }

.icon-locate-me:before {
  content: "\e331"; }

.icon-empty-shop-cart:before {
  content: "\e332"; }

.icon-full-shop-cart:before {
  content: "\e333"; }

.icon-full-screen:before {
  content: "\e334"; }

.icon-slider-filter:before {
  content: "\e335"; }

.icon-mosaic-layout:before {
  content: "\e336"; }

.icon-large-layout:before {
  content: "\e337"; }

.icon-user-group:before {
  content: "\e338"; }

.icon-deactivate:before {
  content: "\e339"; }

.icon-gift:before {
  content: "\e340"; }

.icon-protection:before {
  content: "\e341"; }

.icon-order:before {
  content: "\e342"; }

.icon-note:before {
  content: "\e343"; }

.icon-copy:before {
  content: "\e344"; }

.icon-virtual-tour:before {
  content: "\e401"; }

.icon-plans:before {
  content: "\e402"; }

.icon-pics:before {
  content: "\e403"; }

.icon-video:before {
  content: "\e404"; }

.icon-videos:before {
  content: "\e405"; }

.icon-photos:before {
  content: "\e406"; }

.icon-pricedown:before {
  content: "\e407"; }

.icon-no-smoking:before {
  content: "\e408"; }

.icon-smoking:before {
  content: "\e409"; }

.icon-sex-circle:before {
  content: "\e410"; }

.icon-air:before {
  content: "\e411"; }

.icon-hot:before {
  content: "\e412"; }

.icon-elevator:before {
  content: "\e413"; }

.icon-car:before {
  content: "\e414"; }

.icon-water:before {
  content: "\e415"; }

.icon-security:before {
  content: "\e416"; }

.icon-remote:before {
  content: "\e417"; }

.icon-bike:before {
  content: "\e418"; }

.icon-terrace:before {
  content: "\e419"; }

.icon-storage:before {
  content: "\e420"; }

.icon-tree:before {
  content: "\e421"; }

.icon-window:before {
  content: "\e422"; }

.icon-lamp:before {
  content: "\e423"; }

.icon-oven:before {
  content: "\e424"; }

.icon-hanger:before {
  content: "\e425"; }

.icon-pool:before {
  content: "\e426"; }

.icon-pets:before {
  content: "\e427"; }

.icon-single-bed:before {
  content: "\e428"; }

.icon-double-bed:before {
  content: "\e429"; }

.icon-twin-beds:before {
  content: "\e430"; }

.icon-3d-tour:before {
  content: "\e431"; }

.icon-virtual-tour-outline:before {
  content: "\e432"; }

.icon-3d-tour-outline:before {
  content: "\e433"; }

.icon-energy-c-11:before {
  content: "\e501"; }

.icon-energy-c-2:before {
  content: "\e502"; }

.icon-energy-c-3:before {
  content: "\e503"; }

.icon-energy-c-4:before {
  content: "\e504"; }

.icon-energy-c-5:before {
  content: "\e505"; }

.icon-energy-c-6:before {
  content: "\e506"; }

.icon-energy-c-7:before {
  content: "\e507"; }

.icon-energy-c-8:before {
  content: "\e508"; }

.icon-energy-c-16:before {
  content: "\e509"; }

.icon-energy-c-12:before {
  content: "\e510"; }

.icon-energy-c-13:before {
  content: "\e511"; }

.icon-energy-c-14:before {
  content: "\e512"; }

.icon-energy-c-15:before {
  content: "\e513"; }

.icon-feedbk-ok:before {
  content: "\e601"; }

.icon-feedbk-ko:before {
  content: "\e602"; }

.icon-feedbk-question:before {
  content: "\e603"; }

.icon-feedbk-info:before {
  content: "\e604"; }

.icon-feedbk-alert:before {
  content: "\e605"; }

.icon-ok-feedbk:before {
  content: "\e606"; }

.icon-ko-feedbk:before {
  content: "\e607"; }

.icon-sentok:before {
  content: "\e608"; }

.icon-spinner:before {
  content: "\e609"; }

.icon-id-favicon:before {
  content: "\e701"; }

.icon-linkedin:before {
  content: "\e702"; }

.icon-youtube:before {
  content: "\e703"; }

.icon-twitter:before {
  content: "\e704"; }

.icon-instagram:before {
  content: "\e705"; }

.icon-facebook:before {
  content: "\e706"; }

.icon-android:before {
  content: "\e707"; }

.icon-ios:before {
  content: "\e708"; }

.icon-google:before {
  content: "\e709"; }

.icon-idealista-icon:before {
  content: "\e710"; }

.icon-news:before {
  content: "\e712"; }

.icon-hipotecas:before {
  content: "\e713"; }

.icon-mutui:before {
  content: "\e714"; }

.icon-creditohabitacao:before {
  content: "\e715"; }

.icon-labs:before {
  content: "\e716"; }

.icon-habitania:before {
  content: "\e717"; }

.icon-rentalia:before {
  content: "\e718"; }

.icon-tools-icon:before {
  content: "\e719"; }

.icon-whatsapp:before {
  content: "\e720"; }

.icon-meneame:before {
  content: "\e721"; }

.icon-data-icon:before {
  content: "\e722"; }

.icon-whatsapp-outline:before {
  content: "\e723"; }

.icon-arrow-back:before {
  content: "\e908"; }

.icon-arrow-next:before {
  content: "\e909"; }

.icon-map-pin-fill:before {
  content: "\e90a"; }

.icon-arrow-down:before {
  content: "\e906"; }

.icon-trash:before {
  content: "\e900"; }

.icon-view:before {
  content: "\e901"; }

.icon-view-list:before {
  content: "\e902"; }

.icon-view-grid:before {
  content: "\e903"; }

.icon-edit:before {
  content: "\e905"; }

/*------------------------------------*\
    $HEADINGS
\*------------------------------------*/
.alpha {
  font-size: 24px;
  font-size: 1.5rem;
  color: #333; }
  
  .alpha .icon {
    font-size: 32px; }

.beta {
  font-size: 15px;
  font-size: 0.9375rem; }
  @media only screen and (min-width: 57.125em) {
    .beta {
      font-size: 18px;
      font-size: 1.125rem; } }

.gamma {
  font-size: 16px;
  font-size: 1rem; }

.delta {
  font-size: 15px;
  font-size: 0.9375rem; }

.epsilon {
  font-size: 14px;
  font-size: 0.875rem; }
  
.section-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #b62682; }

.banner-title {
  font-size: 22px;
  font-size: 1.375rem; }

/*------------------------------------*\
    $FORMS
\*------------------------------------*/
form {
  margin: 0; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

button,
input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

button[disabled],
input[disabled] {
  cursor: default; }

textarea {
  overflow: auto;
  vertical-align: top; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%; }

input[type="checkbox"],
input[type="radio"] {
  width: auto; }

input[type="text"],
input[type="password"],
select,
textarea {
  width: 100%;
  border: 1px solid #9c9c94;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-size: 1rem;
  padding:  8px 10px;
  padding:  0.5rem 0.625rem;
  background: transparent; }
  input[type="text"]:hover,
  input[type="password"]:hover,
  select:hover,
  textarea:hover {
    border-color: #b62682; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  select:focus,
  textarea:focus {
    outline: none; }

input[type="text"][disabled], input[type="text"].disabled, input[type="text"].readonly,
input[type="password"][disabled], input[type="password"].disabled, input[type="password"].readonly,
textarea[disabled],
textarea.disabled,
textarea.readonly {
  background: #f5f5f0;
  color: #e7e7e4; }
  input[type="text"][disabled]:focus, input[type="text"].disabled:focus, input[type="text"].readonly:focus,
  input[type="password"][disabled]:focus, input[type="password"].disabled:focus, input[type="password"].readonly:focus,
  textarea[disabled]:focus,
  textarea.disabled:focus,
  textarea.readonly:focus {
    border-color: #e7e7e4; }

.helper-text {
  font-size: 14px;
  font-size: 0.875rem; }
  .helper-text .icon, .helper-text .data-dropdown-wrapper:after {
    margin:  -1px 4px 0 0;
    margin:  -0.0625rem 0.25rem 0 0; }

input[type="text"],
input[type="password"],
select {
  height: 41px; }

select {
  color: #bfbfbf;
  position: relative;
  background: #fff url(../images/select.png) no-repeat right 10px center; }

/*------------------------------------*\
    $SPECIFIC FORMS
\*------------------------------------*/
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #bfbfbf; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #bfbfbf; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #bfbfbf; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #bfbfbf; }

.field {
  position: relative; }
  .field input [type="text"]:focus {
    border-color: #e1f56e;
    outline: 1px solid #9c9c94;
    -webkit-box-shadow: 0 0 4px 0 #e1f56e;
    box-shadow: 0 0 4px 0 #e1f56e; }
  .field .helper-text {
    font-size: 12px;
    font-size: 0.75rem;
    position: absolute;
    bottom: -17px;
    left: 2px; }
    .field .helper-text .icon, .field .helper-text .data-dropdown-wrapper:after {
      display: inline-block;
      vertical-align: middle;
      margin-right: 4px;
      font-size: 12px;
      font-size: 0.75rem; }
  .field label,
  .field .label {
    color: #474744;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 4px;
    margin-bottom: 0.25rem;
    display: block; }

.invalid input,
.invalid select,
.invalid textarea {
  border-color: #ea7300; }
.invalid .helper-text {
  color: #ea7300; }

.input-switch {
  display: inline-block;
  margin-top: 10px;
  margin-top: 0.625rem;
  min-height: 28px; }
  .input-switch input[type="checkbox"]:not(:disabled) ~ span {
    cursor: pointer; }
  .input-switch input[type="checkbox"] {
    opacity: 0;
    position: absolute; }
    .input-switch input[type="checkbox"] ~ span {
      display: inline-block;
      vertical-align: middle;
      width: auto;
      max-width: 80%; }
      @media only screen and (max-width: 57.12438em) {
        .input-switch input[type="checkbox"] ~ span {
          max-width: 78%; } }
    .input-switch input[type="checkbox"] + span {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 60px;
      height: 28px;
      border-radius: 30px;
      border: 1px solid #9c9c94;
      background: #fff;
      margin-right: 6px;
      float: left; }
      .input-switch input[type="checkbox"] + span:before {
        font-size: 20px;
        font-size: 1.25rem;
        content: "\e606";
        z-index: 2;
        color: #9c9c94;
        margin-left: 0;
        -webkit-transition: margin-left .4s;
        transition: margin-left .4s;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 8px; }
      .input-switch input[type="checkbox"] + span:after {
        content: '';
        display: block;
        position: absolute;
        width: 24px;
        height: 24px;
        background: #9c9c94;
        border-radius: 26px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 1px;
        z-index: 1;
        margin-left: 0;
        overflow: hidden;
        -webkit-transition: background .4s, margin-left .4s;
        transition: background .4s, margin-left .4s; }
    .input-switch input[type="checkbox"]:checked + span {
      border-color: #b62682;
      display: inline-block;
      vertical-align: middle; }
      .input-switch input[type="checkbox"]:checked + span + span {
        color: #b62682; }
      .input-switch input[type="checkbox"]:checked + span:after {
        background: #b62682;
        margin-left: 28px;
        -webkit-transition: background .4s, margin-left .4s;
        transition: background .4s, margin-left .4s;
        left: 5px; }
      .input-switch input[type="checkbox"]:checked + span:before {
        color: #fff;
        margin-left: 28px;
        -webkit-transition: background .4s, margin-left .4s;
        transition: background .4s, margin-left .4s; }

.data-field {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14); }
  .data-field .data-label {
    display: block;
    position: relative;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    height: 0px;
    position: absolute;
    top: 17px;
    left: 20px;
    font-size: 14px;
    font-size: 0.875rem;
    -webkit-transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
    transition: top 0.2s ease, font-size 0.2s ease, color 0.2s ease;
    font-weight: normal;
    color: #474744; }
  .data-field.invalid input,
  .data-field.invalid select {
    border: 1px solid #ea7300; }
  .data-field.invalid .helper-text {
    position: absolute;
    bottom: -20px;
    left: 0;
    margin-top: 4px;
    margin-top: 0.25rem;
    color: #ea7300; }
  .data-field .data-input {
    width: 100%;
    background: transparent;
    height: 54px;
    border: none;
    padding:  0 20px;
    padding:  0 1.25rem;
    outline: none;
    -webkit-transition: padding-top 0.2s ease, margin-top 0.2s ease;
    transition: padding-top 0.2s ease, margin-top 0.2s ease;
    overflow-x: hidden;
    z-index: 2;
    position: relative; }
    .data-field .data-input:focus, .data-field .data-input:valid {
      padding-top: 14px; }
      .data-field .data-input:focus + .data-label, .data-field .data-input:valid + .data-label {
        top: 5px;
        color: #9c9c94;
        font-size: 13px;
        font-size: 0.8125rem; }
  @media only screen and (min-width: 57.125em) {
    .data-field .data-input {
      height: 58px; } }

.field {
  margin-bottom: 18px;
  margin-bottom: 1.125rem; }
  .field input,
  .field select {
    width: 100%; }

.check-item {
  padding-bottom: 14px;
  cursor: pointer; }
  .check-item .text {
    line-height: 1; }
  .check-item label {
    position: relative;
    padding-left: 28px;
    cursor: pointer; }
    .check-item label:before, .check-item label:after {
      font-size: 20px;
      font-size: 1.25rem;
      position: absolute;
      top: 1px;
      left: 0;
      width: 21px;
      height: 21px; }
    .check-item label:before {
      content: "\e105";
      color: #e7e7e4;
      background: #f5f5f0; }
  .check-item input {
    position: absolute;
    margin-top: 2px; }
    .check-item input:focus {
      outline: none; }
    .check-item input:checked + label:after {
      content: "\e106";
      color: #b62682; }

.radio-item {
  padding-bottom: 14px;
  cursor: pointer; }
  .radio-item .text {
    line-height: 1; }
  .radio-item label {
    position: relative;
    padding-left: 28px;
    cursor: pointer; }
    .radio-item label:before, .radio-item label:after {
      content: "";
      position: absolute;
      top: 0px;
      left: 0;
      border-radius: 50%; }
    .radio-item label:before {
      background: #fff;
      border: 1px solid #e7e7e4;
      width: 22px;
      height: 22px; }
    .radio-item label:after {
      top: 6px;
      left: 6px;
      width: 12px;
      height: 12px; }
  .radio-item input {
    position: absolute; }
    .radio-item input:focus {
      outline: none; }
    .radio-item input:checked + label {
      color: #b62682; }
      .radio-item input:checked + label:before {
        border-color: #b62682; }
      .radio-item input:checked + label:after {
        background: #b62682; }
    .radio-item input[disabled] + label:before {
      background: #f5f5f0; }

.option-group {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  display: inline-block;
  font-size: 0;
  white-space: nowrap; }
  .option-group > * {
    font-size: 16px;
    font-size: 1rem; }
  .option-group .radio-item {
    display: inline-block;
    vertical-align: middle;
    height: 44px;
    background: #fff; }
    .option-group .radio-item:last-child label:after {
      background: transparent; }
    .option-group .radio-item input {
      position: absolute; }
      .option-group .radio-item input:checked + label {
        border-color: #b62682;
        color: #b62682;
        font-weight: 700; }
        .option-group .radio-item input:checked + label:after {
          background: #b62682; }
    .option-group .radio-item label {
      cursor: pointer;
      display: block;
      height: 44px;
      line-height: 40px;
      border: 2px solid transparent;
      text-align: center;
      padding:  0 12px;
      padding:  0 0.75rem;
      font-size: 14px;
      font-size: 0.875rem;
      color: #9c9c94;
      position: relative;
      white-space: nowrap; }
      .option-group .radio-item label:after {
        content: "";
        height: 43px;
        width: 1px;
        background: #e7e7e4;
        position: absolute;
        top: -1px;
        right: -2px;
        left: auto; }
      .option-group .radio-item label:before {
        display: none; }
  .option-group.three-col {
    width: 100%; }
    .option-group.three-col .radio-item {
      width: 33.3%; }
      .option-group.three-col .radio-item label {
        padding: 0; }
  .option-group.four-col {
    width: 100%; }
    .option-group.four-col .radio-item {
      width: 25%; }
      .option-group.four-col .radio-item label {
        padding: 0; }
  @media only screen and (min-width: 57.125em) {
    .option-group .radio-item {
      height: 32px; }
      .option-group .radio-item label {
        height: 32px;
        line-height: 30px; }
        .option-group .radio-item label:after {
          height: 32px; } }

.wishlist-check .icon, .wishlist-check .data-dropdown-wrapper:after {
  font-size: 22px;
  font-size: 1.375rem; }
  .wishlist-check input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border: none;
    outline: none; }
    .wishlist-check input:checked + .icon, .wishlist-check input:checked + .data-dropdown-wrapper:after {
      color: #b62682; }
    .wishlist-check input:checked + .icon:before { 
      content: "\e901"; }
      
/*------------------------------------*\
    $TEXTS
\*------------------------------------*/
.action-link {
  color: #b62682;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  background: transparent;
  border: none;
  outline: none; }
  .action-link .text {
    display: inline-block;
    vertical-align: middle; }
  .action-link .icon, .action-link .data-dropdown-wrapper:after {
    padding: 2px;
    font-size: 20px;
    font-size: 1.25rem; }

.basic-link {
  color: #0066cc;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem; }

.light-link {
  color: #0066cc;
  font-weight: 400; }

.caption {
  font-size: 12px;
  font-size: 0.75rem; }
  .caption.sm {
    font-size: 10px;
    font-size: 0.625rem; }
    
h3 .caption {
  font-weight: normal; }    

.data-label {
  color: #9c9c94;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem; }

.data-tag {
  display: inline-block;
  vertical-align: middle;
  background: #b62682;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  height: 24px;
  line-height: 24px;
  padding:  0 7px;
  padding:  0 0.4375rem;
  border-radius: 3px; }
  .data-tag .icon, .data-tag .data-dropdown-wrapper:after {
    padding-left: 4px;
    padding-left: 0.25rem; }

.emphasis-value {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700; }
  .emphasis-value span {
    font-weight: normal; }

.property-data:after {
  clear: both;
  content: '';
  display: table; }
.property-data .emphasis-value {
  float: left; }
.property-data .values {
  float: right; }
.property-data .value {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 10px;
  padding-left: 0.625rem; }

.tiny-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #9c9c94; }

.info-piece {
  position: relative; }
  .info-piece .label,
  .info-piece .value {
    display: block; }
  .info-piece.horizontal {
    line-height: 1.2; }
    .info-piece.horizontal .label,
    .info-piece.horizontal .value {
      display: inline-block;
      vertical-align: middle; }
    .info-piece.horizontal .label {
      margin-right: 2px;
      margin-right: 0.125rem; }
  .info-piece .label {
    font-size: 12px;
    font-size: 0.75rem;
    color: #9c9c94; }
    .info-piece .label.dark {
      color: #474744; }
    .info-piece .label.m {
      font-size: 13px;
      font-size: 0.8125rem; }
    .info-piece .label.l {
      font-size: 14px;
      font-size: 0.875rem; }
    .info-piece .label.bold {
      font-weight: 700; }
  .info-piece .value {
    font-size: 16px;
    font-size: 1rem; }
    .info-piece .value.xxsm {
      font-size: 12px;
      font-size: 0.75rem; }
    .info-piece .value.xsm {
      font-size: 13px;
      font-size: 0.8125rem; }
    .info-piece .value.sm {
      font-size: 14px;
      font-size: 0.875rem; }
    .info-piece .value.m {
      font-size: 15px;
      font-size: 0.9375rem; }
    .info-piece .value.l {
      font-size: 18px;
      font-size: 1.125rem; }
    .info-piece .value.xl {
      font-size: 21px;
      font-size: 1.3125rem; }
    .info-piece .value.xxl {
      font-size: 24px;
      font-size: 1.5rem; }
    .info-piece .value.bold {
      font-weight: 700; }
  .info-piece .caption {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #474744;
    display: block; }
  .info-piece .light-text {
    font-weight: normal;
    font-size: 14px;
    font-size: 0.875rem;
    margin-left: 4px; }

.info-legend {
  position: relative; }
  .info-legend .info-piece {
    padding-left: 18px; }
  .info-legend .sample {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0px; }

/*------------------------------------*\
    $INPUT RANGE
\*------------------------------------*/
.custom-range {
  height: 6px;
  position: relative;
  background: #cfcfc4;
  border-radius: 3px; }
  .custom-range .custom-range__handle {
    position: absolute;
    top: -6px;
    height: 20px;
    width: 20px;
    background-color: #b62682;
    border-radius: 50%;
    cursor: pointer; }
  .custom-range .custom-range__fill {
    position: absolute;
    height: 6px;
    background-color: #b62682;
    border-radius: 3px; }

.range-field {
  width: 220px; }
  .range-field .range-label {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 10px auto;
    display: block;
    text-align: center; }
  .range-field .marker {
    height: 3px;
    width: 10px;
    float: left;
    margin-left: 10px;
    border-left: 1px solid #cfcfc4; }

.wide-range {
  width: 100%; }
  .wide-range .custom-range {
    height: 10px;
    border-radius: 5px; }
    .wide-range .custom-range .custom-range__handle {
      top: -4px;
      width: 18px;
      height: 18px;
      -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.28);
      box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.28); }
    .wide-range .custom-range .custom-range__fill {
      height: 10px;
      background: #b62682;
      /* fallback */
      background: rgba(182, 38, 130, 0.6);
      border-radius: 5px; }
  .wide-range .marker {
    display: none; }
    
/*------------------------------------*\
    $SEARCH BLOCK
\*------------------------------------*/
.data-search-box {
  padding:  34px 20px;
  padding:  2.125rem 1.25rem;
  background: #e1f56e;
  position: relative; }
  .data-search-box:after {
    clear: both;
    content: '';
    display: table; }
  .data-search-box .data-msg {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999; }
    .data-search-box .data-msg .icon, .data-search-box .data-msg .data-dropdown-wrapper:after {
      left: 20px; }
    .data-search-box .data-msg .text {
      padding-left: 30px; }
  .data-search-box .helper-text {
    text-shadow: 0 0 2px 0 #b1d004; }
  .data-search-box .wrapper {
    max-width: 828px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (min-width: 57.125em) {
      .data-search-box .wrapper .beta {
        padding-right: 170px; } }
  .data-search-box.reduced {
    padding:  8px 20px 0 20px;
    padding:  0.5rem 1.25rem 0 1.25rem; }
    .data-search-box.reduced .wrapper {
      max-width: 100%;
      width: 100%; }
    .data-search-box.reduced .action-link {
      padding-top: 0;
      margin-right: -1px; }
    .data-search-box.reduced .beta {
      font-size: 16px;
      font-size: 1rem; }
    .data-search-box.reduced .search-items {
      top: 0;
      padding-top: 2px;
      padding-top: 0.125rem; }
      
  .data-search-box .data-search-block {
    margin-top: 10px;
    margin-top: 0.625rem; }
  .data-search-box .drop-link {
    display: inline-block;
    float: left;
    margin-right: 12px;
    margin-right: 0.75rem; }
  .data-search-box .search-items {
    font-size: 0;
    position: relative;
    top: 10px; }
    .data-search-box .search-items:after {
      clear: both;
      content: '';
      display: table; }
    .data-search-box .search-items > * {
      font-size: 16px;
      font-size: 1rem; }
    .data-search-box .search-items .drop-link .drop-title {
      font-size: 13px;
      font-size: 0.8125rem; }
    .data-search-box .search-items .data-tag {
      float: right;
      font-size: 14px;
      font-size: 0.875rem;
      display: inline-block;
      margin-right: 4px;
      margin-right: 0.25rem;
      height: 22px;
      line-height: 22px; }
  .data-search-box .search-items-list {
    float: left; }
  .data-search-box .simple-btn {
    margin-left: 40px;
    margin-left: 2.5rem; }
  .data-search-box .action-link,
  .data-search-box .simple-btn {
    float: right;
    display: block;
    margin-top: 2px;
    font-size: 15px;
    font-size: 0.9375rem; }

.search-items-list {
  margin-bottom: 2px; }
  .search-items-list li {
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    padding:  0 10px;
    padding:  0 0.625rem;
    position: relative; }
    .search-items-list li:after {
      content: "";
      width: 1px;
      height: 14px;
      background: #474744;
      position: absolute;
      top: 3px;
      right: 0; }
    .search-items-list li:last-child:after {
      display: none; }
    .search-items-list li:first-child {
      padding-left: 0; }

.data-search-block {
  font-size: 0;
  height: 58px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  background: #fff;
  white-space: nowrap; }
  .data-search-block > * {
    font-size: 16px;
    font-size: 1rem; }
  .data-search-block .data-dropdown-wrapper {
    width: 120px; }
    .data-search-block .data-dropdown-wrapper .text {
      overflow: hidden;
      display: block;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .data-search-block .data-dropdown-wrapper,
  .data-search-block .data-field,
  .data-search-block .btn-icon {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    height: 58px;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .data-search-block .data-field {
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto; }
  .data-search-block .data-dropdown-wrapper:before,
  .data-search-block .data-field:before {
    content: "";
    width: 1px;
    height: 50px;
    background: #f5f5f0;
    position: absolute;
    top: 4px;
    right: 0px; }

.data-search-block-mobile .data-dropdown-wrapper {
  width: calc(50% - 7px);
  display: inline-block; }
.data-search-block-mobile .data-dropdown-wrapper,
.data-search-block-mobile .data-field {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

.filters-mobile .data-search-block {
  white-space: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block; }
  .filters-mobile .data-search-block .data-dropdown-wrapper {
    width: 50%; }
  .filters-mobile .data-search-block .data-field {
    display: block;
    width: 100%; }

.data-search-box-mobile {
  background: #e1f56e;
  padding:  25px 12px;
  padding:  1.5625rem 0.75rem; }
  .data-search-box-mobile .wrapper {
    max-width: 420px;
    margin: 0 auto; }
  .data-search-box-mobile .fake-field {
    width: 100%;
    margin-top: 15px;
    margin-top: 0.9375rem; }
  .data-search-box-mobile .fake-field,
  .data-search-box-mobile .beta {
    max-width: 420px;
    margin-right: auto;
    margin-left: auto; }
  .data-search-box-mobile.reduced {
    padding:  14px 14px 20px 14px;
    padding:  0.875rem 0.875rem 1.25rem 0.875rem; }
    .data-search-box-mobile.reduced .fake-field {
      margin-top: 5px;
      margin-top: 0.3125rem;
      height: 40px;
      padding:  10px 50px 10px 10px;
      padding:  0.625rem 3.125rem 0.625rem 0.625rem; }
      .data-search-box-mobile.reduced .fake-field .icon, .data-search-box-mobile.reduced .fake-field .data-dropdown-wrapper:after {
        top: 6px;
        right: 6px; }

.outer-wrapper .data-search-box {
  display: none; }
  .outer-wrapper .data-search-box.reduced {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999; }
  @media only screen and (min-width: 57.125em) {
    .outer-wrapper .data-search-box {
      display: block; } }
@media only screen and (min-width: 57.125em) {
  .outer-wrapper .data-search-box-mobile {
    display: none; } }

.fixed-header .outer-wrapper .data-search-box.reduced {
  display: block; }

/*------------------------------------*\
    $DROPDOWNS
\*------------------------------------*/
.data-dropdown-wrapper {
  background: #fff;
  border: none;
  position: relative;
  padding:  18px 24px 18px 16px;
  padding:  1.125rem 1.5rem 1.125rem 1rem;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.14);
  height: 54px; }
  .data-dropdown-wrapper .text {
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .data-dropdown-wrapper li {
    border-right: 2px solid transparent; }
    .data-dropdown-wrapper li.selected {
      color: #b62682; }
      .data-dropdown-wrapper li .sidenote {
        display: block;
        color: #9c9c94;
        font-size: 0.8125rem;
        font-size: 13px; }
      .data-dropdown-wrapper li.selected .sidenote {
        color: #9c9c94; }
      
  .data-dropdown-wrapper:after {
    content: "\e102";
    font-size: 20px;
    font-size: 1.25rem;
    position: absolute;
    right: 8px;
    top: 19px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  .data-dropdown-wrapper.active {
    border: 1px solid #b62682;
    border-bottom: none; }
    .data-dropdown-wrapper.active:after {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .data-dropdown-wrapper.active .data-dropdown {
      display: block; }
  .data-dropdown-wrapper .data-dropdown {
    min-width: calc(100% + 2px);
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    left: -1px;
    z-index: 100;
    background: #fff;
    margin: 0;
    padding: 0;
    width: auto;
    white-space: nowrap;
    text-align: left;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.14);
    border: 1px solid #b62682; }
    .data-dropdown-wrapper .data-dropdown li {
      padding:  10px 20px;
      padding:  0.625rem 1.25rem;
      cursor: pointer; }
      .data-dropdown-wrapper .data-dropdown li:hover {
        background: #e1f56e;
        color: #b62682; }
  @media only screen and (min-width: 57.125em) {
    .data-dropdown-wrapper {
      height: 58px; } }

.drop-link {
  position: relative;
  cursor: pointer; }
  .drop-link .drop-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    padding-right: 2px;
    padding-right: 0.125rem; }
  .drop-link .icon-arrow-dropdown {
    font-size: 20px;
    font-size: 1.25rem;
    margin-left: -5px; }
  .drop-link .drop-value {
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 30px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle; }
    .drop-link .drop-value.range-value {
      max-width: none; }
  .drop-link.active .drop-link-dropdown {
    display: block; }
  .drop-link.prominent-link .drop-title {
    display: block;
    color: #9c9c94;
    margin-bottom: 4px;
    margin-bottom: 0.25rem; }
  .drop-link.prominent-link .drop-value {
    font-size: 14px;
    font-size: 0.875rem;
    max-width: none;
    white-space: normal; }
    .drop-link.prominent-link .drop-value .icon, .drop-link.prominent-link .drop-value .data-dropdown-wrapper:after {
      margin: 0; }
  .drop-link.prominent-link .drop-link-dropdown {
    top: 18px;
    width: calc(100% + 30px);
    min-width: 180px; }
  .drop-link.prominent-link .field {
    margin:  14px 10px;
    margin:  0.875rem 0.625rem; }
    .drop-link.prominent-link .field .check-item:last-child {
      padding-bottom: 0; }

.range-value {
  display: inline-block;
  width: 41px; }

.drop-link-dropdown {
  display: none;
  position: absolute;
  top: -6px;
  left: -14px;
  z-index: 100;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.14);
  padding:  6px 14px;
  padding:  0.375rem 0.875rem;
  width: auto;
  min-width: 100%; }
  .drop-link-dropdown .icon-arrow-dropup {
    font-size: 20px;
    font-size: 1.25rem;
    margin-left: -4px; }
  .drop-link-dropdown .drop-field {
    white-space: nowrap;
    margin-bottom: 6px;
    margin-bottom: 0.375rem; }
    .drop-link-dropdown .drop-field input {
      display: block;
      width: 80%;
      background: #f5f5f0;
      border: 1px solid #e7e7e4;
      height: 32px;
      font-size: 15px;
      font-size: 0.9375rem;
      outline: none;
      text-indent: 6px; 
      text-indent: 0.375rem;
      padding: 0; }
      .drop-link-dropdown .drop-field input:focus[type="text"],
      .drop-link-dropdown .drop-field input:focus[type="number"] {
        border: 1px solid #e7e7e4; }
      
  .drop-link-dropdown .drop-title {
    display: inline-block; }
    .drop-link-dropdown .drop-title.light {
      color: #9c9c94; }
  .drop-link-dropdown .drop-value .icon, .drop-link-dropdown .drop-value .data-dropdown-wrapper:after {
    font-size: 20px;
    font-size: 1.25rem; }
  .drop-link-dropdown .range-field {
    padding:  20px 10px 24px 0;
    padding:  1.25rem 0.625rem 1.5rem 0; }
  .drop-link-dropdown .data-dropdown {
    margin-left: -10px;
    margin-bottom: -4px; }
    .drop-link-dropdown .data-dropdown li {
      font-size: 15px;
      font-size: 0.9375rem;
      padding:  6px 20px;
      padding:  0.375rem 1.25rem; }
      .drop-link-dropdown .data-dropdown li:hover {
        background: #e1f56e; }
      .drop-link-dropdown .data-dropdown li.selected {
        color: #b62682; }

/*------------------------------------*\
    $BOXES
\*------------------------------------*/
.property-detail-box {
  background: #fff;
  -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.15);
  width: auto;
  max-width: 914px; }
  .property-detail-box .property-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%; }
  .property-detail-box .property-header {
    min-height: 44px; }
  .property-detail-box .banner-header {
    height: 185px;
    position: relative;
    overflow: hidden; }
    .property-detail-box .banner-header:after {
      content: "";
      height: 46px;
      background: rgba(0, 0, 0, 0.1);
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.65)));
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 );
      /* IE6-9 */ }
    .property-detail-box .banner-header .property-title {
      position: absolute;
      bottom: 10px;
      left: 20px;
      font-size: 13px;
      font-size: 0.8125rem;
      color: #fff;
      z-index: 1; }
    .property-detail-box .banner-header .close-btn {
      color: #fff;
      cursor: pointer;
      background: rgba(0, 0, 0, 0.2);
      padding: 2px;
      border-radius: 50%;
      z-index: 10; }
  .property-detail-box .close-btn {
    position: absolute;
    top: 8px;
    right: 8px; }
  .property-detail-box .property-body {
    padding:  12px 14px;
    padding:  0.75rem 0.875rem; }
    .property-detail-box .property-body .subtitle {
      font-size: 13px;
      font-size: 0.8125rem;
      margin-bottom: 12px;
      margin-bottom: 0.75rem; }
    .property-detail-box .property-body .basic-link {
      display: block;
      text-align: center;
      margin:  20px 0;
      margin:  1.25rem 0; }
  .property-detail-box .property-table {
    padding:  0 14px;
    padding:  0 0.875rem;
    height: 285px;
    overflow-y: auto; }
    .property-detail-box .property-table .data-table {
      width: 100%; }
  .property-detail-box .caption {
    color: #9c9c94;
    padding: 10px;
    padding: 0.625rem;
    text-align: center; }

/*------------------------------------*\
    $LISTS
\*------------------------------------*/
.data-list li {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
  color: #9c9c94;
  padding-bottom: 2px;
  padding-bottom: 0.125rem; }
  .data-list li .value {
    font-weight: 700;
    color: #474744;
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 2px;
    padding-left: 0.125rem; }

.horizontal-list li {
  display: inline-block;
  padding-right: 10px;
  padding-right: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem; }
  
.info-list li {
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  font-weight: 700;
  font-size: 0;
  color: #9c9c94; }
  .info-list li > * {
    font-size: 16px;
    font-size: 1rem; }
  .info-list li span {
    display: inline-block;
    vertical-align: middle; }
.info-list .label {
  font-size: 12px;
  font-size: 0.75rem;
  width: 26%; }
.info-list .main-value {
  font-size: 22px;
  font-size: 1.375rem;
  width: 48%;
  text-align: right; }
.info-list .second-value {
  font-size: 16px;
  font-size: 1rem;
  width: 26%;
  text-align: right; }
.info-list .header-row {
  text-align: right; }
  .info-list .header-row span {
    width: 26%;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 16px;
    font-size: 1rem;
    color: #474744; }
.info-list .loud-row {
  color: #474744; }
  .info-list .loud-row .label {
    font-size: 13px;
    font-size: 0.8125rem; }
  .info-list .loud-row .main-value {
    font-size: 26px;
    font-size: 1.625rem; }
  .info-list .loud-row .second-value {
    font-size: 18px;
    font-size: 1.125rem; }
.info-list .shy-row {
  font-weight: 300; }
.info-list.simple {
  padding:  0 20px 0 30px;
  padding:  0 1.25rem 0 1.875rem; }
  .info-list.simple .label,
  .info-list.simple .value {
    display: inline-block;
    vertical-align: middle; }
  .info-list.simple .label {
    width: 70%;
    font-size: 13px;
    font-size: 0.8125rem; }
  .info-list.simple .value {
    width: 30%;
    font-size: 16px;
    font-size: 1rem;
    text-align: right;
    color: #474744; }

.table-list-wrapper {
  display: table;
  border-collapse: separate;
  width: 100%;
  min-width: 340px;
  overflow-x: auto; }
  .table-list-wrapper .basic-link {
    font-weight: normal; }
  .table-list-wrapper.shy-list .table-list-header {
    font-size: 12px;
    font-size: 0.75rem;
    color: #9c9c94; }
    .table-list-wrapper.shy-list .table-list-header li {
      padding-bottom: 10px; }
  .table-list-wrapper.shy-list .table-list li {
    font-size: 12px;
    font-size: 0.75rem; }
  .table-list-wrapper .table-list-header {
    display: table-row;
    width: 100%; }
    .table-list-wrapper .table-list-header li {
      text-align: center;
      display: table-cell;
      font-size: 13px;
      font-size: 0.8125rem;
      padding:  4px 10px;
      padding:  0.25rem 0.625rem;
      vertical-align: bottom; }
      .table-list-wrapper .table-list-header li.main-info {
        text-align: left; }
      .table-list-wrapper .table-list-header li.right-align {
        text-align: right; }
      .table-list-wrapper .table-list-header li.left-align {
        text-align: left; }
    .table-list-wrapper .table-list-header .sort {
      position: relative;
      cursor: pointer; }
      .table-list-wrapper .table-list-header .sort .icon, .table-list-wrapper .table-list-header .sort .data-dropdown-wrapper:after {
        font-size: 22px;
        font-size: 1.375rem; }
      .table-list-wrapper .table-list-header .sort .icon-arrow-dropup {
        position: absolute;
        bottom: 2px; }
    .table-list-wrapper .table-list-header.shy-header li {
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: 100; }
  .table-list-wrapper .table-list-section {
    display: table-row-group; }
    .table-list-wrapper .table-list-section .table-list:last-child li {
      border-bottom: 3px solid #fff; }
  .table-list-wrapper .main-info {
    font-weight: 700;
    font-size: 15px;
    font-size: 0.9375rem; }
  .table-list-wrapper .complementary-info {
    position: absolute;
    left: 12px;
    top: 28px;
    white-space: nowrap; }
  .table-list-wrapper .caption {
    font-weight: normal;
    color: #9c9c94;
    margin-right: 10px; }

.table-list {
  background: #f5f5f0;
  display: table-row;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 3px; }
  .table-list li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .table-list .miniature {
    width: 82px;
    height: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .table-list .desv-warning {
    font-weight: 700;
    color: #ea7300; }
  .table-list .desv-ok {
    font-weight: 700;
    color: #399124; }
  .table-list .desv-ko {
    font-weight: 700;
    color: #d80000; }
  .table-list.second-level li, .table-list.third-level li {
    font-size: 13px;
    font-size: 0.8125rem;
    padding:  2px 10px;
    padding:  0.125rem 0.625rem; }
  .table-list.second-level {
    background: #e7e7e4; }
  .table-list.third-level {
    background: #cfcfc4; }
  .table-list li {
    text-align: center;
    display: table-cell;
    padding: 8px 10px; }
    .table-list li.left-align {
      text-align: left; }
    .table-list li.right-align {
      text-align: right; }
    .table-list li.main-info {
      position: relative; }

.table-list-property .table-list-property-header li,
.table-list-property .table-list-row span {
  width: 25%; }

.table-list-property-header {
  font-size: 0; }
  .table-list-property-header > * {
    font-size: 16px;
    font-size: 1rem; }
  .table-list-property-header li {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 700;
    text-align: center;
    padding:  10px 0;
    padding:  0.625rem 0; }

.table-list-property-section {
  font-size: 12px;
  font-size: 0.75rem;
  font-size: 0; }
  .table-list-property-section > * {
    font-size: 16px;
    font-size: 1rem; }
  .table-list-property-section .section-header {
    background: #e7e7e4;
    position: relative;
    padding:  2px 30px 2px 5px;
    padding:  0.125rem 1.875rem 0.125rem 0.3125rem;
    margin-bottom: 3px;
    font-size: 12px;
    font-size: 0.75rem; }
    .table-list-property-section .section-header.accordion-trigger {
      cursor: pointer; }
    .table-list-property-section .section-header .icon, .table-list-property-section .section-header .data-dropdown-wrapper:after {
      position: absolute;
      top: 2px;
      right: 4px;
      font-size: 15px;
      font-size: 0.9375rem;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      -webkit-transition: -webkit-transform .5s ease;
      transition: -webkit-transform .5s ease;
      transition: transform .5s ease;
      transition: transform .5s ease, -webkit-transform .5s ease; }
  .table-list-property-section .table-list-row {
    display: block;
    background: #f5f5f0;
    margin-bottom: 3px;
    cursor: pointer;
    font-size: 0;
    min-height: 0; }
    .table-list-property-section .table-list-row > * {
      font-size: 16px;
      font-size: 1rem; }
    .table-list-property-section .table-list-row span {
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      font-size: 12px;
      font-size: 0.75rem;
      height: 30px;
      line-height: 30px;
      padding: 0; }
    .table-list-property-section .table-list-row:hover {
      background: #e1f56e; }
      .table-list-property-section .table-list-row:hover span {
        color: #b62682; }

.selectable-table .table-list-header li {
  font-weight: 700; }
.selectable-table .table-list {
  background: #e7e7e4; }
  .selectable-table .table-list.checked {
    background: #f5f5f0; }
  .selectable-table .table-list li {
    border-bottom: 3px solid #fff; }
.selectable-table .main-info {
  padding-bottom: 25px;
  font-size: 14px;
  font-size: 0.875rem; }

.extended-table {
  padding-bottom: 68px;
  min-width: 720px; }
  .extended-table .table-list-header li {
    font-weight: 700;
    font-size: 12px;
    font-size: 0.75rem;
    padding-bottom: 10px; }
  .extended-table .table-list {
    font-size: 13px;
    font-size: 0.8125rem; }
    .extended-table .table-list li {
      vertical-align: middle; }
  .extended-table .action-link {
    padding:  0 10px;
    padding:  0 0.625rem; }
    .extended-table .action-link .icon, .extended-table .action-link .data-dropdown-wrapper:after {
      font-size: 22px;
      font-size: 1.375rem; }
  .extended-table .table-list-summary {
    display: table-row; }
    .extended-table .table-list-summary li {
      display: table-cell;
      padding:  6px 10px;
      padding:  0.375rem 0.625rem;
      text-align: center; }
      .extended-table .table-list-summary li.right-align {
        text-align: right; }
      .extended-table .table-list-summary li.left-align {
        text-align: left; }
    .extended-table .table-list-summary .info-piece .label {
      font-size: 13px;
      font-size: 0.8125rem; }
    .extended-table .table-list-summary .info-piece .value {
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: 700; }
      .extended-table .table-list-summary .info-piece .value.desv-warning {
        color: #ea7300; }
      .extended-table .table-list-summary .info-piece .value.desv-ok {
        color: #399124; }
      .extended-table .table-list-summary .info-piece .value.desv-ko {
        color: #d80000; }
  .extended-table .fixed-footer {
    display: table-row-group; }
  .extended-table .ellipsis {
    max-width: 200px; }
  .extended-table .fixed-footer .long-cell {
    width: 105px; }
  @media only screen and (min-width: 57.125em) {
    .extended-table .fixed-footer {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      background: #fff;
      -webkit-box-shadow: 0 -1px 0 0 #dddedf;
      box-shadow: 0 -1px 0 0 #dddedf;
      width: 100%; }
      .extended-table .fixed-footer .table-list-summary {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        padding: 0 20px;
        display: table; }
        .extended-table .fixed-footer .table-list-summary .short-cell {
          min-width: 30px; } }
  @media only screen and (min-width: 62.5em) {
    .extended-table .fixed-footer .long-cell {
      width: 215px; }
    .extended-table .table-list-summary li {
      min-width: 100px; } }

.table-list-fixed-header {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: none;
  background: #fff;
  padding:  4px 30px 4px 101px;
  padding:  0.25rem 1.875rem 0.25rem 6.3125rem;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0; }
  .table-list-fixed-header li {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 700;
    width: 19%;
    text-align: center; }
    .table-list-fixed-header li.sort .icon, .table-list-fixed-header li.sort .data-dropdown-wrapper:after {
      font-size: 22px;
      font-size: 1.375rem;
      position: absolute;
      bottom: 2px; }
    .table-list-fixed-header li.main-info {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 0;
      width: auto;
      text-align: left; }
  @media only screen and (min-width: 57.125em) {
    .table-list-fixed-header {
      padding:  4px 30px 4px 105px;
      padding:  0.25rem 1.875rem 0.25rem 6.5625rem; }
      .table-list-fixed-header li {
        width: auto;
        text-align: left;
        padding:  0 13px;
        padding:  0 0.8125rem; } }

.fix-table-header .table-list-fixed-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

/*------------------------------------*\
    $PROPERTY SLIDER
\*------------------------------------*/
.property-slider {
  height: 185px;
  position: relative; }
  .property-slider .slick-slide img {
    min-width: 100%; }
  .property-slider .slick-slide.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  background: transparent;
  border: none;
  outline: none;
  width: 22px;
  text-indent: -99999px; }
  .slick-prev:before,
  .slick-next:before {
    content: "\e005";
    color: #fff;
    opacity: 1;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.55);
    font-size: 22px;
    font-size: 1.375rem;
    visibility: visible;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0; }

.slick-prev {
  left: 6px; }
  .slick-prev:before {
    content: "\e002"; }

.slick-next {
  right: 6px; }

.slider-page-info {
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 20;
  width: 25px; }
  .slider-page-info:before {
    position: absolute;
    top: 0;
    left: -20px;
    top: 1px;
    content: "\e406";
    font-size: 16px;
    font-size: 1rem;
    margin-right: 5px;
    margin-right: 0.3125rem; }

.full-slider {
  height: 250px;
  overflow: hidden;
  position: relative;
  background-color: #e7e7e4; }
  .full-slider:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px; }
  .full-slider .property-slider {
    height: 100%; }
  .full-slider .slick-slide {
    position: relative;
    height: 250px; }
    .full-slider .slick-slide img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

/*------------------------------------*\
    $MODAL
\*------------------------------------*/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8000;
  background: rgba(0, 0, 0, 0.75); }
  .overlay .modal {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 80%;
    overflow-y: auto;
    width: 80%;
    max-width: 698px;
    overflow-x: hidden; }

.modal {
  background: #fff;
  padding: 20px;
  padding: 1.25rem;
  position: relative; }
  .modal .close-btn {
    position: absolute;
    top: 20px;
    right: 20px; }
    .modal .close-btn .icon, .modal .close-btn .data-dropdown-wrapper:after {
      font-size: 24px;
      font-size: 1.5rem; }
  .modal .modal-header {
    /*margin-bottom: 32px;
    margin-bottom: 2rem;*/
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .modal .modal-intro {
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }
    .modal .modal-intro .gamma {
      margin-bottom: 8px;
      margin-bottom: 0.5rem; }
  .modal .modal-actions {
    margin:  36px 0 6px 0;
    margin:  2.25rem 0 0.375rem 0; }
    .modal .modal-actions .data-btn {
      min-width: 340px; }
    @media only screen and (max-width: 57.12438em) {
      .modal .modal-actions {
        margin:  36px 0 20px 0;
        margin:  2.25rem 0 1.25rem 0; } }

/*------------------------------------*\
    $TABS
\*------------------------------------*/
.data-tabs {
  border-bottom: 3px solid #e7e7e4; }
  .data-tabs .tab {
    display: inline-block;
    position: relative;
    color: #9c9c94; }
    .data-tabs .tab:after {
      content: "";
      width: 100%;
      height: 3px;
      position: absolute;
      bottom: -3px;
      left: 0px;
      background: #b62682;
      display: none; }
    .data-tabs .tab.active {
      color: #474744; }
      .data-tabs .tab.active:after {
        display: block; }
  .data-tabs a {
    display: block;
    padding:  4px 8px;
    padding:  0.25rem 0.5rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700; }
    .data-tabs.prominent-tabs .tab a {
      font-size: 15px;
      font-size: 0.9375rem;
      color: #474744;
      font-weight: normal;
      padding:  10px 20px 6px 20px;
      padding:  0.625rem 1.25rem 0.375rem 1.25rem; }
    .data-tabs.prominent-tabs .tab.active a {
      font-weight: 700; }

.data-tabs-content {
  position: relative; }
  .data-tabs-content .tab-item {
    display: none; }
    .data-tabs-content .tab-item.active-content {
      display: block; }

/*------------------------------------*\
    $BENCHMARK
\*------------------------------------*/
.benchmark {
  border-top: 1px solid #e7e7e4;
  border-left: 1px solid #e7e7e4;
  border-right: 1px solid #e7e7e4; }
  .benchmark .info-piece {
    -webkit-box-shadow: 1px 0 0 0 #e7e7e4;
    box-shadow: 1px 0 0 0 #e7e7e4;
    padding: 10px;
    text-align: center;
    display: block;
    vertical-align: middle;
    border-bottom: 1px solid #e7e7e4; }

/*------------------------------------*\
    $ACCORDION
\*------------------------------------*/
.accordion .accordion-content {
  display: none; }
.accordion.is-shown .accordion-content {
  display: block; }
.accordion.is-shown .accordion-trigger .accordion-icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

/*------------------------------------*\
    $LEGENDS
\*------------------------------------*/
.legend .legend-item {
  margin:  0 20px 5px 0;
  margin:  0 1.25rem 0.3125rem 0; }
.legend .sample,
.legend .text {
  display: inline-block;
  vertical-align: middle; }
.legend .sample {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f5f5f0;
  margin-right: 8px;
  margin-right: 0.5rem; }
  .legend .sample.second-level {
    background: #e7e7e4; }
  .legend .sample.third-level {
    background: #cfcfc4; }

.legend-item {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-size: 0.75rem; }

/*------------------------------------*\
    $PANELS
\*------------------------------------*/
.info-panel-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .info-panel-wrapper .info-panel {
    width: 100%;
    max-width: 400px;
    padding-right: 20px;
    padding-right: 1.25rem;
    margin-right: 50px;
    margin-right: 3.125rem; }
    .info-panel-wrapper .info-panel:first-child {
      padding-left: 0; }
  @media only screen and (min-width: 57.125em) {
    .info-panel-wrapper .info-panel {
      width: 368px; } }

.info-panel {
  border-right: 1px dashed #cfcfc4; }
  .info-panel .info-piece {
    margin-bottom: 16px;
    margin-bottom: 1rem; }
  .info-panel .section-title {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .info-panel .beta {
    margin:  10px 0;
    margin:  0.625rem 0; }
  .info-panel .panel-section-header {
    position: relative;
    padding-right: 75px; }
    .info-panel .panel-section-header .link-btn {
      position: absolute;
      top: 0;
      right: 0; }

/*------------------------------------*\
    $MESSAGES
\*------------------------------------*/
.data-msg {
  position: relative;
  padding: 20px;
  padding: 1.25rem;
  overflow: visible;
  min-height: 20px; }
  .data-msg .wrapper {
    position: relative; }
  .data-msg .icon, .data-msg .data-dropdown-wrapper:after {
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 22px;
    font-size: 1.375rem; }
  .data-msg .text {
    padding-left: 10px;
    padding-left: 0.625rem;
    font-size: 16px;
    font-size: 1rem; }
  .data-msg.error-msg {
    background: #ffe9d4; }
    .data-msg.error-msg .icon, .data-msg.error-msg .data-dropdown-wrapper:after,
    .data-msg.error-msg .text {
      color: #ea7300; }

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
/*------------------------------------*\
    $HEADER
\*------------------------------------*/
.main-header {
  position: relative;
  height: 48px; }
  .main-header .header-nav {
    /*padding: 0 220px 0 165px;
    padding: 0 13.75rem 0 10.3125rem;*/
    padding: 0 360px 0 165px;
    padding: 0 22.5rem 0 10.3125rem; }
  .main-header .logo-container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    color: #000; }
    .main-header .logo-container .icon, .main-header .logo-container .data-dropdown-wrapper:after {
      font-size: 24px;
      font-size: 1.5rem;
      vertical-align: middle; }
    .main-header .logo-container .icon-data-icon {
      color: #757573; }
  .main-header .header-nav-list {
    text-align: right; }
    .main-header .header-nav-list li {
      display: inline-block;
      vertical-align: middle;
      color: #9c9c94;
      font-size: 16px;
      font-size: 1rem; }
    .main-header .header-nav-list a {
      display: block;
      padding: 13px 19px;
      padding: 0.8125rem 1.1875rem; }
  .main-header .user-info {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    font-size: 16px;
    font-size: 1rem; }
    .main-header .user-info .icon-user {
      border: 1px solid #cfcfc4;
      border-radius: 50%;
      width: 38px;
      height: 38px;
      line-height: 36px;
      color: #cfcfc4;
      text-align: center;
      font-size: 24px;
      font-size: 1.5rem;
      margin-right: 8px;
      margin-right: 0.5rem; }
    .main-header .user-info .username {
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      -webkit-box-flex: 1;
      flex: 1 1 auto;
      line-height: 1.2; }
    .main-header .user-info .icon-arrow-dropdown {
      font-size: 20px;
      font-size: 1.25rem; }
    .main-header .user-info span {
      display: inline-block;
      vertical-align: middle; }
      
  .main-header .language {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    font-size: 16px;
    font-size: 1rem; }
    .main-header .language .lang-name {
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      -webkit-box-flex: 1;
      flex: 1 1 auto;
      line-height: 1.2; }
    .main-header .language .icon-arrow-dropdown {
      font-size: 20px;
      font-size: 1.25rem; }
    .main-header .language span {
      display: inline-block;
      vertical-align: middle; }
  
  @media only screen and (min-width: 57.125em) {
    .main-header .user-info {
      width: 206px;
      right: 150px; }
      .main-header .user-info a {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        @inclide flex-direction(row);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .main-header .language {
      width: 130px; }
      .main-header .language a {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        @inclide flex-direction(row);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  @media only screen and (max-width: 57.12438em) {
    .main-header {
      height: 54px; }
      .main-header .header-nav-list {
        display: none; }
      .main-header .user-info .username,
      .main-header .user-info .icon-arrow-dropdown {
        display: none; } }

/*------------------------------------*\
    $BLOCKS
\*------------------------------------*/
.outer-wrapper {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%; }
  @media only screen and (min-width: 57.125em) {
    .outer-wrapper.map-wrapper {
      height: calc(100vh + 175px); } }
  .outer-wrapper .data-search-box,
  .outer-wrapper .main-header {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .outer-wrapper .content {
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    position: relative; }
    @media only screen and (min-width: 57.125em) {
      .outer-wrapper .content {
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; }
        .outer-wrapper .content .main-menu,
        .outer-wrapper .content .map {
          position: relative; } }
  .outer-wrapper .main-menu {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 30; }
  .outer-wrapper .map {
    width: 100%;
    background: url("../../assets/images/map.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
    .outer-wrapper .map img {
      min-width: 100%; }
  .outer-wrapper .fixed-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    width: 100%; }
    @media only screen and (max-width: 57.12438em) {
      .outer-wrapper .fixed-box {
        z-index: 40; } }
    @media only screen and (min-width: 57.125em) {
      .outer-wrapper .fixed-box {
        width: 274px;
        position: fixed;
        bottom: 18px;
        right: 18px;
        left: auto; } }

.banner {
  padding:  18px 0;
  padding:  1.125rem 0;
  background: #e1f56e;
  margin-bottom: 30px;
  margin-bottom: 1.875rem; }

.content-header {
  position: relative;
  margin-bottom: 20px;
  margin-bottom: 1.25rem; }
  .content-header .data-btn {
    position: relative;
    top: -14px; }
  @media only screen and (min-width: 57.125em) {
    .content-header .data-btn {
      position: absolute;
      top: -21px;
      right: 0;
      min-width: 206px; } }

/*------------------------------------*\
    $MAIN MENU
\*------------------------------------*/
.main-menu {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 4px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0px 8px 0px rgba(0, 0, 0, 0.1);
  overflow-y: auto; }
  .main-menu .data-btn {
    width: 100%; }
  .main-menu .info-btn {
    margin-top: 30px;
    margin-top: 1.875rem; }
  .main-menu .action-link {
    display: none;
    text-align: right; }
    .main-menu .action-link .icon, .main-menu .action-link .data-dropdown-wrapper:after {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      font-size: 18px;
      font-size: 1.125rem; }
    .main-menu .action-link .text {
      font-size: 14px;
      font-size: 0.875rem; }
  @media only screen and (min-width: 57.125em) {
    .main-menu {
      min-width: 350px;
      width: auto; } }

.menu-first-level {
  cursor: pointer; }

.info-block {
  padding:  18px 22px 18px 18px;
  padding:  1.125rem 1.375rem 1.125rem 1.125rem;
  -webkit-box-shadow: 0 1px 1px 0 #e7e7e4;
  box-shadow: 0 1px 1px 0 #e7e7e4;
  position: relative; }
  .info-block .info-title,
  .info-block .info-subtitle {
    font-size: 15px;
    font-size: 0.9375rem; }
  .info-block .info-subtitle {
    color: #9c9c94; }
  .info-block .info-header {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    position: relative; }
    .info-block .info-header .info-title {
      margin-bottom: 4px;
      margin-bottom: 0.25rem; }
    .info-block .info-header .section-title {
      color: #9c9c94;
      padding-left: 12px;
      padding-left: 0.75rem; }
    .info-block .info-header .title-value {
      position: absolute;
      top: -4px;
      right: 0;
      padding-right: 20px;
      padding-right: 1.25rem;
      font-weight: 700;
      font-size: 22px;
      font-size: 1.375rem; }
      
  .info-block.is-loading .loader {
    width: 40px;
    height: auto;
    position: absolute;
    top: 42px;
    right: 16px;
    background: white; }
  .info-block.is-loading .info-list {
    opacity: .6; }
  .info-block.is-loading .info-piece .value {
    opacity: 0; }
  .info-block.is-loading .second-value,
  .info-block.is-loading .main-value {
    opacity: 0; }
  .info-block.is-loading .loud-row .loading-frankfurt {
    background: #cfcfc4; }
  .info-block.is-loading .loading-frankfurt {
    background: #e7e7e4;
    height: 16px;
    border-radius: 20px;
    width: 48%;
    left: 30%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  @media only screen and (min-width: 57.125em) {
    .info-block.is-loading.is-loading .loader {
      top: 10px;
      right: 10px; } }
  .info-block .info-list {
    margin-top: 5px;
    margin-top: 0.3125rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem; }
    .info-block .info-list.simple {
      padding-bottom: 0; }
    .info-block .info-list li {
      position: relative; }
  .info-block .info-content {
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto; }
  .info-block .expand-icon {
    font-size: 20px;
    font-size: 1.25rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px; }

.menu-second-level {
  background: #fff;
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .menu-second-level .menu-section {
    padding: 14px;
    padding: 0.875rem;
    height: 100%;
    overflow-y: auto; }
  .menu-second-level .back-btn {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    padding: 0; }
    .menu-second-level .back-btn .icon, .menu-second-level .back-btn .data-dropdown-wrapper:after {
      font-size: 20px;
      font-size: 1.25rem; }
  .menu-second-level .data-tabs {
    margin-bottom: 12px;
    margin-bottom: 0.75rem; }
  .menu-second-level .menu-header {
    position: relative;
    padding:  6px 60px 20px 26px;
    padding:  0.375rem 3.75rem 1.25rem 1.625rem; }
    .menu-second-level .menu-header .back-btn {
      position: absolute;
      top: 6px;
      left: 0;
      margin-right: 4px;
      margin-right: 0.25rem; }
    .menu-second-level .menu-header .delta,
    .menu-second-level .menu-header .section-title {
      display: inline-block;
      vertical-align: middle; }
    .menu-second-level .menu-header .delta {
      padding-right: 12px;
      padding-right: 0.75rem; }
    .menu-second-level .menu-header .actions {
      position: absolute;
      top: 0;
      right: 0; }
    .menu-second-level .menu-header .action-link {
      font-weight: normal; }
      .menu-second-level .menu-header .action-link span {
        display: inline-block;
        vertical-align: middle; }
      .menu-second-level .menu-header .action-link .icon, .menu-second-level .menu-header .action-link .data-dropdown-wrapper:after {
        font-size: 22px;
        font-size: 1.375rem;
        margin-top: -4px; }
    .menu-second-level .menu-header .section-title {
      display: inline-block;
      vertical-align: middle; }
    .menu-second-level .menu-header + .chart-panel {
      padding-top: 10px; }
  .menu-second-level .benchmark {
    margin:  20px 0 40px 0;
    margin:  1.25rem 0 2.5rem 0; }
  .menu-second-level .legend {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
  .menu-second-level.is-open {
    display: block; }
  @media only screen and (min-width: 57.125em) {
    .menu-second-level {
      position: absolute;
      top: 0;
      left: 349px;
      width: 575px;
      height: 100%;
      -webkit-box-shadow: inset 3px 0px 8px 0px rgba(0, 0, 0, 0.1);
      box-shadow: inset 3px 0px 8px 0px rgba(0, 0, 0, 0.1);
      z-index: 22;
      overflow-y: hidden;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      -webkit-transition: -webkit-transform .3s ease-out;
      transition: -webkit-transform .3s ease-out;
      transition: transform .3s ease-out;
      transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
      .menu-second-level.is-open {
        -webkit-transform: translateX(0);
        transform: translateX(0); } }

@media only screen and (max-width: 57.12438em) {
  .main-menu.is-open {
    position: fixed;
    top: 0;
    bottom: 0;
    padding-bottom: 52px;
    overflow-y: auto; }
    .main-menu.is-open .info-block,
    .main-menu.is-open .data-btn {
      display: block; }
    .main-menu.is-open .data-btn {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0; }
    .main-menu.is-open .action-link {
      visibility: hidden;
      position: relative; }
      .main-menu.is-open .action-link:after {
        visibility: visible;
        content: "Ver menos";
        position: absolute;
        top: 0;
        right: 0; }
      .main-menu.is-open .action-link:before {
        visibility: visible;
        content: "\e002";
        font-family: 'idealistaIcons';
        display: inline-block;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
  .main-menu .info-block,
  .main-menu .data-btn {
    display: none; }
  .main-menu .show-on-mobile {
    display: block; }
    .main-menu .show-on-mobile .action-link {
      display: block; }
    .main-menu .show-on-mobile .info-list {
      padding-bottom: 0; }
    .main-menu .show-on-mobile .gi {
      display: none; } }

/*------------------------------------*\
    $FILTERS
\*------------------------------------*/
.outer-wrapper .filters {
  display: none; }
  .outer-wrapper .filters.is-open {
    display: block; }

.filters {
  max-width: 930px;
  width: 90%;
  padding: 20px;
  padding: 1.25rem;
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.15);
  background: #fff; }
  .filters .filters-actions {
    text-align: right; }
    .filters .filters-actions .data-btn {
      height: 36px;
      line-height: 36px; }
  .filters .prominent-link {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .filters .drop-link-dropdown {
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.11);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.11); }
  .filters .data-label {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .filters .filters-content {
    max-width: 760px;
    margin: 20px auto; }
  .filters .delta {
    padding:  20px 0;
    padding:  1.25rem 0; }
  .filters .drop-field {
    white-space: normal; }
  .filters .global-tabs {
    width: 80%; }
    .filters .global-tabs .tab {
      text-align: center; }
  .filters .range-label {
    margin:  10px auto 16px auto;
    margin:  0.625rem auto 1rem auto; }
  .filters .filters-header {
    position: relative; }
  @media only screen and (min-width: 57.125em) {
    .filters .close-filters {
      position: absolute;
      top: -5px;
      right: 50px; }
    .filters .gi {
      padding:  0 20px;
      padding:  0 1.25rem; }}

.filters-mobile {
  background: #f5f5f0;
  z-index: 9000; }
  .filters-mobile .tag-wrapper,
  .filters-mobile .mobile-filters-trigger {
    display: inline-block; }
  .filters-mobile .tag-wrapper {
    float: right; }
  .filters-mobile .beta {
    text-align: center;
    margin:  18px 0;
    margin:  1.125rem 0; }
  .filters-mobile .filters {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f5f5f0;
    padding: 0;
    max-width: none; }
    .filters-mobile .filters .filters-content {
      max-width: none;
      padding:  0 10px;
      padding:  0 0.625rem;
      overflow-x: hidden; }
      .filters-mobile .filters .filters-content .drop-link {
        margin-left: 0; }
    .filters-mobile .filters .filters-actions {
      display: none; }
  .filters-mobile .mobile-filters-trigger,
  .filters-mobile .close-filters {
    text-align: left;
    padding-left: 10px;
    padding-left: 0.625rem; }
  .filters-mobile .drop-link-wrapper {
    display: block; }
  .filters-mobile .drop-link {
    display: inline-block;
    margin:  0 0 12px 10px;
    margin:  0 0 0.75rem 0.625rem;
    white-space: nowrap; }
    .filters-mobile .drop-link .drop-title {
      color: #9c9c94; }
    .filters-mobile .drop-link .drop-value {
      max-width: 50px; }
    .filters-mobile .drop-link.prominent-link .drop-value {
      max-width: none; }
    .filters-mobile .drop-link .drop-link-dropdown {
      top: 0; }
  .filters-mobile .drop-link-dropdown {
    min-width: 100%;
    left: -10px;
    top: -10px;
    padding:  10px 10px 14px 10px;
    padding:  0.625rem 0.625rem 0.875rem 0.625rem; }
    .filters-mobile .drop-link-dropdown .data-dropdown {
      margin: 0; }
  .filters-mobile .filters-mobile-header,
  .filters-mobile .filters-mobile-content {
    position: absolute;
    padding: 14px;
    padding: 0.875rem; }
  .filters-mobile .filters-mobile-header {
    text-align: right;
    top: 0;
    left: 0;
    right: 0; }
  .filters-mobile .filters-mobile-content {
    top: 44px;
    bottom: 54px;
    left: 0;
    right: 0;
    overflow-y: auto; }
  .filters-mobile .filters-mobile-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .filters-mobile .filters-mobile-actions .data-btn {
      width: 100%; }

.outer-wrapper .filters {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 183px;
  z-index: 9000; }
.outer-wrapper .filters-mobile {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden; }
  .outer-wrapper .filters-mobile .filters {
    position: relative;
    top: -22px;
    -webkit-transform: none;
    transform: none;
    left: auto;
    z-index: 10; }
@media only screen and (max-width: 57.12438em) {
  .outer-wrapper .filters {
    display: none; }
  .outer-wrapper .filters-mobile .filters.is-open {
    display: block; } }

.fixed-header .outer-wrapper .filters {
  -webkit-transform: none;
  transform: none;
  top: 190px;
  left: auto;
  right: 20px; }
.fixed-header .outer-wrapper .filters-mobile .filters {
  top: auto;
  right: auto; }

.bar-chart-item {
  margin-bottom: 6px; }
  .bar-chart-item .bar {
    height: 8px; }

.bar-chart {
  padding:  10px 0 20px 0;
  padding:  0.625rem 0 1.25rem 0;
  border-right: 1px dashed #cfcfc4; }

.chart-wrap {
  padding:  10px 0;
  padding:  0.625rem 0; }
  .chart-wrap.horizontal {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .chart-wrap.horizontal .chart {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-right: 20px;
      margin-right: 1.25rem; }
    .chart-wrap.horizontal .chart-legend {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .chart-wrap.horizontal .chart-legend .info-piece {
        padding-bottom: 6px; }

.chart-panel {
  padding:  24px 0 24px 10px;
  padding:  1.5rem 0 1.5rem 0.625rem; }
  .chart-panel .chart-header {
    margin-bottom: 26px;
    margin-bottom: 1.625rem; }
  .chart-panel .data-label {
    margin-bottom: 20px;
    margin-bottom: 1.25rem; }
    
/*------------------------------------*\
$TRENDS
\*------------------------------------*/
.trend {
  white-space: nowrap;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem; }
  .trend .icon, .trend .data-dropdown-wrapper:after {
    font-size: 22px;
    font-size: 1.375rem;
    position: absolute;
    top: 2px;
    left: 0; }
  .trend.success {
    color: #399124; }
  .trend.error {
    color: #d80000; }
    
/*------------------------------------*\
$PROPERTY DETAIL
\*------------------------------------*/
.property-detail .property-data,
.property-detail .property-charts {
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }
.property-detail .basic-link {
  padding-top: 10px;
  padding-top: 0.625rem;
  display: block; }
.property-detail .table-list-property {
  overflow-x: auto; }
.property-detail .extended-table {
  padding-bottom: 0;
  min-width: 500px; }
.property-detail .flex-item {
  padding-right: 15px;
  padding-right: 0.9375rem; }

.property-data .property-image {
  top: -2px;
  height: 156px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }
  .property-data .property-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 0;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%; }
.property-data .data-list li {
  font-weight: 700; }
.property-data .caption {
  color: #9c9c94;
  margin-top: 5px;
  margin-top: 0.3125rem; }

.property-charts .chart-panel {
  padding: 0; }
  .property-charts .chart-panel .one-half:last-child .bar-chart {
    border: none; }

/*------------------------------------*\
    $CARDS
\*------------------------------------*/
.horizontal-card {
  position: relative;
  padding: 15px 15px 15px calc(30% + 18px);
  background: #f5f5f0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  min-height: 108px; }
  .horizontal-card .card-image {
    width: 30%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden; }
    .horizontal-card .card-image img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-width: 0;
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%; }
    .horizontal-card .card-image .label {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 99.94125%;
      padding:  2px 6px;
      padding:  0.125rem 0.375rem;
      font-size: 12px;
      font-size: 0.75rem;
      font-weight: 700;
      color: #f5f5f0;
      background: #000;
      /* fallback */
      background: rgba(0, 0, 0, 0.45); }
  .horizontal-card .emphasis-value {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem; }
    .horizontal-card .emphasis-value small {
      font-weight: normal; }
  .horizontal-card.disabled {
    background: #e7e7e4; }

/*------------------------------------*\
    $FLAGS
\*------------------------------------*/
.flag {
  background-image: url(/data/app/sites/default/themes/villa/navigator/img/sprite-home.png);
  background-repeat: no-repeat;
  display: inline-block;
  height: 11px;
  margin-right: 8px;
  width: 16px; }
  .flag.lang-es {
    background-position: 0 0; }
  .flag.lang-en {
    background-position: 0 -42px; }
  .flag.lang-it {
    background-position: 0 -110px; }
  .flag.lang-pt {
    background-position: 0 -132px; }
    
footer {
  color: #9c9c94;
  background-color: #f5f5f0;
  padding: 2rem 0;
  padding: 32px 0;
  clear: both;
  display: block;
  margin: initial auto; }
  
  footer h4 {
    color: #9C9C94; 
    font-weight: 400;
    margin-bottom: 8px;
    text-shadow: 0 1px 1px #fff; }
    
  footer h4:first-child span {
    margin-left: 10px; }
    
  footer .basic-link {
    font-weight: 400; }    
  
  footer .link-btn .icon {
    font-size: 1.5rem;
    font-size: 24px; }    
  
  footer .link-btn .text {
    padding-right: 10px; }
        
  footer .pattern {
    margin-bottom: 0; }
        
.list-separator { 
  clear: both; }

  .list-separator li {
    display: list-item;
    text-align: -webkit-match-parent; }

  .list-separator li:first-child {
    border-left: none; 
    padding-left: 0;
    margin-left: 0; }
    

@media only screen and (min-width: 57.125em) {

  .list-separator li {
    border-left: 1px solid #cfcfc4;
    padding: 0 10px; 
    float: left; }}        
.page-guest {
  background-color: #f5f5f0; }
  
.webinar {
  padding: 30px 20px;
  background-color: #F5F5F0;
  border-bottom: 4px solid #B1D004; }
  
.webinar-pic {
  margin-top: -30px;
  margin-right: -12px;
  background-image:url(/data/app/sites/default/themes/villa/navigator/img/webinar.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 4px solid #B1D004; }

.pattern {
  margin-bottom: 0;
  padding-bottom: 60px;
}
  
@media only screen and (min-width: 57.125em) {

  .page-guest {
    padding: 0; }
  
    .page-guest .bg-white {
        height: calc(70vh); }
      
    .page-guest .header-nav {
      padding-right: 0; }
      
  .page-guest-fixed-height {
    min-height: 340px; }
    
  .webinar {
    margin-top: -30px; }}
  
/*------------------------------------*\
    BASE
\*------------------------------------*/

button:focus {
  outline: 0; }

input[type="text"]:focus,
textarea:focus {
  border-color: inherit;
  outline: inherit;
  box-shadow: inherit; }

.wrapper {
  max-width: 1440px; }

.page-user-login,
.page-valuations,
.page-folders,
.page-ads {
  background-color: #f5f5f0; }
  
.bg-white {
  background-color: #fff; }

.bold {
  font-weight: 700; }  
  
.left-float {
  float: left; }

.no-float {
  float: none; }

.text-tag {
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 1px; }

.pattern {
  border: 0; 
  border-radius: 0; }

.header-nav .basic-link {
  font-weight: 400; } 

.no-data-warning {
  font-size: 12px;
  font-size: 0.75rem; 
  font-weight: normal; }

/* Icons */
.icon-edit:before {
  content: "\e90d"; }
    
.icon-arrow-next:before {
  content: "\e911"; }
  
.icon-close:before {
  content: "\e109"; }

.icon-draw-touch:before {
  content: "\e329"; }

.icon-draw:before {
  content: "\e330"; }    
  
.icon-area:before {
  content: "\e908"; }
        
.icon-report:before {
  content: "\e905"; }        
        
.icon-reports-download:before {
  content: "\e914"; }
        
.icon-key:before {
  content: "\e90f"; }        
       
.icon-pins:before {
    content: "\e904"; }       
        
.icon-property:before {
  content: "\e907"; }        
     
.icon-price:before {
  content: "\e903"; }
        
.icon-star:before {
  content: "\e900"; }
          
.icon-star-full:before {
  content: "\e901"; }
          
.icon.spin {
  -webkit-animation: iconspin 4s linear infinite;
  -moz-animation: iconspin 4s linear infinite;
  -ms-animation: iconspin 4s linear infinite;
  -o-animation: iconspin 4s linear infinite;
  animation: iconspin 4s linear infinite; }
                
  @-webkit-keyframes iconspin {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg); }}
  
  @keyframes iconspin {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg); }}
     
.pin {
  border-radius: 50%;
  position: relative; }
   
.unloaded-lang { 
  display: none;
  height: 0;
  width: 0; }     
     
     
/* Pois */

.icon-poi-accommo {
  font-family: "idealista-icons";
  color: #3B6DA1; }
  .icon-poi-accommo:before {
    content: "\e452"; }
.pin-poi-accommo {
  background-color: #3B6DA1; }
  
.icon-poi-amenity {
  color: #9C9C94; }
  .icon-poi-amenity:before {
    content: "\e321"; }
.pin-poi-amenity {
  background-color: #9C9C94; }
    
.icon-poi-education {
  font-family: "idealista-icons";
  color: #4E829A; }
  .icon-poi-education:before {
    content: "\e443"; }
.pin-poi-education {
  background-color: #4E829A; }
  
.icon-poi-food {
  font-family: "idealista-icons";
  color: #E17628; }
  .icon-poi-food:before {
    content: "\e444"; }
.pin-poi-food {
  background-color: #E17628; }
  
.icon-poi-greenarea {
  color: #0D964E; }
  .icon-poi-greenarea:before {
    content: "\e421"; }
.pin-poi-greenarea {
  background-color: #0D964E; }    

.icon-poi-health {
  font-family: "idealista-icons";
  color: #E52E2A; }
  .icon-poi-health:before {
    content: "\e447"; }
.pin-poi-health {
  background-color: #E52E2A; }     

.icon-poi-infrastructure {
  color: #474744; }
  .icon-poi-infrastructure:before {
    content: "\e415"; }
.pin-poi-infrastructure {
  background-color: #474744; }
            
.icon-poi-leisure {
  font-family: "idealista-icons";
  color: #F1B519; }
  .icon-poi-leisure:before {
    content: "\e451"; }
.pin-poi-leisure {
  background-color: #F1B519; }
    
.icon-poi-money {
  font-family: "idealista-icons";
  color: #771955; }
  .icon-poi-money:before {
    content: "\e446"; }
.pin-poi-money {
  background-color: #771955; }

.icon-poi-monument {
  color: #D9D313; }
  .icon-poi-monument:before {
    content: "\e406"; }
.pin-poi-monument {
  background-color: #D9D313; }
          
.icon-poi-shop {
  color: #55ACEE; }
  .icon-poi-shop:before {
    content: "\e333"; }
.pin-poi-shop {
  background-color: #55ACEE; }
      
.icon-poi-sport {
  font-family: "idealista-icons";
  color: #005926; }
  .icon-poi-sport:before {
    content: "\e454"; }
.pin-poi-sport {
  background-color: #005926; }
  
.icon-poi-transport {
  font-family: "idealista-icons";
  color: #007BB6; }
  .icon-poi-transport:before {
    content: "\e445"; }
.pin-poi-transport {
  background-color: #007BB6; }
  
        
.input-switch > input:not(:disabled) {
  cursor: pointer; } 
 
  .input-switch > span:last-child {
    width: auto !important; }
    
  .input-switch > input ~ span {
    color: #9C9C94; }

  .input-switch > input:disabled + span {
    border-color: #E7E7E4; }
    
  .input-switch > input:disabled + span:before {
    color: #E7E7E4; }
  
  .input-switch > input:disabled + span:after {
    background: #E7E7E4; }
    
  .input-switch input[type="checkbox"] ~ span {
    line-height: 26px; }

.field.m {
  height: 42px; }

.field input:disabled {
  cursor: default; }

  .field input:disabled + label {
    cursor: default; }

  .field input:disabled + label span {
    color: #9C9C94; }

  .field input:disabled:checked + label:before {
    color: #e7e7e4;
    background: #f5f5f0; }
    
  .field input:disabled:checked + label:after {
    color: #e7e7e4; }
    
.link {
  color: #0066cc; }
    
.outer-wrapper .map {
  background: rgba(192,210,232,0.8); }

.overlay {
  display: none; }

  .overlay.is-shown {
    display: block; }
    
  .overlay .modal {
    display: none; }

  .overlay .modal.alpha {
    max-width: 848px; }
    
  .overlay .modal.beta {
    min-width: 698px;
    max-width: calc(96vw);
    max-height: calc(96vh); }
    
  .overlay .modal.gamma {
    width: 948px;
    max-width: 948px;
    max-height: calc(96vh); }
    
  .overlay .modal.focused .modal-header {
    padding: 20px;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: 1px solid #dddedf; }
    
  .overlay.is-shown .modal.is-shown {
    display: block; }
    
  .overlay .modal-descriptor, .overlay .modal-descriptor * {
    font-size: 15px;
    font-size: 0.9375rem; }

.menu-second-level {
  -webkit-transition: none;
  transition: none;
  transition: none;
  transition: none;
  overflow-x: hidden; }

  .menu-second-level .menu-section {
    display: none; }
  
  .menu-second-level .menu-section .info-subtitle {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 700; 
    padding: 0.25rem 0.625rem; 
    padding: 4px 10px; }
    
  .menu-second-level .menu-section .menu-section-content {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    margin-left: -13px;
    margin-right: -13px;
    padding: 0 13px 24px 13px;
    border-bottom: 1px solid #e7e7e4; }
    
    .menu-second-level .menu-section .menu-section-content.no-margin-bottom {
      margin-bottom: 0; }
    .menu-second-level .menu-section .menu-section-content.padding-top {
      padding-top: 24px; }
    .menu-second-level .menu-section .menu-section-content.border-top {
      border-top: 1px solid #e7e7e4; }

  .menu-second-level .menu-section > .menu-section-content:nth-child(2),
  .menu-second-level .menu-subsection > .menu-section-content:nth-child(2) {
    padding-top: 18px;
    border-top: 1px solid #e7e7e4; }
    
  .menu-second-level .menu-section .menu-section-content:last-child {
    border-bottom: none; }
  
  .menu-second-level .benchmark {
    margin:  20px 0 20px 0;
    margin:  1.25rem 0 1.25rem 0; }

  .menu-second-level .menu-section .menu-header.async-content {
    margin-bottom: 18px; }
  
    .menu-second-level .menu-section .menu-header.async-content:after {
      content: '';
      position: absolute;
      display: block;
      width: calc(100% + 42px);
      height: 0;
      margin-top: 20px;
      left: -26px;
      border-bottom: 1px solid #e7e7e4; }
  
  @media only screen and (min-width: 57.125em) {
    .menu-second-level.is-open {
      -webkit-transform: translateX(1px);
      transform: translateX(1px); }
      
    .menu-second-level.collapsed {
      -webkit-transform: translateX(0) translateX(-310px);
      transform: translateX(0) translateX(-310px); }}
  
.data-filter-block {
  position: relative;
  border: 1px solid #e7e7e4;
  margin: 20px 0 40px 0;
  margin: 1.25rem 0 2.5rem 0; }
  
  .data-filter-block.has-footer {
    margin-bottom: 52px;
    margin-bottom: 3.25rem;  }
  
  .data-filter-block .data-filter-footer {
    position: absolute; 
    top: 62px; }
    
  .data-filter-block .data-filter-footer .helper-text {
   color: #9c9c94; }
  
.fixed-box {
  display: none; }
  
  .fixed-box .property-detail-box {
    display: none; }

.data-field .data-input {
  text-overflow: ellipsis; }
  
.drop-link .drop-value {
  text-align: right;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }
  
  .drop-link .drop-value-l {
    max-width: 40px; }

  .drop-link .drop-value-xl {
    max-width: 50px; }
    
  .drop-link.prominent-link .drop-value {
    text-align: left;
    max-width: 160px;
    text-overflow: ellipsis; }
    
  .drop-link.prominent-link .field {
    margin: 14px 0; 
    margin: 0.875rem 0; }
    
  .drop-link.prominent-link .check-item {
    padding-bottom: 8px; }  
    
    .drop-link.dropdown-s .drop-link-dropdown {
      max-height: 140px;
      overflow-y: auto; }

    .drop-link.dropdown-m .drop-link-dropdown {
      max-height: 244px;
      overflow-y: auto; }

.action-link.hide {
  display: none !important; }
  
  .action-link.vertical {
    display: inline-block;
    text-align: center;
    height: 32px;
    line-height: 32px;  }
    
    .action-link.vertical span {
      display: block; }

  .action-link.emulate-vertical {
    height: 33px;
    line-height: 33px; }
    
.has-currency {
  white-space: nowrap; }
  
  .has-currency > i {
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: normal; }
  
  .emphasis-value .has-currency > i {
    font-size: 16px;
    font-size: 1rem; }

  .xsm.has-currency > i {
    font-size: 11px;
    font-size: 0.6875rem; }

  .xl.has-currency > i {
    font-size: 16px;
    font-size: 1rem; }

  .xxl.has-currency > i {
    font-size: 16px;
    font-size: 1rem; }

.info-block {
  display: none;
  box-shadow: 0 1px 0 0 #e7e7e4; }
    
  .info-block .hidden {
    display: none; }
  
  .info-block .info-header.has-no-summary,
  .info-block .info-header.has-no-summary .info-title {
    margin-bottom: 0; }
  
  .info-block .info-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    
  .info-block .info-piece .value {
    line-height: 17px;
    line-height: 1.0625rem; }
    .info-block .info-piece .value.xsm {
      padding-top: 1px;
      padding-top: 0.0625rem; }
    .info-block .info-piece .value.xxsm {
      padding-top: 1px;
      padding-top: 0.0625rem;
      padding-bottom: 1px;
      padding-bottom: 0.0625rem; }
          
  .info-block.has-no-data .simple-frankfurt {
    background: #e7e7e4;
    height: 12px;
    width: 78%;
    min-width: 56px;
    border-radius: 16px;
    position: absolute;
    margin-left: -2px;
    top: 78%;
    opacity: .6;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

  .info-block .loud-row {
    color: #474744;
    margin-bottom: 8px;
    padding-top: 10px; }
    
  .info-block.is-loading .loud-row .loading-frankfurt {
    background: #e7e7e4;
    width: 120%; 
    top: 60%;
    margin-left: -2px; }

  .info-block .info-piece.horizontal .simple-frankfurt {
    top: 50%;
    width: 55%; }
    
    .info-block .info-piece.rating-stars .value .icon-visual {
      width: 14px;
      width: 0.875rem;
      height: 14px;
      height: 0.875rem;
      font-size: 16px;
      font-size: 1rem;
      line-height: 14px;
      line-height: 0.875rem;
      margin-top: -1px;
      margin-top: -0.0625rem;
      margin-left: -2px;
      margin-left: -0.125rem; }

  .info-block.is-loading .info-piece.horizontal .label {
    opacity: 0; }
  
  .info-block .label.hide {
    opacity: 0; }
  
.info-list.simple .label {
  width: 80%; 
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  
  .info-list.simple .value {
    width: 20%; }
  
.btn-icon:active {
  background-color: #8c1d64; }

  .btn-icon:active .icon {
    color: #ffffff; }

.data-btn {
  text-transform: none; }

  .data-btn-primary:hover {
    background: #b62682; } 

  .data-btn:disabled {
    background: #F5F5F0;
    color: #9C9C94; }

  .data-btn-primary:not(:disabled):hover {
    background: #8c1d64; }

.draggable-list .data-btn,
.droppable-list .data-btn {
  width: 200px; }
 
.draggable-list .data-btn-draggable {
    height: 41px;
    line-height: 41px;
    font-size: 14px;
    font-size: 0.875rem; }
    
  .draggable-list .data-btn-draggable {
    margin: 0 4px 8px 0; }
    
.droppable-list .data-btn-droppable {
  float: left;
  height: 41px;
  line-height: 41px;
  background: #f5f5f0;
  cursor: default; 
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem; }
  
  .droppable-list .data-btn-droppable {
    margin: 0 8px 8px 0; }

.pac-container {
  color: #474744;
  font-family: "BerninoSans", Arial, sans-serif;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.14);
  border: 0;
  border-radius: 0;
  width: auto !important;
  margin-top: 1px; }

  .pac-container:after {
    display: none; }
  
  .pac-item {
    color: #474744;
    padding:  10px 20px;
    padding:  0.625rem 1.25rem;
    cursor: pointer; 
    border-top: none;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal; }
    
  .pac-item:hover, .pac-item-selected {
    background: #e1f56e;
    color: #b62682; }

  .pac-item:hover span, .pac-item-selected span {
    background: #e1f56e;
    color: #b62682; }
  
  .pac-item span {
    font-size: inherit; }  
  
  .pac-item .pac-icon {
    display: none; }

  .pac-item .pac-matched {
    font-weight: normal; }

.outer-wrapper .filters {
  max-height: calc(100vh - 204px);
  top: 172px;
  left: calc(50% + 151px);
  overflow-y: scroll; }
  @media only screen and (max-width: 1150px) {
  .outer-wrapper .filters {
    left: initial;
    right: -45px;
    transform: initial; } }  
  
  
  .outer-wrapper .filters .hidden {
    display: none; }

.fixed-header .pac-container {
  display: none; }
    
  .fixed-header .outer-wrapper .filters {
    top: 189px;
    right: 96px;
    max-height: calc(100vh - 46px); }
    
.main-menu-wrapper {
  z-index: 1; }

  .main-menu {
    display: none;
    overflow-y: none;
    overflow-x: none;
    box-shadow: 0 1px 0 0 #e7e7e4;
    margin-bottom: 53px; }

  .main-menu .info-block .loader {
    display: none; }
    
  .info-block.only-loader .loader {
    width: 40px;
    height: auto;
    position: absolute;
    top: 42px;
    right: 16px;
    background: white; }

  .main-menu .expand-icon span {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }    
    
  .main-menu .expand-icon.rotate-icon span {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }    
    
  .main-menu .collapse-menu {
    position: absolute;
    top: -32px;
    right: 0;
    padding: 5px 10px 5px 10px;
    padding: 0.375rem 0.625rem 0.3125rem 0.625rem;
    cursor: pointer;
    line-height: 1; }
  
  .main-menu .collapse-menu span {  
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }

  .main-menu .info-block .collapsed {
    display: none; }
  
  .main-menu .info-block .collapsed-icon {
    color: #cfcfc4; }

  .main-menu .info-block .collapsed-icon.is-open {
    color: #474744; }

  .main-menu .info-btn .collapsed {
    display: none; }

  .main-menu.collapsed {
    box-shadow: none; }
  
  .main-menu.collapsed .collapse-menu {
    border-bottom: 3px solid #b62682; }
    
  .main-menu.collapsed .collapse-menu span {  
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    
  .main-menu.collapsed .global-tabs {
    display: none; }
    
  .main-menu.collapsed .collapse-menu {
    position: relative;
    top: -1px;
    text-align: center; }
    
  .main-menu.collapsed .info-block {
    padding: 10px 0 10px 0;
    padding: 0.625rem 0 0.625rem 0;
    text-align: center;
    box-shadow: none; }    
    
  .main-menu.collapsed .info-block .icon,
  .main-menu.collapsed .info-btn .icon {
    font-size: 20px;
    font-size: 1.25rem; }

  .main-menu.collapsed .info-block .icon.l {
    font-size: 24px;
    font-size: 1.5rem; }
  
  .main-menu.collapsed .info-block > *:not(.collapsed) {
    display: none; }
  
  .main-menu.collapsed > .info-btn {
    width: 40px; }
    
  .main-menu.collapsed > .info-btn > button > *:not(.collapsed) {
    display: none; }
    
  .main-menu.collapsed .info-block .collapsed {
    display: block; }

  .main-menu.collapsed .info-btn .collapsed {
    display: block;
    margin-right: 0; }
    
  .main-menu.collapsed .data-btn {
    width: 40px;
    text-align: center;
    padding: 0; }

  @media only screen and (min-width: 57.125em) {
    .main-menu.collapsed {
      min-width: 40px;
      width: 40px;  }
  
    .info-block.only-loader .loader {
      top: 10px;
      right: 10px; }}
  
  .info-list .header-row span {
    font-size: 12px;
    font-size: 0.75rem; }
    
.data-search-box:not(.reduced) {
  min-height: 184px; }

  .data-search-box .data-msg {
    display: none; 
    z-index: 99; 
    cursor: pointer; }

  .data-search-box .search-items .search-item.hide {
    display: none; }

  .data-search-box .search-items .data-tag {
    display: none; }

  .data-search-box.reduced .search-items-list li:after {
    display: none; }
  
  .data-search-box.reduced .search-items-list li:empty {
    display: none; }
    
  .data-search-box.reduced .search-items-list li:not(:first-child):before {
    content: "";
    width: 1px;
    height: 14px;
    background: #474744;
    position: absolute;
    top: 3px;
    left: 0; }
    
  .data-search-box.reduced .simple-btn .text {
    vertical-align: top; }
   
.page-user-login :not(.invalid-resolution-screen) .data-msg,
.page-folders:not(.page-folders-list-edit):not(.page-folders-import) :not(.invalid-resolution-screen) .data-msg {
  top: -30px; }
  
  .page-folders .data-msg .icon {
    left: 20px; }
    
  .page-folders .data-msg .text {
    padding-left: 30px; }

  .page-user-login .data-msg .text,
  .page-user-login .data-msg a {
    font-size: 14px; 
    font-size: 0.875rem; }

  .page-user-login .data-msg .icon {
    font-size: 18px; 
    font-size: 1.125rem; }

.data-msg.global-msg {
  cursor: pointer;  }
  
  .data-msg.global-msg + .data-msg.global-msg {
    margin-top: 0; }    
   
.data-msg.success-msg {
  background: #DEEEDA; }
  .data-msg.success-msg .icon, .data-msg.success-msg .data-dropdown-wrapper:after,
  .data-msg.success-msg .text {
    color: #399124; }
    
.property-detail-box .banner-header .close-btn {
  padding: 0 2px 2px 2px; }

  .property-detail-box.property .property-header .property-img {
    background-color: #cfcfc4; }
    
  .property-detail-box .property-header .property-slider {
    background-color: #cfcfc4;
    background-position: center center;
    background-size: cover; }
  
  .property-detail-box.property .banner-header .property-title {
    right: 20px;
    font-size: 14px;
    font-size: 0.875rem; }

  .property-detail-box.witness .property-body > p.tiny-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    
  .property-detail-box .property-data {
    display: none;
    position: relative; }
    
  .property-detail-box .property-data .values.left-float {
    float: left; }
  
  .property-detail-box .property-data .values.left-float .value {
    padding-left: 0;  
    padding-right: 10px;
    padding-right: 0.625rem; }

  .property-detail .property-data .data-list li,
  .property-detail-box .property-data .data-list li {
    font-weight: normal; 
    font-size: 13px;
    font-size: 0.8125rem; }
  
  .property-detail .property-data .data-list li .value,
  .property-detail-box .property-data .data-list li .value {
    font-weight: normal; 
    padding-left: 0;  
    padding-right: 10px;
    padding-right: 0.625rem;
    padding-bottom: 2px;
    padding-bottom: 0.125rem; 
    font-size: 13px;
    font-size: 0.8125rem; }
    
    .property-detail .property-data .data-list li.right-align .value:last-child {
      padding-right: 0; }
    
  .property-detail-box .property-data .actions {
    position: absolute;
    top: 0;
    right: 0; }
    
  .property-detail-box.witness .item-ribbon-container {
    display: none; }
    
  .property-detail-box .item-ribbon-container {
    font-size: 0.8125rem;
    font-size: 13px; }
    
  .property-detail-box .item-ribbon {
    height: 22px;
    line-height: 22px; }
  
  .property-detail-box .property-body .inline-link:last-child {
    margin-bottom: 0; }
  
  .property-detail-box .property-body .inline-link,
  .property-detail-box .property-body .inline-label {
    display: inline-block; }
  
  .property-detail-box .property-msg .data-msg {
    padding: 10px 0; }
  
    .property-detail-box .property-msg.hide {
      display: none; }
  
    .property-detail-box .property-msg .data-msg .text {
      font-size: 11px;
      font-size: 0.6875rem;
      padding-left: 14px; }
    
  .property-detail-box .banner-header .property-title {
    left: 14px; }
    
  .property-detail-box .banner-header .slider-page-info {
    right: 14px; }
    
.page-ads .full-slider .slick-slide {
  height: 280px; }
  
.section-subtitle {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #9c9c94; }
    
.slick-loading .slick-list {
  background-image: none; }

.table-list.first-level li, .table-list.second-level li, .table-list.third-level li {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 8px 10px;
  padding: .5rem .625rem; }

.table-list .has-currency i {
  font-size: 10px; 
  font-size: .625rem; }

.table-list-wrapper .table-list-section .table-list.l li {
  line-height: 26px; }

.table-list-wrapper .table-list-section-msg {
  display: table-row-group;
  line-height: 26px; }
    
  .table-list-wrapper .table-list-section-msg .table-error,
  .table-list-wrapper .table-list-section-msg .table-error:hover {
    background: #ffe9d4;
    color: #ea7300;
    position: relative; }
    
    .table-list-wrapper .table-list-section-msg .table-error .table-data-msg {
      position: absolute; }
      
      .table-list-wrapper .table-list-section-msg .table-error .table-data-msg .icon {
        font-size: 16px;
        font-size: 1rem; 
        margin-top: -3px;
        margin-left: 3px; }

.table-list-wrapper .table-list-header {
  background-color: #ffffff; }
  
 .table-list-wrapper .table-list-header .sort {
    padding-right: 1.25rem;
    padding-right: 20px; }
    
    .table-list-wrapper .table-list-header .sort:after,
    .table-list-wrapper .table-list-header .sort:before {
      position: absolute;
      right: 4px;
      font-family: idealistaIcons;
      font-size: 16px;
      font-size: 1rem;
      color: #e7e7e4; }
      .table-list-wrapper .table-list-header .sort:not(.current-sort):not([data-order]):after {
        content: "\e101";
        top: 2px; }
      .table-list-wrapper .table-list-header .sort:not(.current-sort):not([data-order]):before {
        content: "\e102"; 
        top: 8px; }
      
  
  .table-list-wrapper .table-list-header .sort .icon {
    position: absolute;
    right: 0; }
  
  .table-list-wrapper .table-list-header .sort .icon-arrow-dropup {
    top: -1px; }

  .table-list-wrapper .table-list-header .sort .icon-arrow-dropdown {
    top: 4px; }

  .table-list-wrapper .table-list-separator {
    height: 8px;
    height: .5rem; }

  .table-list-wrapper .table-list-section .table-list li {
    line-height: 16px; }

  .table-list-wrapper .table-list-section li.sort {
    padding-right: 1.25rem;
    padding-right: 20px; }

  .table-list-caption .has-overtitle .title {
    display: block;
    position: absolute;
    margin-top: 1px; }
    
  .table-list-section .table-list.hidden {
    display: none; }
    
  .table-list-wrapper .complementary-info .gi {
    vertical-align: bottom; }
    
  .table-list-wrapper .actions .link-btn {
    display: block; }

  .table-list-block {
    display: table;
    width: 100%; }

  .table-list-wrapper .table-list-subheader,
  .table-list-wrapper .table-list-subsection {
    display: table-row;
    width: 100%; }
    
  .table-list-wrapper .table-list-subheader li, 
  .table-list-wrapper .table-list-subsection li {
    display: table-cell;
    padding: 0;
    border-bottom: none !important; }
    
  .table-list-wrapper .table-list-cell.s {
    max-width: 100px; }
  
  .table-list-wrapper .table-list-caption {
    display: table-row-group; }
  
  .table-list-wrapper .table-list-caption .table-list li {
    line-height: 16px; }  
    
  .table-list-wrapper .table-list-caption .table-list li > div {  
    position: absolute;
    width: calc(100% - 48px); }
    
  .table-list-wrapper .table-list-caption .table-list:last-child li {
    border-bottom: 3px solid #fff; }
    
  .table-list-wrapper .no-data-warning {
    display: none; }
    
  .table-list-wrapper.has-no-data .table-list-header,
  .table-list-wrapper.has-no-data .table-list-section {
    display: none; }
    
  .table-list-wrapper.has-no-data .no-data-warning {
    display: block; }
    
.selectable-table .table-list[data-action]:hover {
  cursor: pointer; }
    
  .selectable-table .table-list.selected {
    color: #b62682; }
    
  .selectable-table .table-list:hover {
    background-color: #e1f56e;
    color: #b62682; }

  .extended-table .table-list {
    background-color: #f5f5f0; }

    .extended-table .action-link {
      padding: 0 6px;
      padding: 0 0.375rem; }

    .extended-table .table-list-header li.has-currency > i {
      font-size: 12px; 
      font-size: 0.75rem; } 
      
    .extended-table .table-list li {
      border-bottom: 3px solid #fff; }
    
    .extended-table .action-link .icon {
      width: 22px; }
      
      .extended-table .action-link .icon-spinner {
        width: auto; }
    
    .extended-table .action-link.vertical .icon {
      font-size: 18px; 
      font-size: 1.125rem; }
    
    .extended-table .action-link.vertical .title {
      font-size: 9px; 
      font-size: 0.5625rem;
      line-height: 10px;
      font-weight: 700; }
      
    .extended-table .action-link.sm .icon {
      font-size: 16px;
      font-size: 1rem; }
    
.data-dropdown-wrapper.dropdown-classic {
  height: 42px; 
  box-shadow: none; 
  border: 1px solid #9C9C94; 
  padding: 0.5625rem 0.75rem; 
  padding: 9px 12px;
  width: 100%; }
  
  .data-dropdown-wrapper.dropdown-classic:after {
    top: 25%; }
    
  .data-dropdown-wrapper.active {
    border: 1px solid #b62682; 
    border-bottom: 0; }
    
  .drop-link-dropdown .data-dropdown {
    width: calc(100% + 20px);
    margin-bottom: -2px; }  

.data-dropdown.l {
  max-height: 360px;
  overflow-y: auto; }
    
.field.field-classic input:focus {
  border: 1px solid #B1D004; 
  box-shadow: 0 0 4px 0 #B1D004; }
  
  .field label, .field .label {
    font-size: 14px; 
    font-size: 0.875rem;
    padding-top: 2px; } 
    
  .field input:checked + label, .field input:checked + label {
    color: #b62682; }
  
.option-group .radio-item input:checked + label {
  font-weight: 400; }
  
.filters-content .link-btn.link-btn-reset {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem; 
  line-height: 36px; 
  height: 36px;
  vertical-align: middle; }  
    
.data-field .data-label {
  top: 19px; }    

.link-btn.link-btn-primary .icon {
  color: #b62682; }
  
  .link-btn.link-btn-primary.disabled {
    cursor: default; }
  
  .link-btn.link-btn-primary.disabled .icon {
    color: #9c9c94; }
    
.item-ribbon-container {
  position: relative; }
  
  .item-ribbon-container .item-ribbon {
    padding: 0 3px 0 5px;
    height: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #ffffff;
    position: absolute;
    top: 12px;
    left: -6px;
    z-index: 2;
    font-size: .875em; }
    
  .item-ribbon-container .item-ribbon:before {
    content: ' ';
    position: absolute;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 24px solid transparent;
    border-right: 10px solid transparent; }
    
  .item-ribbon-container .item-ribbon.ribbon {
    background: #B62682; }
  
  .item-ribbon-container .item-ribbon.ribbon span:before {
    font-size: .75em; }
  
  .item-ribbon-container .item-ribbon.ribbon:before {
    border-top-color: #B62682; }

.miniature {
  transition: background-image .3s ease-in; }
  
  .miniature.disabled {
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }

.flex-row .flex-item {
  min-width: 0; }
  
.quick-data-box.has-action {
  cursor: pointer; }

.text-separator {
  margin: 18px;
  margin: 1.125rem;
  height: 1px;
  -webkit-box-shadow: 0 1px 1px 0 #e7e7e4;
  box-shadow: 0 1px 1px 0 #e7e7e4;
  position: relative; }
  
.text-nowrap {
  white-space: nowrap; }
  

/*------------------------------------*\
    ACCORDION
\*------------------------------------*/

.table-accordion-trigger {
  cursor: pointer; }
    
  .table-accordion-trigger .table-accordion-icon {
    font-size: 15px;
    font-size: 0.9375rem;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease; }
    
  .table-accordion-trigger.is-shown .table-accordion-icon {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

  .table-accordion-content:not(.is-shown) {
    display: none; }
    

/*------------------------------------*\
    DEMI-COLLAPSED LIST
\*------------------------------------*/
 
.demi-collapsed-item {
  display: inherit; } 

  .demi-collapsed-item.hide {
    display: none; } 


/*------------------------------------*\
    SPLASH SCREENS
\*------------------------------------*/

.splash-screen {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e1f56e;
  z-index: 10000; }
  .splash-screen .loader {
    position: absolute;
    width: 320px;
    text-align: center;
    left: calc(50% - 160px); 
    top: calc(45vh); }
    .splash-screen .loader img {
      padding-top: 6px; }
    .splash-screen .loader .alpha {
      line-height: 27px;
      margin-top: 4px; }
  .splash-screen .caption {
    padding-left: 1px; }
  

.invalid-resolution-screen {
  display: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;  
  z-index: 10001;
  background-color: #f5f5f0; }
  
  .invalid-resolution-screen .main-header {
    background-color: #e1f56e; }
    
  .invalid-resolution-screen .main-content {
    padding: 20px 20px 40px 20px;
    background-color: #fff; }
    
    .invalid-resolution-screen .main-content .info-legend {
      padding-bottom: 8px; }
    
    .invalid-resolution-screen .main-content .info-legend:first-child {
      padding-bottom: 16px; }
      
      .invalid-resolution-screen .main-content .info-legend .sample {
        top: 3px;
        width: 8px;
        height: 8px;
        background-color: #cfcfc4; }
        
      .invalid-resolution-screen .main-content .info-piece.horizontal .label {
        display: block;
        vertical-align: inherit; }

  .invalid-resolution-screen .footer {
    color: #9C9C94;
    padding: 16px 20px 32px 20px; }
        

/*------------------------------------*\
    CHARTS
\*------------------------------------*/

.arc-chart {
  min-height: 74px;
  margin-bottom: 24px; }
  
  .arc-chart:last-child {
    margin-bottom: 0px; }
    
  .arc-chart.chart-wrap.horizontal .chart {
    margin-right: 10px;
    margin-right: 0.625rem; 
    margin-left: 4px;
    margin-left: 0.25rem; }
    
  .arc-chart > .arc-chart.chart-wrap {
    min-height: initial; }
    

.bar-chart-datalabel {
  font-size: 12px;
  font-weight: normal; }

.highcharts-tooltip-box {
  fill: #ffffff;
  fill-opacity: 1;
  stroke-width: 1; }

.highcharts-tooltip text {
  fill: #474744;
  text-shadow: none; }

.chart-panel + .chart-panel {
  padding-top: 0; }
  
.menu-section-content .chart-panel:last-child {
  padding-bottom: 0; }
  
  .menu-section-content > *:first-child.chart-panel {
    padding-top: 0; } 
  
  .menu-section-content .intro {
    margin-bottom: 24px;
    margin-bottom: 1.5rem; } 
  
.tab-item .chart-panel {
  padding-left: 0; 
  padding-right: 10px; }

.chart-loader {
  background-image: url(/data/app/sites/default/themes/villa/navigator/img/spinner.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40px 40px; }
  
.chart-no-data .info-piece {
  display: inline-block; }
    
  .chart-no-data .info-piece span {
    display: inline;
    color: #ea7300; }
  
  .chart-no-data .info-piece .icon {
    color: #ea7300;
    font-size: 13px;
    font-size: 0.8125rem; 
    margin: -1px 4px 0 0;
    margin: -0.0625rem 0.25rem 0 0; }
      
.chart-wrap.horizontal .chart-legend .info-piece {
  padding-left: 0; }

.info-piece .value.bold.has-currency i {
  font-weight: 700; }

.info-piece .value.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }
      
.info-piece + div > .chart {
  margin-top: 16px;
  margin-top: 1rem; }
  
.info-piece + div > .chart-wrap {
  margin-to: 5px; }
  
.table-list-summary li.separator,
.table-list li.separator {
  border-left: 3px solid #ffffff; }  

  @media only screen and (min-width: 62.5em) {
    .extended-table .table-list-summary li {
      min-width: 0; }}
        
.table-list .table-chart {
    width: 200px;
    min-width: 200px;
    height: 94px;
    padding: 0px 6px 8px 6px; }
    
    .table-list .table-chart .chart-no-data {
      display: none; }
  

/*------------------------------------*\
    MAP
\*------------------------------------*/

.leaflet-google-mutant {
  z-index: 2!important; }

.leaflet-bar a, .leaflet-bar a:hover {
  border-color: #e7e7e4; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background: #e7e7e4;
  color: #9c9c94; }

.map.leaflet-container {
  z-index: 1; }

  .leaflet-touch .leaflet-bar, .leaflet-bar {
    border-radius: 0 !important;
    border: 0;
    box-shadow: none; }

  .leaflet-touch .leaflet-bar a, .leaflet-bar a, .leaflet-bar a:hover {
    border-radius: 0 !important; 
    width: 22px;
    height: 22px;
    line-height: 22px; 
    font-size: 22px;
    font-weight: normal; 
    color: #474744; }
    
    .leaflet-touch .leaflet-bar.leaflet-control-zoom a:first-child {
      height: 23px; }
    
.leaflet-zoom-box {
  border: 2px solid #b62682;
  background: rgba(138, 38, 130, .5); 
  opacity: .5; }
  
/* Leaflet popup */ 
 .leaflet-popup .leaflet-popup-content-wrapper {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #e7e7e4; }
  .leaflet-popup a.leaflet-popup-close-button,
  .leaflet-popup a.leaflet-popup-close-button:hover {
    color: #474744; }  
  .leaflet-popup .leaflet-popup-content-wrapper {
    border-radius: 0; }
  .leaflet-popup .leaflet-popup-tip-container {
    overflow: initial;
    height: 12px; }
    .leaflet-popup .leaflet-popup-tip-container .leaflet-popup-tip {
      width: 11px;
      height: 11px;
      padding: 1px;
      margin: -6px auto 0;
      border-right: 1px solid #e7e7e4;
      border-bottom: 1px solid #e7e7e4;
      box-shadow: none;
      -webkit-box-shadow: none; }
  .leaflet-fade-anim .leaflet-popup {
    transition: none; }
    
/* Leaflet popup poi */
.leaflet-popup-poi .leaflet-popup-content {
  font-family: BerninoSans;
  margin: 8px;
  margin-right: 16px;
  min-width: 60px; }
  .leaflet-popup-poi .leaflet-popup-content .gi:first-child {
    padding-right: 6px; }
  .leaflet-popup-poi .leaflet-popup-content .gi:last-child {
    padding: 0; }
  .leaflet-popup-poi .leaflet-popup-content .icon {
    margin-top: -13px;
    font-size: 16px; }
  .leaflet-popup-poi .leaflet-popup-content .info-piece .label {
    font-size: 10px;
    float: left;
    clear: both; }
    .leaflet-popup-poi .leaflet-popup-content .info-piece .label:first-child {
      color: #474744; }
    .leaflet-popup-poi .leaflet-popup-content .info-piece .label::first-letter {
      text-transform: capitalize; }
    
  .leaflet-popup-poi .leaflet-popup-content .info-piece .value {
    max-width: 120px; 
    font-size: 10px;
    font-weight: 700;
    color: #474744;
    clear: both; }

.map.pois-hidden .marker-poi {
  display: none; }

.map .leaflet-popup-poi {
  margin-left: 1px; }
.map.pois-hidden .leaflet-popup-poi {
  display: none; }
  .leaflet-popup-poi  
  .map.map-zoom-15 .leaflet-popup-poi {
    margin-bottom: 12px; }    
  .map.map-zoom-16 .leaflet-popup-poi {
    margin-bottom: 22px; }    
  .map.map-zoom-17 .leaflet-popup-poi {
    margin-bottom: 24px; }    
  .map.map-zoom-18 .leaflet-popup-poi {
    margin-bottom: 26px;
    margin-left: 2px; }    
  .map.map-zoom-19 .leaflet-popup-poi {
    margin-bottom: 28px;
    margin-left: 2px; }    
  .map.map-zoom-20 .leaflet-popup-poi {
    margin-bottom: 30px;
    margin-left: 2px; }
    
  
.marker-poi {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px; }

  .map.pois-hidden .marker-poi {
    display: none; }

  .map.map-zoom-15 .marker-poi {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px; }
    
  .map.map-zoom-16 .marker-poi {
    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-left: -7px; }
     
  .map.map-zoom-17 .marker-poi {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px; }
    
  .map.map-zoom-18 .marker-poi {
    width: 18px;
    height: 18px;
    margin-top: -9px;
    margin-left: -9px; }
        
  .map.map-zoom-19 .marker-poi {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px; }
     
  .map.map-zoom-20 .marker-poi {
    width: 22px;
    height: 22px;
    margin-top: -11px;
    margin-left: -11px; }
  
  
  
/*------------------------------------*\
    MAP DRAWING
\*------------------------------------*/
    
.map-wrapper .leaflet-touch .leaflet-draw-section.disabled {
  display: none; }  
    
.map-wrapper .leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon,
.map-wrapper .leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-freehand,
.map-wrapper .leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-delete {
  background-image: none;
  font-size: 16px;
  font-size: 1rem;
  font-family: idealistaIcons;
  line-height: 22px;
  color: #474744; }
  
  .map-wrapper .leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon:before {
    margin-left: 1px;
    content: "\e330"; }
    
.map-wrapper .leaflet-draw-actions-top.leaflet-draw-actions-bottom a {
  font-family: 'BerninoSans', Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  height: 22px;
  width: 22px;
  line-height: 18px;
  padding: 0; }

  .map-wrapper .leaflet-draw-actions li:last-child a {
    border-radius: 0; }
    
  .map-wrapper .leaflet-draw-tooltip { 
    display: none; }

  .map-wrapper .map.mode-create {
    cursor: crosshair; }  
  
.leaflet-marker-pane .leaflet-marker-icon.leaflet-div-icon.leaflet-editing-icon.leaflet-touch-icon.leaflet-interactive {
    border: 2px solid #474744;
    background-color: #ffffff;
    border-radius: 20px;
    transition: all .15s ease;
    opacity: 0;
    cursor: default; }
  
  .leaflet-marker-pane .leaflet-marker-icon.leaflet-div-icon.leaflet-editing-icon.leaflet-touch-icon.first-marker {
    opacity: 1;
    cursor: pointer; }
    
  .leaflet-marker-pane .leaflet-marker-icon.leaflet-div-icon.leaflet-editing-icon.leaflet-touch-icon:hover {
    width: 26px !important;
    height: 26px !important;
    border-radius: 26px; 
    margin-top: -13px !important;
    margin-left: -13px !important; }
    
  .leaflet-draw-guides .leaflet-draw-guide-dash {
    background-color: #b62682;
    width: 3px;
    height: 3px;
    border-radius: 3px; }
  
  path.leaflet-line {
    stroke: #b62682;
    stroke-width: 3;
    stroke-opacity: .4; }


/*------------------------------------*\
    GRID
\*------------------------------------*/  

.g[offset="0"] {
  padding-left: 0 !important;
  padding-right: 0 !important; }

  .g .gi[offset="0"] {
    padding-left: 0 !important;
    padding-right: 0 !important; }


/*------------------------------------*\
    MAIN HEADER MENUS
\*------------------------------------*/  

.main-header .user-info + .submenu,
.main-header .language + .submenu {
  display: none;
  background: #fff;
  position: absolute;
  right: 150px;
  top: 54px;
  box-shadow: 0 1px 1px 0 rgba(50,50,50,0.75);
  min-width: 190px;
  z-index: 99999; }
  .main-header .language + .submenu {
    right: 4px; }
  
.main-header .user-info + .submenu > li a,
.main-header .user-info + .submenu > li div,
.main-header .language + .submenu > li a,
.main-header .language + .submenu > li div {
  display: block;
  height: 48px;
  line-height: 48px;
  color: #9C9C94;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none !important; }

.main-header .user-info .icon-arrow-dropdown,
.main-header .language .icon-arrow-dropdown {
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease; }

.main-header .user-info.active .icon-arrow-dropdown,
.main-header .language.active .icon-arrow-dropdown {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
    
.main-header .user-info.active + .submenu,
.main-header .language.active + .submenu {
  display: block; }

.main-header .submenu > li:not(.g):hover {
  background-color: #f5f5f0; }
   
.main-header .submenu > li:not(.g):hover a {
  color: #b62682; }
   
.main-header .submenu > li.g {
  cursor: default; }

  .main-header .submenu > li.g a:hover {
    background-color: #f5f5f0;
    color: #b62682; }

  .main-header .submenu > li.g .gi {
    display: inline-block; }

.main-header .submenu .icon-tools-icon,
.main-header .submenu .icon-data-icon {
  font-size: 20px;
  font-size: 1.25rem;
  padding-bottom: 4px; }
  
.main-header .submenu > .has-topbar {
  border-top: 1px solid #E7E7E4; }
   
.main-header .submenu > .log-out span {
  float: right; 
  font-size: 24px;
  line-height: 48px;
  height: 48px; }

.main-header .user-info .icon-user {
  background-color: #E7E7E4;
  border: none;
  width: 36px;
  height: 36px;
  line-height: 36px; }
  .main-header .user-info .icon-user[data-initials="true"] {
    color: #474744;
    font-family: "BerninoSans", Arial, sans-serif;
    font-size: 18px; 
    font-size: 1.125rem;
    line-height: 38px; }
    .main-header .user-info .icon-user[data-initials="true"]:before {
      content: attr(data-value); }
  

/*------------------------------------*\
    DESKTOP COMMONS
\*------------------------------------*/  

@media only screen and (min-width: 57.125em) {
  
  .main-header .user-info + .submenu,
  .main-header .language + .submenu {
    top: 48px; }
  
  .valuations-modal .extended-table {
    padding-bottom: 15px;}
  
  .page-user-login,
  .page-valuations,
  .page-folders,
  .page-ads {
    padding: 0; }
    
    .page-user-login .bg-white,
    .page-valuations .bg-white,
    .page-folders .bg-white,
    .page-ads .bg-white {
      min-height: 640px; }
    
    .page-user-login .outer-wrapper, 
    .page-valuations .outer-wrapper,
    .page-folders .outer-wrapper,
    .page-ads .outer-wrapper {
      display: block; }
      
  .force-scroll-y {
    overflow-y: scroll; }
  
  .outer-wrapper.map-wrapper {
    height: calc(100vh); }

  .outer-wrapper.map-wrapper.property-loaded {
    height: calc(100vh + 170px); }
    
  .outer-wrapper.map-wrapper .fixed-box {
    bottom: 10px;
    right: 10px; }
    
  .main-header .logo-container .icon,
  .main-header .logo-container .data-dropdown-wrapper:after {
    font-size: 32px;
    font-size: 2rem; }
    
  /* user / language menu */
  .main-header .username {
    display: inline-block;
    max-width: 128px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap; }
      
  .main-menu {
    max-width: 350px; }
    
  .main-menu .info-btn {
    position: fixed;
    z-index: 1;
    width: 350px;
    margin-top: calc(100vh - 282px); }
      
  .banner h1 {
    font-size: 20px;
    font-size: 1.25rem; }      
      
/* TODO: Do fixed header works */      
    .menu-second-level {
      overflow-y: auto;
      box-shadow: inset 1px 0 #e7e7e4;
      -webkit-box-shadow: inset 1px 0 #e7e7e4; }

    .menu-second-level .menu-section {
      overflow-x: hidden;
      overflow-y: hidden; }
      
  .data-search-box .wrapper {
    max-width: 1102px; }
    
    .data-search-box .wrapper .beta {
      padding-right: 0; }
    
    .data-search-block .data-dropdown-wrapper {
      min-width: 120px;
      max-width: 120px; }
    
    .data-search-block .data-field {
      -webkit-flex: 70%;
      -ms-flex: 70%;
      flex: 70%; }
      
    .data-search-block .data-field-cadastral-reference {
      -webkit-flex: 30%;
      -ms-flex: 30%;
      flex: 30%; }
    
    .data-search-block .data-field-cadastral-reference:focus-within,
    .data-search-block .data-field-cadastral-reference:focus {
      -webkit-flex: 50%;
      -ms-flex: 50%;
      flex: 50%; }
      
    .data-search-block .data-field-cadastral-reference:focus-within + .data-field {
      -webkit-flex: 50%;
      -ms-flex: 50%;
      flex: 50%; }
    
    .data-search-block .data-field {  
      transition: flex 0.2s ease, -ms-flex 0.2s ease, -webkit-flex 0.2s ease; }
    
    .leaflet-container.main-menu-open .leaflet-left {
      left: 575px; }
      
  .data-filter-block {
    font-size: 0;
    height: initial;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    background: #fff;
    white-space: nowrap; }
    
    .data-filter-block > * {
      font-size: 16px;
      font-size: 1rem; }
      
    .data-filter-block .data-field {
      display: inline-block;
      vertical-align: top;
      height: 58px;
      -webkit-box-shadow: none;
      box-shadow: none;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      -webkit-box-flex: 1;
      flex: 1 1 auto; }
      
    .data-filter-block .data-field:not(:last-child):before {
      content: "";
      width: 1px;
      height: 100%;
      background: #e7e7e4;
      position: absolute;
      top: 0px;
      right: 0px; }
  
  .filters-content .prominent-link {
    min-height: 70px; }
    
  .filters .global-tabs {
    width: 645px;
    margin-left: 65px; }
    
    .filters .global-tabs .tab {
      width: 49.65%; }
    
  .table-list-wrapper .complementary-info {
    width: 400px;
    font-size: 12px;
    font-size: 0.75rem; 
    font-weight: normal;
    color: #9c9c94; } 
    
  .content-header .action-link-wrapper {
    position: absolute;
    top: 0;
    right: 0; }
    .content-header .action-link {
      padding: 0.25rem 0.5rem;
      padding: 4px 8px; } }
    
    
    
/*------------------------------------*\
    MOBILE COMMONS
\*------------------------------------*/
    
@media only screen and (max-width: 57.12438em) {
  
  body:not(.page-guest) {
    overflow: hidden; }
  
  .invalid-resolution-screen {
    display: block; } }

.menu-section-valuation .info-list > li {
  position: relative;
  margin: 0 68px 0 52px;
  padding: 0 10px;
  border-right: 1px solid  #e7e7e4;
  border-left: 1px solid  #e7e7e4; }
    
  .menu-section-valuation .info-list > li:first-child { 
   border-top: 1px solid #e7e7e4;
   padding-top: 10px; 
   padding-bottom: 8px; }
   
  .menu-section-valuation .info-list > li:last-child { 
    border-bottom: 1px solid  #e7e7e4; 
    padding-bottom: 10px; }
    
    .menu-section-valuation .info-list > li:last-child .loading-frankfurt {
    top: calc(50% - 5px); }
    
  .menu-section-valuation .info-list > li span {
    font-weight: 400; }

  .menu-section-valuation .info-list > .loud-row span {
    font-weight: 700; }
  
  .menu-section-valuation .info-list.is-loading .info-list {
    opacity: .6; }
  
  .menu-section-valuation .info-list.is-loading .info-piece .value {
    opacity: 0; }
    
  .menu-section-valuation .info-list.is-loading .second-value,
  .menu-section-valuation .info-list.is-loading .main-value {
    opacity: 0; }
  
  .menu-section-valuation .info-list .main-value {
    font-size: 18px;
    font-size: 1.125rem; }
    
  .menu-section-valuation .info-list .loud-row .main-value {
    font-size: 24px;
    font-size: 1.5rem; }
    
  .menu-section-valuation .info-list.is-loading .loud-row .loading-frankfurt {
    background: #cfcfc4; }
    
  .menu-section-valuation .info-list.is-loading .loading-frankfurt {
    background: #e7e7e4;
    height: 16px;
    border-radius: 20px;
    width: 48%;
    left: 30%;
    position: absolute;
    top: 50%;
    opacity: 0.6;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    
  .menu-section-valuation .info-piece.horizontal {
    margin: 8px 68px 8px 52px;
    padding: 0 10px; } 
  
  .menu-section-valuation .info-piece.horizontal .value {
    font-size: 14px;
    font-size: 0.875rem;
    vertical-align: initial; }
  
  .menu-section-valuation .info-piece.horizontal .label {
    vertical-align: initial; }

  .menu-section-valuation .info-sublist .label {
    font-size: 12px;
    font-size: 0.75rem;
    width: 38%; }
  
  .menu-section-valuation .info-sublist .label.has-currency > i {
    color: #474744; }
  
  .menu-section-valuation .info-sublist .main-value {
    font-size: 14px;
    font-size: 0.875rem;
    width: 36%; }
  
  .menu-section-valuation .info-sublist .second-value {
    font-size: 11px; 
    font-size: 0.6875rem; }
  
    .menu-section-valuation .info-sublist .main-value.has-currency > i,
    .menu-section-valuation .info-sublist .second-value.has-currency > i {
      font-size: 10px; 
      font-size: .625rem; }
  
    .menu-section-valuation .info-sublist .second-value {
      font-size: 12px;
      font-size: 0.75rem; }

    .menu-section-valuation .info-sublist > .loud-row span {
      font-weight: normal; }

      .menu-section-valuation .info-sublist .loud-row .label {
        font-size: 12px;
        font-size:  0.75rem; }
      .menu-section-valuation .info-sublist .loud-row .main-value {
        font-size: 16px;
        font-size: 1rem;
        font-weight: 700; }
      .menu-section-valuation .info-sublist .loud-row .second-value {
        font-size: 12px;
        font-size: 0.75rem;
        font-weight: 700; }
        
        .menu-section-valuation .info-sublist .loud-row .main-value.has-currency > i {
          font-size: 12px;
          font-size: 0.75rem; }
    
  .info-list + .info-sublist > li:first-child {
    border-top: none; }    
    
  .info-block.is-loading .loading-frankfurt {
    left: 0; }
    
.page-user-login .login-form-wrapper {
  width: 350px;
  padding-top: 48px; 
  margin-left: calc(50% - 175px); }
  
  .page-user-login .login-form-wrapper .data-btn-primary {
    width: 100%;
    height: 41px;
    line-height: 41px;
    margin-top: 14px; }
    
  .page-user-login .login-descriptor-wrapper {
    width: 420px;
    margin: 42px auto;
    margin-left: calc(50% - 210px); }
    
.page-folders .field .data-btn,
.page-folders .field .link-btn {
  height: 41px;
  line-height: 41px; }

  .page-folders .info-panel {
    max-width: initial; }
    
    .page-folders .info-panel.panel-list {
      border-right: none;
      margin-right: 6px;
      padding-right: 0; }
      
      .page-folders .info-panel.panel-list.one-quarter {
        width: 19.875%; }
      
      .page-folders .info-panel.panel-list .field .label {
        line-height: 42px; 
        padding: 0 10px;
        padding: 0 0.625rem; }
        
      .page-folders .info-panel.panel-list .field .sample-text {
        color: #9c9c94;
        text-overflow: ellipsis; }
        
      .page-folders .info-panel.panel-list .field-row {
        background: #f5f5f0; }
    
    .page-folders .info-panel .gi {
      padding-left: 0;
      padding-right: 0; }
    
    .page-folders .field.m .data-btn,
    .page-folders .field.m .link-btn {
      margin-top: 1px;
      margin-left: 4px;
      padding: 0 10px; }

      .page-folders .field.m .data-btn .icon,
      .page-folders .field.m .link-btn .icon {
        font-size: 20px;
        font-size: 1.25rem;
        margin-top: -3px;
        margin-right: 2px; }
        
        .page-folders .field.m .link-btn .icon {
          color: #0066cc; }
          
          .page-folders .field.m .link-btn[disabled] .icon {
            color: #cfcfc4; }
            
          .page-folders .field.m .link-btn.link-btn-reset {
            font-size: 15px;
            font-size: 0.9375rem;
            margin-left: -6px; }  
  
  .page-folders .data-msg {
    padding: 10px;
    padding: 0.625rem; }
  
    .page-folders .data-msg + .data-msg {
      margin-top: 2px; }
      
    .page-folders .data-msg .wrapper {
      max-width: initial; 
      padding: 0 10px; }
      
    .page-folders .data-msg .icon {
      font-size: 16px;
      font-size: 1rem; }
      
    .page-folders .data-msg .text {
      font-size: 12px;
      font-size: 0.75rem; }
    
    .page-folders input[type="file"]{
      opacity: 0;
      width: 0;
      height: 0; }
      
    .page-folders .back-btn {
      padding: 0; 
      padding-bottom: 20px; 
      padding-bottom: 1.25rem; }
      
.page-folders-import .data-msg + .data-msg {
  margin-top: 20px; }
    
.info-panel-wrapper .info-panel:last-child {
  padding-right: 0; 
  border-right: 0; }
    
  .info-panel .section-subtitle {
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
    
  .info-panel-wrapper.whole {
    width: initial; }
  
  .info-panel-wrapper.whole .info-panel {
    flex: initial; 
    -webkit-flex: initial;
    width: 100%; }
  
  
/*------------------------------------*\
    TABS
\*------------------------------------*/

.tab-item .tab-item-content-wrapper {
  padding: 0 8px;
  padding: 0 0.5rem; }
  
.data-tabs .tab .data-tag {
  font-weight: 400; 
  font-size: 12px;
  font-size: 0.75rem;
  height: 20px;
  line-height: 20px;
  padding: 0 5px;
  padding: 0 0.3125rem;
  background-color: #cfcfc4; }
  
  .data-tabs .tab.active .data-tag {
    background-color: #b62682; } 


/*------------------------------------*\
    TRENDS
\*------------------------------------*/  
    
.trend.success .icon.icon-arrow-dropup {
  top: -2px; }
  
  
/*------------------------------------*\
    CARDS
\*------------------------------------*/

.horizontal-card:not(.disabled):hover {
  cursor: pointer;
  background-color: #e1f56e; }
    
  .horizontal-card:not(.disabled):hover .card-content .title, 
  .horizontal-card:not(.disabled):hover .card-content .emphasis-value {
    color: #b62682; }
    
  .horizontal-card.hide {
    display: none; }
  
    .horizontal-card .miniature {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }


/*------------------------------------*\
    BOXES
\*------------------------------------*/  

.counter-box {
  min-height: 80px; }
  
  .counter-box .has-suffix {
    position: relative; }
      
  .counter-box .has-suffix > i {
    position: absolute;
    padding-left: 4px;
    bottom: -6px;
    font-weight: normal;
    font-style: initial;
    font-size: 11px; 
    font-size: 0.6875rem; }

  .counter-box.pull-value .value, .counter-box.pull-value .icon {
    line-height: 36px; }
  
  
/*------------------------------------*\
    PROGRESS BAR
\*------------------------------------*/  
  
#nprogress .bar {
  background: #b62682; }
  
  #nprogress .peg {
    box-shadow: 0 0 10px #b62682, 0 0 5px #b62682; }
  

/*------------------------------------*\
    INPUT RANGE
\*------------------------------------*/

.range-field.noUi-target {
  margin-bottom: 20px;
  width: 220px;
  background: transparent;
  border: none;
  box-shadow: none;
  background: #cfcfc4; }
.range-field.noUi-horizontal {
  height: 6px; 
  margin-bottom: 26px;
  margin-top: 32px;
  border-radius: 6px; }  
.range-field.noUi-horizontal .noUi-handle {
  top: -5px;
  left: -6px;
  width: 16px;
  height: 16px;
  background: #b62682;
  border-radius: 16px;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.28); } 
.range-field.noUi-horizontal .noUi-handle:before,
.range-field.noUi-horizontal .noUi-handle:after {
  content: '';
  background: transparent; }
  .range-field.noUi-horizontal .noUi-tooltip {
    bottom: initial; 
    top: -16px;
    color: #474744;
    font-size: 12px; 
    font-size: 0.75rem;
    line-height: 12px;
    line-height: 0.75rem;
    border: none;
    padding: 0;
    margin: 0; }
    .range-field.noUi-horizontal .noUi-tooltip i {
      font-style: initial;
      font-size: 12px; 
      font-size: 0.75rem; 
      padding-left: 1px; }
.range-field.noUi-base {
  z-index: 1; }
  .range-field .noUi-connect {
   background: rgba(182, 38, 130, 0.6); }
   html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
     right: -9px; }

.range-field.wide-range.noUi-target {
  width: 100%; }
      
.range-field.wide-range .noUi-pips {
  display: none; }
    
    
/*------------------------------------*\
    PAGER
\*------------------------------------*/

.pager-wrapper .pager {
  clear: both; 
  text-align: center;
  padding: 0;
  padding-bottom: 48px; }
  .pager-wrapper .pager li {
    display: inline-block;
    margin: 0 0 4px 12px;
    font-size: 13px;
    font-size: 0.8125rem; }
    .pager-wrapper .pager li a {
      color: #9C9C94;
      display: inline-block;
      text-align: center; }
      .pager-wrapper .pager li a:hover {
        color: #b62682; }
    .pager-wrapper .pager .pager-item a {
      height: 20px;
      line-height: 20px; }
    .pager-wrapper .pager .pager-current {
      text-align: center;
      height: 20px;
      line-height: 20px;
      color: #474744; }
    .pager-wrapper .pager .pager-ellipsis {
      display: none; }
      .pager-wrapper .pager :not(.pager-item) a {
        text-transform: capitalize; }
      

/*------------------------------------*\
    PAGE FOLDERS / ADS
\*------------------------------------*/  
  
.page-folders .selectable-table .table-list {
  cursor: pointer; }
  
  .page-folders .selectable-table .table-list.empty {
    cursor: default; }

.page-folders-view .extended-table,
.page-folders-list .extended-table,
.page-ads .extended-table,
.page-valuations .extended-table {
  padding-bottom: 20px; }
  
.page-ads .chart-panel {
  padding: 0; }
  
.page-folders-list .data-tabs .tab .icon-delete {
  font-size: 18px;
  line-height: 20px; }
  
.page-ads .extended-table:not(.witnesses-wrapper) .table-list:not(.empty) li {
  cursor: pointer; }

.page-ads .table-list .col-separator {
  width: 30px; }

.page-ads .table-list .bottom-actions {
  display: none;
  position: absolute;
  margin-top: 18px;
  width: 600px; }

  .page-ads .table-list .bottom-actions .action-link {
    padding: 0; }
  
  .page-ads .table-list .bottom-actions .action-link + .action-link {
    padding-left: 18px; }
  
    .page-ads .table-list .bottom-actions .action-link span {
      color: #0066cc;
      font-weight: normal;
      font-size: 0.8125rem;
      font-size: 13px; }
      
      .page-ads .table-list .bottom-actions .action-link .icon-eye {
        font-size: 1.25rem;
        font-size: 20px;
        width: auto; }
        
      .page-ads .table-list .bottom-actions .action-link .icon-edit {
        font-size: 0.8125rem;
        font-size: 13px;
        width: auto; }
    
.page-ads .table-list .bottom-legend {
  display: none;
  position: absolute; }

  .page-ads .table-list .bottom-legend .text {
    color: #9c9c94; }
    
.page-ads .table-list-wrapper:not(.witnesses-wrapper) .table-list li.show-actions {
  padding-top: 0;
  padding-bottom: 36px; }  

.page-ads .table-list-wrapper:not(.witnesses-wrapper) .table-list li.show-actions .bottom-actions {
  display: block; }

.page-ads .table-list-wrapper:not(.witnesses-wrapper) .table-list li.show-actions .bottom-legend {
  display: block;
  margin-top: 30px; }

.page-ads .table-list-header .img-row {
  width: 130px;
  min-width: 130px; }
  
.page-folders-view .table-list .img-row,
.page-ads .table-list .img-row {
  position: relative;
  width: 130px;
  min-width: 130px;
  height: 78px; }
  
  .page-folders-view .table-list .img-row div,
  .page-ads .table-list .img-row div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  
  .page-folders-view .table-list .img-row .pic,
  .page-ads .table-list .img-row .pic {
    background-repeat: no-repeat;
    background-size: 200%;
    background-position: center 40%;
    transition: opacity .15s ease; }
    
    .page-folders-view .table-list .img-row.loading .pic,
    .page-ads .table-list .img-row.loading .pic {
      opacity: 0; }
  
  .page-folders-view .table-list .img-row.loading .loader,
  .page-ads .table-list .img-row.loading .loader {
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center center;
    background-image: url(/data/app/sites/default/themes/villa/navigator/img/spinner.svg); }
    
    .page-folders .table-list-summary li,
    .page-ads .modal .table-list-summary li {
      background-color: #f5f5f0; }
    
    .page-ads .modal .table-list-summary .action-link {
      padding: 0;
      font-size: 13px;
      font-size: 0.8125rem; }
      
      .page-ads .modal .table-list-summary .counter-box {
        min-height: 0;
        min-width: 0;
        padding: 0; }
        
      .page-ads .modal .table-list-summary .counter-box .value {
        line-height: 1px; 
        top: 18px; }
            
        .page-ads .modal .table-list-summary .counter-box .value.has-suffix i {
          position: relative;
          white-space: nowrap; 
          bottom: 2px; }

.page-folders .tab-item .action-link {
  padding-right: 10px; }

.page-ads .modal .summary-actions {
  position: absolute;
  right: 20px;
  margin-top: 2px;
  text-align: right; }

  .page-ads .modal .summary-actions .action-link + .action-link {
    padding-left: 18px; }

  .page-folders .tab-item .action-link.summary-action span,
  .page-ads .modal .summary-actions .action-link span {
    font-weight: normal;
    font-size: 0.8125rem;
    font-size: 13px; }
  
    .page-folders .tab-item .action-link .text,  
    .page-ads .modal .summary-actions .action-link .text {
      color: #0066cc; }

    .page-folders .tab-item .action-link.summary-action .icon,
    .page-ads .modal .summary-actions .action-link .icon {
      color: #9c9c94;
      width: auto; }  
    
      .page-ads .modal .summary-actions .action-link .icon-eye {
        font-size: 1.25rem;
        font-size: 20px; }
        
      .page-folders .tab-item .action-link .icon-list {
        font-size: 1rem;
        font-size: 16px; }
  
.page-ads .modal .summary-legend {
  display: inline-block;
  padding-left: 48px; }
  
  .page-ads .modal .summary-legend .text {
    color: #9C9C94;
    font-weight: normal;
    font-size: 0.8125rem;
    font-size: 13px; }
        
.page-folders .modal .tab-item,
.page-ads .modal .tab-item {
  padding-top: 20px; }
            
  .page-folders-view .table-list-wrapper-tipologies {
    float: left;
    margin-top: -30px; }
  
    .page-folders-view .table-list-wrapper-tipologies .table-list-summary {
      -webkit-box-shadow: none;
      box-shadow: none; } 
      
      .page-folders-view .table-list-wrapper-tipologies .table-list-summary li {
        border-top: 3px solid #ffffff; }
      
      .page-folders-view .table-list-wrapper-tipologies .table-list-summary .label.has-currency i {
        font-size: 11px;
        font-size: 0.6875rem; }
      
      .page-folders-view .table-list-wrapper-tipologies .table-list-summary .value {
        font-weight: 400; }
      
      .page-folders-view .table-list-wrapper-tipologies .info-piece .value:last-child {
        position: relative;
        margin-top: 6px;
        padding-top: 6px; }
          
        .page-folders-view .table-list-wrapper-tipologies .info-piece .value:last-child:before { 
          content: '';
          position: absolute;
          left: -10px;
          top: 0;
          height: 3px;
          width: calc(100% + 20px);
          background-color: #ffffff; }

.page-folders-view .table-list[data-error="true"] {
  cursor: default; }

.page-folders-view #typology-summary-plus-btn {
 float: right;
 padding-bottom: 20px; 
 margin-top: -30px; }
 
.page-folders-view #typology-summary-minus-btn {
  float: right;
  padding: 0;
  padding-bottom: 20px; 
  margin-top: -20px; }

  .page-folders-view .map-canvas-wrapper .facade {
    padding: 0;
    background-color: #e7e7e4;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }

.page-folders-view .witnesses-wrapper,
.page-ads .witnesses-wrapper {
  padding-bottom: 0; }

  .page-folders-view .witnesses-wrapper li .action-link .icon,
  .page-ads .witnesses-wrapper li .action-link .icon {
    padding: 0; }
    
.content-header .actions {
  position: absolute;
  top: -21px;
  right: 0;
  display: table; }
  .content-header .actions .table-list-wrapper {
    min-width: initial; }
  .content-header .actions .table-list {
    background: initial;
    height: 60px; }
  .content-header .actions .table-list li {
    vertical-align: middle;
    border: none; }
  .content-header .actions .action-link .icon {
    width: 22px;
    font-size: 22px;
    font-size: 1.375rem; }
  .content-header .actions .action-link.vertical .title {
    font-size: 9px; 
    font-size: 0.5625rem;
    line-height: 10px;
    font-weight: 700; }
  .content-header .actions .action-link.sm .icon {
    font-size: 16px;
    font-size: 1rem; }
  .content-header .actions .data-tag {
    font-weight: 400; 
    font-size: 12px;
    font-size: 0.75rem;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    padding: 0 0.3125rem; }
  
/* Filters */
.page-ads .filters {
  top: 123px;
  left: initial;
  right: 19px;
  transform: none;
  overflow-y: auto; }

.filter-link {
  display: flex; }
  .filter-link .data-tag + .action-link {
    padding-left: 4px; }
  
@media only screen and (min-width: 1451px) {
  .page-ads .filters {
    right: calc(50vw - 709px); } }  

.page-ads .filters .close-filters {
  right: 0; }
  
  
        
/*------------------------------------*\
    SECTION BUILDING FEATURES
\*------------------------------------*/  
  
.section-building-features .property-banner {
  height: 250px; } 
  
  .section-building-features .property-banner .property-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%; }
    
.outer-wrapper .fixed-box.alpha {
  width: 480px; }

.property-detail-box.virtual-tour {
  display: block; }
  .property-detail-box.virtual-tour .icon {
    font-size: 20px;
    font-size: 1.25rem; }
  .property-detail-box.virtual-tour .banner-header {
    height: 360px; }
    .property-detail-box.virtual-tour .banner-header:after {
      display: none; }
  
  
        
/*------------------------------------*\
    SECTION POIS
\*------------------------------------*/ 

.poi-category.is-shown:not(:first-child):before {
  position: absolute;
  content: '';
  display: block;
  width: calc(100% + 42px);
  left: -26px;
  border-bottom: 1px solid #e7e7e4; }
.poi-category.is-shown:not(:last-child):after {
  content: '';
  display: block;
  width: calc(100% + 42px);
  margin-left: -26px;
  border-bottom: 1px solid #e7e7e4;  }
  .poi-category.is-shown + .poi-category.is-shown:before {
    display: none; }
.poi-category .poi-summary {
  position: relative; 
  padding: 12px 10px;
  padding: 0.75rem 0.625rem; }
  .poi-category:first-child .poi-summary {
    padding-top: 0; }
  .poi-category:not(:first-child) .poi-summary {
    padding-top: 16px;
    padding-top: 1rem; }
    .poi-category .poi-summary .delta {
      display: inline-block;
      margin-top: 2px;
      color: #9c9c94; }
      .poi-category .poi-summary .delta::first-letter {
        text-transform: capitalize; }
    .poi-category .poi-summary .icon-poi-wrapper {
      display: inline-block;
      width: 28px; }
      .poi-category .poi-summary .icon-poi-wrapper .icon-poi {
        margin-top: -5px; }    
  .poi-category .poi-summary .poi-level {
    position: relative; }
  .poi-category .poi-summary .caption {
    line-height: 12px;
    padding-bottom: 4px;
    padding-bottom: 0.25rem;
    color: #9c9c94; }
    .poi-category .poi-summary .caption + svg {
      position: absolute; }
  .poi-category .poi-summary .icon.icon-poi {
    font-size: 22px; }
  .poi-category .poi-summary .table-accordion-trigger .icon {
    color: #474744;
    margin-right: 0; }
  .poi-category.is-shown .poi-summary .delta,
  .poi-category.is-shown .poi-summary .caption {
    color: #474744; }
    .poi-category:not(.is-shown) .poi-summary .icon.icon-poi {
      color: #cfcfc4; }
      
.poi-category .poi-types {
  padding: 12px 10px;
  padding: 0.5rem 0.625rem; }
  
.poi-category .poi-type {
  position: relative;
  margin-bottom: 16px;
  margin-bottom: 1rem; }
  .poi-category .poi-type .caption {
    padding-bottom: 4px; 
    padding-bottom: 0.25rem; }
    .poi-category .poi-type .caption::first-letter {
      text-transform: capitalize; }
    .poi-category .poi-type .caption .tag {
      position: absolute; 
      right: 0;
      font-size: 11px;
      font-size: 0.6875rem;
      line-height: 11px;
      margin-top: 2px;
      color: #9c9c94; }
    .poi-category .poi-type .caption + svg { 
      position: absolute; }

.info-poi {
  position: relative; }
  .info-poi .caption {
    margin-top: 4px;
    line-height: 13px; }
  .info-poi .link-btn {
    position: absolute; }
