@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import "_animate.css";
/************************************************
*				1. Base Styles					*
************************************************/
/* Color customization */
/* Font customization */
@font-face {
  font-family: 'BRGrotesk';
  src: url('fonts/BRGrotesk-Regular.eot');
  src: url('fonts/BRGrotesk-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/BRGrotesk-Regular.woff2') format('woff2'), url('fonts/BRGrotesk-Regular.woff') format('woff'), url('fonts/BRGrotesk-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BRGrotesk';
  src: url('fonts/BRGrotesk-Italic.eot');
  src: url('fonts/BRGrotesk-Italic.eot?#iefix') format('embedded-opentype'), url('fonts/BRGrotesk-Italic.woff2') format('woff2'), url('fonts/BRGrotesk-Italic.woff') format('woff'), url('fonts/BRGrotesk-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'BRGrotesk';
  src: url('fonts/BRGrotesk-Light.eot');
  src: url('fonts/BRGrotesk-Light.eot?#iefix') format('embedded-opentype'), url('fonts/BRGrotesk-Light.woff2') format('woff2'), url('fonts/BRGrotesk-Light.woff') format('woff'), url('fonts/BRGrotesk-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BRGrotesk';
  src: url('fonts/BRGrotesk-LightItalic.eot');
  src: url('fonts/BRGrotesk-LightItalic.eot?#iefix') format('embedded-opentype'), url('fonts/BRGrotesk-LightItalic.woff2') format('woff2'), url('fonts/BRGrotesk-LightItalic.woff') format('woff'), url('fonts/BRGrotesk-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'BRGrotesk';
  src: url('fonts/BRGrotesk-Medium.eot');
  src: url('fonts/BRGrotesk-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/BRGrotesk-Medium.woff2') format('woff2'), url('fonts/BRGrotesk-Medium.woff') format('woff'), url('fonts/BRGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BRGrotesk';
  src: url('fonts/BRGrotesk-MediumItalic.eot');
  src: url('fonts/BRGrotesk-MediumItalic.eot?#iefix') format('embedded-opentype'), url('fonts/BRGrotesk-MediumItalic.woff2') format('woff2'), url('fonts/BRGrotesk-MediumItalic.woff') format('woff'), url('fonts/BRGrotesk-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'BRGrotesk';
  src: url('fonts/BRGrotesk-SemiBold.eot');
  src: url('fonts/BRGrotesk-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/BRGrotesk-SemiBold.woff2') format('woff2'), url('fonts/BRGrotesk-SemiBold.woff') format('woff'), url('fonts/BRGrotesk-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BRGrotesk';
  src: url('fonts/BRGrotesk-SemiBoldItalic.eot');
  src: url('fonts/BRGrotesk-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/BRGrotesk-SemiBoldItalic.woff2') format('woff2'), url('fonts/BRGrotesk-SemiBoldItalic.woff') format('woff'), url('fonts/BRGrotesk-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'BRGrotesk';
  src: url('fonts/BRGrotesk-Bold.eot');
  src: url('fonts/BRGrotesk-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/BRGrotesk-Bold.woff2') format('woff2'), url('fonts/BRGrotesk-Bold.woff') format('woff'), url('fonts/BRGrotesk-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BRGrotesk';
  src: url('fonts/BRGrotesk-BoldItalic.eot');
  src: url('fonts/BRGrotesk-BoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/BRGrotesk-BoldItalic.woff2') format('woff2'), url('fonts/BRGrotesk-BoldItalic.woff') format('woff'), url('fonts/BRGrotesk-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'ThetisStampRegular';
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: local('ThetisStampRegular'), url('fonts/thetisstamp.woff2') format('woff2'), url('fonts/thetisstamp.woff') format('woff'), url('fonts/thetisstamp.ttf') format('truetype'), url('fonts/thetisstamp.eot') format('embedded-opentype');
}
/* Utility customization */
/* Breakpoints  */
/* Mixin for fluid scaling of fonts */
/* Mixins for Grid*/
/*Transition*/
.transition-color-off {
  transition: color 0.25s ease-in-out;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
}
.transition-color {
  transition: color 0.65s ease-in-out;
  -webkit-transition: color 0.65s ease-in-out;
  -moz-transition: color 0.65s ease-in-out;
  -o-transition: color 0.65s ease-in-out;
}
.transition-all-off {
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}
.transition-all {
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
/*Width*/
.w-auto {
  width: auto!Important;
}
.m-0-xs {
  margin: 0px;
}
.mt-0-xs {
  margin-top: 0px;
}
.mr-0-xs {
  margin-right: 0px;
}
.mb-0-xs {
  margin-bottom: 0px;
}
.ml-0-xs {
  margin-left: 0px;
}
.m-10-xs {
  margin: 10px;
}
.mt-10-xs {
  margin-top: 10px;
}
.mr-10-xs {
  margin-right: 10px;
}
.mb-10-xs {
  margin-bottom: 10px;
}
.ml-10-xs {
  margin-left: 10px;
}
.m-20-xs {
  margin: 20px;
}
.mt-20-xs {
  margin-top: 20px;
}
.mr-20-xs {
  margin-right: 20px;
}
.mb-20-xs {
  margin-bottom: 20px;
}
.ml-20-xs {
  margin-left: 20px;
}
.m-30-xs {
  margin: 30px;
}
.mt-30-xs {
  margin-top: 30px;
}
.mr-30-xs {
  margin-right: 30px;
}
.mb-30-xs {
  margin-bottom: 30px;
}
.ml-30-xs {
  margin-left: 30px;
}
.m-40-xs {
  margin: 40px;
}
.mt-40-xs {
  margin-top: 40px;
}
.mr-40-xs {
  margin-right: 40px;
}
.mb-40-xs {
  margin-bottom: 40px;
}
.ml-40-xs {
  margin-left: 40px;
}
.m-50-xs {
  margin: 50px;
}
.mt-50-xs {
  margin-top: 50px;
}
.mr-50-xs {
  margin-right: 50px;
}
.mb-50-xs {
  margin-bottom: 50px;
}
.ml-50-xs {
  margin-left: 50px;
}
.m-60-xs {
  margin: 60px;
}
.mt-60-xs {
  margin-top: 60px;
}
.mr-60-xs {
  margin-right: 60px;
}
.mb-60-xs {
  margin-bottom: 60px;
}
.ml-60-xs {
  margin-left: 60px;
}
.m-70-xs {
  margin: 70px;
}
.mt-70-xs {
  margin-top: 70px;
}
.mr-70-xs {
  margin-right: 70px;
}
.mb-70-xs {
  margin-bottom: 70px;
}
.ml-70-xs {
  margin-left: 70px;
}
.m-80-xs {
  margin: 80px;
}
.mt-80-xs {
  margin-top: 80px;
}
.mr-80-xs {
  margin-right: 80px;
}
.mb-80-xs {
  margin-bottom: 80px;
}
.ml-80-xs {
  margin-left: 80px;
}
.m-90-xs {
  margin: 90px;
}
.mt-90-xs {
  margin-top: 90px;
}
.mr-90-xs {
  margin-right: 90px;
}
.mb-90-xs {
  margin-bottom: 90px;
}
.ml-90-xs {
  margin-left: 90px;
}
.m-100-xs {
  margin: 100px;
}
.mt-100-xs {
  margin-top: 100px;
}
.mr-100-xs {
  margin-right: 100px;
}
.mb-100-xs {
  margin-bottom: 100px;
}
.ml-100-xs {
  margin-left: 100px;
}
@media (min-width: 576px) {
  .m-0-sm {
    margin: 0px;
  }
  .mt-0-sm {
    margin-top: 0px;
  }
  .mr-0-sm {
    margin-right: 0px;
  }
  .mb-0-sm {
    margin-bottom: 0px;
  }
  .ml-0-sm {
    margin-left: 0px;
  }
  .m-10-sm {
    margin: 10px;
  }
  .mt-10-sm {
    margin-top: 10px;
  }
  .mr-10-sm {
    margin-right: 10px;
  }
  .mb-10-sm {
    margin-bottom: 10px;
  }
  .ml-10-sm {
    margin-left: 10px;
  }
  .m-20-sm {
    margin: 20px;
  }
  .mt-20-sm {
    margin-top: 20px;
  }
  .mr-20-sm {
    margin-right: 20px;
  }
  .mb-20-sm {
    margin-bottom: 20px;
  }
  .ml-20-sm {
    margin-left: 20px;
  }
  .m-30-sm {
    margin: 30px;
  }
  .mt-30-sm {
    margin-top: 30px;
  }
  .mr-30-sm {
    margin-right: 30px;
  }
  .mb-30-sm {
    margin-bottom: 30px;
  }
  .ml-30-sm {
    margin-left: 30px;
  }
  .m-40-sm {
    margin: 40px;
  }
  .mt-40-sm {
    margin-top: 40px;
  }
  .mr-40-sm {
    margin-right: 40px;
  }
  .mb-40-sm {
    margin-bottom: 40px;
  }
  .ml-40-sm {
    margin-left: 40px;
  }
  .m-50-sm {
    margin: 50px;
  }
  .mt-50-sm {
    margin-top: 50px;
  }
  .mr-50-sm {
    margin-right: 50px;
  }
  .mb-50-sm {
    margin-bottom: 50px;
  }
  .ml-50-sm {
    margin-left: 50px;
  }
  .m-60-sm {
    margin: 60px;
  }
  .mt-60-sm {
    margin-top: 60px;
  }
  .mr-60-sm {
    margin-right: 60px;
  }
  .mb-60-sm {
    margin-bottom: 60px;
  }
  .ml-60-sm {
    margin-left: 60px;
  }
  .m-70-sm {
    margin: 70px;
  }
  .mt-70-sm {
    margin-top: 70px;
  }
  .mr-70-sm {
    margin-right: 70px;
  }
  .mb-70-sm {
    margin-bottom: 70px;
  }
  .ml-70-sm {
    margin-left: 70px;
  }
  .m-80-sm {
    margin: 80px;
  }
  .mt-80-sm {
    margin-top: 80px;
  }
  .mr-80-sm {
    margin-right: 80px;
  }
  .mb-80-sm {
    margin-bottom: 80px;
  }
  .ml-80-sm {
    margin-left: 80px;
  }
  .m-90-sm {
    margin: 90px;
  }
  .mt-90-sm {
    margin-top: 90px;
  }
  .mr-90-sm {
    margin-right: 90px;
  }
  .mb-90-sm {
    margin-bottom: 90px;
  }
  .ml-90-sm {
    margin-left: 90px;
  }
  .m-100-sm {
    margin: 100px;
  }
  .mt-100-sm {
    margin-top: 100px;
  }
  .mr-100-sm {
    margin-right: 100px;
  }
  .mb-100-sm {
    margin-bottom: 100px;
  }
  .ml-100-sm {
    margin-left: 100px;
  }
}
@media (min-width: 768px) {
  .m-0-md {
    margin: 0px;
  }
  .mt-0-md {
    margin-top: 0px;
  }
  .mr-0-md {
    margin-right: 0px;
  }
  .mb-0-md {
    margin-bottom: 0px;
  }
  .ml-0-md {
    margin-left: 0px;
  }
  .m-10-md {
    margin: 10px;
  }
  .mt-10-md {
    margin-top: 10px;
  }
  .mr-10-md {
    margin-right: 10px;
  }
  .mb-10-md {
    margin-bottom: 10px;
  }
  .ml-10-md {
    margin-left: 10px;
  }
  .m-20-md {
    margin: 20px;
  }
  .mt-20-md {
    margin-top: 20px;
  }
  .mr-20-md {
    margin-right: 20px;
  }
  .mb-20-md {
    margin-bottom: 20px;
  }
  .ml-20-md {
    margin-left: 20px;
  }
  .m-30-md {
    margin: 30px;
  }
  .mt-30-md {
    margin-top: 30px;
  }
  .mr-30-md {
    margin-right: 30px;
  }
  .mb-30-md {
    margin-bottom: 30px;
  }
  .ml-30-md {
    margin-left: 30px;
  }
  .m-40-md {
    margin: 40px;
  }
  .mt-40-md {
    margin-top: 40px;
  }
  .mr-40-md {
    margin-right: 40px;
  }
  .mb-40-md {
    margin-bottom: 40px;
  }
  .ml-40-md {
    margin-left: 40px;
  }
  .m-50-md {
    margin: 50px;
  }
  .mt-50-md {
    margin-top: 50px;
  }
  .mr-50-md {
    margin-right: 50px;
  }
  .mb-50-md {
    margin-bottom: 50px;
  }
  .ml-50-md {
    margin-left: 50px;
  }
  .m-60-md {
    margin: 60px;
  }
  .mt-60-md {
    margin-top: 60px;
  }
  .mr-60-md {
    margin-right: 60px;
  }
  .mb-60-md {
    margin-bottom: 60px;
  }
  .ml-60-md {
    margin-left: 60px;
  }
  .m-70-md {
    margin: 70px;
  }
  .mt-70-md {
    margin-top: 70px;
  }
  .mr-70-md {
    margin-right: 70px;
  }
  .mb-70-md {
    margin-bottom: 70px;
  }
  .ml-70-md {
    margin-left: 70px;
  }
  .m-80-md {
    margin: 80px;
  }
  .mt-80-md {
    margin-top: 80px;
  }
  .mr-80-md {
    margin-right: 80px;
  }
  .mb-80-md {
    margin-bottom: 80px;
  }
  .ml-80-md {
    margin-left: 80px;
  }
  .m-90-md {
    margin: 90px;
  }
  .mt-90-md {
    margin-top: 90px;
  }
  .mr-90-md {
    margin-right: 90px;
  }
  .mb-90-md {
    margin-bottom: 90px;
  }
  .ml-90-md {
    margin-left: 90px;
  }
  .m-100-md {
    margin: 100px;
  }
  .mt-100-md {
    margin-top: 100px;
  }
  .mr-100-md {
    margin-right: 100px;
  }
  .mb-100-md {
    margin-bottom: 100px;
  }
  .ml-100-md {
    margin-left: 100px;
  }
}
@media (min-width: 992px) {
  .m-0-lg {
    margin: 0px;
  }
  .mt-0-lg {
    margin-top: 0px;
  }
  .mr-0-lg {
    margin-right: 0px;
  }
  .mb-0-lg {
    margin-bottom: 0px;
  }
  .ml-0-lg {
    margin-left: 0px;
  }
  .m-10-lg {
    margin: 10px;
  }
  .mt-10-lg {
    margin-top: 10px;
  }
  .mr-10-lg {
    margin-right: 10px;
  }
  .mb-10-lg {
    margin-bottom: 10px;
  }
  .ml-10-lg {
    margin-left: 10px;
  }
  .m-20-lg {
    margin: 20px;
  }
  .mt-20-lg {
    margin-top: 20px;
  }
  .mr-20-lg {
    margin-right: 20px;
  }
  .mb-20-lg {
    margin-bottom: 20px;
  }
  .ml-20-lg {
    margin-left: 20px;
  }
  .m-30-lg {
    margin: 30px;
  }
  .mt-30-lg {
    margin-top: 30px;
  }
  .mr-30-lg {
    margin-right: 30px;
  }
  .mb-30-lg {
    margin-bottom: 30px;
  }
  .ml-30-lg {
    margin-left: 30px;
  }
  .m-40-lg {
    margin: 40px;
  }
  .mt-40-lg {
    margin-top: 40px;
  }
  .mr-40-lg {
    margin-right: 40px;
  }
  .mb-40-lg {
    margin-bottom: 40px;
  }
  .ml-40-lg {
    margin-left: 40px;
  }
  .m-50-lg {
    margin: 50px;
  }
  .mt-50-lg {
    margin-top: 50px;
  }
  .mr-50-lg {
    margin-right: 50px;
  }
  .mb-50-lg {
    margin-bottom: 50px;
  }
  .ml-50-lg {
    margin-left: 50px;
  }
  .m-60-lg {
    margin: 60px;
  }
  .mt-60-lg {
    margin-top: 60px;
  }
  .mr-60-lg {
    margin-right: 60px;
  }
  .mb-60-lg {
    margin-bottom: 60px;
  }
  .ml-60-lg {
    margin-left: 60px;
  }
  .m-70-lg {
    margin: 70px;
  }
  .mt-70-lg {
    margin-top: 70px;
  }
  .mr-70-lg {
    margin-right: 70px;
  }
  .mb-70-lg {
    margin-bottom: 70px;
  }
  .ml-70-lg {
    margin-left: 70px;
  }
  .m-80-lg {
    margin: 80px;
  }
  .mt-80-lg {
    margin-top: 80px;
  }
  .mr-80-lg {
    margin-right: 80px;
  }
  .mb-80-lg {
    margin-bottom: 80px;
  }
  .ml-80-lg {
    margin-left: 80px;
  }
  .m-90-lg {
    margin: 90px;
  }
  .mt-90-lg {
    margin-top: 90px;
  }
  .mr-90-lg {
    margin-right: 90px;
  }
  .mb-90-lg {
    margin-bottom: 90px;
  }
  .ml-90-lg {
    margin-left: 90px;
  }
  .m-100-lg {
    margin: 100px;
  }
  .mt-100-lg {
    margin-top: 100px;
  }
  .mr-100-lg {
    margin-right: 100px;
  }
  .mb-100-lg {
    margin-bottom: 100px;
  }
  .ml-100-lg {
    margin-left: 100px;
  }
}
.p-0-xs {
  padding: 0px;
}
.pt-0-xs {
  padding-top: 0px;
}
.pr-0-xs {
  padding-right: 0px;
}
.pb-0-xs {
  padding-bottom: 0px;
}
.pl-0-xs {
  padding-left: 0px;
}
.p-10-xs {
  padding: 10px;
}
.pt-10-xs {
  padding-top: 10px;
}
.pr-10-xs {
  padding-right: 10px;
}
.pb-10-xs {
  padding-bottom: 10px;
}
.pl-10-xs {
  padding-left: 10px;
}
.p-20-xs {
  padding: 20px;
}
.pt-20-xs {
  padding-top: 20px;
}
.pr-20-xs {
  padding-right: 20px;
}
.pb-20-xs {
  padding-bottom: 20px;
}
.pl-20-xs {
  padding-left: 20px;
}
.p-30-xs {
  padding: 30px;
}
.pt-30-xs {
  padding-top: 30px;
}
.pr-30-xs {
  padding-right: 30px;
}
.pb-30-xs {
  padding-bottom: 30px;
}
.pl-30-xs {
  padding-left: 30px;
}
.p-40-xs {
  padding: 40px;
}
.pt-40-xs {
  padding-top: 40px;
}
.pr-40-xs {
  padding-right: 40px;
}
.pb-40-xs {
  padding-bottom: 40px;
}
.pl-40-xs {
  padding-left: 40px;
}
.p-50-xs {
  padding: 50px;
}
.pt-50-xs {
  padding-top: 50px;
}
.pr-50-xs {
  padding-right: 50px;
}
.pb-50-xs {
  padding-bottom: 50px;
}
.pl-50-xs {
  padding-left: 50px;
}
.p-60-xs {
  padding: 60px;
}
.pt-60-xs {
  padding-top: 60px;
}
.pr-60-xs {
  padding-right: 60px;
}
.pb-60-xs {
  padding-bottom: 60px;
}
.pl-60-xs {
  padding-left: 60px;
}
.p-70-xs {
  padding: 70px;
}
.pt-70-xs {
  padding-top: 70px;
}
.pr-70-xs {
  padding-right: 70px;
}
.pb-70-xs {
  padding-bottom: 70px;
}
.pl-70-xs {
  padding-left: 70px;
}
.p-80-xs {
  padding: 80px;
}
.pt-80-xs {
  padding-top: 80px;
}
.pr-80-xs {
  padding-right: 80px;
}
.pb-80-xs {
  padding-bottom: 80px;
}
.pl-80-xs {
  padding-left: 80px;
}
.p-90-xs {
  padding: 90px;
}
.pt-90-xs {
  padding-top: 90px;
}
.pr-90-xs {
  padding-right: 90px;
}
.pb-90-xs {
  padding-bottom: 90px;
}
.pl-90-xs {
  padding-left: 90px;
}
.p-100-xs {
  padding: 100px;
}
.pt-100-xs {
  padding-top: 100px;
}
.pr-100-xs {
  padding-right: 100px;
}
.pb-100-xs {
  padding-bottom: 100px;
}
.pl-100-xs {
  padding-left: 100px;
}
@media (min-width: 576px) {
  .p-0-sm {
    padding: 0px;
  }
  .pt-0-sm {
    padding-top: 0px;
  }
  .pr-0-sm {
    padding-right: 0px;
  }
  .pb-0-sm {
    padding-bottom: 0px;
  }
  .pl-0-sm {
    padding-left: 0px;
  }
  .p-10-sm {
    padding: 10px;
  }
  .pt-10-sm {
    padding-top: 10px;
  }
  .pr-10-sm {
    padding-right: 10px;
  }
  .pb-10-sm {
    padding-bottom: 10px;
  }
  .pl-10-sm {
    padding-left: 10px;
  }
  .p-20-sm {
    padding: 20px;
  }
  .pt-20-sm {
    padding-top: 20px;
  }
  .pr-20-sm {
    padding-right: 20px;
  }
  .pb-20-sm {
    padding-bottom: 20px;
  }
  .pl-20-sm {
    padding-left: 20px;
  }
  .p-30-sm {
    padding: 30px;
  }
  .pt-30-sm {
    padding-top: 30px;
  }
  .pr-30-sm {
    padding-right: 30px;
  }
  .pb-30-sm {
    padding-bottom: 30px;
  }
  .pl-30-sm {
    padding-left: 30px;
  }
  .p-40-sm {
    padding: 40px;
  }
  .pt-40-sm {
    padding-top: 40px;
  }
  .pr-40-sm {
    padding-right: 40px;
  }
  .pb-40-sm {
    padding-bottom: 40px;
  }
  .pl-40-sm {
    padding-left: 40px;
  }
  .p-50-sm {
    padding: 50px;
  }
  .pt-50-sm {
    padding-top: 50px;
  }
  .pr-50-sm {
    padding-right: 50px;
  }
  .pb-50-sm {
    padding-bottom: 50px;
  }
  .pl-50-sm {
    padding-left: 50px;
  }
  .p-60-sm {
    padding: 60px;
  }
  .pt-60-sm {
    padding-top: 60px;
  }
  .pr-60-sm {
    padding-right: 60px;
  }
  .pb-60-sm {
    padding-bottom: 60px;
  }
  .pl-60-sm {
    padding-left: 60px;
  }
  .p-70-sm {
    padding: 70px;
  }
  .pt-70-sm {
    padding-top: 70px;
  }
  .pr-70-sm {
    padding-right: 70px;
  }
  .pb-70-sm {
    padding-bottom: 70px;
  }
  .pl-70-sm {
    padding-left: 70px;
  }
  .p-80-sm {
    padding: 80px;
  }
  .pt-80-sm {
    padding-top: 80px;
  }
  .pr-80-sm {
    padding-right: 80px;
  }
  .pb-80-sm {
    padding-bottom: 80px;
  }
  .pl-80-sm {
    padding-left: 80px;
  }
  .p-90-sm {
    padding: 90px;
  }
  .pt-90-sm {
    padding-top: 90px;
  }
  .pr-90-sm {
    padding-right: 90px;
  }
  .pb-90-sm {
    padding-bottom: 90px;
  }
  .pl-90-sm {
    padding-left: 90px;
  }
  .p-100-sm {
    padding: 100px;
  }
  .pt-100-sm {
    padding-top: 100px;
  }
  .pr-100-sm {
    padding-right: 100px;
  }
  .pb-100-sm {
    padding-bottom: 100px;
  }
  .pl-100-sm {
    padding-left: 100px;
  }
}
@media (min-width: 768px) {
  .p-0-md {
    padding: 0px;
  }
  .pt-0-md {
    padding-top: 0px;
  }
  .pr-0-md {
    padding-right: 0px;
  }
  .pb-0-md {
    padding-bottom: 0px;
  }
  .pl-0-md {
    padding-left: 0px;
  }
  .p-10-md {
    padding: 10px;
  }
  .pt-10-md {
    padding-top: 10px;
  }
  .pr-10-md {
    padding-right: 10px;
  }
  .pb-10-md {
    padding-bottom: 10px;
  }
  .pl-10-md {
    padding-left: 10px;
  }
  .p-20-md {
    padding: 20px;
  }
  .pt-20-md {
    padding-top: 20px;
  }
  .pr-20-md {
    padding-right: 20px;
  }
  .pb-20-md {
    padding-bottom: 20px;
  }
  .pl-20-md {
    padding-left: 20px;
  }
  .p-30-md {
    padding: 30px;
  }
  .pt-30-md {
    padding-top: 30px;
  }
  .pr-30-md {
    padding-right: 30px;
  }
  .pb-30-md {
    padding-bottom: 30px;
  }
  .pl-30-md {
    padding-left: 30px;
  }
  .p-40-md {
    padding: 40px;
  }
  .pt-40-md {
    padding-top: 40px;
  }
  .pr-40-md {
    padding-right: 40px;
  }
  .pb-40-md {
    padding-bottom: 40px;
  }
  .pl-40-md {
    padding-left: 40px;
  }
  .p-50-md {
    padding: 50px;
  }
  .pt-50-md {
    padding-top: 50px;
  }
  .pr-50-md {
    padding-right: 50px;
  }
  .pb-50-md {
    padding-bottom: 50px;
  }
  .pl-50-md {
    padding-left: 50px;
  }
  .p-60-md {
    padding: 60px;
  }
  .pt-60-md {
    padding-top: 60px;
  }
  .pr-60-md {
    padding-right: 60px;
  }
  .pb-60-md {
    padding-bottom: 60px;
  }
  .pl-60-md {
    padding-left: 60px;
  }
  .p-70-md {
    padding: 70px;
  }
  .pt-70-md {
    padding-top: 70px;
  }
  .pr-70-md {
    padding-right: 70px;
  }
  .pb-70-md {
    padding-bottom: 70px;
  }
  .pl-70-md {
    padding-left: 70px;
  }
  .p-80-md {
    padding: 80px;
  }
  .pt-80-md {
    padding-top: 80px;
  }
  .pr-80-md {
    padding-right: 80px;
  }
  .pb-80-md {
    padding-bottom: 80px;
  }
  .pl-80-md {
    padding-left: 80px;
  }
  .p-90-md {
    padding: 90px;
  }
  .pt-90-md {
    padding-top: 90px;
  }
  .pr-90-md {
    padding-right: 90px;
  }
  .pb-90-md {
    padding-bottom: 90px;
  }
  .pl-90-md {
    padding-left: 90px;
  }
  .p-100-md {
    padding: 100px;
  }
  .pt-100-md {
    padding-top: 100px;
  }
  .pr-100-md {
    padding-right: 100px;
  }
  .pb-100-md {
    padding-bottom: 100px;
  }
  .pl-100-md {
    padding-left: 100px;
  }
}
@media (min-width: 992px) {
  .p-0-lg {
    padding: 0px;
  }
  .pt-0-lg {
    padding-top: 0px;
  }
  .pr-0-lg {
    padding-right: 0px;
  }
  .pb-0-lg {
    padding-bottom: 0px;
  }
  .pl-0-lg {
    padding-left: 0px;
  }
  .p-10-lg {
    padding: 10px;
  }
  .pt-10-lg {
    padding-top: 10px;
  }
  .pr-10-lg {
    padding-right: 10px;
  }
  .pb-10-lg {
    padding-bottom: 10px;
  }
  .pl-10-lg {
    padding-left: 10px;
  }
  .p-20-lg {
    padding: 20px;
  }
  .pt-20-lg {
    padding-top: 20px;
  }
  .pr-20-lg {
    padding-right: 20px;
  }
  .pb-20-lg {
    padding-bottom: 20px;
  }
  .pl-20-lg {
    padding-left: 20px;
  }
  .p-30-lg {
    padding: 30px;
  }
  .pt-30-lg {
    padding-top: 30px;
  }
  .pr-30-lg {
    padding-right: 30px;
  }
  .pb-30-lg {
    padding-bottom: 30px;
  }
  .pl-30-lg {
    padding-left: 30px;
  }
  .p-40-lg {
    padding: 40px;
  }
  .pt-40-lg {
    padding-top: 40px;
  }
  .pr-40-lg {
    padding-right: 40px;
  }
  .pb-40-lg {
    padding-bottom: 40px;
  }
  .pl-40-lg {
    padding-left: 40px;
  }
  .p-50-lg {
    padding: 50px;
  }
  .pt-50-lg {
    padding-top: 50px;
  }
  .pr-50-lg {
    padding-right: 50px;
  }
  .pb-50-lg {
    padding-bottom: 50px;
  }
  .pl-50-lg {
    padding-left: 50px;
  }
  .p-60-lg {
    padding: 60px;
  }
  .pt-60-lg {
    padding-top: 60px;
  }
  .pr-60-lg {
    padding-right: 60px;
  }
  .pb-60-lg {
    padding-bottom: 60px;
  }
  .pl-60-lg {
    padding-left: 60px;
  }
  .p-70-lg {
    padding: 70px;
  }
  .pt-70-lg {
    padding-top: 70px;
  }
  .pr-70-lg {
    padding-right: 70px;
  }
  .pb-70-lg {
    padding-bottom: 70px;
  }
  .pl-70-lg {
    padding-left: 70px;
  }
  .p-80-lg {
    padding: 80px;
  }
  .pt-80-lg {
    padding-top: 80px;
  }
  .pr-80-lg {
    padding-right: 80px;
  }
  .pb-80-lg {
    padding-bottom: 80px;
  }
  .pl-80-lg {
    padding-left: 80px;
  }
  .p-90-lg {
    padding: 90px;
  }
  .pt-90-lg {
    padding-top: 90px;
  }
  .pr-90-lg {
    padding-right: 90px;
  }
  .pb-90-lg {
    padding-bottom: 90px;
  }
  .pl-90-lg {
    padding-left: 90px;
  }
  .p-100-lg {
    padding: 100px;
  }
  .pt-100-lg {
    padding-top: 100px;
  }
  .pr-100-lg {
    padding-right: 100px;
  }
  .pb-100-lg {
    padding-bottom: 100px;
  }
  .pl-100-lg {
    padding-left: 100px;
  }
}
/*Borders*/
.background-evidence {
  background-color: rgba(0, 0, 0, 0.06);
}
.border-1-transparent {
  border: 1px solid transparent;
}
.border-0 {
  border: none;
}
.border-1 {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.border-2 {
  border: 2px solid rgba(0, 0, 0, 0.15);
}
.border-3 {
  border: 3px solid rgba(0, 0, 0, 0.15);
}
.border-1-dashed {
  border: 1px dashed rgba(0, 0, 0, 0.15);
}
.border-top-1 {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.border-left-1 {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.border-right-1 {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.border-bottom-1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.border-bottom-3 {
  border-bottom: 3px solid rgba(0, 0, 0, 0.06);
}
/*Shadow*/
.no-drop-shadow {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*Display*/
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
}
.flex-row {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}
.flex-fill {
  -ms-flex: 1 1 auto!important;
  flex: 1 1 auto!important;
}
.flex-column {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
.flex-grow-0 {
  -ms-flex-positive: 0!important;
  flex-grow: 0!important;
}
.flex-grow-1 {
  -ms-flex-positive: 1!important;
  flex-grow: 1!important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0!important;
  flex-shrink: 0!important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1!important;
  flex-shrink: 1!important;
}
/* Flex Alignment*/
.align-items-start {
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}
.align-items-baseline {
  -webkit-box-align: baseline!important;
  -ms-flex-align: baseline!important;
  align-items: baseline!important;
}
.align-items-stretch {
  -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch!important;
}
.justify-content-start {
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.justify-content-between {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
}
.justify-content-around {
  -webkit-box-pack: distribute!important;
  -ms-flex-pack: distribute!important;
  justify-content: space-around !important;
}
/*Order*/
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
/*Image*/
.object-fit {
  -o-object-fit: cover;
  -webkit-object-fit: cover;
  object-fit: cover;
}
.object-position {
  object-position: top center;
}
.image-rendering {
  image-rendering: pixelated;
}
/** Animation  **/
/** FadeIn animation  **/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
/** Fade In Down **/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/** Fade In Top **/
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInTop {
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
}
/** FadeOut animation  **/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
/** Fade Out Up **/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
/** Fade Out Down **/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes arrowSlide {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 8px -8px;
  }
  50.1% {
    background-position: -8px 8px;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes arrowSlide {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 8px -8px;
  }
  50.1% {
    background-position: -8px 8px;
  }
  100% {
    background-position: 0 0;
  }
}
.arrowSlide {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes strokeAnime {
  0% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 100;
  }
}
@keyframes strokeAnime {
  0% {
    opacity: 1;
    stroke-dashoffset: 0;
  }
  100% {
    opacity: 1;
    stroke-dashoffset: 100;
  }
}
.strokeAnime {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) translateY(-10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) translateY(10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) scale(1);
  }
}
@keyframes animateSpin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes animShiny {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  93% {
    transform: scale(0) rotate(45deg);
    opacity: 0.1;
  }
  95% {
    transform: scale(4) rotate(45deg);
    opacity: 0.6;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
/*		BlockGrid 		*/
/* BLOCKGRID */
[class*="block-grid-"] {
  display: block;
  margin: -15px;
  padding: 0 .9375rem;
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}
[class*="block-grid-"]:after {
  clear: both;
}
[class*="block-grid-"] > * {
  display: inline;
  padding: 15px;
  height: auto;
  float: left;
  list-style: none;
}
.block-grid-xs-1 > * {
  width: 100%;
}
.block-grid-xs-1 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-1 > *:nth-of-type(1n+1) {
  clear: both;
}
.block-grid-xs-2 > * {
  width: 50%;
}
.block-grid-xs-2 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-2 > *:nth-of-type(2n+1) {
  clear: both;
}
.block-grid-xs-3 > * {
  width: 33.333333333333336%;
}
.block-grid-xs-3 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-3 > *:nth-of-type(3n+1) {
  clear: both;
}
.block-grid-xs-4 > * {
  width: 25%;
}
.block-grid-xs-4 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-4 > *:nth-of-type(4n+1) {
  clear: both;
}
.block-grid-xs-5 > * {
  width: 20%;
}
.block-grid-xs-5 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-5 > *:nth-of-type(5n+1) {
  clear: both;
}
.block-grid-xs-6 > * {
  width: 16.666666666666668%;
}
.block-grid-xs-6 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-6 > *:nth-of-type(6n+1) {
  clear: both;
}
.block-grid-xs-7 > * {
  width: 14.285714285714286%;
}
.block-grid-xs-7 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-7 > *:nth-of-type(7n+1) {
  clear: both;
}
.block-grid-xs-8 > * {
  width: 12.5%;
}
.block-grid-xs-8 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-8 > *:nth-of-type(8n+1) {
  clear: both;
}
.block-grid-xs-9 > * {
  width: 11.11111111111111%;
}
.block-grid-xs-9 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-9 > *:nth-of-type(9n+1) {
  clear: both;
}
.block-grid-xs-10 > * {
  width: 10%;
}
.block-grid-xs-10 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-10 > *:nth-of-type(10n+1) {
  clear: both;
}
.block-grid-xs-11 > * {
  width: 9.090909090909092%;
}
.block-grid-xs-11 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-11 > *:nth-of-type(11n+1) {
  clear: both;
}
.block-grid-xs-12 > * {
  width: 8.333333333333334%;
}
.block-grid-xs-12 > *:nth-of-type(n) {
  clear: none;
}
.block-grid-xs-12 > *:nth-of-type(12n+1) {
  clear: both;
}
@media (min-width: 768px) {
  .block-grid-sm-1 > * {
    width: 100%;
  }
  .block-grid-sm-1 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-1 > *:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-sm-2 > * {
    width: 50%;
  }
  .block-grid-sm-2 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-2 > *:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-sm-3 > * {
    width: 33.333333333333336%;
  }
  .block-grid-sm-3 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-3 > *:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-sm-4 > * {
    width: 25%;
  }
  .block-grid-sm-4 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-4 > *:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-sm-5 > * {
    width: 20%;
  }
  .block-grid-sm-5 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-5 > *:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-sm-6 > * {
    width: 16.666666666666668%;
  }
  .block-grid-sm-6 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-6 > *:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-sm-7 > * {
    width: 14.285714285714286%;
  }
  .block-grid-sm-7 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-7 > *:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-sm-8 > * {
    width: 12.5%;
  }
  .block-grid-sm-8 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-8 > *:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-sm-9 > * {
    width: 11.11111111111111%;
  }
  .block-grid-sm-9 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-9 > *:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-sm-10 > * {
    width: 10%;
  }
  .block-grid-sm-10 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-10 > *:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-sm-11 > * {
    width: 9.090909090909092%;
  }
  .block-grid-sm-11 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-11 > *:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-sm-12 > * {
    width: 8.333333333333334%;
  }
  .block-grid-sm-12 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-sm-12 > *:nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  .block-grid-md-1 > * {
    width: 100%;
  }
  .block-grid-md-1 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-1 > *:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-md-2 > * {
    width: 50%;
  }
  .block-grid-md-2 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-2 > *:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-md-3 > * {
    width: 33.333333333333336%;
  }
  .block-grid-md-3 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-3 > *:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-md-4 > * {
    width: 25%;
  }
  .block-grid-md-4 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-4 > *:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-md-5 > * {
    width: 20%;
  }
  .block-grid-md-5 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-5 > *:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-md-6 > * {
    width: 16.666666666666668%;
  }
  .block-grid-md-6 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-6 > *:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-md-7 > * {
    width: 14.285714285714286%;
  }
  .block-grid-md-7 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-7 > *:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-md-8 > * {
    width: 12.5%;
  }
  .block-grid-md-8 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-8 > *:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-md-9 > * {
    width: 11.11111111111111%;
  }
  .block-grid-md-9 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-9 > *:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-md-10 > * {
    width: 10%;
  }
  .block-grid-md-10 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-10 > *:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-md-11 > * {
    width: 9.090909090909092%;
  }
  .block-grid-md-11 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-11 > *:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-md-12 > * {
    width: 8.333333333333334%;
  }
  .block-grid-md-12 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-md-12 > *:nth-of-type(12n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .block-grid-lg-1 > * {
    width: 100%;
  }
  .block-grid-lg-1 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-1 > *:nth-of-type(1n+1) {
    clear: both;
  }
  .block-grid-lg-2 > * {
    width: 50%;
  }
  .block-grid-lg-2 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-2 > *:nth-of-type(2n+1) {
    clear: both;
  }
  .block-grid-lg-3 > * {
    width: 33.333333333333336%;
  }
  .block-grid-lg-3 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-3 > *:nth-of-type(3n+1) {
    clear: both;
  }
  .block-grid-lg-4 > * {
    width: 25%;
  }
  .block-grid-lg-4 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-4 > *:nth-of-type(4n+1) {
    clear: both;
  }
  .block-grid-lg-5 > * {
    width: 20%;
  }
  .block-grid-lg-5 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-5 > *:nth-of-type(5n+1) {
    clear: both;
  }
  .block-grid-lg-6 > * {
    width: 16.666666666666668%;
  }
  .block-grid-lg-6 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-6 > *:nth-of-type(6n+1) {
    clear: both;
  }
  .block-grid-lg-7 > * {
    width: 14.285714285714286%;
  }
  .block-grid-lg-7 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-7 > *:nth-of-type(7n+1) {
    clear: both;
  }
  .block-grid-lg-8 > * {
    width: 12.5%;
  }
  .block-grid-lg-8 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-8 > *:nth-of-type(8n+1) {
    clear: both;
  }
  .block-grid-lg-9 > * {
    width: 11.11111111111111%;
  }
  .block-grid-lg-9 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-9 > *:nth-of-type(9n+1) {
    clear: both;
  }
  .block-grid-lg-10 > * {
    width: 10%;
  }
  .block-grid-lg-10 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-10 > *:nth-of-type(10n+1) {
    clear: both;
  }
  .block-grid-lg-11 > * {
    width: 9.090909090909092%;
  }
  .block-grid-lg-11 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-11 > *:nth-of-type(11n+1) {
    clear: both;
  }
  .block-grid-lg-12 > * {
    width: 8.333333333333334%;
  }
  .block-grid-lg-12 > *:nth-of-type(n) {
    clear: none;
  }
  .block-grid-lg-12 > *:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Utility customization */
/* Compless customization */
/* Icon customization */
@font-face {
  font-family: 'FontAwesome';
  src: url('icons/font-awesome/fontawesome-webfont.eot?v=4.7.0');
  src: url('icons/font-awesome/fontawesome-webfont.eot?v=4.7.0#iefix') format('embedded-opentype'), url('icons/font-awesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('icons/font-awesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('icons/font-awesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('icons/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/************************************************
*			Aggiunta Container Bootstrap		*
************************************************/
@media (min-width: 1430px) {
  .container-xxl {
    width: 1340px;
    max-width: 100%;
  }
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
/************************************************
*					Generali					*
************************************************/
:root {
  --main: #202020;
  --white: #ffffff;
  --primary: #FFFF00;
  --red_1: #8F0000;
  --backdrop: rgba(0, 0, 0, 0.5);
  --main-rgba-1: rgba(0, 0, 0, 0.15);
  --main-rgba-2: rgba(0, 0, 0, 0.25);
  --text: #585858;
  --text-2: #909090;
  --text-3: #747474;
  --line: #E4E4E4;
  --line-2: #E1E1E1;
  --bg-1: #fcfbf9;
  --bg-2: #f6f6f6;
  --bg-3: #fcffb2;
  --bg-4: #c9f4aa;
  --bg-5: #ff7b54;
  --bg-6: #8054ff;
  --bg-7: #f1f0ed;
  --bg-8: #f0edf1;
  --bg-9: #edeef1;
  --bg-10: #fcfbf9;
  --bg-11: #F2F2F2;
  --bg-load: #E4E4E4;
  --bg-scrollbar-track: #F2F2F2;
  --bg-scrollbar-thumb: #C2C2C2;
}
.color-primary-2 {
  --primary: #FEE202;
}
.color-main-text-2 {
  --main: #202020;
}
* {
  border: 0 none;
  margin: 0 auto;
  outline: 0;
  padding: 0;
  box-sizing: border-box;
  vertical-align: baseline;
}
html {
  font-size: 10px;
  width: 100%;
  font-family: "BRGrotesk";
  font-style: inherit;
  font-weight: inherit;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: auto;
  margin-right: 0 !important;
  scroll-behavior: smooth;
}
body {
  width: 100%;
  font-family: "BRGrotesk";
  font-style: inherit;
  font-weight: inherit;
  color: #585858;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-size: 1.200rem;
  cursor: default;
  text-align: center;
  margin: 0 auto;
  overflow-x: hidden;
  background: #ffffff;
  transition: background 1s ease;
}
img {
  background-color: transparent;
  zoom: 1;
}
h1 {
  font-family: "BRGrotesk";
}
h2 {
  font-family: "BRGrotesk";
}
h3 {
  font-family: "BRGrotesk";
}
h4 {
  font-family: "BRGrotesk";
}
a {
  text-decoration: none;
  color: #202020;
  outline: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
a:hover {
  color: #909090;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
a:focus {
  color: #909090;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/** 	Link Generico	 **/
#panelBox #panelContentText a:not([class]),
#panelBox #panelContentTextExt a:not([class]) {
  text-decoration: underline;
}
b {
  font-weight: 600;
}
strong {
  font-weight: 600;
}
br[clear="all"] {
  display: none;
}
/** 	Griglie e Gap	 **/
.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.gap-4 {
  gap: 4px !important;
}
.gap-5 {
  gap: 5px !important;
}
.gap-6 {
  gap: 6px !important;
}
.gap-8 {
  gap: 8px !important;
}
.gap-10 {
  gap: 10px !important;
}
.gap-12 {
  gap: 12px !important;
}
.gap-14 {
  gap: 14px !important;
}
.gap-15 {
  gap: 15px;
}
.gap-16 {
  gap: 16px;
}
.gap-20 {
  gap: 20px;
}
.gap-30 {
  gap: 30px;
}
/** 	Dropdown menu	 **/
.dropdown .dropdown-toggle:after {
  font-family: "FontAwesome";
  content: "\f107 ";
  display: inline-block;
  border: 0;
  width: auto;
  height: auto;
  transform: rotate(0);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.dropdown.show .dropdown-toggle:after {
  transform: rotate(180deg);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.dropdown .dropdown-menu {
  z-index: 1000;
  display: none;
  float: left;
  min-width: 280px;
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  line-height: 1.400rem;
  font-weight: normal;
  color: #202020;
  text-align: left;
  list-style: none;
  padding: 15px 20px;
  margin: .125rem 0 0;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 5px;
}
.dropdown.show .dropdown-menu {
  display: block;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/** 	Lista su Div **/
.fake-list {
  display: list-item;
}
/****************************************************************
*				Stili per Filatelia	     		*
****************************************************************/
.bg-light {
  background-color: #f2f2f2 !important;
}
/****************************************************************
*				Stili per Filatelia	     		*
****************************************************************/
.simboliFilatelia {
  width: 100%;
  position: relative;
  display: block;
  clear: both;
  font-family: 'ThetisStampRegular';
  font-size: 2rem;
  line-height: 2rem;
  margin-top: 1rem;
}
.simboliWinga {
  clear: both;
  width: 54px;
  font-family: 'ThetisStampRegular';
  font-size: 13pt;
  line-height: 13pt;
}
/****************************************************************
*				Stili per funzioni di tooltip		     		*
****************************************************************/
.tooltip > .tooltip-inner {
  background-color: #ffffff;
  color: #202020;
  padding: 5px 15px;
  font-weight: normal;
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
/*Custom Tooltip*/
.custom-tooltip-class .tooltip-inner {
  min-width: 350px;
  padding: 5px;
  width: auto;
}
.custom-tooltip-class.tooltip[data-placement="left"] {
  transition: left 0.6s ease;
}
.custom-tooltip-class.tooltip[data-placement="right"] {
  transition: left 0.6s ease;
}
.custom-tooltipBig-class .tooltip-inner {
  min-width: 350px;
  padding: 25px 15px;
  text-align: left;
  width: auto;
}
.tooltip.noArrow > .arrow {
  display: none;
}
.tooltip.uppercase > .tooltip-inner {
  text-transform: uppercase;
  line-height: 0.100rem;
}
.tooltip.white-tooltip > .tooltip-inner {
  color: #ffffff;
}
.tooltip .lotPrevNextLot {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.tooltip .lotPrevNextLot img {
  aspect-ratio: 1;
  object-fit: contain;
  background: #f2f2f2;
  border-radius: 3px;
  max-width: 80px;
  padding: 5px;
}
.tooltip .lotPrevNextLot .title {
  -ms-flex-positive: 1!important;
  flex-grow: 1!important;
  padding: 0 15px;
}
.tooltip .lotPrevNextLot .title h4 {
  font-size: 1.400rem;
}
.tooltip.bs-tether-element-attached-top,
.tooltip .tooltip.tooltip-bottom {
  padding: 0 0;
  margin-top: 3px;
}
.tooltip.bs-tether-element-attached-top .tooltip-inner:before {
  border-bottom: 0 solid #202020;
}
.tooltip.bs-tether-element-attached-left .tooltip-inner:before {
  border-right: 0 solid #202020;
}
.tooltip.bs-tether-element-attached-bottom .tooltip-inner:before {
  border-top: 0 solid #202020;
}
.tooltip.bs-tether-element-attached-right .tooltip-inner:before {
  border-left: 0 solid #202020;
}
/****************************************************************
*				Stili per funzioni di Popover		     		*
****************************************************************/
.popover {
  background-color: #ffffff;
  border-radius: 0.100rem;
  color: #202020;
  font-weight: normal;
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  border-color: #f9f9f9;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.popover .popover-content {
  color: #202020;
  padding: 0.500rem 1.500rem;
}
.popover .popover-title {
  color: #202020;
  padding: 0 15px;
  font-family: "BRGrotesk";
  text-transform: uppercase;
  font-weight: 600;
}
/****************************************************************
*						Modal Bootstrap		     				*
****************************************************************/
.modal .modal-content {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px;
}
.modal .modal-body {
  padding: 3.000rem;
}
.modal .close {
  position: absolute;
  z-index: 1;
  right: 10px !important;
  top: 5px!important;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.35) !important;
  border-radius: 50%;
  font-size: 1.6rem;
  padding: 5px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.modal .close:hover {
  transform: rotate(90deg);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.modal .close span {
  mask-image: url("../images/svg/close.svg");
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
  background-image: none !important;
  color: transparent;
  text-shadow: none;
  aspect-ratio: 1;
  display: flex;
}
.modal-backdrop {
  background: #f2f2f2;
}
.modal-backdrop.show {
  opacity: .5;
}
/************		Preloading 		************/
div#preloaderHome,
div#loaderFB {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  cursor: wait;
  padding-top: 300px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}
div.brclearboth {
  clear: both;
  height: 0;
  line-height: 0px;
}
/************************************************
*				Contenuto sito					*
************************************************/
#cont {
  position: relative;
  z-index: 1;
  min-height: calc(100vh - 100px);
  padding: 0;
}
#auctionPanel {
  padding-left: 0;
  padding-right: 0;
}
#auctionPanel:not(:has(a[href="#catalogue"])) {
  min-height: calc(100vh - 100px);
}
/************************************************
*					Block Grid					*
************************************************/
[class*="block-grid-"] {
  margin-top: 0rem;
}
/************************************************
*					Header						*
************************************************/
#headerTop {
  width: 100%;
  height: 137px;
  padding: 0;
  margin: 0 auto;
  clear: both;
  position: relative;
}
#header-wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#header-wrap-int {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
/* ************* Menu head ************* */
#header {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateY(0);
  /*		Riga top	*/
  /*		Riga bottom		*/
}
#header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  z-index: -1;
}
#header.header-fixed-active {
  position: fixed;
  top: 0;
}
#header.header-animated {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-out;
}
#header.header-hidden {
  transform: translateY(-100%);
}
#header.header-visible {
  transform: translateY(0);
}
#header .fixed {
  top: 0;
  position: relative;
  width: 100%;
  z-index: 100;
  background-color: transparent;
  border-bottom: 1px solid rgba(32, 32, 32, 0.2);
}
#header .fixed .testata {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1199px) {
  #header .fixed {
    width: 100%;
    background-color: #ffffff;
  }
}
#header .wrap-top {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1199px) {
  #header .wrap-top {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#header .wrap-top .wrap-left {
  margin: 0;
}
#header .wrap-bottom {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1199px) {
  #header .wrap-bottom {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#header .center-content-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
#header .wrap-logo {
  margin-left: 0;
  padding: 20px 0 25px;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
#header .wrap-right {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  margin-right: 0;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
@media screen and (max-width: 1199px) {
  #header .wrap-right {
    padding: 0;
  }
}
#header .wrap-right .navbar {
  padding: 0;
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  #header .wrap-right .navbar {
    padding: 0;
  }
}
#header .wrap-right nav#alt-nav {
  gap: 10px;
  padding-left: 1.500rem;
}
#header .logo {
  height: 38px;
  display: inline-block;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
@media screen and (max-width: 1199px) {
  #header .logo {
    height: 30px;
  }
}
/************		Home		************/
.templateHome #header {
  border-bottom: none;
}
/************************************************
*				Top Nav 						*
************************************************/
#header .button {
  cursor: pointer;
  display: block;
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#header .button.linkOn a {
  color: #fee202;
  transition: color 0.65s ease-in-out;
  -webkit-transition: color 0.65s ease-in-out;
  -moz-transition: color 0.65s ease-in-out;
  -o-transition: color 0.65s ease-in-out;
}
#header .dropdown-menu a:not(.butAlive) {
  font-family: "BRGrotesk";
  background: none;
  display: blok;
  font-size: 1.200rem;
  line-height: 1.400rem;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  color: #202020;
}
#header .dropdown-menu a:not(.butAlive) > span {
  display: inline-block;
}
#header .dropdown-menu a:not(.butAlive) > span:after {
  content: "";
  display: block;
  height: 1px;
  background: #909090;
  will-change: transform;
  transition: -webkit-transform 0.5s cubic-bezier(0.3, 0, 0, 1);
  transition: transform 0.5s cubic-bezier(0.3, 0, 0, 1);
  transition: transform 0.5s cubic-bezier(0.3, 0, 0, 1), -webkit-transform 0.5s cubic-bezier(0.3, 0, 0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
#header .dropdown-menu a:not(.butAlive):hover,
#header .dropdown-menu a:not(.butAlive):focus {
  text-decoration: none;
  color: #909090;
  transition: color 0.65s ease-in-out;
  -webkit-transition: color 0.65s ease-in-out;
  -moz-transition: color 0.65s ease-in-out;
  -o-transition: color 0.65s ease-in-out;
}
#header .dropdown-menu a:not(.butAlive):hover > span:after,
#header .dropdown-menu a:not(.butAlive):focus > span:after {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: none;
  transform: none;
}
#header .sep {
  cursor: default;
  margin: 0 0.500rem;
}
#header .sep:before {
  content: "";
  display: flex;
  position: relative;
  background-color: #202020;
  width: 1px;
  height: 16px;
}
/************************************************
*				 User panel  					*
************************************************/
#pmyuserpanel.buttonPanel {
  position: relative;
  align-items: center;
  gap: 10px;
  margin: 0;
}
#pmyuserpanel {
  /* 	Dropdown User 	*/
}
#pmyuserpanel .CollapsiblePanel {
  width: 340px;
  top: auto !important;
  right: 0 !important;
  left: auto !important;
  font-family: "BRGrotesk";
  font-weight: normal;
  font-size: 1.200rem;
  line-height: normal;
  text-align: left;
  padding: 0;
  border-radius: 5px;
  margin-top: 1.500rem;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
#pmyuserpanel hr {
  height: 1px;
}
#pmyuserpanel button.btn {
  font-family: "BRGrotesk";
  padding: 1.000rem 1.500rem;
}
#pmyuserpanel .panel_altReg .btn.butSecond {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  padding: 0.750rem 1.500rem;
  border: 1px solid #dfdfdf;
}
#pmyuserpanel .panel_altReg .btn.butSecond span {
  margin-left: 0;
}
#pmyuserpanel .panel_altReg .btn.butSecond:after {
  position: relative;
  right: auto;
  display: flex;
  align-items: center;
  margin-right: 0;
}
#pmyuserpanel .panel_altReg .btn.butSecond + .btn.butSecond {
  margin-top: 0.500rem;
}
#pmyuserpanel .label {
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  line-height: 1.800rem;
  font-weight: 500;
  border: 0;
  background: transparent;
  padding: 5px 0;
  margin: 0;
}
#pmyuserpanel .btn.btnMyPanel {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  font-weight: 500;
  color: #202020;
  background: transparent;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  z-index: 0;
  border: 0;
  min-width: inherit;
  padding: 0;
  margin: 0!important;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#pmyuserpanel .btn.btnMyPanel .icon {
  display: block;
  width: 25px;
  height: 25px;
  mask-image: url("../images/svg/user.svg");
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
  text-shadow: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#pmyuserpanel .btn.btnMyPanel span {
  display: none;
}
#pmyuserpanel .btn.btnMyPanel:hover {
  color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#pmyuserpanel .btn.btnMyPanel:hover .icon {
  background: #909090 no-repeat center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#pmyuserpanel .btnUserPanel.logUser {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  font-family: "BRGrotesk";
  font-weight: 500;
  font-size: 1.400rem;
  color: #202020;
  margin: 0!important;
  border: 0;
  white-space: nowrap;
}
#pmyuserpanel .btnUserPanel.logUser .icon {
  display: block;
  width: 25px;
  height: 25px;
  mask-image: url("../images/svg/user.svg");
  mask-repeat: no-repeat;
  background: #008f00 no-repeat center;
  text-shadow: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#pmyuserpanel .btnUserPanel.logUser span {
  display: none;
}
#pmyuserpanel .btnUserPanel.logUser:after {
  content: none!important;
}
#pmyuserpanel .btnUserPanel.logUser:hover {
  color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#pmyuserpanel .btnUserPanel.logUser:hover .icon {
  background: #909090 no-repeat center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#pmyuserpanel .btnUserPanel.logOut {
  font-family: "BRGrotesk";
  font-weight: 500;
  font-size: 1.400rem;
  color: #202020;
  border: 0;
  white-space: nowrap;
  margin: 0!important;
}
#pmyuserpanel .btnUserPanel.logOut .icon {
  display: block;
  width: 25px;
  height: 25px;
  mask-image: url("../images/svg/close.svg");
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
  text-shadow: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#pmyuserpanel .btnUserPanel.logOut span {
  display: none;
}
#pmyuserpanel .btnUserPanel.logOut:hover {
  color: #909090;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#pmyuserpanel .btnUserPanel.logOut:hover .icon {
  background: #909090 no-repeat center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#pmyuserpanel .dropdown-menu {
  /* User Menu */
  list-style: none;
  position: absolute;
  text-transform: none;
  padding: 2.000rem;
  margin: 0;
  white-space: nowrap;
  height: auto;
  text-align: left;
  background: #ffffff;
  left: auto;
  width: 340px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px;
}
#pmyuserpanel .dropdown-menu.alignRight {
  right: 0;
  left: auto;
  margin-top: 0;
}
#pmyuserpanel .dropdown-menu li {
  display: block;
  position: relative;
  padding: 0.250rem 0;
  font-weight: normal;
  text-align: left;
}
#pmyuserpanel .dropdown-menu li a {
  font-family: "BRGrotesk";
  text-decoration: none;
  white-space: nowrap;
  background: none;
  display: inline-block;
  font-size: 1.200rem;
  line-height: 1.2;
  font-weight: 400;
  color: #202020;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#pmyuserpanel .dropdown-menu li a.nav-link {
  font-family: "BRGrotesk";
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background: none;
  display: inline-block;
  font-size: 1.600rem;
  line-height: 1.2;
  font-weight: 500;
  color: #202020;
  padding: 0;
  padding-top: 1.000rem;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#pmyuserpanel .dropdown-menu li a:hover {
  display: inline-block;
  text-decoration: none;
  color: #202020;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#pmyuserpanel .dropdown-menu li:hover:after,
#pmyuserpanel .dropdown-menu li:focus:after,
#pmyuserpanel .dropdown-menu li li:hover > h2 a:after {
  transform-origin: left center;
  transform: none;
}
#pmyuserpanel .dropdown-menu li a:after,
#pmyuserpanel .dropdown-menu li > h2 a:after {
  content: "";
  display: block;
  height: 1px;
  background: #202020;
  will-change: transform;
  transition: -webkit-transform 0.5s cubic-bezier(0.3, 0, 0, 1);
  transition: transform 0.5s cubic-bezier(0.3, 0, 0, 1);
  transition: transform 0.5s cubic-bezier(0.3, 0, 0, 1), -webkit-transform 0.5s cubic-bezier(0.3, 0, 0, 1);
  transform-origin: left center;
  transform-origin: right center;
  transform: scaleX(0);
}
#pmyuserpanel .dropdown-menu li:first-child a.nav-link {
  padding-top: 0;
}
/************************************************
*				Main Menu					*
************************************************/
#pnavmenu {
  /* gestisce la voce di menu' selezionata */
  /* 5.1 Menu navmenu - subnavmenu*/
}
#pnavmenu .dropdown .dropdown-menu {
  pointer-events: none;
}
#pnavmenu .dropdown .dropdown-menu.active {
  pointer-events: all;
}
#pnavmenu .navmenu {
  list-style: none;
  width: auto;
  gap: 15px;
  padding: 0;
  margin: 0;
}
#pnavmenu .navmenu li.top {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 0px;
}
#pnavmenu .navmenu li.top a {
  display: flex;
  position: relative;
  font-family: "BRGrotesk";
  font-size: 1.600rem;
  font-weight: 500;
  color: #202020;
  text-decoration: none;
  transition: color 0.65s ease-in-out;
  -webkit-transition: color 0.65s ease-in-out;
  -moz-transition: color 0.65s ease-in-out;
  -o-transition: color 0.65s ease-in-out;
  /* Visualizzazione Ipad */
}
#pnavmenu .navmenu li.top a:hover,
#pnavmenu .navmenu li.top a:focus,
#pnavmenu .navmenu li.top:hover > a {
  text-decoration: none;
  color: #909090;
  transition: color 0.65s ease-in-out;
  -webkit-transition: color 0.65s ease-in-out;
  -moz-transition: color 0.65s ease-in-out;
  -o-transition: color 0.65s ease-in-out;
}
#pnavmenu .navmenu li.top.dropdown:hover.dropdown-toggle:after {
  color: #909090;
}
#pnavmenu .active a {
  color: #bababa;
}
#pnavmenu .navmenu ul.subnavmenu {
  list-style: none;
  position: absolute;
  display: none;
  text-transform: none;
  white-space: nowrap;
  height: auto;
  text-align: left;
  background: #FFFFFF;
  left: auto;
  min-width: 280px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px;
  padding: 1.500rem;
  margin: 0;
}
#pnavmenu .navmenu ul.subnavmenu li {
  display: block;
  position: relative;
  padding: 0.250rem 0;
  font-weight: normal;
  text-align: left;
}
#pnavmenu .navmenu ul.subnavmenu li a {
  display: inline-block;
  font-family: "BRGrotesk";
  text-decoration: none;
  white-space: nowrap;
  background: none;
  font-size: 1.200rem;
  line-height: 1.400rem;
  font-weight: 500;
  color: #202020;
  transition: color 0.65s ease-in-out;
  -webkit-transition: color 0.65s ease-in-out;
  -moz-transition: color 0.65s ease-in-out;
  -o-transition: color 0.65s ease-in-out;
}
#pnavmenu .navmenu ul.subnavmenu li a:hover {
  text-decoration: none;
  color: #909090;
  transition: color 0.65s ease-in-out;
  -webkit-transition: color 0.65s ease-in-out;
  -moz-transition: color 0.65s ease-in-out;
  -o-transition: color 0.65s ease-in-out;
}
#pnavmenu .navmenu ul.subnavmenu li a:after,
#pnavmenu .navmenu ul.subnavmenu li > h2 a:after {
  content: "";
  display: block;
  height: 1px;
  background: #909090;
  will-change: transform;
  transition: -webkit-transform 0.5s cubic-bezier(0.3, 0, 0, 1);
  transition: transform 0.5s cubic-bezier(0.3, 0, 0, 1);
  transition: transform 0.5s cubic-bezier(0.3, 0, 0, 1), -webkit-transform 0.5s cubic-bezier(0.3, 0, 0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
#pnavmenu .navmenu ul.subnavmenu li a:hover:after,
#pnavmenu .navmenu ul.subnavmenu li a:focus:after,
#pnavmenu .navmenu ul.subnavmenu li:hover > h2 a:after {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: none;
  transform: none;
}
#pnavmenu .navmenu .nav-item:last-child ul.subnavmenu {
  right: 0;
}
/************************************************
*					TOP Menu					*
************************************************/
#ptopmenu {
  /* Menu navmenu - subnavmenu*/
}
#ptopmenu .dropdown .dropdown-menu {
  pointer-events: none;
}
#ptopmenu .dropdown .dropdown-menu.active {
  pointer-events: all;
}
#ptopmenu .navmenu {
  list-style: none;
  width: auto;
  gap: 15px;
  padding: 0;
  margin: 0;
}
#ptopmenu .navmenu li.nav-item {
  display: inline-block;
  position: relative;
  margin: 0px;
  padding: 0px;
}
#ptopmenu .navmenu li.nav-item a {
  position: relative;
  color: #202020;
  font-family: "BRGrotesk";
  font-size: 1.600rem;
  font-weight: 500;
  letter-spacing: 0;
  text-decoration: none;
  transition: color 0.65s ease-in-out;
  -webkit-transition: color 0.65s ease-in-out;
  -moz-transition: color 0.65s ease-in-out;
  -o-transition: color 0.65s ease-in-out;
  /* Visualizzazione Ipad */
}
#ptopmenu .navmenu li.nav-item a:hover,
#ptopmenu .navmenu li.nav-item a:focus,
#ptopmenu .navmenu li.nav-item:hover > a {
  display: block;
  text-decoration: none;
  color: #fee202;
  transition: color 0.65s ease-in-out;
  -webkit-transition: color 0.65s ease-in-out;
  -moz-transition: color 0.65s ease-in-out;
  -o-transition: color 0.65s ease-in-out;
}
#ptopmenu .navmenu .nav-item + .nav-item > a {
  margin-left: 0.500rem;
}
#ptopmenu .navmenu ul.subnavmenu {
  list-style: none;
  position: absolute;
  display: none;
  text-transform: none;
  padding: 1.500rem;
  margin: 0;
  white-space: nowrap;
  height: auto;
  text-align: left;
  background: #FFFFFF;
  left: auto;
  min-width: 280px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px;
}
#ptopmenu .navmenu ul.subnavmenu li {
  display: block;
  position: relative;
  padding: 0.250rem 0;
  font-weight: normal;
  text-align: left;
}
#ptopmenu .navmenu ul.subnavmenu li a {
  display: inline-block;
  font-family: "BRGrotesk";
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background: none;
  font-size: 1.200rem;
  line-height: 1.400rem;
  font-weight: 500;
  color: #202020;
  transition: color 0.65s ease-in-out;
  -webkit-transition: color 0.65s ease-in-out;
  -moz-transition: color 0.65s ease-in-out;
  -o-transition: color 0.65s ease-in-out;
}
#ptopmenu .navmenu ul.subnavmenu li a:hover {
  text-decoration: none;
  color: #909090;
  transition: color 0.65s ease-in-out;
  -webkit-transition: color 0.65s ease-in-out;
  -moz-transition: color 0.65s ease-in-out;
  -o-transition: color 0.65s ease-in-out;
}
#ptopmenu .navmenu ul.subnavmenu li a:after,
#ptopmenu .navmenu ul.subnavmenu li > h2 a:after {
  content: "";
  display: block;
  height: 1px;
  background: #909090;
  will-change: transform;
  transition: -webkit-transform 0.5s cubic-bezier(0.3, 0, 0, 1);
  transition: transform 0.5s cubic-bezier(0.3, 0, 0, 1);
  transition: transform 0.5s cubic-bezier(0.3, 0, 0, 1), -webkit-transform 0.5s cubic-bezier(0.3, 0, 0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
#ptopmenu .navmenu ul.subnavmenu li a:hover:after,
#ptopmenu .navmenu ul.subnavmenu li a:focus:after,
#ptopmenu .navmenu ul.subnavmenu li:hover > h2 a:after {
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: none;
  transform: none;
}
/************************************************
*				Button Mobile Menu				*
************************************************/
#mobileButton.button .text {
  display: none;
}
#mobileButton.button[aria-expanded*="false"] .icon {
  display: block;
  width: 25px;
  height: 25px;
  mask-image: url("../images/svg/bars.svg");
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#mobileButton.button[aria-expanded*="true"] .icon {
  display: block;
  width: 25px;
  height: 25px;
  background-size: contain;
  mask-image: url("../images/svg/bars.svg");
  mask-repeat: no-repeat;
  background: #909090 no-repeat center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#mobileButton.button:hover .icon {
  background: #909090;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templateHome #mobileButton.button[aria-expanded*="false"] .icon {
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .templateHome #mobileButton.button[aria-expanded*="false"] .icon {
    background: #202020 no-repeat center;
  }
}
/************************************************
*					Menu Mobile 				*
************************************************/
#header #menuMobile {
  border-top: 1px solid rgba(32, 32, 32, 0.2);
  padding: 1.500rem 3.000rem 3.000rem;
  /* Visualizzazione Ipad */
  /* 		Main Nav Menu 	*/
}
@media screen and (max-width: 991px) {
  #header #menuMobile .container {
    max-width: none;
  }
}
#header #menuMobile.menu-panel #panelMainMenu ul li ul li a {
  color: #202020;
}
#header #menuMobile.menu-panel #panelMainMenu ul li ul li a:hover {
  color: #fee202;
}
#header #menuMobile .button {
  color: #202020;
  text-align: left;
  padding: 0;
}
/************************************************
*					Menu Search 				*
************************************************/
#header .button.SearchTrigger,
#menuPersistent .button.SearchTrigger {
  cursor: pointer;
  padding: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#header .button.SearchTrigger .icon,
#menuPersistent .button.SearchTrigger .icon {
  display: block;
  width: 25px;
  height: 25px;
  mask-image: url("../images/svg/search.svg");
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#header .button.SearchTrigger:hover .icon,
#menuPersistent .button.SearchTrigger:hover .icon {
  background: #909090 no-repeat center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#header .button.SearchTrigger .text,
#menuPersistent .button.SearchTrigger .text {
  display: none;
}
/************************************************
*				Menu Area Riservata 			*
************************************************/
.arearis-button {
  cursor: pointer;
  display: block;
  float: left;
  margin-top: 34px;
  margin-left: 0;
  padding: 5px 15px 4px 15px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.arearis-button .icon {
  display: none;
  display: block;
  width: 25px;
  height: 25px;
  mask: url("../images/svg/lock.svg");
  mask-repeat: no-repeat;
  background: #ffffff no-repeat center;
}
/************************************************
*					Menu Panel					*
************************************************/
#header {
  /* 		Main Nav Menu 	*/
  /* 		Sec Nav Menu 	*/
}
#header .menu-panel #panelMainMenu nav > ul {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
#header .menu-panel #panelMainMenu .menuEstesoContainer .titleMenu {
  font-size: 1.600rem;
  line-height: 1.4;
  font-weight: 600;
  padding-top: 1.500rem;
}
#header .menu-panel #panelMainMenu .menuEstesoContainer .item .pt-5 {
  padding-top: 0!important;
}
#header .menu-panel #panelMainMenu .menuEstesoContainer .prossAsteMenu .asta {
  font-size: 1.400rem;
  line-height: 1.4;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 2.500rem;
}
#header .menu-panel #panelMainMenu .menuEstesoContainer .prossAsteMenu .asta .title {
  font-size: 1.600rem;
  line-height: 1.4;
  font-weight: 600;
}
#header .menu-panel #panelMainMenu ul li {
  cursor: pointer;
  margin: 0;
}
#header .menu-panel #panelMainMenu ul > li {
  font-size: 1.800rem;
  line-height: 1.4;
  font-weight: 500;
  text-align: left;
  margin: 0;
}
#header .menu-panel #panelMainMenu ul > li a {
  display: inline-block;
  padding: 0.500rem 0;
  color: #202020;
  width: 100%;
  border: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#header .menu-panel #panelMainMenu ul > li a:hover {
  color: #acacac;
  border-bottom-color: #acacac;
}
#header .menu-panel #panelMainMenu ul > li + li {
  margin-top: 0.500rem;
}
#header .menu-panel #panelMainMenu ul li.separtopmenu {
  display: none;
}
#header .menu-panel #panelMainMenu ul li ul {
  display: block!important;
  text-align: left;
  list-style: none;
  margin: 0 0 1.500rem;
  border: none;
}
#header .menu-panel #panelMainMenu ul li ul li {
  font-size: 1.400rem;
  line-height: 1.2;
  font-weight: normal;
  text-transform: none;
}
#header .menu-panel #panelMainMenu .dropdown .dropdown-toggle:after {
  font-family: "FontAwesome";
  content: "\f107 ";
  display: inline-block;
  border: 0;
  width: auto;
  height: auto;
  transform: rotate(0);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#header .menu-panel #panelMainMenu .dropdown.show .dropdown-toggle:after {
  transform: rotate(180deg);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#header .menu-panel #panelSecMenu nav > ul {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
#header .menu-panel #panelSecMenu ul li {
  cursor: pointer;
  margin: 0;
}
#header .menu-panel #panelSecMenu ul li ul {
  display: block!important;
  text-align: left;
  list-style: none;
  margin: 0 0 1.500rem;
  border: none;
}
#header .menu-panel #panelSecMenu ul li ul li {
  font-size: 1.300rem;
  line-height: 1.600rem;
  font-weight: normal;
  text-transform: none;
}
#header .menu-panel #panelSecMenu ul > li {
  font-size: 1.800rem;
  line-height: 2.200rem;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}
#header .menu-panel #panelSecMenu ul > li a {
  display: inline-block;
  padding: 0.500rem 0;
  color: #202020;
  width: 100%;
  border: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#header .menu-panel #panelSecMenu ul > li a:hover {
  color: #acacac;
  border-bottom-color: #acacac;
}
#header .menu-panel #panelSecMenu ul > li + li {
  margin-top: 0.500rem;
}
#header .menu-panel #panelSecMenu ul li.separtopmenu {
  display: none;
}
#header .menu-panel #panelSecMenu .dropdown .dropdown-toggle:after {
  font-family: "FontAwesome";
  content: "\f107 ";
  display: inline-block;
  border: 0;
  width: auto;
  height: auto;
  transform: rotate(0);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#header .menu-panel #panelSecMenu .dropdown.show .dropdown-toggle:after {
  transform: rotate(180deg);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/************************************************
*				Language Menu					*
************************************************/
#header #language_panel .languageTrigger.src-button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  position: relative;
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#header #language_panel .languageTrigger.src-button .text {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
#header #language_panel .languageTrigger.src-button .text:before {
  content: "";
  width: 20px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInTop;
}
#header #language_panel .languageTrigger.src-button .text[title^="Ita"]:before {
  background-image: url("../images/svg/flag-ita.svg");
}
#header #language_panel .languageTrigger.src-button .text[title^="Eng"]:before {
  background-image: url("../images/svg/flag-uk.svg");
}
#header #language_panel .languageTrigger.src-button:hover:before {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#header #language_panel .languageTrigger.src-button.active {
  display: none!important;
}
#header #language_panel.dropdown .dropdown-menu {
  right: 0;
  left: auto;
}
#header #language_panel.dropdown .dropdown-toggle {
  padding-right: 20px;
}
#header #language_panel.dropdown .dropdown-toggle:after {
  font-family: "FontAwesome";
  content: "\f107 ";
  display: inline-block;
  border: 0;
  width: auto;
  height: auto;
  transform: rotate(0);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#header #language_panel.dropdown.show .dropdown-toggle:after {
  transform: rotate(180deg);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/************************************************
*			My Panel  Menu Mobile				*
************************************************/
[data-user-logged="logged_1"] #header .menu-panel #panelVarie:after,
[data-user-logged="logged_0"] #header .menu-panel #panelVarie:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(32, 32, 32, 0.2);
}
[data-user-logged="logged_1"] #header .menu-panel #panelVarie .buttonPanel,
[data-user-logged="logged_0"] #header .menu-panel #panelVarie .buttonPanel {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  padding-bottom: 1.500rem;
}
[data-user-logged="logged_1"] #header .menu-panel #panelVarie .dropdown,
[data-user-logged="logged_0"] #header .menu-panel #panelVarie .dropdown,
[data-user-logged="logged_1"] #header .menu-panel #panelVarie .dropleft,
[data-user-logged="logged_0"] #header .menu-panel #panelVarie .dropleft,
[data-user-logged="logged_1"] #header .menu-panel #panelVarie .dropright,
[data-user-logged="logged_0"] #header .menu-panel #panelVarie .dropright,
[data-user-logged="logged_1"] #header .menu-panel #panelVarie .dropup,
[data-user-logged="logged_0"] #header .menu-panel #panelVarie .dropup {
  margin: 0;
}
[data-user-logged="logged_1"] #header .menu-panel #panelVarie .button.logOut,
[data-user-logged="logged_0"] #header .menu-panel #panelVarie .button.logOut {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
[data-user-logged="logged_1"] #header .menu-panel #panelVarie .button.logOut .icon,
[data-user-logged="logged_0"] #header .menu-panel #panelVarie .button.logOut .icon {
  display: none;
}
[data-user-logged="logged_1"] #header .menu-panel #panelVarie .button.logOut:after,
[data-user-logged="logged_0"] #header .menu-panel #panelVarie .button.logOut:after {
  content: "";
  width: 25px;
  height: 15px;
  display: inline-block;
  mask: url("../images/svg/close.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  background: #202020 no-repeat center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
[data-user-logged="logged_1"] #header .menu-panel #panelVarie .button.logOut span,
[data-user-logged="logged_0"] #header .menu-panel #panelVarie .button.logOut span {
  display: inline-block;
  font-size: 1.400rem;
  font-weight: 500;
  text-transform: none;
  margin: 0;
}
[data-user-logged="logged_1"] #header .menu-panel #panelVarie .button.logOut:hover,
[data-user-logged="logged_0"] #header .menu-panel #panelVarie .button.logOut:hover {
  color: #909090;
}
[data-user-logged="logged_1"] #header .menu-panel #panelVarie .button.logOut:hover:after,
[data-user-logged="logged_0"] #header .menu-panel #panelVarie .button.logOut:hover:after {
  background: #909090;
}
[data-user-logged="logged_1"] #header .menu-panel #panelVarie .button.logUser,
[data-user-logged="logged_0"] #header .menu-panel #panelVarie .button.logUser {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
[data-user-logged="logged_1"] #header .menu-panel #panelVarie .button.logUser .icon,
[data-user-logged="logged_0"] #header .menu-panel #panelVarie .button.logUser .icon {
  display: none;
}
[data-user-logged="logged_1"] #header .menu-panel #panelVarie .button.logUser:after,
[data-user-logged="logged_0"] #header .menu-panel #panelVarie .button.logUser:after {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  mask: url("../images/svg/user.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  background: #008f00 no-repeat center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
[data-user-logged="logged_1"] #header .menu-panel #panelVarie .button.logUser span,
[data-user-logged="logged_0"] #header .menu-panel #panelVarie .button.logUser span {
  display: inline-block;
  font-size: 1.800rem;
  font-weight: 500;
  text-transform: none;
  margin: 0;
}
[data-user-logged="logged_1"] #header .menu-panel #panelVarie .button.logUser:hover,
[data-user-logged="logged_0"] #header .menu-panel #panelVarie .button.logUser:hover {
  color: #909090;
}
[data-user-logged="logged_1"] #header .menu-panel #panelVarie .button.logUser:hover:after,
[data-user-logged="logged_0"] #header .menu-panel #panelVarie .button.logUser:hover:after {
  background: #909090;
}
/*Loggato*/
[data-user-logged="logged_1"] #header .menu-panel #panelVarie .button.logUser:after {
  background: #008f00 no-repeat center;
}
/*Non loggato*/
[data-user-logged="logged_0"] #header .menu-panel #panelVarie .button.logUser:after {
  background: #202020 no-repeat center;
}
/************************************************
*				Menu lateriale Sx				*
************************************************/
#panelMenuHeadSx .menuSxHeader {
  padding-top: 4.400rem;
  text-align: left;
}
#panelMenuHeadSx h2 {
  color: #202020;
  font-size: 2.000rem;
  font-weight: normal;
  margin: 0px;
}
.menuSxContainer {
  width: 100%;
  clear: both;
}
/************		Inizio Menu Lat 		************/
div#sidebar-wrapper {
  text-align: left;
  padding: 0;
  margin: 0;
  /************		Primo Livello 		************/
  /************		Secondo Livello 		************/
  /************		Terzo Livello 		************/
}
div#sidebar-wrapper li.active,
div#sidebar-wrapper li.active > a {
  color: #909090;
}
div#sidebar-wrapper li.active:before {
  color: #909090;
}
div#sidebar-wrapper ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
div#sidebar-wrapper ul ul {
  margin-top: 0.100rem;
  margin-bottom: 1.500rem;
}
div#sidebar-wrapper ul ul ul {
  margin-top: 0.250rem;
  margin-bottom: 1.50rem;
}
div#sidebar-wrapper ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
div#sidebar-wrapper ul li:hover > a {
  color: #909090;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
div#sidebar-wrapper ul ul li {
  position: relative;
  line-height: 1.600rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-left: 3.000rem;
  padding-right: 0;
  padding-top: 1.000rem;
  padding-bottom: 1.000rem;
  box-shadow: inset 0 0 0 0 transparent;
  transition: 0.25s;
}
div#sidebar-wrapper ul ul li a {
  font-family: "BRGrotesk";
  font-weight: 500;
  font-size: 1.400rem;
  line-height: 1.600rem;
  text-transform: uppercase;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
div#sidebar-wrapper ul ul li:before {
  font-family: "bootstrap-icons";
  content: "\F285";
  color: #202020;
  position: absolute;
  display: inline-block;
  left: 1.000rem;
  font-size: 1.000rem;
  line-height: 1.600rem;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
div#sidebar-wrapper ul ul li:hover,
div#sidebar-wrapper ul ul li:focus {
  box-shadow: inset 0 -3.25em 0 0 #fee202;
}
div#sidebar-wrapper ul ul li:hover > a,
div#sidebar-wrapper ul ul li:focus > a {
  color: #202020;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
div#sidebar-wrapper ul ul li:hover:before,
div#sidebar-wrapper ul ul li:focus:before {
  color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
div#sidebar-wrapper ul ul li:has(ul.link-sublist):before {
  font-family: "bootstrap-icons";
  content: "\F282";
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
div#sidebar-wrapper ul ul ul li {
  border: 1px solid transparent;
  padding-left: 3.000rem;
  padding-right: 0;
  padding-top: 0.100rem;
  padding-bottom: 0.100rem;
}
div#sidebar-wrapper ul ul ul li a {
  font-family: "BRGrotesk";
  font-weight: normal;
  font-size: 1.200rem;
  line-height: 1.600rem;
  text-transform: uppercase;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
div#sidebar-wrapper ul ul ul li:before {
  font-family: "bootstrap-icons";
  content: "\F285";
  color: #202020;
  position: absolute;
  left: 1.000rem;
  font-size: 1.000rem;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
div#sidebar-wrapper ul ul ul li:first-child {
  margin-top: 1.000rem;
}
div#sidebar-wrapper ul ul ul li:hover > a {
  color: #909090;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
div#sidebar-wrapper ul ul ul li:hover:before {
  color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/************************************************
*			Menu laterale Sottomenu				*
************************************************/
/************		Inizio Menu Lat 		************/
#subSidebar-wrapper {
  text-align: left;
  padding: 1.500rem 0 0 0;
  margin: 0;
}
#subSidebar-wrapper li.active,
#subSidebar-wrapper li.active > a {
  color: #909090;
}
#subSidebar-wrapper li.active:before {
  color: #909090;
}
#subSidebar-wrapper ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
#subSidebar-wrapper ul li {
  position: relative;
  padding-left: 3.000rem;
  padding-right: 0;
  padding-top: 1.000rem;
  padding-bottom: 1.000rem;
  box-shadow: inset 0 0 0 0 transparent;
  transition: 0.25s;
}
#subSidebar-wrapper ul li a {
  font-family: "BRGrotesk";
  font-weight: 500;
  font-size: 1.400rem;
  line-height: 1.600rem;
  text-transform: uppercase;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#subSidebar-wrapper ul li:before {
  font-family: "bootstrap-icons";
  content: "\F285";
  color: #202020;
  position: absolute;
  display: inline-block;
  left: 0.500rem;
  font-size: 1.000rem;
  line-height: 1.600rem;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#subSidebar-wrapper ul li:hover,
#subSidebar-wrapper ul li:focus {
  box-shadow: inset 0 -3.25em 0 0 #fee202;
}
#subSidebar-wrapper ul li:hover > a,
#subSidebar-wrapper ul li:focus > a {
  color: #202020;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#subSidebar-wrapper ul li:hover:before,
#subSidebar-wrapper ul li:focus:before {
  color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#subSidebar-wrapper li.nav-item {
  position: relative;
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  line-height: 1;
  font-weight: 500;
  text-align: left;
  margin: 0;
}
#subSidebar-wrapper li.nav-item a {
  font-family: "BRGrotesk";
  font-weight: 500;
  font-size: 1.400rem;
  line-height: 1.600rem;
  text-transform: uppercase;
}
#subSidebar-wrapper li.nav-item:last-child {
  border: 1px solid transparent;
}
#subSidebar-wrapper li.info:before {
  font-family: "bootstrap-icons";
  content: "\F431";
  position: absolute;
  font-size: 1.400rem;
  line-height: 1.600rem;
  width: 1.800rem;
  text-align: center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#subSidebar-wrapper li.newsletter:before {
  font-family: "bootstrap-icons";
  content: "\F32F";
  position: absolute;
  font-size: 1.400rem;
  line-height: 1.600rem;
  width: 1.800rem;
  text-align: center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#subSidebar-wrapper li.schedaofferta:before {
  font-family: "bootstrap-icons";
  content: "\F141";
  position: absolute;
  font-size: 1.400rem;
  line-height: 1.600rem;
  width: 1.800rem;
  text-align: center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#subSidebar-wrapper li.tv:before {
  font-family: "bootstrap-icons";
  content: "\F5ED";
  position: absolute;
  font-size: 1.400rem;
  line-height: 1.600rem;
  width: 1.800rem;
  text-align: center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#subSidebar-wrapper li.fotogallery:before {
  font-family: "bootstrap-icons";
  content: "\F42A";
  position: absolute;
  font-size: 1.400rem;
  line-height: 1.600rem;
  width: 1.800rem;
  text-align: center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/************		Menu Head 		************/
#contAnimSep {
  clear: both;
  height: 8px;
}
#contImageHead {
  width: 980px;
  text-align: center;
  margin: 0 auto;
  height: 74px;
  vertical-align: top;
  padding: 11px 0px;
  position: relative;
  overflow: hidden;
}
#slideshowHeaders {
  position: relative;
  height: 85px;
  overflow: hidden;
  margin: 0 auto;
}
#slideshowHeaders img {
  position: absolute;
  left: 0;
  top: 0;
  height: 85px;
}
/************************************************
*					Footer						*
************************************************/
#footerdiv {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
#footer {
  font-size: 1.200rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  /****	Schema Footer	****/
  /* Visualizzazione Ipad */
  /************		Style Marquee 		************/
  /****	Links Footer	****/
  /****	Box Copyright	****/
  /* Visualizzazione Ipad */
}
#footer #footerContainer {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  align-items: stretch;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
}
#footer .footerRiga {
  height: 1px;
  background-color: rgba(32, 32, 32, 0.2);
}
#footer .logo {
  display: inline-block;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  margin-bottom: 20px;
}
#footer .row {
  width: 100%;
}
#footer [class^="box_"] {
  padding: 3.000rem;
  padding-bottom: 4.500rem;
  margin: 0px;
}
#footer .box_first {
  text-align: left;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
#footer .box_second {
  text-align: left;
  border-left: 1px solid rgba(32, 32, 32, 0.2);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
#footer .box_third {
  text-align: left;
  border-left: 1px solid rgba(32, 32, 32, 0.2);
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
#footer .box_fourth {
  text-align: left;
  border-left: 1px solid rgba(32, 32, 32, 0.2);
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
#footer .marquee {
  position: relative;
  overflow: hidden;
  padding: 3.000rem 0;
}
#footer .marquee .marquee_container {
  width: fit-content;
  display: flex;
  position: relative;
  animation: marquee_anim 30s linear infinite;
  animation-play-state: running;
}
#footer .marquee a {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-family: "BRGrotesk";
  font-size: 2.400rem;
  font-weight: 500;
  padding: 0 3.000rem;
  white-space: nowrap;
}
#footer .marquee a span:after {
  content: " ";
  white-space: pre;
}
#footer .marquee a:after {
  content: "";
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Livello_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 24 24'%3E%3C!-- Generator: Adobe Illustrator 29.5.1, SVG Export Plug-In . SVG Version: 2.1.0 Build 141) --%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: none; stroke: %23000; stroke-linecap: round; stroke-linejoin: round; stroke-opacity: .9; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st0' d='M2.1553,21.8447L21.8447,2.1553'/%3E%3Cpath class='st0' d='M2.1553,2.1553h19.6894v19.6894'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
}
#footer .marquee a:hover {
  color: #909090;
  background: transparent;
}
#footer .marquee a:hover:after {
  animation-name: moveUp;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background: #909090 no-repeat center;
}
#footer .marquee:hover .marquee_container {
  animation-play-state: paused;
}
@keyframes marquee_anim {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
#footer h1,
#footer h2 {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 1.600rem;
  text-transform: uppercase;
  padding: 0 0 1.000rem;
  margin: 0;
}
#footer h3 {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 1.200rem;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 1.000rem;
}
#footer .box_copyright {
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  text-align: left;
}
#footer .box_copyright > div {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  #footer .box_copyright > div {
    text-align: center!important;
    margin-bottom: 1.000rem;
  }
}
#footer .box_copyright span {
  display: block;
  color: #202020;
  font-weight: 500;
  text-transform: uppercase;
}
#footer .box_copyright ul {
  list-style: none;
  display: inline-flex;
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  #footer .box_copyright ul {
    justify-content: center;
  }
}
#footer .box_copyright ul li {
  list-style: none;
  display: inline-flex;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  #footer .box_copyright ul li {
    margin: auto;
  }
}
@media screen and (max-width: 991px) {
  #footer .addressFooter {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  #footer ul#categories {
    text-align: center;
  }
  #footer .panelRegistration {
    padding-left: 15px!important;
    padding-right: 15px!important;
    text-align: left!important;
  }
  #footer .box_copyright .row {
    margin-left: 0!important;
    margin-right: 0!important;
  }
}
/************		Intestazioni 		************/
h3 {
  position: relative;
}
h3 a {
  color: #202020;
}
.titoloHead {
  position: relative;
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 1rem;
  font-weight: normal;
  border-bottom-width: 1px;
}
/************		Box vari 		************/
/************		Div vari 		************/
/************************************************
*	  Template standard / Template progetti		*
************************************************/
@media (min-width: 1430px) {
  #panelBox.container {
    width: 1340px;
    max-width: 100%;
  }
}
#panelBox > .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between !important;
  align-items: start;
  gap: 50px;
  padding: 4.500rem 3.000rem;
}
@media screen and (max-width: 991px) {
  #panelBox > .row {
    padding: 1.500rem 0;
  }
}
#panelBox > .row #panelMenuSx {
  -ms-flex-preferred-size: 0;
  flex-basis: auto;
  -ms-flex-positive: 1;
}
#panelBox > .row #panelContainer {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#panelBox #panelContentTextExt:has(#panelContentRight) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between !important;
  align-items: start;
  gap: 50px;
}
#panelBox #panelContentTextExt:has(#panelContentRight) #panelContentRight {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 0;
  padding-right: 0;
}
#panelBox #panelContentTextExt:has(#panelContentRight) .textInternal {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#panelContainerExt {
  padding: 0 0 8.000rem 0;
}
#panelContainerHead {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
#panelMenuHeadSx {
  display: none;
}
/* la voce non viene mostrata nei menu TOP, NAV e SX */
.noMenu #panelContainerHead {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -ms-flex: 1 1 auto!important;
  flex: 1 1 auto!important;
  max-width: 100%;
}
.noMenu #panelContainer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -ms-flex: 1 1 auto!important;
  flex: 1 1 auto!important;
  max-width: 100%;
}
.noMenu #panelMenuSx {
  display: none;
}
.noMenu #panelMenuHeadSx {
  display: none;
}
/* Non viene mostrato il menu SX */
.noSxMenu #panelContainerHead {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -ms-flex: 1 1 auto!important;
  flex: 1 1 auto!important;
  max-width: 100%;
}
.noSxMenu #panelContainer {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.noSxMenu #panelMenuSx {
  display: none;
}
.noSxMenu #panelMenuHeadSx {
  display: none;
}
/* Visualizzazione Ipad */
@media screen and (max-width: 991px) {
  #panelBox {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  #panelContainer {
    padding-left: 1.500rem!important;
    padding-right: 1.500rem!important;
  }
  #panelContainerExt {
    padding-bottom: 2.500rem!important;
  }
  body[class^="templMy"] #panelContainerExt {
    padding-left: 0!important;
    padding-right: 0!important;
    padding-bottom: 2.500rem!important;
  }
}
/************************************************
*	  				Panel Header				*
************************************************/
#panelBoxHead {
  border-bottom: 1px solid rgba(32, 32, 32, 0.2);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/************		Panel Header 		************/
/* 		Header - Con immagine 	*/
[data-header="ImageVideo"] {
  /* Visualizzazione Ipad */
}
[data-header="ImageVideo"] #panelHeader {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
[data-header="ImageVideo"] #panelBreadCrumbs .breadcrumbs {
  padding: 0;
}
[data-header="ImageVideo"] #panelBreadCrumbs .breadcrumbs a {
  color: #ffffff;
}
[data-header="ImageVideo"] #panelBreadCrumbs .breadcrumbs a:hover {
  color: #fee202;
}
[data-header="ImageVideo"] #panelBreadCrumbs .breadcrumbs li:before {
  background-color: #ffffff;
}
[data-header="ImageVideo"] #panelBreadCrumbs .breadcrumbs:last-child {
  display: none;
}
[data-header="ImageVideo"] #panelTitlePage {
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block !important;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
[data-header="ImageVideo"] #panelTitlePage h1,
[data-header="ImageVideo"] #panelTitlePage h2 {
  font-family: "BRGrotesk";
  font-weight: 500;
  font-size: 4.000rem;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.4;
  color: #ffffff;
  margin: auto;
}
[data-header="ImageVideo"] #panelContainerHead {
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  [data-header="ImageVideo"] #panelHeader {
    margin-bottom: 0;
  }
  [data-header="ImageVideo"] #panelTitlePage {
    padding: 0.500rem 1.500rem;
  }
  [data-header="ImageVideo"] #panelTitlePage h1,
  [data-header="ImageVideo"] #panelTitlePage h2 {
    font-size: 2.400rem;
  }
}
/* 		Header - Con immagine 	*/
[data-header="ImageVideo"] #panelBoxHead {
  position: relative;
  overflow: hidden;
  /* Video */
}
[data-header="ImageVideo"] #panelBoxHead .imgSfondo,
[data-header="ImageVideo"] #panelBoxHead .videoSfondo {
  position: relative;
  height: 50vh;
  width: 100%;
  min-height: 200px;
  max-height: 460px;
  padding: 0;
  z-index: 0;
  overflow: hidden;
  will-change: transform, opacity, filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  /* Visualizzazione Mobile */
}
@media screen and (max-width: 767px) {
  [data-header="ImageVideo"] #panelBoxHead .imgSfondo,
  [data-header="ImageVideo"] #panelBoxHead .videoSfondo {
    max-height: 325px;
    background-position: center;
    background-size: cover;
  }
}
[data-header="ImageVideo"] #panelBoxHead .imgSfondo:before,
[data-header="ImageVideo"] #panelBoxHead .videoSfondo:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dfdfdf;
  z-index: 1;
  overflow: hidden;
}
[data-header="ImageVideo"] #panelBoxHead .videoSfondo video {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  object-position: center;
  object-fit: cover;
}
@media (max-height: 850px) and (min-width: 1200px), (min-width: 1200px) {
  [data-header="ImageVideo"] #panelBoxHead video {
    position: relative;
  }
  [data-header="ImageVideo"] #panelBoxHead .container {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-width: none;
    padding: 0;
    margin: auto;
  }
}
@media (max-width: 1199px) {
  [data-header="ImageVideo"] #panelBoxHead .container {
    position: absolute;
    bottom: 0;
    padding: 0;
  }
  [data-header="ImageVideo"] #panelBoxHead .container .row {
    margin: 0;
  }
}
/* 		Header Normale - Senza immagine 	*/
@media (min-width: 1430px) {
  body:not([data-header="ImageVideo"]) #panelBoxHead .container {
    width: 1340px;
    max-width: 100%;
  }
}
body:not([data-header="ImageVideo"]) #panelBoxHead #panelHeader {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start !important;
  padding: 45px 0 60px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
body:not([data-header="ImageVideo"]) #panelBoxHead #panelHeader h1,
body:not([data-header="ImageVideo"]) #panelBoxHead #panelHeader h2 {
  font-family: "BRGrotesk";
  font-weight: 500;
  font-size: 4.000rem;
  letter-spacing: 0;
  text-align: left;
  color: #202020;
  margin: auto;
}
@media screen and (max-width: 991px) {
  body:not([data-header="ImageVideo"]) #panelBoxHead #panelHeader #panelTitlePage {
    padding: 0.500rem 1.500rem;
  }
  body:not([data-header="ImageVideo"]) #panelBoxHead #panelHeader #panelTitlePage h1,
  body:not([data-header="ImageVideo"]) #panelBoxHead #panelHeader #panelTitlePage h2 {
    font-size: 2.400rem;
  }
}
body.templLotsList #panelHeader {
  display: none!important;
}
.timer {
  position: absolute;
  top: 27px;
  background-color: #fee202;
  height: 2px;
  width: 0px;
}
/************		Panel Content		************/
#panelContent {
  text-align: left;
  padding: 0px;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #panelContent .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  #panelContent .col-12 + .col-12 {
    margin-top: 1.500rem;
  }
}
#panelContent.row {
  text-align: left;
  margin-left: 0px;
  margin-right: 0px;
}
#panelContentExt {
  width: 100%;
}
#panelContentPreExt {
  text-align: left;
}
div.tablerow {
  margin: 0 auto;
  width: 100%;
}
#panelContentTop {
  margin: 0;
  padding: 0;
  width: 100%;
}
#panelContentTop img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
#panelContentSx {
  margin: 0;
  padding: 0;
  width: 100%;
}
.panelContentTopVideo {
  background-color: #000;
  width: 100%;
  text-align: center;
}
.panelContentTopVideo iframe {
  width: 100%;
}
#panelContentTextExt {
  margin: 0;
  padding: 0;
  text-align: left;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #panelContentTextExt .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
#panelContentTextExt p {
  padding-bottom: 10px;
}
#panelContentText {
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #panelContentText .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
#panelContentText p {
  padding-bottom: 10px;
}
/************		Panel Right 		************/
#panelContentRight {
  /*Documenti*/
}
#panelContentRight #panelContentRightDoc {
  padding: 1.000rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
#panelContentRight #panelContentRightDoc div.icoFile {
  padding: 0px;
}
#panelContentRight #panelContentRightDoc div.icoFileText {
  font-family: "BRGrotesk";
}
#panelContentRight #panelContentRightRicinfo {
  position: relative;
  font-weight: normal;
  font-family: "BRGrotesk";
  padding-bottom: 0px;
  width: 100%;
}
#panelContentRight #panelCaptionRight {
  font-family: "BRGrotesk";
  font-weight: normal;
  clear: both;
  padding: 0px;
}
#panelContentRight #panelCaptionRight div.didascalia {
  display: flex;
  align-items: normal;
  justify-content: flex-start;
  font-size: 1.200rem;
  padding: 0.800rem 0 1.500rem;
}
#panelContentRight #panelCaptionRight div.didascalia .title {
  margin: 0;
}
#panelContentRight #panelCaptionRight div.didascalia:before {
  content: "\F309";
  font-family: "bootstrap-icons";
  font-size: 1.800rem;
  line-height: 1;
  width: 1.800rem;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#panelContentRight #panelCaptionRight div.pointdid {
  margin: 0;
  padding: 2px 0;
}
#panelContentRight .card {
  border: 0;
}
div.space-line {
  clear: both;
  margin: 0;
  padding: 0;
  width: auto;
}
/************		Style for next / prev item 		************/
.panelArrowLeft {
  position: absolute;
  left: 10%;
  top: 50%;
}
.panelArrowRight {
  position: absolute;
  left: 90%;
  top: 50%;
  margin-left: -43px;
}
/************		Style for doc item 		************/
.panelElementContainer {
  width: 100%;
  min-height: 20px;
}
.panelElementContainer .element {
  width: 100%;
  float: left;
  background: url("/img-main/ico-brochure.png") no-repeat left top;
  vertical-align: top;
  min-height: 20px;
  padding-left: 24px;
  padding-top: 4px;
  padding-right: 12px;
}
.panelElementContainer .gallery {
  width: 100%;
  float: left;
  background: url(/img-main/ico-gallery.png) no-repeat left top;
  vertical-align: top;
  min-height: 20px;
  padding-left: 24px;
  padding-top: 4px;
  padding-right: 12px;
}
.panelElementContainer .specTec {
  width: 100%;
  float: left;
  background: url(/img-main/ico-dett.png) no-repeat left top;
  vertical-align: top;
  min-height: 20px;
  padding-left: 24px;
  padding-top: 4px;
  padding-right: 12px;
}
/*************************************************************
*					Photo (template lista )					 *
*************************************************************/
a.photo,
a.photopng,
a.photocarr,
a.video,
a.content,
a.linkcont,
a.linkinfo {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
a.photo img,
a.photopng img,
a.photocarr img,
a.video img,
a.content img,
a.linkcont img,
a.linkinfo img,
.calendarBoxHome a.photocarr img,
.asteListContainer a.linkcont img,
.lotItemList a.linkcont img,
.caseAsta a.linkcont img,
.categoriaLottiItem a.linkcont img {
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
a.photo:hover img,
a.photopng:hover img,
a.photocarr:hover img,
a.video:hover img,
a.content:hover img,
a.linkcont:hover img,
a.linkinfo:hover img,
.calendarBoxHome:hover a.photocarr img,
.asteListContainer:hover a.linkcont img,
.lotItemList:hover a.linkcont img,
.caseAsta:hover a.linkcont img,
.categoriaLottiItem:hover a.linkcont img {
  opacity: 1;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
a.photo span,
a.photopng span,
a.photocarr span,
a.video span,
a.content span,
a.linkcont span,
a.linkinfo span {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 1;
}
a.photo span:hover,
a.photopng span:hover,
a.photocarr span:hover,
a.video span:hover,
a.content span:hover,
a.linkcont span:hover,
a.linkinfo span:hover {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
a.photo span:before,
a.photopng span:before,
a.photocarr span:before,
a.video span:before,
a.content span:before,
a.linkcont span:before,
a.linkinfo span:before,
.calendarBoxHome a.photocarr span:before,
.asteListContainer a.linkcont span:before,
.lotItemList a.linkcont span:before,
.caseAsta a.linkcont span:before,
.categoriaLottiItem a.linkcont span:before,
.lotGridContainer .lotItemGrid a.photo span:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #acacac;
  transform: scale(1, 1);
  opacity: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
a.photo span:hover:before,
a.photopng span:hover:before,
a.photocarr span:hover:before,
a.video span:hover:before,
a.content span:hover:before,
a.linkcont span:hover:before,
a.linkinfo span:hover:before,
.calendarBoxHome:hover a.photocarr span:before,
.asteListContainer:hover a.linkcont span:before,
.lotItemList:hover a.linkcont span:before,
.caseAsta:hover a.linkcont span:before,
.categoriaLottiItem:hover a.linkcont span:before,
.lotGridContainer .lotItemGrid:hover a.photo span:before {
  background-color: rgba(32, 32, 32, 0.35);
  transform: scale(1, 1);
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
a.photo span:after,
a.photopng span:after,
a.photocarr span:after,
a.content span:after,
a.linkcont span:after,
a.linkinfo span:after,
.calendarBoxHome a.photocarr span:after,
.asteListContainer a.linkcont span:after,
.lotItemList a.linkcont span:after,
.caseAsta a.linkcont span:after,
.categoriaLottiItem a.linkcont span:after,
.lotGridContainer .lotItemGrid a.photo span:after {
  content: "";
  mask: url("../images/svg/plus.svg") no-repeat 50% 50%;
  mask-size: cover;
  mask-repeat: no-repeat;
  background: #ffffff no-repeat center;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 100;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  opacity: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
a.video:after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 100;
  mask-image: url("../images/svg/video.svg");
  mask-repeat: no-repeat;
  background: #ffffff no-repeat center;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
a.video:hover:after {
  opacity: 1;
  transform: scale(1.1);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
a.photo span:hover:after,
a.photopng span:hover:after,
a.photocarr span:hover:after,
a.content span:hover:after,
a.linkcont span:hover:after,
a.linkinfo span:hover:after,
.calendarBoxHome:hover a.photocarr span:after,
.asteListContainer:hover a.linkcont span:after,
.lotItemList:hover a.linkcont span:after,
.caseAsta:hover a.linkcont span:after,
.categoriaLottiItem:hover a.linkcont span:after,
.lotGridContainer .lotItemGrid:hover a.photo span:after {
  opacity: 1;
  width: 36px;
  height: 36px;
  left: 50%;
  top: 50%;
  margin-left: -17px;
  margin-top: -17px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
a.video span:hover:after {
  opacity: 1;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
a.photo.noCover span:before,
a.photo.noCover span:after {
  content: none;
}
/****************************************************
*				Immagine Object Fit					*
****************************************************/
.cover {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/****************************************************
*					Immagini FX						*
****************************************************/
.contentBox {
  display: block;
  position: relative;
  overflow: hidden;
}
.contentBox.noLink {
  pointer-events: none;
  cursor: default !important;
}
.contentBox.noLink .hover {
  opacity: 0;
}
.contentBox.noLink:hover {
  cursor: default !important;
}
.contentBox.noLink:hover .hover {
  opacity: 0;
}
.contentBox .hover {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  z-index: 5;
  padding: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.contentBox:hover {
  cursor: pointer !important;
}
.contentBox:hover .hover {
  opacity: 0.33;
}
.contentBox .withe {
  color: #ffffff;
}
.contentBox .withe.hover {
  background-color: #202020;
}
.contentBox .withe .btn {
  display: none;
}
.contentBox:hover .withe .btn {
  display: inline-block;
  color: #ffffff;
  background-color: #202020;
}
.contentBox .ratio {
  padding: 0;
  position: relative;
  aspect-ratio: 1.66666667;
}
.contentBox .ratioThumb {
  padding: 0;
  position: relative;
  aspect-ratio: 1.08695652;
}
.contentBox .ratioThumb .titolo {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 48%;
  width: 100%;
  text-align: center;
  z-index: 5;
}
.contentBox .titolo {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 48%;
  width: 100%;
  text-align: center;
  z-index: 5;
}
.contentBox .immagine {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  transform: scale(1);
  transition: 0.8s;
}
.contentBox:hover .immagine {
  transform: scale(1.015);
  transition: 0.8s;
}
.contentBox.noLink:hover .immagine {
  transform: scale(1.015);
  transition: 0.8s;
}
.contentBox .wrap-img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
/*************************************************************
*	Fotogallery /lista style (template fotogallery / lista ) *
*************************************************************/
.templFotogallery .elenco_mostre .listRow {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 30px;
  display: grid;
  grid-auto-flow: dense;
  margin-top: 3rem;
  padding-left: 30px;
  padding-right: 30px;
  width: 1340px;
  max-width: 100%;
  /* Visualizzazione Ipad */
  /* Visualizzazione Mobile */
  /* Visualizzazione Mobile */
}
@media screen and (max-width: 991px) {
  .templFotogallery .elenco_mostre .listRow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .templFotogallery .elenco_mostre .listRow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 648px) {
  .templFotogallery .elenco_mostre .listRow {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.templFotogallery .elenco_mostre .listGalleryItem {
  width: 100%;
}
.templFotogallery .elenco_mostre .listGalleryItem .preview {
  /* Visualizzazione Ipad */
}
.templFotogallery .elenco_mostre .listGalleryItem .preview .preview-image-holder {
  position: relative;
  aspect-ratio: 1;
  border-radius: 5px;
  overflow: hidden;
}
.templFotogallery .elenco_mostre .listGalleryItem .preview .preview-image-holder .photo {
  display: block;
  width: 100%;
  height: 100%;
}
.templFotogallery .elenco_mostre .listGalleryItem .preview .preview-image-holder .photo:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  transform: translate(0, 0);
  background-color: transparent;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 35%);
}
.templFotogallery .elenco_mostre .listGalleryItem .preview .preview-image-holder .photo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.templFotogallery .elenco_mostre .listGalleryItem .preview .preview-image-holder:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
@media screen and (max-width: 991px) {
  .templFotogallery .elenco_mostre .listGalleryItem .preview {
    order: 1;
  }
}
.templFotogallery .elenco_mostre .listGalleryItem .text_panel {
  padding: 2.500rem 1.500rem;
}
.templFotogallery .elenco_mostre .listGalleryItem .text_panel .title {
  position: relative;
  font-size: 2.200rem;
  line-height: 0.92;
  font-family: "BRGrotesk";
  color: #202020;
  letter-spacing: 0;
  font-weight: normal;
  padding-bottom: 1.500rem;
}
.templFotogallery .elenco_mostre .listGalleryItem .text_panel .text {
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 500;
  color: #909090;
  text-transform: none;
}
.templFotogallery .elenco_mostre .listGalleryItem:hover {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templFotogallery .elenco_mostre .listGalleryItem:hover .text_panel a {
  color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templFotogallery .elenco_mostre .listGalleryItem:hover .preview .preview-image-holder:after {
  height: 6px;
  background-color: #fee202;
  z-index: 10;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templFotogallery .dettaglio_mostra .textParagr {
  width: 1340px;
  max-width: 100%;
}
.templFotogallery .dettaglio_mostra .textParagr .text_content {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.templFotogallery .dettaglio_mostra .listRow {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-gap: 30px;
  display: grid;
  grid-auto-flow: dense;
  margin-top: 3rem;
  padding-left: 30px;
  padding-right: 30px;
  width: 1340px;
  max-width: 100%;
  /* Visualizzazione Ipad */
  /* Visualizzazione Mobile */
  /* Visualizzazione Mobile */
}
@media screen and (max-width: 991px) {
  .templFotogallery .dettaglio_mostra .listRow {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .templFotogallery .dettaglio_mostra .listRow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 648px) {
  .templFotogallery .dettaglio_mostra .listRow {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.templFotogallery .dettaglio_mostra .listGalleryItem {
  width: 100%;
}
.templFotogallery .dettaglio_mostra .listGalleryItem .preview {
  position: relative;
  /* Visualizzazione Ipad */
}
.templFotogallery .dettaglio_mostra .listGalleryItem .preview .preview-image-holder {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}
.templFotogallery .dettaglio_mostra .listGalleryItem .preview .preview-image-holder {
  display: block;
  width: 100%;
  height: 100%;
}
.templFotogallery .dettaglio_mostra .listGalleryItem .preview .preview-image-holder:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  transform: translate(0, 0);
  background-color: transparent;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 35%);
}
.templFotogallery .dettaglio_mostra .listGalleryItem .preview .preview-image-holder img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  .templFotogallery .dettaglio_mostra .listGalleryItem .preview {
    order: 1;
  }
}
.templFotogallery .dettaglio_mostra .listGalleryItem .preview:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templFotogallery .dettaglio_mostra .listGalleryItem .text_panel {
  padding-top: 2.500rem;
  padding-bottom: 2.500rem;
  padding-left: 1.500rem;
  padding-right: 1.500rem;
}
.templFotogallery .dettaglio_mostra .listGalleryItem .text_panel .title {
  position: relative;
  font-size: 2.200rem;
  line-height: 0.92;
  font-family: "BRGrotesk";
  color: #202020;
  letter-spacing: 0;
  font-weight: normal;
  padding-bottom: 1.500rem;
}
.templFotogallery .dettaglio_mostra .listGalleryItem .text_panel .text {
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 500;
  color: #909090;
  text-transform: none;
}
.templFotogallery .dettaglio_mostra .listGalleryItem:hover {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templFotogallery .dettaglio_mostra .listGalleryItem:hover .text_panel a {
  color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templFotogallery .dettaglio_mostra .listGalleryItem:hover .preview:after {
  height: 6px;
  background-color: #fee202;
  z-index: 10;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/* 	Slider Highlights 	*/
#sliderAsta {
  position: relative;
  display: block;
  padding: 3.500rem 0;
  margin: 0;
}
#sliderAsta .title-marquee-wrapper {
  width: 1340px;
  max-width: 100%;
}
#sliderAsta .title-marquee-wrapper .panelTitle {
  min-width: 0px;
  flex-wrap: wrap;
  display: flex;
  text-align: center;
  padding-bottom: 3.000rem;
  margin-bottom: 1.000rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #sliderAsta .title-marquee-wrapper .panelTitle {
    padding-bottom: 3.000rem;
    margin-bottom: 1.000rem;
  }
}
#sliderAsta .title-marquee-wrapper .panelTitle .title {
  font-family: "BRGrotesk";
  font-weight: 400;
  font-size: 2.400rem;
  line-height: 1;
  text-transform: none;
  text-align: center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 0 15px;
  margin: auto;
}
#sliderAsta .title-marquee-wrapper .panelTitle .title:before,
#sliderAsta .title-marquee-wrapper .panelTitle .title:after {
  content: none;
}
#sliderAsta [id^="images"] {
  margin-bottom: 3.000rem;
}
#sliderAsta [id^="images"] .owl-item > div.slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch!important;
}
#sliderAsta [id^="images"] div.slide {
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #sliderAsta [id^="images"] div.slide {
    padding-left: 3.000rem!important;
    padding-right: 3.000rem!important;
  }
}
#sliderAsta [id^="images"] div.slide .containerImg {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  width: 100%;
  aspect-ratio: 1.25;
  padding-bottom: 0;
  box-shadow: inset 0 0 0 1px #ffffff;
  border-radius: 5px;
  overflow: hidden;
  /* Visualizzazione Ipad */
}
#sliderAsta [id^="images"] div.slide .containerImg .photoSliderAsta {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  transform: scale(1);
  transition: 0.8s;
}
#sliderAsta [id^="images"] div.slide .containerImg span {
  display: block;
}
#sliderAsta [id^="images"] div.slide .containerImg:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: -webkit-fill-available;
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  text-align: left;
  background-color: transparent;
  margin: 0;
  z-index: 6;
  background-image: linear-gradient(0deg, rgba(32, 32, 32, 0.15) 0%, rgba(32, 32, 32, 0) 35%);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#sliderAsta [id^="images"] div.slide .containerImg img {
  object-fit: cover;
  object-position: center center;
  height: 100%;
}
@media screen and (max-width: 991px) {
  #sliderAsta [id^="images"] div.slide .containerImg {
    padding: 0;
  }
}
#sliderAsta [id^="images"] div.slide div.containerText {
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  text-align: left;
  padding: 1.500rem 1.500rem 3.000rem;
  /* Visualizzazione Ipad */
}
#sliderAsta [id^="images"] div.slide div.containerText .number {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  position: relative;
  font-family: "BRGrotesk";
  font-size: 2.000rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0;
  color: #fee202;
  margin-bottom: 1.000rem;
}
#sliderAsta [id^="images"] div.slide div.containerText .number span.labelLotto {
  display: none;
}
#sliderAsta [id^="images"] div.slide div.containerText div.TitleSliderAutore h3 {
  font-family: "BRGrotesk";
  font-size: 2.400rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  color: #202020;
  margin: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#sliderAsta [id^="images"] div.slide div.containerText div.TitleSliderAutore .luogoAutore {
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  line-height: 1;
  padding: 0;
}
#sliderAsta [id^="images"] div.slide div.containerText div.TitleSliderAsta {
  padding-bottom: 1.500rem;
}
#sliderAsta [id^="images"] div.slide div.containerText div.TitleSliderAsta h4 {
  font-family: "BRGrotesk";
  font-size: 1.800rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  color: #202020;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#sliderAsta [id^="images"] div.slide div.containerText div.TitleSliderAutore + div.TitleSliderAsta {
  padding-top: 1.000rem;
}
#sliderAsta [id^="images"] div.slide div.containerText div.desc {
  font-family: "BRGrotesk";
  font-weight: normal;
  font-size: 1.200rem;
  line-height: 1.4;
  color: #585858;
  text-transform: none;
  padding-bottom: 1.500rem;
}
#sliderAsta [id^="images"] div.slide div.containerText div.desc:first-letter {
  text-transform: uppercase;
}
#sliderAsta [id^="images"] div.slide div.containerText .labelPanel {
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  line-height: 1;
  font-weight: 400;
  display: block;
  color: #585858;
  text-transform: uppercase;
  padding: 0.500rem 0;
}
#sliderAsta [id^="images"] div.slide div.containerText .estimate2 {
  position: relative;
  display: block!important;
  padding-bottom: 1.500rem;
}
#sliderAsta [id^="images"] div.slide div.containerText .estimate2 span {
  position: relative;
  display: block;
  font-size: 1.400rem;
  line-height: 1;
  font-weight: normal;
  color: #202020;
  padding: 0;
}
#sliderAsta [id^="images"] div.slide div.containerText .aggSliderAsta {
  position: relative;
  display: block;
  font-size: 1.800rem;
  line-height: 1;
  font-weight: normal;
  color: #585858;
  padding: 0;
}
@media screen and (max-width: 991px) {
  #sliderAsta [id^="images"] div.slide div.containerText {
    padding-left: 0;
    padding-right: 0;
  }
}
#sliderAsta [id^="images"] div.slide:hover {
  cursor: pointer;
}
#sliderAsta [id^="images"] div.slide:hover .photoSliderAsta {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
#sliderAsta [id^="images"] div.slide:hover div.containerText div.TitleSliderAutore h3 {
  color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#sliderAsta [id^="images"] div.slide:hover div.containerText div.TitleSliderAsta h4 {
  color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/*************************************************************
*	List style (template news / press releases / media )	 *
*************************************************************/
.templNews .tipologieContainer {
  display: block;
  padding-left: 1.500rem;
  padding-right: 1.500rem;
}
.templNews .itemListContainer {
  padding: 1rem 1rem 1.25rem 1rem;
  position: relative;
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
  border-radius: 5px;
  -webkit-align-items: stretch;
  align-items: stretch;
  /*	On Hover Navigation  */
}
.templNews .itemListContainer span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 32, 32, 0.05);
  transform: scale(0.8, 0.8);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templNews .itemListContainer .itemListTitle h4 {
  position: relative;
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 2.200rem;
  line-height: 1;
  font-weight: 500;
}
.templNews .itemListContainer .itemListDate {
  position: relative;
  font-size: 1.200rem;
  line-height: 1.400rem;
  color: #202020;
  text-align: center;
  padding: 1rem;
}
.templNews .itemListContainer .itemListImg {
  text-align: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.templNews .itemListContainer .itemList {
  text-align: left;
  padding: 1.000rem 1.500rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.templNews .itemListContainer:not( :has(div.itemListDate )) .itemList {
  padding-top: 3rem;
}
.templNews .itemListContainer .itemList .itemListButton {
  font-family: "BRGrotesk";
  font-weight: bold;
  margin: 1rem 0;
}
.templNews .itemListContainer .itemListWeek {
  text-transform: uppercase;
}
.templNews .itemListContainer .itemListDate .itemListWeek {
  font-family: "BRGrotesk";
  font-size: 3.4rem;
  line-height: 2.2rem;
  color: #202020;
}
.templNews .itemListContainer .itemListDay {
  color: #202020;
}
.templNews .itemListContainer .itemListMonth {
  color: #202020;
}
.templNews .itemListContainer .itemListDoc {
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.templNews .itemListContainer .itemListAdd {
  padding-top: 4px;
}
.templNews .itemListContainer:hover {
  cursor: pointer;
}
.templNews .itemListContainer:hover span {
  transform: scale(1, 1);
  opacity: 1;
}
.templNews .itemListContainer:hover .itemListTitle h4 a {
  color: #fee202;
}
.templNews .itemListContainer:hover a.photo img {
  opacity: 1;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.templNews .itemListContainer:hover a.photo span:before {
  background-color: rgba(32, 32, 32, 0.45);
  transform: scale(1, 1);
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templNews .itemListContainer:hover a.photo span:after {
  opacity: 1;
  width: 36px;
  height: 36px;
  left: 50%;
  top: 50%;
  margin-left: -17px;
  margin-top: -17px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/*************************************************************
*					Lista News Grid 						 *
*************************************************************/
.templNews .elencoPanel {
  margin: 0 auto;
  padding-left: 1.500rem;
  padding-right: 1.500rem;
  padding-bottom: 4.500rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 50px;
}
@media (min-width: 768px) {
  .templNews .elencoPanel {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
}
@media (min-width: 991px) {
  .templNews .elencoPanel {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
  }
}
.templNews .elencoPanel .itemListContainer {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  min-height: 100%;
  position: relative;
  top: 0;
  padding: 0;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templNews .elencoPanel .itemListContainer span {
  display: none;
}
.templNews .elencoPanel .itemListContainer .itemListDate {
  display: block;
  padding: 3.000rem;
  padding-bottom: 1.000rem;
  font-size: 1.400rem;
  font-weight: 300;
  letter-spacing: 0;
  text-align: left;
  color: #fee202;
  flex: 0;
  max-width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.templNews .elencoPanel .itemListContainer .itemListDate .itemListDateDoble {
  display: inline;
  text-align: left;
  margin: 0;
}
.templNews .elencoPanel .itemListContainer .itemListDate .itemListDateDoble + .itemListDateDoble:before {
  content: "/";
  font-family: "BRGrotesk";
  position: relative;
  display: inline-block;
  margin-left: 0.500rem;
  margin-right: 0.500rem;
  color: #fee202;
}
.templNews .elencoPanel .itemListContainer .itemListDate .itemListWeek {
  display: inline;
  font-family: "BRGrotesk";
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
  color: #fee202;
}
.templNews .elencoPanel .itemListContainer .itemListDate .itemListDay {
  display: inline;
  color: #fee202;
}
.templNews .elencoPanel .itemListContainer .itemListDate .itemListMonth {
  color: #fee202;
}
.templNews .elencoPanel .itemListContainer .itemListDate .row {
  display: inline-block;
}
.templNews .elencoPanel .itemListContainer .itemListDate .mt-4 {
  display: inline-block;
  max-width: fit-content;
  margin-top: auto!important;
}
.templNews .elencoPanel .itemListContainer .itemListImg {
  display: block;
  max-width: 100%;
  padding: 0;
}
.templNews .elencoPanel .itemListContainer .itemListImg .image-holder-small {
  padding: 0;
  float: none;
  min-width: 100%;
  height: 250px;
  max-height: 250px;
  display: block;
  overflow: hidden;
  text-align: left;
}
.templNews .elencoPanel .itemListContainer .itemListImg .image-holder-small:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  margin: auto;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background-color: transparent;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 35%);
}
.templNews .elencoPanel .itemListContainer .itemListImg .image-holder-small a.photo,
.templNews .elencoPanel .itemListContainer .itemListImg .image-holder-small a.photopng,
.templNews .elencoPanel .itemListContainer .itemListImg .image-holder-small a.photocarr,
.templNews .elencoPanel .itemListContainer .itemListImg .image-holder-small a.video,
.templNews .elencoPanel .itemListContainer .itemListImg .image-holder-small a.content,
.templNews .elencoPanel .itemListContainer .itemListImg .image-holder-small a.linkcont,
.templNews .elencoPanel .itemListContainer .itemListImg .image-holder-small a.linkinfo {
  display: inline;
}
.templNews .elencoPanel .itemListContainer .itemListImg .image-holder-small .img-fluid {
  display: block;
  object-fit: cover;
  min-width: 100%;
  height: 100%;
}
.templNews .elencoPanel .itemListContainer .itemList {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  flex: 1;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  max-width: 100%;
  padding: 3.000rem;
  padding-top: 0;
}
.templNews .elencoPanel .itemListContainer .itemList .itemListTitle {
  margin: 0;
}
.templNews .elencoPanel .itemListContainer .itemList .itemListTitle h4 {
  position: relative;
  font-size: 2.200rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
}
.templNews .elencoPanel .itemListContainer .itemList .itemListTitle h4 a {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templNews .elencoPanel .itemListContainer .itemList .itemListText {
  position: relative;
  font-size: 1.200rem;
  color: rgba(32, 32, 32, 0.6);
  padding: 1.000rem 0 2.500rem;
  margin: 0;
  margin-bottom: auto!important;
}
.templNews .elencoPanel .itemListContainer .itemList .btn {
  grid-column-gap: 1.0rem;
  grid-row-gap: .5rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  /* offcanvas menu style */
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  font-weight: 500;
  color: #202020;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 5px;
  padding: 0 2.000rem;
  margin: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  border: 1px solid rgba(32, 32, 32, 0.15);
  width: 100%;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templNews .elencoPanel .itemListContainer .itemList .btn span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  text-decoration: none;
  will-change: transform;
  cursor: pointer;
  padding: 0;
  margin: auto 0;
}
.templNews .elencoPanel .itemListContainer .itemList .btn span.butInfo:before {
  font-family: "bootstrap-icons";
  content: "\F646";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  text-shadow: none;
}
.templNews .elencoPanel .itemListContainer .itemList .btn:after {
  content: "";
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0icGFkZGluZy1ib3R0b206IDNweDsiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01LjI1LDEyLjc1bDcuNS03LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS4yNSw1LjI1aDcuNXY3LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPg==");
  mask-position: center center;
  mask-size: 16px;
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
}
.templNews .elencoPanel .itemListContainer .itemList .btn:hover {
  border-color: rgba(32, 32, 32, 0.95);
  background-color: #202020;
  color: #ffffff !important;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templNews .elencoPanel .itemListContainer .itemList .btn:hover span {
  color: #ffffff;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templNews .elencoPanel .itemListContainer .itemList .btn:hover:after {
  animation-name: moveUp;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background: #ffffff no-repeat center;
}
@media (min-width: 768px) {
  .templNews .elencoPanel .itemListContainer .itemList .btn {
    padding-left: 2.000rem;
    padding-right: 1.500rem;
  }
}
.templNews .elencoPanel .itemListContainer .itemList .btn:hover {
  border: 1px solid rgba(32, 32, 32, 0.15);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templNews .elencoPanel .itemListContainer:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/*************************************************************
*			Auction item style (DETTAGLIO LOTTO )			 *
*************************************************************/
#dettaglioLotto {
  width: 100%;
  max-width: 1340px;
  padding-left: 0;
  padding-right: 0;
}
#dettaglioLotto .dettLot {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
  -webkit-align-items: start;
  align-items: start;
}
#dettaglioLotto .dettLot > .row {
  min-height: calc(100vh - 200px);
  position: relative;
}
#dettaglioLotto .dettLot > .row:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  background-color: rgba(32, 32, 32, 0.2);
  width: 1px;
}
@media screen and (max-width: 991px) {
  #dettaglioLotto .dettLot > .row:before {
    content: none;
  }
}
/************		Navigazione Lotto 		************/
#itemLotto {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 0;
  text-align: left;
  border-bottom: 1px solid rgba(32, 32, 32, 0.2);
  /*Next Prev Big*/
}
#itemLotto #buttonNextPrevLotto {
  font-size: 1.400rem;
  padding: 0 1.500rem;
  text-align: left;
  width: 100%;
  max-width: 1340px;
  /* Visualizzazione Mobile */
}
@media screen and (max-width: 991px) {
  #itemLotto #buttonNextPrevLotto {
    padding-left: 1.500rem;
    padding-right: 1.500rem;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
}
#itemLotto #buttonNextPrevLotto #navigation_panel form {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  margin: 0;
}
@media screen and (max-width: 991px) {
  #itemLotto #buttonNextPrevLotto #navigation_panel form {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }
}
#itemLotto #buttonNextPrevLotto #navigation_panel .navigation {
  margin: 0;
}
#itemLotto #buttonNextPrevLotto #navigation_panel .asteListButton {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
#itemLotto #buttonNextPrevLotto #navigation_panel .asteListButton label {
  margin-bottom: 0;
}
#itemLotto #buttonNextPrevLotto #navigation_panel .asteListButton a.btn {
  font-size: 1.400rem;
  line-height: normal;
  font-weight: 500;
  min-width: auto;
  background: transparent;
  border: 1px solid rgba(32, 32, 32, 0.1);
  padding: 0.500rem;
  margin: 0;
}
#itemLotto #buttonNextPrevLotto #navigation_panel .asteListButton a.btn:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  text-shadow: none;
  mask-image: url("../images/svg/back.svg");
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
}
#itemLotto #buttonNextPrevLotto #navigation_panel .asteListButton a.btn span {
  display: none;
}
#itemLotto #buttonNextPrevLotto #navigation_panel .asteListButton a.btn.next {
  background: transparent;
  border: 0;
  width: auto;
  height: auto;
}
#itemLotto #buttonNextPrevLotto #navigation_panel .asteListButton a.btn.next.next:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  text-shadow: none;
  mask-image: url("../images/svg/arrow-right.svg");
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
}
#itemLotto #buttonNextPrevLotto #navigation_panel .asteListButton a.btn.next.next:before {
  display: none;
}
#itemLotto #buttonNextPrevLotto #navigation_panel .asteListButton a.btn.prev {
  background: transparent;
  border: 0;
  width: auto;
  height: auto;
}
#itemLotto #buttonNextPrevLotto #navigation_panel .asteListButton a.btn.prev.prev:after {
  display: none;
}
#itemLotto #buttonNextPrevLotto #navigation_panel .asteListButton a.btn.prev.prev:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  text-shadow: none;
  mask-image: url("../images/svg/arrow-left.svg");
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
}
#itemLotto #buttonNextPrevLotto #navigation_panel .asteListButton a.btn:hover {
  background: #fee202;
  color: #585858;
  border: 1px solid rgba(32, 32, 32, 0.45);
}
@media screen and (max-width: 991px) {
  #itemLotto #buttonNextPrevLotto #navigation_panel {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
}
#itemLotto #buttonNextPrevLotto #lottoNum {
  font-family: "BRGrotesk";
  font-weight: 500;
  font-size: 1.600rem;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
}
#itemLotto #buttonNextPrevLotto [name='numeroLotto'] {
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  text-align: center;
}
#itemLotto #buttonNextPrevLotto .labelLotto {
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  line-height: normal;
  font-weight: 500;
  padding: 1rem;
  display: inline-block;
  border: 1px solid transparent;
}
@media screen and (max-width: 767px) {
  #itemLotto #buttonNextPrevLotto .asteListButton a.btn {
    padding: 1rem!important;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
  }
  #itemLotto #buttonNextPrevLotto .asteListButton span {
    display: none;
  }
  #itemLotto #buttonNextPrevLotto .asteListButton.pull-right {
    display: none;
  }
}
#itemLotto .thetis.tparrows.tp-leftarrow {
  left: 0 !important;
  z-index: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
}
#itemLotto .thetis.tparrows.tp-rightarrow {
  right: 0 !important;
  z-index: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
}
/************		Dettaglio Lotto 		************/
.templAuctionItem #backgroundDiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #f2f2f2;
  z-index: -1;
  transition: height 0.3s ease;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .templAuctionItem #backgroundDiv {
    display: none;
  }
}
.templAuctionItem #panelBox {
  padding-left: 0;
  padding-right: 0;
}
.templAuctionItem #panelBox #panelContainerExt {
  padding: 0;
}
/************		Parte IMG Lotto 		************/
#dettLotImg {
  width: 50%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  /* Visualizzazione Ipad */
  /* 1 Immagine */
  /* Carousel + Immagini */
}
@media screen and (max-width: 991px) {
  #dettLotImg {
    width: 100%;
    position: relative;
  }
}
#dettLotImg .stageImg {
  display: flex;
  align-items: stretch;
  padding: 3.000rem;
}
#dettLotImg .stageImg .photo {
  flex-grow: 1;
}
#dettLotImg .stageImg .photo .img-fluid {
  width: 100%;
  height: 100%;
}
#dettLotImg #carousel.off {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 3.000rem;
  padding: 3.000rem;
}
#dettLotImg #carousel.off .owl-item_content {
  display: flex;
  align-items: stretch;
  margin: 0;
}
#dettLotImg #carousel.off .owl-item_content .photo {
  flex-grow: 1;
}
#dettLotImg #carousel.off .owl-item_content .photo .img-fluid {
  width: 100%;
  height: 100%;
}
#dettLotImg .owl-next {
  right: 15px;
}
#dettLotImg .owl-prev {
  left: 15px;
}
/************		Parte Dx 		************/
#dettLotDx {
  width: 50%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 5%;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #dettLotDx {
    padding-left: 1.500rem;
    padding-right: 1.500rem;
    padding-bottom: 3.000rem;
  }
}
#dettLotDx #titoloCollezione {
  padding-bottom: 1.500rem;
}
#dettLotDx #titoloCollezione .subTitle {
  position: relative;
  display: block;
  color: #202020;
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  font-weight: 500;
  text-transform: uppercase;
}
#dettLotDx #titoloCollezione .title h4 {
  position: relative;
  font-family: "BRGrotesk";
  font-size: 1.600rem;
  line-height: 1;
  color: #202020;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
#dettLotDx #titoloCollezione .title h4:after {
  content: '';
  margin: 5px 0;
  display: block;
  width: 31px;
  max-width: 100%;
  height: 2px;
  background-color: #fee202;
}
#dettLotDx #titoloAutore {
  /* Visualizzazione Ipad */
}
#dettLotDx #titoloAutore .number {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start !important;
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0;
  color: #202020;
  position: relative;
}
#dettLotDx #titoloAutore .number div {
  text-align: left;
  margin: 0;
  margin-right: 15px;
}
#dettLotDx #titoloAutore .number [id^="preferitoIco"] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  overflow: hidden;
  width: 2.000rem;
  height: 2.000rem;
  line-height: 2.000rem;
  text-decoration: none;
  padding: 0;
  will-change: transform;
  white-space: nowrap;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 50%;
  top: 0;
  right: 0;
  cursor: pointer;
  vertical-align: top;
  margin: auto 0;
}
#dettLotDx #titoloAutore .number [id^="preferitoIco"]:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  text-shadow: none;
}
#dettLotDx #titoloAutore .number [id^="preferitoIco"][data-original-title^="R"]:before {
  mask-image: url("../images/svg/preferite-full.svg");
  mask-repeat: no-repeat;
  background: #fee202 no-repeat center;
}
#dettLotDx #titoloAutore .number [id^="preferitoIco"][data-original-title^="A"]:before {
  mask-image: url("../images/svg/preferite.svg");
  mask-repeat: no-repeat;
  background: #585858 no-repeat center;
}
#dettLotDx #titoloAutore #autore h2,
#dettLotDx #titoloAutore #autore h1 {
  display: block;
  position: relative;
  text-align: left;
  font-family: "BRGrotesk";
  font-size: 3.000rem;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 0;
}
#dettLotDx #titoloAutore #autore h2 .dateAuthor,
#dettLotDx #titoloAutore #autore h1 .dateAuthor {
  display: inline;
  font-family: "BRGrotesk";
  font-weight: normal;
  font-size: 1.200rem;
  text-transform: uppercase;
  line-height: normal;
  vertical-align: super;
}
#dettLotDx #titoloAutore #autore h2 .roleAuthor,
#dettLotDx #titoloAutore #autore h1 .roleAuthor {
  display: inline;
  font-family: "BRGrotesk";
  font-weight: normal;
  font-size: 1.200rem;
  text-transform: uppercase;
  line-height: normal;
  vertical-align: super;
}
#dettLotDx #titoloAutore #autore h2 .dateAuthor + .roleAuthor,
#dettLotDx #titoloAutore #autore h1 .dateAuthor + .roleAuthor {
  margin-left: 0.500rem;
}
#dettLotDx #titoloAutore #titleLotto {
  padding-bottom: 1.000rem;
}
#dettLotDx #titoloAutore #titleLotto h1 {
  color: #202020;
  font-family: "BRGrotesk";
  font-size: 3.000rem;
  font-weight: normal;
}
#dettLotDx #titoloAutore #titleLotto h2 {
  color: #202020;
  font-family: "BRGrotesk";
  font-size: 2.400rem;
  font-weight: normal;
}
#dettLotDx #titoloAutore .desc {
  flex: 0 0 100%;
  max-width: 100%;
  font-family: "BRGrotesk";
  color: #585858;
  margin: 0;
  padding-top: 0.500rem;
  padding-bottom: 3.000rem;
}
#dettLotDx #titoloAutore .desc:first-letter {
  text-transform: uppercase;
}
#dettLotDx #titoloAutore .desc span,
#dettLotDx #titoloAutore .desc p {
  font-family: inherit!important;
  font-size: inherit!important;
  line-height: inherit!important;
  color: inherit!important;
}
@media screen and (max-width: 991px) {
  #dettLotDx #titoloAutore {
    padding-top: 1.500rem;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
  }
}
#dettLotDx #lottoBoxStd {
  padding: 3.000rem;
  font-weight: normal;
  border-top: 1px solid rgba(32, 32, 32, 0.2);
  border-bottom: 1px solid rgba(32, 32, 32, 0.2);
  /* Visualizzazione Ipad */
}
#dettLotDx #lottoBoxStd #boxOffertaStima {
  padding-bottom: 1.500rem;
}
#dettLotDx #lottoBoxStd #LottoVal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  direction: rtl;
  padding-bottom: 1.5rem;
}
#dettLotDx #lottoBoxStd #LottoVal .didascalia {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 1.600rem;
  line-height: 1;
  font-weight: 500;
  direction: ltr;
  margin: 0;
}
#dettLotDx #lottoBoxStd #LottoVal .labelPanel {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 1.200rem;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
#dettLotDx #lottoBoxStd #LottoStima {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  direction: rtl;
  padding-bottom: 1.5rem;
}
#dettLotDx #lottoBoxStd #LottoStima .didascalia {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 1.600rem;
  line-height: 1;
  font-weight: 500;
  direction: ltr;
  margin: 0;
}
#dettLotDx #lottoBoxStd #LottoStima .labelPanel {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 1.200rem;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  order: 1;
  flex-grow: 1;
}
@media screen and (max-width: 991px) {
  #dettLotDx #lottoBoxStd {
    margin: 0;
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
#dettLotDx #lottoBoxStd .statoLottoBox {
  position: relative;
  display: block;
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  font-weight: normal;
  text-align: left;
  margin-top: 0rem;
  margin-bottom: 1.500rem;
}
#dettLotDx #lottoBoxStd .statoLottoBox .conDiritti {
  font-size: 1.200rem;
  font-weight: 400;
  color: #585858;
}
#dettLotDx #lottoBoxStd .statoLottoBox .invenduto {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  font-size: 1.200rem;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  border: none;
  background: #585858;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-inline: 10px;
}
#dettLotDx #lottoBoxStd .statoLottoBox .invenduto:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -4px;
  left: 0;
  width: 4px;
  height: 50%;
  background-color: #ffffff;
  animation: animShiny 6s ease-in-out infinite;
}
#dettLotDx #lottoBoxStd .statoLottoBox .aggiudicato {
  font-size: 1.600rem;
  font-weight: 500;
  color: #008f00;
}
#dettLotDx #lottoBoxStd .statoLottoBox .aggiudicato + .labelPanel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  font-size: 1.200rem;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  border: none;
  background: #008f00;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-inline: 10px;
}
#dettLotDx #lottoBoxStd .statoLottoBox .aggiudicato + .labelPanel:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -4px;
  left: 0;
  width: 4px;
  height: 50%;
  background-color: #ffffff;
  animation: animShiny 6s ease-in-out infinite;
}
#dettLotDx #lottoBoxStd .statoLottoBox .venduto {
  font-size: 1.600rem;
  font-weight: 500;
  color: #8f0000;
}
#dettLotDx #lottoBoxStd .statoLottoBox .venduto + .labelPanel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  font-size: 1.200rem;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  border: none;
  background: #8f0000;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-inline: 10px;
}
#dettLotDx #lottoBoxStd .statoLottoBox .venduto + .labelPanel:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -4px;
  left: 0;
  width: 4px;
  height: 50%;
  background-color: #ffffff;
  animation: animShiny 6s ease-in-out infinite;
}
#infoLot {
  padding: 3.000rem 0;
  /* Visualizzazione Ipad */
}
#infoLot .infoPanel {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 1.400rem;
  line-height: 1.6;
  font-weight: 500;
  margin: 0;
}
#infoLot .infoPanel .label {
  display: block;
  font-weight: bold;
}
#infoLot .infoPanel .label:after {
  content: "";
  display: inline-block;
  position: relative;
  height: 5px;
  width: 5px;
  background-color: #ff8800;
  border-radius: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-left: 8px;
  margin-right: 8px;
}
@media screen and (max-width: 991px) {
  #infoLot {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
#infoLot .contentButShippingQuote .btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin-bottom: 1.500rem;
}
#infoLot .contentButShippingQuote .btn:before {
  font-family: "bootstrap-icons";
  content: "\F5EA";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  text-shadow: none;
}
#altreInfo {
  padding: 3.000rem 2.500rem;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #altreInfo {
    margin: 0;
  }
}
#accordionDescription {
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #accordionDescription.accordion {
    padding-left: 1.500rem;
    padding-right: 1.500rem;
    margin: 0;
  }
}
#accordionDescription #heading_1 {
  display: none;
}
#dettLotDx .card {
  border: 0;
}
#dettLotDx .card-header {
  text-align: left;
  position: relative;
  background: transparent;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #dettLotDx .card-header {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#dettLotDx [id^="heading"] a {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 1.200rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
#dettLotDx [id^="heading"] a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
}
#dettLotDx [id^="heading"] a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#dettLotDx [id^="heading"] a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#dettLotDx [aria-labelledby^="heading"] {
  text-align: left;
  padding: 22px 20px;
  margin: 0;
  /* Visualizzazione Ipad */
}
#dettLotDx [aria-labelledby^="heading"] .title {
  display: none;
}
#dettLotDx [aria-labelledby^="heading"] .desc {
  flex: 0 0 100%;
  max-width: 100%;
  font-family: "BRGrotesk";
  color: #202020;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}
#dettLotDx [aria-labelledby^="heading"] .desc:first-letter {
  text-transform: uppercase;
}
#dettLotDx [aria-labelledby^="heading"] .desc span,
#dettLotDx [aria-labelledby^="heading"] .desc p {
  font-family: inherit!important;
  font-size: inherit!important;
  line-height: inherit!important;
  color: inherit!important;
}
@media screen and (max-width: 991px) {
  #dettLotDx [aria-labelledby^="heading"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*************************************************************
*						Paging lotti						 *
*************************************************************/
#pagination-mod {
  display: flex;
  gap: 10px;
  font-family: "BRGrotesk";
  padding-left: 0;
}
#pagination-mod li {
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  min-width: 10px;
  margin: 0;
  padding: 0;
}
#pagination-mod li.next {
  padding: 0;
}
#pagination-mod li.next.nxt {
  margin-left: 10px;
}
#pagination-mod li.active {
  color: #fee202;
  cursor: default;
}
#pagination-mod li a:hover {
  color: #fee202;
}
#pagination-mod li a:link,
#pagination-mod li a:visited {
  color: #202020;
  text-decoration: none;
}
#pagination-mod li.next {
  gap: 0;
}
#pagination-mod li.next + li.next:before {
  content: "/";
  margin-left: -5px;
  margin-right: 5px;
}
#pagination-mod .previous-off,
#pagination-mod .next-off {
  color: #202020;
}
#pagination-mod .next a,
#pagination-mod .previous a {
  color: #202020;
}
#pagination-mod .next a:hover,
#pagination-mod .previous a:hover {
  color: #202020;
}
#pagination-mod .text {
  color: #202020;
  padding-right: 0.500rem;
  display: none;
}
/*************************************************************
*				List style ( Dettaglio ASTE )				 *
*************************************************************/
#dettaglioAsta {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start !important;
  position: relative;
  background-color: transparent;
}
#dettaglioAsta .asteListContent {
  position: relative;
  display: flex;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid rgba(32, 32, 32, 0.2);
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #dettaglioAsta .asteListContent .container {
    max-width: none;
  }
}
#dettaglioAsta .asteListContent .asteListCopertina {
  width: 50%;
  height: 100%;
  position: relative;
  border-right: 1px solid rgba(32, 32, 32, 0.2);
  padding: 6.000rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #dettaglioAsta .asteListContent .asteListCopertina {
    width: 100%;
    border: none;
    padding: 1.500rem;
  }
}
#dettaglioAsta .asteListContent .asteListCopertina .image-holder-asta {
  position: relative;
}
#dettaglioAsta .asteListContent .asteListCopertina .contentBox {
  pointer-events: none;
  border-radius: 0;
}
#dettaglioAsta .asteListContent .asteListCopertina .contentBox .ratio {
  padding: 0;
  position: relative;
  aspect-ratio: 0.77760498;
}
#dettaglioAsta .asteListContent .asteListCopertina .contentBox .ratio .wrap-img[style*="'/uploads/auctions/'"] {
  background-image: url('../images/noThumb.png') !important;
}
#dettaglioAsta .asteListContent .asteListCopertina .contentBox span {
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border: 1px solid rgba(32, 32, 32, 0.2);
  z-index: -1;
  margin: auto;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#dettaglioAsta .asteListContent .textAsta {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6.000rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #dettaglioAsta .asteListContent .textAsta {
    padding: 3.000rem;
  }
}
#dettaglioAsta .asteListContent .textAsta .contentAsta {
  width: 66.666%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #dettaglioAsta .asteListContent .textAsta .contentAsta {
    width: 100%;
  }
}
#dettaglioAsta .asteListContent .textAsta .contentAsta > div {
  width: 100%;
}
#dettaglioAsta .asteListContent #pulsantieraAsta {
  text-align: left;
  padding: 0;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #dettaglioAsta .asteListContent #pulsantieraAsta {
    padding: 1.500rem 0;
  }
}
#dettaglioAsta .asteListContent #pulsantieraAsta .labelPanel {
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #202020;
  padding: 0.500rem 0;
}
#dettaglioAsta .asteListContent .boxOrari {
  clear: none;
  padding-left: 0;
  margin-bottom: 1.000rem;
}
#dettaglioAsta .asteListContent .boxOrari .orariAsta {
  left: 0;
  margin-left: 0rem;
}
@media screen and (max-width: 1140px) {
  #dettaglioAsta .asteListContent {
    margin: 0;
    margin-bottom: 1.500rem;
  }
  #dettaglioAsta .asteListContent .dettaglioAstaContent {
    padding: 0;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
  #dettaglioAsta .asteListContent .contentBox .ratio {
    aspect-ratio: 1;
  }
}
#dettaglioAsta .textAsta .numAsta {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  gap: 8px;
  width: fit-content;
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  margin-bottom: 1.500rem;
}
#dettaglioAsta .textAsta .numAsta span {
  margin: 0;
}
#dettaglioAsta .textAsta .numAsta span.type:after {
  content: ", ";
  white-space: pre;
}
#dettaglioAsta .textAsta .numAsta span.part {
  text-transform: capitalize;
}
#dettaglioAsta .textAsta .itemListTitle {
  padding-bottom: 0.500rem;
}
#dettaglioAsta .textAsta .itemListTitle h1 {
  position: relative;
  font-family: "BRGrotesk";
  font-size: 3rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
}
@media (min-width: 576px) {
  #dettaglioAsta .textAsta .itemListTitle h1 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(3.24685714rem);
  }
}
@media (min-width: 768px) {
  #dettaglioAsta .textAsta .itemListTitle h1 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(3.32914286rem);
  }
}
@media (min-width: 992px) {
  #dettaglioAsta .textAsta .itemListTitle h1 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(3.42514286rem);
  }
}
@media (min-width: 1200px) {
  #dettaglioAsta .textAsta .itemListTitle h1 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(3.51428571rem);
  }
}
@media (min-width: 1400px) {
  #dettaglioAsta .textAsta .itemListTitle h1 {
    font-size: 3.6rem;
  }
}
#dettaglioAsta .textAsta .itemListTitle h1 span {
  font-family: "BRGrotesk";
  font-size: 1.800rem;
  line-height: 3.000rem;
  text-transform: none;
  display: none;
}
#dettaglioAsta .textAsta .dataAsta {
  font-family: "BRGrotesk";
  font-size: 1.800rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
  padding: 0;
  padding-bottom: 1.500rem;
  margin: 0;
}
#dettaglioAsta .textAsta .dataAsta span {
  text-transform: capitalize;
}
#dettaglioAsta .textAsta .itemListText {
  font-family: "BRGrotesk";
  font-size: 1.600rem;
  line-height: 1;
  font-weight: 500;
  text-transform: none;
  color: #202020;
  padding: 0;
  padding-bottom: 1.500rem;
  margin: 0;
  margin-top: auto;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #dettaglioAsta .textAsta .itemListText {
    padding-top: 0!important;
    width: 100%;
  }
}
#dettaglioAsta .textAsta .itemListText .label {
  font-weight: 500;
  color: #202020;
}
#dettaglioAsta .textAsta .box_orari {
  padding-bottom: 1.500rem;
}
#dettaglioAsta .textAsta .box_esposizione {
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  line-height: 1;
  font-weight: normal;
  text-transform: none;
  padding: 0;
  padding-bottom: 1.500rem;
  margin: 0;
  margin-top: auto;
  /* Visualizzazione Ipad */
}
#dettaglioAsta .textAsta .box_esposizione .label {
  font-size: 1.400rem;
  font-weight: 500;
  color: #202020;
  padding-bottom: 0.500rem;
}
@media screen and (max-width: 991px) {
  #dettaglioAsta .textAsta .box_esposizione {
    padding-top: 0!important;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #dettaglioAsta .textAsta {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  #dettaglioAsta .textAsta .itemListText {
    padding: 7px 0;
  }
}
/************************************************
*				Panel CountDown Time			*
************************************************/
#panelTime {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  background: #ffffff;
  height: 80px;
  position: fixed;
  bottom: -100px;
  left: 35px;
  width: 100%;
  max-width: 240px;
  text-align: center;
  z-index: 1050;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#panelTime.nav-down {
  bottom: 35px;
  -webkit-box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#panelTime.nav-up {
  top: -80px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#panelTime .countdown {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  font-family: "BRGrotesk";
}
#panelTime .countdown .label {
  display: block;
  font-size: 1.600rem;
  color: #202020;
  text-transform: uppercase;
}
#panelTime .countdown .dateCountdown {
  display: inline-block;
  font-size: 1.600rem;
  font-weight: 500;
  color: #fee202;
  padding-left: 0.500rem;
}
#panelTime .countdown .dateCountdown span {
  font-size: 1.600rem;
  font-weight: 500;
  color: #fee202;
}
#panelTime .countdown .dateCountdown span + span:before {
  content: ":";
  display: inline-block;
  font-size: 1.800rem;
  line-height: 1.2;
  font-weight: 500;
  color: #fee202;
  padding: 0 3px 0 0;
}
#panelTime .countdown .dateCountdown span > span + span:before {
  content: none;
}
#pulsantieraAsta .btnFilter.butAlive,
.butHomeAlive .btnFilter.butAlive,
.templMyConsole .btnFilter.butAlive,
.templAuctionItem .btnFilter.butAlive,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive {
  box-shadow: inset 0 0 0 35px #464646;
  border-radius: 5px;
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 5px 20px 5px 10px;
  margin: 0;
  /*Nessuno stato*/
  /*Stato Ospite*/
  /*Stato Pending*/
  /*Stato Abilitato*/
}
#pulsantieraAsta .btnFilter.butAlive span.astaLiveLabel,
.butHomeAlive .btnFilter.butAlive span.astaLiveLabel,
.templMyConsole .btnFilter.butAlive span.astaLiveLabel,
.templAuctionItem .btnFilter.butAlive span.astaLiveLabel,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive span.astaLiveLabel {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-item-align: center!important;
  align-self: center!important;
  font-size: 1.400rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0;
}
#pulsantieraAsta .btnFilter.butAlive span.iconLive,
.butHomeAlive .btnFilter.butAlive span.iconLive,
.templMyConsole .btnFilter.butAlive span.iconLive,
.templAuctionItem .btnFilter.butAlive span.iconLive,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive span.iconLive {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  border: none;
  position: relative;
  z-index: 1;
  margin: 0;
  width: 13px;
  height: 13px;
  min-width: 0;
  padding: 0;
  color: #ffffff;
  transition: color 0.3s;
}
#pulsantieraAsta .btnFilter.butAlive span.iconLive:before,
.butHomeAlive .btnFilter.butAlive span.iconLive:before,
.templMyConsole .btnFilter.butAlive span.iconLive:before,
.templAuctionItem .btnFilter.butAlive span.iconLive:before,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive span.iconLive:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: inherit;
  z-index: -1;
  transform: scale3d(0.95, 0.95, 1);
  transition: box-shadow 0.3s, transform 0.3s;
  border: 0;
}
#pulsantieraAsta .btnFilter.butAlive span.iconLive:after,
.butHomeAlive .btnFilter.butAlive span.iconLive:after,
.templMyConsole .btnFilter.butAlive span.iconLive:after,
.templAuctionItem .btnFilter.butAlive span.iconLive:after,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive span.iconLive:after {
  content: '';
  mask-image: url("../images/svg/play.svg");
  mask-repeat: no-repeat;
  background-color: #ffffff;
  width: 13px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid;
}
#pulsantieraAsta .btnFilter.butAlive span:last-child,
.butHomeAlive .btnFilter.butAlive span:last-child,
.templMyConsole .btnFilter.butAlive span:last-child,
.templAuctionItem .btnFilter.butAlive span:last-child,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive span:last-child {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  align-self: center!important;
  font-size: 1.400rem;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  border: 0;
}
#pulsantieraAsta .btnFilter.butAlive span,
.butHomeAlive .btnFilter.butAlive span,
.templMyConsole .btnFilter.butAlive span,
.templAuctionItem .btnFilter.butAlive span,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive span {
  color: #ffffff;
}
#pulsantieraAsta .btnFilter.butAlive span.iconLive,
.butHomeAlive .btnFilter.butAlive span.iconLive,
.templMyConsole .btnFilter.butAlive span.iconLive,
.templAuctionItem .btnFilter.butAlive span.iconLive,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive span.iconLive {
  background-color: transparent;
  color: #ffffff;
  border: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#pulsantieraAsta .btnFilter.butAlive span.iconLive:before,
.butHomeAlive .btnFilter.butAlive span.iconLive:before,
.templMyConsole .btnFilter.butAlive span.iconLive:before,
.templAuctionItem .btnFilter.butAlive span.iconLive:before,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive span.iconLive:before {
  border: 0;
}
#pulsantieraAsta .btnFilter.butAlive span.iconLive:after,
.butHomeAlive .btnFilter.butAlive span.iconLive:after,
.templMyConsole .btnFilter.butAlive span.iconLive:after,
.templAuctionItem .btnFilter.butAlive span.iconLive:after,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive span.iconLive:after {
  mask-image: url("../images/svg/play.svg");
  mask-repeat: no-repeat;
  background: #ffffff no-repeat center;
}
#pulsantieraAsta .btnFilter.butAlive:hover,
.butHomeAlive .btnFilter.butAlive:hover,
.templMyConsole .btnFilter.butAlive:hover,
.templAuctionItem .btnFilter.butAlive:hover,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive:hover {
  border: 0;
  box-shadow: inset 0 0 0 35px #202020;
}
#pulsantieraAsta .btnFilter.butAlive:hover span.iconLive,
.butHomeAlive .btnFilter.butAlive:hover span.iconLive,
.templMyConsole .btnFilter.butAlive:hover span.iconLive,
.templAuctionItem .btnFilter.butAlive:hover span.iconLive,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive:hover span.iconLive {
  background-color: transparent;
  color: #ffffff;
  border: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#pulsantieraAsta .btnFilter.butAlive:hover span.iconLive:before,
.butHomeAlive .btnFilter.butAlive:hover span.iconLive:before,
.templMyConsole .btnFilter.butAlive:hover span.iconLive:before,
.templAuctionItem .btnFilter.butAlive:hover span.iconLive:before,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive:hover span.iconLive:before {
  border: 1px solid transparent;
}
#pulsantieraAsta .btnFilter.butAlive:hover span.iconLive:after,
.butHomeAlive .btnFilter.butAlive:hover span.iconLive:after,
.templMyConsole .btnFilter.butAlive:hover span.iconLive:after,
.templAuctionItem .btnFilter.butAlive:hover span.iconLive:after,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive:hover span.iconLive:after {
  background: #ffffff no-repeat center;
}
#pulsantieraAsta .btnFilter.butAlive.ospiteAlive span.iconLive:after,
.butHomeAlive .btnFilter.butAlive.ospiteAlive span.iconLive:after,
.templMyConsole .btnFilter.butAlive.ospiteAlive span.iconLive:after,
.templAuctionItem .btnFilter.butAlive.ospiteAlive span.iconLive:after,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive.ospiteAlive span.iconLive:after {
  mask-image: url("../images/svg/user-ospite.svg");
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
}
#pulsantieraAsta .btnFilter.butAlive.PENDING,
.butHomeAlive .btnFilter.butAlive.PENDING,
.templMyConsole .btnFilter.butAlive.PENDING,
.templAuctionItem .btnFilter.butAlive.PENDING,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive.PENDING {
  box-shadow: inset 0 0 0 35px #ff8800;
}
#pulsantieraAsta .btnFilter.butAlive.PENDING span,
.butHomeAlive .btnFilter.butAlive.PENDING span,
.templMyConsole .btnFilter.butAlive.PENDING span,
.templAuctionItem .btnFilter.butAlive.PENDING span,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive.PENDING span {
  color: #ff8800;
}
#pulsantieraAsta .btnFilter.butAlive.PENDING span.iconLive,
.butHomeAlive .btnFilter.butAlive.PENDING span.iconLive,
.templMyConsole .btnFilter.butAlive.PENDING span.iconLive,
.templAuctionItem .btnFilter.butAlive.PENDING span.iconLive,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive.PENDING span.iconLive {
  background-color: transparent;
  color: #ffffff;
  border: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#pulsantieraAsta .btnFilter.butAlive.PENDING span.iconLive:before,
.butHomeAlive .btnFilter.butAlive.PENDING span.iconLive:before,
.templMyConsole .btnFilter.butAlive.PENDING span.iconLive:before,
.templAuctionItem .btnFilter.butAlive.PENDING span.iconLive:before,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive.PENDING span.iconLive:before {
  border: 0;
}
#pulsantieraAsta .btnFilter.butAlive.PENDING span.iconLive:after,
.butHomeAlive .btnFilter.butAlive.PENDING span.iconLive:after,
.templMyConsole .btnFilter.butAlive.PENDING span.iconLive:after,
.templAuctionItem .btnFilter.butAlive.PENDING span.iconLive:after,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive.PENDING span.iconLive:after {
  mask-image: url("../images/svg/play.svg");
  mask-repeat: no-repeat;
  background: #ffffff no-repeat center;
}
#pulsantieraAsta .btnFilter.butAlive.PENDING:hover,
.butHomeAlive .btnFilter.butAlive.PENDING:hover,
.templMyConsole .btnFilter.butAlive.PENDING:hover,
.templAuctionItem .btnFilter.butAlive.PENDING:hover,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive.PENDING:hover {
  box-shadow: inset 0 0 0 35px #202020;
}
#pulsantieraAsta .btnFilter.butAlive.PENDING:hover span.iconLive,
.butHomeAlive .btnFilter.butAlive.PENDING:hover span.iconLive,
.templMyConsole .btnFilter.butAlive.PENDING:hover span.iconLive,
.templAuctionItem .btnFilter.butAlive.PENDING:hover span.iconLive,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive.PENDING:hover span.iconLive {
  background-color: transparent;
  color: #ffffff;
  border: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#pulsantieraAsta .btnFilter.butAlive.PENDING:hover span.iconLive:before,
.butHomeAlive .btnFilter.butAlive.PENDING:hover span.iconLive:before,
.templMyConsole .btnFilter.butAlive.PENDING:hover span.iconLive:before,
.templAuctionItem .btnFilter.butAlive.PENDING:hover span.iconLive:before,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive.PENDING:hover span.iconLive:before {
  border: 0;
}
#pulsantieraAsta .btnFilter.butAlive.PENDING:hover span.iconLive:after,
.butHomeAlive .btnFilter.butAlive.PENDING:hover span.iconLive:after,
.templMyConsole .btnFilter.butAlive.PENDING:hover span.iconLive:after,
.templAuctionItem .btnFilter.butAlive.PENDING:hover span.iconLive:after,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive.PENDING:hover span.iconLive:after {
  background: #ffffff no-repeat center;
}
#pulsantieraAsta .btnFilter.butAlive.ABILITATO,
.butHomeAlive .btnFilter.butAlive.ABILITATO,
.templMyConsole .btnFilter.butAlive.ABILITATO,
.templAuctionItem .btnFilter.butAlive.ABILITATO,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive.ABILITATO {
  box-shadow: inset 0 0 0 35px #008f00;
}
#pulsantieraAsta .btnFilter.butAlive.ABILITATO span,
.butHomeAlive .btnFilter.butAlive.ABILITATO span,
.templMyConsole .btnFilter.butAlive.ABILITATO span,
.templAuctionItem .btnFilter.butAlive.ABILITATO span,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive.ABILITATO span {
  color: #ffffff;
}
#pulsantieraAsta .btnFilter.butAlive.ABILITATO span.iconLive,
.butHomeAlive .btnFilter.butAlive.ABILITATO span.iconLive,
.templMyConsole .btnFilter.butAlive.ABILITATO span.iconLive,
.templAuctionItem .btnFilter.butAlive.ABILITATO span.iconLive,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive.ABILITATO span.iconLive {
  background-color: transparent;
  color: #ffffff;
  border: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#pulsantieraAsta .btnFilter.butAlive.ABILITATO span.iconLive:before,
.butHomeAlive .btnFilter.butAlive.ABILITATO span.iconLive:before,
.templMyConsole .btnFilter.butAlive.ABILITATO span.iconLive:before,
.templAuctionItem .btnFilter.butAlive.ABILITATO span.iconLive:before,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive.ABILITATO span.iconLive:before {
  border: 0;
}
#pulsantieraAsta .btnFilter.butAlive.ABILITATO span.iconLive:after,
.butHomeAlive .btnFilter.butAlive.ABILITATO span.iconLive:after,
.templMyConsole .btnFilter.butAlive.ABILITATO span.iconLive:after,
.templAuctionItem .btnFilter.butAlive.ABILITATO span.iconLive:after,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive.ABILITATO span.iconLive:after {
  background: #ffffff no-repeat center;
}
#pulsantieraAsta .btnFilter.butAlive.ABILITATO:hover,
.butHomeAlive .btnFilter.butAlive.ABILITATO:hover,
.templMyConsole .btnFilter.butAlive.ABILITATO:hover,
.templAuctionItem .btnFilter.butAlive.ABILITATO:hover,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive.ABILITATO:hover {
  box-shadow: inset 0 0 0 35px #202020;
}
#pulsantieraAsta .btnFilter.butAlive.ABILITATO:hover span.iconLive,
.butHomeAlive .btnFilter.butAlive.ABILITATO:hover span.iconLive,
.templMyConsole .btnFilter.butAlive.ABILITATO:hover span.iconLive,
.templAuctionItem .btnFilter.butAlive.ABILITATO:hover span.iconLive,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive.ABILITATO:hover span.iconLive {
  background-color: transparent;
  color: #ffffff;
  border: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#pulsantieraAsta .btnFilter.butAlive.ABILITATO:hover span.iconLive:before,
.butHomeAlive .btnFilter.butAlive.ABILITATO:hover span.iconLive:before,
.templMyConsole .btnFilter.butAlive.ABILITATO:hover span.iconLive:before,
.templAuctionItem .btnFilter.butAlive.ABILITATO:hover span.iconLive:before,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive.ABILITATO:hover span.iconLive:before {
  border: 0;
}
#pulsantieraAsta .btnFilter.butAlive.ABILITATO:hover span.iconLive:after,
.butHomeAlive .btnFilter.butAlive.ABILITATO:hover span.iconLive:after,
.templMyConsole .btnFilter.butAlive.ABILITATO:hover span.iconLive:after,
.templAuctionItem .btnFilter.butAlive.ABILITATO:hover span.iconLive:after,
#pmyuserpanel .dropdown-menu .btnFilter.butAlive.ABILITATO:hover span.iconLive:after {
  background: #ffffff no-repeat center;
}
.templMyConsole .btnFilter.butAlive.PENDING {
  z-index: 0;
}
.templMyConsole .btnFilter.butAlive.ABILITATO {
  z-index: 0;
}
/*************************************************************
*					Template Asta Live Reg					 *
*************************************************************/
.templAstaLiveReg .fa-star {
  font-size: 1.400rem;
}
.templAstaLiveReg .badge {
  color: #ffffff;
  font-size: 1.200rem;
  font-weight: normal;
  background-color: #fee202;
  font-family: "BRGrotesk";
}
.templAstaLiveReg .card.check-panel .badge {
  background-color: #008f00;
}
.templAstaLiveReg .fa-star {
  color: rgba(208, 169, 115, 0.95);
}
.templAstaLiveReg .fa-check-square-o {
  color: #008f00;
}
.templAstaLiveReg .fa-square-o {
  color: #8f0000;
}
.templAstaLiveReg .style-form .radio,
.templAstaLiveReg .style-form .checkbox {
  line-height: auto;
}
/*************************************************************
*						VIDEO CANALI						 *
*************************************************************/
.templateVideoCanali #panelBox.container-fluid {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.templateVideoCanali #panelContentTextExt {
  position: relative;
  text-align: center;
  background-color: #f2f2f2;
  padding: 3.000rem 1.500rem 7.500rem;
  margin: 0 auto;
}
.templateVideoCanali #panelContentTextExt > .container-fluid.position-relative {
  width: 1340px;
  max-width: 100%;
}
.templateVideoCanali #panelContentTextExt .panel_img .imgCanale {
  min-width: 100%;
  border-radius: 5px;
  padding: 0;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.77777778;
}
.templateVideoCanali #panelContentTextExt .panel_text {
  text-align: left;
}
.templateVideoCanali #panelContentTextExt .panel_text h2 {
  font-size: 3.000rem;
  line-height: 1;
  font-weight: 500;
  margin: 0;
}
.templateVideoCanali #panelContentTextExt .panel_text .text {
  width: 80%;
  font-size: 1.400rem;
  font-weight: normal;
  margin: 0;
  padding: 1.500rem 0;
}
/*************************************************************
*						VIDEO PAGE							 *
*************************************************************/
.templateVideo4 #panelBox.container {
  padding-left: 3.000rem ;
  padding-right: 3.000rem ;
}
.templateVideo4 #panelBox.container .col-sm-12.mb-3 {
  padding-left: 0;
  padding-right: 0;
}
.templateVideo4 #embVidCanale {
  position: relative;
  text-align: center;
  background-color: #f2f2f2;
  padding: 3.000rem 1.500rem 7.500rem;
  margin: 0 auto;
}
.templateVideo4 #embVidCanale > .container {
  width: 1340px;
  max-width: 100%;
}
.templateVideo4 #embVidCanale .panel_img .imgCanale {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.77777778;
  min-width: 100%;
  border-radius: 5px;
  padding: 0;
}
.templateVideo4 #embVidCanale .panel_img .imgCanale img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.templateVideo4 #embVidCanale .panel_text {
  text-align: left;
}
.templateVideo4 #embVidCanale .panel_text h2 {
  font-size: 3.000rem;
  line-height: 1;
  font-weight: 500;
  margin: 0;
}
.templateVideo4 #embVidCanale .panel_text .text {
  width: 80%;
  font-size: 1.400rem;
  font-weight: normal;
  margin: 0;
  padding: 1.500rem 0;
}
#embVidDipAll {
  padding-left: 3.000rem;
  padding-right: 3.000rem;
}
#embVidPrincipale {
  position: relative;
  aspect-ratio: 1.77777778;
}
#embVidPrincipale iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
#embVidPrincipaleTextPanel {
  padding: 3.000rem 0;
}
#embVidPrincipaleTextPanel #embVidLeftPrincipale {
  text-align: left;
  padding-left: 3.000rem;
  padding-right: 3.000rem;
}
#embVidPrincipaleTextPanel #embVidDescPrincipale {
  padding-bottom: 1.500rem;
}
#embVidPrincipaleTextPanel #embVidDipPrincipale {
  font-size: 1.200rem;
  text-transform: uppercase;
  padding-bottom: 0.500rem;
}
#embVidPrincipaleTextPanel #embVidDipPrincipale span {
  font-weight: 500;
  margin-left: 0.500rem;
}
#embVidPrincipaleTextPanel #embVidDipListPrincipale {
  font-size: 1.200rem;
  text-transform: uppercase;
  color: #202020;
  line-height: 1;
}
#embVidPrincipaleTextPanel #embVidRightPrincipale {
  vertical-align: top;
}
#embVidPrincipaleTextPanel #embVidRightPrincipale .etiShare {
  font-size: 1.200rem;
  text-transform: uppercase;
  color: #202020;
}
#embVidPrincipaleTextPanel #embVidRightPrincipale .addthis_native_toolbox {
  margin: 0 !important;
}
#embVidContainerGrid {
  width: 1340px;
  max-width: 100%;
  margin: auto;
}
#embVidContainerGrid .embVidGridItems {
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 10px;
  row-gap: 15px;
  padding: 3.500rem 3.000rem 5.500rem;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #embVidContainerGrid .embVidGridItems {
    grid-template-columns: 1fr;
  }
}
#embVidContainerGrid .embVidImg {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  grid-area: 0.5;
  height: auto;
  width: 100%;
  /* Visualizzazione Ipad */
}
@media (max-width: 767px) {
  #embVidContainerGrid .embVidImg {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
}
#embVidContainerGrid .embVidImg .video {
  min-width: 100%;
  border-radius: 5px;
  padding: 0;
  margin: 0;
}
@media (min-width: 1440px) {
  #embVidContainerGrid .embVidImg .video {
    min-width: 100%;
  }
}
@media (min-width: 769px) {
  #embVidContainerGrid .embVidImg .video {
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  #embVidContainerGrid .embVidImg .video {
    min-width: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
#embVidContainerGrid .embVidImg .video {
  padding: 0;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1.77777778;
}
#embVidContainerGrid .embVidImg .video span {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  margin: auto;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background-color: transparent;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 95%);
}
#embVidContainerGrid .embVidImg .video span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  top: auto;
  background-color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#embVidContainerGrid .embVidImg .video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  #embVidContainerGrid .embVidImg {
    order: 1;
  }
}
#embVidContainerGrid .embVidPanel {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  height: 100%;
  grid-area: 0.05555556;
  /* Visualizzazione Ipad */
}
#embVidContainerGrid .embVidPanel .embVidTitle {
  margin: 0;
  word-break: break-word;
  padding-bottom: 0.500rem;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #embVidContainerGrid .embVidPanel .embVidTitle {
    padding-top: 1.000rem;
  }
}
#embVidContainerGrid .embVidPanel .embVidTitle h4 {
  position: relative;
  font-family: "BRGrotesk";
  font-size: 2rem;
  font-style: normal;
  line-height: 0.972;
  font-weight: 500;
  letter-spacing: 0;
  color: #202020;
  word-break: break-word;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
@media (min-width: 576px) {
  #embVidContainerGrid .embVidPanel .embVidTitle h4 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.16457143rem);
  }
}
@media (min-width: 768px) {
  #embVidContainerGrid .embVidPanel .embVidTitle h4 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.21942857rem);
  }
}
@media (min-width: 992px) {
  #embVidContainerGrid .embVidPanel .embVidTitle h4 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.28342857rem);
  }
}
@media (min-width: 1200px) {
  #embVidContainerGrid .embVidPanel .embVidTitle h4 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.34285714rem);
  }
}
@media (min-width: 1400px) {
  #embVidContainerGrid .embVidPanel .embVidTitle h4 {
    font-size: 2.4rem;
  }
}
#embVidContainerGrid .embVidPanel .embVidSubTitle h5 {
  position: relative;
  font-family: "BRGrotesk";
  font-size: 1.4rem;
  font-style: normal;
  line-height: 0.972;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
@media (min-width: 576px) {
  #embVidContainerGrid .embVidPanel .embVidSubTitle h5 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(1.56457143rem);
  }
}
@media (min-width: 768px) {
  #embVidContainerGrid .embVidPanel .embVidSubTitle h5 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(1.61942857rem);
  }
}
@media (min-width: 992px) {
  #embVidContainerGrid .embVidPanel .embVidSubTitle h5 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(1.68342857rem);
  }
}
@media (min-width: 1200px) {
  #embVidContainerGrid .embVidPanel .embVidSubTitle h5 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(1.74285714rem);
  }
}
@media (min-width: 1400px) {
  #embVidContainerGrid .embVidPanel .embVidSubTitle h5 {
    font-size: 1.8rem;
  }
}
#embVidContainerGrid .embVidPanel .embVidText {
  width: 85%;
  position: relative;
  font-size: 1.200rem;
  line-height: 1.4;
  color: #202020;
  padding: 0;
  margin: 0;
  margin-top: auto;
  /* Visualizzazione Ipad */
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 1200px) {
  #embVidContainerGrid .embVidPanel .embVidText {
    width: 85%;
  }
}
@media screen and (max-width: 991px) {
  #embVidContainerGrid .embVidPanel .embVidText {
    padding-top: 0!important;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  #embVidContainerGrid .embVidPanel {
    order: 2;
    padding: 0!important;
    padding-top: 1.500rem!important;
  }
}
#embVidContainerGrid .embVidGridItems:hover {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#embVidContainerGrid .embVidGridItems:hover .embVidPanel .embVidTitle h4 {
  color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#embVidContainerGrid .embVidGridItems:hover .embVidImg span:after {
  height: 6px;
  background-color: #fee202;
  z-index: 10;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#embVidContainerGrid .embVidGridItems:hover .embVidImg .hover {
  opacity: 0.33;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#embVidContainerGrid .link-hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: scale(0.8, 0.8);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#embVidContainerGrid:hover .link-hover {
  transform: scale(1, 1);
  opacity: 1;
}
/************		Video collegati all'Asta		************/
#dettaglioAsta #pulsantieraAsta .VidImg {
  margin-top: 3rem;
  position: relative;
  display: inline-block;
}
#dettaglioAsta #pulsantieraAsta .VidImg img {
  width: 100%;
  height: auto;
}
#dettaglioAsta #pulsantieraAsta .VidImg a:after {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 100;
  content: "";
  left: 50%;
  top: 50%;
  mask-image: url("../images/svg/video.svg");
  mask-repeat: no-repeat;
  background: #008f00 no-repeat center;
  margin-left: -25px;
  margin-top: -25px;
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#dettaglioAsta #pulsantieraAsta .VidImg a span {
  opacity: 0;
  background: #202020;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  transition: all 0.2s ease 0s;
}
#dettaglioAsta #pulsantieraAsta .VidImg:hover a span {
  opacity: 0.33;
  transition: all 0.4s ease 0s;
}
#dettaglioAsta #pulsantieraAsta .VidImg:hover a:after {
  opacity: 0.95;
  transition: all 0.4s ease 0s;
}
/************		Fine Video collegati all'Asta		************/
.templLotsList #cont {
  min-height: auto;
  /*Menu Interno*/
}
.templLotsList #cont #panelBox {
  padding-bottom: 8.000rem;
}
.templLotsList #cont #panelBox > .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between !important;
  align-items: start;
  gap: 0;
  padding: 0;
}
.templLotsList #cont .menuInternoAsta {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  width: 100%;
  max-width: 1340px;
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  /* Visualizzazione Ipad */
}
.templLotsList #cont .menuInternoAsta .menuInterno {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  font-size: 1.600rem;
  line-height: 1.800rem;
  letter-spacing: 0;
  font-weight: 600;
  text-align: left;
  padding: 15px 0;
  margin: 0;
}
.templLotsList #cont .menuInternoAsta .menuInterno:after {
  content: "";
  background-color: #dfdfdf;
  position: relative;
  display: inline-flex;
  margin: 0 15px;
  padding: 0;
  width: 1px;
  height: 14px;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.templLotsList #cont .menuInternoAsta .menuInterno:last-child:after {
  content: none;
}
@media screen and (max-width: 991px) {
  .templLotsList #cont .menuInternoAsta {
    padding-left: 1.000rem;
    padding-right: 1.000rem;
  }
}
.templLotsList #cont .lotsConsoleContainer.col-xl-3 {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
.templLotsList #cont .lotsConsoleContainer.col-xl-3 .lotsConsole .lotsConsoleContent {
  max-width: 1340px;
  padding: 4.000rem 3.000rem 3.000rem;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .templLotsList #cont .lotsConsoleContainer.col-xl-3 .lotsConsole .lotsConsoleContent {
    padding: 3.000rem 1.500rem 3.000rem;
  }
  .templLotsList #cont .lotsConsoleContainer.col-xl-3 .lotsConsole .lotsConsoleContent #formLotsConsole {
    padding-left: 1.500rem;
    padding-right: 1.500rem;
  }
}
.templLotsList #cont .lotsConsoleContainer.col-xl-3 .lotsConsole #criteriPanel {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
  -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch!important;
  margin-top: 25px;
}
.templLotsList #cont .lotsConsoleContainer.col-xl-3 .lotsConsole .criteri1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.templLotsList #cont .lotsConsoleContainer.col-xl-3 .lotsConsole .criteri2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.templLotsList #cont .lotsConsoleContainer.col-xl-3 .lotsConsole .criteri3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
@media (max-width: 991px) {
  .templLotsList #cont .lotsConsoleContainer.col-xl-3 .lotsConsole {
    background: transparent;
    margin: 0;
    padding: 2.500rem 0;
  }
  .templLotsList #cont .lotsConsoleContainer.col-xl-3 .lotsConsole #criteriPanel {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
  .templLotsList #cont .lotsConsoleContainer.col-xl-3 .lotsConsole [class^="criteri"] {
    border: none;
    padding-left: 1.500rem!important;
    padding-right: 1.500rem!important;
  }
  .templLotsList #cont .lotsConsoleContainer.col-xl-3 .lotsConsole [class^="criteri"] + [class^="criteri"] {
    margin-top: 1.500rem;
  }
}
.templLotsList #cont #psearchConsole .style-form {
  margin: 0 0 0;
}
.templLotsList #cont #psearchConsole button[type=submit] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  position: absolute;
  right: 3px;
  top: 2px;
  width: 34px;
  height: 34px;
  background: #f2f2f2;
  border-radius: 5px;
}
.templLotsList #cont #psearchConsole button[type=submit] .icon-append {
  position: relative;
  top: auto;
  right: auto;
  -ms-transform: none;
  transform: none;
  text-align: center;
}
.templLotsList #cont .panelElLotti.col-xl-9 {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  background-color: transparent;
}
.templLotsList #cont .panelElLotti.col-xl-9:has(.lotViewsContainer) {
  border-top: 1px solid rgba(32, 32, 32, 0.2);
}
.templLotsList #cont .panelElLotti.col-xl-9 .tablerow {
  max-width: 1340px;
}
.templLotsList #cont .panelElLotti.col-xl-9 .tablerow .lotViewsContainer {
  padding: 1.000rem 3.000rem!important;
}
.templLotsList #cont .panelElLotti.col-xl-9 .tablerow .lotViewsContainer:first-child {
  padding: 6.000rem 3.000rem 0!important;
}
.templLotsList #cont .panelElLotti.col-xl-9 .tablerow .lotViewsContainer:last-child {
  padding: 6.000rem 3.000rem 0!important;
}
/*************************************************************
*						Overview Asta						 *
*************************************************************/
.templateAuctionOverview {
  /*Menu Interno*/
  /* 	Text panel 	*/
}
.templateAuctionOverview .image_carousel_up {
  position: relative;
}
.templateAuctionOverview .image_carousel_up .panelTitle {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  width: 100%;
  max-width: 1380px;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  margin-bottom: 7.500rem;
  border-bottom: 0!important;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templateAuctionOverview .image_carousel_up .type {
  font-size: 1.400rem;
  line-height: 1.800rem;
  text-transform: none;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  padding-bottom: 15px;
}
.templateAuctionOverview .image_carousel_up .type span {
  color: #ffffff;
  background: #202020;
  padding-left: 7px;
  padding-right: 7px;
  margin-left: 5px;
  margin-right: 5px;
}
.templateAuctionOverview .image_carousel_up .itemListTitle {
  margin: 0;
}
.templateAuctionOverview .image_carousel_up .itemListTitle h4 {
  display: inline-block;
  position: relative;
  font-family: "BRGrotesk";
  font-size: 3.800rem;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  margin: 0;
  margin-bottom: 0.500rem;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.65);
}
.templateAuctionOverview .image_carousel_up .itemListTitle h4 .astaTempo {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  mask-image: url("../images/svg/asta-tempo.svg");
  mask-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 5px;
  filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.65));
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templateAuctionOverview .image_carousel_up .itemListTitle h4 .astaLivePremium {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 35px;
  mask-image: url("../images/svg/asta-premium.svg");
  mask-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 5px;
  filter: drop-shadow(0px 1px 0px rgba(0, 0, 0, 0.65));
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templateAuctionOverview .image_carousel_up .itemListData {
  font-family: "BRGrotesk";
  font-weight: 600;
  font-size: 1.800rem;
  line-height: 1;
  color: #ffffff;
  margin: 0;
}
.templateAuctionOverview .image_carousel_up .itemListData .separatore {
  display: inline-block;
  height: 1.700rem;
  margin: 0 0.700rem;
  position: relative;
  border-left: 1px solid #fee202;
  vertical-align: bottom;
}
.templateAuctionOverview .image_carousel_up .itemListData div {
  display: inline-block;
}
.templateAuctionOverview .image_carousel_up .itemListData .first-letter:first-letter {
  text-transform: uppercase;
}
.templateAuctionOverview .menuInternoAsta {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  width: 100%;
  max-width: 1140px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.templateAuctionOverview .menuInternoAsta .menuInterno {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  font-size: 1.600rem;
  line-height: 1.800rem;
  font-weight: 600;
  text-align: left;
  margin: 0;
  padding: 15px 0;
}
.templateAuctionOverview .menuInternoAsta .menuInterno:after {
  content: "";
  background-color: #dfdfdf;
  position: relative;
  display: inline-flex;
  margin: 0 15px;
  padding: 0;
  width: 1px;
  height: 14px;
  transition: all 0.6s;
}
.templateAuctionOverview .menuInternoAsta .menuInterno:last-child:after {
  content: none;
}
.templateAuctionOverview .textPanel {
  font-size: 1.400rem;
  padding: 3.000rem;
}
.templateAuctionOverview .textPanel .contentPanel {
  position: relative;
  column-count: 2;
  column-gap: 12rem;
  padding: 0;
  text-align: left;
}
.templateAuctionOverview .textPanel .contentPanel:first-letter {
  font-size: 52px;
  line-height: 16px;
  font-weight: 600;
  text-align: left;
  padding: 10px 15px 10px 0;
  margin-right: 0;
  float: left;
}
.templateAuctionOverview .videoPanel {
  background-color: #ffffff;
  padding: 3.000rem;
}
.templateAuctionOverview .videoPanel .containerVideoPanel {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  -webkit-box-align: baseline!important;
  -ms-flex-align: baseline!important;
  align-items: baseline!important;
  padding: 4.500rem 0 3.000rem;
}
.templateAuctionOverview .videoPanel .containerVideoPanel .title:before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 17px;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 100;
  background: #fee202;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
}
.templateAuctionOverview .videoPanel .containerVideoPanel .title {
  font-family: "BRGrotesk";
  font-size: 2.800rem;
  font-weight: 600;
  line-height: 3.000rem;
  position: relative;
  text-align: left;
  padding-left: 15px;
  margin: 0;
}
.templateAuctionOverview .videoPanel .containerVideoPanel .title b {
  font-weight: 600;
}
.templateAuctionOverview .videoPanel .containerVideoPanel .subTitle {
  font-family: "BRGrotesk";
  font-size: 1.800rem;
  font-weight: 600;
  position: relative;
  text-align: left;
  padding-left: 15px;
  padding-bottom: 10px;
  margin: 0;
}
.templateAuctionOverview .videoPanel .containerVideoPanel .text {
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  font-weight: normal;
  position: relative;
  text-align: left;
  padding-left: 15px;
  margin: 0;
}
.templateAuctionOverview .bannerPanel {
  /*Immagine*/
}
.templateAuctionOverview .bannerPanel .item {
  overflow: hidden;
  display: block;
  position: relative;
  margin: 0;
  height: 100vh;
  max-height: 440px;
}
.templateAuctionOverview .bannerPanel .item .depContainer {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: absolute;
  background: #f9f9f9;
}
.templateAuctionOverview .bannerPanel .item .depContainer .img-cover {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-backface-visibility: hidden;
  -webkit-transition: transform 0.5s ease-in-out 0s;
  -moz-transition: transform 0.5s ease-in-out 0s;
  -o-transition: transform 0.5s ease-in-out 0s;
  -ms-transition: transform 0.5s ease-in-out 0s;
  transition: transform 0.5s ease-in-out 0s;
}
.templateAuctionOverview .bannerPanel .item .depContainer .img-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
/*************************************************************
*						Dipartimenti 						 *
*************************************************************/
.templDipartimenti .itemListContainer {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 2.500rem;
}
.templDipartimenti .itemListContainer .contBoxImg {
  max-width: 100%;
  margin: 0;
}
.templDipartimenti .itemListContainer .contBoxImg .contentBox {
  height: fit-content;
  border-radius: 0;
  padding: 0;
}
.templDipartimenti .itemListContainer .contBoxImg .contentBox .ratio {
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  aspect-ratio: 1.25;
}
.templDipartimenti .itemListContainer .contBoxImg .contentBox .ratio span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background-color: transparent;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 35%);
}
.templDipartimenti .itemListContainer .contBoxImg .contentBox:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templDipartimenti .itemListContainer .contBoxText {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  text-align: left;
  margin: 0;
}
.templDipartimenti .itemListContainer .contBoxText .headerBoxText {
  margin: 0;
}
.templDipartimenti .itemListContainer .contBoxText .headerBoxText h5 {
  font-family: "BRGrotesk";
  font-size: 2.400rem;
  line-height: 1;
  font-weight: normal;
  color: #202020;
  text-transform: none;
  text-align: left;
  padding: 0;
}
.templDipartimenti .itemListContainer .contBoxText .textBoxText {
  text-align: left;
}
.templDipartimenti .itemListContainer .contBoxText .btn {
  text-transform: uppercase;
  margin-top: auto;
}
.templDipartimenti .itemListContainer:hover {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templDipartimenti .itemListContainer:hover h5 {
  color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templDipartimenti .itemListContainer:hover .contentBox:after {
  height: 6px;
  background-color: #fee202;
  z-index: 10;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templDipartimenti .itemListContainer:hover .contentBox .immagine {
  transform: scale(1.015);
  transition: 0.8s;
}
.templDipartimenti .itemListContainer:hover .contentBox .hover {
  opacity: 0.33;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templDipartimenti .videoSfondo {
  display: none;
}
/************		Dettaglio Dipartimento		************/
.templDipartimentiDett {
  /* 		Sezioni 	*/
  /* 		Titolo 		*/
  /* Calendario Aste */
  /* 		Video 		*/
}
.templDipartimentiDett section:nth-child(even) {
  background: #f2f2f2;
}
.templDipartimentiDett section:nth-child(odd) {
  background: transparent;
}
.templDipartimentiDett .asteDipTitle {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start !important;
  -webkit-box-align: baseline!important;
  -ms-flex-align: baseline!important;
  align-items: baseline!important;
  margin: 4.500rem 0 3.000rem;
  padding: 0 15px!important;
  font-family: "BRGrotesk";
  font-size: 2.400rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
  text-align: left;
  /* Visualizzazione Mobile */
}
@media screen and (max-width: 767px) {
  .templDipartimentiDett .asteDipTitle {
    margin-left: 0;
    margin-right: 0;
  }
}
.templDipartimentiDett .asteDipTitle div.firstWord {
  margin: 0;
}
.templDipartimentiDett #elencoAsteDip {
  padding: 3.500rem 1.500rem 6.500rem;
}
.templDipartimentiDett #elencoAsteDip .asteDipContainer {
  position: relative;
  /* Visualizzazione Mobile */
}
@media screen and (max-width: 767px) {
  .templDipartimentiDett #elencoAsteDip .asteDipContainer {
    padding-left: 0;
    padding-right: 0;
  }
}
.templDipartimentiDett #elencoAsteDip #dipAste {
  list-style: none;
  padding-bottom: 25px;
  /*Hover styles*/
}
.templDipartimentiDett #elencoAsteDip #dipAste .owl-item .asteListContainerDett {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch!important;
}
.templDipartimentiDett #elencoAsteDip #dipAste .owl-item .asteListContainerDett .asteListImgDett {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.templDipartimentiDett #elencoAsteDip #dipAste .owl-item .asteListContainerDett .asteListImgDett .contentBox {
  padding: 0;
  border-radius: 0;
}
.templDipartimentiDett #elencoAsteDip #dipAste .owl-item .asteListContainerDett .asteListImgDett .contentBox .ratio {
  padding: 0;
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.71428571;
}
.templDipartimentiDett #elencoAsteDip #dipAste .owl-item .asteListContainerDett .asteListImgDett .contentBox:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44%;
}
.templDipartimentiDett #elencoAsteDip #dipAste .owl-item .asteListContainerDett .asteListImgDett .contentBox span {
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.15);
  z-index: -1;
  margin: auto;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.templDipartimentiDett #elencoAsteDip #dipAste .owl-item .asteListContainerDett .asteListImgDett .contentBox .wrap-img {
  transform: scale(1, 1);
  transition: transform 0.5s ease-in-out 0s;
}
.templDipartimentiDett #elencoAsteDip #dipAste .owl-item .asteListContainerDett .itemListDett {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: left;
  padding: 3.000rem 1.500rem!important;
}
.templDipartimentiDett #elencoAsteDip #dipAste .owl-item .asteListContainerDett .itemListDett .numAsta {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  width: fit-content;
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  margin-bottom: 1.500rem;
}
.templDipartimentiDett #elencoAsteDip #dipAste .owl-item .asteListContainerDett .itemListDett .numAsta span.type:after {
  content: ", ";
  white-space: pre;
}
.templDipartimentiDett #elencoAsteDip #dipAste .owl-item .asteListContainerDett .itemListDett .itemListTitle {
  position: relative;
  font-family: "BRGrotesk";
  font-size: 2.400rem;
  line-height: 1;
  font-weight: 500;
  padding-bottom: 1.500rem;
}
.templDipartimentiDett #elencoAsteDip #dipAste .owl-item .asteListContainerDett .itemListDett .itemListData {
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  color: #585858;
}
.templDipartimentiDett #elencoAsteDip #dipAste .owl-item .asteListContainerDett .itemListDett .itemListData div:first-letter {
  text-transform: uppercase;
}
.templDipartimentiDett #elencoAsteDip #dipAste .owl-item .asteListContainerDett:hover {
  cursor: pointer;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templDipartimentiDett #elencoAsteDip #dipAste .owl-item .asteListContainerDett:hover .asteListImgDett .hover {
  opacity: 0;
  transition: .5s linear 0.25s !important;
}
.templDipartimentiDett #elencoAsteDip #dipAste .owl-item .asteListContainerDett:hover .asteListImgDett .immagine {
  -webkit-clip-path: inset(0px);
  clip-path: inset(0px);
  transition: .5s linear !important;
}
.templDipartimentiDett #elencoAsteDip #dipAste .owl-item .asteListContainerDett:hover .asteListImgDett .wrap-img {
  transform: scale(1.025, 1.025);
  transition: transform 0.5s ease-in-out 0s;
}
.templDipartimentiDett #elencoAsteDip #dipAste .owl-item .asteListContainerDett:hover .itemListDett .itemListTitle {
  color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
@media screen and (max-width: 767px) {
  .templDipartimentiDett #elencoAsteDip #dipAste {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .templDipartimentiDett #elencoAsteDip #dipAste .owl-item .asteListContainerDett {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    padding-left: 0!important;
    padding-right: 0!important;
    padding-bottom: 0!important;
  }
  .templDipartimentiDett #elencoAsteDip #dipAste .numAsta {
    padding-top: 55px;
  }
  .templDipartimentiDett #elencoAsteDip #dipAste .boxRight {
    position: relative!important;
    left: 0;
    top: auto!important;
    bottom: auto!important;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .templDipartimentiDett #elencoAsteDip #dipAste .itemListTitle h5 {
    text-align: left;
  }
  .templDipartimentiDett #elencoAsteDip #dipAste .itemListData {
    text-align: left;
  }
}
.templDipartimentiDett .videoPanel {
  padding: 3.000rem;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .templDipartimentiDett .videoPanel {
    padding: 3.000rem 0!important;
  }
}
.templDipartimentiDett .videoPanel .badge_svg {
  top: 35px;
  left: 0;
  right: auto;
  /* Visualizzazione Ipad */
}
.templDipartimentiDett .videoPanel .badge_svg text.badge_text {
  letter-spacing: 26px;
}
@media screen and (max-width: 991px) {
  .templDipartimentiDett .videoPanel .badge_svg {
    display: none;
  }
}
.templDipartimentiDett .videoPanel .containerVideoPanel {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  -webkit-box-align: baseline!important;
  -ms-flex-align: baseline!important;
  align-items: baseline!important;
  padding: 4.500rem 0 3.000rem;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .templDipartimentiDett .videoPanel .containerVideoPanel {
    padding: 0!important;
  }
}
.templDipartimentiDett .videoPanel .containerVideoPanel .title {
  font-family: "BRGrotesk";
  font-size: 2.600rem;
  font-weight: 300;
  line-height: 1;
  position: relative;
  text-align: left;
  margin: 0;
}
.templDipartimentiDett .videoPanel .containerVideoPanel .title b {
  font-weight: 600;
}
.templDipartimentiDett .videoPanel .containerVideoPanel .subTitle {
  font-family: "BRGrotesk";
  font-size: 1.800rem;
  font-weight: 600;
  position: relative;
  text-align: left;
  padding-left: 15px;
  padding-bottom: 10px;
  margin: 0;
}
.templDipartimentiDett .videoPanel .containerVideoPanel .text {
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  font-weight: normal;
  position: relative;
  text-align: left;
  padding-left: 15px;
  margin: 0;
}
.templDipartimentiDett .videoPanel .containerVideoPanel .video {
  --column-gap: 25px;
  --row-gap: 25px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  grid-gap: 30px;
  display: grid;
  grid-auto-rows: 1fr;
  grid-auto-flow: dense;
  padding: 3.000rem 0;
  width: 100%;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .templDipartimentiDett .videoPanel .containerVideoPanel .video {
    display: block;
    padding: 0;
  }
}
.templDipartimentiDett .videoPanel .containerVideoPanel .video .item-video {
  grid-auto-rows: 1fr minmax(auto, 100px);
  grid-column: span 5;
  overflow: hidden;
  display: grid;
  position: relative;
  margin: 0;
}
.templDipartimentiDett .videoPanel .containerVideoPanel .video .desc-videoPanel {
  grid-auto-rows: 1fr minmax(auto, 100px);
  grid-column: span 2;
  overflow: hidden;
  display: grid;
  position: relative;
  margin: 0;
}
.templDipartimentiDett #imgDip {
  padding: 3.500rem 1.500rem 6.500rem;
  /* Visualizzazione Mobile */
}
@media screen and (max-width: 767px) {
  .templDipartimentiDett #imgDip {
    padding: 3.000rem 1.500rem;
  }
}
.templDipartimentiDett #imgDip .imgDipContainer .title {
  position: relative;
  display: block;
  font-family: "BRGrotesk";
  font-size: 2.000rem;
  line-height: 1;
  color: #202020;
}
.templDipartimentiDett #imgDip .imgDipContainer .contentBox .ratio {
  padding: 0;
  position: relative;
  aspect-ratio: 1;
}
.templDipartimentiDett #documentiDip {
  padding: 3.500rem 1.500rem 6.500rem;
  /* Visualizzazione Mobile */
}
@media screen and (max-width: 767px) {
  .templDipartimentiDett #documentiDip {
    padding: 3.000rem 1.500rem!important;
  }
}
.templDipartimentiDett #documentiDip .itemListDett {
  text-align: left;
}
.templDipartimentiDett .refDipContainer .name {
  font-family: "BRGrotesk";
  font-size: 2.400rem;
  line-height: 2.200rem;
  color: #202020;
  position: relative;
  display: block;
  padding: 2.500rem 0 0;
}
.templDipartimentiDett .riga:after {
  content: "";
  position: relative;
  background-color: rgba(0, 0, 0, 0.15);
  width: 100%;
  max-width: 87px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin: 1.000rem 0 1.000rem;
}
.templDipartimentiDett .refDipContainer .labelDepartment {
  font-family: "BRGrotesk";
  font-size: 1.300rem;
  line-height: 1.400rem;
  text-transform: uppercase;
  color: #202020;
  display: block;
}
.templDipartimentiDett #documentiDip .referPanel .card {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 25px;
  padding: 10px;
  border: 0;
  background: transparent;
}
@media screen and (max-width: 991px) {
  .templDipartimentiDett #documentiDip .referPanel .card {
    grid-template-columns: auto;
    grid-gap: 0;
    padding: 0!important;
  }
}
/*************************************************************
*						Aste a Tempo						 *
*************************************************************/
.AsteTempoLogo,
.AsteTempoSimLogo,
.astaLivePremium,
.AsteCompraSubitoLogo {
  cursor: pointer;
  dispay: flex;
  align-items: center;
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  top: 10px;
  left: 10px;
  border: 1px solid rgba(144, 144, 144, 0.2);
  color: #202020;
  border-radius: 3px;
  box-shadow: 0 5px 15px rgba(144, 144, 144, 0.05);
  background-color: #ffffff;
  z-index: 10;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.AsteTempoLogo:after,
.AsteTempoSimLogo:after,
.astaLivePremium:after,
.AsteCompraSubitoLogo:after {
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.AsteTempoLogo:before {
  /* content: "\e824"; */
  content: '';
  mask-image: url('../images/svg/asta-tempo.svg');
  mask-repeat: no-repeat;
  background-color: #202020;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  margin: auto;
}
.AsteTempoSimLogo:before {
  /* content: "\e824"; */
  content: '';
  mask-image: url('../images/svg/asta-tempo.svg');
  mask-repeat: no-repeat;
  background-color: #202020;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 20px;
  height: 20px;
  margin: auto;
}
.astaLivePremium:before {
  content: '';
  width: 20px;
  height: 20px;
  mask-image: url('../images/svg/asta-premium.svg');
  mask-repeat: no-repeat;
  background-color: #202020;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: auto;
}
.AsteCompraSubitoLogo:before {
  /* content: "\e824"; */
  content: '';
  width: 20px;
  height: 20px;
  mask-image: url('../images/svg/asta-compra-subito.svg');
  mask-repeat: no-repeat;
  background-color: #202020;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: auto;
}
/* calendario future*/
.asteListContent .AsteTempoLogo:after,
.AsteTempoSimLogo:after,
.asteListContent .astaLivePremium:after,
.asteListContent .AsteCompraSubitoLogo:after {
  margin: 0;
}
/* calendario passate*/
.pastAuction .asteListContent .AsteTempoLogo:after,
.AsteTempoSimLogo:after,
.pastAuction .asteListContent .astaLivePremium:after,
.pastAuction .asteListContent .AsteCompraSubitoLogo:after {
  margin: 0;
}
/* Asta*/
#dettaglioAsta .asteListImg .AsteTempoLogo:after,
.AsteTempoSimLogo:after,
#dettaglioAsta .asteListImg .astaLivePremium:after,
#dettaglioAsta .asteListImg .AsteCompraSubitoLogo:after {
  margin: 0;
}
/*************************************************************
*					Auction Calendar 						*
*************************************************************/
/*************************************************************
*				List style (Calendario Aste)				 *
*************************************************************/
.asteListContainer {
  padding: 0;
  position: relative;
  display: block;
  margin: 0;
}
/*************************************************************
*						Future Auctions						 *
*************************************************************/
.asteFuturePanel {
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .asteFuturePanel {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
.asteListContainer.futureAuction {
  padding: 3.000rem;
  /* Visualizzazione Ipad */
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .asteListContainer.futureAuction {
    padding: 3.000rem 0;
  }
}
.asteListContainer.futureAuction .asteListContent {
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: min-content auto max-content;
  column-gap: 20px;
  padding: 0;
  height: 100%;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .asteListContainer.futureAuction .asteListContent {
    grid-template-columns: 1fr;
  }
}
.asteListContainer.futureAuction .asteListImg {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  grid-area: 0.5;
  height: auto;
  /* Visualizzazione Ipad */
}
@media (max-width: 767px) {
  .asteListContainer.futureAuction .asteListImg {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
}
.asteListContainer.futureAuction .asteListImg .contentBox {
  min-width: 100%;
  border-radius: 0;
  padding-left: 3.000rem;
  padding-right: 3.000rem;
  margin: 0;
}
@media (min-width: 1440px) {
  .asteListContainer.futureAuction .asteListImg .contentBox {
    min-width: 100%;
  }
}
@media (min-width: 769px) {
  .asteListContainer.futureAuction .asteListImg .contentBox {
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .asteListContainer.futureAuction .asteListImg .contentBox {
    min-width: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.asteListContainer.futureAuction .asteListImg .contentBox {
  padding: 0;
  height: fit-content;
}
.asteListContainer.futureAuction .asteListImg .contentBox .ratio {
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  aspect-ratio: 0.77760498;
}
.asteListContainer.futureAuction .asteListImg .contentBox .ratio span {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  margin: auto;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background-color: transparent;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 35%);
}
.asteListContainer.futureAuction .asteListImg .contentBox:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.asteListContainer.futureAuction .asteListImg .contentBox .post-button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  border: none;
  background: #ffffff;
  vertical-align: middle;
  bottom: 20px;
  right: 15px;
  position: absolute;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  width: 50px;
  height: 50px;
  min-width: 0;
  padding: 0;
  color: #ffffff;
  border-radius: 50%;
  visibility: hidden;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.asteListContainer.futureAuction .asteListImg .contentBox .post-button .button_icon {
  width: 30px;
  height: 30px;
  background-size: contain;
  mask-image: url("../images/svg/arrow-topright.svg");
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
  visibility: hidden;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
@media screen and (max-width: 991px) {
  .asteListContainer.futureAuction .asteListImg {
    order: 1;
  }
}
.asteListContainer.futureAuction .itemList {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  height: 100%;
  grid-area: 0.05555556;
  padding-top: 2.000rem;
}
.asteListContainer.futureAuction .itemList > div {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: max-content max-content max-content auto;
  text-align: left;
}
.asteListContainer.futureAuction .itemList .fregio {
  display: none;
}
.asteListContainer.futureAuction .itemList .numAsta {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  width: fit-content;
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.asteListContainer.futureAuction .itemList .numAsta span.type:after {
  content: ", ";
  white-space: pre;
}
.asteListContainer.futureAuction .itemList .numAsta span.part {
  text-transform: capitalize;
}
.asteListContainer.futureAuction .itemList .itemListTitle {
  margin: 0;
  word-break: break-word;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .asteListContainer.futureAuction .itemList .itemListTitle {
    padding-top: 1.000rem;
  }
}
.asteListContainer.futureAuction .itemList .itemListTitle h4 {
  position: relative;
  font-family: "BRGrotesk";
  font-size: 2.4rem;
  line-height: 0.9;
  font-weight: 500;
  color: #202020;
}
@media (min-width: 576px) {
  .asteListContainer.futureAuction .itemList .itemListTitle h4 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.64685714rem);
  }
}
@media (min-width: 768px) {
  .asteListContainer.futureAuction .itemList .itemListTitle h4 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.72914286rem);
  }
}
@media (min-width: 992px) {
  .asteListContainer.futureAuction .itemList .itemListTitle h4 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.82514286rem);
  }
}
@media (min-width: 1200px) {
  .asteListContainer.futureAuction .itemList .itemListTitle h4 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.91428571rem);
  }
}
@media (min-width: 1400px) {
  .asteListContainer.futureAuction .itemList .itemListTitle h4 {
    font-size: 3rem;
  }
}
.asteListContainer.futureAuction .itemList .itemListTitle h4 span {
  font-family: "BRGrotesk";
  font-size: 1.800rem;
  line-height: 3.000rem;
  text-transform: none;
  color: #202020;
  display: none;
}
.asteListContainer.futureAuction .itemList .dataAsta {
  font-family: "BRGrotesk";
  font-size: 1.600rem;
  line-height: 1;
  font-weight: 500;
  padding: 0;
  padding-bottom: 0.500rem;
  margin: 0;
}
.asteListContainer.futureAuction .itemList .dataAsta span {
  text-transform: capitalize;
}
.asteListContainer.futureAuction .itemList .itemListText {
  font-family: "BRGrotesk";
  font-size: 1.600rem;
  line-height: 1;
  font-weight: 500;
  text-transform: none;
  color: #202020;
  padding: 0;
  padding-bottom: 1.500rem;
  margin: 0;
  margin-top: auto;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .asteListContainer.futureAuction .itemList .itemListText {
    padding-top: 0!important;
    width: 100%;
  }
}
.asteListContainer.futureAuction .itemList .itemListText .label {
  font-weight: 500;
  color: #202020;
}
.asteListContainer.futureAuction .itemList .boxOrari {
  padding-bottom: 1.500rem;
}
.asteListContainer.futureAuction .itemList .itemExpoAsta {
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  line-height: 1;
  font-weight: normal;
  text-transform: none;
  padding: 0;
  padding-bottom: 1.500rem;
  margin: 0;
  margin-top: auto;
  /* Visualizzazione Ipad */
}
.asteListContainer.futureAuction .itemList .itemExpoAsta .label {
  font-weight: 500;
  color: #202020;
}
@media screen and (max-width: 991px) {
  .asteListContainer.futureAuction .itemList .itemExpoAsta {
    padding-top: 0!important;
    width: 100%;
  }
}
.asteListContainer.futureAuction #pulsantieraAsta {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  height: 100%;
  grid-area: 0.05555556;
  text-align: left;
}
.asteListContainer.futureAuction #pulsantieraAsta .d-block:has(.butPrinc) + .d-block:has(.butPrinc) {
  margin-top: 0.500rem;
}
.asteListContainer.futureAuction #pulsantieraAsta .d-block:has(.butPrinc) + .d-block:has(.butSecond) {
  margin-top: 1.500rem;
}
.asteListContainer.futureAuction:hover {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.asteListContainer.futureAuction:hover .itemListTitle h4 {
  color: #585858;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.asteListContainer.futureAuction:hover .contentBox:after {
  height: 6px;
  background-color: #fee202;
  z-index: 10;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.asteListContainer.futureAuction:hover .contentBox .hover {
  opacity: 0.33;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.asteListContainer.futureAuction:hover .contentBox .post-button {
  visibility: visible;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.asteListContainer.futureAuction:hover .contentBox .post-button .button_icon {
  visibility: visible;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.asteListContainer.futureAuction .link-hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  transform: scale(0.8, 0.8);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.asteListContainer.futureAuction:hover .link-hover {
  transform: scale(1, 1);
  opacity: 1;
}
.asteListContainer.futureAuction:hover .contentBox .withe .hover {
  background-color: #202020;
}
.asteListContainer.futureAuction:hover .contentBox .immagine {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (max-width: 991px) {
  .asteListContainer.futureAuction .itemList .col-xs-12 {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
/*************************************************************
*						Past Auctions						 *
*************************************************************/
#panelTitleAstePassate {
  display: inline-block;
  position: relative;
  color: #202020;
  font-family: "BRGrotesk";
  font-size: 2.400rem;
  line-height: 1;
  font-weight: 500;
  text-align: left;
  margin: 0;
  margin-top: 2.500rem;
  margin-bottom: 1.500rem;
}
.asteArchivioPanel {
  position: relative;
  background-color: transparent;
  padding-top: 85px;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .asteArchivioPanel {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
.asteListContainer.pastAuction {
  padding: 3.000rem;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .asteListContainer.pastAuction {
    padding: 3.000rem 0;
  }
}
.asteListContainer.pastAuction .asteListContent {
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: min-content auto max-content;
  column-gap: 20px;
  padding: 0;
  height: 100%;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .asteListContainer.pastAuction .asteListContent {
    grid-template-columns: 1fr;
  }
}
.asteListContainer.pastAuction .asteListImg {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  grid-area: 0.5;
  height: auto;
  /* Visualizzazione Ipad */
}
@media (max-width: 767px) {
  .asteListContainer.pastAuction .asteListImg {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
}
.asteListContainer.pastAuction .asteListImg .contentBox {
  min-width: 100%;
  border-radius: 0;
  padding-left: 3.000rem;
  padding-right: 3.000rem;
  margin: 0;
}
@media (min-width: 1440px) {
  .asteListContainer.pastAuction .asteListImg .contentBox {
    min-width: 100%;
  }
}
@media (min-width: 769px) {
  .asteListContainer.pastAuction .asteListImg .contentBox {
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .asteListContainer.pastAuction .asteListImg .contentBox {
    min-width: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.asteListContainer.pastAuction .asteListImg .contentBox {
  padding: 0;
  height: fit-content;
}
.asteListContainer.pastAuction .asteListImg .contentBox .ratio {
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  aspect-ratio: 0.77760498;
}
.asteListContainer.pastAuction .asteListImg .contentBox .ratio span {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  margin: auto;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background-color: transparent;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 35%);
}
.asteListContainer.pastAuction .asteListImg .contentBox:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.asteListContainer.pastAuction .asteListImg .contentBox .post-button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  border: none;
  background: #ffffff;
  vertical-align: middle;
  bottom: 20px;
  right: 15px;
  position: absolute;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  width: 50px;
  height: 50px;
  min-width: 0;
  padding: 0;
  color: #ffffff;
  border-radius: 50%;
  visibility: hidden;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.asteListContainer.pastAuction .asteListImg .contentBox .post-button .button_icon {
  width: 30px;
  height: 30px;
  background-size: contain;
  mask-image: url("../images/svg/arrow-topright.svg");
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
  visibility: hidden;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
@media screen and (max-width: 991px) {
  .asteListContainer.pastAuction .asteListImg {
    order: 1;
  }
}
.asteListContainer.pastAuction .itemList {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  height: 100%;
  grid-area: 0.05555556;
  padding-top: 2.000rem;
}
.asteListContainer.pastAuction .itemList > div {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: max-content max-content max-content auto;
  text-align: left;
}
.asteListContainer.pastAuction .itemList .fregio {
  display: none;
}
.asteListContainer.pastAuction .itemList .numAsta {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  width: fit-content;
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.asteListContainer.pastAuction .itemList .numAsta span.type:after {
  content: ", ";
  white-space: pre;
}
.asteListContainer.pastAuction .itemList .numAsta span.part {
  text-transform: capitalize;
}
.asteListContainer.pastAuction .itemList .itemListTitle {
  margin: 0;
  word-break: break-word;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .asteListContainer.pastAuction .itemList .itemListTitle {
    padding-top: 1.000rem;
  }
}
.asteListContainer.pastAuction .itemList .itemListTitle h4 {
  position: relative;
  font-family: "BRGrotesk";
  font-size: 2.4rem;
  line-height: 0.9;
  font-weight: 500;
  color: #202020;
}
@media (min-width: 576px) {
  .asteListContainer.pastAuction .itemList .itemListTitle h4 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.64685714rem);
  }
}
@media (min-width: 768px) {
  .asteListContainer.pastAuction .itemList .itemListTitle h4 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.72914286rem);
  }
}
@media (min-width: 992px) {
  .asteListContainer.pastAuction .itemList .itemListTitle h4 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.82514286rem);
  }
}
@media (min-width: 1200px) {
  .asteListContainer.pastAuction .itemList .itemListTitle h4 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.91428571rem);
  }
}
@media (min-width: 1400px) {
  .asteListContainer.pastAuction .itemList .itemListTitle h4 {
    font-size: 3rem;
  }
}
.asteListContainer.pastAuction .itemList .itemListTitle h4 span {
  font-family: "BRGrotesk";
  font-size: 1.800rem;
  line-height: 3.000rem;
  text-transform: none;
  color: #202020;
  display: none;
}
.asteListContainer.pastAuction .itemList .dataAsta {
  font-family: "BRGrotesk";
  font-size: 1.600rem;
  line-height: 1;
  font-weight: 500;
  padding: 0;
  padding-bottom: 0.500rem;
  margin: 0;
}
.asteListContainer.pastAuction .itemList .dataAsta span {
  text-transform: capitalize;
}
.asteListContainer.pastAuction .itemList .itemListText {
  font-family: "BRGrotesk";
  font-size: 1.600rem;
  line-height: 1;
  font-weight: 500;
  text-transform: none;
  color: #202020;
  padding: 0;
  padding-bottom: 1.500rem;
  margin: 0;
  margin-top: auto;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .asteListContainer.pastAuction .itemList .itemListText {
    padding-top: 0!important;
    width: 100%;
  }
}
.asteListContainer.pastAuction .itemList .itemListText .label {
  font-weight: 500;
  color: #202020;
}
.asteListContainer.pastAuction .itemList .boxOrari {
  padding-bottom: 1.500rem;
}
.asteListContainer.pastAuction .itemList .itemExpoAsta {
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  line-height: 1;
  font-weight: normal;
  text-transform: none;
  padding: 0;
  padding-bottom: 1.500rem;
  margin: 0;
  margin-top: auto;
  /* Visualizzazione Ipad */
}
.asteListContainer.pastAuction .itemList .itemExpoAsta .label {
  font-weight: 500;
  color: #202020;
}
@media screen and (max-width: 991px) {
  .asteListContainer.pastAuction .itemList .itemExpoAsta {
    padding-top: 0!important;
    width: 100%;
  }
}
.asteListContainer.pastAuction #pulsantieraAsta {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  height: 100%;
  grid-area: 0.05555556;
  text-align: left;
}
.asteListContainer.pastAuction #pulsantieraAsta .d-block:has(.butPrinc) + .d-block:has(.butPrinc) {
  margin-top: 0.500rem;
}
.asteListContainer.pastAuction #pulsantieraAsta .d-block:has(.butPrinc) + .d-block:has(.butSecond) {
  margin-top: 1.500rem;
}
.asteListContainer.pastAuction:hover {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.asteListContainer.pastAuction:hover .itemListTitle h4 {
  color: #585858;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.asteListContainer.pastAuction:hover .contentBox:after {
  height: 6px;
  background-color: #fee202;
  z-index: 10;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.asteListContainer.pastAuction:hover .contentBox .hover {
  opacity: 0.33;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.asteListContainer.pastAuction:hover .contentBox .post-button {
  visibility: visible;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.asteListContainer.pastAuction:hover .contentBox .post-button .button_icon {
  visibility: visible;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.asteListContainer.pastAuction .link-hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  transform: scale(0.8, 0.8);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.asteListContainer.pastAuction:hover .link-hover {
  transform: scale(1, 1);
  opacity: 1;
}
.asteListContainer.pastAuction:hover .contentBox .withe .hover {
  background-color: #202020;
}
.asteListContainer.pastAuction:hover .contentBox .immagine {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.asteArchivioPanel {
  /* Pulsante Tutte le aste */
}
.asteArchivioPanel .linkAuction {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  color: #202020;
  font-family: "BRGrotesk";
  font-size: 2.400rem;
  font-weight: 400;
  line-height: 1;
  font-style: normal;
  text-align: center;
  text-transform: none;
  padding: 50px;
  border: 1px solid rgba(32, 32, 32, 0.2);
  border-radius: 50%;
  width: 100%;
  max-width: 250px;
  aspect-ratio: 1;
  transform: translate(0, -15px);
}
.asteArchivioPanel .linkAuction:before,
.asteArchivioPanel .linkAuction:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background-color: transparent;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition-duration: 1s;
  z-index: -1;
}
.asteArchivioPanel .linkAuction:after {
  opacity: 0;
  background-color: #fee202;
  transform: scale(0.75);
}
.asteArchivioPanel .linkAuction span:after {
  content: " ";
  display: block;
  height: 2px;
  max-width: 6.8rem;
  width: 100%;
  margin: 1.8rem auto 0;
  position: relative;
  background: #202020;
}
.asteArchivioPanel .linkAuction:hover {
  color: #202020;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.asteArchivioPanel .linkAuction:hover:before {
  opacity: 0;
  transform: scale(0.75);
}
.asteArchivioPanel .linkAuction:hover:after {
  opacity: 1;
  transform: scale(1);
}
/*************************************************************
*					Aste Compra Subito						*
*************************************************************/
.compraSubitoOnly #testataAste {
  display: none!Important;
}
.compraSubitoOnly .asteArchivioPanel {
  display: none!Important;
}
[data-tipoasta="compraSubito"] .offertaLibera,
.compraSubito .offertaLibera {
  display: none!Important;
}
[data-tipoasta="compraSubito"] [data-attr="condVendita"],
.compraSubito [data-attr="condVendita"] {
  display: none!Important;
}
[data-tipoasta="compraSubito"] [data-attr="baseAsta"],
.compraSubito [data-attr="baseAsta"] {
  display: none!Important;
}
[data-tipoasta="compraSubito"] [data-attr="baseAsta"],
.compraSubito [data-attr="baseAsta"] {
  display: none!Important;
}
[data-tipoasta="compraSubito"].lotsHeaderAuction span,
.compraSubito.lotsHeaderAuction span {
  display: none!Important;
}
.compraSubitoOnly #backgroundDiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #f2f2f2;
  z-index: -1;
  transition: height 0.3s ease;
}
.compraSubitoOnly .asteFuturePanel {
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .compraSubitoOnly .asteFuturePanel {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
.compraSubitoOnly .asteListContainer.futureAuction {
  border-bottom: 0;
}
.compraSubitoOnly .asteListContainer.futureAuction:last-child {
  border-bottom: 0;
}
.compraSubitoOnly .asteListContainer.futureAuction {
  padding: 3.000rem;
  /* Visualizzazione Ipad */
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .compraSubitoOnly .asteListContainer.futureAuction {
    padding: 3.000rem 0;
  }
}
.compraSubitoOnly .asteListContainer.futureAuction .asteListContent {
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  column-gap: 20px;
  padding: 0;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .compraSubitoOnly .asteListContainer.futureAuction .asteListContent {
    grid-template-columns: 1fr;
  }
}
.compraSubitoOnly .asteListContainer.futureAuction .asteListImg {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  grid-area: 0.5;
  height: auto;
  /* Visualizzazione Ipad */
}
@media (max-width: 767px) {
  .compraSubitoOnly .asteListContainer.futureAuction .asteListImg {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
}
.compraSubitoOnly .asteListContainer.futureAuction .asteListImg .AsteCompraSubitoLogo {
  display: none!important;
}
.compraSubitoOnly .asteListContainer.futureAuction .asteListImg .contentBox {
  min-width: 100%;
  border-radius: 0;
  padding-left: 3.000rem;
  padding-right: 3.000rem;
  margin: 0;
}
@media (min-width: 1440px) {
  .compraSubitoOnly .asteListContainer.futureAuction .asteListImg .contentBox {
    min-width: 100%;
  }
}
@media (min-width: 769px) {
  .compraSubitoOnly .asteListContainer.futureAuction .asteListImg .contentBox {
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .compraSubitoOnly .asteListContainer.futureAuction .asteListImg .contentBox {
    min-width: auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.compraSubitoOnly .asteListContainer.futureAuction .asteListImg .contentBox {
  padding: 0;
  height: fit-content;
}
.compraSubitoOnly .asteListContainer.futureAuction .asteListImg .contentBox .ratio {
  padding: 0;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  aspect-ratio: 1;
}
.compraSubitoOnly .asteListContainer.futureAuction .asteListImg .contentBox .ratio span {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  margin: auto;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background-color: transparent;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 35%);
}
.compraSubitoOnly .asteListContainer.futureAuction .asteListImg .contentBox:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.compraSubitoOnly .asteListContainer.futureAuction .asteListImg .contentBox .post-button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  border: none;
  background: #ffffff;
  vertical-align: middle;
  bottom: 20px;
  right: 15px;
  position: absolute;
  z-index: 10;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  width: 50px;
  height: 50px;
  min-width: 0;
  padding: 0;
  color: #ffffff;
  border-radius: 50%;
  visibility: hidden;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.compraSubitoOnly .asteListContainer.futureAuction .asteListImg .contentBox .post-button .button_icon {
  width: 30px;
  height: 30px;
  background-size: contain;
  mask-image: url("../images/svg/arrow-topright.svg");
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
  visibility: hidden;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
@media screen and (max-width: 991px) {
  .compraSubitoOnly .asteListContainer.futureAuction .asteListImg {
    order: 1;
  }
}
.compraSubitoOnly .asteListContainer.futureAuction .itemList {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  height: 100%;
  grid-area: 0.05555556;
  padding-top: 2.000rem;
  /* Visualizzazione Ipad */
}
.compraSubitoOnly .asteListContainer.futureAuction .itemList > div {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: max-content max-content max-content auto;
  text-align: left;
}
.compraSubitoOnly .asteListContainer.futureAuction .itemList .fregio {
  display: none;
}
.compraSubitoOnly .asteListContainer.futureAuction .itemList .numAsta {
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  line-height: 1;
  font-weight: 500;
  color: #585858;
  width: 100%;
  padding-bottom: 8px;
}
.compraSubitoOnly .asteListContainer.futureAuction .itemList .itemListTitle {
  word-break: break-word;
  text-align: center;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .compraSubitoOnly .asteListContainer.futureAuction .itemList .itemListTitle {
    padding-top: 1.000rem;
  }
}
.compraSubitoOnly .asteListContainer.futureAuction .itemList .itemListTitle h4 {
  font-family: "BRGrotesk";
  font-size: 2.400rem;
  line-height: 0.972;
  font-weight: 500;
  color: #202020;
  text-transform: uppercase;
  margin-bottom: 0;
  word-break: break-word;
}
.compraSubitoOnly .asteListContainer.futureAuction .itemList .itemListTitle:after {
  content: '';
  margin: auto;
  display: inline-block;
  width: 31px;
  max-width: 100%;
  height: 2px;
  background-color: #fee202;
}
.compraSubitoOnly .asteListContainer.futureAuction .itemList .itemListText {
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  letter-spacing: 0;
  font-weight: normal;
  color: #585858;
  text-transform: none;
  padding: 20px 0;
}
.compraSubitoOnly .asteListContainer.futureAuction .itemList .itemListText .label {
  font-weight: 500;
  letter-spacing: 0.050rem;
  color: #202020;
  text-transform: uppercase;
}
.compraSubitoOnly .asteListContainer.futureAuction .itemList .dataAsta {
  font-family: "BRGrotesk";
  font-size: 1.600rem;
  line-height: 1;
  font-weight: 500;
  padding: 0;
  padding-bottom: 0.500rem;
  margin: 0;
}
.compraSubitoOnly .asteListContainer.futureAuction .itemList .itemListText {
  width: inherit;
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: normal;
  color: #909090;
  text-transform: none;
  padding: 0;
  padding-bottom: 20px;
  margin: 0;
  margin-top: auto;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .compraSubitoOnly .asteListContainer.futureAuction .itemList .itemListText {
    padding-top: 0!important;
    width: 100%;
  }
}
.compraSubitoOnly .asteListContainer.futureAuction .itemList .itemListText .label {
  font-weight: 500;
  letter-spacing: 0;
  color: #202020;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .compraSubitoOnly .asteListContainer.futureAuction .itemList {
    order: 2;
    padding: 0!important;
    padding-top: 1.500rem!important;
  }
}
.compraSubitoOnly .asteListContainer.futureAuction #pulsantieraAsta {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  height: 100%;
  grid-area: 0.05555556;
  text-align: left;
}
.compraSubitoOnly .asteListContainer.futureAuction:hover {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.compraSubitoOnly .asteListContainer.futureAuction:hover .itemListTitle h4 {
  color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.compraSubitoOnly .asteListContainer.futureAuction:hover .contentBox:after {
  height: 6px;
  background-color: #fee202;
  z-index: 10;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.compraSubitoOnly .asteListContainer.futureAuction:hover .contentBox .hover {
  opacity: 0.33;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.compraSubitoOnly .asteListContainer.futureAuction:hover .contentBox .post-button {
  visibility: visible;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.compraSubitoOnly .asteListContainer.futureAuction:hover .contentBox .post-button .button_icon {
  visibility: visible;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.compraSubitoOnly .asteListContainer.futureAuction .link-hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  transform: scale(0.8, 0.8);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.compraSubitoOnly .asteListContainer.futureAuction:hover .link-hover {
  transform: scale(1, 1);
  opacity: 1;
}
.compraSubitoOnly .asteListContainer.futureAuction:hover .contentBox .withe .hover {
  background-color: #202020;
}
.compraSubitoOnly .asteListContainer.futureAuction:hover .contentBox .immagine {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
@media screen and (max-width: 991px) {
  .compraSubitoOnly .asteListContainer.futureAuction .itemList .col-xs-12 {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
.compraSubitoOnly .asteListContainer.futureAuction:first-child {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 3.000rem;
  padding-bottom: 6.500rem;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .compraSubitoOnly .asteListContainer.futureAuction:first-child {
    padding: 3.000rem 0;
  }
}
.compraSubitoOnly .asteListContainer.futureAuction:first-child .asteListContent {
  z-index: 1;
  width: 100%;
  display: grid;
  grid-template-areas: " title_Collezione img_Collezione" "info_Collezione img_Collezione ";
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
  padding-top: 25px;
  padding-bottom: 35px;
  padding: 0;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .compraSubitoOnly .asteListContainer.futureAuction:first-child .asteListContent {
    grid-template-areas: "img_Collezione" "title_Collezione" "info_Collezione";
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
.compraSubitoOnly .asteListContainer.futureAuction:first-child .asteListImg {
  grid-area: img_Collezione;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  grid-area: 0.5;
  height: auto;
}
@media (max-width: 767px) {
  .compraSubitoOnly .asteListContainer.futureAuction:first-child .asteListImg {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
}
.compraSubitoOnly .asteListContainer.futureAuction:first-child .asteListImg .AsteCompraSubitoLogo {
  display: none!important;
}
.compraSubitoOnly .asteListContainer.futureAuction:first-child .asteListImg .contentBox .ratio {
  aspect-ratio: 1;
}
.compraSubitoOnly .asteListContainer.futureAuction:first-child .itemList {
  grid-area: title_Collezione;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  height: 100%;
  grid-area: 0.05555556;
  padding-top: 2.000rem;
}
.compraSubitoOnly .asteListContainer.futureAuction:first-child .itemList > div {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: max-content max-content max-content auto;
  text-align: left;
}
.compraSubitoOnly .asteListContainer.futureAuction:first-child .itemList .numAsta {
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  line-height: 1;
  font-weight: 500;
  color: #585858;
  width: 100%;
  padding-bottom: 8px;
}
.compraSubitoOnly .asteListContainer.futureAuction:first-child .itemList .itemListTitle {
  margin: 0;
  word-break: break-word;
  text-align: left;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .compraSubitoOnly .asteListContainer.futureAuction:first-child .itemList .itemListTitle {
    padding-top: 1.000rem;
  }
}
.compraSubitoOnly .asteListContainer.futureAuction:first-child .itemList .itemListTitle h4 {
  position: relative;
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 2.8rem;
  line-height: 0.9;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .compraSubitoOnly .asteListContainer.futureAuction:first-child .itemList .itemListTitle h4 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(3.04685714rem);
  }
}
@media (min-width: 768px) {
  .compraSubitoOnly .asteListContainer.futureAuction:first-child .itemList .itemListTitle h4 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(3.12914286rem);
  }
}
@media (min-width: 992px) {
  .compraSubitoOnly .asteListContainer.futureAuction:first-child .itemList .itemListTitle h4 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(3.22514286rem);
  }
}
@media (min-width: 1200px) {
  .compraSubitoOnly .asteListContainer.futureAuction:first-child .itemList .itemListTitle h4 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(3.31428571rem);
  }
}
@media (min-width: 1400px) {
  .compraSubitoOnly .asteListContainer.futureAuction:first-child .itemList .itemListTitle h4 {
    font-size: 3.4rem;
  }
}
.compraSubitoOnly .asteListContainer.futureAuction:first-child .itemList .itemListTitle .h4 span {
  font-family: "BRGrotesk";
  font-size: 1.800rem;
  line-height: 3.000rem;
  letter-spacing: 0;
  color: #202020;
  text-transform: none;
  font-style: italic;
  display: none;
}
.compraSubitoOnly .asteListContainer.futureAuction:first-child .itemList .itemListTitle:after {
  content: '';
  margin: 0;
  display: inline-block;
  width: 31px;
  max-width: 100%;
  height: 2px;
  background-color: #fee202;
}
.compraSubitoOnly .asteListContainer.futureAuction:first-child .itemList .dataAsta {
  font-family: "BRGrotesk";
  font-size: 1.600rem;
  line-height: 1;
  font-weight: 500;
  padding: 0;
  padding-bottom: 0.500rem;
  margin: 0;
}
.compraSubitoOnly .asteListContainer.futureAuction:first-child .itemList .itemListText {
  width: 100%;
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  line-height: 1.6;
  font-weight: normal;
  text-transform: none;
  padding: 0;
  padding-bottom: 20px;
  margin: 0;
  margin-top: auto;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .compraSubitoOnly .asteListContainer.futureAuction:first-child .itemList .itemListText {
    padding-top: 0!important;
    width: 100%;
  }
}
.compraSubitoOnly .asteListContainer.futureAuction:first-child .itemList .itemListText .label {
  font-weight: 500;
  letter-spacing: 0;
  color: #202020;
  text-transform: uppercase;
}
.compraSubitoOnly .asteListContainer.futureAuction:first-child #pulsantieraAsta {
  grid-area: info_Collezione;
  text-align: left;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  height: 100%;
  grid-area: 0.05555556;
}
/*************************************************************
*							Box Orari						*
*************************************************************/
.boxOrari {
  display: inline-block;
  font-family: "BRGrotesk";
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  position: relative;
}
.boxOrari a {
  color: #202020;
}
.orariAsta {
  display: none;
  position: absolute;
  z-index: 10000;
  width: 30.000rem;
  left: 50%;
  margin-left: -10rem;
  padding: 1rem 1.5rem;
  background: #ffffff;
  font-size: 1.1rem;
  font-family: "BRGrotesk";
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.tornata {
  padding: 0.5rem 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.tornata.prima {
  border: 1px solid transparent;
}
/*************************************************************
*				Lots list / grid 							*
*************************************************************/
/******************		Lots List		******************/
#lotListGridContainer {
  position: relative;
  vertical-align: top;
}
#lotListGridContainer + .lotViewsContainer {
  padding-bottom: 20vh!important;
}
.lotListContainer,
.lotGridContainer,
.lotTilesContainer {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#lotListGridContainer #preloadListLots {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
#lotListGridContainer #preloadListLots.show-item {
  display: flex;
}
.lotListContainer .rigaLotListGridContainer {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-gap: 0;
  display: grid;
  grid-auto-flow: dense;
  width: 100%;
  border-top: 1px solid rgba(32, 32, 32, 0.2);
  border-left: 1px solid rgba(32, 32, 32, 0.2);
  margin-top: 3rem;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .lotListContainer .rigaLotListGridContainer {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 0;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
.lotListContainer .lotItemList {
  grid-row: span 1;
  grid-column: span 1;
  overflow: hidden;
  display: grid;
  grid-template-columns: 0.75fr 1.75fr;
  gap: 15px;
  position: relative;
  border-right: 1px solid rgba(32, 32, 32, 0.2);
  border-bottom: 1px solid rgba(32, 32, 32, 0.2);
  border-radius: 0;
  padding: 30px;
  margin: 0;
  /* Visualizzazione Ipad */
  /* Lotto Lista */
}
@media screen and (max-width: 991px) {
  .lotListContainer .lotItemList {
    display: block!important;
    margin-bottom: 6.000rem;
  }
}
.lotListContainer .lotItemList .titleGrid {
  display: none;
}
.lotListContainer .lotItemList .link-hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  transform: scale(0.95, 0.95);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.lotListContainer .lotItemList:hover .link-hover {
  transform: scale(1, 1);
  opacity: 0.25;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.lotListContainer .lotItemList .preview {
  -ms-flex: inherit;
  flex: inherit;
  text-align: center;
}
.lotListContainer .lotItemList .preview .image-holder-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
}
.lotListContainer .lotItemList .preview .image-holder-list img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
  object-position: center top;
}
.lotListContainer .lotItemList .preview .image-holder-list a {
  position: relative;
  aspect-ratio: 1;
  max-height: 400px;
  max-width: 100%;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .lotListContainer .lotItemList .preview .image-holder-list a {
    max-height: 400px;
    max-width: 100%;
  }
}
.lotListContainer .lotItemList .contentPanel {
  height: auto;
  display: grid;
  grid-template-rows: max-content auto;
  text-align: left;
  padding-left: 45px;
  padding-right: 45px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .lotListContainer .lotItemList .contentPanel {
    padding: 30px 15px;
  }
}
.lotListContainer .lotItemList .content {
  position: relative;
  text-align: left;
  padding: 0;
  margin: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.lotListContainer .lotItemList .content .number {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start !important;
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0;
  color: #585858;
  position: relative;
  margin-bottom: 0.5rem;
}
.lotListContainer .lotItemList .content .number div {
  text-align: left;
  margin: 0;
  margin-right: 15px;
}
.lotListContainer .lotItemList .content .number [id^="preferitoIco"] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  overflow: hidden;
  width: 2.000rem;
  height: 2.000rem;
  line-height: 2.000rem;
  text-decoration: none;
  padding: 0;
  will-change: transform;
  white-space: nowrap;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 50%;
  top: 0;
  right: 0;
  cursor: pointer;
  vertical-align: top;
  margin: auto 0;
}
.lotListContainer .lotItemList .content .number [id^="preferitoIco"]:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  text-shadow: none;
}
.lotListContainer .lotItemList .content .number [id^="preferitoIco"][data-original-title^="R"]:before {
  mask-image: url("../images/svg/preferite-full.svg");
  mask-repeat: no-repeat;
  background: #fee202 no-repeat center;
}
.lotListContainer .lotItemList .content .number [id^="preferitoIco"][data-original-title^="A"]:before {
  mask-image: url("../images/svg/preferite.svg");
  mask-repeat: no-repeat;
  background: #585858 no-repeat center;
}
.lotListContainer .lotItemList .content .title {
  margin: 0;
  padding-bottom: 0.500rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.lotListContainer .lotItemList .content .title h3 {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
@media (min-width: 576px) {
  .lotListContainer .lotItemList .content .title h3 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.16457143rem);
  }
}
@media (min-width: 768px) {
  .lotListContainer .lotItemList .content .title h3 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.21942857rem);
  }
}
@media (min-width: 992px) {
  .lotListContainer .lotItemList .content .title h3 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.28342857rem);
  }
}
@media (min-width: 1200px) {
  .lotListContainer .lotItemList .content .title h3 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.34285714rem);
  }
}
@media (min-width: 1400px) {
  .lotListContainer .lotItemList .content .title h3 {
    font-size: 2.4rem;
  }
}
.lotListContainer .lotItemList .content .title .luogoAutore,
.lotListContainer .lotItemList .content .title .roleAuthor {
  display: inline;
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  line-height: 1;
  padding: 0;
}
.lotListContainer .lotItemList .content .title .luogoAutore:after,
.lotListContainer .lotItemList .content .title .roleAuthor:after {
  content: " ";
}
.lotListContainer .lotItemList .content .titleOpera {
  position: relative;
  display: block;
  padding: 0;
  padding-bottom: 1.000rem;
}
.lotListContainer .lotItemList .content .titleOpera h4,
.lotListContainer .lotItemList .content .titleOpera .dataOpera {
  display: inline;
  font-family: "BRGrotesk";
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
  padding: 0;
  margin: 0;
}
@media (min-width: 576px) {
  .lotListContainer .lotItemList .content .titleOpera h4,
  .lotListContainer .lotItemList .content .titleOpera .dataOpera {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(1.96457143rem);
  }
}
@media (min-width: 768px) {
  .lotListContainer .lotItemList .content .titleOpera h4,
  .lotListContainer .lotItemList .content .titleOpera .dataOpera {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.01942857rem);
  }
}
@media (min-width: 992px) {
  .lotListContainer .lotItemList .content .titleOpera h4,
  .lotListContainer .lotItemList .content .titleOpera .dataOpera {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.08342857rem);
  }
}
@media (min-width: 1200px) {
  .lotListContainer .lotItemList .content .titleOpera h4,
  .lotListContainer .lotItemList .content .titleOpera .dataOpera {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.14285714rem);
  }
}
@media (min-width: 1400px) {
  .lotListContainer .lotItemList .content .titleOpera h4,
  .lotListContainer .lotItemList .content .titleOpera .dataOpera {
    font-size: 2.2rem;
  }
}
.lotListContainer .lotItemList .content .titleOpera .dataOpera:before {
  content: ", ";
  white-space: pre;
  display: inline-flex;
}
.lotListContainer .lotItemList .content .desc {
  flex: 0 0 100%;
  max-width: 100%;
  font-family: "BRGrotesk";
  color: #585858;
  margin: 0;
}
.lotListContainer .lotItemList .content .desc:first-letter {
  text-transform: uppercase;
}
.lotListContainer .lotItemList .content .desc span,
.lotListContainer .lotItemList .content .desc p {
  font-family: inherit!important;
  font-size: inherit!important;
  line-height: inherit!important;
  color: inherit!important;
}
.lotListContainer .lotItemList .buttons {
  text-align: left;
  padding: 0;
  margin: 0;
  margin-top: auto;
  order: 3;
}
.lotListContainer .lotItemList .buttons .d-block + .d-block {
  margin-top: 5px;
}
.lotListContainer .lotItemList .buttons .labelPanel {
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  line-height: 1;
  font-weight: 400;
  display: block;
  color: #585858;
  text-transform: uppercase;
  padding: 0.500rem 0;
}
.lotListContainer .lotItemList .buttons .dateContdown {
  position: relative;
  display: block;
  clear: both;
  font-family: "BRGrotesk";
}
.lotListContainer .lotItemList .buttons .dateContdown > span {
  position: relative;
  display: inline-block;
  font-size: 1.000rem;
  line-height: 1.800rem;
  font-weight: 500;
  color: #202020;
  text-transform: uppercase;
  padding: 0 10px 0 14px;
}
.lotListContainer .lotItemList .buttons .dateContdown > span:first-child {
  padding-left: 0;
}
.lotListContainer .lotItemList .buttons .dateContdown span#days:after {
  content: "days";
  display: block;
  text-align: center;
}
.lotListContainer .lotItemList .buttons .dateContdown span#hours:after {
  content: "hours";
  display: block;
  text-align: center;
}
.lotListContainer .lotItemList .buttons .dateContdown span#minutes:after {
  content: "mins";
  display: block;
  text-align: center;
}
.lotListContainer .lotItemList .buttons .dateContdown span#seconds:after {
  content: "secs";
  display: block;
  text-align: center;
}
.lotListContainer .lotItemList .buttons .dateContdown span span {
  display: block;
  font-size: 2.000rem;
  line-height: 1;
  font-weight: normal;
  color: #dfdfdf;
}
.lotListContainer .lotItemList .buttons .dateContdown span span + span {
  display: none;
}
.lotListContainer .lotItemList .buttons .dateContdown span + span:before {
  content: " : ";
  display: inline-block;
  font-size: 2.000rem;
  line-height: 1;
  font-weight: normal;
  color: #dfdfdf;
  position: absolute;
  left: 0;
}
.lotListContainer .lotItemList .buttons [id^="dateClose"] {
  position: relative;
  display: block;
  padding-bottom: 1.500rem;
}
.lotListContainer .lotItemList .buttons [id^="dateClose"] .dateClose {
  position: relative;
  display: block;
  font-size: 1.400rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
  padding: 0;
}
.lotListContainer .lotItemList .buttons [id^="expired"] {
  position: relative;
  display: block;
  padding-bottom: 1.500rem;
}
.lotListContainer .lotItemList .buttons [id^="expired"] .dateClose {
  position: relative;
  display: block;
  font-size: 1.600rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
  padding: 0;
}
.lotListContainer .lotItemList .buttons [id^="expired"] [id^="risNoSup"],
.lotListContainer .lotItemList .buttons [id^="expired"] [id^="risSup"] {
  font-size: 1.200rem;
}
.lotListContainer .lotItemList .buttons .expired {
  position: relative;
  display: block;
  font-size: 1.600rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
  padding: 0;
  padding-bottom: 1.500rem;
}
.lotListContainer .lotItemList .buttons .offertaPanel {
  position: relative;
  display: block;
  clear: both;
  font-family: "BRGrotesk";
  font-size: 2.400rem;
  font-weight: 300;
  line-height: 1;
  color: #202020;
}
.lotListContainer .lotItemList .buttons .estimate {
  position: relative;
  display: block;
  padding-bottom: 1.000rem;
}
.lotListContainer .lotItemList .buttons .estimate span {
  position: relative;
  display: block;
  font-size: 1.400rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
  padding: 0;
}
.lotListContainer .lotItemList .buttons .estimate2 {
  position: relative;
  display: block;
  padding-bottom: 1.000rem;
}
.lotListContainer .lotItemList .buttons .estimate2 span {
  position: relative;
  display: block;
  font-size: 1.400rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
  padding: 0;
}
.lotListContainer .lotItemList .buttons .statoLotto {
  position: relative;
  display: block;
  color: #202020;
  font-size: 1.400rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0rem;
  margin-bottom: 1.500rem;
  text-align: left;
}
.lotListContainer .lotItemList .buttons .statoLotto .conDiritti {
  font-size: 1.200rem;
  font-weight: 400;
  color: #585858;
}
.lotListContainer .lotItemList .buttons .statoLotto .invenduto {
  font-size: 1.600rem;
  font-weight: 500;
  color: #585858;
}
.lotListContainer .lotItemList .buttons .statoLotto .invenduto > .labelPanel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  font-size: 1.200rem;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  border: none;
  background: #585858;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-inline: 10px;
}
.lotListContainer .lotItemList .buttons .statoLotto .invenduto > .labelPanel:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -4px;
  left: 0;
  width: 4px;
  height: 50%;
  background-color: #ffffff;
  animation: animShiny 6s ease-in-out infinite;
}
.lotListContainer .lotItemList .buttons .statoLotto .aggiudicato {
  font-size: 1.600rem;
  font-weight: 500;
  color: #008f00;
}
.lotListContainer .lotItemList .buttons .statoLotto .aggiudicato > .labelPanel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  font-size: 1.200rem;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  border: none;
  background: #008f00;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-inline: 10px;
}
.lotListContainer .lotItemList .buttons .statoLotto .aggiudicato > .labelPanel:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -4px;
  left: 0;
  width: 4px;
  height: 50%;
  background-color: #ffffff;
  animation: animShiny 6s ease-in-out infinite;
}
.lotListContainer .lotItemList .buttons .statoLotto .venduto {
  font-size: 1.600rem;
  font-weight: 500;
  color: #8f0000;
}
.lotListContainer .lotItemList .buttons .statoLotto .venduto > .labelPanel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  font-size: 1.200rem;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  border: none;
  background: #8f0000;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-inline: 10px;
}
.lotListContainer .lotItemList .buttons .statoLotto .venduto > .labelPanel:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -4px;
  left: 0;
  width: 4px;
  height: 50%;
  background-color: #ffffff;
  animation: animShiny 6s ease-in-out infinite;
}
.lotListContainer .lotItemList:hover {
  cursor: pointer;
}
.lotListContainer .lotItemList:hover .titleOpera h4 {
  color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.lotListContainer .lotItemList:hover a.photo {
  -webkit-clip-path: inset(0px);
  clip-path: inset(0px);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.lotListContainer .offertaLibera {
  color: #202020;
  font-size: 1.400rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 1.000rem;
}
/*****************		Lots Grid		*****************/
.lotGridContainer .rigaLotListGridContainer {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 0;
  padding: 30px;
  display: grid;
  grid-auto-flow: dense;
  width: 100%;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .lotGridContainer .rigaLotListGridContainer {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
.lotGridContainer .lotsHeaderAuction {
  grid-column: span 4;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  /* Visualizzazione Ipad */
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 1199px) {
  .lotGridContainer .lotsHeaderAuction {
    grid-column: span 3;
  }
}
@media screen and (max-width: 991px) {
  .lotGridContainer .lotsHeaderAuction {
    grid-column: span 2;
  }
}
@media screen and (max-width: 767px) {
  .lotGridContainer .lotsHeaderAuction {
    grid-column: span 1;
  }
}
.lotGridContainer .lotItemList {
  grid-row: span 1;
  grid-column: span 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 30px;
  margin: 0;
  /* Visualizzazione Ipad */
  /* Lotto Griglia */
}
@media screen and (max-width: 991px) {
  .lotGridContainer .lotItemList {
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    display: block!important;
    margin-bottom: 6.000rem;
  }
}
.lotGridContainer .lotItemList .titleGrid {
  display: none;
}
.lotGridContainer .lotItemList .preview {
  -ms-flex: inherit;
  flex: inherit;
  text-align: center;
}
.lotGridContainer .lotItemList .preview .image-holder-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 0;
  overflow: hidden;
}
.lotGridContainer .lotItemList .preview .image-holder-list img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
  object-position: center bottom;
}
.lotGridContainer .lotItemList .preview .image-holder-list a {
  position: relative;
  max-height: 500px;
  aspect-ratio: 1;
  /* Visualizzazione Ipad */
}
.lotGridContainer .lotItemList .preview .image-holder-list a:after {
  content: none;
}
@media screen and (max-width: 991px) {
  .lotGridContainer .lotItemList .preview .image-holder-list a {
    aspect-ratio: 1;
    max-height: 400px;
    max-width: 100%;
  }
}
.lotGridContainer .lotItemList .preview .image-holder-list a a {
  position: relative;
  aspect-ratio: auto;
  max-height: 250px;
  max-width: 250px;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .lotGridContainer .lotItemList .preview .image-holder-list a a {
    max-height: 400px;
    max-width: 100%;
  }
}
.lotGridContainer .lotItemList .contentPanel {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0;
  padding-top: 2.000rem;
  margin: 0;
}
.lotGridContainer .lotItemList .content {
  position: relative;
  text-align: left;
  margin: 0;
  padding: 0;
  padding-bottom: 3.000rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.lotGridContainer .lotItemList .content .number {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start !important;
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: normal;
  color: #585858;
  position: relative;
  margin-bottom: 0.5rem;
}
.lotGridContainer .lotItemList .content .number div {
  text-align: left;
  margin: 0;
  margin-right: 15px;
}
.lotGridContainer .lotItemList .content .number [id^="preferitoIco"] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  overflow: hidden;
  width: 2.000rem;
  height: 2.000rem;
  line-height: 2.000rem;
  text-decoration: none;
  padding: 0;
  will-change: transform;
  white-space: nowrap;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 50%;
  top: 0;
  right: 0;
  cursor: pointer;
  vertical-align: top;
  margin: auto 0;
}
.lotGridContainer .lotItemList .content .number [id^="preferitoIco"]:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  text-shadow: none;
}
.lotGridContainer .lotItemList .content .number [id^="preferitoIco"][data-original-title^="R"]:before {
  mask-image: url("../images/svg/preferite-full.svg");
  mask-repeat: no-repeat;
  background: #fee202 no-repeat center;
}
.lotGridContainer .lotItemList .content .number [id^="preferitoIco"][data-original-title^="A"]:before {
  mask-image: url("../images/svg/preferite.svg");
  mask-repeat: no-repeat;
  background: #585858 no-repeat center;
}
.lotGridContainer .lotItemList .content .title {
  margin: 0;
  padding-bottom: 0.500rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.lotGridContainer .lotItemList .content .title h3 {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
@media (min-width: 576px) {
  .lotGridContainer .lotItemList .content .title h3 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.16457143rem);
  }
}
@media (min-width: 768px) {
  .lotGridContainer .lotItemList .content .title h3 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.21942857rem);
  }
}
@media (min-width: 992px) {
  .lotGridContainer .lotItemList .content .title h3 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.28342857rem);
  }
}
@media (min-width: 1200px) {
  .lotGridContainer .lotItemList .content .title h3 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.34285714rem);
  }
}
@media (min-width: 1400px) {
  .lotGridContainer .lotItemList .content .title h3 {
    font-size: 2.4rem;
  }
}
.lotGridContainer .lotItemList .content .title .luogoAutore,
.lotGridContainer .lotItemList .content .title .roleAuthor {
  display: inline;
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  line-height: 1;
  padding: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.lotGridContainer .lotItemList .content .title .luogoAutore:after,
.lotGridContainer .lotItemList .content .title .roleAuthor:after {
  content: " ";
}
.lotGridContainer .lotItemList .content .titleOpera {
  position: relative;
  display: block;
  padding: 0;
  padding-bottom: 1.000rem;
}
.lotGridContainer .lotItemList .content .titleOpera h4,
.lotGridContainer .lotItemList .content .titleOpera .dataOpera {
  display: inline;
  font-family: "BRGrotesk";
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
  padding: 0;
  margin: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
@media (min-width: 576px) {
  .lotGridContainer .lotItemList .content .titleOpera h4,
  .lotGridContainer .lotItemList .content .titleOpera .dataOpera {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(1.96457143rem);
  }
}
@media (min-width: 768px) {
  .lotGridContainer .lotItemList .content .titleOpera h4,
  .lotGridContainer .lotItemList .content .titleOpera .dataOpera {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.01942857rem);
  }
}
@media (min-width: 992px) {
  .lotGridContainer .lotItemList .content .titleOpera h4,
  .lotGridContainer .lotItemList .content .titleOpera .dataOpera {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.08342857rem);
  }
}
@media (min-width: 1200px) {
  .lotGridContainer .lotItemList .content .titleOpera h4,
  .lotGridContainer .lotItemList .content .titleOpera .dataOpera {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.14285714rem);
  }
}
@media (min-width: 1400px) {
  .lotGridContainer .lotItemList .content .titleOpera h4,
  .lotGridContainer .lotItemList .content .titleOpera .dataOpera {
    font-size: 2.2rem;
  }
}
.lotGridContainer .lotItemList .content .titleOpera .dataOpera:before {
  content: ", ";
  white-space: pre;
  display: inline-flex;
}
.lotGridContainer .lotItemList .content .desc {
  flex: 0 0 100%;
  max-width: 100%;
  font-family: "BRGrotesk";
  color: #202020;
  margin: 0;
}
.lotGridContainer .lotItemList .content .desc:first-letter {
  text-transform: uppercase;
}
.lotGridContainer .lotItemList .content .desc span,
.lotGridContainer .lotItemList .content .desc p {
  font-family: inherit!important;
  font-size: inherit!important;
  line-height: inherit!important;
  color: inherit!important;
}
.lotGridContainer .lotItemList .buttons {
  text-align: left;
  padding: 0;
  margin: 0;
  margin-top: auto;
  order: 3;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .lotGridContainer .lotItemList .buttons {
    padding: 0;
  }
}
.lotGridContainer .lotItemList .buttons .d-block + .d-block {
  margin-top: 5px;
}
.lotGridContainer .lotItemList .buttons .labelPanel {
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  line-height: 1;
  font-weight: 400;
  display: block;
  text-transform: uppercase;
  color: #585858;
  padding: 0.500rem 0;
}
.lotGridContainer .lotItemList .buttons .dateContdown {
  position: relative;
  display: block;
  clear: both;
  font-family: "BRGrotesk";
}
.lotGridContainer .lotItemList .buttons .dateContdown > span {
  position: relative;
  display: inline-block;
  font-size: 1.000rem;
  line-height: 1.800rem;
  font-weight: normal;
  color: #202020;
  text-transform: uppercase;
  padding: 0 10px 0 14px;
}
.lotGridContainer .lotItemList .buttons .dateContdown > span:first-child {
  padding-left: 0;
}
.lotGridContainer .lotItemList .buttons .dateContdown span#days:after {
  content: "days";
  display: block;
  text-align: center;
}
.lotGridContainer .lotItemList .buttons .dateContdown span#hours:after {
  content: "hours";
  display: block;
  text-align: center;
}
.lotGridContainer .lotItemList .buttons .dateContdown span#minutes:after {
  content: "mins";
  display: block;
  text-align: center;
}
.lotGridContainer .lotItemList .buttons .dateContdown span#seconds:after {
  content: "secs";
  display: block;
  text-align: center;
}
.lotGridContainer .lotItemList .buttons .dateContdown span span {
  display: block;
  font-size: 2.000rem;
  line-height: 1;
  font-weight: normal;
  color: #dfdfdf;
}
.lotGridContainer .lotItemList .buttons .dateContdown span span + span {
  display: none;
}
.lotGridContainer .lotItemList .buttons .dateContdown span + span:before {
  content: " : ";
  display: inline-block;
  font-size: 2.000rem;
  line-height: 1;
  font-weight: normal;
  color: #dfdfdf;
  position: absolute;
  left: 0;
}
.lotGridContainer .lotItemList .buttons [id^="dateClose"] {
  position: relative;
  display: block;
  padding-bottom: 1.500rem;
}
.lotGridContainer .lotItemList .buttons [id^="dateClose"] .dateClose {
  position: relative;
  display: block;
  font-size: 1.400rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
  padding: 0;
}
.lotGridContainer .lotItemList .buttons [id^="expired"] {
  position: relative;
  display: block;
  padding-bottom: 1.500rem;
}
.lotGridContainer .lotItemList .buttons [id^="expired"] .dateClose {
  position: relative;
  display: block;
  font-size: 1.600rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
  padding: 0;
}
.lotGridContainer .lotItemList .buttons [id^="expired"] [id^="risNoSup"],
.lotGridContainer .lotItemList .buttons [id^="expired"] [id^="risSup"] {
  font-size: 1.200rem;
}
.lotGridContainer .lotItemList .buttons .expired {
  position: relative;
  display: block;
  font-size: 1.600rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
  text-transform: uppercase;
  padding: 0;
  padding-bottom: 1.500rem;
}
.lotGridContainer .lotItemList .buttons .offertaPanel {
  position: relative;
  display: block;
  clear: both;
  font-family: "BRGrotesk";
  font-size: 2.400rem;
  font-weight: 300;
  line-height: 1;
  color: #202020;
}
.lotGridContainer .lotItemList .buttons .estimate {
  position: relative;
  display: block;
  padding-bottom: 1.500rem;
}
.lotGridContainer .lotItemList .buttons .estimate span {
  position: relative;
  display: block;
  font-size: 1.400rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
  padding: 0;
}
.lotGridContainer .lotItemList .buttons .estimate2 {
  position: relative;
  display: block;
  padding-bottom: 1.500rem;
}
.lotGridContainer .lotItemList .buttons .estimate2 span {
  position: relative;
  display: block;
  font-size: 1.400rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
  padding: 0;
}
.lotGridContainer .lotItemList .buttons .statoLotto {
  position: relative;
  display: block;
  color: #202020;
  font-size: 1.400rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0rem;
  margin-bottom: 1.500rem;
  text-align: left;
}
.lotGridContainer .lotItemList .buttons .statoLotto .conDiritti {
  font-size: 1.200rem;
  font-weight: 400;
  color: #585858;
}
.lotGridContainer .lotItemList .buttons .statoLotto .invenduto {
  font-size: 1.600rem;
  font-weight: 500;
  color: #585858;
}
.lotGridContainer .lotItemList .buttons .statoLotto .invenduto > .labelPanel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  font-size: 1.200rem;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  border: none;
  background: #585858;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-inline: 10px;
}
.lotGridContainer .lotItemList .buttons .statoLotto .invenduto > .labelPanel:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -4px;
  left: 0;
  width: 4px;
  height: 50%;
  background-color: #ffffff;
  animation: animShiny 6s ease-in-out infinite;
}
.lotGridContainer .lotItemList .buttons .statoLotto .aggiudicato {
  font-size: 1.600rem;
  font-weight: 500;
  color: #008f00;
}
.lotGridContainer .lotItemList .buttons .statoLotto .aggiudicato > .labelPanel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  font-size: 1.200rem;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  border: none;
  background: #008f00;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-inline: 10px;
}
.lotGridContainer .lotItemList .buttons .statoLotto .aggiudicato > .labelPanel:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -4px;
  left: 0;
  width: 4px;
  height: 50%;
  background-color: #ffffff;
  animation: animShiny 6s ease-in-out infinite;
}
.lotGridContainer .lotItemList .buttons .statoLotto .venduto {
  font-size: 1.600rem;
  font-weight: 500;
  color: #8f0000;
}
.lotGridContainer .lotItemList .buttons .statoLotto .venduto > .labelPanel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  font-size: 1.200rem;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  border: none;
  background: #8f0000;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-inline: 10px;
}
.lotGridContainer .lotItemList .buttons .statoLotto .venduto > .labelPanel:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -4px;
  left: 0;
  width: 4px;
  height: 50%;
  background-color: #ffffff;
  animation: animShiny 6s ease-in-out infinite;
}
.lotGridContainer .lotItemList:hover {
  cursor: pointer;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  /*Foto Rettifica*/
}
.lotGridContainer .lotItemList:hover .title h3 {
  color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.lotGridContainer .lotItemList:hover .titleOpera h4,
.lotGridContainer .lotItemList:hover .titleOpera .dataOpera {
  color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.lotGridContainer .lotItemList:hover a.photo {
  -webkit-clip-path: inset(0px);
  clip-path: inset(0px);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.lotGridContainer .lotItemList:hover a.photo img {
  opacity: 1;
  transform: scale(1.015);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/*****************		Lots Grid		*****************/
.lotGridContainer .rigaLotListGridContainer {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 0 ;
  display: grid;
  grid-auto-flow: dense;
  width: 100%;
  border-top: 1px solid rgba(32, 32, 32, 0.2);
  border-left: 1px solid rgba(32, 32, 32, 0.2);
  padding: 0;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .lotGridContainer .rigaLotListGridContainer {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
}
.lotGridContainer .lotsHeaderAuction {
  grid-column: span 4;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  /* Visualizzazione Ipad */
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 1199px) {
  .lotGridContainer .lotsHeaderAuction {
    grid-column: span 3;
  }
}
@media screen and (max-width: 991px) {
  .lotGridContainer .lotsHeaderAuction {
    grid-column: span 2;
  }
}
@media screen and (max-width: 767px) {
  .lotGridContainer .lotsHeaderAuction {
    grid-column: span 1;
  }
}
.lotGridContainer .lotItemList {
  grid-row: span 1;
  grid-column: span 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  border-right: 1px solid rgba(32, 32, 32, 0.2);
  border-bottom: 1px solid rgba(32, 32, 32, 0.2);
  border-radius: 0;
  padding: 30px;
  margin: 0;
  /* Visualizzazione Ipad */
  /* Lotto Griglia */
}
@media screen and (max-width: 991px) {
  .lotGridContainer .lotItemList {
    display: block!important;
    margin-bottom: 6.000rem;
  }
}
.lotGridContainer .lotItemList .preview {
  -ms-flex: inherit;
  flex: inherit;
  text-align: center;
}
.lotGridContainer .lotItemList .preview .image-holder-list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding: 0;
  overflow: hidden;
}
.lotGridContainer .lotItemList .preview .image-holder-list img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 1;
  object-position: center bottom;
}
.lotGridContainer .lotItemList .preview .image-holder-list a {
  position: relative;
  max-height: 500px;
  aspect-ratio: 1;
  /* Visualizzazione Ipad */
}
.lotGridContainer .lotItemList .preview .image-holder-list a:after {
  content: none;
}
@media screen and (max-width: 991px) {
  .lotGridContainer .lotItemList .preview .image-holder-list a {
    aspect-ratio: 1;
    max-height: 400px;
    max-width: 100%;
  }
}
.lotGridContainer .lotItemList .preview .image-holder-list a a {
  position: relative;
  aspect-ratio: auto;
  max-height: 250px;
  max-width: 250px;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .lotGridContainer .lotItemList .preview .image-holder-list a a {
    max-height: 400px;
    max-width: 100%;
  }
}
.lotGridContainer .lotItemList .contentPanel {
  flex-grow: 1;
  padding: 0;
  padding-top: 2.000rem;
  margin: 0;
}
.lotGridContainer .lotItemList .content {
  position: relative;
  text-align: left;
  padding: 0;
  padding-bottom: 3.000rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.lotGridContainer .lotItemList .content .number {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start !important;
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0;
  color: #585858;
  position: relative;
  margin-bottom: 0.5rem;
}
.lotGridContainer .lotItemList .content .number div {
  text-align: left;
  margin: 0;
  margin-right: 15px;
}
.lotGridContainer .lotItemList .content .number [id^="preferitoIco"] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  overflow: hidden;
  width: 2.000rem;
  height: 2.000rem;
  line-height: 2.000rem;
  text-decoration: none;
  padding: 0;
  will-change: transform;
  white-space: nowrap;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 50%;
  top: 0;
  right: 0;
  cursor: pointer;
  vertical-align: top;
  margin: auto 0;
}
.lotGridContainer .lotItemList .content .number [id^="preferitoIco"]:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  text-shadow: none;
}
.lotGridContainer .lotItemList .content .number [id^="preferitoIco"][data-original-title^="R"]:before {
  mask-image: url("../images/svg/preferite-full.svg");
  mask-repeat: no-repeat;
  background: #fee202 no-repeat center;
}
.lotGridContainer .lotItemList .content .number [id^="preferitoIco"][data-original-title^="A"]:before {
  mask-image: url("../images/svg/preferite.svg");
  mask-repeat: no-repeat;
  background: #585858 no-repeat center;
}
.lotGridContainer .lotItemList .content .title {
  margin: 0;
  padding-bottom: 0.500rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.lotGridContainer .lotItemList .content .title h3 {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 2rem;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
@media (min-width: 576px) {
  .lotGridContainer .lotItemList .content .title h3 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.16457143rem);
  }
}
@media (min-width: 768px) {
  .lotGridContainer .lotItemList .content .title h3 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.21942857rem);
  }
}
@media (min-width: 992px) {
  .lotGridContainer .lotItemList .content .title h3 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.28342857rem);
  }
}
@media (min-width: 1200px) {
  .lotGridContainer .lotItemList .content .title h3 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.34285714rem);
  }
}
@media (min-width: 1400px) {
  .lotGridContainer .lotItemList .content .title h3 {
    font-size: 2.4rem;
  }
}
.lotGridContainer .lotItemList .content .title .luogoAutore,
.lotGridContainer .lotItemList .content .title .roleAuthor {
  display: inline;
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  line-height: 1;
  padding: 0;
}
.lotGridContainer .lotItemList .content .title .luogoAutore:after,
.lotGridContainer .lotItemList .content .title .roleAuthor:after {
  content: " ";
}
.lotGridContainer .lotItemList .content .titleOpera {
  position: relative;
  display: block;
  padding: 0;
  padding-bottom: 1.000rem;
}
.lotGridContainer .lotItemList .content .titleOpera h4,
.lotGridContainer .lotItemList .content .titleOpera .dataOpera {
  display: inline;
  font-family: "BRGrotesk";
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
  padding: 0;
  margin: 0;
}
@media (min-width: 576px) {
  .lotGridContainer .lotItemList .content .titleOpera h4,
  .lotGridContainer .lotItemList .content .titleOpera .dataOpera {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(1.96457143rem);
  }
}
@media (min-width: 768px) {
  .lotGridContainer .lotItemList .content .titleOpera h4,
  .lotGridContainer .lotItemList .content .titleOpera .dataOpera {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.01942857rem);
  }
}
@media (min-width: 992px) {
  .lotGridContainer .lotItemList .content .titleOpera h4,
  .lotGridContainer .lotItemList .content .titleOpera .dataOpera {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.08342857rem);
  }
}
@media (min-width: 1200px) {
  .lotGridContainer .lotItemList .content .titleOpera h4,
  .lotGridContainer .lotItemList .content .titleOpera .dataOpera {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.14285714rem);
  }
}
@media (min-width: 1400px) {
  .lotGridContainer .lotItemList .content .titleOpera h4,
  .lotGridContainer .lotItemList .content .titleOpera .dataOpera {
    font-size: 2.2rem;
  }
}
.lotGridContainer .lotItemList .content .titleOpera .dataOpera:before {
  content: ", ";
  white-space: pre;
  display: inline-flex;
}
.lotGridContainer .lotItemList .content .desc {
  flex: 0 0 100%;
  max-width: 100%;
  font-family: "BRGrotesk";
  color: #202020;
  margin: 0;
}
.lotGridContainer .lotItemList .content .desc:first-letter {
  text-transform: uppercase;
}
.lotGridContainer .lotItemList .content .desc span,
.lotGridContainer .lotItemList .content .desc p {
  font-family: inherit!important;
  font-size: inherit!important;
  line-height: inherit!important;
  color: inherit!important;
}
.lotGridContainer .lotItemList .buttons {
  text-align: left;
  padding: 0;
  order: 3;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .lotGridContainer .lotItemList .buttons {
    padding: 0;
  }
}
.lotGridContainer .lotItemList .buttons .d-block + .d-block {
  margin-top: 5px;
}
.lotGridContainer .lotItemList .buttons .labelPanel {
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  line-height: 1;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  color: #585858;
  padding: 0.500rem 0;
}
.lotGridContainer .lotItemList .buttons .dateContdown {
  position: relative;
  display: block;
  clear: both;
  font-family: "BRGrotesk";
}
.lotGridContainer .lotItemList .buttons .dateContdown > span {
  position: relative;
  display: inline-block;
  font-size: 1.000rem;
  line-height: 1.800rem;
  font-weight: normal;
  color: #202020;
  text-transform: uppercase;
  padding: 0 10px 0 14px;
}
.lotGridContainer .lotItemList .buttons .dateContdown > span:first-child {
  padding-left: 0;
}
.lotGridContainer .lotItemList .buttons .dateContdown span#days:after {
  content: "days";
  display: block;
  text-align: center;
}
.lotGridContainer .lotItemList .buttons .dateContdown span#hours:after {
  content: "hours";
  display: block;
  text-align: center;
}
.lotGridContainer .lotItemList .buttons .dateContdown span#minutes:after {
  content: "mins";
  display: block;
  text-align: center;
}
.lotGridContainer .lotItemList .buttons .dateContdown span#seconds:after {
  content: "secs";
  display: block;
  text-align: center;
}
.lotGridContainer .lotItemList .buttons .dateContdown span span {
  display: block;
  font-size: 2.000rem;
  line-height: 1;
  font-weight: normal;
  color: #dfdfdf;
}
.lotGridContainer .lotItemList .buttons .dateContdown span span + span {
  display: none;
}
.lotGridContainer .lotItemList .buttons .dateContdown span + span:before {
  content: " : ";
  display: inline-block;
  font-size: 2.000rem;
  line-height: 1;
  font-weight: normal;
  color: #dfdfdf;
  position: absolute;
  left: 0;
}
.lotGridContainer .lotItemList .buttons [id^="dateClose"] {
  position: relative;
  display: block;
  padding-bottom: 1.500rem;
}
.lotGridContainer .lotItemList .buttons [id^="dateClose"] .dateClose {
  position: relative;
  display: block;
  font-size: 1.400rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
  padding: 0;
}
.lotGridContainer .lotItemList .buttons [id^="expired"] {
  position: relative;
  display: block;
  padding-bottom: 1.500rem;
}
.lotGridContainer .lotItemList .buttons [id^="expired"] .dateClose {
  position: relative;
  display: block;
  font-size: 1.600rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
  padding: 0;
}
.lotGridContainer .lotItemList .buttons [id^="expired"] [id^="risNoSup"],
.lotGridContainer .lotItemList .buttons [id^="expired"] [id^="risSup"] {
  font-size: 1.200rem;
}
.lotGridContainer .lotItemList .buttons .expired {
  position: relative;
  display: block;
  font-size: 1.600rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
  text-transform: uppercase;
  padding: 0;
  padding-bottom: 1.500rem;
}
.lotGridContainer .lotItemList .buttons .offertaPanel {
  position: relative;
  display: block;
  clear: both;
  font-family: "BRGrotesk";
  font-size: 2.400rem;
  font-weight: normal;
  line-height: 1;
  color: #202020;
}
.lotGridContainer .lotItemList .buttons .estimate {
  position: relative;
  display: block;
  padding-bottom: 1.500rem;
}
.lotGridContainer .lotItemList .buttons .estimate span {
  position: relative;
  display: block;
  font-size: 1.400rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
  padding: 0;
}
.lotGridContainer .lotItemList .buttons .estimate2 {
  position: relative;
  display: block;
  padding-bottom: 1.500rem;
}
.lotGridContainer .lotItemList .buttons .estimate2 span {
  position: relative;
  display: block;
  font-size: 1.400rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
  padding: 0;
}
.lotGridContainer .lotItemList .buttons .statoLotto {
  position: relative;
  display: block;
  color: #202020;
  font-size: 1.400rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 0rem;
  margin-bottom: 1.500rem;
  text-align: left;
}
.lotGridContainer .lotItemList .buttons .statoLotto .conDiritti {
  font-size: 1.200rem;
  font-weight: 400;
  color: #585858;
}
.lotGridContainer .lotItemList .buttons .statoLotto .invenduto {
  font-size: 1.600rem;
  font-weight: 500;
  color: #585858;
}
.lotGridContainer .lotItemList .buttons .statoLotto .invenduto > .labelPanel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  font-size: 1.200rem;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  border: none;
  background: #585858;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-inline: 10px;
}
.lotGridContainer .lotItemList .buttons .statoLotto .invenduto > .labelPanel:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -4px;
  left: 0;
  width: 4px;
  height: 50%;
  background-color: #ffffff;
  animation: animShiny 6s ease-in-out infinite;
}
.lotGridContainer .lotItemList .buttons .statoLotto .aggiudicato {
  font-size: 1.600rem;
  font-weight: 500;
  color: #008f00;
}
.lotGridContainer .lotItemList .buttons .statoLotto .aggiudicato > .labelPanel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  font-size: 1.200rem;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  border: none;
  background: #008f00;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-inline: 10px;
}
.lotGridContainer .lotItemList .buttons .statoLotto .aggiudicato > .labelPanel:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -4px;
  left: 0;
  width: 4px;
  height: 50%;
  background-color: #ffffff;
  animation: animShiny 6s ease-in-out infinite;
}
.lotGridContainer .lotItemList .buttons .statoLotto .venduto {
  font-size: 1.600rem;
  font-weight: 500;
  color: #8f0000;
}
.lotGridContainer .lotItemList .buttons .statoLotto .venduto > .labelPanel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  font-size: 1.200rem;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px;
  border: none;
  background: #8f0000;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-inline: 10px;
}
.lotGridContainer .lotItemList .buttons .statoLotto .venduto > .labelPanel:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -4px;
  left: 0;
  width: 4px;
  height: 50%;
  background-color: #ffffff;
  animation: animShiny 6s ease-in-out infinite;
}
.lotGridContainer .lotItemList:hover {
  cursor: pointer;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  /*Foto Rettifica*/
}
.lotGridContainer .lotItemList:hover .title h3 {
  color: #909090;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.lotGridContainer .lotItemList:hover .titleOpera h4,
.lotGridContainer .lotItemList:hover .titleOpera .dataOpera {
  color: #909090;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.lotGridContainer .lotItemList:hover a.photo {
  -webkit-clip-path: inset(0px);
  clip-path: inset(0px);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.lotGridContainer .lotItemList:hover a.photo img {
  opacity: 1;
  transform: scale(1.015);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/*****************		Lots Tiles		*****************/
/***********	Paginazione	***********/
.lotViewsContainer {
  width: 100%;
  position: relative;
  padding: 3.000rem 0 0;
}
.lotViewsContainer form {
  width: 100%;
  position: relative;
  padding: 0;
  height: auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}
.lotViewsContainer .leftBox {
  padding-left: 1rem;
  text-align: left;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.lotViewsContainer .leftBox h3 {
  font-family: "BRGrotesk";
  font-size: 2.400rem;
  font-weight: 500;
  color: #202020;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  margin-left: 0;
}
.lotViewsContainer .leftBox .text {
  margin: 0;
  color: #202020;
}
.lotViewsContainer .rightBox {
  padding-right: 1rem;
  text-align: right;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.lotViewsContainer .rightBox .viewsDiv {
  display: inline-block;
  padding-right: 1rem;
  padding-top: 0px;
  margin: 0 auto;
}
.lotViewsContainer .rightBox .viewsDiv .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  width: auto;
}
.lotViewsContainer .elementsDiv {
  position: relative;
  text-align: center;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  gap: 5px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .lotViewsContainer .elementsDiv {
    display: none!important;
  }
}
.lotViewsContainer .elementsDiv [class^="go"] {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  color: #202020;
  border-radius: 5px;
  padding: 5px;
  transform: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
.lotViewsContainer .elementsDiv [class^="go"]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: -1;
  box-shadow: inset 0 0 0 1px #dfdfdf;
  -webkit-transform: scale3d(0.95, 0.95, 1);
  transform: scale3d(0.95, 0.95, 1);
  -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
  transition: box-shadow 0.3s, transform 0.3s;
}
.lotViewsContainer .elementsDiv [class^="go"] span {
  display: none;
}
.lotViewsContainer .elementsDiv [class^="go"]:hover:before {
  box-shadow: inset 0 0 0 1px #acacac;
  transition-duration: .4s,.8s,.8s,.8s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.lotViewsContainer .elementsDiv [class^="go"]:hover:after {
  background: #fee202 no-repeat center;
}
.lotViewsContainer .elementsDiv [class^="go"].selected {
  pointer-events: none;
  cursor: not-allowed;
}
.lotViewsContainer .elementsDiv [class^="go"].selected:before {
  box-shadow: inset 0 0 0 1px #dfdfdf;
  -webkit-transform: scale3d(0.95, 0.95, 1);
  transform: scale3d(0.95, 0.95, 1);
}
.lotViewsContainer .elementsDiv [class^="go"].selected:after {
  background: #dfdfdf no-repeat center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.lotViewsContainer .elementsDiv [class^="go"].selected:hover:before {
  box-shadow: inset 0 0 0 1px #dfdfdf;
  -webkit-transform: scale3d(0.95, 0.95, 1);
  transform: scale3d(0.95, 0.95, 1);
}
.lotViewsContainer .elementsDiv [class^="go"].selected:hover:after {
  background: #dfdfdf no-repeat center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.lotViewsContainer .elementsDiv div.goList:after {
  content: '';
  display: inline-block;
  mask-image: url("../images/svg/list.svg");
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
  width: 30px;
  height: 30px;
  margin: auto;
}
.lotViewsContainer .elementsDiv div.goGrid {
  display: none!important;
}
.lotViewsContainer .elementsDiv div.goGrid2:after {
  content: '';
  display: inline-block;
  mask-image: url("../images/svg/grid.svg");
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
  width: 30px;
  height: 30px;
  margin: auto;
}
.lotViewsContainer .dropdown {
  display: inline-block;
}
.lotViewsContainer .dropdown .dropdown-menu {
  font-size: 1.200rem;
  line-height: 1.400rem;
  font-weight: normal!important;
  text-transform: none;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  min-width: 220px;
  border-radius: 0;
  border: 0;
  transform: translateY(10px);
  opacity: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.lotViewsContainer .dropdown.show .dropdown-menu {
  display: block;
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.lotViewsContainer .dropdown-item {
  font-size: 1.400rem;
  line-height: 1.600rem;
  font-weight: normal!important;
  text-transform: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.lotViewsContainer .dropdown-item:focus,
.lotViewsContainer .dropdown-item:hover {
  color: #fee202;
  background: #f2f2f2;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.lotViewsContainer .btn.btn-default.dropdown-toggle {
  letter-spacing: 0!important;
  font-weight: normal;
  text-transform: none!important;
  display: inline-block;
}
.lotViewsContainer .btn.btn-default {
  padding-left: 0;
  display: none;
}
.lotViewsContainer .btn.btn-default:hover {
  color: #fee202;
  background: transparent;
}
.lotViewsContainer .btn.btn-default.selClass {
  padding-left: 1.000rem;
  display: inline-block;
  background: #f2f2f2;
}
.lotViewsContainer .btn.btn-default.selClass i {
  color: #dfdfdf;
}
.lotViewsContainer .dropdown-toggle:after {
  font-family: "FontAwesome";
  content: "\f107 ";
  display: inline-block;
  vertical-align: middle;
  border: 0;
  width: auto;
  height: auto;
  transform: rotate(0);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.lotViewsContainer .dropdown.show .dropdown-toggle:after {
  transform: rotate(180deg);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.lotPagingSeparator {
  position: relative;
  display: block;
  width: 100%;
  clear: both;
  height: 1px;
  margin-top: 30px;
  padding-left: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
/***********		Search list style		***********/
.lotsHeaderAuction {
  text-align: left;
  padding-left: 1.000rem;
  padding-right: 1.000rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.lotsHeaderAuction h4 {
  font-family: "BRGrotesk";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.200rem;
  line-height: 1.400rem;
  margin-bottom: 1.000rem;
  margin-top: 2.500rem;
}
.lotsHeaderAuction h4 a {
  margin: 0px;
  padding: 0px;
  font-size: 1.4rem;
  color: #202020;
}
.lotsHeaderAuction h4 a:hover {
  font-size: 1.4rem;
  margin: 0px;
  padding: 0px;
}
/*************************************************************
*					My Panel Consolle						 *
*************************************************************/
body[class="templMyConsole"] #panelBoxHead #panelBreadCrumbs {
  display: none !important;
}
body[class^="templMyConsole"] {
  /*		Registrazione veloce		*/
  /* 		Autori Interesse 	*/
  /* 	Categorie Interesse  */
  /***********		Login		***********/
  /***********		Richieste Acquisto		***********/
  /***********		Ordini Inevasi		***********/
  /***********		Estratti conto		***********/
  /***********		Elenco Aggiudicazioni		***********/
  /***********		Elenco Offerte		***********/
  /***********		Elenco Preferiti		***********/
  /***********		Elenco Condition Report		***********/
  /***********		Richieste Valutazioni		***********/
  /***********		Carte di Credito		***********/
}
body[class^="templMyConsole"] #panelBoxHead {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
body[class^="templMyConsole"][data-user-logged="logged_0"] #contactFormContainerRight {
  border: none;
  border-top: 1px dashed rgba(32, 32, 32, 0.15);
  padding: 3.000rem !important;
  text-align: left;
}
@media (min-width: 992px) {
  body[class^="templMyConsole"][data-user-logged="logged_0"] #contactFormContainerRight {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 768px) {
  body[class^="templMyConsole"][data-user-logged="logged_0"] #contactFormContainerRight {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}
body[class^="templMyConsole"][data-user-logged="logged_0"] #contactFormContainerLeft {
  padding: 0;
  padding-bottom: 4.500rem;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  body[class^="templMyConsole"][data-user-logged="logged_0"] #contactFormContainerLeft {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  body[class^="templMyConsole"][data-user-logged="logged_0"] #contactFormContainerLeft {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 768px) {
  body[class^="templMyConsole"][data-user-logged="logged_0"] #contactFormContainerLeft {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}
body[class^="templMyConsole"][data-user-logged="logged_0"] #registeredUser {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  body[class^="templMyConsole"][data-user-logged="logged_0"] #registeredUser {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    padding-bottom: 3.000rem;
    border: none;
  }
}
body[class^="templMyConsole"][data-user-logged="logged_0"] #registeredUser .panelTitle .label {
  font-size: 2.000rem;
}
body[class^="templMyConsole"][data-user-logged="logged_0"] #registeredUser .form-group.row.border-bottom-1 {
  border-bottom: 0;
  padding-bottom: 0;
}
body[class^="templMyConsole"][data-user-logged="logged_0"] #registeredUser .labelContactForm {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
body[class^="templMyConsole"][data-user-logged="logged_0"] #registeredUser .fieldContactForm {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
body[class^="templMyConsole"][data-user-logged="logged_0"] #registeredUser .form-group-button .labelContactForm {
  display: none;
}
body[class^="templMyConsole"][data-user-logged="logged_0"] #registeredUser .form-group-button .btn.butPrinc {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  /* offcanvas menu style */
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  font-weight: 500;
  color: #202020;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #f2f2f2;
  border: 1px solid rgba(32, 32, 32, 0.15);
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  width: 100%;
}
body[class^="templMyConsole"][data-user-logged="logged_0"] #registeredUser .form-group-button .btn.butPrinc:after {
  content: "";
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0icGFkZGluZy1ib3R0b206IDNweDsiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01LjI1LDEyLjc1bDcuNS03LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS4yNSw1LjI1aDcuNXY3LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPg==");
  mask-position: center center;
  mask-size: 16px;
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
}
body[class^="templMyConsole"][data-user-logged="logged_0"] #registeredUser .form-group-button .btn.butPrinc:hover {
  border-color: rgba(32, 32, 32, 0.95);
  background-color: #fee202;
  color: #202020 !important;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
body[class^="templMyConsole"][data-user-logged="logged_0"] #registeredUser .form-group-button .btn.butPrinc:hover:after {
  animation-name: moveUp;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background: #202020 no-repeat center;
}
@media (min-width: 768px) {
  body[class^="templMyConsole"][data-user-logged="logged_0"] #registeredUser .form-group-button .btn.butPrinc {
    padding-left: 2.500rem;
    padding-right: 2.000rem;
  }
}
body[class^="templMyConsole"][data-user-logged="logged_0"] #signUp {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 30px;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  body[class^="templMyConsole"][data-user-logged="logged_0"] #signUp {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    padding-bottom: 3.000rem;
  }
}
body[class^="templMyConsole"][data-user-logged="logged_0"] #signUp .panelTitle {
  padding-bottom: 1.500rem;
}
body[class^="templMyConsole"][data-user-logged="logged_0"] #signUp .panelTitle .label {
  font-size: 2.000rem;
}
body[class^="templMyConsole"][data-user-logged="logged_0"] #signUp .labelContactForm {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
body[class^="templMyConsole"][data-user-logged="logged_0"] #signUp .fieldContactForm {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
body[class^="templMyConsole"][data-user-logged="logged_0"] #signUp .form-group-button .btn.butPrinc {
  margin: 0;
  margin-bottom: 10px;
}
body[class^="templMyConsole"] .userPanel {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  padding: .5rem 0;
}
body[class^="templMyConsole"] #panelTitlePage .utente,
body[class^="templMyConsole"] #panelTitlePage .idWeb {
  display: inline-block;
  font-family: "BRGrotesk";
  font-weight: normal;
  font-size: 1.400rem;
  color: #202020;
  vertical-align: middle;
  text-decoration: none;
  text-transform: none;
  margin: 0 1.000rem;
}
body[class^="templMyConsole"] #panelTitlePage .utente {
  margin-left: 0;
}
body[class^="templMyConsole"] .separator {
  background-color: #f9f9f9;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 14px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
body[class^="templMyConsole"] #TabbedPanels1 .nav-tabs {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  border: 0;
  gap: 10px;
  padding: 1.500rem;
}
@media (max-width: 991px) {
  body[class^="templMyConsole"] #TabbedPanels1 .nav-tabs {
    flex-flow: column wrap;
    margin-bottom: 3.000rem;
  }
}
@media (min-width: 1150px) {
  body[class^="templMyConsole"] #TabbedPanels1 .nav-tabs {
    margin-bottom: 3.000rem;
  }
}
body[class^="templMyConsole"] #TabbedPanels1 .nav-item {
  position: relative;
  display: block;
  margin: 0;
  text-align: center;
  flex: 1;
  font-family: "BRGrotesk";
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.200rem;
  line-height: 1.400rem;
}
body[class^="templMyConsole"] #TabbedPanels1 .nav-item .nav-link {
  overflow: visible;
  line-height: 1;
  transition: color 0.2s;
  color: #202020;
  border: 1px solid rgba(32, 32, 32, 0.2);
  border-radius: 3px;
  outline: none;
  padding: 2rem 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
body[class^="templMyConsole"] #TabbedPanels1 .nav-item .nav-link:hover {
  background-color: #f2f2f2;
  color: #202020;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
body[class^="templMyConsole"] #TabbedPanels1 .nav-item .nav-link.active,
body[class^="templMyConsole"] #TabbedPanels1 .nav-item .nav-link.active:hover {
  border: 1px solid transparent;
  background: #fee202;
  color: #202020;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
body[class^="templMyConsole"] #TabbedPanels1 .nav-item .nav-link.active::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: solid transparent;
  border-width: 10px;
  border-top-color: #fee202;
  content: '';
  pointer-events: none;
}
body[class^="templMyConsole"] #TabbedPanels1 .tab-content {
  margin-top: 2px;
  cursor: inherit;
}
body[class^="templMyConsole"] #TabbedPanels1 .TabbedPanelsContent {
  min-height: 300px;
  padding: 1.500rem!important;
}
@media (min-width: 1150px) {
  body[class^="templMyConsole"] #TabbedPanels1 .TabbedPanelsContent {
    padding: 1.500rem!important;
  }
}
body[class^="templMyConsole"] #TabbedPanels1 .TabbedPanelsContent h4 {
  font-family: "BRGrotesk";
  font-size: 1.600rem;
  font-weight: 500;
  padding: 1.500rem 0!important;
}
@media (min-width: 1150px) {
  body[class^="templMyConsole"] #TabbedPanels1 .TabbedPanelsContent h4 {
    padding: 1.500rem 0!important;
  }
}
body[class^="templMyConsole"] #TabbedPanels1 .TabbedPanelsContent .funzioni {
  padding: 2.500rem;
}
body[class^="templMyConsole"] #TabbedPanels1 .TabbedPanelsContent .funzioni .card {
  border-radius: 3px;
}
body[class^="templMyConsole"] #TabbedPanels1 .TabbedPanelsContent .funzioni .card .card-body {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  flex-direction: column;
}
body[class^="templMyConsole"] #TabbedPanels1 .TabbedPanelsContent .funzioni .card .card-body .buttonPanel {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.000rem;
}
body[class^="templMyConsole"] #TabbedPanels1 .TabbedPanelsContent .funzioni .card .card-body .buttonPanel .btn {
  width: 100%;
  padding: .500rem 2.000rem .500rem 2.500rem;
}
body[class^="templMyConsole"] #TabbedPanels1 .TabbedPanelsContent .funzioni .card .card-body .funzionititle {
  font-size: 1.600rem;
  font-weight: 500;
  color: #202020;
  padding: 1.500rem 2.500rem;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
body[class^="templMyConsole"] #TabbedPanels1 .TabbedPanelsContent .funzioni .card .card-body .funzionitext {
  font-family: "BRGrotesk";
  flex-grow: 1;
  margin-left: 0;
  margin-right: 0;
}
body[class^="templMyConsole"] #searchAuthor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.500rem !important;
  background: #f2f2f2;
  border-radius: 5px;
  border-bottom: 0;
}
body[class^="templMyConsole"] #searchAuthor .folderTitle {
  font-family: "BRGrotesk";
  font-size: 1.600rem;
  font-weight: 500;
}
body[class^="templMyConsole"] #searchAuthor .folderTitle i {
  display: none;
}
body[class^="templMyConsole"] [name^="autoriCli"] {
  padding: 3.000rem;
}
body[class^="templMyConsole"] [name^="autoriCli"] .folderTitle {
  font-family: "BRGrotesk";
  font-size: 1.600rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  body[class^="templMyConsole"] [name^="autoriCli"] .folderTitle {
    padding: 1.500rem 0!important;
  }
}
@media (min-width: 1150px) {
  body[class^="templMyConsole"] [name^="autoriCli"] .folderTitle {
    padding: 1.500rem 0!important;
  }
}
body[class^="templMyConsole"] [name^="autoriCli"] .folderTitle i {
  display: none;
}
body[class^="templMyConsole"] .style-form .myCategorie {
  padding: 1.500rem;
  text-align: left;
}
body[class^="templMyConsole"] .style-form .myCategorie .checkCat1 label {
  font-family: "BRGrotesk";
  font-weight: 500;
  font-size: 1.400rem;
  color: #202020;
}
body[class^="templMyConsole"] .style-form .myCategorie .checkCat2 label {
  font-family: "BRGrotesk";
  font-weight: normal;
  font-size: 1.200rem;
}
body[class^="templMyConsole"] .style-form .myCategorie .radio,
body[class^="templMyConsole"] .style-form .myCategorie .checkbox {
  /*line-height: normal;*/
}
body[class^="templMyConsole"] .style-form .myCategorie .buttonPanel {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  margin-top: 1.500rem;
}
body[class^="templMyConsole"] .style-form .myCategorie .buttonPanel .btn {
  width: 100%;
  padding: .500rem 2.000rem .500rem 2.500rem;
}
body[class^="templMyConsole"] .style-form .form-group.row.border-bottom-1 {
  padding-bottom: 1rem;
}
body[class^="templMyConsole"] .elRichiesteAcquisto_panel {
  margin-top: 3.000rem;
  /*Ordini*/
}
body[class^="templMyConsole"] .elRichiesteAcquisto_panel .row.heading,
body[class^="templMyConsole"] .elRichiesteAcquisto_panel .row.body {
  align-items: start;
  justify-content: center;
  gap: 15px;
  padding: 15px;
}
body[class^="templMyConsole"] .elRichiesteAcquisto_panel .row.heading div,
body[class^="templMyConsole"] .elRichiesteAcquisto_panel .row.body div {
  text-align: left;
  padding: 0;
}
body[class^="templMyConsole"] .elRichiesteAcquisto_panel .row.heading .tImgPref img,
body[class^="templMyConsole"] .elRichiesteAcquisto_panel .row.body .tImgPref img {
  max-width: 80px;
  aspect-ratio: 1;
  object-fit: contain;
  border: 1px solid rgba(32, 32, 32, 0.15);
}
body[class^="templMyConsole"] .elRichiesteAcquisto_panel .row.heading div:last-child,
body[class^="templMyConsole"] .elRichiesteAcquisto_panel .row.body div:last-child {
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
body[class^="templMyConsole"] .elRichiesteAcquisto_panel .row.heading .btn,
body[class^="templMyConsole"] .elRichiesteAcquisto_panel .row.body .btn {
  aspect-ratio: 1;
  min-width: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  padding: 0;
}
body[class^="templMyConsole"] .ordiniInevasi_panel {
  margin-top: 3.000rem;
  /*Ordini*/
}
body[class^="templMyConsole"] .ordiniInevasi_panel .row.heading,
body[class^="templMyConsole"] .ordiniInevasi_panel .row.body {
  align-items: start;
  justify-content: center;
  gap: 15px;
  padding: 15px;
}
body[class^="templMyConsole"] .ordiniInevasi_panel .row.heading div,
body[class^="templMyConsole"] .ordiniInevasi_panel .row.body div {
  text-align: left;
  padding: 0;
}
body[class^="templMyConsole"] .ordiniInevasi_panel .row.heading div:last-child,
body[class^="templMyConsole"] .ordiniInevasi_panel .row.body div:last-child {
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
body[class^="templMyConsole"] .ordiniInevasi_panel .row.heading .btn,
body[class^="templMyConsole"] .ordiniInevasi_panel .row.body .btn {
  aspect-ratio: 1;
  min-width: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  padding: 0;
}
body[class^="templMyConsole"] .estrattiConto_panel {
  margin-top: 3.000rem;
  /*Ordini*/
}
body[class^="templMyConsole"] .estrattiConto_panel .row.heading,
body[class^="templMyConsole"] .estrattiConto_panel .row.body {
  align-items: start;
  justify-content: center;
  gap: 15px;
  padding: 15px;
}
body[class^="templMyConsole"] .estrattiConto_panel .row.heading div,
body[class^="templMyConsole"] .estrattiConto_panel .row.body div {
  text-align: left;
  padding: 0;
}
body[class^="templMyConsole"] .estrattiConto_panel .row.heading div:last-child,
body[class^="templMyConsole"] .estrattiConto_panel .row.body div:last-child {
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
body[class^="templMyConsole"] .estrattiConto_panel .row.heading .btn,
body[class^="templMyConsole"] .estrattiConto_panel .row.body .btn {
  aspect-ratio: 1;
  min-width: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  padding: 0;
}
body[class^="templMyConsole"] .elAggiudicazioni_panel {
  margin-top: 3.000rem;
}
body[class^="templMyConsole"] .elAggiudicazioni_panel .tAsta h3 {
  font-family: "BRGrotesk";
  font-weight: 600;
  font-size: 1.800rem;
}
body[class^="templMyConsole"] .elAggiudicazioni_panel .tAsta h3 span {
  font-family: "BRGrotesk";
  font-weight: normal;
  font-size: 1.400rem;
}
body[class^="templMyConsole"] .elAggiudicazioni_panel .row.heading,
body[class^="templMyConsole"] .elAggiudicazioni_panel .row.body {
  align-items: start;
  justify-content: center;
  gap: 15px;
  padding: 15px;
}
body[class^="templMyConsole"] .elAggiudicazioni_panel .row.heading div,
body[class^="templMyConsole"] .elAggiudicazioni_panel .row.body div {
  text-align: left;
  padding: 0;
}
body[class^="templMyConsole"] .elAggiudicazioni_panel .row.heading .tDesPref,
body[class^="templMyConsole"] .elAggiudicazioni_panel .row.body .tDesPref {
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
body[class^="templMyConsole"] .elAggiudicazioni_panel .row.heading .tImgPref img,
body[class^="templMyConsole"] .elAggiudicazioni_panel .row.body .tImgPref img {
  max-width: 80px;
  aspect-ratio: 1;
  object-fit: contain;
  border: 1px solid rgba(32, 32, 32, 0.15);
}
body[class^="templMyConsole"] .elAggiudicazioni_panel .row.heading .tStatoPref,
body[class^="templMyConsole"] .elAggiudicazioni_panel .row.body .tStatoPref {
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
body[class^="templMyConsole"] .elAggiudicazioni_panel .row.heading .tStatoPref b.statoLotto,
body[class^="templMyConsole"] .elAggiudicazioni_panel .row.body .tStatoPref b.statoLotto {
  text-transform: uppercase;
  margin-right: 15px;
}
body[class^="templMyConsole"] .elAggiudicazioni_panel .row.heading .tLottoPref a,
body[class^="templMyConsole"] .elAggiudicazioni_panel .row.body .tLottoPref a {
  text-decoration: underline;
  position: relative;
  display: inline-block;
}
body[class^="templMyConsole"] .elAggiudicazioni_panel .row.heading .tTitPref a,
body[class^="templMyConsole"] .elAggiudicazioni_panel .row.body .tTitPref a {
  text-transform: uppercase;
}
body[class^="templMyConsole"] .elAggiudicazioni_panel .row.heading .btn,
body[class^="templMyConsole"] .elAggiudicazioni_panel .row.body .btn {
  aspect-ratio: 1;
  min-width: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  padding: 0;
}
body[class^="templMyConsole"] .elAggiudicazioni_panel .row.footer {
  align-items: start;
  justify-content: center;
  gap: 15px;
  padding: 15px;
  padding-bottom: 0;
}
body[class^="templMyConsole"] .elAggiudicazioni_panel .row.footer div {
  text-align: left;
  padding: 0;
}
body[class^="templMyConsole"] .elAggiudicazioni_panel .row.footer .totImp {
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
body[class^="templMyConsole"] .elAggiudicazioni_panel .row.footer + .row.footer {
  padding-top: 0;
}
body[class^="templMyConsole"] [name="ricerca"] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.000rem;
}
body[class^="templMyConsole"] .elOfferte_panel .offerteXasta {
  border-collspe: collapse;
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 0;
  /*Ordini*/
}
body[class^="templMyConsole"] .elOfferte_panel .offerteXasta .row.heading {
  font-size: 1.200rem;
  text-transform: uppercase;
  padding-top: 1.000rem;
  padding-bottom: 1.000rem;
}
body[class^="templMyConsole"] .elOfferte_panel .offerteXasta .row.heading,
body[class^="templMyConsole"] .elOfferte_panel .offerteXasta .row.body {
  align-items: start;
  justify-content: center;
  gap: 15px;
  padding: 15px;
  /*Importi*/
}
body[class^="templMyConsole"] .elOfferte_panel .offerteXasta .row.heading div,
body[class^="templMyConsole"] .elOfferte_panel .offerteXasta .row.body div {
  text-align: left;
  padding: 0;
}
body[class^="templMyConsole"] .elOfferte_panel .offerteXasta .row.heading .tImgPref img,
body[class^="templMyConsole"] .elOfferte_panel .offerteXasta .row.body .tImgPref img {
  max-width: 80px;
  aspect-ratio: 1;
  object-fit: contain;
  border: 1px solid rgba(32, 32, 32, 0.15);
}
body[class^="templMyConsole"] .elOfferte_panel .offerteXasta .row.heading .tImp,
body[class^="templMyConsole"] .elOfferte_panel .offerteXasta .row.body .tImp {
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
body[class^="templMyConsole"] .elOfferte_panel .offerteXasta .row.heading .tStaAgg,
body[class^="templMyConsole"] .elOfferte_panel .offerteXasta .row.body .tStaAgg {
  text-align: right;
}
body[class^="templMyConsole"] .elOfferte_panel .offerteXasta .row.heading .totNetAggAsta,
body[class^="templMyConsole"] .elOfferte_panel .offerteXasta .row.body .totNetAggAsta {
  text-transform: uppercase;
  padding-top: 1.500rem;
  padding-bottom: 1.500rem;
  font-size: 1.600rem;
}
body[class^="templMyConsole"] .elOfferte_panel .offerteXasta .row.heading .totImp,
body[class^="templMyConsole"] .elOfferte_panel .offerteXasta .row.body .totImp {
  font-size: 1.600rem;
  text-align: right;
  text-transform: uppercase;
  padding-top: 1.500rem;
  padding-bottom: 1.500rem;
}
body[class^="templMyConsole"] .elOfferte_panel .offerteXasta .row.heading .btn,
body[class^="templMyConsole"] .elOfferte_panel .offerteXasta .row.body .btn {
  aspect-ratio: 1;
  min-width: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  padding: 0;
}
body[class^="templMyConsole"] .filterPanel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.000rem;
}
body[class^="templMyConsole"] .elLottiPreferiti_panel .row.heading,
body[class^="templMyConsole"] .elLottiPreferiti_panel .row.body {
  align-items: start;
  justify-content: center;
  gap: 15px;
  padding: 15px;
}
body[class^="templMyConsole"] .elLottiPreferiti_panel .row.heading div,
body[class^="templMyConsole"] .elLottiPreferiti_panel .row.body div {
  text-align: left;
  padding: 0;
}
body[class^="templMyConsole"] .elLottiPreferiti_panel .row.heading .tDesPref,
body[class^="templMyConsole"] .elLottiPreferiti_panel .row.body .tDesPref {
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
body[class^="templMyConsole"] .elLottiPreferiti_panel .row.heading .tImgPref img,
body[class^="templMyConsole"] .elLottiPreferiti_panel .row.body .tImgPref img {
  max-width: 80px;
  aspect-ratio: 1;
  object-fit: contain;
  border: 1px solid rgba(32, 32, 32, 0.15);
}
body[class^="templMyConsole"] .elLottiPreferiti_panel .row.heading .tStatoPref,
body[class^="templMyConsole"] .elLottiPreferiti_panel .row.body .tStatoPref {
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
body[class^="templMyConsole"] .elLottiPreferiti_panel .row.heading .tStatoPref b.statoLotto,
body[class^="templMyConsole"] .elLottiPreferiti_panel .row.body .tStatoPref b.statoLotto {
  text-transform: uppercase;
  margin-right: 15px;
}
body[class^="templMyConsole"] .elLottiPreferiti_panel .row.heading .tLottoPref a,
body[class^="templMyConsole"] .elLottiPreferiti_panel .row.body .tLottoPref a {
  text-decoration: underline;
  position: relative;
  display: inline-block;
}
body[class^="templMyConsole"] .elLottiPreferiti_panel .row.heading .tTitPref a,
body[class^="templMyConsole"] .elLottiPreferiti_panel .row.body .tTitPref a {
  text-transform: uppercase;
}
body[class^="templMyConsole"] .elLottiPreferiti_panel .row.heading .btn,
body[class^="templMyConsole"] .elLottiPreferiti_panel .row.body .btn {
  aspect-ratio: 1;
  min-width: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  padding: 0;
}
body[class^="templMyConsole"] .elConditionReport_panel .filterPanel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.000rem;
}
body[class^="templMyConsole"] .elConditionReport_panel .row.heading,
body[class^="templMyConsole"] .elConditionReport_panel .row.body {
  align-items: start;
  justify-content: center;
  gap: 15px;
  padding: 15px;
}
body[class^="templMyConsole"] .elConditionReport_panel .row.heading div,
body[class^="templMyConsole"] .elConditionReport_panel .row.body div {
  text-align: left;
  padding: 0;
}
body[class^="templMyConsole"] .elConditionReport_panel .row.heading .tDes2,
body[class^="templMyConsole"] .elConditionReport_panel .row.body .tDes2 {
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
body[class^="templMyConsole"] .elConditionReport_panel .row.heading .tImgPref img,
body[class^="templMyConsole"] .elConditionReport_panel .row.body .tImgPref img {
  max-width: 80px;
  aspect-ratio: 1;
  object-fit: contain;
  border: 1px solid rgba(32, 32, 32, 0.15);
}
body[class^="templMyConsole"] .elConditionReport_panel .row.heading .tStatoPref,
body[class^="templMyConsole"] .elConditionReport_panel .row.body .tStatoPref {
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
body[class^="templMyConsole"] .elConditionReport_panel .row.heading .tStatoPref b.statoLotto,
body[class^="templMyConsole"] .elConditionReport_panel .row.body .tStatoPref b.statoLotto {
  text-transform: uppercase;
  margin-right: 15px;
}
body[class^="templMyConsole"] .elConditionReport_panel .row.heading .tLottoPref a,
body[class^="templMyConsole"] .elConditionReport_panel .row.body .tLottoPref a {
  text-decoration: underline;
  position: relative;
  display: inline-block;
}
body[class^="templMyConsole"] .elConditionReport_panel .row.heading .tTitPref a,
body[class^="templMyConsole"] .elConditionReport_panel .row.body .tTitPref a {
  text-transform: uppercase;
}
body[class^="templMyConsole"] .elConditionReport_panel .row.heading .btn,
body[class^="templMyConsole"] .elConditionReport_panel .row.body .btn {
  aspect-ratio: 1;
  min-width: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  padding: 0;
}
body[class^="templMyConsole"] .elRichiesteValutazioni_panel .filterPanel {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3.000rem;
}
body[class^="templMyConsole"] .elRichiesteValutazioni_panel .row.heading,
body[class^="templMyConsole"] .elRichiesteValutazioni_panel .row.body {
  align-items: start;
  justify-content: center;
  gap: 15px;
  padding: 15px;
}
body[class^="templMyConsole"] .elRichiesteValutazioni_panel .row.heading div,
body[class^="templMyConsole"] .elRichiesteValutazioni_panel .row.body div {
  text-align: left;
  padding: 0;
}
body[class^="templMyConsole"] .elRichiesteValutazioni_panel .row.heading .tDesPref,
body[class^="templMyConsole"] .elRichiesteValutazioni_panel .row.body .tDesPref {
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
body[class^="templMyConsole"] .elRichiesteValutazioni_panel .row.heading .tImgPref img,
body[class^="templMyConsole"] .elRichiesteValutazioni_panel .row.body .tImgPref img {
  max-width: 80px;
  aspect-ratio: 1;
  object-fit: contain;
  border: 1px solid rgba(32, 32, 32, 0.15);
}
body[class^="templMyConsole"] .elRichiesteValutazioni_panel .row.heading .tStatoPref,
body[class^="templMyConsole"] .elRichiesteValutazioni_panel .row.body .tStatoPref {
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
body[class^="templMyConsole"] .elRichiesteValutazioni_panel .row.heading .tStatoPref b.statoLotto,
body[class^="templMyConsole"] .elRichiesteValutazioni_panel .row.body .tStatoPref b.statoLotto {
  text-transform: uppercase;
  margin-right: 15px;
}
body[class^="templMyConsole"] .elRichiesteValutazioni_panel .row.heading .tLottoPref a,
body[class^="templMyConsole"] .elRichiesteValutazioni_panel .row.body .tLottoPref a {
  text-decoration: underline;
  position: relative;
  display: inline-block;
}
body[class^="templMyConsole"] .elRichiesteValutazioni_panel .row.heading .tTitPref a,
body[class^="templMyConsole"] .elRichiesteValutazioni_panel .row.body .tTitPref a {
  text-transform: uppercase;
}
body[class^="templMyConsole"] .elRichiesteValutazioni_panel .row.heading .btn,
body[class^="templMyConsole"] .elRichiesteValutazioni_panel .row.body .btn {
  aspect-ratio: 1;
  min-width: unset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  padding: 0;
}
body[class^="templMyConsole"] .imgCC {
  padding: 1.000rem;
}
body[class^="templMyConsole"] #netamount.ro,
body[class^="templMyConsole"] #item_name.ro,
body[class^="templMyConsole"] #trackId.ro {
  background-color: #dcdcdc;
}
body[class^="templMyConsole"] .boxWhatSecure {
  clear: both;
  padding: 0.5rem 1.500rem;
}
body[class^="templMyConsole"] #whatSecure {
  position: absolute;
  display: none;
  width: 228px;
  z-index: 10000;
}
body[class^="templMyConsole"] #whatSecure img {
  border: 3px solid rgba(0, 0, 0, 0.15);
}
body[class^="templMyConsole"] .decretoCC {
  background-color: #ffffff;
  padding: 10px 14px 10px 14px;
  margin-top: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
/***********		Stampa Offerte		***********/
.templMyPrintBids {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
}
.templMyPrintBids .boxMinimal {
  padding-top: 10px;
}
.templMyPrintBids #header.headerMinimal {
  height: 95px;
  width: 640px;
}
.templMyPrintBids .datiCli {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.templMyPrintBids .campoCli {
  padding-left: 3px;
  float: left;
}
.templMyPrintBids .datoCli {
  float: right;
  padding-right: 10px;
}
.templMyPrintBids .offerteM {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.templMyPrintBids .tLottoM {
  float: left;
  width: 50px;
}
.templMyPrintBids .tDataM {
  float: left;
  width: 120px;
}
.templMyPrintBids .tDesM {
  float: left;
  width: 260px;
  padding-right: 10px;
}
.templMyPrintBids .tImpM {
  float: left;
  width: 50px;
}
.templMyPrintBids .tTelM {
  float: left;
  width: 60px;
  text-align: center;
}
.templMyPrintBids .tTelM b {
  text-align: left;
}
.templMyPrintBids .tTelM img {
  padding-top: 5px;
}
.templMyPrintBids .tRilM {
  float: left;
  width: 30px;
  text-align: center;
}
.templMyPrintBids #contMin {
  width: 600px;
  height: auto;
  overflow: hidden;
  padding: 20px;
  margin-top: 20px;
  text-align: center;
  margin: 0 auto;
}
.templMyPrintVal .container {
  /*max-width: 640px; */
}
.templMyPrintVal .container h2.labelTitle {
  font-size: 2.800rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0;
}
.templMyPrintVal .container h4.labelTitle {
  font-size: 1.800rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0;
}
.templMyPrintVal .container .dataTable {
  width: 100%;
  padding: 1.500rem 0;
}
.templMyPrintVal .container .dataTable .row:hover {
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templMyPrintVal .container .row {
  margin: 0;
  min-height: 2.500rem;
}
.templMyPrintVal .container .row div.label1,
.templMyPrintVal .container .row div.label2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.templMyPrintVal .container .row div.label1 {
  margin: 0;
  font-size: 1.400rem;
  line-height: 1.2;
  font-weight: 500;
}
.templMyPrintVal .container .row div.label2 {
  margin: 0;
  font-size: 1.400rem;
  line-height: 1.2;
  font-weight: normal;
}
.templMyPrintVal .container .row div.label2:before {
  content: " ";
}
/***********		Paga Fatture		***********/
.itemContactForm.sovraprezzo {
  padding: 1rem 0.5rem 1.5rem;
}
/***********		Documenti personali		***********/
.documentiAl.background-evidence {
  background-color: #f2f2f2;
  border-radius: 5px;
  margin-top: 3.000rem;
  margin-bottom: 3.000rem;
}
.documentiAl h1 {
  font-weight: normal;
  text-align: left;
  font-family: "BRGrotesk";
  text-transform: uppercase;
  color: #202020;
  font-size: 1.200rem;
}
.documentiAl > div {
  padding-left: 0;
}
.documentiAl div.heading {
  text-transform: uppercase;
  font-family: "BRGrotesk";
  font-weight: 600;
  font-size: 1.200rem;
}
.documentiAl div div {
  padding: 0.500rem;
  text-align: left;
}
.documentiAl .btn {
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3px;
  min-width: inherit;
  font-size: 1.200rem;
  line-height: normal;
  font-weight: 500;
}
.tipD {
  display: inline-blocK;
  width: 24.666%;
  text-align: left;
  padding: 0.5rem;
}
.fil {
  display: inline-blocK;
  width: 64.666%;
  text-align: left;
  padding: 0.5rem;
}
.azion {
  display: inline-blocK;
  width: 9.666%;
  text-align: left;
  padding: 0.5rem;
}
div.separatorDoc {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
/***********		Grid Striped			***********/
.grid-striped .row {
  margin-left: 0;
  margin-right: 0;
}
.grid-striped .row.heading {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 600;
}
.grid-striped .row.body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.grid-striped .row.body:nth-of-type(odd) {
  background-color: rgba(186, 186, 186, 0.05);
}
.grid-striped .row.body:hover {
  background-color: rgba(186, 186, 186, 0.1);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/***********		Ecommerce Cataloghi		***********/
.catalogContainer .cataloghiList {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.catalogContainer .cataloghiRightContainer {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.cataloghiListContainer {
  position: relative;
  padding: 1.500rem;
  /*	On Hover Navigation  */
}
.cataloghiListContainer .cataloghiListImg {
  text-align: left;
  padding-left: 0;
}
.cataloghiListContainer .cataloghiListImg img {
  max-width: 160px;
  width: 100%;
  height: auto;
}
.cataloghiListContainer .cataloghiListImgDati {
  text-align: left;
}
.cataloghiListContainer .cataloghiListTitle h4 {
  font-family: "BRGrotesk";
  font-size: 2.200rem;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.cataloghiListContainer .link-hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: scale(0.8, 0.8);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.cataloghiListContainer:hover {
  cursor: pointer;
}
.cataloghiListContainer:hover .btn {
  background: #202020;
  color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.cataloghiListContainer:hover .cataloghiListTitle h4 {
  color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.cataloghiListContainer:hover .link-hover {
  transform: scale(1, 1);
  opacity: 1;
}
/***********		Carrello Ecommerce Cataloghi		***********/
.divCarrello {
  width: 100%;
  display: block;
  text-align: right;
  padding: 1.000rem 1.500rem;
  margin-bottom: 0.500rem;
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  line-height: 1.400rem;
  color: #202020;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.divCarrello b {
  text-transform: uppercase;
}
.divCarrello:before {
  font-family: "FontAwesome";
  content: "\f07a";
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  line-height: 1.400rem;
  font-size: 1.200rem;
  color: #202020;
  margin-right: 0.5rem;
}
.divCarrello .elemCarrello {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-family: "BRGrotesk";
  text-transform: uppercase;
  font-size: 1.200rem;
}
.divCarrello .elemCarrello:before {
  content: "/";
  position: relative;
  display: inline-block;
  text-align: center;
  width: 1rem;
  margin: 0 1rem;
  height: 1.400rem;
}
.divCarrello .elemCarrello b:before {
  content: "\f067";
  font-family: "FontAwesome";
  position: relative;
  display: inline-block;
  width: 1.800rem;
  margin: 0 1.000rem;
  height: 1.800rem;
  vertical-align: top;
}
/***********		Abbonamenti Cataloghi		***********/
.catContainer {
  text-align: left;
  padding: 0;
}
.cataloghiAbboTitle {
  font-size: 1.500rem;
  line-height: 1.600rem;
  text-transform: uppercase;
  font-family: "BRGrotesk";
  font-weight: 600;
  color: #202020;
  padding: 2rem 0 0.5rem;
}
.cataloghiAbboContainer {
  text-align: left;
  padding: 2.5rem;
  margin-bottom: 2.500rem;
  /*	On Hover Navigation  */
}
.cataloghiAbboContainer .cataloghiListTitle {
  text-align: left;
  display: block;
  margin: 0px;
  padding: 0px;
}
.cataloghiAbboContainer .cataloghiListTitle {
  font-family: "BRGrotesk";
  font-size: 2.200rem;
  font-weight: normal;
  color: #202020;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.cataloghiAbboContainer .cataloghiListText {
  text-align: left;
  margin: 0px;
  padding: 0.5rem 0 1.000rem;
}
.cataloghiAbboContainer .cataloghiListPrezzi {
  text-align: left;
  margin: 0px;
  padding: 0.5rem 0 1.000rem;
}
.cataloghiAbboContainer .cataloghiAbboText {
  text-align: left;
  margin: 0px;
  padding: 0.5rem 0 1.000rem;
}
.cataloghiAbboContainer .cataloghiListButton {
  text-align: left;
  margin: 0px;
  padding: 0.5rem 0 1.000rem;
}
.cataloghiAbboContainer .cataloghiListPrezBut {
  text-align: left;
  display: block;
  margin: 0px;
  padding: 0.5rem 0 1.000rem;
}
.cataloghiAbboContainer .cataloghiAbboListPrezzi {
  text-align: left;
  width: 19.666%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.cataloghiAbboContainer .link-hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  transform: scale(0.8, 0.8);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.cataloghiAbboContainer:hover {
  cursor: pointer;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.cataloghiAbboContainer:hover .btn {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #202020;
  color: #ffffff;
}
.cataloghiAbboContainer:hover .cataloghiListTitle {
  color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.cataloghiAbboContainer:hover .link-hover {
  transform: scale(1, 1);
  opacity: 1;
}
/***********		Stock Cataloghi		***********/
.cataloghiStockContainer {
  text-align: left;
  padding: 2.5rem;
  margin-bottom: 2.500rem;
  /*	On Hover Navigation  */
}
.cataloghiStockContainer .cataloghiListTitle {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 2.200rem;
  font-weight: normal;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.cataloghiStockContainer .link-hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  transform: scale(0.8, 0.8);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.cataloghiStockContainer:hover {
  cursor: pointer;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.cataloghiStockContainer:hover .btn {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #202020;
  color: #ffffff;
}
.cataloghiStockContainer:hover .cataloghiListTitle {
  color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.cataloghiStockContainer:hover .link-hover {
  transform: scale(1, 1);
  opacity: 1;
}
/***********		Carrello Cataloghi		***********/
.telaioCarrello {
  padding-top: 1.000rem;
}
.telaioCarrello .totaleCarrello b {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 2.200rem;
  font-weight: normal;
}
/***********		Conferma Carrello Cataloghi		***********/
#formConfermaCart {
  padding-top: 10px;
}
#formConfermaCart img.cc {
  vertical-align: middle;
  padding-left: 10px;
}
.selDropCarrello b {
  color: rgba(0, 0, 0, 0.8);
}
.articoloCarrello.conf {
  width: 567px;
}
.quantitaCarrello.conf {
  width: 67px;
}
.spedizioneCarrello {
  display: table;
  padding: 0.5rem;
  width: 100%;
  border: 3px solid rgba(0, 0, 0, 0.15);
}
.spedizioneCarrelloHead {
  display: table;
  padding: 0.5rem;
  width: 100%;
}
.spedizioneCarrello .spedizioneCarrelloTitle {
  padding: 2rem 0 0.5rem;
  margin-bottom: 0.5rem;
  display: block;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.spedizioneCarrelloTitle h4 {
  font-weight: normal;
  font-family: "BRGrotesk";
  font-weight: bold;
  text-transform: uppercase;
  color: #202020;
  font-size: 1.200rem;
}
.spedizioneCarrello .spedizioneIndirizzo {
  display: table;
  width: 100%;
  vertical-align: top;
}
.spedizioneCarrello .spedizioneIndirizzo .campiSped {
  display: table-cell;
  padding: 0.5rem;
  width: 29.666%;
  text-align: left;
}
.spedizioneCarrello .spedizioneIndirizzo .campiSped select {
  padding: 0rem;
}
/****************************************************
*				Template Documentazione				*
*****************************************************/
.templDocumentazione .titleParagr {
  display: block;
  position: relative;
  margin-bottom: 1.500rem;
}
.templDocumentazione .titleParagr h4 {
  font-weight: normal;
  font-size: 2.000rem;
  line-height: 1;
  text-align: left;
  color: #202020;
}
.templDocumentazione .docParagr {
  margin-bottom: 6.0000rem;
}
.templDocumentazione .docParagr {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  padding: 0px;
  position: relative;
  width: 100%;
}
.templDocumentazione .docParagr .itemDoc {
  flex: 1 0 0px;
  position: relative;
  display: flex;
  flex-flow: column;
  place-content: flex-start;
  align-items: flex-start;
  cursor: default;
  gap: 15px;
  height: 100%;
  overflow: hidden;
  padding: 15px;
  border-radius: 3px;
  border: 1px solid rgba(32, 32, 32, 0.15);
}
.templDocumentazione .docParagr .itemDoc .title {
  display: block;
  position: relative;
  text-align: left;
  padding: 30px 15px;
  margin: 0;
}
.templDocumentazione .docParagr .itemDoc .title .didascalia {
  font-weight: normal;
  font-size: 2.400rem;
  line-height: 1;
  color: #202020;
  text-align: left;
  margin: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templDocumentazione .docParagr .itemDoc .title .text {
  color: #585858;
  text-align: left;
}
.templDocumentazione .docParagr .itemDoc .image-holder-small {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
}
.templDocumentazione .docParagr .itemDoc .image-holder-small .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.templDocumentazione .docParagr .itemDoc .image-holder-small .file-preview {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.400rem;
  color: #202020;
}
.templDocumentazione .docParagr .itemDoc .image-holder-small:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templDocumentazione .docParagr .itemDoc .image-holder-small:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  margin: auto;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background-color: transparent;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 35%);
}
.templDocumentazione .docParagr .itemDoc:after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  transform-origin: bottom center;
  transition: transform .6s;
  animation-fill-mode: forwards;
  transform: scaleY(0);
}
.templDocumentazione .docParagr .itemDoc:hover {
  cursor: pointer;
}
.templDocumentazione .docParagr .itemDoc:hover:after {
  form-origin: top center;
  transform: scaleY(1);
  transition: transform .6s;
}
.templDocumentazione .docParagr .itemDoc:hover .image-holder-small:after {
  height: 6px;
  background-color: #fee202;
  z-index: 10;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templDocumentazione .docParagr .itemDoc:hover .title .didascalia {
  color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/********************************************************
*			Stili per pagina Staff / Contatti			*
********************************************************/
/* 	Contact Panel 	*/
.expertContainerPanel {
  padding: 3.500rem 1.500rem 6.500rem;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .expertContainerPanel {
    padding: 3.500rem 0 6.500rem;
  }
}
.expertContainerPanel .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3.000rem;
  row-gap: 3.000rem;
  /* Visualizzazione Ipad */
  /* Visualizzazione Ipad */
}
.expertContainerPanel .grid .panelTitle {
  grid-column: span 3;
}
@media screen and (max-width: 991px) {
  .expertContainerPanel .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .expertContainerPanel .grid .panelTitle {
    grid-column: span 1;
  }
}
@media screen and (max-width: 991px) {
  .expertContainerPanel .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .expertContainerPanel .grid .panelTitle {
    grid-column: span 1;
  }
}
.expertContainerPanel .panelTitle {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  -webkit-box-align: baseline!important;
  -ms-flex-align: baseline!important;
  align-items: baseline!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  padding: 4.500rem 0 3.000rem;
}
.expertContainerPanel .panelTitle .title {
  font-family: "BRGrotesk";
  font-size: 2.400rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  text-align: left;
  margin: 0;
}
.expertContainerPanel .panelTitle .title b {
  font-weight: 600;
}
.expertContainerPanel .panelTitle .sub-title {
  font-size: 1.800rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  text-align: left;
  margin: 0;
}
.expertContainerPanel .panelTitle .title + .sub-title {
  margin-top: 0.500rem;
}
.expertContainerPanel .staffContentPanel {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  padding: 3.000rem;
  border-radius: 5px;
  margin: 0;
  background: #f2f2f2;
  /* Visualizzazione Ipad */
}
@media only screen and (min-width: 1440px) {
  .expertContainerPanel .staffContentPanel {
    height: 500px;
    padding: 3.000rem;
  }
}
@media screen and (max-width: 991px) {
  .expertContainerPanel .staffContentPanel {
    padding: 1.500rem 3.000rem;
  }
}
.expertContainerPanel .staffContentPanel .refListStaff {
  /* Visualizzazione Ipad */
}
.expertContainerPanel .staffContentPanel .refListStaff img {
  position: relative;
  max-width: 200px;
  min-height: 200px;
  object-fit: cover;
  object-position: top center;
  border-radius: 50%;
  aspect-ratio: 1;
}
@media screen and (max-width: 991px) {
  .expertContainerPanel .staffContentPanel .refListStaff {
    margin: 0;
  }
}
.expertContainerPanel .staffContentPanel .staffDett {
  -ms-flex-positive: 1!important;
  flex-grow: 1!important;
  padding-top: 3.000rem;
  text-align: center;
  font-size: 1.400rem;
  font-weight: normal;
}
.expertContainerPanel .staffContentPanel .staffDett h4 {
  font-family: "BRGrotesk";
  font-size: 2.400rem;
  font-weight: 300;
}
.expertContainerPanel .staffContentPanel .staffDett .name {
  font-size: 1.600rem;
  font-weight: normal;
}
.expertContainerPanel .staffContentPanel .staffDett .mail {
  margin-bottom: 1.500rem;
  font-weight: 500;
}
.expertContainerPanel .staffContentPanel .staffDett .telephone {
  margin-bottom: 1.500rem;
}
.expertContainerPanel .staffContentPanel .staffDett .telephone:before {
  content: "T. ";
}
.expertContainerPanel .staffContentPanel .staffProdottiItem {
  width: 100%;
}
.expertContainerPanel .staffContentPanel .staffProdottiItem .btn {
  width: 100%;
  font-size: 1.400rem;
}
/* 	Staff Dettaglio 	*/
.templStaffDett .richPanelHead {
  min-height: 121px;
  padding: 16px;
  background: #f2f2f2;
  position: relative;
}
.templStaffDett .richPanel {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  max-width: 1340px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.templStaffDett .richPanel .refListImgDett {
  /* Visualizzazione Ipad */
}
.templStaffDett .richPanel .refListImgDett img {
  position: relative;
  max-width: 200px;
  min-height: 200px;
  object-fit: cover;
  object-position: top center;
  border-radius: 50%;
  aspect-ratio: 1;
}
@media screen and (max-width: 991px) {
  .templStaffDett .richPanel .refListImgDett {
    margin: 0;
  }
}
.templStaffDett .richPanel .refListTextDett {
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start !important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  -ms-flex-positive: 1!important;
  flex-grow: 1!important;
}
.templStaffDett .richPanel .refListTextDett .panelInfo {
  font-size: 1.400rem;
  color: #202020;
  margin: 10px 4.500rem;
  text-align: left;
}
.templStaffDett .richPanel .refListTextDett .panelInfo h1 {
  font-family: "BRGrotesk";
  font-size: 3rem;
  font-weight: 300;
}
@media (min-width: 576px) {
  .templStaffDett .richPanel .refListTextDett .panelInfo h1 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(3.65828571rem);
  }
}
@media (min-width: 768px) {
  .templStaffDett .richPanel .refListTextDett .panelInfo h1 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(3.87771429rem);
  }
}
@media (min-width: 992px) {
  .templStaffDett .richPanel .refListTextDett .panelInfo h1 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(4.13371429rem);
  }
}
@media (min-width: 1200px) {
  .templStaffDett .richPanel .refListTextDett .panelInfo h1 {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(4.37142857rem);
  }
}
@media (min-width: 1400px) {
  .templStaffDett .richPanel .refListTextDett .panelInfo h1 {
    font-size: 4.6rem;
  }
}
.templStaffDett .richPanel .refListTextDett .dipAssociati {
  min-width: 330px;
  margin: 25px;
  margin-right: 0;
  text-align: left;
  font-size: 1.400rem;
}
.templStaffDett .biography_container {
  font-size: 1.400rem;
  color: #202020;
  text-align: left;
  padding: 30px;
  margin-bottom: 40px;
}
.templStaffDett .biography_container .title {
  font-family: "BRGrotesk";
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.500rem;
}
@media (min-width: 576px) {
  .templStaffDett .biography_container .title {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.24685714rem);
  }
}
@media (min-width: 768px) {
  .templStaffDett .biography_container .title {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.32914286rem);
  }
}
@media (min-width: 992px) {
  .templStaffDett .biography_container .title {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.42514286rem);
  }
}
@media (min-width: 1200px) {
  .templStaffDett .biography_container .title {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(2.51428571rem);
  }
}
@media (min-width: 1400px) {
  .templStaffDett .biography_container .title {
    font-size: 2.6rem;
  }
}
.templStaffDett .biography_container .title:after {
  content: "";
  display: block;
  margin-top: 8px;
  width: 91px;
  background: #202020;
  border: 0;
  height: 1px;
  text-align: left;
}
.templStaffDett .biography_container .biography_panel {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start !important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  -ms-flex-positive: 1!important;
  flex-grow: 1!important;
}
.templStaffDett .biography_container .biography_panel .biography_text {
  max-width: 760px;
  padding-left: 0;
  margin-left: 0;
}
.templStaffDett .biography_container .biography_panel .biography_info {
  min-width: 330px;
  margin: 0;
  margin-right: 0;
  text-align: left;
  font-size: 1.400rem;
}
.templStaffDett .biography_container .biography_panel .title {
  font-family: "BRGrotesk";
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.500rem;
}
@media (min-width: 576px) {
  .templStaffDett .biography_container .biography_panel .title {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(1.88228571rem);
  }
}
@media (min-width: 768px) {
  .templStaffDett .biography_container .biography_panel .title {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(1.90971429rem);
  }
}
@media (min-width: 992px) {
  .templStaffDett .biography_container .biography_panel .title {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(1.94171429rem);
  }
}
@media (min-width: 1200px) {
  .templStaffDett .biography_container .biography_panel .title {
    /* Calcola il valore del font-size in base al breakpoint */
    font-size: calc(1.97142857rem);
  }
}
@media (min-width: 1400px) {
  .templStaffDett .biography_container .biography_panel .title {
    font-size: 2rem;
  }
}
.templStaffDett .biography_container .biography_panel .title:after {
  content: none;
}
/* 	Text panel 	*/
.textPanel {
  font-size: 1.400rem;
  padding: 3.000rem 1.500rem;
  /* Visualizzazione Mobile */
}
@media screen and (max-width: 767px) {
  .textPanel {
    padding: 3.000rem 0;
  }
}
.textPanel .contentPanel {
  position: relative;
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 12rem;
  -moz-column-gap: 12rem;
  -webkit-column-gap: 12rem;
  padding: 0;
  text-align: left;
  /* Visualizzazione Mobile */
}
@media screen and (max-width: 767px) {
  .textPanel .contentPanel {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-gap: 0;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
  }
}
.textPanel .contentPanel:first-letter {
  font-size: 52px;
  line-height: 1;
  font-weight: 600;
  text-align: left;
  padding: 0 15px 0 0;
  margin-right: 0;
  float: left;
}
/****************************************************
*						Staff						*
****************************************************/
.templStaff #panelBox h3 {
  font-family: "BRGrotesk";
  font-size: 2.400rem;
  font-weight: 300;
}
.templStaff #panelBox h5 {
  font-family: "BRGrotesk";
  font-size: 2.400rem;
  font-weight: 300;
}
.templStaff #panelBox h6 {
  font-size: 1.600rem;
  font-weight: normal;
}
/****************************************************
*					BreadCrumbs						*
****************************************************/
.breadcrumbs {
  padding: 0;
  width: auto;
  text-align: center;
  display: inline-block;
}
.breadcrumbs ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 10px;
  width: auto;
  padding: 0;
  margin: 0;
}
.breadcrumbs ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.breadcrumbs ul li:last-child {
  display: none;
}
.breadcrumbs ul li.lastItem {
  background: none;
}
.breadcrumbs ul li a {
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.breadcrumbs ul li a:hover {
  color: #fee202;
  text-decoration: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templAuctionCalendar .breadcrumbs li.bcSessionParent,
.templDipartimenti .breadcrumbs li.bcSessionParent {
  display: none;
}
/********************************************************
*			Invia link / Print Page style	     		*
********************************************************/
.sendPrintBox .asteListButton {
  white-space: nowrap;
  margin-left: 3px;
}
/*************************************************************
*				General Navigation Slider					 *
*************************************************************/
/* ARROWS Slider Absolute */
.thetis.tparrows {
  cursor: pointer;
  min-width: 42px;
  min-height: 42px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  background-color: #dfdfdf;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
  transition: box-shadow 0.3s, transform 0.3s;
  box-shadow: inset 0 0 0 0 #202020;
}
.thetis.tparrows:before {
  content: "";
  display: block;
  text-align: center;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  z-index: 2;
  position: relative;
  border-radius: 0;
  min-width: 30px;
  min-height: 30px;
}
.thetis.tparrows span {
  display: none;
}
.thetis.tparrows:hover {
  background-color: transparent;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0 0 35px #535353;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.thetis.tparrows:hover:before {
  color: #fee202;
}
.thetis.tparrows.tp-leftarrow {
  left: 0 !important;
  transform: matrix(1, 0, 0, 1, 25, -22) !important;
  top: 50%;
}
.thetis.tparrows.tp-leftarrow:before {
  /* content: "\e824"; */
  content: "";
  background-color: #ffffff;
  mask-image: url("../images/svg/arrow-left.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 20px 20px;
  opacity: 1;
  position: absolute;
}
.thetis.tparrows.tp-leftarrow:hover:before {
  background-color: #ffffff;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.thetis.tparrows.tp-rightarrow {
  left: auto !important;
  right: 0 !important;
  transform: matrix(1, 0, 0, 1, -25, -22) !important;
  top: 50%;
}
.thetis.tparrows.tp-rightarrow:before {
  content: "";
  background-color: #ffffff;
  mask-image: url("../images/svg/arrow-right.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 20px 20px;
  opacity: 1;
  position: absolute;
}
.thetis.tparrows.tp-rightarrow:hover:before {
  background-color: #ffffff;
}
/* Next Prev Mini*/
.thetis.tparrows.little {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
  min-width: 25px;
  min-height: 25px;
}
.thetis.tparrows.little:before {
  min-width: 25px;
  min-height: 25px;
}
.thetis.tparrows.little.tp-leftarrow {
  left: 0 !important;
  transform: matrix(1, 0, 0, 1, 10, -12) !important;
  top: 50%;
}
.thetis.tparrows.little.tp-leftarrow:before {
  content: "";
  background-color: #202020;
  mask-image: url("../images/svg/arrow-left.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 20px 20px;
  left: auto;
}
.thetis.tparrows.little.tp-rightarrow {
  right: 0 !important;
  transform: matrix(1, 0, 0, 1, -22, -12) !important;
  top: 50%;
}
.thetis.tparrows.little.tp-rightarrow:before {
  content: "";
  background-color: #202020;
  mask-image: url("../images/svg/arrow-right.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 20px 20px;
  right: auto!Important;
}
.thetis.tparrows .tp-title-wrap {
  position: absolute;
  z-index: 0;
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  /*min-height:60px;*/
  /*line-height:60px;*/
  top: -20px;
  margin-left: 0px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
}
.thetis.tparrows .tp-arr-titleholder {
  font-family: "BRGrotesk";
  position: relative;
  text-transform: uppercase;
  color: #202020;
  font-size: 1.400rem;
  letter-spacing: 0;
  line-height: 90px;
  white-space: nowrap;
  padding: 15px 20px 15px 90px;
}
.thetis.tparrows .tp-arr-imgholder {
  width: 90px;
  height: 90px;
  position: absolute;
  left: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  top: 0px;
  right: -90px;
}
.thetis.tparrows.tp-leftarrow .tp-title-wrap {
  left: 65px;
}
.thetis.tparrows.tp-rightarrow .tp-title-wrap {
  right: 65px;
  -webkit-transform-origin: 100% 50%;
}
.thetis.tparrows.tp-rightarrow .tp-arr-titleholder {
  margin-left: 0px;
  padding: 15px 90px 15px 20px;
}
.thetis.tparrows.tp-rightarrow .tp-arr-imgholder {
  right: auto;
  left: -90px;
}
.thetis.tparrows:hover .tp-title-wrap {
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
.thetis.tparrows:hover .tp-arr-titleholder {
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition-delay: 0.1s;
  opacity: 1;
}
/* ARROWS Slider Asta */
#fooSliderAsta .tp-leftarrow.tparrows.thetis {
  top: 50%;
  left: 0px;
  opacity: 0;
}
#fooSliderAsta .tp-rightarrow.tparrows.thetis {
  top: 50%;
  right: -55px;
  opacity: 0;
}
#fooSliderAsta:hover .tp-leftarrow.tparrows.thetis,
#fooSliderAsta:hover .tp-rightarrow.tparrows.thetis {
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/* ARROWS Libreria */
#carouselLibri .tp-leftarrow.tparrows.thetis {
  top: 50%;
  left: 0px;
  opacity: 0;
}
#carouselLibri .tp-rightarrow.tparrows.thetis {
  top: 50%;
  right: -55px;
  opacity: 0;
}
#carouselLibri:hover .tp-leftarrow.tparrows.thetis,
#carouselLibri:hover .tp-rightarrow.tparrows.thetis {
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/********************************************************
*					Slide e Testo	     				*
********************************************************/
.list_carousel {
  margin: 0;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel li {
  font-size: 1.200rem;
  color: #202020;
  text-align: left;
  width: 307px;
  height: 150px;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  vertical-align: top;
  padding-left: 12px;
  padding-top: 0px;
  padding-right: 8px;
}
.list_carousel_news_top {
  margin: 0;
}
.list_carousel_news_top ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel_news_top li {
  font-size: 1.200rem;
  color: #202020;
  text-align: left;
  width: 250px;
  height: 264px;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  vertical-align: top;
  padding-left: 20px;
  padding-top: 0px;
  margin-top: 0;
  margin-left: 0;
}
/*************************************************************
*						Styles Form							 *
*************************************************************/
.style-form {
  padding-left: 0;
  padding-right: 0;
  /* 		Rettifica impostazioni browser		*/
  /* Visualizzazione Ipad */
}
.style-form .form-group.row {
  margin-left: 0;
  margin-right: 0;
}
.style-form div.requestedField {
  font-size: 0.800rem;
  line-height: normal;
  margin-left: 0.500rem;
  margin-right: 0.500rem;
  vertical-align: text-top;
  display: inline-block;
  text-rendering: auto;
  font-family: "bootstrap-icons";
  color: #8f0000;
}
.style-form .radio i,
.style-form .checkbox i {
  margin-top: 5px;
  border-color: #bababa;
}
.style-form div.requestedField:before {
  content: "\F151";
}
.style-form .input-file .button {
  color: #ffffff;
}
.style-form .select select {
  font-family: "BRGrotesk";
  font-weight: normal;
  background: transparent;
  border-width: 1px;
}
.style-form .select select option {
  font-family: "BRGrotesk";
  color: #202020;
}
.style-form .select i:after {
  display: none;
}
.style-form .select i {
  display: inline-block;
  font: normal normal normal 14px/1 "bootstrap-icons";
  font-size: 1.200rem;
  text-rendering: auto;
  background: transparent;
  box-shadow: 0 0 0 12px transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.000rem;
}
.style-form .select i:before {
  content: "\F229";
  border: 0!important;
}
.style-form input:-webkit-autofill,
.style-form input:-webkit-autofill:hover,
.style-form input:-webkit-autofill:focus,
.style-form textarea:-webkit-autofill,
.style-form textarea:-webkit-autofill:hover,
.style-form textarea:-webkit-autofill:focus,
.style-form select:-webkit-autofill,
.style-form select:-webkit-autofill:hover,
.style-form select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px #ffffff inset !important;
  /* Change the color to your own background color */
  -webkit-text-fill-color: #202020;
}
.style-form .input input:focus,
.style-form .select select:focus,
.style-form .textarea textarea:focus,
.style-form .radio input:focus + i,
.style-form .checkbox input:focus + i,
.style-form .toggle input:focus + i {
  border-color: #909090;
  box-shadow: 0 0 0 0.25rem rgba(32, 32, 32, 0.15);
}
@media screen and (max-width: 991px) {
  .style-form {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .style-form#formLotsConsole {
    padding-top: 0;
  }
  .style-form#formThickboxWin {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .style-form#formThickboxWin .border {
    border: none!important;
    padding: 0 15px!important;
  }
  .style-form#formThickboxWin .col-xs-12 {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .style-form#formThickboxWin .background-evidence {
    padding: 15px!important;
  }
  .style-form#formThickboxWin label b {
    font-size: 1.800rem;
  }
  .style-form#formThickboxWin label.note {
    text-align: left;
    padding-bottom: 15px;
  }
  .style-form#ricercaInAsta {
    padding-left: 0;
    padding-right: 0;
  }
  .style-form label.select {
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .style-form .style-form .input,
  .style-form .style-form .select,
  .style-form .style-form .textarea,
  .style-form .style-form .radio,
  .style-form .style-form .checkbox,
  .style-form .style-form .toggle,
  .style-form .style-form .button {
    padding-left: 0;
    padding-right: 0;
  }
  .style-form .labelContactForm,
  .style-form .fieldContactForm {
    padding-left: 0;
    padding-right: 0;
  }
  .style-form .buttonPanel {
    padding-left: 0;
    padding-right: 0;
  }
  .style-form .buttonPanel .btn.butPrinc {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
/*************************************************************
*			Sitemap style (Template sitemap )				 *
*************************************************************/
.templSiteMap div.sitemaptop {
  text-align: left;
  list-style: none;
  width: 100%;
  padding-left: 3.000rem;
  padding-right: 3.000rem;
  padding-bottom: 3.000rem;
}
.templSiteMap div.sitemaptop > a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 1.800rem;
  font-family: "BRGrotesk";
  font-weight: 500;
  margin-bottom: 1.000rem;
}
.templSiteMap div.sitemaptop > a:before {
  content: "";
  width: 12px;
  height: 12px;
  mask-image: url("../images/svg/arrow-down.svg");
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templSiteMap div.sitemaptop div.sitemap {
  padding-top: 1.000rem;
  padding-bottom: 1.5rem;
}
.templSiteMap div.sitemaptop div.sitemap .item {
  padding-left: 0;
}
.templSiteMap div.sitemaptop div.sitemap .item > a {
  display: flex;
  align-items: stretch;
  gap: 10px;
  width: 100%;
  font-size: 1.400rem;
  font-family: "BRGrotesk";
  font-weight: 500;
  margin-bottom: 1.000rem;
}
.templSiteMap div.sitemaptop div.sitemap .item > a:before {
  content: "";
  width: 12px;
  height: 12px;
  mask-image: url("../images/svg/arrow-right.svg");
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
  margin-top: 5px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/****************************************************************
*				Stili per funzioni di tooltip		     		*
****************************************************************/
#previewTooltip {
  position: absolute;
  border: 2px solid rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  padding: 1.000rem;
  display: none;
  color: #202020;
  font-weight: normal;
  font-family: "BRGrotesk";
  font-size: 1.000rem;
  z-index: 999;
  width: auto;
  text-align: center;
}
/****************************************************************
*				Stili per funzioni di loading					*
****************************************************************/
#loading {
  width: 100%;
  height: 680px;
  text-align: center;
  padding-top: 50px;
}
#targetLoading {
  width: 100;
  height: auto;
}
div.pleaseWait {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  clear: both;
}
div.pleaseWait b {
  font-size: 1rem;
  color: #555;
  font-weight: normal;
}
/************		 Stili per pop-up catalogo		************/
td.thinHR {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  height: 1px;
}
/************		 Stili per pagina dettaglio catalogo		************/
.noborder {
  border: none;
}
.clearBoth {
  clear: both;
}
.borderBottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
/************		 Criteri		************/
#testataAste {
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  line-height: 1.400rem;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 991px) {
  #testataAste {
    padding-left: 1.500rem;
    padding-right: 1.500rem;
  }
}
#testataAste div.rigaSep {
  display: inline-block;
  vertical-align: middle;
}
#testataAste .criteri1 {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
#testataAste .dropdown {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  #testataAste .dropdown {
    display: block;
    width: 100%;
    margin: 0;
  }
}
#testataAste .dropdown-menu {
  font-size: 1.200rem;
  line-height: 1.400rem;
  font-weight: normal!important;
  text-transform: uppercase;
  min-width: 100%;
  top: auto !important;
  left: auto !important;
  text-align: left;
  padding: 0.5rem 0 1.000rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  #testataAste .dropdown-menu {
    top: 0 !important;
    left: 0 !important;
  }
}
#testataAste .dropdown-item {
  font-size: 1.200rem;
  line-height: 1.600rem;
  font-weight: normal!important;
  text-transform: uppercase;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#testataAste .dropdown-item:focus,
#testataAste .dropdown-item:hover {
  color: #fee202;
  background: #f2f2f2;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#testataAste .btn.btnFilter.dropdown-toggle {
  display: inline-flex;
  justify-content: space-between;
}
#testataAste .btn.btnFilter {
  display: none;
}
#testataAste .btn.btnFilter.selClass {
  margin-left: 1.000rem;
  display: inline-flex;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}
#testataAste .btn.btnFilter.selClass i {
  color: rgba(32, 32, 32, 0.5);
  margin: 0!important;
}
@media screen and (max-width: 991px) {
  #testataAste .btn.btnFilter.selClass {
    margin-left: 0;
    margin-right: 0!important;
  }
}
@media screen and (max-width: 991px) {
  #testataAste .btn.btnFilter {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
#testataAste .dropdown-toggle:after {
  font-family: "FontAwesome";
  content: "\f107 ";
  display: inline-block;
  vertical-align: bottom;
  font-size: medium;
  border: 0;
  width: auto;
  height: auto;
  transform: rotate(0);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#testataAste .dropdown.show .dropdown-toggle:after {
  transform: rotate(180deg);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/************************************************
*					Asta a Tempo 				*
************************************************/
.timePanel {
  display: block;
  padding: 1.500rem 0;
}
.timePanel .labelPanel {
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #202020;
  padding: 0.500rem 0;
}
.timePanel .dateCountdown {
  position: relative;
  display: block;
  clear: both;
  font-family: "BRGrotesk";
}
.timePanel .dateCountdown > span {
  position: relative;
  display: inline-block;
  font-size: 1.800rem;
  line-height: 1.2;
  font-weight: 400;
  color: #fee202;
  letter-spacing: 0;
  text-transform: normal;
  padding: 0;
}
.timePanel .dateCountdown > span:first-child {
  padding-left: 0;
}
.timePanel .dateCountdown span + span {
  display: inline-block;
  color: #fee202;
  text-align: center;
}
.timePanel .dateCountdown span + span:before {
  content: ":";
  display: inline-block;
  font-size: 1.800rem;
  line-height: 1.2;
  font-weight: 500;
  color: #fee202;
  padding: 0 3px 0 0;
}
.timePanel .dateCountdown span > span + span:before {
  content: none;
}
.timePanel .dateCountdown span.icon_info:before {
  content: none;
}
.timePanel [id^="dateContdown"] {
  padding-bottom: 1.000rem!important;
}
.timePanel [id^="dateClose"] {
  position: relative;
  display: block;
  padding-bottom: 1.500rem!important;
}
.timePanel [id^="dateClose"] .dateClose {
  font-family: "BRGrotesk";
  position: relative;
  display: block;
  font-size: 1.600rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
  letter-spacing: 0;
  padding: 0;
}
.timePanel [id^="expired"] {
  position: relative;
  display: block;
  padding-bottom: 1.500rem;
}
.timePanel [id^="expired"] .dateClose {
  font-family: "BRGrotesk";
  position: relative;
  display: block;
  font-size: 1.800rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
  letter-spacing: 0;
  padding: 0;
}
.timePanel .expired {
  position: relative;
  display: block;
  font-size: 1.600rem;
  line-height: 1;
  letter-spacing: 0;
  padding: 0;
  padding-bottom: 1.000rem;
}
.timePanel .offertaPanel {
  position: relative;
  display: block;
  font-family: "BRGrotesk";
  font-size: 2.200rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
}
.timePanel .estimate {
  position: relative;
  display: block;
  padding-bottom: 1.000rem;
}
.timePanel .estimate span {
  position: relative;
  display: block;
  font-size: 1.800rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
  letter-spacing: 0;
  padding: 0;
}
.timePanel .estimate2 {
  position: relative;
  display: block;
  padding-bottom: 1.000rem;
}
.timePanel .estimate2 span {
  position: relative;
  display: block;
  font-size: 2.200rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
  letter-spacing: 0;
  padding: 0;
}
.timePanel .panel_1 {
  order: 1;
}
.timePanel .panel_1 + .panel_2 {
  order: 2;
}
.timePanel .panel_3 {
  order: 3;
}
.timePanel .panel_3 + .panel_4 {
  order: 4;
}
.timePanel .lottoScadenza {
  font-family: "BRGrotesk";
  font-weight: 500;
  color: #fee202;
  position: relative;
  display: block;
  padding: 1.000rem 0;
}
#boxOffertaTempoStima {
  display: block;
  position: relative;
  padding: 3.000rem 0;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  /************		 Countdown asp		************/
  /************		 MaxBid			************/
  /************		 MaxBid			************/
  /************		 AsteTempo 2			************/
  /************		 Offerta non mia			************/
  /************		 Offerta mia			************/
  /************		 Offerta mia - NO riserva			************/
  /************		 Lotto Scadenza Lista		************/
  /************		Spiegazioni			************/
}
#boxOffertaTempoStima #boxAstaChiusa {
  position: relative;
  display: block;
  text-transform: uppercase;
  color: #585858;
  padding-top: 0.5rem;
  text-align: center;
}
#boxOffertaTempoStima .boxOffertaAttuale {
  position: relative;
  display: block;
  text-align: center;
}
#boxOffertaTempoStima .boxOffertaAttuale.myOffer {
  color: #008f00;
}
#boxOffertaTempoStima #spyBoxRefresh {
  font-weight: normal;
}
#boxOffertaTempoStima #boxCountdown {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end !important;
  padding-bottom: 1.500rem;
}
#boxOffertaTempoStima #boxCountdown .label {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 1.400rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
#boxOffertaTempoStima #boxCountdown #countdown {
  display: flex;
  gap: 5px;
  justify-content: end;
  font-family: "BRGrotesk";
  color: #8f0000;
  font-size: 1.800rem;
  line-height: 1;
  margin: 0;
  order: 1;
}
#boxOffertaTempoStima #boxCountdown #countdown span + span:before {
  content: ":";
  padding-right: 5px;
  display: inline-block;
  font-weight: normal;
}
#boxOffertaTempoStima #boxCountdown #countdown span:last-child:before {
  content: none;
}
#boxOffertaTempoStima #boxCountdown #countdownLabel {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 1.400rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
#boxOffertaTempoStima #boxInElaborazione {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end !important;
}
#boxOffertaTempoStima #boxInElaborazione .label {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 1.400rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
#boxOffertaTempoStima #boxInElaborazione #elaborazione {
  font-family: "BRGrotesk";
  color: #8f0000;
  font-size: 1.800rem;
  line-height: 1;
  margin: 0;
  order: 1;
}
#boxOffertaTempoStima #boxInElaborazione #elaborazione span + span:before {
  content: ":";
  padding-right: 5px;
  display: inline-block;
  font-weight: normal;
}
#boxOffertaTempoStima #boxInElaborazione #elaborazione span:last-child:before {
  content: none;
}
#boxOffertaTempoStima #boxTermineAsta {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end !important;
  padding-bottom: 0.500rem;
}
#boxOffertaTempoStima #boxTermineAsta .label {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 1.400rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
#boxOffertaTempoStima #boxTermineAsta #termine {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 1.400rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  order: 1;
}
#boxOffertaTempoStima #boxTermineAsta #termineLabel {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 1.400rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
#boxOffertaTempoStima #boxBaseAstaStima {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end !important;
  padding-bottom: 1.500rem;
}
#boxOffertaTempoStima #boxBaseAstaStima [class^="label"] {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 1.400rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
#boxOffertaTempoStima #boxBaseAstaStima span {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 1.800rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  order: 1;
}
#boxOffertaTempoStima .baseAstatempo {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end !important;
  padding-bottom: 1.500rem;
}
#boxOffertaTempoStima .baseAstatempo [class^="label"] {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 1.400rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
#boxOffertaTempoStima .baseAstatempo br {
  display: none;
}
#boxOffertaTempoStima .baseAstatempo span {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 1.600rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  order: 1;
}
#boxOffertaTempoStima #boxCondizioniAsta {
  display: none;
}
#boxOffertaTempoStima #boxOffertaMax {
  text-align: left;
  font-weight: 500;
  padding: 0;
}
#boxOffertaTempoStima #boxOffertaMax [class^="label"] {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 1.400rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
#boxOffertaTempoStima #boxOffertaMax #formMaxBid {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  padding-bottom: 0;
}
#boxOffertaTempoStima #boxOffertaMax #formMaxBid [class^="label"] {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 1.400rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
#boxOffertaTempoStima #boxOffertaMax #formMaxBid #boxBidMax {
  background: none;
  border: 0;
  box-sizing: border-box;
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-right: 0.500rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background: #ffffff;
  color: #202020;
  font-size: 1.600rem;
  font-weight: 500;
  min-width: 240px;
  text-transform: uppercase;
  position: relative;
  vertical-align: middle;
  text-align: left;
}
#boxOffertaTempoStima #boxOffertaMax #formMaxBid #boxBidMax .field {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}
#boxOffertaTempoStima #boxOffertaMax #formMaxBid #boxBidMax .field select {
  flex-grow: 1;
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 1.600rem;
  font-weight: normal;
  line-height: 1;
  height: auto;
  border: 0;
  padding: 0.800rem 1rem;
  margin: 0;
  background: transparent;
}
#boxOffertaTempoStima #boxOffertaMax #formMaxBid #boxBidMax .field {
  font-size: 0px;
}
#boxOffertaTempoStima #boxOffertaMax #formMaxBid #boxBidMax .field:before {
  content: "\20AC";
  font-size: 1.600rem;
  text-rendering: auto;
  background: transparent;
  box-shadow: 0 0 0 12px transparent;
  padding: 0.800rem 1rem;
}
#boxOffertaTempoStima #boxOffertaMax #formMaxBid #boxBidMax .field i {
  font-size: 1.600rem;
  font-weight: 500;
}
#boxOffertaTempoStima #boxOffertaMax #formMaxBid .buttonMaxBid {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  font-family: "BRGrotesk";
  color: #ffffff;
  font-size: 1.600rem;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  background-color: #202020;
  height: 100%;
  width: 100%;
  padding: 0.800rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#boxOffertaTempoStima #boxOffertaMax #formMaxBid .buttonMaxBid:hover {
  background-color: #fee202;
  color: #ffffff;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#boxOffertaTempoStima .boxBuyNowPrice {
  padding: 0;
  font-weight: 500;
  margin-top: 1rem;
}
#boxOffertaTempoStima .boxBuyNowPrice [class^="label"] {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 1.400rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
#boxOffertaTempoStima #boxTelefonica {
  text-align: left;
  font-weight: 500;
  padding: 1.000rem 0;
}
#boxOffertaTempoStima #boxTelefonica .checkbox {
  display: inline-flex;
  gap: 5px;
}
#boxOffertaTempoStima #boxTelefonica #boxNote {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  #boxOffertaTempoStima #boxTelefonica #boxNote {
    flex-direction: column;
  }
  #boxOffertaTempoStima #boxTelefonica #boxNote .label {
    min-width: inherit;
  }
  #boxOffertaTempoStima #boxTelefonica #boxNote .input {
    width: 100%;
  }
}
#boxOffertaTempoStima #boxTelefonica #boxNote .label {
  min-width: 240px;
  margin-left: 0;
}
#boxOffertaTempoStima #boxTelefonica #boxNote .input {
  flex-grow: 1;
  margin: 0;
}
#boxOffertaTempoStima .boxInElaborazione {
  position: relative;
  display: block;
  padding-top: 0.500rem;
  margin-right: 1.000rem;
}
#boxOffertaTempoStima #boxOffertaTempoLoading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 120 40' xmlns='http://www.w3.org/2000/svg' fill='%23161a1d'%3E%3Ccircle cx='15' cy='15' r='15'%3E%3Canimate attributeName='r' from='15' to='15' begin='0s' dur='0.8s' values='15;9;15' calcMode='linear' repeatCount='indefinite' /%3E%3Canimate attributeName='fill-opacity' from='1' to='1' begin='0s' dur='0.8s' values='1;.5;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='60' cy='15' r='9' fill-opacity='0.3'%3E%3Canimate attributeName='r' from='9' to='9' begin='0s' dur='0.8s' values='9;15;9' calcMode='linear' repeatCount='indefinite' /%3E%3Canimate attributeName='fill-opacity' from='0.5' to='0.5' begin='0s' dur='0.8s' values='.5;1;.5' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='105' cy='15' r='15'%3E%3Canimate attributeName='r' from='15' to='15' begin='0s' dur='0.8s' values='15;9;15' calcMode='linear' repeatCount='indefinite' /%3E%3Canimate attributeName='fill-opacity' from='1' to='1' begin='0s' dur='0.8s' values='1;.5;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3C/svg%3E%0A");
  -webkit-background-size: 60px auto;
  -moz-background-size: 60px auto;
  -o-background-size: 60px auto;
  background-size: 60px auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  z-index: 100;
}
#boxOffertaTempoStima #numeroOfferte [class^="label"] {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 1.400rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
#boxOffertaTempoStima #numeroOfferte span {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 1.400rem;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  order: 1;
}
#boxOffertaTempoStima #offriATempo {
  display: none;
  margin-top: 3.500rem;
  margin-bottom: 1.500rem;
  display: block;
}
#boxOffertaTempoStima #offriATempo .btn.butPrinc {
  padding: 1.250rem 2.000rem;
}
#boxOffertaTempoStima #miaOffertaTempo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end !important;
  padding-bottom: 2.5rem;
}
#boxOffertaTempoStima #miaOffertaTempo .miaOffertaTempoLabel {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 1.400rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}
#boxOffertaTempoStima #miaOffertaTempo .label span {
  font-size: 1.200rem;
  line-height: 1;
  margin: 0;
}
#boxOffertaTempoStima #miaOffertaTempo #miaOffertaTempoVal {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 2.400rem;
  line-height: 1;
  margin: 0;
  color: #008f00;
  order: 1;
}
#boxOffertaTempoStima #currOffertaTempo {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end !important;
  padding-bottom: 2.5rem;
}
#boxOffertaTempoStima #currOffertaTempo .label {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 1.400rem;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}
#boxOffertaTempoStima #currOffertaTempo .label span {
  font-size: 1.200rem;
  line-height: 1;
  margin: 0;
}
#boxOffertaTempoStima #currOffertaTempo #currOffertaTempoVal {
  font-family: "BRGrotesk";
  color: #202020;
  font-size: 2.400rem;
  line-height: 1;
  margin: 0;
  color: #8f0000;
  order: 1;
}
#boxOffertaTempoStima.miaOff #boxCountdown #countdown {
  color: #008f00;
}
#boxOffertaTempoStima.miaOffNoRiserva #boxCountdown #countdown {
  color: #ff8800;
}
#boxOffertaTempoStima.miaOffNoRiserva #miaOffertaTempoVal {
  color: #ff8800;
}
#boxOffertaTempoStima .lottoScadenza {
  color: #8f0000;
}
#boxOffertaTempoStima #labelInfo {
  position: relative;
  display: block;
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  line-height: 1;
  margin: 0.500rem 2.500rem;
  font-weight: 500;
}
#boxOffertaTempoStima #labelInfo:empty {
  display: none;
}
#boxOffertaTempoStima #noBid {
  position: relative;
  display: block;
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  line-height: 1;
  margin: 0 2.500rem 2.500rem;
  font-weight: 500;
}
#boxOffertaTempoStima #noBid:empty {
  display: none;
}
#boxOffertaTempoStima #noBid {
  color: #8f0000;
  border-color: #8f0000;
}
#boxOffertaTempoStima.miaOff #noBid {
  color: #008f00;
  border-color: #008f00;
}
#boxOffertaTempoStima.miaOffNoRiserva #noBid {
  color: #ff8800;
  border-color: #008f00;
}
[class^="risSup"] {
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  line-height: 1;
  margin: 0;
  color: #202020;
}
[class^="risNoSup"] {
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  line-height: 1;
  margin: 0;
  color: #8f0000;
}
/************		 Lotto Scadenza Lista		************/
.lottoScadenza {
  color: #8f0000;
}
/************************************************
*		Stili per funzioni di loading			*
************************************************/
body #jpreLoader {
  left: 0  !important;
  width: 100%;
  height: 3px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
body #jprePercentage {
  height: auto;
  top: 1.000rem;
  font-size: 1.200rem;
  font-family: "BRGrotesk";
  font-weight: normal;
  text-shadow: none;
  color: #fee202;
  border-radius: 0;
  display: none;
}
body #jpreOverlay {
  background-color: #ffffff;
}
body #jpreBar {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  background-color: #202020;
  border-radius: 0;
}
#loading {
  width: 100%;
  height: 680px;
  text-align: center;
  padding-top: 50px;
}
.logo-loading > div.logo-preload {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  height: 100px;
  background-image: url("../images/logo.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: -50px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInTop;
  animation-name: fadeInTop;
}
#targetLoading {
  width: 100;
  height: auto;
}
div.pleaseWait {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  clear: both;
}
div.pleaseWait b {
  font-size: 1.200rem;
  color: #ffffff;
  font-weight: normal;
}
/************************************************
*				8. Social Network			 	*
************************************************/
/************		 Social config			************/
[class^="soc-"] {
  background: transparent;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.socialItem .soc-facebook:before {
  content: "\F344";
}
.socialItem .soc-pinterest:before {
  content: "\F663";
}
.socialItem .soc-twitter-x:before {
  content: "\F8DB";
}
.socialItem .soc-twitter:before {
  content: "\F8DB";
}
.socialItem .soc-linkedin:before {
  content: "\F472";
}
.socialItem .soc-youtube:before {
  content: "\F62B";
}
.socialItem .soc-whatsapp:before {
  content: "\f232";
}
.socialItem .soc-instagram:before {
  content: "\F437";
}
.socialItem .soc-rss:before {
  content: ", ";
}
.socialItem .soc-email1:before {
  content: "<";
}
.socialItem .soc-email2:before {
  content: ".";
}
/************		 Social			************/
.socialItem {
  display: inline-block;
  background: transparent;
  padding: 0;
}
.socialItem a {
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
  text-transform: none;
  position: relative;
  z-index: 1;
  line-height: 2.000rem;
  font-size: 2.000rem;
  height: 37px;
  width: 37px;
  border-radius: 50%;
  border: 1px solid #f9f9f9;
  margin: 0;
  padding: 0;
  color: #202020;
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.socialItem a:hover {
  color: #ffffff;
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.socialItem a:hover:before {
  color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.socialItem:hover {
  background: transparent;
  color: #ffffff;
}
.socialItem:hover a {
  color: #ffffff;
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.socialItem + .socialItem {
  margin-left: 0.300rem;
}
/************		 Social  Share			************/
h4.introLabel {
  position: relative;
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  line-height: 1;
  color: #202020;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
}
h4.introLabel:after {
  content: '';
  margin: 5px auto 15px;
  display: block;
  width: 31px;
  max-width: 100%;
  height: 2px;
  background-color: #fee202;
}
#social-share .socialItem.btn {
  border: 0;
  padding: 0;
  min-width: auto;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#social-share .socialItem.btn a {
  font-family: "bootstrap-icons";
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
  font-size: 1.800rem;
  height: auto;
  width: auto;
  padding: 10px;
  aspect-ratio: 1;
  margin: 0 5px;
  border-radius: 50%;
  color: #202020;
  background: #ffffff;
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#social-share .socialItem.btn:hover {
  color: #ffffff;
  background: transparent;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#social-share .socialItem.btn:hover a {
  color: #ffffff;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#dettLotSx #social-share {
  margin: 1rem 0;
}
/************************************************
*				PriceRangeBar					*
************************************************/
.priceRangeBar {
  padding: 0 0.5rem 0 0;
  text-align: left;
  position: relative;
  width: 100%;
  display: inline-block;
}
.priceRangeBar .layout-slider {
  width: 90%;
}
/*************************************************************
*				Loading  (Template sitemap )				 *
*************************************************************/
#preloaderHome .loadingLogo {
  display: inline-block;
  padding-top: 0;
  margin-bottom: 35px;
}
#preloaderHome .loadingTxt {
  width: 100%;
  display: inline-block;
  text-align: center;
  font-family: "BRGrotesk";
  font-size: 1.000rem;
  padding-bottom: 20px;
  color: #535353;
}
/*************************************************************
*					Condition Report e Total Cost	 					 *
*************************************************************/
.templMyConditionReport .itemListText {
  text-align: left;
  padding: 0.5rem;
}
.templMyConditionReport .rigaTitle {
  margin-bottom: 1.500rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.templMyConditionReport .dettLotto {
  text-align: left;
}
.templMyConditionReport h2 {
  font-weight: normal;
}
/*************************************************************
*					      Total Cost	 					 *
*************************************************************/
.templMyTotalCost .title {
  margin-top: 1.500rem;
}
.templMyTotalCost .label {
  color: #585858;
  position: relative;
  text-transform: uppercase;
}
.templMyTotalCost .alert {
  margin-top: 0.800rem;
}
.templMyTotalCost .view {
  padding-top: 0.500rem;
  padding-bottom: 0.500rem;
}
.templMyTotalCost .total {
  font-family: "BRGrotesk";
  color: #000000;
  position: relative;
  font-size: 1.600rem;
  text-transform: uppercase;
  padding-top: 0.500rem;
  padding-bottom: 0.500rem;
}
.templMyTotalCost .riga {
  margin-top: 2.500rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.templMyTotalCost .rigaTitle {
  margin-bottom: 1.500rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.templMyTotalCost .container {
  padding-top: 1.200rem;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
.templMyTotalCost select {
  width: 100%;
}
/*************************************************************
*							Search		 					 *
*************************************************************/
.sb-search {
  position: relative;
  width: 0%;
  min-width: 360px;
  height: 36px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
input.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #ffffff;
  width: 100%;
  height: 36px;
  margin: 0;
  z-index: 10;
  border: 3px solid rgba(0, 0, 0, 0.15);
  padding: 1rem 4rem 1rem 1rem;
  font-size: 1.4rem;
  color: #000000;
}
.sb-search-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.sb-search-input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.sb-search-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.sb-search-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.45);
}
.sb-icon-search,
.sb-search-submit {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 3px;
  top: 3px;
  padding: 0;
  margin: 0;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.sb-search-submit {
  background: #ffffff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
.sb-icon-search {
  color: #ffffff;
  background: #fee202;
  z-index: 90;
  font-size: 1.4rem;
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.sb-icon-search:before {
  content: '\f002';
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%;
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #da6d0d;
  color: #ffffff;
  z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}
/************************************************
*					Search						*
************************************************/
#header form.ricerca {
  margin: 0px;
}
#psearch {
  /* Search Box */
  /* Change autocomplete styles in WebKit */
}
@media (min-width: 1430px) {
  #psearch .searchmenu {
    width: 1340px;
    max-width: 100%;
  }
}
#psearch .form-group {
  margin-bottom: 10px;
}
#psearch .form-group label.campoRicerca {
  margin-bottom: 10px;
}
#psearch .input.campoRicerca {
  position: relative;
  height: 80px;
  opacity: 1;
  transform: translateY(0px);
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.5s;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #psearch .input.campoRicerca {
    height: auto;
  }
}
#psearch .input.campoRicerca input.testo {
  font-size: 5.400rem;
  height: auto;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  transition: width 0.25s;
  text-align: center;
  text-rendering: geometricprecision;
  font-family: "BRGrotesk";
  color: #202020;
  font-weight: 100;
  background: transparent;
  border: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #psearch .input.campoRicerca input.testo {
    font-size: 3.400rem;
  }
}
#psearch .input.campoRicerca input.testo:focus {
  box-shadow: none;
}
#psearch .input.campoRicerca:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  width: 0;
  height: 1px;
  background-color: rgba(32, 32, 32, 0.5);
  transition: all 0.5s ease-in-out;
}
#psearch .input.campoRicerca:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  width: 100%;
  height: 1px;
  background-color: rgba(32, 32, 32, 0.1);
  transition: all 0.5s ease-in-out;
}
#psearch .input.campoRicerca:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.5s ease-in-out;
}
#psearch input.testo:-webkit-autofill,
#psearch input.testo:-webkit-autofill:hover,
#psearch input.testo:-webkit-autofill:focus {
  border-bottom: 1px solid #f9f9f9;
  transition: background-color 5000s ease-in-out 0s;
}
#psearch [name="ButtonSearch"] {
  position: absolute;
  top: 50%;
  right: 0;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
  background: none;
  border: 0;
  border-radius: 5px;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #psearch [name="ButtonSearch"] {
    width: 30px;
    height: 30px;
  }
}
#psearch [name="ButtonSearch"] .icon-append {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: auto;
  transform: none;
  text-align: center;
  padding: 0;
  border: 0;
  border-radius: 5px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#psearch [name="ButtonSearch"] .icon-append:before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  mask-image: url("../images/svg/search-light.svg");
  mask-repeat: no-repeat;
  background: #909090;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #psearch [name="ButtonSearch"] .icon-append:before {
    width: 30px;
    height: 30px;
  }
}
#psearch [name="ButtonSearch"] .icon-append:hover {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#psearch [name="ButtonSearch"] .icon-append:hover:before {
  background: #909090;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#psearch label.search_info {
  color: #585858;
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin: 0;
}
/*************************************************************
*						Lots Consolle	 					 *
*************************************************************/
.lotsConsole {
  text-align: left;
  z-index: 11;
  /*Range Slider*/
  /* Visualizzazione Ipad */
}
.lotsConsole .criteriFilterPanel,
.lotsConsole .criteri1,
.lotsConsole .criteri2,
.lotsConsole .criteri3,
.lotsConsole .criteri4 {
  padding-left: 3.000rem!important;
  padding-right: 3.000rem!important;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .lotsConsole .criteriFilterPanel,
  .lotsConsole .criteri1,
  .lotsConsole .criteri2,
  .lotsConsole .criteri3,
  .lotsConsole .criteri4 {
    padding-left: 1.500rem!important;
  }
}
.lotsConsole .butFilterAll {
  display: flex;
  margin: 0;
  margin-right: 0.500rem;
}
.lotsConsole .butFilterAll .label {
  margin: 0;
}
.lotsConsole .butFilterAll .btn.butSecond {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start !important;
  font-size: 1.200rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.150rem;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  cursor: pointer;
  padding: 0.500rem 1.500rem 0.500rem 1.000rem;
  margin: 0 0 15px 0;
  background-color: #202020;
  color: #ffffff;
  transition: padding-right 0.25s ease 0s;
  white-space: nowrap;
}
.lotsConsole .butFilterAll .btn.butSecond:after {
  content: none;
}
.lotsConsole .butFilterAll .fa {
  font-family: bootstrap-icons !important;
  margin: 0;
  margin-top: 0.100rem;
  margin-right: 0.750rem;
}
.lotsConsole .butFilterAll .fa.fa-sliders:before {
  content: "\F788";
}
.lotsConsole .butFilterAll:after {
  content: none;
}
.lotsConsole .butResetAll {
  display: flex;
  margin: 0;
}
.lotsConsole .butResetAll .label {
  margin: 0;
}
.lotsConsole .butResetAll .btn.butSecond {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start !important;
  font-size: 1.200rem;
  line-height: 1;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.150rem;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  cursor: pointer;
  padding: 0.500rem 1.500rem 0.500rem 1.000rem;
  margin: 0 0 15px 0;
  background-color: #202020;
  color: #ffffff;
  transition: padding-right 0.25s ease 0s;
  white-space: nowrap;
}
.lotsConsole .butResetAll .btn.butSecond:after {
  content: none;
}
.lotsConsole .butResetAll .fa {
  font-family: bootstrap-icons !important;
  margin: 0;
  margin-top: 0.100rem;
  margin-right: 0.750rem;
}
.lotsConsole .butResetAll .fa.fa-times:before {
  content: "\F659";
}
.lotsConsole .butResetAll:after {
  content: none;
}
.lotsConsole button {
  border: 0;
}
.lotsConsole .style-form .input input {
  font-size: 1.600rem;
  width: 100%;
  transition: width 0.25s;
}
.lotsConsole .style-form .icon-append {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  background: transparent;
  cursor: pointer;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 5px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.lotsConsole .style-form .icon-append:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  mask-image: url("../images/svg/search.svg");
  mask-repeat: no-repeat;
  background: #202020;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.lotsConsole .style-form .icon-append.fa-search:before {
  content: none;
}
.lotsConsole .style-form .icon-append:hover {
  background: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.lotsConsole .style-form .campoRicerca button:nth-last-child(2) .icon-append {
  right: 5px;
  border-left-width: 0;
  border-left-style: solid;
}
.lotsConsole .style-form .select .dropdown.bootstrap-select {
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  line-height: 1;
  font-weight: normal;
  width: 100%;
}
.lotsConsole .style-form .select .dropdown.bootstrap-select .btn {
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  font-weight: normal;
  text-transform: capitalize;
  color: #202020;
}
.lotsConsole .style-form .select select {
  font-family: "BRGrotesk";
  font-size: 1.600rem;
  line-height: 2.000rem;
  font-weight: 500;
  text-transform: capitalize;
  border-width: 0;
  padding-left: 0;
  color: #202020;
  height: auto;
  padding: 0 15px 0 0;
}
.lotsConsole .style-form .select select option {
  font-family: "BRGrotesk";
  color: #202020;
}
.lotsConsole .style-form .select i:after {
  display: none;
}
.lotsConsole .style-form .select i {
  display: none;
}
.lotsConsole .labelText {
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  font-weight: normal;
  color: #202020;
  letter-spacing: 0;
  text-transform: uppercase;
  padding-bottom: 1.500rem!important;
}
.lotsConsole .labelText .sec-color {
  font-weight: 500;
  color: #909090;
}
.lotsConsole .labelText:first-letter {
  text-transform: uppercase;
}
.lotsConsole .range-slider {
  font-family: "BRGrotesk";
  height: 1.25rem;
  /* Round */
}
.lotsConsole .range-slider .irs {
  font-family: "BRGrotesk";
  height: 1.25rem;
}
.lotsConsole .range-slider .irs-line {
  height: 0.25rem;
  top: 0.5rem;
}
.lotsConsole .range-slider .irs-line-left {
  background-color: rgba(0, 0, 0, 0.25);
  border-bottom-left-radius: 6.1875rem;
  border-top-left-radius: 6.1875rem;
  height: 0.25rem;
  left: 0;
}
.lotsConsole .range-slider .irs-line-mid {
  background-color: rgba(0, 0, 0, 0.25);
  height: 0.25rem;
}
.lotsConsole .range-slider .irs-line-right {
  background-color: rgba(0, 0, 0, 0.25);
  border-bottom-right-radius: 6.1875rem;
  border-top-right-radius: 6.1875rem;
  height: 0.25rem;
  right: 0;
}
.lotsConsole .range-slider .irs-bar {
  background-color: rgba(0, 0, 0, 0.75);
  height: 0.25rem;
  top: 0.5rem;
}
.lotsConsole .range-slider .irs-bar-edge {
  background-color: rgba(0, 0, 0, 0.75);
  border-bottom-left-radius: 6.1875rem;
  border-top-left-radius: 6.1875rem;
  height: 0.25rem;
  left: 0;
  top: 0.5rem;
  width: 0.875rem;
}
.lotsConsole .range-slider .irs-slider {
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0px 3px 6px 0px rgba(140, 152, 164, 0.25);
  cursor: pointer;
  height: 1.75rem;
  top: -0.25rem;
  width: 1.75rem;
}
.lotsConsole .range-slider .irs-slider.state_hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.lotsConsole .range-slider .irs-min,
.lotsConsole .range-slider .irs-max {
  padding: 3px 10px;
  margin: 2px 0;
  font-size: 1rem;
}
.lotsConsole .range-slider .irs-from {
  background-color: #ffffff;
  border-radius: 0.3125rem;
  box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
  color: #000000;
  display: inline-block;
  font-size: 1.2rem;
  min-width: 2.5rem;
  padding: 0.5rem 1.000rem;
  text-align: center;
  text-shadow: none;
}
.lotsConsole .range-slider .irs-to {
  background-color: #ffffff;
  border-radius: 0.3125rem;
  box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
  color: #000000;
  display: inline-block;
  font-size: 1.2rem;
  min-width: 2.5rem;
  padding: 0.5rem 1.000rem;
  text-align: center;
  text-shadow: none;
}
.lotsConsole .range-slider .irs-single {
  background-color: #ffffff;
  border-radius: 0.3125rem;
  box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
  color: #000000;
  display: inline-block;
  font-size: 1.2rem;
  min-width: 2.5rem;
  padding: 0.5rem 0.5rem;
  text-align: center;
  text-shadow: none;
}
.lotsConsole .range-slider.irs--round .irs-line {
  background-color: rgba(32, 32, 32, 0.15);
  border-radius: 2px;
}
.lotsConsole .range-slider.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}
.lotsConsole .range-slider.irs--round .irs-shadow {
  background-color: rgba(32, 32, 32, 0.15);
  bottom: 21px;
  height: 4px;
}
.lotsConsole .range-slider.irs--round .irs-handle {
  background-color: white;
  border-radius: 18px;
  border: 3px solid #202020;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0);
  top: 30px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.lotsConsole .range-slider.irs--round .irs-handle:hover {
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.15);
  background-color: #202020;
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.lotsConsole .range-slider.irs--round .irs-handle.state_hover {
  background-color: #202020;
}
.lotsConsole .range-slider.irs--round .irs-min {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.lotsConsole .range-slider.irs--round .irs-max {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.lotsConsole .range-slider.irs--round .irs-from {
  background-color: #202020;
  border-radius: 4px;
  color: white;
  text-shadow: none;
}
.lotsConsole .range-slider.irs--round .irs-from:before {
  border-top-color: rgba(32, 32, 32, 0.15);
  border: 3px solid transparent;
  bottom: -6px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -3px;
  overflow: hidden;
  position: absolute;
  width: 0;
}
.lotsConsole .range-slider.irs--round .irs-to {
  background-color: #202020;
  border-radius: 4px;
  color: white;
  text-shadow: none;
}
.lotsConsole .range-slider.irs--round .irs-to:before {
  border-top-color: rgba(32, 32, 32, 0.15);
  border: 3px solid transparent;
  bottom: -6px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -3px;
  overflow: hidden;
  position: absolute;
  width: 0;
}
.lotsConsole .range-slider.irs--round .irs-single {
  background-color: #202020;
  border-radius: 4px;
  color: white;
  text-shadow: none;
}
.lotsConsole .range-slider.irs--round .irs-single:before {
  border-top-color: rgba(32, 32, 32, 0.15);
  border: 3px solid transparent;
  bottom: -6px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -3px;
  overflow: hidden;
  position: absolute;
  width: 0;
}
.lotsConsole .range-slider.irs--round .irs-grid {
  height: 25px;
}
.lotsConsole .range-slider.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.lotsConsole .range-slider.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px;
}
.lotsConsole .range-slider .irs--round.irs-with-grid {
  height: 65px;
}
.lotsConsole .range-slider-indicator {
  height: 5rem;
}
.lotsConsole .range-slider-indicator .irs {
  height: 5rem;
}
.lotsConsole .range-slider-indicator .irs-line {
  top: 3.875rem;
}
.lotsConsole .range-slider-indicator .irs-bar {
  top: 3.875rem;
}
.lotsConsole .range-slider-indicator .irs-bar-edge {
  top: 3.875rem;
}
.lotsConsole .range-slider-indicator .irs-slider {
  top: 3rem;
}
.lotsConsole .range-slider-indicator.range-slider-grid {
  height: 8rem;
}
.lotsConsole .range-slider-indicator.range-slider-grid .irs {
  height: 8rem;
}
.lotsConsole .range-slider-grid {
  height: 4.5rem;
}
.lotsConsole .range-slider-grid .irs {
  height: 4.5rem;
}
.lotsConsole .range-slider-grid .irs-grid {
  height: 2.5rem;
}
.lotsConsole .range-slider-grid .irs-grid-text {
  border-radius: 6.1875rem;
  color: #677788;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
  min-width: 2.5rem;
  padding: 0.25rem;
}
.lotsConsole .range-slider-grid .irs-grid-text.current {
  background: rgba(55, 125, 255, 0.1);
  color: rgba(0, 0, 0, 0.75);
}
.lotsConsole .range-slider-grid .irs-grid-pol {
  background-color: rgba(0, 0, 0, 0.25);
  height: 0.9rem;
}
.lotsConsole .range-slider-grid .irs-grid-pol.small {
  display: none;
}
.lotsConsole .btn {
  display: block;
  width: 100%;
  /*height: 39px;*/
  padding: 0 15px 0 0;
  outline: none;
  border-style: solid;
  border-radius: 0;
  background: transparent;
  margin: 0;
  margin-bottom: 0.5rem;
  font-family: "BRGrotesk";
  font-size: 1.600rem;
  line-height: 2.000rem;
  font-weight: 500;
  text-transform: none;
  border-width: 0;
  color: #202020;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-color: #202020;
  transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}
.lotsConsole .btn:hover {
  background: transparent;
  color: #fee202;
  border-width: 0;
}
.lotsConsole .btn + .lotsConsole .btn {
  margin-top: 0.250rem;
}
.lotsConsole .btn.selClass {
  color: #fee202;
  background: transparent;
  border-width: 0;
}
.lotsConsole .btn.selClass i {
  line-height: 1.800rem;
}
@media screen and (max-width: 991px) {
  .lotsConsole .btn {
    text-align: left;
  }
}
/*************************************************************
*						Sticky DIV	 						 *
*************************************************************/
.stickyPanel {
  position: sticky;
  top: 85px;
}
/*************************************************************
*					Template WEB VIEW		 			 *
*************************************************************/
.templWebView body {
  background: none;
}
.templWebView #container {
  background: none;
}
.templWebView #panelBoxHead {
  background: none;
}
.templWebView .breadcrumbs {
  display: none;
}
.templWebView #panelTitlePage h1 {
  text-align: center;
}
/*************************************************************
*					Template Search Results		 			 *
*************************************************************/
.templSearchResults #searchResults {
  max-width: 1140px;
}
.templSearchResults .lotsConsole {
  padding: 0;
  padding-top: 2.500rem;
  padding-bottom: 3.500rem;
  border: 3px solid rgba(0, 0, 0, 0.15);
}
.templSearchResults .lotsConsole #criteriPanel {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}
.templSearchResults .criteri1 {
  -ms-flex: 0 0 100%!important;
  flex: 0 0 100%!important;
  max-width: 100%!important;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.templSearchResults .criteri2 {
  -ms-flex: 0 0 100%!important;
  flex: 0 0 100%!important;
  max-width: 100%!important;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.templSearchResults .criteri3 {
  -ms-flex: 0 0 100%!important;
  flex: 0 0 100%!important;
  max-width: 100%!important;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.templSearchResults [class*="criteri"] + [class*="criteri"] {
  padding-top: 2.500rem;
}
/*************************************************************
*				Richieste di Valutazione		 			 *
*************************************************************/
.templFormModuloValutazione {
  /************		 Effect 1		************/
}
.templFormModuloValutazione #stepBar {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  width: 100%;
  background: #f9f9f9;
  margin-bottom: 4.000rem;
}
.templFormModuloValutazione #stepBar .step1,
.templFormModuloValutazione #stepBar .step2,
.templFormModuloValutazione #stepBar .step3 {
  background: #202020;
  color: #ffffff;
  padding: 2px 0;
}
.templFormModuloValutazione #stepBar .step1 {
  width: 33.33%;
  margin: 0;
}
.templFormModuloValutazione #stepBar .step2 {
  width: 66.66%;
  margin: 0;
}
.templFormModuloValutazione #stepBar .step3 {
  width: 100%;
  margin: 0;
}
.templFormModuloValutazione .regLoginVal {
  padding-top: 5px;
}
.templFormModuloValutazione .regVal {
  width: 68%;
  display: inline-block;
  vertical-align: top;
}
.templFormModuloValutazione .loginVal {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.templFormModuloValutazione .loginVal a.ImgBtn {
  float: none;
  display: inline-block;
}
.templFormModuloValutazione .messageVal {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.templFormModuloValutazione #campiVal {
  display: none;
}
.templFormModuloValutazione .boxValImg {
  display: table;
}
.templFormModuloValutazione .boxValImg img {
  vertical-align: middle;
}
.templFormModuloValutazione .pathForm {
  position: absolute;
  z-index: -1;
  left: 15%;
  right: 15%;
  width: 70%;
  overflow: hidden;
  display: block;
}
.templFormModuloValutazione .pathForm div {
  background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  display: inline-block;
  height: 2px;
  margin: 95px 1rem;
  width: 2px;
}
.templFormModuloValutazione .hi-icon-effect-1 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
  margin-top: 4.000rem;
  margin-bottom: 4.000rem;
  /*Hover Styles*/
}
.templFormModuloValutazione .hi-icon-effect-1 .hi-icon {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  border: none;
  background: #ffffff;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0;
  min-width: 0;
  padding: 0;
  border-radius: 50%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  box-shadow: inset 0 0 0 1px #f9f9f9;
}
.templFormModuloValutazione .hi-icon-effect-1 .hi-icon:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  border-radius: inherit;
  z-index: -1;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
  transition: box-shadow 0.3s, transform 0.3s;
  border: 1px dashed #f9f9f9;
  background: transparent;
  box-shadow: inset 0 0 0 0 #fee202;
}
.templFormModuloValutazione .hi-icon-effect-1 .hi-icon:after {
  content: "";
  width: 110px;
  height: 110px;
}
.templFormModuloValutazione .hi-icon-effect-1 .hi-icon.informazioni:after {
  mask: url("../images/svg/informazioni.svg") center;
  mask-repeat: no-repeat;
  mask-size: 30px 30px;
  background: #202020 no-repeat center;
}
.templFormModuloValutazione .hi-icon-effect-1 .hi-icon.fotografie:after {
  mask: url("../images/svg/fotografie.svg") center;
  mask-repeat: no-repeat;
  mask-size: 30px 30px;
  background: #202020 no-repeat center;
}
.templFormModuloValutazione .hi-icon-effect-1 .hi-icon.modulo:after {
  mask: url("../images/svg/modulo.svg") center;
  mask-repeat: no-repeat;
  mask-size: 30px 30px;
  background: #202020 no-repeat center;
}
.templFormModuloValutazione .hi-icon-effect-1 .hi-icon.onStep:before {
  transition-duration: .4s,.8s,.8s,.8s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  border: 1px dashed transparent;
  box-shadow: inset 0 0 0 5px rgba(254, 226, 2, 0.15);
}
.templFormModuloValutazione .hi-icon-effect-1 .hi-icon.onStep:after {
  background: #fee202 no-repeat center;
}
#myAwesomeDropzone.dropzone {
  min-height: inherit;
  border: 4px solid rgba(0, 0, 0, 0.1);
  background: white;
  padding: 30px 30px;
}
#myAwesomeDropzone.dropzone.dz-clickable .dz-message,
#myAwesomeDropzone.dropzone.dz-clickable .dz-message * {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
#myAwesomeDropzone.dropzone .dz-message {
  text-align: center;
  margin: 3rem 0;
}
#myAwesomeDropzone.dropzone .dz-message h4 {
  margin: 1.5rem 0;
}
#myAwesomeDropzone.dropzone .dz-message .icon-download {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  width: 80px;
  height: 80px;
  border: none;
  background: #ffffff;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0;
  min-width: 0;
  margin: auto;
  padding: 0;
  border-radius: 50%;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  box-shadow: inset 0 0 0 1px #f9f9f9;
}
#myAwesomeDropzone.dropzone .dz-message .icon-download:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  border-radius: inherit;
  z-index: -1;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
  transition: box-shadow 0.3s, transform 0.3s;
  border: 1px dashed #f9f9f9;
  background: transparent;
  box-shadow: inset 0 0 0 0 #fee202;
}
#myAwesomeDropzone.dropzone .dz-message .icon-download:after {
  content: "";
  width: 40px;
  height: 40px;
  margin: auto;
  mask: url("../images/svg/bottom-arrow.svg") center;
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
}
.testoInternoVendita {
  width: 100%;
  margin: 0 auto;
}
.testoInternoVendita h2 {
  font-size: 2.400rem;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 15px;
  color: #202020;
}
.testoInternoVendita .titlePoint {
  font-size: 1.800rem;
  line-height: 1;
  font-weight: 400;
  color: #202020;
}
.testoInternoVendita h4 {
  font-size: 1.800rem;
  line-height: 1;
  font-weight: 400;
  color: #202020;
  text-align: center;
  margin-bottom: 15px;
}
.testoInternoVendita .icon-button {
  display: flex;
  align-items: center;
  border: none;
  background: none;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  right: 0;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  max-width: 250px;
  aspect-ratio: 1;
  color: #ffffff;
  border-radius: 50%;
  padding: 0;
  margin-bottom: 25px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  box-shadow: inset 0 0 0 1px #f9f9f9;
}
.testoInternoVendita .icon-button:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  border-radius: inherit;
  z-index: -1;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
  transition: box-shadow 0.3s, transform 0.3s;
  border: 1px dashed #f9f9f9;
  background: #ffffff;
  box-shadow: inset 0 0 0 0 #fee202;
}
.testoInternoVendita .icon-button .button_icon {
  width: 40px;
  height: 40px;
}
.testoInternoVendita .gratis .button_icon {
  mask: url("../images/svg/gratis.svg") center center;
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
}
.testoInternoVendita .semplice .button_icon {
  mask: url("../images/svg/semplice.svg") center center;
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
}
.testoInternoVendita .veloce .button_icon {
  mask: url("../images/svg/veloce.svg") center center;
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
}
.testoInternoVendita .soddisfazione .button_icon {
  mask: url("../images/svg/soddisfazione.svg") center center;
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
}
.testoInternoVendita .informazioni .button_icon {
  mask: url("../images/svg/informazioni.svg") center center;
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
}
.testoInternoVendita .fotografie .button_icon {
  mask: url("../images/svg/fotografie.svg") center center;
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
}
.testoInternoVendita .modulo .button_icon {
  mask: url("../images/svg/modulo.svg") center center;
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
}
.testoInternoVendita p {
  padding-bottom: 20px;
}
.fieldContactForm.select-style {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}
.fieldContactForm.select-style:after {
  background: #fafafa url("/img-main/ricerca-arrowdown.png") no-repeat;
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  right: 15px;
  bottom: 6px;
  z-index: 1;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.fieldContactForm.select-style select {
  display: block;
  width: 100%;
  height: auto;
  padding: 5px 8px;
  outline: none;
  border-width: 2px;
  border-style: solid;
  border-radius: 3px;
  background: #ffffff;
  font: 15px/19px;
  color: #404040;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fieldContactForm.select-style select:focus {
  outline: none;
}
/*************************************************************
*							Buttons				 			 *
*************************************************************/
/*Bottone*/
.btn {
  position: relative;
  cursor: pointer;
  font-family: "BRGrotesk";
  background: #ffffff;
  color: #202020;
  white-space: normal;
  border-radius: 5px;
  font-size: 1.400rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  padding: 1.000rem 2.000rem;
  margin: 0;
  border: 1px solid rgba(32, 32, 32, 0.15);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
@media screen and (max-width: 991px) {
  .btn {
    min-width: 100%;
  }
}
.btn:hover {
  background: #ffffff;
  color: #909090;
  text-decoration: none;
  border: 1px solid rgba(32, 32, 32, 0.7);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.btn.selClass {
  background: rgba(32, 32, 32, 0.35);
  color: #202020;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/* 	Angoli circolari 	*/
.btn.butCircle {
  border-radius: 25px;
}
.btn.butPrinc {
  grid-column-gap: 1.0rem;
  grid-row-gap: .5rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  /* offcanvas menu style */
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  font-weight: 500;
  color: #202020;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid rgba(32, 32, 32, 0.15);
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 5px;
  padding: 0 2.000rem;
  margin: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.btn.butPrinc span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  text-decoration: none;
  will-change: transform;
  cursor: pointer;
  padding: 0;
  margin: auto 0;
}
.btn.butPrinc span.butInfo:before {
  font-family: "bootstrap-icons";
  content: "\F646";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  text-shadow: none;
}
.btn.butPrinc:after {
  content: "";
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0icGFkZGluZy1ib3R0b206IDNweDsiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01LjI1LDEyLjc1bDcuNS03LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS4yNSw1LjI1aDcuNXY3LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPg==");
  mask-position: center center;
  mask-size: 16px;
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
}
.btn.butPrinc:hover {
  border-color: rgba(32, 32, 32, 0.95);
  background-color: #202020;
  color: #ffffff !important;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.btn.butPrinc:hover span {
  color: #ffffff;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.btn.butPrinc:hover:after {
  animation-name: moveUp;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background: #ffffff no-repeat center;
}
@media (min-width: 768px) {
  .btn.butPrinc {
    padding-left: 2.000rem;
    padding-right: 1.500rem;
  }
}
.btn.butPrincEvident {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  /* offcanvas menu style */
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  font-weight: 500;
  color: #202020;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #f2f2f2;
  border: 1px solid rgba(32, 32, 32, 0.15);
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.btn.butPrincEvident:after {
  content: "";
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0icGFkZGluZy1ib3R0b206IDNweDsiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01LjI1LDEyLjc1bDcuNS03LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS4yNSw1LjI1aDcuNXY3LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPg==");
  mask-position: center center;
  mask-size: 16px;
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
}
.btn.butPrincEvident:hover {
  border-color: rgba(32, 32, 32, 0.95);
  background-color: #fee202;
  color: #202020 !important;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.btn.butPrincEvident:hover:after {
  animation-name: moveUp;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background: #202020 no-repeat center;
}
@media (min-width: 768px) {
  .btn.butPrincEvident {
    padding-left: 2.500rem;
    padding-right: 2.000rem;
  }
}
.btn.butSecond {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: inline-flex;
  align-items: center;
  position: relative;
  /* offcanvas menu style */
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  font-weight: 500;
  color: #202020;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  padding: 0 3.000rem 0 0;
  min-width: inherit;
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.btn.butSecond:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0icGFkZGluZy1ib3R0b206IDNweDsiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01LjI1LDEyLjc1bDcuNS03LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS4yNSw1LjI1aDcuNXY3LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPg==");
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
}
.btn.butSecond:hover {
  color: #909090;
  background: transparent;
}
.btn.butSecond:hover:after {
  animation-name: moveUp;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background: #909090 no-repeat center;
}
.btn.butThird {
  grid-column-gap: 1.0rem;
  grid-row-gap: .5rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  /* offcanvas menu style */
  font-size: 1.400rem;
  font-weight: 500;
  color: #202020;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid rgba(32, 32, 32, 0.15);
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 5px;
  padding: 0 2.000rem;
  margin: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  font-family: "BRGrotesk";
  font-size: 2.000rem;
  line-height: 1;
  font-weight: normal;
  text-transform: none;
  padding: 1rem 3.5rem 1rem 4.5rem;
}
.btn.butThird span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  text-decoration: none;
  will-change: transform;
  cursor: pointer;
  padding: 0;
  margin: auto 0;
}
.btn.butThird span.butInfo:before {
  font-family: "bootstrap-icons";
  content: "\F646";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  text-shadow: none;
}
.btn.butThird:after {
  content: "";
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0icGFkZGluZy1ib3R0b206IDNweDsiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01LjI1LDEyLjc1bDcuNS03LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS4yNSw1LjI1aDcuNXY3LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPg==");
  mask-position: center center;
  mask-size: 16px;
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
}
.btn.butThird:hover {
  border-color: rgba(32, 32, 32, 0.95);
  background-color: #202020;
  color: #ffffff !important;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.btn.butThird:hover span {
  color: #ffffff;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.btn.butThird:hover:after {
  animation-name: moveUp;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background: #ffffff no-repeat center;
}
@media (min-width: 768px) {
  .btn.butThird {
    padding-left: 2.000rem;
    padding-right: 1.500rem;
  }
}
.btn.butThird:after {
  width: 40px;
  height: 20px;
}
.btn.textUnderline {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: inline-flex;
  align-items: center;
  position: relative;
  /* offcanvas menu style */
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  font-weight: 500;
  color: #202020;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  padding: 0 3.000rem 0 0;
  min-width: inherit;
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.btn.textUnderline:after {
  content: "";
  width: 16px;
  height: 16px;
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0icGFkZGluZy1ib3R0b206IDNweDsiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01LjI1LDEyLjc1bDcuNS03LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS4yNSw1LjI1aDcuNXY3LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPg==");
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
}
.btn.textUnderline:hover {
  color: #909090;
  background: transparent;
}
.btn.textUnderline:hover:after {
  animation-name: moveUp;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background: #909090 no-repeat center;
}
.link.arrow {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: inline-flex;
  align-items: center;
  position: relative;
  /* offcanvas menu style ENd */
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  font-weight: 500;
  color: #202020;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  padding: 0.500rem 3.000rem 0.500rem 0;
  min-width: inherit;
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.link.arrow:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0icGFkZGluZy1ib3R0b206IDNweDsiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01LjI1LDEyLjc1bDcuNS03LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS4yNSw1LjI1aDcuNXY3LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPg==");
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
}
.link.arrow:hover {
  color: #909090;
  background: transparent;
}
.link.arrow:hover:after {
  animation-name: moveUp;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background: #909090 no-repeat center;
}
.btn.butIco {
  grid-column-gap: 1.5rem;
  grid-row-gap: .5rem;
  display: inline-flex;
  align-items: center;
  position: relative;
  /* offcanvas menu style ENd */
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  font-weight: 500;
  color: #202020;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  padding: 0 3.000rem 0 0;
  min-width: inherit;
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.btn.butIco span {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  overflow: hidden;
  width: 2.000rem;
  height: 2.000rem;
  line-height: 2.000rem;
  text-decoration: none;
  padding: 0;
  will-change: transform;
  white-space: nowrap;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 50%;
  cursor: pointer;
  vertical-align: top;
  margin: auto 0;
}
.btn.butIco span.butInfo:before {
  font-family: "bootstrap-icons";
  content: "\F646";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  text-shadow: none;
}
.btn.butIco:hover {
  color: #909090;
  background: transparent;
}
.btn.butClose {
  font-family: "BRGrotesk";
  font-weight: 500;
  padding: 0.500rem 1.500rem 0.500rem 0;
  text-align: left;
  margin: 0;
  position: relative;
  border: 0;
  background: transparent;
  -webkit-transition: all ease-in-out 400ms;
  -moz-transition: all ease-in-out 400ms;
  -o-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start !important;
}
.btn.butClose:hover {
  color: #909090;
}
.btn.butClose:after {
  content: "";
  position: absolute;
  display: block;
  right: 8px;
  width: 14px;
  height: 14px;
  mask-image: url("../images/svg/close.svg");
  mask-repeat: no-repeat;
  background: #202020;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  text-shadow: none;
  background-position: center;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
}
.btn.smallBtn {
  padding: 0.250rem 1.000rem;
  font-size: 1.200rem;
  line-height: 1.400rem;
}
/*	Button filter	*/
.btn.btnFilter {
  color: #202020;
  display: inline-flex;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  gap: 10px;
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  min-width: auto;
  border: 1px solid rgba(32, 32, 32, 0.15);
  padding: 0.500rem 2.000rem ;
  background: transparent;
  border-radius: 5px;
}
.btn.btnFilter:hover {
  border: 1px solid rgba(32, 32, 32, 0.25);
  color: #202020;
  background: #f2f2f2;
}
.btn.btnFilter.selClass {
  color: #202020;
  background: #f2f2f2;
  border: 1px solid rgba(32, 32, 32, 0.25);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.btn.btnFilter.btnCircle {
  aspect-ratio: 1;
  height: 35px;
  padding: 0;
}
/*Rettifica colori pulsanti Bootstrap*/
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #202020;
  border-color: #202020;
}
.butShape {
  position: relative;
  display: block;
  height: 70px;
  width: 70px;
}
.butShape .circle {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}
.butShape .circle:before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  transition: -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid #202020;
  border-radius: 50%;
  opacity: .4;
}
.butShape .circle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  margin-left: -30px;
  content: "";
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: 1px dashed #202020;
  border-radius: 50%;
  opacity: .3;
}
.butShape .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  mask-image: url("../images/svg/search.svg");
  mask-repeat: no-repeat;
  background: #202020;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.butShape:hover .circle:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
a:hover + .butShape .circle:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
/*************************************************************
*						Button form				 			 *
*************************************************************/
input[type="button"].btn.butPrinc,
input[type="submit"].btn.butPrinc,
input[type="reset"].btn.butPrinc {
  padding: 1.000rem 2.000rem;
}
/*************************************************************
*						Menu Persistent 		 			 *
*************************************************************/
#menuPersistent.navFixed {
  background: #ffffff;
  height: 55px;
  position: fixed;
  top: -55px;
  width: 100%;
  text-align: center;
  z-index: 1050;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#menuPersistent.navFixed.nav-down {
  top: 0px;
  -webkit-box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#menuPersistent.navFixed.nav-up {
  top: -55px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#menuPersistent .center-content-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
#menuPersistent .wrap-logo {
  padding: 10px 0 10px;
  margin-left: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#menuPersistent .wrap-right {
  gap: 15px;
  padding: 0;
  margin-right: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#menuPersistent .wrap-right .button.SearchTrigger {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
#menuPersistent .logo {
  height: 35px;
  display: inline-block;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#menuPersistent .progress-container {
  background-color: #e4e4e4;
  height: 1px;
  width: 100%;
}
#menuPersistent .progress-container .progressBar {
  background-color: #ffff00;
  transition: background .15s ease;
  height: 1px;
  width: 0%;
  margin: 0;
}
/************************************************
*	 			Cols - Same height				*
************************************************/
.row.sameHeight {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between !important;
  align-items: start;
  gap: 50px;
  padding: 4.500rem 3.000rem;
}
@media (min-width: 992px) {
  .row.sameHeight {
    gap: 50px;
  }
}
@media (min-width: 1150px) {
  .row.sameHeight {
    gap: 90px;
  }
}
@media (min-width: 992px) {
  .row.sameHeight #contactFormContainerLeft {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
.row.sameHeight #contactFormContainerLeft h4 {
  font-family: "BRGrotesk";
  font-size: 2.000rem;
  font-smooth: always;
  margin-top: 1.500rem;
}
@media (min-width: 992px) {
  .row.sameHeight #contactFormContainerLeft .labelContactForm {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .row.sameHeight #contactFormContainerLeft .fieldContactForm {
    padding-left: 0;
    padding-right: 0;
  }
}
.row.sameHeight #contactFormContainerRight {
  background: #f2f2f2;
  border: 0!important;
  border-radius: 5px;
}
.row.sameHeight #contactFormContainerRight h4 {
  font-family: "BRGrotesk";
  font-size: 2.000rem;
  font-smooth: always;
}
/*************************************************************
*							OL List		 					 *
*************************************************************/
#panelContentTextExt ol.numberFirst {
  list-style-type: none;
  list-style-type: decimal !ie;
  /*IE 7- hack*/
  margin: 0;
  padding: 0;
  padding-left: 3rem;
  counter-reset: item;
  display: inherit;
  overflow: hidden;
}
#panelContentTextExt ol.numberFirst > li {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 0.5rem;
  min-height: 3rem;
  border: 1px solid transparent;
}
#panelContentTextExt ol.numberFirst > li:before {
  position: absolute;
  top: 0;
  left: -1.4rem;
  width: 1.000rem;
  font-size: 1.4rem;
  line-height: 1;
  text-align: right;
  color: #202020;
  content: counters(item, ".") ".";
  counter-increment: item;
  font-family: "BRGrotesk";
}
#panelContentTextExt ol.numberSecond {
  list-style-type: none;
  list-style-type: decimal !ie;
  /*IE 7- hack*/
  margin: 0;
  margin-left: 2rem;
  padding: 0;
  padding-left: 3rem;
  counter-reset: item;
  display: inherit;
  overflow: hidden;
}
#panelContentTextExt ol.numberSecond > li:first-child {
  margin-top: 1rem;
}
#panelContentTextExt ol.numberSecond > li {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  min-height: 3rem;
}
#panelContentTextExt ol.numberSecond > li:before {
  position: absolute;
  top: 0;
  left: -1.4rem;
  width: 1.000rem;
  line-height: 1;
  text-align: right;
  color: #fee202;
  content: counters(item, ".") ".";
  counter-increment: item;
  font-family: "BRGrotesk";
}
#panelContentTextExt ol.numberFirst ol {
  list-style-type: none;
  list-style-type: decimal !ie;
  /*IE 7- hack*/
  margin: 0;
  padding: 0;
  padding-left: 2rem;
  counter-reset: item;
  display: inherit;
  overflow: hidden;
}
#panelContentTextExt ol.numberFirst ol > li:first-child {
  margin-top: 1rem;
}
#panelContentTextExt ol.numberFirst ol > li {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  min-height: 3rem;
}
#panelContentTextExt ol.numberFirst ol > li:before {
  position: absolute;
  top: 0;
  left: -1.4rem;
  width: 1.000rem;
  line-height: 1;
  text-align: right;
  color: #fee202;
  content: counters(item, ".") ".";
  counter-increment: item;
  font-family: "BRGrotesk";
}
/************************************************
*				Select Custom					*
************************************************/
.bootstrap-select.dropdown {
  /* 		Valutazioni 	*/
}
.bootstrap-select.dropdown div.dropdown-menu {
  font-size: 1.200rem;
  line-height: 1.400rem;
  letter-spacing: 0.050rem;
  font-weight: 500!important;
  text-transform: uppercase;
  top: auto!important;
  left: auto !important;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .bootstrap-select.dropdown div.dropdown-menu {
    top: 0!important;
  }
}
.bootstrap-select.dropdown ul.dropdown-menu {
  width: 100%;
  min-width: inherit;
}
.bootstrap-select.dropdown .dropdown-item {
  font-size: 1.200rem;
  line-height: 1.600rem;
  letter-spacing: 0.050rem;
  font-weight: 500!important;
  text-transform: uppercase;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.bootstrap-select.dropdown .dropdown-item:focus,
.bootstrap-select.dropdown .dropdown-item:hover,
.bootstrap-select.dropdown .dropdown-item:active,
.bootstrap-select.dropdown .dropdown-item.active {
  color: #202020;
  background: #f2f2f2;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.bootstrap-select.dropdown .bs-ok-default:after {
  content: '';
  display: block;
  width: .5em;
  height: 0.8em;
  border-style: solid;
  border-width: 0 .14em .14em 0;
}
.bootstrap-select.dropdown .btn.btnFilter {
  display: none;
}
.bootstrap-select.dropdown .btn.btnFilter.dropdown-toggle {
  display: inline-block;
}
.bootstrap-select.dropdown .btn.btnFilter:hover {
  color: #fee202;
  background: transparent;
}
.bootstrap-select.dropdown .dropdown-toggle .filter-option {
  width: auto;
}
.bootstrap-select.dropdown .dropdown-toggle .bs-caret {
  display: none;
}
.bootstrap-select.dropdown .dropdown-toggle:after {
  font-family: "FontAwesome";
  content: "\f107 ";
  display: inline-block;
  vertical-align: middle;
  border: 0;
  width: auto;
  height: auto;
  margin-left: 1.000rem;
  transform: rotate(0);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.bootstrap-select.dropdown.show .dropdown-toggle:after {
  color: #ffffff;
  transform: rotate(180deg);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#formElements .bootstrap-select.btn-group {
  width: auto;
}
/************************************************
*					Icon Css					*
************************************************/
.fa.arrowRx {
  font-size: 0.800rem;
  margin-right: 0.500rem;
}
.fa.arrowRx:before {
  font-family: "FontAwesome";
  content: "\f054";
  vertical-align: bottom;
}
/************************************************
*					Back to Top					*
************************************************/
/* Progress bar */
.progress-wrap {
  cursor: pointer;
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(32, 32, 32, 0.1);
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(35px);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.progress-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  display: block;
  mask: url("../images/svg/top-arrow.svg");
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
  z-index: 10;
  width: 20px;
  height: 20px;
  margin: auto;
  padding: 0px;
  border-radius: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.progress-wrap.active-progress:after {
  opacity: 1;
  visibility: visible;
}
.progress-wrap:hover {
  background: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.progress-wrap:hover:after {
  background: #202020 no-repeat center;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: #202020;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
/* Back to Top */
.back-to-top {
  cursor: pointer;
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 1029;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.back-to-top .iconContainer {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  background: #202020;
  box-shadow: 0 0 10px rgba(32, 32, 32, 0.25);
  border: 2px solid rgba(32, 32, 32, 0.1);
  height: 45px;
  width: 45px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  border-radius: 100%;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.back-to-top .iconContainer .icon {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  mask: url("../images/svg/top-arrow.svg");
  mask-repeat: no-repeat;
  background: #ffffff no-repeat center;
  margin: auto;
  text-align: center;
  z-index: 10;
  padding: 0px;
  border-radius: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.back-to-top:hover .iconContainer {
  background: #fee202;
  color: #202020;
  box-shadow: 0 0 10px rgba(32, 32, 32, 0.4);
  border: 2px solid rgba(32, 32, 32, 0.1);
  transform: translateY(-4px);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/************************************************
*				Cookies directive				*
************************************************/
/************************************************
*					No Thumb					*
************************************************/
.noThumbLogo {
  content: "";
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-color: #f2f2f2;
  background-image: url('../images/noThumb.png');
  background-repeat: no-repeat;
  background-position: center;
}
/************************************************
*			Finestra registrazione				*
************************************************/
.templLotsMap .titleAsta {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 2.500rem 0 0.500rem;
  margin-bottom: 1.000rem;
}
.templLotsMap .titleAsta h1 {
  font-size: 1.8rem;
}
.templLotsMap .titleLots {
  font-size: 1.2rem;
  text-align: left;
  min-height: 50px;
  padding: 1.000rem 1.500rem;
  line-height: 1;
}
/****************************************************
*					Box Newsletter					*
*****************************************************/
#boxReg {
  font-size: 1.400rem;
}
@media (min-width: 992px) {
  #boxReg .modal-dialog {
    max-width: 800px;
  }
}
#boxReg .backBoxNewsletter {
  background: #ffffff;
}
#boxReg .bg-light {
  background: transparent!important;
  padding: 0!important;
}
#boxReg form.cmxform legend {
  font-size: 2.000rem;
  line-height: 1;
  display: inline-block;
  font-family: "BRGrotesk";
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0;
}
#boxReg form.cmxform legend span {
  font-size: 2.000rem;
  line-height: 1;
  display: inline-block;
  font-family: "BRGrotesk";
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0;
}
#boxReg .form-group > [class*='col-'] {
  padding: 0 0.250rem;
}
#boxReg .form-group.form-group-buttons {
  margin-bottom: 0;
}
#boxReg .form-group-autorizzazione {
  padding-top: 1.000rem;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
#boxReg .form-group-autorizzazione .border-bottom-1 {
  border: none!important;
}
#boxReg label[for="Nome"],
#boxReg label[for="Cognome"],
#boxReg label[for="Email"],
#boxReg label[for="Password"] {
  display: none;
}
#boxReg label.icon {
  font-size: 1.200rem;
  padding: 0 0.500rem;
  text-transform: uppercase;
  text-align: left!important;
}
#boxReg .style-form .radio i,
#boxReg .style-form .checkbox i {
  margin-top: 5px;
}
#boxReg .btn.butPrincEvident {
  width: 100%;
  font-size: 1.400rem;
  justify-content: center;
}
#boxReg .btn.butPrinc {
  font-size: 1.400rem;
  justify-content: center;
  width: 100%;
  border: 1px solid rgba(32, 32, 32, 0.15);
}
#boxReg #showHide {
  position: absolute;
  top: 10px;
  right: 5%;
}
/****************************************************
*				Mappa Google style					*
*****************************************************/
#responsive_map {
  height: 400px;
  width: 100%;
}
a[href^="http://maps.google.com/maps"] {
  display: none !important;
}
.adp-legal {
  display: none !important;
}
.gm-style-iw {
  max-width: none !important;
  min-width: none !important;
  max-height: none !important;
  min-height: none !important;
  overflow-y: hidden !important;
  overflow-x: hidden !important;
  line-height: normal !important;
  padding: 5px !important;
}
.gm-style-cc,
div.gmnoprint div.gm-style-cc {
  visibility: hidden;
}
.gm-style-cc:last-child {
  visibility: hidden;
  right: 0!Important;
}
.gm-iv-container {
  height: 48px!Important;
}
.gm-iv-close {
  margin-top: 1.000rem!Important;
}
.gm-iv-address {
  min-height: inherit!Important;
}
.gm-iv-address-link {
  display: none;
}
.gm-iv-horizontal-separator {
  display: none;
}
.adp,
.adp table {
  font-family: "BRGrotesk" !important;
  background-color: transparent !important;
}
.adp-placemark {
  border: 0 !important;
}
.adp-directions {
  width: 100%!important;
}
.adp-step,
.adp-substep {
  text-align: left;
}
.adp-step,
.adp-text {
  padding-left: 2.500rem;
  padding-right: 2.500rem;
  text-transform: uppercase;
}
.gmnoprint {
  bottom: auto !important;
}
/************************************************
*			Templ Sezione Sottosezione			*
************************************************/
.templSezSottoSez .elencoPanel {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 50px;
}
@media (min-width: 768px) {
  .templSezSottoSez .elencoPanel {
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
  }
}
@media (min-width: 991px) {
  .templSezSottoSez .elencoPanel {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
  }
}
.templSezSottoSez .elencoPanel .itemListContainer {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: stretch;
  overflow: hidden;
  min-height: 100%;
  position: relative;
  border-radius: 5px;
  padding: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templSezSottoSez .elencoPanel .itemListContainer span {
  display: none;
}
.templSezSottoSez .elencoPanel .itemListContainer .itemListImg {
  display: block;
  max-width: 100%;
  padding: 0;
}
.templSezSottoSez .elencoPanel .itemListContainer .itemListImg .image-holder-small {
  padding: 0;
  min-width: 100%;
  max-height: 280px;
  aspect-ratio: 1.25;
  display: block;
  overflow: hidden;
  text-align: left;
}
.templSezSottoSez .elencoPanel .itemListContainer .itemListImg .image-holder-small:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  margin: auto;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background-color: transparent;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 35%);
}
.templSezSottoSez .elencoPanel .itemListContainer .itemListImg .image-holder-small a.photo,
.templSezSottoSez .elencoPanel .itemListContainer .itemListImg .image-holder-small a.photopng,
.templSezSottoSez .elencoPanel .itemListContainer .itemListImg .image-holder-small a.photocarr,
.templSezSottoSez .elencoPanel .itemListContainer .itemListImg .image-holder-small a.video,
.templSezSottoSez .elencoPanel .itemListContainer .itemListImg .image-holder-small a.content,
.templSezSottoSez .elencoPanel .itemListContainer .itemListImg .image-holder-small a.linkcont,
.templSezSottoSez .elencoPanel .itemListContainer .itemListImg .image-holder-small a.linkinfo {
  display: inline;
}
.templSezSottoSez .elencoPanel .itemListContainer .itemListImg .image-holder-small .img-fluid {
  display: block;
  object-fit: cover;
  min-width: 100%;
  height: 100%;
}
.templSezSottoSez .elencoPanel .itemListContainer .itemList {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  flex: 1;
  max-width: 100%;
  padding: 3.000rem;
}
.templSezSottoSez .elencoPanel .itemListContainer .itemList .itemListTitle {
  margin: 0;
}
.templSezSottoSez .elencoPanel .itemListContainer .itemList .itemListTitle h4 {
  position: relative;
  font-size: 2.000rem;
  line-height: 1;
  color: #202020;
  font-weight: 500;
}
.templSezSottoSez .elencoPanel .itemListContainer .itemList .itemListTitle h4 a {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templSezSottoSez .elencoPanel .itemListContainer .itemList .itemListText {
  position: relative;
  font-size: 1.200rem;
  color: #585858;
  padding: 1.000rem 0 2.500rem;
  margin: 0;
  margin-bottom: auto!important;
}
.templSezSottoSez .elencoPanel .itemListContainer .itemList .itemListButton {
  margin: 0;
}
.templSezSottoSez .elencoPanel .itemListContainer .itemList .btn {
  grid-column-gap: 1.0rem;
  grid-row-gap: .5rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  /* offcanvas menu style */
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  font-weight: 500;
  color: #202020;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid rgba(32, 32, 32, 0.15);
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 5px;
  padding: 0 2.000rem;
  margin: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  border: 2px solid rgba(32, 32, 32, 0.15);
  width: 100%;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templSezSottoSez .elencoPanel .itemListContainer .itemList .btn span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  text-decoration: none;
  will-change: transform;
  cursor: pointer;
  padding: 0;
  margin: auto 0;
}
.templSezSottoSez .elencoPanel .itemListContainer .itemList .btn span.butInfo:before {
  font-family: "bootstrap-icons";
  content: "\F646";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  text-shadow: none;
}
.templSezSottoSez .elencoPanel .itemListContainer .itemList .btn:after {
  content: "";
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0icGFkZGluZy1ib3R0b206IDNweDsiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01LjI1LDEyLjc1bDcuNS03LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS4yNSw1LjI1aDcuNXY3LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPg==");
  mask-position: center center;
  mask-size: 16px;
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
}
.templSezSottoSez .elencoPanel .itemListContainer .itemList .btn:hover {
  border-color: rgba(32, 32, 32, 0.95);
  background-color: #202020;
  color: #ffffff !important;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templSezSottoSez .elencoPanel .itemListContainer .itemList .btn:hover span {
  color: #ffffff;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templSezSottoSez .elencoPanel .itemListContainer .itemList .btn:hover:after {
  animation-name: moveUp;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background: #ffffff no-repeat center;
}
@media (min-width: 768px) {
  .templSezSottoSez .elencoPanel .itemListContainer .itemList .btn {
    padding-left: 2.000rem;
    padding-right: 1.500rem;
  }
}
.templSezSottoSez .elencoPanel .itemListContainer .itemList .btn:hover {
  border: 2px solid rgba(254, 226, 2, 0.15);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templSezSottoSez .elencoPanel .itemListContainer:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/************************************************
*				Templ Mostre					*
************************************************/
.templMostre #sidebar-wrapper ul {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.templMostre #sidebar-wrapper ul ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}
.templMostre #sidebar-wrapper ul ul li {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.templMostre #sidebar-wrapper ul ul li.list-item {
  text-align: center;
  padding-left: 0;
}
.templMostre #sidebar-wrapper ul ul li.list-item:before {
  content: none;
}
.templMostre #sidebar-wrapper ul ul li.list-item > a {
  color: #202020;
  display: inline-flex;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  gap: 10px;
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  min-width: auto;
  border: 1px solid rgba(32, 32, 32, 0.15);
  padding: 0.500rem 2.000rem ;
  background: transparent;
  border-radius: 5px;
  line-height: 1.4;
  margin: 0.250rem;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templMostre #sidebar-wrapper ul ul li.list-item > a:hover {
  border: 1px solid rgba(32, 32, 32, 0.25);
  color: #202020;
  background: #f2f2f2;
}
.templMostre #sidebar-wrapper ul ul li.list-item > a.selClass {
  color: #202020;
  background: #f2f2f2;
  border: 1px solid rgba(32, 32, 32, 0.25);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templMostre #sidebar-wrapper ul ul li.list-item > a.btnCircle {
  aspect-ratio: 1;
  height: 35px;
  padding: 0;
}
.templMostre #sidebar-wrapper ul ul li.list-item.active > a {
  display: none;
}
.templMostre #sidebar-wrapper ul ul ul.link-sublist {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  flex-wrap: wrap;
}
.templMostre #sidebar-wrapper ul ul ul.link-sublist li:first-child {
  margin-top: 0;
}
.templMostre #sidebar-wrapper ul ul ul.link-sublist .list-item {
  padding-left: 0;
}
.templMostre #sidebar-wrapper ul ul ul.link-sublist .list-item:before {
  content: none;
}
.templMostre #sidebar-wrapper ul ul ul.link-sublist .list-item.active > a {
  color: #202020;
  background: #f2f2f2;
  border: 1px solid rgba(32, 32, 32, 0.25);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  display: inline-block;
}
.templMostre .elencoPanel {
  margin: 0 auto;
  padding-left: 3.000rem;
  padding-right: 3.000rem;
  padding-bottom: 5.000rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 50px;
}
@media (min-width: 768px) {
  .templMostre .elencoPanel {
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
  }
}
@media (min-width: 991px) {
  .templMostre .elencoPanel {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
  }
}
.templMostre .elencoPanel .itemListContainer {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  min-height: 100%;
  position: relative;
  top: 0;
  padding: 0;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templMostre .elencoPanel .itemListContainer span {
  display: none;
}
.templMostre .elencoPanel .itemListContainer .itemListDate {
  display: block;
  padding: 3.000rem;
  padding-bottom: 1.000rem;
  font-size: 1.400rem;
  font-weight: 300;
  letter-spacing: 0;
  text-align: left;
  color: #fee202;
  flex: 0;
  max-width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.templMostre .elencoPanel .itemListContainer .itemListDate .itemListDateDoble {
  display: inline;
  text-align: left;
  margin: 0;
}
.templMostre .elencoPanel .itemListContainer .itemListDate .itemListDateDoble + .itemListDateDoble:before {
  content: "/";
  font-family: "BRGrotesk";
  position: relative;
  display: inline-block;
  margin-left: 0.500rem;
  margin-right: 0.500rem;
  color: #fee202;
}
.templMostre .elencoPanel .itemListContainer .itemListDate .itemListWeek {
  display: inline;
  font-family: "BRGrotesk";
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
  color: #fee202;
}
.templMostre .elencoPanel .itemListContainer .itemListDate .itemListDay {
  display: inline;
  color: #fee202;
}
.templMostre .elencoPanel .itemListContainer .itemListDate .itemListMonth {
  color: #fee202;
}
.templMostre .elencoPanel .itemListContainer .itemListDate .row {
  display: inline-block;
}
.templMostre .elencoPanel .itemListContainer .itemListDate .mt-4 {
  display: inline-block;
  max-width: fit-content;
  margin-top: auto!important;
}
.templMostre .elencoPanel .itemListContainer .itemListImg {
  display: block;
  max-width: 100%;
  padding: 0;
}
.templMostre .elencoPanel .itemListContainer .itemListImg .image-holder-small {
  padding: 0;
  float: none;
  min-width: 100%;
  height: 250px;
  max-height: 250px;
  display: block;
  overflow: hidden;
  text-align: left;
}
.templMostre .elencoPanel .itemListContainer .itemListImg .image-holder-small:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  margin: auto;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background-color: transparent;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 35%);
}
.templMostre .elencoPanel .itemListContainer .itemListImg .image-holder-small a.photo,
.templMostre .elencoPanel .itemListContainer .itemListImg .image-holder-small a.photopng,
.templMostre .elencoPanel .itemListContainer .itemListImg .image-holder-small a.photocarr,
.templMostre .elencoPanel .itemListContainer .itemListImg .image-holder-small a.video,
.templMostre .elencoPanel .itemListContainer .itemListImg .image-holder-small a.content,
.templMostre .elencoPanel .itemListContainer .itemListImg .image-holder-small a.linkcont,
.templMostre .elencoPanel .itemListContainer .itemListImg .image-holder-small a.linkinfo {
  display: inline;
}
.templMostre .elencoPanel .itemListContainer .itemListImg .image-holder-small .img-fluid {
  display: block;
  object-fit: cover;
  min-width: 100%;
  height: 100%;
}
.templMostre .elencoPanel .itemListContainer .itemList {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  flex: 1;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  max-width: 100%;
  padding: 3.000rem;
  padding-top: 0;
}
.templMostre .elencoPanel .itemListContainer .itemList .itemListTitle {
  margin: 0;
}
.templMostre .elencoPanel .itemListContainer .itemList .itemListTitle h4 {
  position: relative;
  font-size: 2.800rem;
  line-height: 1;
  color: #202020;
  font-weight: 300;
}
.templMostre .elencoPanel .itemListContainer .itemList .itemListTitle h4 a {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templMostre .elencoPanel .itemListContainer .itemList .itemListText {
  position: relative;
  font-size: 1.200rem;
  color: #585858;
  padding: 1.000rem 0 2.500rem;
  margin: 0;
  margin-bottom: auto!important;
}
.templMostre .elencoPanel .itemListContainer .itemList .btn {
  grid-column-gap: 1.0rem;
  grid-row-gap: .5rem;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  /* offcanvas menu style */
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  font-weight: 500;
  color: #202020;
  text-decoration: none;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid rgba(32, 32, 32, 0.15);
  box-shadow: none;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 5px;
  padding: 0 2.000rem;
  margin: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  border: 2px solid rgba(32, 32, 32, 0.15);
  width: 100%;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templMostre .elencoPanel .itemListContainer .itemList .btn span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  text-decoration: none;
  will-change: transform;
  cursor: pointer;
  padding: 0;
  margin: auto 0;
}
.templMostre .elencoPanel .itemListContainer .itemList .btn span.butInfo:before {
  font-family: "bootstrap-icons";
  content: "\F646";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
  text-shadow: none;
}
.templMostre .elencoPanel .itemListContainer .itemList .btn:after {
  content: "";
  width: 30px;
  height: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0icGFkZGluZy1ib3R0b206IDNweDsiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01LjI1LDEyLjc1bDcuNS03LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS4yNSw1LjI1aDcuNXY3LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPg==");
  mask-position: center center;
  mask-size: 16px;
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
}
.templMostre .elencoPanel .itemListContainer .itemList .btn:hover {
  border-color: rgba(32, 32, 32, 0.95);
  background-color: #202020;
  color: #ffffff !important;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templMostre .elencoPanel .itemListContainer .itemList .btn:hover span {
  color: #ffffff;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templMostre .elencoPanel .itemListContainer .itemList .btn:hover:after {
  animation-name: moveUp;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  background: #ffffff no-repeat center;
}
@media (min-width: 768px) {
  .templMostre .elencoPanel .itemListContainer .itemList .btn {
    padding-left: 2.000rem;
    padding-right: 1.500rem;
  }
}
.templMostre .elencoPanel .itemListContainer .itemList .btn:hover {
  border: 2px solid rgba(254, 226, 2, 0.15);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templMostre .elencoPanel .itemListContainer:hover {
  cursor: pointer;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/************************************************
*				Area Riservata					*
************************************************/
.icoGreen {
  font-size: 1.800rem;
  margin-right: 1.000rem;
  color: rgba(51, 204, 51, 0.95);
  width: 2.500rem;
  text-align: center;
}
.labelGreen {
  font-size: 1.200rem;
  padding: 0.200rem 1.500rem;
  font-family: "BRGrotesk";
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 3px;
  background: rgba(51, 204, 51, 0.95);
}
.icoOrange {
  font-size: 1.800rem;
  padding-right: 1.000rem;
  color: rgba(255, 153, 0, 0.95);
  width: 2.500rem;
  text-align: center;
  vertical-align: middle;
}
.labelOrange {
  font-size: 1.200rem;
  padding: 0.200rem 1.500rem;
  font-family: "BRGrotesk";
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 3px;
  background: rgba(255, 153, 0, 0.95);
}
.icoRed {
  font-size: 1.800rem;
  padding-right: 1.000rem;
  color: rgba(204, 0, 0, 0.95);
  width: 2.500rem;
  text-align: center;
  vertical-align: middle;
}
.labelRed {
  font-size: 1.200rem;
  padding: 0.200rem 1.500rem;
  font-family: "BRGrotesk";
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 3px;
  background: rgba(204, 0, 0, 0.95);
}
.alert-info,
.alert-success,
.alert-warning,
.alert-error,
.alert-validation,
.alert {
  font-size: 1.200rem;
  font-family: "BRGrotesk";
  text-transform: uppercase;
  border: 2px solid;
  margin: 10px 0px;
  padding: 1.000rem 1.500rem;
  background: transparent;
  border-radius: 5px;
  box-shadow: none;
}
.alert-info {
  border-color: #00529B;
  color: #00529B;
  background: transparent;
}
.alert-success {
  border-color: rgba(51, 204, 51, 0.95);
  color: rgba(51, 204, 51, 0.95);
  background: transparent;
}
.alert-warning {
  border-color: rgba(255, 153, 0, 0.95);
  color: rgba(255, 153, 0, 0.95);
  background: transparent;
}
.alert-error {
  border-color: rgba(204, 0, 0, 0.95);
  color: rgba(204, 0, 0, 0.95);
  background: transparent;
}
/****************************************************
*					Elenco Autori					*
*****************************************************/
.templAutori {
  /* Text autori */
}
.templAutori .sliderAuthorContainer {
  position: relative;
  text-align: center;
  background-color: #ffff00;
  color: #ffffff;
  padding: 3.000rem 1.500rem 7.500rem;
  margin: 0 auto;
}
.templAutori .sliderAuthorContainer #sliderAsta {
  /* Slider autori */
  /* Slide Autori*/
}
.templAutori .sliderAuthorContainer #sliderAsta .title-marquee-wrapper {
  width: 1340px;
  max-width: 100%;
}
.templAutori .sliderAuthorContainer #sliderAsta .title-marquee-wrapper .panelTitle {
  min-width: 0px;
  flex-wrap: wrap;
  display: flex;
  text-align: center;
  padding-bottom: 3.000rem;
  margin-bottom: 1.000rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  .templAutori .sliderAuthorContainer #sliderAsta .title-marquee-wrapper .panelTitle {
    padding-bottom: 3.000rem;
    margin-bottom: 1.000rem;
  }
}
.templAutori .sliderAuthorContainer #sliderAsta .title-marquee-wrapper .panelTitle .title {
  font-family: "BRGrotesk";
  font-weight: 400;
  font-size: 2.400rem;
  line-height: 1;
  text-transform: none;
  text-align: center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 0 15px;
  margin: auto;
}
.templAutori .sliderAuthorContainer #sliderAsta .title-marquee-wrapper .panelTitle .title:before,
.templAutori .sliderAuthorContainer #sliderAsta .title-marquee-wrapper .panelTitle .title:after {
  content: none;
}
.templAutori .sliderAuthorContainer #sliderAsta #myCarouselAutori {
  width: 1340px;
  max-width: 100%;
}
.templAutori .sliderAuthorContainer #sliderAsta .slide {
  height: auto;
  position: relative;
  margin: 0;
  z-index: 1;
  /*Hover styles*/
}
.templAutori .sliderAuthorContainer #sliderAsta .slide.home-box-small {
  margin: 16rem 7rem;
}
.templAutori .sliderAuthorContainer #sliderAsta .slide .containerText {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start !important;
  padding: 3.000rem 6.000rem;
  text-align: left;
  width: 100%;
  background-color: transparent;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  margin: 0;
  z-index: 1;
}
.templAutori .sliderAuthorContainer #sliderAsta .slide .containerText .titleSliderAsta {
  margin: 0;
}
.templAutori .sliderAuthorContainer #sliderAsta .slide .containerText .titleSliderAsta h4 {
  font-family: "BRGrotesk";
  position: relative;
  font-size: 2.400rem;
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: 0;
  padding-bottom: 1.500rem;
  margin: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templAutori .sliderAuthorContainer #sliderAsta .slide .containerText .titleSliderAsta h5 {
  display: block;
}
.templAutori .sliderAuthorContainer #sliderAsta .slide .containerText span {
  position: relative;
  border: 1px solid rgba(32, 32, 32, 0.35);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0;
}
.templAutori .sliderAuthorContainer #sliderAsta .slide .containerText span:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHlsZT0icGFkZGluZy1ib3R0b206IDNweDsiPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01LjI1LDEyLjc1bDcuNS03LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS4yNSw1LjI1aDcuNXY3LjUiIHN0cm9rZT0iI2ZmZmZmZiIgc3Ryb2tlLW9wYWNpdHk9IjAuOSIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3ZnPg==");
}
.templAutori .sliderAuthorContainer #sliderAsta .slide .containerText span:hover:after {
  animation-name: moveUp;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.templAutori .sliderAuthorContainer #sliderAsta .slide .containerImg .ratio {
  color: #ffffff;
  padding: 0 3.000rem;
}
.templAutori .sliderAuthorContainer #sliderAsta .slide .containerImg .immagine {
  -webkit-clip-path: circle(47.5% at 50%);
  clip-path: circle(47.5% at 50%);
  aspect-ratio: 1;
  -o-transition: all 0.15s ease-in-out !important;
  -webkit-transition: all 0.15s ease-in-out !important;
  transition: all 0.15s ease-in-out !important;
}
.templAutori .sliderAuthorContainer #sliderAsta .slide .containerImg .immagine > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.templAutori .sliderAuthorContainer #sliderAsta .slide:hover {
  cursor: pointer;
}
.templAutori .sliderAuthorContainer #sliderAsta .slide:hover .text-box {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.templAutori .sliderAuthorContainer #sliderAsta .slide:hover .text-box .headerBoxHome {
  color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templAutori .sliderAuthorContainer #sliderAsta .slide:hover .text-box .headerBoxHome:after {
  background-color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templAutori .sliderAuthorContainer #sliderAsta .slide:hover .immagine {
  -webkit-clip-path: circle(50% at 50%);
  clip-path: circle(50% at 50%);
  -webkit-transition: .5s linear !important;
  -o-transition: .15s linear !important;
  transition: .15s linear !important;
}
.templAutori .sliderAuthorContainer #sliderAsta .slide:hover .immagine > img {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.templAutori .sliderAuthorContainer #sliderAsta .slide:hover span:after {
  animation-name: moveUp;
  animation-duration: 1.4s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.templAutori .sliderAuthorContainer #sliderAsta .owl-theme.owl-carousel .owl-nav {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.templAutori .sliderAuthorContainer #sliderAsta .owl-theme.owl-carousel .owl-nav .owl-next:before {
  background-color: #ffffff;
}
.templAutori .sliderAuthorContainer #sliderAsta .owl-theme.owl-carousel .owl-nav .owl-prev:before {
  background-color: #ffffff;
}
.templAutori .sliderAuthorContainer #sliderAsta .owl-theme.owl-carousel .owl-dots .owl-dot {
  background-color: rgba(255, 255, 255, 0.8);
}
.templAutori .sliderAuthorContainer #sliderAsta .owl-theme.owl-carousel .owl-dots .owl-dot.active {
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 991px) {
  .templAutori .sliderAuthorContainer #sliderAsta #myCarouselAutori {
    padding: 0;
  }
  .templAutori .sliderAuthorContainer #sliderAsta #myCarouselAutori .px-5 {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .templAutori .sliderAuthorContainer #sliderAsta #myCarouselAutori #images {
    padding-left: 1.500rem;
    padding-right: 1.500rem;
  }
  .templAutori .sliderAuthorContainer #sliderAsta #myCarouselAutori #images div.slide div.containerText {
    padding: 1.500rem 0 1.500rem;
  }
}
.templAutori .searchAuthorContainer {
  width: 1340px;
  max-width: 100%;
  /*Pannello ricerca*/
}
.templAutori .searchAuthorContainer #panelContentSearchAuthor {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  margin-bottom: 4.000rem;
  gap: 20px;
  height: 44px;
  padding-right: 20px;
  background: #f2f2f2;
  border-radius: 5px;
  font-size: 14px;
  transition: background .3s;
  z-index: 1;
}
.templAutori .searchAuthorContainer #panelContentSearchAuthor #searchTextual {
  display: block;
  background: #e4e4e4;
  border-radius: 5px;
  max-width: 500px;
  width: 100%;
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.templAutori .searchAuthorContainer #panelContentSearchAuthor #searchTextual .style-form {
  margin: 0;
}
.templAutori .searchAuthorContainer #panelContentSearchAuthor #searchTextual .input {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  margin-bottom: 0;
}
.templAutori .searchAuthorContainer #panelContentSearchAuthor #searchTextual .input:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  mask: url("../images/svg/search.svg");
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
  text-shadow: none;
}
.templAutori .searchAuthorContainer #panelContentSearchAuthor #searchTextual .input input {
  position: relative;
  flex: 1;
  min-width: 82px;
  max-width: 500px;
  display: inline-block;
  -webkit-appearance: none;
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  font-weight: 500;
  height: 100%;
  background: transparent;
  border: none;
  padding: 0;
  padding-left: 10px;
}
.templAutori .searchAuthorContainer #panelContentSearchAuthor #searchTextual .input input::-webkit-input-placeholder {
  color: #202020;
}
.templAutori .searchAuthorContainer #panelContentSearchAuthor #searchTextual .input input:-ms-input-placeholder {
  color: #202020;
}
.templAutori .searchAuthorContainer #panelContentSearchAuthor #searchTextual .input input::placeholder {
  color: #202020;
}
.templAutori .searchAuthorContainer #panelContentSearchAuthor #searchAlphabet {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  /*
					STYLE SHEET FOR JQUERY LISTNAV PLUGIN
				*/
}
.templAutori .searchAuthorContainer #panelContentSearchAuthor #searchAlphabet .listNav,
.templAutori .searchAuthorContainer #panelContentSearchAuthor #searchAlphabet .ln-letters {
  overflow: hidden;
  display: flex;
}
.templAutori .searchAuthorContainer #panelContentSearchAuthor #searchAlphabet .ln-letter-count {
  color: #ffffff;
  background: #202020;
  font-size: 1.000rem;
  left: 0;
  line-height: 1.35;
  position: absolute;
  text-align: center;
  top: 0;
  width: 22px!important;
}
.templAutori .searchAuthorContainer #panelContentSearchAuthor #searchAlphabet .listNavHide {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.templAutori .searchAuthorContainer #panelContentSearchAuthor #searchAlphabet .ln-letters a {
  position: relative;
  display: inline-block;
  line-height: normal;
  color: #202020;
  text-align: center;
  border: none;
  cursor: pointer;
  float: none;
  font-size: 1.400rem;
  font-weight: 500;
  line-height: 1.4;
  min-width: 12px;
  padding: 0;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
}
.templAutori .searchAuthorContainer #panelContentSearchAuthor #searchAlphabet .ln-letters a.ln-disabled {
  background: transparent;
  color: rgba(32, 32, 32, 0.5);
}
.templAutori .searchAuthorContainer #panelContentSearchAuthor #searchAlphabet .ln-letters a.ln-selected {
  background: transparent;
  color: #fee202;
}
.templAutori .searchAuthorContainer #panelContentSearchAuthor #searchAlphabet .ln-letters a:hover {
  background: transparent;
}
.templAutori .searchAuthorContainer #panelContentSearchAuthor #searchAlphabet .ln-letters a:hover:before {
  background-position: 0% 50%;
}
.templAutori .grid_searchResults {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .templAutori .grid_searchResults {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media screen and (max-width: 991px) {
  .templAutori .grid_searchResults {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
.templAutori .grid_searchResults > div {
  width: 100%;
  display: block;
}
.templAutori .grid_searchResults > div a {
  font-size: 1.500rem;
  color: #202020;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templAutori .grid_searchResults > div a:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  margin: 9px 0;
  width: 5px;
  border-radius: 3px;
  background-color: #fee202;
  margin-left: 7px;
  margin-right: 7px;
}
.templAutori .grid_searchResults > div a:hover {
  color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/*Dettaglio autore*/
@media (min-width: 1430px) {
  .templAutore section[id^="artista"] .container {
    width: 1340px;
    max-width: 100%;
  }
}
.templAutore section[id="artista_datiPrincipali"] {
  background: #f2f2f2;
}
.templAutore section[id="artista_datiPrincipali"] .container {
  display: grid;
  grid-template-areas: "img_Author title_Author" "img_Author info_Author";
  grid-template-rows: 1fr 1fr;
  grid-template-columns: .55fr 1fr;
  column-gap: 30px;
  padding-top: 25px;
  padding-bottom: 35px;
}
.templAutore section[id="artista_datiPrincipali"] .refListImgDett {
  grid-area: img_Author;
  -webkit-clip-path: circle(47.5% at 50%);
  clip-path: circle(47.5% at 50%);
}
.templAutore section[id="artista_datiPrincipali"] .refListImgDett .ratio {
  padding: 0;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}
.templAutore section[id="artista_datiPrincipali"] .refListImgDett .ratio .immagine {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: absolute;
  background: #ffffff;
}
.templAutore section[id="artista_datiPrincipali"] .refListImgDett .ratio .immagine img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  object-fit: cover;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templAutore section[id="artista_datiPrincipali"] .refListImgDett .ratio span {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 1;
  margin: auto;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  background-color: transparent;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 35%);
}
.templAutore section[id="artista_datiPrincipali"] .refListImgDett .ratio span:before {
  content: none;
}
.templAutore section[id="artista_datiPrincipali"] .refListTextDett {
  grid-area: title_Author;
}
.templAutore section[id="artista_datiPrincipali"] .refListTextDett a.back_artisti {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  font-size: 1.400rem;
  line-height: normal;
  font-weight: 500;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templAutore section[id="artista_datiPrincipali"] .refListTextDett a.back_artisti:before {
  content: "";
  width: 18px;
  height: 18px;
  mask: url("../images/svg/back.svg");
  mask-repeat: no-repeat;
  background: #585858 no-repeat center;
  position: relative;
  display: inline-block;
  margin-right: 0.500rem;
}
.templAutore section[id="artista_datiPrincipali"] .refListTextDett a.back_artisti:hover {
  background: transparent;
  color: #fee202;
  border: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templAutore section[id="artista_datiPrincipali"] .refListTextDett h1 {
  font-size: 3.600rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.05rem;
  margin: 0;
}
.templAutore section[id="artista_datiPrincipali"] .refListTextDett .dateAuthor {
  font-size: 1.800rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.05rem;
  margin: 0;
}
.templAutore section[id="artista_datiPrincipali"] .refListTextDett .preferite {
  margin: 0;
  margin-top: 1.500rem;
}
.templAutore section[id="artista_datiPrincipali"] .refListTextDett .preferite [id^="preferitoIco"] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  overflow: hidden;
  width: 3.500rem;
  height: 3.500rem;
  line-height: 3.500rem;
  position: relative;
  text-decoration: none;
  padding: 0;
  will-change: transform;
  white-space: nowrap;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(32, 32, 32, 0.2);
  border-radius: 50%;
  cursor: pointer;
  vertical-align: top;
  margin: auto 0;
}
.templAutore section[id="artista_datiPrincipali"] .refListTextDett .preferite [id^="preferitoIco"]:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  text-shadow: none;
}
.templAutore section[id="artista_datiPrincipali"] .refListTextDett .preferite [id^="preferitoIco"][data-original-title^="R"]:before {
  mask: url("../images/svg/preferite-full.svg");
  mask-repeat: no-repeat;
  background: #fee202 no-repeat center;
}
.templAutore section[id="artista_datiPrincipali"] .refListTextDett .preferite [id^="preferitoIco"][data-original-title^="A"]:before {
  mask: url("../images/svg/preferite.svg");
  mask-repeat: no-repeat;
  background: #585858 no-repeat center;
}
.templAutore section[id="artista_datiPrincipali"] .panel_valutazione {
  grid-area: info_Author;
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end !important;
  padding-bottom: 1.500rem;
}
.templAutore section[id="artista_datiPrincipali"] .panel_valutazione div.label {
  font-size: 1.400rem;
  font-weight: normal;
  letter-spacing: -0.05rem;
  margin: 0;
  padding: 3.000rem 0;
  width: 80%;
}
@media (min-width: 1430px) {
  .templAutore section[id="artista_biografia"] .container {
    width: 1140px;
    max-width: 100%;
    padding: 4.000rem 3.000rem 7.500rem;
  }
}
.templAutore section[id="artista_biografia"] .panelTitle .title {
  font-family: #202020;
  font-size: 2.400rem;
  font-weight: 500!important;
  letter-spacing: -0.05rem;
  position: relative;
  text-align: left;
  margin: 0;
  margin-bottom: 1.500rem;
}
.templAutore section[id="artista_biografia"] .textContent {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 12rem;
  -moz-column-gap: 12rem;
  -webkit-column-gap: 12rem;
  padding: 0;
  letter-spacing: 0;
  text-align: left;
  color: color-text;
}
.templAutore section[id="artista_biografia"] .textContent * {
  all: unset;
  display: revert!important;
  font-family: inherit!important;
  font-size: inherit!important;
  line-height: inherit!important;
  color: inherit!important;
  background: inherit!important;
}
.templAutore section[id="artista_biografia"] .textContent:first-letter {
  font-size: 52px;
  line-height: 1;
  font-weight: 500;
  text-align: left;
  padding: 0 15px 0 0;
  margin-right: 0;
  float: left;
}
.templAutore section[id="artista_biografia"] + section[id="artista_asteFuture"] {
  background: #f2f2f2;
}
.templAutore section[id="artista_asteFuture"] .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.templAutore section[id="artista_asteFuture"] .nav-link {
  font-family: "BRGrotesk";
  font-size: 2.400rem;
  font-weight: 500!important;
  line-height: 1;
  letter-spacing: -0.05rem;
  position: relative;
  text-align: left;
  padding-left: 3.000rem;
  padding-right: 3.000rem;
  padding-bottom: 0;
  margin-bottom: 1.500rem;
}
@media (min-width: 1430px) {
  .templAutore section[id="artista_asteFuture"] .nav-link {
    width: 1140px;
    max-width: 100%;
  }
}
.templAutore section[id="artista_asteFuture"] #sliderAsta #myCarouselimagesInAsta {
  /*Griglia*/
}
.templAutore section[id="artista_asteFuture"] #sliderAsta #myCarouselimagesInAsta.grid-container {
  --column-gap: 15px;
  --row-gap: 25px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 15px;
  display: grid;
  grid-auto-rows: 1fr;
  grid-auto-flow: dense;
  width: 100%;
}
.templAutore section[id="artista_asteFuture"] #sliderAsta #myCarouselimagesInAsta.grid-container div.slide {
  grid-auto-rows: 1fr minmax(auto, 150px);
  grid-row: span 1;
  grid-column: span 1;
  overflow: hidden;
  display: grid;
  position: relative;
  margin: 0;
}
.templAutore section[id="artista_asteFuture"] #sliderAsta #myCarouselimagesInAsta.owl-carousel .owl-stage {
  display: flex;
  justify-content: flex-start;
  margin: 0;
}
.templAutore section[id="artista_asteFuture"] #sliderAsta #myCarouselimagesInAsta.owl-carousel .owl-item {
  flex: 0 0 auto;
  margin: 0;
}
.templAutore section[id="artista_asteFuture"] #sliderAsta #myCarouselimagesInAsta div.slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch!important;
  cursor: pointer;
}
.templAutore section[id="artista_asteFuture"] #sliderAsta #myCarouselimagesInAsta div.slide .containerImg {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  max-height: 500px;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.templAutore section[id="artista_asteFuture"] #sliderAsta #myCarouselimagesInAsta div.slide .containerImg .photoSliderAsta {
  /* Visualizzazione Ipad */
}
.templAutore section[id="artista_asteFuture"] #sliderAsta #myCarouselimagesInAsta div.slide .containerImg .photoSliderAsta span {
  display: block;
  padding-bottom: 100%;
}
.templAutore section[id="artista_asteFuture"] #sliderAsta #myCarouselimagesInAsta div.slide .containerImg .photoSliderAsta:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  text-align: left;
  background-color: transparent;
  margin: 0;
  z-index: 6;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 35%);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templAutore section[id="artista_asteFuture"] #sliderAsta #myCarouselimagesInAsta div.slide .containerImg .photoSliderAsta:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  opacity: 0;
  background-color: #202020;
  margin: 0;
  z-index: 5;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templAutore section[id="artista_asteFuture"] #sliderAsta #myCarouselimagesInAsta div.slide .containerImg .photoSliderAsta img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  object-fit: cover;
  object-position: center center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
@media screen and (max-width: 991px) {
  .templAutore section[id="artista_asteFuture"] #sliderAsta #myCarouselimagesInAsta div.slide .containerImg .photoSliderAsta {
    padding: 0;
  }
}
.templAutore section[id="artista_asteFuture"] #sliderAsta #myCarouselimagesInAsta div.slide .containerText {
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  text-align: left;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.templAutore section[id="artista_asteFuture"] #sliderAsta #myCarouselimagesInAsta div.slide .containerText div.TitleSliderAutore h3 {
  font-family: "BRGrotesk";
  font-size: 2.400rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: -0.05rem;
  color: #202020;
  margin-bottom: 0;
  text-transform: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templAutore section[id="artista_asteFuture"] #sliderAsta #myCarouselimagesInAsta div.slide .containerText div.TitleSliderAutore .luogoAutore {
  display: none;
}
.templAutore section[id="artista_asteFuture"] #sliderAsta #myCarouselimagesInAsta div.slide .containerText div.TitleSliderAsta {
  font-family: "BRGrotesk";
  font-size: 1.800rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.05rem;
  text-transform: none;
  padding-bottom: 1.500rem;
}
.templAutore section[id="artista_asteFuture"] #sliderAsta #myCarouselimagesInAsta div.slide .containerText div.desc {
  display: none;
  font-family: "BRGrotesk";
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  padding-bottom: 1.500rem;
}
.templAutore section[id="artista_asteFuture"] #sliderAsta #myCarouselimagesInAsta div.slide:hover img {
  opacity: 1;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.templAutore section[id="artista_asteFuture"] #sliderAsta #myCarouselimagesInAsta div.slide:hover .photoSliderAsta:before {
  opacity: 0.33;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templAutore section[id="artista_asteFuture"] #sliderAsta #myCarouselimagesInAsta div.slide:hover div.TitleSliderAutore h3 {
  color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templAutore section[id="artista_astePassate"] .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.templAutore section[id="artista_astePassate"] .nav-link {
  font-family: "BRGrotesk";
  font-size: 2.400rem;
  font-weight: 500!important;
  line-height: 1;
  letter-spacing: -0.05rem;
  position: relative;
  text-align: left;
  padding-left: 3.000rem;
  padding-right: 3.000rem;
  padding-bottom: 0;
  margin-bottom: 1.500rem;
}
@media (min-width: 1430px) {
  .templAutore section[id="artista_astePassate"] .nav-link {
    width: 1140px;
    max-width: 100%;
  }
}
.templAutore section[id="artista_astePassate"] #sliderAsta #myCarouselimagesPassati {
  /*Griglia*/
}
.templAutore section[id="artista_astePassate"] #sliderAsta #myCarouselimagesPassati.grid-container {
  --column-gap: 15px;
  --row-gap: 25px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 15px;
  display: grid;
  grid-auto-rows: 1fr;
  grid-auto-flow: dense;
  width: 100%;
}
.templAutore section[id="artista_astePassate"] #sliderAsta #myCarouselimagesPassati.grid-container div.slide {
  grid-auto-rows: 1fr minmax(auto, 150px);
  grid-row: span 1;
  grid-column: span 1;
  overflow: hidden;
  display: grid;
  position: relative;
  margin: 0;
}
.templAutore section[id="artista_astePassate"] #sliderAsta #myCarouselimagesPassati.owl-carousel .owl-stage {
  display: flex;
  justify-content: flex-start;
  margin: 0;
}
.templAutore section[id="artista_astePassate"] #sliderAsta #myCarouselimagesPassati.owl-carousel .owl-item {
  flex: 0 0 auto;
  margin: 0;
}
.templAutore section[id="artista_astePassate"] #sliderAsta #myCarouselimagesPassati div.slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch!important;
  cursor: pointer;
}
.templAutore section[id="artista_astePassate"] #sliderAsta #myCarouselimagesPassati div.slide .containerImg {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  max-height: 500px;
  width: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.templAutore section[id="artista_astePassate"] #sliderAsta #myCarouselimagesPassati div.slide .containerImg .photoSliderAsta {
  /* Visualizzazione Ipad */
}
.templAutore section[id="artista_astePassate"] #sliderAsta #myCarouselimagesPassati div.slide .containerImg .photoSliderAsta span {
  display: block;
  padding-bottom: 100%;
}
.templAutore section[id="artista_astePassate"] #sliderAsta #myCarouselimagesPassati div.slide .containerImg .photoSliderAsta:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  text-align: left;
  background-color: transparent;
  margin: 0;
  z-index: 6;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 35%);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templAutore section[id="artista_astePassate"] #sliderAsta #myCarouselimagesPassati div.slide .containerImg .photoSliderAsta:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  opacity: 0;
  background-color: #202020;
  margin: 0;
  z-index: 5;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templAutore section[id="artista_astePassate"] #sliderAsta #myCarouselimagesPassati div.slide .containerImg .photoSliderAsta img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  object-fit: cover;
  object-position: center center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
@media screen and (max-width: 991px) {
  .templAutore section[id="artista_astePassate"] #sliderAsta #myCarouselimagesPassati div.slide .containerImg .photoSliderAsta {
    padding: 0;
  }
}
.templAutore section[id="artista_astePassate"] #sliderAsta #myCarouselimagesPassati div.slide .containerText {
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  text-align: left;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.templAutore section[id="artista_astePassate"] #sliderAsta #myCarouselimagesPassati div.slide .containerText div.TitleSliderAutore h3 {
  font-family: "BRGrotesk";
  font-weight: normal;
  font-size: 2.400rem;
  line-height: 1;
  letter-spacing: -0.05rem;
  color: #202020;
  margin-bottom: 0;
  text-transform: none;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templAutore section[id="artista_astePassate"] #sliderAsta #myCarouselimagesPassati div.slide .containerText div.TitleSliderAutore .luogoAutore {
  display: none;
}
.templAutore section[id="artista_astePassate"] #sliderAsta #myCarouselimagesPassati div.slide .containerText div.TitleSliderAsta {
  font-family: "BRGrotesk";
  font-size: 1.800rem;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.05rem;
  text-transform: none;
  padding-bottom: 1.500rem;
}
.templAutore section[id="artista_astePassate"] #sliderAsta #myCarouselimagesPassati div.slide .containerText div.desc {
  display: none;
  font-family: "BRGrotesk";
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  padding-bottom: 1.500rem;
}
.templAutore section[id="artista_astePassate"] #sliderAsta #myCarouselimagesPassati div.slide:hover img {
  opacity: 1;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -ms-transition: 0.8s;
  transition: 0.8s;
}
.templAutore section[id="artista_astePassate"] #sliderAsta #myCarouselimagesPassati div.slide:hover .photoSliderAsta:before {
  opacity: 0.33;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.templAutore section[id="artista_astePassate"] #sliderAsta #myCarouselimagesPassati div.slide:hover div.TitleSliderAutore h3 {
  color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/****************************************************
*				Template standard					*
*****************************************************/
.templSezSottoSezDett .background-holder .banner-wrapper,
.templFormModuloProposta .background-holder .banner-wrapper,
.templStaticFullscreen .background-holder .banner-wrapper,
.templStandard .background-holder .banner-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.templSezSottoSezDett .background-holder .banner-wrapper img,
.templFormModuloProposta .background-holder .banner-wrapper img,
.templStaticFullscreen .background-holder .banner-wrapper img,
.templStandard .background-holder .banner-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  max-height: 480px;
  transform: scale(1);
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.templSezSottoSezDett .flat-title,
.templFormModuloProposta .flat-title,
.templStaticFullscreen .flat-title,
.templStandard .flat-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 991px) {
  .templSezSottoSezDett .flat-title,
  .templFormModuloProposta .flat-title,
  .templStaticFullscreen .flat-title,
  .templStandard .flat-title {
    margin-bottom: 60px;
  }
}
.templSezSottoSezDett .flat-title .title,
.templFormModuloProposta .flat-title .title,
.templStaticFullscreen .flat-title .title,
.templStandard .flat-title .title {
  font-size: 2rem;
  text-align: center;
}
@media (min-width: 991px) {
  .templSezSottoSezDett .flat-title .title,
  .templFormModuloProposta .flat-title .title,
  .templStaticFullscreen .flat-title .title,
  .templStandard .flat-title .title {
    font-size: 2.36859rem;
  }
}
.templSezSottoSezDett .flat-title .sub-title,
.templFormModuloProposta .flat-title .sub-title,
.templStaticFullscreen .flat-title .sub-title,
.templStandard .flat-title .sub-title {
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 991px) {
  .templSezSottoSezDett .flat-title .sub-title,
  .templFormModuloProposta .flat-title .sub-title,
  .templStaticFullscreen .flat-title .sub-title,
  .templStandard .flat-title .sub-title {
    font-size: 1.6rem;
  }
}
.templSezSottoSezDett .flat-spacing,
.templFormModuloProposta .flat-spacing,
.templStaticFullscreen .flat-spacing,
.templStandard .flat-spacing {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 991px) {
  .templSezSottoSezDett .flat-spacing,
  .templFormModuloProposta .flat-spacing,
  .templStaticFullscreen .flat-spacing,
  .templStandard .flat-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.templSezSottoSezDett .flat-spacing + .flat-spacing,
.templFormModuloProposta .flat-spacing + .flat-spacing,
.templStaticFullscreen .flat-spacing + .flat-spacing,
.templStandard .flat-spacing + .flat-spacing {
  border-top: 1px solid rgba(32, 32, 32, 0.15);
}
.templSezSottoSezDett .grid-layout,
.templFormModuloProposta .grid-layout,
.templStaticFullscreen .grid-layout,
.templStandard .grid-layout {
  display: grid;
  gap: 15px;
}
@media (min-width: 991px) {
  .templSezSottoSezDett .grid-layout,
  .templFormModuloProposta .grid-layout,
  .templStaticFullscreen .grid-layout,
  .templStandard .grid-layout {
    gap: 30px;
  }
  .templSezSottoSezDett .grid-layout.md-col-2,
  .templFormModuloProposta .grid-layout.md-col-2,
  .templStaticFullscreen .grid-layout.md-col-2,
  .templStandard .grid-layout.md-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.templSezSottoSezDett .grid-layout.img-with-text .content-wrap,
.templFormModuloProposta .grid-layout.img-with-text .content-wrap,
.templStaticFullscreen .grid-layout.img-with-text .content-wrap,
.templStandard .grid-layout.img-with-text .content-wrap {
  place-self: center;
  padding: 15px;
  padding-bottom: 25px;
}
@media (min-width: 991px) {
  .templSezSottoSezDett .grid-layout.img-with-text .content-wrap,
  .templFormModuloProposta .grid-layout.img-with-text .content-wrap,
  .templStaticFullscreen .grid-layout.img-with-text .content-wrap,
  .templStandard .grid-layout.img-with-text .content-wrap {
    place-self: center start;
    padding: 20px;
  }
}
.templSezSottoSezDett .grid-layout.img-with-text .content-wrap .heading,
.templFormModuloProposta .grid-layout.img-with-text .content-wrap .heading,
.templStaticFullscreen .grid-layout.img-with-text .content-wrap .heading,
.templStandard .grid-layout.img-with-text .content-wrap .heading {
  font-size: 2.36859rem;
}
.templSezSottoSezDett .grid-layout.img-with-text .content-wrap .text,
.templFormModuloProposta .grid-layout.img-with-text .content-wrap .text,
.templStaticFullscreen .grid-layout.img-with-text .content-wrap .text,
.templStandard .grid-layout.img-with-text .content-wrap .text {
  margin-top: 18px;
}
.templSezSottoSezDett .grid-layout.img-with-text .image-wrap,
.templFormModuloProposta .grid-layout.img-with-text .image-wrap,
.templStaticFullscreen .grid-layout.img-with-text .image-wrap,
.templStandard .grid-layout.img-with-text .image-wrap {
  order: unset;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .templSezSottoSezDett .grid-layout.img-with-text .image-wrap,
  .templFormModuloProposta .grid-layout.img-with-text .image-wrap,
  .templStaticFullscreen .grid-layout.img-with-text .image-wrap,
  .templStandard .grid-layout.img-with-text .image-wrap {
    order: 1;
  }
}
@media (min-width: 991px) {
  .templSezSottoSezDett .grid-layout.img-with-text .image-wrap,
  .templFormModuloProposta .grid-layout.img-with-text .image-wrap,
  .templStaticFullscreen .grid-layout.img-with-text .image-wrap,
  .templStandard .grid-layout.img-with-text .image-wrap {
    position: relative;
  }
  .templSezSottoSezDett .grid-layout.img-with-text .image-wrap:before,
  .templFormModuloProposta .grid-layout.img-with-text .image-wrap:before,
  .templStaticFullscreen .grid-layout.img-with-text .image-wrap:before,
  .templStandard .grid-layout.img-with-text .image-wrap:before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 50%;
    height: 100%;
    background: #000000;
    transition: 0.25s;
    z-index: 3;
    opacity: 0.1;
  }
  .templSezSottoSezDett .grid-layout.img-with-text .image-wrap:after,
  .templFormModuloProposta .grid-layout.img-with-text .image-wrap:after,
  .templStaticFullscreen .grid-layout.img-with-text .image-wrap:after,
  .templStandard .grid-layout.img-with-text .image-wrap:after {
    content: "";
    position: absolute;
    bottom: -100%;
    right: 0;
    width: 50%;
    height: 100%;
    background: #000000;
    transition: 0.25s;
    z-index: 3;
    opacity: 0.1;
  }
}
.templSezSottoSezDett .grid-layout.img-with-text .image-wrap img,
.templFormModuloProposta .grid-layout.img-with-text .image-wrap img,
.templStaticFullscreen .grid-layout.img-with-text .image-wrap img,
.templStandard .grid-layout.img-with-text .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  height: auto;
  transform: scale(1);
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
/************		Grid System 		************/
.layout-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.layout-title .title {
  font-size: 2.200rem;
}
@media (min-width: 1150px) {
  .layout-title .title {
    font-size: 4.200rem;
  }
}
@media (min-width: 768px) {
  .layout-title .title {
    font-size: 3.200rem;
  }
}
.layout-title .sub-title {
  font-size: 14px;
  text-align: center;
}
@media (min-width: 768px) {
  .layout-title .sub-title {
    font-size: 16px;
  }
}
.line {
  border-bottom: 1px solid rgba(32, 32, 32, 0.15);
}
/****************************************************
*					Lista Numerata					*
*****************************************************/
ol.list {
  padding: 1.5rem 0 3rem;
  display: grid;
  gap: 10px 50px;
  counter-reset: listCounter;
}
ol.list.upper-alpha {
  list-style-type: upper-alpha;
}
ol.list.gaprow30 {
  gap: 30px 50px;
}
@media (min-width: 1150px) {
  ol.list.lg-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  ol.list.lg-col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
ol.list li {
  display: flex;
  align-items: start;
  justify-content: start;
  width: 100%;
  gap: 0 25px;
  counter-increment: listCounter;
}
ol.list li span,
ol.list li div {
  text-align: left;
  display: block;
  margin: 0;
}
ol.list li::marker {
  content: none;
}
ol.list li::before {
  content: counters(listCounter, ".") '  ';
  font-weight: 500;
  font-size: 1.800rem;
  line-height: 1;
  color: #202020;
}
ul.noCounter {
  counter-increment: none;
  counter-reset: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
ul.noCounter li {
  counter-increment: none;
  counter-reset: none;
}
ul.noCounter li::before {
  content: "●";
  font-weight: 500;
  font-size: 1.800rem;
  line-height: 1;
  color: #2c2c2b;
}
/****************************************************
*					Grid Layout						*
*****************************************************/
.grid-layout {
  display: grid;
  gap: 15px;
  list-style: inside;
  /* Text */
  /* Image */
}
@media (min-width: 1150px) {
  .grid-layout.lg-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-layout.lg-col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-layout.md-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-layout.md-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-layout {
    gap: 30px;
  }
}
.grid-layout .back {
  background-color: #f2f2f2;
  padding: 45px;
}
@media (min-width: 768px) {
  .grid-layout .back {
    padding: 30px;
  }
}
.grid-layout .heading {
  font-family: "BRGrotesk";
  font-size: 2.400rem;
  line: 1;
}
@media (min-width: 1150px) {
  .grid-layout .heading {
    font-size: 3.000rem;
  }
}
@media (min-width: 768px) {
  .grid-layout .heading {
    font-size: 2.200rem;
  }
}
.grid-layout .heading + .text,
.grid-layout .heading + .sub-title {
  margin-top: 10px;
}
.grid-layout .sub-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.05rem;
}
@media (min-width: 768px) {
  .grid-layout .sub-title {
    font-size: 16px;
  }
}
.grid-layout .sub-title + .text {
  margin-top: 25px;
}
.grid-layout .text {
  font-size: 14px;
  color: #585858;
  letter-spacing: -0.05rem;
}
@media (min-width: 1150px) {
  .grid-layout.gap30 {
    gap: 30px;
  }
}
@media (min-width: 1150px) {
  .grid-layout.gap60 {
    gap: 60px;
  }
}
.grid-layout .image-wrap img {
  border-radius: 5px;
}
.grid-layout .grid-img-group {
  position: relative;
  padding-bottom: 50px;
}
.grid-layout .grid-img-group img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  height: auto;
  transform: scale(1);
  vertical-align: middle;
}
.grid-layout .grid-img-group .item-1 {
  bottom: 0;
  right: 0;
  top: unset;
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 1;
  width: 51%;
  height: max-content;
  transition: all 0.3s ease;
}
.grid-layout .grid-img-group .item-2 {
  margin-left: auto;
  width: 84%;
  transition: all 0.3s ease;
}
.grid-layout .grid-img-group .image-wrap {
  order: unset;
}
@media (min-width: 768px) {
  .grid-layout .grid-img-group .image-wrap {
    order: 1;
  }
}
.grid-layout .grid-img-group .grid-img-group .item-2 {
  margin-left: auto;
  width: 84%;
  transition: all 0.3s ease;
}
.grid-layout [data-grid=grid-1] {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
.grid-layout [data-grid=grid-2] {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}
.grid-layout [data-grid=grid-2alt] {
  display: grid;
  gap: 30px;
  grid-template-columns: 0.5fr 1fr;
}
.grid-layout [data-grid=grid-3] {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.grid-layout [data-grid=grid-4] {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}
.grid-layout [data-grid=grid-5] {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(5, 1fr);
}
.grid-layout [data-grid=grid-6] {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(6, 1fr);
}
@media only screen and (max-width: 767px) {
  .grid-layout [data-grid=grid-1],
  .grid-layout [data-grid=grid-2],
  .grid-layout [data-grid=grid-3],
  .grid-layout [data-grid=grid-4],
  .grid-layout [data-grid=grid-5],
  .grid-layout [data-grid=grid-6] {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
.grid-image {
  display: flex;
  gap: 35px;
  margin-bottom: 48px;
}
.grid-image img {
  border-radius: 3px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.full_image {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
/****************************************************
*					AOS Animations					*
*****************************************************/
.aos-reveal-ltr,
.aos-reveal-rtl,
.aos-reveal-ttb,
.aos-reveal-btt {
  /* default settings */
  --aos-reveal-speed: 1s;
  --aos-reveal-colorstart: #f2f2f2;
  --aos-reveal-colorend: #202020;
  --aos-reveal-delay: 0s;
  --aos-reveal-entrance: aos-reveal-none;
  /* end of default settings */
  position: relative;
  overflow: hidden;
}
.aos-reveal-ltr[data-aos=fade].aos-animate > *,
.aos-reveal-rtl[data-aos=fade].aos-animate > *,
.aos-reveal-ttb[data-aos=fade].aos-animate > *,
.aos-reveal-btt[data-aos=fade].aos-animate > * {
  animation: var(--aos-reveal-entrance) calc(var(--aos-reveal-speed) * 1) calc(var(--aos-reveal-speed) + var(--aos-reveal-delay));
  animation-fill-mode: forwards;
  opacity: 0;
}
.aos-reveal-ltr[data-aos=fade].aos-animate::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-101%);
  animation: aos-revealin-ltr var(--aos-reveal-speed) var(--aos-reveal-delay), aos-revealout-ltr var(--aos-reveal-speed) calc(var(--aos-reveal-speed) + var(--aos-reveal-delay));
  animation-fill-mode: forwards;
}
.aos-reveal-rtl[data-aos=fade].aos-animate::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-101%);
  animation: aos-revealin-rtl var(--aos-reveal-speed) var(--aos-reveal-delay), aos-revealout-rtl var(--aos-reveal-speed) calc(var(--aos-reveal-speed) + var(--aos-reveal-delay));
  animation-fill-mode: forwards;
}
.aos-reveal-ttb[data-aos=fade].aos-animate::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-101%);
  animation: aos-revealin-ttb var(--aos-reveal-speed) var(--aos-reveal-delay), aos-revealout-ttb var(--aos-reveal-speed) calc(var(--aos-reveal-speed) + var(--aos-reveal-delay));
  animation-fill-mode: forwards;
}
.aos-reveal-btt[data-aos=fade].aos-animate::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateY(101%);
  animation: aos-revealin-btt var(--aos-reveal-speed) var(--aos-reveal-delay), aos-revealout-btt var(--aos-reveal-speed) calc(var(--aos-reveal-speed) + var(--aos-reveal-delay));
  animation-fill-mode: forwards;
}
@keyframes aos-reveal-none {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes aos-reveal-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes aos-reveal-slideleft {
  0% {
    opacity: 1;
    transform: translatex(100px);
  }
  100% {
    opacity: 1;
    transform: translatex(0px);
  }
}
@keyframes aos-reveal-slideright {
  0% {
    opacity: 1;
    transform: translatex(-100px);
  }
  100% {
    opacity: 1;
    transform: translatex(0px);
  }
}
@keyframes aos-reveal-slideup {
  0% {
    opacity: 1;
    transform: translatey(100px);
  }
  100% {
    opacity: 1;
    transform: translatey(0px);
  }
}
@keyframes aos-reveal-slidedown {
  0% {
    opacity: 1;
    transform: translatey(-100px);
  }
  100% {
    opacity: 1;
    transform: translatey(0px);
  }
}
@keyframes aos-reveal-zoomin {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes aos-reveal-zoomout {
  0% {
    opacity: 1;
    transform: scale(2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes aos-revealin-ltr {
  0% {
    transform: translateX(-101%);
    background-color: var(--aos-reveal-colorstart);
  }
  100% {
    transform: translateX(0);
    background-color: var(--aos-reveal-colorend);
  }
}
@keyframes aos-revealout-ltr {
  0% {
    transform: translateX(0);
    background-color: var(--aos-reveal-colorend);
  }
  100% {
    transform: translateX(101%);
    background-color: var(--aos-reveal-colorstart);
  }
}
@keyframes aos-revealin-rtl {
  0% {
    transform: translateX(101%);
    background-color: var(--aos-reveal-colorstart);
  }
  100% {
    transform: translateX(0);
    background-color: var(--aos-reveal-colorend);
  }
}
@keyframes aos-revealout-rtl {
  0% {
    transform: translateX(0);
    background-color: var(--aos-reveal-colorend);
  }
  100% {
    transform: translateX(-101%);
    background-color: var(--aos-reveal-colorstart);
  }
}
@keyframes aos-revealin-ttb {
  0% {
    transform: translateY(-101%);
    background-color: var(--aos-reveal-colorstart);
  }
  100% {
    transform: translateY(0);
    background-color: var(--aos-reveal-colorend);
  }
}
@keyframes aos-revealout-ttb {
  0% {
    transform: translateY(0);
    background-color: var(--aos-reveal-colorend);
  }
  100% {
    transform: translateY(101%);
    background-color: var(--aos-reveal-colorstart);
  }
}
@keyframes aos-revealin-btt {
  0% {
    transform: translateY(101%);
    background-color: var(--aos-reveal-colorstart);
  }
  100% {
    transform: translateY(0);
    background-color: var(--aos-reveal-colorend);
  }
}
@keyframes aos-revealout-btt {
  0% {
    transform: translateY(0);
    background-color: var(--aos-reveal-colorend);
  }
  100% {
    transform: translateY(-101%);
    background-color: var(--aos-reveal-colorstart);
  }
}
/****************************************************
*					Fancybox						*
*****************************************************/
.fancybox__container {
  --fancybox-color: #202020;
  --fancybox-bg: #f2f2f2;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
}
.fancybox__toolbar,
.fancybox__nav {
  --f-button-width: 60px;
  --f-button-height: 60px;
  --f-button-border-radius: 0;
  --f-button-color: #202020;
  --f-button-hover-color: #fee202;
  --f-button-bg: #f2f2f2;
  --f-button-hover-bg: #f2f2f2;
  --f-button-active-bg: #f2f2f2;
  --f-button-svg-width: 32px;
  --f-button-svg-height: 32px;
  --f-button-svg-stroke-width: 1;
  --f-button-svg-filter: none;
}
.fancybox__nav {
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}
@media (min-width: 1430px) {
  .has-iframe .fancybox__content {
    max-width: 1340px;
  }
}
/****************************************************
*				Bootstrap Revisioni					*
*****************************************************/
dl,
ol,
ul {
  padding-left: 1.500rem;
}
.badge {
  color: #ffffff;
  font-size: 1.200rem;
  font-weight: normal;
  background-color: #202020;
  font-family: "BRGrotesk";
}
/****************************************************
*					Owl Carousel					*
*****************************************************/
/*		Owl Carousel Standard	*/
.owl-theme.owl-carousel {
  /*Navigation*/
  /*Dots*/
  /*Dots*/
  /* Nav Prev & Next */
  /*	Navigation Thumb 	*/
  /*	Owl Carousel Internal Nav	*/
}
.owl-theme.owl-carousel ul {
  list-style: none;
}
.owl-theme.owl-carousel .owl-item img {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.owl-theme.owl-carousel .owl-nav {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme.owl-carousel .owl-nav [class*="owl-"] {
  color: #ffffff;
  font-size: 14px;
  padding: 7px;
  background: transparent;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center,
			
			cursor: pointer;
  border-radius: 50%;
  transform: scale3d(0.9, 0.9, 1);
  transition: box-shadow 0.3s, transform 0.3s;
  box-shadow: inset 0 0 0 1px #dfdfdf;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.owl-theme.owl-carousel .owl-nav [class*="owl-"]:hover {
  background-color: transparent;
  transform: scale3d(1, 1, 1);
  border: 1px solid transparent;
  box-shadow: inset 0 0 0 35px #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.owl-theme.owl-carousel .owl-nav [class*="owl-"]:hover:before {
  color: #fee202;
}
.owl-theme.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme.owl-carousel .owl-nav .owl-next {
  right: 0;
  transform: matrix(1, 0, 0, 1, 0, -25) !important;
  top: 50%;
}
.owl-theme.owl-carousel .owl-nav .owl-next i {
  display: none;
}
.owl-theme.owl-carousel .owl-nav .owl-next span[aria-label] {
  display: none;
}
.owl-theme.owl-carousel .owl-nav .owl-next:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  text-shadow: none;
  mask-image: url("../images/svg/arrow-right.svg");
  mask-repeat: no-repeat;
  background: #acacac no-repeat center;
  opacity: 1;
}
.owl-theme.owl-carousel .owl-nav .owl-next:hover:before {
  background-color: #202020;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.owl-theme.owl-carousel .owl-nav .owl-prev {
  left: 0;
  transform: matrix(1, 0, 0, 1, 0, -25) !important;
  top: 50%;
}
.owl-theme.owl-carousel .owl-nav .owl-prev i {
  display: none;
}
.owl-theme.owl-carousel .owl-nav .owl-prev span[aria-label] {
  display: none;
}
.owl-theme.owl-carousel .owl-nav .owl-prev:before {
  /* content: "\e824"; */
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  text-shadow: none;
  mask-image: url("../images/svg/arrow-left.svg");
  mask-repeat: no-repeat;
  background: #acacac no-repeat center;
  opacity: 1;
}
.owl-theme.owl-carousel .owl-nav .owl-prev:hover:before {
  background-color: #202020;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.owl-theme.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme.owl-carousel .owl-dots {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme.owl-carousel .owl-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: auto!important;
  will-change: transform;
}
.owl-theme.owl-carousel .owl-dots .owl-dot {
  position: relative;
  margin: 0 10px 0 0;
  border-radius: 5px;
  left: auto!important;
  top: auto!important;
  background-color: rgba(32, 32, 32, 0.8);
  width: 5px;
  height: 5px;
  cursor: pointer;
  transition: width 0.4s cubic-bezier(1, 0, 0, 1);
}
.owl-theme.owl-carousel .owl-dots .owl-dot.active {
  width: 48px;
  background-color: #fee202;
  transition: width 0.1s linear;
}
.owl-theme.owl-carousel .owl-prev {
  cursor: pointer;
  min-width: 50px;
  min-height: 50px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.35);
  border: 0;
  border-radius: 50%;
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1);
  -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
  transition: box-shadow 0.3s, transform 0.3s;
  box-shadow: inset 0 0 0 0 #202020;
}
.owl-theme.owl-carousel .owl-prev i {
  transform: scale(2);
  color: #ffffff;
}
.owl-theme.owl-carousel .owl-next {
  cursor: pointer;
  min-width: 50px;
  min-height: 50px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.35);
  border: 0;
  border-radius: 50%;
  transform: scale3d(0.9, 0.9, 1);
  transition: box-shadow 0.3s, transform 0.3s;
  box-shadow: inset 0 0 0 0 #202020;
}
.owl-theme.owl-carousel .owl-next i {
  transform: scale(2);
  color: #ffffff;
}
.owl-theme.owl-carousel .owl-prev,
.owl-theme.owl-carousel .owl-next {
  opacity: 0 !important;
}
.owl-theme.owl-carousel:hover .owl-nav .owl-prev {
  opacity: 1 !important;
}
.owl-theme.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1 !important;
}
.owl-theme.owl-carousel .owl-thumbs .owl-item.current {
  opacity: .33;
}
.owl-theme.owl-carousel .owl-thumbs .owl-prev {
  background: #acacac;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block !important;
  border-radius: 0;
  border: 0px solid #202020;
}
.owl-theme.owl-carousel .owl-thumbs .owl-next {
  background: #acacac;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: -25px;
  display: block !important;
  border-radius: 0;
  border: 0px solid #202020;
}
.owl-theme.owl-carousel .owl-thumbs .owl-prev i,
.owl-theme.owl-carousel .owl-thumbs .owl-next i {
  transform: scale(1);
  color: #ffffff;
}
.owl-theme.owl-carousel .owl-thumbs .owl-prev i,
.owl-theme.owl-carousel .owl-thumbs .owl-next i {
  transform: scale(1);
  color: #ffffff;
}
.owl-theme.owl-carousel.owlInternalNav .owl-nav [class*='owl-'] {
  background: rgba(255, 255, 255, 0.45);
  color: transparent;
  border: 2px solid #acacac;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.owl-theme.owl-carousel.owlInternalNav .owl-nav [class*='owl-']:hover {
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #202020;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.owl-theme.owl-carousel.owlInternalNav .owl-next {
  margin-right: 0;
  right: 10px;
}
.owl-theme.owl-carousel.owlInternalNav .owl-next:before {
  /* content: "\e824"; */
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  text-shadow: none;
  mask-image: url("../images/svg/arrow-right.svg");
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.owl-theme.owl-carousel.owlInternalNav .owl-prev {
  margin-left: ;
  left: 10px;
}
.owl-theme.owl-carousel.owlInternalNav .owl-prev:before {
  /* content: "\e824"; */
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  text-shadow: none;
  mask-image: url("../images/svg/arrow-left.svg");
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
  opacity: 1;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.owl-theme.owl-carousel.owlInternalNav.noNav .owl-nav {
  display: none;
}
/************************************************
*				Conversione valute				*
************************************************/
.dropdown.euroConverter {
  display: block;
}
.dropdown.euroConverter .euroConverter-button:hover + .dropdown-menu {
  display: block;
}
.dropdown.euroConverter .dropdown > .dropdown-toggle:active {
  pointer-events: none;
}
.dropdown.euroConverter .euroConverter-button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  cursor: pointer;
  padding: 0 10px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.dropdown.euroConverter .euroConverter-button .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  mask: url("../images/svg/euro-converter.svg");
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.dropdown.euroConverter .euroConverter-button:hover .icon {
  background: #fee202 no-repeat center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.dropdown.euroConverter .euroConverter-button .text {
  display: none;
}
.dropdown.euroConverter .dropdown-menu {
  font-family: "BRGrotesk";
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: 2rem;
  margin-top: 0.5rem;
  text-align: left;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0, 0, 5px, #333333;
  -moz-box-shadow: 0, 0, 5px, #333333;
  box-shadow: 0, 0, 5px, #333333;
}
.dropdown.euroConverter .titEuroConv {
  font-weight: bold;
}
.dropdown.euroConverter .titEuroConv:after {
  background: #dfdfdf;
  content: "";
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  height: .1rem;
  display: block;
  width: 7.3rem;
}
.dropdown.euroConverter .ValEuroConv.USD {
  margin-bottom: 1rem;
}
.dropdown.euroConverter .ValEuroConv.GBP {
  margin-bottom: 1rem;
}
/****************************************************
*					Dropdown menu FX				*
*****************************************************/
@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
/****************************************************
*				Contenuti Blocchi Statici			*
*****************************************************/
.bg-contain,
.bg-cover {
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bg-cover {
  background-size: cover;
}
.bg-image {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}
.gallery-item {
  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;
}
.gallery-item:focus img,
.gallery-item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.gallery-item img {
  width: 100%;
  will-change: transform;
  -webkit-transition: -webkit-transform 1.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: -webkit-transform 1.8s cubic-bezier(0.2, 1, 0.2, 1);
  -o-transition: transform 1.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: transform 1.8s cubic-bezier(0.2, 1, 0.2, 1);
  transition: transform 1.8s cubic-bezier(0.2, 1, 0.2, 1), -webkit-transform 1.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.gallery-item-lg::before {
  padding-top: 100%;
}
.gallery-item-lg::before,
.gallery-item-md::before,
.gallery-item-sm::before,
.gallery-item-xl::before {
  content: "";
  display: block;
}
.gallery-item-lg img,
.gallery-item-md img,
.gallery-item-sm img,
.gallery-item-xl img {
  position: absolute;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery-item-lg,
.gallery-item-md,
.gallery-item-sm,
.gallery-item-xl {
  position: relative;
  overflow: hidden;
  /* Visualizzazione Mobile */
}
@media screen and (max-width: 767px) {
  .gallery-item-lg,
  .gallery-item-md,
  .gallery-item-sm,
  .gallery-item-xl {
    margin-top: 1.500rem;
    margin-bottom: 1.500rem;
  }
}
/****** 	Panel 	******/
.panel-evidence {
  border-radius: 0.5rem;
  border: 1px solid #ffffff;
}
.panel-evidence-gold {
  border-radius: 0.5rem;
  background: #ffffff;
}
/****** 	Lista 	******/
.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0;
}
.list-group-icon-primary-bg i {
  position: absolute;
  left: 0;
  background: #ffffff;
  color: #202020;
  font-weight: 600;
  height: 40px;
  width: 40px;
  line-height: 2;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px !important;
  font-size: 1.800rem;
  flex-shrink: 0;
  justify-content: center;
  margin-left: 0;
}
.list-group-icon-primary-bg span {
  position: absolute;
  left: 0;
  background: #f2f2f2;
  color: #202020;
  font-weight: 600;
  height: 40px;
  width: 40px;
  line-height: 2;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px !important;
  font-size: 1.800rem;
  flex-shrink: 0;
  justify-content: center;
  margin-left: 0;
}
.list-group-icon-primary-bg .list-group-item {
  border: 0;
  margin-left: 0;
}
.list-group-icon-primary-bg .list-group i {
  background: #ffffff;
  color: #acacac;
  font-weight: 600;
  height: 40px;
  width: 40px;
  line-height: 2.4;
  font-size: 1.4rem;
  box-shadow: inset 0 0 0 1px #f9f9f9;
}
.list-group-icon-primary-bg .list-group span {
  background: #ffffff;
  color: #acacac;
  font-weight: 600;
  height: 40px;
  width: 40px;
  line-height: 2.4;
  font-size: 1.4rem;
  box-shadow: inset 0 0 0 1px #f9f9f9;
}
.list-group-borderless .list-group-item {
  border: none;
  padding: 1rem 0 2.500rem;
  padding-left: 5.000rem;
}
.list-group-borderless .list-group-item:first-letter {
  text-transform: uppercase;
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
/****** 	blockquote  	******/
.blockquote {
  position: relative;
  padding-left: 50px;
  font-size: 1.600rem;
}
.blockquote .blockquote-footer {
  margin-top: 12px;
}
.blockquote:before {
  content: '"';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 4rem;
  line-height: 1em;
  font-weight: normal;
  color: #202020;
}
/* blockquote bg primary */
.blockquote.blockquote-primary {
  background: #202020;
  color: #ffffff;
  padding: 20px 20px 30px 60px;
  border-radius: 0;
}
.blockquote.blockquote-primary * {
  color: #ffffff;
}
.blockquote.blockquote-primary:before {
  color: #ffffff !important;
  top: 20px;
  left: 20px;
}
/* blockquote bg dark */
.blockquote.blockquote-dark {
  background: #202020;
  color: #ffffff;
  padding: 20px 20px 30px 60px;
  border-radius: 0;
}
.blockquote.blockquote-dark * {
  color: #ffffff;
}
.blockquote.blockquote-dark:before {
  top: 20px;
  left: 20px;
}
/* blockquote bg light */
.blockquote.blockquote-light {
  background: #ffffff;
  color: #202020;
  padding: 20px 20px 30px 60px;
  border-radius: 0;
}
.blockquote.blockquote-light * {
  color: #585858;
}
.blockquote.blockquote-light:before {
  top: 20px;
  left: 20px;
}
/* blockquote primary line*/
.blockquote.blockquote-line {
  padding: 25px;
  border-left: 3px solid #fee202;
}
.blockquote.blockquote-line:before {
  display: none;
}
.blockquote-footer {
  margin-top: 1.500rem;
  margin-bottom: 1.500rem;
  font-size: 1.400rem;
  color: #585858;
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
/****** 	Text 	******/
.text-primary-shadow {
  text-shadow: 0.03em 0.03em 0 #202020;
}
.text-dark-shadow {
  text-shadow: 0.03em 0.03em 0 #202020;
}
.text-white-shadow {
  text-shadow: 0.03em 0.03em 0 #ffffff;
}
.text-light-shadow {
  text-shadow: 0.03em 0.03em 0 #ffffff;
}
.text-dark-stroke {
  color: transparent !important;
  transition: all 0.3s ease-in-out;
}
/****** 	Card 	******/
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border-radius: 0;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
/****************************************************
*						Video Js					*
*****************************************************/
/* Player. */
.vjs-custom.video-js {
  color: #202020;
  /* Play button. */
  /* "bars" */
}
.vjs-custom.video-js .vjs-control-bar {
  background-color: #ffffff;
}
.vjs-custom.video-js .vjs-poster {
  background-color: #ffffff;
}
.vjs-custom.video-js .vjs-big-play-button {
  border-color: #202020;
}
.vjs-custom.video-js .vjs-volume-level,
.vjs-custom.video-js .vjs-play-progress,
.vjs-custom.video-js .vjs-slider-bar {
  background: #202020;
}
.vjs-custom.video-js .vjs-load-progress div {
  background: #fee202;
}
/****************************************************
*				Recaptcha Google				*
*****************************************************/
.g-recaptcha {
  height: auto;
  width: 100%;
}
.g-recaptcha > div {
  width: 100% !important;
}
.g-recaptcha iframe {
  width: 100% !important;
}
/************************************************
*					Step Form 	    			*
************************************************/
.stepForm {
  width: 100%;
  overflow: hidden;
}
.stepForm .buttonPanel {
  display: none;
}
.stepForm > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.stepForm > .steps > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  list-style: none;
}
.stepForm > .steps > ul > li {
  display: table-cell;
  width: auto;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.stepForm > .steps > ul > li:after {
  content: '';
  z-index: 9;
  display: block;
  position: absolute;
  right: 0;
  top: 45px;
  width: 50%;
  height: 3px;
  background-color: #fee202;
}
.stepForm > .steps > ul > li:before {
  content: '';
  z-index: 9;
  display: block;
  position: absolute;
  left: 0;
  top: 45px;
  width: 50%;
  height: 3px;
  background-color: #fee202;
}
.stepForm > .steps > ul > li a {
  position: relative;
  padding-top: 52px;
  margin-top: 20px;
  margin-bottom: 40px;
  display: block;
}
.stepForm > .steps > ul > li:first-child:before {
  content: none;
}
.stepForm > .steps > ul > li:last-child:after {
  content: none;
}
.stepForm > .steps > ul > li.current > a {
  color: #202020;
  cursor: default;
}
.stepForm > .steps > ul > li.current .step {
  border-color: #fee202;
  background-color: #ffffff;
  color: #fee202;
}
.stepForm > .steps > ul > li.current:after {
  background-color: #f9f9f9;
}
.stepForm > .steps > ul > li.disabled a {
  color: #bababa;
  cursor: default;
}
.stepForm > .steps > ul > li.disabled a:focus {
  color: #bababa;
  cursor: default;
}
.stepForm > .steps > ul > li.disabled a:hover {
  color: #bababa;
  cursor: default;
}
.stepForm > .steps > ul > li.done a {
  color: #bababa;
}
.stepForm > .steps > ul > li.done a:focus {
  color: #bababa;
}
.stepForm > .steps > ul > li.done a:hover {
  color: #bababa;
}
.stepForm > .steps > ul > li.done .step {
  background-color: #fee202;
  border-color: #fee202;
  color: #ffffff;
}
.stepForm > .steps > ul > li.error .step {
  border-color: #8f0000;
  color: #8f0000;
}
.stepForm > .steps > ul > li.current ~ li:after {
  background-color: #f9f9f9;
}
.stepForm > .steps > ul > li.current ~ li:before {
  background-color: #f9f9f9;
}
.stepForm > .steps .current-info {
  position: absolute;
  left: -99999px;
}
.stepForm > .steps .step {
  background-color: #ffffff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px;
  z-index: 10;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 45px;
  border: 3px solid #f9f9f9;
  font-size: 1.3rem;
  border-radius: 50%;
}
.stepForm .content {
  margin-left: 0 !important;
}
.stepForm > .content {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  padding: 3.000rem;
  overflow: hidden;
  width: auto;
  margin: 0;
}
.stepForm > .content > .title {
  position: absolute;
  left: -99999px;
}
.stepForm > .content > .body {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  .stepForm > .content > .body {
    padding: 0;
  }
}
.stepForm > .content > iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
.stepForm > .actions {
  position: relative;
  display: block;
  text-align: center;
  padding: 20px 20px 20px;
}
.stepForm > .actions > ul {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  list-style: none;
  padding: 0;
  margin: 0;
}
.stepForm > .actions > ul:after {
  content: '';
  display: table;
  clear: both;
}
.stepForm > .actions > ul > li {
  float: left;
}
.stepForm > .actions > ul > li > a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 25px 10px 25px;
  margin-left: 0;
  margin-bottom: 0;
  border: 1px solid rgba(32, 32, 32, 0.3);
  border-radius: 2.500rem;
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #202020;
  background: transparent;
  min-width: 280px;
  text-decoration: none;
  transition: color 300ms ease;
}
.stepForm > .actions > ul > li > a:after {
  content: '';
  background: #202020;
  mask-image: url("../images/svg/right-arrow.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  width: 35px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translate3d(0%, 5%, 0);
  opacity: 1;
  transition-property: background, transform, opacity;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.stepForm > .actions > ul > li > a:hover {
  color: #fee202;
  background: transparent;
}
.stepForm > .actions > ul > li > a:hover:after,
.stepForm > .actions > ul > li > a:hover:after {
  background: #fee202;
  transform: translate3d(25%, 5%, 0);
  opacity: 1;
}
.stepForm > .actions > ul > li > a:focus {
  -webkit-box-shadow: 0 0 0 100px #f2f2f2 inset;
  box-shadow: 0 0 0 100px #f2f2f2 inset;
}
.stepForm > .actions > ul > li > a:hover {
  -webkit-box-shadow: 0 0 0 100px #f2f2f2 inset;
  box-shadow: 0 0 0 100px #f2f2f2 inset;
}
.stepForm > .actions > ul > li > a:active {
  -webkit-box-shadow: 0 0 0 100px #f2f2f2 inset;
  box-shadow: 0 0 0 100px #f2f2f2 inset;
}
.stepForm > .actions > ul > li > a[href="#finish"] {
  background: #f2f2f2;
}
.stepForm > .actions > ul > li > a[href="#previous"] {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 25px 10px 25px;
  margin-left: 0;
  margin-bottom: 0;
  border: 1px solid rgba(32, 32, 32, 0.3);
  border-radius: 2.500rem;
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #202020;
  background: transparent;
  text-decoration: none;
  transition: color 300ms ease;
}
.stepForm > .actions > ul > li > a[href="#previous"]:after {
  content: none;
}
.stepForm > .actions > ul > li > a[href="#previous"]:before {
  content: '';
  background: #202020;
  -webkit-mask-image: url("../images/svg/left-arrow.svg");
  mask-image: url("../images/svg/left-arrow.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  width: 35px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translate3d(0%, 5%, 0);
  opacity: 1;
  transition-property: background, transform, opacity;
  transition-duration: 300ms;
  transition-timing-function: ease;
}
.stepForm > .actions > ul > li > a[href="#previous"]:hover {
  color: #fee202;
  background: transparent;
}
.stepForm > .actions > ul > li > a[href="#previous"]:hover:before,
.stepForm > .actions > ul > li > a[href="#previous"]:hover:before {
  background: #fee202;
  transform: translate3d(-25%, 5%, 0);
  opacity: 1;
}
.stepForm > .actions > ul > li > a[href="#previous"]:focus {
  -webkit-box-shadow: 0 0 0 100px #f2f2f2 inset;
  box-shadow: 0 0 0 100px #f2f2f2 inset;
}
.stepForm > .actions > ul > li > a[href="#previous"]:hover {
  -webkit-box-shadow: 0 0 0 100px #f2f2f2 inset;
  box-shadow: 0 0 0 100px #f2f2f2 inset;
}
.stepForm > .actions > ul > li > a[href="#previous"]:active {
  -webkit-box-shadow: 0 0 0 100px #f2f2f2 inset;
  box-shadow: 0 0 0 100px #f2f2f2 inset;
}
.stepForm > .actions > ul > li + li {
  margin-left: 10px;
}
.stepForm > .actions > ul > li.disabled > a {
  color: #bababa;
}
.stepForm > .actions > ul > li.disabled > a:focus {
  color: #bababa;
}
.stepForm > .actions > ul > li.disabled > a:hover {
  color: #bababa;
}
.stepForm > .actions > ul > li.disabled > a[href="#previous"] {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.stepForm > .actions > ul > li.disabled > a[href="#previous"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.stepForm > .actions > ul > li.disabled > a[href="#previous"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.stepForm.wizard-notification > .steps > ul > li:after {
  top: 39px;
  width: 50%;
  height: 2px;
  background-color: #fee202;
}
.stepForm.wizard-notification > .steps > ul > li:before {
  top: 39px;
  width: 50%;
  height: 2px;
  background-color: #fee202;
}
.stepForm.wizard-notification > .steps > ul > li.current .step {
  border: 2px solid #fee202;
  color: #fee202;
  line-height: 36px;
}
.stepForm.wizard-notification > .steps > ul > li.current .step:after {
  border-top-color: #fee202;
}
.stepForm.wizard-notification > .steps > ul > li.current:after {
  background-color: #f9f9f9;
}
.stepForm.wizard-notification > .steps > ul > li.done .step {
  color: #ffffff;
}
.stepForm.wizard-notification > .steps > ul > li.done .step:after {
  border-top-color: #fee202;
}
.stepForm.wizard-notification > .steps > ul > li.current ~ li:after {
  background-color: #f9f9f9;
}
.stepForm.wizard-notification > .steps > ul > li.current ~ li:before {
  background-color: #f9f9f9;
}
.stepForm.wizard-notification > .steps .step {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.3rem;
  border-radius: 15%;
  background-color: #f9f9f9;
}
.stepForm.wizard-notification > .steps .step:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  margin-bottom: -8px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #f9f9f9;
}
.stepForm.vertical > .steps {
  display: inline;
  float: left;
  width: 20%;
}
.stepForm.vertical > .steps > ul > li {
  display: block;
  width: 100%;
}
.stepForm.vertical > .steps > ul > li:after {
  background-color: transparent;
}
.stepForm.vertical > .steps > ul > li:before {
  background-color: transparent;
}
.stepForm.vertical > .steps > ul > li.current:after {
  background-color: transparent;
}
.stepForm.vertical > .steps > ul > li.current:before {
  background-color: transparent;
}
.stepForm.vertical > .steps > ul > li.current ~ li:after {
  background-color: transparent;
}
.stepForm.vertical > .steps > ul > li.current ~ li:before {
  background-color: transparent;
}
@media (max-width: 991px) {
  .stepForm {
    padding-left: 0;
    padding-right: 0;
  }
  .stepForm > .actions {
    padding-left: 0;
    padding-right: 0;
  }
  .stepForm > .actions > ul {
    float: none;
  }
  .stepForm > .actions > ul > li {
    float: none;
    margin-left: 0!important;
  }
  .stepForm > .actions > ul > li > a {
    width: 100%;
    margin-bottom: 0.500rem;
    text-align: center;
  }
  .stepForm > .steps > ul {
    margin-bottom: 20px;
  }
  .stepForm > .steps > ul > li {
    display: block;
    float: left;
  }
  .stepForm > .steps > ul > li > a {
    margin-bottom: 0;
  }
  .stepForm > .steps > ul > li:first-child:before {
    content: '';
  }
  .stepForm > .steps > ul > li:last-child:after {
    content: '';
    background-color: #fee202;
  }
  .stepForm.vertical > .steps {
    width: 15%;
  }
}
@media (max-width: 480px) {
  .stepForm > .steps > ul > li {
    display: block;
    float: left;
    width: 25%;
  }
  .stepForm > .steps > ul > li > a {
    font-size: 10px;
  }
  .stepForm > .steps > ul > li.current:after {
    background-color: #fee202;
  }
  .stepForm.vertical > .steps {
    width: 100%;
    float: none;
  }
  .stepForm.vertical > .steps > ul > li {
    display: block;
    float: left;
    width: 25%;
  }
  .stepForm.vertical > .steps > ul > li > a {
    font-size: 10px;
  }
}
/************************************************
*					Loading Icon	     		*
************************************************/
.loadingIco {
  position: absolute;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* Transparent Overlay */
.loadingIco:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
/* :not(:required) hides these rules from IE9 and below */
.loadingIco:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loadingIco:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 0.6em;
  height: 0.6em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}
/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/****************************************************
*				Show Password			*
*****************************************************/
.style-form .icon-append.icon-eye {
  cursor: pointer;
  top: 39px;
  transform: translateY(-35px);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.style-form .icon-append.icon-eye:before {
  content: "\F341";
}
.style-form .icon-append.icon-eye.show:before {
  content: "\F340";
}
/****************************************************
*					Scritte Info					*
*****************************************************/
.border-info {
  font-family: "BRGrotesk";
  font-size: 1.800rem;
  font-smooth: always;
  padding: 1.000rem;
  margin: 1.000rem 0;
}
/****************************************************
*					Search panel					*
*****************************************************/
#panelBox {
  text-align: left;
}
.ais-RefinementList-list {
  list-style: none;
}
search-bar {
  /*			Search Box		*/
  /* Variabili */
}
search-bar::part(instant-search) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}
search-bar::part(filter-container) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
search-bar::part(search-panel__results) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666666%;
  flex: 0 0 66.666666%;
  max-width: 66.666666%;
}
search-bar::part(ais-SearchBox-input) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  height: auto;
  background-color: transparent;
}
search-bar::part(container) .ais-InstantSearch {
  width: 100%;
}
search-bar::part(search-input) {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  display: block;
  height: calc(4.25rem);
  padding: 0.375rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #202020;
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
search-bar::part(search-button) {
  position: relative;
  height: calc(4.25rem);
  width: calc(4.25rem);
  margin-bottom: 0;
}
search-bar::part(search-reset) {
  position: relative;
  height: calc(4.25rem);
  width: calc(4.25rem);
  margin-bottom: 0;
}
search-bar::part(item-container) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start !important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  position: relative;
  text-align: left;
  padding: 1.5rem;
  cursor: pointer;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
search-bar::part(item_image) {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  position: relative;
  width: 100%;
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
}
search-bar::part(image-link) {
  position: relative;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
search-bar::part(item-image) {
  width: auto;
  max-width: 100%;
  height: 100vh;
  max-height: 250px;
  object-fit: contain;
  float: none;
  vertical-align: inherit;
}
search-bar::part(item_text) {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  position: relative;
  width: 100%;
  text-align: left;
  padding-right: 15px;
  padding-left: 15px;
}
search-bar::part(ais-SearchBox-input) {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
  height: auto;
  background-color: transparent;
}
search-bar::part(search-input) {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  display: block;
  height: calc(4.25rem);
  padding: 0.375rem 0.75rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
search-bar::part(search-button) {
  position: relative;
  height: calc(4.25rem);
  width: calc(4.25rem);
  margin-bottom: 0;
}
search-bar::part(search-reset) {
  position: relative;
  height: calc(4.25rem);
  width: calc(4.25rem);
  margin-bottom: 0;
}
search-bar::part(item-label) {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  padding: 5px;
}
search-bar::part(filtro-text) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between !important;
  flex-grow: 1;
}
search-bar::part(categorie-list) {
  --listType: none;
}
search-bar::part(base-list) {
  --listType: none;
  --marginRight: 10px;
}
search-bar::part(archiviata-list) {
  --listType: none;
  --dFlex: flex;
  --alignItems: flex-start;
  --cursor: pointer;
  --padding: 5px;
  --marginR: 10px;
}
search-bar::part(test) {
  --listType: none;
}
search-bar::part(archiviata-list) {
  margin-block-start: 1rem;
  margin-block-end: 1rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
search-bar::part(filter-container) {
  z-index: 2;
}
search-bar::part(filtro-archiviate),
search-bar::part(filtro-baseAsta),
search-bar::part(filtro-categoria) {
  margin-bottom: 1.6em;
}
search-bar::part(titolo-archiviate),
search-bar::part(titolo-baseAsta),
search-bar::part(titolo-categoria) {
  position: relative;
  margin-bottom: .2em;
  padding: 10px 0 10px 20px;
  color: #9a9a9a;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.3rem;
  user-select: none;
  cursor: pointer;
}
search-bar::part(titolo-archiviate):before,
search-bar::part(titolo-baseAsta):before,
search-bar::part(titolo-categoria)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  mask-image: url("../images/svg/arrow-down.svg");
  mask-repeat: no-repeat;
  background: #202020 no-repeat center;
  transform: translateY(-50%);
  transition: transform .3s;
}
search-bar::part(item-checkbox),
search-bar::part(base-list) input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  margin: 0;
  padding: 0;
}
search-bar::part(item-checkbox)::checked {
  border-color: #41307c;
  background-color: #41307c;
}
/************************************************
*					Servizi						*
************************************************/
.templMyPasswordRecovery .style-form .row {
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
}
.templMyPasswordRecovery .style-form .row .labelContactForm,
.templMyPasswordRecovery .style-form .row .fieldContactForm {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .templMyPasswordRecovery .style-form .row .labelContactForm,
  .templMyPasswordRecovery .style-form .row .fieldContactForm {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: auto!important;
    margin-right: auto!important;
    padding-inline: 30px;
  }
}
.templMyPasswordRecovery .style-form .btn.butPrinc {
  margin-top: 1.500rem;
  width: 100%;
}
.makeBid .style-form .row.border {
  align-items: center;
  margin: 0 auto;
}
.makeBid .style-form .row.border .preview {
  padding: 3.000rem;
}
.makeBid .style-form .row.border .col-xl-6:not(.labelContactForm) {
  font-size: 1.400rem;
  font-weight: 500;
  padding: 3.000rem;
}
.makeBid .style-form .row.border .col-xl-6:not(.labelContactForm) .background-evidence {
  background: transparent;
}
.makeBid .style-form .row.border .col-xl-6:not(.labelContactForm) .row {
  align-items: center;
}
.makeBid .style-form .row.border .col-xl-6.labelContactForm:has(#offerta) {
  text-align: right;
}
.makeBid .style-form .btn.butPrinc {
  margin-top: 1.500rem;
  width: 100%;
}
/************************************************
*				Raccomandazioni					*
************************************************/
#sliderSuggeriti {
  text-align: center;
  margin: 0 auto;
}
#sliderSuggeriti .container-xxl {
  padding-left: 3.000rem;
  padding-right: 3.000rem;
}
#sliderSuggeriti .panelTitle {
  position: relative;
  overflow: hidden;
  min-width: 0px;
  flex-wrap: wrap;
  display: flex;
  text-align: center;
  padding-top: 3.000rem;
  padding-bottom: 3.000rem;
  margin-bottom: 1.000rem;
  transition: all 0.65s ease-in-out;
  -webkit-transition: all 0.65s ease-in-out;
  -moz-transition: all 0.65s ease-in-out;
  -o-transition: all 0.65s ease-in-out;
}
@media screen and (max-width: 991px) {
  #sliderSuggeriti .panelTitle {
    padding-top: 4.500rem;
    margin-bottom: 1.000rem;
  }
}
#sliderSuggeriti .panelTitle .title {
  font-family: "BRGrotesk";
  font-size: 3.000rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05rem;
  color: #202020;
  text-transform: none;
  text-align: center;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 0 3.000rem;
}
#sliderSuggeriti .panelTitle .title:before,
#sliderSuggeriti .panelTitle .title:after {
  content: none;
}
#sliderSuggeriti [id^="images"] {
  margin-bottom: 3.000rem;
}
#sliderSuggeriti [id^="images"] .owl-item > div.slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
  -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch!important;
}
#sliderSuggeriti [id^="images"] div.slide {
  /* Visualizzazione Ipad */
}
@media screen and (max-width: 991px) {
  #sliderSuggeriti [id^="images"] div.slide {
    padding-left: 3.000rem!important;
    padding-right: 3.000rem!important;
  }
}
#sliderSuggeriti [id^="images"] div.slide .containerImg {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  width: 100%;
  aspect-ratio: 1.25;
  padding-bottom: 0;
  box-shadow: inset 0 0 0 1px #ffffff;
  border-radius: 5px;
  overflow: hidden;
  /* Visualizzazione Ipad */
}
#sliderSuggeriti [id^="images"] div.slide .containerImg .photoSuggeriti {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  transform: scale(1);
  transition: 0.8s;
}
#sliderSuggeriti [id^="images"] div.slide .containerImg span {
  display: block;
}
#sliderSuggeriti [id^="images"] div.slide .containerImg:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: -webkit-fill-available;
  height: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex!important;
  text-align: left;
  background-color: transparent;
  margin: 0;
  z-index: 6;
  background-image: linear-gradient(0deg, rgba(32, 32, 32, 0.15) 0%, rgba(32, 32, 32, 0) 35%);
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#sliderSuggeriti [id^="images"] div.slide .containerImg img {
  object-fit: cover;
  object-position: center center;
  height: 100%;
}
@media screen and (max-width: 991px) {
  #sliderSuggeriti [id^="images"] div.slide .containerImg {
    padding: 0;
  }
}
#sliderSuggeriti [id^="images"] div.slide div.containerText {
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  text-align: left;
  padding: 1.500rem 1.500rem 3.000rem;
  /* Visualizzazione Ipad */
}
#sliderSuggeriti [id^="images"] div.slide div.containerText .number {
  display: flex;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  position: relative;
  font-family: "BRGrotesk";
  font-size: 2.000rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 0;
  color: #fee202;
  margin-bottom: 1.000rem;
}
#sliderSuggeriti [id^="images"] div.slide div.containerText .number span.labelLotto {
  display: none;
}
#sliderSuggeriti [id^="images"] div.slide div.containerText div.TitleSliderAutore h3 {
  font-family: "BRGrotesk";
  font-size: 2.400rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  color: #202020;
  margin: 0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#sliderSuggeriti [id^="images"] div.slide div.containerText div.TitleSliderAutore .luogoAutore {
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  line-height: 1;
  padding: 0;
}
#sliderSuggeriti [id^="images"] div.slide div.containerText div.TitleSuggeriti {
  padding-bottom: 1.500rem;
}
#sliderSuggeriti [id^="images"] div.slide div.containerText div.TitleSuggeriti h4 {
  font-family: "BRGrotesk";
  font-size: 1.800rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  color: #202020;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#sliderSuggeriti [id^="images"] div.slide div.containerText div.TitleSuggeritiAutore + div.TitleSuggeriti h4 {
  font-family: "BRGrotesk";
  font-size: 1.400rem;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  color: #202020;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#sliderSuggeriti [id^="images"] div.slide div.containerText div.desc {
  font-family: "BRGrotesk";
  font-weight: normal;
  line-height: 1.4;
  color: #585858;
  text-transform: none;
  padding-bottom: 1.500rem;
}
#sliderSuggeriti [id^="images"] div.slide div.containerText div.desc:first-letter {
  text-transform: uppercase;
}
#sliderSuggeriti [id^="images"] div.slide div.containerText .labelPanel {
  font-family: "BRGrotesk";
  font-size: 1.200rem;
  line-height: 1;
  font-weight: 400;
  display: block;
  color: #585858;
  text-transform: uppercase;
  padding: 0.500rem 0;
}
#sliderSuggeriti [id^="images"] div.slide div.containerText .estimate2 {
  position: relative;
  display: block!important;
  padding-bottom: 1.500rem;
}
#sliderSuggeriti [id^="images"] div.slide div.containerText .estimate2 span {
  position: relative;
  display: block;
  font-size: 1.400rem;
  line-height: 1;
  font-weight: normal;
  color: #202020;
  padding: 0;
}
@media screen and (max-width: 991px) {
  #sliderSuggeriti [id^="images"] div.slide div.containerText {
    padding-left: 0;
    padding-right: 0;
  }
}
#sliderSuggeriti [id^="images"] div.slide:hover {
  cursor: pointer;
}
#sliderSuggeriti [id^="images"] div.slide:hover .photoSuggeriti {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
#sliderSuggeriti [id^="images"] div.slide:hover div.containerText div.TitleSuggeritiAutore h3 {
  color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
#sliderSuggeriti [id^="images"] div.slide:hover div.containerText div.TitleSuggeriti h4 {
  color: #fee202;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
/************************************************
*				Raccomandazioni					*
************************************************/
.templshippingQuote .style-form {
  /*Pannello lotto*/
}
.templshippingQuote .style-form .panel_lot {
  width: 100%;
  display: grid;
  grid-template-columns: 0.75fr 2fr;
  gap: 30px;
  padding: 24px;
  border: 1px solid #f9f9f9;
  border-radius: 6px;
  background-color: rgba(242, 242, 242, 0.5);
}
.templshippingQuote .style-form .panel_lot .preview {
  width: 100%;
}
.templshippingQuote .style-form .panel_lot .preview .wrap-img {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 1;
  max-height: 200px;
  object-fit: contain;
  object-position: center top;
}
.templshippingQuote .style-form .panel_lot .contentPanel {
  width: 100%;
}
.templshippingQuote .style-form .panel_lot .contentPanel .content {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: auto max-content max-content max-content;
}
.templshippingQuote .style-form .panel_lot .contentPanel .content > div {
  width: 100%;
}
.templshippingQuote .style-form .panel_lot .contentPanel .content .title span {
  font-size: 2.400rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.05rem;
  padding-bottom: 0;
  margin-bottom: 0;
}
.templshippingQuote .style-form .panel_lot .contentPanel .content .title span:first-child {
  color: #585858;
  font-weight: 300;
}
.templshippingQuote .style-form .panel_lot .contentPanel .content .number {
  font-size: 1.400rem;
  font-weight: 300;
  color: #585858;
  text-transform: uppercase;
  padding: 0 0 0.500rem;
}
.templshippingQuote .style-form .panel_lot .contentPanel .content .auction {
  font-size: 1.600rem;
  line-height: 1;
  font-weight: 500;
  color: #202020;
  padding: 0;
}
.templshippingQuote .style-form fieldset {
  padding: 3.000rem;
}
.templshippingQuote .style-form fieldset .form-group.row .labelContactForm {
  padding-left: 0;
  padding-right: 0;
}
.templshippingQuote .style-form fieldset .form-group.row .fieldContactForm {
  padding-left: 0;
  padding-right: 0;
}
.templshippingQuote .style-form fieldset.ev_01 {
  width: 100%;
  padding: 30px;
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 6px;
}
.templshippingQuote .style-form fieldset + fieldset {
  border-top: 3px solid rgba(32, 32, 32, 0.15);
}
.templshippingQuote .style-form fieldset.ev_01 + fieldset {
  border-top: none;
  padding-top: 50px;
}
/****************************************************
*						GSAP 					*
*****************************************************/
.immagine,
.photo,
.contentBox {
  opacity: 0;
  position: relative;
  overflow: hidden;
  transition: none;
  will-change: opacity, transform;
}
.immagine img,
.photo img,
.contentBox img {
  transform: translateX(100%) scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s, opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
}
.immagine::before,
.photo::before,
.contentBox::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #e4e4e4;
  transform: scaleX(1);
  transform-origin: left;
  z-index: 2;
  pointer-events: none;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.immagine.revealed,
.photo.revealed,
.contentBox.revealed {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.immagine.revealed::before,
.photo.revealed::before,
.contentBox.revealed::before {
  transform: scaleX(0);
  transform-origin: right;
}
.immagine.revealed img,
.photo.revealed img,
.contentBox.revealed img {
  transform: translateX(0) scale(1);
  opacity: 1;
}
/****************************************************
*				Mobile Visualizzazioni				*
*****************************************************/
/* Visualizzazione Ipad */
@media screen and (max-width: 991px) {
  /***************      Header      ****************/
  #header #pnavmenu {
    padding-top: 1.000rem;
  }
  #header .headerBoxLeft {
    left: 15px;
  }
  #header .headerBoxRight {
    right: 15px;
  }
  #header-wrap {
    height: auto;
  }
  /***************      Panel Header      ****************/
  #panelContainerExt #panelHeader {
    width: 100%;
  }
  /***************      Homepage Slider      ****************/
  /* Homepage Slider*/
  #full-width-slider {
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    width: 100% !important;
    max-width: none !important;
  }
  .rsMinW .rsBullets {
    display: none !important;
  }
  .scrollHome,
  .rsSlideCount,
  .rsArrow {
    display: none !important;
  }
  .rsABlock {
    left: 5% !important;
    right: 5% !important;
    bottom: auto !important;
    top: 20% !important;
    height: auto !important;
    width: auto !important;
    overflow: auto !important;
    margin: auto !important;
    padding: auto !important;
    text-align: center !important;
  }
  .infoBlockTop {
    display: block !important;
    position: relative !important;
    right: 0 !important;
  }
  .infoBlockBottom .calendLink {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10% !important;
  }
  .rsMinW .rsBullets {
    bottom: 3%;
  }
  /***************      Calendario Homepage Aste      ****************/
  #introCalendar {
    width: 100% !important;
  }
  #introContainer div.top {
    padding-top: 50px !important;
  }
  #introContainer div.bottom {
    padding-top: 50px !important;
  }
  .list_carousel_calendar.auctions h4.titlecarousel {
    padding: 0 !important;
    text-align: center !important;
  }
  .list_carousel_calendar.auctions .calendarBoxHome .boxLeft {
    width: 100% !important;
    height: 230px;
    display: block;
    float: none !important;
    position: relative;
    z-index: 1;
    font-size: 8pt;
    padding: 0 25px !important;
    margin: 21px 0 0;
    text-align: center;
    right: 0 !important;
    left: 0 !important;
  }
  .list_carousel_calendar.auctions .calendarBoxHome .title {
    padding: 0 60px !important;
  }
  .calendarBoxHome img {
    width: 100% !important;
  }
  .boxCalendarContainer {
    margin: 50px 0 0;
  }
  .list_carousel_calendar h4.titlecarousel {
    padding: 0 !important;
    text-align: center !important;
  }
  #panelPagination {
    height: auto !important;
    right: 0 !important;
    top: 5px !important;
    left: 0 !important;
  }
  #calendar_home_exhibitions li {
    background: none transparent !important;
  }
  /***************      Header Ricerca      ****************/
  .searchDivMainInput {
    padding-top: 20% !important;
  }
  .searchDivMainInputField {
    font-size: 1.6rem !important;
  }
  .searchDivMainInputLabelContent {
    font-size: 1.6rem !important;
    top: 35% !important;
    height: auto;
  }
  #psearch div.ricerca_in {
    padding-top: 5% !important;
  }
  #psearch div.ricerca_invia {
    padding-top: 5%;
  }
  /***************      Calendario Aste      ****************/
  /***************      Dettaglio Asta      ****************/
  #dettaglioAsta {
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
  #dettaglioAsta img {
    width: 100%;
    height: auto;
  }
  #dettaglioAsta .asteListImg img {
    width: 100%;
    height: auto;
  }
  .lotPagingContainer {
    width: 100%;
    display: block !important;
  }
  .lotPagingContainer .leftBox {
    width: 100%;
  }
  .lotPagingContainer .rightBox {
    width: 100%;
    text-align: left;
  }
  .lotViewsContainer .rightBox .viewsDiv {
    padding-right: 0;
  }
  #lotListGridContainer .lotItemList {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    text-align: left;
  }
  #lotListGridContainer .lotItemList .contentPanel {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  #lotListGridContainer .lotItemList .preview {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  #lotListGridContainer .lotItemList .buttons {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .lotListContainer .lotItemList {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    text-align: left;
    padding: 1.500rem;
  }
  .lotListContainer .lotItemList .containerLotItemNew {
    display: block;
    text-align: left;
  }
  .lotListContainer .lotItemList .containerLotItemNew .image-holder-list img {
    width: 100%;
    height: auto;
  }
  .lotListContainer .lotItemList .content .titleOpera {
    padding: 0 0 0.750rem;
  }
  .lotListContainer .lotItemList .content {
    padding: 1.000rem 0 0.750rem;
  }
  .lotListContainer .lotItemList .buttons {
    padding: 1.500rem 0;
  }
  .lotListContainer .lotItemList .buttons .btn {
    width: auto;
  }
  .lotListContainer .lotItemList .preview {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  .lotGridContainer .lotItemList .containerLotItemNew {
    display: block;
  }
  .dettLot {
    display: block;
  }
  #dettLotContainer {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    text-align: left;
  }
  #dettLotCenter {
    width: 100%;
  }
  #dettLotSx {
    order: 2;
    -webkit-order: 2;
    -mozorder: 2;
    padding: 2.500rem 1.500rem;
  }
  #dettLotSx #datiLotto {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #dettLotDx {
    order: 3;
    -webkit-order: 3;
    -mozorder: 3;
    padding: 0.500rem 1.500rem 2.500rem 1.500rem;
  }
  .stageImg {
    display: block !important;
  }
  #carousel-wrapper .caroufredsel_wrapper {
    margin: 0 auto !important;
  }
  #thumbs-wrapper .caroufredsel_wrapper_thumb {
    margin: 0 auto !important;
    right: 0 !important;
    left: 0 !important;
  }
  /***************      Asta     ****************/
  .asteListContainer .pulsantieraAsta {
    padding: 1.500rem 0;
  }
  .contConsole {
    padding: 1.500rem 0;
  }
  .lotsConsole #psearchConsole div.sb-search {
    position: relative;
    width: 100%;
    min-width: inherit;
    float: none;
    border: none;
  }
  /***************      Template Standard      ****************/
  #panelContent {
    padding: 2.500rem 15px;
    margin: 0;
  }
  #panelLinkPrint {
    display: none;
  }
  #panelContentRight {
    margin-left: 0;
    margin-bottom: 3.500rem;
  }
  .image-holder {
    min-width: auto;
  }
  #panelContentRight img {
    width: 100%;
  }
  div.imgzoom {
    margin: 0 auto;
  }
  /***************      Template Standard      ****************/
  .image-holder {
    width: 100% !important;
    height: auto;
  }
  .image-holder img {
    width: 100% !important;
    height: auto !important;
  }
  /***************      Dipartimenti      ****************/
  .refDipContainer {
    float: none !important;
  }
  .refDipContainer #panelContentRight img {
    width: 100%;
  }
  .refDipContainer .refListImgDett img {
    width: 100%;
  }
  .refDipContainer .refDett .text {
    word-break: break-word;
  }
  /***************      Vendere     ****************/
  .googlemapContainer {
    width: 100% !important;
  }
  /***************      Vendere     ****************/
  .testoInternoVendita .venderePanel .vendereCol-4 {
    width: 50%;
  }
  .testoInternoVendita h2 {
    margin-bottom: 20px;
  }
  .testoInternoVendita .venderePanel .btn {
    white-space: normal;
    height: 120px;
  }
  .testoInternoVendita .itemImgInternoVendita {
    margin-bottom: 20px;
  }
  /***************     Case Aste      ****************/
  .caseAsta {
    display: block ;
    clear: both;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1.500rem;
  }
  .caseAsta:after {
    content: "";
    clear: both;
    width: 100%;
    display: block;
  }
  /***************      Menu Nav      ****************/
  /***************      Menu Top     ****************/
  #header .topmenu ul.subnavmenu {
    min-width: 20.000rem;
    right: 0;
  }
  /***************      Nav Fixed      ****************/
  .navFixed .navmenu li.top a {
    letter-spacing: 0rem;
  }
  /***************      Menu Left     ****************/
  #panelMenuSx {
    padding-left: 0;
  }
  /***************     Container Box     ****************/
  #panelContainerBox {
    padding-right: 0;
  }
  /***************      Footer      ****************/
  #footer #footerContainer {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
/* Visualizzazione Mobile */
@media screen and (max-width: 767px) {
  /*@media only screen and (min-width:320px) and (max-width:760px){
*/
  /*		Preloading		*/
  #jpreSlide {
    left: 0  !important;
    right: 0  !important;
  }
  #jpreSlide img {
    width: 100%;
  }
  /* Header */
  #header {
    padding-left: 1.500rem;
    padding-right: 1.500rem;
  }
  #header {
    z-index: 10;
    white-space: inherit;
    position: relative;
    height: auto !important;
  }
  #wrapperHome #header {
    z-index: 1000;
    height: auto;
  }
  #headerBottom {
    display: none;
  }
  #wrapperHome #searchPanel {
    display: none !important;
  }
  #header #userPanel {
    display: none !important;
  }
  /* Nav Fixed */
  .navFixed {
    display: none !important;
  }
  /* Header Logo */
  #header #pnavmenu {
    padding-top: 1.000rem;
  }
  #header .headerBoxLeft {
    left: 15px;
  }
  #header .headerBoxRight {
    right: 15px;
  }
  /* Sub Header */
  #subHeader {
    display: none;
  }
  /* Header Menu Languages */
  /*   #header .languages { position: relative; vertical-align: top; text-align: center; width:100%; top:0; right:0; left:0; } */
  #header #pmyuserpanel {
    display: none;
  }
  /* Header Ricerca */
  .sb-search {
    min-width: 310px;
  }
  #header .topMenuStatic {
    display: none !important;
  }
  #header .menuStick .SearchTrigger.button {
    margin-left: 10px;
    text-decoration: none;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
  }
  #header .menuStick .SearchTrigger.button {
    background-color: transparent;
    background-image: url("/img-main/zoom.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 26px;
    height: 14px;
    top: 0;
    left: 50%;
    position: absolute;
    display: inline-block;
    padding: 0.300rem 0.1rem 0.300rem 0.1rem;
    line-height: 1.125rem;
    cursor: pointer;
  }
  /* Header Ricerca */
  .searchDivMainInput {
    padding-top: 20% !important;
  }
  .searchDivMainInputField {
    font-size: 1.6rem !important;
  }
  .searchDivMainInputLabelContent {
    font-size: 1.6rem !important;
    top: 35% !important;
    height: auto;
  }
  #header .checkSearch {
    display: inline-block;
    white-space: normal;
  }
  #psearch div.ricerca_in {
    padding-top: 5% !important;
    white-space: normal;
  }
  #psearch div.ricerca_invia {
    padding-top: 5%;
  }
  /* Header Menu Principale */
  #header #ptopmenu {
    display: none;
  }
  #header #pnavmenu {
    display: none;
  }
  #header #psearch.appear {
    display: block;
  }
  #header .headerBoxLeft {
    display: none;
  }
  #psearchHome {
    margin: 0rem !important;
    padding: 1.500rem 0 1.500rem !important;
  }
  #psearchHome .searchHomeInput {
    width: 100% !important;
    min-width: inherit !important;
  }
  #psearchHome .searchHomeRadio {
    padding: 2.000rem 4.500rem;
  }
  #psearchHomeContent {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 3.500rem 0 4.500rem !important;
  }
  #header .languages {
    display: none;
  }
  #header .menuStick,
  .menuStick {
    display: block !important;
    position: relative;
    padding: 0.500rem;
    padding-bottom: 0.500rem;
    padding-left: 1.500rem;
    padding-right: 1.500rem;
  }
  #header .menuStick .slicknav_menu .slicknav_nav {
    padding-top: 1.000rem;
    padding-bottom: 1.500rem;
    padding-left: 0;
    padding-right: 0;
  }
  #header .menuStick .slicknav_menu ul.navmenu li.top {
    display: block;
    float: none !important;
  }
  #header .menuStick .slicknav_menu ul.navmenu li.separtopmenu {
    display: none;
  }
  #header .menuStick .slicknav_menu ul.subnavmenu {
    position: relative;
    top: 0 !important;
    padding: 0 0 1.000rem;
    margin-bottom: 0;
    border: 0;
  }
  #header .menuStick .topmenu h2 {
    font-family: inherit;
    color: inherit ;
    font-weight: normal;
    font-smooth: always;
    font-size: inherit;
  }
  #header .menuStick .slicknav_menu ul.subnavmenu li {
    text-align: center;
  }
  #header .menuStick .navmenu li.top a {
    font-size: 1.400rem;
  }
  #header .menuStick ul.subnavmenu {
    box-shadow: none !important;
  }
  #header .menuStick ul.subnavmenu li a {
    font-size: 1.200rem !important;
    padding: 0;
  }
  #header .menuStick .slicknav_menu ul.subnavmenu li a {
    color: rgba(0, 0, 0, 0.85);
  }
  #header .menuStick .slicknav_menu ul.subnavmenu li a:hover,
  #header .menuStick .slicknav_menu ul.subnavmenu li a:focus {
    color: rgba(0, 0, 0, 0.45);
  }
  #header .menuStick .slicknav_menu ul.subnavmenu li.titleMenu {
    color: rgba(0, 0, 0, 0.75);
  }
  #header .menuStick ul li h2 {
    padding: 0;
    display: inline-block;
    line-height: 17px;
  }
  #header .menuStick .slicknav_menu .navmenu li.top h2 a:after {
    display: none;
  }
  #header .menuStick .slicknav_menu ul.subnavmenu:before {
    content: "";
    background: transparent url("/img-main/riga.png") repeat-x scroll center bottom;
    position: relative;
    height: 1px;
    width: 8rem;
    margin-top: 0.500rem;
    margin-bottom: 0.750rem;
    display: inline-block;
    text-align: center;
  }
  #header .menuStick .slicknav_menu ul.subnavmenu:after {
    content: "";
    background: transparent url("/img-main/riga.png") repeat-x scroll center bottom;
    position: relative;
    height: 1px;
    width: 8rem;
    margin-top: 0.500rem;
    margin-bottom: 0.750rem;
    display: inline-block;
    text-align: center;
  }
  #header .menuStick .userPanelSlick:before {
    content: "";
    background: transparent url("/img-main/riga.png") repeat-x scroll center bottom;
    position: relative;
    height: 1px;
    width: 8rem;
    margin-top: 0.500rem;
    margin-bottom: 0.750rem;
    display: inline-block;
    text-align: center;
  }
  #header .menuStick .userPanelSlick:after {
    content: "";
    background: transparent url("/img-main/riga.png") repeat-x scroll center bottom;
    position: relative;
    height: 1px;
    width: 8rem;
    margin-top: 0.500rem;
    margin-bottom: 0.750rem;
    display: inline-block;
    text-align: center;
  }
  #header .menuStick .slicknav_menu div.my_panel_user {
    display: block;
    float: none;
    text-align: center;
  }
  #header .menuStick div.txtMyPanelUser {
    float: none;
  }
  #header .menuStick div.my_panel_user a {
    font-size: inherit;
    letter-spacing: 1px;
  }
  #header .menuStick div.txtMyPanelUser h4 {
    font-size: inherit;
    letter-spacing: 1px;
  }
  #header .menuStick .slicknav_menu .userpanel a {
    padding: 2px 10px;
  }
  #header .menuStick .slicknav_menu .userpanel .contMyP {
    padding: 1.500rem 0;
  }
  #header .menuStick .slicknav_menu .topmenu a {
    color: rgba(0, 0, 0, 0.75);
  }
  #header .menuStick .slicknav_menu a:hover {
    background: transparent;
  }
  #header .menuStick .slicknav_menu .userpanel a {
    font-family: 'RobotoBold';
    letter-spacing: 0.200rem;
  }
  /* Header Menu Ricerca */
  #header #ptopmenu {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-color: transparent !important;
  }
  div.txtMyPannello h4,
  #header #pmyuserpanel div.signin h4,
  #header #pmyuserpanel div.signin-out h4 a {
    font-family: inherit !important;
  }
  /* Link */
  #panelHeaderCalendar {
    height: auto  !important;
    width: 100% !important;
    padding-bottom: 10px !important;
  }
  #panelHeaderCalendar #panelPagination {
    right: auto !important;
    left: auto !important;
    display: inline-block !important;
    position: relative !important;
    width: 100%;
    top: auto !important;
  }
  #panelHeaderCalendar #panelTitleHome {
    right: auto !important;
    left: auto !important;
    display: inline-block !important;
    text-align: center !important;
  }
  /* Homepage Slider*/
  #full-width-slider {
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    width: 100% !important;
    max-width: none !important;
  }
  .infoBlockTop .sliderTitle h1 .personalizedTop {
    font-size: 16pt  !important;
    line-height: 14pt  !important;
    padding-top: 10px  !important;
  }
  .infoBlockTop .sliderLuogo .personBlack {
    font-size: 12pt  !important;
    line-height: 11pt  !important;
  }
  .infoBlockTop .sliderLuogo .personColored {
    font-size: 10pt  !important;
    line-height: 9pt  !important;
  }
  .infoBlockTop .sliderTitle {
    padding-bottom: 2px;
  }
  .infoBlockTop .sliderTitle h1 {
    font-size: 16pt;
    line-height: 14pt;
    letter-spacing: -0.1pt;
    font-family: 'CorporateAMediumItalic';
    font-style: normal;
  }
  .infoBlockTop .sliderTitle h1 b {
    font-size: 12pt;
    line-height: 10pt;
    letter-spacing: 1pt;
    font-style: normal;
  }
  .infoBlockTop .sliderLuogo {
    font-size: 8pt;
    line-height: 7pt;
    text-transform: uppercase;
    letter-spacing: 1pt;
    color: #666666;
    color: rgba(0, 0, 0, 0.7);
  }
  .rsMinW .rsBullets {
    display: none !important;
  }
  .scrollHome,
  .rsSlideCount,
  .rsArrow {
    display: none !important;
  }
  .rsABlock {
    left: 5% !important;
    right: 5% !important;
    bottom: auto !important;
    top: 20% !important;
    height: auto !important;
    width: auto !important;
    overflow: auto !important;
    margin: auto !important;
    padding: auto !important;
    text-align: center !important;
  }
  .infoBlockTop {
    display: block !important;
    position: relative !important;
    right: 0 !important;
  }
  .rsMinW .rsBullets {
    bottom: 3%;
  }
  /* Homepage Calendar Slider*/
  #introCalendar {
    height: auto  !important;
    width: 100% !important;
    overflow: hidden !important;
    display: inline-block !important;
    position: relative !important;
    text-align: center !important;
  }
  #boxNewsHomeContainer {
    height: auto  !important;
    width: 100% !important;
    overflow: hidden !important;
    display: inline-block !important;
    position: relative !important;
    text-align: center !important;
    padding: 0px  !important;
  }
  #boxNewsHomeContainer li {
    min-width: inherit !important;
    min-height: inherit !important;
    height: auto !important;
  }
  #boxNewsHomeContainer li img {
    width: 100% !important;
    height: auto  !important;
  }
  .list_carousel_calendar_3box li {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
  .rsMinW .rsArrowRight {
    right: 0 !important;
    bottom: 50% !important;
  }
  .rsMinW .rsArrowLeft {
    left: 0 !important;
    bottom: 50% !important;
  }
  .calendarBoxHome .esposizioneBoxHome {
    line-height: normal !important;
  }
  #lotListGridContainer {
    padding: 0;
  }
  #wrapperHome #calendarLots,
  #wrapperHome #calendarAuctions {
    padding: 0;
  }
  #wrapperHome .lotGridContainer .lotItemList {
    padding-left: 0;
    padding-right: 0;
  }
  /* Homepage Sliders Seconda Fascia*/
  #panelTitleHome div.labelTitleHome {
    font-size: 0.8rem !important;
    line-height: 0.8rem !important;
  }
  #contAnimSpalla {
    height: auto  !important;
    width: 100% !important;
    overflow: hidden !important;
    position: relative !important;
    text-align: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -webkit-align-items: center;
    align-items: center;
    margin: auto !important;
  }
  /* Homepage Box Left Slider*/
  #contAnimSpalla #boxEventiHomeContainer {
    float: none !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    width: 100% !important;
    text-align: center !important;
    max-width: 460px !important;
    padding-bottom: 20px;
  }
  #contAnimSpalla #boxEventiHomeContainer div.imgBoxHome {
    float: none !important;
    max-width: 460px !important;
  }
  #contAnimSpalla #boxEventiHomeContainer div.imgBoxHome img {
    width: 100% !important;
    max-width: 460px !important;
    height: auto  !important;
  }
  #contAnimSpalla #boxArchiveHomeContainer .list_carousel_news_top li {
    font-size: 0.75rem  !important;
    height: auto !important;
  }
  #contAnimSpalla #boxEventiHomeContainer div.contBoxHome {
    padding: 15px 25px 25px !important;
  }
  .lotGridContainer .lotItemList .statoLotto {
    text-align: center;
  }
  .lotGridContainer .lotItemList .buttons:before {
    content: none;
  }
  /* Homepage Box Right Slider*/
  .list_carousel_calendar_3box li {
    text-align: center !important;
  }
  #panelTitleHome div {
    padding: 0 1.500rem;
  }
  #contAnimSpalla #boxArchiveHomeContainer {
    order: 2;
    -webkit-order: 2;
    -mozorder: 2;
  }
  #contAnimSpalla #boxArchiveHomeContainer {
    float: none !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    width: 100% !important;
    text-align: center !important;
    max-width: 460px !important;
  }
  #contAnimSpalla #boxArchiveHomeContainer div.imgBoxHome {
    float: none !important;
    max-width: 460px !important;
  }
  #contAnimSpalla #boxArchiveHomeContainer div.imgBoxHome img {
    width: 100% !important;
    max-width: 460px !important;
    height: auto  !important;
  }
  #contAnimSpalla #boxArchiveHomeContainer .list_carousel_news_top li {
    font-size: 0.75rem  !important;
    height: auto !important;
  }
  #contAnimSpalla #boxArchiveHomeContainer div.contBoxHome {
    padding: 15px 25px 25px !important;
  }
  .titleOpera {
    padding-top: 1.500rem;
  }
  /* Homepage Terza Riga Servizio*/
  /* Footer*/
  #footerdiv {
    white-space: normal !important;
  }
  #footer {
    width: 100%  !important;
    padding: 0;
    padding-bottom: 2.500rem;
  }
  #footer dl,
  #footer ol,
  #footer ul {
    list-style: none;
    padding: 2.500rem;
  }
  #footer #footerContainer {
    text-align: center;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
  #footer .box_first {
    text-align: center;
  }
  #footer .box_second {
    text-align: center;
    padding-bottom: 2.500rem;
  }
  #footer .box_third {
    text-align: center;
  }
  #footer .box_fourth {
    padding: 1.5rem 0;
    text-align: center;
  }
  #footer .box_fourth div.riga {
    display: none;
  }
  #footer .box_footer_center {
    display: none;
  }
  #footer .box_social {
    text-align: center;
  }
  #footer .box_copyright {
    width: 100%  !important;
    text-align: center !important;
    white-space: normal  !important;
  }
  /* Menu Lx Paginate Interne */
  #panelBoxHead,
  #panelBoxHead .container {
    padding-left: 0px  !important;
    padding-right: 0px  !important;
  }
  /* Menu Lx Paginate Interne */
  #panelMenuHeadSx {
    display: none;
  }
  #displayMiddle,
  #displayBottom,
  .SottoMenuSx {
    display: none;
  }
  #panelMenuSx {
    display: none;
  }
  /* Rettifiche Bootstrap */
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* Container Paginate Interne */
  #panelContainer,
  #panelContainerExt {
    width: 100% !important;
    float: none !important;
    padding: 0;
    text-align: center !important;
    font-size: 1rem !important;
    background: none transparent !important;
  }
  #panelContentTextExt {
    width: 100% !important;
    float: none !important;
    padding: 0;
  }
  #panelContentExt {
    padding-left: 0;
    padding-right: 0;
  }
  #panelContentTextExt .anteprimaDip {
    height: auto !important;
  }
  #panelContentTextExt div.panelDip {
    padding: 0 1.500rem !important;
  }
  #panelContainerExt #panelTitlePage h1,
  #panelContainerExt #panelTitlePage h5 {
    font-size: 1.600rem;
    line-height: 1.600rem;
  }
  #panelContainer .widthLayout1 {
    width: 100% !important;
    padding-top: 0 !important;
  }
  #panelContentTop div {
    display: block !important;
    text-align: center;
    max-width: inherit !important;
  }
  #panelContentTop .image-holder {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
  }
  #panelContentTop .image-holder img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
  }
  #panelContentTop .posnextprev,
  #panelContentTop .pagination {
    display: inline-block !important;
  }
  /* Container Paginate Interne ASTE */
  .image_carousel_auctions_gallery div.carimage-holder {
    min-height: inherit !important;
    min-width: inherit !important;
    display: block;
    text-align: center;
  }
  .image_carousel_auctions_gallery div.carimage-holder .riquadroImg {
    display: inherit !important;
    height: inherit !important;
    width: inherit !important;
  }
  .image_carousel_auctions_gallery div.carimage-holder .caption {
    width: inherit !important;
  }
  .image_carousel_auctions_gallery div.carimage-holder div.riquadroImg img {
    width: 100% !important;
    max-width: 250px !important;
    height: auto  !important;
  }
  #fooSliderAsta {
    height: 320px;
    display: inline-block;
    width: 100% !important;
  }
  #sliderAsta div.slide .basketImg {
    display: inline-block !important;
    height: inherit !important;
    text-align: center;
    position: relative;
  }
  #sliderAsta div.slide .basketImg a.ImgToplot {
    display: inline-block !important;
    min-width: inherit !important;
  }
  #sliderAsta div.slide div.containerText {
    width: 100% !important;
    display: inline-block;
    left: 0;
    right: 0;
    padding: 8px 10px 16px;
  }
  #sliderAsta div.slide div.basketImg img {
    width: auto !important;
    height: auto !important;
    max-height: 420px;
  }
  .descResultsBox {
    width: 100%;
    display: block;
    text-align: center !important;
  }
  .lotsConsole {
    width: 100%;
    display: block;
    text-align: center !important;
    height: auto !important;
    background: none;
  }
  .lotsConsole .criteri1 {
    text-align: center;
  }
  .lotsConsole .criteri1 .separtorCri {
    display: none !important;
  }
  .criteri1 .asteListButton.title {
    display: none !important;
  }
  .lotsHeaderAuction {
    padding: 40px 0px 0px !important;
  }
  .lotsConsole .orderButtons {
    float: none;
  }
  .lotViewsContainer .rightBox {
    float: right;
    display: inline-block;
    width: auto;
    padding-right: 10px;
  }
  .lotViewsContainer .rightBox .elementsDiv a:last-child {
    display: none !important;
  }
  .lotViewsContainer .rightBox .elementsDiv a:nth-child(2) {
    background: none !important;
    padding-right: 0;
  }
  .lotPagingContainer .rightBox {
    float: right;
    display: inline-block;
    width: auto;
    padding-right: 10px;
  }
  .lotsConsole .priceRangeBar,
  .lotsConsole .priceRangeBarIntro {
    display: none !important;
  }
  .lotViewsContainer .rightBox .viewsDiv {
    display: none !important;
  }
  .lotPagingContainer .lotViewsContainer {
    display: none !important;
  }
  .lotPagingContainer .rightBox #paging {
    width: 100%;
    display: block;
    text-align: center !important;
    padding-bottom: 0 !important;
  }
  .lotPagingContainer .rightBox #paging #pagination-mod {
    float: none !important;
  }
  .lotPagingContainer .leftBox {
    width: 100%;
    display: block;
    text-align: center !important;
  }
  /* Container Paginate ASTE LISTE */
  .caseAsta {
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
  }
  .caseAsta .caseAstaImg img {
    width: 100%;
    max-width: none;
  }
  /* Container Paginate ASTE LISTE */
  .lotItemList {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
  .lotItemList .content,
  .lotItemList .pulsantieraLotto {
    display: block;
    width: 100% !important;
  }
  .lotItemList .pulsantieraLotto {
    padding: 12px 0px 28px !important;
  }
  .lotItemList .content {
    padding: 10px 0px !important;
    float: none !important;
  }
  .lotItemList .buttons {
    float: none !important;
    width: 100% !important;
  }
  .lotItemList .buttons .btn {
    width: auto !important;
  }
  .lotItemList .buttons .expired {
    /*height: 100% !important;*/
  }
  .lotItemList h3 {
    float: none !important;
  }
  .lotItemList .luogoAutore {
    float: none !important;
    padding: 0px !important;
  }
  /* Container Paginate Interne MOSTRE */
  /************		 Criteri		************/
  .styled-selectLeft {
    float: none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .styled-selectLeft select {
    width: 100%;
    border: 0;
    margin-right: 0;
    background: none;
    height: auto;
    padding: 5px 15px 5px;
    border-bottom: 1px solid #d3d3d3;
  }
  /* Container Paginate Interne Parte Destra*/
  #buttonNextPrevLotto .asteListButton a.btn.next,
  #buttonNextPrevLotto .asteListButton a.btn.prev {
    padding-left: 0;
    padding-right: 0;
  }
  /* 		Dettaglio Lotti  	 */
  .dettLot {
    display: block;
  }
  .dettLot > #itemLotto {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .dettLot > #dettLotSx {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 3.500rem 0;
  }
  .dettLot > #dettLotDx {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 3.500rem 0;
  }
  .dettLot > #itemLotto {
    float: none !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    width: 100%;
    text-align: center;
    padding-top: 18px !important;
  }
  /* 		Dettaglio Lotti DX  	 */
  #dettLotDx {
    float: none !important;
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
  }
  #dettLotDx #lottoBox {
    width: 100%;
  }
  #dettLotDx #titoloAutore {
    text-align: left;
  }
  #dettLotDx #titleLotto {
    width: 100% !important;
  }
  #dettLotDx div.space-line {
    display: none !important;
  }
  #dettLotDx .tooltip.tooltip-action {
    display: none !important;
  }
  #dettLotDx #descLotto,
  #dettLotDx #campiLotto {
    width: 100%  !important;
  }
  /* 		Dettaglio Lotti SX  	 */
  #dettLotSx {
    float: none !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    width: 100%;
    padding: 1.500rem 0;
    text-align: center;
  }
  #dettLotSx #boxAstaTempo {
    height: auto !important;
    padding: 20px 0;
  }
  #dettLotSx #boxOffertaTempoStima {
    float: none  !important;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: auto;
  }
  /* 		Dettaglio Immagini  	 */
  #dettLotImg {
    padding-left: 0!important;
    padding-right: 0!important;
    padding-top: 2.000rem;
    padding-bottom: 2.000rem;
  }
  /* Carousel Dettaglio Lotto */
  .stageImg {
    margin: 0.200rem 0 !important;
    height: auto !important;
  }
  .stageImg img {
    width: 100% !important;
    height: auto !important;
  }
  #buttonNextPrevLotto #lottoNum:before,
  #buttonNextPrevLotto #lottoNum:after {
    width: 0.5rem;
  }
  #itemLotto {
    text-align: center !important;
  }
  /* Container Paginate Lotto Scheda */
  div.tablerow.dettLot {
    padding-top: 0 !important;
  }
  #dettLotBottom {
    background: url("/img-main/bg-cont.png") no-repeat scroll center top 30px rgba(0, 0, 0, 0);
    padding-top: 80px;
  }
  /***************     Container Box     ****************/
  #panelContainerBox {
    padding: 0;
  }
  /* Container Paginate Lotto Scheda */
  /* Container Paginate Interne News List e Area Press*/
  .itemListContainer .itemListDate {
    color: #801d22 !important;
    background-color: transparent !important;
    float: none !important;
    width: 100% !important;
    line-height: 1rem !important;
    margin: 5px 0 15px 0 !important;
    padding-bottom: 0 !important;
    padding-left: 15px !important;
  }
  .itemListDate .itemListWeek {
    padding-top: 0;
    padding-bottom: 0;
  }
  .itemListContainer .itemListDate .itemListDay,
  .itemListContainer .itemListDate .itemListMonth {
    display: inline-block !important;
    padding-right: 4px;
    font-size: 0.800rem;
  }
  .itemListContainer .itemListImg {
    float: none !important;
    margin-bottom: 8px !important;
    margin-right: 0px !important;
    padding-top: 15px !important;
    width: 100% !important;
  }
  .widthLayout2 {
    width: 100%  !important;
  }
  .itemListContainer .itemListImg .image-holder-small {
    float: none !important;
  }
  #panelContentRightDoc .icoFile {
    float: none !important;
    display: inline-block !important;
  }
  #panelContentRightDoc .icoFile img {
    display: inline-block !important;
  }
  /* Container Paginate Interne Dipartimenti*/
  .asteDipTitle {
    float: none !important;
    width: 100% !important;
  }
  .asteDipContainer {
    float: none !important;
    width: 100% !important;
  }
  .asteListContainerDett {
    padding-left: 0;
    padding-right: 0;
  }
  .asteDipContainer .asteListImgDett {
    padding-left: 0;
    padding-right: 0;
  }
  .asteDipContainer .asteListImgDett img {
    width: 100%;
    height: auto;
  }
  .referPanel {
    padding-left: 0;
    padding-right: 0;
  }
  .refDipContainer .refListImgDett {
    padding: 0.500rem 1.500rem !important;
  }
  .asteDipContainer .itemListDett {
    width: 100%;
  }
  .asteDipContainer div:nth-child(3) {
    display: none !important;
  }
  #panelContentRight.panelRight30 {
    display: flex;
    -webkit-display: flex;
    -ms-display: flex;
    -moz-display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
  }
  #panelContentRight.panelRight30 .refDipContainer {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: auto;
  }
  .refDipContainer {
    padding: 0.500rem 1.500rem !important;
  }
  #panelContentRight.panelRight30 .imgDipContainer {
    margin: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .imgDipContainer .item {
    display: inline-block;
  }
  .imgDipContainer .item img {
    width: 100%;
    max-width: 78px;
    height: auto;
  }
  .imgDipContainer {
    padding: 1.500rem !important;
  }
  /* Container Paginate Interne Cataloghi*/
  .divCarrello {
    text-align: center;
  }
  .cataloghiList {
    float: none !important;
    width: 100% !important;
    text-align: center;
  }
  .cataloghiList .cataloghiListImg {
    float: none !important;
    width: 100% !important;
    padding: 1.500rem;
  }
  .cataloghiList .cataloghiListImgDati {
    float: none !important;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
  .cataloghiList .cataloghiListImg .image-holder-cataloghi {
    float: none !important;
    display: inline-block !important;
  }
  .cataloghiList .cataloghiListTitle,
  .cataloghiList .cataloghiListText,
  .cataloghiList .cataloghiListPrezzi {
    float: none !important;
    /* text-align: center !important;*/
  }
  .cataloghiList .cataloghiListPrezzi {
    font-size: 1rem !important;
  }
  .cataloghiList .cataloghiListButton {
    float: none !important;
    /* text-align: center !important;*/
    display: inline-block;
  }
  .cataloghiRightContainer {
    float: none !important;
    width: 100% !important;
  }
  .cataloghiRightContainer .divCarrello {
    width: auto !important;
    font-size: 1rem !important;
    text-align: center !important;
    padding: 10px !important;
    margin: 0 auto !important;
  }
  .cataloghiRightContainer .divCarrello br {
    display: none;
  }
  .cataloghiRightContainer .abboList,
  .cataloghiRightContainer .stockList {
    border: 0px !important;
    border-bottom: 1px solid #cccccc !important;
    margin: 0 auto 3px !important;
    padding: 1.500rem 0;
  }
  .cataloghiRightContainer .abboList .cataloghiAbboContainer,
  .cataloghiRightContainer .stockList .cataloghiStockContainer {
    text-align: center !important;
    border-top: 1px solid #cccccc !important;
  }
  .cataloghiRightContainer .abboList .cataloghiListPrezzi,
  .cataloghiRightContainer .stockList .cataloghiListPrezzi {
    float: none !important;
    text-align: center !important;
    font-size: 1rem !important;
  }
  .cataloghiRightContainer .abboList .cataloghiListButton,
  .cataloghiRightContainer .stockList .cataloghiListButton {
    float: none !important;
    text-align: center !important;
  }
  .cataloghiRightContainer .abboList .cataloghiAbboText,
  .cataloghiRightContainer .stockList .cataloghiAbboText {
    padding-bottom: 10px !important;
    text-align: center !important;
  }
  .cataloghiRightContainer .abboList .cataloghiListTitle,
  .cataloghiRightContainer .stockList .cataloghiListTitle {
    font-size: 1.25rem !important;
    text-align: center !important;
  }
  .cataloghiRightContainer .abboList .cataloghiAbboTitle,
  .cataloghiRightContainer .stockList .cataloghiAbboTitle {
    background-color: #eeeeee !important;
    font-size: 1.25rem;
    padding: 20px 10px;
  }
  /* Container Paginate Carrello*/
  .telaioCarrello,
  .telaioCarrello .rigaCarrello {
    text-align: center !important;
    padding: 1.500rem 0 2.500rem !important;
  }
  .telaioCarrello .rigaCarrello.testataCarrello {
    float: none !important;
    display: none  !important;
  }
  .telaioCarrello .rigaCart .articoloCarrello {
    width: auto !important;
    padding: 1.500rem !important;
    margin: 0 auto !important;
  }
  .telaioCarrello .articoloCarrello,
  .telaioCarrello .tipoCarrello,
  .telaioCarrello .prezzoCarrello,
  .telaioCarrello .quantitaCarrello {
    float: none !important;
    display: block;
    text-align: center;
    width: auto !important;
  }
  .telaioCarrello .quantitaCarrello div:first-child {
    width: auto !important;
    float: none !important;
    display: block;
    margin: 1.000rem 0;
  }
  .telaioCarrello .tipoCarrello,
  .telaioCarrello .prezzoCarrello,
  .telaioCarrello .quantitaCarrello,
  .telaioCarrello .buttonsCarrello {
    width: 100%;
  }
  .telaioCarrello .quantitaCarrello .cataloghiListButton {
    float: none !important;
    display: inline-block !important;
    padding: 0 !important;
    margin-left: 0 !important;
  }
  .telaioCarrello .dropCarrello .labelDropCarrello,
  .telaioCarrello .dropCarrello .selDropCarrello {
    float: none !important;
    margin: 5px !important;
    display: block;
    text-align: center;
    width: 100% !important;
  }
  .telaioCarrello .rigaCarrello {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    width: 100%;
    text-align: center;
  }
  .telaioCarrello .spedizionePagamento {
    float: none !important;
    display: block;
    text-align: center;
    width: auto !important;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .telaioCarrello .totaleCarrello {
    float: none !important;
    display: inline-block !important;
    padding: 0 !important;
    width: auto !important;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .telaioCarrello .totaleCarrello b {
    color: #801d22 !important;
  }
  .telaioCarrello .separator20px {
    display: none  !important;
  }
  /* Container Paginate Contact Form*/
  #commentForm .itemContactForm {
    float: none !important;
    display: block;
    text-align: center;
    width: 100% !important;
  }
  #commentForm .itemContactForm.firstItem {
    border-bottom: 1px solid #cccccc !important;
  }
  #commentForm legend {
    float: none !important;
    display: block;
    text-align: center;
    width: 100% !important;
  }
  #commentForm .labelContactForm {
    float: none !important;
    display: block;
    padding: 1.000rem 0 0 !important;
    width: auto !important;
    text-align: left;
  }
  #commentForm .fieldContactForm {
    float: none !important;
    display: block;
    text-align: center;
    width: auto !important;
  }
  #commentForm .fieldItemForm {
    float: none !important;
    display: block;
    text-align: center;
    width: auto !important;
  }
  #commentForm .fieldNumberForm {
    float: none !important;
    display: inline-block;
    text-align: center;
    width: auto !important;
  }
  #commentForm .itemAuthContactForm {
    float: none !important;
    display: block;
    text-align: center;
    width: 100% !important;
  }
  #commentForm .fieldAuth {
    float: none !important;
    display: inline-block;
    text-align: center;
    width: 100% !important;
  }
  #commentForm .itemCompContactForm {
    float: none !important;
    display: inline-block;
    text-align: center;
    width: 100% !important;
  }
  #commentForm .itemButtonContactForm {
    float: none !important;
    display: inline-block;
    text-align: center;
    width: 100% !important;
  }
  div.headerAuth {
    text-align: left;
  }
  div.fieldContactForm input,
  div.fieldContactForm input[type="text"],
  div.fieldContactForm input[type="password"],
  div.fieldContactForm textarea,
  div.fieldContactForm select {
    width: 100% !important;
  }
  div.fieldContactForm input[type="checkbox"],
  div.fieldContactForm input[type="radio"] {
    width: auto !important;
  }
  #contactFormContainerRight {
    padding: 2.500rem !important;
  }
  /* Container Paginate Interne Parte Destra*/
  #panelContentRight {
    padding: 3.000rem 0px;
  }
  #panelContentRight a.photo img,
  #panelContentRight a.photopng img,
  #panelContentRight a.photocarr img,
  #panelContentRight a.video img,
  #panelContentRight a.content img,
  #panelContentRight a.linkcont img,
  #panelContentRight a.linkinfo img {
    width: 100% !important;
    height: auto !important;
  }
  #panelContentRight {
    text-align: center !important;
  }
  #panelContentRight iframe {
    text-align: center;
  }
  #panelContentRight .image-holder {
    display: block;
    background: none;
    float: none;
    text-align: center;
  }
  #panelCaptionRight div.pointdid {
    display: none !important;
  }
  #panelCaptionRight div.didascalia {
    display: block;
    background: none;
    float: none;
    text-align: center;
  }
  /* Carousel Panel Right Paginate Interne */
  #panelContentRight .image_carousel_dx {
    width: 100% !important;
    max-width: 320px !important;
    height: 100%  !important;
    max-height: 230px !important;
    display: inline-block !important;
    position: relative !important;
    text-align: center !important;
    float: none !important;
    margin-bottom: 40px !important;
  }
  #panelContentRight .caroufredsel_wrapper {
    margin: auto !important;
  }
  #panelContentRight .caroufredsel_wrapper #foo4 div.carimage-holder {
    padding: 0 !important;
    border: 0 !important;
    min-width: inherit !important;
    min-height: inherit !important;
  }
  #panelContentRight .caroufredsel_wrapper #foo4 div.carimage-holder img {
    width: 100% !important;
    max-width: 320px !important;
    height: 100%  !important;
    max-height: 216px !important;
  }
  /* Title Panel Paginate Interne */
  #panelLinkPrint {
    display: none;
  }
  .breadcrumbs {
    padding: 0 0 5px 0 !important;
    font-size: 0.800rem !important;
    height: auto !important;
  }
  .breadcrumbs li {
    display: inline-block;
  }
  #panelTitlePage {
    padding: 0px  !important;
  }
  #cont {
    width: 100%;
    padding: 0;
  }
  #panelContent {
    padding: 1.500rem 0 !important;
    height: auto  !important;
  }
  #contactFormContainerBox {
    /*padding-left: 0 !important;*/
    /*padding-right: 0 !important;*/
  }
  .panelBoxback {
    background: none;
  }
  /* Carousel a 3 Paginate Interne */
  .image_carousel .caroufredsel_wrapper #foo4 div.carimage-holder {
    min-width: inherit !important;
    min-height: inherit !important;
    padding: 0 !important;
  }
  .image_carousel .caroufredsel_wrapper {
    margin: auto !important;
  }
  .image_carousel .caroufredsel_wrapper #foo4 div.carimage-holder img {
    width: 100% !important;
    min-width: 192px !important;
    height: auto  !important;
  }
  /* Carousel UP Paginate Interne */
  #panelContentTop .image_carousel_up {
    height: auto  !important;
    width: 100% !important;
    display: inline-block !important;
    position: relative !important;
    text-align: center !important;
  }
  .image_carousel_up .caroufredsel_wrapper {
    margin: auto !important;
  }
  .image_carousel_up .caroufredsel_wrapper #foo-12 div.carimage-holder {
    min-width: inherit !important;
    min-height: inherit !important;
  }
  .image_carousel_up .caroufredsel_wrapper #foo-12 div.carimage-holder img {
    width: 100% !important;
    max-width: 660px !important;
    height: 100%  !important;
    max-height: 320px !important;
  }
  /* Carousel Calendar Aste Paginate Interne */
  #panelTitlePage h1 {
    font-size: 1.800rem;
    line-height: 1.800rem;
    letter-spacing: 0.100rem;
  }
  .image_carousel_calendar_gallery {
    display: none  !important;
  }
  .asteListContainer .asteListContent {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
  /*.image_carousel_calendar_gallery .caroufredsel_wrapper { margin: auto !important; }
.image_carousel_calendar_gallery .caroufredsel_wrapper #foo-aste div.carimage-holder { min-width: inherit !important; min-height: inherit !important; text-align: center !important; height: auto  !important;}
.image_carousel_calendar_gallery .caroufredsel_wrapper #foo-aste div.carimage-holder img { width:inherit !important; max-width:940px !important;height: auto  !important; } */
  /* Elenco Aste Paginate Interne */
  .asteListContainer {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
  .asteListContainer .asteListDati {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .asteListContainer .asteListImg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .asteListContainer #pulsantieraAsta {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .asteListContainer .asteListDati,
  .asteListContainer .asteListImg {
    padding: 1.000rem 1.500rem!important;
    text-align: left;
  }
  #asteFuture {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
  #asteFuture .asteListContainer.futureAuction .asteListImg {
    padding-left: 0;
    padding-right: 0;
  }
  .rigaSep {
    float: none;
    clear: both;
  }
  .block-grid-xs-1 + .rigaSep {
    background: transparent;
  }
  .asteListContainer .asteListDati .numAsta,
  .asteListContainer .asteListDati .numAsta h5 {
    margin: auto !important;
    width: auto !important;
    display: inline-block !important;
    font-size: inherit  !important;
  }
  .asteListContainer .asteListDati .numAsta {
    margin-bottom: 5px !important;
  }
  /* Carousel Dettaglio Asta Static Image Paginate Interne */
  .image_carousel_calendar_gallery {
    display: block;
    position: relative;
  }
  .image_carousel_calendar_gallery div.carimage-holder.staticImage {
    float: none;
    min-width: inherit !important;
    min-height: inherit !important;
    text-align: center !important;
    height: auto  !important;
  }
  .image_carousel_calendar_gallery div.carimage-holder.staticImage img {
    width: 100% !important;
    height: auto  !important;
  }
  #dettaglioAsta .image_carousel_auctions_gallery {
    height: auto  !important;
    width: 100% !important;
    display: inline-block !important;
    position: relative !important;
    text-align: center !important;
  }
  #dettaglioAsta .image_carousel_auctions_gallery .caroufredsel_wrapper {
    margin: auto !important;
  }
  #dettaglioAsta .image_carousel_auctions_gallery .caroufredsel_wrapper #foo-aste div.carimage-holder {
    min-width: inherit !important;
    min-height: inherit !important;
  }
  #dettaglioAsta .image_carousel_auctions_gallery .caroufredsel_wrapper #foo-aste div.carimage-holder img {
    width: 100% !important;
    min-width: 250px !important;
    height: 100%  !important;
  }
  /* Magazine Paginate Interne */
  #docContainer .titleParagr h4 {
    width: auto !important;
    font-size: 1.25rem !important;
  }
  #docContainer .itemDoc {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    width: 100% !important;
    text-align: center !important;
    height: auto !important;
    padding: 10px !important;
    float: none !important;
  }
  #docContainer .itemDoc .doc {
    width: auto !important;
  }
  #docContainer .itemDoc .title {
    width: auto !important;
    font-size: 1.5rem !important;
    padding: 10px !important;
  }
  /* Dettaglio Aste Paginate Interne */
  #panelPaginationSliderAste {
    bottom: 15px;
  }
  #dettaglioPreAsta .preTextAsta {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
  }
  #dettaglioAsta {
    display: block;
    padding: 1.500rem !important;
    font-size: 1.200rem;
    line-height: 1.600rem;
  }
  #dettaglioAsta .itemListTitle h4 {
    font-size: 2.400rem;
    line-height: 2.800rem;
  }
  #dettaglioAsta .itemListText {
    font-style: normal;
    color: inherit;
  }
  #dettaglioAsta .asteListExpoTitle {
    padding-top: 1.500rem!important;
  }
  #dettaglioAsta .asteListImg {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  #dettaglioAsta #pulsantieraAsta {
    text-align: left;
  }
  .panelElLotti {
    flex-direction: column !important;
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
  }
  /* Lotti Consolle */
  .lotViewsContainer .leftBox b {
    font-size: 1.25rem !important;
  }
  .lotViewsContainer {
    padding: 1.500rem!important;
    text-align: center !important;
  }
  .lotViewsContainer .leftBox {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center !important;
  }
  .lotViewsContainer .rightBox {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: center !important;
  }
  div#paging-lot {
    text-align: center !important;
    margin: auto;
  }
  .lotViewsContainer .leftBox,
  .lotViewsContainer .rightBox {
    float: none !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    width: 100%;
    height: auto !important;
    padding: 0 !important;
  }
  /* Buttons */
  .asteListButtonBig a,
  .asteListButtonBig a:visited {
    font-size: 1.2rem !important;
    line-height: inherit !important;
  }
  /* Iframe Video */
  #panelContentTop div iframe {
    width: 100% !important;
    max-width: 660px !important;
    height: 100%  !important;
    max-height: 372px !important;
  }
  #panelContentRight iframe {
    width: 100% !important;
    max-width: 660px !important;
    height: 100%  !important;
    max-height: 372px !important;
  }
  /* Paginazione */
  div#paging {
    text-align: center !important;
    width: auto !important;
    vertical-align: top;
    padding: 10px !important;
  }
  .lotPagingContainer {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    height: auto !important;
    padding: 0 0 10px !important;
  }
  .lotPagingContainer .leftBox {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .lotPagingContainer .rightBox {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .lotPagingContainer .leftBox,
  .lotPagingContainer .rightBox {
    float: none !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    width: 100%;
    height: auto !important;
  }
  .lotPagingContainer .leftBox {
    padding: 0.500rem 0 0 !important;
  }
  .lotPagingContainer .rightBox {
    padding: 0.500rem 0 !important;
  }
  div#paging-lot {
    padding-bottom: 0.250rem !important;
  }
  .lotsConsole div.ricerca {
    float: none;
  }
  #psearch {
    float: none;
  }
  .lotsConsole input.testo {
    background-color: transparent;
    border: none;
    font-size: 1.000rem;
    margin-left: 0;
    line-height: 1.000rem;
    padding: 5px 10px;
    text-transform: uppercase;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  .lotsConsole input.immagine {
    border: 0 none;
    cursor: pointer;
    padding: 0;
    position: absolute;
    height: 24px;
    width: auto;
    right: 5px;
    top: 4px;
  }
  /* Lotti */
  .lotListContainer .lotItemList .containerLotItemNew {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
  }
  .lotListContainer .lotItemList .preview {
    text-align: center;
  }
  .lotListContainer .lotItemList .statoLotto {
    text-align: center;
  }
  /* Immagini */
  .image-holder-small {
    background: none !important;
  }
  /* Div Esclusi */
  .labelCalAdd {
    display: none !important;
  }
  .asteListButton.google,
  .asteListButton.winmac {
    display: none !important;
  }
  #formElements .rightBox {
    display: none !important;
  }
  /***************    Banner Image  Left   ****************/
  #bannerLeft .adsbygoogle {
    height: auto !important;
  }
  /***************      Banner Image      ****************/
  #bannerRowHome.container {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 110px;
    position: relative;
    overflow: hidden;
  }
  #bannerRowHome .contBoxHome {
    margin: auto;
    padding: 0;
    width: 100% !important;
    display: block;
    cursor: pointer;
    position: relative !important;
    z-index: 1;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    text-align: center;
    vertical-align: middle;
  }
  #bannerRowHome .contBoxHome > div {
    margin: auto;
    padding: 5%;
    vertical-align: middle;
  }
  #bannerRowHome a.linkHeaderHomeBox:before {
    opacity: 0;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
  }
  #bannerRowHome:hover a.linkHeaderHomeBox:before {
    opacity: 1;
    bottom: 0px;
    transition: all 0.65s ease-in-out;
    -webkit-transition: all 0.65s ease-in-out;
    -moz-transition: all 0.65s ease-in-out;
    -o-transition: all 0.65s ease-in-out;
  }
  #bannerRowHome a.linkHeaderHomeBox {
    display: inline-block;
    position: relative;
  }
  #bannerRowHome img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
  }
  #bannerRowHome:hover img {
    -webkit-transform: scale(1.05);
  }
  #bannerRowHome .headerBoxHome {
    text-align: center;
  }
  #bannerRowHome .titleBoxHome {
    font-size: 1.800rem;
    line-height: 1.800rem;
    letter-spacing: 0.100rem;
    width: 100% !important;
    padding: 0 0 1.500rem;
  }
  /*			Back to top			*/
  #back-to-top {
    display: none !important;
  }
  /*			Misti			*/
  .lotPagingSeparator {
    height: auto;
    padding-left: 0;
  }
  /*		Tabbed Panels		*/
  .TabbedPanelsTab {
    width: 100%;
  }
  /*		Vendere		*/
  .testoInternoVendita .venderePanel .vendereCol-4 {
    width: 100%;
  }
  .testoInternoVendita .testoInterno {
    font-size: inherit;
  }
  /*		Button Form			*/
  .buttonForm {
    width: 100%;
    margin: 0.100rem;
    letter-spacing: 0.100rem;
  }
  #contactFormContainerLeft .btn {
    width: 100%;
  }
}
