:root{

	--green:#EE1236;
	--black:#343434;
	--yellow: #ffb500;
	--green-light:#CDD9C7;
	--standard:20px;
	--double:50px;
	--triple:90px;
	--mini:10px;
}

::selection {
    background: var(--green);
    color: #fff;
}

.wpcf7-list-item-label:before, .wpcf7-list-item-label:after, .wpcf7{
	line-height: 1;
}

*{
	margin:0px;
	padding:0px;
}

body{
	overflow-x: hidden;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
	/*font-size: 16px;*/
	font-size: 18px;
	line-height: 1.25;
}

h1, h2, h3, h4{
		font-family: 'Roboto', sans-serif;
	font-weight:700;
	line-height: 1;
	margin:0;
	padding:0;
}

a img{
	border:0px;
}

a{
	text-decoration:none;
	transition: all 0.7s ease 0s;
	color:#000;
}

a:focus, a:hover, a:active{
	color:#000;
}

ul{
	list-style-type:none;
}

footer{
	background-color:#000;
	padding-top:20px;
	padding-bottom:180px;
	color:#fff;
	font-size:12px;
}

footer p{
	color: #f4f4f4;
	font-size:12px;
	margin-bottom:0px;
}

.padding-0{
	padding:0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    background-color: #ffb900;
	padding:15px 30px;
	border-radius:5px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.center{
	text-align:center;
}

.clear{
	clear:both;
}

.parallax {
    background: transparent;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wpcf7-form div.wpcf7-mail-sent-ok {
    border: 0px;
}

.wpcf7-form div.wpcf7-response-output {
    clear: both;
    margin: 0px 0px 30px 0px;
    padding: 0;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip{
    display:none;
}

.wpcf7-form div.wpcf7-validation-errors {
    border: 0px;
}

input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, textarea.wpcf7-not-valid,select.wpcf7-not-valid{
    border:2px solid black !important;
	background-color:#f4647a !important;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid input[type="checkbox"]{
	outline: 2px solid black;
	background-color:#f4647a !important;
}

.wpcf7-form-control-wrap {
    color: #fff;
    font-size: 12px;
}

input[type="submit"] {
	transition: all 0.7s ease 0s;
	cursor:pointer;
	background: #000 !important;	
	color:#fff !important;
	border:1px solid #000;
	font-size:16px;
	border:0px !important;
	padding: 5px 0;
	border-radius: 20px !important;
	margin-bottom:10px;
	/*margin-top:-35px;*/
	float: none !important;

}

.hs_submit{
	text-align: center;
}

form a{
	text-decoration:underline !important;
}

input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
    background-color:var(--black) !important;
	border:0px solid var(--black) !important;
	color:#fff !important;

}

.form span.wpcf7-list-item {
    margin: 0px;
	margin-top:0px;
}

span.wpcf7-list-item {
    margin: 0;
}

.wpcf7-form-control-wrap {
    color: #fff;
	font-size:12px;
}

input.btn-primary{
	margin-bottom:10px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #999 !important;
	opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #999 !important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
	color: #999 !important;
  }

  select:required:invalid {
	color: #999 !important;
  }
  option[value=""][disabled] {
	display: none;
  }

textarea.form-control{
	height: 148px !important;
	border: 1px solid #000;
	margin-top: var(--standard);
}

.form-control, form input {
    color: #000 !important;
	background-color: #fff !important;
	border:0 !important;
    background-image: none !important;
	margin-bottom:0px !important;
	box-shadow:none !important;
	border-radius: 20px !important;
	font-size:14px !important;
	padding: .375rem .75rem !important;
	line-height: 1.5 !important;
	float: left !important;
}

form input.error{
	border: 1px solid red !important;
}

form input[type="checkbox"]{
	width: auto !important;
	margin-right: 5px;
}

form p{
	font-size:14px !important;
}

.jumbotron{
	padding:0;
	position:relative;
	background-position:center center;
	height:100vh;
	background-repeat: no-repeat;
	background-size: cover;
}

select.form-control:not([size]):not([multiple]) {
	height: 30px;
  }

.mb-mini{
	margin-bottom:10px;
}

.p-tb{
	padding-top:30px;
	padding-bottom:30px;
}

.desktop{
	display:block;
}

.mobile{
	display:none;
}

.mb-standard{
	margin-bottom:var(--standard);
}

.mt-standard{
	margin-top: var(--standard);
}

.mt-double{
	margin-top: var(--double);
}

.mb-double {
	margin-bottom: var(--double);
}

.pb-mini{
	padding-bottom:var(--mini);
}

.pt-standard{
	padding-top:var(--standard);
}

.pt-mini{
	padding-top:var(--mini);
}

.pb-standard{
	padding-bottom:var(--standard);
}

.pt-double{
	padding-top:var(--double);
}

.pb-double{
	padding-bottom:var(--double);
}

.pt-triple{
	padding-top:var(--triple);
}

.pb-triple{
	padding-bottom:var(--triple);
}

.pl-standard{
	padding-left:var(--standard);
}

.pr-standard{
	padding-right:var(--standard);
}

.ptb-mini{
	padding-top:var(--mini);
	padding-bottom:var(--mini);
}

.wpcf7 .ajax-loader{
	display:block !important;
}

.visual{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wpcf7-spinner{
	position: absolute;
	left: 0;
}

.wpcf7-form{
	margin-top:var(--mini);
}

.wpcf7-radio.wpcf7-not-valid label{
	border-bottom:1px solid red;
}

.wpcf7-radio label{
	margin-right:30px;
}

.wpcf7-response-output{
	display:none;
}

.wpcf7-radio label span{
	font-size:20px;
	line-height: 1.5;
}

#mainNav{
	background-color: var(--green);
	padding:0px 1rem;
}

#logo{
	height: 70px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.btn-primary {
	color: #fff !important;
	background-color: var(--black) !important;
	border-color: var(--black) !important;
	border-radius: 0 !important;
	padding-left:20px !important;
	padding-right:20px !important;
	text-transform: uppercase;
}

.btn-secondary {
	color: var(--green) !important;
	background-color: var(--yellow) !important;
	border-color: var(--yellow) !important;
	border-radius: 0 !important;
	padding-left:20px !important;
	padding-right:20px !important;
	text-transform: uppercase;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}


.btn-primary:hover, .btn-primary:focus, .btn-primary:active{
	color: var(--black) !important;
	background-color: #fff !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active{
	color: var(--black) !important;
	background-color: var(--yellow) !important;
}

.visual h1{
	text-transform: uppercase;
	font-size: 42px;
	font-weight: 700;
	color:#fff
}

.red{
	color:var(--green);
}

.visual p{
	font-size: 24px;
	font-weight: 100;
	color:#fff;
}

.visual p.small{
	font-size: 12px;
}

.section-form{
	background-color:var(--green);
	position:fixed;
	bottom:0px;
	width: 100%;
	z-index: 999;
	color:#fff;
	padding-top: 10px;
	padding-bottom: 10px;
}
.col-privacy{
	margin-top: 10px;
}

.media img{
	height: 30px;
	margin-right: 10px;
}

.media{
	line-height: 30px;
}

.grey{
	background-color: #f4f4f4;
}

.light-green{
	background-color: var(--green-light);
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.visual h2{
	color:#fff;
	position: relative;
	display: inline-block;
}

.visual h2:before{
	position: absolute;
	height: 5px;
	width: 90%;
	left: 5%;
	bottom: -15px;
	background: #fff;
	display: block;
	content: "";
}


.hu h2 {
	color: var(--green);
	position: relative;
	display: inline-block;
}

.hu h2:before {
	position: absolute;
	height: 5px;
	width: 50%;
	left: 25%;
	bottom: -15px;
	background: var(--green);
	display: block;
	content: "";
}

.hu p{
	font-weight: 100;
}

.box{
	background-color: #fff;
	border-radius: 30px;
	padding: 20px;
}

.box h3{
	position: relative;
	display: inline-block;
}

.box h3:before {
	position: absolute;
	height: 5px;
	width: 80%;
	left: 10%;
	bottom: -5px;
	background: var(--green);
	display: block;
	content: "";
}

ul li{
	font-size: 14px;
	margin-bottom: 20px;
}

ul li::before {
	content: "∎";
	color: var(--red);
	font-weight: bold;
	display: inline-block;
	width: 1em;
	font-size: 22px;
}
.half-background{
	position:relative;
}

#leftHalf {
	background-color:#f4f4f4;
	width: 50%;
	position: absolute;
	left: 0px;
	height: 100%;
	background-repeat: no-repeat;
}

#rightHalf {
	background-image: url(../img/urban-fitness-trainer.jpg);
	width: 50%;
	position: absolute;
	right: 0px;
	height: 100%;
	background-position: center center;
	background-repeat:no-repeat;
}

#rightHalf2 {
	background-image: url(../img/urban-fitness-palestra.jpg);
	width: 50%;
	position: absolute;
	right: 0px;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

.icon-mobile{
	height: 50px;
	margin-top: 15px;
}

@media only screen and (max-width : 1400px){

}

@media only screen and (max-width : 1200px){
	
}
 
@media only screen and (max-width : 991px){
	.row-eq-height{
		display:block;
	}

	.section-form {
		position: relative;
		bottom: unset;
		width: auto;
	}

	.col{
		width: 100% !important;
		flex-basis: unset;
		margin-bottom: 10px;
	}

	input[type="submit"]{
		width:100% !important;
	}

	footer{
		padding-bottom: 30px;
	}
}
 
@media only screen and (max-width : 767px){
	.desktop {
		display: none;
	}

	.mobile {
		display: block;
	}

	.light-green{
		background-color:#fff;
	}

	.visual-point{
		background:none !important
	}

	.visual-point h2{
		color:var(--green) !important;
	}

	.visual-point h2:before {
		position: absolute;
		height: 5px;
		width: 50%;
		left: 25%;
		bottom: -15px;
		background: var(--green);
		display: block;
		content: "";
	}

	.box{
		background-color:var(--green);
	}

	.box h3{
		color:#fff;
	}

	.box h3::before{
		background:#000;
	}

	.box ul li{
		color:#fff;
	}

	.box ul li::before{
		color:#000;
	}

	.half-background {
		background-color: #f4f4f4;
	}

	.pacchetti{
		margin-bottom: -30px;
	}

	.pacchetti h2{
		text-align:center !important;
		padding-top:0;
		padding-bottom: var(--standard) !important;
		margin-top: -30px;
	}
}
 
@media only screen and (max-width : 480px){
	
}
 
@media only screen and (max-width : 320px){

}
