/*
 * CSS Main, raccolta di tutti gli stili per la generazione del main.css
 */
/* Variabili */
* {
  font-family: "Libre Baskerville", serif;
}

/* Colors */
/* Width */
/* Font */
/* Spaces */
#cookie_infobar_container .wrapper .button, #cookie_infobar_container .wrapper .text_wrapper .link, .select2-search__field, .select2 .select2-selection, #home-video .upper-layer .cta-home, #home-image .upper-layer .cta-home, #top-bar .menu-wrapper .social-icon-wrapper a, #top-bar.transparent .menu-wrapper .voices-wrapper .box-voices .voice a, #mobile-top-bar .voices .voice, #mobile-top-bar .mobile-only-menu-body-wrapper .menu-responsive-social-icon-wrapper a, #mobile-top-bar .mobile-only-menu-body-wrapper .menu-responsive-language-wrapper a, .orders_list .std-order-row-wrapper .toggler, .std-pagination.wrapper .button-link, .std-section-title-wrapper .title, .std-corner-button, .std-input-group span, select, input[type=submit], input[type=button], button, input[type=text], input[type=password], textarea {
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

#top-bar .menu-wrapper .voices-wrapper .box-voices .voice {
  -webkit-transition: color 0.4s ease-in-out 0s;
  transition: color 0.4s ease-in-out 0s;
}

p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.appearance_none, .std-pagination.wrapper .button-link, select, input[type=submit], input[type=button], button, input[type=text], input[type=password], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#home-image-wrapper .background-wrapper .upper-layer, #home-video .upper-layer, #home-image .upper-layer, #home-video img, #home-image img, .std-cart-row-wrapper .row-column .img-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* Stili Generici */
* {
  box-sizing: border-box;
}
*:hover, *:active, *:focus {
  outline: none;
}

input::-moz-focus-inner {
  border: 0;
}

img {
  max-width: 100%;
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
  padding: 0;
}

html {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Archivo", sans-serif;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  text-rendering: optimizeLegibility;
}
body.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

html.nooverflow,
body.nooverflow {
  overflow: hidden;
  position: relative;
  height: 100%;
}

input[type=text], input[type=password], textarea {
  background: #FFFFFF none repeat scroll 0 0;
  -webkit-box-sizing: border-box;
  border: 1px solid #222222;
  box-sizing: border-box;
  font-size: 14px;
  padding: 10px;
  font-family: "Archivo", sans-serif;
  color: #000000;
}
input[type=text]:focus, input[type=text]:hover, input[type=password]:focus, input[type=password]:hover, textarea:focus, textarea:hover {
  -webkit-box-shadow: 0 0 5px #000000;
  box-shadow: 0 0 5px #000000;
  border: 1px solid #000000;
}

textarea {
  resize: none;
}

input[type=submit], input[type=button], button {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #222222;
  color: #222222;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  padding: 10px;
  text-transform: uppercase;
  cursor: pointer;
}
input[type=submit].std-blue-button, input[type=button].std-blue-button, button.std-blue-button {
  border: 1px solid #000000;
  color: #000000;
}
input[type=submit]:hover, input[type=submit]:focus, input[type=button]:hover, input[type=button]:focus, button:hover, button:focus {
  background-color: #222222;
  border-color: #222222;
  color: #FFFFFF;
}
input[type=submit]:hover.std-blue-button, input[type=submit]:focus.std-blue-button, input[type=button]:hover.std-blue-button, input[type=button]:focus.std-blue-button, button:hover.std-blue-button, button:focus.std-blue-button {
  background-color: #000000;
  border-color: #000000;
}
input[type=submit]:-moz-focusring, input[type=button]:-moz-focusring, button:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #BBAD91;
  color: #222222;
  font-size: 14px;
  font-family: "Archivo", sans-serif;
  cursor: pointer;
  padding: 10px 30px 10px 10px;
  background: #ffffff url("../images/object_icons/select-down.png") no-repeat scroll calc(100% - 10px) 15px/10px 10px;
}
select:focus {
  background: #ffffff url("../images/object_icons/select-up.png") no-repeat scroll calc(100% - 10px) 15px/10px 10px;
}
select:focus, select:hover {
  -webkit-box-shadow: 0 0 5px #000000;
  box-shadow: 0 0 5px #000000;
  border: 1px solid #000000;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input[type=radio],
input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

input[type=radio] ~ label:before,
input[type=checkbox] ~ label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f1db";
  letter-spacing: 10px;
  font-size: 1.2em;
  color: #222222;
  width: 1.4em;
  cursor: pointer;
}

input[type=radio]:checked ~ label:before,
input[type=checkbox]:checked ~ label:before {
  content: "\f00c";
  font-size: 1.2em;
  color: #000000;
  letter-spacing: 5px;
}

input[type=checkbox] ~ label:before {
  content: "\f096";
}

input[type=checkbox]:checked ~ label:before {
  content: "\f046";
  color: #000000;
}

.std-animatable {
  visibility: hidden;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.std-animated {
  visibility: visible;
  -webkit-animation-name: std-animation;
  animation-name: std-animation;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes std-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.std-input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.std-input-group input[type=text] {
  display: table-cell;
  position: relative;
  width: 100%;
  height: 50px;
}
.std-input-group span {
  padding: 5px 10px;
  text-align: center;
  background-color: #222222;
  border: 1px solid #222222;
  color: #FFFFFF;
  width: 1%;
  height: 50px;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  text-transform: uppercase;
}
.std-input-group span:hover {
  background-color: #000000;
}

.std-corner-button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #BBAD91;
  border-radius: 20px;
  color: #FFFFFF;
  margin: 0 0 0 10px;
  display: none;
  position: fixed;
  cursor: pointer;
  z-index: 7;
}
.std-corner-button#back_to_top {
  line-height: 35px;
  bottom: 20px;
  right: 120px;
}
.std-corner-button#call {
  bottom: 20px;
  right: 70px;
  display: block;
}
.std-corner-button#call_sos {
  font-weight: bold;
  font-size: 12px;
  font-style: normal;
  bottom: 20px;
  right: 70px;
  display: block;
}
.std-corner-button#contacts {
  bottom: 20px;
  right: 20px;
  display: block;
}
.std-corner-button:hover {
  line-height: 35px;
  background-color: #58AED3;
}
.std-corner-button#back_to_top:hover {
  line-height: 30px;
}

.std-max-width-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.std-overflowing-table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.std-centered-content {
  text-align: center;
}

.std-centered-buttons-container {
  text-align: center;
}
.std-centered-buttons-container button {
  width: auto;
}

.std-color-required {
  color: #C10000;
}

.std-form-label {
  color: #222222;
  font-size: 16px;
  padding: 20px 0 10px;
}

.qf_error {
  margin: 5px 0;
  color: #C10000;
}

.std-evidence {
  color: darkred;
}

.std-form-response-ok {
  color: #222222;
  font-size: 16px;
  text-align: center;
}
.std-form-response-ok.big-evidence {
  font-size: 22px;
  color: #000000;
}

.std-form-response-ko {
  color: #C10000;
  font-size: 16px;
  text-align: center;
  padding: 20px 0 0 0;
}

.std-pointer {
  cursor: pointer;
}

.std-normal-cursor {
  cursor: default !important;
}

.std-section-title-wrapper {
  position: relative;
  margin: 20px 0;
  border-bottom: 3px double #222222;
}
.std-section-title-wrapper .title {
  position: absolute;
  padding: 10px;
  background-color: #FFFFFF;
  text-transform: uppercase;
  color: #222222;
  font-size: 18px;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.std-section-title-wrapper .title.pointer {
  cursor: pointer;
}
.std-section-title-wrapper .title.pointer:hover {
  color: #000000;
}

.std-full-size {
  width: 100%;
}

.std-center {
  text-align: center;
}

.std-anchor {
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden;
}

.std-pagination.wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
}
.std-pagination.wrapper .button-link {
  background-color: #FFFFFF;
  border: 1px solid #BBAD91;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 20px;
  margin: 5px 2px;
  text-transform: uppercase;
  cursor: pointer;
}
.std-pagination.wrapper .button-link.current, .std-pagination.wrapper .button-link:hover, .std-pagination.wrapper .button-link:focus {
  background-color: #000000;
  border-color: #222222;
  color: #FFFFFF;
}

.std-underslide-title {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  letter-spacing: 5px;
}
.std-underslide-title .border {
  display: block;
  width: 100%;
  max-width: 100px;
  border: 1px solid #000000;
  margin: 10px auto 0 auto;
}
.std-underslide-title .border-detail {
  display: block;
  width: 100%;
  max-width: 100px;
  border-top: 2px solid #000000;
  margin: 10px auto 0 auto;
}

.std-line-separator {
  border-bottom: 2px solid #FFFFFF;
  padding-top: 20px;
}

.std-price {
  color: #000000;
}

.std-cart-row-wrapper {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #222222;
}
.std-cart-row-wrapper .row-column {
  width: 49%;
  width: -webkit-calc( 50% - 4px );
  width: -moz-calc( 50% - 4px );
  width: -ms-calc( 50% - 4px );
  width: calc(50% - 4px);
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}
.std-cart-row-wrapper .row-column.small {
  width: 30%;
  width: -moz-calc( 30% - 4px );
  width: -webkit-calc( 30% - 4px );
  width: -ms-calc( 30% - 4px );
  width: calc(30% - 4px);
}
.std-cart-row-wrapper .row-column.large {
  width: 70%;
  width: -webkit-calc( 70% - 4px );
  width: -moz-calc( 70% - 4px );
  width: -ms-calc( 70% - 4px );
  width: calc(70% - 4px);
  padding: 0 0 0 20px;
}
.std-cart-row-wrapper .row-column .img-wrapper {
  width: 100%;
  padding-bottom: 75%;
  position: relative;
  overflow: hidden;
}
.std-cart-row-wrapper .row-column .img-wrapper img {
  max-height: 100%;
  max-width: 100%;
}
.std-cart-row-wrapper .row-column .productor-wrapper, .std-cart-row-wrapper .row-column .product-type-wrapper, .std-cart-row-wrapper .row-column .name-wrapper, .std-cart-row-wrapper .row-column .price-wrapper, .std-cart-row-wrapper .row-column .quantity-wrapper, .std-cart-row-wrapper .row-column .total-price-wrapper, .std-cart-row-wrapper .row-column .buttons-wrapper {
  margin-top: 10px;
}
.std-cart-row-wrapper .row-column .quantity-wrapper button {
  padding: 5px;
}
.std-cart-row-wrapper .row-column .normal-price {
  text-decoration: line-through;
}
.std-cart-row-wrapper .payment-methods-wrapper div {
  margin-top: 10px;
}
.std-cart-row-wrapper .payment-methods-wrapper .title {
  text-align: left;
  margin-top: 0;
}
.std-cart-row-wrapper .payment-methods-wrapper .label-description {
  display: inline-block;
  margin: 0 0 0 30px;
  font-size: 12px;
}
.std-cart-row-wrapper .vat_indication {
  font-size: 12px;
}

.orders_list .std-order-row-wrapper {
  width: 100%;
  padding: 20px 0 0;
  border-bottom: 1px solid #222222;
}
.orders_list .std-order-row-wrapper .half-column-wrapper {
  width: 50%;
  width: -webkit-calc(50% - 4px);
  width: -moz-calc(50% - 4px);
  width: -ms-calc(50% - 4px);
  width: calc(50% - 4px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
}
.orders_list .std-order-row-wrapper .full-column-wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 10px 10px 0 10px;
}
.orders_list .std-order-row-wrapper .full-column-wrapper.no-lateral-padding {
  padding: 10px 0;
}
.orders_list .std-order-row-wrapper .hidden_row {
  display: none;
}
.orders_list .std-order-row-wrapper .toggler {
  cursor: pointer;
}
.orders_list .std-order-row-wrapper .toggler:hover {
  color: #000000;
}
.orders_list .std-order-row-wrapper:last-child {
  border-bottom: 0px;
}

.std-two-columns {
  width: 100%;
  margin: 0 0 20px 0;
  display: inline-block;
}
.std-two-columns .std-single-column {
  width: 49%;
  width: -webkit-calc(50% - 24px);
  width: -moz-calc(50% - 24px);
  width: -ms-calc(50% - 24px);
  width: calc(50% - 24px);
  margin: 0 20px 0 0;
  display: inline-block;
}

.std-ribbon-wrapper {
  display: block;
  position: relative;
  z-index: 1;
}
.std-ribbon-wrapper .ribbon {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  color: #FFFFFF;
  width: 95%;
  position: absolute;
  background: #000000;
  text-align: center;
  padding: 10px;
  right: -10px;
  top: 20px;
  -webkit-box-shadow: 0 3px 4px #222222;
  -moz-box-shadow: 0 3px 4px #222222;
  box-shadow: 0 3px 4px #222222;
}
.std-ribbon-wrapper .ribbon .content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
  bottom: -10px;
  right: 0;
  border-width: 10px 10px 0 0;
}

.std-landing-page .text-wrapper {
  padding: 5px 20px;
}

@media screen and (max-width: 1200px) {
  .std-anchor {
    top: -70px;
  }
}
@media screen and (max-width: 800px) {
  .std-cart-row-wrapper .row-column.small, .std-cart-row-wrapper .row-column.large {
    width: 50%;
    width: -webkit-calc(50% - 4px);
    width: -moz-calc(50% - 4px);
    width: -ms-calc(50% - 4px);
    width: calc(50% - 4px);
  }

  .std-two-columns {
    width: 100%;
    margin: 0 0 20px 0;
    display: inline-block;
  }
  .std-two-columns .std-single-column {
    width: -webkit-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: calc(100% - 0px);
    width: 100%;
    margin: 0 0 20px 0;
    display: inline-block;
  }
}
@media screen and (max-width: 650px) {
  .orders_list .std-order-row-wrapper .half-column-wrapper {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px;
  }

  .std-two-columns {
    width: 100%;
    margin: 0 0 20px 0;
    display: inline-block;
  }
  .std-two-columns .std-single-column {
    width: -webkit-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: calc(100% - 0px);
    width: 100%;
    margin: 0 0 20px 0;
    display: inline-block;
  }
}
@media screen and (max-width: 550px) {
  .std-cart-row-wrapper .row-column {
    padding: 0;
  }
  .std-cart-row-wrapper .row-column.small, .std-cart-row-wrapper .row-column.large {
    width: 100%;
    padding: 0 10px;
  }
  .std-cart-row-wrapper .row-column .category-wrapper {
    margin-top: 20px;
  }
  .std-cart-row-wrapper button {
    margin: 10px 0;
  }

  .std-two-columns {
    width: 100%;
    margin: 0 0 10px 0;
    display: inline-block;
  }
  .std-two-columns .std-single-column {
    width: -webkit-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: calc(100% - 0px);
    width: 100%;
    margin: 0 0 20px 0;
    display: inline-block;
  }
}
@media screen and (max-width: 450px) {
  .std-underslide-title {
    display: inline-block;
    font-size: 20px;
  }
}
#mobile-top-bar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #BBAD91;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 17;
}
#mobile-top-bar .mobile-only-top-bar {
  width: 100%;
  position: relative;
  padding: 20px 30px;
}
#mobile-top-bar .mobile-only-top-bar .menu-toggler {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile-top-bar .mobile-only-top-bar .menu-toggler i {
  color: white;
  font-size: 30px;
  cursor: pointer;
}
#mobile-top-bar .mobile-only-top-bar .logo-wrapper {
  width: 100%;
  text-align: center;
}
#mobile-top-bar .mobile-only-top-bar .logo-wrapper img {
  width: 200px;
}
#mobile-top-bar .mobile-only-menu-body-wrapper {
  position: fixed;
  z-index: 16;
  top: 76px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  height: -webkit-calc( 100vh - 76px );
  height: -moz-calc( 100vh - 76px );
  height: -ms-calc( 100vh - 76px );
  height: calc(100vh - 76px);
  display: none;
  background-color: #BBAD91;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: scroll;
}
#mobile-top-bar .mobile-only-menu-body-wrapper .menu-responsive-language-wrapper {
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  padding: 30px 0;
  font-size: 18px;
  line-height: 18px;
}
#mobile-top-bar .mobile-only-menu-body-wrapper .menu-responsive-language-wrapper a:hover, #mobile-top-bar .mobile-only-menu-body-wrapper .menu-responsive-language-wrapper a.active {
  color: #000000;
}
#mobile-top-bar .mobile-only-menu-body-wrapper .menu-responsive-social-icon-wrapper {
  width: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-bottom: 40px;
}
#mobile-top-bar .mobile-only-menu-body-wrapper .menu-responsive-social-icon-wrapper a:hover, #mobile-top-bar .mobile-only-menu-body-wrapper .menu-responsive-social-icon-wrapper a .active {
  color: #FFFFFF;
  background-color: #000000;
}
#mobile-top-bar .mobile-only-menu-body-wrapper .menu-responsive-social-icon-wrapper .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #000000;
  background-color: #FFFFFF;
  font-weight: bold;
}
#mobile-top-bar .mobile-only-menu-body-wrapper .menu-responsive-social-icon-wrapper .icon i {
  vertical-align: baseline;
  line-height: 40px;
  font-size: 16px;
}
#mobile-top-bar .voices {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 30px 20px;
  text-align: center;
}
#mobile-top-bar .voices .voice {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
}
#mobile-top-bar .voices .voice:hover, #mobile-top-bar .voices .voice .active {
  color: #000000;
}

#top-bar {
  width: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 17;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
}
#top-bar.transparent {
  background-color: transparent;
}
#top-bar.transparent .menu-wrapper .voices-wrapper .box-voices .voice {
  cursor: pointer;
}
#top-bar.transparent .menu-wrapper .voices-wrapper .box-voices .voice a:hover, #top-bar.transparent .menu-wrapper .voices-wrapper .box-voices .voice a.active {
  color: #000000;
}
#top-bar .menu-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
#top-bar .menu-wrapper .social-icon-wrapper {
  width: 100%;
  padding: 10px 0 0 0;
  text-align: right;
}
#top-bar .menu-wrapper .social-icon-wrapper a:hover, #top-bar .menu-wrapper .social-icon-wrapper a .active {
  color: #FFFFFF;
  background-color: #000000;
}
#top-bar .menu-wrapper .social-icon-wrapper .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #000000;
  background-color: #FFFFFF;
  font-weight: bold;
}
#top-bar .menu-wrapper .social-icon-wrapper .icon i {
  vertical-align: baseline;
  line-height: 30px;
  font-size: 14px;
}
#top-bar .menu-wrapper .voices-wrapper {
  width: 100%;
}
#top-bar .menu-wrapper .voices-wrapper .box-voices {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
}
#top-bar .menu-wrapper .voices-wrapper .box-voices.large {
  width: 60%;
}
#top-bar .menu-wrapper .voices-wrapper .box-voices.medium {
  width: 15%;
}
#top-bar .menu-wrapper .voices-wrapper .box-voices.medium .logo {
  width: 100%;
  max-width: 200px;
}
#top-bar .menu-wrapper .voices-wrapper .box-voices.small {
  width: 10%;
}
#top-bar .menu-wrapper .voices-wrapper .box-voices.extra-small {
  width: 15%;
  padding: 0 5px;
  font-size: 12px;
}
#top-bar .menu-wrapper .voices-wrapper .box-voices.extra-small i {
  font-size: 16px;
}
#top-bar .menu-wrapper .voices-wrapper .box-voices.extra-small.little-font {
  font-size: 13px;
}
#top-bar .menu-wrapper .voices-wrapper .box-voices.extra-small.little-font i {
  font-size: 13px;
}
#top-bar .menu-wrapper .voices-wrapper .box-voices.aligned-left {
  text-align: left;
}
#top-bar .menu-wrapper .voices-wrapper .box-voices.aligned-center {
  text-align: center;
  font-size: 12px;
}
#top-bar .menu-wrapper .voices-wrapper .box-voices.aligned-center.little-font {
  font-size: 13px;
}
#top-bar .menu-wrapper .voices-wrapper .box-voices.aligned-right {
  text-align: right;
  padding-left: 10px;
  font-size: 12px;
}
#top-bar .menu-wrapper .voices-wrapper .box-voices.aligned-right.little-font {
  font-size: 13px;
}
#top-bar .menu-wrapper .voices-wrapper .box-voices .voice {
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 5px;
}
#top-bar .menu-wrapper .voices-wrapper .box-voices .voice:first-child {
  padding-left: 0;
}
#top-bar .menu-wrapper .voices-wrapper .box-voices .voice:last-child {
  padding-right: 0;
}
#top-bar .menu-wrapper .voices-wrapper .box-voices .voice:hover, #top-bar .menu-wrapper .voices-wrapper .box-voices .voice.active {
  color: #000000;
}

@media screen and (min-width: 1090px) {
  #mobile-top-bar {
    display: none;
  }

  #top-bar {
    display: block;
  }
  #top-bar .menu-wrapper .voices-wrapper .box-voices.logo img {
    max-width: 220px;
  }
}
@media screen and (min-width: 1370px) {
  #top-bar .menu-wrapper .voices-wrapper .box-voices.extra-small {
    font-size: 14px;
  }
  #top-bar .menu-wrapper .voices-wrapper .box-voices.extra-small i {
    font-size: 20px;
  }
  #top-bar .menu-wrapper .voices-wrapper .box-voices.aligned-center {
    font-size: 14px;
  }
  #top-bar .menu-wrapper .voices-wrapper .box-voices.aligned-right {
    font-size: 14px;
  }
  #top-bar .menu-wrapper .voices-wrapper .box-voices .voice {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1390px) {
  #top-bar .menu-wrapper .voices-wrapper .box-voices.extra-small {
    font-size: 14px;
  }
  #top-bar .menu-wrapper .voices-wrapper .box-voices.extra-small i {
    font-size: 20px;
  }
  #top-bar .menu-wrapper .voices-wrapper .box-voices.aligned-center {
    font-size: 14px;
  }
  #top-bar .menu-wrapper .voices-wrapper .box-voices.aligned-right {
    font-size: 14px;
  }
  #top-bar .menu-wrapper .voices-wrapper .box-voices .voice {
    padding: 0 10px;
  }
}
.html-contents-wrapper {
  width: 100%;
}
.html-contents-wrapper .wd-html-contents-container {
  width: 100%;
  max-width: 1200px;
}

footer {
  color: #FFFFFF;
  background-color: #222222;
}
footer .container {
  width: 100%;
  max-width: 1200px;
  padding: 30px;
  margin: 0 auto;
}
footer .container .dati-container {
  width: 100%;
  padding: 10px 0;
}
footer .container .dati-container .single-block {
  width: 33.2%;
  display: inline-block;
  text-align: center;
}
footer .container .dati-container .single-block .title {
  font-family: "Libre Baskerville", serif;
  color: #BBAD91;
  font-size: 22px;
}

/* Stili Specifici */
.container-primary {
  position: relative;
  text-align: center;
  color: #fff;
}

.top-left {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-40%, -40%);
  z-index: 2;
  text-align: left;
}

.title-container {
  font-size: 100px;
  text-align: left;
}

.img-home-banner {
  width: 100%;
  max-height: 600px;
}

@media screen and (max-width: 1024px) {
  .title-container {
    font-size: 30px;
    text-align: center;
  }

  .top-left {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
  }
}
/* section card peoducts */
.hs {
  display: flex;
  overflow-x: scroll;
  justify-content: space-between;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  -webkit-overflow-scrolling: touch;
  margin: 0 -20px;
}

.hs__header {
  display: flex;
  align-items: center;
  width: 100%;
}

.hs__headline {
  flex: 1;
}

.hs__arrows {
  align-self: center;
  color: #212121;
}

.hs__arrows .arrow:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSI5IiB2aWV3Qm94PSIwIDAgMTUgOSI+Cgk8cGF0aCBmaWxsPSIjMzMzMzMzIiBkPSJNNy44NjcgOC41NzRsLTcuMjItNy4yMi43MDctLjcwOEw3Ljg2NyA3LjE2IDE0LjA1Ljk4bC43MDYuNzA3Ii8+Cjwvc3ZnPgo=");
  background-size: contain;
  filter: brightness(5);
  width: 18px;
  height: 12px;
  cursor: pointer;
}

.hs__arrows .arrow.disabled:before {
  filter: brightness(2);
}

.hs__arrows .arrow.arrow-prev:before {
  transform: rotate(90deg);
  margin: 10px;
}

.hs__arrows .arrow.arrow-next:before {
  transform: rotate(-90deg);
}

.hs__item {
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: calc(25% - 20px - 5px);
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 990px) {
  .hs__item {
    flex-basis: calc(33.3333333333% - 20px - 6.6666666667px);
  }
}
.hs__item:last-child:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  right: -20px;
}

.hs__item:first-child {
  margin-left: 20px;
}

.hs__item__description {
  z-index: 1;
  align-self: flex-start;
  margin: 10px 0;
}

.hs__item__subtitle {
  color: #aaa;
  display: block;
}

.hs__item__image__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.hs__item__image {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 990px) {
  .hs__wrapper {
    overflow: hidden;
  }
}
@media (hover: none) and (pointer: coarse) {
  .hs__wrapper .hs__arrows {
    display: none;
  }

  .hs__wrapper .hs__item {
    flex: 1 0 calc(23% - 20px);
  }
}
@media only screen and (hover: none) and (pointer: coarse) and (max-width: 990px) {
  .hs__wrapper .hs__item {
    flex: 1 0 calc(45% - 20px);
  }
}
/* Base Styling */
.container-card:after {
  width: 100vw;
  position: relative;
  z-index: -1;
}

@media only screen and (min-width: 990px) {
  .container-card {
    /* padding: calc(10px * 4) calc(10px * 8); */
    width: 90%;
    margin: 0 auto;
  }
}
.description {
  max-width: 990px;
  color: #212121;
  margin: 0 auto;
  padding: 40px;
}

ul {
  padding: 0;
  margin: 0;
}

i {
  color: #888;
}

.container-news {
  width: 85%;
  margin: 1rem auto;
  display: flex;
  flex-wrap: wrap;
}

.card-news {
  height: 120px;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #fff;
  width: 45%;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.card-news:hover {
  background-color: #222222;
  color: #fff;
  cursor: pointer;
}

.card-news div:first-child {
  flex-basis: 35%;
}

.card-news div:last-child {
  flex-basis: 65%;
  padding: 0 0.5rem 0.25rem;
}

.card-news img {
  display: block;
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.card-news p {
  margin-top: 0.5rem;
  margin-bottom: 0.35rem;
}

.card-news .icons {
  margin-top: 0.5rem;
  margin-bottom: 0.35rem;
}

.shadow {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.border {
  border: 1px solid #ddd;
}

.curve {
  border-radius: 0.35rem;
}

@media (max-width: 768px) {
  .container-card {
    max-width: 100%;
  }

  .card-news {
    flex: 100%;
  }

  /* 
  .card-news div:last-child {
    flex-basis: 10%;
  } */
}
#home-video, #home-image {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#home-video#home-image, #home-image#home-image {
  padding-bottom: 50.5%;
}
#home-video iframe, #home-image iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home-video .cover-layer, #home-image .cover-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(34, 34, 34, 0.7);
}
#home-video .upper-layer, #home-image .upper-layer {
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  text-align: left;
}
#home-video .upper-layer .text-home, #home-image .upper-layer .text-home {
  color: #FFFFFF;
  font-family: "Libre Baskerville", serif;
  font-size: 126px;
  line-height: 130px;
  margin: 0 0 30px 0;
}
#home-video .upper-layer .cta-home, #home-image .upper-layer .cta-home {
  width: 20%;
  padding: 30px 40px;
  background-color: #BBAD91;
  color: #FFFFFF;
  text-transform: lowercase;
  border: 0px;
}
#home-video .upper-layer .cta-home:hover, #home-video .upper-layer .cta-home .active, #home-image .upper-layer .cta-home:hover, #home-image .upper-layer .cta-home .active {
  background-color: #222222;
}

#home-image-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
}
#home-image-wrapper .background-wrapper {
  width: 50%;
  height: 100vh;
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
}
#home-image-wrapper .background-wrapper .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#home-image-wrapper .background-wrapper .background-image .cover-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(34, 34, 34, 0.6);
}
#home-image-wrapper .background-wrapper .upper-layer {
  top: 40%;
  text-align: center;
}

#login-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 300px;
  padding: 20px;
  text-align: center;
}
#login-wrapper .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #222222;
}
#login-wrapper .login-body {
  display: inline-block;
}
#login-wrapper .login-body input[type=submit] {
  width: 100%;
}

.select2 {
  color: #222222 !important;
  font-size: 14px !important;
}
.select2 .select2-selection {
  border-radius: 3px !important;
  background-color: #FFFFFF !important;
  border: 1px solid #222222 !important;
}
.select2 .select2-selection:focus, .select2 .select2-selection:hover {
  -webkit-box-shadow: 0 0 5px #000000 !important;
  box-shadow: 0 0 5px #000000 !important;
  border: 1px solid #000000 !important;
}
.select2 .select2-selection .select2-selection__rendered {
  color: #222222 !important;
  font-size: #222222 !important;
}

.select2-search__field:focus, .select2-search__field:hover {
  -webkit-box-shadow: 0 0 5px #000000 !important;
  box-shadow: 0 0 5px #000000 !important;
  border: 1px solid #000000 !important;
}

.select2-dropdown {
  border-color: #222222 !important;
  z-index: 5 !important;
}

.select2-selection__clear {
  font-size: 14px !important;
  z-index: 999;
}

#cookies {
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden;
}

#cookie_infobar_container {
  width: 100%;
  text-align: center;
  font-size: 14px;
  background-color: #222222;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #000000;
  color: #FFFFFF;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
#cookie_infobar_container .wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#cookie_infobar_container .wrapper .text_wrapper {
  width: calc(100% - 30px);
  display: inline-block;
  vertical-align: middle;
  text-align: justify;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px 20px 0;
}
#cookie_infobar_container .wrapper .text_wrapper .link {
  font-weight: bold;
  text-decoration: underline;
}
#cookie_infobar_container .wrapper .text_wrapper .link:hover {
  color: #000000;
}
#cookie_infobar_container .wrapper .button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  margin: 20px 0;
  cursor: pointer;
  font-weight: bold;
  text-align: right;
  font-size: 22px;
}
#cookie_infobar_container .wrapper .button:hover {
  color: #000000;
}

@media screen and (max-width: 1240px) {
  #cookie_infobar_container .wrapper .text_wrapper {
    width: calc(100% - 50px);
    display: inline-block;
    text-align: justify;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
  }
  #cookie_infobar_container .wrapper .button {
    padding: 0 20px 0 0;
  }
}
/* ReCAPTCHA responsive */
.recaptcha_widget {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 300px;
  padding: 10px;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  background: #F9F9F9;
}

#recaptcha_image {
  width: 100% !important;
  height: auto !important;
}

#recaptcha_image img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.recaptcha_is_showing_audio embed {
  height: 0;
  width: 0;
  overflow: hidden;
}

.recaptcha_is_showing_audio #recaptcha_image {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  background: #FFF;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: 3px solid #FFF;
}

.recaptcha_is_showing_audio #recaptcha_image br {
  display: none;
}

.recaptcha_is_showing_audio #recaptcha_image #recaptcha_audio_download {
  display: block;
}

.recaptcha_input {
  color: #000;
  font: 13px/1.5 "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
  margin: 4px 0 0;
  padding: 0 4px 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.recaptcha_input label {
  margin: 0 0 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.recaptcha_input input {
  width: 100%;
}

.recaptcha_options {
  list-style: none;
  margin: 4px 0 0;
  height: 18px;
  display: none;
}

.recaptcha_options li {
  float: left;
  margin: 0 4px 0 0;
}

.recaptcha_options li a {
  text-decoration: none;
  text-shadow: 0 1px 1px #000;
  font-size: 16px;
  color: #FFF;
  display: block;
  width: 20px;
  height: 18px;
}

.recaptcha_options li a:active {
  position: relative;
  top: 1px;
  text-shadow: none;
}

.captcha_hide {
  display: none;
}

.container-home {
  display: flex;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
}

.btn-more-info {
  background-color: #BBAD91;
  border: none;
  color: #fff;
  text-align: center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(3px);
  z-index: 1;
}

.image-row {
  display: flex;
}

.image-container {
  width: 50%;
  position: relative;
}

.image-container img {
  width: 100%;
  height: auto;
}

.title {
  font-size: 35px;
}

.image-container span {
  color: #fff;
  font-size: 50px;
  max-width: 20px;
}

.image-container .content-show {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  border: 2px solid #fff;
  padding: 30px;
  min-width: 20em;
  z-index: 2;
}

.image-container span {
  color: #fff;
  font-size: 40px;
}

@media screen and (max-width: 1024px) {
  .container {
    display: inline;
    width: 100%;
  }

  .image-container {
    width: 100%;
    position: relative;
  }

  .image-row {
    display: inline;
    width: 100%;
  }

  .image-container .content-show {
    width: 90%;
    font-size: 25px;
    border: 2px solid #fff;
    padding: 30px;
    min-width: 0;
  }

  .image-container p {
    font-size: 25px;
  }

  .image-container span {
    color: #fff;
    font-size: 35px;
    max-width: 20px;
  }
}
.main {
  max-width: 1200px;
  margin: 0 auto;
}

h1 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.btn {
  color: #ffffff;
  padding: 0.8rem;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 400;
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: transparent;
}

.btn:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.cards {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item {
  display: flex;
  padding: 1rem;
}

@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
}
@media (min-width: 56rem) {
  .cards_item {
    width: 33.3333%;
  }
}
.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card_content {
  padding: 1rem;
  background: linear-gradient(to bottom left, #EF8D9C 40%, #FFC39E 100%);
}

.card_title {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
}

.card_text {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  font-weight: 400;
}

.made_by {
  font-weight: 400;
  font-size: 13px;
  margin-top: 35px;
  text-align: center;
}

.text-description {
  color: black;
  padding: 20px;
}

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