﻿@charset "utf-8";
/* CSS Document */
@media (min-width: 1024px) {
	/* POPUP */
	.alertCC .popup, .alertConf .popup {
		width: 50%;
		margin: 0 auto;
	}
	.alertDX .popup {
		width: 50%;
		margin: 0 12px 0 auto;
	}
	.alertSX .popup {
		width: 50%;
		margin: 0 auto 0 12px;
	}
}
@media (max-width: 1023px) {
	/* POPUP */
	.popup {
		width: 95%;
		max-width: 700px;
		margin: 0 auto;
	}
}
@media (min-width: 800px) {
	/* BASE */
	.slideDX .contenuti {
		height: 100%;
		left: 60%;
		margin-left: -50px;
	}
	.slideSX .contenuti {
		height: 100%;
		left: -60%;
		margin-left: 50px;
	}
	/* HEADER */
	.slideDX .header {
		right: auto;
		left: 60%;
		margin-left: -50px;
	}
	.slideSX .header {
		left: 50px;
		margin-left: -60%;
	}
	/* MENU-CERCA */
	.menu, .cerca {
		width: 60%;
	}
}
@media (max-width: 799px) {
	/* BASE */
	.slideDX .contenuti {
		height: 100%;
		left: 100%;
		margin-left: -50px;
	}
	.slideSX .contenuti {
		height: 100%;
		left: -100%;
		margin-left: 50px;
	}
	/* HEADER */
	.slideDX .header {
		right: auto;
		left: 100%;
		margin-left: -50px;
	}
	.slideSX .header {
		left: 50px;
		margin-left: -100%;
	}
	/* MENU-CERCA */
	.menu, .cerca {
		width: 100%;
	}
}
@media (min-width: 600px) {
	/* POPUP */
	.alert {
		font-size: 14px;
	}
	.popup .bottone, .popup .submit {
		width: 49%;
		float: left;
		margin-top: 22px;
	}
	.popup .bottone {
		margin-right: 2%;
	}
}
@media (min-width: 480px) {
	/* BASE */
	body {
		font-size: 14px;
	}
	.omaggioList a {
		font-size: 18px;
		padding: 15px 22px 15px 6px;
	}
	.linker a {
		font-size: 18px;
		padding: 15px 22px 15px 6px;
	}
	/* BOTTONI */
	.bottone, .submit, .bottone span, .submit span {
		font-size: 14px;
	}
	.bottone span, .submit span {
		background-size: 30px 30px;
	}
	.bottone button, .submit button, .bottone a, .submit a {
		padding: 12px 0;
	}
	.recapitiAdd .bottone, .recapitiAdd .submit {
		float: left;
		padding: 0 3px;
		width: 50%;
	}
	/* MENU */
	.menu .list {
		font-size: 14px;
	}
	.menu .list ul li a {
		padding: 15px 22px 15px 6px;
	}
	/* CERCA */
	.cerca .text {
		padding: 12px 50px 8px 12px;
		font-size: 14px;
	}
	/* FOOTER */
	footer {
		font-size: 14px;
	}
	footer .info ul {
		min-width: 475px;
		width: 30%;
	}
	footer .info ul li {
		width: 25%;
	}
	/* NAVBAR */
	.actionL, .actionR, .actionC, .nav3box li, .nav2box li {
		font-size: 16px;
	}
	.actionL span, .actionR span, .actionC span, .nav3box li a, .nav2box li a, .nav3box li p, .nav2box li p {
		padding: 16px 0;
	}
}
@media (max-width: 599px) {
	/* POPUP */
	.alert {
		font-size: 14px;
	}
	.popup .bottone, .popup .submit {
		margin-top: 22px;
	}
}
@media (max-width: 479px) {
	/* BASE */
	body {
		font-size: 12px;
	}
	.omaggioList a {
		font-size: 14px;
		padding: 17px 22px 17px 6px;
	}
	.linker a {
		font-size: 14px;
		padding: 17px 22px 17px 6px;
		font-weight: bold;
	}
	/* BOTTONI */
	.bottone, .submit, .bottone span, .submit span {
		font-size: 14px;
	}
	.bottone span, .submit span {
		background-size: 30px 30px;
	}
	.bottone button, .submit button, .bottone a, .submit a {
		padding: 12px 0;
	}
	/* MENU */
	.menu .list {
		font-size: 14px;
	}
	.menu .list a {
		padding: 15px 22px 15px 6px;
	}
	/* CERCA */
	.cerca .text {
		padding: 12px 50px 8px 12px;
		font-size: 14px;
	}
	/* NAVBAR */
	.actionL, .actionR, .actionC, .nav3box li, .nav2box li {
		font-size: 14px;
	}
	.actionL span, .actionR span, .actionC span, .nav3box li a, .nav2box li a, .nav3box li p, .nav2box li p {
		padding: 17px 0;
	}
	.nav3box span {
		position: absolute;
		visibility: hidden;
		width: 0;
		height: 0;
		overflow: hidden;
	}
	/* FOOTER */
	footer {
		font-size: 10px;
	}
	footer .info ul li {
		width: 50%;
	}
}
@media (min-width: 320px) {
	.bottone span, .submit span {
		padding: 12px 30px 12px 6px;
	}
    .bottone.refresh span {
        padding-right: 38px;
    }
}
@media (max-width: 319px) {
	.bottone span, .submit span {
		padding: 12px 6px;
		background-image: none!important;
	}
}
/* --------------------------------------------------------------------------------------------------------------------------- */
/* STILI DI BASE */

* {
	margin: 0;
	padding:0;
	outline: 0;
    -webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #585858;
}
img {
	display: block;
}
button {
	background-image: none;
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #585858;
}
.clear {
	clear: both;
}
/* non visualizzato a schermo ma accessibili agli screenreader (per non vedenti) */
.noDisplay {
	position: absolute!important;
	visibility: hidden!important;
	width: 0!important;
	height: 0!important;
	overflow: hidden!important;
	overflow-y:hidden!important; 
	overflow-x:hidden!important;
}
.error, .done {
	min-height: 32px;
	padding: 6px 6px 6px 36px;
	margin-bottom: 6px;
	line-height: 20px;
	background-position: 3px 0px;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	font-weight: bold;
}
.noLog {
	padding: 22px 6px;
}
.noLog p{
	font-weight: bold;
	text-align: center;
}
.risultati {
	padding: 6px;
	margin: 24px 0 12px 0;
}
/* gestione pagina rispetto a: menu-cerca-popup */
#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.slideDX, .slideSX {
	overflow: hidden;
	overflow-y:hidden;
	overflow-x:hidden;
}

/* elementi generici pagine */
.contenuti {
	position: relative;
	padding-top: 50px;
	width: 100%;
	height: 100%;
	/*z-index: 200;*/
	left: 0%;
	top: 0;
	margin-left: 0;
	-webkit-transition-property: margin, left;
	-webkit-transition-duration: 0.5s;
	-o-transition-property: margin, left;
	-o-transition-duration: 0.5s;
	-moz-transition-property: margin, left;
	-moz-transition-duration: 0.5s;
	transition-property: margin, left;
	transition-duration: 0.5s;
}
.slideDX .contenuti, .slideSX .contenuti {
	overflow: hidden;
	overflow-y:hidden;
	overflow-x:hidden;
	position: absolute;
}
.locker {
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	top: 0;
	margin-left: 0;
	background-color: rgba(255,255,255,0.8);
	z-index: 2001;
	-webkit-transition-property: margin, left;
	-webkit-transition-duration: 0.5s;
	-o-transition-property: margin, left;
	-o-transition-duration: 0.5s;
	-moz-transition-property: margin, left;
	-moz-transition-duration: 0.5s;
	transition-property: margin, left;
	transition-duration: 0.5s;
}
.slideDX .locker, .slideSX .locker, .popped .locker{
	height: 100%;
}
.pageTit {
	padding-top: 24px;
	margin-bottom: 18px;
	font-size: 2.2em;
	font-weight: normal;
}
.navFill {
	position: relative;
}
.pageCont {
	padding: 6px;
}
.pageCenter {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.linker {
	margin: 6px 0;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.linker a {
	display: block;
	line-height: 1em;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* contenitore pagine */
.contenuti .container {
	position: relative;
	min-height: 100%;
}

/* pagina generica */
.textGen p {
	font-size: 1em;
	line-height: 1.5em;
}
.textGen p a {
	font-weight: bold;
}

/* swipe */
.pag1 {
	left: 0%!important;
}
.pag2 {
	left: -100%!important;
}
.pag3 {
	left: -200%!important;
}
.pag4 {
	left: -300%!important;
}
.pag5 {
	left: -400%!important;
}
.pag6 {
	left: -500%!important;
}
.pag7 {
	left: -600%!important;
}
.pag8 {
	left: -700%!important;
}
.pag9 {
	left: -800%!important;
}
.pag10 {
	left: -900%!important;
}
.pag11 {
	left: -1000%!important;
}
.pag12 {
	left: -1100%!important;
}
.pag13 {
	left: -1200%!important;
}
.pag14 {
	left: -1300%!important;
}
.pag15 {
	left: -1400%!important;
}
.pag16 {
	left: -1500%!important;
}
.pag17 {
	left: -1600%!important;
}
.pag18 {
	left: -1700%!important;
}
.pag19 {
	left: -1800%!important;
}
.pag20 {
	left: -1900%!important;
}
.pag21 {
	left: -2000%!important;
}
.pag22 {
	left: -2100%!important;
}
.pag23 {
	left: -2200%!important;
}
.pag24 {
	left: -2300%!important;
}
/* --------------------------------------------------------------------------------------------------------------------------- */
/* HEADER */
.header {
	position: absolute;
	top: 0;
	left: 0%;
	margin-left: 0;
	width: 100%;
	z-index: 1000;
	-webkit-transition-property: margin, left;
	-webkit-transition-duration: 0.5s;
	-o-transition-property: margin, left;
	-o-transition-duration: 0.5s;
	-moz-transition-property: margin, left;
	-moz-transition-duration: 0.5s;
	transition-property: margin, left;
	transition-duration: 0.5s;
	overflow: hidden;
}
/*bottoni*/
.header .button {
	position: absolute;
	top: 0;
	width: 50px;
	height: 50px;
	overflow: hidden;
	z-index: 2;
}
/* testo bottoni (invisibile) */
.header .button a {
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
}
/* bottone menu */
.header .menuB{
	left: 0;
}
.header .menuB a:first-child {
	display: block;
	background-position: center;
	background-size: 50px 50px;
	background-repeat: no-repeat;
}
.header .menuB a:last-child {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	display: none;
}
.slideDX .header .menuB a:first-child {
	display: none;
}
.slideDX .header .menuB a:last-child {
	display: block;
}
/* bottone carrello */
.header .cartB {
	right: 56px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
}
.header .cartB a {
	z-index: 2;
}
.header .cartB p {
	position: absolute;
	top: 2px;
	right: 5px;
	width: 22px;
	padding: 6px 0;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	font-weight: bold;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
	z-index: -1;
}
.slideDX .header .cartB, .slideSX .header .cartB{
	display: none;
}
/* bottone ricerca */
.header .searchB{
	right: 0;
}
.header .searchB a:first-child {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px 50px;
	background-color: transparent;
}
.header .searchB a:last-child {
	background-position: center;
	background-repeat: no-repeat;
	background-size: 50px 50px;
	display: none;
}
.slideSX .header .searchB a:first-child {
	display: none;
}
.slideSX .header .searchB a:last-child {
	display: block;
}
/* logo */
.header .logo{
	/*position: absolute;
	width: 100%;
	height: 80px;
	text-align: left;
	padding: 0 112px 0 56px;*/
    margin: 0 0 0 56px;
    height: 50px;
    width: 55%;
    display: inline-block;
    position: relative;
    text-align: center;
}
.header .logo h1 {
	display: table;
	height: 50px;
	font-size: 0;
}
.header .logo a {
	/*display: table-cell;*/
	vertical-align: middle;
	text-decoration: none;
}
.header .logo img {
	/* height: auto; */
	/* max-height: 50px; */
	/* max-width: 100%; */
	/* border: none; */
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.slideDX .header .logo, .slideSX .header .logo{
	display: none;
}
/* --------------------------------------------------------------------------------------------------------------------------- */
/* POPUP */
.alert {
	position: absolute;
	width: 100%;
	height: 0;
	left: 0;
	margin-top: -14.5em;
	display: none;
	/*padding-top: 13em;*/
}
.alert::before {
	content: '';
	position: relative;
	display: block;
	width: 20px;
	height: 10px;
	margin-left: -10px;
	background-image: url(../IMG/popPointer.png);
	background-repeat: no-repeat;
	background-size: 20px 10px;
	z-index: 9999;
}
.alertConf::before {
	background-image: none;
}
.alertCC::before {
	left: 50%;
}
.alertDX::before {
	left: 75%;
}
.alertSX::before {
	left: 25%;
}
.opened {
	display: block!important;
}
.popup {
	position: relative;
	text-align: center;
	padding: 0 6px;
	background-color: #333333;
	z-index: 9999;
}
.popup .titPop {
	font-size: 1.5em;
	padding: 6px;
	margin-bottom: 22px;
}
.popup .mex {
	font-size: 1em;
	color: #fff;
	padding: 6px;
}
.popup .popAct {
	padding-bottom: 12px;
	max-width: 550px;
	margin: 0 auto;
}
.popup .formElement {
	max-width: 550px;
	margin-left: auto;
	margin-right: auto;
}
.popup .formElement label {
	color: #fff;
	font-weight: normal;
}
/* --------------------------------------------------------------------------------------------------------------------------- */
/* BOTTONI */
.bottone button, .bottone a, .submit button, .submit a {
	display: block;
	width: 100%;
	margin: 0 auto;
	background-image: url(../IMG/backPulsanti.png);
	background-position: center;
	background-repeat: repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-transform: none;
	text-align: center;
	outline: 0!important;
	text-decoration: none;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.bottone button:active, .bottone a:active, .submit button:active, .submit a:active {
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.bottone span, .submit span {
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
	background-position: right center;
	background-repeat: no-repeat;
}
.bottone.refresh span {
    background-size: 40px 30px;
}
/* bottoni pagine accesso e richiesta info */
.login .submit, .login .bottone {
	margin-bottom: 22px;
}
.registrazione .submit, .registrazione .bottone, .informazioni .submit, .informazioni .bottone {
	margin-bottom: 16px;
}
.recupero .submit, .recupero .bottone {
	margin: 22px 0 16px 0;
}
/* bottoni pagine listaprodotti */
.prodotti .gestione .submit, .prodotti .gestione .bottone, .prodotti .noPrice.submit, .prodotti .noPrice .bottone {
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}
/* bottoni pagine testo generico */
.textGen .submit, .textGen .bottone {
	margin: 22px 0 16px 0;
}
/* bottoni passaggi acquisto */
.carrello .bottone, .carrello .submit, .spedizione .bottone, .spedizione .submit, .pagamento .bottone, .pagamento .submit, .riepilogo .bottone, .riepilogo .submit {
	margin: 6px 0;
}
/* bottoni dettaglio prodotto */
.prodotto .acquisto .bottone, .prodotto .acquisto .submit {
	margin-top: 12px;
}
/* bottoni sezioni/inEvidenza */
.inEvidenza .bottone, .inEvidenza .submit, .sez .bottone, .sez .submit {
	width: 90%;
	max-width: 120px;
	margin: 6px auto;
}
/* bottone messaggio non-loggato */
.noLog .bottone, .noLog .submit {
	width: 100%;
	max-width: 120px;
	margin: 22px auto 0 auto;
}
/* bottoni filtri */
.filtri .bottone, .filtri .submit {
	margin: 22px 0 16px 0;
}
/* bottoni box-lista */
.boxLista .bottone, .boxLista .submit {
	margin-top: 22px!important;
	margin-bottom: 0!important;
}
/* bottone recapiti utente */
.recapiti .bottone, .recapiti .submit {
	margin-bottom: 6px;
}
/* --------------------------------------------------------------------------------------------------------------------------- */
/* MENU */
.menu {
	display: none;
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	float: left;
	min-height: 100%;
	background-color: #333;
	padding-right: 50px;
	z-index: 0;
}
.slideDX .menu {
	display: block;
}
.menu .list {
	height: 100%;
	padding: 6px;
	overflow-x: hidden;
	overflow-y: auto;
}
.menu .list .user {
	margin-bottom: 22px;
}
.menu .list a {
	display: block;
	border-bottom: 1px solid #424242;
	background-image: url(../IMG/navBox_W.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	font-size: 1em;
	color: #fff;
	text-transform: uppercase;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.menu .list a:active {
	background-color: #222;
	border-bottom-color: #222;
}
.menu .list li:last-child a {
	border-bottom: none;
}
.menu .mTit {
	padding : 6px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	text-transform: uppercase;
	font-weight: normal;
}
.menu .account span {
	margin-left: 6px;
	padding-left: 1.5em;
	background-image: url(../IMG/account.png);
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
}
/* --------------------------------------------------------------------------------------------------------------------------- */
/* CERCA */
.cerca {
	display: none;
	position: fixed;
	height: 100%;
	top: 0;
	right: 0;
	margin-left: auto;
	min-height: 100%;
	background-color: #333;
	padding-left: 50px;
	z-index: 0;
}
.slideSX .cerca {
	display: block;
}
.cerca .search {
	height: 100%;
	margin-left: auto;
	padding: 12px 6px 6px 6px;
	overflow-x: hidden;
	overflow-y: auto;
}
/* form ricerca */
.cerca .inputList {
	padding: 0 6px;
}
.cerca .searchBar {
	position: relative;
	background-image: url(../IMG/back_pz.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 22px;
}
.cerca .text {
	width: 100%;
	background-image: url(../IMG/back_pz.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border: none;
	border-bottom: 1px solid #fff;
	background-color: transparent;
	color: #fff;
}
.cerca .searchBar .text::-webkit-search-cancel-button{
	display: none;  
}
.cerca .cancella {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -15px;
	width: 50px;
	height: 30px;
	border: none;
	background-color: transparent;
	background-image: url(../IMG/noSearch.png);
	background-position: 25px center;
	background-size: 15px 15px;
	background-repeat: no-repeat;
}
/* --------------------------------------------------------------------------------------------------------------------------- */
/* NAVBAR */
.navbar {
	position: relative;
	width: 100%;
	height: 51px;
	left: 0%;
	margin-left: 0;
	overflow: hidden;
	background-color: #fff;
	border-bottom: 1px solid #EBEBEB;
	-webkit-transition-property: left, margin-left;
	-webkit-transition-duration: 0.5s;
	-o-transition-property: left, margin-left;
	-o-transition-duration: 0.5s;
	-moz-transition-property: left, margin-left;
	-moz-transition-duration: 0.5s;
	transition-property: left, margin-left;
	transition-duration: 0.5s;
	z-index: 2000;
}
.slideDX .navbar, .slideSX .navbar  {
	z-index: 100;
}
.navbar ul {
	width: 100%;
	height: 50px;
	list-style: none;
}
.navbar a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* pulsanti generici navbar */
.actionL, .actionR, .actionC { /*L=allineato a sinistra; R=allineato a destra; C=allineato al centro*/
	position: relative;
	width: auto;
	max-width: 100%;
	display: block;
	position: relative;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	white-space: nowrap;
	border: none;
}
.actionL span, .actionR span, .actionC span {
	display: block;
	background-color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.actionL {
	float: left;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 55px 55px;
}
.actionR {
	float: right;
	padding-right: 40px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 55px 55px;
}
.actionC {
	text-align: center;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 55px 55px;
}
/* navbar 2tab */
.nav2box li{
	float: left;
	width: 50%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-left: 1px solid #D6D6D6;
	border-bottom: 1px solid #D6D6D6;
}
/* navbar 3tab */
.nav3box li{
	float: left;
	width: 33.33%;
	text-align: center;
	font-weight: bold;
	border-left: 1px solid #D6D6D6;
}
.nav3box li:first-child, .nav2box li:first-child {
	border-left: none;
}
.nav3box li a, .nav2box li a, .nav3box li p, .nav2box li p {
	height: 50px;
	line-height: 1em;
	display: block;
}
.nav3box li a, .nav2box li a {
	background-color: #EBEBEB;
	color: #D6D6D6;
}
/* navbar cassa (anche se in fondo al codice fluttua sotto l'header) */
.topper {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding: 0 6px;
	height: 50px;
	background-color: #fff;
	border-bottom: 1px solid #EBEBEB;
}
/* icone navbar */
.navbar .filtra {
	background-image: url(../IMG/mask_filtro.png);
}
.navbar .erase {
	background-image: url(../IMG/mask_cestino.png);
}
.navbar .rw {
	background-image: url(../IMG/mask_RW.png);
}
.navbar .fw {
	background-image: url(../IMG/mask_FW.png);
}
.navbar .logout {
	background-image: url(../IMG/mask_logout.png);
}
/* --------------------------------------------------------------------------------------------------------------------------- */
/*FORM GENERICO*/
.formTitle {
	padding-top: 2.5em;
}
.formTitle .hForm {
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: normal;
}
.formElement , .formCheck, .formRadio {
	position: relative;
	margin-bottom: 12px;
}
.formElement.messaggio {
	margin-top: 4em;
}
.formElement.cap {
	width: 50%;
	float: left;
	padding-right: 0.5em;
}
.formElement.prov {
	width: 50%;
	float: left;
	padding-left: 0.5em;
}
.formElement.citta {
	clear: both;
}
.formElement label {
	display: block;
	font-size: 1em;
	width: 100%;
	padding: 11px 0;
	font-weight: bold;
}
.formElement input, .formElement .selBlock {
	width: 100%;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	background-image: none;
	font-size: 14px;
	padding: 10px 6px;
}
.formElement .selBlock {
	position: relative;
	background-image: url(../IMG/select.png);
	background-repeat: no-repeat;
	background-position: right center;;
	background-size: 40px 40px;
	padding: 0;
}
.formElement .selPlacer {
	margin: 0;
	padding: 12px 6px;
}
.formElement .selBlock select {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.formRadio input, .formCheck input {
	position: absolute;
	visibility: hidden;
}
.formRadio label, .formCheck label {
	margin: 0;
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 22px 88px;
	display: inline-block;
	font-weight: normal;
	font-size: 1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 14px 0 14px 34px;
}
.formRadio label {
	background-image: url(../IMG/radio.png);
}
.formCheck label {
	background-image: url(../IMG/check.png);
}
.formCheck input:checked + label, .formRadio input:checked + label {
	background-position: left -44px;
	color: #000;
}
.formCheck input:checked + label, .formRadio input:checked + label {
	background-position: left -44px;
	font-weight: bold;
}
.formElement textarea {
	width: 100%;
	height: 10em;
	padding: 1em;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	resize: none;
	position: relative;
}
.formElement p {
	margin: 0.5em 0;
	font-size: 1em;
	padding-right: 10px;
	overflow: hidden;
	/*text-overflow: ellipsis;
	white-space: nowrap;*/
}
.accetta {
	margin: 22px 0;
	padding: 0 24px;
	text-align: justify;
	background-color: #fff;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.accetta .formTitle {
	padding-top: 24px;
}
.accetta .formTitle span{
	display: block;
	text-align: left;
}
.accetta .formTitle span a {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
.accetta .leggi {
	display: block;
	padding: 0.5em 0;
}
.accetta .leggi a{
	font-weight: bold;
}
.accetta .terms {
	display: none;
	padding: 12px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	line-height: 1.2em;
	background-color: #EBEBEB;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333;
}
.accetta .termCont {
	height: 12em;
	overflow: auto;
}
.linkElement p {
	font-size: 1em;
	padding: 22px 0;
}
.linkElement a {
	text-transform: uppercase;
	font-weight: bold;
}

/* --------------------------------------------------------------------------------------------------------------------------- */
/* FOOTER */
footer {
	position: relative;
	padding-top: 22px;
	z-index: 2000;
}
footer hr {
	height: 0;
}
/* link */
footer .info ul {
	text-align: center;
	display: block;
	clear: both;
	margin: 0 auto;
}
footer .info ul li {
	float: left;
	height: 44px;
	list-style: none;
	text-align: center;
	margin-bottom: 12px;
}
footer .info ul li a {
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 1em;
	text-transform: uppercase;
}
footer .info ul li a:first-letter {
	text-transform: uppercase;
}
/* social */
footer .social {
	max-height: 44px;
	margin: 22px 0;
	text-align: center;
	clear: both;
}
footer .social ul {
	clear: both;
	width: 232px;
	margin: 0 auto;
}
footer .social li {
	display: block;
	float: left;
	width: 44px;
	height: 44px;
	line-height: 44px;
	margin: 0 6px;
	list-style: none;
}
footer .social li a {
	display: block;
	line-height: 44px;
	width: 44px;
	height: 44px;
	background-position: center;
	background-repeat: no-repeat;
}
footer .social li a span {
	visibility: hidden;
}
footer .social  li.fb a {
	background-image: url(../IMG/fb.png);
}
footer .social li.gp a {
	background-image: url(../IMG/gp.png);
}
footer .social li.tw a {
	background-image: url(../IMG/tw.png);
}
footer .social li.in a {
	background-image: url(../IMG/in.png);
}
/* versione desktop */
footer .desktop {
	width: 100%;
}
footer .desktop a {
	display: block;
	width: 100%;
	height: 44px;
	text-align: center;
}
footer .desktop span {
	display: inline-block;
	height: 44px;
	padding-left: 46px;
	padding-top: 15px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}
/* dettagli */
footer .bottom {
	text-align: center;
	padding: 22px 0;
}
/*Button torna in alto*/
#toTopButton{
position:fixed;
bottom:20px;
right:20px;
display:none;
z-index:10000;
}
#aToTopButton{
width:48px;
display:block;
-webkit-transition:1s;
-moz-transition:1s;
transition:1s;
cursor:pointer;
}
#spanToTopButton{
width:48px;
height:48px;
display:block;
margin-bottom:7px;
background:#ddd url(../img/scroll-to-top-48.png) no-repeat center center;
-webkit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;
-webkit-transition:1s;
-moz-transition:1s;
transition:1s;
}
/*#spanToTopButton:hover{
background-color:#b5aeae;
}*/


/*Breadcrumbs*/
.breadcrumb_content {
    padding: 12px 1px 20px 2px;
}

    /*.breadcrumb_content ol li {
        display: inline-block;
        font-size: 14px;
        margin-right: 0;
        padding-right: 9px;
        position: relative;
        margin-bottom: 4px;
    }*/
    .breadcrumb_content ol li span {
        line-height: 16px;
    }

/*.breadcrumb_content ol li::before {
    position: absolute;
    content: "/";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}*/

.breadcrumb_content ol li:last-child {
    margin-right: 0;
}

/*.breadcrumb_content ol li:last-child::before {
    display: none;
}*/

.breadcrumb_content ol li a {
    color: #999;
}


.breadcrumb_content ol li {
    display: inline;
    font-size: 14px;
    margin-right: 0;
    padding-right: 0;
    position: relative;
    text-transform: none;
}

.breadcrumb_content ol li::before {
    position: relative;
    content: none;
    right: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.breadcrumb_content ol li + li:before {
    padding: 0 3px 0 2px;
    /*color: black;*/
    content: "\00BB";
}

.breadcrumb_content ol li:last-child::before {
    display: inline-block;
}