<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BASE */

@font-face {
    font-family: Roboto-Regular;
    src: url("../font/Roboto-Regular.ttf");
}

@font-face {
    font-family: RobotoCondensed-Bold;
    src: url("../font/RobotoCondensed-Bold.ttf");
}

@font-face {
    font-family: Lato-Regular;
    src: url("../font/Lato-Regular.ttf");
}

@font-face {
    font-family: Roboto-Light;
    src: url("../font/Roboto-Light.ttf");
}

body {
    background: #e7e6e6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: RobotoCondensed-Bold;
}

h1 {
    color: #0E71B8;
}

h2.giornata {
    font-size: 18px;
    margin: 0;
}

h4 {
    font-size: 30px;
    font-family: RobotoCondensed-Bold;
    color: white;
    margin: 0;
    padding: 0;
}

h5 {
    font-size: 18px;
    font-family: RobotoCondensed-Bold;
    color: white;
    margin: 0;
    padding: 0;
}

h6 {
    font-size: 17px;
    font-family: RobotoCondensed-Bold;
    color: white;
    margin: 0;
    padding-bottom: 25px;
}

h4 a, h5 a {
    color: #fff;
}

h4 a:hover, h5 a:hover {
    color: #003154;
}

.container {
    max-width: 1200px;
    top: 0px;
    margin: auto;
}


div.bot {
    margin-top: 25px !important

}

div.bot p {
    margin: 0px 0px 21px !important;
    font-weight: bold
}

div.bot a.digibot {
    margin-left: 10px
}


a.digibot {
    padding: 8px;
    background-color: #0084ff;
    border: none;
    color: #FFF;
    border-radius: 4px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 500 !important;
    background-image: url(https://www.datasport.it/theme/p-ds/img//icona-messenger.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    text-decoration: none;

}

a.digibot em {
    margin-left: 16px;
    font-style: normal !important

}

a.digibot em:hover {
    border-bottom: 1px solid #000
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

.page_wrapper {
    max-width: 1200px;
    height: auto;
    margin: auto;
    padding: 20px;
    box-sizing: border-box;
    background: white;
}

.grid_row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
}

.grid_item {
    padding: 12px;
    font-size: 0.9em;
}

.grid_item_2 {
    margin-left: auto;
    align-items: center;
    display: flex;
    padding: 12px;
}

/* MENU */
.fascia_menu {
    top: 0;
    width: 100%;
    position: fixed;
    height: auto;
    background: white;
    z-index: 100;
}

.fascia_menu h1 {
    margin: 0;
}

/*.navbar-nav{
  display: none;
}*/

.navbar-nav li a {
    padding: 12px;
    font-size: 0.9em;
    text-transform: uppercase;
}

.navbar-nav--visible {
    display: flex;
}

ul li {
    list-style-type: none;
    font-family: RobotoCondensed-Bold;
    color: #878786;
}

.nav_item {
    align-items: center;
    display: flex;
}

.dropdown-menu &gt; li &gt; a {
    background-color: white;
    color: #337ab7;
}



/*Prove per il menu dropdown a tre livelli*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu &gt; .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover &gt; .dropdown-menu {
    display: block;
}

.dropdown-submenu &gt; a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover &gt; a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left &gt; .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*FINE Prove per il menu dropdown a tre livelli*/

.cerca {
    width: 100%;
    background: #0e71b8;
    color: white;
}

.rosso {
    background: red;
}

#prevanigation {
    display: none;
}

/*input[type="text"], textarea, button */
input.cerca {
    outline: none;
    box-shadow: none !important;
    border: 0px solid #ccc !important;
    color: white;
    padding: 10px;
}

::-webkit-input-placeholder {
    color: white;
}

:-moz-placeholder {
    color: white;
}

::-moz-placeholder {
    color: white;
}

:-ms-input-placeholder {
    color: white;
}

#lente {
    padding-left: 15px;
    font-size: 20px;
    color: #8d8d8c;
}

#hamburger {
    font-size: 32px;
    color: #0e71b8;
    text-align: center;
}

#hamburger:hover {
    cursor: pointer;
}

.nav_item.logo .btn {
    font-family: "RobotoCondensed-Bold";
}

/* ADV TOP */
.adv_top {
    width: 100%;
    height: 300px;
    background: #eb9898;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 50px;
    font-family: RobotoCondensed-Bold;
    color: #ff5353;
}

/* TABELLA LIVE */
.tab {
    width: auto;
    height: auto;
    flex-direction: row;
    display: flex;
    padding: 0;
    overflow: hidden;
}

.live, .live_hidden {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
    width: 140px;
    border-bottom: 60px solid #ee4242;
    border-right: 45px solid transparent;
    text-align: center;
    font-family: RobotoCondensed-Bold;
    color: white;
}

.live_hidden {
    padding-left: 10px;
}

.live_end {
    border-top: 60px solid #878786;
    border-left: 45px solid transparent;
    height: 0;

    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: RobotoCondensed-Bold;
    color: white;
}

#frecce {
    font-size: 30px;
    padding-bottom: 60px;
    padding-right: 10px;
}

.freccia_destra {
    margin-left: auto;
}

.freccia_sinistra, .freccia_destra {
    width: 62px;
    height: auto;
    background: #878786;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: white;
}

#cerchio {
    font-size: 18px;
    padding-top: 60px;
}

#live {
    font-size: 30px;
    padding-top: 60px;
    padding-left: 10px;
}

.live_tabs {
    width: 150px;
    height: 100px;
    background-color: #0e71b8;
    -webkit-transform: skew(36deg);
    -moz-transform: skew(36deg);
    -o-transform: skew(36deg);
    transform: skew(36deg);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -18px;
    margin-right: 22px;
}

#live_tabs_active {
    background-color: #f4f3f1;
}

.live_tabs img {
    -webkit-transform: skew(-36deg);
    -moz-transform: skew(-36deg);
    -o-transform: skew(-36deg);
    transform: skew(-36deg);
}

/* LIVE BARRA */
.logo_barralive {
    width: 20px;
    height: 20px;
}

.match_barralive {
    width: 40%;
    height: 20px;
}

.risultato_barralive {
    width: 20%;
    height: 20px;
}

.match_barralive, .risultato_barralive {
    font-size: 11px;
    font-weight: 600;
}

/*
.gallery {
  background: #EEE;
}
.gallery-cell {
  width: 28%;
  height: 100px;width:250px;padding:10px;text-align:center;
  margin-right: 10px;
  background: #eee;
  counter-increment: gallery-cell;
}

.gallery-cell.is-selected {
  background: #ccc;
}
.flickity-page-dots{display:none;}
*/
.flickity-viewport {
    /*height: 100px !important;*/
}

.tabella {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
}

.righe_tabella {
    width: 100%;
    height: auto;
}

.righe_grigine {
    width: 100%;
    height: 50px;
    background: #f4f3f1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.cont {
    width: auto;
    height: 50px;
    display: flex;
    flex-direction: row;
}

.righe_grigie {
    width: 100%;
    height: 50px;
    background: #c9c8c6;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loghi_squadre, .stati {
    width: 30px;
    height: 30px;
}

#centrati_1, #centrati_2, #centrati_3, #centrati_4, #centrati_5, #centrati_6, #centrati_7, #centrati_8, #centrati_9 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.squadre, .date, .ora {
    text-align: left;
    font-family: Lato-Regular;
    width: 100px;
}

.punteggio {
    text-align: center;
    font-family: Lato-Regular;
    width: 30px;
}

.stadi {
    text-align: left;
    font-family: Lato-Regular;
    width: 200px;
}

#stato_1 {
    color: #ff0000;
    font-size: 20px;
}

#stato_2 {
    color: #00ff00;
    font-size: 20px;
}

#stato_3 {
    color: #fffd71;
    font-size: 20px;
}

#stato_4 {
    color: #ababaa;
    font-size: 20px;
}

/* IN EVIDENZA */
.cont_titoli {
    width: auto;
    height: auto;
    flex-direction: row;
    display: flex;
    padding: 20px 0px 20px 0px;
    overflow: hidden;
}

.titoli {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
    /*width: 20%;*/
    border-top: 60px solid #0e71b8;
    border-right: 45px solid transparent;
    text-align: center;
    font-family: RobotoCondensed-Bold;
    color: white;
}

.titoli_2 {
    height: 0;
    width: 80%;
    border-bottom: 60px solid #b9cddc;
    border-left: 45px solid transparent;
    text-align: center;
    font-family: RobotoCondensed-Bold;
    color: white;
    margin-left: -40px;
}

#titoli {
    font-size: 30px;
    padding: 0px 30px 60px 30px;
}

.grid_item_3, .grid_item_4 {
    align-items: center;
    justify-content: center;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.grid_item_4 {
    flex: 2;
}

.grid_item_5 {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.evidenza_piccole {
    width: 100%;
    height: 300px;
    box-sizing: border-box;
}

#rosso_1 {
    padding: 0px 0px 5px 5px;
}

#rosso_2 {
    padding: 5px 0px 5px 5px;
}

#rosso_3 {
    padding: 5px 5px 0px 0px;
}

#rosso_4 {
    padding: 5px 5px 0px 5px;
}

#rosso_5 {
    padding: 5px 0px 0px 5px;
}

.evidenza_grossa {
    width: 100%;
    height: 600px;
    padding: 0px 5px 5px 0px;
    box-sizing: border-box;
}

.contenuto {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.label-category {
    height: 0;
    width: 250px;
    border-right: 35px solid transparent;
    text-align: center;
    /*font-family: Roboto-Regular;*/
    font-family: 'RobotoCondensed-Bold';
    /*color: black;*/
    color: #fff;
    border-bottom: 40px solid #3faf6c;
    font-size: 15px;
    text-shadow: 0 0 3px #0e71b8;
}

.ultime_notizie .label-category {
    margin-bottom: 10px;
}

.ultime_notizie_box h5 {
    min-height: 60px;
    vertical-align: middle;
}

.background_ultime {
    overflow: hidden;
}

.label-category span, .label-category i {
    margin-top: 12px;
}

.label-category i {
    margin-left: -40px;
    padding-right: 5px;
}

#categoria_2 {
    font-size: 18px;
    padding: 40px 0px 0px 10px;
}

#freccia {
    font-size: 14px;
    padding: 0px 10px 0px 10px;
}

#calcio {
    border-bottom: 40px solid #3faf6c;
}

#basket {
    border-bottom: 40px solid #951b81;
}

#rugby {
    border-bottom: 40px solid #ee4242;
}

#motori {
    border-bottom: 40px solid #f39200;
}

.notizia_evidenza {
    width: 100%;
    height: auto;
    background-image: url(../img/pattern_datasport.jpg);
    margin-top: 7px;
    padding: 20px;
    box-sizing: border-box;
    border: 4px solid #0e71b8;
}

.notizia_evidenza_2 {
    width: 100%;
    height: auto;
    background-image: url(../img/pattern_datasport.jpg);
    margin-top: 5px;
    padding: 10px;
    box-sizing: border-box;
    border: 4px solid #0e71b8;
}

.bordo_notizie {
    border: 0.5px solid white;
    width: 100%;
    margin: 10px 0px 10px 0px;
}

.testo_notizie {
    color: white;
    font-family: Roboto-Light;
    min-height: 100px;
}

#testo_notizie_2 {
    font-size: 12px;
    color: white;
    font-family: Roboto-Light;
}

#adv {
    width: 100%;
    height: 100%;
    background: #eb9898;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 50px;
    font-family: RobotoCondensed-Bold;
    color: #ff5353;
}

/* AGENDA */
.contenuto_agenda {
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

#rosso_6 {
    padding: 20px 10px 0px 0px;
}

.agenda, .news24 {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

.cont_titoli_agenda_24, .cont_titoli_ultime_notizie {
    width: auto;
    height: auto;
    flex-direction: row;
    display: flex;
    padding: 0px 0px 20px 0px;
    overflow: hidden;
}

.cont_titoli_ultime_notizie {
    padding: 20px 0px 20px 0px;
}

.titoli_agenda, .titoli_24, .titoli_ultime_notizie {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
    width: 40%;
    border-top: 60px solid #0e71b8;
    border-right: 45px solid transparent;
    text-align: center;
    font-family: RobotoCondensed-Bold;
    color: white;
}

.titoli_24 {
    width: 50%;
}

.titoli_24 a {
    color: white;
}

.titoli_2_agenda_24, .titoli_2_ultime_notizie {
    height: 0;
    width: 60%;
    border-bottom: 60px solid #b9cddc;
    border-left: 45px solid transparent;
    text-align: center;
    font-family: RobotoCondensed-Bold;
    color: white;
    margin-left: -40px;
}

#titoli_agenda, #titoli_ultime_notizie {
    font-size: 30px;
    padding: 0px 30px 60px 30px;
}

#titoli_agenda_2 {
    font-size: 30px;
    padding: 60px 30px 0px 30px;
}

.agenda_tabs, .ultime_notizie_tabs {
    width: 40%;
    height: 60px;
    background-color: #878786;
    -webkit-transform: skew(-36deg);
    -moz-transform: skew(-36deg);
    -o-transform: skew(-36deg);
    transform: skew(-36deg);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -18px;
    margin-right: 22px;
    text-align: center;
    font-family: RobotoCondensed-Bold;
    color: white;
    font-size: 30px;
    padding: 0px 20px 0px 20px;
}

.agenda_tabs_end {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
    width: 40%;
    border-bottom: 60px solid #878786;
    border-left: 44px solid transparent;
    text-align: center;
    font-family: RobotoCondensed-Bold;
    color: white;
    margin-left: -40px
}

#tabs_active {
    background-color: #51b6ff;
}

.agenda_tabs p {
    -webkit-transform: skew(36deg);
    -moz-transform: skew(36deg);
    -o-transform: skew(36deg);
    transform: skew(36deg);
}

.tab_sm_middle {
    margin: 0px 5px 0px 5px;
    box-sizing: border-box;
}

#hidden_agenda {
    margin-bottom: 20px;
}

.tab_sm {
    width: 100%;
    height: auto;
    background: #878786;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: RobotoCondensed-Bold;
    font-size: 30px;
    padding: 10px 0px 10px 0px;
    color: white;
    box-sizing: border-box;
}

.appuntamenti_1, .appuntamenti_2 {
    width: 100%;
    height: 80px;
    background: #c9c8c6;
    padding: 10px 0px 10px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.appuntamenti_1 {
    background: #FFFFFF;
}

.appuntamenti_2 {
    background: #878786;
}

.date_appuntamenti {
    width: 15%;
    height: 64px;
    font-family: RobotoCondensed-Bold;
    font-size: 32px;
    color: white;
    text-align: center;
    line-height: 25px;
    padding-top: 8px;
    box-sizing: border-box;
}

.date_news24 {
    width: 15%;
    height: 64px;
    background: #0e71b8;
    font-family: RobotoCondensed-Bold;
    font-size: 20px;
    color: white;
    text-align: center;
    line-height: 25px;
    padding-top: 8px;
    box-sizing: border-box;
}


.cont_appuntamenti, .cont_news_24 {
    width: 100%;
    height: 75px;
    margin-left: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.appuntamenti_superiore {
    width: 100%;
    height: 37px;
    font-family: RobotoCondensed-Bold;
    color: white;
    line-height: 37px;
    display: flex;
    flex-direction: row;
}

.orario {
    height: 20px;
    width: 62px;
    background: red;
    margin-bottom: 6px;
    line-height: 20px;
    display: flex;
    margin-left: auto;
    justify-content: center;
}

.data_evento {
    height: 20px;
    width: 62px;
    background: red;
    margin-bottom: 6px;
    line-height: 20px;
    display: flex;
    margin-left: auto;
    justify-content: center;
}

.righina {
    width: 100%;
    border: 1px solid white;
}

.new24_row {
    width: 100%;
    padding-top: 7px;
    box-sizing: border-box;
    font-family: Roboto-Regular;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.new24_row.odd,
.new24_row.even .data_evento, .new24_row.odd .data_evento,
.new24_row.even .orario, .new24_row.odd .orario {
    color: white;
}

.new24_row.even {
    color: #878786;
}

.appuntamenti_inferiore {
    width: 100%;
    height: 37px;
    padding-right: 10px;
    box-sizing: border-box;
    font-family: Roboto-Regular;
    color: white;
    line-height: 37px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.canali {
    height: 20px;
    width: 80px;
    display: flex;
    margin-left: auto;
}

.canali img {
    display: flex;
    margin: auto;
    width: 44px;
    height: 64px;
    margin-top: -10px;
}

#mese {
    font-size: 25px;
}

/* NEWS 24H */
.contenuto_news24 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0px 0px 0px 10px;
    box-sizing: border-box;
}

#rosso_7 {
    padding: 20px 0px 0px 10px;
}

#titoli_24 {
    font-size: 30px;
    padding: 0px 30px 60px 30px;
}

#news_1 {
    background: #0e71b8;
}

#news_2 {
    background: #51b6ff;
}

/* ULTIME NOTIZIE */
.titoli_ultime_notizie {
    width: 50%;
}

.titoli_2_ultime_notizie {
    width: 100%;
}

.ultime_notizie_tabs {
    width: auto;
}

.ultime_notizie_tabs p {
    -webkit-transform: skew(36deg);
    -moz-transform: skew(36deg);
    -o-transform: skew(36deg);
    transform: skew(36deg);
}

.contenuto_ultime_notizie, .background_ultime {
    width: 100%;
    height: auto;
    display: flex;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.background_ultime {
    display: flex;
    flex-direction: column;
}

.ultime_notizie {
    width: 100%;
    height: auto;
    padding: 0px 10px 0px 0px;
    box-sizing: border-box;
}

.cont_titoli_ultime {
    width: 100%;
    height: auto;
    margin-top: 180px;
}

#rosso_8 {
    padding: 0px 10px 10px 0px;
}

#rosso_9 {
    padding: 0px 0px 10px 10px;
}

#rosso_10 {
    padding: 10px 10px 0px 0px;
}

#rosso_11 {
    padding: 10px 0px 0px 10px;
}

#rosso_12 {
    padding: 0px 0px 0px 10px;
}

#background_ultime_1 {
    background-image: url(../img/ultime_1.jpg);
    background-position: center;
    background-size: cover;
}

#background_ultime_2 {
    background-image: url(../img/ultime_2.jpg);
    background-position: center;
    background-size: cover;
}

#background_ultime_3 {
    background-image: url(../img/ultime_3.jpg);
    background-position: center;
    background-size: cover;
}

#background_ultime_4 {
    background-image: url(../img/ultime_4.jpg);
    background-position: center;
    background-size: cover;
}

.pubblicazione {
    border-top: 40px solid #878786;
    border-left: 45px solid transparent;
    height: 0;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Roboto-Regular;
    color: white;
    margin-left: auto;
    font-size: 12px;
    padding-right: 10px;
}

.pubblicazione span {
    display: block;
    margin-top: -40px;
}

#pubblicazione {
    padding-bottom: 40px;
}

.ultime_notizie_box {
    width: 100%;
    height: auto;
    background-image: url(../img/pattern_datasport.jpg);
    padding: 20px;
    height: 200px;
    box-sizing: border-box;
}

.autore {
    width: 130px;
    height: auto;
    font-size: 15px;
    color: white;
}

.views {
    width: 130px;
    height: auto;
    margin-left: auto;
    text-align: right;
    font-size: 15px;
    color: white;
}

#views {
    font-size: 18px;
}

.cont_auto_view {
    display: flex;
    width: 100%;
    height: auto;
}

.adv_2 {
    width: 100%;
    height: 100%;
    display: flex;
    box-sizing: border-box;
}

.altre_notizie {
    width: 100%;
    height: 70px;
    margin-top: 20px;
    background: #cce1f0;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 30px;
    font-family: RobotoCondensed-Bold;
    color: white;
}

.adv_3 {
    width: 100%;
    height: 120px;
    background: #eb9898;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 50px;
    font-family: RobotoCondensed-Bold;
    color: #ff5353;
}

.container_3 {
    max-width: 1200px;
    height: auto;
    margin: auto;
    border: solid 1px #e7e7e7;
    box-sizing: border-box;
}

/* dettaglio news*/
/*.text-center{padding-bottom: 20px;}*/

/* FOOTER */
.fascia_1_footer {
    width: 100%;
    height: auto;
    background: white;
}

.fascia_1_footer .container {
    width: 100%;
}

.fascia_2_footer {
    width: 100%;
    height: auto;
    background: #0e71b8;
    text-align: center;
    padding: 30px 0px 30px 0px;
}

.fascia_2_footer p a:link, .fascia_2_footer p a:visited {
    color: #fff;
}

.fascia_2_footer p a:active, .fascia_2_footer p a:hover {
    color: #003154;
}

.fascia_3_footer {
    width: 100%;
    height: auto;
    background: white;
}

#logo_footer {
    margin-right: auto;
}

#icone_social {
    padding-left: 5px;
    color: #0e71b8;
    font-size: 30px;
}

.cont_logo {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
}

.cont_social {
    /*width: 100px;*/
    height: 30px;
    margin-left: auto;
    align-items: center;
    text-align: right;
}

.voci_footer, .azienda_footer {
    width: auto;
    height: auto;
    padding: 0px 20px 0px 20px;
}

.voci_footer p, .voci_footer p a, .voci_footer p a:hover, .azienda_footer p {
    font-size: 12px;
    font-family: Roboto-Regular;
    color: white;
    margin: 0;
    padding-bottom: 10px;
}

.cont_info {
    width: auto;
    height: auto;
    padding: 20px;
}

.cont_info_2 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Roboto-Regular;
    color: #878786;
    font-size: 8px;
}

.post_big {
    height: auto;
    margin: 440px 0px 0px 0px;
    overflow: hidden;
}

.post_small {
    height: auto;
    margin: 130px 0px 0px 0px;
    overflow: hidden;
}

.post_small h4 {
    font-size: 130%;
    min-height: 60px;
}

.post_big h4 {
    min-height: 120px;
}

.post_small p {
    min-height: 60px;
}

.post_big p {
    min-height: 92px;
}

.post_small #testo_notizie {
    font-size: 85%;
}

/* RESPONSIVE */

a:hover {
    text-decoration: none;
}

/*aggiunte correzioni*/
.tab_container {
    width: 100%;
    height: auto;
    flex-direction: row;
    display: flex;
    padding: 0;
    margin: 20px 0px 20px 0px;
    overflow: hidden;
}

.tab_title {
    /*width: 25%;*/
    height: 60px;
    background-color: #878786;
    -webkit-transform: skew(-36deg);
    -moz-transform: skew(-36deg);
    -o-transform: skew(-36deg);
    transform: skew(-36deg);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -18px;
    margin-right: 22px;
    text-align: center;
    font-family: RobotoCondensed-Bold;
    color: white;
    padding: 0px 20px 0px 20px;
}

.section_title {
    width: 100%;
    height: 60px;
    background-color: #878786;
    -webkit-transform: skew(-36deg);
    -moz-transform: skew(-36deg);
    -o-transform: skew(-36deg);
    transform: skew(-36deg);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -18px;
    margin-right: 22px;
    text-align: center;
    font-family: RobotoCondensed-Bold;
    color: white;
    padding: 0px 20px 0px 20px;
}

.tab_title span, .tab_title h3 {
    color: white;
    line-height: 16px;
    margin: 0 2px 0 5px;
    white-space: nowrap;
}

.first_tab {
    margin-left: -25px;
    padding-left: 60px;
}

.active_tab {
    background-color: #0e71b8;
    color: white;
}

.section_title {
    margin-left: -25px;
}

.tab_title:hover {
    background-color: #0e71b8;
    color: white;
}

.tab_title span, .section_title span, .tab_title h3, .section_title h3, .section_title h1  {
    -webkit-transform: skewX(36deg);
    -moz-transform: skewX(36deg);
    -ms-transform: skewX(36deg);
    -o-transform: skewX(36deg);
    transform: skewX(36deg);
    font-size: 17px;
    text-transform: uppercase;
}

.section_title h2  {
    -webkit-transform: skewX(36deg);
    -moz-transform: skewX(36deg);
    -ms-transform: skewX(36deg);
    -o-transform: skewX(36deg);
    transform: skewX(36deg);
    text-transform: uppercase;
    font-size: 17px;
    margin: 0;
}

.tab_title h3, .section_title h3, .tab_container h3 {
    margin: 0;
}

.section_title h1, .mobile_tab_title h1 {
    color: inherit;
    margin: 0;
}

a#tab_formazioni {
    margin-left: -20px !important;
}


a#tab_formazioni span {
    padding-left: 20px !important;
}


.tab_title_end {
    height: 0;
    width: 100%;
    border-bottom: 60px solid #b9cddc;
    border-left: 45px solid transparent;
    text-align: center;
    font-family: RobotoCondensed-Bold;
    color: white;
    margin-left: -40px;
    text-transform: uppercase;
    font-size: 18px;
}

.mobile_tab_title {
    background-color: #0e71b8;
    color: white;
    min-height: 60px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-family: RobotoCondensed-Bold;
    padding: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.mobile_tab_title span {
}

.mobile_tab_title_live {
    margin: 0;
    padding-top: 18px;
    min-height: 40px;
    line-height: 1
}

#labellive span {
    min-height: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
}

.separator15 {
    margin-bottom: 15px;
}

.live_result {
    font-size: 44px;
    color: #0e71b8;
    font-weight: 900;
}

.live_status {
    font-size: 44px;
    color: #0e71b8;
    font-weight: 900;
}

.live_team {
    color: #0e71b8;
    font-weight: 900;
}

.small_title {
    background-color: #0e71b8;
    color: white;
    padding: 5px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 14px;
}

td h1, td h2, td h3, td h4, td h5, td h6 {
    color: #0e71b8
}

td h6 {
    padding-bottom: 5px;
}

/*timeline events */
.timeline {

    margin-top: 12px;
    height: 10px;
    width: 100%;
    position: relative;
}

.timeline .dot {
    z-index: 99;
    /*transition : 0.3s ease-in-out;*/
    /* width: 40px;
     height: 40px;
     border-radius: 50%;*/
    position: absolute;
    top: -15px;
    text-align: center;
    cursor: pointer;
}

/*.dot:hover {
transform: scale(1.2);
}*/
.timeline label {
    font-family: roboto;
    display: block;
    position: relative;
    top: -60px;
    text-align: center;
}

.timeline label i {
    margin-top: 10px;
}

.timeline span {
    display: inline-block;
    margin-top: 10px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    position: relative;
    border-radius: 50%;
}

#timeline_container {
    margin-top: 25px;
    width: 96%;
    margin-left: 2%;
    margin-bottom: 20px;
    display: inline-block;
}

#timeline_time {
    width: 100%;
    height: 10px;
    background-color: black;
}

#timeline_time span {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    padding: 3px;
    width: 25px;
    height: 25px;
    margin-left: -12.5px;
}

.tab_select {
    width: 100%;
    color: white;
    background-color: #0e71b8;
    padding: 10px;
    margin: 10px 0;
    min-height: 60px;
    font-size: 18px
}

.tab_option {
    font-size: 14px;
}

.word-wrap {
    word-wrap: break-word;
}

.day {
    line-height: 30px;
    padding: 4px;
    font-size: 14px;
}

.selected_day, .day:hover {
    color: white;
    background-color: #0e71b8;
    font-weight: 600;
}

#nav_mobile .nav {
    width: 100%;
    background-color: #0e71b8;
}

#nav_mobile ul li a {
    color: white;
    padding: 12px;
    text-align: center;
}

#nav_mobile ul li a:hover {
    background-color: #eee;
    color: #000;
}

#nav_mobile .nav-dropdown.open ul, #nav_mobile .nav-dropdown.open ul li a {
    color: #0e71b8;
}

#nav_mobile .nav-dropdown.open ul li a:hover {
    color: #000;
}

#nav_mobile .nav .open &gt; a:hover, #nav_mobile .nav .open &gt; a:focus {
    color: #0e71b8;
}

.ds_table {
    width: 100%;
}

.ds_table &gt; thead &gt; tr &gt; th,
.ds_table &gt; tbody &gt; tr &gt; th,
.ds_table &gt; tfoot &gt; tr &gt; th,
.ds_table &gt; thead &gt; tr &gt; td,
.ds_table &gt; tbody &gt; tr &gt; td,
.ds_table &gt; tfoot &gt; tr &gt; td {
    padding: 5px;
    line-height: 1.3;
    vertical-align: top;
    border-top: none;
}

.ds_table td a img {
    width: 28px;
}

.ds_table &gt; thead &gt; tr &gt; th {
    background-color: #0e71b8;
    color: white;
    font-size: 12px;
}

tr:nth-child(even) {
    background-color: #fff;
}

tr:nth-child(odd) {
    background-color: #ddd;
}

tr:nth-child(even) {
    background-color: #fff;
}

tr:nth-child(odd) {
    background-color: #ddd;
}


/*match field*/
.daps-container {

    position: relative;

    /* prevent div highlighting */
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    -khtml-user-select: none; /* webkit browsers */
    -o-user-select: none; /* not yet implemented */
    user-select: none; /* not yet implemented */
    -webkit-touch-callout: none;

    /* keep the cursor pointer */
    cursor: default;

}

.daps-field {
    display: block;
    width: 100%;
}

.daps-field-element {
    position: absolute;
    visibility: hidden;
}

.daps-player {
    height: 57px;
    width: 22px;
    z-index: 1;
}

.daps-label {

    height: 22px;

    opacity: 0.7;
    z-index: 0;
}

.daps-label-text {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    height: 22px;
    /*line-height: 22px;*/
    margin-left: 30px;
    margin-right: 12px;
    text-align: center;
    background-color: #333;
    border: 1px solid #aaa;

    font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* MATCH DETAILS */
.highlights i {
    font-size: 14px;
    line-height: 15px;
}

#cronaca table tbody tr h4,
#cronaca table tbody tr h5,
#cronaca table tbody tr h6,
#cronaca table tbody tr i.fa {
    font-size: 1.5rem;
    color: black;
    line-height: 2rem;
}

#cronaca table tbody tr h4,
#cronaca table tbody tr h5,
#cronaca table tbody tr h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.submenu_item a {
    color: #fff;
}

.submenu_item a:hover {
    color: #008;
}

.article-top-img {
    margin: 15px;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.75);
    width: 300px;
}

/* classifica */
.classifica_campionati_calcio thead tr {
    background-color: #0e71b8;
}

.fa-arrow-up {
    color: green
}

.fa-arrow-down {
    color: red
}

table td.align-right {
    text-align: right;
}

#elenco_loghi a img {
    margin-bottom: 10px;
}

.chisiamo ul li {
    list-style-type: circle;
}

.chisiamo {
    margin-bottom: 150px;
}

.clientiimg img {
    display: inline-block;
    margin: 10px;
}

.squadra_logo {
    width: 40px
}

.classifica-calcio tr {
    border-bottom: 2px solid white;
}

.classifica_campionati_calcio td, .classifica_campionati_calcio th {
    border-left: 2px solid white !important;
}

.classifica_campionati_calcio td.squadra, .classifica_campionati_calcio th.squadra {
    border-left: none !important;
}


.classifica_campionati_calcio th.squadra {
    padding-left: 11px;
}

.classifica-calcio td, .classifica-calcio th {
    width: 77px;
    text-align: center
}

.classifica-calcio td.squadra, .classifica-calcio th.squadra {
    width: 250px !important;
    text-align: left
}

.classifica-calcio tr {
    background-color: #ddd !important
}

.classifica-calcio tr.promozione {
    background-color: #9fd7b5 !important
}

.classifica-calcio tr.playoff {
    background-color: #d9edf7 !important
}

.classifica-calcio tr.playout {
    background-color: #ffe5e5 !important
}

.classifica-calcio tr.retrocessione {
    background-color: #ffb2b2 !important
}

.classifica_campionati_calcio &gt; thead &gt; tr &gt; th {

    font-size: 15px;
}

ul#legenda {

    margin-top: 20px;

}

ul#legenda li {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block
}

ul#legenda li div {
    width: 25px;
    height: 15px;
    float: left;
    margin-right: 10px;
    margin-left: 20px;

}

ul#legenda li.promozione div {
    background-color: #9fd7b5;
    border: 1px solid #ddd;
}

ul#legenda li.playoff div {
    background-color: #d9edf7;
    border: 1px solid #ddd;
}


ul#legenda li.playout div {
    background-color: #ffe5e5;
    border: 1px solid #ddd;
}

ul#legenda li.retrocessione div {
    background-color: #ffb2b2;
    border: 1px solid #ddd;
}

.calendario_campionati_calcio td.squadra {
    width: 40%
}


.calendario_campionati_calcio td.risultato {
    width: 20%;
    text-align: center
}


.logo_tempo_reale {
    width: 80px;
}

.highlights-list iframe, #highlights iframe {
    width: 100%;
    max-width: 854px;
    max-height: 480px;
    min-height: 250px;
}

.t_squadra_logo {
    width: 60%;
    margin-left: 20%;
}

.classifica-calcio .widget_title, .calendario-calcio .widget_title {
    color: #0e71b8;
    font-size: 16px
}


.punti-tot {
    font-weight: bold
}

.calendario-calcio, .classifica-calcio {
    max-width: 1000px
}

.alert.calendario {
    padding: 5px 0 !important
}


.click-row1:hover {
    cursor: pointer;
}

.tab-content-agenda, .news-24-content {
    height: 400px;
    background-color: #ddd;
    overflow-y: auto;
}

.news-24-content h2 {
    font-size: inherit;
    font-family: inherit;
    font-weight: bold;
    margin: inherit;
}

.tab_live {
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.background_ultime, .evidenza .contenuto {
    background-color: #eee;
}


.inner_menu .tab_container, .tab_live {
    overflow-x: auto;
}


.page_wrapper ::-webkit-scrollbar {

    background: #EEE;

}

.page_wrapper ::-webkit-scrollbar:hover {
    background-color: #b9cddc;
    border: none;
}

.page_wrapper ::-webkit-resizer {
    -webkit-border-radius: 4px;
    background-color: #ccc;

}


.page_wrapper ::-webkit-scrollbar-thumb {
    background-color: #878786;
    border: 3px solid transparent;
    border-radius: 7px;
    background-clip: content-box;
}

.page_wrapper ::-webkit-scrollbar-thumb:hover {
    background-color: #0e71b8;
    border: none;
}

.page_wrapper ::-webkit-scrollbar-thumb:active {
    background-color: #0e71b8;
    border: none;
}

.tab_container.nav.nav-tabs.tab_live {

}


.tab_container.nav.nav-tabs.tab_live:after, .tab_container.nav.nav-tabs.tab_live:before {

    position: absolute;
    top: 80px;
    font-weight: bold;
    font-size: 11px;
    font-family: 'FontAwesome';
    color: #333;
    display: inline-block;
    background-color: #FFF;
    opacity: 0.7;
    width: 25px;
    text-align: center;
    z-index: 1000000;

}

.tab_container.nav.nav-tabs.tab_live:after {
    content: "\f054";
    right: 3px;

}

.tab_container.nav.nav-tabs.tab_live:before {
    content: "\f053";
    left: 3px;

}


select.tab_select {
    -webkit-appearance: none;
    -moz-appearance: none;

    background-repeat: no-repeat;
    background-position: center right 10px;
    background-image: url(https://www.datasport.it/theme/p-ds/img/freccina-select.png);
}

/*

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar
{
    width: 12px;height:12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #999;
}
*/


.text-red {
    color: red;
}

.text-green {
    color: green;
}

.text-yellow {
    color: #F79B2E;
}

.ricerca-interna, .tab_title_end span {
    line-height: 60px;
}

.input-ricerca-interna {
    background-color: transparent;
    border: 1px solid #56b1f3;
    border-radius: 5px;
    text-transform: uppercase;
    padding-left: 5px;
    line-height: 30px
}

#loading_div, .empty_res {
    color: #666;
    font-size: 14px;
    font-weight: 800;
    padding: 15px;
    background-color: #eee;
    text-align: center;
}

.giornata_partita {
    color: #003154;
}

.girone_torneo_risultati {
    border-collapse: collapse;
    border-spacing: 0;
}

#sport_in_tv {
    color: white !important
}


.vedi-tutte {
    padding-top: 5px;
    padding-left: 25px;
    font-size: 12px;
    color: #b80d0d;
    background-color: #EEE
}


.vedi-tutte a:hover {
    color: #b80d0d
}

a.btn-meteo {
    padding: 4px 5px;
    display: inline-block;
    border: 2px solid;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 5px;
    font-size: 13px
}


a.btn-meteo .fa.fa-sun-o {

    font-size: 16px;
    font-weight: bolder
}

a:hover.btn-meteo {

    color: #FFF !important;
    background-color: #337ab7;
    border-color: #337ab7;
}

/* CSS PER VEDERE BANNER IN MOBILE O MENO */
/* Visualizza Desktop */
/* Visualizza Desktop */
@media screen and (min-width: 769px) {
    .advmobile {
        display: none;
    }

    .oldadvdesktop {
        display: block;
    }

    .advdesktop {
        display: block;
    }
}

/* Visualizza Mobile */
@media screen and (max-width: 768px) {
    .advmobile {
        display: block;
    }

    .oldadvdesktop {
        display: none;
    }

    .advdesktop {
        display: none;
    }
}

@media (max-width: 1023px){
    #nav_mobile{
        height: calc(100vh - 160px);
        overflow: auto;
        position: absolute;
        z-index: 10000;
        width: 100%;
        top: 110px;
        left: 0;
    }
}

</pre></body></html>