@charset "UTF-8";
/* ==========================================================================
	Bower components
/* ========================================================================== */
/**
 * modified version of eric meyer's reset 2.0
 * http://meyerweb.com/eric/tools/css/reset/
 */
/**
 * basic reset
 */
@import url(../js/lightbox2-master/dist/css/lightbox.min.css);
@import url("https://fonts.googleapis.com/css?family=Lora:400,700|Montserrat:300,400,700");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/**
 * HTML5 display-role reset for older browsers
 */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section,
main, summary {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * modified version of normalize.css 3.0.2
 * http://necolas.github.io/normalize.css/
 */
/**
 * 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;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * HTML5 display definitions
 * =============================================================================
 */
/**
 * 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;
  vertical-align: baseline;
}

/**
 * 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;
}

/**
 * 1. Address styling not present in Safari and Chrome.
 * 2. Set previously resetted italic font-style
 */
dfn,
i, em {
  font-style: italic;
}

/**
 * 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;
}

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 differences between Firefox and other browsers.
 */
hr {
  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;
}

/**
 * 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;
  font: inherit;
  margin: 0;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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;
  cursor: pointer;
}

/**
 * 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"] {
  padding: 0;
}

/**
 * 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;
  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;
}

/**
 * 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;
}

/**
 * responsive viewport
 */
@viewport {
  width: device-width;
}
/**
 * inherit box model
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * iOS "clickable elements" fix for role="button"
 *
 * Fixes "clickability" issue (and more generally, the firing of events such as focus as well)
 * for traditionally non-focusable elements with role="button"
 * see https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile
 */
[role="button"] {
  cursor: pointer;
}

/**
 * Avoid 300ms click delay on touch devices that support the `touch-action` CSS property.
 *
 * In particular, unlike most other browsers, IE11+Edge on Windows 10 on touch devices and IE Mobile 10-11
 * DON'T remove the click delay when `<meta name="viewport" content="width=device-width">` is present.
 * However, they DO support removing the click delay via `touch-action: manipulation`.
 * See:
 * - http://v4-alpha.getbootstrap.com/content/reboot/#click-delay-optimization-for-touch
 * - http://caniuse.com/#feat=css-touch-action
 * - http://patrickhlauke.github.io/touch/tests/results/#suppressing-300ms-delay
 */
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/**
 * Always hide an element with the `hidden` HTML attribute (from PureCSS).
 */
[hidden] {
  display: none !important;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
}

.container:after, .clearfix:after, #intro:after, #real-presentation:after, #real-more .row:after, #contact-address .row:after, #contact-form .form-row:after, #home-services:after, #home-services #home-service-items:after, #home-bien:after, #home-biens-list:after, #slideshow-w .slider .slide .in:after, #arrows #arrows-in:after, #dots #dots-in:after, .row:after, #biens-list .gallery:after {
  content: "";
  display: table;
  clear: both;
}

/******************************
**
** breakpoints
**
******************************/
/** media query **/
/** media shortcuts **/
/******************************
**
** Container/Gutters
**
******************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  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");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: 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: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* ==========================================================================
	Base
/* ========================================================================== */
/* ==========================================================================
	Headline, links...
/* ========================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

.background-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media (min-width: 480px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 720px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 960px) {
  .container {
    max-width: 940px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
.container.with-gutter {
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 480px) {
  .container.with-gutter {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 720px) {
  .container.with-gutter {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 960px) {
  .container.with-gutter {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1280px) {
  .container.with-gutter {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1600px) {
  .container.with-gutter {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.naked {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.weight-normal {
  font-weight: normal;
}

.uc {
  text-transform: uppercase;
}

.lc {
  text-transform: lowercase;
}

.nc {
  text-transform: none;
}

.txt-center {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-justify {
  text-align: right;
}

.absolute-full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 480px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 720px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 960px) {
  .container {
    max-width: 940px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 720px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

#main {
  padding: 8.125rem 0;
  color: #6292a7;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}
#main strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.main-title {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 1.4375rem;
  line-height: 2rem;
  color: #375c6b;
  text-transform: uppercase;
  margin-bottom: 3.125rem;
}

p {
  margin-bottom: 1.5625rem;
}
p:last-child {
  margin-bottom: 0;
}

.section-grey, .grey-color {
  background-color: #f8f8f8;
}

.blue-color {
  background-color: #acbfce;
  color: white;
}
.blue-color .main-title {
  color: white;
}

#intro {
  margin-bottom: 4.375rem;
}
@media (min-width: 720px) {
  #intro .in {
    float: left;
    width: 58.33333%;
    padding-right: 8px;
  }
}
@media (min-width: 720px) and (min-width: 480px) {
  #intro .in {
    padding-right: 8px;
  }
}
@media (min-width: 720px) and (min-width: 720px) {
  #intro .in {
    padding-right: 12px;
  }
}
@media (min-width: 720px) and (min-width: 960px) {
  #intro .in {
    padding-right: 12px;
  }
}
@media (min-width: 720px) and (min-width: 1280px) {
  #intro .in {
    padding-right: 12px;
  }
}
@media (min-width: 720px) and (min-width: 1600px) {
  #intro .in {
    padding-right: 12px;
  }
}

#intro .main-title {
  position: relative;
  padding-bottom: 2.1875rem;
}
#intro .main-title:after {
  content: "";
  position: absolute;
  height: 0.125rem;
  background-color: #375c6b;
  width: 6.25rem;
  bottom: 0;
  left: 0;
}

img {
  max-width: 100%;
}

#real-presentation {
  padding-bottom: 2.5rem;
  margin-bottom: 6.875rem;
  border-bottom: 0.0625rem solid #9cbbc8;
}
@media (min-width: 720px) {
  #real-presentation .col:first-child {
    float: left;
    width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 720px) and (min-width: 480px) {
  #real-presentation .col:first-child {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 720px) and (min-width: 720px) {
  #real-presentation .col:first-child {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 720px) and (min-width: 960px) {
  #real-presentation .col:first-child {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 720px) and (min-width: 1280px) {
  #real-presentation .col:first-child {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 720px) and (min-width: 1600px) {
  #real-presentation .col:first-child {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 720px) {
  #real-presentation .col:last-child {
    float: left;
    width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 720px) and (min-width: 480px) {
  #real-presentation .col:last-child {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 720px) and (min-width: 720px) {
  #real-presentation .col:last-child {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 720px) and (min-width: 960px) {
  #real-presentation .col:last-child {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 720px) and (min-width: 1280px) {
  #real-presentation .col:last-child {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 720px) and (min-width: 1600px) {
  #real-presentation .col:last-child {
    padding-left: 12px;
    padding-right: 12px;
  }
}

#real-more {
  padding: 4.6875rem 0;
  position: relative;
}
#real-more:before, #real-more:after {
  content: "";
  position: absolute;
  left: 0;
  height: 0.5rem;
  background-color: #375c6b;
  width: 2.1875rem;
}
#real-more:before {
  top: -0.25rem;
}
#real-more:after {
  bottom: -0.25rem;
}
@media (min-width: 720px) {
  #real-more .row .row-in {
    float: left;
    width: 66.66667%;
    padding-right: 8px;
  }
}
@media (min-width: 720px) and (min-width: 480px) {
  #real-more .row .row-in {
    padding-right: 8px;
  }
}
@media (min-width: 720px) and (min-width: 720px) {
  #real-more .row .row-in {
    padding-right: 12px;
  }
}
@media (min-width: 720px) and (min-width: 960px) {
  #real-more .row .row-in {
    padding-right: 12px;
  }
}
@media (min-width: 720px) and (min-width: 1280px) {
  #real-more .row .row-in {
    padding-right: 12px;
  }
}
@media (min-width: 720px) and (min-width: 1600px) {
  #real-more .row .row-in {
    padding-right: 12px;
  }
}

#real-more .sub-content {
  padding-bottom: 1.25rem;
}
#real-more .sub-content .sub-title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
}
#real-more .sub-content .sub-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.0625rem;
  height: 0.125rem;
  background-color: #b2c8d2;
  width: 0.75rem;
}
#real-more .sub-content .sub-description {
  margin-bottom: 1.5625rem;
}

.services .container {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.services .service-item:before {
  content: "";
  border-radius: 50%;
  width: 0.125rem;
  height: 0.125rem;
  background-color: #6292a7;
  display: inline-block;
  position: relative;
  margin-right: 0.625rem;
  vertical-align: middle;
}
.services.blue-color .service-item:before {
  background-color: white;
}
.services.blue-color .container:before, .services.blue-color .container:after {
  content: "";
  position: absolute;
  left: 0;
  height: 0.5rem !important;
  background-color: #375c6b;
  width: 2.1875rem !important;
}
.services.blue-color .container:before {
  top: -0.25rem !important;
}
.services.blue-color .container:after {
  bottom: -0.25rem;
}
.services:first-child .container:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0.125rem;
  background-color: #375c6b;
  width: 6.25rem;
}
.services:last-child .container:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.125rem;
  background-color: #375c6b;
  width: 6.25rem;
}

#contact-address .address .col {
  padding-left: 4.375rem !important;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#contact-address .address .col:first-child {
  background-image: url(../images/place.png);
}
#contact-address .address .col:last-child {
  background-image: url(../images/phone.png);
}
@media (min-width: 720px) {
  #contact-address .row {
    float: left;
    width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px;
    float: none;
  }
}
@media (min-width: 720px) and (min-width: 480px) {
  #contact-address .row {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 720px) and (min-width: 720px) {
  #contact-address .row {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 720px) and (min-width: 960px) {
  #contact-address .row {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 720px) and (min-width: 1280px) {
  #contact-address .row {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 720px) and (min-width: 1600px) {
  #contact-address .row {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 720px) {
  #contact-address .row .col {
    float: left;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
}

#contact-form {
  margin-top: 5rem;
}
#contact-form .col {
  margin-bottom: 1.25rem;
}
@media (min-width: 720px) {
  #contact-form .col {
    margin-bottom: 0;
  }
  #contact-form .col:first-child {
    padding-right: 1.5rem;
  }
}
#contact-form label {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  margin-bottom: 1.25rem;
  display: block;
}
#contact-form .form-row {
  margin-bottom: 1.25rem;
}
@media (min-width: 720px) {
  #contact-form .form-row {
    margin-bottom: 4.375rem;
  }
}
#contact-form input[type='text'], #contact-form input[type='email'], #contact-form textarea {
  border: 0.0625rem solid #6292a7;
  display: block;
  width: 100%;
  box-shadow: inset 0 -10px 10px -13px rgba(0, 0, 0, 0.75);
}
#contact-form .wpcf7-not-valid-tip {
  font-size: 0.75rem;
}
#contact-form input[type='text'], #contact-form input[type='email'] {
  height: 2.8125rem;
  padding-left: 0.625rem;
}
#contact-form div.wpcf7-validation-errors {
  padding: 0;
  border: none;
  font-size: 0.75rem;
  color: #f00;
  margin: 0;
}
#contact-form .btn-row button {
  background-color: white;
  text-transform: uppercase;
  font-family: "Lora", serif;
  font-weight: 700;
  color: #375c6b;
  border: 0.0625rem solid #6292a7;
  font-size: 1rem;
  line-height: 1rem;
  padding: 0.5rem 2.8125rem;
}

#map {
  height: 26.5625rem;
  background-color: #ccc;
  margin-top: 10.9375rem;
}

.home .grey-color {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
.home .more-real-w {
  text-align: center;
}
.home .more-real {
  display: inline-block;
  background-color: white;
  text-transform: uppercase;
  font-family: "Lora", serif;
  font-weight: 700;
  color: #375c6b;
  border: 0.0625rem solid #6292a7;
  font-size: 1rem;
  line-height: 1rem;
  padding: 0.5rem 2.8125rem;
}
.home #intro .in {
  margin-left: auto;
  margin-right: auto;
  float: none;
  text-align: center;
}
.home #intro .main-title:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home #main {
  padding-top: 0;
  padding-bottom: 0;
}

#home-services {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
#home-services .in {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 720px) {
  #home-services .in {
    float: left;
    width: 58.33333%;
    padding-right: 8px;
    float: none;
  }
}
@media (min-width: 720px) and (min-width: 480px) {
  #home-services .in {
    padding-right: 8px;
  }
}
@media (min-width: 720px) and (min-width: 720px) {
  #home-services .in {
    padding-right: 12px;
  }
}
@media (min-width: 720px) and (min-width: 960px) {
  #home-services .in {
    padding-right: 12px;
  }
}
@media (min-width: 720px) and (min-width: 1280px) {
  #home-services .in {
    padding-right: 12px;
  }
}
@media (min-width: 720px) and (min-width: 1600px) {
  #home-services .in {
    padding-right: 12px;
  }
}

#home-services .main-title {
  position: relative;
  padding-bottom: 2.1875rem;
}
#home-services .main-title:after {
  content: "";
  position: absolute;
  height: 0.125rem;
  background-color: #375c6b;
  width: 6.25rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#home-services #home-service-items {
  border: 0.0625rem solid #9dbbc8;
  text-align: center;
  padding: 0.625rem;
  margin-top: 3.4375rem;
}
#home-services .home-service-item {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.25rem;
  text-align: center;
  height: 14.375rem;
  position: relative;
  float: left;
  width: 33.33333%;
  padding-left: 8px;
  padding-right: 8px;
}
@media (min-width: 720px) {
  #home-services .home-service-item {
    font-size: 1rem;
    line-height: 1.5625rem;
    height: 16.875rem;
  }
}
@media (min-width: 480px) {
  #home-services .home-service-item {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 720px) {
  #home-services .home-service-item {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 960px) {
  #home-services .home-service-item {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1280px) {
  #home-services .home-service-item {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1600px) {
  #home-services .home-service-item {
    padding-left: 12px;
    padding-right: 12px;
  }
}
#home-services .home-service-item .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  text-transform: uppercase;
}
#home-services .home-service-item .link:before {
  content: "";
  width: 0.3125rem;
  height: 1.875rem;
  left: 50%;
  top: 0;
  background-color: white;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#home-services .home-service-item .link:after {
  content: "";
  top: -0.625rem;
  bottom: -0.625rem;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #6292a7;
  opacity: 0;
  -webkit-transition: opacity ease 500ms;
  -moz-transition: opacity ease 500ms;
  -ms-transition: opacity ease 500ms;
  transition: opacity ease 500ms;
}
#home-services .home-service-item .link:hover:after {
  opacity: 0.45;
}
#home-services .home-service-item .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  height: 8.125rem;
  width: 100%;
}
@media (min-width: 720px) {
  #home-services .home-service-item .title {
    width: 75%;
  }
}
#home-services .home-service-item .title:before {
  content: "";
  height: 0.125rem;
  left: 2.5rem;
  right: 2.5rem;
  background-color: white;
  bottom: 0;
  position: absolute;
}
#home-services .home-service-item .title:after {
  content: "";
  width: 0.9375rem;
  height: 1rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  background-image: url(../images/plus-w.png);
  position: absolute;
  bottom: -2.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#home-services .home-service-item:first-child {
  background-color: #6292a7;
}
#home-services .home-service-item:first-child .link:after {
  left: -0.625rem;
}
#home-services .home-service-item:nth-child(2) {
  background-color: #acbfce;
}
#home-services .home-service-item:nth-child(3) {
  background-color: #cbd5e0;
}
#home-services .home-service-item:nth-child(3) .link:after {
  right: -0.625rem;
}

#home-bien {
  padding-bottom: 4.375rem;
}
#home-bien .container-f {
  border-top: 0.0625rem #9cbbc8 solid;
  padding-top: 4.375rem;
}
#home-bien .in {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 720px) {
  #home-bien .in {
    float: left;
    width: 58.33333%;
    padding-right: 8px;
    float: none;
  }
}
@media (min-width: 720px) and (min-width: 480px) {
  #home-bien .in {
    padding-right: 8px;
  }
}
@media (min-width: 720px) and (min-width: 720px) {
  #home-bien .in {
    padding-right: 12px;
  }
}
@media (min-width: 720px) and (min-width: 960px) {
  #home-bien .in {
    padding-right: 12px;
  }
}
@media (min-width: 720px) and (min-width: 1280px) {
  #home-bien .in {
    padding-right: 12px;
  }
}
@media (min-width: 720px) and (min-width: 1600px) {
  #home-bien .in {
    padding-right: 12px;
  }
}

#home-bien .main-title {
  position: relative;
  padding-bottom: 2.1875rem;
}
#home-bien .main-title:after {
  content: "";
  position: absolute;
  height: 0.125rem;
  background-color: #375c6b;
  width: 6.25rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#home-biens-list .bien {
  position: relative;
  float: left;
  width: 25%;
  padding-left: 0;
  padding-right: 0;
}
#home-biens-list .bien:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6292a7;
  opacity: 0.8;
  -webkit-transition: opacity 300ms ease;
  -moz-transition: opacity 300ms ease;
  -ms-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  pointer-events: none;
}
#home-biens-list .bien:hover:before {
  opacity: 0;
}
#home-biens-list .bien img {
  width: 100%;
  display: block;
}
#home-biens-list:after {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  clear: both;
  border-bottom: #9cbbc8 solid 0.0625rem;
  padding-top: 4.375rem;
}
@media (min-width: 480px) {
  #home-biens-list:after {
    max-width: 100%;
  }
}
@media (min-width: 720px) {
  #home-biens-list:after {
    max-width: 720px;
  }
}
@media (min-width: 960px) {
  #home-biens-list:after {
    max-width: 940px;
  }
}
@media (min-width: 1280px) {
  #home-biens-list:after {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  #home-biens-list:after {
    max-width: 1400px;
  }
}

#slideshow-w {
  height: 37.5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  margin-top: -12.1875rem;
  padding-top: 0;
  position: relative;
}
#slideshow-w .slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#slideshow-w .slider .slide {
  height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
#slideshow-w .slider .slide .in {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 480px) {
  #slideshow-w .slider .slide .in {
    max-width: 100%;
  }
}
@media (min-width: 720px) {
  #slideshow-w .slider .slide .in {
    max-width: 720px;
  }
}
@media (min-width: 960px) {
  #slideshow-w .slider .slide .in {
    max-width: 940px;
  }
}
@media (min-width: 1280px) {
  #slideshow-w .slider .slide .in {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  #slideshow-w .slider .slide .in {
    max-width: 1400px;
  }
}
#slideshow-w .slider .slide .in .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2.8125rem;
  padding-left: 1.25rem;
}
@media (min-width: 720px) {
  #slideshow-w .slider .slide .in .text {
    font-size: 3rem;
    line-height: 5.625rem;
    padding-left: 0;
  }
}
#slideshow-w .slider .slide .in .text span {
  background: rgba(0, 0, 0, 0.4);
  padding: 0.625rem;
}
#slideshow-w .slider .slide .in .text .sub {
  font-family: "Lora", serif;
  font-weight: 400;
}
#slideshow-w .down {
  content: '';
  width: 2.8125rem;
  height: 1.5625rem;
  position: absolute;
  bottom: 4.0625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/arrow-bottom.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.slick-prev, .slick-next {
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  z-index: 20;
}
.slick-prev::before, .slick-next::before {
  content: none;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}

.slick-prev {
  left: -5.625rem;
  background-image: url(../images/arrow-left.png) !important;
}

.slick-next {
  right: -5.625rem;
  background-image: url(../images/arrow-right.png) !important;
}

#arrows {
  position: absolute;
  top: calc(50%);
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#arrows #arrows-in {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;
  margin-top: -1.25rem;
}
@media (min-width: 480px) {
  #arrows #arrows-in {
    max-width: 100%;
  }
}
@media (min-width: 720px) {
  #arrows #arrows-in {
    max-width: 720px;
  }
}
@media (min-width: 960px) {
  #arrows #arrows-in {
    max-width: 940px;
  }
}
@media (min-width: 1280px) {
  #arrows #arrows-in {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  #arrows #arrows-in {
    max-width: 1400px;
  }
}

#dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.25rem;
}
#dots #dots-in {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;
}
@media (min-width: 480px) {
  #dots #dots-in {
    max-width: 100%;
  }
}
@media (min-width: 720px) {
  #dots #dots-in {
    max-width: 720px;
  }
}
@media (min-width: 960px) {
  #dots #dots-in {
    max-width: 940px;
  }
}
@media (min-width: 1280px) {
  #dots #dots-in {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  #dots #dots-in {
    max-width: 1400px;
  }
}
#dots .slick-dots {
  bottom: 0;
  right: 0;
  width: auto;
}
#dots .slick-dots li button {
  border: 0.125rem solid white;
  width: 0.9375rem;
  height: 0.9375rem;
  border-radius: 50%;
}
#dots .slick-dots li button::before {
  content: none;
}
#dots .slick-dots li.slick-active button {
  background: white;
}

#mono-w {
  position: relative;
}
#mono-w #mono {
  content: "";
  position: absolute;
  top: 25%;
  right: 0;
  z-index: 1;
  width: 58.375rem;
  height: 42.375rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../images/mono-home.png);
}
#mono-w.services #mono {
  background-image: url(../images/mono-services.png);
  top: -6.25rem;
  width: 54.125rem;
  height: 39rem;
}
#mono-w.real #mono {
  top: 0;
}
#mono-w.contact #mono {
  top: 0;
}

.container {
  position: relative;
  z-index: 2;
}

#biens-list {
  color: #6292a7;
}
#biens-list .bien {
  padding: 3.75rem 0;
  border-bottom: 0.0625rem solid #9cbbc8;
}
#biens-list .bien:first-child {
  padding-top: 0;
}
@media (min-width: 720px) {
  #biens-list .picture-w {
    float: left;
    width: 41.66667%;
    padding-right: 8px;
  }
}
@media (min-width: 720px) and (min-width: 480px) {
  #biens-list .picture-w {
    padding-right: 8px;
  }
}
@media (min-width: 720px) and (min-width: 720px) {
  #biens-list .picture-w {
    padding-right: 12px;
  }
}
@media (min-width: 720px) and (min-width: 960px) {
  #biens-list .picture-w {
    padding-right: 12px;
  }
}
@media (min-width: 720px) and (min-width: 1280px) {
  #biens-list .picture-w {
    padding-right: 12px;
  }
}
@media (min-width: 720px) and (min-width: 1600px) {
  #biens-list .picture-w {
    padding-right: 12px;
  }
}

@media (min-width: 720px) {
  #biens-list .text-w {
    float: left;
    width: 58.33333%;
    padding-left: 8px;
  }
}
@media (min-width: 720px) and (min-width: 480px) {
  #biens-list .text-w {
    padding-left: 8px;
  }
}
@media (min-width: 720px) and (min-width: 720px) {
  #biens-list .text-w {
    padding-left: 12px;
  }
}
@media (min-width: 720px) and (min-width: 960px) {
  #biens-list .text-w {
    padding-left: 12px;
  }
}
@media (min-width: 720px) and (min-width: 1280px) {
  #biens-list .text-w {
    padding-left: 12px;
  }
}
@media (min-width: 720px) and (min-width: 1600px) {
  #biens-list .text-w {
    padding-left: 12px;
  }
}

#biens-list .title {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 1.4375rem;
  line-height: 1.5625rem;
  color: #375c6b;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
}
#biens-list .type {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
}
#biens-list .price {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.375rem;
  margin: 1.25rem 0;
  color: #375c6b;
}
#biens-list .sub {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  margin-bottom: 1.5625rem;
}
#biens-list .sub span {
  display: inline-block;
  border-right: 0.125rem solid #6292a7;
  padding-right: 0.625rem;
  margin-right: 0.3125rem;
}
#biens-list .sub span:last-child {
  border: none;
}
#biens-list .sub-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  max-width: 80%;
  position: relative;
  padding-bottom: 2.5rem;
  position: relative;
}
#biens-list .trigger-more {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../images/plus.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  left: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  cursor: pointer;
}
#biens-list .sub-description, #biens-list .description {
  padding-top: 0.625rem;
}
#biens-list .sub-description:before, #biens-list .description:before {
  content: "";
  width: 0.625rem;
  background-color: #6292a7;
  height: 0.0625rem;
  position: absolute;
  top: 0;
  left: 0;
}
#biens-list .trigger-more-dest {
  height: 0;
  overflow: hidden;
}
#biens-list .more-title {
  padding-top: 2.8125rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  margin-bottom: 1.5625rem;
}
#biens-list .description {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  max-width: 80%;
}
#biens-list .contact {
  padding: 0.3125rem 0 0.3125rem 3.125rem;
  background-image: url(../images/phone-2.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  margin-top: 3.75rem;
}
#biens-list .contact span {
  display: inline-block;
  padding: 0.3125rem 0.9375rem;
  border-left: 0.0625rem solid #c2c2c1;
}
#biens-list .contact a {
  color: #6292a7;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
}
#biens-list .gallery {
  margin-top: 3.125rem;
}
#biens-list .gallery .gallery-item {
  display: block;
  float: left;
  width: 25%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
#biens-list .gallery .gallery-item:before {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: white;
  width: 0.5rem;
  height: 1.875rem;
  right: -0.25rem;
}
#biens-list .gallery .gallery-item img {
  width: 100%;
}
#biens-list .gallery .slick-prev {
  background-image: url(../images/arrow-left-2.png) !important;
}
#biens-list .gallery .slick-next {
  background-image: url(../images/arrow-right-2.png) !important;
}

#pagination-w {
  text-align: center;
  margin: 2.5rem 0;
}
#pagination-w .page {
  display: inline-block;
}
#pagination-w .page .link {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #6292a7;
  font-size: 0.9375rem;
  line-height: 1rem;
  display: inline-block;
  padding: 0 0.1875rem;
}
#pagination-w .page.current .link {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1rem;
}

.lb-number {
  display: none !important;
}

.lb-nav a.lb-next {
  background-image: url(../images/arrow-right-light.png) !important;
}

.lb-nav a.lb-prev {
  background-image: url(../images/arrow-left-light.png) !important;
  left: 25px !important;
}

.lightbox .lb-image {
  border-radius: 0;
}

.lightboxOverlay {
  opacity: 0.5;
}

#legals {
  padding-top: 3.75rem;
  text-align: center;
}

/* ==========================================================================
	Components
/* ========================================================================== */
/* ==========================================================================
	Components
/* ========================================================================== */
/* ==========================================================================
	Directory
/* ========================================================================== */
/* Directories */
/*$theme_dir: '/public/themes/vanilla/';*/
/*$images_dir: '/public/themes/vanilla/images/'*/
/* ==========================================================================
	Color
/* ========================================================================== */
/* ==========================================================================
	Texts
/* ========================================================================== */
/* ==========================================================================
	Font
/* ========================================================================== */
/* @font-face {
    font-family: 'galano_grotesque_alt_bold';
    src: url('../fonts/galano-grotesque/galano_grotesque_alt_bold-webfont.woff2') format('woff2'),
         url('../fonts/galano-grotesque/galano_grotesque_alt_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

$font-1-stack: 'Montserrat', sans-serif;*/
/* ==========================================================================
	Components
/* ========================================================================== */
#footer-contact {
  background-color: #6292a7;
  padding: 1.875rem 0;
  color: #fff;
  font-family: "Lora", serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.125rem;
}
@media (min-width: 720px) {
  #footer-contact {
    padding: 3.75rem 0;
  }
}
@media (min-width: 720px) {
  #footer-contact .left {
    float: left;
  }
}
#footer-contact .btn {
  display: inline-block;
  color: white;
  border: 0.0625rem solid white;
  font-family: "Lora", serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1rem;
  padding: 0.625rem 2.8125rem;
  margin-top: 20px;
}
@media (min-width: 720px) {
  #footer-contact .btn {
    float: right;
    margin-top: 0;
  }
}

#main-footer {
  padding: 4.6875rem 0;
}

.left-footer {
  float: left;
  width: 66.66667%;
  padding-right: 8px;
}
@media (min-width: 480px) {
  .left-footer {
    padding-right: 8px;
  }
}
@media (min-width: 720px) {
  .left-footer {
    padding-right: 12px;
  }
}
@media (min-width: 960px) {
  .left-footer {
    padding-right: 12px;
  }
}
@media (min-width: 1280px) {
  .left-footer {
    padding-right: 12px;
  }
}
@media (min-width: 1600px) {
  .left-footer {
    padding-right: 12px;
  }
}
@media (min-width: 720px) {
  .left-footer {
    float: left;
    width: 50%;
    padding-right: 8px;
  }
}
@media (min-width: 720px) and (min-width: 480px) {
  .left-footer {
    padding-right: 8px;
  }
}
@media (min-width: 720px) and (min-width: 720px) {
  .left-footer {
    padding-right: 12px;
  }
}
@media (min-width: 720px) and (min-width: 960px) {
  .left-footer {
    padding-right: 12px;
  }
}
@media (min-width: 720px) and (min-width: 1280px) {
  .left-footer {
    padding-right: 12px;
  }
}
@media (min-width: 720px) and (min-width: 1600px) {
  .left-footer {
    padding-right: 12px;
  }
}

#footer-navigation {
  float: left;
  width: 66.66667%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1.875rem;
  position: relative;
}
#footer-navigation .menu-item {
  float: left;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0.625rem;
}
#footer-navigation h3 {
  font-family: "Lora", serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1rem;
  color: #375c6b;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
}
#footer-navigation a {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #6292a7;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
}
#footer-navigation:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #375c6b;
  width: 25%;
}

#footer-address {
  clear: both;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #999;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  padding-top: 3.125rem;
}
#footer-address a {
  color: #999;
}
#footer-address a:hover {
  color: #375c6b;
}
@media (min-width: 720px) {
  #footer-address .col {
    float: left;
    width: 33.33333%;
    padding-left: 0;
    padding-right: 0;
  }
}
#footer-address .col div {
  margin-bottom: 0.625rem;
}
#footer-address .icon.linkedin {
  background-image: url(../images/linkedin.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  text-indent: -62.4375rem;
  overflow: hidden;
}

#footer-logo {
  float: right;
  width: 6.5625rem;
}
@media (min-width: 720px) {
  #footer-logo {
    width: 13.4375rem;
  }
}

#deep-footer {
  background-color: #f8f8f8;
  color: #999;
  padding: 2.1875rem;
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.75rem;
}
#deep-footer a {
  color: #999;
}
#deep-footer a:hover {
  color: #375c6b;
}
#deep-footer .container div {
  text-align: center;
  margin-bottom: 1.25rem;
}
@media (min-width: 720px) {
  #deep-footer .container div {
    float: left;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    margin-bottom: 0;
  }
  #deep-footer .container div:last-child {
    text-align: right;
  }
}

#main-header {
  background-color: #6e9ab0;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: url(../images/header.jpg);
  background-size: auto 100%;
  position: relative;
  z-index: 50;
}
@media (min-width: 720px) {
  #main-header {
    height: 12.9375rem;
    padding-top: 2.75rem;
  }
}
@media (min-width: 720px) {
  #main-header .in {
    height: 6.875rem;
    border-bottom: 0.0625rem solid #cedee5;
  }
}
#main-header #logo {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-indent: -62.4375rem;
  width: 2.9375rem;
  height: 1.875rem;
  margin: 1.25rem 0;
  background-image: url(../images/logo-s.png);
  background-size: contain;
  background-position: 50%;
}
@media (min-width: 720px) {
  #main-header #logo {
    width: 5.875rem;
    height: 3.75rem;
    margin: 0 0;
  }
}

.home #main-header {
  background-color: transparent;
  background-image: none;
}
@media (min-width: 720px) {
  .home #main-header {
    height: 12.1875rem;
    padding-top: 0;
  }
}
.home #main-header .in {
  padding-top: 1.375rem;
}
@media (min-width: 720px) {
  .home #main-header .in {
    height: 12.1875rem;
    padding-top: 2.75rem;
  }
}
.home #main-header #logo {
  width: 5.3125rem;
  height: 3.875rem;
  background-image: url(../images/logo-home.png);
}
@media (min-width: 720px) {
  .home #main-header #logo {
    width: 10.6875rem;
    height: 7.8125rem;
  }
}
.home #menu-primary-nav {
  margin-top: 0;
}
.home #menu-primary-nav a {
  color: white;
}
.home #menu-primary-nav a:after {
  background-color: white;
}

#menu-primary-nav {
  text-align: right;
  position: absolute;
  top: 100%;
  right: 20px;
  margin-top: 3.4375rem;
  z-index: 1000;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 0.875rem;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -moz-transition: -moz-transform ease 300ms;
  -webkit-transition: -webkit-transform ease 300ms;
  -o-transition: -o-transform ease 300ms;
  -ms-transition: -ms-transform ease 300ms;
  transition: transform ease 300ms;
}
#menu-primary-nav a {
  color: #6292a7;
  display: block;
  padding: 1.25rem 0;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 0.875rem;
}
#menu-primary-nav a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 1.875rem;
  height: 0.0625rem;
  background-color: #6292a7;
}
@media (min-width: 720px) {
  #menu-primary-nav {
    right: 0;
  }
}

#nav-toggler {
  width: 2.1875rem;
  height: 1.875rem;
  right: 1.25rem;
  cursor: pointer;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
@media (min-width: 720px) {
  #nav-toggler {
    right: 0;
  }
}
#nav-toggler .bar {
  position: absolute;
  left: 0;
  height: 0.125rem;
  width: 100%;
  background: white;
  border-radius: 0;
  opacity: 1;
  -webkit-transition: 250ms ease-in-out;
  -moz-transition: 250ms ease-in-out;
  -ms-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}
#nav-toggler .bar:nth-child(1) {
  top: 0;
}
#nav-toggler .bar:nth-child(2), #nav-toggler .bar:nth-child(3) {
  top: 0.875rem;
}
#nav-toggler .bar:nth-child(4) {
  top: 1.75rem;
}

.menu-open #nav-toggler .bar:nth-child(1) {
  top: 1.125rem;
  width: 0%;
  left: 50%;
  opacity: 0;
}
.menu-open #nav-toggler .bar:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-open #nav-toggler .bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-open #nav-toggler .bar:nth-child(4) {
  top: 1.125rem;
  width: 0%;
  left: 50%;
  opacity: 0;
}
.menu-open #menu-primary-nav {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* ==========================================================================
	Pages
/* ========================================================================== */

/*# sourceMappingURL=global.css.map */
