body, html {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}
img{
	border: 0;
}
a{
    font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	color: #66CCCC;
	font-weight: 600;
}
a:hover{
	opacity: 0.7;
}
button:hover{
	opacity: 0.7;
}

/*COOKIE*/
.ui-widget {
    top: 0;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 999999;
    padding: 10px 0;
    background: none repeat scroll 0 0 #000;
	border-bottom: 1px solid #000;
}

.cookie-message {
    line-height: 14px;
    padding:0 10px;
    color: #FFF;
    margin:0 auto;
    font-size:12px;
    font-family: 'Open Sans', sans-serif;
}

div.cookie-message a {
    color: #FFF;
    font-size:12px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
div.cookie-message a.ui-widget-close-button {
    background: none repeat scroll 0 0 #FFF;
    float: right;
    padding: 0 10px;
    color: #000;
    text-decoration:none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

.testo_centro{
	text-align: center;
}
.testo_destra{
	text-align: right;
}
.testo_sinistra{
	text-align: left;
}
.sinistra{
	float: left;
}
.destra{
	float: right;
}
.cleaner{
	clear: both;
}
.testo_maiuscolo{
	text-transform: uppercase;
}
.testo_minuscolo{
	text-transform: lowercase;
}
.errore{
	color: #ff0000;
}
.spaziatura{
	height: 20px;
}
.esaurite{
	color: #B30000;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

/*FORM*/
input{
	padding: 10px;
	margin: 0px 10px 10px 10px;
	border: 1px solid #66CCCC;
	color: #66CCCC;
}
input[type=radio]{
	margin-bottom: 0;
}
textarea{
	resize: none;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #66CCCC;
	font-family: 'Open Sans', sans-serif !important;
    font-size: 16px !important;
	color: #66CCCC;
}
.button{
	padding: 14px 20px 10px 20px;
	background: #66CCCC;
	border: none;
    cursor: pointer;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.aggiungi_carrello_form{
	margin-top: 20px;
}
.aggiungi_carrello_form input{
	margin-bottom: 0;
	margin-right: 10px;
	margin-left: 0;
}
.submit_add{
	background: none;
    border: none;
    cursor: pointer;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #66CCCC;
}
.submit_add i{
	margin-right: 5px;
}
.submit_def{
	padding: 10px 20px;
	background: #66CCCC;
	border: none;
    cursor: pointer;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

h1{
	margin: 0 0 30px 0;
	font-size: 36px;
	font-weight: 700;
	text-align: center;
}
.divisore{
	width: 100%;
	height: 1px;
	background: #EEEEEE;
}

/*HEADER*/
#header{
	position: relative;
	width: 100%;
	padding: 60px 0;
	font-size: 16px;
	text-align: center;
}
#header img{
	width: 200px;
}
#header span{
	color: #FF6699;
}
#header.smaller{
	position: fixed;
	top: 0;
	padding: 20px 0;
	background: #FFF;
	z-index: 999999;
}
#cart{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#logout{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*CONTENT*/
#content{
	width: 100%;
	padding: 50px 0;
	font-size: 16px;
	color: #000;
}
#contenuto{
	margin: 0 auto;
}
#intestazione_matrimonio{
	position: relative;
	background: #F7F7F7;
}
.btn-down{
	position: absolute;
	bottom: -31px;
	left: 50%;
	z-index: 2;
	display: block;
	width: 62px;
	height: 62px;
	margin: 0 0 0 -31px;
	background: #66CCCC;
	text-align: center;
	font-size: 72px;
	color: #FFFFFF;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.fa-angle-down{
	position: absolute;
	top: -3px;
	left: 0;
	width:62px;
}
#immagine_sposi img{
	width: 100%;
	display: block;
	/*opacity: 0.5;*/
}
#descrittivo_sposi{
	padding: 90px 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#descrittivo_sposi h1{
	text-align: left;
}
#descrittivo_sposi h2{
	margin-bottom: 60px;
	font-size: 18px;
	color: #66CCCC;
}
.box_home{
	width: 100%;
	margin-bottom: 40px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.box_home:last-child{
	margin-bottom: 0;
}
.box_home .titolo{
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: 700;
}
.spazio_pack_carrello{
	margin-bottom: 20px;
}
.spazio_pack_carrello:last-child{
	margin-bottom: 0;
}
.sinistra_box_home{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sinistra_box_home .sinistra{
	line-height: 50px;
	font-size: 20px;
	font-weight: 600;
	color: #66CCCC;
}
.sinistra_box_home .destra{
	font-size: 35px;
	font-weight: 800;
	color: #FF6699;
}
.sinistra_box_home img{
	width: 100%;
}
.destra_box_home{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sinistra_box_home .immagine{
	width: 100%;
}
.sinistra_box_home .immagine img{
	width: 100%;
	display: block;
}
.sinistra_box_home .immagine_elenco{
	float: left;
	width: 20%;
}
.sinistra_box_home .immagine_elenco img{
	width: 100%;
	display: block;
}
.sinistra_box_home .titolo_elenco{
	float: right;
	width: 75%;
	line-height: 18px;
	font-size: 16px;
	font-weight: 600;
}
.sinistra_box_home .azioni_elenco{
	margin: 5px 0;
	padding: 5px 10px;
	background: #F7F7F7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sinistra_box_home .azioni_elenco strong{
	font-weight: 600;
	color: #66CCCC;
}
.destra_box_home span{
	font-size: 16px;
}
.destra_box_home a{
	margin-right: 10px;
}
.destra_box_home i{
	margin-top: 10px;
}
.open_accordion{
	width: 115px;
	margin: 10px 0;
	padding: 0 10px 7px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #66CCCC;
	font-weight: 700;
	color: #FFF;
	cursor: pointer;
}
.photo_open_accordion{
	width: 180px;
	margin: 10px 0;
	padding: 0 10px 3px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #66CCCC;
	font-weight: 700;
	color: #FFF;
	cursor: pointer;
}
.gallery_pacchetto{
	float: left;
	margin: 2%;
	width: 21%;
}
.pulsante_pdf {
	padding: 20px;
	background: #66CCCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
a .pulsante_pdf {
	color: #FFFFFF;
}
.totale_totale {
	margin: 20px 0;
	text-align: center;
	font-size: 36px;
	font-weight: 800;
	color: #FF6699;
}
.totale_totale span{
	font-weight: 600;
	color: #66CCCC;
}

/*AEROPLANO*/
.valigia{
	float: left;
	width: 10%;
	color: #FF6699;
	font-size: 20px;
	text-align: center;
}
.bandiera{
	float: left;
	width: 10%;
	color: #66CCCC;
	font-size: 20px;
	text-align: center;
}
.wrap_aeroplano{
	float: left;
	width: 80%;
	height: 20px;
	color: #666;
	border-bottom: 7px solid rgba(255, 102, 153, 0.2);
	font-size: 40px;
	position: relative;
}
.avanzamento_aeroplano{
	border-bottom: 7px solid #66CCCC;
	height: 20px;
}
.avanzamento_aeroplano i{
	font-size: 20px;
	opacity: 0.8;
}
.percentuale_basso{
	top: -15px;
	margin-left: 10px;
	position: absolute;
	padding: 10px 0;
	line-height: 0;
}
.percentuale_medio{
	top: -15px;
	width: 20px;
	margin-left: -20px;
	position: absolute;
	padding: 10px 0;
	line-height: 0;
}
.percentuale_alto{
	top: -15px;
	position: absolute;
	right: 10px;
	line-height: 0;
}
.percentuale_under{
	color: #66CCCC;
	font-size: 40px;
	text-align: center;
}
	
/* PAGINAZIONE */
#paginazione {
	width:100%;
	margin-top:15px;
	padding-top:10px;
	text-align: center;
	border-top: 1px solid #66CCCC;
}
.paginazione_el_cur {
	display:inline-block;
	color: #66CCCC;
	font-size: 13px;
	font-weight: bold;
	padding:2px;
}
.paginazione_el {
	display:inline-block;
	color: #333;
	font-size: 13px;
	padding:2px;
}
a.paginazione_link {
	text-decoration: none;
}
/*FOOTER*/
#footer{
	width: 100%;
	padding: 100px 0;
	background: #F7F7F7;
	font-size: 14px;
	color: #333333;
}
#piede{
	margin: 0 auto;
}
.scrollup{
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 999;	
}
.fa-angle-up{
	width: 62px;
	height: 62px;
	color: #FFFFFF;
	display: block;
	background: #66CCCC;
	text-align: center;
	font-size: 60px !important;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	line-height: 62px !important;
}