
/*---vc_breadcrumbs*/
.vc_breadcrumbs {
    margin:15px 0;
    padding:0px 0px 5px 0px;
    width:100%;
    float:left;
    clear:left;
    /*border-bottom:3px #0173ba solid;*/
    border-bottom:3px #f3f3f3 solid;
}
.vc_breadcrumbs ul {
    margin:0;
    padding:0;
    width:100%;
    float:left;
    clear:left;
    list-style: none;
}
.vc_breadcrumbs ul li {
    margin:0 5px 0 0;
    padding:0;
    font-weight:600;
    text-transform:uppercase;
    font-size:11px;
    line-height:12px;
    color:#b7b7b7;
    float:left;
}
.vc_breadcrumbs ul li a:link,
.vc_breadcrumbs ul li a:visited {
    text-decoration:none;
    color:#b7b7b7;
}
.vc_breadcrumbs ul li a:hover,
.vc_breadcrumbs ul li a:focus,
.vc_breadcrumbs ul li a:active {
    text-decoration:underline;
    color:#b7b7b7;
}
.vc_breadcrumbs ul li.sezione_attiva {
    margin:0 0 0 0;
    padding:0 0 0 0;
    text-transform:uppercase;
    text-decoration:underline;
    font-size:13px;
    line-height:12px;	
    color:#9f9f9f;
    font-weight:bold;
}
.vc_breadcrumbs ul li.sezione_attiva a:link,
.vc_breadcrumbs ul li.sezione_attiva a:visited {
    color:#9f9f9f;
}
.vc_breadcrumbs ul li.hide {
    display: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;   
}
.vc_text_sendcontent {
    float: left;
    clear: left;
    width: 100%;
    margin: 30px 0;
}

.vc_text_sendcontent .text {
    float: left;
    clear: left;
    font-size: 1.5em;
    font-weight: bold;
    color: #0173ba;
}

.vc_send_content .vc_label{
    font-size:0.75em;
    font-weight:500;
    color:#a7a7a7;
    display:block;
}
.vc_send_content input,
.vc_send_content select,
.vc_send_content textarea{
    padding:10px 15px;
    border:1px solid #cccccc;
    width:100%;
}
.vc_event_price,
.vc_title,
.vc_event_category,
.vc_event_link{
    margin-top: 20px;
    width: calc(50% - 15px);
    float:left;
}
.vc_title textarea{
    height:51px;
    min-height:51px;
}
.vc_event_to_date,
.vc_address{
    margin-top: 20px;
    width: calc(33% - 15px);
    float:left;
}
.vc_event_from_date{
    margin-top: 20px;
    width: calc(33% - 15px);
    float: left;
    clear: left;
}
.vc_event_to_date{
    margin-left: 28px;
    margin-right: 28px;
}
.vc_event_category,
.vc_event_link{
    float:right;
}
.vc_send_content .vc_image,
.vc_send_content .vc_text{
    margin-top: 20px;
    width:100%;
    float:left;
    clear:left;
}
.vc_send_content .vc_map{
    display:none;
}
.vc_button_submit,
.vc_button_reset{
    margin-top: 60px;
    width:calc(50% - 15px);
    float:left;
}
.vc_button_reset{
    float:right;
}
.vc_button_submit .vc_button,
.vc_button_reset .vc_button{
    padding:8px 0;
    width:100%;
    border-radius:0;
    text-transform:uppercase;
    font-size:1em;
}
.vc_button_submit .vc_button{
    background:#0173ba;
    color:#fff;
    border:1px solid #0173ba;
}
.vc_button_reset .vc_button{
    color: #0173ba;
    border: 0px solid #a7a7a7;
    background: #ccc;
}
.cont_img_upload_foto #loading{
    margin: 20px 0 0 0;
    display: block;
    float: left;
}
.cont_img_upload_foto{
    margin-top:15px;
    position:relative;
    float:left;
    clear:left;
}
.cont_img_upload_foto .elimina{
    padding: 5px;
    cursor:pointer;
    background: red;
    color: #fff;
    border-radius: 4px;
    line-height: 1;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
}

