/*.fascia:has(.container) {
	min-height: 150vh;
}*/

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.col-sm-1,
.col-md-1,
.col-sm-2,
.col-md-2,
.col-sm-3,
.col-md-3,
.col-sm-4,
.col-md-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-sm-9,
.col-md-9,
.col-sm-10,
.col-md-10,
.col-sm-11,
.col-md-11,
.col-xs-12,
.col-sm-12,
.col-md-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}


.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-12 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}


.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.panel-body:before,
.panel-body:after {
	content: " ";
	display: table
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.row:after,
.form-horizontal .form-group:after,
.panel-body:after {
	clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
  
.img-circle {
	margin: 0 auto
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hidden {
    display: none !important;
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

@-ms-viewport {
    width: device-width;
}
.content-form2 h3 {
	margin: 0;
	padding: 0;
}

.content-form2 label {
	font-size: 14px;
	color: #6d6d6d;
}

#card {
	position: relative;
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	-o-transition: -o-transform 1s;
	transition: transform 1s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

#card .content-form2 #content-login {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

#card .content-form2 {
    -webkit-perspective: 500;
}
  
#card.flipped {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

#card #content-login {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height, opacity 0.5s ease-out;
	-webkit-transition: max-height, opacity 0.5s ease-out;
}

#card #content-registrazione {
	max-height: 4000px;
	overflow: visible;
	opacity: 1;
	transition: max-height, opacity 0.5s ease-out;
	-webkit-transition: max-height, opacity 0.5s ease-out;
}

#card.flipped #content-login {
	max-height: 4000px;
	overflow: visible;
	opacity: 1;
}

#card.flipped #content-registrazione {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
}

.from-menu {
	margin-bottom: 15px;
}
.container-form {
	position: relative;
	z-index: 1;
	width: 100%;
	margin-top: 20px;
}

.abbassa {
	margin-top: 35px;
}

.pad-height {
	padding: 30px 0;
}

.tempo {
	border-radius: 15px;
	border-width: 1px;
	border-color: #d1d1d1;
	border-style: solid;
	background-color: #ffffff;
	max-width: none;
	margin: 0 20px;
	padding: 20px;
}

#acquista-benefit a {
	display: block;
	padding: 7px 0;
}

#acquista-benefit a:focus {
	text-decoration: none;
	color: var(--steps-text-active);
}

#acquista-benefit .panel {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 0;
	font-weight: 400;
}

#acquista-benefit li div {
	margin-left: 30px;
	line-height: 1.3;
	font-size: 15px;
	margin-bottom: 3px;
}

#acquista-benefit a.collapsed {
	color: #000;
	font-weight: normal;
}

#acquista-benefit a.collapsed .icon-down-open:before {
	content: "\e80c";
}
#acquista-benefit a.collapsed:hover {
	font-weight: 400;
	text-decoration: none;
}
#acquista-benefit a.collapsed:hover .icon-down-open:before {
	content: "\e80a";
}

#recover_view .container > div {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 599px) {
	#acquista-benefit .panel {
		font-size: 15px;
	}
}

@media (min-width: 600px) {
	.content-form {
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
	.tempo {
		margin: 0;
		font-size: 14px;
	}
}

@media (min-width: 768px) {
	.container {
		width: 750px;
	}
    
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

}


@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}
    
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	#scelta_masterclub_view .col-md-push-6 {
		left: 50%
	}

	.scelta_masterclub_view .col-md-push-3 {
		left: 25%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.tempo.tempo-col {
		background: -webkit-gradient(linear,
				left top,
				right top,
				color-stop(42.66666667%, #f5f5f5),
				color-stop(42.66666667%, #ffffff));
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media (min-width: 1024px) {
	.container {
		width: 1000px;
	}
}

@media (min-width: 1124px) {
	.container {
		width: 1100px;
	}
}

@media(min-width:1200px) {
	.container {
		width: 1170px;
	}
	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.hidden-lg {
		display: none !important
	}

    .content-form2 label {
		font-size: 16px;
	}
}

.site-header .container::before,  .site-header .container::after{display:none;}
.site-header .btn {
  padding: 5px 10px;
}

.grigliotta { display: flex; flex-direction: row-reverse;align-items: center; justify-content: space-evenly; }
@media (max-width: 599px) { .grigliotta { flex-direction: column; } }
