:root {
	--primary: #00a65a;
	--secondary: #5BC0EB;
	--orange: #E55934;
	--red : #ac2602;
	--yellow: #FDE74C;
	--cyan: #5BC0EB;
	--blue: #3E67E2;
	--green: #00a65a;
	--white: #fff;

	--gradient-base: rgba(17,154,223,0.5);
}
html, body {
	width: 100%;
	overflow-x: hidden;
}
* {
	padding:0;
	margin:0;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
a {
	color:#000000;
}
a:hover {
	color:#000000;
	text-decoration:none;
}
h1, h2, h3 {
	font-weight: 700;
}
h4, h5 {
	font-weight:600;
}
h6 {
	font-weight:500;
}
.white {
	color:#ffffff !important;
}
.black {
	color:#000000;
}
input[type="date"] {
	text-align: left;
	direction: ltr;
}
.navbar {
	position: fixed;
	right: 0;
	left: 0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	min-height: 50px;
	line-height: 50px;
	background: transparent;
	z-index: 1030;
}
.navbar .active {
	color: var(--secondary) !important;
}
.navbar .nav-item {
	margin: 0 5px;
	padding: 0;
}
.navbar .nav-item a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
}
.dropdown-item {
	color: #333!important;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
}
.navbar .nav-item:not(.registrati-button) a:hover{
	color: var(--secondary);
}
.registrati-button a:hover {
	color: #000000!important;
}
.navbar .nav-link {
	position: relative;
	padding: 0;
}
.navbar .navbar-toggler {
	cursor: pointer;
}
.navbar .navbar-toggler span {
	color: #fff;
}
.navbar-style2 .active:after, .navbar-style2 .nav-link:after {
	display: none;
}
.nav-scroll {
	background: #fff;
	-webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.nav-scroll .navbar-nav > li:not(.registrati-button) > a {
	color: #333;
}
.nav-scroll .navbar-brand img {
	-webkit-transform: scale(1.03) !important;
	transform: scale(1.03) !important;
}
.nav-scroll .navbar-toggler {
	cursor: pointer;
}
.nav-scroll .navbar-toggler span {
	color: #333;
}
.nav-scroll .nav-link:hover:after {
	background-color: var(--secondary);
}
.nav-scroll .active {
	position: relative;
}

.no-scroll {
	overflow: hidden !important;
	height: 100% !important;
}

/*SEZIONE BANNER HOME*/
.banner {
	background: url(../img/Padel-vs-Pickleball.jpg);
	/*background: url(../img/Pickleball-Padel.png);*/
	padding: 180px 0px;
	position:relative;
}
.banner::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.banner a.weblink {
	color:#ffffff;
	border-bottom:1px dotted #ffffff;
}
.banner a:hover {
	text-decoration:none;
}
.svg-wave {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin-bottom: -2.5rem;
}
.banner-text {
	padding-right:80px;
}
.banner-text p {
	margin:40px 0px;
}
.banner-text ul {
	list-style: none;
}
.banner-text ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.banner-text ul li a {
	display: block;
}
.banner-text ul li a img {
	width: 150px;
	border-radius: 7px;
}

.prelative {
	position:relative
}
.section-padding {
	padding:80px 0px;
}
.section-padding-bottom {
	padding-bottom: 80px;
}
.sectioner-header {
	width:69%;
	margin:0 auto;
}
.line {
	height: 2px;
	width: 50px;
	background: var(--primary);
	display: block;
	margin: 20px auto 20px;
}
.line::after {
	content:"";
	position: absolute;
	left: 50%;
	width: 150px;
	height: 2px;
	border-bottom: 2px dashed var(--primary);
	margin-left: -75px;
}
.line-blu {
	height: 2px;
	width: 50px;
	background: var(--secondary);
	display: block;
	margin: 20px auto 20px;
}
.line-blu::after {
	content:"";
	position: absolute;
	left: 50%;
	width: 150px;
	height: 2px;
	border-bottom: 2px dashed var(--secondary);
	margin-left: -75px;
}
.sectioner-header p {
	color:#818992;
	font-size: 17px;
}
.sectioner-header-nowidth p {
	color:#818992;
	font-size: 17px;
}
.section-content {
	margin-top: 80px;
}


.single-feature {
	margin-bottom: 80px;
	margin-top: 40px;
}
.single-feature h5 {
	font-size: 16px;
}
.media-right-margin {
	margin-right:25px;
}
.single-feature p {
	font-size: 13px;
}
.icon-border {
}
.icon-border span {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	color: var(--primary);
	font-size: 18px;
	line-height: 50px;
	border: 1px solid var(--primary);
}

/*SEZIONE ABOUT HOME*/
.sponsor {
	background: var(--gradient-base);
}
.sponsor::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/pattern.png);
}

.about-btn {
	padding: 5px 30px;
	margin-top: 0px;
	font-size: 16px;
}
.about-btn {
	color: var(--primary);
	padding: 10px 40px;
	border: 1px solid var(--primary);
	border-radius: 7px;
	margin-top: 30px;
	display: inline-block;
	font-size: 18px;
}
.about-btn:hover {
	background:var(--secondary);
	border: 1px solid var(--secondary);
	color:#ffffff;
	text-decoration:none;
}

.pos-r {
	position: relative!important;
}
.white-bg {
	background: #fff;
}
.text-white {
	color: #fff!important;
}
.player {
	height: 12rem!important;
	width: 21rem!important;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	border: 2px solid var(--primary);
	overflow-y: hidden;
}
.player:hover {
	box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.box-livello {
	height: 2rem!important;
	width: 9rem!important;
	justify-content: center;
	border-radius: 5px;
	margin: 0;
}
.circle-image{
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
	height: 122px;
}
.circle-image img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.sponsor-card {
	display: flex;
	justify-content: center;
	align-items: center;
}
.one-slide {
	border-radius: 10px;
	margin-left: 1rem;
	margin-right: 1rem;
	font-size: 1.1rem;
}
.one-slide img {
	width: 60%;
}
.one-slide-sponsor {
	border-radius: 10px;
	margin-left: 1rem;
	margin-right: 1rem;
	font-size: 1.1rem;
	height: 12rem;
}
.one-slide-sponsor img {
	width: 60%;
}
.carousel-controls .control {
	position: absolute;
	cursor: pointer;
	top: 56.4%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.prev {
	left: -1.875rem;
}
.next {
	right: -1.875rem;
}
.player-carousel .slick-initialized {
	display: block;
 }
.player-carousel {
	text-align: -webkit-center;
}
@media (max-width: 575px) {
	.player-carousel
	.one-slide {
		height: 200px;
	}
	.player-carousel
	img {
		width: 40%;
	}
}


/*SEZIONE FAQ HOME*/
.faq {
	background: #fafafa;
	border-bottom: 1px solid #e4e4e4;
}
.faq-content {
	margin: 20px 0px;
}
.faq-content h4 {
	font-weight: 400;
	font-size: 20px;
}
.faq-content p {
	color: #818992;
	font-weight:300;
	margin-top:15px;
}


/*SEZIONE ISCRIZIONE HOME*/
.iscrizione {
	background: var(--gradient-base);
	padding: 30px 0px;
	position:relative;
}
.iscrizione::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../img/pattern.png);
}
.iscrizione a {
	font-size: 1.2rem;
}


/*SEZIONE REGISTRAZIONE HOME*/
.registrati-padel h1, .registrati-pickleball h1 {
	color: #ffffff;
	font-size: 38px;
	font-weight: 600;
	padding: 12px 20px;
	text-align: center;
}

.registrati-padel,
.registrati-pickleball {
	background-blend-mode: darken;
	background-color: rgba(0, 0, 0, 0.45);
	background-position: center center;
	background-size: cover;
	padding: 30px;
	margin: 1rem;
	height: 12rem;
	border: white solid 3px;
	border-radius: 50px;
	transition: transform 0.3s ease, border-color 0.3s ease;
	cursor: pointer;
}

.registrati-padel {
	background-image: url(../img/padle_player.jpg);
}

.registrati-pickleball {
	background-image: url(../img/pickleball_player.jpg);
}

.registrati-padel:hover,
.registrati-pickleball:hover {
	border-color: var(--primary);
	transform: scale(1.03);
}

/*FOOTER*/
.footer-copy {
	background: #ffffff;
	color: #242424;
	font-size: 13px;
	text-align: center;
	padding:15px 0px;
}
.footer-copy p {
	margin-bottom:0px;
}

/*HEADER*/
.registrati-button {
	background: var(--primary)!important;
	border: black;
	border-radius: 15px;
}

/*RANKING*/
.wrapper {
	width: 95%;
	margin: 0 auto;
}
#search-container {
	margin: 1em 0;
}
#search-container input {
	background-color: transparent;
	width: 40%;
	border: transparent;
	border-bottom: 2px solid #110f29;
	padding: 1em 0.3em;
}
.button-value {
	border: 2px solid var(--primary);
	padding: 1em 2.2em;
	border-radius: 3em;
	background-color: transparent;
	color: #000000;
	cursor: pointer;
	margin-right: 0.5rem;
	margin-bottom: 1rem;
}
.download-ranking-button {
	border: 2px solid var(--primary);
	padding: 1em 2.2em;
	border-radius: 3em;
	margin-bottom: 1rem;
	background-color: var(--primary);
	color: #ffffff;
	cursor: pointer;
}
.activeButton {
	background-color: var(--primary);
	color: #ffffff;
}
#giocatori {
	display: grid;
	grid-template-columns: auto auto auto;
	grid-column-gap: 1.5em;
	padding: 2em 0;
}

.pagination {
	display: block;
	text-align: center;
	margin-bottom: 2rem;
}

.pagination button {
	padding: 5px 10px;
	margin: 0 5px;
	cursor: pointer;
	outline: 1px solid #494a4f;
	border-radius: 1px;
	border: none;
}

.pagination button.active {
	background-color: var(--primary);
	color: white;
}

.ranking-options {
	list-style: none;
	margin-top: 2rem;
}
.ranking-options li {
	display: inline-block;
	margin-right: 1em;
}
.lns-checkbox {
	display: inline-flex;
	font-size: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	align-items: center;
	line-height: 1;
	border-radius: 5px;
	padding: 5px 7px;
	user-select: none;
}

.lns-checkbox span {
	position: relative;
	display: flex;
	align-items: center;
}

.lns-checkbox input[type="checkbox"] {
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.lns-checkbox input[type="checkbox"]:checked + span::after {
	background-color: var(--primary);
}

.lns-checkbox input[type="checkbox"]:checked + span {
	color: var(--primary);
}

.lns-checkbox input[type="checkbox"]:focus + span::before {
	border-color: var(--primary);
}

.lns-checkbox span::before {
	content: "";
	display: inline-block;
	border-radius: 3px;
	background-color: #ffffff;
	border: var(--secondary) 1px solid;
	margin-right: 8px;
	height: 16px;
	width: 16px;
}

.lns-checkbox span::after {
	content: "";
	display: inline-block;
	height: 12px;
	width: 12px;
	border-radius: 3px;
	background-color: transparent;
	left: 2px;
	position: absolute;
}

div.dataTables_wrapper div.dataTables_length select {
	width: 4rem!important;
}

/*REGISTRAZIONE*/
.answers {
	display: flex;
	flex-direction: column;
}

.answers.two-cols {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.answers.three-cols {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.wizard-content-right {
	background-blend-mode: darken;
	background-color: rgba(0, 0, 0, 0.45);
	background-image: url(../img/padle_player.jpg);
	background-position: center center;
	background-size: cover;
	padding: 30px;
	height: 35rem;
}

.wizard-content-right h1, .wizard-precontent-right h1, .wizard-precontent-left h1, .wizard-content-left h1 {
	color: #ffffff;
	font-size: 38px;
	font-weight: 600;
	padding: 12px 20px;
	text-align: center;
}

.wizard-content-left {
	background-blend-mode: darken;
	background-color: rgba(0, 0, 0, 0.45);
	background-image: url(../img/pickleball_player.jpg);
	background-position: center center;
	background-size: cover;
	padding: 30px;
	height: 35rem;
}

.wizard-precontent-left,
.wizard-precontent-right {
	background-blend-mode: darken;
	background-color: rgba(0, 0, 0, 0.45);
	background-position: center center;
	background-size: cover;
	padding: 30px;
	margin: 1rem;
	height: 25rem;
	border: white solid 3px;
	border-radius: 50px;
	transition: transform 0.3s ease, border-color 0.3s ease;
	cursor: pointer;
}

.wizard-precontent-left {
	background-image: url(../img/padle_player.jpg);
}

.wizard-precontent-right {
	background-image: url(../img/pickleball_player.jpg);
}

.wizard-precontent-left:hover,
.wizard-precontent-right:hover {
	border-color: var(--primary);
	transform: scale(1.03);
}

.form-wizard {
	color: #888888;
	padding: 30px;
}
.form-wizard .wizard-form-radio {
	display: inline-block;
	margin-left: 5px;
	position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: #dddddd;
	height: 25px;
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
	outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
	background-color: var(--primary);
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	display: inline-block;
	background-color: #ffffff;
	border-radius: 50%;
	left: 1px;
	right: 0;
	margin: 0 auto;
	top: 8px;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked::after {
	content: "";
	display: inline-block;
	-moz-animation: click-radio-wave 0.65s;
	animation: click-radio-wave 0.65s;
	background: #000000;
	content: '';
	display: block;
	position: relative;
	z-index: 100;
	border-radius: 50%;
}
.form-wizard .wizard-form-radio input[type="radio"] ~ label {
	padding-left: 10px;
	cursor: pointer;
}
.form-wizard .form-wizard-header {
	text-align: center;
}
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
	background-color: var(--primary);
	color: #ffffff;
	display: inline-block;
	min-width: 100px;
	min-width: 120px;
	padding: 10px;
	text-align: center;
}
.form-wizard .form-wizard-submit.disabled {
	background-color: #cccccc;
	color: #666666;
	cursor: not-allowed;
	opacity: 0.6;
	pointer-events: none;
}
.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
	color: #ffffff;
	opacity: 0.6;
	text-decoration: none;
}
.form-wizard .wizard-fieldset {
	display: none;
}
.form-wizard .wizard-fieldset.show {
	display: block;
}
.form-wizard .wizard-form-error {
	display: none;
	background-color: var(--orange);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
}
.form-wizard .form-wizard-previous-btn {
	background-color: var(--primary);
}
.form-wizard .form-control {
	font-weight: 300;
	height: auto !important;
	padding: 15px;
	color: #888888;
	background-color: #f1f1f1;
	border: none;
}
.form-wizard .form-control:focus {
	box-shadow: none;
}
.form-wizard .form-group {
	position: relative;
	margin: 25px 0;
}
.form-wizard .wizard-form-text-label {
	position: absolute;
	left: 10px;
	top: 16px;
	transition: 0.2s linear all;
}
.form-wizard .focus-input .wizard-form-text-label {
	color: var(--primary);
	top: -18px;
	transition: 0.2s linear all;
	font-size: 12px;
}
.form-wizard .form-wizard-steps {
	margin: 30px 0;
}
.form-wizard .form-wizard-steps li {
	width: 25%;
	float: left;
	position: relative;
}
.form-wizard .form-wizard-steps li::after {
	background-color: #f3f3f3;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	border-bottom: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}
.form-wizard .form-wizard-steps li span {
	background-color: #dddddd;
	border-radius: 50%;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	position: relative;
	text-align: center;
	width: 40px;
	z-index: 1;
}
.form-wizard .form-wizard-steps li:last-child::after {
	width: 50%;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
	background-color: var(--primary);
	color: #ffffff;
}
.form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
	background-color: var(--primary);
	left: 50%;
	width: 50%;
	border-color: var(--primary);
}
.form-wizard .form-wizard-steps li.activated::after {
	width: 100%;
	border-color: var(--primary);
}
.form-wizard .form-wizard-steps li:last-child::after {
	left: 0;
}
.form-wizard .wizard-password-eye {
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.tornei-logo {
	max-height: 500px;
}

.slick-initialized .slick-slide {
	display: flex
}

.convenzioni-logo {
	max-height: 200px;
}

.circolo-card {
	border: 2px solid var(--primary);
	border-radius: 8px;
	transition: border-radius 0.3s ease, box-shadow 0.3s ease;
	margin: 1rem;
	width: 140px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	text-align: center;
}

.circolo-card:hover {
	border-radius: 40px;
	box-shadow: 0 4px 12px rgba(0, 166, 90, 0.3);
	transform: scale(1.02);
	border-color: var(--primary);
}

.circolo-card img {
	max-width: 130px;
	max-height: 130px;
	object-fit: contain;
}

/*AUTOANALISI*/
.question{
	margin-bottom: 10px;
	font-size: 1.1rem;
	font-weight: 500;
}
.answers {
	margin-bottom: 20px;
	text-align: left;
	display: inline-block;
}
.answers label{
	display: block;
	margin-bottom: 10px;
}
.slide{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.5s;
}
.active-slide{
	position: relative;
	opacity: 1;
	z-index: 2;
}
.autoanalisi-container{
	position: relative;
	height: 17rem;
	margin-top: 2rem;
}
.row-autoanalisi{
	place-content: space-between;
	margin-left: 0rem;
	margin-right: 0rem;
	margin-top: 4rem;
}
.row-autoanalisi a {
	cursor: pointer;
}

/*GIOCATORI*/
#rankingImage {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 45rem;
}

#rankingMessage {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
	z-index: 9999;
	max-width: 42rem;
}

#rankingOverlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 1050;
	overflow: auto;
}

/*TORNEI*/
.icon-tornei i {
	display: inline;
	font-size: 2rem;
}
.icon-tornei span {
	margin-left: 1rem;
	font-size: 1.3rem;
}

.banner {
	background-size: cover!important;
	background-position-x: center!important;
}

.footer-text{
	font-family: Calibri, serif!important;
	font-size: 12px!important;;
}
.footer-text a {
	text-decoration: none!important;
}

.footer-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	justify-items: center;
	align-items: center;
	margin-top: 1rem;
}

@keyframes bounce {
	0%, 100% { transform: translateX(-50%) translateY(0); }
	50% { transform: translateX(-50%) translateY(-10px); }
}


@keyframes click-radio-wave {
	0% {
		width: 25px;
		height: 25px;
		opacity: 0.35;
		position: relative;
	}
	100% {
		width: 60px;
		height: 60px;
		margin-left: -15px;
		margin-top: -15px;
		opacity: 0.0;
	}
}
@media screen and (max-width: 767px) {
	.wizard-content-right, .wizard-precontent-left, .wizard-precontent-right, .wizard-content-left {
		height: 12rem;
	}
}

/*IPAD PRO*/
@media all and (max-width:1030px) {
	#giocatori {
		grid-template-columns: auto auto;
		justify-content: center;
		grid-column-gap: 1em;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 1050px !important;
	}
}

/*IPAD AIR*/
@media all and (max-width:991px) {
	.nav-scroll .navbar-brand img, .navbar-brand img {
		transform: scale(1.2) !important;
		-webkit-transform: scale(1.2) !important;
		margin-left: 3rem;
		margin-top: 1rem;
	}
	.navbar .navbar-collapse .nav-link:not(.reg-button) {
		overflow: auto;
		background:  #FFF;
		color: #000 !important;
		text-align: center;
	}
	.navbar-brand {
		margin-right: 20rem;
	}
	.reg-button {
		text-align: center;
	}
	.nav-scroll .navbar-collapse {
		background: #fff !important;
	}
	#contact_form {
		margin-bottom:20px;
	}
	.tornei-logo {
		max-height: 400px!important;
	}
	.convenzioni-logo {
		max-height: 100px!important;
	}
	#search-container input {
		width: 50%!important;
	}
	.player {
		width: 20rem!important;
	}
	.footer-text {
		margin-top: 1rem;
		text-align: center;
	}
	.footer-row-logo img {
		width: 50% !important;
		max-width: 120px !important;
		margin: 0.3rem !important;
	}
	.header-logo-row img {
		width: 50% !important;
		max-width: 80px !important;
		margin: 1.3rem !important;
	}
}

@media all and (max-width:1024px) and (min-width:769px){
	.footer-text input, .footer-text label, .footer-text form {
		width: 8rem!important;
	}
}

/*IPHONE*/
@media all and (max-width:768px) {
	.svg-wave {
		position: absolute;
		bottom: 0;
		width: 100%;
		margin-bottom: -1rem;
	}
	.svg-wave img{
		height: 8rem;
	}
	.nav-scroll .navbar-brand img, .navbar-brand img {
		transform: scale(1) !important;
		-webkit-transform: scale(1) !important;
		margin-top: 1rem;
	}
	.navbar-brand {
		margin-left: 10px;
		margin-right: 10px;
	}
	.banner-text {
		padding-right: 0px;
		margin: 10px 0px 0px;
	}
	h2 {
		font-size: 25px;
	}
	h3 {
		font-size: 23px;
	}
	.section-padding {
		padding: 40px 0px;
	}
	.section-padding-bottom {
		padding-bottom: 40px;
	}
	.banner-text p {
		margin: 25px 0px;
	}
	.banner-home-text h5 {
		font-size: 1rem;
	}
	.banner-text ul li a img {
		width: 140px;
		border-radius: 7px;
	}
	.sectioner-header {
		width: 90%;
	}
	.sectioner-header p {
		font-size: 14px;
	}
	.sectioner-header-nowidth p {
		font-size: 14px;
	}
	.single-feature {
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.bx-controls {
		display:none;
	}
	.bx-wrapper {
		margin: 0px 20px !important;
	}
	.slider .test-img img {
		margin: 0 auto;
	}
	.test-img {
		float:none;
		width: 200px;
		height: 200px;
		margin: 0 auto;
	}
	.test-text {
		float: none;
		width: 100%;
		text-align: center;
	}
	.section-content {
		margin-top: 40px;
	}
	.faq-content {
		margin: 10px 0px;
	}
	.faq-content h4 {
		font-size: 16px;
	}
	.faq-content p {
		font-size: 13px;
	}
	#contact_form {
		margin-bottom:20px;
	}
	.contact-item {
		font-size: 12px;
	}
	.iscrizione ul li a img {
		width: 120px;
	}
	.footer-copy p {
		font-size: 10px;
	}
	#search-container input {
		width: 80%!important;
	}
	#giocatori {
		grid-template-columns: auto;
		justify-content: center;
	}
	.player-carousel {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	.player {
		width: 19rem!important;
		height: 11rem!important;
	}
	.prev {
		left: 0rem;
	}
	.next {
		right: 0rem;
	}
	.one-slide-sponsor img {
		width: 90%;
	}
	.sponsor-carousel {
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}
	.text-faq {
		text-align: center;
	}
	.row-autoanalisi{
		place-content: space-between;
		margin-left: 0rem;
		margin-right: 0rem;
		margin-top: 4rem;
	}
	#previous, #next {
		width: 40%;
		white-space: break-spaces;
	}
	.icon-box {
		margin-top: 2rem!important;
	}
	.logopadel {
		margin-right: 2rem;
	}
	.rankinglogopadel {
		margin-right: 2rem;
	}
	.footer-text {
		margin-top: 1rem;
		text-align: center;
	}
	.footer-text-middle {
		margin-top: 1.5rem;
	}
	.footer-row-logo img {
		max-width: 90px !important;
	}
	.header-logo-row img {
		width: 50% !important;
		max-width: 70px !important;
		margin: 0.3rem !important;
	}
	.livelli-padel img, .livelli-pickleball img {
		max-width: 80px !important;
	}
	#rankingImage {
		width: 26rem;
	}
	#rankingMessage {
		position: absolute;
		top: 40%;
		max-width: 42rem;
	}
	#data_nascita {
		width: 19rem;
		height: 3.5rem !important;
		align-content: center;
	}
	.form-wizard {
		padding: 10px;
	}
}
