

/*---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;   
}
.vc_box_search_events {
    float:left;
    clear:left;
    width:100%;
    margin-top:30px;
}
.vc_box_search_events input {
    float:left;
    width:100%;
    padding:8px 15px;
    margin-right:10px;
    display: block;
    color: #ccc;
    background-color: #fff;
    border: 1px solid #e5eced;
    box-shadow: 0 11px 4px -10px #e5eced;
    border-radius: 5px;
    height: 55px;
    transition: box-shadow .15s ease-in-out;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.5;
    text-transform:uppercase;
}

.vc_box_search_events .cerca_campo_text {
    width: 30%;
}
.vc_box_search_events input.example {
    width: 100%;
}

.vc_box_search_events .cerca_campo_invio input {
    float:left;
    border: 1px solid #212121;
    color: #fff;
    background: #212121;
    width: 15%;
    margin-right: 0;
    transition:all ease 0.5s;
}
.vc_box_search_events .cerca_campo_invio input:hover {
    border: 1px solid #d01e22;
    background: #d01e22;
}

.vc_box_search_events .filter_select {
    float: left;
    width: 25%;
    margin-right: 10px;
    position:relative;
}

.vc_box_search_events .filter_select label {
    float: left;
    color: #d01e22;
    font-size: .7em;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    margin-right: 10px;
    position: absolute;
    top:2px;
    left: 10px;
}

.vc_box_search_events .filter_select label:nth-of-type(2n){
    left: calc(50% + 10px);  
}

.vc_box_search_events select {
    margin-right: 10px;
    padding: 20px 15px 5px 15px;
    height: 55px;
    float: left;
    width: 100%;
    margin-right: 10px;
    display: block;
    color: #a2a2a2;
    background-color: #fff;
    border: 1px solid #e5eced;
    box-shadow: 0 11px 4px -10px #e5eced;
    border-radius: 5px;
    transition: box-shadow .15s ease-in-out;
    font-size: .85em;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.vc_box_search_events .filtro_dal_al {
    float: left;
    width: calc(30% - 20px);
    position: relative;
}

.vc_box_search_events .filtro_dal_al label {
    float: left;
    color: #d01e22;
    font-size: .7em;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    margin-right: 10px;
    position: absolute;
    top:2px;
    left: 10px;
}
.vc_box_search_events .filtro_dal_al label:nth-of-type(2n){
    left: calc(50% + 10px);  
}
.vc_box_search_events .filtro_dal_al input{
    padding: 20px 15px 5px 15px;
}
.vc_box_search_events .filtro_dal_al input.hasDatepicker {
    width: calc(50% - 10px);
}

.select_box {
  position: relative;
}

.select_box select {
  width: 100%;
  font-weight: bold;
}

.over_select {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.vc_box_search_events .filter_select-checkbox {
    width: calc(25% - 10px);
    margin-right: 10px;
    padding: 20px 15px 5px 15px;
    display: block;
    color: #ccc;
    background-color: #fff;
    border: 1px solid #e5eced;
    box-shadow: 0 11px 4px -10px #e5eced;
    border-radius: 5px;
    height: 55px;
    transition: box-shadow .15s ease-in-out;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
}
.vc_box_search_events .filter_select-checkbox label{
    float: left;
    color: #d01e22;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
    margin-right: 10px;
    position: absolute;
    top:2px;
    left: 10px;
}
.vc_box_search_events .filter_select-checkbox:after {
    content: "\e64b";
    position: absolute;
    font-family: "themify" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    font-size: 13px;
    right: 8px;
    top: 19px;
}

.vc_box_search_events .filter_select-checkbox .filter_cont {
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    text-transform: uppercase;
    border: 1px solid #e4eced;
    top: 55px;
    z-index: 999;
    border-radius: 5px;
}

.vc_box_search_events .filter_select-checkbox .filter_cont .filter_checkbox {
    padding: 5px 0;
}

.vc_box_search_events .filter_select-checkbox .filter_cont .filter_checkbox label.label_checkbox {
    font-weight: 400;
    color: #7d7d7d;
    font-size: 15px;
    margin: 0;
    top: unset;
    left: unset;
}

.vc_box_search_events .filter_select-checkbox .filter_cont .filter_checkbox input.checkbox {
    padding: 0;
    margin-right: 0;
    display: block;
    color: #ccc;
    background-color: #fff;
    border: 1px solid #e5eced;
    box-shadow: none;
    border-radius: 5px;
    height: auto;
    transition: box-shadow .15s ease-in-out;
    font-size: .9em;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase;
}

/*vc_preview_slider_full_into_cont*/
.vc_preview_slider_full_into_cont {
    float:left;
    clear:left;
    width:100%;
    margin-top: 0px;
    margin-bottom: 40px;
}
.vc_preview_slider_full_into_cont .bx-viewport {
    height:auto !important;
}
.vc_preview_slider_full_into_cont .cont_anteprima_slider {
    position:relative;
    margin-left: 50%;
    left: -476px;
}
.vc_preview_slider_full_into_cont .schermata {
    padding: 15px;
    float: none !important;
    display: inline-block;
    width: 952px !important;
}
.vc_preview_slider_full_into_cont .punti_slide {
    display:none;
}
/*---vc_preview_slider_full_into*/
.vc_preview_slider_full_into,
.vc_preview_slider_full_into.gallery {
    width: auto;
    float: left;
    clear: left;
    position: relative;
    background: transparent !important;
}
.vc_preview_slider_full_into.style_drag, 
.vc_preview_slider_full_into.gallery.style_drag {
    width: 100% !important;
}
.vc_preview_slider_full_into.vc_first{
    margin-top:20px;
}
.vc_preview_slider_full_into .cont {
    width: 100%;
    float: left;
    clear: left;
    position: relative;
}
.vc_preview_slider_full_into .cont2 {
    padding: 0 130px 30px 130px;
    position: absolute;
    float: left;
    clear: left;
    width: 100%;
    bottom: 0;
    text-align: center;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.vc_preview_slider_full_into .occhiello {
    width:auto;
    float:left;
    clear:left;
    text-transform:uppercase;
    margin-bottom:3px;
}
.vc_preview_slider_full_into .titolo {
    width:100%;
    float:left;
    clear:left;
}
.vc_preview_slider_full_into .titolo a{
}
.vc_preview_slider_full_into .titolo a:hover{
    color: #d01e22;
}
.vc_preview_slider_full_into .sezione {
    margin-top: 20px;
    display: inline-table;
    line-height: 1em;
}
.vc_preview_slider_full_into .sottotitolo {
    margin: 15px auto 0 auto;
    width: auto;
    float: none;
    clear: left;
    display: inline-table;
}
.vc_preview_slider_full_into .cont_img {
    position: relative;
    float: left;
    clear: left;
    width: auto;
}
.vc_preview_slider_full_into .cont_img a {
    float: left;
    clear: left;
    width: 100%;
}
.vc_preview_slider_full_into .cont_img img {
    text-decoration:none;
    border:0px;
    width:100%;
    height:inherit;
    float:left;
    clear:left;
}

.vc_preview_slider_full_into .cont_img a:after {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05) 12%, rgba(0, 0, 0, 0.1) 42%, rgba(0, 0, 0, 0.21) 51%, rgba(0, 0, 0, 0.34) 62%, rgba(0, 0, 0, 0.9) 90%, black 99%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05) 12%, rgba(0, 0, 0, 0.1) 42%, rgba(0, 0, 0, 0.21) 51%, rgba(0, 0, 0, 0.34) 62%, rgba(0, 0, 0, 0.9) 90%, black 99%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 12%, rgba(0, 0, 0, 0.1) 42%, rgba(0, 0, 0, 0.21) 51%, rgba(0, 0, 0, 0.34) 62%, rgba(0, 0, 0, 0.9) 90%, black 99%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

.vc_preview_slider_full_into .cont_img .didascalia {
    display:none;
}

.vc_preview_slider_full_into .ora_pubblicazione {
    float: left;
    clear: left;
    width: 100%;
    margin-top: 5px;
    color: #858585;
}



.banner_leaderboard_autopromo_728x90 {
    margin:30px auto 0 auto;
    padding:0px;
    width: 100%;
    display: table;
    text-align:center;
    float:left;
}
.banner_leaderboard_autopromo_728x90 img{
    margin:0 auto;
    padding:0px;
    text-align:center;
    text-decoration:none;
    border:0px;
}
.vc_textedit_text_block {
    margin: 0;
    padding: 0;
    float:left;
    clear:left;
    width:100%;
}

.vc_textedit_text_block .text {
    float: left;
    width:100%;
    text-align:center;
}

.vc_textedit_text_block .text a {
    color:inherit;
}

.vc_textedit_text_block .key_text_edit {
    background:#dcdcdc;
    min-height:30px;
    width:100%;
    float:left;
    clear:left;
}

.vc_textedit_text_block.vc_textedit_text_block_corriere .text img {
    max-width: 172px;
    margin-bottom: -9px;
}



body.drag_and_drop .vc_textedit_text_block.vc_label .text:before {
    content: "tipo di contenuto: testo";
    float: left;
    clear: left;
    width: auto;
    font-size: 12px;
    text-transform: uppercase;
    color: #212121;
    position: absolute;
    top: 0;
    left: 0;
}

.vc_button_box_geo_search {
    margin-bottom: 15px;
    border: 1px solid #d01e22;
    padding: 3px 30px;
    text-transform: uppercase;
    font-size: 17px;
    color: #d01e22;
    background: transparent;
    transition: all ease 0.5s;
}
.vc_button_box_geo_search:hover {
    border: 1px solid #d01e22;
    color: #fff;
    background: #d01e22;
}

.vc_button_box_geo_search i {
    margin-right: 15px;
    color: rgba(33,33,33,0.68);
    font-size: 21px;
    /*animation: blink-animation 1.5s steps(5, start) infinite;
    -webkit-animation: blink-animation 1.5s steps(5, start) infinite;*/
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}




.vc_box_geo_filters {
    padding:20px 15px;
    width:100%;
    float:left;
    clear:left;
    position:relative;
    background: #fff;
    border: 2px solid #eaeaea;
    height:335px;
    position: relative;
}
/*.vc_box_geo_filters:before {
    content: "\f041";
    color:#d01e22;
    font-family: FontAwesome;
    font-size:2em;
    font-style: normal;
    font-weight: normal;
    float:left;
    margin:5px 15px 0 0;
}*/
.vc_box_geo_filters form {
    width:100%;
    /*width:90%;*/
    float:left;
}
.vc_box_geo_filters .vc_city {
    width:65%;
    float:left;
}
.vc_box_geo_filters .vc_city label,
.vc_box_geo_filters .vc_radius label {
    color:#d01e22;
    font-size:.8em;
    line-height:1.6em;
    font-weight:normal;
    display:block;
    text-transform:uppercase;
}
.vc_box_geo_filters .vc_city input {
    margin: 0 0 0 0;
    width:100%;
    float: left;
    clear:left;
    padding: 10px 10px;
    color: #131313;
    border: 1px #d3d3d3 solid;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.vc_geolocation_btn {
    width: calc(35% - 10px);
    margin-top: 22px;
    float: right;
    height: 49px;
    border: 1px solid #d01e22;
    background: #fff;
    color: #d01e22;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 48px;
}

.vc_geolocation_btn i {
    margin: 12px 5px 0 5px;
    font-size: 24px;
    color: #d01e22;
    float: left;
}





.vc_box_geo_filters .vc_radius {
    width:100%;
    float:left;
    margin-top:30px;
}
.vc_box_geo_filters .vc_radius input {
    /*width:35%;*/
}

.vc_box_geo_filters .vc_radius input[type=range] {
  height: 22px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
.vc_box_geo_filters .vc_radius input[type=range]:focus {
  outline: none;
}
.vc_box_geo_filters .vc_radius input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #FFDEDD;
  border-radius: 25px;
  border: 0px solid #000101;
}
.vc_box_geo_filters .vc_radius input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 16px;
  width: 43px;
  border-radius: 7px;
  background: #d01e22;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3px;
}
.vc_box_geo_filters .vc_radius input[type=range]:focus::-webkit-slider-runnable-track {
  background: #FFDEDD;
}
.vc_box_geo_filters .vc_radius input[type=range]::-moz-range-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #FFDEDD;
  border-radius: 25px;
  border: 0px solid #000101;
}
.vc_box_geo_filters .vc_radius input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 16px;
  width: 43px;
  border-radius: 7px;
  background: #d01e22;
  cursor: pointer;
}
.vc_box_geo_filters .vc_radius input[type=range]::-ms-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.vc_box_geo_filters .vc_radius input[type=range]::-ms-fill-lower {
  background: #FFDEDD;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000;
}
.vc_box_geo_filters .vc_radius input[type=range]::-ms-fill-upper {
  background: #FFDEDD;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000;
}
.vc_box_geo_filters .vc_radius input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 0px solid #000000;
  height: 16px;
  width: 43px;
  border-radius: 7px;
  background: #d01e22;
  cursor: pointer;
}
.vc_box_geo_filters .vc_radius input[type=range]:focus::-ms-fill-lower {
  background: #FFDEDD;
}
.vc_box_geo_filters .vc_radius input[type=range]:focus::-ms-fill-upper {
  background: #FFDEDD;
}



.vc_box_geo_filters .vc_radius .vc_value {
    margin:0 0 0 0;
    line-height:1;
    color: #212121;
    font-size: .8em;
    font-weight: normal;
}
.vc_box_geo_filters .vc_radius .vc_value:after {
    content: "km";
    margin-left:5px;
}
.vc_box_geo_filters .vc_sections {
    margin:20px 0 20px 0;
    width:100%;
    float:left;
    clear:left;
    display:none;
}
.vc_box_geo_filters .vc_sections:before {
    content:"Sections";
    color:#d01e22;
    font-size:1.1em;
    line-height:1.6em;
    font-weight:normal;
    display:block;
    clear:left;
}
.vc_box_geo_filters .vc_sections .checkbox {
    margin:15px 0 0 0;
    width:50%;
    float:left;
}
.vc_box_geo_filters .vc_sections .checkbox label {
    color:#20465d;
    font-size:1em;
    font-weight:normal;
}
.vc_box_geo_filters .vc_search {
    margin-top:20px;
    width:100%;
    display:inline-block;
}
.vc_box_geo_filters .vc_search button {
    width: 49%;
    padding: 10px;
    background-color: #d01e22;
    border-radius: 0;
    border: 1px solid #d01e22;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    text-align: center;
    text-transform: uppercase;
    font-size: .9em;
}
.vc_box_geo_filters .vc_search .vc_reset{
    background-color: #fff;
    color:#d01e22;
    float:right;
}
.pac-container {
    z-index: 99999 !important;
}


.vc_loader {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    text-align: center;
}
.vc_loader .vc_circle{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    border-radius: 100%;
    border: 2px solid rgba(5, 76, 156, 0.2);
    border-top-color: #054c9c;
    animation: spin 1s infinite linear;
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.vc_city .vc_error{
    font-size: 13px;
    text-transform: uppercase;
    padding: 0 6px;
    display: inline-block;
    width: 100%;
    text-align: center;
}




.vc_map_geo_stories {
    width:100%;
    float:left;
    clear:left;
    height:335px;
    background:#f2f2f2;
}
.vc_map_geo_stories #map-canvas {
    width:100% !important;
}
.vc_map_geo_stories .vc_marker_window {
    width:200px;
    float:left;
    clear:left;
    position:relative;
}
/*.vc_map_geo_stories .vc_pretitle {
    font-size:1em;
    line-height:1em;
    font-weight:normal;
    text-transform:uppercase;
    color:#019cf5;
    width:100%;
}
.vc_map_geo_stories .vc_title {
    margin:5px 0 0 0;
    font-family: "Lora", Georgia, serif;
    font-size:1.1em;
    line-height:1.2em;
    font-weight:500;
    width:100%;
}
.vc_map_geo_stories .vc_title a{
    text-decoration:none;
}
.vc_map_geo_stories .vc_title a:focus {
    outline: none;
}
.vc_map_geo_stories .vc_image {
    margin:5px 0 0 0;
}*/


/*---PopUp Maps*/
.vc_map_geo_stories .gm-style-iw {
    margin:0px;
    padding:0px;
    
}
.vc_map_geo_stories .gm-style-iw-d {
    padding: 15px 15px 5px 15px;
    float: left;
    clear: left;
    width: auto;
}

.vc_map_geo_stories .gm-style-iw-d div {
    float: left;
    clear: left;
    width: 100%;
}

.vc_map_geo_stories .gm-style-iw .mapInfoWindow {
    margin:0px;
    padding:0px;
    /* width:300px; */
}
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .distance {
    float: left;
    width: calc(70% - 15px);
    margin: 0 0 10px 0;
    color: #212121;
    font-size: 13px;
    line-height: 1;
    font-weight: normal;
    text-transform: lowercase;
    text-align: center;
    padding: 3px 5px;
    background: #ffdedd;
    /* border: 1px solid #dc3732; */
    /* border-radius: 6px; */
}
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .distance:before {
    content: "\f041";
    font-family: FontAwesome;
    font-weight: normal;
    color: #d01e22;
    margin: 0px 10px 0px 0px;
}
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .cont_foto {
    margin: 0px 15px 0 0;
    padding: 0px;
    /*width: 35%;*/
    width: 30%;
    float: left;
}
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .cont_foto a:focus {
    outline: none;
}
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .cont_foto img {
    margin:0px;
    padding:0px;
    width:100%;
    height: auto;
    text-decoration:none;
    border:0px;
    float:left;
    clear:left;
}
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .occhiello {
    margin:0px 0 2px 0;
    padding:0px;
    font-size:12px;
    font-weight:400;
    text-transform:uppercase;    
    color:#313131;
    width:50%;
    float:right;
    clear:right;
}
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .titolo {
    margin: 0px 0 8px 0;
    padding: 0px;
    font-size: 18px;
    line-height: 19px;
    font-weight: 600;
    width: calc(70% - 15px);
    display: inline-block;
}
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .titolo a {
    color:#212121;
    text-decoration:none;
    cursor:pointer;
}
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .titolo a:hover {
    text-decoration:underline;
}



.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_11,
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_14,
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_12,
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_13 {
    margin: 2px 0;
    padding: 0px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    color: #212121;
    width: calc(70% - 15px);
    float: left;
    display: table-row;
}
/*.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_69 {
    margin: 2px 0;
    padding: 0px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    color: #212121;
    width: calc(35% - 15px);
    float: left;
    display: table-row;
}
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_70 {
    margin: 2px 0;
    padding: 0px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    color: #212121;
    width: calc(35% - 15px);
    float: right;
    display: table-row;
    text-align:right;
}*/


.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_11 span.valore,
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_12 span.valore,
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_14 span.valore,
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_13 span.valore {
    margin: 0;
    padding:0;    
    text-transform: uppercase;
    font-weight: 500;
    color:#d01e22;
}
/*.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_70 span.valore {
    margin: 0;
    padding:0;    
    text-transform: uppercase;
    font-weight: 500;
    color:#212121;
}*/
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_11 span.nome,
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_12 span.nome,
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_14 span.nome,
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_13 span.nome {
    margin:0px;
    padding:0px;
    display: none;
}
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_11 span.nome:after,
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_12 span.nome:after,
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_14 span.nome:after,
.vc_map_geo_stories .gm-style-iw .mapInfoWindow .tag_13 span.nome:after {
    /*content:": ";*/
}




@media (min-width: 320px) and (max-width: 767px) {
   .vc_box_geo_filters form {
        width: 76%;
   }
   .vc_box_geo_filters .vc_city {
        width: 100%;
        clear:left;
   }
   .vc_box_geo_filters .vc_radius {
        margin:10px 0 0 0;
        width: 100%;
        clear:left;
   }
   .vc_box_geo_filters .vc_search {
       width:100%;
   }
   .vc_box_geo_filters {
       height:auto;
   }
}

@media (min-width: 480px) and (max-width: 767px) {
   .vc_box_geo_filters form {
        width: 80%;
   }
}
@media (min-width: 768px) and (max-width: 992px) {
   .vc_box_geo_filters form {
        width: 94%;
   }
}
@media (min-width: 992px) and (max-width: 1199px) {
   .vc_box_geo_filters form {
        width: 86%;
   }
   .vc_box_geo_filters .vc_city {
        width: 54%;
   }
   .vc_box_geo_filters .vc_radius {
        width: 40%;
   }
}
.cont_anteprima_ricerca_archivio {
    display: flex;
    float: left;
    clear: left;
    width: 100%;
    flex-wrap: wrap;
}

/*---vc_article_preview_results_events*/
.vc_article_preview_results_events {
    width: 25%;
    margin: 0 0 70px;
    /*width:100%;
    float:left;
    clear:left;
    padding: 15px;
    border-bottom: 1px #ccc solid;*/
}

.vc_article_preview_results_events.style_drag {
    width:100%;
}
.vc_article_preview_results_events .cont {
    /* float: left; */
    max-width: 85%;
    margin: 0 auto;
    /*display:table;
    table-layout: fixed;*/
    height: 100%;
    display: flex;
    flex-direction: column;
}
.vc_article_preview_results_events .cont2 {
    width:100%;
    float:left;
    clear:left;
}
.vc_article_preview_results_events .cont3 {
    float: left;
    clear: left;
    width: 100%;
    padding: 0 10px;
    /*height: 100%;*/
}

.vc_article_preview_results_events .cont_foto {
    float:left;
    clear:left;
    width:100%;
    margin: 20px 0;
}
.vc_article_preview_results_events .cont_foto a {
    display:block;
    text-align:center;
    vertical-align:middle;
    float:left;
}
.vc_article_preview_results_events .cont_foto img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    float:left;
    /* text-align:center; */
    /* vertical-align:middle; */
}
.vc_article_preview_results_events .cont_foto .didascalia {
    display:none;
}
.vc_article_preview_results_events .occhiello {
    width:100%;
    float:left;
    clear:left;
}
.vc_article_preview_results_events .sezione {
    float:left;
    cursor:pointer;
}
.vc_article_preview_results_events .autore:before {
    content: " | ";
    margin: 0 5px;
    float: left;
}
.vc_article_preview_results_events .titolo {
    width:100%;
    float:left;
    clear:left;
    font-size: 1.2em;
    font-weight: bold;
    word-break: break-word;
}
.vc_article_preview_results_events .sottotitolo,
.vc_article_preview_results_events .sommario {
    margin-top:20px;
    width:100%;
    float:left;
    clear:left;
    line-height: 1.4em;
}

.vc_article_preview_results_events .sottotitolo:empty{
    display:none;
}

.vc_article_preview_results_events .testo {
    margin-top:10px;
    width:100%;
    float:left;
    clear:left;
}
.vc_article_preview_results_events .testo a:hover{
    text-decoration:none;
    color:#212121;
}
.vc_article_preview_results_events .ora_pubblicazione {
    margin-top:10px;
    font-weight:normal;
    float:left;
    clear:left;
    color:#a7a7a7;
}
.vc_article_preview_results_events .ora_pubblicazione a{
    color:#a7a7a7;
}
.vc_article_preview_results_events .ora_pubblicazione a:hover{
    text-decoration:none;
}
.vc_article_preview_results_events .vc_author .prefisso_autore{
    display:none;
}

.vc_article_preview_results_events .distance {
    max-width: 85%;
    margin: 0 auto 10px auto;
    color: #212121;
    font-size: 15px;
    line-height: 1;
    font-weight: normal;
    text-transform: lowercase;
    text-align: center;
    padding: 5px;
    background: #ffdedd;
    border-radius: 6px;
}
.vc_article_preview_results_events .distance:before {
    content:
    "\f041";
    font-family:
    FontAwesome;
    font-weight:
    normal;
    color: #d01e22;
    margin: 0px 10px 0px 0px;
}
.vc_article_preview_results_events .distance a {
    color:#d01e22;
}




.vc_article_preview_results_events .vc_tag .nome {
    display: none;
}
.vc_article_preview_results_events .vc_tag.tag_12 {
    float: left;
    width: 40%;
}

.vc_article_preview_results_events .vc_tag.tag_12 .valore {
    float: left;
    color: #303030;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #000; */
    position:relative;
}

.vc_article_preview_results_events .vc_tag.tag_12 .valore:after{
  content:"";
  width:50px;
  height:2px;
  background:#d01e22;
  position:absolute;
  bottom:0;
  left:0;
}

.vc_article_preview_results_events .vc_tag.tag_12 .day {
    float: left;
    width: auto;
    height: 28px;
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
    /* display: flex; */
    color: #454545;
}

.vc_article_preview_results_events .vc_tag.tag_12 .hour {
    width: 100%;
    float: left;
    clear: left;
    color: #303030;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    padding-top: 8px;
}

.vc_article_preview_results_events .vc_tag.tag_12 .hour:before {
    content: "h ";
}
.vc_article_preview_results_events .vc_tag.tag_12 .cont_day {
    float: left;
    width: 50%;
    height: 22px;
    font-size: 12px;
    line-height: 1;
    padding-left: 5px;
    padding-top: 4px;
}

.vc_article_preview_results_events .vc_tag.tag_14 {
    float: right;
    width: 60%;
    padding-left:10px;
}
.vc_article_preview_results_events .vc_tag.tag_14 .valore {
    float: right;
    font-size: 14px;
    font-weight: 300;
    color: #212121;
    line-height: 17px;
    text-align: right;
}

.vc_article_preview_results_events .vc_tag.tag_11 {
    float: left;
    width: 100%;
    padding: 0 10px;
    margin-top: 15px;
    /* background: #bfd6ee; */
}
.vc_article_preview_results_events .vc_tag.tag_11 .valore {
    font-size: 12px;
    color: #ffffff;
    line-height: 12px;
    text-transform: uppercase;
    background: #d01e22;
    padding: 2px 10px;
}
/*--no_risultati--*/
.no_risultati {
    margin:30px 0 0 0;
    padding:10px;
    font-size:1em;
    text-align:center;
    width:100%;
    float:left;
    clear:left;
    color:#141922;
}

/*vc_preview_results_pagination_events_events*/
.vc_preview_results_pagination_events {
    margin:0 auto;
    padding:5px;
    display: table;
}
.vc_preview_results_pagination_events .pagination>li>a, 
.vc_preview_results_pagination_events .pagination>li>span {
    color: #af231e;
    border-radius:0;
}
.vc_preview_results_pagination_events li.active a{
    background: #af231e;
    border-color: #af231e;
    cursor:pointer;
    color:#fff;
    border-radius:0;
}
.vc_preview_results_pagination_events li.active a:hover{
    background:#af231e;
    border-color:#af231e;
}

.vc_preview_results_pagination_events a#precedenti {
    float:left;
}
.vc_preview_results_pagination_events a#prossimi {
    float:right;
}
.vc_preview_results_pagination_events a#precedenti:before {
    content: "\f053";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color:#af231e;
}
.vc_preview_results_pagination_events a#prossimi:after {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color:#af231e;
}


/* separator */
.vc_article_preview_results_events .event_day {
    margin: 0 auto;
    width: 85%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 6px;
    font-size: 0.5em;
    background-color: rgba(33,33,33,0.15);
    /* background-color: #bfd6ee; */
    background-image: linear-gradient(25deg, transparent 65%, #ffffff, transparent 70%), linear-gradient(-25deg, transparent 65%, #ffffff, transparent 70%), linear-gradient(-25deg, transparent 30%, #ffffff, transparent 35%), linear-gradient(25deg, transparent 30%, #ffffff, transparent 35%), linear-gradient(65deg, transparent 65%, #ffffff, transparent 70%), linear-gradient(-65deg, transparent 65%, #ffffff, transparent 70%), linear-gradient(-65deg, transparent 30%, #ffffff, transparent 35%), linear-gradient(65deg, transparent 30%, #ffffff, transparent 35%);
    background-size: 5em 2em, 5em 2em, 5em 2em, 5em 2em, 2em 5em, 2em 5em, 2em 5em, 2em 5em;
    font-family: "Lora", Times, serif;
}

.vc_article_preview_results_events .event_day .card_day_week {
    font-size: 37px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

.vc_article_preview_results_events .event_day .card_day {
    font-size: 90px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px;
}


.vc_article_preview_results_events .event_day .card_month {
    font-size: 37px;
    font-weight: 500;
    text-align: center;
    line-height: 44px;
}



/*---Media Queries---*/ 
@media only screen and (max-width : 320px) {
}
@media only screen and (max-width : 480px) {

}
@media only screen and (max-width : 768px) {
}
@media only screen and (max-width : 992px) {
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
}
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
}
@media only screen and (max-width : 667px) {
}


/*---vc_header_results_geo*/
.vc_header_results_geo {
    width: 100%;
    float: left;
    clear: left;
    margin: 20px 0;
    border-bottom: 1px solid #DFDFDF;
    padding: 15px 0;
}

.vc_header_results_geo_found .text .keyword,
.vc_header_results_geo_found .text .sezione {
    color: #024c9c;
    padding: 2px 10px;
    font-weight: normal;
    border: 1px solid #024c9c;
}
/*---Results found*/
.vc_header_results_geo .vc_header_results_geo_found {
    float:left;
    clear:left;
    width:100%;
    /* border-bottom: 1px solid #ccc; */
    /* margin-bottom: 15px; */
    /* padding:15px; */
}
.vc_header_results_geo .vc_header_results_geo_found .text {
    padding:0;
    font-size: 1.2em;
    font-weight:normal;
    text-transform:uppercase;
    line-height:1em;
    text-align:left;
    float:left;
    width:80%;
}
.vc_header_results_geo .vc_header_results_geo_found .results_number {
    padding:0;
    font-size: 1em;
    font-weight:normal;
    line-height:1em;
    text-align: right;
    float: right;
    width: 100%;
}

/*---sortElementCont*/
.vc_header_results_geo .sortElementCont {
    padding: 10px 20px 0 20px;
    font-size: 1em;
    line-height: inherit;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    float: left;
    clear: left;
    background: #f1f2f2;

}
.vc_header_results_geo .sortElementCont p {
    margin:0px;
    padding:0px;
    float:left;
    width:20%;
    display:none;
}
.vc_header_results_geo .sortElementCont ul {
    float:left;
    width:100%;
}
.vc_header_results_geo .sortElementCont ul li {
    /*margin:0 0px 0 15px;*/
    float:left;
    width:33%;
    text-align: center;
    display: block;

}
.vc_header_results_geo .sortElementCont ul li a {
    padding-bottom:2px;
    color: #212121;
    border-bottom: 0px;
    font-weight: normal;
    letter-spacing: 0.5px;
}
.vc_header_results_geo .sortElementCont ul li a.active,
.vc_header_results_geo .sortElementCont ul li a:hover{
    border-bottom:3px solid #024c9c;
    padding-bottom: 8px;
    width:100%;
    display: block;
    text-align: center;
    color:#024c9c;
    font-weight:bold;
    text-decoration:none;
    letter-spacing: unset;
}

@media (max-width:991px){
}
@media (max-width:767px){
}
@media (max-width:480px){
}
.vc_textedit_title_block {
    float:left;
    clear:left;
    width:100%;
    margin: 0;
    padding: 0;
}
.vc_textedit_title_block.vc_center {
    margin: 0 0 10px 0;
    text-align: center;
}
.vc_textedit_title_block .text {
    float: left;
}
.vc_textedit_title_block.vc_center .text{
    text-align: center;
    width: auto;
    display: flex;
    justify-content: center;
    float: none;
}
.vc_textedit_title_block .text a {
    color:inherit;
}

.vc_textedit_title_block .key_text_edit {
    background:#dcdcdc;
    min-height:30px;
    width:100%;
    float:left;
    clear:left;
}


/*variant*/
.vc_textedit_title_block.vc_variant {
    margin: 0;
    position: relative;
    z-index: 1;
    float: left;
    clear: left;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.vc_textedit_title_block.vc_variant .text {
    position: absolute;
    top: 15px;
    width: auto;
    background: rgba(0,0,0,0.8);
    padding: 5px 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    font-weight:600;
}

.vc_textedit_title_block.vc_variant .text:before{
    content:" ";
    margin-right:0px;
} 


