* { box-sizing: border-box; }
body{
    height: 100%;
    display: flex;
    flex-direction: column;

}
html{
    height: 100%;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body{
    font-family: 'Hind', sans-serif;
    color: #222;
    background-color: #ffffff;
    font-size: 14px;
}


a, a:hover, a:active, a:focus, img, object, embed {
    outline: none;

}
a{
    cursor: pointer;
    text-decoration: none;
}
#loaderBig {
    background-color: rgba(0, 0, 0, 0.8);
    background-image: url("../img/loadingBig.gif");
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}
.col3_copertina{
    width:100%;
    padding-bottom: 56%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: relative;
}

.col3_copertina:after {
    left: 50%;
    top: 50%;
    border-radius: 100%;
    transform: translate(-50%,-50%) scale(0.2);
    content: url(../img/youtube.png);
    position: absolute;
}
a.link2{
    color: white;
    background-color: #265aa7;
    margin-bottom: -55px;
    display: block;
    padding: 8px 12px;
    transition: all 0.2s;
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    text-transform: uppercase;
}

a.link2:hover{
    background-color: #0f3b80;
}
a.paginazione{
    display:inline-block;
    padding: 8px 14px;
    border-radius: 4px;
    background-color: white;
    color:#333;
    border:1px solid #ccc;
    transition: all 0.2s;
    margin: 4px;
}

a.paginazione:hover, a.paginazione.attivo{
    color:white;
    background-color: #085ba9;
    border: 1px solid #085ba9;
}

table.table_download{
    width:100%;
    background-color: white;
    margin-bottom: 20px;
    border:1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
}

table.table_download thead{
    height: 36px;
    line-height: 36px;
    color:white;
    background-color: #095BA7;
    text-transform: uppercase;
}

table.table_download td{
    text-align: center;
}

table.table_download thead tr th:first-child, table.table_download tbody tr td:first-child{
    text-align: left;
}

table.table_download td, table.table_download th{
    padding: 8px 5px;
}

table.table_download h4{
    padding: 0;
    margin: 0;
}

table.table_download tr.grigio td{
    background-color: #efefef;
}
a.download{
    display: inline-block;
    padding: 8px 16px;
    background-color: #085BA9;
    border-radius: 5px;
    color:white;
    transition: all 0.2s ease-out;
    margin-top: 10px;
    font-weight: bold;
}

a.download:first-letter{
    text-transform: capitalize;
}

a.download:hover{
    opacity:0.8;
}
.download_icon{
    height: 30px;
    transition: all 0.1s;
    margin-right: 4px;
}

.download_icon:hover{
    transform: scale(0.95);
}
.nice-select{
    color: black;
}

.col_copertina{
    width:100%;
    padding-bottom: 75%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    border-bottom: 1px solid #ccc;
}
ul#filter_field{
    border: 1px solid #ccc;
    text-align: left;
    display: inline-block;
    text-indent: 0;
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 16px;
    transition: all 0.3s ease-out;
    cursor: pointer;
}

ul#filter_field li{
    padding: 0 10px;
    background-color: white;
    line-height: 40px;
    height: 40px;
    width:200px;
    /* border-bottom: 1px solid #ccc;*/
    position:relative;
    /* border-radius: 5px;*/
}

ul#filter_field li span{
    display:block;
}

ul#filter_field li:first-letter{
    text-transform: capitalize;
}

ul#filter_field ul{
    display: none;
    text-indent: 0;
    padding: 0px 0px;
    /* margin: 0; */
    list-style-type: none;
    position: absolute;
    top: 41px;
    left: -1px;
    white-space: nowrap;
    z-index: 2;
    border: 1px solid #ccc;
    border-top: 0;
}

ul#filter_field ul li{
    /* border:none;*/
    border-bottom: 1px solid #ccc;
}
ul#filter_field ul li:last-child {
    border: none;

}

#filter_open{
    display: inline-block;
    height: 42px;
    color:white;
    line-height: 46px;
    font-size: 25px;
    width: 42px;
    text-align: center;
    background-color: #187abf;
    margin-left: 10px;
    vertical-align: bottom;
    transition: all 0.3s linear;
    border-radius: 5px;
}
#filter_open img{
    width: 50%;
}

.form_generico{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form_generico input[type="text"], .form_generico input[type="password"], .form_generico select{
    width: 32%;
    margin: 10px 0;
    border:1px solid #ccc;
    background-color: white;
    border-radius: 0;
    padding: 8px;
    text-align: center;
    box-sizing: border-box;
}

.form_generico textarea{
    border: 1px solid #ccc;
    width:100%;
    margin: 10px auto;
    height:120px;
}


.form_generico input[type="submit"]{
    font-weight: bold;
    background-color: #187abf;
    text-transform: uppercase;
    color: white;
    border: none;
    padding: 4px 52px;
    margin: 10px 0;
    font-size: 18px;
    transition: all 0.3s linear;
    cursor: pointer;
}

.form_generico input[type="submit"]:hover, .submit:hover{
    background-color: #14448e;
    color:white;
}

.form_generico input[type="radio"]{
    margin-right: 8px;
    vertical-align: middle;
}

.form_generico input[type="checkbox"]{
    vertical-align: middle;
}
a.link{
    color:#222;
    position:relative;
    display: block;
    margin-top: 20px;
}

a.link span{
    padding: 8px 14px;
    display: inline-block;
    border-radius: 4px;
}

a.link span.sx{
    float:left;
    border:1px solid #ccc;
    margin-right: 8px;
    box-sizing: border-box;
    background-color: white;
}

a.link span.sx:first-letter{
    text-transform: capitalize;
}

a.link span.dx{
    background-color: #085ba9;
    color:white;
    float:left;

}

a.link:hover span.dx {
    background-color: #0886f0;
}
.contenitore_pagina.text{
    margin-top: 120px;
}


.navbar{
    height: 45px;
    z-index: 3;
    top: 0;
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0;
    left: 0;
}
.navbar_super{
    border-bottom: 1px solid #ccc;
    height: 100%;
    padding: 0 20px;
    background-color: white;
    display: flex;
    justify-content: space-between;
}
/*.navbar_super form,*/ .contenitore_links_navbar{
    display: flex;
    align-self: center;
}
.navbar_infer{
    justify-content: space-between;
    display: flex;
    margin-top: 45px;

}

.form_cerca_sito input{
    display: inline-block;
    padding: 0 14px;
    font-size: 15px;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px solid black;
    border-right: 0;

}
.bottone_cerca_sito{
    display: inline-block;
    padding: 0 6px;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px solid black;
    background-color: white;
    border-left: 0;
    font-weight: bold;
    font-size: 21px;
}
.form_cerca_sito input::placeholder, .form_cerca_sito input ::-moz-placeholder{
    color: black;
    text-transform: capitalize;
}
.contenitore_links_navbar a {
    margin: 0 15px;
    color: black;
    align-self: center;
}
.contenitore_links_navbar_infer{
    display: flex;
    align-self: center;
    width: 70%;
    justify-content: flex-end;
}
.contenitore_links_navbar_infer a{
    color: white;
    margin: 0 15px;
    text-transform: uppercase;
    align-self: center;
}
.logo_cso{
    display: flex;
}
.logo_cso img{
    width: 160px;
}
.utente_login{
    border-radius: 18px;
    background-image: url("../img/login.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 31px;
    height: 32px;
}
.second_nav{
    height: 100px;
   /* background-color:#ffffff00;*/
    background-color: transparent;
    padding: 1% 20px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between;
}
.second_nav.scrolled{
    background-color: #212323;
    height: 45px;
}
.second_nav.scrolled  .logo_cso img{
    width: 80px;
}
.container_sub_menu_second_nav.scrolled{
    top:45px;
}
/*

.second_nav.home{
    background-color:#00000000;
}
*/
.logo_cso a{
    display: flex;
    align-items: center;
}
.slider_container, .video_el, .foto_el{
    height: 700px;
}
.video_el:after {
    content: url('../img/yt.png');
    position: absolute;
    top: 50%;
    transform: translateY(-50%)translateX(-50%);
    left: 50%;
}
.slider_container .slick-slide{
    background-position: center;
    background-size: cover;
}

.videoWrapper{
    height: 700px!important;
}

.slick-next{
    right: 40px;
}
.slick-prev{
    left: 40px;
}
.slick-prev, .slick-next {
    opacity: 1;
    transition: all 0.2s;
    background-color:unset;
}
.slider_container {
    width: 100%;
}
.slick-dots li {
    width: 25px;
    height: 4px;
    background-color: #ccc;
    margin: 0 8px 0 0;
}
.slick-dots li.slick-active {
    background-color: #085ba9;
}

.slick-dots{
    bottom:-30px;
}
.active {
    background-color: white;

}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1; /* Firefox */
    text-align: center;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
    text-align: center
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
    text-align: center
}
.a_prodotti_cont a{
    color: #187abf;
    font-weight: bold;
}
.a_prodotti_cont{
    padding: 8% 2%;
}
.voce_singola a{
    color: black!important;
    text-transform: unset!important;
}
.contenitore_tabelle{
    padding: 0 10%;
}
td{
    vertical-align: top;
}
.altre_revisioni{
    display: none;
}
.show_rev{
    margin-left: 6px;
    transform: rotate(90deg);
    cursor: pointer;
    height: 20px;
}
.show_rev.hover_rev{
    transform: rotate(-90deg);
}
.revisione{
    cursor: pointer;
}
.prodotti_in_evidenza{
    padding: 2% 5px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.prodotto_singolo{
    background-color: white;
    border: 1px solid #cccc;
    border-radius: 2px;
    width: 24%;
    margin: 0.5%;
    float: left;

}
.prodotto_singolo_home{
    background-color: white;
    border: 1px solid #cccc;
    border-radius: 2px;
    width: 32%;
    margin: 15px;
   /* height: 500px;*/
    height: 300px;
}
.prodotto_singolo_home:hover{
    transform: scale(1.04);
}

.footer_prodotto_home{
    height: 130px;
    position: relative;
    padding: 4% 10%;
    background-color: #187abf;
}
.nome_prodotto_home{
    font-weight: bold;
    padding-top: 17px;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

.didascalia_prodotto_home{
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
}
.pallino_blu_home{
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid white;
    width: 50px;
    border-radius: 40px;
    position: absolute;
    height: 50px;
    background-image: url("../img/occhio.png");
    background-color: #187abf;
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
}
.immagine_prodotto_home{
   /* margin: 0 15px;*/
    width: 100%;
   /* height: 360px;*/
    height: 190px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}
.footer_prodotto{
   /* margin-top: 15px;*/ /**NEW ADD*/
    height: 100px;
    position: relative;
    padding: 4% 7%;
    background-color: #187abf;
}
.nome_prodotto{
    font-weight: bold;
    padding-top: 17px;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}
.didascalia_prodotto{
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
}
.pallino_blu{
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid white;
    width: 50px;
    border-radius: 40px;
    position: absolute;
    height: 50px;
    background-image: url("../img/occhio.png");
    background-color: #187abf;
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
}
.immagine_prodotto{
    width: 45%;
    height: 440px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
   /* height: 360px;*/
}
.immagine_prodotto_elenco{
    width: 100%;
    height: 210px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* height: 360px;*/
}
.descrizione_p{
    width: 49%;
}
.prodotti_in_evidenza button.slick-prev, .slider_immagini button.slick-prev,  #tabs .slick-prev{
    background-image: url(../img/sx_blu.png);
}
.prodotti_in_evidenza button.slick-next, .slider_immagini button.slick-next, #tabs .slick-next{
    background-image: url(../img/dx_blu.png);
}

#c-carousel {
    padding: 0;
    margin: 50px 0;
}

#wrapper {
    margin: 0px auto;
    overflow: hidden;

    padding: 0 10%;
}

#tabs{
    width: 100%;

    margin: 0 auto;
}

#tabs .slick-prev, #tabs .slick-next{
    background-color: transparent;
    height: 100px;
    top: 84px;
}

#tabs .slick-next{
    right: -60px;
}

#tabs .slick-prev{
    left: -60px;
}
#c-carousel, #wrapper, #tabs{
    height: 260px;
}
.n_c_singolo_testo_sub.slid h4{

    margin: 5px 0;
}
span.data_news{
    font-size: 13px;
}
span.testo_breve_news{
    font-size: 14px;
}


.news_container{
    width: 32%;
    height: 500px;
    float: left;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    color: #333 !important;
    transition: opacity 0.2s;
}

.news_container:hover{
    opacity: 0.8;
}



.news_testo{
    width: 100%;
    box-sizing: border-box;
    font-size: 12px;
}

.news_testo h3 {
    font-size: 16px;
    line-height: 18px;
    padding: 0;
    margin: 4px 0;
}

.news_evidenza{
    float: left;
    overflow: hidden;
    margin: 0px auto;
    text-align: center;
    padding: 10px 15px;
    box-sizing: border-box;
    display: block;
    color: #333 !important;
    transition: opacity 0.2s;
    width: 33.3%;
}

.news_evidenza:hover{
    opacity: 0.8;
}

.news_copertina{
    width: 100%;
    height: 395px;
    background-position: center;
    background-size: cover;
    background-color: white;
    margin-bottom: 10px;
}
#tabs .slick-prev, #tabs .slick-next {
   top:50%;
}
.overl{
    width: 100%;
    position: absolute;
    background-color: black;
    opacity: 0.4;
    height: 100%
}
.background_prodotto{
    position: relative;
    height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.prodotto_descrizione{
    justify-content: space-between;
    display: flex;
    flex-wrap: nowrap;
    padding: 20px 10px 0 10px;
}

.sub_desc, .descrizione_p h1{
    margin-bottom: 0;
    color: #187abf;
    text-transform: uppercase;
}
.sub_desc{
    font-size: 19px;
    margin: 0px 0 15px 0;
}
.descrizione_p h2{
    font-weight: bold;
}
.img_scheda_sing{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 410px;
}
.scheda_singola.blu{
    display: flex;
    flex-direction: row;
    background-color: #187abf;
}

.scheda_singola.grigio{
    display: flex;
    flex-direction: row-reverse;
    background-color: #dddddd;
}
.testo_scheda_singola.blu{
    text-align: right;
    z-index: 1;
}
.testo_scheda_singola.grigio{
    text-align: left;
    z-index: 1;
}
.testo_scheda_singola, .secondo_blocco_scheda{
    width: 50%;
}
.testo_scheda_singola {
    padding: 3% 3%;

}
.testo_scheda_singola.blu, .testo_scheda_singola.blu p, .testo_scheda_singola.blu p span{
    color: white;
}
.testo_scheda_singola.grigio{
    color: black;
}

.contenitore_pagina{
    flex: 1 0 auto;
    padding-bottom: 50px;
}
.main-content{
    padding: 0 10%;
}
.contenitore_pagina h1.titolo_pag {
    text-transform: capitalize;
    padding: 15px 22px 0 22px;
    color: #187abf;
    font-weight: 100;
}
.contenitore_pagina h1.titolo_pag_gen{
    text-transform: capitalize;
    padding: 15px 0;
    color: #187abf;
    font-weight: 100;
}
#show_cat{
    padding: 0 20px;
    display: none;
}
.img_scheda_sing img{
    position: absolute;
    height: 100%;
}
.img_scheda_sing{
    position: relative;

}
.img_scheda_sing.grigio img{
    right: -58px;
    z-index: 0;
}
.img_scheda_sing.blu img{
    left: -58px;
    z-index: 0;
}
h1.blu{
    color: white;
    font-weight: normal;
}
h1.grigio{
    color:#187abf ;
    font-weight: normal;
}
.contenitore_video_manuali_specifiche{
    display: flex;
    margin: 25px 0;
    justify-content: space-between;
    padding: 0 40px;
}
.contenitore_video_manuali, .contenitore_specifiche{
    width: 48.5%;
}
.contenitore_specifiche h1{
    margin: 0;
    text-align: center;
    color: #187abf;
    font-weight: 100;
}
.contenitore_specifiche table{
    width: 100%;
    font-size: 16px;
}
.contenitore_specifiche table tr{
    height: 30px;
}
.contenitore_specifiche table tr:nth-child(odd){
    background-color: white;
}
.contenitore_specifiche table tr td:last-child{
    text-align: right;
}
.contenitore_specifiche table tr td{
    padding: 0 10px;
    vertical-align: inherit;
}
.contenitore_specifiche table tr:nth-child(even){
    background-color: #dddddd;

}
.cont_manuali_brochure{
    flex-wrap: wrap;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}
.cont_video{
    height: 400px;
}
.tab{
    background-color: white;
    color: #187abf;
    height: 50px!important;
    vertical-align: bottom;
    font-weight: bold;
}
a.pdf_link{
    width: 45%;
}
a.pdf_link .brochure_btn{
    width: 100%;
}
.brochure_btn{
    width: 45%;
    background-color: #187abf;
    color: white;
    height: 50px;
    border: none;
    padding: 0 30px;
    font-size: 16px;
}
.rev_btn {
    width: 45%;
    background-color: orangered;
    color: white;
    height: 50px;
    border: none;
    padding: 0 30px;
    font-size: 16px;
}
.brochure_btn:hover{
    background-color: #14448e;
}
.manuale_btn, .rev_btn{
    background: orangered;
    border: 0;
    color: white;
    height: 50px;
    padding: 0 6px ;
   font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.press_singolo_testo_sub h3.testata_press{
    font-weight: normal;
}

.custom-select {
    position: relative;
    width: 160px;
    font-size: 14px;
}

.custom-select select {
    display: none;
}

.select-selected {
    background-color: white;
}
.manuali_prodotti_tbody tr:nth-child(even){
    background-color: #efefef;

}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #0e0e0e transparent transparent transparent;
}


.select-selected.select-arrow-active:after {
    border-color: transparent transparent black transparent;
    top: 7px;
}

.select-items div,.select-selected {
    color: #000000;
    padding: 8px 16px;
    border-bottom: 1px solid black;
    border-color: #00000075 black rgba(0, 0, 0, 0.24) transparent;
    cursor: pointer;
    user-select: none;
}

.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}


.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}
.immagine_slider_scheda{
    margin: 0 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 400px;
}

.slider_immagini{
    margin:20px;
}

.categorie_filtri {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0 10px;
}
.cat_singola {
    background-color: #187abf;
    padding: 5px;
    cursor: pointer;
    width: 170px;
    margin: 10px 2px;
    border: 2px solid #187abf;
    text-align: center;
}
.cat_singola:hover{
    background-color: #14448e ;
    border-color: #14448e;
}
.cat_singola:hover span {
    color: white;
}
.cat_singola.placeholder{
    background-color: white;
    border: none;
    height: 0;
    width: 170px;
    padding: 0;
}
span.cat {
    color: white;
    font-size: 14px;
}
.attivo{
    background-color: white;


}
.attivo span{
    color: #187abf;
}

.menu_princ.second_p{
    margin-top: 25px;
}
.prodotti_in_evidenza_elenco:after {
    content: '';
    display: block;
    clear: both;
}


.prodotti_in_evidenza_elenco{
    margin:20px;
}
.login_show{
    cursor:pointer;
}
.sub-desc-voce{
    color: black;
    text-transform: none;
}

.login_info{
    display: none;
    position: absolute;
    background-color: white;
    padding: 25px 20px 20px 20px;
    right: 66px;
    top: 43px;
    width: 270px;
    flex-direction: column;
}
.reg_btn{
    margin: 0!important;
}
.sup_slid{
    background-color: white;
    width: 100%;

}

.login_form input, .registrati{
    margin: 8px 0;
    width: 100%;
    text-align: center;

}
.login_form input[type="text"], .login_form input[type="password"]{
    height: 35px;
    border: 1px solid #00000054;
    color: black;
}
.login_form input[type="text"]::placeholder, .login_form input[type="password"]::placeholder{
    color: black;
}
.login_form input[type="submit"]{
    border: none;
    background-color: #187abf;
    color: white;
    height: 35px;
    font-weight: bold;
}
.registrati{
    background-color: orangered;
    color: white;
    border: none;
    height: 35px;
    font-weight: bold;
}
.login_form{
    display: flex;
    flex-direction: column;
}
.login_info p{
    text-align: center;
    margin: 1px 0 6px 0;
    /*font-weight: bold;*/
}
.password_dimenticata{
    cursor: pointer;
}
.pwd_req{
    display: none;
}
.mail_pwd{
    display: flex;
    flex-direction: column;
}
.mail_pwd input[type="text"]{
    margin: 8px 0;
    height: 38px;
    border: 1px solid #00000054;
}
.mail_pwd input[type="submit"]{
    background-color: white;
    border: 2px solid #187abf;
    color: #187abf;
    height: 38px;
    font-weight: bold;
}

.logo_centrale_mob{
    background-image: url("../img/logo_blu.png");
    background-repeat: no-repeat;
    background-size: contain;
    width:75px;
    display: none;
    background-position: center;
}

.container {
    display: none;
    cursor: pointer;
    align-self: center;
}

.bar1, .bar2, .bar3 {
    border-radius: 30px;
    width: 30px;
    height: 2px;
    background-color: #187abf;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-50deg) translate(-9px, 6px);
    transform: rotate(-50deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(50deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-4px, -4px);
}
.menu_lat {
    text-transform: uppercase;
    overflow: hidden;
    display: none;
    position: fixed;
    width: 60%;
    top: 45px;
    left: 0;
    height: 12000px;
    background-color: #187abf;
    z-index: 9999999;
}
.menu_princ, .sub_menu{
    list-style-type: none;
}
.sub_menu{
    display: none;
    width: 100%;
}
.menu_princ{
    padding: 0 22px;
    list-style-type: none;
}
.menu_princ li a,.menu_princ li, .sub_menu li a{
    color: white;
}
.li_ricerca{
    margin-bottom: 15px;
    border-bottom: none!important;
}
.menu_princ li , .sub_menu li {
    border-bottom: 1px solid white;
    padding: 6px 0;
}
#search_box_lat{
    width: 89%;
    background: none;
    color: white;
    border: none;
    transition: all .8ms ease-in;
    padding-left: 3%;
}
#search_box_lat::placeholder{
    color: white!important;
    text-align: left!important;
}
#search_box_lat:focus{
    border-bottom: 1px solid #ccc!important;
    outline: none;
}
#search_el{
    width: 23px;
    height: 23px;
}
.flex_li{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex_li img{
    height: 16px;
    align-self: center;
}
.flip {
    transform: rotate(-180deg);
}
.sub_menu li{
    border-bottom: none;
}
.lista_links_nav_sup{
    padding: 0;
    display: flex;
    list-style-type: none;
    align-self: center;
    margin: 0;
}

.lista_links_nav_sup li{
    align-self: center;
    margin: 0 5px;
    font-size: 16px;
}
.vedi_prodotti_li{
    position: absolute;
    bottom:10px;
    right: 0;
}
.vedi_prodotti_li a{
    display: inline-block;
    color: white;
    background-color: darkorange;
    padding: 7px 18px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.2s;
    border: 1px solid darkorange;
}

.vedi_prodotti_li a:hover{
    background-color: white;
    color: darkorange;
}


#wrap {
    padding: 0;
    position: relative;
}

#search {
    height: 40px;
    display: inline-block;
    font-weight: 100;
    border: none;
    outline: none;
    color: #555;
    padding: 3px;
    padding-right: 60px;
    width: 0px;
    position: absolute;
    top: 0;
    left:0px;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}

#search:focus:hover {
    border-bottom: 1px solid #187abf;
}

#search:focus {
    padding: 0 0 0 50px;
    width: 300px;
    z-index: 1;
    border-bottom: 1px solid #187abf;
    cursor: text;
}
#search_submit {
    height: 20px;
    width: 20px;
    float: right;
    background: url('../img/cerca_blu.png');
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 2;
    cursor: pointer;
    transition: opacity .4s ease;
}

input[type="submit"]:hover {
    color: white;
    background-color: #187abf;

}
footer{
    flex-shrink: 0;
    background-color: #222322;
}
.footer_content{
    display: flex;
    justify-content: space-between;
    padding: 40px 20px 20px 20px;
}
.foot_sx img{
    width: 150px;
}
.foot_sx{
    width: 50%;
    display: flex;
    flex-direction: column;
    color: white;
}
.foot_dx{
    display: flex;
    color: white;
    text-transform: uppercase !important;
}
.link_footer_singolo a{
    color: white;
}
.foot_sx a{
    color: white;
}

.colonna:last-child *{
    padding-right: 0;
}

.links_second_nav{
    display: flex;
}
.lista_links{
  /*  margin-top: 25px; !** new add *!*/
  /*  display: flex;*/
    list-style-type: none;
    margin: 0;
    align-self: center;
    padding: 0;
}
.lista_links li{
    display: inline;/** NEW ADD */
    padding: 6px 0;
    margin: 0 20px;
    font-size: 16px;
    align-self: center;
    background-color: transparent;
    transition: background-color 200ms linear;
}
.lista_links li:last-child{
    margin-right: 15px;
}
/*.lista_links li:hover, .lista_links li:hover a span{
    background-color: white;
    color: #187abf;
    font-weight: bold;
}*/
.lista_links li a span{
    font-weight: bold;
}
.lista_links li.hover, .lista_links li.hover a span{
    background-color: white;
    color: #187abf;
    padding-bottom: 37px;
    transition: all 0.4s ease-in;

}
.registrati:hover{
    background-color: #ec5e29;
}
.colonna ul li a{
    color: white!important;
}
.link_home{
    font-weight: bold;
    padding: 5px 15px!important;
}
.link_home:hover{
    background-color: white;
    color: #187abf;
}
/*.prodotto_link, .prodotto_link a.titolo_li{
    color: #187abf;
    font-weight: bold;
    background-color: white!important;
}*/
.lista_links li a {
    color: white;
    text-transform: uppercase;
    padding: 0 10px;
}

.container_sub_menu_second_nav{
    border-bottom: 1px solid #ccc;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background-color: white;
    top: 100px;
    color: black;
    font-weight: normal;
    height: 300px;
}
.categorie_prodotti_menu, .container_sub_voci{
    padding: 40px 1% ;
    display: flex;
    justify-content: flex-end;
}

.lista_prodotti_home{
    list-style-type: none;
    padding: 0;
}
.categoria_singola, .voce_singola{
    width: 20%;
}
li.categoria_singola, li.voce_singola{
    margin: 0!important;
    border-right:1px solid #ccc ;
    padding: 0 4%;
    display: flex;
    flex-direction: column;
    align-self: initial;
}
li.categoria_singola:last-of-type, li.voce_singola:last-of-type{
    border: none;
}
.separatore{
    border-right: 1px solid #00000040;
    margin: 6px 0;
}
.separatore:last-of-type{
    display: none;
}

.categoria_singola h3, .voce_singola h3{
    font-size: 15px;
    text-transform: uppercase;
    color: #187abf;
    margin: 0;
}

.categoria_singola p{
    font-size: 13px;
}
.lista_prodotti_home li{
    font-size: 17px;
    padding: 3px 0;
    margin: 0;
    display: block;
}
.lista_prodotti_home li a {
    font-size: 15px;
    color: black;
    font-weight: 100;
    margin: 0;
    padding: 0;
}
.lista_prodotti_home li a:hover {
    color: #187abf;
}
.vedi_prod{
    margin-top: auto;
    padding: 0!important;
}
.bottone_prodotti_tutti{
    color: white;
    background-color: #187abf;
    padding: 7px 18px;
    border: 0;
    text-transform: uppercase;
    font-weight: bold;

}
.bottone_prodotti_tutti:hover, .login_form input[type="submit"]:hover, button.leggi_tutto:hover{
    background-color: #14448e;
}
.bianco_el{
    position: absolute;
    background-color: white;
    width: 100%;
    height: 55px;
    display: none;
}
.lista_prodotti_home{
    margin-bottom: 12px;

}

.news_comun_stampa_cont{
    background-color: #d3d3d34f;;
    padding: 30px 20px;
}
.n_c_container{
    padding: 0 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news_comun_stampa_cont h2{
    width: 100%;
    margin: 0 0 30px 0;
    font-weight: normal;
    text-align: center;

}
.n_c_singolo{
    border: 1px solid #ccc;
    color: black;
    width: 32%;
    display: flex;
    height: 390px;
    background-color: white;
}
a.n_c_singolo.placeholder {
    height: 0;
    border: 0;
}

.n_c_singolo_placeholder{
    display: flex;

    width: 32%;
    background-color: white;
}
.n_c_singolo:hover {
    transform: scale(1.04);
}
.n_c_singolo_img, .n_c_singolo_testo{
    width: 50%;
    padding: 15px;
}
.n_c_singolo_testo{
    display: flex;
}
.n_c_singolo_testo_sub{
    align-self: flex-end;
}
.n_c_singolo_img{
    background-size: cover;
    background-repeat: no-repeat;
}
.bottom_news{
    margin-top: 35px;
    width: 100%;
    text-align: center;
}
button.leggi_tutto {
    text-transform: uppercase;
    border: none;
    background-color: #187abf;
    color: white;
    padding: 8px 16px;
    font-weight: bold;
}

.contenitore_categorie {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 0 10px;
}

.contenitore_pagina_ricerca{
    margin: 150px 0;
    padding: 0 10%;

}
.lista_ricerca{
    list-style-type: none;
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
}
.elemento_lista{
    color: #265aa7;
    width: 33%;
    display: flex;
    flex-direction: column;
}

.sezione_pubblicazione{
    clear: both;
}

.pubblicazioni_elenco:after {
    content: '';
    display: block;
    clear: both;
}


.pubblicazione_singola{
    overflow: hidden;
    height: 380px;
    width: 32.333333%;
    margin: 0.5%;
    border: 1px solid #ccc;
   /* padding: 1%;*/
    padding: 15px;
    background-color: white;
}
.pubblicazione_singola:nth-child(even){
    background-color:#00000010 ;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.pubblicazione_singola:hover {
    transform: scale(1.03);

}
.titolo_pubblicazione{
    line-height: 1.2;
    font-size: 18px;
    color:  #187abf;
    font-weight: bold;
}

.testo_pubblicazione{
    color: black;
    word-break: break-all;
}

.pubblicazioni_elenco{
    display: flex;
   /* margin: 20px;*/
    margin-top:20px;
    flex-wrap: wrap;
}
.colonna ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.colonna ul li{
    padding-right: 70px;
}
.colonna ul li.titolo_col {
    white-space: nowrap;
    margin: 10px 0;
    padding: 5px 70px 5px 0;
    border-bottom: 1px solid white;
    font-size: 17px;
}
.attivita_container{
    display: flex;
    flex-wrap: wrap;
    padding: 25px 20px;
    justify-content: space-between;
}
.museo_testo{
    padding: 0 22px ;
}
.attivita_singola{
    background-color: white;
    margin-bottom: 14px;
    border: 1px solid #ccc;
    width: 33%;
    cursor: pointer;
}

.immagine_attivita{
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.testi_attivita{
    overflow: hidden;
    padding: 10px 20px;

}
.testi_attivita h2{
    color: #187abf;
    font-weight: normal;
}
.fancybox-title-float-wrap{
    margin-bottom: -60px!important;
}
.fancybox-title-float-wrap .child{
    white-space: unset!important;
}

.img_background{
    position: relative;
    background-size: cover;
    background-position: center;
    height: 500px;
    background-repeat: no-repeat;
}
.news_comun_stampa_elenco{
    padding: 30px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news_comun_stampa_elenco .n_c_singolo{
    background-color:white ;
    margin-bottom: 15px;
}
.social_box{
    display: flex;
}
.social_singolo{
    padding-right: 10px;
}
.social_singolo img{
    width: 30px;
}
.neropaco{
    border-top: 1px solid white;
    display: flex;
    justify-content: flex-end;
    margin: 0 20px;
}
.neropaco p{
    color: white;
}
.titolo_col.last{
    padding-right: 10px!important;
}
.area_registrazione{
    padding: 4% 10%;
}
#utente{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.input_cont{
    width: 100%;
    text-align: center;
}
#utente input::placeholder, #utente select::placeholder{
    color: black;
    text-align: center;
}
.descrizione_breve{
    padding: 0 30% 0 20px;
}
#newsletter_check, #privacy_check{
    visibility: hidden;
}
.checkbox_inpt {
    margin: 20px 0;
    position: relative;
}
.checkbox_inpt .labl {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background: #eee;
    border:1px solid #ccc;
}
.checkbox_inpt .labl:after {
    opacity: 0.2;
    content: '';
    position: absolute;
    width: 10px;
    height: 5px;
    background: transparent;
    top: 3px;
    left: 3px;
    border: 3px solid #187abf;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}
.checkbox_inpt .labl:hover::after {
    opacity: 0.5;
}

.check:checked ~ .labl:after {
    opacity: 1;
}

.checkbox_inpt p{
    display: inline-block;
    padding: 3px 0 0 28px;
    margin: 0;
}

.cso_tv_cont{
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    justify-content: space-between;
}
.cso_tv_singolo{
    margin: 5px 0;
    position: relative;
    width: 32%;
}
.cso_tv_singolo.prod{
   margin-bottom: 60px;
}
.testi_overl {
    font-size: 16px;
    color: white;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #0000009c;
    padding: 3%;
}
.testi_overl h3{
    margin: 0;
    color: white;
    font-weight: 100;
}
.testo_land{
    margin: 15px 0 30px 0;
}
.land_page{
    padding: 0 10%;
}
.land_page input[type="checkbox"]{
    visibility: hidden;
}
.land_page .checkbox_inpt .labl{
    left: unset;
}
.singolo_inpt {
    padding: 0;
    margin-bottom: 8px;
}
.submit_btn{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
#sub_land{
    background-color:#187abf;
    color: white;
    border: none;
    padding: 6px 4%;
}

#form_land {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
#form_land input[type="text"], #form_land input[type="email"], #form_land textarea{
    width: 100%;
    margin: 10px 0;
    border: 1px solid #ccc;
    background-color: white;
    border-radius: 0;
    padding: 8px;
    text-align: center;
    box-sizing: border-box;
}
.sezione_top{
    display: flex;
    justify-content: space-between;
    padding: 4% 1.5%;
}
.immagine_pagine{
    width: 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 360px;
}
.descrizione_pagina{
    width: 58%;
}
.descrizione_pagina h1{
    font-size: 35px;
    margin: 0;
    color: #187abf;
    font-weight: bold;
    text-transform: uppercase;
}
.news_testo_immagine{
    padding: 2% 10%;
    display: flex;
    justify-content: space-between;
}
.immagine_news_singola{
    width: 35%;
}
.testi_news_singola{
    width: 63%;
}
.testi_news_singola h1{
    color: #259;
    font-weight: normal;
    padding: 0;
}
.blocco_testo_mappa{
    padding: 2% 20px;
    display: flex;
    justify-content: space-between;
}
.testo_pagina, .mappa_contatti{
    width: 49%;
}
.form_container_contatti{
    padding:2% 10%;
}
.pagina_testo{
    padding: 0 10%;
}
.pagina_testo h1{
    padding: 0;
}
.contenitore_press{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 20px;
}
.press_singolo{
    width: 33%;
    display: flex;
    background-color: white;
    border:1px solid #ccc;
    justify-content: space-between;
    margin-bottom: 15px;
}
.press_singolo_placeholder{
    width: 33%;
    display: flex;
    background-color: white;
}
.press_singolo_img{

    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 49%;
    height: 390px;
}
.press_singolo_testo{
    padding: 20px 0;
    width: 49%;
    display: flex;

}
.bottom{
    align-self: flex-end;
    margin-top: auto;
}
.press_singolo_testo_sub{
    display: flex;
    flex-direction: column;
}
.press_singolo_testo_sub h4{
    font-weight: normal;
}
.testo_breve{
    margin-bottom: 15px;
}
a.bottone_link {
    color: white;
    background-color: #187abf;
    padding: 5px 20px;
}
a.bottone_link:hover{
    background-color: #14448e;
}
.prodotto_singolo{
    transition: translate .2s ease-in-out;
}
.prodotto_singolo:hover{
    transform: scale(1.04);
}

.cat_mob{
    display: none;
}
.revisione_lingua{
    justify-content: flex-end;
    width: 100%;
    display: flex;
    padding: 20px 20px 0 20px;
}
.rev_singola {
    margin: 0 10px;
    width: 30px;
}
.rev_singola img {
    width: 100%;
}
.pagination{
    text-align: center;
    margin: 15px 0;
}

.button{
    position: relative;
    border: none;
    padding:10px;
    text-transform: uppercase;
    background: none;
    cursor: pointer;
    text-align:center;
    width:150px;
}
.button a{
    text-decoration:none;
    color:#187abf;
}
.button:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -1px;
    left: 0;
    border-top: solid 1px #187abf!important;
    border-left: solid 1px #187abf!important;
    -webkit-transition: width 2s, height 1s, opacity 0.2s;
    transition: width 1s, height 1s, opacity 0.2s ;
}
.button:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: -1px;
    right: -1px;
    border-bottom: solid 1px #187abf!important;
    border-right: solid 1px #187abf!important;
    -webkit-transition: width 2s, height 1s, opacity 0.2s;
    transition: width 1s, height 1s, opacity 0.2s ;
}
.button:hover:before,.button:hover:after{
    width: 40%;
    height: 60%;
}
.login_input:focus{
    border: none!important;
}
.contenitore_manuale{
    margin-top: 15px;
    width: 45%;
    display: flex;
    flex-direction: column;
}
#remodal-testo{
    padding-bottom: 20px;
}
.btn_cancella{
    border: none;
    background-color: #827b7b;
    color: white;
    padding: 8px 40px;
}
.btn_conferma{
    margin-top: 15px;
    border: none;
    background-color: #187abf;
    color: white;
    padding: 8px 40px;
}

/** Bottoni utente */
.bottoneblu{
    background-color: #187abf ;
    color: white;
    padding: 10px 27px;
    border: none;
}
.bottoneblu:hover{
    background-color: #14448e;
}
.bottonearancione{
    border: none;
    color: white;
    padding: 10px 27px;
    background-color: orangered;
}
.bottonearancione:hover{
    background-color: #ec5e29;
}
.bottonebianco{
    color: #187abf ;
    border: 2px solid #187abf;
    background-color: white;
    padding: 10px 25px;
}
.bottonebianco:hover{
    color: white;
    background-color:  #187abf;

}




/** MEDIA QUERIES */



@media only screen and (max-width: 1255px) {
    .cont_manuali_brochure{
        flex-direction: column;
        padding: 20px 0;
    }
    .contenitore_manuale{
        box-sizing: border-box;
        margin-top: 15px;
        width: 100%;
    }
    .a.pdf_link{
        width: 100%;
    }
    .categoria_singola, .voce_singola{
        width:30% ;
    }
    .categoria_singola.prodotti:nth-child(1), .categoria_singola.prodotti:nth-child(2){
        display: none;
    }


}



@media only screen and (max-width:1024px)  {
    .contenitore_tabelle{
        padding: 0 10px;
    }
    .footer_content{
        display:block;
        text-align: center;
    }

    .foot_dx{
        width: 100%;
        display: block;
        text-align: left;
        margin: 20px auto;
    }

    .foot_dx .colonna{
        float:left;
        width: 50%;
    }
    .foot_sx{
        width: 100%;
        display: block!important;
        text-align: center;
    }
    .social_box{
        justify-content: center;
    }
    footer{
        background-color: black;
    }
    .neropaco{
        display: none;
    }
    .lista_links li{
        margin: 0;
    }
    .cso_tv_singolo{
        width: 49%;
    }
    .categoria_singola p, .categoria_singola:nth-child(2), .categoria_singola:nth-child(3),  .categoria_singola:nth-child(1), .separatore:nth-child(2),  .separatore:nth-child(3){
        display: none!important;
    }
    .logo_centrale_mob{
        display: block;
    }
    .form_cerca_sito, .contenitore_links_navbar a, .navbar_infer, .contenitore_categorie{
        display: none;
    }
    a.reg_btn{
        display: block;
    }
    .container{
        display: inline-block!important;
    }
    .login_info{
        right: 0;
    }
    .cat_mob{
          display: block;
          text-align: center;
      }
    .pubblicazione_singola{
        width: 49%;
    }
    .sezione_top{
        flex-direction: column;
        padding: 0;
    }
    .immagine_pagine{
        width: 100%;
    }
    .descrizione_pagina{
        width: 100%;
        padding: 0 5%;
        text-align: center;
    }
    .img_background, .background_prodotto{
        display: none;
    }
    .contenitore_pagina, .contenitore_pagina.text {
        margin-top: 45px;
    }
    .descrizione_pagina h1{
        margin: 20px 0;
    }
    .press_singolo, .attivita_singola{
        width: 49%;
    }
    .main-content{
        padding: 0;
    }


}
@media only screen and (max-width: 1020px){
    .n_c_singolo.t2{
        display: none;
    }
    .n_c_singolo{
        width: 49%;
    }
    .voce_singola{
        width:25% ;
    }
    .categoria_singola{
        width: 34%;
    }

    .prodotto_singolo{
        width: 32.33333%;

    }

}

@media only screen and (max-width: 750px) {
    table.table_download td, table.table_download th{
        padding: 0 0 0 50%;
    }
    thead{
        position: relative;
    }
    thead tr{
        padding: 0;
    }
    .table-change tbody tr td{
        width: unset!important;
        text-align: left;
        margin-bottom: 10px;
    }
    .table-change tbody td:first-child{
        padding: 0;
    }
    .table-change{
        border-collapse: collapse!important;
    }

    .table-change,
    .table-change thead,
    .table-change tbody,
    .table-change th,
    .table-change td,
    .table-change tr {

        display: block;
    }

    .table-change thead tr {
        position: absolute;
        top: 3px;
        height: 100%;
        padding: 0;
        /* left: -9999px;*/
    }
    .table-change thead tr th:first-child {
        padding: 0 10px;
    }
    .table-change tbody tr{
        position: relative;
        border-bottom: 1px solid #CCCCCC;
    }
    .table-change tbody tr:last-child{
        border-bottom: none;
    }

    .table-change tr {

        padding: 4% 5%;
    }

    .table-change td {
        border: none;
        position: relative;
        white-space: normal;
        text-align:left;
    }

    .table-change td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        text-align:left;
        font-weight: bold;
    }
    table.table_download tr.grigio td{
        background-color: white!important;
    }

    .table-change td:before { content: attr(data-title); border:none; }

}


@media only screen and (max-width: 704px) {

    .prodotto_singolo{
        width: 48%!important;
        margin: 1%!important;
    }
    .pubblicazione_singola{
        width: 100%;
        height: unset;
    }
    .colonna ul li {
        padding-right: 30px;
    }
    .categoria_singola:last-child, .separatore:last-child{
        display: none!important;
    }
    .contenitore_pagina_ricerca{
        padding: 0!important;
    }

}



@media only screen and (max-width: 660px) {
    .contenitore_pagina_ricerca {
        margin-top: 60px;
    }
    .background_prodotto{
       /* margin-top: 60px;*/
        height: 400px;
    }
    .scheda_singola{
        flex-direction: column-reverse!important;
        background-color: white!important;
    }
    .testo_scheda_singola, .secondo_blocco_scheda{
        width: 100%;
        box-sizing: border-box;
    }
    .testo_scheda_singola{
        color: black!important;
        text-align: center!important;
    }
    .img_scheda_sing img{
        display: none;
    }
    h3.blu{
        color: #187abf;
    }
    .prodotto_descrizione{
        flex-wrap: wrap;
        padding: 0 ;
    }
    .immagine_prodotto{
        height: 400px;
        background-size: cover;
        width: 100%;
    }
    .descrizione_p{
        text-align: center;
        padding: 0 10px;
        width: 100%;
    }
    .cont_video{
        height: 270px;
        margin: 0;
    }
    .contenitore_video_manuali_specifiche{
        flex-wrap: wrap;
        padding: 0;
    }
    .cont_manuali_brochure{
        padding: 20px;
    }
    .contenitore_specifiche{
        padding: 0 20px;
    }

    .contenitore_video_manuali, .contenitore_specifiche {
        width: 100%;
    }


    .n_c_singolo.t1{
        display: none;
    }
    .n_c_singolo{
        width: 100%;
    }
    .n_c_container{
        flex-direction: column-reverse;
        padding: 0;
    }
    .news_comun_stampa_cont h2 {
        width: 100%;
        margin: 0 0 20px 0;
        font-weight: normal;
        text-align: center;
    }
    .bottom_news{
        margin: 0 0 20px 0;
    }
    .categorie_filtri{
        display: none;
    }
    .categorie{
        text-align: center;
    }

    .pagina_testo{
        display: flex;
        flex-direction: column;
    }
    .pagina_testo img{
        width: 100%!important;
        height: auto!important;
        margin: 25px auto;
        max-width: unset!important;
    }


    .testo_pagina, .mappa_contatti{
        width: 100%;
    }

    .blocco_testo_mappa{
        flex-direction: column;
    }
    .lista_links_nav_sup li {
        margin: 0;
    }

   /* .img_background {
        height: 250px;
    }*/

    h1.blu, h1.grigio{
        color: #187abf;
        margin: 5px 0;
    }
    .slider_container, .video_el, .foto_el, .videoWrapper{
        height: 360px!important;
    }

    .contenitore_pagina h1.titolo_pag, .contenitore_pagina_ricerca{
        text-align: center;
    }

    .descrizione_breve {
        padding: 0 44px;
    }
    .form_generico input[type="submit"], .press_singolo{
        width: 100%;
    }
    .form_generico input[type="text"], .form_generico input[type="password"], .form_generico select{
        width: 49%;
    }
    .contenitore_press{
        padding: 30px 0;
    }
    .press_singolo{
        padding: 0 10px;
        border: none;
        border-bottom: 1px solid #ccc;
    }
    .news_comun_stampa_elenco{
        padding: 0;
    }
    .n_c_singolo{
        border: none;
        border-bottom: 1px solid #ccc;
    }
    .slick-prev, .slick-next{
        width: 30px;
        height: 45px;
    }
    .immagine_slider_scheda, .slider_immagini{
        margin: 0;
    }
    .pubblicazione_singola{
        margin: 0;
        border: none;
    }
    .immagine_news_singola{
        width: 42%;
        position: relative;
    }
    .immagine_news_singola img{
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;


    }
    .testi_news_singola {
        width: 55%;
    }
    .news_testo_immagine {
        padding: 2% 10px;
    }



}
@media only screen and (max-width: 500px){
    .cso_tv_singolo{
        width: 100%;
    }
    .form_generico input[type="text"], .form_generico input[type="password"], .form_generico select {
        width: 49%;
    }
    .news_testo_immagine{
        flex-wrap: wrap;
        padding: 0;
    }
    .immagine_news_singola img{
        position: unset;
    }
    .immagine_news_singola{
        width: 100%;
    }
    .testi_news_singola{
        width: 100%;
        padding: 0 20px;
    }
    .attivita_singola{
        width: 100%;
    }

}

@media only screen and (max-width: 430px) {
    .pubblicazione_singola,.prodotto_singolo, .press_singolo{
        width: 100%!important;
    }
    #show_cat{
        display: block;
    }
    .hide_show{
        display: none;
        overflow: scroll;
    }
    .form_generico input[type="text"], .form_generico input[type="password"], .form_generico select {
        width: 100%;
    }

}

.mailup_container{
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
    width: 96%;
}

.mailup_container h1{
    padding-top: 0;
    margin-top: 0;
}

.mailup_container input[type="text"], .mailup_container input[type="email"]{
    padding: 4px;
    width: 94%;
    margin: 5px auto 15px auto;
    max-width: 300px;
    background: none;
    border: 1px solid #ccc;
    display:block;
}

.mailup_container button{
    padding: 8px 24px;
    font-weight: bold;
    border-radius: 6px;
    background-color: #187abf;
    border: 1px solid #187abf;
    color: white;
    transition: all 0.2s;
    margin-top: 15px;
}

.mailup_container button:hover{
    background-color: white;
    color: #187abf;
}
