
body.background {
    position: relative;
}


.vc_search_video {
    float: left;
    clear: left;
    width: 100%;
    position:relative;
    border-bottom: 1px solid #ccc;
    margin-bottom:30px;
    /*background: #f1f2f2;*/
}
.vc_search_video .cerca_campo_text {
    width: 95%;
    float:left;
}
.vc_search_video .cerca_campo_text input {
    width: 100%;
    height: 30px;
    /*padding: 8px 10px;*/
}
.vc_search_video .cerca_campo_invio {
    float: right;
    width: auto;
    position: relative;
    cursor: pointer;
    background: transparent;
    /*border: 1px solid #ccc;
    border-bottom: 0px;*/
    margin-bottom: 10px;
}
.vc_search_video .cerca_campo_invio input {
    padding: 5px 25px 5px 45px;
    width: 100%;
    /* height: 40px; */
    cursor: pointer;
    /* border: 0 !important; */
    background: none;
    float: left;
    clear: left;
    color: #61bb45;
    border: 1px solid #61bb45;
}
.vc_search_video .cerca_campo_invio:after {
    content: "\f002";
    font-size: 1em;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    position: absolute;
    left: 12px;
    top: 8px;
    cursor: pointer;
    color: #61bb45;
}

.vc_search_video .cerca_campo_text input,
.vc_search_video .cerca_campo_text .example {
    height: 30px;
    border: 0 !important;
    background: none;
    color: #ccc;
    text-transform: uppercase;
    margin-left: 20px;
    margin-top: 4px;
}



.vc_search_video .multi_select_menu {
    float: left;
    clear: left;
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #ccc;
}

.vc_search_video .multi_select_menu li{
    float:left;
    width:33.333%;
}

.vc_search_video .multi_select_menu li label {
    float: left;
    clear: left;
    width: calc(100% - 10px);
    margin: 0 5px;
    border-bottom: 1px solid #62bb46;
    padding: 5px 0;
}
.vc_search_video .multi_select_menu li label span{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #62bb46;
    /* padding: 5px 0; */
}

.vc_search_video .multi_select_menu li label input {
    float: left;
    margin-right: 10px;
    margin-top: 9px;
}

.vc_search_video .multi_select_menu li ul li label span {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.vc_search_video .multi_select_menu li ul li {
    width: 50%;
}

.vc_search_video .multi_select_menu li ul li label {
    color: #000;
    border: 0px;
    padding: 0;
}






@media (max-width: 991px) {
    .vc_search_video .cerca_campo_invio {
        width: 6%;
    }
    .vc_search_video .cerca_campo_text {
       width: 92%;
    }
    .vc_search_video .cerca_campo_text, .vc_search_video .cerca_campo_text .example, .vc_search_video .cerca_campo_text input {
        line-height: .5em;
        margin-top: 1px;
    }
}

@media (max-width: 768px) {
    .vc_search_video .cerca_campo_invio {
        width: 8%;
    }
    .vc_search_video .cerca_campo_text {
       width: 90%;
    }
}

@media (max-width: 480px) {
    .vc_search_video .cerca_campo_invio {
        width: 12%;
    }
    .vc_search_video .cerca_campo_text {
       width: 86%;
    }
}


.vc_preview_medium_bt_video {
    margin:0 0 40px 0;
    width:100%;
    float:left;
    clear:left;
    position:relative;
}
.vc_preview_medium_bt_video .cont_img:after{
    display:none;
}
.vc_preview_medium_bt_video .cont {
    float: left;
    clear:left;
    width: 100%;
    height:180px;
    background:#f1f1f1;
    position:relative;
}
.vc_preview_medium_bt_video .cont2 {
    float: left;
    clear:left;
    width: 100%;
    padding: 15px 0 0 0;
    text-align: left;
}
.vc_preview_medium_bt_video .cont_img {
    float: left;
    clear:left;
    width:100%;
    position:relative;
    background:#D8D8D8;
}
.vc_preview_medium_bt_video .cont_img:before {
    display:none;
}
.vc_preview_medium_bt_video .cont_img img {
    float: left;
    clear: left;
    width: 100%;
    height: auto;
}

.vc_preview_medium_bt_video .didascalia {
    display:none;
}
.vc_preview_medium_bt_video .titolo {
    float: left;
    clear:left;
    width:100%;
    margin-bottom: 10px;
}
.vc_preview_medium_bt_video .titolo a {
    max-width: 100%;
/*    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
.vc_preview_medium_bt_video .occhiello {
    float: left;
    clear: left;
    margin: 0 0 0 0;
    position: absolute;
    bottom: 15px;
    left: 15px;
    float: left;
    clear: left;
    width: auto;
    padding: 0px 10px;
}
.vc_preview_medium_bt_video .autore {
    float: left;
    clear: left;
    width: auto;
}
.vc_preview_medium_bt_video .autore .prefisso_autore {
    display:none;
}
.vc_preview_medium_bt_video .ora_pubblicazione {
    margin-top: 5px;
    width: auto;
    float: left;
    clear: left;
}
.vc_preview_medium_bt_video .testo {
    float: left;
    clear: left;
    width: 100%;
}
.vc_preview_medium_bt_video .aggiungi_carrello {
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
    float: left;
    clear: left;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    border: 1px solid #68ac2f;
    background: #68ac2f;
    border-radius: 0px;
    outline: none;
    text-align: center;
    white-space: normal;
    height: 55px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.vc_preview_medium_bt_video .aggiungi_carrello:hover {
    /* background: #68AC2E; */
    background-color: #212121;
    /* border: 2px solid #68ac2f; */
    text-decoration:none;
}

.vc_preview_medium_bt_video .aggiungi_carrello .vc_price {
    margin: 0;
    padding: 15px 14px 16px 14px;
    font-size: 20px;
    line-height: 21px;
    color: #68ac2f;
    background: #fff;
    font-weight: 800;
    cursor: pointer;
    /* position: absolute; */
    border-radius: 0;
    outline: none;
    float: left;
    clear: left;
}

.vc_preview_medium_bt_video .aggiungi_carrello .vc_product {
    float: left;
    clear: left;
    width: calc(100% - 66px);
    line-height: 19px;
}

.vc_preview_medium_bt_video .correlati {
    float: left;
    clear: left;
    width: 100%;
    font-size: 0.8125em !important;
    margin-top: 10px;
    margin-bottom: 0px;
    border-top: 1px solid #68ac2f;
    border-bottom: 1px solid #68ac2f;
}
.vc_preview_medium_bt_video .correlati li {
    /* margin: 10px 0; */
    float:left;
    padding: 5px 0;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.vc_preview_medium_bt_video .correlati li a{
    color:#000000;
    float: left;
    width: 100%;
    font-size: 15px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vc_preview_medium_bt_video .correlati li a:hover {
    text-decoration: none;
    color: #68ac30;
}

.vc_preview_medium_bt_video .correlati li:before{
    /*content: "\e724";
    font-family: 'themify';*/
    content: " ● GUARDA GLI HIGHLIGHTS DELLA PARTITA ● ";
    float: left;
    width:100%;
    text-align:center;
    font-size: 13px;
    font-weight: bold;
    font-variant: normal;
    line-height: 1;
    /* margin-right: 5px; */
    color: #68ac2f;
    margin: 3px 0;
}
.vc_preview_medium_bt_video .correlati li.line_break {
    height: 0px;
    margin-top:0px;
    display: none;
}
.vc_preview_medium_bt_video .correlati li.line_break:before {
    content: " " !important;
}

.vc_preview_medium_bt_video .correlati li.occhiello{
    display:none;
}



/* pulsante di acquisto "finto" */
.vc_section_web-tv.video .titolo a {
    max-width: 100%;
    float: left;
    clear: left;
    width: 100%;
    padding-bottom: 45px;
    position: relative;
}

.vc_section_web-tv.video .cont2 .titolo a:after {
    content: "Acquista il VIDEO INTEGRALE";
    background: #212121;
    color: #ffffff;
    padding: 5px 20px;
    position: absolute;
    z-index: 8;
    float: left;
    clear: left;
    bottom: 0;
    left: 0;
    font-size: 15px;
    line-height: 20px;
    /* width: 110px; */
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

.vc_section_web-tv.video .cont2 .titolo a:after {
    content: "Acquista il VIDEO INTEGRALE";
    background: #68ac2f;
    border:1px solid #68ac2f;
    color: #ffffff;
    padding: 5px 20px;
    position: absolute;
    z-index: 8;
    float: left;
    clear: left;
    bottom: 0;
    left: 0;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.vc_section_web-tv.video .cont2 .titolo a:hover:after {
    background: #212121;
    border:1px solid #212121;
}


/*--vc_archive_button*/
.vc_archive_button {
    margin:60px 0 30px 0;
    padding: 0;
    float: left;
    clear: left;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.16em;
}
.vc_archive_button .container,
.vc_archive_button .occhiello_titolo {
    display:none;
}
.vc_archive_button .link a {
    padding: 6px 80px;
    text-align: center;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    /* display: inline-block; */
    border: 1px solid #68ac2f;
    color: #68ac2f;
    transition: .3s background linear;
}
.vc_archive_button .link a:hover {
    background: #68ac2f;
    color: #fff;
    text-decoration: none;
}

.vc_archive_button .link a:active,
.vc_archive_button .link a:focus {
    text-decoration:none;
}
/*---vc_breadcrumbs*/
.vc_breadcrumbs {
    margin: 60px 0 30px 0;
    float: left;
    clear: left;
    position: relative;
    width: 100%;
    border-bottom: 2px solid #a7a7a7;
}
.vc_breadcrumbs ul {
    float: left;
    clear: left;
    width: 100%;
    padding: 0;
    list-style: none;
}
.vc_breadcrumbs ul li {
    float: left;
    margin: 0;
    font-size: 20px;
    line-height: 27px;
    font-weight: normal;
    text-transform: uppercase;
}
.vc_breadcrumbs ul li:first-child {
    display: none;
}
.vc_breadcrumbs ul li a{
    padding: 3px 10px;
    color: #a7a7a7;
}

.vc_breadcrumbs ul li:nth-child(2) a {
    background: #a7a7a7;
    color: #fff;
    font-weight: 600;
}

.vc_breadcrumbs ul li a:link,
.vc_breadcrumbs ul li a:visited {
    text-decoration:none;
}
.vc_breadcrumbs ul li a:hover,
.vc_breadcrumbs ul li a:focus,
.vc_breadcrumbs ul li a:active {
    text-decoration:none;
}
.vc_breadcrumbs ul li.hide {
    display:none;
}
.banner_ticker_2_990x30 {
    margin:30px auto;
    width:100%;
    float:left;
    clear:left;
    text-align:center;
    z-index: 1;
    position: relative;
}
.banner_ticker_2_990x30 img {
    margin:0px;
    padding:0px;
    text-decoration:none;
    border:0px;
}


