/*
 *
 * Adem
 * Version 1.1
 *
 * http://design.emmemedia.net/adem/builder/template/doc/
 *
 * Copyright (c) 2018 Emmemedia
 *
 */
@import url(../lib/normalize/normalize.css);
@import url("https://fonts.googleapis.com/css?family=Lora:regular");
@import url("https://fonts.googleapis.com/css?family=Poppins:regular");
.flex-va-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.flex-va-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }

.flex-va-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

/*
// Retina Image
// --------------------------------------------------*/
.container, .container-fluid {
  overflow-x: hidden; }
  .container-fluid {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto; }
    .container-fluid .row, .container-fluid .row-expand, .container-fluid .row-compact, .container-fluid .row-fluid, .container-fluid .row-fluid-full {
      width: auto; }

.row, .row-expand, .row-compact, .row-fluid, .row-fluid-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  width: 1410px;
  margin-left: auto;
  margin-right: auto; }
  .row-expand {
    max-width: 1510px; }
  .row-compact {
    max-width: 1310px; }
  .row-fluid {
    width: auto !important;
    padding-left: 30px;
    padding-right: 30px; }
    .row-fluid > [class*="col-"] {
      padding: 0; }
  .row-fluid-full {
    width: auto !important; }
  .row.row-gutter, .row-gutter.row-expand, .row-gutter.row-compact, .row-gutter.row-fluid, .row-gutter.row-fluid-full {
    padding-left: 15px;
    padding-right: 15px; }
  .row .row, .row-expand .row, .row-compact .row, .row-fluid .row, .row-fluid-full .row, .row .row-expand, .row-expand .row-expand, .row-compact .row-expand, .row-fluid .row-expand, .row-fluid-full .row-expand, .row .row-compact, .row-expand .row-compact, .row-compact .row-compact, .row-fluid .row-compact, .row-fluid-full .row-compact, .row .row-fluid, .row-expand .row-fluid, .row-compact .row-fluid, .row-fluid .row-fluid, .row-fluid-full .row-fluid, .row .row-fluid-full, .row-expand .row-fluid-full, .row-compact .row-fluid-full, .row-fluid .row-fluid-full, .row-fluid-full .row-fluid-full {
    width: auto;
    margin-left: -15px;
    margin-right: -15px; }

[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  word-wrap: break-word; }
  [class*="col-"].gt-0 {
    padding-left: 0;
    padding-right: 0; }

.col-1 {
  width: 8.3333333333%; }

.col-2 {
  width: 16.6666666667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.3333333333%; }

.col-5 {
  width: 41.6666666667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.3333333333%; }

.col-8 {
  width: 66.6666666667%; }

.col-9 {
  width: 75.0%; }

.col-10 {
  width: 83.3333333333%; }

.col-11 {
  width: 91.6666666667%; }

.col-12 {
  width: 100%; }

.col-1of3 {
  width: 33.3333333333%; }

.col-2of3 {
  width: 65.6666666667%; }

.col-1of2 {
  width: 50%; }

.col-offset-0 {
  margin-left: 0; }

.col-offset-1 {
  margin-left: 8.3333333333%; }

.col-offset-2 {
  margin-left: 16.6666666667%; }

.col-offset-3 {
  margin-left: 25%; }

.col-offset-4 {
  margin-left: 33.3333333333%; }

.col-offset-5 {
  margin-left: 41.6666666667%; }

.col-offset-6 {
  margin-left: 50%; }

.col-offset-7 {
  margin-left: 58.3333333333%; }

.col-offset-8 {
  margin-left: 66.6666666667%; }

.col-offset-9 {
  margin-left: 75.0%; }

.col-offset-10 {
  margin-left: 83.3333333333%; }

.col-offset-11 {
  margin-left: 91.6666666667%; }

.col-offset-12 {
  margin-left: 100%; }

.col-offset-1of3 {
  margin-left: 33.3333333333%; }

.col-offset-2of3 {
  margin-left: 65.6666666667%; }

.col-offset-1of2 {
  margin-left: 50%; }

@media (max-width: 1440px) {
  .row, .row-expand, .row-compact, .row-fluid, .row-fluid-full {
    width: 1200px; }
  .col-1-xl {
    width: 8.3333333333%; }
  .col-2-xl {
    width: 16.6666666667%; }
  .col-3-xl {
    width: 25%; }
  .col-4-xl {
    width: 33.3333333333%; }
  .col-5-xl {
    width: 41.6666666667%; }
  .col-6-xl {
    width: 50%; }
  .col-7-xl {
    width: 58.3333333333%; }
  .col-8-xl {
    width: 66.6666666667%; }
  .col-9-xl {
    width: 75.0%; }
  .col-10-xl {
    width: 83.3333333333%; }
  .col-11-xl {
    width: 91.6666666667%; }
  .col-12-xl {
    width: 100%; }
  .col-1of3-xl {
    width: 33.3333333333%; }
  .col-2of3-xl {
    width: 65.6666666667%; }
  .col-1of2-xl {
    width: 50%; }
  .col-offset-0-xl {
    margin-left: 0; }
  .col-offset-1-xl {
    margin-left: 8.3333333333%; }
  .col-offset-2-xl {
    margin-left: 16.6666666667%; }
  .col-offset-3-xl {
    margin-left: 25%; }
  .col-offset-4-xl {
    margin-left: 33.3333333333%; }
  .col-offset-5-xl {
    margin-left: 41.6666666667%; }
  .col-offset-6-xl {
    margin-left: 50%; }
  .col-offset-7-xl {
    margin-left: 58.3333333333%; }
  .col-offset-8-xl {
    margin-left: 66.6666666667%; }
  .col-offset-9-xl {
    margin-left: 75.0%; }
  .col-offset-10-xl {
    margin-left: 83.3333333333%; }
  .col-offset-11-xl {
    margin-left: 91.6666666667%; }
  .col-offset-12-xl {
    margin-left: 100%; }
  .col-offset-1of3-xl {
    margin-left: 33.3333333333%; }
  .col-offset-2of3-xl {
    margin-left: 65.6666666667%; }
  .col-offset-1of2-xl {
    margin-left: 50%; } }

@media (max-width: 1200px) {
  .row, .row-expand, .row-compact, .row-fluid, .row-fluid-full {
    width: 1024px; }
  .col-1-lg {
    width: 8.3333333333%; }
  .col-2-lg {
    width: 16.6666666667%; }
  .col-3-lg {
    width: 25%; }
  .col-4-lg {
    width: 33.3333333333%; }
  .col-5-lg {
    width: 41.6666666667%; }
  .col-6-lg {
    width: 50%; }
  .col-7-lg {
    width: 58.3333333333%; }
  .col-8-lg {
    width: 66.6666666667%; }
  .col-9-lg {
    width: 75.0%; }
  .col-10-lg {
    width: 83.3333333333%; }
  .col-11-lg {
    width: 91.6666666667%; }
  .col-12-lg {
    width: 100%; }
  .col-1of3-lg {
    width: 33.3333333333%; }
  .col-2of3-lg {
    width: 65.6666666667%; }
  .col-1of2-lg {
    width: 50%; }
  .col-offset-0-lg {
    margin-left: 0; }
  .col-offset-1-lg {
    margin-left: 8.3333333333%; }
  .col-offset-2-lg {
    margin-left: 16.6666666667%; }
  .col-offset-3-lg {
    margin-left: 25%; }
  .col-offset-4-lg {
    margin-left: 33.3333333333%; }
  .col-offset-5-lg {
    margin-left: 41.6666666667%; }
  .col-offset-6-lg {
    margin-left: 50%; }
  .col-offset-7-lg {
    margin-left: 58.3333333333%; }
  .col-offset-8-lg {
    margin-left: 66.6666666667%; }
  .col-offset-9-lg {
    margin-left: 75.0%; }
  .col-offset-10-lg {
    margin-left: 83.3333333333%; }
  .col-offset-11-lg {
    margin-left: 91.6666666667%; }
  .col-offset-12-lg {
    margin-left: 100%; }
  .col-offset-1of3-lg {
    margin-left: 33.3333333333%; }
  .col-offset-2of3-lg {
    margin-left: 65.6666666667%; }
  .col-offset-1of2-lg {
    margin-left: 50%; } }

@media (max-width: 1024px) {
  .row, .row-expand, .row-compact, .row-fluid, .row-fluid-full {
    width: 960px; }
  .col-1-md {
    width: 8.3333333333%; }
  .col-2-md {
    width: 16.6666666667%; }
  .col-3-md {
    width: 25%; }
  .col-4-md {
    width: 33.3333333333%; }
  .col-5-md {
    width: 41.6666666667%; }
  .col-6-md {
    width: 50%; }
  .col-7-md {
    width: 58.3333333333%; }
  .col-8-md {
    width: 66.6666666667%; }
  .col-9-md {
    width: 75.0%; }
  .col-10-md {
    width: 83.3333333333%; }
  .col-11-md {
    width: 91.6666666667%; }
  .col-12-md {
    width: 100%; }
  .col-1of3-md {
    width: 33.3333333333%; }
  .col-2of3-md {
    width: 65.6666666667%; }
  .col-1of2-md {
    width: 50%; }
  .col-offset-0-md {
    margin-left: 0; }
  .col-offset-1-md {
    margin-left: 8.3333333333%; }
  .col-offset-2-md {
    margin-left: 16.6666666667%; }
  .col-offset-3-md {
    margin-left: 25%; }
  .col-offset-4-md {
    margin-left: 33.3333333333%; }
  .col-offset-5-md {
    margin-left: 41.6666666667%; }
  .col-offset-6-md {
    margin-left: 50%; }
  .col-offset-7-md {
    margin-left: 58.3333333333%; }
  .col-offset-8-md {
    margin-left: 66.6666666667%; }
  .col-offset-9-md {
    margin-left: 75.0%; }
  .col-offset-10-md {
    margin-left: 83.3333333333%; }
  .col-offset-11-md {
    margin-left: 91.6666666667%; }
  .col-offset-12-md {
    margin-left: 100%; }
  .col-offset-1of3-md {
    margin-left: 33.3333333333%; }
  .col-offset-2of3-md {
    margin-left: 65.6666666667%; }
  .col-offset-1of2-md {
    margin-left: 50%; } }

@media (max-width: 960px) {
  .row, .row-expand, .row-compact, .row-fluid, .row-fluid-full {
    width: 768px; }
  .col-1-sm {
    width: 8.3333333333%; }
  .col-2-sm {
    width: 16.6666666667%; }
  .col-3-sm {
    width: 25%; }
  .col-4-sm {
    width: 33.3333333333%; }
  .col-5-sm {
    width: 41.6666666667%; }
  .col-6-sm {
    width: 50%; }
  .col-7-sm {
    width: 58.3333333333%; }
  .col-8-sm {
    width: 66.6666666667%; }
  .col-9-sm {
    width: 75.0%; }
  .col-10-sm {
    width: 83.3333333333%; }
  .col-11-sm {
    width: 91.6666666667%; }
  .col-12-sm {
    width: 100%; }
  .col-1of3-sm {
    width: 33.3333333333%; }
  .col-2of3-sm {
    width: 65.6666666667%; }
  .col-1of2-sm {
    width: 50%; }
  .col-offset-0-sm {
    margin-left: 0; }
  .col-offset-1-sm {
    margin-left: 8.3333333333%; }
  .col-offset-2-sm {
    margin-left: 16.6666666667%; }
  .col-offset-3-sm {
    margin-left: 25%; }
  .col-offset-4-sm {
    margin-left: 33.3333333333%; }
  .col-offset-5-sm {
    margin-left: 41.6666666667%; }
  .col-offset-6-sm {
    margin-left: 50%; }
  .col-offset-7-sm {
    margin-left: 58.3333333333%; }
  .col-offset-8-sm {
    margin-left: 66.6666666667%; }
  .col-offset-9-sm {
    margin-left: 75.0%; }
  .col-offset-10-sm {
    margin-left: 83.3333333333%; }
  .col-offset-11-sm {
    margin-left: 91.6666666667%; }
  .col-offset-12-sm {
    margin-left: 100%; } }

@media (max-width: 768px) {
  .row, .row-expand, .row-compact, .row-fluid, .row-fluid-full {
    width: 96%; }
    .row .row, .row-expand .row, .row-compact .row, .row-fluid .row, .row-fluid-full .row, .row .row-expand, .row-expand .row-expand, .row-compact .row-expand, .row-fluid .row-expand, .row-fluid-full .row-expand, .row .row-compact, .row-expand .row-compact, .row-compact .row-compact, .row-fluid .row-compact, .row-fluid-full .row-compact, .row .row-fluid, .row-expand .row-fluid, .row-compact .row-fluid, .row-fluid .row-fluid, .row-fluid-full .row-fluid, .row .row-fluid-full, .row-expand .row-fluid-full, .row-compact .row-fluid-full, .row-fluid .row-fluid-full, .row-fluid-full .row-fluid-full {
      margin-left: -12px;
      margin-right: -12px; }
    .row-fluid, .row-fluid-full {
      width: 96% !important;
      padding-left: 12px;
      padding-right: 12px; }
  [class*="col-"] {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 15px; }
    [class*="col-"]:last-child {
      margin-bottom: 0; }
  [class*="col-offset-"] {
    margin-left: 0 !important; }
  .col-1-xs {
    width: 8.3333333333%; }
  .col-2-xs {
    width: 16.6666666667%; }
  .col-3-xs {
    width: 25%; }
  .col-4-xs {
    width: 33.3333333333%; }
  .col-5-xs {
    width: 41.6666666667%; }
  .col-6-xs {
    width: 50%; }
  .col-7-xs {
    width: 58.3333333333%; }
  .col-8-xs {
    width: 66.6666666667%; }
  .col-9-xs {
    width: 75.0%; }
  .col-10-xs {
    width: 83.3333333333%; }
  .col-11-xs {
    width: 91.6666666667%; }
  .col-12-xs {
    width: 100%; }
  .col-1of3-xs {
    width: 33.3333333333%; }
  .col-2of3-xs {
    width: 65.6666666667%; }
  .col-1of2-xs {
    width: 50%; }
  .col-offset-0-xs {
    margin-left: 0; }
  .col-offset-1-xs {
    margin-left: 8.3333333333%; }
  .col-offset-2-xs {
    margin-left: 16.6666666667%; }
  .col-offset-3-xs {
    margin-left: 25%; }
  .col-offset-4-xs {
    margin-left: 33.3333333333%; }
  .col-offset-5-xs {
    margin-left: 41.6666666667%; }
  .col-offset-6-xs {
    margin-left: 50%; }
  .col-offset-7-xs {
    margin-left: 58.3333333333%; }
  .col-offset-8-xs {
    margin-left: 66.6666666667%; }
  .col-offset-9-xs {
    margin-left: 75.0%; }
  .col-offset-10-xs {
    margin-left: 83.3333333333%; }
  .col-offset-11-xs {
    margin-left: 91.6666666667%; }
  .col-offset-12-xs {
    margin-left: 100%; } }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  display: block;
  font-family: "Lora", arial, sans-serif;
  font-weight: 400;
  margin-top: 0; }

h1, .h1 {
  font-size: 48px;
  margin-bottom: 24px;
  line-height: 1.2; }

h2, .h2 {
  font-size: 36px;
  margin-bottom: 14.4px;
  line-height: 1.2; }

h3, .h3 {
  font-size: 30px;
  margin-bottom: 12px;
  line-height: 1.2; }

h4, .h4 {
  font-size: 24px;
  margin-bottom: 9.6px;
  line-height: 1.2; }

h5, .h5 {
  font-size: 18px;
  margin-bottom: 7.2px; }

h6, .h6 {
  font-size: 16px;
  margin-bottom: 6.4px; }

p {
  font-size: 14px;
  font-family: "Poppins", arial, sans-serif;
  margin: 0;
  margin-bottom: 15px;
  line-height: 1.5; }
  p.p-lg {
    font-size: 16px; }
  p.p-sm {
    font-size: 12px; }
  p:last-child {
    margin-bottom: 0; }

a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer; }
  a.a-link {
    color: #AF9559; }
    a.a-link:hover {
      text-decoration: none; }

@media (max-width: 768px) {
  h1, .h1 {
    font-size: 36px; }
  h2, .h2 {
    font-size: 28.8px; }
  h3, .h3 {
    font-size: 24px; } }

.cookie {
  width: 350px;
  position: fixed;
  z-index: 998;
  right: 20px;
  bottom: 20px;
  padding: 15px;
  text-align: left;
  background: #3F3F3F;
  opacity: .95;
  border-radius: 3px;
  font-size: 14px;
  font-family: "Poppins", arial, sans-serif;
  color: #ffffff; }
  .cookie__info a {
    color: #AF9559; }

.fl-left {
  float: left !important; }

.fl-right {
  float: right !important; }

.fl-none {
  float: none !important; }

.align-center, header .nav-push__menu > ul li, header .nav-push__links ul.site-info li, .collezioni__gallery-name p {
  text-align: center !important; }

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

.underline {
  text-decoration: underline; }

.uppercase, .slide-home__caption .tagline, .collezioni__content__desc .tagline, .collezioni__gallery-name p, .contatti__form .tagline, .store__locations .tagline {
  text-transform: uppercase; }

.pos-relative {
  position: relative; }

.scroll-hidden {
  overflow: hidden !important; }

.border-box, [class*="col-"], *, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

hr {
  border: 0;
  border-top: 1px solid #8c8c8c; }

i {
  line-height: 1; }

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

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: auto; }

img {
  max-width: 100%; }

address {
  font-style: normal; }

.text-ellipsis, .tag {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block; }

.bx-btn-fixed {
  display: none; }
  @media (max-width: 768px) {
    .bx-btn-fixed {
      display: block;
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 21;
      padding: 10px;
      background: #ffffff; }
      .bx-btn-fixed .btn {
        width: 100%;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0; } }

::-webkit-scrollbar {
  background: #3F3F3F;
  width: 6px; }
  ::-webkit-scrollbar-thumb {
    background: #AF9559;
    -webkit-border-radius: 0; }

.page-404 {
  padding: 60px 0 80px 0; }
  @media (max-width: 768px) {
    .page-404 {
      padding: 40px 0 0 0; } }
  .page-404 h1, .page-404 .h1 {
    display: block;
    margin-bottom: 0;
    font-size: 240px; }
    @media (max-width: 768px) {
      .page-404 h1, .page-404 .h1 {
        font-size: 90px; } }
  .page-404 h2, .page-404 .h2 {
    display: block;
    margin-bottom: 10px;
    font-weight: bold; }

.nav-btn {
  width: 24px;
  height: 14px;
  position: relative;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out all;
  transition: .5s ease-in-out all; }
  .nav-btn span {
    background: #ffffff;
    height: 2px;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 1;
    border-radius: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out all;
    transition: .25s ease-in-out all; }
    .nav-btn span:nth-child(1) {
      top: 0; }
    .nav-btn span:nth-child(2) {
      top: 6px; }
    .nav-btn span:nth-child(3) {
      top: 6px; }
    .nav-btn span:nth-child(4) {
      top: 12px; }
  .nav-btn.open span {
    background: #ffffff; }
    .nav-btn.open span:nth-child(1) {
      top: 18px;
      width: 0;
      left: 50%; }
    .nav-btn.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .nav-btn.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .nav-btn.open span:nth-child(4) {
      top: 18px;
      width: 0;
      left: 50%; }

.pagination {
  display: inline-block;
  font-size: 0;
  border: 1px solid #bcbcbc; }
  .pagination li {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    border-right: 1px solid #bcbcbc; }
    .pagination li:last-child {
      border-right: 0; }
    .pagination li span, .pagination li a {
      display: block;
      color: #AF9559;
      text-align: center;
      min-width: 30px;
      line-height: 29px;
      padding: 0 10px; }
    .pagination li a {
      text-decoration: none;
      -webkit-transition: 0.05s ease-out all;
      transition: 0.05s ease-out all; }
      .pagination li a:hover {
        background: #dbdbdb; }
    .pagination li.current span {
      background: #bcbcbc;
      color: #ffffff; }

.tag {
  display: inline-block;
  vertical-align: middle;
  line-height: 23px;
  max-width: 100%;
  font-size: 14px;
  white-space: nowrap;
  border: 1px solid #ffffff;
  padding: 0 6px;
  border-radius: 3px;
  -webkit-transition: .1s ease-out all;
  transition: .1s ease-out all; }
  .tag:hover {
    background: rgba(255, 255, 255, 0.1); }

* html .clearfix {
  height: 1%;
  overflow: visible; }

* + html .clearfix {
  min-height: 1%; }

.clearfix {
  zoom: 1; }
  .clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0; }

.txt-color-1 {
  color: #ffffff; }

.txt-color-2 {
  color: #AF9559; }

.txt-grey-base {
  color: #3F3F3F; }

.txt-grey-darkest {
  color: #0b0b0b; }

.txt-grey-darker {
  color: #111111; }

.txt-grey-dark {
  color: #2f2f2f; }

.txt-grey-light {
  color: #8c8c8c; }

.txt-grey-lighter {
  color: #bcbcbc; }

.txt-grey-lightest {
  color: whitesmoke; }

.txt-color-error {
  color: #f44336; }

.txt-color-warning {
  color: #ffc107; }

.txt-color-success {
  color: #8bc34a; }

.txt-color-info {
  color: #2196f3; }

.txt-color-white {
  color: #ffffff; }

.txt-white {
  color: #ffffff; }

.txt-black {
  color: #000000; }

.bg-color-1 {
  background-color: #ffffff; }

.bg-color-2 {
  background-color: #AF9559; }

.bg-grey-base {
  background-color: #3F3F3F; }

.bg-grey-darkest {
  background-color: #0b0b0b; }

.bg-grey-darker {
  background-color: #111111; }

.bg-grey-dark {
  background-color: #2f2f2f; }

.bg-grey-light {
  background-color: #8c8c8c; }

.bg-grey-lighter {
  background-color: #bcbcbc; }

.bg-grey-lightest {
  background-color: whitesmoke; }

.bg-color-error {
  background-color: #f44336; }

.bg-color-warning {
  background-color: #ffc107; }

.bg-color-success {
  background-color: #8bc34a; }

.bg-color-info {
  background-color: #2196f3; }

.bg-color-white {
  background-color: #ffffff; }

.display-block {
  display: block; }

.display-inline-block {
  display: inline-block; }

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.w-auto {
  width: auto; }

.w-25 {
  width: 25%; }

.w-50 {
  width: 50%; }

.w-75 {
  width: 75%; }

.w-100 {
  width: 100%; }

.mb-0, .slide-home__caption .tagline, .collezioni__content__desc .tagline, .contatti__form .tagline, .store__locations .tagline {
  margin-bottom: 0; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20, .store__locations .fal {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-125 {
  margin-bottom: 125px; }

.mb-150 {
  margin-bottom: 150px; }

[class*="mb-"]:last-child {
  margin-bottom: 0; }

.mx-auto, header, header .navigation-mobile, .slide-home .swiper-wrapper .swiper-slide__wrapper, .swiper-footer {
  margin-left: auto;
  margin-right: auto; }

.mr-0 {
  margin-right: 0; }

.mr-5 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mr-25 {
  margin-right: 25px; }

.mr-30 {
  margin-right: 30px; }

.mr-35 {
  margin-right: 35px; }

.mr-40 {
  margin-right: 40px; }

.mr-50 {
  margin-right: 50px; }

.mr-60 {
  margin-right: 60px; }

.mr-70 {
  margin-right: 70px; }

.mr-80 {
  margin-right: 80px; }

.mr-90 {
  margin-right: 90px; }

.mr-100 {
  margin-right: 100px; }

.mr-125 {
  margin-right: 125px; }

.mr-150 {
  margin-right: 150px; }

.mt-0 {
  margin-top: 0; }

.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-90 {
  margin-top: 90px; }

.mt-100 {
  margin-top: 100px; }

.mt-125 {
  margin-top: 125px; }

.mt-150 {
  margin-top: 150px; }

.mtb-5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.mtb-10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.mtb-15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.mtb-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.mtb-25 {
  margin-top: 25px;
  margin-bottom: 25px; }

.mtb-30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.mtb-35 {
  margin-top: 35px;
  margin-bottom: 35px; }

.mtb-40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.mtb-50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.mtb-60 {
  margin-top: 60px;
  margin-bottom: 60px; }

.mtb-70 {
  margin-top: 70px;
  margin-bottom: 70px; }

.mtb-80 {
  margin-top: 80px;
  margin-bottom: 80px; }

.mtb-90 {
  margin-top: 90px;
  margin-bottom: 90px; }

.mtb-100 {
  margin-top: 100px;
  margin-bottom: 100px; }

.mtb-125 {
  margin-top: 125px;
  margin-bottom: 125px; }

.mtb-150 {
  margin-top: 150px;
  margin-bottom: 150px; }

.p-0, .collezioni__content__desc .tagline, .contatti__form .tagline, .store__locations .tagline {
  padding: 0; }

.p-10, .mobx-item-inner img {
  padding: 10px; }

.ptb-5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.ptb-10, header .navigation-desktop ul li a, header .nav-push__menu > ul li ul.visible, .collezioni__gallery-name p {
  padding-top: 10px;
  padding-bottom: 10px; }

.ptb-15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.ptb-20, .store__locations-item, .footer__bottom {
  padding-top: 20px;
  padding-bottom: 20px; }

.ptb-25 {
  padding-top: 25px;
  padding-bottom: 25px; }

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.ptb-35 {
  padding-top: 35px;
  padding-bottom: 35px; }

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.ptb-50, .collezioni__gallery, .blank, .footer__top {
  padding-top: 50px;
  padding-bottom: 50px; }

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px; }

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px; }

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px; }

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px; }

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.ptb-125 {
  padding-top: 125px;
  padding-bottom: 125px; }

.ptb-150 {
  padding-top: 150px;
  padding-bottom: 150px; }

@media (max-width: 1024px) {
  .ptb-25 {
    padding-top: 22.5px;
    padding-bottom: 22.5px; }
  .ptb-30 {
    padding-top: 24px;
    padding-bottom: 24px; }
  .ptb-35 {
    padding-top: 28px;
    padding-bottom: 28px; }
  .ptb-40 {
    padding-top: 32px;
    padding-bottom: 32px; }
  .ptb-50, .collezioni__gallery, .blank, .footer__top {
    padding-top: 35px;
    padding-bottom: 35px; }
  .ptb-60 {
    padding-top: 42px;
    padding-bottom: 42px; }
  .ptb-70 {
    padding-top: 49px;
    padding-bottom: 49px; }
  .ptb-80 {
    padding-top: 48px;
    padding-bottom: 48px; }
  .ptb-90 {
    padding-top: 54px;
    padding-bottom: 54px; }
  .ptb-100 {
    padding-top: 60px;
    padding-bottom: 60px; }
  .ptb-125 {
    padding-top: 75px;
    padding-bottom: 75px; }
  .ptb-150 {
    padding-top: 90px;
    padding-bottom: 90px; } }

@media (max-width: 768px) {
  .cookie {
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 0; }
  .mb-25 {
    margin-bottom: 20px; }
  .mb-30 {
    margin-bottom: 21px; }
  .mb-35 {
    margin-bottom: 24.5px; }
  .mb-40 {
    margin-bottom: 28px; }
  .mb-50 {
    margin-bottom: 35px; }
  .mb-60 {
    margin-bottom: 42px; }
  .mb-70 {
    margin-bottom: 42px; }
  .mb-80 {
    margin-bottom: 48px; }
  .mb-90 {
    margin-bottom: 54px; }
  .mb-100 {
    margin-bottom: 50px; }
  .mb-125 {
    margin-bottom: 62.5px; }
  .mb-150 {
    margin-bottom: 75px; }
  .mr-25 {
    margin-right: 20px; }
  .mr-30 {
    margin-right: 21px; }
  .mr-35 {
    margin-right: 24.5px; }
  .mr-40 {
    margin-right: 28px; }
  .mr-50 {
    margin-right: 35px; }
  .mr-60 {
    margin-right: 42px; }
  .mr-70 {
    margin-right: 42px; }
  .mr-80 {
    margin-right: 48px; }
  .mr-90 {
    margin-right: 54px; }
  .mr-100 {
    margin-right: 50px; }
  .mr-125 {
    margin-right: 62.5px; }
  .mr-150 {
    margin-right: 75px; }
  .mt-25 {
    margin-top: 20px; }
  .mt-30 {
    margin-top: 21px; }
  .mt-35 {
    margin-top: 24.5px; }
  .mt-40 {
    margin-top: 28px; }
  .mt-50 {
    margin-top: 35px; }
  .mt-60 {
    margin-top: 42px; }
  .mt-70 {
    margin-top: 42px; }
  .mt-80 {
    margin-top: 48px; }
  .mt-90 {
    margin-top: 54px; }
  .mt-100 {
    margin-top: 50px; }
  .mt-125 {
    margin-top: 62.5px; }
  .mt-150 {
    margin-top: 75px; }
  .mtb-25 {
    margin-top: 20px;
    margin-bottom: 20px; }
  .mtb-30 {
    margin-top: 21px;
    margin-bottom: 21px; }
  .mtb-35 {
    margin-top: 24.5px;
    margin-bottom: 24.5px; }
  .mtb-40 {
    margin-top: 28px;
    margin-bottom: 28px; }
  .mtb-50 {
    margin-top: 35px;
    margin-bottom: 35px; }
  .mtb-60 {
    margin-top: 42px;
    margin-bottom: 42px; }
  .mtb-70 {
    margin-top: 42px;
    margin-bottom: 42px; }
  .mtb-80 {
    margin-top: 48px;
    margin-bottom: 48px; }
  .mtb-90 {
    margin-top: 45px;
    margin-bottom: 45px; }
  .mtb-100 {
    margin-top: 40px;
    margin-bottom: 40px; }
  .mtb-125 {
    margin-top: 50px;
    margin-bottom: 50px; }
  .mtb-150 {
    margin-top: 60px;
    margin-bottom: 60px; }
  .ptb-25 {
    padding-top: 20px;
    padding-bottom: 20px; }
  .ptb-30 {
    padding-top: 21px;
    padding-bottom: 21px; }
  .ptb-35 {
    padding-top: 24.5px;
    padding-bottom: 24.5px; }
  .ptb-40 {
    padding-top: 28px;
    padding-bottom: 28px; }
  .ptb-50, .collezioni__gallery, .blank, .footer__top {
    padding-top: 30px;
    padding-bottom: 30px; }
  .ptb-60 {
    padding-top: 36px;
    padding-bottom: 36px; }
  .ptb-70 {
    padding-top: 35px;
    padding-bottom: 35px; }
  .ptb-80 {
    padding-top: 32px;
    padding-bottom: 32px; }
  .ptb-90 {
    padding-top: 36px;
    padding-bottom: 36px; }
  .ptb-100 {
    padding-top: 40px;
    padding-bottom: 40px; }
  .ptb-125 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .ptb-150 {
    padding-top: 60px;
    padding-bottom: 60px; } }

.list-inline {
  list-style: none; }
  .list-inline li {
    display: inline-block;
    /*&:not(:last-child){
			@extend .mr-10;
		}*/ }

header {
  max-width: 1410px;
  padding-left: 15px;
  padding-right: 15px; }
  header .navigation {
    height: 100px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    header .navigation-desktop {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 768px) {
        header .navigation-desktop {
          display: none; } }
      header .navigation-desktop ul {
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%; }
        header .navigation-desktop ul li {
          padding-left: 15px;
          padding-right: 15px; }
          header .navigation-desktop ul li a {
            position: relative;
            font-size: 20px;
            -webkit-transition: 0.5s linear all;
            transition: 0.5s linear all; }
            header .navigation-desktop ul li a::before {
              background: #AF9559;
              width: 0%;
              position: absolute;
              bottom: 0;
              left: 0;
              right: 0;
              height: 2px;
              content: "";
              margin: 0 auto;
              -webkit-transition: width 0.5s;
              transition: width 0.5s; }
            header .navigation-desktop ul li a:hover, header .navigation-desktop ul li a:active {
              color: #AF9559; }
              header .navigation-desktop ul li a:hover::before, header .navigation-desktop ul li a:active::before {
                width: 80%; }
          header .navigation-desktop ul li.active a::before, header .navigation-desktop ul li.current-menu-item a::before {
            width: 80%; }
          header .navigation-desktop ul li:hover ul {
            opacity: 1;
            visibility: visible; }
        header .navigation-desktop ul.nav-left {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
          header .navigation-desktop ul.nav-left > li:nth-child(1) {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2; }
          header .navigation-desktop ul.nav-left > li:nth-child(2) {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1; }
        header .navigation-desktop ul.nav-right {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
        header .navigation-desktop ul ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          position: absolute;
          z-index: 10;
          background: #AF9559;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: 0.3s linear all;
          transition: 0.3s linear all; }
          header .navigation-desktop ul ul li a {
            display: block;
            font-size: 14px;
            color: #ffffff;
            font-family: "Poppins", arial, sans-serif; }
            header .navigation-desktop ul ul li a:hover {
              color: #ffffff; }
      header .navigation-desktop__logo {
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 0; }
        header .navigation-desktop__logo a {
          display: block; }
        header .navigation-desktop__logo img {
          height: 70px; }
    header .navigation-mobile {
      width: 80%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (min-width: 769px) {
        header .navigation-mobile {
          opacity: 0;
          display: none; } }
      header .navigation-mobile__logo {
        z-index: 20; }
        header .navigation-mobile__logo img {
          height: 60px; }
      header .navigation-mobile__btn span {
        display: block;
        width: 30px;
        height: 2px;
        margin-bottom: 5px;
        background: #AF9559; }
        header .navigation-mobile__btn span:last-of-type {
          margin-bottom: 0; }
      @media (max-width: 768px) {
        header .navigation-mobile__btn {
          display: block;
          z-index: 20; } }
      header .navigation-mobile__btn.open span {
        background: #ffffff;
        margin-bottom: 0; }
        header .navigation-mobile__btn.open span:nth-of-type(1) {
          -webkit-transform: rotate(45deg) translateY(2px);
                  transform: rotate(45deg) translateY(2px); }
        header .navigation-mobile__btn.open span:nth-of-type(2) {
          -webkit-transform: rotate(-45deg) translateY(-2px);
                  transform: rotate(-45deg) translateY(-2px); }
        header .navigation-mobile__btn.open span:nth-of-type(3) {
          opacity: 0; }
  header .nav-push {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #AF9559;
    z-index: 10;
    -webkit-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%); }
    header .nav-push.in {
      opacity: 1;
      visibility: visible;
      height: 100vh;
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0); }
    header .nav-push__menu {
      height: 50%; }
      header .nav-push__menu > ul {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        header .nav-push__menu > ul li a {
          font-size: 20px; }
        header .nav-push__menu > ul li.sub-menu a {
          pointer-events: none; }
        header .nav-push__menu > ul li ul {
          opacity: 0;
          visibility: hidden;
          height: 0;
          -webkit-transition: 0.2s ease-in-out all;
          transition: 0.2s ease-in-out all;
          transform: translateY(-100%);
          -webkit-transform: translateY(-100%);
          -moz-transform: translateY(-100%);
          -o-transform: translateY(-100%);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          header .nav-push__menu > ul li ul li a {
            pointer-events: initial !important;
            font-size: 14px;
            font-family: "Poppins", arial, sans-serif; }
          header .nav-push__menu > ul li ul.visible {
            opacity: 1;
            visibility: visible;
            height: auto;
            transform: translateY(0);
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            -o-transform: translateY(0); }
    header .nav-push__links {
      height: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      header .nav-push__links ul.site-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        header .nav-push__links ul.site-info li {
          width: 100%; }
      header .nav-push__links ul.social-links {
        margin-bottom: 30px; }
        header .nav-push__links ul.social-links li {
          margin-left: 10px;
          margin-right: 10px; }
          header .nav-push__links ul.social-links li .fab {
            font-size: 18px; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background: #2f2f2f;
  opacity: 0;
  -webkit-transition: .25s linear opacity;
  transition: .25s linear opacity; }
  .modal-backdrop.show {
    opacity: .8; }

.modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  padding: 0;
  overflow: hidden;
  -webkit-transition: .25s ease-out opacity;
  transition: .25s ease-out opacity; }
  .modal .modal-dialog {
    position: relative;
    width: 570px;
    margin: 50px auto;
    opacity: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition: .25s ease-out all;
    transition: .25s ease-out all; }
    .modal .modal-dialog .modal-content {
      position: relative;
      background: #fff;
      padding: 35px 25px;
      border-radius: 5px; }
      .modal .modal-dialog .modal-content .row, .modal .modal-dialog .modal-content .row-expand, .modal .modal-dialog .modal-content .row-compact, .modal .modal-dialog .modal-content .row-fluid, .modal .modal-dialog .modal-content .row-fluid-full {
        width: auto; }
  .modal.show {
    overflow-x: hidden;
    overflow-y: auto; }
    .modal.show .modal-dialog {
      opacity: 1;
      transform: translateY(0);
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0); }
  .modal .close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 18px; }
    .modal .close:hover {
      color: #ffffff; }
  @media (max-width: 768px) {
    .modal .modal-dialog {
      width: 100%;
      margin: 0 auto;
      padding: 20px; }
      .modal .modal-dialog .modal-content {
        padding: 40px 0; } }

.modal-open {
  overflow: hidden; }

/*
// Collapse basic
// --------------------------------------------------*/
.collapse-area .collapse {
  display: none; }
  .collapse-area .collapse.show {
    display: block; }

.collapse-area .collapsing {
  overflow: hidden;
  height: 0;
  -webkit-transition: .2s ease-out all;
  transition: .2s ease-out all; }

.slide-home {
  height: calc(100vh - 100px); }
  .slide-home .swiper-wrapper {
    width: 100%; }
    .slide-home .swiper-wrapper .swiper-slide {
      position: relative;
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover;
      /*@include screen-xs-max{
				background-size:60%;
				background-position: center top;
			}*/ }
      .slide-home .swiper-wrapper .swiper-slide__wrapper {
        max-width: 1410px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      @media (max-width: 768px) {
        .slide-home .swiper-wrapper .swiper-slide:nth-of-type(odd) {
          background-position: 60% 0%; } }
      @media (max-width: 768px) {
        .slide-home .swiper-wrapper .swiper-slide:nth-of-type(even) {
          background-position: 40% 0%; } }
  .slide-home__caption {
    position: relative;
    max-width: 50%;
    padding-left: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 1440px) {
      .slide-home__caption {
        max-width: 90%; } }
    .slide-home__caption .tagline {
      color: #AF9559; }

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }

.swiper-pagination {
  position: relative; }
  @media (max-width: 768px) {
    .swiper-pagination {
      padding-right: 0; } }
  @media (min-width: 769px) {
    .swiper-pagination {
      text-align: right; } }
  .swiper-pagination span {
    width: 10px;
    height: 10px;
    border: 1px solid #ffffff;
    background: transparent;
    opacity: 1;
    margin: 0 5px;
    -webkit-transition: 0.4s ease-out all;
    transition: 0.4s ease-out all; }
    .swiper-pagination span.swiper-pagination-bullet-active {
      border-radius: 10px;
      background: #ffffff; }

.swiper-footer {
  position: absolute;
  bottom: 5%;
  right: 0;
  left: 0;
  max-width: 1410px;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 100; }
  @media (max-width: 768px) {
    .swiper-footer {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .swiper-footer .info-site {
        display: none; }
      .swiper-footer .swiper-pagination {
        width: 100%; } }
  @media (max-width: 1024px) {
    .swiper-footer {
      padding-left: 10%;
      padding-right: 10%; } }

/*
.info-site{
	position:absolute;
	bottom:10px;
	z-index:100;
	width:100%;
	max-width:$grid-width;
	left:0;
	right:0;
	@extend .mx-auto;

	@include screen-xs-max{
		display:none;
	}
	@include screen-md-max{
		padding-left:10%;
	}
}
*/
.btn,
input[type=submit],
input[type=reset],
input[type=button] {
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
  white-space: nowrap;
  font-family: "Poppins", arial, sans-serif;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 40px;
  letter-spacing: .1em;
  background: #AF9559;
  padding: 0 30px;
  -webkit-transition: .15s ease all;
  transition: .15s ease all;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .btn:hover,
  input[type=submit]:hover,
  input[type=reset]:hover,
  input[type=button]:hover {
    background: #7f6b3d;
    text-decoration: none;
    color: #ffffff; }
  .btn:active,
  input[type=submit]:active,
  input[type=reset]:active,
  input[type=button]:active {
    background: #d9d9d9; }
  .btn.btn-lg,
  input[type=submit].btn-lg,
  input[type=reset].btn-lg,
  input[type=button].btn-lg {
    line-height: 50px;
    font-size: 16px; }
  .btn.btn-sm, .alert .btn,
  input[type=submit].btn-sm,
  .alert input.btn[type=submit],
  input[type=reset].btn-sm,
  .alert input.btn[type=reset],
  input[type=button].btn-sm,
  .alert input.btn[type=button] {
    line-height: 30px;
    font-size: 12px;
    padding: 0 20px; }
  .btn.btn-white, .alert.al-success .btn, .alert.al-error .btn, .alert.al-warning .btn,
  input[type=submit].btn-white,
  .alert.al-success input.btn[type=submit],
  .alert.al-error input.btn[type=submit],
  .alert.al-warning input.btn[type=submit],
  input[type=reset].btn-white,
  .alert.al-success input.btn[type=reset],
  .alert.al-error input.btn[type=reset],
  .alert.al-warning input.btn[type=reset],
  input[type=button].btn-white,
  .alert.al-success input.btn[type=button],
  .alert.al-error input.btn[type=button],
  .alert.al-warning input.btn[type=button] {
    background: #ffffff;
    color: #ffffff; }
    .btn.btn-white:hover, .alert.al-success .btn:hover, .alert.al-error .btn:hover, .alert.al-warning .btn:hover,
    input[type=submit].btn-white:hover,
    .alert.al-success input.btn[type=submit]:hover,
    .alert.al-error input.btn[type=submit]:hover,
    .alert.al-warning input.btn[type=submit]:hover,
    input[type=reset].btn-white:hover,
    .alert.al-success input.btn[type=reset]:hover,
    .alert.al-error input.btn[type=reset]:hover,
    .alert.al-warning input.btn[type=reset]:hover,
    input[type=button].btn-white:hover,
    .alert.al-success input.btn[type=button]:hover,
    .alert.al-error input.btn[type=button]:hover,
    .alert.al-warning input.btn[type=button]:hover {
      background: #f2f2f2; }
    .btn.btn-white:active, .alert.al-success .btn:active, .alert.al-error .btn:active, .alert.al-warning .btn:active,
    input[type=submit].btn-white:active,
    .alert.al-success input.btn[type=submit]:active,
    .alert.al-error input.btn[type=submit]:active,
    .alert.al-warning input.btn[type=submit]:active,
    input[type=reset].btn-white:active,
    .alert.al-success input.btn[type=reset]:active,
    .alert.al-error input.btn[type=reset]:active,
    .alert.al-warning input.btn[type=reset]:active,
    input[type=button].btn-white:active,
    .alert.al-success input.btn[type=button]:active,
    .alert.al-error input.btn[type=button]:active,
    .alert.al-warning input.btn[type=button]:active {
      background: #bfbfbf; }
  .btn.btn-success,
  input[type=submit].btn-success,
  input[type=reset].btn-success,
  input[type=button].btn-success {
    background: #8bc34a; }
    .btn.btn-success:hover,
    input[type=submit].btn-success:hover,
    input[type=reset].btn-success:hover,
    input[type=button].btn-success:hover {
      background: #71a436; }
    .btn.btn-success:active,
    input[type=submit].btn-success:active,
    input[type=reset].btn-success:active,
    input[type=button].btn-success:active {
      background: #577d2a; }
  .btn.btn-error,
  input[type=submit].btn-error,
  input[type=reset].btn-error,
  input[type=button].btn-error {
    background: #f44336; }
    .btn.btn-error:hover,
    input[type=submit].btn-error:hover,
    input[type=reset].btn-error:hover,
    input[type=button].btn-error:hover {
      background: #ea1c0d; }
    .btn.btn-error:active,
    input[type=submit].btn-error:active,
    input[type=reset].btn-error:active,
    input[type=button].btn-error:active {
      background: #ba160a; }
  .btn.btn-warning,
  input[type=submit].btn-warning,
  input[type=reset].btn-warning,
  input[type=button].btn-warning {
    background: #ffc107; }
    .btn.btn-warning:hover,
    input[type=submit].btn-warning:hover,
    input[type=reset].btn-warning:hover,
    input[type=button].btn-warning:hover {
      background: #edb100; }
    .btn.btn-warning:active,
    input[type=submit].btn-warning:active,
    input[type=reset].btn-warning:active,
    input[type=button].btn-warning:active {
      background: #ba8b00; }
  .btn.btn-facebook,
  input[type=submit].btn-facebook,
  input[type=reset].btn-facebook,
  input[type=button].btn-facebook {
    background: #3B5998; }
    .btn.btn-facebook:hover,
    input[type=submit].btn-facebook:hover,
    input[type=reset].btn-facebook:hover,
    input[type=button].btn-facebook:hover {
      background: #2d4373; }
    .btn.btn-facebook:active,
    input[type=submit].btn-facebook:active,
    input[type=reset].btn-facebook:active,
    input[type=button].btn-facebook:active {
      background: #1e2e4f; }
  .btn.btn-gmail,
  input[type=submit].btn-gmail,
  input[type=reset].btn-gmail,
  input[type=button].btn-gmail {
    background: #C71610; }
    .btn.btn-gmail:hover,
    input[type=submit].btn-gmail:hover,
    input[type=reset].btn-gmail:hover,
    input[type=button].btn-gmail:hover {
      background: #98110c; }
    .btn.btn-gmail:active,
    input[type=submit].btn-gmail:active,
    input[type=reset].btn-gmail:active,
    input[type=button].btn-gmail:active {
      background: #690c08; }
  .btn.btn-outline,
  input[type=submit].btn-outline,
  input[type=reset].btn-outline,
  input[type=button].btn-outline {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    line-height: 38px; }
    .btn.btn-outline:hover,
    input[type=submit].btn-outline:hover,
    input[type=reset].btn-outline:hover,
    input[type=button].btn-outline:hover {
      background: #ffffff;
      color: #ffffff; }
    .btn.btn-outline:active,
    input[type=submit].btn-outline:active,
    input[type=reset].btn-outline:active,
    input[type=button].btn-outline:active {
      background: #bfbfbf; }
    .btn.btn-outline.btn-lg,
    input[type=submit].btn-outline.btn-lg,
    input[type=reset].btn-outline.btn-lg,
    input[type=button].btn-outline.btn-lg {
      line-height: 48px; }
    .btn.btn-outline.btn-sm, .alert .btn.btn-outline,
    input[type=submit].btn-outline.btn-sm,
    .alert input.btn[type=submit].btn-outline,
    input[type=reset].btn-outline.btn-sm,
    .alert input.btn[type=reset].btn-outline,
    input[type=button].btn-outline.btn-sm,
    .alert input.btn[type=button].btn-outline {
      line-height: 28px; }
  .btn[disabled], .btn.btn-disabled,
  input[type=submit][disabled],
  input[type=submit].btn-disabled,
  input[type=reset][disabled],
  input[type=reset].btn-disabled,
  input[type=button][disabled],
  input[type=button].btn-disabled {
    cursor: not-allowed;
    opacity: .25; }
  .btn.w-100,
  input[type=submit].w-100,
  input[type=reset].w-100,
  input[type=button].w-100 {
    padding: 0 10px; }
  .btn i,
  input[type=submit] i,
  input[type=reset] i,
  input[type=button] i {
    font-size: 18px;
    vertical-align: middle;
    line-height: 1.2;
    margin-right: 5px; }
  @media (max-width: 768px) {
    .btn,
    input[type=submit],
    input[type=reset],
    input[type=button] {
      width: 100%; } }

@media (max-width: 768px) {
  form [class*='col-'] {
    margin-bottom: 0; } }

.form-group {
  position: relative;
  text-align: left;
  margin-bottom: 20px; }
  .form-group.form-checkbox div, .form-group.form-radio div {
    display: inline-block; }
  .form-group.form-checkbox label, .form-group.form-radio label {
    font-size: 12px;
    margin-bottom: 0;
    text-transform: none;
    cursor: pointer; }
  .form-group.form-checkbox span.wpcf7-list-item, .form-group.form-radio span.wpcf7-list-item {
    margin: 0; }
  .form-group.form-error input[type=text],
  .form-group.form-error input[type=password],
  .form-group.form-error input[type=file],
  .form-group.form-error input[type=email],
  .form-group.form-error input[type=file],
  .form-group.form-error input[type=number],
  .form-group.form-error input[type=tel],
  .form-group.form-error select,
  .form-group.form-error textarea,
  .form-group.form-error .jcf-file,
  .form-group.form-error .jcf-select {
    border-color: #f44336;
    color: #f44336; }
  .form-group.form-error.form-checkbox, .form-group.form-error.form-radio {
    color: #f44336; }
  .form-group.form-icon input[type=text],
  .form-group.form-icon input[type=password],
  .form-group.form-icon input[type=file],
  .form-group.form-icon input[type=email],
  .form-group.form-icon input[type=file],
  .form-group.form-icon input[type=number],
  .form-group.form-icon select,
  .form-group.form-icon textarea {
    padding-right: 35px; }
  .form-group.form-icon i {
    display: block;
    position: absolute;
    z-index: 10;
    right: 15px;
    bottom: 9px;
    font-size: 20px;
    line-height: 1; }
  .form-group.form-disabled {
    opacity: .35; }
    .form-group.form-disabled input[type=text],
    .form-group.form-disabled input[type=password],
    .form-group.form-disabled input[type=file],
    .form-group.form-disabled input[type=email],
    .form-group.form-disabled input[type=number],
    .form-group.form-disabled input[type=tel],
    .form-group.form-disabled select,
    .form-group.form-disabled textarea {
      cursor: not-allowed; }
  .form-group.form-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .form-group.form-flex .btn {
      width: auto;
      padding: 0 15px; }

input[type=text],
input[type=password],
input[type=email],
input[type=file],
input[type=number],
input[type=tel],
input[type=search],
input[type=date],
textarea,
select,
.jcf-file,
.jcf-select {
  display: block;
  width: 100%;
  outline: 0;
  background: transparent;
  border: 1px solid #ffffff;
  font-family: "Poppins", arial, sans-serif;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  left: 0;
  height: 40px;
  padding: 0 10px;
  border-radius: 0; }
  input[type=text].sz-lg, input[type=text].jcf-select-sz-lg,
  input[type=password].sz-lg,
  input[type=password].jcf-select-sz-lg,
  input[type=email].sz-lg,
  input[type=email].jcf-select-sz-lg,
  input[type=file].sz-lg,
  input[type=file].jcf-select-sz-lg,
  input[type=number].sz-lg,
  input[type=number].jcf-select-sz-lg,
  input[type=tel].sz-lg,
  input[type=tel].jcf-select-sz-lg,
  input[type=search].sz-lg,
  input[type=search].jcf-select-sz-lg,
  input[type=date].sz-lg,
  input[type=date].jcf-select-sz-lg,
  textarea.sz-lg,
  textarea.jcf-select-sz-lg,
  select.sz-lg,
  select.jcf-select-sz-lg,
  .jcf-file.sz-lg,
  .jcf-file.jcf-select-sz-lg,
  .jcf-select.sz-lg,
  .jcf-select.jcf-select-sz-lg {
    height: 50px; }
  input[type=text].jcf-select-sz-lg,
  input[type=password].jcf-select-sz-lg,
  input[type=email].jcf-select-sz-lg,
  input[type=file].jcf-select-sz-lg,
  input[type=number].jcf-select-sz-lg,
  input[type=tel].jcf-select-sz-lg,
  input[type=search].jcf-select-sz-lg,
  input[type=date].jcf-select-sz-lg,
  textarea.jcf-select-sz-lg,
  select.jcf-select-sz-lg,
  .jcf-file.jcf-select-sz-lg,
  .jcf-select.jcf-select-sz-lg {
    line-height: calc(50px - 4px); }
  input[type=text]:disabled,
  input[type=password]:disabled,
  input[type=email]:disabled,
  input[type=file]:disabled,
  input[type=number]:disabled,
  input[type=tel]:disabled,
  input[type=search]:disabled,
  input[type=date]:disabled,
  textarea:disabled,
  select:disabled,
  .jcf-file:disabled,
  .jcf-select:disabled {
    opacity: .35;
    cursor: not-allowed; }
  input[type=text]:hover, input[type=text]:focus, input[type=text].jcf-focus,
  input[type=password]:hover,
  input[type=password]:focus,
  input[type=password].jcf-focus,
  input[type=email]:hover,
  input[type=email]:focus,
  input[type=email].jcf-focus,
  input[type=file]:hover,
  input[type=file]:focus,
  input[type=file].jcf-focus,
  input[type=number]:hover,
  input[type=number]:focus,
  input[type=number].jcf-focus,
  input[type=tel]:hover,
  input[type=tel]:focus,
  input[type=tel].jcf-focus,
  input[type=search]:hover,
  input[type=search]:focus,
  input[type=search].jcf-focus,
  input[type=date]:hover,
  input[type=date]:focus,
  input[type=date].jcf-focus,
  textarea:hover,
  textarea:focus,
  textarea.jcf-focus,
  select:hover,
  select:focus,
  select.jcf-focus,
  .jcf-file:hover,
  .jcf-file:focus,
  .jcf-file.jcf-focus,
  .jcf-select:hover,
  .jcf-select:focus,
  .jcf-select.jcf-focus {
    border-color: #AF9559;
    outline: none; }
  input[type=text]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=file]::-webkit-input-placeholder,
  input[type=number]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  input[type=search]::-webkit-input-placeholder,
  input[type=date]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  .jcf-file::-webkit-input-placeholder,
  .jcf-select::-webkit-input-placeholder {
    color: #bcbcbc; }
  input[type=text]:-ms-input-placeholder,
  input[type=password]:-ms-input-placeholder,
  input[type=email]:-ms-input-placeholder,
  input[type=file]:-ms-input-placeholder,
  input[type=number]:-ms-input-placeholder,
  input[type=tel]:-ms-input-placeholder,
  input[type=search]:-ms-input-placeholder,
  input[type=date]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder,
  .jcf-file:-ms-input-placeholder,
  .jcf-select:-ms-input-placeholder {
    color: #bcbcbc; }
  input[type=text]::-ms-input-placeholder,
  input[type=password]::-ms-input-placeholder,
  input[type=email]::-ms-input-placeholder,
  input[type=file]::-ms-input-placeholder,
  input[type=number]::-ms-input-placeholder,
  input[type=tel]::-ms-input-placeholder,
  input[type=search]::-ms-input-placeholder,
  input[type=date]::-ms-input-placeholder,
  textarea::-ms-input-placeholder,
  select::-ms-input-placeholder,
  .jcf-file::-ms-input-placeholder,
  .jcf-select::-ms-input-placeholder {
    color: #bcbcbc; }
  input[type=text]::placeholder,
  input[type=password]::placeholder,
  input[type=email]::placeholder,
  input[type=file]::placeholder,
  input[type=number]::placeholder,
  input[type=tel]::placeholder,
  input[type=search]::placeholder,
  input[type=date]::placeholder,
  textarea::placeholder,
  select::placeholder,
  .jcf-file::placeholder,
  .jcf-select::placeholder {
    color: #bcbcbc; }

.jcf-select.jcf-disabled {
  opacity: .35; }
  .jcf-select.jcf-disabled input[type=text],
  .jcf-select.jcf-disabled input[type=password],
  .jcf-select.jcf-disabled input[type=file],
  .jcf-select.jcf-disabled input[type=email],
  .jcf-select.jcf-disabled input[type=number],
  .jcf-select.jcf-disabled input[type=search],
  .jcf-select.jcf-disabled input[type=date],
  .jcf-select.jcf-disabled select,
  .jcf-select.jcf-disabled textarea {
    cursor: not-allowed; }

label {
  display: inline-block;
  margin-bottom: 5px;
  text-transform: lowercase;
  font-size: 14px; }

textarea {
  padding: 10px;
  resize: none;
  height: inherit; }

select {
  width: 0;
  opacity: 0;
  height: 0; }

.jcf-select {
  position: relative;
  line-height: 38px;
  padding: 0; }
  .jcf-select select {
    padding: 0;
    padding-left: 10px; }
  .jcf-select .jcf-reset-appearance {
    left: 0;
    background: initial;
    color: initial; }
  .jcf-select .jcf-select-text {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 25px 0 10px; }
  .jcf-select .jcf-select-opener:after {
    font-family: "Font Awesome 5 Pro";
    content: '\f078';
    font-weight: 700;
    font-size: 13px;
    color: #AF9559;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 2px; }

.jcf-select-drop {
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #8c8c8c;
  font-family: "Poppins", arial, sans-serif; }
  .jcf-select-drop.jcf-drop-flipped {
    border-top: 0;
    border-bottom: 1px solid #8c8c8c; }
  .jcf-select-drop .jcf-select-drop-content {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 9999;
    background: #ffffff;
    color: #3F3F3F; }
    .jcf-select-drop .jcf-select-drop-content ul li span {
      padding: 15px 10px;
      line-height: 20px;
      display: block;
      -webkit-transition: .1s ease-out all;
      transition: .1s ease-out all;
      cursor: pointer; }
      .jcf-select-drop .jcf-select-drop-content ul li span:hover, .jcf-select-drop .jcf-select-drop-content ul li span.jcf-selected {
        background: #AF9559;
        padding-left: 20px;
        color: #ffffff; }
      .jcf-select-drop .jcf-select-drop-content ul li span.jcf-disabled {
        display: none; }

.jcf-checkbox,
.jcf-radio {
  display: inline-block;
  position: relative;
  top: 1px;
  height: 18px;
  width: 18px;
  margin-right: 7px;
  background: transparent;
  border: 1px solid #AF9559; }
  .jcf-checkbox input[type=checkbox],
  .jcf-radio input[type=checkbox] {
    left: 0 !important;
    top: 0 !important;
    width: 12px !important;
    height: 12px !important;
    cursor: pointer; }
  .jcf-checkbox.jcf-checked,
  .jcf-radio.jcf-checked {
    border-color: #AF9559;
    background-image: url("../../assets/img/checkbox-bg.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px; }

.jcf-radio {
  border-radius: 50%; }

.jcf-file {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  position: relative;
  overflow: hidden; }
  .jcf-file .jcf-button-content {
    display: block;
    text-indent: -9999px; }
    .jcf-file .jcf-button-content:before {
      content: '\f0c6';
      font-family: "Font Awesome 5 Pro";
      font-weight: 700;
      display: block;
      font-size: 20px;
      pointer-events: none;
      text-indent: 0;
      position: absolute;
      top: 50%;
      margin-top: -14px;
      right: 10px;
      z-index: 10; }
  .jcf-file .jcf-fake-input {
    position: absolute;
    top: 50%;
    margin-top: -10px; }
  .jcf-file .jcf-real-element {
    height: 40px;
    margin: 0;
    right: 0;
    top: 0;
    font-size: 100px; }

input[type=text],
input[type=password],
input[type=email],
input[type=file],
input[type=number],
input[type=tel],
input[type=search],
input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form__newsletter label, .form__newsletter p.acceptance {
  font-size: 12px; }

.form__newsletter-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .form__newsletter-input input {
    background: transparent;
    color: #ffffff;
    border-color: #ffffff;
    border-right-width: 0px; }
    .form__newsletter-input input::-webkit-input-placeholder {
      color: #bcbcbc; }
    .form__newsletter-input input:-ms-input-placeholder {
      color: #bcbcbc; }
    .form__newsletter-input input::-ms-input-placeholder {
      color: #bcbcbc; }
    .form__newsletter-input input::placeholder {
      color: #bcbcbc; }
    .form__newsletter-input input:hover, .form__newsletter-input input:focus {
      border-color: #AF9559; }
  .form__newsletter-input .btn {
    width: auto;
    background: #AF9559; }
  .form__newsletter-input .email-newsletter {
    width: 100%; }

.table {
  width: 100%;
  text-align: left;
  border-spacing: 0; }
  .table tbody tr {
    border-bottom: 1px solid #bcbcbc; }
    .table tbody tr:last-child {
      border-bottom: 1px solid #bcbcbc; }
  .table thead tr,
  .table tfoot tr {
    border-bottom: 1px solid #bcbcbc; }
  .table td, .table th {
    vertical-align: middle;
    padding: 10px 5px; }
  .table tfoot {
    background: whitesmoke; }
    .table tfoot tr {
      border-bottom: 1px solid #bcbcbc; }
      .table tfoot tr:last-child {
        border-bottom: 1px solid #3F3F3F; }
  @media (max-width: 768px) {
    .table.table-responsive {
      display: block; }
      .table.table-responsive thead {
        display: none; }
      .table.table-responsive tbody {
        display: block; }
        .table.table-responsive tbody td, .table.table-responsive tbody th {
          width: 100%;
          padding: 4px 0; }
          .table.table-responsive tbody td:before, .table.table-responsive tbody th:before {
            content: attr(data-th);
            font-weight: 700;
            padding-right: 5px; }
        .table.table-responsive tbody tr {
          display: block;
          margin-bottom: 10px;
          padding-bottom: 10px; }
          .table.table-responsive tbody tr:last-child {
            margin-bottom: 0; }
          .table.table-responsive tbody tr td {
            display: block; }
      .table.table-responsive tfoot {
        display: block; }
        .table.table-responsive tfoot tr {
          display: block; }
    .table .tb-mob-hide {
      display: none; } }

.nav.tabs-nav {
  text-align: center;
  border-bottom: 1px solid #8c8c8c;
  margin-bottom: 30px; }
  .nav.tabs-nav li {
    display: inline-block;
    color: #8c8c8c;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding-left: 15px;
    padding-right: 15px; }
    .nav.tabs-nav li a {
      display: inline-block;
      padding-bottom: 15px;
      color: #ffffff; }
    .nav.tabs-nav li.active a {
      color: #ffffff; }
  @media (max-width: 768px) {
    .nav.tabs-nav li {
      font-size: 13px;
      padding-left: 10px;
      padding-right: 10px; }
      .nav.tabs-nav li a {
        padding-bottom: 10px; } }

.tabs-content .tabs-single {
  display: none; }
  .tabs-content .tabs-single.active {
    display: block; }

.alert {
  opacity: 0;
  position: fixed;
  z-index: 999;
  width: 350px;
  background: #AF9559;
  color: #ffffff;
  padding: 15px 40px 20px 70px;
  border-radius: 3px;
  -webkit-transition: 0.5s cubic-bezier(0.97, 0.04, 0.32, 1) all;
  transition: 0.5s cubic-bezier(0.97, 0.04, 0.32, 1) all; }
  @media (max-width: 768px) {
    .alert {
      width: 100%;
      left: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
      border-radius: 0; } }
  .alert .al-body {
    min-height: 40px; }
  .alert .al-icn {
    position: absolute;
    top: 18px;
    left: 20px;
    z-index: 10;
    width: 30px;
    text-align: center;
    font-size: 32px;
    line-height: 1; }
  .alert .al-close {
    color: #ffffff;
    padding: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    font-size: 12px;
    line-height: 1; }
  .alert.al-success {
    color: #ffffff;
    background: #8bc34a; }
    .alert.al-success .al-close {
      color: #ffffff; }
    .alert.al-success .btn {
      color: #649130; }
  .alert.al-error {
    color: #ffffff;
    background: #f44336; }
    .alert.al-error .al-close {
      color: #ffffff; }
    .alert.al-error .btn {
      color: #d2190b; }
  .alert.al-warning {
    color: #543f00;
    background: #ffc107; }
    .alert.al-warning .al-close {
      color: #543f00; }
    .alert.al-warning .btn {
      color: #876500; }
  .alert.al-bottom-right {
    bottom: 20px;
    right: 20px;
    transform: translate3d(0, 120%, 0);
    -webkit-transform: translate3d(0, 120%, 0);
    -moz-transform: translate3d(0, 120%, 0);
    -o-transform: translate3d(0, 120%, 0);
    -ms-transform: translate3d(0, 120%, 0); }
  .alert.al-bottom-left {
    bottom: 20px;
    left: 20px;
    transform: translate3d(0, 120%, 0);
    -webkit-transform: translate3d(0, 120%, 0);
    -moz-transform: translate3d(0, 120%, 0);
    -o-transform: translate3d(0, 120%, 0);
    -ms-transform: translate3d(0, 120%, 0); }
  .alert.al-top-left {
    top: 20px;
    left: 20px;
    transform: translate3d(0, -120%, 0);
    -webkit-transform: translate3d(0, -120%, 0);
    -moz-transform: translate3d(0, -120%, 0);
    -o-transform: translate3d(0, -120%, 0);
    -ms-transform: translate3d(0, -120%, 0); }
  .alert.al-top-right {
    top: 20px;
    right: 20px;
    transform: translate3d(0, -120%, 0);
    -webkit-transform: translate3d(0, -120%, 0);
    -moz-transform: translate3d(0, -120%, 0);
    -o-transform: translate3d(0, -120%, 0);
    -ms-transform: translate3d(0, -120%, 0); }
  .alert.al-in {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    opacity: 1; }

html {
  height: 100%;
  zoom: 1 !important;
  -webkit-text-size-adjust: 100%; }

body {
  min-width: 320px;
  background: #3F3F3F;
  font-family: "Lora", arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.collezioni__content {
  background: url("../img/pattern.jpg");
  background-size: 30px;
  height: calc( 100vh - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 768px) {
    .collezioni__content {
      height: auto;
      padding-top: 50px; } }
  @media (min-width: 769px) {
    .collezioni__content {
      min-height: 600px; } }
  .collezioni__content__img {
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 5%; }
    .collezioni__content__img img {
      max-height: 90%; }
    @media (max-width: 768px) {
      .collezioni__content__img {
        display: none; } }
    @media (max-width: 1024px) {
      .collezioni__content__img {
        padding-right: 5%; } }
  .collezioni__content__desc {
    width: 50%;
    height: 100%;
    position: relative;
    z-index: 2;
    padding-left: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .collezioni__content__desc .tagline {
      color: #AF9559; }
    .collezioni__content__desc p {
      padding-left: 20px;
      max-width: 70%; }
    @media (max-width: 1024px) {
      .collezioni__content__desc {
        padding-left: 5%; }
        .collezioni__content__desc p {
          max-width: 100%; } }
    @media (max-width: 768px) {
      .collezioni__content__desc {
        width: 100%;
        padding-left: 0; }
        .collezioni__content__desc p {
          padding-left: 0; } }
  .collezioni__content::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 63, 63, 0)), to(#3f3f3f));
    background: linear-gradient(to bottom, rgba(63, 63, 63, 0), #3f3f3f); }

.collezioni__gallery .swiper-container .swiper-slide {
  position: relative; }
  .collezioni__gallery .swiper-container .swiper-slide::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #3F3F3F;
    opacity: 0.65;
    z-index: 1; }

.collezioni__gallery .swiper-container .swiper-slide-active::after {
  content: none; }

.collezioni__gallery .swiper-container .swiper-button-prev {
  left: 25%; }

.collezioni__gallery .swiper-container .swiper-button-next {
  right: 25%; }

.collezioni__gallery .swiper-container .swiper-button-prev,
.collezioni__gallery .swiper-container .swiper-button-next {
  background: none;
  fill: #AF9559; }

@media (max-width: 768px) {
  .collezioni__gallery .swiper-container .swiper-button-prev {
    left: 10px; }
  .collezioni__gallery .swiper-container .swiper-button-next {
    right: 10px; } }

.collezioni__gallery-item::after {
  content: "\f00e";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #AF9559;
  font-size: 36px;
  opacity: 0;
  -webkit-transition: 0.3s linear all;
  transition: 0.3s linear all; }

.collezioni__gallery-item:hover::after, .collezioni__gallery-item:active::after {
  opacity: 1; }

.collezioni__gallery-name {
  position: absolute;
  bottom: 0;
  height: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%; }
  .collezioni__gallery-name p {
    background: #ffffff;
    color: #AF9559;
    border: 1px solid #AF9559;
    width: 30%;
    font-family: "Lora", arial, sans-serif;
    letter-spacing: 2px; }
    @media (max-width: 1024px) {
      .collezioni__gallery-name p {
        width: 50%; } }

.mobx-overlay {
  background: rgba(63, 63, 63, 0.85); }

.mobx-top-bar {
  background: none; }

.mobx-item-inner img {
  border: 2px solid #AF9559; }

.contatti {
  position: relative;
  background: url("../img/pattern.jpg");
  background-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: calc( 100vh - 100px);
  /*@include screen-md-max{
		height:auto;
		&__content{
			height:100vh;
		}
	}*/ }
  @media (min-width: 769px) {
    .contatti {
      min-height: 850px; } }
  .contatti__content {
    background-size: cover;
    background-repeat: no-repeat; }
  .contatti__form {
    padding: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .contatti__form .tagline {
      color: #AF9559; }
    .contatti__form p:nth-of-type(2) {
      padding-left: 20px; }
    .contatti__form .acceptance {
      font-size: 12px; }
  .contatti__content, .contatti__form {
    width: 50%;
    height: 100%;
    z-index: 2; }
  @media (max-width: 768px) {
    .contatti {
      height: auto; }
      .contatti__content {
        width: 100%;
        height: 60vh !important; }
      .contatti__form {
        width: 100%;
        height: auto; }
        .contatti__form p:nth-of-type(2) {
          padding-left: 0; } }
  .contatti:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 63, 63, 0)), to(#3f3f3f));
    background: linear-gradient(to bottom, rgba(63, 63, 63, 0), #3f3f3f); }

.store {
  position: relative;
  background: url("../img/pattern.jpg");
  background-size: 30px; }
  @media (max-width: 768px) {
    .store {
      padding-top: 50px; } }
  .store__select {
    min-height: 50vh;
    padding-top: 15%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    .store__select .form-group {
      margin: 0;
      height: 0; }
    @media (max-width: 768px) {
      .store__select {
        min-height: 25vh; } }
  .store__locations {
    min-height: 40vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 2; }
    .store__locations .fal {
      color: #AF9559;
      font-size: 36px; }
    .store__locations .tagline {
      color: #AF9559; }
    .store__locations-item a {
      color: #AF9559; }
    .store__locations .hide {
      display: none; }
  .store:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 63, 63, 0)), to(#3f3f3f));
    background: linear-gradient(to bottom, rgba(63, 63, 63, 0), #3f3f3f); }

.blank {
  background: url("../img/pattern.jpg");
  background-size: 30px;
  position: relative; }
  .blank__content {
    position: relative;
    z-index: 2; }
  .blank:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 63, 63, 0)), to(#3f3f3f));
    background: linear-gradient(to bottom, rgba(63, 63, 63, 0), #3f3f3f); }

.footer {
  border-top: 1px solid #8c8c8c; }
  .footer .row-fluid {
    max-width: 1920px; }
  .footer__top p {
    font-size: 16px;
    font-family: "Lora", arial, sans-serif; }
  .footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .footer__bottom-site, .footer__bottom-links {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%; }
    .footer__bottom-site li {
      margin-right: 10px; }
      .footer__bottom-site li a {
        margin-right: 5px;
        margin-left: 5px; }
      .footer__bottom-site li::after {
        content: "\0007C";
        color: #AF9559;
        padding-left: 10px; }
      .footer__bottom-site li:nth-last-of-type(1)::after {
        content: none; }
    .footer__bottom-logo {
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .footer__bottom-logo img {
        height: 60px; }
    .footer__bottom-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .footer__bottom-links li a {
        margin-right: 5px;
        margin-left: 5px; }
      .footer__bottom-links li .fab {
        color: #AF9559;
        font-size: 18px; }
      .footer__bottom-links li::after {
        content: "\0007C";
        color: #AF9559;
        padding-left: 5px; }
      .footer__bottom-links li:nth-last-of-type(1)::after {
        content: none; }
      .footer__bottom-links .socials-profile li::after {
        content: none; }
    @media (max-width: 768px) {
      .footer__bottom {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .footer__bottom-site, .footer__bottom-logo, .footer__bottom-links {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
        .footer__bottom-site {
          padding-top: 20px;
          padding-bottom: 20px;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; }
          .footer__bottom-site li {
            width: 100%;
            text-align: center; }
          .footer__bottom-site .copyright {
            text-align: center; }
        .footer__bottom-logo {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; }
        .footer__bottom-links {
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .footer__bottom-links .socials-profile {
            padding-bottom: 20px; } }

#viewport {
  position: fixed;
  left: 20px;
  bottom: 0;
  z-index: 200;
  display: none;
  font-size: 14px;
  padding: 2px 20px;
  color: #AF9559;
  background-color: #ffffff; }
  #viewport:after {
    content: 'default'; }
  @media (max-width: 1440px) {
    #viewport:after {
      content: 'xl'; } }
  @media (max-width: 1200px) {
    #viewport:after {
      content: 'lg'; } }
  @media (max-width: 1024px) {
    #viewport:after {
      content: 'md'; } }
  @media (max-width: 960px) {
    #viewport:after {
      content: 'sm'; } }
  @media (max-width: 768px) {
    #viewport:after {
      content: 'xs'; } }

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