
/*---vc_search_bar*/
.vc_search_bar {
    margin: 40px 0;
    padding:0px;
    width: 100%;
    float:left;
    clear:left;
}
.vc_search_bar form {
    margin: 0px auto;
    padding:0px;
    width: 100%;
    float:left;
    clear:left;
    border: 2px #0780bf solid;
}
.vc_search_bar .cerca_campo_text {
    margin:0px;
    padding:0px;
    width:90%;
    float:left;
}
.vc_search_bar .cerca_campo_text input {
    margin:0px;
    padding:0px 10px 0px 10px;
    font-size: 16px;
    color: #0780bf;
    text-transform: uppercase;
    width:100%;
    height: 60px;
    float:left;
    border:none;
    text-align: center;
    background: transparent;
}
.vc_search_bar .cerca_campo_invio {
    margin:0px;
    padding:0px;
    width:10%;
    float:left;
    position:relative;
}
.vc_search_bar .cerca_campo_invio input {
    margin:0px;
    padding: 0;
    font-size:0px;
    width:100%;
    height: 60px;
    float:left;
    display:block;
    border:0px #cdcdcd solid;
    cursor:pointer;
    position:relative;
    z-index: 10;
    background: url(../images/icon_search_white.png) no-repeat center;
    background-size: 21px;
}

@media (max-width: 1200px) {

}

@media (max-width: 991px) {

}
    
@media (max-width: 767px) {
    
}

@media (max-width: 576px) {
    

}

@media (max-width: 481px) {
    
}
/*---vc_search_results*/
.vc_search_results {
    margin-top:30px;
    padding:0;
    width:100%;
    float:left;
}
.vc_search_results:first-child {
    margin-top:0;
}
.vc_search_results .cont {
    margin:0;
    padding:0px;
    display:table;
}
.vc_search_results .cont_foto {
    margin:0 15px 0 0;
    padding:0;
    float:left;
}
.vc_search_results .cont_foto img {
    margin:0px;
    padding:0;
    border:0px;
}
.vc_search_results .ora_pubblicazione {
    margin:0px 0 5px 0;
    padding:0px;
    display:block;
}
.vc_search_results .ora_pubblicazione a {
    text-decoration:none;
}
.vc_search_results .titolo {
    margin:0px 0 10px 0;
    padding:0;
    width:100%;
    float:left;
    clear:left;
}
.vc_search_results .titolo a:hover {
    text-decoration:underline;
}
.vc_search_results .testo {
    margin:0px;
    padding:0px;
    color:#043f5e;
    width:100%;
    float:left;
    clear:left;
}
.vc_search_results .testo a {
    text-decoration:none;
    color:inherit;
}
.vc_search_results .testo a:hover {
    
}
/*---no_risultati*/
.no_risultati {
    margin:35px 0 0 0;
    padding:0px 0px 100px 0px;
    font-size:34px;
	text-transform:uppercase;
	font-style:italic;
    font-weight:bold;
    color:#970102;
    width:100%;
    float:left;
	height:300px;
	background-image:url(../images/no_result.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
}
.no_risultati a{
    display:none;
}
@media screen and (max-width:991px){
    .vc_search_results .cont_foto {
        width: 37%;
    }
    .vc_search_results .cont_foto img{
        max-width:100%;
    }
}
@media screen and (max-width:480px){
    .vc_search_results .cont_foto {
        margin: 0 0 15px 0;
        clear: left;
        width: 100%;
    }
}
.banner_930x400_promo {
    margin:0;
    width:100%;
}
.banner_drag_and_drop.banner_930x400_promo{
    margin:20px auto;
}
.banner_930x400_promo a{
    text-decoration:none;
    display:block;
}
.banner_930x400_promo img{
    margin:0;
    border:none;
    width:100%;
    height:auto;
    display:block;
}
/*---intestazione_ricerca_archivio*/
.intestazione_ricerca_archivio  {
    margin:2px 0 0 0;
    padding:0 0 5px 0;
    width:100%;
    border-bottom:1px #d8d8d8 solid;
    float:left;
}
.intestazione_ricerca_archivio .occhiello_titolo {
    margin:0px 0 0 0;
    padding:0px;
    float:left;
    font-weight:normal;
    font-style:normal;
    text-transform:none;
}
.intestazione_ricerca_archivio .text {
    margin:4px 0 0 0;
    padding:0px;
    float:right;
}
.intestazione_ricerca_archivio .text:last-child{
	display:none;
}
.intestazione_ricerca_archivio .text .keyword {
    text-decoration:underline;
}

.vc_search_header_results_order {
    width:100%;
    float:left;
    clear:left;
}

/*---sortElementCont*/
.vc_search_header_results_order .sortElementCont {
    margin: 21px 0;
    width:100%;
    float:left;
    clear:left;
    color:#fff;
    position:relative;
    font-size: 1.176em;
    line-height: 1.2em;
    display:flex;
    justify-content:center;
}
.vc_search_header_results_order .sortElementCont p {
    margin:0px;
    padding: 2px 19px;
    float:left;
    width: auto;
    text-transform: uppercase;
    font-weight: normal;
}
.vc_search_header_results_order.vc_theme_light .sortElementCont p {
    color:#fff;
}

.vc_search_header_results_order .sortElementCont ul {
    float:left;
    width: auto;
    text-transform: uppercase;
    padding: 0;
}
.vc_search_header_results_order .sortElementCont ul li {
    margin: 0;
    float:left;
    width: auto;
    text-align: center;
}
.vc_search_header_results_order .sortElementCont ul li a {
    color: inherit;
    font-weight: 900;
    padding: 2px 19px;
    float: left;
    clear: left;
}
.vc_search_header_results_order.vc_theme_light .sortElementCont ul li a {
    color: #fff;
}
.vc_search_header_results_order .sortElementCont ul li a.active {
    color: #fff;
    background: #022a3d;
}
.vc_search_header_results_order .sortElementCont ul li a:hover {
    color: #fff;
    background:#022a3d;
    text-decoration:none;
}
/*---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;   
}
.spacer.t_105 {
    margin-top:105px;
}
.spacer.t_110 {
    margin-top:110px;   
}
.spacer.t_115 {
    margin-top:115px;
}
.spacer.t_120 {
    margin-top:120px;
}
.spacer.t_125 {
    margin-top:125px;
}
.spacer.t_130 {
    margin-top:130px;
}
.spacer.t_135 {
    margin-top:135px;
}
.spacer.t_140 {
    margin-top:140px;
}
.spacer.t_145 {
    margin-top:145px;
}
.spacer.t_150 {
    margin-top:150px;
}
.spacer.t_155 {
    margin-top:155px;
}
.spacer.t_160 {
    margin-top:160px;
}
.spacer.t_165 {
    margin-top:165px;
}
.spacer.t_170 {
    margin-top:170px;
}
.spacer.t_175 {
    margin-top:175px;
}
.spacer.t_180 {
    margin-top:180px;
}
.spacer.t_185 {
    margin-top:185px;
}
.spacer.t_190 {
    margin-top:190px;
}
.spacer.t_195 {
    margin-top:195px;
}
.spacer.t_200 {
    margin-top:200px;
}

.vc_shop_pagination{
    width: 100%;
    float: left;
    line-height: 60px;
    text-align: left;
    color: #043f5e;
    font-weight: 400;
    font-size: 1.125em;
}
.vc_shop_pagination nav{
    text-align:center;
}
.pagination> a, 
.pagination> span, 
.pagination> a:active, 
.pagination> a:hover, 
.pagination> span:hover, 
.pagination> a:focus, 
.pagination> span:focus{
    color: #043f5e;
    background-color: transparent;
    border:none;
    font-weight:bold;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
    color: #043f5e;
    background-color: transparent;
    border:none;
    font-weight:bold;
}
.pagination>li>a, 
.pagination>li>span {
    margin-left:0;
    padding: 6px 25px;
    color: #043f5e;
    background-color: transparent;
    border:none;
}
.pagination>li>a:hover{
    background:transparent;
    font-weight:bold;
    color: #043f5e;
}

