@font-face {
    font-family:'Nunito';
    src: url('font/NunitoSans10pt-Light.eot');
    src: url('font/NunitoSans10pt-Light.eot?#iefix') format('embedded-opentype'),
        url('font/NunitoSans10pt-Light.woff') format('woff'),
        url('font/NunitoSans10pt-Light.ttf') format('truetype');
    font-weight: lighter; 
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family:'Nunito';
    src: url('font/NunitoSans10pt-Regular.eot');
    src: url('font/NunitoSans10pt-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/NunitoSans10pt-Regular.woff') format('woff'),
        url('font/NunitoSans10pt-Regular.ttf') format('truetype');
    font-weight: normal; 
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family:'Nunito';
    src: url('font/NunitoSans10pt-Bold.eot');
    src: url('font/NunitoSans10pt-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/NunitoSans10pt-Bold.woff') format('woff'),
        url('font/NunitoSans10pt-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Stili di base e tipografia */
*{margin:0px; padding:0px}
body {font-family: 'Nunito', sans-serif; font-size: 16px; color: #000000; }

::-moz-selection {color: #fff; background: #8e2121;}
::selection {color: #fff;  background: #8e2121;}

/* h1 h2 h3 h4 */ 
h1{color: #8e2121; font-size:2.8em; text-align: center; margin-top:30px; margin-bottom:20px; font-weight: 700;}
h2{color: #8e2121; font-size:1.4em; text-transform:uppercase;  margin-top:0px; margin-bottom:0px; font-weight:700;}
h3{color: #000; font-size:1.2em; text-align: left;}

ul{display:table; padding-left:30px; margin-top:10px; margin-bottom:10px;}
ol{padding-left:30px; margin-top:10px; margin-bottom:10px;}


hr{clear: both; display: block; border: 0px; background-color:#EDEDED; height:1px;}

/*LINK*/
a{color:inherit; opacity:1; text-decoration:none; }
a:hover{opacity:0.85;  transition: opacity 0.30s ease-in-out; -o-transition: opacity 0.30s ease-in-out; -webkit-transition: opacity 0.30s ease-in-out; -moz-transition:opacity 0.30s ease-in-out; }

/* IMAGES RESPONSIVE */
img {border:0; vertical-align:middle; -ms-interpolation-mode:bicubic; -webkit-border-radius:2px; border-radius:2px;}
img.scala {max-width:100%; height:auto; width: auto;  }

/*PRINCIPALI*/

header{clear: both; margin-top:180px;}
nav{background:#fff; display: block; clear: both; overflow: hidden; padding-top:5px; padding-bottom:10px; box-shadow:0px 4px 4px 0px #cb8888;}

section {clear:both; padding:0px; z-index: 1000; overflow:hidden; min-height:750px; }
section img {max-width:100%; overflow: hidden; height: auto; }


/*FOOTER*/
footer {width: 100%; background-color:#8e2121; padding-bottom:15px; color:#fff; text-align: center; border-top: 2px solid #8e2121; margin-top: 20px;}
footer div{background-color:#ffffff; width: 100%; overflow: hidden; color: #000000;  box-sizing:border-box; padding:10px; }
footer div img{padding:15px; }
footer p{margin-top:10px;}


/*FORM*/
form {overflow:hidden; margin:0px;}
fieldset{border:0px; padding:10px; }
fieldset a{text-decoration: underline; font-weight: bold;}
form h2{margin-bottom:0px; clear: both; }
form h4{margin-bottom:10px; clear: both; }
label{display:block; padding:0px; margin:0px; padding-top:5px; padding-bottom:5px;}
label a{text-decoration: underline; font-style: italic; }
input {font-family: 'Nunito', sans-serif; width:50%; color:#000000; margin-bottom: 10px; font-size:1em; box-sizing: border-box; -webkit-border-radius: 2px; border-radius:2px;  outline: none;}
select {background-image:url(/images/arrow.png); background-repeat:no-repeat; -webkit-border-radius:2px; border-radius:2px; background-position:right; font-size:1em; width:100%; font-family: 'Nunito', sans-serif; color:#000000; margin-bottom: 10px; -webkit-appearance:none; -moz-appearance:none; appearance:none; outline:none}
textarea{font-family: 'Nunito', sans-serif; width:100%; padding:10px; color:#000000; clear:both !important; font-size:1em; -webkit-appearance:none; -moz-appearance:none; appearance:none;  -webkit-border-radius:2px; border-radius:2px;}
select:disabled {background-color: #CCC !important;}

input[type=text] {-webkit-appearance:none; -moz-appearance:none; appearance:none; }
input[type=password] {-webkit-appearance:none; -moz-appearance:none; appearance:none; }
input[type=date]{-webkit-appearance:none; -moz-appearance:none; appearance:none; height: 37px;  content: attr(placeholder) !important; display: block; /* For Firefox */;}
input[type=file] {font-weight: bold; -webkit-appearance:none; -moz-appearance:none; appearance:none;}
input[type="checkbox"] {width:15px !important; margin-right: 5px; margin-top:2px !important; height: 15px; float:left; /*-webkit-appearance:none; -moz-appearance:none; appearance:none;*/ border: 1px solid #BEBEBE; display: block;}

button[type="submit"]{overflow: hidden; -webkit-appearance:none; -moz-appearance:none; appearance:none; background-color: #8e2121 !important; color:#fff; text-align:center;font-size:1em; text-transform: uppercase; cursor: pointer; margin-top: 10px; padding:4px; border:0px !important; -webkit-border-radius:2px; border-radius:2px;}
button[type="submit"]:hover{opacity:0.8; transition: opacity 0.30s ease-in-out; -o-transition: opacity 0.30s ease-in-out; -webkit-transition: opacity 0.30s ease-in-out; -moz-transition:opacity 0.30s ease-in-out; text-decoration:none;}


input[type="button"] {overflow: hidden; -webkit-appearance:none; -moz-appearance:none; appearance:none; background-color: #8e2121 !important; color:#fff; text-align:center;font-size:1em; text-transform: uppercase; cursor: pointer; margin-top: 10px; padding:4px; border:0px !important; -webkit-border-radius:2px; border-radius:2px;}
input[type="button"]:hover{opacity:0.8; transition: opacity 0.30s ease-in-out; -o-transition: opacity 0.30s ease-in-out; -webkit-transition: opacity 0.30s ease-in-out; -moz-transition:opacity 0.30s ease-in-out; text-decoration:none;}
input[type=text], input[type=date], input[type=password], input[type=datetime], input[type=checkbox], input[type=number],input[type=search], input[type=time], input[type=url],input[type=email], textarea, select{box-sizing: border-box;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;border:1px solid #BEBEBE; padding:8px; font-family: 'Nunito', sans-serif; color:#000000; -webkit-transition: all 0.30s ease-in-out;-moz-transition: all 0.30s ease-in-out;-ms-transition: all 0.30s ease-in-out;-o-transition: all 0.30s ease-in-out; outline: none;}
input[type=text]:focus, input[type=date]:focus, input[type=checkbox]:focus, input[type=datetime]:focus, input[type=number]:focus, input[type=search]:focus,input[type=time]:focus, input[type=url]:focus, input[type=email]:focus, textarea:focus, select:focus{-moz-box-shadow: 0 0 -8px #8e2121; -webkit-box-shadow: 0 0 -8px #8e2121; box-shadow: 0 0 -8px #8e2121; border: 1px solid #8e2121; -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out; }


/*LEGGI DI PIU*/
.read_more {display:none;}
.leggi_di_piu {color: #8e2121; cursor:pointer; font-style: italic; font-weight:600; text-align: right; height:40px; margin-top: 10px; padding-top: 10px; background-image: linear-gradient(180deg, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 10%);}
.leggi_di_meno {color: #8e2121; cursor:pointer;font-style: italic; font-weight:600; text-align: right; display:none;  padding-top: 10px; height:40px; background-image: linear-gradient(0deg, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 10%);}

.check {display: block; }
.cerca{margin-top:35px !important;}
.errormsg{color: red !important; }


.form_contatti {width:100%; background-color:#f3e5cd; border-radius:5px;}
.form_contatti input {width:100%;}
.form_contatti input[type="button"] {width:50%; margin:0 auto; display: block; margin-top: 20px;}

#container{margin:0 auto; margin-top:-100px;}

.no-margin {margin:0px!important;}
.display-none{display:none!important;}
.sfondo_grigio{padding-top: 20px; padding-bottom: 20px; overflow: hidden;}
.sfondo_grigio h2{text-align: center; font-weight:900; text-transform:uppercase; padding-top:10px; }

.wrap{margin:0 auto; position:relative; max-width:1140px;}
.spacer{clear:both; display:block; height: 10px;}
.flex-grid { margin:0px; display: flex; display: -webkit-flex; flex-flow: row nowrap; -webkit-flex-flow: row nowrap; align-items: stretch; -webkit-align-items: stretch; justify-content: space-between; -webkit-justify-content: space-between;}
.flex-ric { margin:0px; display: flex; display: -webkit-flex; flex-flow: row nowrap; -webkit-flex-flow: row nowrap; align-items: stretch; -webkit-align-items: stretch; justify-content: space-between; -webkit-justify-content: space-between;}
.col, .col_list, .col_ric, .col_video, .col_news, .col_home {margin:10px 10px 0px 10px; margin-top:0px; flex: 1; display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; /*display:block;*/}
.col_int {margin:15px 10px 0px 5px; margin-top:0px; flex: 1; display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; /*display:block;*/}

/*PAGINATORE*/
.paginatore {width:100%; margin-top:15px; text-align: right; }
.paginatore p a{color:#575756; opacity:1; text-decoration: none !important; padding:5px; font-weight:bold}
.paginatore p a:hover{opacity:0.7;  text-decoration: none !important; }
.paginatore p a.sel{background-color: #8e2121; color: #fff; display: inline-block; width: 20px; text-align: center; padding:5px;  text-decoration: none; text-decoration: none !important;}


/*SCROLL TOP*/
.scrolltotop {width:40px; height:40px; position:fixed; background-color: #fff; right:5px; bottom:130px; z-index: 2000; display:none; text-indent:-1000px; border:2px solid #fff; border-radius:2px; background-size: 100%; background-position:center center;  background-image:url(/images/scroll_top.png); background-repeat:no-repeat;}

/*header fissa*/
.header-fixed {position: fixed; top:0; width: 100%; background: #ffffff; z-index: 9999; height:180px; } 
.header {clear:both; overflow:hidden; z-index: 3000; position: relative;}
.header .back_header {height:750px; background-position:center center; background-size:120%; background-repeat: no-repeat; } 

#top_header {box-shadow: 0 1px 4px #cfcfcf; border-top:20px solid #8e2121}
#logo{float: left; }

/*RICERCA*/
.language{float: right;}
.language img{width: 30px; height:30px;}
.icona_ricerca {width: 30px; height: 30px !important; margin-right:10px; }

/*SOCIAL TOP HEADER*/
.social_header{float: right; margin-top: 10px;}
.social_header img{width:35px; height: 35px; cursor: pointer; -webkit-border-radius: 2px; border-radius:2px;  padding: 2px !important; display: inline-block; box-sizing: border-box;}

/*SOCIAL INTERNO PAGINA*/
#social_sharing{display: block; text-align: right; margin-bottom:10px;}
#social_sharing img {cursor: pointer; -webkit-border-radius: 2px; border-radius:2px; padding: 2px !important; display: inline-block; box-sizing: border-box; margin-right:0px !important}

/*CALENDARIO TOP HEADER*/
#puls-calendario{float: left;}
#puls-calendario img{padding: 0px !important;}

/*TAILORING*/
.form_tailoring{float:right}
.form_tailoring img{position: relative;  display: block; overflow: hidden;}
#conta{position: relative;  z-index: 50000; color: #fff; display: block; top: -30px; font-weight: bold; text-align: center; font-size: 0.9em;}

#box_ricerca{float:right; display: block; overflow: hidden;}

/*TESTATA VIDEO*/
.testata_video{background-color: #8e2121; width: 100%; overflow: hidden;}
.video-container {position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0;}
.video-container iframe, .video-container object, .video-container embed {position: absolute; top: 0; height:750px;left: 0; width: 100%;}

/*TESTATA ROTANTE*/
.slides {height:750px; background-size:120%; width: 100%; text-align:center; background-position:center center; background-repeat: no-repeat; cursor:pointer; }
.frame{position:absolute; bottom:0; padding:30px; background-image: url(/images/back_message.png);}
.frame_left{width: fit-content; text-align: left;  border-radius:2px; }
.frame_right{width: fit-content; text-align: right; right: 0; }
.frame_center{margin:0 auto; text-align: center; border-radius:2px; }

.message{/*text-shadow: 0px 0px 5px rgba(0, 0, 0, 1); */ padding:5px; font-size:2em; cursor:pointer;}

#animazionenav {z-index:50; text-align:center; height: 22px; margin-top: -22px; position: absolute; width:100%; }
#animazionenav a {display:inline-block; padding:3px; text-decoration: none; background:url(/images/off.png) no-repeat; opacity:1 !important; width: 15px; height:15px; }
#animazionenav a.activeSlide { background:url(/images/on.png) no-repeat; }

/*TITOLO PAGINA*/
.navigazione{width: 70%; float: left; padding-top:5px; overflow: hidden; }
.navigazione h1{text-align: left !important; font-size: 2em; text-transform: uppercase; margin-top:5px; margin-bottom:10px; float:left;}
.navigazione h2{text-align: left; font-size:1em; margin-top:0px; margin-bottom:10px; font-weight:400; text-transform: none; float: left; clear: both;}

/* BARRA NAVIGAZIONE */
.breadcrumb {margin:0;  display: block; overflow: hidden; padding-top:120px; padding-left: 0px; line-height:2; }
.breadcrumb ul {list-style-type: none; text-transform: lowercase; }
.breadcrumb li {float: left; text-transform: lowercase; list-style: none; display: inline; }
.breadcrumb li a:hover {opacity:0.8; transition: opacity 0.30s ease-in-out; -o-transition: opacity 0.30s ease-in-out; -webkit-transition: opacity 0.30s ease-in-out; -moz-transition:opacity 0.30s ease-in-out; text-decoration:none;}
.breadcrumb li a img{padding-bottom: 0px; }
.breadcrumb-view-Apertura-dettagli {display:none!important;}
.spacer_breadcrumb{clear:both; display:block; padding-top:5px; }

/*BOX home*/
.home{margin-top:120px;}
.home_desc{clear: both; padding:10px;}
.home_desc h3{color:#8e2121; font-size:1.3em; height:30px; overflow: hidden;}
.home_cat {box-sizing: border-box; font-weight: 900; text-transform: uppercase; background: #000; position: relative; border-radius: 0px 20px 20px 0px; padding-left:10px; padding-right:20px; line-height: 2em;   color: #fff; float:left;}
.home_desc p{height: 38px; overflow: hidden;}
.home_list {height:400px; width:100%; overflow: hidden; background-repeat:no-repeat; background-position:top right; background-image:url(/images/back_home.png)!important ; margin-top:5px; margin-right:5px; margin-bottom:50px;  box-sizing: border-box; box-shadow: 0 1px 4px #cfcfcf;  -webkit-border-radius:0px 15px 0px 0px; border-radius:0px 15px 0px 0px;}
.home_list:last-child {margin-right:0px; float: right; }
.home_list a{text-decoration: none;}
.home_data{padding: 5px; box-sizing: border-box; font-weight:600; font-size: 0.9em;  text-transform: uppercase; z-index: 3000; position: absolute; bottom: 10px;  background-color: #8e2121; color: #FFF; right:0px; border-radius: 10px 0px 0px 10px;}
.home_geo{padding-left:40px; padding-top:10px; background-position:left; background-image:url(/images/geolocalizzazione.png); background-repeat: no-repeat; display: block; text-decoration: underline; box-sizing: border-box; font-weight:600; text-transform: uppercase;}
.home_img {position: relative; width: 100%; height:260px; clear: both; border-bottom: 3px solid #8e2121; margin-bottom:5px; overflow: hidden; border-top: 1px solid #cfcfcf;}
.home_img img { position: absolute; left: 50%;  top: 50%; min-width: 100%; /* min-height: 100%; */ width:100%;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}

/*BOX PULSANTI IN BASSO*/
.box_home {float: left; margin-bottom: 20px; text-align: center;}
.box_home_img{background-size: 100%; text-align: center; height:280px; overflow: hidden; background-repeat:no-repeat; background-position: center center;}
.box_home h3{text-align: center; color: #fff; font-size: 2em; text-align: center; margin-top: 50px; width: 100%; display: inline-table; box-sizing: border-box; text-transform: uppercase;}

/*BOX progetti*/
.box_progetti {height:400px; width:100%; box-sizing: border-box; overflow: hidden; background-repeat:no-repeat;  background-position:top right; background-image:url(/images/back_home.png)!important; margin-top:0px; margin-right:15px; margin-bottom:30px; box-sizing:border-box; box-shadow: 0 1px 4px #cfcfcf; -webkit-border-radius:0px 15px 0px 0px; border-radius:0px 15px 0px 0px;}
.box_progetti_desc{clear: both; padding: 10px;}
.box_progetti_desc h3{color: #8e2121;  font-size:1.3em; height:28px; overflow: hidden;}
.box_progetti_desc p{height: 38px; overflow: hidden;}
.box_progetti_desc a{text-decoration: none;}
.box_progetti_geo{padding-left:40px; padding-top:10px; background-position:left; background-image:url(/images/geolocalizzazione.png); background-repeat: no-repeat; display: block; text-decoration: underline; box-sizing: border-box; font-weight:900; text-transform: uppercase;}
.box_progetti_img { position: relative; width: 100%; height:260px; clear: both; border-bottom: 3px solid #8e2121; border-top: 1px solid #cfcfcf; margin-bottom: 5px; overflow: hidden; box-sizing: border-box;}
.box_progetti_img img {position: absolute; left: 50%; top: 50%; min-width: 100%; /* min-height: 100%; */ width: 100%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
 
.progetti_servizi{width: 100%; clear:both;padding-top:20px; display: block; overflow: hidden }
.progetti_servizi img{width:30px !important; float: left !important; }

/*BOX tailoring*/
.box_like {position: relative; height:200px; overflow: hidden; margin-right:10px; box-sizing:border-box; box-shadow: 0 1px 4px #cfcfcf; border-radius:5px;}
.box_like_desc{background-image: url(/images/back_message.png); min-height:60px; color: #000000; text-align: center; position: absolute;  width: 100%;  top: 0;  padding:5px;  box-sizing: border-box;}
.box_like_desc h3{color: #000000; font-size:1em; text-align: center;}
.box_like_comune {font-weight:500; font-size: 0.9em; font-style: italic; clear: both; display: block; text-decoration: underline;}
.box_like_img {position: relative; width: 120%; height:120%; clear: both; overflow: hidden; box-sizing: border-box; bottom: 0;border-top: 1px solid #cfcfcf;}
.box_like_img img {position: absolute; left: 50%; top: 50%; min-width: 150%; /* min-height: 100%; */  width: 150%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
.copy_like{ background-image:url(/images/copia.png)!important; background-repeat: no-repeat !important; background-position: right center; cursor: pointer;}
.link_titolo{color:#8e2121; font-weight:bold}
.tooltip { position: relative; bottom: 1px; transform: translate(-50%, 50%); font-weight: 700; display: inline;}
input.copy_like{padding-right: 40px;}

/*BOX news/eventi*/
.box_news {height:350px; width:100%; box-sizing: border-box; overflow: hidden; background-repeat:no-repeat; margin-bottom:30px; background-position:top right; background-image:url(/images/back_home.png)!important; margin-right: 15px; box-sizing:border-box; box-shadow: 0 1px 4px #cfcfcf; -webkit-border-radius:0px 15px 0px 0px; border-radius:0px 15px 0px 0px;}
.box_news_desc{clear: both; padding: 10px; padding-top:5px; padding-bottom:5px; max-height: 360px; overflow: hidden;}
.box_news_desc h3{color: #8e2121;  font-size:1.3em; height:28px;  overflow: hidden;}
.box_news_desc p{height: 38px; overflow: hidden;}
.box_news_desc a{text-decoration: none;}
.box_news_data{float:left; padding-left:10px; padding-top: 10px; box-sizing: border-box; font-weight:500; text-transform: uppercase; font-size: 0.9em;}
.box_news_geo{padding-left:30px; padding-top:5px; padding-bottom:0px; background-size: 30px; background-position:left; background-image:url(/images/geolocalizzazione.png); background-repeat: no-repeat; display: block; text-decoration: underline; box-sizing: border-box; font-weight:600; text-transform: uppercase;}
.box_news_img { position: relative; width: 100%; height:200px; clear: both; border-bottom: 3px solid #8e2121; margin-bottom: 5px; overflow: hidden; box-sizing: border-box; border-top: 1px solid #cfcfcf;}
.box_news_img img {position: absolute; left: 50%; top: 50%; min-width: 100%; /* min-height: 100%; */  width: 100%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}

.int{margin-right:25px;}

.box_news_int {position: relative; height: 200px; overflow: hidden; overflow: hidden; background-repeat:no-repeat; background-position:top right; background-image:url(/images/back_home.png)!important; margin-top:5px; margin-bottom:10px; box-sizing:border-box; box-shadow: 0 1px 4px #cfcfcf; border-radius:3px;}
.box_news_int h3{color: #8e2121;  font-size:1.1em; padding: 5px; height:20px;  overflow: hidden;}
.box_news_int p{height: 38px; overflow: hidden; padding: 5px; font-size: 0.9m   }
.box_news_int a{text-decoration: none;}
.box_news_int_img { position: relative; width: 100%; height:100px; clear: both; border-bottom: 3px solid #8e2121; margin-bottom: 5px; overflow: hidden; box-sizing: border-box;}
.box_news_int_img img {position: absolute; left: 50%; top: 50%; min-width: 100%; /* min-height: 100%; */  width: 100%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}

/*DETTAGLIO NEWS*/
#dettaglioNews{margin:0px; padding-top:0px; display: block; clear: both; width: 100%;}
#dettaglioNews h2{color: #000000; font-size:1.1em; text-transform: uppercase; font-weight:bold; padding-bottom:0px; background: none; margin-top: 0px; }
#dettaglioNews p { line-height: 1.4em; }
#dettaglioNews p a{color: #000000; font-weight: bold;}
#dettaglioNews img {margin-right:10px; margin-bottom:10px; max-width:350px; display:block; overflow: hidden; float: left; -webkit-border-radius:2px; border-radius:2px; border-top: 1px solid #cfcfcf;  box-shadow: 0 1px 4px #cfcfcf;}

#dettaglioNews .data {margin-bottom: 10px; display: block;text-transform:capitalize; font-weight: 400; font-style: italic; }
#dettaglioNews .comune { margin-bottom:10px; font-weight: 400; font-size: 1.4em; display: flex; padding-left:25px; height: 30px; line-height: 1.8em; text-transform:uppercase;  background-position:left; background-image:url(/images/geolocalizzazione_dettaglio.png); background-repeat: no-repeat; }
#dettaglioNews .localita {font-weight:bold; margin-bottom: 5px; font-weight: 400;  }
#dettaglioNews .allegato {background: #000000; color: #fff; padding: 10px; margin-top: 10px; overflow: hidden; width: max-content;  clear:both;}
#dettaglioNews .fonte {margin-top:10px; color: #8e2121; font-style:italic; float: right; }

.back {font-weight: 400; overflow: hidden; float:right; background-image:url(/images/back.png)!important ; background-repeat: no-repeat !important; margin-bottom: 10px; background-position: left center !important; background: #8e2121;color: #fff; padding:7px 15px 7px 20px; overflow: hidden; width: max-content; }
.contenuto_elenco{margin:0 auto; display: block; clear: both; margin-top: 20px; margin-bottom: 20px; }
.dettaglio_intero{ width:100%;  clear: both; margin-bottom:10px; }
.dettaglio_splittato {width:70%; /*clear: both;*/float:left; }

/*DETTAGLIO PROGETTO*/
#riquadro_contatti {background-color:#f3e5cd; padding:15px; /* width:25%; float:right; overflow: hidden;*/  -webkit-border-radius:2px; border-radius:2px; margin-top:15px; /*clear:both;*/}
#riquadro_contatti h3{color: #8e2121; font-size: 1em; text-align: left; line-height: 2em; text-transform: uppercase; }
#riquadro_contatti img {float: left; border: 0px; margin-right: 10px; width: all !important;}
#riquadro_contatti div{font-weight: 400; padding:5px 0px 10px 0px; line-height: 2em;    }

#riquadro_tailoring{box-sizing: border-box; float: right; width:25%; box-sizing: border-box;  margin-bottom: 50px; height: 40px; box-shadow: 0 1px 4px #cfcfcf; -webkit-border-radius:2px; border-radius:2px; padding:5px; float:right; padding-bottom:5px;}
#riquadro_tailoring img {float: right; padding-left:5px; }
#riquadro_tailoring div{font-weight: 400; line-height: 2em;}
#riquadro_tailoring span{padding: 5px;}

#riquadro_itinerario{background-color:#f3e5cd; padding:15px; width:25%; float:right; padding-bottom:0px !important;}
#riquadro_itinerario h3{color: #8e2121; font-size: 1em; text-align: left; line-height: 2em; text-transform: uppercase; }
#riquadro_itinerario img {float: left; border: 0px; margin-right: 10px; width: all !important;}
#riquadro_itinerario div{font-weight: 400; padding:5px 0px 10px 0px; line-height: 2em;   }
.lista_progetti_shop_button {background-color: #8e2121;; border-radius:2px; color: #fff; text-transform: uppercase;text-align: center; margin-top: 5px; padding: 10px 30px 10px 30px; font-size: 1.4em;font-weight: bold;}

/*DETTAGLIO LATERALE LIBERO*/
.contenuto_laterale { width:25%; float:right; margin-bottom:20px; /*overflow: hidden; */}
#contenuto_laterale {background-color:#f3e5cd; padding:15px;/* width:25%; /* margin-top:15px; float:right; overflow: hidden; */ -webkit-border-radius:2px; border-radius:2px;}
#contenuto_laterale h3{color: #8e2121; font-size:1em; text-align: left; margin-bottom: 5px; text-transform: uppercase; }
#contenuto_laterale h4{font-size:1em; text-align: left; margin-bottom: 5px; }
#contenuto_laterale h5{font-size:0.9em; text-align: left; margin-bottom: 5px;  }
#contenuto_laterale h6{font-size:0.8em; text-align: left; margin-bottom: 5px; }

#contenuto_laterale img {border: 0px;  width: all !important; }
#contenuto_laterale p{padding:5px 0px 5px 0px; line-height:1.5em; color:#000 !important;}
#contenuto_laterale p span{color:#000 !important;}
#contenuto_laterale div{ padding:5px 0px 5px 0px; line-height:1.5em;    }
#contenuto_laterale table{width: 100%; border:0px !important;   }
#contenuto_laterale img{width: 100%;  }
#contenuto_laterale iframe{width: 100%; border:0px !important; border:1px solid #fff !important; height: 300px !important;  }

#contenuto_laterale ul {font-weight: 400;  }
#contenuto_laterale li {list-style-image: url(/images/list.png);}


ul.lista_laterale {font-weight: 400;  }
ul.lista_laterale li {list-style-image: url(/images/list.png);}

/*COMMENTI*/
#commenti {margin-top:10px !important; clear: both;}
.commenti input[type="button"]{width:100%;}
#commenti input[type="button"]{margin-left:5px !important; width:99%;}
.form_commenti{margin-bottom:10px; clear: both;}
.form_commenti fieldset{width: 100%; padding: 10px 5px 0px 5px; box-sizing:border-box; /*background-color: #f3e5cd;*/ border-radius: 2px; border:2px solid #8e2121;}
.form_commenti fieldset p{font-style: italic; padding: 5px;}

.form_commenti label{ margin:0 auto; padding-top:0px; padding:0px; font-weight: 500;}
.form_commenti input[type=text]{width: 49%; float: left; margin-left:0.5%; margin-right: 0.5%;}
.form_commenti textarea{width: 99%; margin-left:0.5%; margin-right: 0.5%;}

.elenco_commenti{ width: auto; display: block;margin-top:10px;}
.elenco_commenti ul{ width: 100%; margin: 0px; padding:10px 10px 0px 10px; box-sizing: border-box; background-color: #f3e5cd;border-radius: 2px;}
.elenco_commenti legend{font-weight: bold; font-size:1.8em; margin-bottom:10px; border-bottom:1px solid #000000; }
.elenco_commenti li{margin-bottom:10px;background: #fff;list-style: none;border-radius: 2px;padding: 5px;}
.elenco_commenti li span{font-weight: bold}

/*GALLERIA BOX*/
.box {height:300px; width:100%; box-sizing: border-box; overflow: hidden; background-repeat:no-repeat; background-position:top right; background-image:url(/images/back_home.png)!important; margin-top:15px; margin-bottom: 50px; box-sizing:border-box; box-shadow: 0 1px 4px #cfcfcf; -webkit-border-radius:0px 15px 0px 0px; border-radius:0px 15px 0px 0px;}
.box_desc{clear: both; padding: 10px;}
.box_desc h3{color: #8e2121;  font-size:1.3em; height:30px;  overflow: hidden;}
.box_desc p{height:22px; overflow: hidden;}
.box_desc a{text-decoration: none;}
.box_data{float:right; padding-right: 40px; padding-top: 10px; box-sizing: border-box; font-weight:900; text-transform: uppercase;}
.box_geo{padding-left:40px; padding-top:10px; background-position:left; background-image:url(/images/geolocalizzazione.png); background-repeat: no-repeat; display: block; text-decoration: underline; box-sizing: border-box; font-weight:600; text-transform: uppercase;}
.box_img {position: relative; width: 100%; height:400px; clear: both; margin-bottom: 5px; overflow: hidden; box-sizing: border-box;}
.box_img img {position: absolute; left: 50%; top: 30%; min-width: 100%; /*min-height: 100%;*/ width: 100%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}

#pannelloNews{clear: both;}

/*GALLERIA GENERALE*/
.box_gallery{overflow: hidden; padding: 0px; margin: 0px;}
.gallery{margin-top:5px; overflow: hidden; width: 100%; margin: 0 auto; text-align: center; }
.gallery ul{ width:100%; padding-left:0px !important; box-sizing:border-box; display: grid; grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr)); grid-column-gap:0.7rem;grid-row-gap:0.7rem;  }
.gallery li{display: flex;flex-direction: column;position: relative;box-sizing: border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;background-color: var(--white);border-radius:3px;overflow:hidden;}
.galleryDesc{background-color: #000; display:block; /*height:50px;*/ font-size:0.9em;  text-align: center; overflow: hidden; color: #fff; padding:2px; position: absolute; bottom: 0; width: 100%;}
.gallery_data{color: #8e2121; font-style: italic; font-weight: bold;}
.gallery_title{color: #fff; text-transform: uppercase; font-weight: bold; padding: 5px;}

#tip7-title{background-color: #000 !important; color: #fff !important}

#fancybox-title{bottom: 0 !important}
#fancybox-outer {background-color:#8e2121!important;}
#fancybox-overlay{z-index: 100000!important}
#fancybox-wrap{z-index: 100001!important}

.thumbnail {display:inline-block; position: relative; height:120px; border-radius: 3px; overflow: hidden; margin: 0px; padding: 0px;}
.thumbnail img {position: absolute; left: 50%;top: 50%; width: 100%; height: auto;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%); }
.thumbnail img.preview {/*min-width: 450px;*/ min-height: 100%; width: 450px; }


/*CONTENUTO PAGINA*/
.contenuto_elenco{margin:0 auto; position:relative; margin-top: 20px; margin-bottom: 20px; }
.contenuto_testo {margin:0 auto; margin-top: 20px; margin-bottom: 20px; clear: both; }
.contenuto_testo a{text-decoration:underline}
.contenuto_testo h3 {line-height:1.2; font-size:1.2em;}
.contenuto_testo h2 {text-align: left;}
.contenuto_testo p img{margin-right:10px; margin-bottom:10px;}

/*MAPPA GOOGLE pagina composita */
.mappa_contenuto{width:48%; margin:1%; float:left;}
.mappa_half{height:400px; display:block; width:48%;float:right; }
.mappa_full{height:700px; display:block; width:100%; float:right; }
.mappa_like{height:400px; display:block; width:100%; float:right; }

.map_section{ margin-top:10px; margin-bottom:10px; border-radius:5px; }
.map_section img {box-shadow:none; border:0px;}

/*INFO MAPPA GOOGLE */
.infobox-wrapper {display:none;}
.infobox {border:1px solid #575756; margin-top: 8px; background-color: rgba(255, 255<, 255, 0.3); color:#575756; border-radius: 6px; -webkit-border-radius:6px; -moz-border-radius: 6px; box-shadow: 0px 0px 8px #575756; -webkit-box-shadow: 0px 0px 8px #575756; background-color:#fff; text-align:center; padding:10px; font-weight:500;}
.infobox .inner {opacity:1.0!important;}

/*PROVA MAPPA GOOGLE DINAMICA*/
div#gmaps-canvas {width: 100%; height: 200px !important; border: 1px solid #575756; border-radius: 10px;}
  
/* SEZIONE CONTATTI */
.richiediinfo_contenuto{width:100%; }
.richiediinfo_form{display:block; width:100%; background-color: #f3e5cd; border-radius:2px; box-sizing:border-box; }

/* SEZIONE BLOCCO A DUE TESTI */
.sezione_due_blocchi {overflow:hidden; margin-bottom: 20px;}
.sezione_due_blocchi .sezione_sx {float:left; width:49%}
.sezione_due_blocchi .sezione_sx h2{clear: both; width:100%}
.sezione_due_blocchi .sezione_sx img {max-width:100%;   box-shadow: 0 1px 4px #cfcfcf;}

.sezione_due_blocchi .sezione_dx {float:right; width:49%}
.sezione_due_blocchi .sezione_dx h2{clear: both; width:100%}
.sezione_due_blocchi .sezione_dx img {max-width:100%;   box-shadow: 0 1px 4px #cfcfcf;}

 /*ELENCO RICERCA*/
#barra_ricerca input{width: 98%; border:1px solid #BEBEBE;}
#barra_ricerca select{width: 98%; }
#barra_ricerca label{display: none}
#barra_ricerca input[type="button"]{line-height: 1.1em; padding: 9px; margin:0px; }
#risultati_ricerca{margin-top: 15px;}
.puls_archivio{background-color:#8e2121 !important; text-transform: uppercase; cursor: pointer; -webkit-border-radius: 2px; border-radius: 2px; position: absolute; top:-60px; right:5px; padding:5px; width: 150px; font-weight:400; text-align:center; background-image:url(/images/go_margin.png); background-position:right center; background-repeat:no-repeat; }
.search_box {background-color: #e9e9ed; padding: 10px; display: block; margin-top: 15px; overflow: hidden; }
.search_box h3{font-weight: bold;}
.search_box span{font-style: italic; font-weight: bold; float: right;}
.search_box p{text-align: justify;}
.search_link{background-image:url(/images/go.png); padding-left: 15px; margin-top:5px; margin-bottom:5px; background-repeat:no-repeat; background-position:left; overflow: hidden; font-weight: bold;}
.search_box img{float: left;}
.search_categoria{font-style: italic; font-weight: bold; }
.search_video{margin-right:5px; width:150px; max-width:150px; cursor:pointer; float: left;}
.search_copertina{margin-right:10px; width:150px; cursor:pointer; float: left;}
.search_copertina img {position: absolute; left: 50%;top: 50%; width: 100%; height: auto;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.search_icon{margin-right: 5px; max-width: 150px; cursor: pointer; float: left;  background:#000000;}


/* VIDEOGALLERY LAYOUT VIDEO LISTA*/
.gallery_video {margin-top:10px; overflow:hidden;}
.video_cookie { font-weight:bold; text-align:center;margin:20px 0px 20px 0px;}
#primo_video {overflow:hidden; padding:2% 15% 2% 15%; background:#e9e9ed; border-radius:2px;}

.video_content{display: block; text-align: center; margin-top:15px; margin-bottom:5px; overflow:hidden; }
.video_data{font-weight: bold; color: #8e2121; font-style: italic;}
.video_titolo {color: #000000; text-transform: uppercase;  font-weight: bold;  }
.video_descrizione_breve {line-height:initial; overflow: hidden; }

.video_list {margin:0px; margin-top:10px; cursor: pointer; }
.video_riga {text-align:center; margin-top: 30px; margin-right: 1px; margin-bottom: 30px; background-color: #e9e9ed; overflow: hidden; border-radius:2px;}
.video_riga_content {clear: both; text-align: center; padding: 10px;}
.video_titolo_content{margin-top: 0px; margin-bottom: 0px; font-weight: bold;  min-height:50px; overflow: hidden; font-size: 1em;}
.video_selected {background: #8e2121; color: #fff!important; }
.video_riga_descrizione_breve {display: none}

.video_img {position: relative;background:#fff; width:400px; height: 180px;  margin-right: 15px; overflow: hidden;}
.video_img img {position: absolute;	left: 50%;top: 50%; width:200%; height:100%; -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.video_img img.foto_lista {min-width: 400px; min-height: 100%; width:400px; }


/* GALLERIA ALLEGATI */
.document_gallery{overflow: hidden; box-sizing: border-box;}
.document_box { float: left; padding: 5px; display: block; margin:5px; overflow: hidden; text-align: center; box-shadow: 0 1px 4px #cfcfcf;}
.document_box h3{font-size:1em; text-align: center; margin-top: 5px;}
.document_box span{font-style: italic; color:#8e2121; font-size: 0.9em; clear: both; display: block;}
.document_box p{margin-top:5px;}
.document_box img{margin-right: 5px; max-width: 150px; cursor: pointer; /* background:#000000;*/}


/*CALENDARIO*/
.form-control{padding: 8px; box-sizing: border-box;}

/* CALENDARIO EVENTI */
.event-notify {color:#fff; float:left; margin-right:5px; padding-right:5px; height: 20px; border-right: 1px solid #bb9362; background-image:url(/js/evo-calendar/Calendar_Icon.svg); background-repeat:no-repeat; width:20px;  cursor: pointer;}
.event-notify  .type-bullet {    float: right;    padding: 2px;    background-color: red;    border-radius: 10px;    margin: -2px;}
.event-notify  .type-bullet  div {    width: 5px;    height: 5px;}
.calendar_control {background: url('/images/calendar_news.png') no-repeat; background-position: left center; padding-left:40px!important;}

/*SELETTORE */
.selettore_cont {overflow:hidden; display:block; clear: both; padding:8px 8px 5px 0px; box-sizing: border-box; box-shadow: 0 1px 4px #cfcfcf; border-radius:10px; }
.selettore_cont select {float: right; width:auto; margin:0px;}
.selettore {display: block; overflow: hidden; padding-left:10px; float:left; }
.selettore ul {list-style-type: none;}
.selettore li {float: left; color:#000000; text-transform: uppercase; margin-right:15px; /*border-bottom:1px solid #EDEDED;*/ padding:0px; list-style: none; line-height:1.4em;}
.selettore li a { text-decoration: none; display: block; font-weight: bold;}
.selettore li a:hover {opacity:0.9; transition: opacity 0.30s ease-in-out; -o-transition: opacity 0.30s ease-in-out; -webkit-transition: opacity 0.30s ease-in-out; -moz-transition:opacity 0.30s ease-in-out; text-decoration:none;}
.active {color:#8e2121 !important; border-bottom:1px solid #8e2121 !important}

/*TAYLORING*/

SEZIONE MOSAICO 


.mosaico { box-sizing: border-box;} 
.mosaico:after { content: '';  display: block;  clear: both; width: 100%; overflow: hidden;}
.mosaico-item {float: left; box-sizing: border-box; margin-bottom:10px;}
.mosaico-sizer { width: calc(25% - 10px); box-sizing: border-box;}
.mosaico-sizer  h3{order: 0; max-height: 20px; overflow: hidden}
.mosaico-info-data{display: none}
.mosaico-info-desc{box-sizing: border-box; min-height:36px; overflow: hidden; padding-right:40px; background-image:url(/images/go.png)!important; background-repeat: no-repeat !important; background-position: right bottom;}*
.mosaico-text-black-desc{box-sizing: border-box; max-height:36px; overflow: hidden; padding-right:40px; /*background-image:url(/images/go.png)!important;*/ background-repeat: no-repeat !important; background-position: right bottom; }
.mosaico-text-white-desc{box-sizing: border-box; max-height:36px; overflow: hidden; padding-right:40px; /*background-image:url(/images/go_white.png)!important;*/ background-repeat: no-repeat !important; background-position: right bottom;}

.mosaico-item-1x1 { width: calc(25% - 10px);height: 0;  padding-top: calc(25% - 10px); background-size: 100%; box-shadow: 0 1px 4px #cfcfcf; background-position:center center; background-repeat:no-repeat; -webkit-border-radius:2px; border-radius:2px;}
.mosaico-item-2x1 { width: calc(50% - 10px);    height: 0;  padding-top: calc(25% - 10px); background-size:110%; box-shadow: 0 1px 4px #cfcfcf; background-position:center center; background-repeat:no-repeat;-webkit-border-radius:2px; border-radius:2px;}
.mosaico-item-2x2 { width: calc(50% - 10px);height: 0;  padding-top: calc(50% - 10px); background-size:120%; box-shadow: 0 1px 4px #cfcfcf; background-position:center center; background-repeat:no-repeat;-webkit-border-radius:2px; border-radius:2px;}
.mosaico-item-4x2 {width: calc(100% - 10px); height: 0;padding-top: calc(50% - 10px); background-size: 110%;box-shadow: 0 1px 4px #cfcfcf; background-position:center center; background-repeat:no-repeat; -webkit-border-radius:2px; border-radius:2px;}
.mosaico-info { position:absolute; width:100%;bottom: 0px; left:0px;    padding:10px; box-sizing: border-box;}
.mosaico-text-black {color:#000;}
.mosaico-text-white {color:#FFF;}
.sezione_header{margin-top: 20px;}
.sezione_intro{font-weight: bold; margin-bottom: 20px;}
.pagina_sezioni{clear: both; margin-bottom: 20px;}


/*SHOP*/
#pannello_vetrina{display: block;}
#pannello_vetrina div{width:31%; float: left;  background-repeat: no-repeat;  background-position: top right; background-size: 30px;  background-image: url(/images/back_home.png) !important; margin:1%;  box-sizing: border-box;  box-shadow: 0 1px 4px #cfcfcf;  -webkit-border-radius: 0px 15px 0px 0px;   border-radius: 0px 15px 0px 0px;}
#pannello_vetrina div div{width:100%; margin: 0px !important; padding-top: 5px; text-align: center; background-image: none !important; border-radius: none !important; box-shadow:none !important;}
#pannello_vetrina div div button[type="button"] {overflow: hidden; -webkit-appearance:none; -moz-appearance:none; appearance:none; background-color: #8e2121 !important; color:#fff; text-align:center; font-size:1em; text-transform: uppercase; cursor: pointer; margin:0px 10px 10px 10px; padding:5px ; border:0px !important; -webkit-border-radius:2px; border-radius:2px;}

#pannello_vetrina h3{color:#8e2121; font-size:1.2em; max-height:30px; overflow: hidden; padding: 10px; overflow: hidden; }
#pannello_vetrina .foto_vetrina {position: relative; width: 100%; height:200px; clear: both; overflow: hidden; box-sizing: border-box; border-radius: 0px !important; border-bottom: 3px solid #8e2121; border-top: 1px solid #cfcfcf;}
#pannello_vetrina .foto_vetrina img {position: absolute; left: 50%; top: 50%; min-width: 100%; /*min-height: 100%;*/ width: 100%; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}

/*

.pagina_sezioni .boxitem:nth-of-type(odd) { background: red; float:left; clear:right}
.pagina_sezioni .boxitem:nth-of-type(1) { background: yellow; margin-left:0px;}


.boxitem_content{height:50px !important; opacity:1; margin:0px; cursor:pointer; text-align: left; font-weight: lighter; color: #fff; position:absolute; bottom:0; box-sizing: border-box; padding:5px; color: #FFF; opacity:1; min-height:40px; z-index:5000;width: 100%; background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.8))!important; }
.boxitem_content h3{ font-size:1.1em; color: #fff; text-transform:uppercase; font-weight: 500;  padding:5px; }
.boxitem_content span{font-style: italic; text-shadow:0px 0px 10px rgba(0, 0, 0, 1);}
.boxitem_content p{padding-left:5px; padding-right:50px; font-weight: 500;background-image:url(/images/go.png)!important; background-repeat: no-repeat !important; background-position: right bottom !important; min-height:40px; }
.boxitem_content_date {display:inline!important; padding-left:0px!important;}
.boxitem_basso {min-height:auto;}
.boxitem_medio {min-height:auto;}
.boxitem_medio .boxitem_content { min-height:250px; }
.box_testo { padding:5px; }

.boxitem_vuoto {position:absolute; box-sizing:border-box; display: block !important;  height: 90% !important; margin-top: 10px; border:1px solid #8e2121; padding: 5px;}
.boxitem_vuoto  .boxitem_content h3  {color: #8e2121; font-weight: bold; font-size: inherit; text-transform:uppercase; display: block; background-image:url(/images/back_h2.png); min-height:50px; margin-right:10px; background-repeat:no-repeat; background-position:bottom left;}
.boxitem_vuoto  .box_testo {color: #575756; text-shadow: none; width: 99% }


.boxitem_fullwidth {width:100%;box-sizing:border-box; height:auto; position:relative; margin-left:0px }
.boxitem_fullwidth .boxitem_content {width:100%; box-sizing:border-box; position:absolute; bottom:0;overflow:hidden;}

.boxflex{float:left; box-sizing:border-box; margin-right: 1%; background-position:center center; background-size:cover; background-repeat: no-repeat; overflow: hidden;  }

.boxitem_contenutobasso {position:relative; }
.boxitem_contenutobasso  .boxitem_content  {position: absolute; bottom: 0;overflow: hidden;width:100%;box-sizing:border-box; }


/*BOX GALLERY STRUTTURE E PROPOSTE 
.boxside_item{margin-bottom: 15px; padding: 10px; overflow: hidden; background-color:#e9e9ed; position: relative; }
.boxside_img {width: 350px;  float: left; margin-right: 15px; }

.boxside_content {display: block;}
.boxside_content_date {padding:0px; font-weight: 300; display: block; font-style: italic;}

.boxside_content_title {color: #8e2121; margin-top: 0px}
.boxside_desc{font-weight: 400; margin-bottom: 10px;}
.boxside_link {cursor:pointer; position: absolute; bottom: 10px; right: 10px;  font-weight: 400; background-image:url(/images/right.png)!important ; background-repeat: no-repeat !important; 
background-position: right center !important; background: #8e2121; color: #fff;padding:7px 20px 7px 7px; overflow: hidden; width: max-content; }

/*METEO
.meteo_widget { width: 45%; float: right; padding:2%; background-color: #f3e5cd; text-transform: uppercase; font-weight: 400;}
.meteo_content{float: left; width:45%}


#search_again_button {
display: none;
background-color: #8e2121 !important;
position: fixed;
z-index: 7000;
width: 30px;
height: 30px;
align-content: ;
right: 0px;
border-radius: 0 0 5px 5px;
background-image:url(/images/searchicon_new.png); background-repeat:no-repeat; background-position:center center;
}



/*MAPPA TOSCANa
.mappa_original{overflow: hidden; border-top: #333333 1px solid; height: 900px; border-right: #333333 1px solid; width: 100%; border-bottom: #333333 1px solid; border-left: #333333 1px solid; background-color: #8e2121}

/*CONTENT BOX NEUTRO
.content_box_neutro{ margin-top:20px; margin-right: 1px; margin-bottom: 20px; background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.8))!important;}
.content_box_neutro:last-child {margin-right:0px; }

.content_box_neutro h3{color: #fff; font-size:1.2em; text-align: left;   font-weight: 700; width:90%;}

.content_box_neutro p {color: #fff; font-size:1.2em; font-weight: 500; position:absolute; bottom:0; box-sizing: border-box; padding-left:5px; padding-right:50px; font-weight: 500;background-image:url(/images/go.png)!important; background-repeat: no-repeat !important; background-position: right bottom !important; min-height:40px; } 

.content_neutro_img {position: relative; height: 350px; overflow: hidden;  }
.content_neutro_img img {position: absolute; left: 50%; top: 50%;  min-width: 100%; min-height: 100%; width:100%; -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.content_neutro_img img.foto_box {object-fit: cover;}


/*CONTENT BOX VISORE
.content_visore{ margin-top:20px; margin-right: 1px; margin-bottom: 20px; background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.8))!important; }
.content_visore:last-child {margin-right:0px; }
.content_visore h3{color: #000; font-size: 1.2em; text-align: left; font-weight: 700; width: 90%; }
.content_visore p {color: #000; font-size:1em; font-weight: 300; text-transform: none !important; height: 20px; overflow: hidden; width: 90%;  }
.content_visore span {color: #000; font-size:1em; font-weight: 300; text-transform: none !important; height: 20px; overflow: hidden; width: 90%;  }
.content_visore_img {position: relative; height: 350px; overflow: hidden;   }
.content_visore_img img {position: absolute; left: 50%; top: 50%; min-width: 100%; min-height: 100%; width:100%; -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.content_visore_img img.foto_box {object-fit: cover;} 

.content_visore .info_visibile {position:absolute; bottom:0; box-sizing: border-box; padding-left:5px; padding-right:50px; font-weight: 500;background-image:url(/images/go.png)!important; background-repeat: no-repeat !important; background-position: right bottom !important; min-height:40px; }
.info_visibile {position:absolute;bottom:0;}


/*CONTENT BOX NEUTRO*/ 
/*.box_news{position: sticky; cursor: pointer; display: block;}
.box_news:last-child {margin-right:0px;}
.box_news h3{color: #fff; font-size: 1.2em; text-align: left; font-weight: 700; } 
.box_news p {color: #fff; font-size:1em; font-weight: 300; text-transform: none !important; min-height:60px; overflow: hidden; width:100%; background-image:url(/images/go.png)!important; background-repeat: no-repeat !important; background-position: right bottom;}
.box_news_comune {padding:0px; text-transform:uppercase; display: block; font-weight: 500 !important; clear: both;color: #fff;  }
.box_news_desc {padding:0px; font-weight: 500; display: block; width:90%;color: #fff;  }

.box_news_img {position: relative; height: 350px; overflow: hidden; margin-top:10px; }
.box_news_img img {left: 50%; top: 50%; width: 100%; height: 100%; box-sizing: border-box; object-fit: cover;}
.box_news_img img.foto_box {height:100%; }

.box_news_img .info_visibile {bottom:0; box-sizing: border-box; padding:5px; opacity:1; z-index:5000;width: 100%; overflow: hidden; background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.8))!important;}

.news_cont{ display: block; background-color:#8e2121;}
.news_cont h3{margin-bottom: 0px; padding:5px; position: relative; z-index: 2000; color: #fff; font-size: 1.2em; font-weight: 600; }
.news_cont p{position: relative; z-index: 2000; color:#fff; font-weight:300; padding:0px; }
.news_cont p span{font-style: italic; padding: 0px;  }


.news_in_evidenza {padding:10px; display: block; overflow: hidden; width: auto; border:0px !important;}
.news_in_evidenza_comune {padding:0px; text-transform: uppercase; display: block; font-weight: 700; clear: both;}
.news_in_evidenza_data   {padding:0px; /*font-weight: 400;}
.news_in_evidenza_titolo {padding:0px; font-weight: 500; display: block; }
.news_in_evidenza_desc {padding:0px; font-weight: 500; display: block; }

.news_in_evidenza_img {position: relative; height: 150px; overflow: hidden; margin-top:10px; }
.news_in_evidenza_img img {position: absolute; left: 50%; top: 50%;  min-width: 100%; min-height: 100%; width:100%; -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.news_in_evidenza_img img.foto_box {min-width: 400px; min-height: 100%; width:400px; position: absolute;top: 200px}


/*PAGINA COMPOSITA

.square-content {position: absolute; top: 5px; left: 5px; bottom: 5px; right: 5px; color: white; overflow: hidden;}
.square-content div {display: table; width: 100%; height: 100%;}
.square-content span {display: table-cell; text-align: center;vertical-align: middle; color: white; padding: 1em; overflow: hidden;}

.square-box {position: relative; width: 100%; overflow: hidden;  float: left;}
.square-box:before { content:""; display: block;} 


/* LAYOUT SEZIONI 
.sezione_intro {font-weight:bold;margin-top:10px;}
.sezione_contenuto {margin-top:5px;}

/*LAYOUT NEWS LISTA 
.lista_news{background-color: #EDEDED; height: 150px; display: block; margin-top:15px; margin-bottom:5px; overflow:hidden; }
.lista_news a{text-decoration: none}
.lista_news span{font-style: italic; font-weight: bold; text-align:right; display: none; color: #8e2121; }
.lista_news h3{ margin:5px;  font-weight: bold;  }
.lista_news p{line-height:initial; height:100px; overflow: hidden; margin-right: 10px; }

.lista_img {position: relative; background:#fff; width: 140px; height: 140px; border: 5px solid #EDEDED;  margin-right: 5px;  float: left; overflow: hidden;}
.lista_img img {position: absolute; left: 50%;top: 50%; width:100%; height:auto; -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.lista_img img.foto_lista {min-width: 400px; min-height: 100%; width:400px; }


.social_top{text-align: right; float: right; display: block; position: fixed; background: red; height: 50px; width: 300px; margin-right: 5px;}
.social_top img{width:32px; border-radius:2px; cursor: pointer; -webkit-border-radius: 2px; border-radius:2px}



/* MENU SUPERIORE 


.wrap_full {width:100%; padding:20px;}
.wrap_50 {margin:0 auto; position:relative; max-width:1140px;}
.wrap_50 .panel_title {text-transform:initial; color: #8e2121; text-align: left;}
.wrap_50 .blocco_sezioni{width:46%; float:left!important;margin-left:1%;clear:none!important; margin-top:0px;}
.wrap_50 .blocco_sezioni h2{text-transform:initial; color: #8e2121; margin-top: 30px; text-align:left; }
.wrap_50 .visib_sezioni_page {display:none}

.wrap_100 {margin:0 auto; position:relative; max-width:1140px;overflow:hidden;}
.wrap_100 .panel_title {text-transform:initial; color: #8e2121; text-align: left; display: none;}
.wrap_100 .blocco_sezioni{width:100%; float:left!important;clear:none!important; margin-top:0px;}
.wrap_100 .blocco_sezioni h2{text-transform:initial; color: #8e2121; text-align: left; margin-top: 30px; }
.wrap_100 .visib_sezioni_page {display:none}

#container .visib_sezioni_menu {display:none;}

/*ELEMENTI FOOTER


#social_news{display: block;/* text-align: right; width: 100%; float: right; margin-bottom:10px;}
#social_news img {cursor: pointer; -webkit-border-radius: 2px; border-radius:2px; padding: 2px !important; display: inline-block; box-sizing: border-box; margin-right:0px !important}

.indietro{position: absolute; z-index:500; right: 0px; margin-top:15px;}


.social{text-align: right; float: right;}
.social img{width:35px; height:35px; border-radius:2px; cursor: pointer; -webkit-border-radius: 2px; padding:2px !important; display: inline-block; box-sizing: border-box;}

.testata-pager { text-align: center; width: 100%; z-index: 500; top: 10px; overflow: hidden; }
.testata-pager span { font-size: 32px; width: 16px; height: 16px; display: inline-block; color: #ddd; }
.testata-pager span.cycle-pager-active { color: #D69746;}
.testata-pager > * { cursor: pointer;}


#newsletter {margin: 0px; padding: 0px 0px 0px 10px;}
#newsletter h2{margin-left: 0px; margin-bottom: 0px;}
#newsletter input{float:left; background-color: #fff !important; color: #000; margin-right: 10px; margin-top: 0px; height: 30px; width:60% !important;}
#newsletter input[type="button"] {background-color:#fff !important; width:30% !important;}
#newsletter input[type="button"]:hover {background-color: #000 !important; color: #fff; -webkit-transition: all 0.30s ease-in-out; -moz-transition: all 0.30s ease-in-out; -ms-transition: all 0.30s ease-in-out; -o-transition: all 0.30s ease-in-out;}




PAGINA NEWSLETTER 
.newsletter_page {margin:0px auto; border:0px; padding:0px; width: 50%;}
.newsletter_page fieldset{margin: 0 auto; padding:15px;}
.newsletter_page h3{display:block !important; color:#2c3e50;}
.newsletter_page .button{background-color:#000!important}
#mc_embed_signup .button{background-color:#000!important}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error{color: red !important}


/*MENU AD BOX A ICONE COLORATE
.square-box-menu { text-align:center; overflow:hidden; width: max-content; margin:0 auto; margin-bottom: 20px;}
.square-box-menu:before { content:""; display: block;} 
.square-content-menu {color: white; display: flex; overflow: hidden; border-radius:10px; width: 140px; height: 140px; margin: 0 auto; float:left; margin-left:5px; margin-right: 5px;}
.square-content-menu div {width: 100%; display:initial;}
.square-content-menu span {display: table-cell; text-align:center; vertical-align: middle; font-weight: 400; text-transform: uppercase;  color: white; height: 30px; padding:10px; overflow: hidden;}
.box-icon_content {text-align:center;}
.box-icon_img {text-align:center;}
.box-icon_img img {width:50px;height:50px; padding-left: 10px;padding-right: 10px;padding-bottom: 10px;}


/*
.box_text_home {position:absolute; bottom:0; box-sizing: border-box; padding:5px; width: 100%;  min-height:75px; display: inline-grid; background-color: #d5ddd6;}
.box_text_home h3{color: #000000; font-size:1.1em; text-align: left; font-weight: 700; text-transform: uppercase; order:-1; max-height: 20px; overflow: hidden} 
.box_text_home h4{color: #000000; font-size:1.1em; text-align: left; font-weight: 700; text-transform: uppercase; box-sizing: border-box; min-height:36px; overflow: hidden; padding-right:40px; background-image:url(/images/go.png)!important; background-repeat: no-repeat !important; background-position: right bottom;} 
.box_text_home p {color: #000000; box-sizing: border-box; min-height:36px; overflow: hidden; padding-right:40px; background-image:url(/images/go.png)!important; background-repeat: no-repeat !important; background-position: right bottom;}


.box_text {position:absolute; bottom:0; box-sizing: border-box; padding:5px; width: 100%;  min-height:75px; display: inline-grid; z-index: 5000; background-color: #d5ddd6;}
.box_text h3{color: #000000; font-size:1.1em; text-align: left; font-weight: 700; text-transform: uppercase; order:-1; max-height: 20px; overflow: hidden} 
.box_text h4{color: #000000; font-size:1.1em; text-align: left; font-weight: 700; text-transform: uppercase; box-sizing: border-box; min-height:36px; overflow: hidden; padding-right:40px; background-image:url(/images/go.png)!important; background-repeat: no-repeat !important; background-position: right bottom;} 
.box_text p {color: #000000; box-sizing: border-box; min-height:36px; overflow: hidden; padding-right:40px; background-image:url(/images/go.png)!important; background-repeat: no-repeat !important; background-position: right bottom;}

h3.freccia {color: #000000; font-size:1.1em; text-align: left; font-weight: 700; text-transform: uppercase; box-sizing: border-box; min-height:40px; overflow: hidden; padding-right:40px; background-image:url(/images/go.png)!important; background-repeat: no-repeat !important; background-position: right bottom;} 

/*SELETTORE DOVE MANGIARE 
.selettore {height: 40px;}
.selettore li{padding-left:10px; padding-right:10px; display: grid; line-height: 40px; font-size: 15px; font-weight:bold;}
.selettore ul{margin:0px; padding: 1px; text-align: center;}
.card_puls_selected {color: #fff; float: left; height:40px; margin-right: 1px; margin-bottom: 1px;}
.card_puls_on {background-color: #000 !important; color: #fff;  height: 40px; }
.card_puls_off {background-color: #8e2121 !important; color: #fff !important;  float: left; margin-right: 1px;}

*/