@font-face {
    font-family: 'Wix Madefor Display';
    src: url('font/WixMadeforDisplay-SemiBold.eot');
    src: url('font/WixMadeforDisplay-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('font/WixMadeforDisplay-SemiBold.woff') format('woff'),
        url('font/WixMadeforDisplay-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Wix Madefor Display';
    src: url('font/WixMadeforDisplay-ExtraBold.eot');
    src: url('font/WixMadeforDisplay-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('font/WixMadeforDisplay-ExtraBold.woff') format('woff'),
        url('font/WixMadeforDisplay-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Wix Madefor Display';
    src: url('font/WixMadeforDisplay-Regular.eot');
    src: url('font/WixMadeforDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/WixMadeforDisplay-Regular.woff') format('woff'),
        url('font/WixMadeforDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Commissioner';
    src: url('font/Commissioner-Regular.eot');
    src: url('font/Commissioner-Regular.eot?#iefix') format('embedded-opentype'),
        url('font/Commissioner-Regular.woff2') format('woff2'),
        url('font/Commissioner-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('font/Montserrat-Medium.eot');
    src: url('font/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('font/Montserrat-Medium.woff') format('woff'),
        url('font/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('font/Montserrat-Bold.eot');
    src: url('font/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('font/Montserrat-Bold.woff') format('woff'),
        url('font/Montserrat-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: 'Wix Madefor Display', sans-serif; font-size:18px; color: #000000; background-color: #00cc00;}

::-moz-selection {color:#fff; background: #00cc00;} 
::selection	{color:#fff; background: #00cc00;}

/* h1 h2 h3 h4 */ 

h1, h2, h3, h4 { font-weight: 500; color: #00cc00; }
h1{font-size:2.2em; text-align: left; font-weight: bold; font-family: 'Montserrat', sans-serif; padding-top:50px; padding-bottom:10px;  width: 100%; clear:both; text-transform:uppercase; border-bottom: 3px solid #0c0;}
h2{font-size:1.9em;}
h3{font-size:1.6em;}
h4{font-size:1.3em;}

ul{padding-left:50px; margin-top:10px; margin-bottom:10px;}
li{padding-bottom:5px; line-height: 1.5em; font-weight:600}
ol{padding-left:30px; margin-top:10px; margin-bottom:10px;}

hr {clear: both; display: block; height:1px; width: 99%; text-align: center; margin: 0 auto; background-color:#00cc00; border-radius:5px; border: 0px; box-shadow: 0 1px 4px #cfcfcf;}
.hr_bianco {clear: both; display: block; height:1px; width: 99%; text-align: center; margin: 0 auto; background-color:#ffffff; border-radius:5px; border: 0px; box-shadow:none;}

/*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; }
img.scala {max-width:100%; height:auto; width: auto; }


/*STRUTTURA SITO*/
header {clear:both; position: relative; overflow:hidden;}
nav{text-transform:uppercase; margin: 0 auto; position: absolute; z-index: 6000; width:100%;}

.top_header{background-color: #00cc00; height:35px; position: fixed; z-index: 10000; width: 100%; }

section {clear:both; padding:0px; z-index: 1000; overflow:hidden; min-height:500px; }
section img {max-width:100%; overflow: hidden; height: auto; }
footer {width: 100%; color:#fff; padding:10px; box-sizing:border-box font-weight:400; box-sizing:border-box; background-color:#00cc00;  }
footer .indirizzo{text-align: center; padding: 10px; margin-top:10px; margin-bottom:10px; float: right; box-sizing:border-box; width:33%;font-size: 0.9em; }
footer .indirizzo_cent{text-align: center; padding: 10px; margin-top:10px; margin-bottom:10px; float: right; box-sizing:border-box; width:33%; font-size: 0.9em; border-left:1px solid #fff; border-right:1px solid #fff;  }
footer .copy{background-color:#00cc00; padding:5px; width: 100%; box-sizing:border-box; clear:both; text-align: center;  }

/* BARRA NAVIGAZIONE */
.navigazione{width: 100%; position: relative; margin-bottom: 20px;}
.breadcrumb {display: none;}

/*FORM*/
form {overflow:hidden; margin:0px;  background: #e8e8e8; padding: 15px; width:100%; box-sizing:border-box; /*box-shadow: 0 1px 4px #cfcfcf; */ margin: 0 auto;  -webkit-border-radius: 3px; border-radius: 3px; margin-top:20px; }
fieldset{border:0px; padding: 2px; }
form h2{margin-bottom:0px; clear: both; text-transform: uppercase; }
form h3{margin-bottom:0px; clear: both; text-transform:uppercase; font-weight:600; color:#00cc00   }
form h4{margin-bottom:10px; margin-left: 10px; clear: both; text-transform: uppercase; }
label{display:block; padding:0px; margin:0px; padding-top:5px; padding-bottom:5px;}
label a{text-decoration: underline; font-style: italic; }
input{font-family: 'Wix Madefor Display', 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: 'Wix Madefor Display', 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: 'Wix Madefor Display', sans-serif; width:99.6%; padding:10px;  border: 1px solid #e2e2e4; border-radius: 3px; 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:20px !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; font-size: 1em; margin: 0px; padding: 0px; color: #000 !important;-webkit-appearance:none; -moz-appearance:none; appearance:none;}
input[type="checkbox"] { color:#FFF; width:15px !important; margin-top:0px !important; margin:3px; 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: #00cc00 !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: 'Wix Madefor Display', 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 2px #000; -webkit-box-shadow: 0 0 2px #00cc00; box-shadow: 0 0 2px #00cc00; border: 1px solid #00cc00; -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; }


.form_home{background: red}
.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;*/}
.mostra-sconto{display:inline;}

/*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; padding-top: 50px; padding-bottom:50px;}
.sfondo_bianco_img {min-height: 300px; width: 100%; clear:both; background-color:#233040; color:#fff; padding-top:50px; padding-bottom:50px;  background-image:url(/images/sfondo_home.png); background-repeat:no-repeat; background-position:right; }
.sfondo_blu{background-color:#00cc00; width: 100%; clear:both; }
.sfondo_grigio{clear:both; width:100%; background-color: #e8e8e8}
.sfondo_nero{clear:both; width:100%; background-color: #939aa0}

/*EFFETTI HOVER*/
.transizione {transition: 0.3s;}
.transizione:hover{background-color: #939aa0; cursor:pointer; color:#fff;}

/*PRINCIPALI*/
#container{margin:0 auto; background-color: #ffffff;}
#logo{display: block;}
/*.margin_container{margin-top: 30px !important;}
.margin_section{margin-bottom:0px !important;}*/


/*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_clienti, .col_list, .col_pulsanti, .col_video, .col_flex, .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_clienti: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_clienti: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:last-child  {margin-left:0px; }

.col_partner{margin:12px; margin-top:0px; flex: 0; display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column;}

/*TOP HEADER FISSA*/
.header-fixed {position: fixed; top:35px; left: 0; width: 100%; height: 150px; background-color: #233040; transition: All 0.3s ease; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; }
.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:800px; width:100%; background-size:110%; background-position:center center; background-repeat: no-repeat;  }
.frame{position: absolute; top:120px;}
.frame_left{left:0px;  border-radius: 0px 15px 15px 0px; background-image:url(/images/back_message.png);}
.frame_right{right:0px;  border-radius: 15px 0px 0px 15px; background-image:url(/images/back_message.png);}
.frame_center{margin:0 auto;  border-radius: 15px; background-image:url(/images/back_message.png);}
.message{ text-shadow: 0px 0px 3px rgba(0, 0, 0, 1); padding:10px 60px 10px 60px; font-size:2em; /*cursor:pointer;*/ color: #fff !important; font-weight: 500;}

#animazionenav {z-index:50; text-align:center; height: 25px; margin-top: -20px; position: absolute; width:100%; }
#animazionenav a {display:inline-block; padding:2px; 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:350px; 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;}


/*TESTATA VIDEO*/
.testata_video{background-color: #939aa0; width: 100%; overflow: hidden;}
.video-container {position: relative;width: 100%; height:800px; 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:800px;}



/*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; font-weight: 600;}
.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; }


/*RICERCA*/
.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; }

#box_ricerca{float: right; display: block; overflow: hidden; position: absolute; right: 0; margin-top: 8px; z-index: 8000;  top:27px;width: 20%; }

/*HOME*/
.contenuto_sup{display: block; margin:0px; padding:0px; overflow: hidden; color: #fff}
.contenuto_sup h1{color: #fff !important;; margin-bottom:20px}
.contenuto_sup h2{margin-top:20px}

.contenuto_inf{display: block; margin-bottom:20px; overflow: hidden;}
.contenuto_inf h2{margin-bottom:20px; text-transform:uppercase;  font-weight:bold;}
.contenuto_inf h3{color:#233040; font-size:1.1em; font-weight:bold;}




/* -- BOX HOME + TOTAL HOVER-- */
.content_box_hover { cursor: pointer;height: 100%;position: relative;overflow: hidden;width: 100%; text-align: center;}
.content_box_hover .fadedbox {opacity:1; position: absolute; top: 0; left: 0; color: #fff; text-shadow:10px 0px 10px rgba(0,0,0,1); -webkit-transition: all 150ms ease-out; -moz-transition: all 150ms ease-out; -o-transition: all 150ms ease-out; -ms-transition: all 150ms ease-out; transition: all 150ms ease-out; width: 100%; height: 100%; } 
.content_box_hover:hover .fadedbox {opacity: 0.9; background-color: #233040; }
.content_box_hover .text {-webkit-transition: all 150ms ease-out;-moz-transition: all 150ms ease-out;-o-transition: all 150ms ease-out;-ms-transition: all 150ms ease-out;transition: all 150ms ease-out;transform: translateY(30px);-webkit-transform: translateY(30px);}
.content_box_hover .title {opacity: 1; font-size:1.4em;font-weight: 500;text-transform: uppercase; padding:20px; transition-delay: 0.2s;transition-duration: 0.3s; font-weight:700;  }
.content_box_hover:hover .title, .content_box_hover:focus .title {opacity: 1; transform: translateY(0px); -webkit-transform: translateY(0px); }
    

/*VISORI BOX HOME*/
.content_box_home {position: relative; height:300px; overflow: hidden; margin-top:10px; margin-bottom:15px; box-sizing: border-box; float: left; text-align: center; background-color: #00cc00; -webkit-border-radius: 3px; border-radius:3px; box-shadow: 0 1px 4px #cfcfcf;}
.content_box_home:last-child { background:#939aa0; margin-right:0px}

.content_box_home_des {clear: both; display: block; width: 100%; color: #fff;}
.content_box_home_des h3{text-align: center; font-family:'Wix Madefor Display'; padding: 10px; font-size:2em; text-transform: uppercase;}
.content_box_home_des p {font-weight:500; padding:10px; box-sizing: border-box; width: 100%; min-height: 50px; text-align: center;}

.content_box_home_sfondo{background-repeat: no-repeat!important; min-height:250px; height:250px;  overflow: hidden; position: relative;}
.content_box_home_sfondo 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_home_sfondo img.foto_home_sfondo {min-height: 100%; width:400px;}

/*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: #00cc00; -webkit-border-radius: 3px; border-radius:3px;}
.content_box_gallery_title{text-align: center; font-family:'Wix Madefor Display'; 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:'Wix Madefor Display'; 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: 110%; 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_long {height:300px; width:100%; margin-left:2px; margin-top:20px; overflow: hidden; margin-bottom: 15px;}
.content_visore {float: right; width: 60%; padding:10px; margin:10px; height: 240px; }
.content_visore_data{ color: #000000; text-transform: uppercase; text-align: left; font-size: font-size: 1.2em; font-weight: 700;}
.content_visore h3{text-transform: uppercase; text-align:left; font-weight:700; }
.content_visore p {height: 150px; overflow: hidden;  }
.content_visore_img {position: relative; height:300px;  width:35%; float: left; margin-bottom:5px; overflow: hidden; background: #fff; box-shadow: 0 1px 4px #cfcfcf; -webkit-border-radius: 3px; border-radius:3px;}
.content_visore_img img.foto_news {min-width: 100%; min-height:100%; }
.content_visore_button{background-color: #00cc00; margin:0 auto; color: #fff; border-radius: 2px; width: fit-content;  padding: 10px 50px; text-transform: uppercase;  font-size: 1.2em; cursor: pointer; display: block; overflow: hidden; transition: 0.3s;}


/*HOME BOX PARTNER*/


.partner_content{margin:0 auto; width: 100%; padding-top: 30px}
.partner_content h3{font-size:3em; font-family: 'Wix Madefor Display'; text-transform: uppercase; text-align: center; padding:5px;}
.box_partner{/*cursor: pointer; */width:130px; height:60px; box-sizing: border-box; /* box-shadow: 0 1px 4px #cfcfcf;*/ -webkit-border-radius: 3px; border-radius:3px; background-position:center center; background-repeat:no-repeat; background-size:90%;}
/*.box_partner:last-child {margin-right:0px;}*/
.box_partner_img{text-align: center;}
.box_partner img{text-align: center; width: 100%;}


/*BOX LOGHI PARTNER */
.loghi_partners{ background-color:#233040}
.boxflex{float:left; box-sizing:border-box; background-position:center center; background-repeat: no-repeat; overflow: hidden;  background-size:105%; }
.boxitem_content h3{font-size: 1.4em;
  font-weight: 500;
  text-transform: uppercase;
  padding: 20px;
  font-weight: 700;
  text-shadow: 10px 0px 10px rgba(0,0,0,1);
  color:#fff; text-align:center;
  background-color: #233040;
}
.boxitem_content{height:30px !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: #939aa0; }

/*BOX FLEX*/

.boxitem_contenutobasso {position:relative; background-size: cover;}
.boxitem_contenutobasso  .boxitem_content {position: absolute; bottom: 0;overflow: hidden;width:100%;box-sizing:border-box;overflow: hidden;}


.square-content { position: absolute; top: 5px; left: 5px; bottom: 5px; right: 5px; color: white; overflow: hidden; box-shadow: 0 1px 4px #cfcfcf; -webkit-border-radius: 3px; border-radius:3px; }
.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;} 

/* MENU SORELLE */
.menu_sorelle_selected_true {/*opacity: 0.4;*/ border:0px solid #00cc00;}
.menu_sorelle_title_selected_true {background-color:#00cc00}
.menu_sorelle_title_selected_false {background-color:#00cc00}

	
/*MENU BOX A ICONE - BOX PARTNER*/
.square-box-menu {position: relative; width: 100%; overflow: hidden; float: left;}
.square-content-menu {position: absolute; top: 5px; left: 5px; bottom: 5px; right: 5px; color: white; overflow: hidden; box-shadow: 0 1px 4px #cfcfcf; -moz-box-shadow: 0 1px 4px #cfcfcf; -webkit-box-shadow: 0 1px 4px #cfcfcf; -webkit-border-radius: 3px;  border-radius: 3px;}
.square-content-menu div {display: table; width: 100%; height: 100%;}
.square-box-menu:before { content:""; display: block;} 

.box-icon span{ display:none }
.box-icon_img {display: table; width: 100%; height: 100%;}
.box-icon_img img {width: 100%; height: 100%;}

/*PAGINA COMPOSITA*/
.contenuto_testo {margin:0px; display: block; clear: both; width: 100%;}
.contenuto_testo h2{color: #00cc00; font-size:1.1em; text-transform: uppercase; font-weight:bold; padding-bottom:0px; background: none; margin-top: 0px; }
.contenuto_testo p {margin-bottom:15px;}
.contenuto_testo p a{color: #00cc00; font-weight: bold;}
.contenuto_testo img {margin-top:10px; margin-bottom:10px; display:block; overflow: hidden; -webkit-border-radius: 3px; border-radius:3px; box-shadow: 0 1px 4px #cfcfcf;}


/* SEZIONE CONTATTI */
/*.richiediinfo_contenuto{width:48%; margin:1%; float:left;}-*/
/*.richiediinfo_form{display:block; width:48%;float:right; background-color:#bdc1c3; -webkit-border-radius: 3px; border-radius:5px; }*/
.richiediinfo_form{display:block; width:100%; background-color:#bdc1c3; background-color:#bdc1c3; -webkit-border-radius: 3px; border-radius:5px; margin-top: 10px;  margin:1%; }


/*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: #00cc00; 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: #939aa0; 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:5px;}

.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: #bdc1c3; margin-left:0px;}


/* SEZIONE BLOCCO A DUE TESTI */
.sezione_due_blocchi {overflow:hidden; margin-top:20px;}
.sezione_due_blocchi .sezione_sx {float:left; width:49%; border-radius: 3px; box-sizing: border-box; background: #e8e8e8; padding: 20px; box-sizing: border-box; text-align: center;}
.sezione_due_blocchi .sezione_sx h2{text-transform: uppercase; font-weight: bold; font-size: 1.6em; color: #00cc00; text-align: center; margin-bottom: 15px;}
.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; background: #e8e8e8; padding: 20px; box-sizing: border-box; text-align: center}
.sezione_due_blocchi .sezione_dx h2{text-transform: uppercase; font-weight: bold; font-size: 1.6em; color: #00cc00; text-align: center; margin-bottom: 15px;}
.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 #00cc00; background-color: #bdc1c3; -webkit-border-radius: 3px; border-radius:3px; */margin: 1px; box-sizing:border-box;}
.document_box h3{color: #939aa0;/* background: #bdc1c3;*/ clear: both; font-size: 1em; padding: 5px; font-weight:700; text-align: center; text-transform: uppercase;}
.document_box span{font-style: italic; color:#939aa0; font-weight: bold}
.document_box p{background-color: #bdc1c3;}
.document_box img{cursor: pointer;border:2px solid #00cc00;  -webkit-border-radius: 3px; border-radius:3px; }




/*DETTAGLIO LATERALE LIBERO*/
#contenuto_laterale {width:29%; float:right; overflow: hidden; color: #939aa0; background-color:#e8e8e8; padding:10px; box-sizing: border-box; -webkit-border-radius: 3px; border-radius:3px; box-shadow: 0 1px 4px #cfcfcf; margin: 0.5%; }
#contenuto_laterale h1{font-size: 1.8em; font-weight: 800; text-transform: uppercase; margin: 0px; color: #000000; }
#contenuto_laterale h3{color: #00cc00; font-size: 1.1em; font-weight: 600; text-transform: uppercase; margin: 0px;margin-bottom: 5px;}
#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_superiore{ border:1px solid #bdc1c3; padding:20px; -webkit-border-radius: 3px; border-radius:3px;  }
.riga_dati{ font-size: 0.9em; padding:5px 0px 5px 0px; }
.etichetta{font-weight: 800;}

#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 0px 5px 0px;  margin-bottom: 10px; */ font-size: 0.9em; color: #939aa0;line-height: 1.6em; }

.contenuto_laterale_link{text-align:center; margin-top:10px; display: block; color: #00cc00; font-weight: 600; font-size: 1.3em;}

#contenuto_laterale div{ padding:5px 0px 5px 0px; font-size: 0.9em;  color: #666666; }
#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%; clear: both; overflow: hidden; display: block;}
.dettaglio_splittato {width:70%; padding-right: 15px; box-sizing: border-box; float:left;}
 
.pagina_sezioni_intera{ width:100%;}
.pagina_sezioni_splittato{width:70%;float:left; /*min-height: 500px*/}

.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: #00cc00; color: #fff; padding:7px 20px 7px 30px; float: right; }

/*GALLERY*/
.fotorama{width:100%; text-align: center; margin: 0 auto; background-color: #bdc1c3; overflow: hidden; -webkit-border-radius: 3px; border-radius:3px; padding: 15px; box-sizing: border-box; margin-bottom:20px;}
.fotorama__stage {width:100% !important;} 
.fotorama__pointer{width:100%;}
.fotorama__wrap{width:100% !important;}
.fotorama__thumb-border{border-color: #ffffff !important;}

/* VIDEOGALLERY LAYOUT VIDEO LISTA*/
.gallery_video {margin-top:10px; overflow:hidden; background-color:#939aa0; 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: #00cc00; font-style: italic;}
.video_titolo {color: #00cc00; 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: #939aa0; 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: #939aa0!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; }

/*CONTENT BOX NEUTRO*/

.box_news {overflow: hidden; display: block; background-color: #e8e8e8; box-shadow: 0 1px 4px #cfcfcf; padding-bottom:40px; height: 400px; -webkit-border-radius: 3px; border-radius:3px; width: 100%; margin-top: 15px; margin-bottom: 15px}
.box_news_data{background-color: #00cc00; color: #ffffff; font-weight: bold; text-transform: uppercase; text-align: center; font-size: 0.9em; line-height:1.8;}
.box_news h3{text-transform: uppercase; font-size: 1em; height: 50px; overflow: hidden; height: 40px; padding: 5px; box-sizing: border-box;}
.box_news p {font-weight: 500; clear: both; height: 60px; margin-bottom: 5px; overflow: hidden; padding:5px; }
.box_news_img {position: relative; clear: both; height: 220px; overflow: hidden; margin-bottom:15px; }
.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_news {min-height: 100%; width:100%;} 
.box_news_button{background-color:#ffffff; width: 60px; -webkit-border-radius: 2px; border-radius: 2px; color: #939aa0; text-transform: uppercase;padding: 5px 30px 5px 30px;font-size: 0.9em; font-weight: 700; margin: 0 auto; text-align: center;}

/*DETTAGLIO NEWS*/
#dettaglioNews{margin:0px; display: block; clear: both; width: 100%;}
#dettaglioNews h2{color: #00cc00; font-family: 'Wix Madefor Display'; 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:5px;margin-bottom:10px; margin-right:10px; -webkit-border-radius: 3px; border-radius:3px; box-shadow: 0 1px 4px #cfcfcf; display:block; overflow: hidden; box-sizing: border-box;}
#dettaglioNews .data {color:#00cc00; text-transform: uppercase; font-weight: 700; font-size:1em; line-height:1.8;}
#dettaglioNews .comune {font-weight:bold; color: #00cc00; 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: #00cc00; 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: #00cc00; font-style:italic; clear: both; }

/*MAPPA GOOGLE pagina composita */

.mappa_contenuto{width:48%; float:left;}
.mappa_half{height:400px; display:block; width:48%;float:right;}
.mappa_full{height:700px; display:block; width:100%; float:right;}

.map_section{ margin-top:10px; }
.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;}

/* MAPPA GOOGLE DINAMICA*/
div#gmaps-canvas {
  width: 243px;
  height: 161px !important;
  border: 1px solid #bdc1c3;}


/*.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 #00cc00; padding: 5px;}
.boxitem_vuoto .boxitem_content h3  {color: #00cc00; 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_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; }


.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; }

/*INPUT FILE
.elimina_allegato{cursor: pointer; left:5px; float: right; position: relative; top: -25px;}
.elimina_allegato-double{cursor: pointer; left:5px; float: left; position: relative; top: 8px;}


/*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;}

/*RISERVATA
#riservata{background-color:#bdc1c3; border-radius:5px; margin:0 auto; width: 50%; margin:0 auto; padding: 15px; box-sizing: border-box;}
#riservata input{width: 100%}
#riservata legend{line-height: 3; font-weight: bold}

#barra_utente{text-align:right;display: block; width: fit-content; padding: 10px; background-color: #000; overflow: hidden; line-height: 2em; margin-bottom: 15px; float: right; border-radius: 10px; color:#fff}
#barra_utente input[type="button"]{width: fit-content; background-color:#fff !important; color:red !important; }

/* LAYOUT SEZIONI 
.visib_sezioni_page{margin-bottom: 15px; overflow: hidden; position: relative; }

*/