											/* =============================================== */
											/* --->>> CSS AMICA CARD FREE CUSTOM STYLES <<<--- */
											/* =============================================== */
											

@keyframes fadeInDownPin {
	0% {
		-webkit-transform:translateY(-8000px);
		-ms-transform:translateY(-8000px);
		-moz-transform:translateY(-8000px);
		-o-transform:translateY(-8000px);
		transform:translateY(-8000px);
		}
	100% {
		-webkit-transform:translateY(1px);
		-ms-transform:translateY(1px);
		-moz-transform:translateY(1px);
		-o-transform:translateY(1px);
		transform:translateY(1px);
		}
}
@-webkit-keyframes fadeInDownPin {
	0% {
		-webkit-transform:translateY(-8000px);
		transform:translateY(-8000px);
		}
	100% {
		-webkit-transform:translateY(1px);
		transform:translateY(1px);
		}
}
@-moz-keyframes fadeInDownPin {
	0% {
		-moz-transform:translateY(-8000px);
		transform:translateY(-8000px);
		}
	100% {
		-moz-transform:translateY(1px);
		transform:translateY(1px);
		}
}
@-ms-keyframes fadeInDownPin {
	0% {
		-ms-transform:translateY(-8000px);
		transform:translateY(-8000px);
		}
	100% {
		-ms-transform:translateY(1px);
		transform:translateY(1px);
		}
}
@-o-keyframes fadeInDownPin {
	0% {
		-o-transform:translateY(-8000px);
		transform:translateY(-8000px);
		}
	100% {
		-o-transform:translateY(1px);
		transform:translateY(1px);
		}
}
@font-face {
  font-family: 'harryobeserrsqueezed';
  src: url('file:///C:/Users/grafico/Desktop/Informative/fonts/HAOBS_.eot');
  src: local('harryobeserrsqueezed'), local('harryobeserrsqueezed'),
    url("file:///C:/Users/grafico/Desktop/Informative/fonts/HAOBS_.woff") format("woff"),
    url("file:///C:/Users/grafico/Desktop/Informative/fonts/HAOBS_.otf") format("opentype"),
    url("file:///C:/Users/grafico/Desktop/Informative/fonts/HAOBS_.svg") format("svg");
}
.btn {
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;
}
.fadeInDownPin {
	-webkit-animation-name:fadeInDownPin;
	-moz-animation-name:fadeInDownPin;
	-ms-animation-name:fadeInDownPin;
	-o-animation-name:fadeInDownPin;
	animation-name:fadeInDownPin;
}

.error-typing {
	border-color: #E74C3C !important;
}
/*Mostra TESTATA DESKTOP sul PC*/
.visualizzazione-desktop {
	display: block;
}
/*.visualizzazione-ultra-desktop {
	display: block;
}*/
/*Nascondi TESTATA MOBILE sul PC*/
.visualizzazione-mobile {
	display: none;
}
.popup {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-moz-transition: all 350ms ease-in-out 0s !important;
	-webkit-transition: all 350ms ease-in-out 0s !important;
	-o-transition: all 350ms ease-in-out 0s !important;
	-ms-transition: all 350ms ease-in-out 0s !important;
	transition: all 350ms ease-in-out 0s !important;
	min-width: 320px !important;
	max-width: 600px !important;
	max-height: 480px;
	overflow-y: auto;
	z-index: 50;
}
.popup .item-box.style2 div {
    width: calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: -ms-calc(100% - 60px);
    width: -o-calc(100% - 60px);
}
.popup .item-box.style2 ul.arrow-style.ls1 {

}
.popup .item-box.style2 ul.arrow-style.ls1 li::before {
	content: "\f00d" !important;
	color: #E74C3C !important;
}
#page-registrazione-amica-card-free #success .popup {
	max-width: 800px !important;
}
#page-acquisto-amica-card .page-section.codice-promozionale-acquisto #verifica-esito .alert {
	margin-top: 15px;
	margin-bottom: 0px;
}
#page-acquisto-amica-card .page-section.codice-promozionale-acquisto #verifica-esito .alert.alert-danger, #page-acquisto-amica-card .page-section.codice-promozionale-acquisto #verifica-esito .alert.alert-success {
	text-align: left;
}
#page-acquisto-amica-card .page-section.codice-promozionale-acquisto #verifica-esito .alert.alert-danger .titolo-alert, #page-acquisto-amica-card .page-section.codice-promozionale-acquisto #verifica-esito .alert.alert-danger, #page-acquisto-amica-card .page-section.codice-promozionale-acquisto #verifica-esito .alert.alert-success .titolo-alert {
	margin: 0px;
}
.popup .item-box.style2 i {
	top: 20px;
	font-size: 55px !important;
}
.popup .item-box i::after {
	height: 55px;
	width: 55px;
	left: 6px;
	top: 6px;
}
.popup [class^="icon-"] {
	line-height: 0.5;
}
.popup .item-box.style2 button, .popup .item-box.style2 h5, .popup .item-box.style2 div {
    margin-left: 60px;
}
.popup .item-box h5, .popup .item-box i, .popup .item-box div {
	display: inline-block;
}
.sfondo-popup {
	background: rgba(0,0,0,0.7);
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 49;
	-moz-transition: all 350ms linear 0s !important;
	-webkit-transition: all 350ms linear 0s !important;
	-o-transition: all 350ms linear 0s !important;
	-ms-transition: all 350ms linear 0s !important;
	transition: all 350ms linear 0s !important;
}
.acquisto-amica-card .animaty, .conferma-registrazione-invio-mail .animaty, .condizioni-di-utilizzo .animaty, .bottone-reinvia-mail .animaty, .conferma-registrazione-account.procedura-paypal .animaty, .riepilogo-ordine-acquisto.animaty, .conferma-attivazione-card .animaty, .form-recupero-password .animaty {
	animation-delay: 1200ms;
	-webkit-animation-delay: 1200ms;
	-moz-animation-delay: 1200ms;
	-ms-animation-delay: 1200ms;
	-o-animation-delay: 1200ms;
}
.seleziona-prodotto-amica-card .animaty, .conferma-attivazione-card .animatedmod {
	animation-delay: 1800ms;
	-webkit-animation-delay: 1800ms;
	-moz-animation-delay: 1800ms;
	-ms-animation-delay: 1800ms;
	-o-animation-delay: 1800ms;
}
.landing-header .animatedmod, .amicacard-header .animatedmod, .prova-amica-card-free .animatedmod, .amica-card-free .animatedmod, .conferma-registrazione-invio-mail .animatedmod, .condizioni-di-utilizzo .animatedmod, .bottone-reinvia-mail .animatedmod {
	animation-delay: 2000ms;
	-webkit-animation-delay: 2000ms;
	-moz-animation-delay: 2000ms;
	-ms-animation-delay: 2000ms;
	-o-animation-delay: 2000ms;
}
.landing-header .animatedmod.ritardata, .amicacard-header .animatedmod.ritardata, .prova-amica-card-free .animatedmod.ritardata, .amica-card-free .animatedmod.ritardata, .acquisto-amica-card .animatedmod.ritardata,  .conferma-registrazione-invio-mail .animatedmod.ritardata, .condizioni-di-utilizzo .animatedmod.ritardata, .bottone-reinvia-mail .animatedmod.ritardata, .conferma-attivazione-card .animatedmod.ritardata {
	animation-delay: 2500ms;
	-webkit-animation-delay: 2500ms;
	-moz-animation-delay: 2500ms;
	-ms-animation-delay: 2500ms;
	-o-animation-delay: 2500ms;
}
.landing-header .animatedmod.ritardata2, .amicacard-header .animatedmod.ritardata2,, .prova-amica-card-free .animatedmod.ritardata2, .amica-card-free .animatedmod.ritardata2, .acquisto-amica-card .animatedmod.ritardata2, .conferma-registrazione-invio-mail .animatedmod.ritardata2, .condizioni-di-utilizzo .animatedmod.ritardata2, .bottone-reinvia-mail .animatedmod.ritardata2, .conferma-attivazione-card .animatedmod.ritardata2 {
	animation-delay: 3000ms;
	-webkit-animation-delay: 3000ms;
	-moz-animation-delay: 3000ms;
	-ms-animation-delay: 3000ms;
	-o-animation-delay: 3000ms;
}
/*Modifica padding-top e padding-bottom del PAGE-HEADER per la landing-page*/
.page-header.landing-header {
	padding: 0px;
	border-top: none;
	border-bottom: none;
	background-color: #002F02;
}
.page-header.landing-header.acquisto {
	padding: 0px;
	border-top: none;
	border-bottom: none;
	background-color: #01518C;
}
/*Larghezza immagine di TESTATA per la landing-page*/
.landing-header img {
	width: 100%;
	z-index: 3;
}
/*Stili generali per i pin delle categorie della TESTATA per la landing-page*/
.landing-header img.marker {
	position: absolute;
}
/*Stili specifici per i pin delle categorie della TESTATA per la landing-page*/
.landing-header img.pin-shopping {
	width: 7.5%;
	bottom: 37.5%;
	left: 4.25%;
	-webkit-animation-duration: 1600ms;
	-moz-animation-duration: 1600ms;
	ms-animation-duration: 1600ms;
	-o-animation-duration: 1600ms;
    animation-duration: 1600ms;
}
.landing-header img.pin-trasporti {
	width: 3.15%;
	bottom: 54.6%;
	left: 14.65%;
	-webkit-animation-duration: 1650ms;
	-moz-animation-duration: 1650ms;
	ms-animation-duration: 1650ms;
	-o-animation-duration: 1650ms;
    animation-duration: 1650ms;
}
.landing-header img.pin-mangiare {
	width: 7.95%;
	bottom: 33.3%;
	left: 23.3%;
	-webkit-animation-duration: 1400ms;
	-moz-animation-duration: 1400ms;
	ms-animation-duration: 1400ms;
	-o-animation-duration: 1400ms;
    animation-duration: 1400ms;
}
.landing-header img.pin-alberghi {
	width: 12%;
	bottom: 1.1%;
	left: 37.05%;
	-webkit-animation-duration: 1350ms;
	-moz-animation-duration: 1350ms;
	ms-animation-duration: 1350ms;
	-o-animation-duration: 1350ms;
    animation-duration: 1350ms;
}
.landing-header img.pin-farmacie {
	width: 8.9%;
	bottom: 26.5%;
	left: 52.85%;
	-webkit-animation-duration: 1300ms;
	-moz-animation-duration: 1300ms;
	ms-animation-duration: 1300ms;
	-o-animation-duration: 1300ms;
    animation-duration: 1300ms;
}
.landing-header img.pin-meccanici {
	width: 2.1%;
	bottom: 58.55%;
	left: 64.15%;
	-webkit-animation-duration: 1650ms;
	-moz-animation-duration: 1650ms;
	ms-animation-duration: 1650ms;
	-o-animation-duration: 1650ms;
    animation-duration: 1650ms;
}
.landing-header img.pin-dentisti {
	width: 7.65%;
	bottom: 34.7%;
	left: 69.1%;
	-webkit-animation-duration: 1400ms;
	-moz-animation-duration: 1400ms;
	ms-animation-duration: 1400ms;
	-o-animation-duration: 1400ms;
    animation-duration: 1400ms;
}
.landing-header img.logo {
	width: auto;
	bottom: 7%;
	right: 0.8%;
}
/*Stili dello SLOGAN della TESTATA per la landing-page*/
.landing-header .title {
	color: white;
	padding: 5px 0px 10px 0px;
	text-transform: none;
	text-align: center;
}
.landing-header .title.visualizzazione-desktop {
	position: absolute;
	z-index: 1;
	left: 25px;
	bottom: 10px;
	margin-bottom: 0px;
	text-align: left;
	text-shadow: -2px 2px 0px #000;
}
.page-header.amicacard-header {
	padding: 0px;
	border-top: none;
	border-bottom: none;
	background-color: #227FBB;
}
/*Larghezza immagine di TESTATA per la landing-page*/
.amicacard-header img {
	width: 100%;
	z-index: 3;
}
/*Stili generali per i pin delle categorie della TESTATA per la landing-page*/
.amicacard-header img.marker {
	position: absolute;
}
/*Stili specifici per i pin delle categorie della TESTATA per la landing-page*/
.amicacard-header img.pin-shopping {
	width: 7.5%;
	bottom: 37.5%;
	left: 4.25%;
	-webkit-animation-duration: 1600ms;
	-moz-animation-duration: 1600ms;
	ms-animation-duration: 1600ms;
	-o-animation-duration: 1600ms;
    animation-duration: 1600ms;
}
.amicacard-header img.pin-trasporti {
	width: 3.15%;
	bottom: 54.6%;
	left: 14.65%;
	-webkit-animation-duration: 1650ms;
	-moz-animation-duration: 1650ms;
	ms-animation-duration: 1650ms;
	-o-animation-duration: 1650ms;
    animation-duration: 1650ms;
}
.amicacard-header img.pin-mangiare {
	width: 7.95%;
	bottom: 33.3%;
	left: 23.3%;
	-webkit-animation-duration: 1400ms;
	-moz-animation-duration: 1400ms;
	ms-animation-duration: 1400ms;
	-o-animation-duration: 1400ms;
    animation-duration: 1400ms;
}
.amicacard-header img.pin-alberghi {
	width: 12%;
	bottom: 1.1%;
	left: 37.05%;
	-webkit-animation-duration: 1350ms;
	-moz-animation-duration: 1350ms;
	ms-animation-duration: 1350ms;
	-o-animation-duration: 1350ms;
    animation-duration: 1350ms;
}
.amicacard-header img.pin-farmacie {
	width: 8.9%;
	bottom: 26.5%;
	left: 52.85%;
	-webkit-animation-duration: 1300ms;
	-moz-animation-duration: 1300ms;
	ms-animation-duration: 1300ms;
	-o-animation-duration: 1300ms;
    animation-duration: 1300ms;
}
.amicacard-header img.pin-meccanici {
	width: 2.1%;
	bottom: 58.55%;
	left: 64.15%;
	-webkit-animation-duration: 1650ms;
	-moz-animation-duration: 1650ms;
	ms-animation-duration: 1650ms;
	-o-animation-duration: 1650ms;
    animation-duration: 1650ms;
}
.amicacard-header img.pin-dentisti {
	width: 7.65%;
	bottom: 34.7%;
	left: 69.1%;
	-webkit-animation-duration: 1400ms;
	-moz-animation-duration: 1400ms;
	ms-animation-duration: 1400ms;
	-o-animation-duration: 1400ms;
    animation-duration: 1400ms;
}
.amicacard-header img.logo {
	width: auto;
	bottom: 7%;
	right: 0.8%;
}
/*Stili dello SLOGAN della TESTATA per la landing-page*/
.amicacard-header .title {
	color: white;
	padding: 5px 0px 10px 0px;
	text-transform: none;
	text-align: center;
}
.amicacard-header .title.visualizzazione-desktop {
	position: absolute;
	z-index: 1;
	left: 25px;
	bottom: 10px;
	margin-bottom: 0px;
	text-align: left;
	text-shadow: -2px 2px 0px #000;
}
#page-registrazione-amica-card-free .section-title h3 {
	letter-spacing: -1px;
	text-transform: none !important;
	font-size: 38px;
}
.page-section.prova-amica-card-free .la-card {
	display: block;
	margin-bottom: 16px;
	margin-left: 4%;
	margin-top: 29px;
}
.page-section.prova-amica-card-free img.immagine-card {
	margin-top: -20px;
}
.page-section.prova-amica-card-free img.immagine-card-digitale {
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	max-width: 150px;
	display: block;
}
/*Modifica del padding-top e padding-bottom della sezione REGISTRATI E OTTIENI SCONTI GRATIS CON... della landing-page*/
.page-section.prova-amica-card-free, .page-section.bottone-registrati, .page-section.amica-card-free, .page-section.seleziona-prodotto-amica-card, .page-section.acquisto-amica-card, .page-section.riepilogo-ordine-acquisto, .page-section.conferma-registrazione-invio-mail, .page-section.condizioni-di-utilizzo, .page-section.informativa-privacy, .page-section.stampa-pdf-card, .page-section.conferma-registrazione-account, .page-section.form-recupero-password, .page-section.conferma-attivazione-card, .page-section.attivazione-amica-card, .page-section.contacts, #contatore-numeri-amica-card.page-section, .page-section.diventa-partner-amica-card, .page-section.segnala-attivita {
    padding: 25px 0;
}
.page-section.invia-di-nuovo {
	padding: 0px;
}
/*Colore del titolo della sezione REGISTRATI E OTTIENI SCONTI GRATIS CON... e della sezione DETTAGLI AMICA CARD FREE della landing-page*/
.prova-amica-card-free h3, .amica-card-free h3, .page-section.conferma-registrazione-invio-mail .section-title h3 {
	color: #1A693A !important;
	text-transform: none;
}
.page-section.conferma-registrazione-invio-mail.default .section-title h3 {
	color: #01518C !important;
	text-transform: none;
}
/*Stili delle ICONE della sezione DETTAGLI AMICA CARD FREE della landing-page*/
.amica-card-free .item-box.style3 i {
	border: none;
	border-radius: 0%;
	font-size: 60px;
	line-height: 60px;
	padding: 0px;
	color: #1A693A !important;
}
/*Margin-right delle ICONE.png della sezione DETTAGLI AMICA CARD FREE della landing-page*/
.amica-card-free .item-box.style3 .immagine-icona {
	float: left;
	margin-right: 15px;
}
/*Stili delle ICONE TESTO della sezione DETTAGLI AMICA CARD FREE della landing-page*/
.amica-card-free .item-box.style3 .testo-icona {
	float: left;
	height: 60px;
	width: 60px;
	line-height: 45px;
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 0px;
	margin-right: 15px;
	color: rgb(26, 105, 58);
}
/*Colore dei titoli della sezione DETTAGLI AMICA CARD FREE della landing-page*/
.amica-card-free .item-box.style3 h5.title {
	color: #1A693A;
}
/**/
.amica-card-free .item-box.style3 h5.title, .amica-card-free .item-box.style3 div {
	float: right;
	width: calc(100% - 75px);
	width: -webkit-calc(100% - 75px);
	width: -moz-calc(100% - 75px);
	width: -ms-calc(100% - 75px);
	width: -o-calc(100% - 75px);
}
/*.page-section.amica-card-free .section-title h3::before {
	background-color: #EE7203 !important; 
}*/
.page-section.amica-card-free .item-box {
	padding-bottom: 5px;
}
.form-registrazione-card {
	background-color: #EE7203;
	padding:25px 0px;
	overflow: visible;
}
.page-section.form-registrazione-card .title {
	color: white;
}
.page-section.form-registrazione-card .section-title h3::before, .page-section.form-registrazione-card .section-title h2::before {
	background-color: white;
}
.page-section.form-registrazione-card.indirizzo-alternativo .title {
	color: #01518C !important;
}
.page-section.form-registrazione-card.indirizzo-alternativo .section-title h3::before {
	background-color: #01518C !important;
}
.dicci-chi-sei {
	font-size: 17px;
	font-weight: 600;
	color: white;
	line-height: 50px;
}
#page-segnala-attivita .dicci-chi-sei {
	font-size: 17px;
	font-weight: 600;
	color: white;
	line-height: 24px;
	margin-bottom: 0px;
}
#page-segnala-attivita .form-registrazione-card .domande-attivita .first-child .dicci-chi-sei {
	line-height: 12px;
	margin-bottom: 6px;
}
#page-segnala-attivita .form-registrazione-card .domande-attivita select, form.form-registrazione-card .domande-attivita .checkbox-option {
	margin-bottom: 21px;
}
.dicci-chi-sei.background-white {
	color: #01518C !important;
}
.legenda-form-registrazione-amica-card-free {
	font-size: 11px;
	color: white;
	line-height: 15px;
	padding: 0px 15px;
}
.row.cambio-area {
	margin-top: 16px;
}
.page-section.condizioni-utilizzo-e-privacy {
	position: absolute;
	top: 25px;
	z-index: 5;
	padding: 25px 0px 15px 0px;
	-moz-transition: all 1000ms linear 0s !important;
	-webkit-transition: all 1000ms linear 0s !important;
	-o-transition: all 1000ms linear 0s !important;
	-ms-transition: all 1000ms linear 0s !important;
	transition: all 1000ms linear 0s !important;
}
.page-section.condizioni-utilizzo-e-privacy label, form.form-registrazione-card .domande-attivita .checkbox-option label {
	margin-bottom: 0px;
}
.page-section.condizioni-utilizzo-e-privacy .testo-condizioni-utilizzo-e-privacy {
	margin-top: 15px;
}
.page-section.condizioni-utilizzo-e-privacy .account-check, .page-section.condizioni-utilizzo-e-privacy .testo-condizioni-utilizzo-e-privacy, .page-section.condizioni-utilizzo-e-privacy .ptitle.acconsento-trattamento-dati, form.form-registrazione-card .domande-attivita .attivita-check {
	padding: 0px 15px;
}
.page-section.condizioni-utilizzo-e-privacy .account-check p, form.form-registrazione-card .domande-attivita .attivita-check p {
	margin: 0px;
	font-weight: 400;
	padding-left: 10px;
}
form.form-registrazione-card .domande-attivita .attivita-check p {
	color: white;
}
.page-section.condizioni-utilizzo-e-privacy .account-check p a, form.form-registrazione-card .domande-attivita .attivita-check p a {
	color: #EE7203;
}
.ptitle.acconsento-trattamento-dati {
	font-weight: 500;
	margin: 0px;
}
.page-section.bottone-registrati, .page-section.bottone-registrati-amica-card, #page-conferma-invio-mail-registrazione .page-section.bottone-reinvia-mail, .page-section.bottone {
	padding-top: 15px;
}
.btn-default, .page-section.bottone-reinvia-mail .btn-default {
	background-color: #1A693A !important;
	border-color: #1A693A;
}
.btn-default, .page-section.bottone-reinvia-mail.default .btn-default {
	background-color: #01518C !important;
	border-color: #01518C;
}
.page-section.bottone-registrati button {
	font-size: 30px;
	background-color: #1A693A !important;
}
.page-section.bottone-registrati button:hover,
.page-section.bottone-registrati button:focus,
.page-section.bottone-reinvia-mail button:hover,
.page-section.bottone-reinvia-mail button:focus {
	background: #EE7203 !important;
	color: #fff !important;
}
.page-section.bottone-reinvia-mail.default button:hover,
.page-section.bottone-reinvia-mail.default button:focus {
	background: #EE7203 !important;
	color: #fff !important;
}
#page-registrazione-amica-card-free #success .testata-popup {
	background-image: url(file:///C|/Users/grafico/Desktop/Acquisto_Amica_Card_PROMO_AMICA_CARD_FREE/img/img-amica-card/testata_popup_success.png);
	width: 100%;
	height: 475px;
	position: relative;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left;
	overflow: hidden;
	font-family: 'Montserrat', sans-serif;
}
#page-registrazione-amica-card-free #success .testata-popup img {
	display: block;
}
#page-registrazione-amica-card-free #success .testata-popup p {
	position: absolute;
	font-size: 13px;
	color: white;
	text-align: right;
	top: 17%;
	right: 15px;
}
#page-registrazione-amica-card-free #success .testata-popup p.visualizzazione-ultra-mega-mobile {
	display: none;
}
#page-registrazione-amica-card-free #success .testata-popup p strong {
	font-size: 31px;
	font-weight: 600;
	line-height: 36px;
}
#page-registrazione-amica-card-free #success .testata-popup p strong strong {
	color: #FBF039;
	font-weight: bold;
}
#page-registrazione-amica-card-free #success .testata-popup p.offerta-acquisto {
	top: 62%;
	right: 0px;
	text-align: right;
	font-size: 26px;
	line-height: 36px;
	position: relative;
	padding-right: 15px;
	z-index: 1;
}
#page-registrazione-amica-card-free #success .testata-popup p.offerta-acquisto strong {
	font-size: 70px;
	font-weight: 500;
}
#page-registrazione-amica-card-free #success .testata-popup p.offerta-acquisto strong span {
	font-size: 18px;
	color: white;
	position: absolute;
}
#page-registrazione-amica-card-free #success .testata-popup p.offerta-acquisto strong span.prezzo-non-scontato {
	font-size: 40px;
	position: relative !important;
	letter-spacing: -3px;
	margin-right: 12px;
	top: 0px !important;
}
#page-registrazione-amica-card-free #success .gold {
	border-right: 2px solid #F7F7F7;
}
#page-registrazione-amica-card-free #success .link-to-action {
	background-color: #F4F6F6;
	padding-top: 30px;
	padding-bottom: 40px;
}
#page-registrazione-amica-card-free #success .link-to-action img {
	display: block;
	margin: 0 auto;
}
#page-registrazione-amica-card-free #success h4 {
	font-size: 24px;
	color: #333;
	line-height: 20px;
	margin-top: 4px;
}
#page-registrazione-amica-card-free #success .gold span {
	font-size: 16px;
	color: #333 !important;
	line-height: 12px;
	font-weight: 500;
	margin: 0px;
}
#page-registrazione-amica-card-free #success .owl-carousel .owl-item {
	height: 70px;
}
#page-registrazione-amica-card-free #success .owl-carousel img {
	max-height: 70px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#contatore-numeri-amica-card.page-section h2 {
	text-align: center !important;
}
#contatore-numeri-amica-card.page-section .count-number, #contatore-numeri-amica-card.page-section h5 {
	text-align: center;
}
.amicacard-header .title p.offerta-acquisto {
	top: 62%;
	right: 0px;
	text-align: right;
	font-size: 26px;
	line-height: 36px;
	position: relative;
	padding-right: 15px;
	z-index: 1;
}
.amicacard-header .title p.offerta-acquisto strong {
	font-size: 70px;
	font-weight: 500;
}
.amicacard-header .title p.offerta-acquisto strong span {
	font-size: 18px;
	color: white;
	position: absolute;
}
.amicacard-header .title p.offerta-acquisto strong span.prezzo-non-scontato {
	font-size: 40px;
	position: relative !important;
	letter-spacing: -3px;
	margin-right: 12px;
	top: 0px !important;
}
											/* =============================================== */
											/* ->> CSS LANDING PAGE SPOT SKY CUSTOM STYLES <<- */
											/* =============================================== */

#landing-page-amica-card .section-title h3 {
	letter-spacing: -1px;
	text-transform: none !important;
	font-size: 38px;
}
#spotsky.page-section {
	padding: 25px 0;
}
#spotsky.page-section .section-title h3 {
	color: #01518C;
}
#spotsky.page-section .section-title h3::before {
	background-color: #01518C;
}
#spotsky .spot-box {
	position: relative;
	margin-bottom: 25px;
	padding: 20px;
	border: 1px solid #f7f7f7;
	transition: all 350ms ease-in-out 0s !important;
	-moz-transition: all 350ms ease-in-out 0s !important;
	-webkit-transition: all 350ms ease-in-out 0s !important;
	-o-transition: all 350ms ease-in-out 0s !important;
	-ms-transition: all 350ms ease-in-out 0s !important;
}											
#spotsky .spot-content .title {
	position: relative;
	margin-bottom: 22px;
	color: #01518C;
}
#spotsky .spot-content .title::before {
	background-color: #EE7203;
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	left: -20px;
	bottom: -11px;
}
@media (max-width: 1024px) {
	#landing-page-amica-card .section-title h3 {
		font-size: 30px !important;
	}
}

#footer.top-bar-section {
	background-color: #4A4A4A;
}
#footer.top-bar-section .top-contact {
	width: 100%;
}
#footer.top-bar-section .top-contact a, #footer.top-bar-section .top-contact a i {
	color: white;
	padding-right: 5px;
}
#footer.top-bar-section .social-icon i::before {
	color: white;
}
#footer.top-bar-section .social-icon i.fa-facebook {
	background: #3C5A99;
}
#footer.top-bar-section .social-icon i.fa-instagram {
	background: #12ADFF;
}
#footer.top-bar-section .social-icon i.fa-google {
	background: #DD4E40;
}
#footer.top-bar-section .social-icon i.fa-pinterest {
	background: #CB2028;
}
@media (min-width:992px) and (max-width:1500px){
	.landing-header .title.visualizzazione-desktop {
		font-size: 31px;
		bottom: 5px;
	}
	.amicacard-header .title.visualizzazione-desktop {
		font-size: 31px;
		bottom: 5px;
	}
}
@media (min-width:1200px){
	.col-lg-offset-1 {
		margin-left: 2.33333333%;
	}
}
@media (max-width: 1224px) {
	#page-registrazione-amica-card-free .section-title h3 {
		font-size: 30px !important;
	}
	.page-section.prova-amica-card-free .la-card {
		margin-top: 0px !important;
	}
	#clients.page-section h4 {
		font-size: 26px !important;
	}
	.seleziona-prodotto-amica-card li h5.title, .seleziona-prodotto-amica-card li div {
		width: calc(100% - 75px) !important;
		width: -webkit-calc(100% - 75px) !important;
		width: -moz-calc(100% - 75px) !important;
		width: -ms-calc(100% - 75px) !important;
		width: -o-calc(100% - 75px) !important;
	}
	#page-acquisto-amica-card #mix-container .section-title h2 {
		font-size: 30px !important;
	}
	.seleziona-prodotto-amica-card li i {
		font-size: 60px !important;
		line-height: 60px !important;
		height: 60px !important;
		width: 60px !important;
	}
	.seleziona-prodotto-amica-card li i.fa-truck {
		font-size: 50px !important;
	}
	.seleziona-prodotto-amica-card li .testo-icona {
		font-size: 55px !important;
		line-height: 60px !important;
		width: 60px !important;
		height: 60px !important;
	}
	.seleziona-prodotto-amica-card .pricing.card-digitale .options .title, .seleziona-prodotto-amica-card .pricing.card-fisica .options .title {
		font-size: 22px !important;
	}
	.seleziona-prodotto-amica-card .pricing.card-fisica li .immagine-icona, .seleziona-prodotto-amica-card .pricing.card-digitale li .immagine-icona {
		height: 60px;
	}
	.seleziona-prodotto-amica-card li div {
		font-size: 14px !important;
	}
	.seleziona-prodotto-amica-card #checkbox-selezione-prodotto ul li.checkbox-prodotto {
		height: 80px !important;
		margin-bottom: 15px !important;
	}
	.seleziona-prodotto-amica-card li .section-title {
		height: 90px;
		margin-bottom: 0px;
		width: calc(100% - 80px) !important;
		width: -webkit-calc(100% - 80px) !important;
		width: -moz-calc(100% - 80px) !important;
		width: -ms-calc(100% - 80px) !important;
		width: -o-calc(100% - 80px) !important;
	}
	.seleziona-prodotto-amica-card li .section-title .title {
		line-height: 90px !important;
		margin-bottom: 0px !important;
		padding-bottom: 0px !important;
	}
	.seleziona-prodotto-amica-card .pricing .immagine-card {
		padding-top: 17px;
	}
	.seleziona-prodotto-amica-card li .immagine-icona.hover {
		z-index: 1 !important;
	}
	.seleziona-prodotto-amica-card .pricing .options {
		padding-bottom: 20px;
	}
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  
  #page-acquisto-amica-card .section-title h3, #page-attivazione-amica-card .section-title h3, #page-conferma-invio-mail-registrazione .section-title h3, #page-condizioni-di-utilizzo .section-title h3, #page-informativa-privacy .section-title h3, #page-conferma-registrazione-account .section-title h3, #page-conferma-attivazione-card .section-title h3, #page-diventa-partner-amica-card .section-title h3, #contatore-numeri-amica-card.page-section h2, #page-segnala-attivita .section-title h3 {
	  font-size: 30px !important;
  }
  .page-section.acquisto-amica-card .sottotitolo, .page-section.attivazione-amica-card .sottotitolo, .page-section.conferma-registrazione-invio-mail .sottotitolo, .page-section.condizioni-di-utilizzo .sottotitolo, .page-section.conferma-registrazione-account .sottotitolo, .page-section.conferma-attivazione-card .sottotitolo, .page-section.diventa-partner-amica-card .sottotitolo, .page-section.segnala-attivita .sottotitolo {
	  font-size: 22px !important;
  }
  .page-section.prova-amica-card-free .testo, .page-section.acquisto-amica-card .testo, .page-section.condizioni-di-utilizzo .testo, .page-section.informativa-privacy .testo, .page-section.attivazione-amica-card .testo, .page-section.conferma-registrazione-invio-mail .testo, .page-section.attivazione-amica-card .testo, .page-section.conferma-registrazione-account .testo, .page-section.conferma-attivazione-card .testo, .page-section.contacts .testo, .page-section.diventa-partner-amica-card .testo, .page-section.diventa-partner-amica-card .testo, .page-section.segnala-attivita .testo {
	  font-size: 14px !important;
	  line-height: 20px !important;
  }
  .codice-promozionale-acquisto .codice-promozionale {
	  line-height: 25px !important;
	  font-size: 17px !important;
	  margin-bottom: 15px;
  }
  .dicci-chi-sei {
	  line-height: 25px !important;
	  margin-bottom: 15px;
  }
  #page-segnala-attivita .dicci-chi-sei {
	line-height: 24px !important;
	margin-bottom: 0px !important;
  }
  #contatore-numeri-amica-card.page-section .count-number .counter {
	  font-size: 35px !important;
  }
}
@media (max-width:1200px){
	.page-section.seleziona-prodotto-amica-card li .section-title h4 {
	  font-size: 28px !important;
	  line-height: 80px !important;
	}
	.seleziona-prodotto-amica-card #checkbox-selezione-prodotto ul li.checkbox-prodotto input[type=radio] {
		height: 80px !important;
	}
	.seleziona-prodotto-amica-card #checkbox-selezione-prodotto ul li.checkbox-prodotto .check {
		top: 15px !important;
	}
}
@media (min-width:992px) and (max-width:1200px){
	.laboratorio {
		/*min-height: 160px;*/
	}
}
@media (max-width:992px){
	/*Inverti la visualizzazione (mostra/nascondi) dell'immagine di TESTATA*/
	.visualizzazione-desktop {
		display: none;
	}
	.visualizzazione-mobile {
		display: block;
	}
	.amica-card-free .item-box.style3 i {
		float: left;
	}
	#footer.top-bar-section .top-contact a {
		float: left;
	}
	#footer.top-bar-section .top-contact a i {
		margin-top: 5px;
	}
	/*.seleziona-prodotto-amica-card #checkbox-selezione-prodotto ul li.checkbox-prodotto {
		height: 80px !important;
		margin-bottom: 15px !important;
	}
	.seleziona-prodotto-amica-card li .section-title {
		height: 90px;
		margin-bottom: 0px;
		width: calc(100% - 80px) !important;
		width: -webkit-calc(100% - 80px) !important;
		width: -moz-calc(100% - 80px) !important;
		width: -ms-calc(100% - 80px) !important;
		width: -o-calc(100% - 80px) !important;
	}
	.seleziona-prodotto-amica-card li .section-title .title {
		line-height: 90px !important;
		margin-bottom: 0px !important;
		padding-bottom: 0px !important;
	}
	.seleziona-prodotto-amica-card .pricing .immagine-card {
		padding-top: 17px;
	}
	.seleziona-prodotto-amica-card li .immagine-icona.hover {
		z-index: 1 !important;
	}
	.seleziona-prodotto-amica-card .pricing .options {
		padding-bottom: 20px;
	}
	.legenda-form-registrazione-amica-card-free {
		margin-top: 32px;
	}*/
	#clients.page-section h4 {
		line-height: 30px !important;
		margin-bottom: 10px;
	}
	#clients.page-section h4.offerta {
		display: none;
	}
	.page-section.seleziona-prodotto-amica-card .section-title h2::before {
		background-color: transparent;
		display: none;
	}
	#mix-container .mix .pricing .price-box.prodotto.promo {
		border-bottom: none !important;
		width: auto;
		margin: 0 auto;
		display: inline-block;
		float: none;
	}
	#page-acquisto-amica-card #mix-container .section-title h2, #mix-container .mix .pricing .price-box .price.prodotto {
		text-align: center !important;
		border-bottom: none !important;
	}
	/*.seleziona-prodotto-amica-card li h5.title, .seleziona-prodotto-amica-card li div {
		width: calc(100% - 75px) !important;
		width: -webkit-calc(100% - 75px) !important;
		width: -moz-calc(100% - 75px) !important;
		width: -ms-calc(100% - 75px) !important;
		width: -o-calc(100% - 75px) !important;
	}
	#page-acquisto-amica-card #mix-container .section-title h2 {
		font-size: 30px !important;
	}
	.seleziona-prodotto-amica-card li i {
		font-size: 60px !important;
		line-height: 60px !important;
		height: 60px !important;
		width: 60px !important;
	}
	.seleziona-prodotto-amica-card li i.fa-truck {
		font-size: 50px !important;
	}
	.seleziona-prodotto-amica-card li .testo-icona {
		font-size: 55px !important;
		line-height: 60px !important;
		width: 60px !important;
		height: 60px !important;
	}
	.seleziona-prodotto-amica-card .pricing.card-digitale .options .title, .seleziona-prodotto-amica-card .pricing.card-fisica .options .title {
		font-size: 22px !important;
	}
	.seleziona-prodotto-amica-card .pricing.card-fisica li .immagine-icona, .seleziona-prodotto-amica-card .pricing.card-digitale li .immagine-icona {
		height: 60px;
	}
	.seleziona-prodotto-amica-card li div {
		font-size: 14px !important;
	}*/
	#page-segnala-attivita .form-registrazione-card .domande-attivita {
		margin-top: 30px;
	}
	#page-segnala-attivita .form-registrazione-card .domande-attivita .first-child .dicci-chi-sei {
		line-height: 24px;
		margin-bottom: 0px;
	}
	#page-segnala-attivita .codice-promozionale-acquisto .table input, #page-segnala-attivita .codice-promozionale-acquisto .table button {
		margin-bottom: 21px;
	}
	.form-registrazione-card .riga-spaziatrice {
		display: none;
	}
	.page-section.condizioni-utilizzo-e-privacy.free {
		top: 25px !important;
	}
	/*.page-section.condizioni-utilizzo-e-privacy {
		top: 323px !important;
	}*/
	/*.box-motion {
		height: 677px !important;
	}*/
	.page-section.conferma-registrazione-account.social-amica-card .item-box img {
		right: auto !important;
		left: 50%;
		top: -10px !important;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.amicacard-header .title {
		padding: 0px !important;
	}
	.amicacard-header .title p.offerta-acquisto {
		top: 0px !important;
		z-index: 2 !important;
		padding: 20px 15px 15px 15px !important;
		/*background: #1878A8 !important;*/
		margin-bottom: 0px !important;
		text-align: center !important;
		/*padding-right: 30% !important;*/
		
	}
	.amicacard-header .title p.offerta-acquisto strong span:first-child {
		top: 7px !important;
	}
	.amicacard-header .title p.offerta-acquisto strong span.prezzo-non-scontato {
		top: 0px !important;
	}
	.amicacard-header .title p.offerta-acquisto strong span.prezzo-non-scontato span {
		top: auto !important;
	}
	.amicacard-header .title .testata-popup p.offerta-acquisto strong span:nth-child(2) {
		top: 71px !important;
		right: 30% !important;
	}
	.amicacard-header .title .testata-popup p.offerta-acquisto strong span.prezzo-non-scontato {
		top: 0px !important;
	}
	#checkbox-testo-aggiuntivo {
		margin-top: 30px;
	}
}
@media (max-width:865px){
	#page-registrazione-amica-card-free #success .testata-popup {
		height: 370px !important;
	}
	#page-registrazione-amica-card-free #success .testata-popup p {
		top: 12% !important;
	}
	#page-registrazione-amica-card-free #success .testata-popup p.offerta-acquisto {
		top: 65% !important;
	}
	#page-registrazione-amica-card-free #success .testata-popup img {
		bottom: 0% !important;
	}
}
@media (max-width:768px){
	.visualizzazione-ultra-desktop {
		display: none !important;
	}
	.page-section.prova-amica-card-free, .page-section.amica-card-free, .page-section.seleziona-prodotto-amica-card, .page-section.acquisto-amica-card, .page-section.riepilogo-ordine-acquisto, .page-section.conferma-registrazione-invio-mail, .page-section.condizioni-di-utilizzo, .page-section.informativa-privacy, .page-section.attivazione-amica-card, .page-section.contacts, .page-section.diventa-partner-amica-card {
		padding: 15px 0px !important;
	}
	.page-section.prova-amica-card-free .la-card {
		display: none;
		margin-left: 0%;
	}
	.page-section.prova-amica-card-free img.immagine-card {
		margin-top: 0px;
	}
	.page-section.prova-amica-card-free img.immagine-card-digitale {
		margin-top: 0px;
	}
	/*Inverti la visualizzazione (mostra/nascondi) dell'immagine di TESTATA*/
	.page-section.amica-card-free img.immagine-card {
		margin-top: 90px;
	}
	.page-section.amica-card-free .icone-card {
		padding: 90px 25px 0px 25px;
	}
	.dicci-chi-sei {
		line-height: 23px;
		margin-bottom: 16px;
	}
	#page-segnala-attivita .form-registrazione-card .domande-attivita select, form.form-registrazione-card .domande-attivita .checkbox-option {
		margin-bottom: 15px;
	}
	.page-section.condizioni-utilizzo-e-privacy label, form.form-registrazione-card .domande-attivita .checkbox-option label {
		width: calc(100% - 20px);
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: -ms-calc(100% - 20px);
		width: -o-calc(100% - 20px);
	}
	.testo-condizioni-utilizzo-e-privacy {
		margin-top: 65px !important;
	}
	#page-registrazione-amica-card-free .testo-condizioni-utilizzo-e-privacy, #page-segnala-attivita .testo-condizioni-utilizzo-e-privacy {
		margin-top: 15px !important;
	}
	#page-registrazione-amica-card-free .page-section.bottone-registrati {
		margin-top: 220px !important;
	}
	.codice-promozionale-acquisto .table > tbody > tr > td input.form-control {
		float: none !important;
		width: 100% !important;
		display: block;
		margin: 0 auto;
	}
	.codice-promozionale-acquisto .table > tbody > tr > td button.btn {
		float: none !important;
		display: block;
		margin: 15px auto 0 auto;
	}
	.page-section.riepilogo-ordine-acquisto .bordo-divisorio {
		border-right: none !important;
	}
	.page-section.riepilogo-ordine-acquisto .your-order div.col-xs-12 {
		font-size: 18px;
	}
	.page-section.riepilogo-ordine-acquisto .table.your-order > tbody > tr > th, .page-section.riepilogo-ordine-acquisto .table.your-order td {
		text-align: left !important;
	}
	.seleziona-prodotto-amica-card .pricing .immagine-card.digitale {
		max-width: 154.2px !important;
	}
	.seleziona-prodotto-amica-card .pricing .immagine-card.digitale.gold {
		max-width: 154.2px !important;
	}
	.seleziona-prodotto-amica-card .pricing .immagine-card.fisica {
		max-width: 277.55px !important;
		padding: 0px !important;
		left: 0% !important;
		-webkit-transform: translateX(0%) !important;
		-moz-transform: translateX(0%) !important;
		-ms-transform: translateX(0%) !important;
		-o-transform: translateX(0%) !important;
		transform: translateX(0%) !important;
	}
	.seleziona-prodotto-amica-card .pricing .immagine-card.fisica.gold {
		max-width: 277.55px !important;
		padding: 0px !important;
		left: 0% !important;
		-webkit-transform: translateX(0%) !important;
		-moz-transform: translateX(0%) !important;
		-ms-transform: translateX(0%) !important;
		-o-transform: translateX(0%) !important;
		transform: translateX(0%) !important;
	}
	.seleziona-prodotto-amica-card .pricing.card-fisica.selezionata .price-box .price.prodotto b {
		float: none !important;
	}
	#mix-container .mix .section-title {
		margin-top: 15px;
		margin-bottom: 0px !important;
	}
	#page-acquisto-amica-card #mix-container .section-title h2 {
		line-height: 40px !important;
		padding: 5px 25px !important; 
	}
	#mix-container .mix .pricing .price-box .price.prodotto {
		font-size: 55px !important;
	}
	#mix-container .mix .pricing .price-box .price.prodotto.prezzo-pieno {
		font-size: 37px !important;
	}
	.page-section.seleziona-prodotto-amica-card .section-title h2::before {
		display: none !important;
	}
	.seleziona-prodotto-amica-card .pricing .price-box .price span {
		top: 56px !important;
		right: auto !important;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.page-section.seleziona-prodotto-amica-card li .section-title h4 {
		font-size: 26px !important;
		line-height: 39px !important;
	}
	#checkbox-testo-aggiuntivo {
		margin-top: 50px;
	}
	/*.page-section.condizioni-utilizzo-e-privacy {
		top: 525px !important;
	}*/
	/*.box-motion {
		height: 717px !important;
	}*/
	#page-acquisto-amica-card .page-section.bottone-registrati-amica-card {
		margin-top: 265px !important;
	}
	#page-registrazione-amica-card-free #success .testata-popup {
		height: auto !important;
		min-height: 290px;
		/*max-height: 320px;*/
		background-position: right;
		background-size: auto 235%;
		overflow: visible !important;
	}
	#page-registrazione-amica-card-free #success .testata-popup img {
		display: none !important;
	}
	#page-registrazione-amica-card-free #success .testata-popup p {
		width: 100%;
		top: 15px !important;
		right: 0% !important;
		position: relative !important;
		text-align: center !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	#page-registrazione-amica-card-free #success .testata-popup p.visualizzazione-ultra-mega-mobile {
		display: block;
		position: relative !important;
		text-align: center !important;
		padding: 20px 0 15px !important;
		margin: 20px 15px 0px 15px !important;
		border-top: 1px solid white;
		width: calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
		width: -moz-calc(100% - 30px);
		width: -ms-calc(100% - 30px);
		width: -o-calc(100% - 30px);
	}
	#page-registrazione-amica-card-free #success .testata-popup p.offerta-acquisto {
		top: 15px !important;
		z-index: 2 !important;
		padding: 20px 15px 15px 15px !important;
		background: #1878A8 !important;
		margin-bottom: 0px !important;
		text-align: right !important;
		padding-right: 30% !important;
		
	}
	/*#page-registrazione-amica-card-free #success .testata-popup p.offerta-acquisto strong {
		font-size: 28px;
	}*/
	#page-registrazione-amica-card-free #success .testata-popup p.offerta-acquisto strong span:first-child {
		top: 7px !important;
	}
	#page-registrazione-amica-card-free #success .testata-popup p.offerta-acquisto strong span.prezzo-non-scontato span {
		top: auto !important;
	}
	#page-registrazione-amica-card-free #success .testata-popup p.offerta-acquisto strong span:nth-child(2) {
		top: 71px !important;
		right: 30% !important;
	}
	#page-registrazione-amica-card-free #success .testata-popup p.offerta-acquisto strong span.prezzo-non-scontato {
		top: 0px !important;
	}
	/*#page-registrazione-amica-card-free #success .testata-popup p.offerta-acquisto strong span.prezzo-non-scontato {
		font-size: 28px;
	}*/
	/*#page-registrazione-amica-card-free #success .link-to-action {
		margin-top: 134px !important;
	}*/
	.page-section.bottone-registrati-amica-card button, .page-section.bottone-reinvia-mail button, .page-section.bottone button {
		font-size: 18px !important;
	}
	.page-section.conferma-registrazione-account.social-amica-card .item-box img {
		left: 20px !important;
		-webkit-transform: translateX(0%) !important;
		-moz-transform: translateX(0%) !important;
		-ms-transform: translateX(0%) !important;
		-o-transform: translateX(0%) !important;
		transform: translateX(0%) !important;
	}
	#page-acquisto-amica-card .page-section.codice-promozionale-acquisto #verifica-esito .alert.alert-danger, #page-acquisto-amica-card .page-section.codice-promozionale-acquisto #verifica-esito .alert.alert-success {
		text-align: center !important;
	}
	#page-acquisto-amica-card .page-section.codice-promozionale-acquisto #verifica-esito .alert.alert-danger .titolo-alert, #page-acquisto-amica-card .page-section.codice-promozionale-acquisto #verifica-esito .alert.alert-danger, #page-acquisto-amica-card .page-section.codice-promozionale-acquisto #verifica-esito .alert.alert-success .titolo-alert {
		margin: 0 auto !important;
	}
	#page-acquisto-amica-card .page-section.acquisto-amica-card .immagine-card-digitale-gold {
		height: 280px;
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	#contatore-numeri-amica-card.page-section .fa-big {
		font-size: 135px;
		margin-bottom: 20px;
	}
	#contatore-numeri-amica-card.page-section .fa-big::before {
		font-size: 135px !important;
	}
	#contatore-numeri-amica-card.page-section .icona, #contatore-numeri-amica-card.page-section .count-number, #contatore-numeri-amica-card.page-section h5 {
		text-align: center !important;
	}
	#contatore-numeri-amica-card.page-section h2 {
		margin-bottom: 10px;
	}
	#footer nav {
		display: none;
	}
	#footer .widget .widget-title, #footer .widget .widget-title .title {
		margin: 0px !important;
	}
}
@media (max-width:594px){
	.page-section.condizioni-utilizzo-e-privacy .account-check, form.form-registrazione-card .domande-attivita .attivita-check {
		position: relative;
	}
	.page-section.condizioni-utilizzo-e-privacy .accetto-privacy {
		position: absolute !important;
		min-height: 1px !important;
		top: 0px;
	}
	.page-section.condizioni-utilizzo-e-privacy .accetto-privacy + label {
		float: right;
	}
}
@media (max-width:405px){
	#page-registrazione-amica-card-free .page-section.bottone-registrati {
		margin-top: 270px !important;
	}
}
@media (max-width:395px){
	.page-section.condizioni-utilizzo-e-privacy .account-check {
		min-height: 50.4px;
	}
	form.form-registrazione-card .domande-attivita .attivita-check {
		float: left;
		width: 100%;
	}
	.page-section.condizioni-utilizzo-e-privacy .accetto-condizioni-utilizzo, form.form-registrazione-card .domande-attivita .attivita-check .attivita-checked {
		position: absolute !important;
		min-height: 1px !important;
		top: 0px;
	}
	.page-section.condizioni-utilizzo-e-privacy .accetto-condizioni-utilizzo + label, form.form-registrazione-card .domande-attivita .attivita-check .attivita-checked + label {
		float: right;
	}
	.page-section.condizioni-utilizzo-e-privacy .accetto-privacy {
		position: absolute !important;
		min-height: 1px !important;
		top: 0px;
	}
	.page-section.condizioni-utilizzo-e-privacy .accetto-privacy + label {
		float: right;
	}
	.page-section.condizioni-utilizzo-e-privacy .accetto-privacy.acquisto-card {
		top: 76px;
	}
}

											/* =============================================== */
											/* -->> CSS ACQUISTO AMICA CARD CUSTOM STYLES <<-- */
											/* =============================================== */

.navbar {
	background: white !important;
}
.amica-card-theme .navbar {
	background: #01518C !important;
}
.amica-card-theme .navbar.promo {
	background: #EE7203 !important;
}
.navbar-default .navbar-toggle.promo .icon-bar {
	background-color: white;
}
.nav > li > a {
    padding: 10px 4px;
}
.navbar-nav > li > a {
	line-height: 40px !important;
	letter-spacing: -0.15px !important;
	font-size: 12px !important;
	font-weight: 500 !important;
}
.amica-card-theme .sticky-wrapper.is-sticky #sticker, .amica-card-theme .sticky-wrapper {
	z-index: 49 !important;
}

#clients.page-section h4 {
	font-size: 38px;
	color: #01518C;
	line-height: 90px;
}
#clients.page-section .owl-carousel .owl-item {
	height: 90px;
}
#clients.page-section .owl-carousel img {
	max-height: 90px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
#page-acquisto-amica-card .section-title h3, #page-attivazione-amica-card .section-title h3, #page-conferma-invio-mail-registrazione .section-title h3, #page-condizioni-di-utilizzo .section-title h3, #page-informativa-privacy .section-title h3, #page-conferma-registrazione-account .section-title h3, #page-conferma-attivazione-card .section-title h3, #page-diventa-partner-amica-card .section-title h3, #contatore-numeri-amica-card.page-section h2 {
	letter-spacing: -1px;
	text-transform: none !important;
	font-size: 38px;
}

.page-section.acquisto-amica-card .section-title h3, .page-section.attivazione-amica-card .section-title h3 {
	color: #01518C !important;
}
.page-section.prova-amica-card-free .testo, .page-section.acquisto-amica-card .testo, .page-section.attivazione-amica-card .testo, .page-section.conferma-registrazione-invio-mail .testo, .page-section.condizioni-di-utilizzo .testo, .page-section.informativa-privacy .testo, .page-section.attivazione-amica-card .testo, .page-section.conferma-registrazione-account .testo, .page-section.conferma-attivazione-card .testo, .page-section.contacts .testo, .page-section.diventa-partner-amica-card .testo, .page-section.segnala-attivita .testo {
	font-size: 22px;
	line-height: 30px;
}
.page-section.acquisto-amica-card ol.arrow-style.ls1 li {
	list-style: outside decimal none !important;
	padding-left: 2px;
}
.page-section.condizioni-di-utilizzo .testo {
	margin: 0 0 45px;
}
.page-section.conferma-registrazione-invio-mail .sottotitolo, .page-section.condizioni-di-utilizzo .sottotitolo, .page-section.conferma-registrazione-account .sottotitolo, .page-section.conferma-attivazione-card .sottotitolo, .page-section.contacts .sottotitolo, .page-section.acquisto-amica-card .sottotitolo, .page-section.attivazione-amica-card .sottotitolo, .page-section.diventa-partner-amica-card .sottotitolo, .page-section.segnala-attivita .sottotitolo {
	color: #01518C !important;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -1px;
}
.page-section.conferma-registrazione-account .section-title h3, .page-section.condizioni-di-utilizzo .section-title h3, .page-section.informativa-privacy .section-title h3, .page-section.conferma-attivazione-card .section-title h3, .page-section.contacts .section-title h3, .page-section.diventa-partner-amica-card .section-title h3, .page-section.segnala-attivita .section-title h3 {
	color: #01518C !important;
}
.page-section.conferma-registrazione-invio-mail p a, .page-section.condizioni-di-utilizzo li a, .page-section.condizioni-di-utilizzo p a, .page-section.conferma-registrazione-account.procedura-paypal p a, .page-section.diventa-partner-amica-card a {
	color: #EE7203;
	cursor: pointer;
}
.page-section.conferma-registrazione-account.social-amica-card .sottotitolo, .page-section.conferma-attivazione-card.social-amica-card .sottotitolo, .page-section.diventa-partner-amica-card.acronimo .sottotitolo {
	color: #EE7203 !important;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: -1px;
}
.page-section.diventa-partner-amica-card.acronimo .testo span.sottotitolo {
	font-family: 'harryobeserrsqueezed', sans-serif;
	font-size: 50px !important;
	font-weight: 500;
}
.page-section.conferma-registrazione-account.social-amica-card .item-box img, .page-section.conferma-attivazione-card.social-amica-card .item-box img {
	position: absolute;
	right: 20px;
	top: 23px;
}
/*Colore di sfondo della sezione di scelta del prodotto da acquistare*/
#pricing1.seleziona-prodotto-amica-card {
	background-color: #F7F7F7;
}
/*Larghezza massima del singolo blocco del prodotto AMICA CARD*/
.seleziona-prodotto-amica-card .pricing {
	max-width: none;
	background-color: white;
	border: none;
	margin: 0 auto;
}
.seleziona-prodotto-amica-card .pricing:hover {
	background-color: white;
}
.page-section.seleziona-prodotto-amica-card .section-title .title {
	color: #01518C;
	text-transform: none;
	-moz-transition: all 0ms ease-in-out 0s;
	-webkit-transition: all 0ms ease-in-out 0s;
	-o-transition: all 0ms ease-in-out 0s;
	-ms-transition: all 0ms ease-in-out 0s;
	transition: all 0ms ease-in-out 0s;
}
#mix-container .mix .section-title {
	padding-left: 0px;
}
#mix-container .mix .pricing .price-box {
	padding: 0px;
	line-height: 70px;
}
#mix-container .mix .pricing .price-box .price.prodotto {
	padding: 0px;
	line-height: 65px;
	text-align: right;
}
.page-section.seleziona-prodotto-amica-card .section-title h3::before, .page-section.acquisto-amica-card .section-title h3::before, .page-section.conferma-registrazione-account .section-title h3::before, .page-section.condizioni-di-utilizzo .section-title h3::before, .page-section.informativa-privacy .section-title h3::before, .page-section.conferma-registrazione-invio-mail.default .section-title h3::before, .page-section.attivazione-amica-card .section-title h3::before, .page-section.contacts .section-title h3::before, .page-section.diventa-partner-amica-card .section-title h3::before, .page-section.segnala-attivita .section-title h3::before {
	background-color: #01518C !important;
}
.page-section.conferma-registrazione-account.procedura-paypal.negativa .section-title h3::before {
	background-color: #E74C3C !important;
}
#contatore-numeri-amica-card.page-section .icona, #contatore-numeri-amica-card.page-section .icona .fa-big {
	font-size: 130px;
	float: left;
}
#contatore-numeri-amica-card.page-section .fa-big::before {
	font-size: 130px;
	color: #F7F7F7;
}
.page-section.seleziona-prodotto-amica-card .section-title h2::before {
	/*display: none;*/
	width: 100%;
	background-color: #F7F7F7;
	margin-left: 20px;
}
/*Allineamento del testo del blocco del prodotto AMICA CARD*/
.seleziona-prodotto-amica-card .pricing .options {
	text-align: left;
}
.seleziona-prodotto-amica-card .pricing .immagine-card.fisica {
	max-width: 400px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.seleziona-prodotto-amica-card .pricing .immagine-card.fisica.gold {
	max-width: 453px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.seleziona-prodotto-amica-card .pricing .immagine-card.digitale {
	padding: 0px;
	margin: 0 auto;
	display: block;
	max-width: 260px;
}
.seleziona-prodotto-amica-card .pricing .immagine-card.digitale.gold {
	padding: 0px;
	margin: 0 auto;
	display: block;
	max-width: 435px;
}
.seleziona-prodotto-amica-card .pricing .price-box .text {
	color: #333;
	font-size: 14px;
	margin-top: 20px;
}
.seleziona-prodotto-amica-card .pricing:hover .price-box .text {
	color: #333;
}
.seleziona-prodotto-amica-card .pricing .price-box .price.prodotto {
	font-size: 38px;
	text-align: left;
	color: #01518C !important;
	margin-top: 0px;
	padding-bottom: 12px !important;
	border-bottom: 3px solid #F7F7F7;
	position: relative;
}
.seleziona-prodotto-amica-card .pricing .price-box .price span {
	margin-top: 5px;
	letter-spacing: 0px;
	line-height: 12px !important;
	position: absolute;
	width: 170px;
	top: 51px;
	right: 0px;
	text-align: left;
}
.page-section.seleziona-prodotto-amica-card .pricing.card-digitale.selezionata .section-title .title, .page-section.seleziona-prodotto-amica-card .pricing.card-fisica.selezionata .section-title .title {
	text-align: left;
}
.page-section.seleziona-prodotto-amica-card .pricing:hover .section-title .title, .seleziona-prodotto-amica-card .pricing:hover .price-box .price.prodotto, .page-section.seleziona-prodotto-amica-card .pricing.card-fisica.selezionata .section-title .title, .seleziona-prodotto-amica-card .pricing.card-fisica.selezionata .price-box .price.prodotto, .page-section.seleziona-prodotto-amica-card .pricing.card-digitale.selezionata .section-title .title, .seleziona-prodotto-amica-card .pricing.card-digitale.selezionata .price-box .price.prodotto {
	color: #EE7203 !important;
	-moz-transition: all 350ms ease-in-out 0s !important;
	-webkit-transition: all 350ms ease-in-out 0s !important;
	-o-transition: all 350ms ease-in-out 0s !important;
	-ms-transition: all 350ms ease-in-out 0s !important;
	transition: all 350ms ease-in-out 0s !important;
}
.seleziona-prodotto-amica-card .pricing.card-fisica.selezionata .price-box .price.prodotto b {
	float: right;
}
.seleziona-prodotto-amica-card .pricing.card-digitale.selezionata .price-box .price.prodotto.prezzo-pieno {
	float: right;
	position: relative;
	color: #CCC !important;
	letter-spacing: -1px;
	font-size: 27px;
	border-bottom: none !important;
}
.seleziona-prodotto-amica-card .pricing.card-digitale.selezionata .price-box .price.prodotto.prezzo-pieno div {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.seleziona-prodotto-amica-card .pricing.card-digitale.selezionata .price-box .price.prodotto.offerta {
	float: right;
	color: #333 !important;
	padding-left: 7px !important;
	border-bottom: none !important;
}
/*Stili dei sottotitoli del blocco del prodotto AMICA CARD*/
.seleziona-prodotto-amica-card .pricing .options .title {
	line-height: 1.3;
	padding: 0px;
	text-transform: capitalize;
}
.seleziona-prodotto-amica-card .pricing:hover .title, .seleziona-prodotto-amica-card .pricing:hover li i, .seleziona-prodotto-amica-card .pricing:hover li p, .seleziona-prodotto-amica-card .pricing.card-fisica.selezionata .title, .seleziona-prodotto-amica-card .pricing.card-fisica.selezionata li i, .seleziona-prodotto-amica-card .pricing.card-fisica.selezionata li p, .seleziona-prodotto-amica-card .pricing:hover .price-box .price span, .page-section.seleziona-prodotto-amica-card #checkbox-selezione-prodotto #fisica-option:hover .section-title.card-fisica .title, .page-section.seleziona-prodotto-amica-card #checkbox-selezione-prodotto #digitale-option .section-title.card-digitale .title  {
	color: #EE7203 !important;
	-moz-transition: all 350ms ease-in-out 0s !important;
	-webkit-transition: all 350ms ease-in-out 0s !important;
	-o-transition: all 350ms ease-in-out 0s !important;
	-ms-transition: all 350ms ease-in-out 0s !important;
	transition: all 350ms ease-in-out 0s !important;
}
.seleziona-prodotto-amica-card .pricing.card-digitale .options .title, .seleziona-prodotto-amica-card .pricing.card-fisica .options .title {
	font-size: 32px;
}
.seleziona-prodotto-amica-card .pricing.card-digitale.selezionata .title, .seleziona-prodotto-amica-card .pricing.card-digitale.selezionata li i, .seleziona-prodotto-amica-card .pricing.card-digitale.selezionata li p, .page-section.seleziona-prodotto-amica-card #checkbox-selezione-prodotto .section-title.card-fisica.selezionata .title, .page-section.seleziona-prodotto-amica-card #checkbox-selezione-prodotto .section-title.card-digitale.selezionata .title {
	color: #EE7203 !important;
	-moz-transition: all 350ms ease-in-out 0s !important;
	-webkit-transition: all 350ms ease-in-out 0s !important;
	-o-transition: all 350ms ease-in-out 0s !important;
	-ms-transition: all 350ms ease-in-out 0s !important;
	transition: all 350ms ease-in-out 0s !important;
}
.seleziona-prodotto-amica-card .pricing:hover .options li div {
	color: #333 !important;
}
/*Stili delle ICONE della sezione SELEZIONA IL PRODOTTO AMICA CARD da acquistare*/
.seleziona-prodotto-amica-card li i {
	float: left;
	height: 90px;
	width: 90px;
	border: none;
	border-radius: 0%;
	font-size: 90px;
	text-align: center;
	line-height: 90px;
	padding: 0px;
	color: #01518C !important;
	-moz-transition: all 0ms ease-in-out 0s !important;
	-webkit-transition: all 0ms ease-in-out 0s !important;
	-o-transition: all 0ms ease-in-out 0s !important;
	-ms-transition: all 0ms ease-in-out 0s !important;
	transition: all 0ms ease-in-out 0s !important;
}
.seleziona-prodotto-amica-card li i.fa-truck {
	font-size: 80px;
}
/*Margin-right delle ICONE.png della sezione SELEZIONA IL PRODOTTO AMICA CARD da acquistare*/
.seleziona-prodotto-amica-card li .immagine-icona {
	float: left;
	margin-right: 15px;
	opacity: 1;
	-moz-transition: all 0ms ease-in-out 0s;
	-webkit-transition: all 0ms ease-in-out 0s;
	-o-transition: all 0ms ease-in-out 0s;
	-ms-transition: all 0ms ease-in-out 0s;
	transition: all 0ms ease-in-out 0s;
}
.seleziona-prodotto-amica-card li .immagine-icona.hover {
	position: absolute;
	left: 10px;
	z-index: -1;
	opacity: 0;
	-moz-transition: all 0ms ease-in-out 0s;
	-webkit-transition: all 0ms ease-in-out 0s;
	-o-transition: all 0ms ease-in-out 0s;
	-ms-transition: all 0ms ease-in-out 0s;
	transition: all 0ms ease-in-out 0s;
}
.seleziona-prodotto-amica-card .pricing:hover li .immagine-icona, .seleziona-prodotto-amica-card .pricing.card-fisica.selezionata li .immagine-icona, .seleziona-prodotto-amica-card .pricing.card-digitale.selezionata li .immagine-icona {
	opacity: 0;
	-moz-transition: all 350ms ease-in-out 0s !important;
	-webkit-transition: all 350ms ease-in-out 0s !important;
	-o-transition: all 350ms ease-in-out 0s !important;
	-ms-transition: all 350ms ease-in-out 0s !important;
	transition: all 350ms ease-in-out 0s !important;
}
.seleziona-prodotto-amica-card .pricing:hover li .immagine-icona.hover, .seleziona-prodotto-amica-card .pricing.card-fisica.selezionata li .immagine-icona.hover, .seleziona-prodotto-amica-card .pricing.card-digitale.selezionata li .immagine-icona.hover {
	opacity: 1;
	-moz-transition: all 350ms ease-in-out 0s !important;
	-webkit-transition: all 350ms ease-in-out 0s !important;
	-o-transition: all 350ms ease-in-out 0s !important;
	-ms-transition: all 350ms ease-in-out 0s !important;
	transition: all 350ms ease-in-out 0s !important;
}
/*Stili delle ICONE TESTO della sezione SELEZIONA IL PRODOTTO AMICA CARD da acquistare*/
.seleziona-prodotto-amica-card li .testo-icona {
	float: left;
	height: 90px;
	width: 90px;
	line-height: 85px;
	text-align: center;
	font-size: 75px;
	font-weight: 700;
	margin-bottom: 0px;
	margin-right: 15px;
	color: #01518C;
}
/*Colore dei titoli della sezione SELEZIONA IL PRODOTTO AMICA CARD da acquistare*/
.seleziona-prodotto-amica-card li h3.title {
	color: #01518C;
}
/*Larghezza del testo e dei sottotitoli del blocco del prodotto AMICA CARD*/
.seleziona-prodotto-amica-card li h5.title, .seleziona-prodotto-amica-card li div {
	float: right;
	width: calc(100% - 105px);
	width: -webkit-calc(100% - 105px);
	width: -moz-calc(100% - 105px);
	width: -ms-calc(100% - 105px);
	width: -o-calc(100% - 105px);
}
.seleziona-prodotto-amica-card li div {
	font-size: 22px;
}
.page-section.seleziona-prodotto-amica-card li {
	padding-bottom: 5px;
}

/* ======================Stili Checkbox/Radio Di Selezione Prodotto========================= */
	/*.seleziona-prodotto-amica-card #checkbox-selezione-prodotto {
		float: none !important;
	}*/
	/*.seleziona-prodotto-amica-card #checkbox-selezione-prodotto ul li.checkbox-prodotto {
		width: 100% !important;
		height: 90px !important;
		background-color: white !important;
		margin-bottom: 25px;
	}*/
	/*.seleziona-prodotto-amica-card #checkbox-selezione-prodotto ul li.checkbox-prodotto input[type=radio] {
		/*border: 0px;
    	width: 100% !important;
    	height: 90px !important;
		position: absolute !important;
		top: 0px !important;
		left: 0% !important;
		-webkit-transform: translateX(0%) !important;
		-moz-transform: translateX(0%) !important;
		-ms-transform: translateX(0%) !important;
		-o-transform: translateX(0%) !important;
		transform: translateX(0%) !important;
	}*/
	/*.seleziona-prodotto-amica-card #checkbox-selezione-prodotto ul li.checkbox-prodotto .check {
		top: 20px !important;
		left: 15px !important;
		-webkit-transform: translateX(0%) !important;
		-moz-transform: translateX(0%) !important;
		-ms-transform: translateX(0%) !important;
		-o-transform: translateX(0%) !important;
		transform: translateX(0%) !important;
	}*/


.seleziona-prodotto-amica-card #checkbox-selezione-prodotto {
	float: none;
	width: 100%;
	margin: 0px !important;
}
.seleziona-prodotto-amica-card #checkbox-selezione-prodotto ul li.checkbox-prodotto {
	position: absolute;
	height: 50px;
	width: 100%;
	top: 0px;
	left: 0px;
	padding-bottom: 0px;
	background-color: none;
}
.seleziona-prodotto-amica-card #checkbox-selezione-prodotto ul li.checkbox-prodotto-digitale input {
	display: none;
}
.page-section.seleziona-prodotto-amica-card li .section-title {
	margin: 0px;
}
.page-section.seleziona-prodotto-amica-card li .section-title #checkbox-testo-aggiuntivo {
	-moz-transition: all 350ms ease-in-out 0s;
	-webkit-transition: all 350ms ease-in-out 0s;
	-o-transition: all 350ms ease-in-out 0s;
	-ms-transition: all 350ms ease-in-out 0s;
	transition: all 350ms ease-in-out 0s;
}
.page-section.seleziona-prodotto-amica-card li .section-title h4 {
	font-size: 30px;
	line-height: 50px;
	margin: 0px;
	padding: 0px;	
}
.page-section.seleziona-prodotto-amica-card li .section-title h3::before {
	display: none !important;
}
.seleziona-prodotto-amica-card #checkbox-selezione-prodotto ul li.checkbox-prodotto input[type=radio] {
	/*border: 0px;*/
	position: absolute;
	opacity: .0;
	z-index: 6;
	cursor: pointer;
	margin: 0px;
    width: 100%;
    height: 50px;
	top: 0px;
	left: 0%;
}
.seleziona-prodotto-amica-card #checkbox-selezione-prodotto ul li.checkbox-prodotto .check {
	display: block;
	position: absolute;
	border: 5px solid #333;
	border-radius: 0%;
	height: 50px;
	width: 50px !important;
	top: 0px;
	left: 15px;
	z-index: 5;
	-webkit-transition: border 0s ease-in-out;
	-moz-transition: border 0s ease-in-out;
	-ms-transition: border 0s ease-in-out;
	-o-transition: border 0s ease-in-out;
	transition: border 0s ease-in-out;
}
.seleziona-prodotto-amica-card #checkbox-selezione-prodotto ul li.checkbox-prodotto:hover .check {
	border: 5px solid #EE7203;
	-webkit-transition: border .35s ease-in-out;
	-moz-transition: border .35s ease-in-out;
	-ms-transition: border .35s ease-in-out;
	-o-transition: border .35s ease-in-out;
	transition: border .35s ease-in-out;
}
.seleziona-prodotto-amica-card #checkbox-selezione-prodotto ul li.checkbox-prodotto .check::before {
	font-family: FontAwesome;
	font-size: 39px;
	color: #333;
	display: block;
	position: absolute;
	/*content: '\f00c';*/
	border-radius: 0%;
	height: 0px;
	width: 0px;
	top: -15px;
	left: 1px;
	margin: auto;
	-webkit-transition: color 0s ease-in-out;
	-moz-transition: color 0s ease-in-out;
	-ms-transition: color 0s ease-in-out;
	-o-transition: color 0s ease-in-out;
	transition: color 0s ease-in-out;
}
.seleziona-prodotto-amica-card #checkbox-selezione-prodotto ul li.checkbox-prodotto:hover .check::before {
	color: #EE7203;
	-webkit-transition: color .35s ease-in-out;
	-moz-transition: color .35s ease-in-out;
	-ms-transition: color .35s ease-in-out;
	-o-transition: color .35s ease-in-out;
	transition: color .35s ease-in-out;
}
.seleziona-prodotto-amica-card #checkbox-selezione-prodotto ul li.checkbox-prodotto input[checked=checked] ~ .check {
	border: 5px solid #EE7203;
}
.seleziona-prodotto-amica-card #checkbox-selezione-prodotto ul li.checkbox-prodotto input[checked=checked] ~ .check::before {
	color: #EE7203;
	content: '\f14a';
	font-size: 55px;
	top: -29px;
	left: -3px;
	background: none;
}
.page-section.social-amica-card .item-box {
	padding-bottom: 20px;
}
.page-section.social-amica-card .item-box i {
	font-size: 59px;
	padding: 0px;
	color: #01518C;
	border-color: #01518C;
}
.page-section.social-amica-card .item-box:hover i {
	color: #EE7203 !important;
	border-color: #EE7203;
}
.page-section.social-amica-card .item-box:hover i::after {
	background-color: #F5F5F5;
}
.page-section.social-amica-card .item-box i.icon-facebook-with-circle::before, .page-section.social-amica-card .item-box i.icon-instagram-with-circle:before, .page-section.social-amica-card .item-box i.icon-google-with-circle:before, .page-section.social-amica-card .item-box i.icon-pinterest-with-circle:before { /*la classe icon-facebook-with-circle l'ho trovata nel file icons.css*/
	position: absolute;
	left: -2px;
	top: -2px;
}
.page-section.social-amica-card .item-box .title {
	line-height: 60px;
}
#pricing1.seleziona-prodotto-amica-card #mix-container .mix {
	width: 100%;
	padding: 0px 15px 0px 15px;
}
.page-section.codice-promozionale-acquisto {
	padding: 0px 0px 30px 0px;
	background-color: #F7F7F7;
}
.codice-promozionale-acquisto .table, .stampa-pdf-card .table, .invia-di-nuovo .table {
	margin-bottom: 0px;
}
.codice-promozionale-acquisto .table > tbody > tr > td, .stampa-pdf-card .table > tbody > tr > td, .invia-di-nuovo .table > tbody > tr > td {
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: none;
}
#page-segnala-attivita .codice-promozionale-acquisto .table > tbody > tr > td {
	padding: 0px;
}
.codice-promozionale-acquisto .codice-promozionale {
	color: #01518C;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
	font-weight: 700;
}
#page-segnala-attivita .codice-promozionale-acquisto .codice-promozionale {
	color: #01518C;
	text-align: left;
	line-height: 39px;
	font-size: 22px;
	font-weight: 700;
}
.codice-promozionale-acquisto .table > tbody > tr > td input.form-control {
	float: left;
	background-color: white;
	border: 1px solid #E6E6E6;
	width: calc(100% - 205.5px);
	width: -webkit-calc(100% - 145.5px);
	width: -moz-calc(100% - 145.5px);
	width: -ms-calc(100% - 145.5px);
	width: -o-calc(100% - 145.5px);
	margin-bottom: 0px;
}
.codice-promozionale-acquisto .table > tbody > tr > td input.form-control {
	background-color: #f5f5f5;
}
.codice-promozionale-acquisto .table > tbody > tr > td button.btn {
	float: right;
	padding: 9px 30px;
	color: white !important;
	background-color: #01518C !important;
	border-color: #01518C !important;
}
.stampa-pdf-card .table > tbody > tr > td button.btn, .invia-di-nuovo .table > tbody > tr > td button.btn {
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	font-weight: 700;
	padding: 2px 24px;
	margin: 0 auto;
	color: white !important;
	background-color: #01518C !important;
	border-color: #01518C !important;
}
.codice-promozionale-acquisto .table > tbody > tr > td button.btn:hover, .stampa-pdf-card .table > tbody > tr > td button.btn:hover, .invia-di-nuovo .table > tbody > tr > td button.btn:hover {
	color: white !important;
	background-color: #EE7203 !important;
	border-color: #EE7203 !important;
}
#page-segnala-attivita .codice-promozionale-acquisto .table > tbody > tr > td button.btn:hover {
	color: #01518C !important;
	background-color: white !important;
	border-color: #01518C !important;
}
.label-checkbox-indirizzo-alternativo {
	color: white;
	font-size: 17px;
	font-weight: 700;
	line-height: 17px;
	float: left;
	width: calc(100% - 24px);
	width: -webkit-calc(100% - 24px);
	width: -moz-calc(100% - 24px);
	width: -ms-calc(100% - 24px);
	width: -o-calc(100% - 24px);
}
.form-registrazione-card.indirizzo-alternativo {
	background-color: white !important;
	padding: 25px 0px 15px 0px !important;
}
.form-registrazione-card.visualizzazione-link {
	background-color: white !important;
	padding: 15px 0px 15px 0px !important;
}
/*.box-motion {
	height: 559.4px;
}*/
.form-registrazione-card.indirizzo-alternativo .row input, .form-registrazione-card.indirizzo-alternativo .row select, .form-registrazione-card.indirizzo-alternativo .row textarea, .form-registrazione-card.visualizzazione-link .row input, .form-registrazione-card.visualizzazione-link .row select, .form-registrazione-card.visualizzazione-link .row textarea {
	background-color: white;
	border: 1px solid #E6E6E6;
}
.form-registrazione-card .riga-spaziatrice {
	height: 100%;
	width: 2px;
	background: white;
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*#page-acquisto-amica-card .dicci-chi-sei {
	font-size: 22px !important;
	line-height: 25px;
}*/
.page-section.riepilogo-ordine-acquisto .bordo-divisorio {
	border-right: 2px solid #E6E6E6;
}
.page-section.riepilogo-ordine-acquisto.procedura-paypal .bordo-divisorio {
	border-right: none !important;
}
.page-section.riepilogo-ordine-acquisto .table.your-order > tbody > tr > th, .page-section.riepilogo-ordine-acquisto .table.your-order td {
	text-align: right;
}
.page-section.riepilogo-ordine-acquisto .table.your-order > tbody > tr:first-child th {
	font-weight: 400;
}
.page-section.riepilogo-ordine-acquisto.procedura-paypal .table.your-order > tbody > tr > th {
	text-align: left;
}
.page-section.riepilogo-ordine-acquisto.procedura-paypal .table.your-order td, .page-section.riepilogo-ordine-acquisto.procedura-paypal .table.your-order > tbody > tr > th:nth-child(2) {
	text-align: right;
}
.page-section.riepilogo-ordine-acquisto.procedura-paypal .your-order div.col-xs-12 {
	font-size: 18px !important;
}
.page-section.riepilogo-ordine-acquisto .your-order a {
	color: #EE7203;
	font-size: 14px !important;
}
.page-section.riepilogo-ordine-acquisto .your-order a:hover {
	color: #01518C;
	-moz-transition: all 350ms ease-in-out 0s !important;
	-webkit-transition: all 350ms ease-in-out 0s !important;
	-o-transition: all 350ms ease-in-out 0s !important;
	-ms-transition: all 350ms ease-in-out 0s !important;
	transition: all 350ms ease-in-out 0s !important;
}
#page-registrazione-amica-card-free .page-section.bottone-registrati, #page-acquisto-amica-card .page-section.bottone-registrati-amica-card {
	padding-top: 15px;
	margin-top: 195px;
}
#page-acquisto-amica-card .page-section.bottone-registrati-amica-card.procedura-paypal {
	margin-top: 30px !important;
}
.page-section.bottone-registrati-amica-card .btn-default, .page-section.bottone .btn-default {
	background-color: #01518C !important;
	border: none !important;
}
.page-section.bottone-registrati-amica-card button, .page-section.bottone-reinvia-mail button, .page-section.bottone button {
	font-size: 30px;
}
.page-section.bottone-registrati-amica-card button:hover,
.page-section.bottone-registrati-amica-card button:focus,
.page-section.bottone button:hover,
.page-section.bottone:focus {
	background: #EE7203 !important;
	color: #fff !important;
}
#footer.amica-card .footer-widget {
	color: #EE7203;
	padding: 30px 0px;
	background-color: #383432;
}
#footer.amica-card .footer-widget .widget li {
	padding-bottom: 0px;
	line-height: 20px;
}
.footer-widget .widget li a, .footer-widget .widget a {
	color: white;
}
#footer.amica-card .copyright {
	background-color: #00202F;
}
.social-icon i:hover {
	background-color: #FCBA37 !important;
}
.page-section.condizioni-di-utilizzo ul.arrow-style.ls1 li {
	padding-left: 30px;
	padding-bottom: 16px;
}
.page-section.condizioni-di-utilizzo ul.arrow-style.ls1 li::before {
	color: #EE7203 !important;
}
.page-section.informativa-privacy ol.arrow-style.ls1 li {
	list-style: inside decimal none !important;
}
.page-section.informativa-privacy ol.arrow-style.ls1.lettere {
	margin: 0px;
}
.page-section.informativa-privacy ol.arrow-style.ls1.lettere li {
	list-style: inside lower-alpha none !important;
	margin: 0px;
}

											/* =============================================== */
											/* ->> CSS SOCIAL LINKS REGISTRAZIONE AVVENUTA <<- */
											/* =============================================== */
											
.conferma-registrazione-account.social-amica-card .addthis_inline_follow_toolbox, .conferma-attivazione-card.social-amica-card .addthis_inline_follow_toolbox {
	clear: left;
}
.conferma-registrazione-account.social-amica-card .addthis_inline_follow_toolbox #atftbx, .conferma-attivazione-card.social-amica-card .addthis_inline_follow_toolbox #atftbx {
	display: none !important;
}
.conferma-registrazione-account.social-amica-card .addthis_inline_follow_toolbox .addthis_toolbox .addthis_default_style, .conferma-attivazione-card.social-amica-card .addthis_inline_follow_toolbox .addthis_toolbox .addthis_default_style {
	display: flex;
	justify-content: space-between;
}
.conferma-registrazione-account.social-amica-card .addthis_inline_follow_toolbox .addthis_toolbox .addthis_default_style .at-follow-btn, .conferma-attivazione-card.social-amica-card .addthis_inline_follow_toolbox .addthis_toolbox .addthis_default_style .at-follow-btn {
	margin: 0px !important;
	line-height: 60px !important;
	height: 60px !important;
}
.conferma-registrazione-account.social-amica-card .addthis_inline_follow_toolbox .addthis_toolbox .addthis_default_style .at-follow-btn .at-icon-wrapper, .conferma-attivazione-card.social-amica-card .addthis_inline_follow_toolbox .addthis_toolbox .addthis_default_style .at-follow-btn .at-icon-wrapper {
	line-height: 60px !important;
	height: 60px !important;
	width: 60px !important;
}
.conferma-registrazione-account.social-amica-card .addthis_inline_follow_toolbox .addthis_toolbox .addthis_default_style .at-follow-btn .at-icon-wrapper .at-icon, .conferma-attivazione-card.social-amica-card .addthis_inline_follow_toolbox .addthis_toolbox .addthis_default_style .at-follow-btn .at-icon-wrapper .at-icon {
	height: 60px !important;
	width: 60px !important;
}