
/*---vc_search_refine_results_standard*/
.vc_search_refine_results_standard {
    width:100%;
    float:left;
    clear:left;
}
.vc_search_refine_results_standard li.intestazione {
    padding:4px 0 5px 0;
    font-size:0.9em;
    font-weight:bold;
    text-transform:uppercase;
    text-align:center;
    color:#0f0605;
    border-bottom:1px #c1c1c1 dashed;
    background:#d5d5d5;
    display:block;
}
.vc_search_refine_results_standard p {
    margin:0 0 10px 0;
    width:100%;
    float:left;
    clear:left;
}
.vc_search_refine_results_standard ul {
    margin:0 10px 10px 0;
    color:#424240;
    list-style:none;
    font-weight:normal;
    width:100%;
    float:left;
    clear:left;
}
.vc_search_refine_results_standard ul li {
    width:100%;
    float:left;
    clear:left;
}
.vc_search_refine_results_standard ul li a {
    margin:1px 0 1px 0;
    padding:5px 0;
    font-size:0.8em;
    border-bottom:1px #c1c1c1 dashed;
    background:#fff;
    display:block;
}
.vc_search_refine_results_standard ul.affina_tipo:before {
    content:"Type";
    padding:4px 0 5px 0;
    font-size:0.9em;
    font-weight:bold;
    text-transform:uppercase;
    text-align:center;
    color:#0f0605;
    border-bottom:1px #c1c1c1 dashed;
    background:#d5d5d5;
    display:block;
}
.vc_search_refine_results_standard ul li a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-align:right;
    float:right;
}

/*---search_results*/
.vc_search_results {
    margin-bottom:10px;
    padding-bottom:10px;
    width:100%;
    float:left;
    clear:left;
    background-color:#fff;
    border-bottom:1px #d6d6d6 dashed;
}
.vc_search_results .titolo {
    margin-bottom:10px;
    font-size:1.4em;
    line-height:1.3em;
    font-weight:bold;
    width:100%;
    float:left;
    clear:left;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
.vc_search_results .titolo a {
    text-decoration:none;
}
.vc_search_results .titolo a:hover {
    text-decoration:underline;
}
.vc_search_results .sezione {
    margin-bottom:5px;
    font-size:0.9em;
    color:#118ac0;
    text-transform:uppercase;
    width:100%;
    float:left;
    clear:left;
}
.vc_search_results .sezione a {
    color:#007dc0;
    text-decoration:none;
}
.vc_search_results .tag_3 {
    font-size:1em;
    color:#118ac0;
}
.vc_search_results .tag_3 .nome {
    display:none;
}
.vc_search_results .testo {
    font-size:0.9em;
    line-height:1.5em;
    width:100%;
    float:left;
    clear:left;
}
.vc_search_results .testo p {
    margin:0px;
    padding:0px;
}
.vc_search_results .testo strong {
    text-decoration:underline;
}
.vc_search_results .cont_foto {
    width:100%;
    float:left;
    clear:left;
}
.vc_search_results .cont_foto img {
    margin:0px;
    padding:0px;
    width:100%;
    border:0px;
    text-decoration:none;
    float:left;
    clear:left;
}
.vc_search_results .ora_pubblicazione {
    margin: 5px 20px 0px 0px;
    font-size: 0.9em;
    width:auto;
    float:left;
}
.vc_search_results .ora_pubblicazione:before {
    content:"\f017";
    font-family:FontAwesome;
    font-style:normal;
    font-weight:normal;
    text-decoration:inherit;
    margin-right:5px;
    margin-top:10px;
}
.vc_search_results .ora_pubblicazione a,.search_results .ora_pubblicazione a:hover {
    text-decoration:none;
    color: #333;
}
.vc_search_results .cont3 {
    padding-right: 40px;
}
/*---no_risultati*/
.no_risultati {
    margin:30px 0 0 0;
    padding:10px;
    font-size:1.07em;
    text-align:center;
    color:#000;
    text-decoration:underline;
    width:100%;
    float:left;
    clear:left;
}
/*---search_results_pagination*/
.vc_search_results_pagination {
    margin:5px 0;
    width:100%; 
    float:left;
    clear:left;
}
.vc_search_results_pagination a {
    color:#0197f5;
    font-size:2.14em;
}
.vc_search_results_pagination a#precedenti {
    float:left;
}
.vc_search_results_pagination a#prossimi {
    float:right;
}
.vc_search_results_pagination a#precedenti:before {
    content: "\f137";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.vc_search_results_pagination a#prossimi:after {
    content: "\f138";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
/*----MEDIA*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
}
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
}
/* Portrait phones and smaller */
@media (max-width: 480px) {
    .vc_search_results .cont_foto {
        margin-bottom:15px;
    }
}

/* Dark Mode Styling */
@media (prefers-color-scheme: dark), (prefers-dark-interface) {
    .vc_search_results{
        background-color: #111 !important;
    }
    
    .vc_search_refine_results_standard ul li a{
        background-color: #111 !important;
    }
    .vc_search_header_results_found .sortElementCont ul li a{
        color:#ddd !important;
    }
}


/*---vc_search_header_results_found*/
.vc_search_header_results_found {
    width:100%;
    float:left;
    clear:left;
    padding:0 0 5px 0;
    border-bottom:2px solid #DFDFDF;
}
/*---Results found*/
.vc_search_header_results_found .vc_results_found {
    float:left;
    clear:left;
}
.vc_search_header_results_found .vc_results_found p {
    float:left;
    font-size:30px;
    line-height:30px;
    font-weight:500;    
}
.vc_search_header_results_found .vc_results_found p.text {
    margin-left:10px;
}
.vc_search_header_results_found .vc_results_found p.text span.keyword {
    color:#ff6d2e;
}
/*---sortElementCont*/
.vc_search_header_results_found .sortElementCont {
    margin-top:10px;
    position:relative;
    float:right;
    clear:right;
}
.vc_search_header_results_found .sortElementCont p {
    margin:0px;
    padding:0px;
    float:left;
}
.vc_search_header_results_found .sortElementCont ul {
    float:left;
}
.vc_search_header_results_found .sortElementCont ul li {
    margin:0 0px 0 15px;
    float:left;
}
.vc_search_header_results_found .sortElementCont ul li a {
    padding:0 0 2px 0;
    font-size:14px;
    text-transform:uppercase;
    font-weight:bold;
    color:#000;
    border-bottom: 3px solid #fff;
}
.vc_search_header_results_found .sortElementCont ul li a.active {
    border-bottom: 3px solid #ff6d2e;
}
/*---banner_rectangle_300x250_1*/
.banner_rectangle_300x250_1 {
    width:100%;
    float:left;
    clear:left;
    text-align:center;
}
.banner_rectangle_300x250_1 img {
    margin:0 auto;
    padding:0px;
    max-width:100%;
    border:0px;
    display:table;
}
/*---spacer*/
.spacer {
    width:100%;
    height:0px;
    float:left;
    clear:left;
    font-size:0px;
    line-height:0px;
}
.spacer.t_5 {
    margin-top:5px;
}
.spacer.t_10 {
    margin-top:10px;
}
.spacer.t_15 {
    margin-top:15px;
}
.spacer.t_20 {
    margin-top:20px;   
}
.spacer.t_25 {
    margin-top:25px;   
}
.spacer.t_30 {
    margin-top:30px;   
}
.spacer.t_35 {
    margin-top:35px;   
}
.spacer.t_40 {
    margin-top:40px;   
}
.spacer.t_45 {
    margin-top:45px;   
}
.spacer.t_50 {
    margin-top:50px;   
}
.spacer.t_55 {
    margin-top:55px;   
}
.spacer.t_60 {
    margin-top:60px;   
}
.spacer.t_65 {
    margin-top:65px;   
}
.spacer.t_70 {
    margin-top:70px;   
}
.spacer.t_75 {
    margin-top:75px;   
}
.spacer.t_80 {
    margin-top:80px;   
}
.spacer.t_85 {
    margin-top:85px;   
}
.spacer.t_90 {
    margin-top:90px;   
}
.spacer.t_95 {
    margin-top:95px;   
}
.spacer.t_100 {
    margin-top:100px;   
}
/*---banner_rectangle_300x100_1*/
.banner_rectangle_300x100_1 {
    width:100%;
    float:left;
    clear:left;
    text-align:center;
}
.banner_rectangle_300x100_1 img {
    margin:0 auto;
    padding:0px;
    max-width:100%;
    border:0px;
    display:table;
}
.banner_motors_MPU_300x250_01, .banner_motors_MPU_300x250_02, .banner_motors_MPU_300x250_03, .banner_motors_MPU_300x250_04,
.banner_motors_MPU_300x250_05, .banner_motors_MPU_300x250_06{
    float:left;
}

.moved{
    margin-top:172px;
    position:relative;
}






