/*
	SpecificSections.css
	TemplateName: Business Management
	Copyright (c) 2015, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/


@font-face {
 font-family:Ethnocentric;
 src:url(../font/Ethnocentric400N.woff2) format("woff2"),
 url(../font/Ethnocentric400N.woff) format("woff"),
 url(../font/Ethnocentric400N.opentype) format("opentype");
 font-weight:400;
 font-style:normal;
 font-stretch:normal;
 font-display:auto;
}


/* General
------------------------------------------------------------------------------------------------- */
html {
	overflow-x: hidden;
}

body {
	overflow-x: hidden;
	font-family: Ethnocentric;
}

body form.page-white {
	background-color: #FFF;
	color: #000;
}

body form.page-white a:hover{
	color: #000;
}

.header-white .page-content {
	padding-top: 50px;
}

.section {
	margin-bottom: 100px !important;
}

.content.col-xs-12 {
	padding: 0;
}

.section.no-margin,
header .section,
footer .section,
.section.menu {
	margin-bottom: 0 !important;
}

.section-title {
  margin-bottom: 50px;
  text-align: center;
}

.title-small .section-title {
  margin-bottom: 25px;
  text-align: left;
}

.section-title h1,
.section-title h2 {
  margin: 0;
  font-family: Ethnocentric;
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 4px;
}

.title-small .section-title h1,
.title-small .section-title h2 {
  font-size: 35px;
}

.section-title h1 span,
.section-title h2 span {
	color: #D813B0;
}

.section-title h3 {
  margin: 5px 0 0;
  font-size: 25px;
  font-weight: 100;
}

.section-follower-text,
.section-follower-number {
	text-align: center;
}

.section-follower-number h3 {
	font-weight: bold;
    padding-bottom: 15px;
}

.section-follower-number span {
	color: #D813B0;
}

#sidebar.col-md-3 {
  padding-right: 0;
}

#content.col-md-9 {
  padding-left: 0;
  padding-right: 0px;
}

.sidebar .section-title {
  margin-bottom: 10px;
  text-align: left;
}

.sidebar .section-title .h2 {
  font-family: Ethnocentric;
  font-size: 20px;
  margin: 0;
}

.sidebar .section {
	margin-bottom: 30px !important;
}

.btn-green {
	background-color: #EFFF00;
	color: #000;
}

.btn-green:hover {
	background-color: #000;
	color: #FFF !important;
}

.btn-black {
  background-color: #000;
}

.btn-black:hover {
  background-color: #FFF;
  color: #000;
}

.btn.btn-secondary {
  background-color: #eaeaea;
}

.btn.btn-secondary:hover {
  background-color: #ccc;
}

.dropdown-menu > li > a:hover{
  color: #D813B0 !important;
}

.dropdown-menu > li > a:hover img {
	zoom: 1.1;
}

/*
.delivery-cost-zone {
	display: none;
}
*/

@media(max-width:1200px){
	.section {
		margin-bottom: 70px !important;
	}

}

@media(max-width:991px){
	.section {
		margin-bottom: 50px !important;
	}
	.section-title h1, .section-title h2 {
		font-size: 35px;
	}
	.section-title {
		margin-bottom: 30px;
	}
}

@media(max-width:767px){
	body {
		font-size: 15px;
	}
	.section {
		margin-bottom: 30px !important;
	}
	.section-title h1, .section-title h2 {
		font-size: 22px;
	}
	.section-title {
		margin-bottom: 20px;
	}
	.btn {
		padding: 10px 20px;
	}

    #sidebar.col-md-3 {
        padding-left: 0px;
    }
}

.configuratore-fixed-section {
     display: none;
} 

.configuratore-fixed-section.regulation {
     display: block;
}
/* ---------------------------------------------------------------------------------------------- */



/* Footer
------------------------------------------------------------------------------------------------- */
footer {
	background-color: #000;
	color: #FFF;
	position: relative;
}

footer .footer-logo {
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: -30px;
}

.footer-contact .slogan {
  font-family: Ethnocentric;
  font-size: 40px;
  margin-bottom: 20px;
}

.footer-contact .slogan span {
  color: #D813B0;
}

.footer-contact {
  padding-top: 50px;
}

.footer-contact .links {
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding: 20px 0;
  margin: 20px 0;
  max-width: 600px;
}

.footer-contact .links a {
  color: #FFF;
  margin-right: 30px;
}

.footer-contact .links a:hover {
  color: #D813B0;
}

.footer-contact .links a i {
  color: #D813B0;
  margin-right: 10px;
}

.footer-contact .social {
  font-weight: 600;
  text-transform: uppercase;
}

.footer-contact .social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #D813B0;
  line-height: 30px;
  text-align: center;
  color: #FFF;
  margin-left: 10px;
}

.footer-contact .social a:hover {
  background-color: #FFF;
  color: #D813B0;
}

.copyright {
  margin-top: 70px;
  font-size: 12px;
}

.footer-newsletter {
  background-color: #D813B0;
  padding: 60px 0 60px 40px;
  position: relative;
}

.footer-newsletter:after {
  content: "";
  height: 100%;
  display: block;
  background-color: #D813B0;
  width: 2000px;
  position: absolute;
  right: -2000px;
  top: 0;
}

.footer-newsletter .section-title h2 {
  text-align: left;
  font-size: 25px;
  letter-spacing: 0;
}

.footer-newsletter .section-title {
  margin-bottom: 20px;
}

.footer-newsletter .privacy-html {
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 20px;
}

.footer-newsletter .buttons.text-center {
	text-align: left;
	margin-bottom: 0;
	margin-top: 40px;
}

.footer-newsletter .header-contacts {
  margin-bottom: 25px;
}

.footer-newsletter .section-title h2 span {
  color: #000;
}

.footer-newsletter .form-control {
  background-color: transparent;
  border-color: #FFF;
  color: #FFF;
}

.footer-newsletter .form-control::placeholder {
  color: #FFF;
  opacity: 0.5;
}

.footer-newsletter .inputbox .validation-highlight {
	background-color: transparent !important;
}

.footer-newsletter .privacy-html .form-group {
	margin-bottom: 0;
	position: relative;
	padding-bottom: 20px;
}

.footer-newsletter .information {
	background-color: #AE0000;
	text-align: center;
	font-size: 14px;
	margin-bottom: 15px;
	padding: 5px;
}

/*Links*/

.footer-links {
   text-align: right;
}

.footer-links a {
  color: #FFF;
  display: block;
  text-align: right;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
}

.footer-links a:hover {
  color: #D813B0 !important;
}

.footer-links {
  margin-top: 120px;
  padding-right: 50px;
}

.footer-links .image {
  display: inline-block;
}

.footer-links img {
  max-width: 120px;
}

/*Social*/
.social-band {
  background-size: cover;
  text-align: center;
  position: relative;
  padding: 80px 0;
  background-attachment: fixed;
}

.social-band .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1a1a1a;
  opacity: 0.2;
}

.social-band span {
  position: relative;
  font-family: Ethnocentric;
  font-size: 50px;
}

.social-band span a {
  background-color: #D813B0;
  color: #FFF;
  width: 100px;
  display: inline-block;
  height: 100px;
  line-height: 100px;
}

.social-band span a:hover {
  background-color: #000;
}

@media(max-width:1200px){
	.footer-contact .slogan {
	  font-size: 30px;
	}
	.footer-links {
	  padding-right: 15px;
	}
}

@media(max-width:991px){
	.footer-newsletter::after {
	  display: none;
	}
	.footer-newsletter {
	  padding: 20px;
	  float: left;
	  margin-top: 30px;
	}
	.footer-contact .links a {
	  display: block;
	}
	.footer-links {
	  padding-right: 0;
	  margin-top: 60px;
	}
	.copyright {
	  margin-top: 30px;
	}
	.footer-newsletter .buttons.text-center {
	  margin-top: 0;
	}

    .social-band {
       padding: 50px 0px;
    }
}

@media(max-width:767px){
	.footer-contact {
	  padding: 15px 0 0;
	}
	.footer-contact .slogan {
	  font-size: 25px;
	  margin-bottom: 10px;
	  padding-top: 10px;
	  text-align: center;
	}
	.footer-contact .links {
	  margin: 10px 0;
	  padding: 10px 0;
	}
	footer {
	  font-size: 14px;
	}
	.copyright {
	  margin-top: 20px;
	  text-align: center;
	  margin-bottom: 10px;
	}
	.footer-links {
	  margin-top: 0px;
	  text-align: center;
	}
	.footer-links a {
	  text-align: center;
	  margin-top: 6px;
	}
	.footer-newsletter {
	  margin-top: 0px;
	}
	.footer-newsletter .section-title h2 {
	  font-size: 20px;
	}
	.footer-newsletter .privacy-html {
	  margin: 15px 0;
	}
    .social-band span {
     font-size: 30px; 
    }

    .social-band span a {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }

    .social-band {
       padding: 70px 0px;
       background-attachment: inherit;
       background-size: cover;
       background-position: center;
    }

	.footer-links img {
		width: 80px;
	}

	footer .footer-logo {
		max-width: 190px;
		margin-left: -100px;
		top: -24px;
	}

}
/* ---------------------------------------------------------------------------------------------- */



/* Landing page
------------------------------------------------------------------------------------------------- */

.header-band .small-banner {
   width: 100%;
   overflow: hidden;
   white-space: nowrap;
   padding: 20px 0px 5px;
}

.small-banner .banner {
   display: inline-block;
   padding-left: 100%;
   animation: scroll-text 15s linear infinite;
}

@keyframes scroll-text {
      from {
        transform: translateX(0);
      }
      to {
        transform: translateX(-100%);
      }
}

@media(max-width: 767px){
	.header-band .small-banner {
		font-size: 12px;
		padding-top: 10px;
	}
}

.header-band .pink-band {
	background-color: #D813B0;
	text-align: center;
	font-size: 30px;
	padding-top: 8px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	gap: 43px;
}

.header-band .pink-band .text {
	color: #EFFF00;
	font-size: 20px;
	padding-top: 6px;
	padding-right: 20px;
}

.header-band .pink-band .sp-logo img {
	width: 158px;
	margin-top: -5px;
	padding: 10px 0px;
}

.header-band .yellow-band {
	background-color: #EFFF00;
	padding: 15px 0px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: relative;
}

.header-band .yellow-band img {
	width: 250px;
}

.header-band .yellow-band:before {
	content: "X";
	color: #000;
	position: absolute;
	top: -19px;
	left: 50%;
	width: 30px;
	margin-left: -15px;
	font-family: Ethnocentric;
	font-size: 26px;
}

.big-banner {
  width: 100%;
  overflow: hidden;
  background-color: #000;
  padding: 10px 0 5px;
  font-size: 51px;
  color: #ff00cc;
  white-space: nowrap;
  position: relative;
}

.scrolling-wrapper {
  display: flex;
  width: max-content;
  animation: scroll-left 15s linear infinite;
}

.scrolling-text {
  flex-shrink: 0;
  padding-right: 30px;
  text-shadow:
    0 0 2px #ff00cc,
    0 0 4px #ff33cc,
    0 0 6px #ff66cc;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media(max-width: 991px){
	.header-band .pink-band {
		font-size: 18px;
	}

	.header-band .pink-band .sp-logo img {
		max-width: 100px;
	}

	.header-band .yellow-band:before {
		left: 53.3%;
	}

	.header-band .yellow-band img {
		width: 170px;
	}

	.header-band .big-banner {
		font-size: 20px;
	}
}

@media(max-width: 767px){
	.header-band .pink-band {
		font-size: 15px;
		padding-top: 5px;
		gap: 0px;
	}

	.header-band .pink-band .sp-logo {
		width: 100px;
	}

	.header-band .pink-band .sp-logo img {
		width: 80px;
	}

	.header-band .yellow-band:before {
	font-size: 12px;
	top: -9px;
	}

	.header-band .yellow-band {
		padding: 9px;
	}

	.header-band .yellow-band img {
		max-width: 120px;
	}

	.header-band .big-banner {
		font-size: 18px;
	}

	.header-band .pink-band .text {
		font-size: 14px;
	}
}

.intro-section {
  color: #fff;
  padding: 0px;
}

.intro-section .video-box {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 30px auto; /* centrato + spazio sotto */
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 8px;
}

.video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-box .video-mute {
  position: absolute;
  right: 30px;
  top: 30px;
}

.video-box .video-mute a {
  background-color: rgba(216,19,176,0.7);
  color: #FFF;
  width: 60px;
  display: inline-block;
  height: 60px;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  line-height: 60px;
}

.video-box .video-mute a:hover {
  background-color: rgba(216,19,176,1);
}

.intro-section .text-box {
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 0 10px;
}

.text-box .big-test {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
}

.text-box .small-test {
  font-size: 22px;
  margin-bottom: 30px;
}

.text-box .small-test span {
	font-size: 35px;
}

.text-box .big-test span,
.text-box .small-test span {
	color: #D813B0;
}

.white-band {
	background-color: #fff;
	padding: 100px 0px;
	color: #000;
}

.custom-product-list {
	padding-bottom: 0px;
}

.custom-product-list .cost-tax-label {
	display: none;
}

.custom-product-list .image {
	height: 400px;
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.custom-product-list .image img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	box-shadow: 0 0 10px #D813B0, 0 0 20px #D813B0, 0 0 30px #ff00ff;
	border-radius: 6px; 
}

.custom-product-list .image:hover:before {
	content: "";
	background-color: #D813B0;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0.8;
}

.custom-product-list .product-container .top a {
	font-size: 30px;
	line-height: 20px;
	display: inline-block;
	margin-bottom: 16px;
}

.custom-product-list .product-container .top a:hover {
	color: #000;
}

.custom-product-list .product-container .chance-to-win {
	color: #D813B0;
	margin-bottom: 20px;
}

.custom-product-list .product-container .chance-to-win img {
	width: 25px;
	margin-right: 5px;
}

.custom-product-list .product-container .chance-to-win .product-tickets {
	font-size: 24px;
}

.custom-product-list .product-container .number-input {
  width: 30%;
  display: inline-block;
  float: left;
  margin-right: 5%;
  position: relative;
}

.custom-product-list .product-container .number-input input {
  height: 48px;
  font-size: 20px;
  color: #1b1b1b;
  height: 44px !important;
  font-size: 20px;
  border-radius: 0;
  padding: 0 30px;
  border: 1px solid #000;
  width: 100%;
  text-align: center;
  background-color: #FFF;
}

.custom-product-list .product-container .number-input a {
  top: 28px;
  position: absolute;
  background-color: #000;
  z-index: 1;
  top: 14px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  font-size: 10px;
  line-height: 18px;
  left: 7px;
  top: 50%;
  margin-top: -9px;
}

.custom-product-list .product-container .number-input a.plus {
  top: 22px;
  right: 10px;
  left: auto;
}

.custom-product-list .product-container .unit-cost span {
	font-size: 25px;
	color: #D813B0;
}

.total-ticket {
  position: relative;
   background:linear-gradient(150deg, rgba(195, 146, 56, 1), rgba(221, 188, 122, 1) 50%, rgba(195, 146, 56, 1) 100%);
  color: #D813B0;
  padding: 16px 24px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: bold;
  font-size: 71px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  text-shadow: 2px 2px 4px #000; 	
  overflow: hidden;
  margin: 70px 0px 30px;
  width: 100%;
  justify-content: center;
}

.total-ticket::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 45%,
    rgba(255, 255, 255, 0.35) 50%,
    rgba(255, 255, 255, 0) 55%
  );
  animation: shimmerLeftToRight 3s ease-in-out infinite;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
}

@keyframes shimmerLeftToRight {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@media(max-width: 1200px){
	.custom-product-list .image {
		height: 250px;
	}

	.custom-product-list .product-container .unit-cost span {
		font-size: 18px;
	}

	.total-ticket  {
		font-size: 50px;
	}
}

@media(max-width: 991px){
	.text-box .big-test {
		font-size: 25px;
	}

	.custom-product-list .image {
		display: none;
	}

	.product-container {
		display: block;
		clear: both;
		margin-bottom: 50px;
	}

	.white-band {
		padding: 50px 0px;
	}

	.total-ticket {
		margin-top: 0px;
		font-size: 30px;
	}

	.total-ticket img {
		height: 50px !IMPORTANT;
	}

	.intro-section .video-box {
		aspect-ratio: 3/4;
	}

	.custom-product-list .product-container .top a {
		box-shadow: 0 0 10px #D813B0, 0 0 20px #D813B0, 0 0 30px #ff00ff;
		padding: 11px 10px;
	}
}

@media(max-width: 767px){
	.intro-section .video-box {
		margin-bottom: 30px;
	}

	.text-box .big-test {
		font-size: 15px;
		margin-bottom: 15px;
	}

	.text-box .small-test {
		font-size: 13px;
		margin-bottom: 15px;
	}

	.white-band {
		padding: 30px 0px;
	}

	.custom-product-list .product-container .top a {
		font-size: 22px;
	}

	.custom-product-list .product-container .chance-to-win .product-tickets {
		font-size: 15px;
		margin-bottom: 15px;
	}

	.custom-product-list .product-container .chance-to-win {
		margin-bottom: 10px;
	}

	.total-ticket {
		font-size: 18px;
		display: inline-block;
		padding-left: 71px;
		MARGIN-BOTTOM: 15PX;
	}

	.total-ticket img {
		position: absolute;
		height: 50px;
	}

	.product-container {
		margin-bottom: 50px;
	}

		.custom-product-list .product-container .unit-cost {
			font-size: 14px;
			margin-top: 10px;
			display: inline-block;
		}

	.text-box .small-test span {
		font-size: 20px;
	}
}


.total-ticket img {
  height: 89px;
  width: auto;
  z-index: 99;
}

.total-tickets {
	z-index: 99;
}

.total-price {
	color: #D813B0;
	font-size: 50px;
	text-align: center;
	margin-bottom: 30px;
}

.additional-info-section {
	font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.additional-info-section strong {
	font-family: Ethnocentric;
}

.info-grid  {
	position: relative;
	padding: 100px 0px;
}

.info-grid .image {
	height: 500px;
	position: relative;
}

.info-grid:before {
	content: "";
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.info-grid .container {
	z-index: 1;
	position: relative;
}

.info-grid > img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	object-fit: cover;
	object-position: center;
}

.info-grid .item {
	margin-bottom: 100px;
}

.info-grid .item:nth-child(2n) .col-md-6:first-child {
	float: right;
}

.info-grid .image img {
	position: absolute;
	left: 50%;
	top: 0px;
	height: 100%;
	margin-left: -25%;
}

.info-grid .text {
	padding: 50px;
	height: 500px;
	display: flex;
	align-items: center;
}

.info-grid .text img {
	margin: 0px 10px 10px;
}

.info-grid .text span {
	color: #D813B0;
}

@media(max-width: 1200px){
	.info-grid .text {
		padding: 15px;
		font-size: 16px;
		height: 500px;
	}

	.info-grid .item {
		margin-bottom: 50px;
	}

	.info-grid .image {
		height: 500px;
	}

	.info-grid .image img {
		margin-left: -45%;
	}
}

@media(max-width: 991px){
	.total-price {
		font-size: 25px;
	}

	.info-grid .image {
		margin-bottom: 30px;
	}

	.info-grid .image img {
		position: relative;
		margin: 0px auto;
		left: 0px;
	}

	.info-grid .text {
		padding: 0px;
		height: auto;
	}

	.info-grid .item:nth-child(2n) .col-md-6:first-child {
		float: none;
	}

	.info-grid {
		padding: 50px 0px;
	}
}

@media(max-width: 767px){
	.total-ticket img {
		height: 20px !Important;
		left: 15px;
		top: 50%;
		height: 44px !important;
		margin-top: -22px;
	}	

	.total-price {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.info-grid .item {
		margin-bottom: 15px;
	}

	.info-grid .image {
		height: 250px;
	}

	.info-grid .text {
		font-size: 12px;
	}

	.info-grid {
		padding: 30px 0px;
	}

}

/* ---------------------------------------------------------------------------------------------- */



/* Home
------------------------------------------------------------------------------------------------- */
/*Audio*/
.video-wrapper .video-mute {
  position: absolute;
  right: 30px;
  top: 100px;
}

.video-wrapper .video-mute a {
  background-color: rgba(216,19,176,0.7);
  color: #FFF;
  width: 60px;
  display: inline-block;
  height: 60px;
  text-align: center;
  font-size: 30px;
  border-radius: 50%;
  line-height: 60px;
}

.video-wrapper .video-mute a:hover {
  background-color: rgba(216,19,176,1);
}

.home-header-image {
	margin: 0 auto;
	width: 100%;
}

/*Griglia categorie*/
.home-categories .title {
  margin-bottom: 50px;
  text-align: center;
}

.home-categories .title h2 {
  margin: 0;
  font-family: Ethnocentric;
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 4px;
}

.home-categories .title h2 span {
  color: #D813B0;
}

.home-categories .title h1 {
  margin: 5px 0 0;
  font-size: 25px;
  font-weight: 100;
}

.home-categories .row {
  margin: 0;
}

.home-categories .item {
  padding: 0;
}

.home-categories .item a {
  display: block;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 350px;
}

.home-categories .item .overlay-item {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 0%, rgb(0, 0, 0,0.8) 50%, rgb(0, 0, 0) 100%) repeat scroll 0 0;
  height: 70%;
  left: 0;
  bottom: 0;
}

.home-categories .item .caption {
  position: absolute;
  color: #FFF;
  bottom: 20px;
  left: 20px;
}

.home-categories .item .caption .name {
  position: relative;
  font-family: Ethnocentric;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;

}

.home-categories .item .caption .name:after {
  content: "";
  width: 0;
  position: absolute;
  height: 3px;
  background-color: #D813B0;
  left: 0;
  bottom: -13px;
  transition: all 0.4s ease 0s;
}

.home-categories .item:hover .caption .name::after {
  width: 100%;
}

.home-categories .item .caption:hover .name:after {
  background-color: #FFF;
}

.home-categories .item .caption .link {
  height: 0;
  display: block;
  overflow: hidden;
  transition: all 0.4s ease 0s;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 600;
}

.home-categories .item:hover .caption .link {
  height: 30px;
}

.home-categories .slogan {
  text-align: center;
  margin: 80px 0;
  font-family: Ethnocentric;
  font-size: 80px;
}

.home-categories .slogan span {
  color: #D813B0;
}

@media(max-width:1200px){
	.home-categories .slogan {
		font-size: 50px;
		margin: 30px 0;
	}
}

@media(max-width:991px){
	.home-categories .title h2 {
		font-size: 35px;
	}
	.home-categories .slogan {
		font-size: 35px;
	}
	.home-categories .title h1 {
		font-size: 20px;
	}
}

@media(max-width:767px){
	.home-categories .title h2 {
		font-size: 22px;
		letter-spacing: 0;
	}
	.home-categories .slogan {
		font-size: 22px;
		margin: 20px 0;
		float: left;
		width: 100%;
	}
	.home-categories .title h1 {
		font-size: 17px;
	}
	.home-categories .row {
	  margin: 0 -30px;
	}
	.home-categories .item a {
	  height: 200px;
	}
	.home-categories .item .caption .name {
	  display: block;
	  font-size: 15px;
	  text-align: center;
	  padding: 0 5px;
	}
	.home-categories .item .caption {
	  width: 100%;
	  left: 0;
	  padding: 0 10px;
	}
	.home-categories .item:hover .caption .name::after {
	  width: 0;
	}
	.home-categories .item:hover .caption .link {
	  height: 0;
	}

	.video-wrapper .video-mute a {
		width: 30px;
		height: 30px;
		font-size: 15px;
		padding: 0px;
		line-height: 30px;
	}

	.video-wrapper .video-mute {
		top: 10px;
		right: 15px;
	}
}

/*Valori*/
.home-values .item {
	position: relative;
	display: block;
	color: #FFF;
	text-align: center;
	padding: 30px 50px;
}

.home-values .item:hover {
	background-color: #161616;
}

.home-values .item img {
	max-width: 100px;
	margin: 0 auto 20px;
}

.home-values .item .name {
  display: block;
  font-size: 23px;
  font-family: Ethnocentric;
}

.home-values >div:nth-child(1) .item .name span {
  color: #DF653B;
}

.home-values >div:nth-child(2) .item .name span {
  color: #295DB2;
}


.home-values >div:nth-child(3) .item .name span {
  color: #BB3334;
}

@media(max-width:991px){
	.home-values .item {
	  padding-top: 0;
	  text-align: left;
	  padding-left: 120px;
	  padding-right: 0;
	}
	.home-values .item img {
	  position: absolute;
	  left: 15px;
	  max-width: 90px;
	  top: 6px;
	}
}

@media(max-width:767px){
	.home-values .item img {
	  max-width: 50px;
	}
	.home-values .item {
	  padding-left: 75px;
	}
	.home-values .item .name {
	  font-size: 20px;
	}
}

/*Marchi*/
.home-brands {
	background-color: #FFF;
	padding: 40px 0;
}

@media(max-width:991px){
	.home-brands {
		padding: 30px 0;
	}
}

/*Moto in vendita*/
.home-morbike-sale {
    height: 600px;
    background-size: cover;
    background-position: center;
    padding-top: 170px;
    text-align: center;
    position: relative;
    background-attachment: fixed;
}

.home-morbike-sale .section-title {
    position: relative;
    z-index: 2;
}

.home-morbike-sale .text {
    padding: 0px 200px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.home-morbike-sale .btn.btn-primary{
    position: relative;
    z-index: 2;
}

.home-morbike-sale .overlay {
    background-color: #1a1a1a;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    opacity: 0.3;
    z-index: 1;
}

@media(max-width: 767px){
    .home-morbike-sale {
        padding: 70px 15px;
        height: auto;
        background-attachment: local;
    }

    .home-morbike-sale .text {
       padding: 0px;
       margin-bottom: 20px;
    }
}

/*Dicono di noi*/
.review-carousel {
	margin-bottom: 40px !important;
}

.review-carousel .title-container > span {
  display: block;
  font-size: 43px;
  font-family: Ethnocentric;
  margin-bottom: 20px;
}

.review-carousel .title-container > span span {
  color: #D813B0;
}

.review-carousel .review {
  display: block;
  margin-bottom: 20px;
}

.review-carousel .name {
  color: #D813B0;
  font-family: Ethnocentric;
}

.review-carousel .owl-carousel .owl-nav button.owl-next, 
.review-carousel .owl-carousel .owl-nav button.owl-prev {
  position: relative;
  background-color: transparent !important;
  border: 2px solid #FFF;
  margin-right: 10px;
}

.review-carousel .owl-theme .owl-nav {
  text-align: right;
  margin-top: 30px;
}

.review-carousel .owl-carousel .owl-nav button.owl-next:hover, 
.review-carousel .owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #FFF !important;
  color: #000;
}

@media(max-width:991px){
	.review-carousel .title-container > span {
		font-size: 35px;
	}
	.review-carousel .title-container {
		text-align: center;
		margin-bottom: 20px;
	}
}
@media(max-width:767px){
	.review-carousel .title-container > span {
		font-size: 25px;
	}
}
/* ---------------------------------------------------------------------------------------------- */




/* Chi Siamo
------------------------------------------------------------------------------------------------- */
.about-presentation .image-container > div {
  height: 750px;
  background-size: contain;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
}

.about-presentation .text-container {
  padding-right: 70px;
}

.about-presentation .text-container h1 {
  font-family: Ethnocentric;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 50px;
}

.about-presentation .text-container h1 span {
  color: #D813B0;
}

.about-presentation .text-container a {
  margin-top: 50px;
}

.about-presentation .image-container {
  padding-left: 100px;
}

.about-presentation .text-container .image > div {
  height: 450px;
  background-size: cover;
  background-position: center;
  margin-top: 80px;
}

.about-presentation .image-container .slogan {
  margin-top: 100px;
  display: block;
  font-family: Ethnocentric;
  font-size: 46px;
  position: relative;
}

.about-presentation .image-container .slogan span {
  color: #D813B0;
}

.about-presentation .image-container .slogan:after {
  width: 100%;
  height: 3px;
  background-color: #D813B0;
  position: absolute;
  bottom: -96px;
  display: block;
  content: "";
}

.about-presentation .image-container > div .overlay {
	background-color: #D813B0;
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

@media(max-width: 1450px){
	.about-presentation .image-container {
		padding-left: 50px;
	}
}

@media(max-width:1200px){
	.about-presentation .image-container {
	  padding-left: 70px;
	}

	.about-presentation .text-container {
		padding-right: 0px;
	}

	.about-presentation .image-container .slogan {
		font-size: 35px;
	}

	.about-presentation .image-container .slogan:after {
		bottom: -50px;
		width: 57%;
	}
}

@media(max-width:991px){
	.about-presentation .text-container h1 {
	  font-size: 35px;
	  margin-bottom: 30px;
	}

	.about-presentation .image-container {
		padding-left: 0px;
	}

	.about-presentation .image-container > div {
		position: absolute;
		left: 0px;
		height: 150px;
		top: 0px;
		width: 300px;
	}

	.about-presentation .image-container .slogan {
		padding-left: 300px;
		margin-bottom: 100px;
	}
}

@media(max-width:767px){
	.about-presentation .text-container {
	  padding-right: 15px;
	}
	.about-presentation .text-container a {
	  margin-top: 20px;
	}
	.about-presentation .text-container .image > div {
	  margin-top: 30px;
	  height: 300px;
	}
	.about-presentation .image-container {
	  padding: 0 15px;
	}
	.about-presentation .image-container > div {
	  height: 100px;
	  left: 23px;
	  width: 107px;
	}
	.about-presentation .image-container .slogan {
	  font-size: 22px;
	  margin-top: 30px;
	  padding-left: 143px;
	  margin-bottom: 30px;
	}

  .about-presentation .text-container h1 {
     font-size: 22px;
  }

   .about-presentation .image-container .slogan:after {
	   bottom: -30px;
   }
}

/*Fascia prodotti*/
.about-band {
  position: relative;
  padding: 200px 15px;
  background-size: cover;
  text-align: center;
}

.about-band .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  top: 0;
  left: 0;
  opacity: 0.5;
}

.about-band .text-container {
  position: relative;
}

.about-band .text-container .subtitle {
  display: block;
  font-size: 30px;
}

.about-band .text-container .title {
  display: block;
  font-size: 70px;
  font-family: Ethnocentric;
  line-height: 80px;
  margin: 20px 0 50px;
}

.about-band .text-container .title span {
  color: #D813B0;
}

@media(max-width:991px){
	.about-band .text-container .title {
	  font-size: 35px;
	  line-height: 40px;
	}
	.about-band {
	  padding: 100px 15px;
	}
}

@media(max-width:767px){
	.about-band {
	  padding: 50px 15px 90px;
	}
	.about-band .text-container .subtitle {
	  font-size: 25px;
	}
	.about-band .text-container .title {
	  font-size: 22px;
	  line-height: 30px;
	  margin: 10px 0;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Immatricolazione
------------------------------------------------------------------------------------------------- */
.faq .card .card-body {
    padding: 20px 35px;
    text-align: justify;
}

.faq .card .card-body .ktm-model {
   color: #EC621D;
   font-weight: 600;
}

.faq .card .card-body .gasgas-model {
   color: #CB0D25;
   font-weight: 600;
}

.faq .card .card-body .hsq-model {
   color: #003686;
   font-weight: 600;
}

.faq .card .card-body .yz-model {
   color: #283794;
   font-weight: 600;
}

.faq .card .card-body .honda-model {
    color: #E11428;
    font-weight: 600;
}

.faq .card .card-body .fantic-model {
	color: #e4032c;
	font-weight: 600;
}

.faq .card .card-body .kawasaki-model {
	font-weight: 600;
	color: #78c53e;
}

.faq .card .card-header .btn.btn-link{
    font-size: 17px;
    line-height: 26px;
    color: #fff;
    font-weight: 400;
    padding-top: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    width:100%;
    text-align:left;
    position:relative;
    white-space: normal;
}

.faq .card:last-child .btn.btn-link {
    border-bottom: 0px;
}

.faq .card .card-header .btn.btn-link:hover {
    text-decoration: none;
}

.faq .card .card-header .btn.btn-link.collapsed .fas:before{
    content: "\f067";
    position: absolute;
    right: 50px;
    bottom: 20px;
    width: 30px;
    height: 30px;
    background-color: #D813B0;
    text-align: center;
    padding: 5px;
    line-height: 20px;
}

.faq .card .card-header .btn.btn-link .fas:before{
    content: "\f068";
    position: absolute;
    right: 50px;
    bottom: 20px;
    width: 30px;
    height: 30px;
    background-color: #D813B0;
    text-align: center;
    padding: 5px;
    line-height: 20px;
}

.service-intro-section {
   background-color: #fff;
   padding: 100px 0px;
   color: #1A1A19;
}

.service-intro-section .text {
   padding-right: 60px;
   padding-top: 50px;
}

.service-intro-section .section-title {
   text-align: left;
   color: #1a1a1a;
   margin-bottom: 50px;
}

.service-intro-section .subtitle {
    color: #D813B0;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Ethnocentric';
    font-size: 23px;
    margin-bottom: 40px;
}

.service-intro .service-carousel .item {
    display: block;
    background-size: cover;
    background-position: center;
}

.page-id-22846 #service-bottom {
    background-color: #fff;
    padding: 100px 0px;
}

.text-in-evidence-section {
    background-color: #D813B0;
    padding: 70px 50px 90px;
}

.text-in-evidence-section .title {
    font-family: Ethnocentric;
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: 4px;
    margin-bottom: 30px;
}

.text-in-evidence-section .text ul {
    padding-left: 15px;
}

.service-contact {
    background-color: #fff;
    color: #000;
    padding: 70px 0px 0px 50px;
}

.service-contact .section-title {
 margin-bottom: 5px;
}

.service-contact .text-center {
    margin-bottom: 50px;
}

.service-contact .inputbox .legend {
    display: none;
}

.service-contact #BottomPlaceHolder_ctl00_saveAnchor {
     padding-right: 50px;
     position: relative;
}

.service-contact #BottomPlaceHolder_ctl00_saveAnchor:after {
   content:"\f061";
   position: absolute;
   font-weight: 600;
   font-family: "Font Awesome 5 Free";
   right: 25px;
   top: 20px;
   transition: all 0.4s ease 0s;
}

.service-contact .header-html  #BottomPlaceHolder_ctl00_saveAnchor:hover:after {
   right: 10px; 
}

@media(max-width: 1200px){
	.service-intro-section .text {
		padding-right: 10px;
		padding-top: 0;
	}

	.service-intro-section .section-title {
		margin-bottom: 10px;
	}

	.service-intro-section .subtitle {
		margin-bottom: 20px;
	}

	.service-contact {
		padding-left: 10px;
	}
}

@media(max-width: 991px){
	.service-intro-section .text {
		margin-bottom: 30px;
	}

	.service-intro-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.faq .card .card-header .btn.btn-link {
		padding-right: 130px;
		padding: 10px 40px 10px 0px;
	}

	.text-in-evidence-section {
		padding: 50px;
	}

	.page-id-22846 #service-bottom {
		padding: 50px 0px;
	}
	
	.service-contact {
		padding-top: 50px;
	}
}

@media(max-width: 767px){
	.service-intro-section {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.faq .card .card-header .btn.btn-link {
		padding-right: 38px;
		font-size: 15px;
		line-height: 20px;
	}

	.faq .card .card-header .btn.btn-link.collapsed .fas:before,
	.faq .card .card-header .btn.btn-link .fas:before {
		right: 0px;
	}

	.text-in-evidence-section {
		padding: 15px;
	}

	.service-contact {
		padding-top: 30px;
	}

	.faq .card .card-body {
		padding: 10px 0px;
		font-size: 15px;
	}

	.faq .card .card-body ul {
		padding-left: 20px !Important;
	}

	.page-id-22846 #service-bottom {
		padding: 30px 0px;
	}

	#section-49248 {
		padding: 0px;
	}

	.text-in-evidence-section .title {
		font-size: 22px;
		margin-bottom: 10px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Contatti
------------------------------------------------------------------------------------------------- */
.section.googlemap {
	color: #000;
}

.contact-section {
  padding-top: 100px;
}

.contact-section .section-title {
  text-align: left;
}

.contact-section .intro {
  max-width: 500px;
  text-align: justify;
  margin-bottom: 50px;
}

.contact-section .item i {
  position: absolute;
  left: 0;
  top: 0px;
  color: #D813B0;
  font-size: 25px;
}

.contact-section .item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 30px;
}

.contact-section .item a {
  color: #FFF;
}

.contact-section .item a:hover {
  color: #D813B0;
}

@media(max-width: 991px){
   .contact-section {
       padding-top: 50px;
   }
}

@media(max-width: 767px){
   .contact-section {
       padding-top: 30px;
   }

   .contact-section .intro {
       margin-bottom: 15px;
   }

   .contact-section .item {
       margin-bottom: 15px;
   }
}

/*Modulo*/
.feedback {
  background-color: #FFF;
  position: relative;
  color: #000;
  padding: 100px 0 100px 100px;
}

.feedback:after {
  position: absolute;
  width: 2000px;
  height: 100% !important;
  background-color: #FFF;
  display: block !important;
  content: "";
  right: -2000px;
  top: 0;
  visibility: visible !important;
}

.feedback .buttons {
  margin-top: 40px;
}

@media(max-width: 991px) {
 .feedback:after {
   width: 0px;
 }

 .feedback {
   padding: 50px;
 }
}

@media(max-width: 767px){
 .feedback {
    padding: 30px;
 }
}
/* ---------------------------------------------------------------------------------------------- */



/* Lavori
------------------------------------------------------------------------------------------------- */
/*Home*/
.home-works-header {
  padding-top: 400px;
  padding-bottom: 200px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.home-works-header .overlay-works {
  background-color: #1a1a1a;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  opacity: 0.3;
  z-index: 1;
}

.home-works-header .section-title {
  position: relative;
  z-index: 3;
}

.home-works .owl-carousel {
  margin-top: -230px;
}

.home-works .item {
  display: block;
  height: 335px;
  color: #FFF;
  background-size: cover;
  background-position: center;
  position: relative;
}

.home-works .item .overlay {
  position: absolute;
  height: 100%;
  background-color: #D813B0;
  opacity: 0.8;
  width: 0;
  transition: all 0.4s ease 0s;
}

.home-works .item:hover .overlay {
  width: 100%;
}

.home-works .item .caption {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  font-size: 40px;
  font-family: Ethnocentric;
  line-height: 44px;
  margin-top: -22px;
  opacity: 0;
  transition: all 0.4s ease 0s;
}

.home-works .item:hover .caption {
  opacity: 1;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #D813B0 !important;
  border-radius: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  line-height: 50px !important;
  text-align: center;
  margin-top: -25px;
  color: #fff !important;
  border-radius: 50%;
}


.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: 0;
}

.owl-carousel .owl-nav button.owl-next:hover, 
.owl-carousel .owl-nav button.owl-prev:hover {
  background-color: #1a1a1a !important;
}

.home-works .owl-carousel .owl-nav button.owl-prev {
	left: -25px;
}

.home-works .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -25px;
}

@media(max-width:767px){
	.home-works-header {
	  padding: 0;
	  background-image: none !important;
	}
	.home-works .owl-carousel {
	  margin-top: 0;
	}
	.home-works .item {
	  height: 200px;
	}
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	  width: 35px;
	  height: 35px;
	  line-height: 35px !important;
	}
	.home-works .owl-carousel .owl-nav button.owl-next {
	  right: -15px;
	}
	.home-works .owl-carousel .owl-nav button.owl-prev {
	  left: -15px;
	}
}

/*Pagina*/
.works-gallery a {
  margin-bottom: 50px;
  display: block;
}

.works-gallery a .image {
  height: 430px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.works-gallery a .image .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #D813B0;
	opacity: 0;
	transition: all 0.4s ease 0s;
}

.works-gallery a .image:hover .overlay {
	opacity: 0.8;
}

.works-gallery a .text {
	display: block;
	color: #FFF;
	margin-top: 15px;
	font-weight: 600;
}

@media(max-width:1200px){
	.works-gallery a .image {
		height: 320px;
	}
}

@media(max-width: 767px){
	.works-gallery a .image {
		height: 200px;
	}
}

@media(max-width: 400px){
	.works-gallery a .image {
		height: 150px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Form
------------------------------------------------------------------------------------------------- */
.form-control, 
select, 
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
	height: 40px !important;
}

textarea.form-control,
textarea1.form-control {
	height: 180px !important;
}

.input-div .input-type-textarea, 
.input-div input.input-type-text, 
.input-div .input-type-dropdownlist, 
.input-div input.input-type-email,
.input-div input {
	max-width: 100% !important;
}

/*Validazioni*/
.input-div {
  position: relative;
}

.inputbox .validation-highlight {
  background-image: none !important;
  background-color: #f5f6f7 !important;
  border-color: #AE0000;
}

.inputbox label.validation-error-label {
  background-image: none !important;
  padding:  1px 10px !important;
  background-color: #AE0000 !important;
  color: #FFF !important;
  font-weight: 400;
  font-size: 12px;
  position: absolute;
  right: -8px;
  bottom: -12px;
}

.inputbox.vertical .validation-required {
  background: none !important;
  padding: 0 !important;
}

.inputbox.vertical .validation-required:after {
  content: "*";
  font-size: 19px;
}

.modal.saved-info {
	color: #000;
}

.modal-header .close {
	background-color: #000;
	opacity: 1;
	color: #FFF;
	width: 40px;
	height: 40px;
	font-size: 25px;
	border-radius: 50%;
	position: absolute;
	right: -20px;
	top: 9px;
}

.modal-header .close:hover {
  background-color: #D813B0;
}
/* ---------------------------------------------------------------------------------------------- */



/* Pagine informative
------------------------------------------------------------------------------------------------- */
/*Links*/
.info-link a {
  display: block;
  color: #000;
  border-bottom: 1px solid #eaeaea;
  padding: 10px 0;
  text-align: right;
}

.info-link .section-title {
  text-align: right;
}

.info-link {
  margin-top: 65px;
  padding-left: 50px;
}

.info-link a:hover {
  font-weight: 800;
}

.info-link a.active, 
.info-link a.active:hover {
  color: #D813B0;
  font-weight: normal;
}

/*Pagamento e spedizione*/
.payment-type .item {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eaeaea;
}

.payment-type .item .title {
  background-color: #D813B0;
  display: inline-block;
  color: #FFF;
  font-family: Ethnocentric;
  padding: 5px 20px;
  margin-bottom: 10px;
}

.payment-type .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

/*Termini e Condizioni*/
.terms-and-condition .title {
    background-color: #D813B0;
    display: inline-block;
    color: #FFF;
    font-family: Ethnocentric;
    padding: 5px 20px;
    margin-bottom: 10px;
}
/* ---------------------------------------------------------------------------------------------- */



/* Pagine di sistema
------------------------------------------------------------------------------------------------- */
/*Registrazione*/
.register {
  background-color: #FFF;
  color: #000;
}

.section.full-registration {
  padding-top: 80px;
}

.section.full-registration .section-title h2 {
  margin-top: 0;
  font-family: Ethnocentric;
  text-align: center;
}


.full-registration legend {
	font-weight: 600;
}

.full-registration li {
	width: 33%;
}

.full-registration .list-command .btn {
    color: #000;
  	width: 100%;
}

.full-registration .list-command .btn.active,
.full-registration .list-command .btn:hover {
  	background-color: #000;
    color: #fff;
    box-shadow: none;
}

.full-registration .list-command a span {
	background-image: none !Important;
}

.full-registration .list-command span {
	height: auto !Important;
    padding-left: 0px !Important;
    padding: 10px 0px;
    font-family: 'Poppins';
    font-size: 18px;
}

.full-registration .btn.btn-primary {
	width: auto;
}

.full-registration .alert-info {
	color: #000;
	background-color: #fff;
	border-color: #D813B0;
	border-radius: 0;
}

.full-registration div.privacy-acceptance span {
	background: none !important;
}

#modalFiscalCode .btn.btn-secondary {
  border: 1px solid #000;
  color: #000;
}

#modalFiscalCode .btn.btn-secondary:hover {
  background-color: #000;
  color: #FFF;
}

@media(max-width: 991px){
  .full-registration li {
 	 width: 32%;
  }

  .full-registration .list-command .btn {
     padding: 10px;
  }

	.section.full-registration {
		padding-top: 50px;
	}
}

@media(max-width: 767px){
  .full-registration li {
 	 width: 100%;
     margin-bottom: 15px;
  }

	.section.full-registration {
		padding-top: 30px;
	}
}

/*Reset Password*/
form.login,
.reset-password,
.set-new-password {
  background-color: #FFF;
  color: #000;
}

.reset-password-container,
.set-new-password-container {
  padding: 80px 0;
}

.set-new-password-container h1,
.reset-password-container h1 {
  margin-top: 0;
  font-family: Ethnocentric;
  text-align: center;
}

.set-new-password-container .btn-primary:hover,
.reset-password-container .btn-primary:hover,
.register .btn-primary:hover {
	background-color: #000;
	color: #FFF;
}

.set-new-password a:hover,
.reset-password a:hover,
.register a:hover {
	color: #000;
}

/*Profilo Utente*/

.user-profile {
  background-color: #FFF;
  color: #000;
}

@media(max-width: 991px){
	.reset-password-container, .set-new-password-container {
		padding: 50px 0px;
	}
}

@media(max-width: 767px){
	.reset-password-container, .set-new-password-container {
		padding: 30px 0px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Moto in Vendita 
------------------------------------------------------------------------------------------------- */
.motorbike-for-sale-title {
    padding-top: 100px;
}

.motorbike-for-sale-title,
.motorbike-for-sale-list {
    background-color: #fff;
    color: #000;
    position: relative;
}
.black-section {
   padding: 70px 0px;
}

#section-49397 {
   margin-bottom: 0px !Important;
}

.black-section .motorbike-for-sale-list {
   background-color: #000;
   color #fff;
}

.motorbike-for-sale-title .section-title,
.motorbike-for-sale-list .section-title {
    margin-bottom: 30px;
}

.motorbike-for-sale-title .text,
.motorbike-for-sale-list .text {
    text-align: center;
    /* max-width: 800px; */
    margin: 0 auto 40px;
}

.motorbike-for-sale-list .subtitle {
  font-family: 'Ethnocentric';
  font-size: 30px;
  letter-spacing: 3px;
  text-align: center;
  padding-top: 50px;
  margin-top: 0px;
  margin-bottom: 15px;
}

#section-49408 .subtitle {
  margin-top: 50px;
}

#section-49408 .item-list {
  margin-bottom: 70px;
}

.black-section .motorbike-for-sale-list .subtitle {
   color: #fff;
}

.motorbike-for-sale-list .subtitle span {
  color: #D813B0;
}

.motorbike-for-sale-list .list {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  padding: 0px 80px;
}

.motorbike-for-sale-list .item-list {
    padding: 100px 0px 0px;
    float: left;
    width: 100%;
}

.motorbike-for-sale-list #right-arrow {
    position: absolute;
    right: 80px;
    bottom: 40%;
    background-color: #D813B0;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 12px;
    text-align: center;
    margin-bottom: -25px;
}

.motorbike-for-sale-list #left-arrow {
    position: absolute;
    left: 80px;
    bottom: 40%;
    background-color: #D813B0;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 12px;
    text-align: center;
    margin-bottom: -25px;
}

.motorbike-for-sale-list #left-arrow:hover, 
.motorbike-for-sale-list #right-arrow:hover { 
  background-color: #000;
}

.motorbike-for-sale-list .item-list .text {
   text-align: right;
   margin-bottom: 70px;
}

.black-section .motorbike-for-sale-list .item-list .text {
   color: #fff;
}

.motorbike-for-sale-list .item-list .btn.btn-primary {
    color: #D813B0;
    background-color: #fff;
    border: 0px;
    padding: 0px;
    font-size: 18px;
    margin-top: 10px;
    float: right;
}

.black-section .motorbike-for-sale-list .item-list .btn.btn-primary {
    background-color: #000; 
}

.motorbike-for-sale-list .item-list:nth-child(1){
    padding-top: 50px;
}

/*.motorbike-for-sale-list .item:nth-child(2n){
    background-color: #D813B0;
    color: #fff;
}

.motorbike-for-sale-list .item:nth-child(2n) .btn.btn-primary {
    background-color: #D813B0;
    color: #fff; 
}*/

.motorbike-for-sale-list .motorbike-carousel {
    margin-left: 30px;
    pointer-events: none;
}

.motorbike-for-sale-list .motorbike-carousel .item {
    padding: 0px;
}

.motorbike-for-sale-list .item-list .label {
    background-color: #D813B0;
    color: #ffff;
    display: inline-block;
    padding: 10px 15px;
    font-weight: 300;
    border-radius: 0px;
    margin-bottom: 20px;
    font-size: 16px;
    position: absolute;
    left: -10px;
    top: 20px;
    right: -30px;
    z-index: 3;
    font-size: 15px;
    width:270px;
    white-space: break-spaces;
    text-transform: uppercase;
    font-family: 'Ethnocentric';
    padding-left: 50px;
    text-align: left;
    left: auto;
    bottom: 50px;
    top: auto;
}

.motorbike-for-sale-list .item-list .label i {
    color: #fff;
    margin-right: 10px;
    position: absolute;
    left: 15px;
    top: 12px;
    font-size: 25px;
}

/*.motorbike-for-sale-list .item-list:nth-child(2n) .text {
 float: right;
}

.motorbike-for-sale-list .item:nth-child(2n) .motorbike-carousel   {
    margin-left: 0px;
    padding-right: 30px;
}
 
.motorbike-for-sale-list .item:nth-child(2n) .label {
    color: #fff;
    background-color: #000;
    margin-bottom: 20px;
    font-weight: 300;
    left: 0px;
    right: auto;
    bottom: auto;
    top: 30px;
}*/

.motorbike-for-sale-list .item-list .model {
    margin: 0;
    font-family: Ethnocentric;
    text-transform: uppercase;
    font-size: 50px;
    letter-spacing: 4px;
    margin-bottom: 0px;
    text-align: left;
}

.motorbike-for-sale-list .item-list .price {
    font-size: 30px;
    margin-top: 50px;
    font-weight: 600;
    display: block;
    width: 100%;
    float: right;
}

.motorbike-for-sale-list .item-list .brand {
    display: block;
    text-align: left;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding: 0px;
    margin-bottom: 30px;
}

.black-section .motorbike-for-sale-list .item-list .brand {
    color: #fff;
}

.motorbike-for-sale-list .item-list .description {
    text-align: left;
    width: 100%;
    white-space: break-spaces;
}

/*.motorbike-for-sale-list .item:nth-child(2n) .brand {
    color: #fff;
}*/

.owl-theme .owl-dots .owl-dot.active span {
    background: #D813B0 !Important;
}

.motorbike-for-sale-contact {
    padding: 100px 0px;
}

.motorbike-for-sale-contact .header-html .text-center {
   margin-bottom: 70px;
}

.motorbike-for-sale-contact .form-control {
   background-color: #000;
   border-bottom: 2px solid #fff;
   color: #fff;
}

.motorbike-for-sale-contact .legend {
   display: none;
}

.motorbike-for-sale-contact .inputbox .validation-highlight {
    background-color: #000 !Important;
}

@media(max-width: 1450px){
    .motorbike-for-sale-list .item-list .model {
        font-size: 40px;
        overflow-wrap: break-word;
        white-space: initial;
        line-height: 40px;
    }

    .motorbike-for-sale-list .item-list {
        padding-bottom: 0px;
    }
}

@media(max-width: 991px){
  .motorbike-for-sale-list .item-list .model {
      font-size: 25px;
  }

   .black-section {
      padding: 50px 0px;
   }

   .motorbike-for-sale-title {
      padding-top: 50px;
   }

   .motorbike-for-sale-list .item-list .price {
      margin-top: 15px;
      float: none;
   }

    .motorbike-for-sale-list .item-list .btn.btn-primary {
       float: none;
    }

    .motorbike-for-sale-list .motorbike-carousel {
       margin-left: 0px;
    }

	.motorbike-for-sale-list .item-list:nth-child(1) {
		padding-top: 0px;
	}

	.motorbike-for-sale-list .item-list .brand {
		margin-bottom: 15px;
	}

	.motorbike-for-sale-list .item-list .text {
		margin-bottom: 50px;
	}

	.black-section .motorbike-for-sale-list .subtitle {
		padding-top: 0px;
	}

	.motorbike-for-sale-contact {
		padding: 50px 0p;
	}

	#section-49408 .item-list {
		margin-bottom: 50px;
	}

	.motorbike-for-sale-contact .header-html .text-center {
		margin-bottom: 50px;
	}
}

@media(max-width: 767px){

   .black-section {
      padding: 30px 0px;
   }

     .motorbike-for-sale-title {
      padding-top: 30px;
   }

   .motorbike-for-sale-list .subtitle {
      padding-top: 30px;
      padding-top: 15px;
      font-size: 22px;
   }

   .motorbike-for-sale-list .item-list:nth-child(1){
      padding-top: 10px;
   }

   .motorbike-for-sale-list .item-list .model {
      font-size: 20px;
      padding-right: 77px;
   }

   .motorbike-for-sale-list .item-list .brand {
      margin-bottom: 10px;
   }

   .motorbike-for-sale-title .text,
   .motorbike-for-sale-list .text {
       margin-bottom: 15px;
    }

     .motorbike-for-sale-list .item-list .price {
      margin-top: 10px;
      text-align: left;
      font-size: 22px;
   }

   .motorbike-for-sale-list .list {
      padding: 0px 0px 0px 30px;
      max-width: 100%;
   }

   .motorbike-for-sale-list .list > .active {
      margin-right: 0px !IMPORTANT;
      width: 100% !important;
   }

   .motorbike-for-sale-list .item-list .owl-prev {
      left: 40px;
   }

   .list .owl-prev {
      top: 35px !Important;
      right: 44px !Important;
      left: auto !Important;
   }

   .list .owl-next {
      top: 35px !Important;
      right: 0px !Important;
   }

   .black-section .motorbike-for-sale-list .item-list .brand {
      font-size: 18px;
   }

	.motorbike-for-sale-list .item-list .text {
		margin-bottom: 30px;
	}

	.motorbike-for-sale-contact {
		padding: 30px 0px;
	} 

	.motorbike-for-sale-title .section-title {
		margin-bottom: 20px;
	}

	#section-49408 .subtitle {
		margin-top: 30px;
	}

	#section-49408 .item-list {
		margin-bottom: 30px;
	}

	.motorbike-for-sale-contact .header-html .text-center {
		margin-bottom: 30px;
	}
}
/* ---------------------------------------------------------------------------------------------- */


/* Contatti
------------------------------------------------------------------------------------------------- */
#mapContainer48777 {
   max-width: 100% !important;
}

/* ---------------------------------------------------------------------------------------------- */


/* Banner Cookie
------------------------------------------------------------------------------------------------- */
.cookie-consents {
    z-index: 9999 !Important;
}

.cookie-consents a:hover {
	color: #fff;
}

.cookie-consents .cookie-buttons a.evidence {
	background-color: #D813B0 !Important;
}

.cookie-consents .cookie-buttons a.evidence:hover {
	background-color: #fff !Important;
}

input#tct1InputCheckbox {
  height: 13px !important;
}

.cookie-consents .cookie-options .tab-cookie-type-options label {
  color: #FFF;
}

.change-cookie-consents {
	background-color: #D813B0;
	color: #FFF;
	padding: 2px 10px;
	font-size: 16px;
	display: inline-block;
}
/* ---------------------------------------------------------------------------------------------- */



/* Modifiche checkout
------------------------------------------------------------------------------------------------- */
.checkout-shopping-cart .shopping-cart-info .next-step.btn-checkout a {
    background-color: #EFFF00 !Important;
    border-color: #EFFF00 !Important;
    color: #000 !Important;
}

.checkout-shopping-cart .shopping-cart-info .next-step.btn-checkout a:hover {
	background-color: #000 !Important;
    border-color: #000 !Important;
    color: #fff !Important;
}

.checkout-client-shipping .clients-shipping-info .shipping-methods .list .item.selected:after,
.checkout-client-shipping .clients-shipping-info .client-address .list .item.selected:after,
.checkout-client-shipping .clients-shipping-info .client-invoice .list .item.selected:after {
	background-color:  #EFFF00 !Important;
    color: #000 !Important;
}

.checkout-summary-confirm .payment-info .btn-confirm-order > a {
	background-color:  #EFFF00 !Important;
    color: #000 !Important;
    border-color: #EFFF00 !Important;
}

.checkout-summary-confirm .payment-info .btn-confirm-order > a:hover {
	background-color:  #000 !Important;
    color: #fff !Important;
    border-color: #000 !Important;
}

.checkout-client-shipping .clients-shipping-info .shipping-methods .list .item {
	padding-left: 92px !important;
}

.checkout-client-shipping .clients-shipping-info .shipping-methods .list .item:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 50%;
    left: 17px;
    top: 16px;
}

.checkout-client-shipping .clients-shipping-info .shipping-methods .list .item:hover:before,
.checkout-client-shipping .clients-shipping-info .shipping-methods .list .item.selected:before{
	background-color: #000 !Important;
}

.checkout-client-shipping .clients-shipping-info .shipping-methods .list .item img {
	left: 47px !important;
	max-width: 40px !important;
}

.checkout-client-shipping .clients-shipping-info .client-address .list .item:before,
.checkout-client-shipping .clients-shipping-info .client-invoice .list .item:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 50%;
    left: 17px;
    top: 16px;
}


.checkout-client-shipping .clients-shipping-info .client-address .list .item:hover:before,
.checkout-client-shipping .clients-shipping-info .client-address .list .item.selected:before,
.checkout-client-shipping .clients-shipping-info .client-invoice .list .item:hover:before,
.checkout-client-shipping .clients-shipping-info .client-invoice .list .item.selected:before {
	background-color: #000;
}

.checkout-client-shipping .clients-shipping-info .client-address .list .item,
.checkout-client-shipping .clients-shipping-info .client-invoice .list .item{
	padding: 10px 20px 10px 50px !important;
}

.checkout-client-shipping .clients-shipping-info .shipping-methods .list .item .price,
.checkout-client-shipping .clients-shipping-info .shipping-methods .list .item .free,
.checkout-client-shipping .clients-shipping-info .shipping-methods .list .item .still-not-computable {
      display: none;
}

.checkout-client-shipping .clients-shipping-info .shipping-methods .list .item .delivery-cost-zone {
	 background-color: #D813B0;
	 color: #fff;
	 display: inline-block;
	 padding: 3px 10px;
	 margin-top: 10px;
}
/* ---------------------------------------------------------------------------------------------- */



/* Avvisi
------------------------------------------------------------------------------------------------- */
.notice {
	top: 50%;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 9999;
	transform: translate(-50%, -50%);
	left: 50%;
}

.notice .info {
	position: relative;
	max-width: 991px;
	margin: 0 auto;
	background-color: #D813B0;
	padding: 50px;
	font-size: 21px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.8);
	background-size: cover;
	position: relative;
	padding: 100px 100px 100px 330px;
}

.holiday-notice .info {
	text-align: center;
	padding: 0px;
}

.notice .info:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: 0;
    height: 0;
    border-top: 400px solid #000;
    border-right: 400px solid transparent;
    z-index: 1;
}

.holiday-notice .info:before {
	display: none;
}

.notice .info:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 500px solid #000;
    border-right: 400px solid transparent;
}

.holiday-notice .info:after {
	display: none;
}

.notice .info .overlay {
    background-color: #D813B0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.5;
    left: 0px;
}

.notice .info .title {
	font-size: 45px;
	margin-bottom: 20px;
	display: block;
	font-family: Ethnocentric;
	z-index: 1;
	position: relative;
	padding-top: 50px;
}

.notice .info .oblique-title {
    display: block;
    font-family: Ethnocentric;
    position: absolute;
    left: 6px;
    top: 19%;
    transform: rotate(316deg);
    z-index: 2;
    font-size: 64px;
    color: #D813B0;
}

.holiday-notice .text {
	color: #000;
	font-size: 30px;
	margin-bottom: 25px;
	padding: 0px 50px;
}

.holiday-notice .small-text {
	color: #000;
	font-size: 20px;
	margin-bottom: 30px;
	padding: 0px 50px;
}

.holiday-notice  .white-text {
	font-size: 34px;
	margin-bottom: 30px;
	padding: 0px 50px;
}

.notice .info .message {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-family: Ethnocentric;
    font-size: 18px;
}

.notice .info .message strong {
 font-size: 40px;
}

.holiday-notice .bottom-image {
	background-color: #000;
	position: relative;
	margin-top: 50px;
}

.holiday-notice .bottom-image img {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -150px;
}

.holiday-notice .bottom-image .slogan {
	text-transform: uppercase;
	font-family: 'Ethnocentric';
	padding: 40px;
	display: block;
	font-size: 25px;
}

.holiday-notice .bottom-image .slogan span {
	color: #D813B0;
}

.notice .info a.close-notice {
	color:#fff;
    padding-left: 10px;
    z-index: 1;
}

.notice .info i {
    padding: 5px;
}

.notice .close-notice {
    font-size: 30px;
	display: block;
	position: absolute;
	top: 15px;
	right: 15px;
}


.notice .btn.btn-primary  {
     background-color: #000;
     margin-top: 30px;
     z-index: 1;
     position: relative;
     border-color: #000;
}

.notice .btn.btn-primary:hover {
        background-color: #fff;
        border-color: #fff;
}

@media(max-width: 991px){
	.notice {
		width: 80%;
	}

	.notice .info .oblique-title {
		font-size: 45px;
	}

	.notice .info .title {
		font-size: 27px;
	}

	.notice .info .message {
		font-size: 13px;
	}

	.notice .info {
		padding: 50px 50px 50px 250px;
	}

	.holiday-notice .info {
		padding: 0px;
	}

	.notice .info:before {
		border-top: 300px solid #000;
		border-right: 300px solid transparent;
	}

	.notice .info:after {
	    border-bottom: 300px solid #000;
	    border-right: 300px solid transparent;
	}

	.notice .info .oblique-title {
		top: 29%;
		font-size: 30px;
	}
}

@media(max-width:767px){
	.notice {
	  transform: none;
	  left: 50%;
	  top: 62px;
	  margin-left: -40%;
	}
	.notice .info {
	  padding: 50px 30px 30px 30px;
	  font-size: 18px;
	}

	.holiday-notice .info {
		padding: 0px;
	}
	
	.notice .info .title {
	  font-size: 18px;
	  margin-bottom: 10px;
	  color: #000;
	}

	.holiday-notice .info .title {
		color: #fff;
		padding-top: 50px;
	}

	.holiday-notice .info .text {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.holiday-notice .info .small-text {
		font-size: 15px;
		margin-bottom: 15px;
	}

	.holiday-notice .info .white-text {
		font-size: 16px;
	}
	
	.notice .close-notice {
	  top: 10px;
	  right: 10px;
	}

	.notice .info:after {
	    border-bottom: 0px solid #000;
	    border-right: 0px solid transparent;
	}

	.notice .info:before {
		border-top: 0px solid #000;
		border-right: 0px solid transparent;
	}

	.notice .info .oblique-title {
		transform: rotate(0deg);
		color: #fff;
		position: absolute;
		top: 20px;
		left: 50%;
		margin-left: -40.5px;
		font-size: 18px;
		color: #000;
	}

	.notice .info .message strong {
		font-size: 22px;
	}

	.notice .info .message {
		font-size: 12px;
	}

	.notice .btn.btn-primary {
		margin-top: 10px;
	}

	.holiday-notice .bottom-image {
		margin-top: 30px;
	}

	.holiday-notice .bottom-image img {
		max-width: 150px;
		margin-left: -75px;
		top: -16px;
	}

	.holiday-notice .bottom-image .slogan {
		padding: 20px;
		font-size: 16px;
	}

}

@media(max-width:370px){
	.notice .info .title {
	  font-size: 15px;
	}

	.notice .info {
		padding: 50px 15px;
	}
}
/* ---------------------------------------------------------------------------------------------- */



/* Slider prezzi
------------------------------------------------------------------------------------------------- */
.ui-widget-content .ui-state-default {
  background-color: #D813B0 !important;
  border-radius: 50%;
  border: 1px solid #D813B0 !important;
  top: -7px !important;
  width: 15px !important;
  height: 15px !important;
}

.ui-widget-content {
	height: 4px !important;
	background-color: #DFDEDD !important;
}

.ui-widget-header {
  	background-color: #D813B0 !important;
}
/* ---------------------------------------------------------------------------------------------- */



/* Configuratore 3D
------------------------------------------------------------------------------------------------- */
.configuratore-3d-section {
  	margin-top: 100px;
}

.video-wrapper {
    position: relative;
}

.countdown-section .video-mute{
	top: 200px;
	right: 47px;
}

#countdown {
    background-color: #D813B0;
    position: absolute;
    display: inline-block;
    top: 50px;
    right: 50px;
    padding: 0px 30px;
    z-index: 2;
}

#countdown .item {
    float: left;
    position: relative;
    z-index: 5;
    color: #fff;
    margin: 15px;
    font-size: 60px;
    font-family: Ethnocentric;
}

#countdown .item span {
    font-size: 40px;
    font-style:normal;
    font-style: italic;
}

@media(max-width: 1200px){
	#countdown .item {
	    font-size: 50px;
	} 
}

@media(max-width: 991px){
	.configuratore-3d-section {
  		margin-top: 50px;
	} 

	.video-wrapper .video-mute {
		top: 35px;
	}

	#countdown {
		position: relative;
		top: 0px;
		left: 50%;
		margin-left: -195px;
		right: 0px;
		margin-bottom: 30px;
		padding: 0px;
	}

	#countdown .item,
	#countdown .item span {
	    font-size: 30px;
	} 
  
  	.configuratore-3d-section .section-title h2 {
		font-size: 30px;
	}
}

@media(max-width: 767px){
	.configuratore-3d-section {
  		margin-top: 15px;
	 } 

	.countdown-box {
		text-align: center;
	}
	
    #countdown {
  		margin-left: 0px;
		left: 0px;
  	}

	#countdown .item {
		padding: 0px;
		font-size: 18px;
	}
	#countdown .item span {
	    font-size: 18px;
	} 
  
  	.configuratore-3d-section .section-title h2 {
		font-size: 22px;
	}
}

@media(max-width: 400px){

	.countdown-box {
		text-align: center;
	}
	
	#countdown {
		left: 0px;
		margin-left: 0px;
	}

	#countdown .item {
		padding: 0px;
		font-size: 15px;
		margin: 7px;
	}
	#countdown .item span {
	    font-size: 15px;
	} 
}
/* ---------------------------------------------------------------------------------------------- */




/* Cookie
------------------------------------------------------------------------------------------------- */

.cookie-consents .main-change-cookie-consents a {
	background-color: #D813B0 !important;
}

/* ---------------------------------------------------------------------------------------------- */



/* Configuratore 3D Fixed Link
------------------------------------------------------------------------------------------------- */
.configuratore-fixed-section {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1;
    pointer-events: none;
}

.configuratore-fixed-link {
    background-size: cover;
    height: 300px;
    width: 600px;
    position: relative;
    display: block;
}

.configuratore-fixed-link img {
	max-width: 100%;
	pointer-events: all;
	clip-path: polygon(74% 6%, 83% 5%, 88% 19%, 89% 33%, 90% 41%, 91% 51%, 93% 55%, 96% 61%, 98% 66%, 98% 77%, 99% 83%, 100% 93%, 99% 100%, 98% 100%, 93% 100%, 82% 100%, 72% 100%, 61% 100%, 60% 100%, 50% 100%, 44% 99%, 36% 100%, 31% 100%, 26% 100%, 23% 100%, 13% 99%, 9% 89%, 10% 79%, 10% 79%, 12% 69%, 16% 64%, 22% 61%, 30% 60%, 40% 60%, 51% 63%, 56% 61%, 60% 61%, 62% 55%, 65% 47%, 67% 30%, 68% 22%, 71% 13%);
}

.configuratore-fixed-link .text {
    position: absolute;
    left: 81px;
    color: #fff;
    bottom: 22px;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 10;
    padding: 20px 50px;
    font-size: 13px;
}

.configuratore-fixed-link .text:hover {
	color: #fff;
}

@media(max-width: 991px) {

	.configuratore-fixed-section {
		z-index: 9;
		pointer-events: auto;
		bottom: 50px;
	}
	
	.configuratore-fixed-section-xs {
		bottom: 50px;
		
	}
	
	.configuratore-fixed-link-xs {
		background-color: #D813B0;
		position: relative;
		transition: all 0.4s ease 0s;
		font-size: 12px;
		height: auto;
		width: 306px;
	}

	.configuratore-fixed-link-xs.scrolled {
	width: auto;
	height: auto;
	margin-right: -215px;
	}

	.configuratore-fixed-link-xs .info {
		color: #FFF;
		display: inline-block;
	}

	.configuratore-fixed-link-xs .info:hover {
		opacity: 0.8;
	}

	.configuratore-fixed-link-xs .icon {
		height: 70px;
		float: left;
		padding: 2px 5px;
		margin: 5px 0 0 5px;
	}

	.configuratore-fixed-link-xs .icon img {
		height: 67px;
		clip-path: none;
	}
	
	.configuratore-fixed-link-xs .info .text {
		padding: 14px 0;
		position: relative;
		right: auto;
		bottom: auto;
		width: 289px;
		font-size: 16px;
		line-height: 23px;
		left: auto;
	}
	
	.configuratore-fixed-link-xs .toggle {
		position: absolute;
		background-color: #333;
		left: -12px;
		width: 25px;
		height: 25px;
		text-align: center;
		color: #FFF;
		border-radius: 50%;
		line-height: 25px;
		top: 6px;
		font-weight: 900;
	}

	.configuratore-fixed-link-xs .toggle:hover {
	  background-color: #CCC;
	}
	
}

.regulation-section .section-body {
	font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif
}

/* ---------------------------------------------------------------------------------------------- */