@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #fff;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
  text-align: center; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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(../images/fancybox_loading.gif) center center no-repeat; }

/* Icons */
/* 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%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-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: "arial";
  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-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 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: "arial";
        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; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font: 16px 'Hind', 'Helvetiva neue', arial, sans-serif; }

a {
  color: #000;
  text-decoration: none;
  outline: none; }
  a:focus {
    outline: none; }

.page {
  position: relative; }

.rental {
  position: absolute;
  top: 100px;
  left: 20px;
  width: calc(100% - 40px);
  z-index: 10; }
  @media screen and (min-width: 768px) {
    .rental {
      left: 40px;
      width: calc(100% - 80px); } }
  .rental > span {
    background: #fff;
    font-size: 16px;
    padding: 3px 0;
    line-height: 40px;
    background: #fff;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
    -webkit-box-shadow: -0.3em 0 0 0 #fff, 0.3em 0 0 0 #fff;
            box-shadow: -0.3em 0 0 0 #fff, 0.3em 0 0 0 #fff; }
    .rental > span:first-child {
      font-size: 26px;
      color: #006db7;
      font-weight: 700; }
    @media screen and (min-width: 768px) {
      .rental > span {
        font-size: 21px;
        line-height: 50px; } }
@media screen and (min-width: 768px) {
  .show-mobile {
    display: none; } }

@media screen and (max-width: 768px) {
  .hide-mobile {
    display: none; } }

.booking {
  text-align: center; }
  .booking .slick-list {
    max-width: 50%;
    margin: 0 auto; }
  .booking img {
    max-width: 100%; }
  @media screen and (min-width: 769px) {
    .booking {
      position: relative;
      z-index: 12;
      float: right;
      max-width: 40%; }
      .booking .slick-list {
        max-width: 50%;
        margin: 0 auto; } }
ul.contact {
  position: relative;
  top: 0;
  margin-top: 5px;
  background: #fff;
  list-style: none;
  text-align: center;
  z-index: 10;
  -webkit-transition: top 0.3s;
  transition: top 0.3s; }
  ul.contact:after, ul.contact:before {
    content: "";
    display: table;
    clear: both; }
  ul.contact a {
    position: relative;
    padding-left: 25px; }
  ul.contact .fa:before {
    position: absolute;
    left: 0; }
  @media screen and (max-width: 767px) {
    ul.contact {
      padding: 5px 0 5px 30px;
      text-align: left; }
      ul.contact .fa {
        line-height: 26px !important; } }
  ul.contact li {
    display: inline-block;
    padding: 10px 2%; }
    @media screen and (max-width: 767px) {
      ul.contact li {
        display: block; }
        ul.contact li:first-child {
          display: block;
          padding-bottom: 0; } }
.navFix ul.contact {
  top: 60px; }

.l-content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 10;
  font-family: 'Hind', sans-serif;
  font-weight: 300; }

.box-row {
  clear: both; }

.box {
  position: relative;
  float: left;
  margin: 50px 0;
  width: 60%;
  background: #282828;
  padding: 10px 30px;
  color: #ccc; }
  .box a {
    text-decoration: underline; }
  .box h2 {
    font: 700 1.4em  'Playfair Display', serif; }
  @media screen and (max-width: 767px) {
    .box {
      width: 95%;
      float: none;
      margin: 0 auto 50px;
      opacity: .9; } }
.box--white {
  background: #fff;
  color: #444; }

.box--hp img {
  width: 100%;
  margin: 0 -30px -10px;
  vertical-align: middle;
  opacity: .3; }

.box--posizione {
  position: relative;
  width: 60%;
  float: right;
  margin-top: -100px;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .box--posizione {
      width: 95%;
      float: none;
      margin: 0 auto 50px;
      opacity: .9; } }
.box--camere {
  position: relative;
  width: 100%;
  margin-top: -90px;
  z-index: 9;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .box--camere {
      width: 95%;
      float: none;
      margin: 0 auto 50px;
      opacity: .9; } }
.box--camere .box__inner {
  padding: 0 30px; }
  @media screen and (max-width: 768px) {
    .box--camere .box__inner {
      padding: 0; } }
.box--attivita {
  width: 50%;
  position: relative;
  margin-top: -10px;
  z-index: 8; }
  @media screen and (max-width: 767px) {
    .box--attivita {
      width: 95%;
      float: none;
      margin: 0 auto 50px;
      opacity: .9; } }
.box--tariffe {
  position: relative;
  width: 40%;
  margin-left: -20px;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .box--tariffe {
      width: 95%;
      float: none;
      margin: 0 auto 50px;
      opacity: .9; } }
.box--collaborazioni {
  margin: 0 0 40px 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .box--collaborazioni h4 {
    font-weight: 300;
    font-size: 18px; }
  .box--collaborazioni a {
    color: #fff;
    text-decoration: underline; }

.img-instagram {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 40%;
  background: #fff;
  border: 10px solid #fff;
  padding-bottom: 30%;
  overflow: hidden;
  z-index: 11; }
  @media screen and (max-width: 767px) {
    .img-instagram {
      position: relative;
      padding-bottom: 80%;
      bottom: 0; } }
  @media screen and (max-width: 767px) and (max-width: 767px) {
    .img-instagram {
      width: 95%;
      float: none;
      margin: 0 auto 50px;
      opacity: .9; } }
  .img-instagram img.instagram {
    position: absolute;
    top: -7%;
    left: 0;
    width: 100%; }

.bbday {
  position: absolute;
  top: -20px;
  left: 40px;
  right: 40px;
  min-height: 130px;
  font: 700 20px/22px 'Hind', 'Helvetiva neue', arial, sans-serif;
  z-index: 10;
  padding: 20px 20px 20px 170px;
  background: #fff;
  text-align: center; }
  .bbday a {
    position: absolute;
    left: 20px;
    top: 20px;
    margin: 0 20px 20px 0; }
  .bbday img {
    width: auto; }
  @media screen and (max-width: 767px) {
    .bbday {
      left: 10px;
      right: 10px;
      -webkit-transform: translateX(0);
      transform: translateX(0);
      font: 700 14px 'Hind', 'Helvetiva neue', arial, sans-serif;
      padding: 0;
      background: transparent; }
      .bbday span {
        display: block;
        background: #fff;
        padding: 20px; }
      .bbday a {
        position: relative;
        display: block;
        text-align: center; } }
header {
  position: relative;
  z-index: 100; }
  header .navFake {
    display: none;
    height: 0;
    width: 100%; }

.lang {
  position: relative;
  max-width: 1200px;
  margin: 0 auto; }
  .lang .lang-inner {
    position: absolute;
    top: -30px;
    right: 0; }
    .lang .lang-inner a {
      margin: 5px; }

.nav-main {
  background: #fff;
  padding: 30px 30px;
  font: 20px 'Playfair Display', serif;
  text-transform: uppercase;
  text-align: left; }
  .nav-main:after, .nav-main:before {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 767px) {
    .nav-main {
      padding: 0 30px; } }
  .nav-main h1 {
    margin: 0;
    font-size: 1.2em; }
  .nav-main ul {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px; }
    .nav-main ul li {
      display: inline-block;
      list-style: none;
      margin: 0 30px; }
      @media screen and (max-width: 768px) {
        .nav-main ul li {
          margin: 0 30px 0 0;
          font-size: 18px; } }
    .nav-main ul .socials {
      margin: 0 5px; }
      .nav-main ul .socials img {
        width: 30px;
        margin-top: -3px;
        vertical-align: middle; }
    .nav-main ul a {
      color: #000;
      text-decoration: none; }
    .nav-main ul h1 a {
      color: #006db7; }
  @media screen and (max-width: 767px) {
    .nav-main ul li {
      display: none;
      margin: 15px 0;
      text-align: center; }
      .nav-main ul li:first-child, .nav-main ul li.socials {
        display: inline-block;
        text-align: left; }
      .nav-main ul li.socials {
        float: right;
        margin: 15px 5px; } }
.navFix header .navFake {
  display: block; }

.navFix .nav-main {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 10px 30px;
  font-size: 14px;
  border-bottom: 1px solid #282828; }

.index .bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../images/bg-03.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  z-index: 9; }
  @media screen and (max-width: 700px) {
    .index .bg {
      background-position: 25% 100%; } }
#instagram a {
  float: left;
  margin: 20px;
  border: 5px solid #fff; }

#instagram img {
  max-width: 200px;
  vertical-align: middle; }

@media screen and (max-width: 768px) {
  #instagram a {
    float: none;
    display: block; }
    #instagram a img {
      max-width: 700px;
      width: 100%; } }

.mosaic {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 50px;
  z-index: 10;
  background: #fff; }
  .mosaic.mosaic-activities {
    margin-bottom: 0; }
  .mosaic .slick-slider {
    margin-bottom: 0; }
  .mosaic .slick-dots {
    display: none; }
  .mosaic .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 38px;
    width: 42px;
    background: url("../images/arrow.png") no-repeat;
    cursor: pointer;
    z-index: 1000;
    -webkit-transition: background-position 0.2s;
    transition: background-position 0.2s; }
    .mosaic .slick-arrow:before {
      display: none; }
  .mosaic .slick-next {
    background-position: -40px 0;
    right: 10px; }
    @media screen and (min-width: 800px) {
      .mosaic .slick-next:hover {
        background-position: -35px 0; } }
  .mosaic .slick-prev {
    left: 10px;
    background-position: 0 0; }
    @media screen and (min-width: 800px) {
      .mosaic .slick-prev:hover {
        background-position: -5px 0; } }
  .mosaic .btn__video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 86px;
    width: 86px;
    margin-top: -43px;
    margin-left: -43px;
    background-image: url("../images/play_icon.png");
    background-repeat: no-repeat;
    display: block;
    font-size: 0; }
  .mosaic .mosaic__row,
  .mosaic .mosaic__col {
    overflow: hidden; }
  .mosaic .mosaic__box {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .mosaic .mosaic__box:hover {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
  .mosaic .mosaic__item::after {
    clear: both;
    content: "";
    display: table; }
  .mosaic .mosaic__item > .mosaic__col {
    width: 33.3333333333%;
    position: relative;
    float: left;
    padding-bottom: 40%; }
    .mosaic .mosaic__item > .mosaic__col.mosaic__col--2w {
      width: 66.6666666667%; }
    .mosaic .mosaic__item > .mosaic__col > .mosaic__row:first-child:last-child {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .mosaic .mosaic__item > .mosaic__col > .mosaic__row:first-child {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 50%;
      left: 0; }
    .mosaic .mosaic__item > .mosaic__col > .mosaic__row:last-child {
      position: absolute;
      top: 50%;
      right: 0;
      bottom: 0;
      left: 0; }
    .mosaic .mosaic__item > .mosaic__col > .mosaic__row > .mosaic__col {
      width: 50%; }
      .mosaic .mosaic__item > .mosaic__col > .mosaic__row > .mosaic__col:first-child {
        position: absolute;
        top: 0;
        right: 50%;
        bottom: 0;
        left: 0; }
      .mosaic .mosaic__item > .mosaic__col > .mosaic__row > .mosaic__col:last-child {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 50%; }

.mobile-mosaic {
  position: relative; }
  .mobile-mosaic:after {
    content: "";
    position: relative;
    padding-bottom: 100%;
    display: block; }
  .mobile-mosaic .mosaic__box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    z-index: 3; }

.mosaic-cloned {
  margin-bottom: 70px;
  position: relative;
  z-index: 10; }
  .mosaic-cloned .s-dot--last {
    background-color: #000; }
  .mosaic-cloned .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 38px;
    width: 42px;
    background: url("../images/arrow.png") no-repeat;
    cursor: pointer;
    z-index: 1000;
    -webkit-transition: background-position 0.2s;
    transition: background-position 0.2s; }
    .mosaic-cloned .slick-arrow:before {
      display: none; }
    .mosaic-cloned .slick-arrow.slick-prev {
      left: 10px;
      background-position: 0 0;
      left: 0; }
      @media screen and (min-width: 800px) {
        .mosaic-cloned .slick-arrow.slick-prev:hover {
          background-position: -5px 0; } }
    .mosaic-cloned .slick-arrow.slick-next {
      background-position: -40px 0;
      right: 10px;
      right: 0; }
      @media screen and (min-width: 800px) {
        .mosaic-cloned .slick-arrow.slick-next:hover {
          background-position: -35px 0; } }


#cin{position: relative; z-index: 10;background: #fff; color: #000; padding: 10px 0; text-align: center;font-size: 14px;}