/* INIZIO CSS IN COMUNE */
.col1  { flex: 0 0 calc(8.333333333333332% - 20px); margin: 0 10px; }
.col2  { flex: 0 0 calc(16.666666666666664% - 20px); margin: 0 10px; }
.col3  { flex: 0 0 calc(25% - 20px); margin: 0 10px; }
.col4  { flex: 0 0 calc(33.33333333333333% - 20px); margin: 0 10px; }
.col5  { flex: 0 0 calc(41.66666666666667% - 20px); margin: 0 10px; }
.col6  { flex: 0 0 calc(50% - 20px); margin: 0 10px; }
.col7  { flex: 0 0 calc(58.333333333333336% - 20px); margin: 0 10px; }
.col8  { flex: 0 0 calc(66.66666666666666% - 20px); margin: 0 10px; }
.col9  { flex: 0 0 calc(75% - 20px); margin: 0 10px; }
.col10 { flex: 0 0 calc(83.33333333333334% - 20px); margin: 0 10px; }
.col11 { flex: 0 0 calc(91.66666666666666% - 20px); margin: 0 10px; }
.col12 { flex: 0 0 calc(100% - 20px); margin: 0 10px; }



* { box-sizing: border-box; margin: 0; padding: 0; }

#consoleavvisi + #container header { margin-left: 64px; }

body { margin: 0; padding: 0; }
h1, h2, h3 { margin: 0; padding: 0 0 8px; }

.blocchi { display: flex; flex-wrap: wrap; width: calc(100% + 20px); margin: 0 -10px; }
.blocco{ margin-bottom: 20px; }

/* .wrapperpad { padding: 0 20px; } */

.messaggio { margin:0 0 0.7em; padding:0.5em 0.5em 0.5em 25px; color:#08903c; border:1px solid #08903c; background:url(/admin/images/icons/accept.png) no-repeat 4px 6px #D6E4C5; }
.errore { color:#CC0000; border:1px solid #CC0000; background-image:url(/admin/images/icons/remove.png); background-color:#FEDADA; }
.warning { color:#444; border:1px solid #ffdd00; background-image:url(/admin/images/icons/warning.png); background-color:#fffab2; }

label { display:block; margin:4px 0; white-space:nowrap; font-weight:bold; }
form { display:block; padding:0; margin:0; width:99%; }
input, textarea, select { padding:3px 0; font-family:Arial; font-size:1em; width:100%; }
textarea { min-height:100px; resize: none; }
/* FINE CSS IN COMUNE */



/* INIZIO CSS SIDEBAR */
#container {
	width: 100%;
	margin: 0 auto 0 0;
/* 	padding: 0 15px; */
	display: flex;
	flex-wrap: wrap;
/* 	margin: 0 -15px; */
}

header {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 280px;
    z-index: 999;
    
    transition-property: left;
    transition-duration: .5s;
    transition-timing-function: ease;
}
	
#mobile-menu {
    transition-property: left;
	transition-duration: .5s;
	transition-timing-function: ease;               
}

header #logo {
	width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

header #logo a {
	width: 100%;
	text-align: center;
}

header #logo img {
	max-width: 90%;
	max-height: 150px;
	mix-blend-mode: multiply;
}

.logo-tablet {
	display: none;
	padding: 30px 70px;
	font-size: 60px;
}

.logo-tablet i {
	background: #c00;
	padding: 20px;
	color: #fff;
}

.logo-mobile {
	display: none;
	width: 100%;
	padding: 10px 0;
	position: relative;
    top: 0;
    margin-bottom: 70px;
    text-align: center;
    background: #fff;
    font-size: 50px;
}

header .contenitore-menu {
	padding-left: 40px;
}

#pulsante {
	margin: 0 0 25px -40px;
}
#pulsante-menu {
	text-align: left;
	position: relative;
	display: block;
	text-decoration: none !important;
	padding: 25px 15px;
	
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: ease;
}
#pulsante-menu .fas {
	width: 40px;
	flex: 0 0 40px;
}

#menu ul {
	padding: 0;
	margin: 0;
}
#menu ul li { 
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
.nav-link {
	text-align: left;
	position: relative;
	display: block;
	text-decoration: none !important;
	padding: 15px 15px;
	margin: 0 0 4px;
	
	display: flex;
    flex-direction: row;
    align-items: center;
    
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: ease;
}
.nav-link:hover, .nav-link.attivo {
	padding-left: 30px;
}

.nav-link .fas {
	width: 40px;
	flex: 0 0 40px;
}

.triangolo {
	position: absolute;
    left: -40px;
    width: 0;
    height: 0;
    opacity: 0;
    transition: all .3s ease;
}
.nav-link:hover .triangolo, 
.nav-link.attivo .triangolo {
	opacity: 1;
}

.header-footer {
	margin: 0 0 30px 20px;
}
/* FINE CSS SIDEBAR */



/* INIZIO CSS FASCE */
#container_fasce { width: 100%; }

/* .fascia { width: calc(100% - 720px); margin: 0 0 0 750px; position: relative; } */
.fascia { width: calc(100% - 680px); margin: 0 0 0 680px; position: relative; }

/* .parallasse_fascia{ width: 400px; min-height: 100%; height: auto; background: 0 0; position: absolute; left: -470px; top: 0; } */
.parallasse_fascia{ width: 400px; min-height: 100%; height: auto; background: 0 0; position: absolute; left: -400px; top: 0; }

/* .contenuti_fascia { padding: 50px 70px 50px 0; } */
.contenuti_fascia { padding: 50px 70px; }

.titolo_fascia { margin-bottom: 50px; }
/* FINE CSS FASCE */



/* INIZIO CSS FOOTER */
footer {
	width: 100%;
    margin: 0 auto 0 0;
    display: flex;
    flex-wrap: wrap;
}

.fascia-footer {
    display: flex;
    flex-direction: row;
	width: calc(100% - 250px);
    margin: 0 0 0 280px;
/*     padding: 10px 30px; */
    position: relative;
}

#box-footer, #social-footer {
	padding: 10px 0;
	display: flex;
}

#box-footer {
	width: 70%;
	flex-direction: row;
	align-items: end;
}

#footer-sx, #footer-dx {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 10px 30px;
}
#footer-sx {
	width: 400px;
}
#footer-dx {
	width: calc(100% - 400px);
	padding-left: 70px;
}
#footer-dx .fas {
	font-size: 15px;
	margin-right: 10px;
}
#telefono-footer, #mail-footer {
	display: flex;
    flex-direction: row;
    align-items: center;
}

#social-footer {
	width: 30%;
	padding-right: 30px;
	flex-direction: row;
	justify-content: end;
	align-items: center;
}
#social-footer a{
	margin: 0 10px;
}

#social-footer .fab {
	float: left;
}
/* FINE CSS FOOTER */



/* INIZIO CSS BLOCCO TESTO */
.blocco .boxTitle h3 {
	margin: 10px 0 20px 0;
}
.bloccoTesto .wrapperpad {
	padding-top: 30px;
	padding-bottom: 40px;
}
.bloccoTesto .contenuti {
	display: table;
	width: 100%;
}
.bloccoTesto .contenuti .testo  {
	display: table-cell;
	width: 60%;
	vertical-align: middle;
}
.bloccoTesto .contenuti .immagine {
	display: table-cell;
	width: 40%;
	vertical-align: middle;
}
.bloccoTesto.img-sx .contenuti div:first-child,
.bloccoTesto.img-dx .contenuti div:first-child,
.bloccoTesto.img-up .contenuti div:first-child {
	padding-right: 40px;
}
.bloccoTesto .contenuti .immagine .img {
	width: 100%;
	height: 260px;
	background-position: center center;
	background-size: cover;
}
.bloccoTesto .contenuti .immagine .img img {
	display: none;
}

.bloccoTesto.col6 .contenuti,
.bloccoTesto.col4 .contenuti {
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 0 20px;
}

.bloccoTesto.col6.img-sx .contenuti div:first-child,
.bloccoTesto.col4.img-sx .contenuti div:first-child,
.bloccoTesto.col6.img-dx .contenuti div:first-child,
.bloccoTesto.col4.img-dx .contenuti div:first-child,
.bloccoTesto.col6.img-up .contenuti div:first-child,
.bloccoTesto.col4.img-up .contenuti div:first-child {
	padding: 0;
}

.bloccoTesto.col6 .contenuti .immagine,
.bloccoTesto.col4 .contenuti .immagine,
.bloccoTesto.col6 .contenuti .testo,
.bloccoTesto.col4 .contenuti .testo {
	width: 100%;
}
/* FINE CSS BLOCCO TESTO */



/* BLOCCO FORM */
.bloccoForm.col12 form {
	display: flex;
	justify-content: center;
	padding: 0 100px;
}

.bloccoForm label {
	display: none;
}
.bloccoForm label.labelcheckbox {
	display: block;
	border: none;
}

.bloccoForm .obligatorio {
	display: none;
}

.bloccoForm input[type="text"] {
	margin-bottom: 26px;
}
.bloccoForm textarea,
.bloccoForm input[type="text"],
.bloccoForm select {
	width: 100%;
	box-sizing: border-box;
	padding: 15px 20px;
}
.bloccoForm .labelcheckbox input {
	width: auto;
	margin-right: 10px;
}
.bloccoForm input[type="submit"] {
	width: auto;
	margin-top: 20px;
	transition-duration: .2s;
	float: right;
	border: none;
	outline: none;
	padding: 12px 50px;
	cursor: pointer;
}

input, textarea, select {
	appearance: none;
}

input[type="checkbox"] {
	appearance: checkbox;
}
/* FINE BLOCCO FORM */



/* INIZIO BLOCCO IMMAGINE */
.vlight-immagine {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 300px;
	float: left;
	position: relative;
	overflow: hidden;
}
.vlight-immagine h3 {
	bottom: 50px;
	text-transform: uppercase;
	position: absolute;
	z-index: 3;
	opacity: 0;
	
	transition: transform .45s, opacity .45s;
}
.vlight-immagine:hover h3 {
	opacity: 1;
	transform: translate3d(0, 30px, 0);
}
.vlight-immagine span {
	top: 0;
	left: 0;
    width: 100%;
    height: 300px;
    position: absolute;
    z-index: 2;
    overflow: hidden;
    
    opacity: 0;
    transition: opacity .30s;
}
.vlight-immagine:hover span {
    opacity: 0.4;
}

.vlightbox1 {
	display: block;
	float: left;
	width: 100%;
	height: 300px;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	
	transition: transform .3s ease-in-out;
	-webkit-transition: transform .3s ease-in-out;
	-ms-transition: transform .3s ease-in-out;
}
.vlightbox1::before{
	content: '';
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	position: absolute;
	transform: translate(10px, 10px);	
	transition: transform .4s;
}
.vlight-immagine:hover .vlightbox1::before{
	transform: translate(0, 0);
}

.vlightbox1 img {
	display: none;
}
/* FINE BLOCCO IMMAGINE */



/* INIZIO BLOCCO SLIDER */
.bloccoSlider { 
	width: 100%; 
} 

.container-slide {
	position: relative;
}

.slider-container {
	width: 100%;
	position: relative;
}

.boxTitle-slider {
	display: flex;
	justify-content: start;
}

.boxTitle-slider h3 {
	margin: 0;
}

.swiper { 
	width:90%;
	overflow: hidden;
}

.swiper-slide { 
	width:auto!important; 
	overflow:hidden;
	display: flex;
	flex-direction: column;
	margin: 20px 0;
}

.swiper-slide .card-slider-container {
	width: 100%;
	margin-right: 20px;
}

.swiper-slide .card-slider-container:last-child {
	margin-right: 0;
}

.swiper-button-prev, 
.swiper-button-next {
	position: absolute;
	top: var(--swiper-navigation-top-offset,60%)!important;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev {
	left: -50px!important;
	background-image: url(/web/images/arrow-left.png);
	left: 0 !important;
}

.swiper-button-next {
	right: -50px!important;
	background-image: url(/web/images/arrow-right.png);
	right: 0 !important;
}

.swiper-button-next,
.swiper-button-prev {
    top: 50% !important;
    transform: translateY(-50%);
    margin-top: 0 !important;
}

.bloccoSlider .swiper-slide .contenitore-foto-slider .vlight-immagine .vlightbox1 {
	height: 100%;
}

.swiper-slide span.overlay-blocco-immagine {
	height: 100%;
}
/* FINE BLOCCO SLIDER */



/* INIZIO BLOCCO GALLERY --- */
.gallery-container {
	width: 100%;
	padding-bottom: 20px;
}

.gallery-container .card-slider-container {
	width: 100%;
	height: 100%;
}

.gallery-foto {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 20px;
	row-gap: 20px;
}

.bloccoSlider .contenitore-foto-slider .vlight-immagine {
	height: 410px;
}
.bloccoSlider .gallery-foto .contenitore-foto-slider .vlight-immagine .vlightbox1 {
	height: 100%;
}
.bloccoSlider .gallery-foto .contenitore-foto-slider .vlight-immagine .vlightbox1 img {
	display: none;
}

.gallery-foto span.overlay-blocco-immagine {
	height: 100%;
}
/* FINE BLOCCO GALLERY */



/* INIZIO PARTI IN COMUNE SLIDER E GALLERY */
.descrizione-foto-slider {
	display: flex;
	align-items: center;
	padding: 0 30px;
	height: 70px;
	background-color: var(--color-red-logo);
	color: white;
	font-size: 18px;
	font-family: gothamThin;
}

.contenitore-foto-slider {
	background-color: var(--color-red-logo);
	text-align: center;
	width: 100%;
	height: 410px!important;
	vertical-align: middle;
}

.bloccoSlider .swiper-slide .contenitore-foto-slider .vlight-immagine .vlightbox1 img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 410px;
}
/* FINE PARTI IN COMUNE SLIDER E GALLERY */



/* INIZIO BLOCCO TESTO-COLLEGAMENTO */
.blc-orz .immagine-blocco-dim-2 { flex: 0 0 16.666666666666664%; }
.blc-orz .immagine-blocco-dim-3 { flex: 0 0 25%; }
.blc-orz .immagine-blocco-dim-4 { flex: 0 0 33.33333333333333%; }
.blc-orz .immagine-blocco-dim-5 { flex: 0 0 41.66666666666667%; }
.blc-orz .immagine-blocco-dim-6 { flex: 0 0 50%; }
.blc-orz .immagine-blocco-dim-7 { flex: 0 0 58.333333333333336%; }
.blc-orz .immagine-blocco-dim-8 { flex: 0 0 66.66666666666666%; }
.blc-orz .immagine-blocco-dim-9 { flex: 0 0 75%; }
.blc-orz .immagine-blocco-dim-10 { flex: 0 0 83.33333333333334%; }
.blc-orz .immagine-blocco-dim-11 { flex: 0 0 91.66666666666666%; }
.blc-orz .immagine-blocco-dim-12 { flex: 0 0 100%; }

.boxPad-text-dim-1 { flex:0 0 100%; }
.blc-orz .boxPad-text-dim-2 { flex: 0 0 83.33333333333334%; }
.blc-orz .boxPad-text-dim-3 { flex: 0 0 75%; }
.blc-orz .boxPad-text-dim-4 { flex: 0 0 66.66666666666666%; }
.blc-orz .boxPad-text-dim-5 { flex: 0 0 58.333333333333336%; }
.blc-orz .boxPad-text-dim-6 { flex: 0 0 50%; }
.blc-orz .boxPad-text-dim-7 { flex: 0 0 41.66666666666667%; }
.blc-orz .boxPad-text-dim-8 { flex: 0 0 33.33333333333333%; }
.blc-orz .boxPad-text-dim-9 { flex: 0 0 25%; }
.blc-orz .boxPad-text-dim-10 { flex: 0 0 16.666666666666664%; }
.blc-orz .boxPad-text-dim-11 { flex: 0 0 8.333333333333332%; }
.blc-orz .boxPad-text-dim-12 { flex: 0 0 0; }



.blocchi .blocco.bloccoTestoCollegamento { margin-bottom: 50px; }
.blocchi .blocco.bloccoTestoCollegamento:last-child { margin-bottom: 0; }

.bloccoTestoCollegamento .boxPad { display: flex; flex-direction: row; }
.bloccoTestoCollegamento .boxTop { float: left; width: 100%; }

.bloccoTestoCollegamento .immagine-blocco { object-fit: cover; }

.bloccoTestoCollegamento .immagine-blocco { width: 100%; position: relative; z-index: 9; }
.bloccoTestoCollegamento .immagine-blocco-box { display: flex; position: relative; order: 1; }
.bloccoTestoCollegamento .boxPad-text { width: 100%; flex: 1 1 100%; justify-content: center; order: 2; display: flex; align-self: center; line-height: 28px; box-sizing: border-box; flex-direction: column; z-index: 1; padding: 0 0 30px; }

.bloccoTestoCollegamento .box-pad-over { height: 100%; width: 100%; position: absolute; top: 0; right: 0; bottom: 0; z-index: 0; }
.bloccoTestoCollegamento .boxPad-text p { padding-bottom: 1rem; }
.bloccoTestoCollegamento .boxPad-text p:last-child { padding-bottom: 0;margin-bottom: 0!important; }
.bloccoTestoCollegamento .boxTitle { width: 100%; float: left; }

.bloccoTestoCollegamento ul {
	margin-left: 40px;
}

.min-box-pad-dim { min-height: 315px; }


.blc-vrt .boxPad { flex-direction: column; position: relative; width: 100%; }
.blc-vrt .boxPad-text { width: 100%; }
.boxPad-text.no-padd { padding: 0; }

.p-font-family-rock_salt p { font-family: 'Rock Salt', cursive; }
.p-font-family-sedgwick_ave p { font-family: "Sedgwick Ave", cursive; letter-spacing:1px; }
.p-font-family-amatic_sc p { font-family: "Amatic SC", cursive; letter-spacing:1px; }
.p-font-family-roboto_mono p { font-family: "Roboto Mono", cursive; }

.blc-orz { width: 100%; float: left; position: relative; }
.blc-orz .boxPad { width: 100%; float: left; }


.immagine-blocco-box-icona { position: relative; width: 100%; text-align: center;  padding: 10px 0; display: flex; align-items: center; align-self: center; z-index:9; }

.ico-abs { position: absolute; width: auto!important; left: 50%; top: 50%; z-index: 9; transform: translate(-50%, -50%); }

.no-img-ico { display: flex; flex-direction: column; margin-top: 20px; }

.link-box { width: 100%; }


.box-top-lnk-int,
.box-top-lnk-ext { cursor: pointer; }

.blc-orz .img-dx { float: right; }

.blc-orz .txt-order-sx,
.scuro .txt-order-sx,
.chiaro .txt-order-sx { order: 1; padding: 30px; }

.blc-orz .txt-order-dx,
.scuro .txt-order-dx,
.chiaro .txt-order-dx { padding: 30px; }
.blc-orz .img-order-dx { order: 2; }

.blc-orz.no-sfondo .txt-order-sx { order: 1; padding: 30px 30px 30px 0; }
.blc-orz.no-sfondo .txt-order-dx { padding: 30px 0 30px 30px; }

.bloccoTestoCollegamento .link-box-pad { font-size: 17px; padding: 7px 24px; text-decoration: none; transition: .1s linear; }
.bloccoTestoCollegamento .link-box { float: left; }
.bloccoTestoCollegamento .link-box .link-box-pad { float: left; margin-top: 5px; }
.bloccoTestoCollegamento .link-box.lnk-cx { text-align: center; float: left; }
.bloccoTestoCollegamento .link-box.lnk-cx .link-box-pad { position: relative; transform: translateX(-50%); left: 50%; margin-top: 20px; }
.bloccoTestoCollegamento .link-box.lnk-dx { text-align: right; }
.bloccoTestoCollegamento .link-box.lnk-dx .link-box-pad { text-align: right; float: right; }


.bloccoTestoCollegamento .boxPad-text h3 { font-size: 34px; margin-bottom: 10px; margin-top: 5px; }
.bloccoTestoCollegamento .boxPad-text h4 { font-size: 28px; margin-bottom: 10px; margin-top: 5px; }
.bloccoTestoCollegamento .boxPad-text h5 { font-size: 22px; margin-bottom: 10px; margin-top: 5px; }


.p-font-family-rock_salt h3,
.p-font-family-rock_salt h4,
.p-font-family-rock_salt h5 { font-family: 'Rock Salt', cursive!important; }

.p-font-family-sedgwick_ave h3,
.p-font-family-sedgwick_ave h4,
.p-font-family-sedgwick_ave h5 { font-family: "Sedgwick Ave", cursive!important; letter-spacing: 1px; }

.p-font-family-amatic_sc h3,
.p-font-family-amatic_sc h4,
.p-font-family-amatic_sc h5 { font-family: "Amatic SC", cursive!important; letter-spacing: 1px; }

.p-font-family-roboto_mono h3,
.p-font-family-roboto_mono h4,
.p-font-family-roboto_mono h5 { font-family: "Roboto Mono", cursive!important; }


.lat .bloccoTestoCollegamento .boxPad { flex-direction: column; }
.lat .bloccoTestoCollegamento .boxBottom { float: left; background: transparent; width: 100%; }
.lat .bloccoTestoCollegamento .boxPad-text { padding: 10px 0; }


.box-top-misura-font-12 p { font-size:12px!important; line-height:21px!important; }
.box-top-misura-font-13 p { font-size:13px!important; line-height:22px!important; }
.box-top-misura-font-14 p { font-size:14px!important; line-height:23px!important; }
.box-top-misura-font-15 p { font-size:15px!important; line-height:24px!important; }
.box-top-misura-font-16 p { font-size:16px!important; line-height:25px!important; }
.box-top-misura-font-17 p { font-size:17px!important; line-height:26px!important; }
.box-top-misura-font-18 p { font-size:18px!important; line-height:27px!important; }
.box-top-misura-font-19 p { font-size:19px!important; line-height:28px!important; }
.box-top-misura-font-20 p { font-size:20px!important; line-height:29px!important; }
.box-top-misura-font-21 p { font-size:21px!important; line-height:30px!important; }
.box-top-misura-font-22 p { font-size:22px!important; line-height:31px!important; }
.box-top-misura-font-23 p { font-size:23px!important; line-height:32px!important; }
.box-top-misura-font-24 p { font-size:24px!important; line-height:33px!important; }
.box-top-misura-font-25 p { font-size:25px!important; line-height:34px!important; }
.box-top-misura-font-26 p { font-size:26px!important; line-height:35px!important; }
.box-top-misura-font-27 p { font-size:27px!important; line-height:36px!important; }
.box-top-misura-font-28 p { font-size:28px!important; line-height:36px!important; }
.box-top-misura-font-29 p { font-size:29px!important; line-height:37px!important; }
.box-top-misura-font-30 p { font-size:30px!important; line-height:38px!important; }
.box-top-misura-font-31 p { font-size:31px!important; line-height:39px!important; }
.box-top-misura-font-32 p { font-size:32px!important; line-height:40px!important; }
.box-top-misura-font-33 p { font-size:33px!important; line-height:41px!important; }
.box-top-misura-font-34 p { font-size:34px!important; line-height:42px!important; }
.box-top-misura-font-35 p { font-size:35px!important; line-height:43px!important; }
.box-top-misura-font-36 p { font-size:36px!important; line-height:44px!important; }
.box-top-misura-font-37 p { font-size:37px!important; line-height:45px!important; }
.box-top-misura-font-38 p { font-size:38px!important; line-height:46px!important; }
.box-top-misura-font-39 p { font-size:39px!important; line-height:47px!important; }
.box-top-misura-font-40 p { font-size:40px!important; line-height:48px!important; }
.box-top-misura-font-41 p { font-size:41px!important; line-height:49px!important; }
.box-top-misura-font-42 p { font-size:42px!important; line-height:50px!important; }
.box-top-misura-font-43 p { font-size:43px!important; line-height:51px!important; }
.box-top-misura-font-44 p { font-size:44px!important; line-height:52px!important; }
.box-top-misura-font-45 p { font-size:45px!important; line-height:53px!important; }
.box-top-misura-font-46 p { font-size:46px!important; line-height:54px!important; }
.box-top-misura-font-47 p { font-size:47px!important; line-height:55px!important; }
.box-top-misura-font-48 p { font-size:48px!important; line-height:56px!important; }
.box-top-misura-font-49 p { font-size:49px!important; line-height:57px!important; }
.box-top-misura-font-50 p { font-size:50px!important; line-height:64px!important; }
.box-top-misura-font-51 p { font-size:51px!important; line-height:59px!important; }
.box-top-misura-font-52 p { font-size:52px!important; line-height:60px!important; }
.box-top-misura-font-53 p { font-size:53px!important; line-height:61px!important; }
.box-top-misura-font-54 p { font-size:54px!important; line-height:62px!important; }
.box-top-misura-font-55 p { font-size:55px!important; line-height:63px!important; }
.box-top-misura-font-56 p { font-size:56px!important; line-height:64px!important; }
.box-top-misura-font-57 p { font-size:57px!important; line-height:65px!important; }
.box-top-misura-font-58 p { font-size:58px!important; line-height:66px!important; }
.box-top-misura-font-59 p { font-size:59px!important; line-height:67px!important; }
.box-top-misura-font-60 p { font-size:60px!important; line-height:68px!important; }
/* FINE BLOCCO TESTO-COLLEGAMENTO */














/*

*** CSS IN COMUNE ***
.spacer { display:block; clear:both; height:1px; font-size:1px; line-height:1px; }
legend { display:none; }
fieldset { border:none; margin:0; padding:0; }

.button { background:#000; color:#fff; padding:3px 30px!important; text-transform:uppercase; font-size:1em; display:block; margin:3px 0 7px; clear:both; }
.button:hover { cursor:pointer; }
#cx .button { width:auto; }
.radio { padding-bottom:0.2em; line-height:16px; clear:both; margin:0!important; }
.radio label { margin:0!important; }
.radio input { border:none!important; float:left; width:18px; height:16px; margin:0; }
.cen { text-align:center; }
.des { text-align:right; }
.max { width:100%; }
.nowrap { white-space:nowrap; }

form table { border:none!important; }
form table td:first-child { padding-left:0!important; }
form table td:last-child { padding-right:0!important; }

table tr { vertical-align:top; }
table { border-collapse:collapse; }
table td, th { padding:2px; }

#cx table { border: 1px solid #ccc; border-collapse:collapse; }
#cx th, #cx td { padding:3px 5px; }


.wrapper { max-width:1280px; margin:0 auto; }
.wrapper50 { max-width:480px; }



*** INIZIO CSS MENU DA TELEFONO ***
#openmenu { visibility:hidden; float:left; margin-top:20px; width:50px; height:50px; background:url(/web/images/nav.png) no-repeat center center; cursor:pointer; }
#mobilenav { display:none; width:220px; height:0; overflow:hidden; font-size:1em; position:fixed; z-index:999; }

#mobilenavtb { display:table; width:100%; margin:0 0 0px; }
#mobilenavsx { display:table-cell; width:100%; background:#f2f2f2; padding:10px; vertical-align:top; }
#mobilenavdx { display:table-cell; background:#e9e9e9; padding:10px 5px; vertical-align:top; }

#mobilemenu ul { margin:0; height:auto; padding:10px 0 25px; width:100%; list-style:none; border:0; float:left; }
#mobilemenu ul li { margin:0 0 2px; padding:0 30px; box-sizing:border-box; width:100%; float:left; }
#mobilemenu ul li a { display:block; color:#000; border-bottom:1px solid #000; padding:2px; margin:2px 0; width:100%; text-decoration:none; text-transform:lowercase; line-height:22px; font-weight:bold; box-sizing:border-box; text-align:left; }
#mobilemenu ul li a:hover, 
#mobilemenu ul li.attivo a { text-decoration:none; color:#8b0305; border-color:#8b0305; }

#mobilesocial { text-align:center; }
#mobilesocial #socials-header { margin-top:0; margin-bottom:10px; }
#mobilesocial .social { display:inline-block; margin:4px 3px; width:32px; height:32px; overflow:hidden; }
#mobilesocial .social img { opacity:100; filter:alpha(opacity=100); }
#mobilesocial .social:hover { filter:alpha(opacity=100); }
#mobilesocial .social:hover img { opacity:1; filter:alpha(opacity=0); }

footer { text-align:center; background:#393536; color:#fff; line-height:5em; }
footer a { color:#fff; text-decoration:none; }
footer a:hover { text-decoration:underline; }

#intro { float:left; }
#centro { margin-top:93.5px; }
*** FINE CSS MENU DA TELEFONO ***



*** BLOCCO NEWS ***

#newsimg { float:right; max-width:300px; max-height:280px; margin:0 0 10px 20px; border:5px solid #e6e0ce; }
.news { margin-bottom:2em; }
.news h4 { margin:0.1em 0 0.5em; }
.news h4 a { font-weight:bold; }
.newscategoria { float:right; }
.newsdata { font-style:italic; color:#000; }
.newsimg { float:left; margin:0 15px 10px 0; }
.newsimg a { display:block; float:left; }
.newsimg a img { display:block; float:left; border:5px solid #e6e0ce; }
#cx .newsimg a img { max-width:150px; max-height:150px; }



*** BLOCCO IMMAGINE ***

.bloccoImmagine { display:block; float:left; margin:0 15px 15px 0; }
.bloccoImmagine .photo { display:block; float:left;border:5px solid #e6e0ce; }
.bloccoImmagine .photo .vlightbox1 { display:block; width:208px; height:150px; }
.bloccoImmagine .photo .vlightbox1 img { display:none; }
#cx .bloccoImmagine { clear:none; margin:0 15px 15px 0; }
#cx .bloccoImmagine .photo .vlightbox1 { display:block; width:193px; height:150px; }

*/



/*

*** BLOCCO GALLERIA ***

.bloccoGalleria { background:#fff; }
.bloccoGalleria.colore1 { background:#252122; }
.bloccoGalleria.colore2 { background:#f2f2f2; }
.bloccoGalleria.colore2 h3 { color:#000; }
.bloccoGalleria .wrapperpad { padding-top:30px; padding-bottom:30px; }
.bloccoGalleria .swiper { display:table; width:100%; table-layout:fixed; }
.bloccoGalleria .swiper .swiper-arrow { display:table-cell; width:8%; vertical-align:middle; background-image:url(/web/images/gallery-bg.jpg); background-repeat:repeat-y; cursor:pointer; }
.bloccoGalleria .swiper .swiper-arrow-prev { text-align:right; background-position:right center; }
.bloccoGalleria .swiper .swiper-arrow-next { text-align:left; background-position:left center; }
.bloccoGalleria .swiper .swiper-arrow:hover { background-image:url(/web/images/gallery-bg-hover.jpg); }
.bloccoGalleria .swiper .swiper-container { display:table-cell; width:84%; }
.bloccoGalleria .swiper .swiper-container .swiper-wrapper { float:left; width:100%; }
.bloccoGalleria .swiper .swiper-container .swiper-wrapper .swiper-slide { width:100%; }
.bloccoGalleria .sottoblocco { float:left; width:25%; text-align:center; }
.bloccoGalleria .sottoblocco .immagineGalleria { display:block; margin:0 12px; height:190px; background-repeat:no-repeat; background-size:cover; }
.bloccoGalleria .sottoblocco .immagineGalleria img { display:none; }
.bloccoGalleria .sottoblocco .videoGalleria { display:block; margin:7px; }
.bloccoGalleria .sottoblocco .videoGalleria img { display:block; width:100%; }



*** BLOCCO COLLEGAMENTO INTERNO ***
.bloccoCollegamento.interno {
	background: #8b0305;
	color: #fff;
	float: left;
	width: 100%;
}
.bloccoCollegamento.interno .wrapperpad {
	padding: 30px 0;
}
.bloccoCollegamento.interno .wrapperpad .boxTitle h3 {
	margin: 0;
}
.bloccoCollegamento.interno .wrapperpad a {
	color: #fff;
}
.bloccoCollegamento.interno .wrapperpad .boxTitle h3 a {
	font-weight: 600;
}
.bloccoCollegamento.interno .immaginecollegamento {
	width: 100%;
	float: left;
	text-align: center;
}
.bloccoCollegamento.interno .immaginecollegamento img {
	height: 260px;
	border-radius: 50%;
	background-position: center center;
	background-size: cover;
}
.bloccoCollegamento.interno .boxPad {
	float: left;
	width: 100%;
	margin-bottom: 13px;
}

.bloccoCollegamento.interno .boxBottomRight,
.bloccoCollegamento.interno .boxBottomLeft {
	float: left;
}



*** BLOCCO PARALLASSE ***

.bloccoParallasse .contenuti { display: table; width: 100%; }
.bloccoParallasse .contenuti .parallasse { display: table-cell; width: 50%; height: 450px; z-index: 5; }
.bloccoParallasse .contenuti .testo { display: table-cell; width: 50%; vertical-align: middle; background: #393536; color: #fff; padding: 40px; text-align: justify; }
.bloccoParallasse .contenuti .testo .wrapper50 { float: right; }
.bloccoParallasse .contenuti .parallasse + .testo .wrapper50 { float: left; }



*** BLOCCO FORM CONTATTI ***

.bloccoFormContatti label { display:block; clear:both; margin:5px 0; }
.bloccoFormContatti input { height:20px; width:250px; font-family:Georgia, "Times New Roman", Times, serif; color:#555a4a; padding:2px; }
input,textarea,select { border:1px solid #ddd; }
input:focus { border:1px solid #63a103; }
input:hover { border:1px solid #63a103; }
.bloccoFormContatti textarea { height:150px; font-family:Georgia, "Times New Roman", Times, serif; font-size:1em; color:#555a4a; padding:2px; }
textarea:focus { border:1px solid #63a103; }
textarea:hover { border:1px solid #63a103}
.bloccoFormContatti select { font-family:Verdana; font-size:1em; display:block; }
.bloccoFormContatti .button { width:80px; height:24px; text-transform:uppercase; font-size:1em; display:block; background:url(/web/images/button_hover.png) no-repeat!important; color:#fff; border:none; }
.button:hover { width:80px; height:24px; background:url(/web/images/button.png) no-repeat !important; color:#fff; border:none; color:#555a4a; }
.lat input { width:215px; }
.lat textarea { width:215px; }
.lat .bloccoFormContatti .button { width:80px; height:24px; text-transform:uppercase; font-size:1em; display:block; background:url(/web/images/button_hover.png) no-repeat center!important; color:#fff; border:none; margin-left:70px; }
.lat .button:hover { width:80px; height:24px; background:url(/web/images/button.png) no-repeat center!important; color:#fff; border:none; color:#555a4a; }



*** TESTO A 2 COLONNE ***

.bloccoTesto2Colonne { background:#fff; }
.bloccoTesto2Colonne h3 { color:#000; }
.bloccoTesto2Colonne .wrapperpad { padding-top:30px; padding-bottom:40px; display:table; }
.bloccoTesto2Colonne .contenuti { display:table-cell; width:50%; padding:0 40px; text-align:justify; }
.bloccoTesto2Colonne .contenuti h3 { text-align:center; }
.bloccoTesto2Colonne .contenuti .immagine { width:300px; height:300px; margin:0 auto 30px; border-radius:50%; background-position:center center; background-size:cover; }
.bloccoTesto2Colonne .contenuti .immagine img { display:none; }



*** BLOCCO ALLEGATO ***

.bloccoAllegato img { border:none; margin-right:0.5em; vertical-align:middle; }
.bloccoAllegato .boxPad p { margin-top:0.5em; }
.bloccoAllegato .attachment a { background-repeat:no-repeat; background-position:left center; padding:2px 0 2px 22px; }

.bloccoAllegato .attachment a { display:block; background:no-repeat left center; padding-left:25px; margin:0 0 0.2em; }
.bloccoAllegato .attachment p { padding-left:24px; }



*** BLOCCO SONDAGGIO ***

.bloccoSondaggio .sondaggio { border:none!important; margin:-1em 0 1em 2em; }
.bloccoSondaggio .barra { margin:4px 0 0; background-color:#ccc; height:10px; }



*** BLOCCO GOOGLE MAP MARKER ***

.bloccoGoogleMapMarker { background:#252122; color:#fff; }
.bloccoGoogleMapMarker .wrapperpad { padding-top:90px; padding-bottom:40px; background:url(/web/images/maps.png) no-repeat center 30px; text-align:center; }



*** BLOCCO SKYPE ***

.bloccoSkype p { display:block; clear:both; margin-bottom:0.5em; }
.bloccoSkype .skypebutton { display:block; }



*** BLOCCO YOUTUBE ***

.blockYouTube object { max-width:100%; margin-bottom:5px; }



*** BLOCCO ? ***

.band-swiper { width:100%; height:1px; float:left; background:#8b0305; position:absolute; z-index:9; bottom:0; }

*/