/*
	Theme Name: Body Evidence
	Theme URI: https://bodyevidence.net
	Description: Palestra, Gym
	Version: 1.4.3
	
	Tags: HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php	
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

:root{
	--red: #FF140F;
	--grey: #333;
	--black: #000;
}
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	margin: 0;
	padding: 0;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 16px;
}
body {
	font:500 16px 'Gotham-Book';
	line-height: 1.3;
	color:#fff;
	background-color: #000;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h1,.h1 {
	font-family:'Gotham-Book';
	font-size: 2.5rem;
}
.page-template-template-home h1, .page-template-template-home .h1{
	font-size: 2.1rem;
}

.page-template-template-small-class h1{
	font-size: 2.5rem;
}

h2 {
	font-family:'Gotham-Book';
	font-size: 2.3rem;
}
h3 {
	font-family:'Gotham-Book';
	font-size: 1.6rem;
}
h4 {
	font-family:'Gotham-Bold';
	font-size: 1.2rem;
	font-weight: 400;
}
p{
	font-family:'Gotham-Book';
	font-size: 1rem;
	
}

video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media(min-width:992px){
	video{
		width: 100%;
		height: 100%;
		/* aspect-ratio: 16/9; */
	}	
}


.margin-top{
	margin-top: 100px;
}

@media(min-width: 991px){
	.margin-top{
		margin-top: 180px;
	}
}
.text-center{
	text-align:center;
}

.text-left{
	text-align:left;
}


@media (min-width: 992px){
	h1,.h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2.3rem;
	}
	h3 {
		font-size: 2.1rem;
	}
	h4 {
		font-size: 1.5rem;
		
	}
}

/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.uppercase{
	text-transform: uppercase;
}
.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
.grecaptcha-badge {
	display: none;
}
img {
	max-width:100%;
	width: 100%;
	height: auto;
}
picture {
	display: grid;
}
.ios .parallax {
	background-attachment: scroll !important;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}
ul {
	list-style-type: none;
}

.big{
	font-size: 1.3rem;
}

.button-red {
	display: inline-block;
	padding: 7px 35px;
	border: 1px solid var(--red);
	margin-top: 30px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	transition: .3s;
}
.button-white {
	display: inline-block;
	padding: 7px 35px;
	border: 1px solid #fff;
	margin-top: 30px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	font-weight: normal;
	transition: .3s;
}
.button-black {
	display: inline-block;
	padding: 7px 35px;
	border: 1px solid var(--red);
	margin-top: 30px;
	color: var(--black);
	text-transform: uppercase;
	position: relative;
	font-weight: normal;
	transition: .3s;
}
.button-gold {
	display: inline-block;
	padding: 7px 35px;
	border: 1px solid #C6B05F;
	margin-top: 30px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	transition: .3s;
}
.button-gold:hover {
	background-color: #C6B05F;
	color: #000;
}

.small{
	font-size: 0.7rem;
}

.gold{
	color: #C6B05F;
}

.button-white:hover {
	
	background-color: #fff;
	color: var(--red);
	transition: .3s;
}

.button-black:hover {
	border: 1px solid #fff;
	background-color: #fff;
	color: var(--red);
	transition: .3s;
}

.button-red:hover {
	
	background-color: var(--red);
	color: #fff;
	transition: .3s;
}

.grey-back{
	background-color: #333;
	color: #fff;
}

.red-back{
	background-color: var(--red);
	color: #fff;
}

.gold-back{
	background-color: #C6B05F;
	color: #fff;
}

.white-back{
	background-color: #fff;
	color: var(--red);
}

.up img {
	max-width: 30px;
	cursor: pointer;
}
.zoom {
	transition-duration: 2s;
	-webkit-transition-duration: 2s;
	-o-transition-duration: 2s;
	-moz-transition-duration: 2s;
	-ms-transition-duration: 2s;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.zoom:hover {
	transition-duration: 4s;
	-webkit-transition-duration: 4s;
	-o-transition-duration: 4s;
	-moz-transition-duration: 4s;
	-ms-transition-duration: 4s;
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}
.szoom {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.szoom:hover {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
}

.rotation {
	transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8;
	-o-transition-duration: 0.8s;
}
.rotation:hover {
	transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8;
	-o-transition-duration: 0.8s;
}
.rotation-inverse {
	animation-name: rotation-inverse;
	-webkit-animation: rotation-inverse;
	-ms-animation-name: rotation-inverse;
	-moz-animation-name: rotation-inverse;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 6s;
	-webkit-animation-duration: 6s;
	-ms-animation-duration: 6s;
	-moz-animation-duration: 6s;
}
@keyframes rotation-inverse {
	0% {transform: rotateZ(0);}
	25% {transform: rotateZ(-90deg);}
	50% {transform: rotateZ(-180deg);}
	75% {transform: rotateZ(-270deg);}
	100% {transform: rotateZ(-360deg);}
}

.lampeggio {
	position: fixed;
	max-width: 50px;
	bottom: 2%;
	right: 2%;
	opacity: 0;
	animation-name: lampeggio;
	-webkit-animation: lampeggio;
	-ms-animation-name: lampeggio;
	-moz-animation-name: lampeggio;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-ms-animation-duration: 3s;
	-moz-animation-duration: 3s;
}
@keyframes lampeggio {
	0% {opacity:0;}
	25% {opacity:0.5;}
	50% {opacity:1;}
	75% {opacity:0.5;}
	100% {opacity:0;}
}
.pulsazione {
	animation-name: pulsazione;
	-webkit-animation: pulsazione;
	-ms-animation-name: pulsazione;
	-moz-animation-name: pulsazione;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 5s;
	-webkit-animation-duration: 5s;
	-ms-animation-duration: 5s;
	-moz-animation-duration: 5s;
}
@keyframes pulsazione {
	0% {transform: scale(0.5,0.5);}
	25% {transform: scale(0.65,0.65);}
	50% {transform: scale(0.75,0.75);}
	75% {transform: scale(0.65,0.65);}
	100% {transform: scale(0.5,0.5);}
}
/* SLIDE */
.slick-dots {
	position: absolute;
    right: 0;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.slick-dots .slick-active {
    background-color: #ff5028;
}
.slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background-color: transparent;
    border-radius: 50%;
    margin: 20px 5px 0;
    border: 1px solid #ff5028;
}
.slick-dots button {
	color: transparent;
	background-color: transparent;
	display: contents;
}
.slick-prev {
	background-image: url(img/header/left-white.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	height: 20px;
	width: 20px;
	color: transparent;
	position: absolute;
	top: 40%;
	transform: translate(-50%);
	left: -30px;
	z-index: 1;
	outline: none;
}
.slick-next {
	background-image: url(img/header/right-white.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 40%;
	height: 20px;
	width: 20px;
	transform: translate(-50%);
	right: -50px;
	z-index: 1;
	outline: none;
}
/* FORM */

input {
	outline: none;
	padding: 5px;
	padding-left: 10px;
	color: #000;
	height: 40px;
	margin-top: 10px;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #000;
	width: 100%;
}

textarea {
	outline: none;
	padding: 5px;
	padding-left: 10px;
	color: #000;
	border-radius: 5px;
	margin-top: 10px;
	background-color: #fff;
	border: 1px solid #000;
	width: 100%;
}

select{
	outline: none;
	padding: 5px;
	padding-left: 10px;
	height: 40px;
	color: #333;
	margin-top: 10px;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #000;
	width: 100%;
}

::placeholder {
	color: #333;
}
.wpcf7-form #privacy {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #000;
	background-color: transparent;
	padding: 6px;
	margin-bottom: 0;
	max-width: 6px;
}
.wpcf7-form #privacy:checked {
	background-color: #000;
}
.wpcf7-form a {
	color: #000;
	text-transform: lowercase;
	font-size: 16px;
	text-decoration: underline;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit {
	margin-top: 20px;
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
    height: 40px;
    margin-bottom: 0;
 
    text-transform: uppercase;
    border: 1px solid var(--red);
    width: 100% !important;
}

input[type="checkbox"], input[type="radio"]{
	width: 15px;
	height: 15px;
}
input[type="checkbox"]{
  	-webkit-appearance: none; /* rimuove lo stile di default della checkbox per personalizzarla */
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 2px solid var(--red); /* bordo grigio */
	border-radius: 4px;
	margin-right: 10px;
	background-color: transparent;
	position: relative;
	top: 4px;
}
input[type="checkbox"]:checked {
  background-color: var(--red); /* colore di sfondo blu quando la checkbox è selezionata */
}

label:hover {
  cursor: pointer;
  /* text-decoration: underline; */
}

.wpcf7-submit:hover {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}
div.wpcf7-response-output {
	padding: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	border: 1px solid var(--red);
	color: #fff;
	text-align: center;
}
/* Style the tab */
.tab {
  	overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  	background-color: inherit;
  	float: left;
  	border: none;
  	outline: none;
  	cursor: pointer;
  	transition: 0.3s;
  	width: 31%;
  	border-bottom: 2px solid #999;
  	margin: 0 1%;
  	text-transform: uppercase;
  	color: #666;
  	font-size: 16px;
}

/* Create an active/current tablink class */
.tab button.active {
  	color: #ff5028;
  	border-bottom: 2px solid #ff5028;
}

/* Style the tab content */
.tabcontent {
 	display: none;
 	padding: 20px 0 0;
  	border-top: none;
}
.tabcontent h4 {
	margin-top: 20px;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
	background-color: transparent;
	cursor: pointer;
	padding: 30px;
	width: 100%;
	text-align: center;
	border: none;
	outline: none;
	transition: 0.4s;
	border: 1px solid #199095;
	border-radius: 100px;
}
.accordion :after {
	content: ">";
	color: #f7c231;
	margin-top: 20px;
	transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}
.accordion h3 {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordions .active, 
.accordion:hover {
	background-color: var(--red);
}
.accordions {
	margin-top: 30px;
}
.active :after {
	transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-ms-transform: rotateZ(90deg);
	transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
	padding: 0 20px;
	background-color: #199095;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
	border-radius: 20px;
	margin: 20px auto;
	color: #fff;
	text-align: left;
}
.panel p {
	margin: 30px auto;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
.content {
	max-width:1400px;
	width:90%;
	margin:0 auto;
	position:relative;
}

/* header */
.header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
/*
	width: 100%;
	width: 100%;
	height: 70px;
	line-height: 120px;
*/
}
/* logo */
.logo {
	position: relative;
	z-index: 20;

/*
	top: 0;
	left: 5%;
	*/
	
}

.header .wrapper-superiore{
	display: none;
}

.header .wrapper-superiore a{
	color: #fff;
}

.header .wrapper-inferiore{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:95%;
	margin-left: 20px;
	margin-right: 20px;
	z-index: 100;
	padding-top: 30px;
	position: absolute;
}

.header .nav ul li#menu-item-44 a{
	display: inline-block;
	border: 1px solid var(--red);
	padding-left: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 20px;
	background-color: var(--red);
	color:#fff;
	transition: 0.3s;
}
.header .nav ul li#menu-item-44 a:hover{
	background-color: #fff;
	color: var(--red);
	text-decoration: none;
	transition: 0.3s;
}

@media(min-width:992px){
	.header .nav ul li#menu-item-44 a{
		display: inline-block;
		border: 1px solid var(--red);
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: 20px;
		background-color: var(--red);
		color:#fff;
		transition: 0.3s;
	}
	.header .nav ul li#menu-item-44 a:hover{
		background-color: #fff;
		color: var(--red);
		text-decoration: none;
		transition: 0.3s;
	}
}


.logo img {
	max-width: 200px;
}
/* nav */
.nav {
	display: none;
	background-color: #000;
	color: #fff;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	justify-content: center;
	align-items: center;
}
.nav a {
	color: #fff;
	text-transform: uppercase;
}
.nav a:hover {
	text-decoration: underline;
}
.nav .current_page_item a {
	color: var(--red);
	
}
.nav ul {
	list-style-type: none;
	text-align: center;
	width: 100%;
}
.nav ul li {
	padding: 15px 0;
	line-height: 1;
}
.openclose {
	position: absolute;
	top: 40%;
	right: 5%;
	z-index: 90;
	cursor: pointer;
}
.openclose .iconbar {
	height: 2px;
	width: 20px;
	background-color: #ddd;
	display: block;
	margin: 5px 0;
}
.openclose img {
	max-width: 20px;
}
.openclose .uno {
	width: 15px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose .tre {
	width: 10px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose:hover .uno {
	width: 5px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose:hover .tre {
	width: 20px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
/* ---- footer ---- */

.footer .container .logo-footer{
	width: 200px;
}
.copyright a{
	color: #fff;
}

.footer .container .conegliano-footer i, .footer .container .vittorio-footer i {
	font-size: 15px;
	padding-right: 10px;
}

.page-template-template-small-class .footer .icone-conegliano a, 
.page-template-template-small-class .footer .icone-vittorio a{
	color: #C6B05F !important;
} 

.page-template-template-small-class .footer .container{
	padding-top: 50px;
	padding-bottom: 20px;
}
.page-template-template-small-class .copyright{
	background-color: rgba(255,255,255,0.2);
}

.page-template-template-small-class .red, .page-template-template-small-class i{
	color: #C6B05F !important;
}

.page-template-template-small-class .icone-conegliano a,
.page-template-template-small-class .icone-vittorio a{
	background-color: #C6B05F !important;
}

.page-template-template-small-class .icone-conegliano a i,
.page-template-template-small-class .icone-vittorio a i{
	color: #fff !important;
}

.page-template-template-small-class .footer{
	background-color: rgba(255,255,255,0.2);
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.container{
	width:90%;
	margin: 0 auto;
}

.white{
	color:#fff;
}
.black{
	color: #000;
}
.z-index{
	position: relative;
	z-index: 1;
}
.red{
	color: var(--red);
}

.black{
	color: var(--black);
}

.light-background{
	background-color: #fff;
}
.inline-block{
	display: inline-block;
}
.pt10{
	padding-top: 10px;
}

.pb10{
	padding-bottom: 10px;
}

.pt20{
	padding-top:20px;
}

.pb20{
	padding-bottom:20px;
}

.pb40{
	padding-bottom:40px;
}

.pb50{
	padding-bottom:50px;
}

.pb100{
	padding-bottom:100px;
}

.pt30{
	padding-top:30px;
}
.pb30{
	padding-bottom: 30px;
}

.pt50{
	padding-top:50px;
}

.pt100{
	padding-top:100px;
}
.mt50{
	margin-top: 50px;
}
.mb50{
	margin-bottom: 50px;
}

/*--------------HOME------------------*/

.video-home-desktop{
	display: none;
}

.video-home-mobile{
	display: block;
	position: relative;
	top: -50px;
}


.video-home{
	width: 100%;
	object-fit: cover;
	/* height: 500px; */
}

.plus-gym{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.plus-gym .box{
	width: 47%;
	height: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}

.plus-gym .icona-plus{
	width: 160px;
	height: 160px;
	position:absolute;
	right: 0;
	top: 10px;
	opacity: .3;
}

.image-intro{
	padding-top: 30px;
	padding-bottom: 50px;
}
.waves-background{
	background-image: url(./img/pages/waves-bodyevidence.svg);
	background-size: cover;
	background-repeat: no-repeat;
	
}
.waves-background strong{
	color: var(--black);
}
strong{
	color: var(--red);
	font-weight: normal;
}

#home-bodyevidence .hero-section{
	height: 100vh;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

/*
#home-bodyevidence .hero-section::after{
	content: "";
	top: 0;
	left:0;
	background-color: rgba(0,0,0,0.7);
	width:100%;
	height: 100%;
	position: absolute;
}
*/

#home-bodyevidence .smart-class .small-video img{
	width: 60%;
	margin: 0 auto;
}
#home-bodyevidence .smart-class .text-intro{
		text-align: center;
	}

#home-bodyevidence .hero-section h1{
	position: relative;
	z-index: 1;
	
}

/*
#home-bodyevidence .cta-gym .button-white:hover{
	background-color: var(--black);
	transition: .3s;
}
*/

.services-gym{
	/* background: url(./img/pages/body-evidence-training.jpg)  */
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 800px;
}

.services-gym .container-services{
	padding: 50px 20px;
	background-color: rgba(255,255,255,0.85);
	text-align: center;
	width: 85%;
	margin: 0 auto;
}

.services-gym .container-services h3{
	font-size: 1.8rem;
}

#home-bodyevidence .red-waves{
	width: 50%;
	margin: 0 auto;
}

#home-bodyevidence .sale-gym .sala-box{
	height: 400px;
	padding: 50px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align:center;
}
#home-bodyevidence .sale-gym .sala-box.white{
	background-color: #fff;
	color: var(--black);
	/* background-image: url(./img/pages/andrea-bodyevidence-conegliano-white.jpg); */
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	color:#fff;
}

#home-bodyevidence .smart-class{
	padding-top: 30px;
}

#home-bodyevidence .sale-gym .sala-box.red{
	background-color: var(--red);
	color: #fff;
	/* background-image: url(./img/pages/corsi-bodyevidence.jpg); */
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}

#home-bodyevidence .sale-gym .sala-box.black{
	background-color: var(--black);
	color: #fff;
	/* background-image: url(./img/pages/pilates-bodyevidence.jpg); */
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#home-bodyevidence .dicono-di-noi{
	text-align: center;
}
#home-bodyevidence .checkup {
	padding: 30px 0;
	position: relative;
}
#home-bodyevidence .checkup .video-home-mobile {
	top: 0;
}
#home-bodyevidence .checkup .text {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}

.footer .logo-footer{
	padding-bottom: 30px;
}
.footer .undertext-footer{
	padding-bottom: 30px;
}
.footer i{
	font-size:23px;
}
.footer .icone-conegliano, .footer .icone-vittorio {
	display: flex;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer a{
	color: #fff;
}
.footer a:hover{
	text-decoration: underline;
}
.footer .icone-conegliano a,
.footer .icone-vittorio a{	
	background-color: var(--red);
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.footer .icone-conegliano a:hover,
.footer .icone-vittorio a:hover{
	text-decoration: none;
}

/* ---- sale attrezzi e pilates ---- */

#sale-attrezzi-bodyevidence .carosello{
	height: 350px;
}


#sale-attrezzi-bodyevidence .carosello .image img{
	object-fit: contain;
	width: auto;
	height: 100%;
	margin: 0 auto;
}

#sale-attrezzi-bodyevidence video{
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
}


#sale-attrezzi-bodyevidence .banner-finale, #prova-gratuita .banner-finale{
	/* background: url(./img/pages/small-class-final-body-evidence.jpg)  */
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 500px;
	position: relative;
	opacity: 0.65;
}

#sale-attrezzi-bodyevidence .banner-finale::after, #prova-gratuita .banner-finale::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

.hero-section-sale h1{
	
	padding-bottom:30px;
	width:90%;
	margin: 0 auto;
}
.hero-section-sale h2{
	padding-top: 30px;
	padding-bottom: 30px;
	width:90%;
	margin: 0 auto;
}

#sale-attrezzi-bodyevidence .end-title, #prova-gratuita .end-title{
	position: absolute;
	text-align:center;
	width: 90%;
	letter-spacing: 5px;
	left: 5%;
	bottom: 0;
	font-size: 3.5rem;
	z-index: 2;
}

#sale-attrezzi-bodyevidence .carosello{
	height: 700px;
	
}

#sale-attrezzi-bodyevidence .carosello img{
	height: 100%; /* occupa tutto lo spazio disponibile in altezza */
  width: auto; /* mantiene l'aspetto originale dell'immagine */
  object-fit: contain; /* evita di tagliare l'immagine all'interno */	
}


.hero-section-sale .red-waves{
	display: none;
}



/* ---- contatti ---- */

#contatti .w3-black button{
	border: none;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: var(--red);
	font-size: 1.3rem;
	position: relative;
}

#contatti .form-contatti a{
	color: var(--red);
}

.wpcf7-not-valid-tip{
	padding-top: 10px;
}

input[type="submit"]{
	background-color: var(--red);
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}

.divider{
	display: block;
	height: 30px;
	width: 1px;
	background-color: #fff;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
#contatti .single-contact{
	background-color: #181818;
	margin-top: 30px;
	padding: 50px 15px;
	margin-bottom: 50px;
}
#contatti .single-contact h2{
	font-size: 1.2rem;
}
#contatti .border-red{
	border: 1px solid var(--red);
	padding: 50px 20px 50px 20px;
	margin-top: 50px;
}
#contatti .border-red h3{
	position: relative;
	top:-65px;
	background-color: #181818;
	width: 50%;
	margin: 0 auto;
}
#contatti .w3-red{
	color: #fff !important;
	background-color: var(--red);
	transition: 0.3s;
	position: relative;
}

#contatti .wpcf7-acceptance .wpcf7-list-item{
	padding-top: 20px;
}

#contatti .w3-bar{
	position: relative;
}

#contatti .border-red img{
	width: 50px;	
	/* position: absolute; */
	padding-top: 50px;
	
}
#contatti .border-red .img {
	width: 100%;
	padding-top: 0;
}

/* ---- chi siamo ---- */

#chi-siamo .hero-section-chisiamo{
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

#chi-siamo .due-sedi-chisiamo iframe{
	height: 300px;
}

#chi-siamo .single-partner{
	
	background-color: rgba(255,255,255,0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 500px;
	vertical-align: middle;
}

#chi-siamo .image-logo{
	display: flex !important;
	align-items:center;
	justify-content: center;
	height: 200px;
	background-color: rgba(255,255,255,0.1);
	margin-left: 20px;
	margin-right: 20px;
}

#chi-siamo .image-logo img{
	width: 50%;
	margin: 0 auto;
	
}

#chi-siamo .single-partner img{
	width: 50%;
}

#chi-siamo .hero-section-chisiamo h1{
	position: relative;
	z-index: 1;
	width: 80%;
	margin: 0 auto;
}

#chi-siamo .hero-section-chisiamo::after{
	content: "";
	top: 0;
	left:0;
	background-color: rgba(0,0,0,0.7);
	width:100%;
	height: 100%;
	position: absolute;
}
#chi-siamo .formazione-chisiamo{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
#chi-siamo .formazione-chisiamo p{
	padding-bottom: 50px;
}
#chi-siamo .formazione-chisiamo .red-waves{
	width:50%;
	margin: 0 auto;
	padding-bottom: 30px;
}
#chi-siamo .inside-gym .red-waves{
	width:50%;
	margin: 0 auto;
}
#chi-siamo .inside-gym{
	text-align: center;
}
#chi-siamo .inside-gym p{
	padding-bottom: 50px;
}
#chi-siamo .due-sedi-chisiamo{
	text-align: center;
}
#chi-siamo .due-sedi-images p{
	padding-bottom: 50px;
	padding-top: 30px;
	letter-spacing: 2px;
}
#partners {
	text-align:center;
}

/* ---- smart class ---- */

#small-class .hero-section-small{
	height: 89vh;
	position: relative;
}


#small-class .hero-section-small img{
	position: absolute;
	width: 70%;
	bottom: 0 !important;
	left: 15%;
	z-index: 10;
}


#small-class .small-class-intro{
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

#small-class .smart-class{
	text-align:center;
}

#small-class .personal-class{
	text-align:center;
}
#small-class .image-introduttiva{
	padding-top: 50px;
	padding-bottom: 50px;
}

#small-class .cta-gym{
	text-align:center;
}
#small-class .grey-wave{
	width: 50%;
	margin: 0 auto;
	padding-bottom: 30px;
}

#small-class .corsi-dedicati{
	padding-bottom: 50px;
}

#small-class .corsi-dedicati .elenco-corsi-dedicati .corso img{
	margin-bottom: 30px;
}

#hero-section-small{
	position: relative;
}

.hero-section-small::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}
#small-class #gallery div a {
	padding: 1%;
	display: block;
}

/* --- CORSI --- */

#body-corsi .text-presentazione-corsi{
	width: 90%;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

#body-corsi #riepilogo{
	border: 1px solid var(--red);
	padding: 50px 30px;
}

#body-corsi #riepilogo button{
	border: none;
	background-color: transparent;
	color: #fff;
	padding: 0 20px;
}


#body-corsi #riepilogo button .w3-red{
	color: var(--red);
}

#body-corsi .elenco-buttons.container{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
	text-align: center;
}

#body-corsi .elenco-buttons.container a{
	width: 47%;
	color: var(--red);
	display: inline-block;
	margin-bottom: 30px;
	font-size: 1rem;
}
 
#body-corsi #download svg{
	width: 80px;
	height: 80px;
}


#body-corsi .box-red{
	padding: 60px;
	color: #fff;
	background-color: var(--red);
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
}


#body-corsi .box-white{
	padding: 60px;
	color: var(--red);
	background-color: #fff;
	/* margin-top: 50px; */
	position: relative;
}

.red-box{
	padding: 30px;
	border: 1px solid var(--red);
	margin-top: 30px;

}

.red-box img{
	width: 30px;
	height: auto;
	padding-right: 10px;
}
.red-box a{
	color: #fff;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;

}

#body-corsi .servizi-01{
	padding-bottom: 50px;
}
#body-corsi .servizi-02{
	padding-top: 50px;
	border-top: 1px solid #fff;
	margin-bottom: 50px;
}

#body-corsi #download{
	background-color: var(--grey);
}



/* prova gratuita */

#prova-gratuita .wpcf7-form .wpcf7-acceptance .wpcf7-list-item{
	padding-top: 30px;
}

#prova-gratuita .form-prova a{
	color: var(--red);
}
#gallery {
	text-align: center;
	padding-bottom: 70px;
}
.grid-item { 
	width: 100%; 
	max-width: 100%; 
	display: block; 
	margin-bottom: 30px 
}
.grid-item--width2 { 
	width: 500px; 
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Gotham-Light';
	src:url('fonts/Gotham-Light/Gotham-Light.eot');
	src:url('fonts/Gotham-Light/Gotham-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Gotham-Light/Gotham-Light.woff') format('woff'),
		url('fonts/Gotham-Light/Gotham-Light.ttf') format('truetype'),
		url('fonts/Gotham-Light/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
	font-family:'Gotham-Book';
	src:url('fonts/Gotham-Book/Gotham-Book.eot');
	src:url('fonts/Gotham-Book/Gotham-Book.eot?#iefix') format('embedded-opentype'),
		url('fonts/Gotham-Book/Gotham-Book.woff') format('woff'),
		url('fonts/Gotham-Book/Gotham-Book.ttf') format('truetype'),
		url('fonts/Gotham-Book/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
	font-family:'Gotham-Bold';
	src:url('fonts/Gotham-Bold/Gotham-Bold.eot');
	src:url('fonts/Gotham-Bold/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Gotham-Bold/Gotham-Bold.woff') format('woff'),
		url('fonts/Gotham-Bold/Gotham-Bold.ttf') format('truetype'),
		url('fonts/Gotham-Bold/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:768px) {
	.wpcf7-form label {
		
	}
	.wpcf7-form .flex {
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: flex-start;
	    align-content: center;
	}
	#contatti .wpcf7-acceptance .wpcf7-list-item{
		padding-top: 0;
	}
	
	.wpcf7-form .flex div {
		width: 48%;
	}
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.nav ul li {
		padding: 15px 0;
	}
	.nav a {
		font-size: 20px;
	}
	
	#chi-siamo .due-sedi-chisiamo iframe{
		height: 400px;
	}
	#home-bodyevidence .smart-class{
		padding-top: 50px;
	}
	.grid-item {
		width: 47.5%;
	}
	#small-class #gallery div {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	#small-class #gallery div a {
		width: 50%;
	}
	#sale-attrezzi-bodyevidence .row-3 {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
	}
	#sale-attrezzi-bodyevidence .row-3 img {
		width: 50%;
	}
	.wellness-checkup .image-introduttiva video {
		max-width: 500px;
	}
}


@media only screen and (min-width:1024px) {
	
	.pt50{
		padding-top: 90px;
	}
	.pb50{
		padding-bottom: 90px;
	}
	.mt50{
		margin-top: 80px;
	}
	.mb50{
		margin-bottom: 80px;
	}
	
		
	.video-home-mobile{
		display: none;
	}
	
	.video-home-desktop{
		display: block;
		width: 100%;
		height: 100vh;
		object-fit: cover;
	}
	
	.video-home-desktop video{
		height: 100%;
		width: 100%;
	}
	
	
	#home-bodyevidence .smart-class{
		display: flex;
		justify-content: space-between;
		position: relative;
		/* padding-bottom: 90px; */
		padding-top: 90px;
	}
	#home-bodyevidence .smart-class .red-waves{
		position: absolute;
		top: 80px;
		left: 43%;
		width: 150px;
	}
	#home-bodyevidence .smart-class .text-intro{
		width: 40%;
		text-align: right;
	}
	
	#home-bodyevidence .smart-class .image-intro{
		width: 48%;
		padding-top: 0;
		padding-bottom: 0;
	}
	#home-bodyevidence .sale-gym{
		display: flex;
		width: 100%;
	}
	
	#home-bodyevidence .hero-section{
		height: 100vh;
		display: flex;
		justify-content: end;
		align-items: end;
		position: relative;
	}
	#home-bodyevidence .hero-section h1{
		position: relative;
		z-index: 1;
		padding-bottom: 90px;
		padding-right: 70px;
		position: relative;
	}

	
	#home-bodyevidence .sale-gym .sala-box{
		width: 33.33%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 600px;
		align-items: start;
		text-align:left;
	}


	#home-bodyevidence .sale-gym .sala-box .button-black{
		width: 225px;
		display: flex;
		justify-content: center;
	}
	#home-bodyevidence .sale-gym .sala-box .button-white{
		width: 225px;
		display: flex;
		justify-content: center;
	}
	
	.services-gym .container-services h3{
		font-size: 2rem;
	}
	
	#home-bodyevidence .inside-gym.container{
		width: 60%;
		margin: 0 auto;
		text-align: center;
		padding-top: 50px;
	}
	.plus-section{
		text-align: center;
	}
	.plus-gym{
		display: flex;
		justify-content: space-between;
	}
	.plus-gym .box{
		width: 30%;
		height: 300px;
	}
	.plus-gym .box .icona-plus{
		width: 300px;
		top: 30px;
	}
	.plus-section .button-red{
		display: inline-flex;
		margin: 0 auto;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.services-gym .container-services{
		width: 70%;
		margin: 0 auto;
	}
	#home-bodyevidence .cta-gym{
		text-align: center;
	}
	
	#home-bodyevidence .red-waves{
		width: 25%;
		
	}
	#home-bodyevidence .checkup {
		padding: 60px 0;
	}
	.footer .logo-footer{
		width: 200px;
	}
	.footer .container{
		display: flex;
		justify-content: space-between;
	}
	.footer .conegliano, .footer .vittorio-veneto{
		text-align: right;
		width: 30%;
	}
	.footer .logo-information{
		width: 30%;
	}
	.footer .icone-conegliano, .footer .icone-vittorio{
		justify-content: end;
		
	}
	.footer .icone-conegliano a, .footer .icone-vittorio a{
		margin-right: 0;		
		margin-left: 10px;
	}
	
	.copyright .container{
		display: flex;
		justify-content: space-between;
		align-content: center;
	}
	
	/* sale attrezzi */
	
	#sale-attrezzi-bodyevidence .carosello .image{
		height: 700px;
	}
	
	.hero-section-sale{
		position: relative;
		height: 750px;
	}
	
	#sale-attrezzi-bodyevidence .internal-video{
		 display: flex;
  justify-content: center;
	}
	
	#sale-attrezzi-bodyevidence .internal-video video{
	width: 70%;
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 100px;

}

	.hero-section-sale .red-waves{
		position: absolute;
		display:block;
		width: 60%;
		z-index: 1;
		height: auto;
		top: 180px;
		left: 50%;
	}
	.hero-section-sale h1{
		width: 40%;
		padding-left:5%;
		padding-top: 0;
		margin: 0;
		margin-right: auto;
		
	}
	.hero-section-sale h2{
		position: absolute;
		width: 45%;
		right:5%;
		padding-top: 100px;
		margin-left: auto;
		padding-bottom: 100px;
	}
	.pilates .hero-section-sale h2 {
		padding-top: 0;
	}
	.hero-section-sale img:first-of-type{
		position: absolute;
		width: 40%;
		height: auto;
		top: 0;
		right: 0;
	}
	
	.pilates .hero-section-sale video {
		position: absolute;
		width: 50% !important;
		height: auto;
		top: 0;
		right: 0;
	}
	
	.hero-section-sale img:last-child{
		position: absolute;
		width: 35%;
		height: auto;
		bottom: 0;
		left: 0;
	}
	
	.pilates .hero-section-sale img:first-of-type {
		position: absolute;
		width: 35%;
		height: auto;
		bottom: -30px;
		left: 0;
		top: auto;
	} 
	#sale-attrezzi-bodyevidence .testo-descrizione-sala p{
		width: 65%;
		margin: 0 auto;
		text-align: center;
	}
	
	#sale-attrezzi-bodyevidence .banner-finale, #prova-gratuita .banner-finale{
		height: 650px;
		display: flex;
		align-items: start;
		padding-top: 100px;
	}
	
	/* ---- contatti ---- */
	
	#contatti .w3-bar{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#contatti .w3-black button{
		width:49%;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	
	#contatti .border-red h3{
		width: 25%;
	}
	
	#contatti .wpcf7{
		width: 60%;
		margin: 0 auto;
	}
	
	#contatti .cartina{
		width: 60%;
		margin: 0 auto;
		margin-top: 30px;
	}	
	
	#contatti .wpcf7-form-control-wrap{
		width: 49%;
	}
	
	#contatti .form-contatti [data-name="messaggio"]{
		width: 100%;
	}
	
	#contatti .wpcf7-form p{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
	 input[type="submit"]{
		background-color: var(--red);
		width: 50% !important;
		margin: 0 auto;
		margin-top: 30px;
	}
	#contatti .wpcf7-acceptance{
		position: relative;
		top: 8px;
		text-align:left;
		padding-top: 40px;
	}
	#sale-attrezzi-bodyevidence .end-title, #prova-gratuita .end-title{
		position: absolute;
		text-align:center;
		width: 40%;
		margin-left: 30%;
		left: 0;
		bottom: 0;
		font-size: 5rem;
	}
	#sale-attrezzi-bodyevidence .testo {
		width: 40%;
		margin: 0 0 0 5%;
	}
	#contatti .w3-red::after{
		content: "";
		clip-path: polygon(100% 0, 0 0, 52% 61%);
		position: absolute;
		width: 40px;
		height: 40px;
		bottom: -39px;
		left: 45%;
		background-color: var(--red);
	}
	#contatti .w3-bar img{
		width: 40px;	
		position: absolute;
		right: 15px;
		top: 15px;
	
	}
	#contatti .single-contact{
		padding: 80px 50px;
	}
	
	/* ---- chi siamo ---- */
	
	#chi-siamo .hero-section-chisiamo{
		height: 100vh;
		display: flex;
		justify-content: end;
		align-items: end;
		position: relative;
		text-align:right;
	}
	#chi-siamo .hero-section-chisiamo h1{
		width: 40%;
		text-align: right;
		position: absolute;
		z-index: 1;
		padding-bottom: 90px;
		padding-right: 70px;		
	}
	
	#chi-siamo .due-sedi-chisiamo iframe{
		height: 400px;
	}
	
	#chi-siamo .hero-section-chisiamo::after{
		content: "";
		top: 0;
		left:0;
		background-color: rgba(0,0,0,0.7);
		width:100%;
		height: 100%;
		position: absolute;
	}
	#chi-siamo .image-logo{
		display: flex !important;
		align-items:center;
		justify-content: center;
		height: 300px;
		background-color: rgba(255,255,255,0.1);
		margin-left: 20px;
		margin-right: 20px;
	}
	
	#chi-siamo .formazione-chisiamo{
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		padding-top: 70px;
		padding-bottom:70px;
	}
	#chi-siamo .formazione-text{
		width:60%;
		text-align: left;
		padding-left: 5%;
	}
	#chi-siamo .formazione-text p{
		padding-right: 20px;
		padding-bottom:0;
	}
	#chi-siamo .formazione-chisiamo .red-waves{
		width:60%;
		position: relative;
		left: -50%;
	}
	#chi-siamo .formazione-img{
		width:40%;
	}
	#chi-siamo .red-back h2{
		width: 60%;
		margin: 0 auto;
	}
	
	#chi-siamo .due-sedi-images{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#chi-siamo .due-sedi-images div{
		width: 48%;
		text-align: left;
	}
	#chi-siamo .inside-gym .red-waves{
		width: 30%;
		margin: 0 auto;
		padding-top:30px;
		padding-bottom:30px;
	}
	#chi-siamo .inside-gym p{
		width: 50%;
		margin: 0 auto;
		padding-bottom: 80px;
	}
	
	/* ---- small class ---- */
	
	#small-class .hero-section-small{
		height: 100vh;
	}
	
	#small-class .small-class-intro h1{
		width: 60% !important;
		margin: 0 auto;
		padding: 60px 0;
	}
	#small-class .hero-section-small img{
		width: 40%;
		left: 30%;
	}
	
	#small-class .smart-class{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	#small-class .personal-class{
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		padding-bottom: 60px;
	}
	
	#small-class .smart-class .text-intro{
		width: 47%;
		padding-left: 5%;
		text-align:right;
	}
	
	#small-class .personal-class .text-intro{
		width: 55%;
		padding-left: 5%;
		padding-right: 15%;
		text-align:left;
	}
	
	#small-class .smart-class .text-intro h2{
		padding-bottom: 30px;
	}
	
	#small-class .personal-class .image-introduttiva{
		width: 35%;
		
	}
	
	#small-class .smart-class .image-introduttiva{
		width: 50%;
		padding:0;
	}
	
	#small-class .grey-wave{
		width: 60%;
		margin: 0;
		margin-left: auto;
		padding: 30px 0;
	}
	#small-class .gold-back .cta-gym{
		width: 40%;
		margin: 0 auto;
	}
	#small-class .corsi-dedicati{
		padding-bottom: 80px;
	}
	
	#small-class .corsi-dedicati .elenco-corsi-dedicati{
		display: flex;
		justify-content: space-between;
	}
	
	#small-class .corsi-dedicati .elenco-corsi-dedicati .corso{
		width: 30%;
	}
	
	#small-class #gallery div a {
		width: 33.3333%;
	}
	
	/* ---- corsi ---- */
	
	#body-corsi #download .text-download{
		width: 70%;
		margin: 0 auto;
	}
	
	#body-corsi .title-corsi p{
		width: 60%;
		margin: 0 auto;
	}
	
	#body-corsi #riepilogo{
		padding-left: 80px;
		padding-right: 80px;
	}
	
	#body-corsi #download .boxes-download{
		display: flex;
		justify-content: space-between;
		padding-top: 50px;
	}
	
	#body-corsi #download .boxes-download .box-red{
		width: 47%;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	#body-corsi #download .boxes-download .box-white{
		width: 47%;
	}
	
	#body-corsi #servizi-online{
		/* margin-top: 70px; */
		margin-bottom: 70px;
	}
	
	#body-corsi #servizi-online h2{
		padding-bottom: 70px;
	}
	
	#body-corsi #servizi-online .elenco-servizi{
		display: flex;
		justify-content: space-between;
	}
	
	#body-corsi #servizi-online .elenco-servizi .servizi-01, #body-corsi #servizi-online .elenco-servizi .servizi-02{
		width: 50%;
	}
	
	#body-corsi #servizi-online .elenco-servizi .servizi-01{
		padding-right: 50px;
	}
	
	#body-corsi #servizi-online .elenco-servizi .servizi-02{
		border-top: none;
		border-left: 1px solid #fff;
		padding-top: 0;
		padding-left: 50px;
	}
	
	#body-corsi #riepilogo{
		/* margin-top: 70px; */
		margin-bottom: 70px;
	}
	
	#body-corsi .presentazione-corsi{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	#body-corsi .presentazione-corsi-02{
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: space-between;
		text-align: right;
	}
	
	#body-corsi .presentazione-corsi-03{
		display: flex;
		align-items: center;
		justify-content: space-between;
		/* text-align: right; */
	}
	
	#body-corsi .presentazione-corsi-04{
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: space-between;
		text-align: right;
	}
	
	#body-corsi .presentazione-corsi-05{
		display: flex;
		/* flex-direction: row-reverse; */
		align-items: center;
		justify-content: space-between;
		
	}
	
	#body-corsi .presentazione-corsi img{
		width: 50%;
	}
	
	#body-corsi #hero-corsi{
		padding-bottom: 70px;
	}
	
/*
	#body-corsi .presentazione-corsi-02 img{
		width: 40%;
	}
*/
	
/*
	#body-corsi .presentazione-corsi-03 img{
		width: 50%;
		padding-left: 100px;
	}
*/
	
/*
	#body-corsi .presentazione-corsi-04 img{
		width: 50%;
	}
	
	#body-corsi .presentazione-corsi-05 img{
		width: 30%;
	}
*/
	
	#body-corsi .presentazione-corsi .text-presentazione-corsi{
		width: 40%;
	}
	
	#body-corsi .presentazione-corsi-02 .text-presentazione-corsi{
		width: 40%;
	}
	
	#body-corsi .presentazione-corsi-03 .text-presentazione-corsi{
		width: 40%;
	}
	
	#body-corsi .presentazione-corsi-04 .text-presentazione-corsi{
		width: 40%;
	}
	
	#body-corsi .presentazione-corsi-05 .text-presentazione-corsi{
		width: 40%;
		
	}
	
	#body-corsi .elenco-buttons.container{
		width: 75%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 50px;
		text-align: center;
	}

	#body-corsi .elenco-buttons.container a{
		width: 24%;
		color: var(--red);
		display: inline-block;
		margin-bottom: 30px;
		font-size: 1rem;
		border: 1px solid var(--red);
		padding: 7px 0;
	}
	
	#body-corsi .elenco-buttons.container a:hover{
		background-color: var(--red);
		color: #fff;
	}

	
	/* prova gratuita */
	
	#prova-gratuita .prova-text p{
		width: 60%;
		margin: 0 auto;
	}
	#prova-gratuita .form-prova{
		width: 50%;
		margin: 0 auto;
	}
				
	#prova-gratuita .wpcf7-form-control-wrap{
		width: 100%;
		display: flex;
		flex-direction: column;
	}
				
	#prova-gratuita .wpcf7-form p {
		 display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: center;
	}
				
	#prova-gratuita .wpcf7-form br{
		display:none;
	}
				
	#prova-gratuita .wpcf7-form input[type="submit"]{
		width: 100% !important;
	}
	/* #prova-gratuita .wpcf7-form .wpcf7-acceptance{
		padding-top: 30px;
	} */
	
	#body-corsi .presentazione-corsi-02 .carosello02{
		width: 50%;
	}
	
	#body-corsi .presentazione-corsi-03 .carosello02{
		width: 50%;
	}
	#body-corsi .presentazione-corsi-04 .carosello02{
		width: 50%;
	}
	#body-corsi .presentazione-corsi-05 .carosello02{
		width: 50%;
	}
	.grid-item {
		width: 48%;
	}
	.wellness-checkup .image-introduttiva video {
        max-width: 400px;
    }
   	.wellness-checkup .personal-class .image-introduttiva {
	   	width: 45% !important;
   	}
   	.wellness-checkup .gold-back .cta-gym {
	   	width: 60% !important;
   	}
}
@media only screen and (min-width:1280px) {
	/* ---- nav ---- */
	
	.container{
		width: 90%;
		margin: 0 auto;
	}
	.nav {
		display: block;
		background-color: transparent;
		height: auto;
		position: relative;
	}
	.nav ul {
		margin-top: 0;
		text-align: right;
	}
	.nav ul li {
		padding: 0;
		display: inline-block;
		text-transform: none;
	}
	
	.header{
		width: 100%;
		padding-left: 70px;
		padding-right: 70px;
	}
	
	.header .wrapper-superiore{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 20px;
		padding-top: 30px;
		z-index: 100;
		position: relative;
	}
	
	.header .wrapper-superiore a{
		color: #fff;
	}
	
	.header .wrapper-inferiore{
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-top: 1px solid #fff;
		margin-left: 0;
		margin-right: 0;
		z-index: 100;
		padding-top: 10px;
		position: relative;
		width:100%;
	}
	
	.openclose {
		display: none;
	}
	.logo {
		max-width: 200px;
		width: 100%;
		padding-top: 10px;
	}
	.logo img {
		max-width: 200px;
		
	}

	.nav ul li a {
		padding: 0 0 0 15px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	
	.plus-gym .box{
		height: 380px;
	}
	#home-bodyevidence .smart-class.container{
		width: 100% !important;
	}
	#home-bodyevidence .smart-class.container h2{
		padding-bottom: 80px;
	}
	#home-bodyevidence .smart-class .red-waves{
		top: 120px;
		width: 230px;
	}
	#home-bodyevidence .inside-gym .red-waves{
		width: 230px;
		padding: 70px 0 30px;
	}
	
	#home-bodyevidence .smart-class .text-intro{
		width: 23%;
		margin-left: auto;
		margin-right: 100px;
	}
	#home-bodyevidence .sale-gym .sala-box{
		height: 800px;
	}
	#home-bodyevidence .checkup h2 {
		font-size: 60px;
	}
	.plus-gym .box{
		margin-top: 30px;
	}
	/* ---- sale attrezzi --- */
	
	.hero-section-sale{
		position: relative;
		height: 100vh;
	}
	.hero-section-sale img:first-of-type{
		width: 42%;
	}
	.hero-section-sale h2{
		position: absolute;
		bottom: 0;
	}
	.hero-section-sale .red-waves{
		width:50%;
		left:50%;
	}
	.pilates .hero-section-sale video {
		width: 42%;
	}
	.pilates .hero-section-sale img:first-of-type{
		width: 42%;
	}
	#sale-attrezzi-bodyevidence .carosello{
		width: 70%;
		margin: 0 auto;
	}
	#sale-attrezzi-bodyevidence .carosello img{
		height: 800px;
		object-fit: cover;
	}
	
	#small-class .smart-class .text-intro{
		width: 43%;
		padding-left: 10%;
		text-align:right;
	}
	.grid-item {
		width: 31%;
	}
	.wellness-checkup .smart-class .text-intro {
		width: 50% !important;
	}

}
@media only screen and (min-width:1600px) {
	#home-bodyevidence .plus-gym .box{
		height: 450px;
		margin-top: 40px;
	}
	#home-bodyevidence .plus-gym .box .icona-plus{
		width: 400px;
		top: 30px;
	}
	.hero-section-sale h2{
		padding-bottom: 0;
	}
	#sale-attrezzi-bodyevidence .testo-descrizione-sala p{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	#sale-attrezzi-bodyevidence .carosello{
		width: 70%;
		margin: 0 auto;
	}
	#sale-attrezzi-bodyevidence .carosello img{
		height: 1000px;
		object-fit: cover;
	}
	#sale-attrezzi-bodyevidence .banner-finale, #prova-gratuita .banner-finale{
		height: 800px;
	}
	#sale-attrezzi-bodyevidence .end-title, #prova-gratuita .end-title{
		width: 40%;
		left: 0;
	}
	
	#small-class .small-class-intro h2{
		width: 50% !important;
		margin: 0 auto;
		padding: 60px 0;
	}
	
	#chi-siamo .due-sedi-chisiamo iframe{
		height: 550px;
	}
	.grid-item {
		width: 31.5%;
	}
}


