@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
body {
  color: #222222;
  overflow-x: hidden;
  font-family: 'Roboto', sans-serif; }

h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700; }

main {
  padding: 50px 0; }

body.homepage main {
  padding: 0 0 50px 0; }

.error {
  color: #ff0000;
  font-size: 70%;
  line-height: normal;
  padding: 5px; }

img {
  max-width: 100%; }

a {
  color: #222222;
  text-decoration: none; }
  a:hover {
    color: #000; }

.sl_fade-in-intro {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 10000000;
  display: flex;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  animation: fade-in-background 3s ease-in-out forwards;
  pointer-events: none; }
  .sl_fade-in-intro .fade-in-logo {
    animation: fade-in-logo 3s ease-in-out forwards; }
    .sl_fade-in-intro .fade-in-logo svg {
      max-width: 300px; }

@keyframes fade-in-background {
  0% {
    opacity: 1; }
  30% {
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fade-in-logo {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.sl_btn {
  color: #222222 !important;
  text-decoration: none;
  display: inline-block;
  font-weight: 700; }
  .sl_btn::before {
    content: "";
    background: url("../images/menu-button.svg") no-repeat center center;
    display: inline-block;
    height: 36px;
    width: 36px; }

section.sl_search-bar {
  display: flex;
  padding: 0 0 40px 0; }
  section.sl_search-bar .sl_search-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 2.5; }
    section.sl_search-bar .sl_search-title.animate {
      -webkit-animation: slide-in-blurred-left 1.2s cubic-bezier(0.23, 1, 0.32, 1) both;
      animation: slide-in-blurred-left 1.2s cubic-bezier(0.23, 1, 0.32, 1) both; }
  section.sl_search-bar .sl_search-input {
    width: 100%;
    display: flex; }
    section.sl_search-bar .sl_search-input input {
      width: 100%;
      border: 0;
      border-bottom: 2px solid #222222;
      outline: none !important;
      padding: 0;
      margin: 0;
      font-size: 12px; }
    section.sl_search-bar .sl_search-input button {
      white-space: nowrap;
      font-weight: 700;
      background: #222222;
      color: #ffffff;
      appearance: none;
      -webkit-appearance: none;
      border: 0;
      padding: 4px 10px; }
    section.sl_search-bar .sl_search-input.animate {
      -webkit-animation: slide-in-blurred-right 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.2s both;
      animation: slide-in-blurred-right 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.2s both; }

section.sl_selected-filters .selected-filter {
  padding: 5px 20px 5px 10px;
  background: #000;
  color: #ffffff;
  margin: 20px 5px;
  text-transform: lowercase;
  font-weight: 700;
  position: relative;
  display: inline-block; }
  section.sl_selected-filters .selected-filter::after {
    content: "+";
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0px;
    padding: 3px;
    line-height: 10px;
    width: 15px;
    height: 15px;
    cursor: pointer; }

section.sl_filters {
  padding-bottom: 40px; }
  section.sl_filters .sl_filter-list .sl_filter-list-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.9; }
  section.sl_filters .sl_filter-list .js-filter span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer; }
    section.sl_filters .sl_filter-list .js-filter span:hover {
      color: #222222; }
    section.sl_filters .sl_filter-list .js-filter span::after {
      content: " +";
      font-weight: 700; }
  section.sl_filters .sl_filter-list .js-filter.selected span::after {
    content: " -"; }
  section.sl_filters .sl_filter-list.animate {
    -webkit-animation: slide-in-blurred-bottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: slide-in-blurred-bottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) both; }
  section.sl_filters .sl_filter-results .sl_filter-results-list {
    padding-top: 30px; }
    section.sl_filters .sl_filter-results .sl_filter-results-list ul {
      height: 280px;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-flow: column wrap;
      flex-flow: column wrap;
      text-transform: lowercase;
      font-weight: 700;
      list-style-type: square;
      margin-bottom: 0px; }
      section.sl_filters .sl_filter-results .sl_filter-results-list ul li a {
        cursor: pointer; }

.location-index h1 {
  margin-bottom: 30px;
  font-size: 32px;
  border-bottom: 2px solid;
  padding-bottom: 10px; }

section.sl_locations-results h1 {
  margin-bottom: 30px;
  font-size: 32px;
  border-bottom: 2px solid;
  padding-bottom: 10px; }
section.sl_locations-results .sl_go-back {
  padding-bottom: 40px; }
  section.sl_locations-results .sl_go-back a.sl_go-back-btn {
    font-weight: 500;
    display: flex;
    align-items: center; }
    section.sl_locations-results .sl_go-back a.sl_go-back-btn img {
      margin-right: 6px; }
section.sl_locations-results .sl_location-box {
  position: relative;
  margin-bottom: 30px; }
  section.sl_locations-results .sl_location-box .sl_location-image {
    height: 250px;
    width: 100%;
    overflow: hidden; }
    section.sl_locations-results .sl_location-box .sl_location-image a img {
      max-width: 100%;
      object-fit: cover;
      width: 100%;
      height: 100%;
      transition: all .4s ease-in-out; }
      section.sl_locations-results .sl_location-box .sl_location-image a img:hover {
        transform: scale(1.1); }
  section.sl_locations-results .sl_location-box .sl_location-title {
    position: absolute;
    bottom: 0;
    width: 100%; }
    section.sl_locations-results .sl_location-box .sl_location-title h2 {
      background: rgba(255, 255, 255, 0.7);
      padding: 10px 20px;
      display: block;
      margin: 0;
      font-size: 18px;
      font-weight: 700; }
      section.sl_locations-results .sl_location-box .sl_location-title h2 a {
        display: block;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 18px;
        color: #222222; }

section.sl_location-content .sl_location-description .sl_location-name {
  margin-bottom: 30px; }
  section.sl_location-content .sl_location-description .sl_location-name h1 {
    font-size: 32px;
    text-transform: none; }
section.sl_location-content .sl_location-description .sl_location-tags ul {
  text-transform: lowercase;
  font-weight: 700;
  list-style-type: square; }

section.sl_download-pdf {
  padding: 30px 30% 90px 30%; }

section.sl_gallery .sl_gallery-box {
  margin-bottom: 30px; }
  section.sl_gallery .sl_gallery-box a {
    display: block;
    height: 172px;
    width: 100%; }
    section.sl_gallery .sl_gallery-box a img.sl_gallery-image-thumbnail {
      max-width: 100%;
      object-fit: cover;
      width: 100%;
      height: 100%; }

section.propose {
  padding: 40px 0;
  text-align: center;
  border-top: 2px solid #222222;
  border-bottom: 2px solid #222222; }
  section.propose .container {
    max-width: 450px; }
    section.propose .container h3 {
      text-transform: uppercase;
      font-weight: 700;
      font-size: 24px;
      margin-bottom: 10px; }
    section.propose .container p a {
      color: #222222; }
    section.propose .container p:last-of-type {
      margin-bottom: 0; }
    section.propose .container.animate {
      -webkit-animation: slide-in-blurred-bottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) both;
      animation: slide-in-blurred-bottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) both; }

footer {
  padding: 40px 0; }
  footer .container {
    overflow: hidden; }
    footer .container .footer-logo img {
      width: 130px;
      max-width: 130px; }
    footer .container .footer-logo.animate {
      -webkit-animation: slide-in-blurred-left 1.2s cubic-bezier(0.23, 1, 0.32, 1) both;
      animation: slide-in-blurred-left 1.2s cubic-bezier(0.23, 1, 0.32, 1) both; }
    footer .container .footer-contacts.animate {
      -webkit-animation: slide-in-blurred-bottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.2s both;
      animation: slide-in-blurred-bottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.2s both; }
    footer .container .footer-menu.animate {
      -webkit-animation: slide-in-blurred-right 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.4s both;
      animation: slide-in-blurred-right 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.4s both; }
    footer .container .sl_footer-menu a {
      display: block; }
    footer .container .sl_icon img {
      height: 36px;
      width: 36px;
      margin-right: 10px; }

section.copyright {
  background: #222222;
  color: #ffffff;
  font-size: 12px;
  padding: 6px 0; }
  section.copyright > div {
    padding: 0 30px; }
    section.copyright > div a {
      text-decoration: none;
      color: #ffffff; }

header .sl_headbar {
  padding: 30px 0; }
  header .sl_headbar .container .row {
    display: flex;
    align-items: center; }
    header .sl_headbar .container .row .sl_logo img {
      width: 130px;
      max-width: 130px; }
    header .sl_headbar .container .row .sl_main-menu-container .sl_email {
      display: flex;
      justify-content: flex-end;
      padding: 0 0 15px 0; }
      header .sl_headbar .container .row .sl_main-menu-container .sl_email a {
        color: #222222;
        text-decoration: none;
        font-size: 14px; }
    header .sl_headbar .container .row .sl_main-menu-container .sl_main-menu {
      display: flex;
      justify-content: flex-end; }
      header .sl_headbar .container .row .sl_main-menu-container .sl_main-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
        border-top: 4px solid #222222; }
        header .sl_headbar .container .row .sl_main-menu-container .sl_main-menu ul li {
          display: inline-block;
          padding: 15px 10px 0 15px; }
          header .sl_headbar .container .row .sl_main-menu-container .sl_main-menu ul li a {
            color: #222222;
            text-decoration: none;
            font-weight: 700; }
          header .sl_headbar .container .row .sl_main-menu-container .sl_main-menu ul li:first-of-type {
            padding-left: 0; }
          header .sl_headbar .container .row .sl_main-menu-container .sl_main-menu ul li:last-of-type {
            padding-right: 0; }

.sl_home-menu {
  position: sticky;
  position: -webkit-sticky;
  bottom: 40px;
  -webkit-animation: slide-left .75s ease-in-out 2.7s both;
  animation: slide-left .75s ease-in-out 2.7s both; }
  .sl_home-menu.white header .sl_headbar .container .row .sl_main-menu-container .sl_email a {
    color: #ffffff; }
  .sl_home-menu.white header .sl_headbar .container .row .sl_main-menu-container .sl_main-menu ul {
    border-top: 4px solid #ffffff; }
  .sl_home-menu.white header .sl_headbar .container .row .sl_main-menu-container .sl_main-menu ul li a {
    color: #ffffff; }
  .sl_home-menu.white header .sl_headbar .container .row .sl_logo {
    visibility: hidden; }

@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.sl_slideshow {
  height: 100vh;
  background: url("../images/slideshow.jpg") no-repeat center center;
  background-size: cover;
  display: grid;
  align-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  position: relative; }
  .sl_slideshow::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(34, 34, 34, 0.4);
    -webkit-animation: slide-bottom .75s ease-in-out 2.4s both;
    animation: slide-bottom .75s ease-in-out 2.4s both; }
  .sl_slideshow .container {
    position: relative;
    z-index: 10; }
    .sl_slideshow .container h1 {
      font-size: 42px;
      text-transform: none;
      line-height: 1.4; }
  .sl_slideshow .sl_slideshow-logo {
    -webkit-animation: scale-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.5s both;
    animation: scale-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.5s both; }
  .sl_slideshow .sl_slideshow-text {
    -webkit-animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
    animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both; }

@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes scale-in-top {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 1; } }
@keyframes scale-in-top {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    opacity: 1; } }
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1; } }
.sl_intro {
  padding: 50px 0;
  position: relative;
  z-index: -1; }
  .sl_intro .sl_intro-sx.animate {
    -webkit-animation: slide-in-blurred-left 1.2s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: slide-in-blurred-left 1.2s cubic-bezier(0.23, 1, 0.32, 1) both; }
  .sl_intro .sl_intro-center {
    align-self: center;
    z-index: 10; }
    .sl_intro .sl_intro-center span {
      margin-left: -120px;
      position: relative;
      display: inline-block;
      max-width: 200px; }
      .sl_intro .sl_intro-center span::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #ffffff;
        border: 2px solid #222222;
        display: block;
        margin-left: -10px;
        margin-top: 10px;
        height: 100%;
        width: 100%;
        z-index: -1; }
    .sl_intro .sl_intro-center.animate {
      -webkit-animation: slide-in-blurred-bottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.2s both;
      animation: slide-in-blurred-bottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.2s both; }
  .sl_intro .sl_intro-dx {
    align-self: flex-end; }
    .sl_intro .sl_intro-dx.animate {
      -webkit-animation: slide-in-blurred-right 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.4s both;
      animation: slide-in-blurred-right 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.4s both; }

@-webkit-keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }
@keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }
@-webkit-keyframes slide-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }
@keyframes slide-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }
@-webkit-keyframes slide-in-blurred-right {
  0% {
    -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }
@keyframes slide-in-blurred-right {
  0% {
    -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
    transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }
.sl_enter {
  padding-bottom: 50px; }
  .sl_enter .enter-text {
    display: inline-block;
    float: right; }
    .sl_enter .enter-text.animate {
      -webkit-animation: slide-in-blurred-bottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) both;
      animation: slide-in-blurred-bottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) both; }

@-webkit-keyframes slide-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }
@keyframes slide-in-blurred-bottom {
  0% {
    -webkit-transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
    transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1; } }
.sl_form-container {
  padding: 30px 90px; }

.site-propose .sl_form-column.animate {
  -webkit-animation: slide-in-blurred-left 1.2s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: slide-in-blurred-left 1.2s cubic-bezier(0.23, 1, 0.32, 1) both; }
.site-propose .sl_image-column.animate {
  -webkit-animation: slide-in-blurred-right 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.2s both;
  animation: slide-in-blurred-right 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.2s both; }

form.sl_propose .input-file-container {
  position: relative;
  cursor: pointer; }
  form.sl_propose .input-file-container::before {
    content: "";
    background: url("../images/paperclip.svg") no-repeat center center;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute; }
form.sl_propose .input-file-trigger {
  display: block;
  margin-left: 30px;
  border-bottom: 1px solid;
  color: #222222;
  transition: all .4s;
  cursor: pointer;
  margin-bottom: 20px; }
form.sl_propose .input-file {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0;
  cursor: pointer;
  width: 100%;
  visibility: hidden; }
form.sl_propose .file-return {
  margin: 0; }
form.sl_propose .file-return:not(:empty) {
  margin: 1em 0; }
form.sl_propose .file-return {
  font-style: italic;
  font-weight: bold; }
form.sl_propose .file-return:not(:empty):before {
  content: "Foto selezionata: "; }
form.sl_propose input.email {
  border: 0;
  border-bottom: 1px solid #222222;
  width: 100%;
  margin-bottom: 20px; }
form.sl_propose div.checkbox {
  display: flex;
  margin-bottom: 20px; }
  form.sl_propose div.checkbox input {
    align-self: baseline;
    margin-right: 10px;
    position: relative;
    top: 2px; }
  form.sl_propose div.checkbox label {
    font-size: 12px;
    line-height: normal; }
form.sl_propose .submit {
  text-align: right; }
  form.sl_propose .submit button {
    border: 0 !important;
    background: transparent !important;
    text-transform: uppercase; }

.sl_contacts-container {
  padding: 100px 0; }
  .sl_contacts-container .sl_icon img {
    height: 36px;
    width: 36px;
    margin-right: 10px; }
  .sl_contacts-container .sl_contacts-sx.animate {
    -webkit-animation: slide-in-blurred-left 1.2s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: slide-in-blurred-left 1.2s cubic-bezier(0.23, 1, 0.32, 1) both; }
  .sl_contacts-container .sl_contacts-center.animate {
    -webkit-animation: slide-in-blurred-bottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.2s both;
    animation: slide-in-blurred-bottom 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.2s both; }
  .sl_contacts-container .sl_contacts-dx.animate {
    -webkit-animation: slide-in-blurred-right 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.4s both;
    animation: slide-in-blurred-right 1.2s cubic-bezier(0.23, 1, 0.32, 1) 0.4s both; }
  .sl_contacts-container .sl_contacts-dx h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700; }

#menuToggle {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px;
  z-index: 1000;
  -webkit-user-select: none;
  user-select: none;
  background: #ececec;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }

#menuToggle a {
  text-decoration: none;
  color: #222;
  transition: color 0.3s ease;
  font-weight: 700; }

#menuToggle a:hover {
  color: #222; }

#menuToggle input {
  display: block;
  width: 34px;
  height: 22px;
  position: absolute;
  top: 20px;
  left: 20px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none; }

#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #222;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }

#menuToggle span:first-child {
  transform-origin: 0% 0%; }

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%; }

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323; }

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2); }

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px); }

#menu {
  position: absolute;
  width: 100%;
  margin: -50px 0 0 -20px;
  padding: 100px 50px 50px 50px;
  background: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  height: 100vh; }

#menu li {
  padding: 10px 0;
  font-size: 22px; }

#menuToggle input:checked ~ ul {
  transform: none; }

.sl_mobile-logo {
  position: fixed;
  z-index: 1001;
  padding: 20px;
  right: 0;
  top: 0; }
  .sl_mobile-logo img {
    max-height: 57px; }

/* MEDIAQUERIES*/
/*Retina displays*/
@media all and (-webkit-min-device-pixel-ratio: 2) {
  #sampleImage {
        /*background-image:url('logo@2x.png');
		-webkit-background-size:1000px 100px;	*/ } }
/* Since IE does not support device-pixel-ratio media query  */
/* 1.25 dpr */
@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Styling Goes here */ }
/* 1.3 dpr */
@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
  /* Styling Goes here */ }
/* 1.5 dpr */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  /* Styling Goes here */ }
/*2.0 dpr */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* Styling Goes here */ }
/* ----------------------------------------------------------*/
/* iPad */
@media all and (device-width: 768px) and (device-height: 1024px) {
  html {
    overflow: hidden; }

  .sl_intro .sl_intro-center {
    justify-content: center;
    display: grid; }

  .sl_intro .sl_intro-center span {
    margin-left: unset; }

  .sl_intro-sx {
    margin-bottom: -50px; }

  .sl_intro-dx {
    margin-top: -50px; }

  .sl_enter .enter-text {
    float: none; }

  .sl_enter {
    text-align: center; }

  footer .footer-logo {
    text-align: center; }
  footer .footer-contacts {
    padding: 40px 0;
    text-align: center;
    display: block !important; }
    footer .footer-contacts .sl_icon {
      padding: 10px 0; }
  footer .footer-menu {
    text-align: center;
    display: block !important; }
    footer .footer-menu .sl_icon {
      padding: 10px 0; }

  section.copyright > div {
    text-align: center !important; }

  main {
    padding: 107px 0; }

  section.sl_filters .sl_filter-results .sl_filter-results-list ul {
    height: unset;
    display: block; }

  .location-detail .sl_location-image {
    order: 1;
    margin-bottom: 30px; }

  .location-detail .sl_location-description {
    order: 2; }

  .sl_form-container {
    padding: 20px 0; }

  .sl_contacts-container {
    padding: 30px 0 0 0;
    text-align: center; }

  .sl_contacts-sx,
  .sl_contacts-dx {
    text-align: center;
    display: block !important; }
    .sl_contacts-sx .sl_icon,
    .sl_contacts-dx .sl_icon {
      padding: 10px 0; }

  .sl_contacts-center {
    padding: 30px 0; }

  .sl_home-menu {
    position: unset;
    bottom: unset;
    animation: unset; }

  section.sl_locations-results .sl_location-box .sl_location-image {
    height: 220px; } }
/* iPad ~ Portrait */
/* iPad ~ Landscape */
/* ----------------------------------------------------------*/
/* iPhone/Smartphone ~ Portrait */
@media only screen and (max-width: 767px) {
  html {
    overflow: hidden; }

  .sl_intro .sl_intro-center {
    justify-content: center;
    display: grid; }

  .sl_intro .sl_intro-center span {
    margin-left: unset; }

  .sl_intro-sx {
    margin-bottom: -50px; }

  .sl_intro-dx {
    margin-top: -50px; }

  .sl_enter .enter-text {
    float: none; }

  .sl_enter {
    text-align: center; }

  footer .footer-logo {
    text-align: center; }
  footer .footer-contacts {
    padding: 40px 0;
    text-align: center;
    display: block !important; }
    footer .footer-contacts .sl_icon {
      padding: 10px 0; }
  footer .footer-menu {
    text-align: center;
    display: block !important; }
    footer .footer-menu .sl_icon {
      padding: 10px 0; }

  section.copyright > div {
    text-align: center !important; }

  main {
    padding: 107px 0; }

  section.sl_filters .sl_filter-results .sl_filter-results-list ul {
    height: unset;
    display: block; }

  .location-detail .sl_location-image {
    order: 1;
    margin-bottom: 30px; }

  .location-detail .sl_location-description {
    order: 2; }

  .sl_form-container {
    padding: 20px 0; }

  .sl_contacts-container {
    padding: 30px 0 0 0;
    text-align: center; }

  .sl_contacts-sx,
  .sl_contacts-dx {
    text-align: center;
    display: block !important; }
    .sl_contacts-sx .sl_icon,
    .sl_contacts-dx .sl_icon {
      padding: 10px 0; }

  .sl_contacts-center {
    padding: 30px 0; }

  .sl_home-menu {
    position: unset;
    bottom: unset;
    animation: unset; }

  section.sl_locations-results .sl_location-box .sl_location-image {
    height: unset; } }
/* iPhone/Smartphone ~ Landscape */
/* ----------------------------------------------------------*/
/* Other Smartphones / Small Screen ~ Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #sampleDiv {
    /* Your styling goes here */ } }
/* Other Smartphones / Small Screen ~  Landscape */
@media only screen and (min-width: 321px) {
  #sampleDiv {
    /* Your styling goes here */ } }
/* Other Smartphones / Small Screen ~  Portrait */
@media only screen and (max-width: 320px) {
  #sampleDiv {
    /* Your styling goes here */ } }

/*# sourceMappingURL=site.css.map */
