@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

.sisal body {
	font-family: 'Roboto', sans-serif;
	color: #fff;
}

a:link,
a:visited,
a:hover,
a:active {
	border: none !important;
	outline: none !important;
}	

.sisal .medium {
	font-weight: 500;
}

.sisal .bg-slot {
	background: rgb(35,22,57);
	background: linear-gradient(180deg, rgba(35,22,57,1) 0%, rgba(50,31,155,1) 40%, rgba(50,31,155,1) 60%, rgba(35,22,57,1) 100%);
}

.sisal .bg-slot.natale {
	background: rgb(116,0,19);
    background: linear-gradient(0deg, rgba(116,0,19,1) 0%, rgba(163,0,31,1) 80%);
}

.sisal .bg-slot-image {
	background-image: url('../../img/torneoslot/bg_slot.png');
}

.sisal .full-h {
	height: 100%;
}

.sisal .slot,
.sisal .contain-block {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
}

.sisal .offonbg span {
	opacity: 1;
}

.sisal .offonbg.active span {
	margin-top: 5px;
	opacity: .8;
}

.sisal a.back {
	margin-right: 10px;
}
	
.sisal .si-970 {
	display: none;
}

.sisal .offon {
	position: relative;
}

.sisal .popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0,0,0,.60);
}

.sisal .popup.active {
	display: grid;
}

.sisal .popup .content-popup {
	background-color: #fff;
	max-width: 600px;
	min-width: 600px;
	max-height: 90vh;
	min-height: 480px;
	padding: 45px 50px 25px 50px;
	box-sizing: border-box;
	color: #666;
	font-size: 15px;
	line-height: 19px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	margin: 0 25px;
}

.sisal .popup .content-popup .content-head {
	background: rgb(192,129,114);
	padding: 25px;
	box-sizing: border-box;
	background: -moz-linear-gradient(0deg, rgba(192,129,114,1) 0%, rgba(112,66,45,1) 5%, rgba(154,101,74,1) 95%, rgba(192,129,114,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(192,129,114,1) 0%, rgba(112,66,45,1) 5%, rgba(154,101,74,1) 95%, rgba(192,129,114,1) 100%);
	background: linear-gradient(0deg, rgba(192,129,114,1) 0%, rgba(112,66,45,1) 5%, rgba(154,101,74,1) 95%, rgba(192,129,114,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c08172",endColorstr="#c08172",GradientType=1);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.sisal .popup .content-popup .desc {
	color: #666;
	background-color: #fff;
	padding: 25px;
	box-sizing: border-box;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.sisal .popup .content-popup .content-head h2 {
	margin: 0;
}

.sisal .close-pop {
	width: 20px;
	height: auto;
	position: absolute;
	top: 20px;
	right: 20px;
}

.sisal .close-pop img {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	display: block;
}

.sisal .btn-pop {
	margin-top: 25px;
}

.sisal .overflow {
	padding-bottom: 50px;
	box-sizing: border-box;
}	

.overflow::-webkit-scrollbar {
	width: 4px;
	height: 1px
}

.overflow::-webkit-scrollbar-button {
	width: 0;
	height: 0
}

.overflow::-webkit-scrollbar-thumb {
	background: #CBD402;
	border: 0 none #fff;
	border-radius: 5px;
}

.overflow::-webkit-scrollbar-thumb:hover {
	background: #333
}

.overflow::-webkit-scrollbar-thumb:active {
	background: #333
}

.overflow::-webkit-scrollbar-track {
	background: #888;
	border: 0 none #fff;
	border-radius: 5px;
}

.overflow::-webkit-scrollbar-track:hover {
	background: #888
}

.overflow::-webkit-scrollbar-track:active {
	background: #888
}

.overflow::-webkit-scrollbar-corner {
	background: 0 0;
}

.sisal a.underline {
	text-decoration: underline !important;
}

.sisal .titolo {
	max-width: 260px;
	height: auto;
	margin: 30px auto 15px auto;
}

.sisal .sottotitolo {
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	padding: 0 20px;
	box-sizing: border-box;
}

.sisal .countdown {
	background-color: rgba(0,0,0,.6);
	color: #fff;
	padding: 25px 20px;
	box-sizing: border-box;
	font-size: 17px;
	line-height: 19px;
	margin: 20px auto 0 auto;
}

.sisal .content-popup .countdown {
	background-color: transparent;
	color: inherit;
	margin: 0 auto;
}

.sisal #countdown p,
.sisal #countdown2 p {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	margin: 0 auto;
	font-weight: 700;
	padding: 0;

	&:last-child {
		font-size: 0.75rem;
		font-weight: 700;
		margin: 3em auto;
		padding: 0;
		letter-spacing: 0.1rem;

		>a {
			text-decoration: none;
			color: inherit;
			-moz-transition: all 0.2s ease-in;
			-o-transition: all 0.2s ease-in;
			-webkit-transition: all 0.2s ease-in;
			transition: all 0.2s ease-in;

			&:hover {
				color: #fff;
			}
		}
	}
}

.sisal #countdown .conteggio,
.sisal #countdown2 .conteggio {
	color: #fff;
	margin: 0 auto;
	line-height: 74px;
	font-size: 70px;
	font-weight: 900;

	ul {
		list-style-type: none;
		margin-bottom: 0;
		margin-left: 0;

		li {
			display: inline-block;
			margin-right: 2rem;
			width: 6rem;
		}
	}

	.timenumbers {
		display: block;
		line-height: 74px;
		font-size: 70px;
		font-weight: 900;
		margin: 0 auto;
		text-align: center;
	}

	p.timedescription {
		font-size: 0.5rem;
		font-variant: small-caps;
		line-height: 1.5rem;
		margin: 0 auto;
		text-align: center;
		position: relative;
		top: 0px;
	}
}

.sisal #countdown,
.sisal #countdown2 {
	position: relative;
	z-index: 4;
	margin-top: 20px;
}

.sisal #countdown .timenumbers,
.sisal #countdown2 .timenumbers {
	display: block;
	line-height: 65px;
	font-size: 60px;
	font-weight: 900;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	margin-top: -10px;
}

.sisal #countdown li,
.sisal #countdown2 li {
	width: 105px;
	height: 115px;
	text-align: center;
	background: rgb(104,90,183);
	background: linear-gradient(180deg, rgba(104,90,183,1) 0%, rgba(79,6,180,1) 50%, rgba(50,0,163,1) 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 6px 0 6px;
}

.sisal #countdown p,
.sisal #countdown2 p {
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

.sisal #countdown span,
.sisal #countdown2 span {
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.sisal .regolamento-titolo {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	padding: 0 20px 10px 20px;
	box-sizing: border-box;
}

.sisal .regolamento-titolo.sub {
	font-weight: 400;
	margin-top: 20px;
}	

.sisal .btn {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	background: rgb(90,183,108);
	background: linear-gradient(180deg, rgba(90,183,108,1) 0%, rgba(0,165,58,1) 50%, rgba(0,120,80,1) 100%);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px 40px;
	box-sizing: border-box;
	text-align: center;
	display: block;
	-moz-transition: all 0.2s ease-in;
	 -o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

 .sisal .card .btn {
	font-size: 17px;
	line-height: 19px;
	padding: 8px 32px;
	margin-top: 10px;
 }
 
 .sisal .btn.scopri {
	border: solid 2px #16A13B !important;
	padding: 6px 40px;
	color: #16A13B;
	background: #fff !important;
 }
 
 .sisal .card.your .btn {
	margin: 10px 5px 0 5px;
 }

.sisal .btn:hover {
	background: rgb(0,120,80);
	background: linear-gradient(180deg, rgba(0,120,80,1) 0%, rgba(0,165,58,1) 50%, rgba(90,183,108,1) 100%);
	-moz-transition: all 0.2s ease-in;
	 -o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.sisal .btn:active {
	background: rgb(0,120,80);
	background: linear-gradient(180deg, rgba(0,120,80,1) 0%, rgba(90,183,108,1) 100%);
	-moz-transition: all 0.2s ease-in;
	 -o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.sisal .m-top-btn {
	margin-top: 15px;
}

.sisal .btn2 {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	background-color: #CBD402;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px 60px;
	box-sizing: border-box;
	text-align: center;
	display: block;
	-moz-transition: all 0.2s ease-in;
	 -o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.sisal h1.titolo-blu {
	color: #251B71;
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
}

.sisal .sup-titolo-pop {
	font-size: 15px;
	line-height: 19px;
	font-weight: 500;
	color: #2B2B2B;
}

.sisal .titolo-pop {
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	color: #2B2B2B;
}

.sisal .content-popup p {
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	color: #2B2B2B;
}

.sisal .content-popup p.foot-pop {
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
}

.sisal .margin-pop-half {
	display: block;
	height: 15px;
}

.sisal .margin-pop {
	height: 30px;
}

.sisal .thumb-card img {
	width: 100%;
	height: auto;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.sisal .card.your .thumb-card img {
	-webkit-border-top-left-radius: 10px !important;
	-moz-border-radius-topleft: 10px !important;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 0 !important;
	-webkit-border-top-right-radius: 0 !important;
	-moz-border-radius-topright: 0 !important;
}

.sisal .box-cards .card {
	margin: 10px;
}

.sisal .box-cards .card.your {
	max-width: 400px;
}

.sisal .box-cards .desc-card,
.sisal .box-cards .desc-card-2 {
	background-color: rgba(0,0,0,.5);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	padding: 10px 15px 15px 15px;
	box-sizing: border-box;
}

.sisal .box-cards .desc-card-2 {
	padding: 30px 20px;
}

.sisal .box-cards .card.your .desc-card {
	-webkit-border-top-right-radius: 10px !important;
	-moz-border-radius-topright: 10px !important;
	border-top-right-radius: 10px !important;
	-webkit-border-bottom-right-radius: 0 !important;
	-webkit-border-bottom-left-radius: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
	-moz-border-radius-bottomleft: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom: solid 1px rgba(255,255,255,.5);
}

.sisal .box-cards .card.your .desc-card {
	padding: 15px;
}

.sisal .box-cards .card.your.riscaldamento-attivo .desc-card {
	-webkit-border-top-right-radius: 10px !important;
	-webkit-border-bottom-right-radius: 10px !important;
	-moz-border-radius-topright: 10px !important;
	-moz-border-radius-bottomright: 10px !important;
	border-top-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
	border-bottom: none !important;
}

.sisal .card.your.riscaldamento-attivo .thumb-card img {
	-webkit-border-top-left-radius: 10px !important;
	-webkit-border-bottom-left-radius: 10px !important;
	-moz-border-radius-topleft: 10px !important;
	-moz-border-radius-bottomleft: 10px !important;
	border-top-left-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
}

.sisal .box-cards .card.your .desc-card span {
	font-size: 13px;
	line-height: 15px;
	padding-top: 5px;
	display: block;
	font-weight: 400;
}

.sisal .info-btn {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	line-height: 13px;
	padding: 5px;
	box-sizing: border-box;
	width: 22px;
	height: 22px;
	border: solid 2px #fff !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.sisal .box-cards {
	padding: 40px 50px;
	box-sizing: border-box;
}

.sisal .box-cards-titolo {
	font-size: 30px;
	line-height: 34px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 30px;
}

.sisal .box-cards-titolo.your {
	margin-bottom: 20px;
}

.sisal .pre-cards {
	background-color: rgba(0,0,0,.2);
	padding: 30px 20px;
	box-sizing: border-box;
}

.sisal .label {
	color: #251B71;
}

.sisal .card-your-sub-titolo {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.sisal .att-dis {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #22AB4D;
	margin-top: 10px;
}

.sisal a.bonus-link {
	text-decoration: underline !important;
	font-size: 20px!important;
	line-height: 22px!important;
	color: #D9D9D9 !important;
	font-weight: 500!important;
}

.sisal .non-aderito {
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	color: #FF0000;
	margin-top: 10px;
}

.sisal .swiper-container {
    width: 100%;
    height: 100%;
}
    
.sisal .swiper-slide {
  	text-align: inherit;
  	font-size: inherit;
  	background: inherit;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	-webkit-justify-content: center;
  	justify-content: center;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	-webkit-align-items: center;
  	align-items: center;
}
   
.sisal .head-torneo {
	background-color: #5713A2;
	padding: 20px 30px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 25px;
}

.sisal .natale .head-torneo {
	background: rgb(116,0,19);
    background: linear-gradient(0deg, rgba(116,0,19,1) 0%, rgba(163,0,31,1) 80%);
}

.sisal .head-torneo a {
	color: #fff !important;
}

.sisal .titolo-page {
	font-size: 26px;
	line-height: 30px;
}

.sisal .object .thumb-card {
	position: relative !important;
}

.sisal .object .card .thumb-card img {
	object-fit: cover !important;
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
}

.sisal .div-cards:after {
	content: '';
	width: 100%;
	height: 3px;
	background-color: #1AAA48;
}

.sisal .box-cards.object .card {
    margin: 10px 0;
}

.sisal .box-cards.object .card.your .desc-card {
    padding: 15px 15px 30px 15px;
    box-sizing: border-box;
}

.sisal .box-cards.object .card:not(.play) .info-btn {
	display: none;
}

.sisal .card.your .linguetta {
	position: absolute;
	top: 0;
	left: 20px;
	padding: 5px 10px;
	box-sizing: border-box;
	font-weight: 700;
	font-size: 12px;
	display: block;
	z-index: 1;
	color: #fff;
	text-align: center;
	background: rgb(159,0,0);
	background: linear-gradient(180deg, rgba(159,0,0,1) 0%, rgba(255,0,0,1) 100%);
}

.sisal .card.play .btn {
	padding: 8px 10px;
    box-sizing: border-box;
    text-align: center;
}

.sisal .card.play .linguetta {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	top: -15px;
	font-size: 11px !important;
	line-height: 13px !important;
}

.sisal .card.play .linguetta strong {
	font-size: 18px !important;
	line-height: 20px !important;
}

.sisal .table {
	width: 80%;
	margin: 25px auto 50px auto;
}

.sisal .table-row {
	padding: 10px 20px;
	box-sizing: border-box;
}

.sisal .table-labels {
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
}

.sisal .table-row.table-values {
	background-color: rgba(0,0,0,.3);
	padding: 20px;
	box-sizing: border-box;
	margin: 0 0 5px 0;
	-moz-transition: all 0.2s ease-in;
	 -o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.sisal .table-row.table-values:hover,
.sisal .table-row.table-values.podio:hover,
.sisal .table-row.table-values.podio.first:hover,
.sisal .table-row.table-values.podio.second:hover {
	background-color: rgba(255,0,0,.3);
	-moz-transition: all 0.2s ease-in;
	 -o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.sisal .table-row.table-values.podio {
	padding: 30px 20px;
	background-color: rgba(92,79,193,.3);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	-moz-transition: all 0.2s ease-in;
	 -o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.sisal .table-row.table-values.podio.second {
	background-color: rgba(54,41,145,.5);
	-moz-transition: all 0.2s ease-in;
	 -o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.sisal .table-row.table-values.podio.first {
	background-color: rgba(44,25,145,.6);
	-moz-transition: all 0.2s ease-in;
	 -o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.sisal .natale .table-row.table-values.podio.third {
	background-color: rgba(191,0,19,.3);
}

.sisal .natale .table-row.table-values.podio.second {
	background-color: rgba(146,0,19,.5);
}

.sisal .natale .table-row.table-values.podio.first {
	background-color: rgba(116,0,19,.6);
}

.sisal .table-row.table-values.podio.current {
	background: rgb(159,0,0);
	background: linear-gradient(180deg, rgba(159,0,0,1) 0%, rgba(255,0,0,1) 100%);
	-moz-transition: all 0.2s ease-in;
	 -o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.sisal .table-n {
	font-size: 16px;
	line-height: 18px;
}

.sisal .table-premio,
.sisal .table-points {
	font-size: 18px;
	line-height: 20px;
}

.sisal .btn-end-table {
	margin: 20px auto;
}

.sisal .tabs-menu .tab {
	background-color: #362991;
	padding: 20px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	font-weight: 700;
    font-size: 22px;
    line-height: 26px;
	-moz-transition: all 0.2s ease-in;
	 -o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.sisal .tabs-menu .tab.finali {
	background-color: #5C4FC1;
	-moz-transition: all 0.2s ease-in;
	 -o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.sisal .tabs-menu .tab:hover,
.sisal .tabs-menu .tab.active {
	background-color: #201547;
	-moz-transition: all 0.2s ease-in;
	 -o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.sisal .tabs-content {
	display: none;
	-moz-transition: all 0.2s ease-in;
	 -o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.sisal .tabs-content.active {
	display: block;
	-moz-transition: all 0.2s ease-in;
	 -o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.sisal .tabs-content {
	padding: 50px;
	box-sizing: border-box;
}

.sisal .box-cards.object .tabellone {
    padding: 25px 20px 0 0;
}

.sisal .box-cards.object.tabellone .card.your {
    margin: 10px 0 0 20px;
}

.sisal .tabellone .div-cards.div-vert:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 175px;
    margin-left: -20px;
}

.sisal .div-cards:after,
.sisal .tabellone .div-cards.div-vert:before {
    background-color: #D1A100;
}

.sisal .tabellone .div-cards.div-vert {
    position: relative;
}

.sisal .card.your.card-finale {
	font-weight: 700;
    font-size: 22px;
    line-height: 26px;
	padding: 75px 25px;
	margin: 0 auto !important;
	box-sizing: border-box;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.sisal .div-finale span {
	width: 3px;
	height: 80px;
	background-color: #D1A100;
	display: block;
}

.sisal .titolo-card-finali {
	margin: 0 auto !important;
	max-width: 400px;
	font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    padding: 20px 0;
	box-sizing: border-box;
}

.sisal .margin-titolo {
	margin-top: 50px !important;
}

.sisal .thumb-premio {
	max-width: 150px;
	height: auto;
}

.sisal .premio {
	margin-top: 100px;
}

#tab-premi {
	padding: 50px 0;
}

.sisal .premio-content {
	padding: 50px;
	box-sizing: border-box;
	color: #fff;
	font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}

.sisal .premio-content .titolo {
	font-weight: 700;
    font-size: 22px;
    line-height: 26px;
}

.sisal .podio .box-cards .card.your.riscaldamento-attivo .desc-card {
	padding: 15px 20px;
}

.sisal .podio .box-cards .card.your .desc-card span {
    font-size: 20px;
    line-height: 22px;
    margin-top: 25px !important;
    padding-top: 0;
    font-weight: 700;
}

.sisal .podio .card[position=1] {

}

.sisal .bg-margin-padding {
	padding: 25px 20px !important;
	box-sizing: border-box !important;
	margin: 50px auto 0 auto !important;
}

.sisal .reg-box {
	padding: 20px;
	box-sizing: border-box;
}

.sisal .reg-box a {
	color: #fff !important;
}

.sisal .medaglie .click-medaglia {
	cursor: pointer;
}

.sisal .medaglie img {
	width: 100%;
	max-width: 100px;
	height: auto;
	margin: 20px;
	-moz-transition: all 0.2s ease-in;
	 -o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.sisal .medaglie img:hover {
	max-width: 105px;
	-moz-transition: all 0.2s ease-in;
	 -o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.sisal .medaglie img.active {
	max-width: 150px;
	-moz-transition: all 0.2s ease-in;
	 -o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

@media (max-width: 969px) {
	
	.sisal .no-970 {
		display: none;
	}
	
	.sisal .si-970 {
		display: block;
	}
	
	.sisal .flex-970 {
		display: block;
	}
	
	.sisal .flex-center-970 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.sisal .w-all-970 {
		width: 100%;
	}
	
	.sisal .full-h {
		height: auto;
	}

	.contain-block {
		padding: 10px 15px;
		box-sizing: border-box;
		font-size: 14px;
		line-height: 16px;
	}
	
}

@media (max-width: 767px) {
	
	.m-top-15-m {
		margin-top: 15px;
	}
	
	.m-top-5-m {
		margin-top: 5px;
	}
	
	.sisal .popup .content-popup {
		padding: 50px 25px 20px 25px;
		height: 100vh;
		width: 100vw;
		max-height: 100vh;
		min-width: auto;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		position: relative;
	}
	
	.sisal .close-pop img {
		max-width: 75%;
	}

	.sisal .content-popup .max-space {
		margin-left: 0;
		margin-right: 0;
		width: 140px;
		height: 58px;
		font-size: 22px;
		line-height: 20px;
	}
	
	.sisal #countdown li {
		width: 20vw;
		height: 20vw;
	}
	
	.sisal #countdown2 li {
		width: 18vw;
		height: 18vw;
	}
	
	.sisal #countdown .timenumbers {
		line-height: 12vw;
		font-size: 12vw;
	}
	
	.sisal #countdown2 .timenumbers {
		line-height: 10vw;
		font-size: 10vw;
	}
	
	.sisal #countdown p,
	.sisal #countdown2 p {
		font-size: 3vw;
		font-size: 3vw;
	}

	.sisal #countdown li,
	.sisal #countdown2 li {
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		margin: 0 6px 0 6px;
	}

	.sisal #countdown .timenumbers,
	.sisal #countdown2 .timenumbers {
		margin-top: 0;
	}

	.sisal .box-cards {
		padding: 25px 10px;
	}
	
	.sisal .box-cards-titolo {
		margin-bottom: 20px;
	}
	
	.sisal .box-cards .swiper-slide .card .desc-card p {
		height: 90px;
	}
	
	.sisal .box-cards .swiper-slide .card .desc-card .m-top-btn {
    	margin-top: 0;
	}

	/*.sisal .object .thumb-card img {
		object-fit: inherit !important;
		position: inherit !important;
		width: inherit !important;
		height: inherit !important;
		top: inherit !important;
		left: inherit !important;
	}*/
	
	.sisal .card.your.play .linguetta {
    	left: auto;
    }
    
    .sisal .table {
   		width: 95vw;
    	margin: 20px auto 0 auto;
	}
	
	.sisal .box-cards.sub-tab .card.your {
   		width: 95vw !important;
	}

	.sisal .table-row {
		padding: 10px;
	}
	
	.sisal .table-row.table-values {
		padding: 20px 10px;
	}
	
	.sisal .table-row.table-values.podio {
		padding: 30px 10px;
	}
	
	.sisal .table-premio, 
	.sisal .table-points {
    	font-size: 14px;
    	line-height: 16px;
	}
	
	.sisal .table-name,
	.sisal .table-n {
    	font-size: 13px;
    	line-height: 15px;
	}
	
	.sisal .tabs-menu .tab {
		font-size: 16px;
		line-height: 20px;
	}

	.sisal .tabs-content {
		padding: 20px;
	}
	
}

@media (max-width: 413px) and (min-height: 668px) {

}

@media (max-width: 413px) {
	
	
	
}

@media (max-width: 374px) {
	
	.sisal #countdown2 .timenumbers {
		line-height: 8vw;
		font-size: 8vw;
	}
	
	.sisal #countdown2 li {
		width: 16vw;
		height: 16vw;
	}
	
}

@media only screen 
and (device-width : 375px) 
and (device-height : 812px) 
and (-webkit-device-pixel-ratio : 3) {
	
	.sisal .back-link {
		top: 36vh;
	}
	
	.sisal #firenze {
		top: 50vh;
	}
	
	.sisal #venezia {
		top: 40vh;
	}
	
	.sisal #napoli {
		top: 67vh;
	}
	
	.sisal #lecce {
		top: 72vh;
	}
	
	.sisal #milano {
		top: 39vh;
	}
	
	.sisal #cagliari {
		top: 72vh;
	}
	
	.sisal #roma {
		top: 59vh;
	}
	
	.sisal #palermo {
		top: 84vh;
	}

}

@media only screen 
and (device-width : 414px) 
and (device-height : 896px) 
and (-webkit-device-pixel-ratio : 2) { 
	
	

}	

@media only screen 
and (device-width : 414px) 
and (device-height : 896px) 
and (-webkit-device-pixel-ratio : 3) { 
	
	

}	

@media (max-width: 1023px) and (orientation: landscape) {
	
	.sisal #countdown li,
	.sisal #countdown2 li {
		width: 12vw;
		height: 12vw;
	}
	
	.sisal #countdown .timenumbers,
	.sisal #countdown2 .timenumbers {
		line-height: 6vw;
		font-size: 6vw;
	}
	
	.sisal #countdown p,
	.sisal #countdown2 p {
		font-size: 2vw;
	}
	
}	

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');

.sisal body {
	font-family: 'Roboto', sans-serif;
	color: #fff;
}

a:link,
a:visited,
a:hover,
a:active {
	border: none !important;
	outline: none !important;
}	

.sisal .medium {
	font-weight: 500;
}

.sisal .bg-slot {
	background: rgb(35,22,57);
	background: linear-gradient(180deg, rgba(35,22,57,1) 0%, rgba(50,31,155,1) 40%, rgba(50,31,155,1) 60%, rgba(35,22,57,1) 100%);
}

.sisal .bg-slot-image {
	background-image: url('../images/bg_slot.png');
}

.sisal .bg-gold-1 {
	background: rgb(213,154,8);
	background: linear-gradient(180deg, rgba(213,154,8,1) 0%, rgba(245,200,90,1) 25%, rgba(213,151,40,1) 50%, rgba(229,179,50,1) 75%, rgba(254,215,90,1) 100%);
}

.sisal .bg-gold-2 {
	background: rgb(228,171,50);
	background: linear-gradient(180deg, rgba(228,171,50,1) 0%, rgba(250,210,112,1) 25%, rgba(218,159,52,1) 50%, rgba(232,189,77,1) 75%, rgba(254,215,90,1) 100%);
}

.sisal .bg-silver-1 {
	background: rgb(214,214,214);
	background: linear-gradient(180deg, rgba(214,214,214,1) 0%, rgba(154,154,154,1) 35%, rgba(152,152,152,1) 65%, rgba(213,213,213,1) 100%);
}

.sisal .bg-silver-2 {
	background: rgb(142,142,142);
	background: linear-gradient(180deg, rgba(142,142,142,1) 0%, rgba(167,167,167,1) 25%, rgba(209,209,209,1) 50%, rgba(142,142,142,1) 75%, rgba(204,204,204,1) 100%);
}

.bg-bronze-2 {
	background: rgb(181,84,13);
	background: linear-gradient(180deg, rgba(181,84,13,1) 0%, rgba(235,129,51,1) 25%, rgba(186,95,38,1) 50%, rgba(221,119,44,1) 75%, rgba(193,82,12,1) 100%);
}

.bg-nopodio {
	background-color: #454545;
}

.sisal .bordo-gold {
	border: solid 3px #E8B21F;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: relative;
}

.position-c {
	content: '';
	position: absolute;
	display: block;
	z-index: 3;
	bottom: -15px;
    left: -25px;
	text-align: center;
	font-size: 28px;
    line-height: 50px;
	font-weight: 700;
	color: #fff;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.sisal .bordo-silver {
	border: solid 3px #C9C9C9;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: relative;
}

.sisal .bordo-bronze {
	border: solid 3px #D06A20;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: relative;
}

.sisal .bordo-nopodio {
	border: solid 3px #454545;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	position: relative;
}

.sisal .full-h {
	height: 100%;
}

.sisal .slot,
.sisal .contain-block {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
}

.sisal .offonbg span {
	opacity: 1;
}

.sisal .offonbg.active span {
	margin-top: 5px;
	opacity: .8;
}

.sisal a.back {
	margin-right: 10px;
}
	
.sisal .si-970 {
	display: none;
}

.sisal .offon {
	position: relative;
}

.sisal .popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(0,0,0,.60);
}

.sisal .popup.active {
	display: grid;
}

.sisal .popup .content-popup {
	background-color: #fff;
	max-width: 600px;
	min-width: 600px;
	max-height: 90vh;
	min-height: 480px;
	padding: 45px 50px 25px 50px;
	box-sizing: border-box;
	color: #666;
	font-size: 15px;
	line-height: 19px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: relative;
	margin: 0 25px;
}

.sisal .popup .content-popup .content-head {
	background: rgb(192,129,114);
	padding: 25px;
	box-sizing: border-box;
	background: -moz-linear-gradient(0deg, rgba(192,129,114,1) 0%, rgba(112,66,45,1) 5%, rgba(154,101,74,1) 95%, rgba(192,129,114,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(192,129,114,1) 0%, rgba(112,66,45,1) 5%, rgba(154,101,74,1) 95%, rgba(192,129,114,1) 100%);
	background: linear-gradient(0deg, rgba(192,129,114,1) 0%, rgba(112,66,45,1) 5%, rgba(154,101,74,1) 95%, rgba(192,129,114,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c08172",endColorstr="#c08172",GradientType=1);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.sisal .popup .content-popup .desc {
	color: #666;
	background-color: #fff;
	padding: 25px;
	box-sizing: border-box;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.sisal .popup .content-popup .content-head h2 {
	margin: 0;
}

.sisal .close-pop {
	width: 20px;
	height: auto;
	position: absolute;
	top: 20px;
	right: 20px;
}

.sisal .close-pop img {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	display: block;
}

.sisal .btn-pop {
	margin-top: 25px;
}

.sisal .overflow {
	padding-bottom: 50px;
	box-sizing: border-box;
}	

.overflow::-webkit-scrollbar {
	width: 4px;
	height: 1px
}

.overflow::-webkit-scrollbar-button {
	width: 0;
	height: 0
}

.overflow::-webkit-scrollbar-thumb {
	background: #CBD402;
	border: 0 none #fff;
	border-radius: 5px;
}

.overflow::-webkit-scrollbar-thumb:hover {
	background: #333
}

.overflow::-webkit-scrollbar-thumb:active {
	background: #333
}

.overflow::-webkit-scrollbar-track {
	background: #888;
	border: 0 none #fff;
	border-radius: 5px;
}

.overflow::-webkit-scrollbar-track:hover {
	background: #888
}

.overflow::-webkit-scrollbar-track:active {
	background: #888
}

.overflow::-webkit-scrollbar-corner {
	background: 0 0;
}

.sisal a.underline {
	text-decoration: underline !important;
}

.sisal .titolo {
	max-width: 260px;
	height: auto;
	margin: 30px auto 15px auto;
}

.sisal .sottotitolo {
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	padding: 0 20px;
	box-sizing: border-box;
}

.sisal .countdown {
	background-color: rgba(0,0,0,.6);
	color: #fff;
	padding: 25px 20px;
	box-sizing: border-box;
	font-size: 17px;
	line-height: 19px;
	margin: 20px auto 0 auto;
}

.sisal .content-popup .countdown {
	background-color: transparent;
	color: inherit;
	margin: 0 auto;
}

.sisal #countdown p,
.sisal #countdown2 p {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 18px;
	line-height: 18px;
	margin: 0 auto;
	font-weight: 700;
	padding: 0;

	&:last-child {
		font-size: 0.75rem;
		font-weight: 700;
		margin: 3em auto;
		padding: 0;
		letter-spacing: 0.1rem;

		>a {
			text-decoration: none;
			color: inherit;
			-moz-transition: all 0.2s ease-in;
			-o-transition: all 0.2s ease-in;
			-webkit-transition: all 0.2s ease-in;
			transition: all 0.2s ease-in;

			&:hover {
				color: #fff;
			}
		}
	}
}

.sisal #countdown .conteggio,
.sisal #countdown2 .conteggio {
	color: #fff;
	margin: 0 auto;
	line-height: 74px;
	font-size: 70px;
	font-weight: 900;

	ul {
		list-style-type: none;
		margin-bottom: 0;
		margin-left: 0;

		li {
			display: inline-block;
			margin-right: 2rem;
			width: 6rem;
		}
	}

	.timenumbers {
		display: block;
		line-height: 74px;
		font-size: 70px;
		font-weight: 900;
		margin: 0 auto;
		text-align: center;
	}

	p.timedescription {
		font-size: 0.5rem;
		font-variant: small-caps;
		line-height: 1.5rem;
		margin: 0 auto;
		text-align: center;
		position: relative;
		top: 0px;
	}
}

.sisal #countdown,
.sisal #countdown2 {
	position: relative;
	z-index: 4;
	margin-top: 20px;
}

.sisal #countdown .timenumbers,
.sisal #countdown2 .timenumbers {
	display: block;
	line-height: 65px;
	font-size: 60px;
	font-weight: 900;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	margin-top: -10px;
}

.sisal #countdown li,
.sisal #countdown2 li {
	width: 105px;
	height: 115px;
	text-align: center;
	background: rgb(104,90,183);
	background: linear-gradient(180deg, rgba(104,90,183,1) 0%, rgba(79,6,180,1) 50%, rgba(50,0,163,1) 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 6px 0 6px;
}

.sisal #countdown p,
.sisal #countdown2 p {
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

.sisal #countdown span,
.sisal #countdown2 span {
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.sisal .regolamento-titolo {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	padding: 0 20px 10px 20px;
	box-sizing: border-box;
}

.sisal .regolamento-titolo.sub {
	font-weight: 400;
	margin-top: 20px;
}	

.sisal .btn {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	background: rgb(90,183,108);
	background: linear-gradient(180deg, rgba(90,183,108,1) 0%, rgba(0,165,58,1) 50%, rgba(0,120,80,1) 100%);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px 40px;
	box-sizing: border-box;
	text-align: center;
	display: block;
	-moz-transition: all 0.2s ease-in;
	 -o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

 .sisal .card .btn {
	font-size: 17px;
	line-height: 19px;
	padding: 8px 32px;
	margin-top: 10px;
 }
 
 .sisal .btn.scopri {
	border: solid 2px #16A13B !important;
	padding: 6px 40px;
	color: #16A13B;
	background: #fff !important;
 }
 
 .sisal .card.your .btn {
	margin: 10px 5px 0 5px;
 }

.sisal .card.play .btn {
    font-size: 14px;
    line-height: 16px;
}

.sisal .btn:hover {
	background: rgb(0,120,80);
	background: linear-gradient(180deg, rgba(0,120,80,1) 0%, rgba(0,165,58,1) 50%, rgba(90,183,108,1) 100%);
	-moz-transition: all 0.2s ease-in;
	 -o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.sisal .btn:active {
	background: rgb(0,120,80);
	background: linear-gradient(180deg, rgba(0,120,80,1) 0%, rgba(90,183,108,1) 100%);
	-moz-transition: all 0.2s ease-in;
	 -o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.sisal .m-top-btn {
	margin-top: 15px;
}

.sisal .btn2 {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	background-color: #CBD402;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 10px 60px;
	box-sizing: border-box;
	text-align: center;
	display: block;
	-moz-transition: all 0.2s ease-in;
	 -o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}

.sisal h1.titolo-blu {
	color: #251B71;
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
}

.sisal .sup-titolo-pop {
	font-size: 15px;
	line-height: 19px;
	font-weight: 500;
	color: #2B2B2B;
}

.sisal .titolo-pop {
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	color: #2B2B2B;
}

.sisal .content-popup p {
	font-size: 15px;
	line-height: 19px;
	font-weight: 400;
	color: #2B2B2B;
}

.sisal .content-popup p.foot-pop {
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
}

.sisal .margin-pop-half {
	display: block;
	height: 15px;
}

.sisal .margin-pop {
	height: 30px;
}

.sisal .thumb-card img {
	width: 100%;
	height: auto;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.sisal .card.your .thumb-card img {
	-webkit-border-top-left-radius: 10px !important;
	-moz-border-radius-topleft: 10px !important;
	border-top-left-radius: 10px !important;
	border-top-right-radius: 0 !important;
	-webkit-border-top-right-radius: 0 !important;
	-moz-border-radius-topright: 0 !important;
}

.sisal .box-cards .card {
	margin: 10px;
}

.sisal .box-cards .card.your {
	max-width: 400px;
}

.sisal .box-cards.sub-tab .card.your {
    max-width: 100%;
    width: 80%;
    height: 160px;
    margin: 0 auto;
}

.sisal .box-cards .desc-card,
.sisal .box-cards .desc-card-2 {
	background-color: rgba(0,0,0,.5);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	padding: 10px 15px 15px 15px;
	box-sizing: border-box;
}

.sisal .box-cards .desc-card-2 {
	padding: 30px 20px;
}

.sisal .box-cards .card.your .desc-card {
	-webkit-border-top-right-radius: 10px !important;
	-moz-border-radius-topright: 10px !important;
	border-top-right-radius: 10px !important;
	-webkit-border-bottom-right-radius: 0 !important;
	-webkit-border-bottom-left-radius: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
	-moz-border-radius-bottomleft: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-bottom: solid 1px rgba(255,255,255,.5);
}

.sisal .box-cards .card.your .desc-card {
	padding: 15px;
}

.sisal .box-cards .card.your.riscaldamento-attivo .desc-card {
	-webkit-border-top-right-radius: 10px !important;
	-webkit-border-bottom-right-radius: 10px !important;
	-moz-border-radius-topright: 10px !important;
	-moz-border-radius-bottomright: 10px !important;
	border-top-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
	border-bottom: none !important;
}

.sisal .card.your.riscaldamento-attivo .thumb-card img {
	-webkit-border-top-left-radius: 10px !important;
	-webkit-border-bottom-left-radius: 10px !important;
	-moz-border-radius-topleft: 10px !important;
	-moz-border-radius-bottomleft: 10px !important;
	border-top-left-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
}

.sisal .box-cards .card.your .desc-card span {
	font-size: 13px;
	line-height: 15px;
	padding-top: 5px;
	display: block;
	font-weight: 400;
}

.sisal .info-btn {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	line-height: 13px;
	padding: 5px;
	box-sizing: border-box;
	width: 22px;
	height: 22px;
	border: solid 2px #fff !important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.sisal .box-cards {
	padding: 40px 50px;
	box-sizing: border-box;
}

.sisal .box-cards.sub-tab {
    padding: 0;
    box-sizing: border-box;
}

.sisal .box-cards-titolo {
	font-size: 30px;
	line-height: 34px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 30px;
}

.sisal .box-cards-titolo.your {
	margin-bottom: 20px;
}

.sisal .pre-cards {
	background-color: rgba(0,0,0,.2);
	padding: 30px 20px;
	box-sizing: border-box;
}

.sisal .label {
	color: #251B71;
}

.card-your-sub-titolo {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.att-dis {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	color: #22AB4D;
	margin-top: 10px;
}

a.bonus-link {
	text-decoration: underline !important;
	font-size: 20px!important;
	line-height: 22px!important;
	color: #D9D9D9 !important;
	font-weight: 500 !important;
}

.non-aderito {
	font-weight: 700;
	font-size: 20px;
	line-height: 22px;
	color: #FF0000;
	margin-top: 10px;
}

.sisal .sub-tab .card.your.riscaldamento-attivo .thumb-card img {
	-webkit-border-top-left-radius: 0 !important;
	-moz-border-radius-topleft: 0 !important;
	border-top-left-radius: 0 !important;
}

.sisal .box-cards.sub-tab .card.your.riscaldamento-attivo .desc-card {
	-webkit-border-top-right-radius: 0 !important;
	-moz-border-radius-topright: 0 !important;
	border-top-right-radius: 0 !important;
}

@media (max-width: 969px) {
	
	.sisal .no-970 {
		display: none;
	}
	
	.sisal .si-970 {
		display: block;
	}
	
	.sisal .flex-970 {
		display: block;
	}
	
	.sisal .flex-center-970 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}
	
	.sisal .w-all-970 {
		width: 100%;
	}
	
	.sisal .full-h {
		height: auto;
	}

	.contain-block {
		padding: 10px 15px;
		box-sizing: border-box;
		font-size: 14px;
		line-height: 16px;
	}
	
}

@media (max-width: 767px) {
	
	.m-top-15-m {
		margin-top: 15px;
	}
	
	.m-top-5-m {
		margin-top: 5px;
	}
	
	.sisal .popup .content-popup {
		padding: 50px 25px 20px 25px;
		height: 100vh;
		width: 100vw;
		max-height: 100vh;
		min-width: auto;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		position: relative;
	}
	
	.sisal .close-pop img {
		max-width: 75%;
	}

	.sisal .content-popup .max-space {
		margin-left: 0;
		margin-right: 0;
		width: 140px;
		height: 58px;
		font-size: 22px;
		line-height: 20px;
	}
	
	.sisal #countdown li {
		width: 20vw;
		height: 20vw;
	}
	
	.sisal #countdown2 li {
		width: 18vw;
		height: 18vw;
	}
	
	.sisal #countdown .timenumbers {
		line-height: 12vw;
		font-size: 12vw;
	}
	
	.sisal #countdown2 .timenumbers {
		line-height: 10vw;
		font-size: 10vw;
	}
	
	.sisal #countdown p,
	.sisal #countdown2 p {
		font-size: 3vw;
		font-size: 3vw;
	}

	.sisal #countdown li,
	.sisal #countdown2 li {
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		margin: 0 6px 0 6px;
	}

	.sisal #countdown .timenumbers,
	.sisal #countdown2 .timenumbers {
		margin-top: 0;
	}

	.sisal .box-cards {
		padding: 25px 0;
	}
	
	.sisal .box-cards-titolo {
		margin-bottom: 20px;
	}
	
	.sisal .box-cards:not(.object) .card.your.riscaldamento-attivo .thumb-card img,
	.sisal .box-cards:not(.object) .card.your .thumb-card img {
		border-bottom-left-radius: 0 !important;
		-webkit-border-bottom-left-radius: 0 !important;
		-moz-border-radius-bottomleft: 0 !important;
		-webkit-border-top-left-radius: 10px !important;
		-webkit-border-top-right-radius: 10px !important;
		-moz-border-radius-topleft: 10px !important;
		-moz-border-radius-topright: 10px !important;
		border-top-left-radius: 10px !important;
		border-top-right-radius: 10px !important;
	}
	
	.sisal .box-cards:not(.object) .card.your .desc-card {
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0v;
	}
	
	.sisal .object .card.play .thumb-card img {
		object-fit: initial !important;
		position: relative !important;
		width: 100% !important;
		height: auto !important;
		top: auto !important;
		left: auto !important;
	}	
	
	.sisal .card.your.play .thumb-card img {
    	-webkit-border-top-left-radius: 10px !important;
		-webkit-border-top-right-radius: 10px !important;
		-moz-border-radius-topleft: 10px !important;
		-moz-border-radius-topright: 10px !important;
		border-top-left-radius: 10px !important;
		border-top-right-radius: 10px !important;
		border-bottom-left-radius: 0 !important;
		-webkit-border-bottom-left-radius: 0 !important;
		-moz-border-radius-bottomleft: 0 !important;
	}
	
	.sisal .box-cards:not(.object) .card.your.riscaldamento-attivo:not(.play) .desc-card {
		-webkit-border-bottom-right-radius: 10px !important;
		-webkit-border-bottom-left-radius: 10px !important;
		-moz-border-radius-bottomright: 10px !important;
		-moz-border-radius-bottomleft: 10px !important;
		border-bottom-right-radius: 10px !important;
		border-bottom-left-radius: 10px !important;
		-webkit-border-top-right-radius: 0 !important;
		-moz-border-radius-topright: 0 !important;
		border-top-right-radius: 0 !important;
	}
	
	.sisal .box-cards .card.your.riscaldamento-attivo.play .desc-card {
		-webkit-border-bottom-right-radius: 10px !important;
		-webkit-border-bottom-left-radius: 10px !important;
		-moz-border-radius-bottomright: 10px !important;
		-moz-border-radius-bottomleft: 10px !important;
		border-bottom-right-radius: 10px !important;
		border-bottom-left-radius: 10px !important;
		-webkit-border-top-right-radius: 0 !important;
		-moz-border-radius-topright: 0 !important;
		border-top-right-radius: 0 !important;
	}

	.sisal .box-cards .card.your {
    	margin: 10px 20px;
	}
	
	.sisal .box-cards.object .card.your {
    	margin: 10px 0 0 20px;
	}
	
	.sisal .div-cards.div-vert {
		position: relative;
	}
	
	.sisal .div-cards.div-vert:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 3px;
		height: 118px;
		background-color: #1AAA48;
		margin-left: -20px;
	}
	
	.sisal .box-cards.object {
    	padding: 25px 20px 0 0;
	}
	
	.sisal .box-cards.sub-tab {
    	padding: 0;
	}
	
	.sisal .box-cards.sub-tab .card.your {
    	margin: 0;
	}
	
}

@media (max-width: 413px) and (min-height: 668px) {

}

@media (max-width: 413px) {
	
	
	
}

@media (max-width: 374px) {
	
	.sisal #countdown2 .timenumbers {
		line-height: 8vw;
		font-size: 8vw;
	}
	
	.sisal #countdown2 li {
		width: 16vw;
		height: 16vw;
	}
	
}

@media only screen 
and (device-width : 375px) 
and (device-height : 812px) 
and (-webkit-device-pixel-ratio : 3) {
	
	.sisal .back-link {
		top: 36vh;
	}
	
	.sisal #firenze {
		top: 50vh;
	}
	
	.sisal #venezia {
		top: 40vh;
	}
	
	.sisal #napoli {
		top: 67vh;
	}
	
	.sisal #lecce {
		top: 72vh;
	}
	
	.sisal #milano {
		top: 39vh;
	}
	
	.sisal #cagliari {
		top: 72vh;
	}
	
	.sisal #roma {
		top: 59vh;
	}
	
	.sisal #palermo {
		top: 84vh;
	}

}

@media only screen 
and (device-width : 414px) 
and (device-height : 896px) 
and (-webkit-device-pixel-ratio : 2) { 
	
	

}	

@media only screen 
and (device-width : 414px) 
and (device-height : 896px) 
and (-webkit-device-pixel-ratio : 3) { 
	
	

}	

@media (max-width: 1023px) and (orientation: landscape) {
	
	.sisal #countdown li,
	.sisal #countdown2 li {
		width: 12vw;
		height: 12vw;
	}
	
	.sisal #countdown .timenumbers,
	.sisal #countdown2 .timenumbers {
		line-height: 6vw;
		font-size: 6vw;
	}
	
	.sisal #countdown p,
	.sisal #countdown2 p {
		font-size: 2vw;
	}
	
}	

/*@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 2) { 

	
}*/