
.maincontent {
	display: flex;
	justify-content: stretch;
	width: 100%;

	.component-container {
		padding: 0px;
		width: 100%;
	}

}



.mainsliderFull
{
	display: block;
    width: 100%;
    min-height: 100vh;
    height: auto;
    clear: both;
    padding: 0 0 0px;
    position: relative;
    top: 0px;
    z-index: 0;
    margin: 0px auto 0px;
    opacity: 1;
    z-index: 2;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
}

.mainsliderFullKraftmeister
{
	display: block;
    width: 100%;
    min-height: 100vh;
    height: auto;
    clear: both;
    padding: 0 0 0px;
    position: relative;
    top: 0px;
    z-index: 0;
    margin: 0px auto 0px;
    opacity: 1;
    z-index: 2;
        height: 100vh;
    height: 100svh;
    overflow: hidden;
}


.homepage .mainsliderFull video,
.homepage .mainsliderFullKraftmeister video
 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: 177.77777778vh;
	min-width: 100%;
	min-height: 56.25vw;
}


.homepage .mainsliderFull video,
.homepage .mainsliderFullKraftmeister video
{
	height: 100%;
	width: 100%;
	object-fit: cover;
}




.mainsliderFullKraftmeister .pattern-pic{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  opacity: 1;
}

.mainsliderFullKraftmeister .pattern-pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.mainsliderFullKraftmeister{
  padding: 180px 2rem 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1279px) {
.mainsliderFullKraftmeister{
  height: auto;
  padding: 90px 2rem 40px;
  min-height: auto;
}
}

.mainsliderFullKraftmeister .main-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1279px) {
.mainsliderFullKraftmeister .main-container {
  gap: 1.5rem;
}
}

.mainsliderFullKraftmeister .main-container .hero-cta{
 display: flex;
 justify-content: center;
 text-align: center;
}


.mainsliderFullKraftmeister .main-container .hero-cta a{
  margin: 0 auto;
  background-color: #000;
  color: #fff;
}

.mainsliderFullKraftmeister .main-container .hero-cta a:hover{
  background-color: #fff;
  color: #000;
}

.mainsliderFullKraftmeister .main-container .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

@media (max-width: 1279px) {
  .mainsliderFullKraftmeister .main-container .container {
    flex-direction: column;
    gap: 5px;
  }
  .mainsliderFullKraftmeister .main-container .container .graphic-pic {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1280px) {
  .mainsliderFullKraftmeister .main-container .container .date-pic {
    order: -1;
  }
}

.mainsliderFullKraftmeister .main-container .container .date-pic img,
.mainsliderFullKraftmeister .main-container .container .location-pic img {
  height: 26px;
  width: auto;
}

@media (max-width: 550px) {
  .mainsliderFullKraftmeister .main-container .container .date-pic img,
  .mainsliderFullKraftmeister .main-container .container .location-pic img {
    height: 16px;
  }
}


.mainsliderFullKraftmeister .graphic-pic img{
  max-height: 500px;
}

@media (max-width: 1279px) {
.mainsliderFullKraftmeister .graphic-pic img{
  max-height: 400px;
}
}



@media (max-height: 700px) {
.mainsliderFullKraftmeister .graphic-pic img{
  max-height: 400px;
}
}




.eventDescriptionSection{
  display: block;
  margin: 0px auto 0;
  padding: 200px 20px 0;
}

@media (max-width: 979px) {
  .eventDescriptionSection{
  padding: 150px 20px 90px;
}
}

.eventDescriptionSection div{
margin: 0 auto;
  max-width: 570px;
}

@media (max-width: 979px) {
.eventDescriptionSection div{
margin: 0 auto;
  max-width: 620px;
}
}

.eventDescriptionSection h2 {
  font-weight: 500;
  color: #000;
  font-size: 32px;
  line-height: 48px;
  letter-spacing: 10px;
  text-transform: uppercase;
  display: block;
  clear: both;
}


@media (max-width: 500px) {
    .eventDescriptionSection h2{
        font-size: 22px;
        line-height: 32px;
        letter-spacing: 4px;
    }
}


.eventDescriptionSection p {
  margin: 0 auto;
}

.eventDescriptionSection p.desktop {
  display: block;
}

.eventDescriptionSection p.mobile {
  display: none;
}

@media (max-width: 1279px) {
  .eventDescriptionSection p.desktop {
    display: none;
  }

  .eventDescriptionSection p.mobile {
    display: block;
  }
}
















.ticketsSection {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  padding: 30px;
  gap: 30px;
}
.ticketsSection > i {
  font-size: 3rem;
}
.ticketsSection > p {
  max-width: 400px;
  line-height: 1.4;
}
.ticketsSection > p b {
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
}
.ticketsSection > p a {
  color: #fff;
  text-decoration: underline;
}



@media (max-width:550px){
.ticketsSection {
  padding: 15px;
  gap: 15px;
}
.ticketsSection > p {
  max-width: 270px;
}
.ticketsSection b {
  margin-bottom: 5px;
  max-width: 220px;
}
.ticketsSection > i {
  font-size: 3rem;
}
.ticketsSection a {
  margin-top: 5px;
  display: block;
  clear: both;
  max-width: max-content;
  color: #fff;
  text-decoration: underline;
}
  }


#newsletterFormID{
scroll-margin-top: 100px;
}



h2.sectionTitle {
  font-weight: 500;
  font-size: 35px;
  line-height: 48px;
  letter-spacing: 7px;
  text-transform: uppercase;
  position: relative;
  margin: 10px 0;
}

h2.sectionTitle span {
  font-weight: 300;
}


.introEventSection,
.historyEventSection {
  max-width: 100%;
  display: flex;
  margin: 200px auto;
  padding: 0px;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
	max-width: 1920px;
}

.introEventSection .leftHomeSectionBox,
.historyEventSection .leftHomeSectionBox {
  margin: 0 auto;
  padding: 0px;
  background: #fff;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  flex: 0 1 auto;
}

.introEventSection .imageContent,
.historyEventSection .imageContent  {
  display: flex;
  flex: 0 1 1000px;
  order:-1;
  height: 50vh;
  height: 50svh;
	overflow: hidden;
}

@media screen and (min-width:979px){
.introEventSection .imageContent,
.historyEventSection .imageContent {
  height: calc(100vh - 100px);
  height: calc(100svh - 100px);
}
}


.introEventSection .leftHomeSectionBox .textContent,
.historyEventSection .leftHomeSectionBox .textContent
 {
  position: relative;
  left: 0px;
  padding: 0px 40px;
  max-width: 620px;
}







.introEventSection .leftHomeSectionBox .textContent h2, 
.historyEventSection .leftHomeSectionBox .textContent h2 
{
  color: #000;
}

.introEventSection .leftHomeSectionBox .textContent h3,
.historyEventSection .leftHomeSectionBox .textContent h3
 {
  margin: 0;
  font-style: italic;
	font-size: 1.4rem;
	font-weight: 400;
}

.introEventSection .leftHomeSectionBox .textContent p,
.historyEventSection .leftHomeSectionBox .textContent p
 {
  margin: 0 0 25px 0;
}

.introEventSection .leftHomeSectionBox .textContent,
.historyEventSection .leftHomeSectionBox .textContent{
  margin-top: 30px;
}

.introEventSection .leftHomeSectionBox .textContent a+a, 
.historyEventSection .leftHomeSectionBox .textContent a+a 
{
  margin-left: 20px;
}






@media screen and (min-width: 979px) and (max-width:1279px) {

  .introEventSection .imageContent,
  .historyEventSection .imageContent {
    width: 30%;
  }

  .introEventSection .leftHomeSectionBox,
  .historyEventSection .leftHomeSectionBox {
    width: 70%;
  }
}

@media screen and (max-width:979px) {

  .introEventSection {
    margin: 0 auto;
    padding: 0;
display: block;
  }

  .historyEventSection {
    margin: 0;
    padding: 0;
display: block;
  }

  .introEventSection .imageContent,
  .historyEventSection .imageContent {
    display: block;
  }

  .imageContent {
    width: 100%;
    display: block;
    height: 100%;
}

  .introEventSection .leftHomeSectionBox,
  .historyEventSection .leftHomeSectionBox {
    width: 100%;
    padding: 60px 20px;
  }

  .introEventSection .leftHomeSectionBox .textContent,
  .historyEventSection .leftHomeSectionBox .textContent {
    padding: 0;
    margin: 0 auto;
  }
}











.locationsSection .imageContent {
  height: 100%;
}


.imageContent .swiper {
  width: 100%;
  height: 100%;
  display: block;
	padding: 0;
}

.imageContent .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
}

.imageContent .swiper-slide a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.imageContent .swiper-scrollbar {
  display: none;
}

.imageContent .swiper-pagination {
  bottom: 20px !important;
}

.imageContent .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
  width: 10px;
  height: 10px;
}

.imageContent .swiper-pagination-bullet-active {
  background-color: #000000 !important;
  opacity: 1;
  box-shadow: none;
  width: 20px;
  height: 20px;
  border: 3px solid #fff;
  position: relative;
  top: 4px;
}

.imageContent .swiper .swiper-button-next,
.imageContent .swiper .swiper-button-prev {
  background: #fff !important;
  color: #000000 !important;
	bottom: auto !important;
	top: 50% !important;
	transform: translate(0%, -50%)!important;
	width: 60px!important;
	height: 60px!important;

}

.imageContent .swiper .swiper-button-next {
  right: 0;
}

.imageContent .swiper .swiper-button-prev {
  left: 0;
}




@media screen and (max-width:979px){
.imageContent .swiper-horizontal>.swiper-pagination-bullets, 
.imageContent .swiper-pagination-bullets.swiper-pagination-horizontal,
.imageContent .swiper-pagination-custom, 
.imageContent .swiper-pagination-fraction{
      right:0;
      left:0;
      padding: 0px 70px;
      margin: 0 auto;
      text-align: center;
      max-width: none;
      line-height: 16px;
      bottom: 20px!important;
  }
/*   .imageContent .swiper-button-next,
  .imageContent .swiper-button-prev
  {
      width: 40px!important;
  }
  .imageContent .swiper-button-next:after, 
  .imageContent .swiper-button-prev:after {
      font-size: 30px;
  } */

 .imageContent .swiper-pagination-bullet{
      width: 6px; height: 6px;
  }
 
  .imageContent .swiper-pagination-bullet-active{
      border: 5px solid #000;
      top: 2px;
  }

  .imageContent .swiper-button-next,  
  .imageContent .swiper-button-prev{

  }


}






.counterSection {
  background-color: #000;
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 150px 0;
  gap: 6rem;

  /* padding-right: 38%; */
  isolation: isolate;
}

.counterSection .textContent {
  display: inline-block;
  text-align: center;
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
/*   padding: 0px 10%; */
}

.counterSection .textContent h2 {

  color: #ffffff;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 10px;
  text-transform: uppercase;
  position: relative;
  margin: 0;
}

.counterSection .textContent img {
  max-width: 550px;
  margin: 2rem auto;
}


@media (max-width: 650px) {
  .counterSection .textContent img {
  max-width: 100%;
}
}

.counterSection .textContent h2 span {font-weight: 300;}

.counterSection .textContent time {
  font-weight: 500;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.counterSection:hover .textContent time {
  opacity: 1;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.counterSection .textContent time small {
  font-size: 40%;
  vertical-align: middle;
}



.counterSection .flipper {
  display: inline-block;
/*   flex: 1 0 33%; */
  padding: 0;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -ms-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  max-width: 600px;
}

.counterSection:hover .flipper {
  opacity: 1;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -ms-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}


.counterSection .imageFaded {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
/*   width: 33%; */
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #000;
  background-color: rgba(254 59 31 / 1);
}




.counterSection .imageFaded img {
  object-fit: cover;
  object-position: center left;
  width: 100%;
  height: 100%;
  opacity: 0.15;
}



@media (max-width: 1279px) {

.counterSection .flipper{
  margin-top: 1rem;
}
}









.locationsSection {
  margin: 200px auto 0;
	max-width: 1920px;
  padding: 0;
  display: block;
  position: relative;
}

.locationsSection .titleDiv {
  width: 25%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  
}

.locationsSection .titleDiv h2 {
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.locationsSection .titleDiv h2 span {
  display: block;
  clear: both;
}




.locationsSection [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs] {
  border-radius: 0px;
  background: none;
  box-shadow: none;
}

.locationsSection [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs] > [data-rlta-element=button-list] {
  border-radius: 0px;
  background: none;
  margin: 0;
  padding: 0;
  display: flex;
  height: auto;
  justify-content: flex-end;
  border-top: none;
  flex: 0 0 100%;
	gap: 0;
}

.locationsSection [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button] {
  min-height: 300px;
  height: auto;
  display: flex;
  align-items: center;
  text-align: center;
  border: none;
  width: 25%;
  flex: 0 1 25%;
	padding: 0;
	border-radius: 0;
	position: relative;
	margin: 0;
}


.locationsSection [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button] h3 {
  display: flex;
	flex-direction: column;
  height: 100%;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  position: relative;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
	font-weight: 500;
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.locationsSection [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button] h3 span {
	font-weight: 300;
  position: relative;
  margin: 0;
}

.locationsSection [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button] h3 small{
	display: block;
	clear: both;
	background: #fff;
	color: #000;
	font-size: 12px;
	line-height: 1.2;
	padding: 5px 10px;
	letter-spacing: 4px;
	font-weight: 700;
	opacity: 0.7;
	margin: 10px 0 0;
	& span{
		display: block;
		clear: both;
		color: #000;
		font-size: 12px;
		line-height: 1.2;
		margin: 0;
	letter-spacing: 4px;
	font-weight: 500;
	}

	@media (max-width: 1024px) {
		letter-spacing: 0;
		& span{
		letter-spacing: 0;
		}
	}

	@media (max-width: 550px) {
		font-size: 11px;
		& span{
			font-size: 11px;
		}
	}
}




.locationsSection [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button][aria-selected="true"] h3 {
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  cursor: default;
}

.locationsSection [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button] h3:hover {
  background-color: rgba(0, 0, 0, 0.7) !important;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.locationsSection [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button][aria-selected="true"]:hover {
  background-color: rgba(0, 0, 0, 1) !important;
}


.locationsSection [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button].villaGrumelloTab {
  background: no-repeat url('../../../../../images/pagine/home/VillaGrumello.webp') center center / cover transparent;
}

.locationsSection [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button].villaSucotaTab {
  background: no-repeat url('../../../../../images/pagine/home/VillaSucota.webp') center center / cover transparent;
}

.locationsSection [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button].villaOlmoTab {
  background: no-repeat url('../../../../../images/pagine/home/VillaOlmo.webp') center center / cover transparent;
  position: relative;
	pointer-events: none;
}


@keyframes arrowtabs {
  0%   {bottom:40px;}
  50%  {bottom:50px}
  100% {bottom:40px}
}


.locationsSection [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button][aria-selected="true"]:after {content:'\f054'; font-family: "fontAwesome";color:#fff;position: absolute; bottom:30px;left:50%;transform: rotate(90deg);font-size: 1.2rem;line-height: 30px;margin-left: -8px;
  animation: arrowtabs 2s linear infinite;}








.locationsSection [data-rlta-element="panels"] {
  position: relative;
	border: none !important;
}

.locationsSection [data-rlta-element="panels"] [data-rlta-element="panel"] {
  max-width: 100%;
  display: block;
  margin: 0px auto 0;
  padding: 0px 0px;
  position: relative;
	border: none !important;
}

.locationsSection [data-rlta-element="panels"] [data-rlta-element="panel"] .leftHomeSectionBox {
  margin: 0 0 0 auto;
  padding: 150px 0px;
  background: #fff;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  height: 100%;
  width: 50%;
}


.locationsSection [data-rlta-element="panels"] [data-rlta-element="panel"] .leftHomeSectionBox .textContent {
  position: relative;
  left: 0px;
  padding: 0px 40px;
  max-width: 620px;
  color: #666;
}


@media screen and (max-width:979px) {
  .locationsSection [data-rlta-element="panels"] [data-rlta-element="panel"] .leftHomeSectionBox .textContent {
  padding: 0px;
}
}


.locationsSection [data-rlta-element="panels"] [data-rlta-element="panel"] .leftHomeSectionBox .textContent h2 {
  color: #000;
}

.locationsSection [data-rlta-element="panels"] [data-rlta-element="panel"] .leftHomeSectionBox .textContent h2 + h3 {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  margin: 0px 0 30px;
  padding: 0px;
  font-weight: 600;
  text-transform: uppercase;
  color: #999999;
}

.locationsSection [data-rlta-element="panels"] [data-rlta-element="panel"] .leftHomeSectionBox .textContent h2 span {}

.locationsSection [data-rlta-element="panels"] [data-rlta-element="panel"] .leftHomeSectionBox .textContent h3 {}

.locationsSection [data-rlta-element="panels"] [data-rlta-element="panel"] .leftHomeSectionBox .textContent p {
  margin: 0 0 25px 0;
}

.locationsSection [data-rlta-element="panels"] [data-rlta-element="panel"] .leftHomeSectionBox .textContent ul{

}

.locationsSection [data-rlta-element="panels"] [data-rlta-element="panel"] .leftHomeSectionBox .textContent ul li{

}



.locationsSection [data-rlta-element="panels"] [data-rlta-element="panel"] .leftHomeSectionBox .textContent ul li i,
.buyticketmodal ul li i
{
  
}



.locationsSection [data-rlta-element="panels"] [data-rlta-element="panel"] .imageContent {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}




.locationsSection [data-rlta-element="panels"] [data-rlta-element="panel"] .imageContent .navigatoreDiv {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 20;
  color: #fff;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none!important;
  gap: 10px;
}

.locationsSection [data-rlta-element="panels"] [data-rlta-element="panel"] .imageContent ul.navigatoreDiv li {
  text-shadow: 0px 0px 5px #000, 0px 0px 15px #000;
  list-style-type: none;
  padding: 0;
}

.locationsSection [data-rlta-element="panels"] [data-rlta-element="panel"] .imageContent ul.navigatoreDiv li a {
  text-shadow: none;
}




.textContent > ul{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}



















.ultimiArriviSection {
  max-width: 90%;
  display: block;
  margin: 0px auto 0;
  padding: 100px 0px 150px;
  max-width: 1600px;
}



.ultimiArriviSection h2 {
  font-weight: 500;
  color: #000;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 10px;
  text-transform: uppercase;
  display: block;
  clear: both;
  text-align: center;
}

.ultimiArriviSection h2 strong {
  font-weight: 300;
  color: #000000;
}

.ultimiArriviSection h3 {
  display: block;
  clear: both;
  text-align: center;
  margin: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}

.ultimiArriviSection [data-rlta-type="tabs"] {
  margin-top: 60px;
}


/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #666666;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 8px 0 6px;
  background-color: #666666;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-transform: uppercase;
  text-align: center;
}


.ribbon.km0 span {
  background-color: green;
}

.ribbon.noleggio span {
  background-color: #7fe3f7;
}

.ribbon.prenotata span {
  background-color: #666;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-top-left::before {
  top: 0;
  right: 0;
}

.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}

.ribbon-top-left span {
  right: -13px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before {
  top: 0;
  left: 0;
}

.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}

.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}

.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}

.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}

.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}

.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}

.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}

.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}




.overlayDiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  padding: 0;
  z-index: 40;
  display: flex !important;
  vertical-align: middle;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  background: rgba(252, 60, 32, 0.8);
}

.overlayDivContent {
  display: block;
  margin: 0 auto;
  clear: both;
  float: none !important;
  width: 100%;
  text-align: center;
}

.columnCarOnSlider {
  margin: 40px auto;
  padding: 0px;
  clear: both;
  float: none !important;
  max-width: 1560px;
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}

.introtextonslider {
  display: inline-block;
  clear: both;
  margin: 0 auto;
  text-align: center;
  padding: 0px 15px;
  position: relative;
}

.introtextonslider h1 {
  font-weight: 500;
  color: #fff;
  font-size: 36px;
  line-height: 48px;
  text-shadow: 0px 0px 10px #000;
  letter-spacing: 10px;
  text-transform: uppercase;
  position: relative;
  margin-right: -33px;
	margin-bottom: 0;
	line-height: 1.2;
}

.introtextonslider h1 span {
  font-weight: 300;
}

.introtextonslider h1 small {
  font-weight: 500;
  font-size: 16px;
  position: relative;
  top: -18px;
}

.introtextonslider img {
  display: block;
  clear: both;
  width: 500px;
  margin: 15px auto;
  max-width: 100%;
}

.introtextonslider time {
  font-weight: 500;
  color: #fff;
  font-size: 28px;
  line-height: 36px;
  text-shadow: 0px 0px 10px #000;
  letter-spacing: 2px;
  text-align: right;
  margin: 20px 0;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
}

.introtextonslider time small {
  font-size: 40%;
  vertical-align: middle;
}

.introtextonslider time span {
  display: block;
  clear: both;
  font-size: 40%;
  line-height: 1.6;
  vertical-align: middle;
  font-style: italic;
}

.introtextonslider p {
  color: #fff;
  max-width: 420px;
  margin: 0 auto 0px;
  padding: 0px 15px;
  font-style: italic;
  font-size: 0.8rem;
  /* opacity: 0.5; */
	line-height: 1.8;
}

.introtextonslider a {
  margin: 20px auto 0;
}


@media (max-width: 550px) {
  .introtextonslider time{
    font-size: 23px;
  }
}



.ultimiArriviSection .columnCar {
  margin: 40px auto 60px;
  padding: 0px;
  clear: both;
  float: none !important;
  max-width: 1600px;
}








.concessionariaHomeSection {
  display: block;
  clear: both;
  position: relative;
  width: 100%;
}

.concessionariaHomeSection .TopContentDiv {
  position: relative;
}

.concessionariaHomeSection .TopContentDiv .contentIn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  padding: 0 20px 0;
  z-index: 40;
  display: flex !important;
  vertical-align: middle;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}

.concessionariaHomeSection .TopContentDiv .contentIn .content {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.concessionariaHomeSection .TopContentDiv .contentIn .content h2 {
  font-weight: 500;
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  text-shadow: 0px 0px 10px #000;
  letter-spacing: 2px;
  text-transform: lowercase;
}

.concessionariaHomeSection .TopContentDiv .contentIn .content h2 span {
  font-weight: 900;
  color: #666666;
}

.concessionariaHomeSection .TopContentDiv .contentIn .content h3 {
  font-weight: 700;
  color: #666666;
  font-size: 40px;
  line-height: 50px;
  text-shadow: 0px 0px 10px #000;
  margin: 30px 0;
}

.concessionariaHomeSection .TopContentDiv .contentIn .content p {
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  line-height: 34px;
  text-shadow: 0px 0px 10px #000;
}



.concessionariaHomeSection .CenterContentDiv {
  text-align: center;
  display: block;
  padding: 150px 20px;
  margin: 0;
  background: #efefef;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efefef+1,f7f7f7+18,fcfcfc+31,e5e5e5+73,f9f9f9+100 */
  background: rgb(239, 239, 239);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(239, 239, 239, 1) 1%, rgba(247, 247, 247, 1) 18%, rgba(252, 252, 252, 1) 31%, rgba(229, 229, 229, 1) 73%, rgba(249, 249, 249, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(239, 239, 239, 1) 1%, rgba(247, 247, 247, 1) 18%, rgba(252, 252, 252, 1) 31%, rgba(229, 229, 229, 1) 73%, rgba(249, 249, 249, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(239, 239, 239, 1) 1%, rgba(247, 247, 247, 1) 18%, rgba(252, 252, 252, 1) 31%, rgba(229, 229, 229, 1) 73%, rgba(249, 249, 249, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f9f9f9', GradientType=0);
  /* IE6-9 */
}

.concessionariaHomeSection .CenterContentDiv .contentIn {
  text-align: center;
  display: inline-block;
  max-width: 1300px;
}

.concessionariaHomeSection .CenterContentDiv .contentIn h2 {
  font-weight: 500;
  color: #666666;
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 40px;
  letter-spacing: 2px;
  text-transform: lowercase;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.concessionariaHomeSection .CenterContentDiv .contentIn h2 strong {
  font-weight: 900;
  color: #000000;
}

.concessionariaHomeSection .CenterContentDiv .contentIn ul {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}

.concessionariaHomeSection .CenterContentDiv .contentIn ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0 20px;
  width: 24%;
  list-style-type: none;
}

.concessionariaHomeSection .CenterContentDiv .contentIn ul li h3 {
  font-weight: 900;
  color: #000000;
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
}



.concessionariaHomeSection .CenterContentDiv .contentIn ul li i,
.concessionariaHomeSection .CenterContentDiv .contentIn ul li i:before {
  display: inline-block;
  color: #666666 !important;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 5px;
}




.concessionariaHomeSection .BottomContentDiv {
  display: block;
  clear: both;
  margin: 0;
  padding: 150px 0;
  background: url('../../../images/pagine/home/indeciso_cta.jpg') center center / cover no-repeat;
}

.concessionariaHomeSection .BottomContentDiv .contentIn {
  max-width: 390px;
  padding: 40px;
  margin: 0px 0px 0px 40px;
  background: #666666;
}

.concessionariaHomeSection .BottomContentDiv .contentIn h2 {
  font-weight: 500;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 0px;
  margin: 0;
}

.concessionariaHomeSection .BottomContentDiv .contentIn h2 strong {
  font-weight: 900;
  color: #000000;
}

.concessionariaHomeSection .BottomContentDiv .contentIn p {
  margin: 15px 0 20px;
  display: block;
  color: #555;
}


.concessionariaHomeSection .BottomContentDiv .contentIn ul {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}

.concessionariaHomeSection .BottomContentDiv .contentIn ul li {
  display: block;
  margin: 10px 0px;
  padding: 0;
  list-style-type: none;
}

.concessionariaHomeSection .BottomContentDiv .contentIn ul li:nth-child(1) {
  margin-top: 0;
}

.concessionariaHomeSection .BottomContentDiv .contentIn ul li a {
  display: block;
}

.concessionariaHomeSection .BottomContentDiv .contentIn ul li a:focus,
.concessionariaHomeSection .BottomContentDiv .contentIn ul li a:hover {
  background-color: #fff;
}








.serviziSecondariSection {
  text-align: center;
  display: none;
  padding: 150px 20px;
  margin: 0;
  background: #fff;
}

.serviziSecondariSection .contentIn {
  text-align: center;
  display: inline-block;
  max-width: 1300px;
}

.serviziSecondariSection .contentIn h2 {
  font-weight: 500;
  color: #666666;
  font-size: 70px;
  line-height: 70px;
  margin-bottom: 40px;
  letter-spacing: 2px;
  text-transform: lowercase;
}

.serviziSecondariSection .contentIn h2 strong {
  font-weight: 900;
  color: #000000;
}

.serviziSecondariSection .contentIn ul {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}

.serviziSecondariSection .contentIn ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  padding: 0 20px;
  width: 32%;
  list-style-type: none;
}

.serviziSecondariSection .contentIn ul li h3 {
  font-weight: 700;
  color: #000000;
  margin: 30px auto 0;
  padding: 0;
  max-width: 200px;
}

.serviziSecondariSection .contentIn ul li img {
  margin: 0 auto;
  line-height: 0;
  display: block;
  box-shadow: 0px 0px 0px #666666;
}

.serviziSecondariSection .contentIn ul li:hover img {
  box-shadow: 10px 10px 0px #666666;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.serviziSecondariSection .contentIn ul li p {
  margin: 20px 0;
}

.serviziSecondariSection .contentIn ul li a {
  display: inline-block;
}




















.ultimiArriviSection,
.concessionariaHomeSection {
  display: none;
}





@media (max-width: 1279px) {

  .counterSection {
    flex-direction: column;
    gap: 1rem;
  }

  .counterSection .textContent {
    padding: 0;
    margin-bottom: 20px;
    margin-bottom: 0px;
  }

  .locationsSection .titleDiv h2,
	.locationsSection [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button] h3 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 4px;
    margin: 0;
  }


}


@media screen and (max-width:979px) {}






@media (max-width: 979px) {
  .introtextonslider h1 {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 6px;
    margin-right: -17px;
  }

  .introtextonslider h1 small {
    font-weight: 500;
    font-size: 12px;
    position: relative;
    top: -7px;
    left: -2px;
  }

  .introtextonslider h2 {
    font-size: 30px;
    line-height: 40px;
    max-width: 260px;
    margin: 0 auto;
  }


  .ultimiArriviSection h2 {
    font-size: 40px;
  }

  .ultimiArriviSection h3 {
    font-size: 30px;
    line-height: 40px;
    max-width: 400px;
    margin: 0 auto;
  }

  .concessionariaHomeSection .TopContentDiv .contentIn .content h2 {
    font-size: 40px;
  }

  .concessionariaHomeSection .TopContentDiv .contentIn .content h3 {
    font-size: 26px;
    line-height: 40px;
    max-width: 350px;
    margin: 0 auto;
  }

  .concessionariaHomeSection .TopContentDiv .contentIn .content p {
    font-size: 17px;
    line-height: 33px;
    max-width: 290px;
    margin: 12px auto 20px;
  }

  .concessionariaHomeSection .CenterContentDiv .contentIn h2 {
    font-size: 30px;
    line-height: 40px;
    max-width: 400px;
    margin: 0 auto;
  }


  .concessionariaHomeSection .BottomContentDiv .contentIn h2 {
    font-size: 30px;
  }

  .concessionariaHomeSection .CenterContentDiv .contentIn ul li {
    width: 48%;
    margin-bottom: 20px;
  }


  .serviziSecondariSection {
    padding: 100px 20px;
  }

  .serviziSecondariSection .contentIn h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .serviziSecondariSection .contentIn ul li {
    width: 48%;
    margin-bottom: 60px;
  }

  .serviziSecondariSection .contentIn ul li p {
    margin: 10px 0 15px;
  }


  .counterSection .imageFaded {
  /*  opacity: 0; */
  }

  .counterSection {
    padding: 50px 20px !important;
  }

  .counterSection .textContent {
    padding: 0;
  }

  .counterSection .flipper{
    width: 100%;
    display: block;
  }

  .counterSection .flipper{
   /*  display: none; */
   opacity: 1;
  }

  .locationsSection{
    margin-top: 100px;
  }

  .locationsSection [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs] > [data-rlta-element=button-list] {display: flex; flex-wrap: wrap;}

	.locationsSection [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button]{
    flex: 0 0 50%;
    min-height: 150px;
  }

  @keyframes arrowtabs {
    0%   {bottom:15px;}
    50%  {bottom:25px}
    100% {bottom:15px}
  }

	.locationsSection [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button][aria-selected="true"] {
    order: 5;
    flex: 0 0 100%;
    min-height: 150px;
  }


  .locationsSection .titleDiv {
    position: relative;
    width: 100%;
    height: 150px;
  }



  .locationsSection [data-rlta-element="panels"] [data-rlta-element="panel"] .leftHomeSectionBox{position: relative;width: 100%; padding: 20px 0;}
  .locationsSection [data-rlta-element="panels"] [data-rlta-element="panel"] .imageContent{position: relative;top:0;left:0;width: 100%;height: 400px;order: -1;}



}


@media (max-width: 500px) {
  .concessionariaHomeSection .CenterContentDiv .contentIn ul li {
    width: 100%;
    display: block;
    clear: both;
  }

  .concessionariaHomeSection .BottomContentDiv .contentIn {
    max-width: 355px;
    padding: 40px;
    margin: 0 auto;
  }

  .serviziSecondariSection .contentIn ul li {
    width: 100%;
    display: block;
    clear: both;
    padding: 0;
  }

  .serviziSecondariSection .contentIn ul li img {
    max-width: 200px;
    width: 100%;
  }

  h2.sectionTitle {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 4px;
  }




  h3 {
    font-size: 16px;

  }

  .introEventSection .leftHomeSectionBox .textContent a,
  .historyEventSection .leftHomeSectionBox .textContent a {
    margin: 0 !important;
    width: 100%;
  }
  .introEventSection .leftHomeSectionBox .textContent a i,
  .historyEventSection .leftHomeSectionBox .textContent a i{
    order: 1;
  }


.textContent > ul{
  flex-direction: column;
}


.textContent > ul a{
  width: 100%;
  max-width: none;
  justify-content: space-between;
  display: flex;
}

}



@media screen and (max-width:350px) {

  .introtextonslider h1 {
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 6px;
    margin-right: -6px;
  }

  .introtextonslider h1 small {
    display: none;
  }

	.locationsSection [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs] > [data-rlta-element=button-list] > [data-rlta-element=button] h3{
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 2px;
    margin: 0;
  }

}


@media (max-height: 740px) {

  .columnCarOnSlider .swiper-wrapper {
    margin-bottom: 0;
  }

}