@font-face {
    font-family: 'Oswald';
    src: url('font/Oswald-Regular.eot');
    src: url('font/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/Oswald-Regular.woff') format('woff'),
        url('font/Oswald-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('font/Oswald-Light.eot');
    src: url('font/Oswald-Light.eot?#iefix') format('embedded-opentype'),
        url('font/Oswald-Light.woff') format('woff'),
        url('font/Oswald-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('font/Oswald-ExtraLight.eot');
    src: url('font/Oswald-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('font/Oswald-ExtraLight.woff') format('woff'),
        url('font/Oswald-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('font/Oswald-Bold.eot');
    src: url('font/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/Oswald-Bold.woff') format('woff'),
        url('font/Oswald-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('font/Oswald-Medium.eot');
    src: url('font/Oswald-Medium.eot?#iefix') format('embedded-opentype'),
        url('font/Oswald-Medium.woff') format('woff'),
        url('font/Oswald-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('font/Oswald-SemiBold.eot');
    src: url('font/Oswald-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('font/Oswald-SemiBold.woff') format('woff'),
        url('font/Oswald-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}




/* Stili di base e tipografia */
*{margin:0px; padding:0px}
body {font-family: 'Oswald', sans-serif; font-size:17px; color: #383838;}

::-moz-selection {color: #fff; background: #4c0f0c;}
::selection {color: #fff;  background: #4c0f0c;}

/* h1 h2 h3 h4 */ 

h1{font-size:3em; text-align: center; font-weight: 500; text-transform: uppercase; margin: 0 auto; width: fit-content; border-bottom:3px solid #4c0f0c; line-height:1.3em; margin-top:10px; margin-bottom:40px; }
h2{font-size:2em; font-weight:400;}
h3{font-size:2em; font-weight:400;}
h4{font-size:2em; font-weight:400; color:#4c0f0c}

ul{padding-left:30px; margin-top:10px; margin-bottom:10px;}
ol{padding-left:30px; margin-top:10px; margin-bottom:10px;}

hr {height: 3px; background-color:#4c0f0c; margin-top:5px; margin-bottom:5px;  border-radius: 5px; border:0px !important}

/*LINK*/
a{color:inherit; text-decoration:none;  transition: 0.3s; }
a:hover{color: #4c0f0c}

/* IMAGES RESPONSIVE */
img {border:0; vertical-align:middle; -ms-interpolation-mode:bicubic; }
img.scala {max-width:100%; height:auto; width: auto; }

/*STRUTTURA SITO*/
header {clear:both; position: relative; overflow:hidden;}
.top_header{background-color: #4c0f0c; height:35px; position: fixed; z-index: 10000; width: 100%; box-shadow: 0 1px 4px #cfcfcf;}
nav{text-transform:uppercase; margin: 0 auto; position: absolute; z-index: 6000; width:100%;}
section {clear:both; padding:0px; z-index: 1000; overflow:hidden; padding-bottom: 20px; padding-top: 20px; min-height:600px; }
section img {max-width:100%; overflow: hidden; height: auto; }

footer {width: 100%; color:#fff; background-color: #393939; box-sizing:border-box; min-height: 150px; color:#fff; padding-top: 15px; overflow:hidden;}
.social_footer {margin-left:5px; float: left; line-height: 2em}
.social_footer img{width:20px!important; cursor: pointer; padding:2px 0px 5px 0px;}
.logo_footer {width: 40px !important; float: right; clear: both; padding-top: 10px}

.language_footer{float: right; position: relative; z-index:10000; color: #fff; font-size:0.9em; display:block; }
.language_footer span a{padding-top: 5px; line-height: 2.2em; padding-left: 25px; color: #fff; opacity:1; }
.language_footer span a:hover{opacity:0.7; text-decoration: none; transition: opacity 0.25s ease-in; -o-transition: opacity 0.25s ease-in; -webkit-transition: opacity 0.25s ease-in; -moz-transition:opacity 0.25s ease-in; }
.language_footer img{Width:20px!important; cursor: pointer; padding:2px 0px 5px 0px;}

.natale{display:none; background: url(/images/cornice.png) no-repeat; background-position-x: 0%; background-position-y: 0%; width: 100%; height: 250px; position: absolute; z-index: 5000; background-size: 100%}


/*FORM*/
form {overflow:hidden; margin:0px;}
fieldset{border:0px; padding:10px; }
form h2{margin-bottom:0px; clear: both; margin-left: 10px; }
form h3{margin-bottom:0px; clear: both; margin-left: 10px;  }
form h4{margin-bottom:10px; margin-left: 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: 'Oswald', sans-serif; width:50%; border: 1px solid #e2e2e4; color:#76777c; margin-bottom: 10px; border-radius: 3px;/*-webkit-appearance:none; -moz-appearance:none; appearance:none;*/}
select {background-image:url(/images/arrow.png); background-repeat:no-repeat; background-position:right; width:100%; font-family: 'Oswald', sans-serif; border: 1px solid #e2e2e4; color:#76777c; margin-bottom: 10px; line-height:1;
-webkit-appearance:none; -moz-appearance:none; appearance:none; outline:none}
textarea{font-family: 'Oswald', sans-serif; width:100%; padding:10px;  border: 1px solid #e2e2e4; /*-radius: 8px 8px 8px 8px;*/ color:#76777c; clear:both !important; -webkit-appearance:none; -moz-appearance:none; appearance:none;  }
select:disabled {background-color: #CCC !important;}

input[type=text] {-webkit-appearance:none; -moz-appearance:none; appearance:none;}
input[type=radio] {width: 30px !important;}
input[type=password] {-webkit-appearance:none; -moz-appearance:none; appearance:none;}
input[type=date]{background-image:url(/images/calendar.png); background-repeat:no-repeat; background-position:right; -webkit-appearance:none; -moz-appearance:none; appearance:none; padding:9px !important }
input[type=file] {font-weight: bold; -webkit-appearance:none; -moz-appearance:none; appearance:none;}
input[type="checkbox"] { color:#FFF; width:15px !important; margin-top:0px !important; margin-right: 5px; height: 15px; float:left;  /*-webkit-appearance:none; -moz-appearance:none; appearance:none;*/ }
input[type="button"] {overflow: hidden; -webkit-appearance:none; -moz-appearance:none; appearance:none; background-color: #383838 !important; color:#fff; text-align:center;font-size:1em; text-transform: uppercase; cursor: pointer; margin-top: 10px; padding:10px; border:0px !important;  }
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=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: 'Oswald', sans-serif; border: 1px solid #e2e2e4; color:#76777c; -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=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 #f5f5f5; -webkit-box-shadow: 0 0 -8px #f5f5f5; box-shadow: 0 0 -8px #f5f5f5; border: 1px solid #f5f5f5; -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; }

.calendar_control {background: url('/images/calendar_news.png') no-repeat; background-position: left center; padding-left:40px!important;}
.errormsg{color: red !important; }
.form_contatti input {width:33%}
.form_contatti input[type="button"] {width:30%; margin:0 auto; display: block;}
.file_input {/*float:right;*/}
.consenso_radio{text-align: left; padding: 10px;margin: 10px;background: #fff;margin: 0px; border-radius: 5px;}

/*ULILITY*/
.wrap{margin:0 auto; max-width:1140px; position: relative; /* overflow: hidden;*/}
.spacer{clear:both; display:block; height: 10px;}
.no-margin {margin:0px!important;}
.display-none{display:none!important;}
.left{float:left;}
.right{float:right;}
.sfondo_bianco{width: 100%; background-color: #ffffff; clear:both; }
.sfondo_rosso{background-color:#4c0f0c; width: 100%; clear:both; }
.sfondo_grigio{clear:both; width:100%; background-color: #f5f5f5}
.sfondo_nero{clear:both; width:100%; background-color: #383838}

/*EFFETTI HOVER*/
.transizione {transition: 0.3s;}
.transizione:hover{/*background-color: #383838;*/ opacity: 0.8; cursor:pointer; color:#fff;}

/*PRINCIPALI*/
#container{margin:0 auto;}
#logo{display: block;}

/*SCROLL TOP*/
.scrolltotop {width:40px; height:40px; position:fixed; background-color: #fff; right:10px; bottom:20px; z-index: 2000; display:none; text-indent:-1000px; border:3px solid #fff; border-radius: 3px;  background-image:url(/images/scroll_top.png); background-repeat:no-repeat;}

/*FLEX*/
.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-grid-rot-news {margin:0px; display: flex !important; 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-grid-rotante{width:100%; }

.col, .col_visore, .col_list, .col_pulsanti, .col_video, .col_flex, .col_partner, .col_allegato_large, .col_allegato_default, .col_gallery, .col_news {margin:12px; margin-top:0px; flex: 1; display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; /*display:block;*/}
.col:last-child,  .col_visore:last-child, .col_list:last-child, .col_flex:last-child, .col_pulsanti:last-child, .col_video:last-child, .col_gallery:last-child, .col_news:last-child {margin-right:0px; }
.col:first-child, .col_visore:first-child, .col_list:first-child, .col_flex:first-child, .col_pulsanti:first-child, .col_video:first-child, .col_gallery:first-child, .col_news:first-child  {margin-left:0px; }


/*TOP HEADER FISSA*/
.header-fixed {position: fixed; top:35px; left: 0; width: 100%; height: 150px; background-color: #fff; transition: All 0.3s ease; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; box-shadow: 0 1px 4px #cfcfcf;}
.header-fixed img {height: 150px:}
.header-relative {height: 180px;}
.header-fixed.resized {top: -40px; margin-top: 50px; height:90px;}
.header-fixed.resized img {padding-top:20px;height:70px; float: left;}
.header-fixed.resized .cerca {top: -120px; margin-top: 50px;}
.header-fixed.resized #cssmenu {top:-17px; margin-top: 50px; float: right;}


/*TESTATA ROTANTE*/
.slides {height:700px; width:100%; background-size:102%; background-position:center center; background-repeat: no-repeat; }
.frame{position: absolute; top:120px; width: 100%; overflow: hidden; z-index: 10000}
.frame_left{left:0px;}
.frame_right{right:0px;}
.frame_center{margin:0 auto}
.message{/*background-image:url(/images/back_message.png);*/}
.message p{text-shadow: 0 0 5px #383838; padding-top:40px; font-size:2.2em; padding-left:20px; padding-right:20px; color: #fff !important; font-weight:500; line-height: 1.2; margin-bottom:20px }

#animazionenav {z-index:50; text-align:center; height: 25px; margin-top: -32px; position: absolute; width:100%; display: none}
#animazionenav a {display:inline-block; padding:5px; 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; }

.rotatore_nav{position:absolute; width: 100%; top:300px; z-index: 3000;}
#rotatore_next{float:right; padding: 15px; cursor: pointer;}
#rotatore_prev{float:left; padding: 15px; cursor: pointer;}

.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;}

/*GALLERIA IMMAGINI INTERNA*/
.rotatore_nav_foto{position:relative; width: 100%; top:300px; z-index: 3000}
.rotatore_next_gallery{float:right; padding: 15px; cursor: pointer;}
.rotatore_prev_gallery{float:left; padding: 15px; cursor: pointer;}
.slides_gallery {height:800px; width:100%; background-size:110%; background-position:center center; background-repeat: no-repeat; cursor:pointer; -webkit-border-radius: 3px; border-radius:3px; }
.animazione_gallery {z-index:50; text-align:center; height: 25px; margin-top: -32px; position: relative; width:100%; background-position: bottom center;}
.animazione_gallery a {display:inline-block; padding:5px; text-decoration: none; background:url(/images/off_gallery.png) no-repeat; opacity:1 !important; width: 25px;  background-position: bottom center;}
.animazione_gallery a.activeSlide { background:url(/images/on_gallery.png) no-repeat; background-position: bottom center; }
.frame_gallery{top:120px; float: left;}
.message_gallery{min-height:100px;  text-shadow: 0px 0px 3px rgba(0, 0, 0, 1); padding:30px; font-size:3em; cursor:pointer; color: #fff !important;font-weight: 500;}


/*TESTATA VIDEO*/
.testata_video{background-color: #383838; width: 100%; overflow: hidden;}
.video-container {position: relative;width: 100%; height:700px; padding-top: 25px; height: 0; padding-bottom: 56.25%; /* 16:9 */}
.video-container iframe, .video-container object, .video-container embed {position: absolute; top: 0; left: 0; width: 100%; height:700px;}


/* BARRA NAVIGAZIONE */
.navigazione{width: 100%; position: relative; }
.navigazione h2{text-align: left; margin-top:0px; margin-bottom:10px; font-weight: 300;}
.breadcrumb {margin:0;  display: block; overflow: hidden;  padding-left: 0px; background-color: #f2f2f2; display: none;}
.breadcrumb ul {list-style-type: none; text-transform: lowercase; }
.breadcrumb li {float: left; text-transform: lowercase; color: #666666; padding-left:5px; list-style: none; height: 35px; padding-top: 5px; line-height: 2em; /*position: relative;z-index: 10000;*/}
.breadcrumb li:first-child {padding-left:0px; text-transform: lowercase;}
.breadcrumb li:last-child {border-right: 0px solid #fff; padding-right:0px; padding-left:15px;}
.breadcrumb li a { text-decoration: none; display: block; text-transform: lowercase;}
.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;}
.spacer_breadcrumb{clear:both; display:block;}


/*SOCIAL*/
.social{position: fixed; z-index:10000; margin-left:5px;}
.social img{width:20px!important; cursor: pointer; padding:8px 0px 5px 0px;}

.social_dettaglio{width:100%; height: 40px; display: block; clear: both;}
.social_dettaglio img{display:inline!important; width: 30px !important;}

.cont_evidenza_laterale{clear: both; margin-top: 30px;}

.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: 3px; cursor: pointer; -webkit-border-radius: 2px; border-radius:2px}

/*LINGUA*/
.language{float: right; position: relative; z-index:10000; color: #fff; font-size:0.9em; display:block; }
.language span a{padding-top: 5px; line-height: 2.2em; padding-left: 25px; color: #fff; opacity:1; }
.language span a:hover{opacity:0.7; text-decoration: none; transition: opacity 0.25s ease-in; -o-transition: opacity 0.25s ease-in; -webkit-transition: opacity 0.25s ease-in; -moz-transition:opacity 0.25s ease-in; }
.language img{width:20px; padding-left:5px; }

/*HOME*/
.contenuto_sup{display: block;}
.contenuto_sup h1{border:0px!important;}
.contenuto_sup p{padding:10px;}

.contenuto_inf {margin:20px 5px 20px 5px; display: block; clear: both; }
.contenuto_inf h2{padding-bottom:10px; margin-bottom:10px; }

/*VISORI BOX ALTO HOME*/
.box:nth-child(odd) {top: 0px; display: block; width: 100%; overflow: hidden; box-sizing: border-box;} 
.box:nth-child(even) {bottom: 0px; display: block; width:100%;  overflow: hidden; box-sizing: border-box }

.box:nth-child(odd) .posizione{position: absolute; z-index: 3000; top: 0; background-image:url(/images/back_message.png) !important; color: #fff!important}
.box:nth-child(even) .posizione{position: absolute; z-index: 3000; bottom: 0; background-image:url(/images/back_message.png) !important; color: #fff!important}


.content_box_home {position: relative; overflow: hidden; display: block; margin-top:30px; margin-bottom:30px; box-sizing: border-box; float: left; -webkit-border-radius: 3px; border-radius:3px;}
.content_box_home:last-child { margin-right:0px}

.content_box_home_des {clear: both; display: block; width: 100%;  padding:10px;box-sizing:border-box;}
.content_box_home_des h3{text-transform: uppercase;}
.content_box_home_des p {box-sizing: border-box; width: 100%; min-height: 50px;}

.content_box_home_sfondo{background-repeat: no-repeat!important; min-height:450px; height:450px; overflow: hidden; position: relative; background-position: center center;}
.content_box_home_sfondo img {position: absolute; left: 50%; top: 50%;  min-width: 105%; /*min-height: 100%; width:100%; */-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.content_box_home_sfondo img.foto_home_sfondo {min-height: 100%; width:100%;}

.content_box_home_pulsante {background-color:#4c0f0c; color:#fff; border-radius:2px; margin: 10px 5px; width: fit-content; padding: 10px 50px; text-transform: uppercase; font-size: 1.2em; cursor: pointer; display: block; overflow: hidden;   transition: 0.3s;}
.content_box_home_pulsante:hover { background-color: #383838; color: white;}


/*GALLERY BOX HOME*/
.content_box_gallery {position: relative; height:280px; overflow: hidden; margin-top:10px; margin-bottom:30px; box-sizing: border-box; float: left; text-align: center; background-color: #4c0f0c; -webkit-border-radius: 3px; border-radius:3px;}
.content_box_gallery_title{text-align: center; font-family:'Righteous', cursive; padding-top: 10px; font-size:3em; color: #fff; text-transform: uppercase;}

.content_box_gallery_des {clear: both; display: block; width: 100%; color: #fff;}
.content_box_gallery_des h3{text-align: center; font-family:'Righteous', cursive; padding: 10px; font-size:1.2em; text-transform: uppercase;}
.content_box_gallery_des p {font-weight:500; padding:10px; box-sizing: border-box; width: 100%; min-height: 50px; text-align: center; display: none;}

.content_box_gallery_sfondo{position: relative; clear: both; height: 250px; overflow: hidden; }
.content_box_gallery_sfondo img {position: absolute; left: 50%; top: 50%;  min-width: 105%; min-height: 100%; width:100%; -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.content_box_gallery_sfondo img.foto_gallery_sfondo  {min-height: 100%; width:100%;} 



/*VIDEO HOME*/
.video-container-content-box iframe{width: 100%; height: 250px; -webkit-border-radius: 3px; border-radius:3px;}
.video-container-content-box iframe .ytp-chrome-top{display: none !important;}
.video-container-content-box iframe .ytp-show-cards-title {display: none !important;}
.video-container-content-box iframe .ytp-title-text{display: none !important;}
.video-container-content-box iframe.ytp-title-link{display: none !important;}
.video-container-content-box iframe .ytp-cued-thumbnail-overlay-image{display: none !important;}
.video-container-content-box iframe .ytp-title-channel {display: none !important;}

/*VISORI BOX HOME NEWS*/
.blocco_visori {width: 100%; position: relative; overflow: hidden; box-sizing: border-box; float: left; margin-top: 20px; margin-bottom:10px;}

.content_visore {overflow: hidden; display: block; background-color: #ebebeb; height: 400px; -webkit-border-radius: 3px; border-radius:3px; width: 100%;}
.content_visore_data{background-color: #4c0f0c; color: #ffffff; text-transform: uppercase; text-align: center; font-size: 0.9em; line-height:1.8;}
.content_visore h3{text-transform: uppercase; text-align:center; font-size: 1em; height: 50px; overflow: hidden; height: 40px; padding: 5px; box-sizing: border-box;}
.content_visore p {font-weight: 500; text-align: center; clear: both; height: 60px; margin-bottom: 5px; overflow: hidden; }
.content_visore_img {position: relative; clear: both; height: 220px; overflow: hidden; margin-bottom:15px; }
.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_visore {min-height: 100%; width:100%;} 
.content_visore_button{background-color:#4c0f0c; width: 60px; -webkit-border-radius: 2px; border-radius: 2px; color: #383838; text-transform: uppercase;padding: 5px 30px 5px 30px;font-size: 0.9em; font-weight: 700; margin: 0 auto; text-align: center;}
.content_visore_button:hover { background-color: #393939; color: white;}


/*CONTENT BOX NEUTRO*/

.box_news {overflow: hidden; display: block; background-color: #ebebeb; height: 400px; -webkit-border-radius: 3px; border-radius:3px; width: 100%; padding-bottom:10px;}
.box_news_data{background-color: #4c0f0c; color: #ffffff; text-transform: uppercase; text-align: center; line-height:1.8;}
.box_news h3{text-transform: uppercase; text-align:center; font-size: 1.2em; height:40px; overflow: hidden; padding: 5px; box-sizing: border-box;}
.box_news p {font-weight: 500; text-align: center; clear: both; height: 60px; margin-bottom: 5px; overflow: hidden; }
.box_news_img {position: relative; clear: both; height: 220px; overflow: hidden; margin-bottom:5px; }
.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%);}
.box_news_img img.foto_visore {min-height: 100%; width:100%;} 
.content_visore_button{background-color:#4c0f0c; width: 60px; -webkit-border-radius: 2px; border-radius: 2px; color: #fff; text-transform: uppercase;padding: 5px 30px 5px 30px;font-size: 0.9em; font-weight: 700; margin: 0 auto; text-align: center;}
.content_visore_button:hover { background-color: #393939; color: white;}

/*DETTAGLIO NEWS*/
#dettaglioNews{margin:0px; display: block; clear: both; width: 100%;}
#dettaglioNews h2{color: #4c0f0c; font-family: 'Oswald', sans-serif; font-size:1.8em; text-transform: uppercase; margin-bottom:20px; font-weight:bold;}
#dettaglioNews p { line-height: 1.4em; margin-bottom:15px; text-align: justify;}
#dettaglioNews img {margin-bottom:10px; margin-right:10px; border: 2px solid #f5f5f5; -webkit-border-radius: 3px; border-radius: 3px; display:block; overflow: hidden;}
#dettaglioNews .data {color: #383838; text-transform: uppercase; font-weight: 700; font-size:1em; line-height:1.8;}
#dettaglioNews .comune {font-weight:bold; color: #4c0f0c; margin-bottom: 5px; font-weight: 400; font-size: 1.4em; text-transform:uppercase; }
#dettaglioNews .localita {font-weight:bold; margin-bottom: 5px; font-weight: 400;  }
#dettaglioNews .allegato {background: #4c0f0c; color: #fff; padding: 10px; margin-top: 10px; overflow: hidden; width: max-content; -webkit-border-radius: 2px; border-radius:2px}
#dettaglioNews .fonte {margin-top:10px; color: #4c0f0c; font-style:italic; clear: both; }



/*HOME BOX PARTNER*/
.partner_content{margin:0 auto; width: 100%;}
.partner_content h3{font-size:3em; font-family: 'Oswald', sans-serif; text-transform: uppercase; text-align: center; padding:20px; /*background:url(/images/linea.png) repeat-x; background-position: bottom center; */}
.box_partner{cursor: pointer; padding:2px; width: fit-content; margin:5px; box-sizing: border-box;}
.box_partner:last-child {margin-right:0px;}
.box_partner_img{text-align: center;}
.rotatore_partner{height: 160px;}

/*BOX PARTNER */

.boxflex{float:left; box-sizing:border-box; background-position:center center; background-size:cover; background-repeat: no-repeat; overflow: hidden;  }
.boxitem_content h3{color: #383838; font-size:1.2em; margin:5px; font-weight: 700; box-sizing: border-box; text-align: center; }
.boxitem_content{height:40px !important; opacity:1; margin:0px; cursor:pointer; text-align: left;}
.boxitem_content span{font-style: italic;}
.boxitem_content p{min-height: 10px;  padding: 0px 10px 10px 10px; text-align: center; color: #383838; }
.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; text-shadow:0px 0px 10px rgba(0, 0, 0, 1); }

.boxitem_vuoto {position:absolute; box-sizing:border-box; display: block !important;  height: 90% !important; margin-top: 10px; border:1px solid #f5f5f5; padding: 5px;}
.boxitem_vuoto .boxitem_content h3  {color: #f5f5f5; font-weight: bold; font-size: inherit; text-transform:uppercase; text-shadow: none; 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_iconapiccola{ background-repeat:no-repeat; background-position: center center; /*background-size:40% !important;*/ }

.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;}


.boxitem_contenutobasso {position:relative;}
.boxitem_contenutobasso  .boxitem_content  {position: absolute; bottom: 0;overflow: hidden;width:100%;box-sizing:border-box;overflow: hidden;}
.boxitem_iconapiccolabasso{position:relative; background-repeat:no-repeat; background-position: center center; /*background-size:40% !important;*/}
.boxitem_iconapiccolabasso  .boxitem_content  {position: absolute; bottom: 0;overflow: hidden;width:100%;box-sizing:border-box; }

.square-content { position: absolute; top: 5px; left: 5px; bottom: 5px; right: 5px; color: white; overflow: hidden; border:2px solid #f5f5f5; -webkit-border-radius: 3px; border-radius:3px; }
.square-content div {display: table; width: 100%; height: 100%; background-size: 100%; transition: 0.3s;}
.square-content div:hover{background-size:90%}
.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;} 

/*PAGINA COMPOSITA*/
.contenuto_testo {margin:0px; display: block; clear: both; width: 100%; }
.contenuto_testo h2{text-transform: uppercase; padding-bottom:0px; margin-top: 0px; }
.contenuto_testo p { margin-bottom:10px; text-align: justify;}
.contenuto_testo p a{color: #f5f5f5; font-weight: bold;}
.contenuto_testo img {margin-top:10px; margin-bottom:10px; display:block; overflow: hidden;  -webkit-border-radius: 3px; border-radius:3px; }


/* SEZIONE CONTATTI */
.richiediinfo_contenuto{width:48%; margin:1%; float:left;}
.richiediinfo_form{display:block; width:48%;float:right; background-color:#f5f5f5; -webkit-border-radius: 3px; border-radius:3px; }
.richiediinfo_form_full{display:block; width:100%; float:right; background-color:#f5f5f5; -webkit-border-radius: 3px; border-radius:3px; margin-top: 10px; }


/*PAGINATORE*/
.paginatore {width:100%; margin-top:30px;  margin-bottom:40px; text-align: center; font-size: 1.8em; line-height:1.5; background-image:url(/images/paginatore_fondo.png)!important; background-position: center; background-repeat: repeat-x;}
.paginatore p {background-color:#fff; width:max-content; margin: 0 auto; padding-left: 15px; padding-right: 15px; }
.paginatore p a{opacity:1; text-decoration: none !important; font-weight:bold; background-color: #f5f5f5; width:40px; height:40px; color: #fff; display: inline-block; box-sizing: border-box; }
.paginatore p a:hover{opacity:0.7;  text-decoration: none !important; }
.paginatore p a.sel{background-color: #383838; width: 40px; height: 40px;  color: #fff; display: inline-block; box-sizing: border-box;  text-decoration: none; text-decoration: none !important;}

/* SEZIONE HEADER + H4 PERSONALIZZATO */
.sezione_header {margin-bottom:0px;}
.sezione_header h4{text-transform: uppercase; }

.sezione_intro {font-weight:bold; margin-bottom:10px;}
.sezione_contenuto {margin-top:5px;}

.pagina_sezioni .boxitem:nth-of-type(odd) { background: red; float:left; clear:right}
.pagina_sezioni .boxitem:nth-of-type(1) { background: #f5f5f5; margin-left:0px;}


/* SEZIONE BLOCCO A DUE TESTI */
.sezione_due_blocchi {overflow:hidden;}
.sezione_due_blocchi .sezione_sx {float:left; width:49%; border-radius: 3px; box-sizing: border-box; border: 2px solid #f5f5f5;}
.sezione_due_blocchi .sezione_sx h2{clear: both; width:100%; margin: 5px; font-size: 1.4em; font-family: 'Oswald', sans-serif; }
.sezione_due_blocchi .sezione_sx img {max-width:100%}

.sezione_due_blocchi .sezione_dx {float:right; width:49%; border-radius: 3px; box-sizing: border-box; border: 2px solid #f5f5f5;}
.sezione_due_blocchi .sezione_dx h2{clear: both; width:100%; margin: 5px; font-size: 1.4em; font-family: 'Oswald', sans-serif; }
.sezione_due_blocchi .sezione_dx img {max-width:100%}


/* GALLERIA ALLEGATI */
.document_gallery .doc_icona_hidden {display:none;}
.document_box {margin-bottom: 15px; overflow: hidden; text-align: center; /*border:10px solid #f5f5f5; background-color: #f5f5f5; -webkit-border-radius: 3px; border-radius:3px; */margin: 1px; box-sizing:border-box;}
.document_box h3{color: #383838;/* background: #f5f5f5;*/ clear: both; font-size: 1em; padding: 5px; font-weight:700; text-align: center; text-transform: uppercase;}
.document_box span{font-style: italic; color:#383838; font-weight: bold}
.document_box p{background-color: #f5f5f5;}
.document_box img{cursor: pointer;border:2px solid #f5f5f5;  -webkit-border-radius: 3px; border-radius:3px; }


/* LAYOUT SEZIONI */
.visib_sezioni_page{margin-bottom: 15px; overflow: hidden; position: relative; }


/*DETTAGLIO LATERALE LIBERO*/

#contenuto_laterale {width:30%; float:right; overflow: hidden; color: #383838; min-height:350px; margin-top:10px; background-color:#f5f5f5; padding:10px; box-sizing: border-box; -webkit-border-radius: 3px; border-radius:3px; margin-bottom: 10px;}
#contenuto_laterale h1{font-size: 1.8em; text-transform: uppercase; margin: 0px;}
#contenuto_laterale h3{font-size: 1.1em; text-transform: uppercase; margin: 0px;}
#contenuto_laterale h4{font-size:1em; text-align: left; }
#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;}

    
/*RICETTIVITA'*/
.ricettivita_servizi {width: 100%; clear:both; display: block; overflow: hidden; padding-bottom: 10px;}
.ricettivita_servizi ul {padding:3px; margin:0px }
.ricettivita_servizi li {padding-left: 5px; clear: both; list-style-type: none; padding:5px 5px 0px 0px}
.ricettivita_servizi img{width:30px !important; float: left !important; }
.margin_ricettivita_servizi{margin-bottom:20px;}

.contenuto_ricettivita{margin-top:15px;}
.ricettivita_allegato {background: #4c0f0c;; color: #fff; padding: 10px; margin-top: 10px; overflow: hidden; width: max-content; -webkit-border-radius: 2px; border-radius:2px}
.contenuto_interno_ric{display: block; }
.contenuto_interno_ric h4 {text-transform: uppercase;}


#contenuto_laterale img {border: 0px;  width: all !important;  }
ul.lista_laterale {font-weight: 400; font-size: 0.9em; }
ul.lista_laterale li {list-style-image: url(/images/list.png);   }
#contenuto_laterale p{padding:5px; color: #383838; line-height: 1.6em; }

#contenuto_laterale table  {width: 100%; border:0px !important; }
#contenuto_laterale iframe {width: 100%; border:0px !important;  height: 150px !important; border-bottom: 1px solid #b3b3b3!important; padding-bottom: 10px; margin-bottom: 10px; }
.dettaglio_intero{ width:100%; margin-bottom: 15px;}
.dettaglio_splittato {width:70%; padding-right: 15px; box-sizing: border-box; float:left; margin-bottom: 15px;}


.pagina_sezioni_intera{ width:100%;}
.pagina_sezioni_splittato{width:70%;float:left;}

.back_content{width:auto; margin:0 auto; height: 50px; display: block;}
.back {box-sizing: border-box; 
    -webkit-border-radius: 3px; border-radius: 3px; display: inline-block; overflow: hidden; background-image:url(/images/back.png)!important; 
    background-repeat: no-repeat !important; margin-top:10px; text-transform: uppercase;  margin-bottom: 10px; background-position: left center !important; 
    background: #4c0f0c; color: #fff; padding:7px 20px 7px 30px; float: right; }

/*GALLERY
.fotorama{width:100%; text-align: center; background-color: #f5f5f5; overflow: hidden; -webkit-border-radius: 3px; border-radius:3px; padding: 15px; box-sizing: border-box; margin-bottom:20px;}
.fotorama__wrap{width:100% !important; margin:0 auto; }

/*.fotorama__pointer{width:100%;}
.fotorama__img{border-radius:10px!important; width:100% !important;}
.fotorama__stage {border-radius:5px!important; width:100% !important;}
.fotorama__thumb  {border-radius:5px!important;width:100% !important;}
.fotorama__thumb-border{border-color: #ffffff !important;}
*/

/*GALLERIA GENERALE*/
.gallery{margin-top:5px; overflow: hidden; width: 100%; margin: 0 auto; text-align: center}
.box_gallery{overflow: hidden;}
.gallery_Home ul, .gallery ul{margin:0px auto; padding:0px; width:100%;}

/*DESCRIZIONE*/
.galleryDesc{background-color: #000; display:block; font-size:0.9em;  text-align: center; overflow: hidden; color: #fff; padding:2px; position: absolute; bottom: 0; width: 100%;}
.gallery_data{color: #f5f5f5; 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:#000!important;}

.thumbnail {display:inline-block; position: relative; width: 360px; height:260px; margin: 0.5%; overflow: hidden;  }
.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;}


/*GALLERY INTERNA*/
.dettaglio_gallery {position: relative; width:100%; height:650px; margin-right: 5px; -webkit-border-radius: 3px; border-radius:3px; float: left; overflow: hidden; margin-bottom:30px;}
.dettaglio_gallery 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%);}
.dettaglio_gallery img.foto_dettaglio_gallery {min-width: 800px; min-height: 100%; width:800px; }

.back {display: inline-block; font-weight: 400; overflow: hidden; float:right; background-image:url(/images/back.png)!important ; background-repeat: no-repeat !important; margin-top: 10px; margin-bottom: 10px; 
background-position: left center !important; background: #4c0f0c; color: #fff; padding:7px 15px 7px 30px; overflow: hidden; width: max-content;}
.back:hover{background: #393939; color: #fff; }

/* VIDEOGALLERY LAYOUT VIDEO LISTA*/
.gallery_video {margin-top:10px; overflow:hidden; background-color:#383838; overflow: hidden; -webkit-border-radius: 3px; border-radius:3px; padding: 15px; }
#primo_video {width:100%; text-align: center; margin: 0 auto; box-sizing: border-box;}

.video_content{display: block; text-align: center; margin-top:15px; margin-bottom:5px; overflow:hidden; }
.video_data{font-weight: bold; color: #f5f5f5; font-style: italic;}
.video_titolo {color: #f5f5f5; text-transform: uppercase;  font-weight: bold; display: none; }
.video_descrizione_breve {line-height:initial; overflow: hidden; }

.video_list {margin:0px; cursor: pointer; }
.video_riga {text-align:center; margin-right: 1px; color: #fff; background-color: #383838; overflow: hidden; border-radius: 3px;}
.video_riga_content {clear: both; text-align: center; padding: 10px;}
.video_titolo_content{margin-top: 0px; margin-bottom: 0px; font-weight: bold; height:30px; overflow: hidden; font-size: 1em;}
.video_selected {background: #ffffff; color: #383838!important; }
.video_riga_descrizione_breve {display: none}

.video_img {position: relative; width:400px; height: 190px;  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; }

.code{float: right; color: #fff; margin:7px; margin-left: 15px; font-size:0.9em; }



/*ROTATORE NEWS*/
.rotatore_home{width: 100%; top: 80px; z-index: 3000; position: relative; display: block; }
.rotatore_news_prev{float:left; padding: 15px; cursor: pointer; text-align: right; position: absolute;left: -35px;}
.rotatore_news_next{float:right; padding: 15px; cursor: pointer;text-align: left; position: absolute; right: -35px;}



/*MAPPA GOOGLE pagina composita */

.mappa_contenuto{width:48%; margin:1%; float:left;}
.mappa_half{height:400px; display:block; width:48%;float:right; padding: 15px !important; border: 6px solid #f5f5f5; border-radius: 3px;}
.mappa_full{height:600px; display:block; width:100%; float:right;  padding: 15px !important; border: 6px solid #f5f5f5; border-radius: 3px;}

.map_section{ margin-top:10px; padding: 15px; box-sizing: border-box;}
.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: 243px;
  height: 161px !important;
  border: 1px solid #f5f5f5;
}

  
/* PAGINE INTERNE MENU PAGINE FIGLIE*/
.menu_pagine_figlie {text-align:center; margin-left:0px!important; padding-left:0px !important; margin-bottom:20px; padding-bottom:20px; overflow:hidden; width:100%; display: flex; justify-content: center; }
.menu_pagine_figlie ul{text-align: center; padding: 20px; list-style-type: none; overflow:hidden;}
.menu_pagine_figlie li{color:#4c0f0c; text-transform: uppercase; box-sizing: border-box; padding:5px 10px 5px 10px; float: left; border:1px solid #4c0f0c; background-color: #fff; margin-right: 5px; -moz-border-radius: 3px; -webkit-border-radius: 3px; list-style-type: none;}
.sorella_selected {background-color:#393839!important; color:#ffffff !important; border:1px solid #393839 !important; }


/*CONTENT BOX NEUTRO*/ 
.box_pagine_figlie{margin-top:20px; margin-right: 1px; margin-bottom: 20px; box-shadow:0px 0px 4px 3px rgba(0, 0, 0, 0.1);  border-radius: 5px 5px 5px 5px; }
.box_pagine_figlie:last-child {margin-right:0px; }

.box_pagine_figlie_img {position: relative; height: 300px; overflow: hidden;  -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px; padding:15px; }
.box_pagine_figlie_img h3{color: #fff; font-size:1.4em; text-transform: uppercase; text-align: left;  text-shadow: 0 0 5px #111111; width:100%; margin:0px; border-bottom: 1px solid #ffffff; box-sizing: border-box; position: relative; text-align: left;}
.box_pagine_figlie_img p {color: #fff; font-size:1.2em; text-shadow: 0 0 5px #111111; width:100%; box-sizing: border-box; position: relative; text-align: left; } 
.box_pagine_figlie_img img {position: absolute; left: 50%; top: 50%; box-sizing: border-box;  min-width: 100%; min-height: 100%; width:100%; -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.box_pagine_figlie_img img.foto_box {object-fit: cover;}



/*
.menu_pagine_figlie ul{ display: flex; justify-content:center; text-align: center; padding: 20px; list-style-type: none;}
.menu_pagine_figlie li { color: #fff; text-transform: uppercase; min-height:150px;  min-width:300px; box-sizing: border-box; padding:30px 10px 30px 10px; margin-right: 5px; font-size: 2em; font-weight: bold; background-color: #4c0f0c; -moz-border-radius: 3px; -webkit-border-radius: 3px; list-style-type: none;}
.menu_pagine_figlie li span{text-transform:initial; display: block; clear: both; font-weight:400; font-size:0.6em;}

*/



/*
.menu_pagine_figlie_img {position: relative; clear: both; height: 220px; overflow: hidden; margin-bottom:15px; }
.menu_pagine_figlie_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%);}
.menu_pagine_figlie_img img.foto_visore {min-height: 100%; width:100%;} 




/* MENU AJAX */ 
#cssmenu{display: none}

#ajax_menu {line-height:1; z-index: 5000; margin-top:35px; float: left; width:60%;}
#ajax_menu ul {list-style:none; margin: auto; padding: 0; border: 0; }
#ajax_menu li {float:left; margin-right: 10px; margin-left: 10px;   font-weight:bold;} 
#contenitore_pannelli_outer {position:relative;width:100%;}
#contenitore_pannelli { opacity:1.0;  background-color:#FFF; overflow:hidden; box-shadow: 0 4px 4px #cfcfcf; position:absolute;top:0px;z-index:6000; margin-top:0px; width:100%;
display:none;overflow:hidden; padding-top:20px; box-sizing:border-box;}
#ajax_menu li.selected {color: #f5f5f5;}


.wrap_full {width:100%; padding:20px;}
.wrap_50 {margin:0 auto; position:relative; max-width:1140px;}
.wrap_50 .panel_title {text-transform:initial; color: #f5f5f5; 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: #f5f5f5; 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: #f5f5f5; 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: #f5f5f5; text-align: left; margin-top: 30px; }
.wrap_100 .visib_sezioni_page {display:none}

#container .visib_sezioni_menu {display:none;}
#container .visib_sezioni_top {display:none;}



.link_top {
  position: fixed;
  z-index: 15000;
  right:20px;
  top:60px;
}

/*
.content_box_pulsanti{ margin-top:5px; margin-right: 1px; margin-bottom: 5px; }
.content_box_pulsanti:last-child {margin-right:0px; }

.content_box_pulsanti h3{padding:10px; color: #fff; text-transform: uppercase; height:45px; background-color: #f5f5f5;   position: relative; z-index: 2000; font-size: 1.2em; font-weight: 500; text-align: center; }
.content_box_pulsanti p {color: #fff; height:60px; margin:10px;  text-align: left;   overflow: hidden;}

.content_box_pulsanti_img {height: 450px; overflow: hidden; position: relative; }
.content_box_pulsanti_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_box_pulsanti_img img.foto_box {min-height: 100%; width:400px;}

/*LAYOUT NEWS LISTA 

#pannelloNews{margin-bottom:40px; margin-top: 40px; }
.lista_news{margin-bottom: 15px; overflow: hidden; position: relative;  }

.lista_news_cont{border: 1px solid #f5f5f5; position: relative; width:725px; height:200px; margin-right: 5px; -webkit-border-radius: 3px; border-radius:3px; float: left; overflow: hidden; padding: 15px 20px 10px 20px; box-sizing: border-box; }
.lista_news_cont h2{font-size: 1.8em; font-weight:800; text-transform: uppercase; margin: 0px; height: 30px; overflow: hidden;} 
.lista_news_cont h3{color: #f5f5f5; font-size: 1.1em; font-weight: 600; text-transform: uppercase; margin: 0px; margin-bottom: 5px; height:20px; overflow: hidden; display: block;}
.lista_news_cont p{height:50px; margin-bottom: 20px; overflow: hidden; display: block; color: #666666;}
.lista_news_cont h4{padding-left: 25px; line-height: 2.8; font-size: 1.2em; background-repeat:no-repeat; background-position:center left; background-image: url(/images/geolocalizzazione.png);height:45px; border-top: 1px solid #b3b3b3;}
.lista_news_cont_button {background-color: #f5f5f5;  -webkit-border-radius: 3px; border-radius:3px; color: #fff; text-transform: uppercase; float: right; position: relative; top: -30px; padding: 5px 30px 5px 30px; font-size: 0.8em;}

.lista_news_data{ background-color:#f5f5f5; width: 200px; height: 200px; text-align: center; padding:20px; margin-right: 5px; -webkit-border-radius: 3px; border-radius:3px; float: left; color: #fff; box-sizing: border-box;}
.lista_news_data .mese{clear: both; font-size: 2em; text-transform: uppercase; display: block; font-weight: 300;}
.lista_news_data .giorno{clear: both; font-size:7em; text-transform: uppercase; display: block; font-weight: 800; line-height: 0.8;}
.lista_news_data .anno{clear: both; font-size: 2.4em; text-transform: uppercase; display: block; font-weight: 300;}

/* - modo miniatura - 
.lista_news_img {position: relative; width:200px; height:200px; margin-right: 5px; -webkit-border-radius: 3px; border-radius:3px; float: left; overflow: hidden;}
.lista_news_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_news_img img.foto_lista_news {min-width: 300px; min-height: 100%; width:300px;}


.dett_news_data{background-color:#f5f5f5; width: 200px; height: 200px; text-align: center; padding:20px; margin-right: 5px; -webkit-border-radius: 3px; border-radius:3px; float: left; color: #fff; box-sizing: border-box; position: absolute; z-index: 2000; margin:20px;}
.dett_news_data .mese{clear: both; font-size: 2em; text-transform: uppercase; display: block; font-weight: 300;}
.dett_news_data .giorno{clear: both; font-size:7em; text-transform: uppercase; display: block; font-weight: 800; line-height: 0.8;}
.dett_news_data .anno{clear: both; font-size: 2.4em; text-transform: uppercase; display: block; font-weight: 300;}



/* - modo icona - 
.lista_icona {position: relative; background:#fff; width: 80px; height:80px;  border:2px solid #fff; margin-right: 5px;  float: left; overflow: hidden;}
.lista_icona img {position: absolute; left: 50%;top: 50%;  height:auto; -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}



/*LAYOUT PROGETTI LISTA 
#pannelloProgetti{margin-bottom:40px; margin-top: 40px; }
.lista_progetti{margin-bottom: 15px; overflow: hidden; position: relative;  }

.lista_progetti_cont{border: 1px solid #f5f5f5; position: relative; width:790px; height:200px; margin-right: 5px; -webkit-border-radius: 3px; border-radius:3px; float: left; overflow: hidden; padding: 15px 20px 10px 20px; box-sizing: border-box; }
.lista_progetti_cont h2{font-size: 1.8em; font-weight:800; text-transform: uppercase; margin: 0px; height: 30px; overflow: hidden;} 
.lista_progetti_cont h3{color: #f5f5f5; font-size: 1.1em; font-weight: 600; text-transform: uppercase; margin: 0px; margin-bottom: 5px; height:20px; overflow: hidden; display: block;}
.lista_progetti_cont p{height:50px; margin-bottom: 20px; overflow: hidden; display: block; color: #666666;}
.lista_progetti_cont h4{line-height: 2.8; font-size: 1.2em; height:45px; border-top: 1px solid #b3b3b3; background-repeat:no-repeat; background-position:center left; }
.lista_progetti_icona_custom {padding-left: 40px; background-image: url(/images/abitanti.png);}
.lista_progetti_icona_default {padding-left:25px;background-image: url(/images/geolocalizzazione.png);}
.lista_progetti_cont_button {background-color: #f5f5f5;  -webkit-border-radius: 3px; border-radius:3px; color: #fff; text-transform: uppercase; float: right; position: relative; top: -30px; padding: 5px 30px 5px 30px; font-size: 0.8em;}
.lista_progetti_shop_button {background-color: #f5f5f5; border-radius:3px; color: #fff; text-transform: uppercase;text-align: center; margin-top: 5px; padding: 10px 30px 10px 30px; font-size: 1.4em;font-weight: bold;}
.lista_progetti_cont_search {width:590px;}

/* - modo miniatura - 
.lista_progetti_img {position: relative; width:340px; height:200px; margin-right: 5px; -webkit-border-radius: 3px; border-radius:3px; float: left; overflow: hidden;}
.lista_progetti_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_progetti_img img.foto_lista_progetti {min-width: 340px; min-height: 100%; width:350px; }
.lista_progetti_img_search {width:250px;}

/*DETTAGLIO Progetti
#dettaglioProgetti{margin:0px; padding-top:50px; display: block; clear: both; width: 100%;}
h1.titolo_superiore{display: none;}

#dettaglioProgetti h2{color: #f5f5f5; font-size:1.1em; text-transform: uppercase; font-weight:bold; padding-bottom:0px; background: none; margin-top: 0px; }
#dettaglioProgetti p { line-height: 1.4em; margin-bottom:15px; text-align: justify;}
#dettaglioProgetti p a{color: #f5f5f5; font-weight: bold;}
#dettaglioProgetti img {margin-bottom:10px; display:block; overflow:hidden;}

#dettaglioProgetti .data {margin-bottom: 5px; display: block;text-transform:capitalize; font-weight: 400; font-style: italic; }
#dettaglioProgetti .comune {font-weight:bold; color: #f5f5f5; margin-bottom: 5px; font-weight: 400; font-size: 1.4em; text-transform:uppercase; }
#dettaglioProgetti .localita {font-weight:bold; margin-bottom: 5px; font-weight: 400;  }
#dettaglioProgetti .allegato {background: #f5f5f5; color: #fff; padding: 10px; margin-top: 10px; overflow: hidden; width: max-content; -webkit-border-radius: 2px; border-radius:2px}
#dettaglioProgetti .fonte {margin-top:10px; color: #f5f5f5; font-style:italic; float: right; }





/*DETTAGLIO PROGETTO
#riquadro_contatti {background-color:#f5f5f5; padding:15px; width:25%; float:right;  }
#riquadro_contatti h3{color: #f5f5f5; font-size: 1em; text-align: left; line-height: 2em; text-transform: uppercase; }
#riquadro_contatti img {float: left; border: 0px; margin-right: 10px; margin-top: 0px; width: all !important;}
#riquadro_contatti div{font-weight: 400; padding:5px 0px 10px 0px; line-height: 2em;  font-size: 0.9em; clear: both;  }


/*SELETTORE TEMI PROGETTI
.content_box_selettore_tema {position: relative; height: 360px; overflow: hidden; margin-top:10px; opacity: 0.4;  margin-bottom:30px; border:solid 3px #fff; box-sizing: border-box; margin-right:0px; float: left; text-align: center;}
.content_box_selettore_tema:last-child { margin-right:0px}
.content_box_selettore_tema_sfondo{ margin: 5px; background-repeat: no-repeat!important; min-height:250px; height:250px;}
.content_box_selettore_tema_des{clear: both; position: absolute; box-sizing:border-box; height:80px; bottom:0px; display: block; width: 100%; }
.content_box_selettore_tema_des h3{color: #fff; display: block; font-size:1.6em; text-align: center; display: block; font-weight: 800; z-index: 2000; position: absolute; width: 100%;}
.content_box_selettore_tema_des p {color: #fff; display: block; font-weight:500; position: absolute;  z-index: 2000; padding-bottom: 5px; padding-left:30px; padding-right:30px;  min-height: 50px; bottom: 0; text-align: center;}
.content_box_selettore_tema_img{position: absolute; left: 50%; top: 60%; -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}

.content_box_selettore_tema_selected{opacity: 1;}

.content_box_selettore_tema_1{background-color: #61b08d;}
.content_box_selettore_tema_2{background-color: #4da2c8;}
.content_box_selettore_tema_3{background-color: #8f8ed0;}
.content_box_selettore_tema_4{background-color: #f9824b;}

	

/*EVENTI E NEWS IN EVIDENZA
.titolo_news_evidenza { background-color:#f5f5f5 !important; color: #fff; width: 100%; text-align: left;padding: 5px 5px 1px 16px; box-sizing: border-box; margin-bottom: 15px; }
.titolo_news_evidenza h2{font-size: 2em !important; line-height: 1.2em;  padding-bottom: 5px !important; text-transform: uppercase; color: #fff!important; background:url(/images/bg_titolo_evidenza.jpg)!important; background-repeat: no-repeat!important; background-position: bottom left!important; margin-top: 0px!important}
.titolo_news_evidenza h4{font-size: 1em; text-transform: uppercase; color: #fff; font-weight: 300;}
.titolo_eventi_evidenza {background-color:#383838 !important; width: 100%; width: 100%; text-align: left;padding: 5px 5px 1px 16px; box-sizing: border-box;  margin-bottom: 15px;margin-top:50px;}
.titolo_eventi_evidenza h2{font-size: 2em !important; padding-bottom: 5px !important; line-height: 1.2em; text-transform: uppercase; color: #fff!important; background:url(/images/bg_titolo_evidenza.jpg)!important; background-repeat: no-repeat!important; background-position: bottom left!important; margin-top: 0px !important}
.titolo_eventi_evidenza h4{font-size: 1em; text-transform: uppercase; color: #fff; font-weight: 300;}

.news_in_evidenza { display: block; overflow: hidden; width: auto; border-bottom:1px solid #ccc; margin-bottom: 15px;}
.news_in_evidenza_txt {float: left; display: block; width: 90%}
.news_in_evidenza h2{background-color: #f5f5f5!important; color: #fff !important; }
.news_in_evidenza_image{float: left; display: block; width: 10%;}
.news_in_evidenza_image img{width: 80%; }
.news_in_evidenza_comune {padding:0px; text-transform: uppercase; display: block; font-weight: 700; clear: both;}
.news_in_evidenza_titolo {padding: 0px; display: block;color: #333;text-transform: uppercase;font-weight: 800; }
.news_in_evidenza_sottotitolo {padding: 0px; display: block;color: #f5f5f5; text-transform: uppercase; font-size: 0.8em; font-weight: 400;margin-bottom:15px; }
.news_in_evidenza_data   {font-style: italic; color: #f5f5f5; padding-top: 5px; }
.news_in_evidenza_data_home  {font-style: italic; padding-top: 5px; }

.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}

.leggi_altro{background-color: #fff; color: #e0231a; text-transform: uppercase; background-color: #fff; text-transform: uppercase;float: right;margin: 12px;font-size: 0.9em;font-weight: bold;padding: 5px; -webkit-border-radius:4px; border-radius:4px}

.titoli_dettaglio_progetto{width: 100%; clear:both; padding-top:30px; font-weight: 700; font-size: 1.4em; line-height: 1.6em; border-bottom: 2px solid #f5f5f5; color: #383838; display: block; overflow: hidden; margin-bottom: 20px;}

.progetti_servizi{width: 100%; clear:both;padding-top:20px; display: block; overflow: hidden }
.progetti_servizi ul {columns: 3;  -webkit-columns: 3;  -moz-columns: 3; padding: 10px;}
.progetti_servizi li {list-style-type: ">"; color: #666666; padding-left: 5px;}
.progetti_servizi img{width:30px !important; float: left !important; }
.margin_progetti_servizi{margin-bottom:20px;}



/*FORM HOME
#form_home{margin-top:20px; margin-bottom:20px;}
#form_home label{font-weight: 400; padding-bottom: 10px;}
#form_home input  {width: 100%; height: 30px; margin-bottom: 5px;}
#form_home select {width: 100%; height: 30px; margin-bottom: 5px;}
#form_home textarea {width: 100%; height: 70px;}
#form_home input[type="button"] {width: 50%; margin-top: 5px; height: auto;}
#form_home input[type="submit"] {width: 100px; cursor: pointer; margin-top: 5px; float: right; position: absolute; bottom: 10px; right: 7px; background-image:url(/images/down.png); background-repeat:no-repeat; background-position:right; 
background-color: #fff; border: 0px;}




/*BOX GALLERY STRUTTURE E PROPOSTE
.boxside_item{margin-bottom: 15px; padding: 10px; overflow: hidden; background-color:#f2f2f2; position: relative; }
.boxside_img {width:130px;box-sizing: border-box; float: left; margin-right: 15px; background-color: #fff; padding:5px; }

.boxside_content {display: block; }
.boxside_content_date {padding:0px; font-weight: 300; display: block; font-style: italic;}

.boxside_content_title {color: #f5f5f5; 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: #f5f5f5;color: #fff;padding:7px 20px 7px 7px; overflow: hidden; width: max-content; -webkit-border-radius: 3px; border-radius:3px;}





/*MENU AD BOX A ICONE
.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: 130px; height: 130px; 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; font-size: 0.9em; 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;}



/* SEZIONE MOSAICO 
.mosaico { box-sizing: border-box;}
.mosaico:after { content: '';  display: block;  clear: both;}
.mosaico-item {float: left; border-radius: 10px; box-sizing: border-box; margin-bottom:10px;}
.mosaico-sizer { width: calc(25% - 10px); box-sizing: border-box;}
.gutter-sizer {width: 1%;}
.mosaico-item-1x1 { width: calc(25% - 10px);height: 0;	padding-top: calc(25% - 10px);}
.mosaico-item-2x1 { width: calc(50% - 10px); 	height: 0;	padding-top: calc(25% - 10px);}
.mosaico-item-2x2 { width: calc(50% - 10px);height: 0;	padding-top: calc(50% - 10px);}
.mosaico-item-4x2 {width: calc(100% - 10px); height: 0;padding-top: calc(50% - 10px);	}
.mosaico-info {	position:absolute; width:100%;bottom: 0px; left:0px;	padding:10px; box-sizing: border-box;	border-radius: 0px 0px 10px 10px; }
.mosaico-text-black {color:#000;}
.mosaico-text-white {color:#FFF;}



 /*ELENCO RICERCA
#barra_ricerca input{width: 98%}
#barra_ricerca select{width: 98%; padding: 10px;}
.ricerca_laterale_barra {width:20%; float:left; overflow: hidden;}
.ricerca_laterale_lista {width:80%; float:left; overflow: hidden;}
.active {font-weight: bold;}


.search_box {border: 1px solid #f5f5f5; padding: 10px; display: block; margin-top: 15px; overflow: hidden;  -webkit-border-radius: 3px; border-radius:3px; padding: 15px 20px 10px 20px; box-sizing: border-box;}
.search_box h3{font-weight: bold;}
.search_box span{font-style: italic; color:#f5f5f5; 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;color: #f5f5f5; font-weight: bold; font-size: 0.9em;}
.search_video{margin-right:5px; width:150px; max-width:150px; cursor:pointer; float: left;}
.search_copertina{margin-right:10px; width:200px; 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:#f5f5f5;}



/* PER LA PULIZIA OBBLIGATA 
span {font-family: 'Oswald', sans-serif !important;  font-style:normal !important; font-size: inherit !important;}
p span {font-family: 'Oswald', sans-serif !important; font-style:normal !important;  font-size: inherit !important;}
p span {font-family: 'Oswald', sans-serif !important;  font-style:normal !important;  font-size: inherit !important;}
div {font-family: 'Oswald', sans-serif !important;  font-style:normal !important;  font-size: inherit !important;}
*/


/* 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;}

/*CALENDARIO
.form-control{padding: 8px; box-sizing: border-box;}
/*METEO
.meteo_widget { width: 45%; float: right; padding:2%; background-color: #f5f5f5; text-transform: uppercase; font-weight: 400; border-radius: 3px;}
.meteo_content{float: left; width:45%}

#search_again_button {
display: none;
background-color: #f5f5f5 !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;
}

/* 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:#f2f2f2; border-radius: 3px;}

.video_content{display: block; text-align: center; margin-top:15px; margin-bottom:5px; overflow:hidden; }
.video_data{font-weight: bold; color: #f5f5f5; font-style: italic;}
.video_titolo {color: #f5f5f5; 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: #f2f2f2; overflow: hidden; border-radius: 3px;}
.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: #f5f5f5; color: #fff!important; }
.video_riga_descrizione_breve {display: none}

.video_img {position: relative;background:#fff; width:400px; height: 190px;  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; }




.lista_img {position: relative; background:#fff; width: 130px; height:130px; border:2px solid #fff; 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: 200px; min-height: 100%; width:200px; }

	

*/


/* PLUGIN VIDEO FCKEDITOR 
.youtube_preview_image {display:none;}
.video_youtube{border:0px; overflow:hidden;}
.full-width-video {width:99%;}
.half-width-video {width:49%;}
.half-width-video-centered {width:49%;margin:0px auto;}
.half-width-video-centered-75 {width:75%;margin:0px auto;}
.half-width-video-floated {width:48%;float:left;padding:0px 0px 0px 0px;margin-right:10px;margin-left:10px;}
.half-width-video-floated-dx {width:48%;float:right;padding:0px 0px 0px 0px;margin-left:10px;margin-right:10px;}

/* TEMPLATE FCKEDITOR -- BISOGNA RENDERLI RESPONSIVE 
.tl_dueblocchi {width:99%; overflow:hidden; padding:5px;}
.tl_dueblocchi_sx {float:left; margin-left:0px; width:48%; overflow:hidden;}
.tl_dueblocchi_dx {float:right; margin-right:0px; width:48%; overflow:hidden;}

.tl_immagine_full {width:100%;overflow:hidden;}
.tl_immagine_full img {width:100%;}
.tl_spacer {clear:both;height:1px;width:100%;}

/* IMMAGINI INGRANDIBILI DENTRO l'FCKEDITOR
.fck_miniatura {}
.fck_miniatura_slickhover { color: transparent; vertical-align: middle; -ms-interpolation-mode: bicubic; position: relative; z-index: 2;}
#box_ricerca{float: right; display: block; overflow: hidden; position: absolute; right: 0; margin-top: 8px   /*top:27px;width: 20%; */}

/*.bottone_riservata { 
background-image: url(/images/user.png) !important;
line-height: 2em; 
color: #fff;
font-weight: 400;
background-repeat: no-repeat !important;
background-position: right center !important; 
height: 32px; 
width: 150px;
margin-bottom: 8px; 
padding-left: 5px; 
border-radius: 3px; 
-moz-appearance: none;
display: block;
cursor: pointer;
background: #f5f5f5;
overflow: hidden;
display: block;
float:right;
}
.ricerca{ display: flex; overflow: hidden; width: 200px; }
.ricerca input[type=text] {background-color: #f2f2f2; float: right; width:70%; height:32px; padding:8px; margin-right:5px; }
.ricerca input[type="button"] {background-image:url(/images/searchicon.png); background-repeat:no-repeat; background-position:right center; margin-right: 5px!important; text-align: left; width:60px; height: 32px; margin:0px; border-radius: 3px; -webkit-appearance:none; -moz-appearance:none; appearance:none; display:block; cursor: pointer; }


.cerca{float: right; top: 20px;  cursor: pointer; position: relative; z-index:10000; }
.cerca img{width: 20px !important; height: 20px !important; }




/*MENU SINISTRO FISSO
#side_menu {float:left;position: absolute; z-index: 8000; margin-left:10px;}
#side_menu ul{margin: 0px; padding: 0px; /* border-right: 1px solid #fff; *//*}
#side_menu li{background-color: #f5f5f5; width: 110px; text-align: center; border-bottom: 1px solid #fff;list-style: none; cursor: pointer; -webkit-transition: background-color 0.35s ease-out;   -moz-transition: background-color 0.35s ease-out; -o-transition: background-color 0.35s ease-out;   transition: background-color 0.35s ease-out;}
#side_menu li:hover{background-color: #0b4d1e; display: block;}
#side_menu li span {clear: both; color: #fff; display: block; text-transform: uppercase;font-weight: 400; font-size: 12px; padding:15px 10px 5px 10px;}
#side_menu li img {clear: both; width: 30px; padding-top: 10px; padding-bottom: 20px;}
#side_menu li:last-child {border-bottom: 0px!important;}
#side_menu .side_selected {background-color:#0b4d1e !important;}
.segnalibro{width: 110px;}
.top_segnalibro{width:120px; height: 21px}


.margin_container{margin-top: 100px !important;}
.margin_section{margin-bottom:0px !important;}

header .back_header {height:700px; background-position:center center; background-size:100%; background-repeat: no-repeat; } 
header a:hover{opacity:1 !important;}

/*SFONDI SEZIONI
.sfondo_visore_1 {clear:both; width:100%; padding-top:30px; padding-bottom:30px; overflow:hidden; background-color: #f2f2f2}
.sfondo_visore_2 {clear:both; width:100%; padding-top:30px; padding-bottom:30px; overflow:hidden; background-color: #ffffff}
.sfondo_visore_3 {clear:both; width:100%; padding-top:30px; padding-bottom:30px; overflow:hidden; background-color: light#f5f5f5}

.contenuto_centrale_sx{margin-bottom: 20px; display: block; float:left;}
.contenuto_centrale_dx{margin-bottom: 20px; margin-top:20px; display: block; /*padding:15px; box-sizing:border-box;*/ /* background-color: #f2f2f2; float:right; }

.contenuto_centrale_dx h2{font-size: 1.8em; color: #e0231a; text-align: left; font-weight: bold; margin:12px; }
.contenuto_pulsanti{clear:both; margin-bottom: 20px; margin-top: 20px; display: block; }




.read_more {display:none;}
.leggi_di_piu {color:green; cursor:pointer; font-weight:400; text-align: center;  height:40px; margin-top: 20px; padding-top: 20px;background-image: linear-gradient(180deg, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 15%); }
.leggi_di_meno {color:green; cursor:pointer; font-weight:400; text-align: center; display:none;  padding-top: 20px; height:40px; background-image: linear-gradient(0deg, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 15%);}


#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; width: auto; margin-right: 10px; margin-top: 0px; height: 30px;}
#newsletter input[type="button"] {background-color:#fff !important; font-size: 0.9em;}
#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;}





/*VISORI BOX HOME BASSO
.content_box_home_basso {position: relative; height: 360px; overflow: hidden; margin-top:10px;  margin-bottom:30px; border:solid 5px #fff; box-sizing: border-box; margin-right:0px; float: left; text-align: center;}
.content_box_home_basso:last-child { margin-right:0px}
.content_box_home_basso_sfondo{ margin:10px; background-repeat: no-repeat!important; min-height:250px; height:250px;}
.content_box_home_basso_des{clear: both; position: absolute; box-sizing:border-box; height:80px; bottom:0px; display: block; width: 100%; }
.content_box_home_basso_des h3{color: #fff; display: block; font-size:1.6em; text-align: center; display: block; font-weight: 800; z-index: 2000; position: absolute; width: 100%;}
.content_box_home_basso_des p {color: #fff; display: block; font-weight:500; position: absolute;  z-index: 2000; padding-bottom: 5px; padding-left:15px; padding-right:15px;  min-height: 50px; bottom: 0; text-align: center;}
.content_box_home_basso_img{position: absolute; left: 50%; top: 60%; -webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}

.content_box_home_basso_selected{opacity: 0.5;}

.info_visibile {position:absolute;bottom:0; padding:5px;color: #FFF;opacity:1;  z-index:5000;width: 100%;background-image:url(/images/sfumatura.png)!important; background-repeat: repeat-x!important; background-position: bottom;overflow: hidden;}
.info{opacity: 1;}
.content_visore_img:hover {opacity: 1;}
.info_visibile a:hover {opacity:1;}
.info_visibile:hover {opacity:1;}



/*.box .posizione:nth-child(odd){position: absolute; z-index: 3000;  background-image:url(/images/back_message.png) !important; color: #fff!important}*/
/*.box a.posizione:nth-child(odd){position: absolute; top: 0; z-index: 3000;  background-image:url(/images/back_message.png); color: #fff!important}*/
/*.box:nth-child(odd) a.posizione{position: absolute; top: 0; z-index: 3000;  background-image:url(/images/back_message.png); color: #fff!important}*/
/*.box a.posizione:nth-child(even){position: absolute; bottom: 0; z-index: 3000; background-color: red; background-image:url(/images/back_message.png);color: #fff!important}*/
/*.box:nth-child(even) a.posizione{position: absolute; bottom: 0; z-index: 3000; background-color: red; background-image:url(/images/back_message.png);color: #fff!important}*/

/*.contenuto_laterale_superiore{ border:1px solid #f5f5f5; padding:20px; -webkit-border-radius: 3px; border-radius:3px;  }
.riga_dati{ font-size: 0.9em; padding:5px 0px 5px 0px; }
.etichetta{font-weight: 800;}
*/
