@charset "UTF-8";
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 50%; }
  @media only screen and (min-width: 37.5em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (min-width: 75em) {
    html {
      font-size: 62.5%; } }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 75%; } }

body {
  box-sizing: border-box; }

ul {
  list-style: none; }

.cc-compliance {
  min-width: 150px !important; }

.wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }
  @media only screen and (min-width: 75em) {
    .wrapper {
      width: 120rem;
      margin: 0 auto;
      padding: 0; } }
  @media only screen and (min-width: 112.5em) {
    .wrapper {
      width: 140rem; } }

body {
  font-family: 'Montserrat', sans-serif; }

h1, h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600; }

p {
  font-size: 1.6rem;
  line-height: 2em;
  margin-bottom: 1.5rem; }

.page-header {
  text-align: center;
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #257acf;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .page-header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }

.title--general {
  font-size: 4rem;
  text-transform: uppercase;
  color: #2984f3; }

.title--subtitle {
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
  font-weight: 200;
  text-transform: uppercase; }

.title--page {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  color: #fff;
  font-size: 4.6rem;
  font-weight: 300;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3); }

.title--small {
  font-size: 3.2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #257acf;
  margin-bottom: 2rem; }

.list--general {
  font-size: 1.4rem; }
  .list--general li {
    margin: .5rem 0; }

.text-centered {
  text-align: center !important; }

.text-white {
  color: #fff !important; }

.text-color {
  color: #2984f3 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-grey-light {
  background-color: #eee !important; }

.bg-grey-dark {
  background-color: #333 !important; }

.bg-theme {
  background-color: #54a0ff !important; }

.bg-light {
  background-color: #2984f3 !important; }

.bg-dark {
  background-color: #257acf !important; }

.mt-small {
  margin-top: 1.5rem; }

.mb-small {
  margin-bottom: 1.5rem; }

.mb-zero {
  margin-bottom: 0; }

.pt-big {
  padding-top: 15rem !important; }

.pb-big {
  padding-bottom: 15rem !important; }

.pt-medium {
  padding-top: 7.5rem !important; }

.pb-medium {
  padding-bottom: 5.5rem !important; }

.pt-small {
  padding-top: 3rem !important; }

.pb-small {
  padding-bottom: 3rem !important; }

.blocks {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  background-color: #eee; }
  .blocks-group {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
    @media only screen and (min-width: 56.25em) {
      .blocks-group {
        -webkit-flex-direction: row;
                flex-direction: row; } }
    .blocks-group:nth-of-type(even) {
      -webkit-flex-direction: column-reverse;
              flex-direction: column-reverse; }
      @media only screen and (min-width: 56.25em) {
        .blocks-group:nth-of-type(even) {
          -webkit-flex-direction: row;
                  flex-direction: row; } }
  .blocks-text {
    -webkit-align-self: center;
            align-self: center;
    text-align: center;
    -webkit-flex: 1;
            flex: 1;
    padding: 3rem 0; }
    .blocks-text__title {
      font-size: 3.2rem;
      font-weight: 400;
      margin-top: 3rem;
      margin-bottom: 1.5rem; }
      @media only screen and (min-width: 56.25em) {
        .blocks-text__title {
          margin-bottom: 3rem; } }
    .blocks-text p {
      margin-top: 2rem;
      font-size: 1.6rem;
      padding: 0 1rem; }
      @media only screen and (min-width: 56.25em) {
        .blocks-text p {
          padding: 0 6rem; } }
  .blocks-image {
    display: block;
    height: 70vh;
    overflow: hidden; }
    @media only screen and (min-width: 56.25em) {
      .blocks-image {
        -webkit-flex: 1;
                flex: 1;
        height: auto; } }
    .blocks-image img {
      object-fit: cover;
      width: 100%;
      height: 100%; }

.btn {
  display: inline-block;
  padding: 1rem 1.5rem;
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s;
  outline: 0;
  border: 0; }

.btn--primary {
  background-color: #54a0ff;
  color: #fff; }
  .btn--primary:hover, .btn--primary:active {
    background-color: #2984f3;
    color: #fff; }

.btn--secondary {
  background-color: #f89501;
  color: #fff; }
  .btn--secondary:hover, .btn--secondary:active {
    background-color: #54a0ff; }

.cottage-gallery {
  background-color: #2984f3;
  width: 100%;
  height: 40rem;
  position: relative;
  overflow: hidden; }
  .cottage-gallery img {
    height: 40rem;
    object-fit: contain;
    opacity: .95; }

.cottage-quick-nav {
  background-color: #257acf;
  width: 100%; }
  @media only screen and (min-width: 56.25em) {
    .cottage-quick-nav {
      background-color: #eee; } }
  .cottage-quick-nav__links {
    height: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center; }
    @media only screen and (min-width: 56.25em) {
      .cottage-quick-nav__links {
        height: 5rem;
        -webkit-flex-direction: row;
                flex-direction: row; } }
  .cottage-quick-nav__link {
    display: inline-block;
    background-color: transparent;
    margin: 1rem 3rem;
    font-size: 1.8rem;
    text-decoration: none;
    color: #fff;
    transition: all .2s; }
    @media only screen and (min-width: 56.25em) {
      .cottage-quick-nav__link {
        margin: 0 2rem;
        font-size: 1.4rem;
        color: #333; } }
    .cottage-quick-nav__link:hover {
      color: #54a0ff; }
    .cottage-quick-nav__link--cta {
      background-color: #54a0ff;
      color: #fff;
      padding: .75rem 1.3rem;
      transition: all .2s; }
      .cottage-quick-nav__link--cta:hover {
        background-color: #f89501;
        color: #fff; }

.cottage-description {
  padding: 7.5rem 0;
  font-size: 1.4rem;
  line-height: 2rem;
  border-bottom: 1px solid #cccccc; }
  .cottage-description p {
    margin-bottom: 1.5rem; }
  .cottage-description__title {
    font-size: 3.2rem;
    line-height: 4rem;
    margin-bottom: 3rem;
    overflow: hidden; }
  .cottage-description__icons {
    margin-top: 5rem;
    padding-top: 3rem;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    border-top: 1px solid #cccccc; }
    .cottage-description__icons li {
      text-align: center;
      padding: 2rem;
      text-transform: uppercase;
      font-size: 1.2rem; }
    .cottage-description__icons .icon {
      display: block;
      margin: 0 auto 1rem auto; }

.cottage-amenities {
  padding: 4rem 2rem;
  background-color: #eee; }
  @media only screen and (min-width: 56.25em) {
    .cottage-amenities {
      padding: 5rem; } }
  @media only screen and (min-width: 56.25em) {
    .cottage-amenities__block > div:nth-of-type(even) .cottage-amenities__group-title {
      background-color: #2984f3; }
    .cottage-amenities__block > div:nth-of-type(even) .cottage-amenities__group-list {
      background-color: #f5f5f5; } }
  .cottage-amenities__group {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    width: 100%; }
    @media only screen and (min-width: 56.25em) {
      .cottage-amenities__group {
        -webkit-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-flex-direction: row;
                flex-direction: row;
        -webkit-justify-content: flex-end;
                justify-content: flex-end; } }
  .cottage-amenities__group-title {
    width: 100%;
    background-color: #54a0ff;
    border-bottom: 1px solid #257acf;
    padding: 5rem;
    font-size: 2.2rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    text-transform: uppercase;
    color: #fff; }
    @media only screen and (min-width: 56.25em) {
      .cottage-amenities__group-title {
        width: 40rem; } }
  .cottage-amenities__group-list {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    background-color: white;
    padding: 3rem;
    border-bottom: 1px solid #eee;
    font-size: 1.6rem; }
    @media only screen and (min-width: 56.25em) {
      .cottage-amenities__group-list {
        font-size: 1.4rem; } }
    .cottage-amenities__group-list li {
      width: 100%;
      padding: 1.2rem; }
      @media only screen and (min-width: 56.25em) {
        .cottage-amenities__group-list li {
          width: 50%; } }
      .cottage-amenities__group-list li:before {
        content: " ";
        display: inline-block;
        width: 5px;
        height: 5px;
        background-color: #257acf;
        margin-right: 5px; }

.cottage-booking {
  padding: 5rem 0; }

.cottage-price {
  background-color: #257acf;
  padding: 5rem 0; }
  .cottage-price p {
    font-size: 1.4rem;
    margin-bottom: 2.5rem; }

.prices {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  font-size: 1.6rem;
  color: #fff;
  -webkit-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 56.25em) {
    .prices {
      -webkit-flex-direction: row;
              flex-direction: row; } }
  .prices span {
    display: block;
    margin-bottom: 1rem;
    margin-top: 3rem;
    font-size: 1.6rem;
    font-weight: 600; }
    @media only screen and (min-width: 56.25em) {
      .prices span {
        margin-top: 0;
        margin-bottom: 1.5rem; } }

.cottage-gallery__slider .slick-prev {
  margin-left: 40px;
  z-index: 90; }

.cottage-gallery__slider .slick-next {
  margin-right: 40px;
  z-index: 90; }

.slick-arrow {
  z-index: 90 !important; }

.filters {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center; }
  .filters__input-group {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: flex-end;
            align-items: flex-end;
    -webkit-flex: 1;
            flex: 1; }
    .filters__input-group > div {
      margin: 1.5rem; }
  .filters__input {
    width: 25rem;
    padding: 1.5rem 1rem;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    font-size: 1.4rem; }
    .filters__input:focus {
      border: 1px solid #54a0ff;
      outline: none; }
  .filters__label {
    display: block;
    margin-bottom: 1rem;
    padding-left: .5rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #2984f3; }
  .filters__checkbox-label {
    font-size: 1.4rem;
    padding-left: 1rem; }
  .filters__search {
    padding: 1.5rem 3rem;
    outline: 0;
    border: 1px solid #54a0ff;
    border-radius: 5px;
    -webkit-appearance: none;
    cursor: pointer;
    transition: all .2s;
    background-color: #54a0ff;
    color: #fff;
    font-size: 1.4rem;
    text-transform: uppercase; }
    .filters__search:hover {
      background-color: #f89501;
      border: 1px solid #f89501; }

.listing {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 1.5rem; }
  .listing__item {
    margin: 1.5rem;
    padding: 0;
    width: calc(100% - 3rem);
    -webkit-flex-basis: calc(100% - 3rem);
            flex-basis: calc(100% - 3rem);
    background-color: #fff;
    text-align: center; }
    @media only screen and (min-width: 56.25em) {
      .listing__item {
        width: calc(50% - 3rem);
        -webkit-flex-basis: calc(50% - 3rem);
                flex-basis: calc(50% - 3rem); } }
    @media only screen and (min-width: 112.5em) {
      .listing__item {
        width: calc(33% - 3rem);
        -webkit-flex-basis: calc(33% - 3rem);
                flex-basis: calc(33% - 3rem); } }
  .listing__image {
    width: 100%;
    height: 30rem; }
    @media only screen and (min-width: 56.25em) {
      .listing__image {
        height: 50rem; } }
    .listing__image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .listing__title {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    border-bottom: 1px solid #e4e4e4; }
  .listing__title-text {
    display: block;
    margin-top: 1.5rem;
    padding-bottom: 1rem;
    font-size: 2.2rem; }
  .listing__icons {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
            justify-content: flex-start; }
  .listing__icon {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    font-size: 1.4rem;
    color: #333; }
    .listing__icon span {
      display: inline-block;
      margin: 1rem;
      margin-left: 0;
      width: 60px;
      height: 60px;
      -webkit-transform: scale(0.6);
              transform: scale(0.6); }
  .listing__price {
    display: inline-block;
    padding: 1rem;
    font-size: 1.6rem;
    display: none; }
    .listing__price span {
      font-family: 'Oswald', sans-serif;
      font-weight: 200;
      font-size: 2rem;
      color: #54a0ff; }
  .listing__bottom {
    position: relative;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e4e4e4; }
    .listing__bottom a {
      position: absolute;
      width: 45%;
      top: 50%;
      right: 5%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

.main-search {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  margin-top: 3rem; }
  @media only screen and (min-width: 56.25em) {
    .main-search {
      -webkit-flex-direction: row;
              flex-direction: row; } }
  .main-search > div {
    position: relative; }
  .main-search__input, .main-search__submit {
    height: 7.5rem;
    width: 40rem;
    border: 0;
    border-bottom: 1px solid #54a0ff;
    border-radius: 0;
    outline: 0;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all .2s;
    -webkit-appearance: none; }
    @media only screen and (min-width: 56.25em) {
      .main-search__input, .main-search__submit {
        width: 25rem;
        border-bottom: 0; } }
    .main-search__input::-webkit-input-placeholder, .main-search__submit::-webkit-input-placeholder {
      color: #fff; }
    .main-search__input:-ms-input-placeholder, .main-search__submit:-ms-input-placeholder {
      color: #fff; }
    .main-search__input::-ms-input-placeholder, .main-search__submit::-ms-input-placeholder {
      color: #fff; }
    .main-search__input::placeholder, .main-search__submit::placeholder {
      color: #fff; }
    .main-search__input:focus, .main-search__input:hover, .main-search__submit:focus, .main-search__submit:hover {
      background-color: #2984f3; }
    .main-search__input:focus::-webkit-input-placeholder, .main-search__submit:focus::-webkit-input-placeholder {
      opacity: 0; }
    .main-search__input:focus:-ms-input-placeholder, .main-search__submit:focus:-ms-input-placeholder {
      opacity: 0; }
    .main-search__input:focus::-ms-input-placeholder, .main-search__submit:focus::-ms-input-placeholder {
      opacity: 0; }
    .main-search__input:focus::placeholder, .main-search__submit:focus::placeholder {
      opacity: 0; }
  .main-search__input {
    background-color: #257acf; }
    @media only screen and (min-width: 56.25em) {
      .main-search__input {
        border-right: 1px solid #54a0ff; } }
  .main-search__submit {
    background-color: #54a0ff;
    transition: .2s; }
    .main-search__submit:hover {
      background-color: #f89501; }

.topbar {
  margin: 0;
  padding: 0 1.5rem;
  width: 100%;
  height: 6rem;
  background-color: #257acf;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap-reverse;
          flex-wrap: wrap-reverse;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between; }
  @media only screen and (min-width: 37.5em) {
    .topbar {
      height: 30px;
      padding: 0; } }
  .topbar a:link, .topbar a:visited {
    color: white;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all .2s; }
  .topbar a:hover, .topbar a:active {
    color: rgba(255, 255, 255, 0.5); }
  .topbar__contact {
    display: none;
    padding-left: 3rem;
    font-size: 1.3rem; }
    @media only screen and (min-width: 37.5em) {
      .topbar__contact {
        display: -webkit-flex;
        display: flex; } }
    .topbar__contact .icon {
      display: inline-block;
      width: 25px;
      height: 25px; }
  .topbar__contact-link {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center; }
    .topbar__contact-link:hover span {
      -webkit-transform: scale(0.95);
              transform: scale(0.95); }
    .topbar__contact-link:not(:first-child) {
      margin-left: 2rem; }
    .topbar__contact-link span {
      margin-right: 1rem;
      -webkit-transform: scale(0.85);
              transform: scale(0.85);
      transition: all .2s; }
  .topbar__languages {
    display: -webkit-flex;
    display: flex;
    margin-right: 3rem;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase; }
    @media only screen and (min-width: 37.5em) {
      .topbar__languages {
        font-size: 1.2em;
        font-weight: 200; } }
    .topbar__languages li {
      padding-right: 1rem; }
      .topbar__languages li:not(:last-child):after {
        content: "|";
        padding-left: 1rem;
        color: rgba(255, 255, 255, 0.5); }

.main-nav {
  background-color: #fff;
  box-shadow: 0px 3px 5px -5px rgba(0, 0, 0, 0.4);
  z-index: 50;
  width: 100%; }
  .main-nav--is-expanded {
    z-index: 500;
    background-color: #fff;
    padding: 2.5rem 1.5rem;
    position: absolute;
    height: 100vh; }
  .main-nav__menu-icon {
    background-color: #257acf;
    width: 4rem;
    height: 3.9rem;
    position: fixed;
    z-index: 9999;
    top: 1.5rem;
    right: 1.5rem; }
    @media only screen and (min-width: 37.5em) {
      .main-nav__menu-icon {
        display: none; } }
    .main-nav__menu-icon::before {
      content: "";
      position: absolute;
      top: 1rem;
      left: .5rem;
      width: 3rem;
      height: .3rem;
      background-color: #fff;
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
      transition: -webkit-transform .3s ease-out;
      transition: transform .3s ease-out;
      transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
    .main-nav__menu-icon__middle {
      position: absolute;
      top: 1.8rem;
      left: .5rem;
      width: 3rem;
      height: .3rem;
      background-color: #fff;
      transition: all .3s ease-out;
      -webkit-transform-origin: 0 50%;
              transform-origin: 0 50%; }
    .main-nav__menu-icon::after {
      content: " ";
      position: absolute;
      bottom: 1rem;
      left: .5rem;
      width: 3rem;
      height: .3rem;
      background-color: #fff;
      -webkit-transform-origin: 0 100%;
              transform-origin: 0 100%;
      transition: -webkit-transform .3s ease-out;
      transition: transform .3s ease-out;
      transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
  .main-nav__menu-icon--close-x::before {
    -webkit-transform: rotate(45deg) scaleX(0.82);
            transform: rotate(45deg) scaleX(0.82);
    left: 1.2rem; }
  .main-nav__menu-icon--close-x .main-nav__menu-icon__middle {
    opacity: 0;
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  .main-nav__menu-icon--close-x::after {
    -webkit-transform: rotate(-45deg) scaleX(0.82);
            transform: rotate(-45deg) scaleX(0.82);
    left: 1.2rem; }
  .main-nav__wrapper {
    display: none;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: center;
            align-items: center;
    height: 9rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    transition: all .2s ease-in-out; }
    .main-nav__wrapper--is-visible {
      display: -webkit-flex;
      display: flex;
      height: 80vh;
      -webkit-justify-content: flex-start;
              justify-content: flex-start; }
    @media only screen and (min-width: 37.5em) {
      .main-nav__wrapper {
        display: -webkit-flex;
        display: flex; } }
    @media only screen and (min-width: 75em) {
      .main-nav__wrapper {
        width: 120rem; } }
    @media only screen and (min-width: 112.5em) {
      .main-nav__wrapper {
        width: 140rem; } }
  .main-nav__logo {
    height: 100%;
    display: none;
    overflow: hidden; }
    @media only screen and (min-width: 37.5em) {
      .main-nav__logo {
        display: block; } }
    .main-nav__logo-figure {
      background-color: #ffb900;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
              clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
      overflow: hidden;
      transition: all .3s ease-in-out;
      position: absolute;
      top: 3rem;
      margin-left: 3rem;
      height: 12rem;
      z-index: 100; }
      @media only screen and (min-width: 75em) {
        .main-nav__logo-figure {
          margin-left: 0; } }
      .main-nav__logo-figure img {
        padding: 1rem;
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        transition: all .2s ease-in-out; }
  .main-nav__links {
    display: -webkit-flex;
    display: flex;
    transition: all .2s;
    -webkit-flex-direction: column;
            flex-direction: column; }
    @media only screen and (min-width: 37.5em) {
      .main-nav__links {
        -webkit-flex-direction: row;
                flex-direction: row; } }
    .main-nav__links a:link, .main-nav__links a:visited {
      font-size: 2rem;
      font-weight: 700;
      color: #2984f3;
      text-transform: uppercase;
      text-decoration: none;
      padding: 0;
      transition: all .3s;
      display: inline-block;
      margin-top: 1.5rem; }
      @media only screen and (min-width: 37.5em) {
        .main-nav__links a:link, .main-nav__links a:visited {
          display: inline;
          margin: 0;
          font-size: 1.6em;
          font-weight: 700;
          padding-right: 3rem; } }
    .main-nav__links a:hover, .main-nav__links a:active {
      color: #ffb900; }

.stuck {
  position: fixed;
  top: 0;
  background-color: #54a0ff !important;
  transition: all .2s; }
  @media only screen and (min-width: 37.5em) {
    .stuck .main-nav__wrapper {
      height: 7rem; } }
  .stuck .main-nav__links a:link,
  .stuck .main-nav__links a:visited {
    color: #fff; }
  .stuck .main-nav__links a:hover,
  .stuck .main-nav__links a:active {
    color: rgba(255, 255, 255, 0.7); }
  .stuck .main-nav__logo-figure {
    top: 0;
    height: 7rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 0 100%);
    background-color: #54a0ff; }
    .stuck .main-nav__logo-figure img {
      -webkit-transform: scale(0.6);
              transform: scale(0.6);
      padding: 0; }

.footer {
  background-color: #257acf; }
  .footer__wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 75em) {
      .footer__wrapper {
        width: 120rem;
        -webkit-justify-content: space-between;
                justify-content: space-between; } }
    @media only screen and (min-width: 112.5em) {
      .footer__wrapper {
        width: 140rem; } }
  .footer__logo {
    padding: 2rem;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
    .footer__logo img {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
      max-width: 30rem;
      margin-right: 1.5rem;
      object-fit: contain; }
  .footer__nav {
    display: -webkit-flex;
    display: flex;
    margin: 3rem auto; }
    @media only screen and (min-width: 75em) {
      .footer__nav {
        margin: 0; } }
  .footer__nav-item {
    padding-left: .5rem;
    padding-right: .5rem;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.2rem;
    color: #fff;
    transition: .2s; }
    @media only screen and (min-width: 37.5em) {
      .footer__nav-item {
        padding-left: 3rem;
        padding-right: 0;
        font-size: 1.4rem; } }
    .footer__nav-item:hover {
      color: rgba(255, 255, 255, 0.7); }
  .footer__bottom {
    background-color: #54a0ff;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 1rem 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 200;
    text-transform: uppercase; }
  .footer__bottom-link {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none; }
    .footer__bottom-link:hover {
      color: #fff; }

/* Do not edit directly! File generated by Gulp. Edit gulp/templates/sprite */
/* Phone icon by Freepik from www.flaticon.com */
.icon {
  background-image: url(../../../assets/images/sprites/sprite-7f756e96.svg); }

.icon--bedroom {
  width: 60px;
  height: 60px;
  background-position: 0 0; }

.icon--dimensions {
  width: 60px;
  height: 60px;
  background-position: 50% 0; }

.icon--envelope {
  width: 25px;
  height: 25px;
  background-position: 0 100%; }

.icon--facebook {
  width: 25px;
  height: 25px;
  background-position: 16.129032258064516% 100%; }

.icon--instagram {
  width: 25px;
  height: 25px;
  background-position: 32.25806451612903% 100%; }

.icon--people {
  width: 60px;
  height: 60px;
  background-position: 0 70.58823529411765%; }

.icon--pets {
  width: 60px;
  height: 60px;
  background-position: 50% 70.58823529411765%; }

.icon--phone-call {
  width: 25px;
  height: 25px;
  background-position: 48.38709677419355% 100%; }

.icon--wc {
  width: 60px;
  height: 60px;
  background-position: 100% 0; }

.icon--wifi {
  width: 60px;
  height: 60px;
  background-position: 100% 70.58823529411765%; }

.section-contact {
  margin: 7.5rem 0; }

.contact__boxes {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.contact__boxlink {
  display: block;
  width: 30rem;
  margin: 5rem 1.5rem 0 1.5rem;
  background-color: #257acf;
  text-decoration: none;
  color: #fff;
  padding: 2rem;
  transition: all .2s; }
  .contact__boxlink strong {
    display: block;
    font-size: 3rem;
    font-weight: 400;
    margin-top: 1rem; }
  .contact__boxlink p {
    font-size: 1.4rem;
    line-height: 1.8em;
    margin-top: 1rem; }
  .contact__boxlink:hover {
    background-color: #ffb900;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    color: #000; }

.contact-form__group:not(:last-child) {
  margin-bottom: 1.5rem;
  width: 80%;
  margin-left: auto;
  margin-right: auto; }

.contact-form__input {
  font-family: inherit;
  font-size: 1.6rem;
  color: inherit;
  padding: 1rem 2rem;
  background-color: #fff;
  border: 0;
  border: 1px solid #eee;
  width: 100%;
  display: block;
  transition: all .3s; }
  .contact-form__input:focus {
    outline: none;
    border: 1px solid #54a0ff; }
  .contact-form__input:focus:invalid {
    border: 1px solid #f89501; }

.contact-form__label {
  color: #257acf;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 1rem;
  display: block;
  transition: all .3s;
  text-align: left;
  text-transform: uppercase; }

.contact-form__input:placeholder-shown + .contact-form__label {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-4rem);
          transform: translateY(-4rem); }

.section-map {
  margin-top: 40rem;
  position: relative; }
  @media only screen and (min-width: 56.25em) {
    .section-map {
      margin-top: 0; } }

#map {
  width: 100%;
  height: 100vh; }
  @media only screen and (min-width: 56.25em) {
    #map {
      height: 50rem; } }

.contacts {
  position: absolute;
  z-index: 90;
  background-color: #54a0ff;
  right: 50%;
  top: -30rem;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  padding: 3rem;
  color: #fff;
  width: 100%;
  height: 30rem; }
  @media only screen and (min-width: 56.25em) {
    .contacts {
      width: auto;
      height: auto;
      right: 7.5rem;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); } }
  .contacts__item {
    display: block;
    margin: 2rem 0;
    font-size: 1.4rem;
    padding-left: 7.5rem; }
    .contacts__item img {
      width: 7.5rem;
      height: 7.5rem;
      border-radius: 50%;
      object-fit: cover;
      display: block;
      position: absolute;
      left: 1rem;
      margin-top: 1rem; }
    .contacts__item strong {
      display: block;
      font-size: 1.8rem;
      font-weight: 400;
      margin-top: 1rem; }
    .contacts__item em {
      display: block;
      font-weight: 200; }
    .contacts__item a:link, .contacts__item a:visited {
      color: #257acf;
      text-decoration: none;
      display: block;
      background-color: #fff;
      width: 100%;
      padding: .5rem;
      text-align: center;
      margin-top: 1rem;
      transition: all .2s; }
    .contacts__item a:hover, .contacts__item a:active {
      background-color: #257acf;
      color: #fff; }
  .contacts .title--small {
    font-size: 2.4rem !important;
    color: #fff !important; }

.large-hero {
  width: 100%;
  height: calc(100vh - 6rem);
  margin: 0;
  padding: 0;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 56.25em) {
    .large-hero {
      height: calc(100vh - 12em); } }
  .large-hero__searchbox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .large-hero__title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 9vmin;
    text-align: center;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem; }
    @media only screen and (min-width: 56.25em) {
      .large-hero__title {
        font-size: 5rem;
        margin-bottom: 0; } }
  .large-hero__subtitle {
    text-align: center;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 2.6rem;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 3rem;
    display: none; }
    @media only screen and (min-width: 56.25em) {
      .large-hero__subtitle {
        display: block; } }

.intro {
  background-color: #fff;
  padding: 7rem 0; }
  .intro__inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-justify-content: center;
            justify-content: center;
    margin: 0; }
    @media only screen and (min-width: 56.25em) {
      .intro__inner {
        -webkit-flex-direction: row;
                flex-direction: row;
        margin: 4rem; } }
  .intro__image {
    -webkit-flex: 0 0 47rem;
            flex: 0 0 47rem;
    z-index: 3;
    padding: 1rem 4rem; }
    @media only screen and (min-width: 56.25em) {
      .intro__image {
        padding: 0; } }
    .intro__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top right; }
  .intro__text {
    -webkit-flex: 1;
            flex: 1;
    background-color: #fff;
    padding: 2rem 1rem;
    margin: 0; }
    @media only screen and (min-width: 56.25em) {
      .intro__text {
        background-color: #eee;
        padding: 5rem 6rem;
        margin: 5rem 0; } }

.activities {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column; }
  @media only screen and (min-width: 56.25em) {
    .activities {
      -webkit-flex-direction: row;
              flex-direction: row; } }
  .activities__item {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    min-height: 80rem; }
    @media only screen and (min-width: 56.25em) {
      .activities__item {
        -webkit-flex-basis: 50%;
                flex-basis: 50%;
        min-height: 63rem; }
        .activities__item:hover .activities__content {
          height: 80%; }
          .activities__item:hover .activities__content p {
            display: block; } }
  .activities__content {
    display: block;
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 3rem;
    text-align: center;
    background-color: rgba(37, 122, 207, 0.7);
    color: #fff;
    transition: all .3s; }
    @media only screen and (min-width: 56.25em) {
      .activities__content {
        position: relative;
        width: 80%;
        height: 12rem; } }
    .activities__content p {
      line-height: 1.8em;
      display: block;
      margin-bottom: 1.5rem; }
      @media only screen and (min-width: 56.25em) {
        .activities__content p {
          display: none; } }
  .activities__title {
    font-size: 2.6rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: 600; }

.testimonials {
  background-color: #eee;
  padding: 9rem 0 7rem 0; }
  .testimonials__content {
    width: 100%;
    margin: 0 auto; }
    @media only screen and (min-width: 75em) {
      .testimonials__content {
        width: 100rem; } }
    .testimonials__content .slick-dots {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
              justify-content: center;
      padding: 0;
      list-style-type: none; }
      .testimonials__content .slick-dots li {
        margin: 0 0.25rem; }
      .testimonials__content .slick-dots button {
        display: block;
        width: 1rem;
        height: 1rem;
        padding: 0;
        border: none;
        border-radius: 100%;
        background-color: rgba(37, 122, 207, 0.3);
        text-indent: -9999px; }
      .testimonials__content .slick-dots li.slick-active button {
        background-color: #2984f3; }
  .testimonials__quote {
    padding: 4rem 2rem;
    font-size: 1.6rem;
    line-height: 2.8rem;
    text-align: center;
    font-weight: 400; }
    @media only screen and (min-width: 56.25em) {
      .testimonials__quote {
        padding: 3rem 0;
        font-size: 2rem;
        line-height: 3.6rem;
        font-weight: 200; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
  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%);
  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; }

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  transition: opacity 0.5s ease; }
  .slick-lightbox .slick-loading .slick-list {
    background-color: transparent; }
  .slick-lightbox .slick-prev {
    left: 15px; }
  .slick-lightbox .slick-next {
    right: 15px; }

.slick-lightbox-hide {
  opacity: 0; }
  .slick-lightbox-hide.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0; }
  .slick-lightbox-hide-init.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden; }
  .slick-lightbox-slick-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }
  .slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 20px; }
  .slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
    display: block;
    text-align: center; }

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%; }

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%; }

.slick-lightbox-slick-caption {
  margin: 10px 0 0;
  color: white; }

.slick-lightbox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  padding: 0;
  border: none; }
  .slick-lightbox-close:focus {
    outline: none; }
  .slick-lightbox-close:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.85;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '×'; }

.lightpick {
  position: absolute;
  z-index: 99999;
  padding: 4px;
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  color: #000;
  font-family: system-ui, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.125em; }

.lightpick--inlined {
  position: relative;
  display: inline-block; }

.lightpick,
.lightpick *,
.lightpick::after,
.lightpick::before {
  box-sizing: border-box; }

.lightpick.is-hidden {
  display: none; }

.lightpick__months {
  display: grid;
  background-color: #EEE;
  grid-template-columns: auto;
  grid-gap: 1px; }

.lightpick--2-columns .lightpick__months {
  grid-template-columns: auto auto; }

.lightpick--3-columns .lightpick__months {
  grid-template-columns: auto auto auto; }

.lightpick--4-columns .lightpick__months {
  grid-template-columns: auto auto auto auto; }

.lightpick--5-columns .lightpick__months {
  grid-template-columns: auto auto auto auto auto; }

.lightpick__month {
  padding: 4px;
  width: 288px;
  background-color: #FFF; }

.lightpick__month-title-bar {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 4px;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center; }

.lightpick__month-title {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 4px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  cursor: default;
  padding: 0 4px;
  border-radius: 4px; }

.lightpick__month-title > .lightpick__select {
  border: none;
  background-color: transparent;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.lightpick__month-title > .lightpick__select:disabled {
  color: #333; }

.lightpick__month-title > .lightpick__select-months {
  font-weight: bold;
  font-size: 1em;
  margin-right: .5em; }

.lightpick__toolbar {
  display: -webkit-flex;
  display: flex;
  text-align: right;
  -webkit-justify-content: flex-end;
          justify-content: flex-end; }

.lightpick__previous-action,
.lightpick__next-action,
.lightpick__close-action {
  display: -webkit-flex;
  display: flex;
  margin-left: 6px;
  width: 32px;
  height: 32px;
  outline: none;
  border: none;
  border-radius: 50%;
  background-color: #DDD;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center; }

.lightpick__previous-action,
.lightpick__next-action {
  font-size: 12px; }

.lightpick__close-action {
  font-size: 18px; }

.lightpick__previous-action:active,
.lightpick__next-action:active,
.lightpick__close-action:active {
  color: inherit; }

.lightpick__days-of-the-week {
  display: grid;
  grid-template-columns: repeat(7, 1fr); }

.lightpick__day-of-the-week {
  display: -webkit-flex;
  display: flex;
  font-size: 11px;
  font-weight: bold;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center; }

.lightpick__days {
  display: grid;
  grid-template-columns: repeat(7, 1fr); }

.lightpick__day {
  display: -webkit-flex;
  display: flex;
  height: 40px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 13px;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  cursor: default; }

.lightpick__day.is-today {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(220, 50, 47, .5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
  background-size: 18.8% auto;
  background-position: center bottom;
  color: #DC322F; }

.lightpick__day:not(.is-disabled):hover {
  background-size: contain;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23E0E0E0' cx='16' cy='16' r='16'/%3E%3C/svg%3E"); }

.lightpick__day.is-disabled {
  opacity: 0.38;
  pointer-events: none; }

.lightpick__day.disabled-tooltip {
  pointer-events: auto; }

.lightpick__day.is-disabled.is-forward-selected {
  opacity: 1; }

.lightpick__day.is-disabled.is-forward-selected:not(.is-start-date) {
  background-color: rgba(38, 139, 210, 0.1);
  background-image: none; }

.lightpick__day.is-previous-month,
.lightpick__day.is-next-month {
  opacity: 0.38; }

.lightpick__day.lightpick__day.is-in-range:not(.is-disabled) {
  opacity: 1; }

.lightpick__day.is-in-range {
  border-radius: 0;
  background-color: rgba(38, 139, 210, 0.1);
  background-image: none; }

.lightpick__day.is-in-range:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='rgba(38, 139, 210, 0.5)' cx='16' cy='16' r='16'/%3E%3C/svg%3E"); }

.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped {
  border-top-left-radius: 50%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 50%;
  background-color: #268BD2;
  background-image: none; }

.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped {
  border-top-left-radius: 0;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 0;
  background-color: #268BD2;
  background-image: none; }

.lightpick__day.is-start-date.is-end-date {
  background-color: transparent;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23268BD2' cx='16' cy='16' r='16'/%3E%3C/svg%3E"); }

.lightpick__day.is-start-date,
.lightpick__day.is-end-date,
.lightpick__day.is-start-date:hover,
.lightpick__day.is-end-date:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23268BD2' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
  background-size: auto;
  background-position: center;
  color: #FFF;
  font-weight: bold; }

.lightpick__tooltip {
  position: absolute;
  margin-top: -4px;
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  font-size: 11px;
  pointer-events: none; }

.lightpick__tooltip::before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
  border-top: 5px solid rgba(0, 0, 0, 0.12);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: ""; }

.lightpick__tooltip::after {
  position: absolute;
  bottom: -4px;
  left: calc(50% - 4px);
  border-top: 4px solid #FFF;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: ""; }

.lightpick__footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between; }

.lightpick__reset-action,
.lightpick__apply-action {
  border-radius: 5px;
  font-size: 12px;
  border: none; }

.lightpick__reset-action {
  color: #fff;
  background-color: #aeacad; }

.lightpick__apply-action {
  color: #fff;
  background-color: #2495f3; }
