/*

 **************************************
 *
 * Utility LESS mixins and CSS rules
 *
 **************************************

*/
@font-face {
  font-family: 'prophet';
  src: url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/prophet-light.eot');
  src: url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/prophet-light.eot?#iefix') format('embedded-opentype'), url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/prophet-light.woff2') format('woff2'), url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/prophet-light.svg') format('svg'), url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/prophet-light.ttf') format('ttf'), url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/prophet-light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rmneue-light';
  src: url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/RMNeue-Light.eot');
  src: url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/RMNeue-Light.eot?#iefix') format('embedded-opentype'), url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/RMNeue-Light.woff2') format('woff2'), url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/RMNeue-Light.svg') format('svg'), url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/RMNeue-Light.ttf') format('ttf'), url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/RMNeue-Light.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rmneue-LightItalic';
  src: url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/RMNeue-LightItalic.eot');
  src: url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/RMNeue-LightItalic.eot?#iefix') format('embedded-opentype'), url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/RMNeue-LightItalic.woff2') format('woff2'), url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/RMNeue-LightItalic.svg') format('svg'), url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/RMNeue-LightItalic.ttf') format('ttf'), url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/RMNeue-LightItalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rmneue-regular';
  src: url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/RMNeue-Regular.eot');
  src: url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/RMNeue-Regular.eot?#iefix') format('embedded-opentype'), url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/RMNeue-Regular.woff2') format('woff2'), url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/RMNeue-Regular.svg') format('svg'), url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/RMNeue-Regular.ttf') format('ttf'), url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/RMNeue-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'rmneue-bold';
  src: url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/RMNeue-Bold.eot');
  src: url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/RMNeue-Bold.eot?#iefix') format('embedded-opentype'), url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/RMNeue-Bold.woff2') format('woff2'), url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/RMNeue-Bold.svg') format('svg'), url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/RMNeue-Bold.ttf') format('ttf'), url('https://cober2025.felliniweb.it/wp-content/themes/cober/styles/fonts/RMNeue-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.no_padding {
  padding: 0 !important;
}
.background_white {
  background-color: white !important;
}
._css_retina_detection_ {
  width: 1px;
}
@media (min-moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi) {
  ._css_retina_detection_ {
    width: 2px;
  }
}
.rotate {
  display: inline-block;
  -webkit-animation: rotate 2s infinite linear;
  -moz-animation: rotate 2s infinite linear;
  -o-animation: rotate 2s infinite linear;
  -ms-animation: rotate 2s infinite linear;
  animation: rotate 2s infinite linear;
}
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -ms-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.pulse {
  display: inline-block;
  -webkit-animation: pulse 1s infinite linear;
  -moz-animation: pulse 1s infinite linear;
  -o-animation: pulse 1s infinite linear;
  -ms-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.arrow-pulse {
  display: inline-block;
  -webkit-animation: arrow-pulse 1s infinite linear alternate;
  -moz-animation: arrow-pulse 1s infinite linear alternate;
  -o-animation: arrow-pulse 1s infinite linear alternate;
  -ms-animation: arrow-pulse 1s infinite linear alternate;
  animation: arrow-pulse 1s infinite linear alternate;
}
@-moz-keyframes arrow-pulse {
  0% {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@-webkit-keyframes arrow-pulse {
  0% {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@-o-keyframes arrow-pulse {
  0% {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@-ms-keyframes arrow-pulse {
  0% {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
}
@keyframes arrow-pulse {
  0% {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
  }
}
.rotate-and-pulse {
  display: inline-block;
  -webkit-animation: rotate-and-pulse 2s infinite linear;
  -moz-animation: rotate-and-pulse 2s infinite linear;
  -o-animation: rotate-and-pulse 2s infinite linear;
  -ms-animation: rotate-and-pulse 2s infinite linear;
  animation: rotate-and-pulse 2s infinite linear;
}
@-moz-keyframes rotate-and-pulse {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    -o-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.7, 0.7) rotate(90deg);
    -moz-transform: scale(0.7, 0.7) rotate(90deg);
    -ms-transform: scale(0.7, 0.7) rotate(90deg);
    -o-transform: scale(0.7, 0.7) rotate(90deg);
    transform: scale(0.7, 0.7) rotate(90deg);
  }
  50% {
    -webkit-transform: scale(1, 1) rotate(180deg);
    -moz-transform: scale(1, 1) rotate(180deg);
    -ms-transform: scale(1, 1) rotate(180deg);
    -o-transform: scale(1, 1) rotate(180deg);
    transform: scale(1, 1) rotate(180deg);
  }
  75% {
    -webkit-transform: scale(0.7, 0.7) rotate(270deg);
    -moz-transform: scale(0.7, 0.7) rotate(270deg);
    -ms-transform: scale(0.7, 0.7) rotate(270deg);
    -o-transform: scale(0.7, 0.7) rotate(270deg);
    transform: scale(0.7, 0.7) rotate(270deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg);
    -ms-transform: scale(1, 1) rotate(360deg);
    -o-transform: scale(1, 1) rotate(360deg);
    transform: scale(1, 1) rotate(360deg);
  }
}
@-webkit-keyframes rotate-and-pulse {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    -o-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.7, 0.7) rotate(90deg);
    -moz-transform: scale(0.7, 0.7) rotate(90deg);
    -ms-transform: scale(0.7, 0.7) rotate(90deg);
    -o-transform: scale(0.7, 0.7) rotate(90deg);
    transform: scale(0.7, 0.7) rotate(90deg);
  }
  50% {
    -webkit-transform: scale(1, 1) rotate(180deg);
    -moz-transform: scale(1, 1) rotate(180deg);
    -ms-transform: scale(1, 1) rotate(180deg);
    -o-transform: scale(1, 1) rotate(180deg);
    transform: scale(1, 1) rotate(180deg);
  }
  75% {
    -webkit-transform: scale(0.7, 0.7) rotate(270deg);
    -moz-transform: scale(0.7, 0.7) rotate(270deg);
    -ms-transform: scale(0.7, 0.7) rotate(270deg);
    -o-transform: scale(0.7, 0.7) rotate(270deg);
    transform: scale(0.7, 0.7) rotate(270deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg);
    -ms-transform: scale(1, 1) rotate(360deg);
    -o-transform: scale(1, 1) rotate(360deg);
    transform: scale(1, 1) rotate(360deg);
  }
}
@-o-keyframes rotate-and-pulse {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    -o-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.7, 0.7) rotate(90deg);
    -moz-transform: scale(0.7, 0.7) rotate(90deg);
    -ms-transform: scale(0.7, 0.7) rotate(90deg);
    -o-transform: scale(0.7, 0.7) rotate(90deg);
    transform: scale(0.7, 0.7) rotate(90deg);
  }
  50% {
    -webkit-transform: scale(1, 1) rotate(180deg);
    -moz-transform: scale(1, 1) rotate(180deg);
    -ms-transform: scale(1, 1) rotate(180deg);
    -o-transform: scale(1, 1) rotate(180deg);
    transform: scale(1, 1) rotate(180deg);
  }
  75% {
    -webkit-transform: scale(0.7, 0.7) rotate(270deg);
    -moz-transform: scale(0.7, 0.7) rotate(270deg);
    -ms-transform: scale(0.7, 0.7) rotate(270deg);
    -o-transform: scale(0.7, 0.7) rotate(270deg);
    transform: scale(0.7, 0.7) rotate(270deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg);
    -ms-transform: scale(1, 1) rotate(360deg);
    -o-transform: scale(1, 1) rotate(360deg);
    transform: scale(1, 1) rotate(360deg);
  }
}
@-ms-keyframes rotate-and-pulse {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    -o-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.7, 0.7) rotate(90deg);
    -moz-transform: scale(0.7, 0.7) rotate(90deg);
    -ms-transform: scale(0.7, 0.7) rotate(90deg);
    -o-transform: scale(0.7, 0.7) rotate(90deg);
    transform: scale(0.7, 0.7) rotate(90deg);
  }
  50% {
    -webkit-transform: scale(1, 1) rotate(180deg);
    -moz-transform: scale(1, 1) rotate(180deg);
    -ms-transform: scale(1, 1) rotate(180deg);
    -o-transform: scale(1, 1) rotate(180deg);
    transform: scale(1, 1) rotate(180deg);
  }
  75% {
    -webkit-transform: scale(0.7, 0.7) rotate(270deg);
    -moz-transform: scale(0.7, 0.7) rotate(270deg);
    -ms-transform: scale(0.7, 0.7) rotate(270deg);
    -o-transform: scale(0.7, 0.7) rotate(270deg);
    transform: scale(0.7, 0.7) rotate(270deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg);
    -ms-transform: scale(1, 1) rotate(360deg);
    -o-transform: scale(1, 1) rotate(360deg);
    transform: scale(1, 1) rotate(360deg);
  }
}
@keyframes rotate-and-pulse {
  0% {
    -webkit-transform: scale(1, 1) rotate(0deg);
    -moz-transform: scale(1, 1) rotate(0deg);
    -ms-transform: scale(1, 1) rotate(0deg);
    -o-transform: scale(1, 1) rotate(0deg);
    transform: scale(1, 1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(0.7, 0.7) rotate(90deg);
    -moz-transform: scale(0.7, 0.7) rotate(90deg);
    -ms-transform: scale(0.7, 0.7) rotate(90deg);
    -o-transform: scale(0.7, 0.7) rotate(90deg);
    transform: scale(0.7, 0.7) rotate(90deg);
  }
  50% {
    -webkit-transform: scale(1, 1) rotate(180deg);
    -moz-transform: scale(1, 1) rotate(180deg);
    -ms-transform: scale(1, 1) rotate(180deg);
    -o-transform: scale(1, 1) rotate(180deg);
    transform: scale(1, 1) rotate(180deg);
  }
  75% {
    -webkit-transform: scale(0.7, 0.7) rotate(270deg);
    -moz-transform: scale(0.7, 0.7) rotate(270deg);
    -ms-transform: scale(0.7, 0.7) rotate(270deg);
    -o-transform: scale(0.7, 0.7) rotate(270deg);
    transform: scale(0.7, 0.7) rotate(270deg);
  }
  100% {
    -webkit-transform: scale(1, 1) rotate(360deg);
    -moz-transform: scale(1, 1) rotate(360deg);
    -ms-transform: scale(1, 1) rotate(360deg);
    -o-transform: scale(1, 1) rotate(360deg);
    transform: scale(1, 1) rotate(360deg);
  }
}
.pulse-heart {
  display: inline-block;
  -webkit-animation: pulse-heart 2s infinite linear;
  -moz-animation: pulse-heart 2s infinite linear;
  -o-animation: pulse-heart 2s infinite linear;
  -ms-animation: pulse-heart 2s infinite linear;
  animation: pulse-heart 2s infinite linear;
}
@-moz-keyframes pulse-heart {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  35% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  45% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  55% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  65% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes pulse-heart {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  35% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  45% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  55% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  65% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-o-keyframes pulse-heart {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  35% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  45% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  55% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  65% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-ms-keyframes pulse-heart {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  35% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  45% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  55% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  65% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes pulse-heart {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  35% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  45% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  55% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  60% {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
  65% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/*

	CSS3 Progress Bar:
	
	<div class="myprogressbar" data-ng-class="{red: progress < 25, yellow: progress >= 25 && progress < 50, green: progress >= 50 && progress < 75, blue: progress >= 75}">
	  <span data-ng-style="{width: progress + '%'}"></span>
	</div>	

*/
@-moz-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@-o-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@-ms-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.myprogressbar {
  height: 40px;
  position: relative;
  background: #555;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 10px;
  box-sizing: border-box;
}
.myprogressbar > span {
  display: block;
  height: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 2px 9px  rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
  -moz-box-shadow: inset 0 2px 9px  rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
  box-shadow: inset 0 2px 9px  rgba(255,255,255,0.3), inset 0 -2px 6px rgba(0,0,0,0.4);
  position: relative;
  overflow: hidden;
  background-color: #00d472;
  background-image: -webkit-linear-gradient(center bottom, @progressGreen 37%, @progressGreen 69%);
  background-image: -o-linear-gradient(center bottom, @progressGreen 37%, @progressGreen 69%);
  background-image: -moz-linear-gradient(center bottom, @progressGreen 37%, @progressGreen 69%);
  background-image: linear-gradient(center bottom, @progressGreen 37%, @progressGreen 69%);
}
.myprogressbar > span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-linear-gradient(-45deg, rgba(0,0,0,.2) 25%, transparent 25%, transparent 50%, rgba(0,0,0,.2) 50%, rgba(0,0,0,.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(0,0,0,.2) 25%, transparent 25%, transparent 50%, rgba(0,0,0,.2) 50%, rgba(0,0,0,.2) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(0,0,0,.2) 25%, transparent 25%, transparent 50%, rgba(0,0,0,.2) 50%, rgba(0,0,0,.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(0,0,0,.2) 25%, transparent 25%, transparent 50%, rgba(0,0,0,.2) 50%, rgba(0,0,0,.2) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 50px 50px;
  -webkit-animation: move 2s linear infinite;
  -moz-animation: move 2s linear infinite;
  -o-animation: move 2s linear infinite;
  -ms-animation: move 2s linear infinite;
  animation: move 2s linear infinite;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.myprogressbar.red > span {
  background-color: #ff7676;
  background-image: -webkit-linear-gradient(center bottom, @progressRed 37%, @progressRed 69%);
  background-image: -o-linear-gradient(center bottom, @progressRed 37%, @progressRed 69%);
  background-image: -moz-linear-gradient(center bottom, @progressRed 37%, @progressRed 69%);
  background-image: linear-gradient(center bottom, @progressRed 37%, @progressRed 69%);
}
.myprogressbar.yellow > span {
  background-color: #f9da00;
  background-image: -webkit-linear-gradient(center bottom, @progressYellow 37%, @progressYellow 69%);
  background-image: -o-linear-gradient(center bottom, @progressYellow 37%, @progressYellow 69%);
  background-image: -moz-linear-gradient(center bottom, @progressYellow 37%, @progressYellow 69%);
  background-image: linear-gradient(center bottom, @progressYellow 37%, @progressYellow 69%);
}
.myprogressbar.green > span {
  background-color: #00d472;
  background-image: -webkit-linear-gradient(center bottom, @progressGreen 37%, @progressGreen 69%);
  background-image: -o-linear-gradient(center bottom, @progressGreen 37%, @progressGreen 69%);
  background-image: -moz-linear-gradient(center bottom, @progressGreen 37%, @progressGreen 69%);
  background-image: linear-gradient(center bottom, @progressGreen 37%, @progressGreen 69%);
}
.myprogressbar.blue > span {
  background-color: #00b1ce;
  background-image: -webkit-linear-gradient(center bottom, @progressBlue 37%, @progressBlue 69%);
  background-image: -o-linear-gradient(center bottom, @progressBlue 37%, @progressBlue 69%);
  background-image: -moz-linear-gradient(center bottom, @progressBlue 37%, @progressBlue 69%);
  background-image: linear-gradient(center bottom, @progressBlue 37%, @progressBlue 69%);
}
/*
	Hamburger animated icon, it requires an html like
	
	<a href="#" data-ng-class="{'open': isMobileMenuOpen}">
		<span></span>
		<span></span>
		<span></span>
		<span></span>
		<span></span>
		<span></span>
	</a>
	
*/
.hamburger-animated-1 {
  display: inline-block;
  width: 2em;
  height: 1em;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer;
}
.hamburger-animated-1 span {
  display: block;
  position: absolute;
  height: 0.2em;
  width: 50%;
  background: #ffffff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.hamburger-animated-1 span:nth-child(even) {
  left: 0.4em;
  border-radius: 0 1000px 1000px 0;
}
.hamburger-animated-1 span:nth-child(odd) {
  left: 0;
  border-radius: 1000px 0 0 1000px;
}
.hamburger-animated-1 span:nth-child(1),
.hamburger-animated-1 span:nth-child(2) {
  top: 0;
}
.hamburger-animated-1 span:nth-child(3),
.hamburger-animated-1 span:nth-child(4) {
  top: 0.4em;
}
.hamburger-animated-1 span:nth-child(5),
.hamburger-animated-1 span:nth-child(6) {
  top: 0.8em;
}
.hamburger-animated-1.open span:nth-child(1),
.hamburger-animated-1.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger-animated-1.open span:nth-child(2),
.hamburger-animated-1.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger-animated-1.open span:nth-child(1) {
  left: 0;
  top: 0.2em;
}
.hamburger-animated-1.open span:nth-child(2) {
  left: 0.5em;
  top: 0.2em;
}
.hamburger-animated-1.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.hamburger-animated-1.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.hamburger-animated-1.open span:nth-child(5) {
  left: 0;
  top: 0.7em;
}
.hamburger-animated-1.open span:nth-child(6) {
  left: 0.5em;
  top: 0.7em;
}
.my_clear {
  clear: both;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.normalcase {
  text-transform: none;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.background-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fill {
  width: 100%;
  height: 100%;
}
.table {
  display: table;
}
.table-row {
  display: table-row;
  vertical-align: middle;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.clear-before:before {
  display: block;
  content: "";
  float: none;
  clear: both;
}
.clear-after:after {
  display: block;
  content: "";
  float: none;
  clear: both;
}
.reset-list {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}
.reset-list li,
.reset-list.inline-block li {
  display: inline-block;
}
.reset-list.block li {
  display: block;
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
select:focus {
  outline: none;
  box-shadow: none;
}
.display-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -ms-flex;
  display: flexbox;
  display: flex;
}
.display-inline-flex {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flexbox;
  display: inline-flex;
}
.p-relative {
  position: relative;
}
.grecaptcha-badge {
  visibility: hidden;
}
#rivenditori {
  background-color: white;
  padding-bottom: 60px;
}
#rivenditori div.wpcf7 .ajax-loader {
  display: none;
}
#rivenditori .wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #23288c;
  text-align: center;
  margin: 0;
  width: 100%;
  font-family: "rmneue-regular";
  color: #23288c;
  font-size: 12px;
  display: none !important;
}
#rivenditori .privacy_link {
  color: #23288c;
  text-decoration: underline;
}
@media all and (min-width: 992px) {
  #rivenditori .container {
    width: 800px;
  }
}
#rivenditori h2 {
  font-size: 20px;
  color: #ff0000;
  font-family: 'prophet';
  padding-bottom: 55px;
  padding-top: 28px;
  padding-bottom: 26px;
  text-transform: uppercase;
}
#rivenditori .box_testo {
  color: #23288c;
  font-size: 12px;
  font-family: 'rmneue-light';
}
@media all and (max-width: 991px) {
  #rivenditori .box_testo {
    padding: 0 16px;
  }
}
#rivenditori .box_rivenditori {
  margin-top: 58px;
  background-color: #f0f0f5;
  padding-left: 20px;
  padding-right: 20px;
}
#rivenditori .box_rivenditori input[type="text"] {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #23288c;
  width: 365px;
  margin-right: 20px;
  font-family: 'rmneue-light';
  font-size: 12px;
  color: #23288c;
  border-radius: 0;
}
@media all and (max-width: 575px) {
  #rivenditori .box_rivenditori input[type="text"] {
    width: 100%;
  }
}
#rivenditori .box_rivenditori form {
  overflow: hidden;
}
#rivenditori .box_rivenditori input[type="email"] {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #23288c;
  width: 100%;
  margin-right: 20px;
  font-family: 'rmneue-light';
  font-size: 12px;
  color: #23288c;
  border-radius: 0;
}
#rivenditori .box_rivenditori .wpcf7-list-item {
  margin: 0;
}
#rivenditori .box_rivenditori .wpcf7-list-item span {
  line-height: 24px;
}
#rivenditori .box_rivenditori .row_check {
  padding-top: 10px;
}
#rivenditori .box_rivenditori .privacy_button {
  margin-top: 0;
  line-height: 1;
}
#rivenditori .box_rivenditori .wpcf7-list-item-label {
  font-family: 'rmneue-regular';
  font-size: 12px;
  color: #23288c;
  text-transform: uppercase;
  padding-left: 20px;
}
#rivenditori .box_rivenditori .privacy_button {
  font-family: 'rmneue-light';
  font-size: 12px;
  text-transform: none;
  width: auto;
}
#rivenditori .box_rivenditori .privacy_button a {
  color: inherit;
  text-decoration: underline;
}
#rivenditori .box_rivenditori input[type="submit"] {
  background-color: #ff0000;
  color: white;
  font-family: 'rmneue-regular';
  font-size: 10px;
  border: none;
  width: 115px;
  height: 25px;
  margin-top: 15px;
  margin-bottom: 10px;
  border-radius: 0;
}
#rivenditori .box_rivenditori label {
  font-family: 'rmneue-regular';
  font-size: 12px;
  color: #23288c;
  text-transform: uppercase;
  width: 100%;
}
#rivenditori .box_scrivici {
  background-color: #f0f0f5;
  margin-top: 30px;
}
@media all and (min-width: 992px) {
  #rivenditori .box_scrivici {
    width: 800px;
  }
}
#rivenditori .box_scrivici .testo_scrivici {
  font-family: 'rmneue-light';
  color: #23288c;
  font-size: 12px;
  padding-top: 10px;
}
#rivenditori .box_scrivici .button_scrivici {
  background-color: #ff0000;
  color: white;
  font-family: 'rmneue-regular';
  font-size: 10px;
  border: none;
  width: 115px;
  height: 25px;
  margin-top: 30px;
  margin-bottom: 18px;
}
#rivenditori .box_scrivici .button_scrivici a {
  color: white;
  font-size: 10px;
}
.form-check {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 0;
  padding: 0;
  font-family: 'rmneue-light';
  margin-bottom: 10px;
  height: 26px;
}
@media all and (max-width: 575px) {
  .form-check {
    height: auto;
  }
}
.form-check:first-child {
  margin-top: 10px;
}
.form-check label {
  margin-bottom: 0;
  display: block;
}
.form-check:before {
  content: "";
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 6px;
  background-color: transparent;
  border: 1px solid #b7b8d8;
  border-radius: 100%;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-check:before {
    top: 2px;
  }
}
.form-check:after {
  content: "";
  width: 9px;
  height: 9px;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: 9px;
  background-color: transparent;
  border-radius: 100%;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-check:after {
    top: 5px;
  }
}
.form-check.checked:after {
  background-color: #b7b8d8;
}
.form-check.privacy_error:before {
  background-color: red;
}
.form-check input[type='checkbox'] {
  position: absolute;
  left: -9999px;
}
.form-check-accept {
  position: relative;
  overflow: hidden;
  height: 26px;
  cursor: pointer;
  margin-bottom: 0;
  padding: 0;
  font-family: 'rmneue-light';
  margin-bottom: 10px;
  width: 20px;
  height: 20px;
  position: static;
  z-index: 9999;
}
@media all and (max-width: 575px) {
  .form-check-accept {
    height: auto;
  }
}
.form-check-accept:first-child {
  margin-top: 10px;
}
.form-check-accept label {
  margin-bottom: 0;
  display: block;
}
.form-check-accept:before {
  content: "";
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 6px;
  background-color: transparent;
  border: 1px solid #b7b8d8;
  border-radius: 100%;
  pointer-events: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-check-accept:before {
    top: 2px;
  }
}
.form-check-accept:after {
  content: "";
  width: 9px;
  height: 9px;
  box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: 9px;
  background-color: transparent;
  border-radius: 100%;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-check-accept:after {
    top: 5px;
  }
}
.form-check-accept.checked:after {
  background-color: #b7b8d8;
}
.form-check-accept.privacy_error:before {
  background-color: red;
}
.form-check-accept input[type='checkbox'] {
  position: absolute;
  left: -9999px;
}
.form-check-accept:before {
  width: 15px;
  height: 15px;
  top: 3px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-check-accept:before {
    top: 5px;
  }
}
.form-check-accept:after {
  top: 6px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-check-accept:after {
    top: 8px;
  }
}
@supports (-ms-ime-align:auto) {
  .form-check:before {
    top: 4px;
  }
  .form-check:after {
    top: 7px;
  }
  .form-check-accept:before {
    top: 5px;
  }
  .form-check-accept:after {
    top: 8px;
  }
}
@media all and (max-width: 575px) {
  #header_negozio {
    background-image: none !important;
  }
}
#header_negozio .img_cate_mobile {
  /*
		height: 140px;
	    width: 375px;
*/
  height: 250px !important;
  background-position: center;
  background-repeat: no-repeat;
}
#header_negozio .img_cate_mobile img {
  width: 100%;
}
@media all and (max-width: 767px) {
  #header_negozio .box_testo_categoria {
    position: relative;
    bottom: 0;
    padding-top: 0;
  }
}
@media all and (max-width: 575px) {
  #header_negozio .box_testo_categoria {
    position: relative;
    bottom: 0;
    padding-top: 0;
  }
}
@media all and (max-width: 767px) {
  #header_negozio .box_testo_categoria .testo_categoria {
    padding-left: 27px;
    padding-right: 27px;
    margin-top: 18px;
  }
}
@media all and (max-width: 575px) {
  #header_negozio .box_testo_categoria .testo_categoria {
    padding-left: 27px;
    padding-right: 27px;
    margin-top: 18px;
  }
}
@media all and (max-width: 575px) {
  .categoria_prodotto {
    padding-bottom: 15px;
    margin-left: 0 !important;
  }
}
@media all and (max-width: 575px) {
  #archive_product_list {
    padding-top: 0px !important;
  }
}
@media all and (max-width: 575px) {
  .fix_padding {
    padding-top: 0px !important;
  }
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: 1px solid #ff0000;
}
.jconfirm .jconfirm-box.jconfirm-type-orange {
  border-color: #ff0000 !important;
}
.scheda_abbigliamento_sx {
  padding: 5px;
  margin-left: 115px;
  margin-right: 115px;
}
@media all and (max-width: 1449px) {
  .scheda_abbigliamento_sx {
    padding: 25px;
  }
}
@media all and (max-width: 991px) {
  .scheda_abbigliamento_sx {
    padding: 25px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media all and (max-width: 575px) {
  .scheda_abbigliamento_sx {
    padding: 5px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media all and (max-width: 575px) {
  .scheda_abbigliamento_dx {
    padding-left: 45px !important;
    padding-right: 45px !important;
    margin-top: 50px;
  }
}
.titolo_scheda_abbigliamento {
  margin-left: 100px;
  padding-bottom: 30px !important;
}
@media all and (max-width: 991px) {
  .titolo_scheda_abbigliamento {
    margin-left: 0px;
  }
}
@media all and (max-width: 575px) {
  .titolo_scheda_abbigliamento {
    margin-left: 0px;
  }
}
@media all and (max-width: 575px) {
  .categoria_single_abbigliamento {
    line-height: 35px;
    max-width: 180px;
  }
}
.gallery_desktop {
  margin-top: 100px;
}
.img_abbigliamento {
  max-width: 100% !important;
}
.img_seconda_bastoni {
  height: 85vh !important;
}
@media all and (max-width: 575px) {
  .img_seconda_bastoni {
    height: auto !important;
  }
}
a[data-zoom-id] img,
.mz-thumb img {
  border-bottom: 0;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #23278c;
}
.owl-theme .owl-dots .owl-dot:hover span {
  background: #23278c;
}
.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #23278c !important;
  background: transparent;
  margin: 5px 5px;
}
/*.owl-carousel .owl-item img {	
    display: block;	
    width: auto;	
    height: 85vh;	
    max-width: none;	
}*/
.zoom_abbigliamento {
  max-width: 100%;
}
#zoom-api {
  max-width: 100%;
}
.play_ico {
  position: absolute;
  height: 83px;
  width: 83px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-repeat: no-repeat;
}
.play_ico img {
  width: 83px;
}
.play_ico:hover {
  cursor: pointer;
}
#wpcf7-f210-o1 .wpcf7-list-item.form-check-accept,
#wpcf7-f1777-o1 .wpcf7-list-item.form-check-accept {
  display: inline-block !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  margin-left: 12px;
}
#wpcf7-f210-o1 .privacy_button,
#wpcf7-f1777-o1 .privacy_button {
  margin-left: -12px !important;
}
