﻿@charset "UTF-8";
/* ==========================================================================
   HTML5
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

.solotesto {
    display: none;
}

#infoVod {
    display: none;
}

a {
    color: #000 !important;
    outline: 0px !important;
    text-decoration: none !important;
    -webkit-transition: color 200ms linear;
    -moz-transition: color 200ms linear;
    transition: color 200ms linear;
}

    a * {
        outline: 0px !important;
        text-decoration: none;
        -webkit-transition: color 200ms linear;
        -moz-transition: color 200ms linear;
        transition: color 200ms linear;
    }


    a:hover, a:hover * {
        color: #ff510c !important;
    }

.giro a:hover, .giro a:hover * {
    color: #f16885 !important;
}

::-moz-selection {
    background: #ff510c;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #ff510c;
    color: #fff;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
    border: 0;
}

.hr {
    clear: both;
    visibility: hidden;
    margin: 0;
    padding: 0;
    border: none;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

html, button, input, select, textarea {
    color: #222;
}

    button, html input[type="button"], input[type="reset"], input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

button, select {
    text-transform: none;
}

button, input {
    line-height: normal;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

html, button, input, select, textarea {
    font-family: sans-serif;
}

.ombra {
    -webkit-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    -moz-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
}

/* ==========================================================================
   Structures
   ========================================================================== */

@font-face {
    font-family: 'RaiNews';
    src: url('/dl/rainews/fonts/rainews-regular-webfont.eot');
    src: url('/dl/rainews/fonts/rainews-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/dl/rainews/fonts/rainews-regular-webfont.woff') format('woff'), url('/dl/rainews/fonts/rainews-regular-webfont.ttf') format('truetype'), url('/dl/rainews/fonts/rainews-regular-webfont.svg#rainewsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    display: block;
    font-size: 11px;
    line-height: auto;
    color: #303030;
    font-family: "Arvo";
    border-top: 0px solid #ff510c;
    /*background: #e6e6e6 url(/dl/rainews/images/bkg_main.png) repeat-x;*/
    background: #fff;
    margin: 0;
}

.barraRai {
    /*display: none;
    height: 33px;*/
    width: 100%;
    background: #303030;
    border-bottom: 4px solid #ff510c;
}

/* ----------- header */


/*header:before {
    content: " ";
    display: block;
    float: left;
    width: 100%;
    position: absolute;
    padding: 0px 0px 0px 0px;
    top: 0px;
    left: 0px;
    border-top: 4px solid #dc513a;
}*/

.box_TopHeader {
    padding: 0px 20px !important;
    width: auto !important;
}

.contFooter {
    padding: 20px !important;
}

.barraSipra {
    padding: 0px 5px 0px 6px !important;
}

header {
    display: block;
    position: relative;
    margin: 0px auto 0px auto;
    width: 980px;
    height: 90px;
    padding: 20px;
}

    header a.logo,
    header h1 {
        display: block;
        float: left;
        width: 166px;
        height: 64px;
        padding: 0px 0px 0px 0px; /*
overflow: hidden;
text-indent: -9000px;
-webkit-transition: none;
-moz-transition: none;
transition: none;
background: url(/dl/rainews/images/logo_news.png) no-repeat;*/
    }

    header .linkTop {
        display: none;
    }

    header .follow {
        float: right;
        margin: 15px 30px 0px 0px;
    }

        header .follow .ico:before, .visualizza .follow.shareArticle .ico:before {
            font-style: normal;
            font-weight: normal !important;
            font-size: 30px;
            line-height: 1;
            text-transform: none;
            margin: 2px 3px 0px 0px;
        }

        header .follow .ico.facebook:before, .visualizza .follow.shareArticle .ico.facebook:before {
            color: #3b5998;
        }

        header .follow .ico.facebook:hover:before, .visualizza .follow.shareArticle .ico.facebook:hover:before {
            color: #2a4273;
        }

        header .follow .ico.twitter:before, .visualizza .follow.shareArticle .ico.twitter:before {
            color: #33ccff;
        }

        header .follow .ico.twitter:hover:before, .visualizza .follow.shareArticle .ico.twitter:hover:before {
            color: #27a7d1;
        }

.visualizza .follow.shareArticle .ico.embed:before {
    content: "c 4";
    color: #d6d6d6;
    font-size: 26px;
    margin-left: 5px;
}

.visualizza .follow.shareArticle .ico.embed:hover:before {
    color: #ff510c;
}

div.infoEmbed {
    float: left;
    display: none;
    border: 0 none;
    width: 620px;
    color: #000;
    text-align: left;
    padding: 10px;
    margin: 0;
    background: #220820;
}

.infoEmbed a.close {
    display: block;
    float: right;
    text-align: left;
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: -9000px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    cursor: pointer;
    opacity: 0.5;
    background: url(/dl/RaiTV/2012/images/btn_close.png) no-repeat;
}

.infoEmbed textarea {
    display: block;
    float: left;
    width: 575px;
    height: 32px;
    color: #c6c6c6;
    font-size: 11px;
    font-weight: bold;
    font-family: Arial;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    border: 0px;
    border-radius: 4px;
    background: #4b4b4b;
}

/* ----------- cerca */


header .search {
    display: block;
    float: right;
    position: relative;
    width: 330px;
    height: 24px;
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
}

    header .search.rollover {
    }

        header .search.rollover input {
        }

    header .search strong {
        display: block;
        float: right;
        right: 0px;
        position: relative;
        width: auto;
        cursor: pointer;
        height: 24px;
        font-size: 15px;
        line-height: 20px;
        color: #ff510c;
        text-transform: uppercase;
    }

    header .search input {
        position: absolute;
        top: 17px;
        border: 0px;
        right: 26px;
        width: 300px;
        height: 29px;
        font-size: 13px;
        margin: 0px 6px 0px 0px;
        padding: 0px 10px 0px 10px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #f0f0f0;
        cursor: pointer;
        -webkit-transition: background 500ms linear;
        -moz-transition: background 500ms linear;
        transition: background 500ms linear;
    }

        header .search input:focus {
            background: #ddd;
        }

    header .search input {
        cursor: text;
    }

    header .search button {
        position: absolute;
        top: 17px;
        right: 0px;
        float: left;
        width: 30px;
        height: 30px;
        border: 0px;
        background: transparent;
    }

        header .search button span {
            display: none;
        }

        header .search button:after {
            top: 0px;
            content: "b";
            position: relative;
            display: inline-block;
            top: 0px;
            font-family: 'RaiNews' !important;
            -webkit-font-smoothing: antialiased;
            -moz-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-style: normal;
            font-weight: normal !important;
            text-transform: none;
            margin: 0px 5px 0px 0px;
            font-size: 25px;
            color: #666666;
            top: 0px;
        }

/* RSS */


header .rss {
    display: none;
    float: right;
    width: auto;
    height: 44px;
    margin: 0px 0px 0px 25px;
    padding: 20px 0px 20px 0px;
    opacity: 0.5;
}


    header .rss a {
        display: block;
        float: right;
        width: auto;
        height: 24px;
        font-size: 15px;
        font-weight: 800;
        line-height: 20px;
        color: #999;
        text-transform: uppercase;
        cursor: pointer;
    }

        header .rss a:before {
            content: "l";
            position: relative;
            display: inline-block;
            top: 2px;
            color: #ff9933;
            font-family: 'RaiNews' !important;
            -webkit-font-smoothing: antialiased;
            -moz-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-style: normal;
            font-weight: normal !important;
            text-transform: none;
            margin: 0px 10px 0px 0px;
            font-size: 25px;
        }

/* ----------- footer */
.contFooter {
    display: block;
    margin: 0 auto 0px auto;
    /*width: 100%;*/
    height: auto;
    padding: 20px 0px 20px 0px;
    background: #3c3c3c;
}

footer {
    display: block;
    margin: 0px auto 0px auto;
    width: 970px;
    height: auto;
}

    footer h2,
    footer strong {
        display: block;
        float: left;
        width: 970px;
        height: 28px;
        margin: 0px 0px 30px 0px;
        padding: 7px 0px 0px 50px;
        color: #d7d7d7;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 18px;
        line-height: 18px;
        background: url(/dl/rainews/images/logo_rai.png) 0px 0px no-repeat;
    }

    footer .col {
        display: block;
        float: left;
        width: 166px;
        height: auto;
        margin: 0px;
        padding: 20px 30px 20px 0px;
        color: #fff;
    }

        footer .col.link {
            width: 165px;
        }

        footer .col.Scura,
        footer .col.corp {
            width: 130px;
        }

        footer .col em {
            display: block;
            float: left;
            width: 166px;
            height: auto;
            margin: 0px;
            padding: 0px 0px 10px 0px;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: bold;
            font-style: normal;
            color: #818181;
        }


        footer .col ul {
            display: block;
            float: left;
            width: 166px;
            height: auto;
            margin: 0px;
            padding: 0px 0px 0px 0px;
        }


            footer .col ul li {
                display: block;
                float: left;
                width: 166px;
                height: auto;
                margin: 0px;
                color: #9e9e9e;
                padding: 2px 0px 1px 0px;
            }


                footer .col ul li span {
                    padding: 0px 5px 0px 0px;
                }

                footer .col ul li a {
                    color: #727272;
                }

        footer .col.portal ul li a,
        footer .col.link ul li a,
        footer .col.corp ul li a {
            color: #999;
        }

        footer .col ul li a:hover {
            color: #fff !important;
        }

    footer .Credits {
        display: block;
        float: left;
        width: 925px;
        height: 30px;
        padding: 0px 0px 0px 40px;
        margin: 20px 0px 0px 0px;
        color: #8b8c8c;
        background: url(/dl/rainews/images/logo_rai.png) 0px -45px no-repeat;
    }

/* ==========================================================================
   MediaQueries
   ========================================================================== */

@media only screen and (min-width: 35em) {
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
}

/* ==========================================================================
   Fix
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

.hidden {
    display: none;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


body > iframe {
    position: absolute;
    top: 0;
}

/*------ 404 ------*/

.error404 {
    display: block;
    float: left;
    width: 640px;
    height: 130px;
    margin: 50px 0px 80px 0px;
    padding: 55px 0px 0px 330px;
    background: url(/dl/rainews/images/404.png) 134px 0px no-repeat;
}

    .error404 h2 {
        display: block;
        float: left;
        width: 640px;
        font-size: 50px;
        margin: 0px;
        line-height: 50px;
        color: #ff510c;
        font-weight: 900;
        text-transform: uppercase;
    }

    .error404 h3 {
        display: block;
        float: left;
        width: 640px;
        margin: 0px;
        font-size: 30px;
        line-height: 30px;
        color: #888;
        font-weight: 400;
        text-transform: uppercase;
    }

    .error404 p {
        display: block;
        float: left;
        width: 640px;
        margin: 6px 0px 0px 0px;
        font-size: 17px;
        color: #888;
        font-weight: 400;
    }

        .error404 p a {
            color: #ff510c;
        }

            .error404 p a:hover {
                color: #220820 !important;
            }

/*follow*/
.follow {
    float: left;
    height: 24px;
    margin: 0px 0px 0px 45px;
    /*padding: 18px 0px 20px 0px;*/
}

    .follow.withEmbed {
        margin: 0px 0px 0px 20px;
    }

/*.follow .stMainServices {
        display: block;
        float: left;
        margin-right: 6px;
        position: relative;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        height: 26px;
        width: 26px;
        background: url(/dl/raiSport/images/ico_social.png) no-repeat top left;
    }

    .follow .stMainServices.st-facebook-counter {
        background-position: 0 0;
    }

    .follow .stMainServices.st-twitter-counter {
        background-position: -32px 0;
    }*/

.hide {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
    text-indent: 99999px;
}
/*
.follow a span.cont {
    display: none;
}

.follow > span:hover .stBubble {
    display: block;
    position: absolute;
    top: -18px;
    width: 100px;
    height: 0;
    left: 50%;
    margin-left: -51px;
    text-align: center;
}

.stBubble {
    padding: 2px 4px;
    background: #000;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.st_facebook_vcount .stBubble {
    background: #1f478c;
}

.st_twitter_vcount .stBubble {
    background: #258ccd;
}

.follow .stMainServices.st-facebook-counter:hover {
    -webkit-box-shadow: 0px 0px 4px 2px rgba(76,119,193,0.7);
    -moz-box-shadow: 0px 0px 4px 2px rgba(76,119,193,0.7);
    box-shadow: 0px 0px 4px 2px rgba(76,119,193,0.7);
}

.follow a span.cont > span {
    padding: 2px 4px;
    background: #000;
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.follow .stMainServices:hover .stBubble {
    color: #fff !important;
}

.follow .stMainServices.st-twitter-counter:hover {
    -webkit-box-shadow: 0px 0px 4px 2px rgba(101,190,246,0.7);
    -moz-box-shadow: 0px 0px 4px 2px rgba(101,190,246,0.7);
    box-shadow: 0px 0px 4px 2px rgba(101,190,246,0.7);
}*/

/*.menu {
    height: 57px;
}

    .menu nav {
        display: block;
        position: relative;
        margin: -4px auto 0px auto;
        width: 980px;
        height: 61px;
        padding: 0px 0px 0px 0px;
        padding-left: 20px;
        padding-right: 20px;
        background: #fff;
    }

        .menu nav > ul {
            list-style: none;
            list-style-image: none;
            float: left;
            display: block;
            border: 0 none;
            width: 980px;
            height: 53px;
            color: #000;
            padding: 0px 0px 0px 0px;
            text-align: left;
            background: #220820;
            border-bottom: 4px solid #ff510c;
            margin: 0;
        }

            .menu nav > ul > li {
                margin: 0;
                border: 0 none;
                padding: 5px 6px 0px 6px;
                float: left;
                display: inline;
                position: relative;
                height: 48px;
                z-index: 1000;
                line-height: 16px;
                background: url(/dl/raiSport/images/menu_separator.png) 0px no-repeat;
                background-color: #220820;
                cursor: pointer;
            }

                .menu nav > ul > li:first-child, .menu nav > ul > li.selected + li {
                    background: none;
                    background-color: #220820;
                }

                .menu nav > ul > li a {
                    font-size: 15px;
                    font-weight: 700;
                    text-transform: uppercase;
                    color: #fff !important;
                    -webkit-transition: none;
                    -moz-transition: none;
                    transition: none;
                    line-height: 45px;
                    display: block;
                }

                .menu nav > ul > li.selected {
                    background: none;
                    background-color: #ff510c;
                }

                    .menu nav > ul > li.selected + li:hover, .menu nav > ul > li:hover {
                        background: none;
                        background-color: #ff510c;
                    }

                        .menu nav > ul > li.selected a, .menu nav > ul > li:hover a {
                            color: #220820 !important;
                        }*/

.subMenu nav {
    display: block;
    position: relative;
    margin: 0px auto 0px auto;
    width: 980px;
    height: 24px;
    padding: 0px 0px 0px 0px;
    padding-left: 20px;
    padding-right: 20px;
    /*background: #e6e6e6 url(/dl/rainews/images/bkg_main.png) repeat-x;*/
    background: #fff;
}

    /*.subMenu nav {
    display: none;
}*/

    .subMenu nav > ul {
        list-style: none;
        list-style-image: none;
        float: left;
        display: block;
        border: 0 none;
        width: 970px;
        height: 24px;
        color: #220820;
        padding: 0px 0px 0px 10px;
        text-align: left;
        background: #ff510c;
        margin: 0;
    }

        .subMenu nav > ul li {
            margin: 0;
            border: 0 none;
            padding: 0px 6px 0px 6px;
            float: left;
            display: inline;
            position: relative;
            height: 24px;
            /* z-index: 1000; */
            line-height: 14px;
            background: url(/dl/raiSport/images/sub-menu-separator.png) 0px no-repeat;
            background-color: #ff510c;
            cursor: pointer;
        }

            .subMenu nav > ul li a {
                font-family: "Arvo";
                font-size: 13px;
                font-weight: 700;
                text-transform: uppercase;
                color: #220820 !important;
                -webkit-transition: none;
                -moz-transition: none;
                transition: none;
                line-height: 24px;
            }

            .subMenu nav > ul li:hover a {
                text-decoration: underline;
            }

        .subMenu nav > ul > li:first-child {
            background: none;
        }

/* ==========================================================================
   TOP ARGUMENT
========================================================================== */

.topArgument {
    display: block;
    position: relative;
    margin: 0px auto 0px auto;
    width: 980px;
    /*height: 30px;*/
    padding: 0px 20px 0px 20px;
    background: #fff;
}

    .topArgument ul {
        list-style: none;
        list-style-image: none;
        float: left;
        display: block;
        border: 0 none;
        width: 980px;
        /*height: 30px;*/
        color: #000;
        padding: 0px 0px 0px 0px;
        text-align: left;
        background: url(/dl/raiSport/images/bkg_argument-2.png);
        margin: 0px 0px 20px 0px;
    }

        .topArgument ul .title {
            margin: 0;
            border: 0 none;
            /*padding: 0px 6px 0px 6px;*/
            float: left;
            display: inline;
            position: relative;
            /*z-index: 1000;*/
            line-height: 24px;
            background: #f0f0f0;
            cursor: default;
        }

    .topArgument .title a {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #303030 !important;
        background: none;
        padding-right: 0px;
        border-radius: 0;
    }

    .topArgument .title span {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 20px solid #f0f0f0;
        position: absolute;
        right: -20px;
        top: 20%;
        margin-left: -5px;
    }

    .topArgument ul li {
        margin: 0px 0px 0px 10px;
        border: 0 none;
        padding: 6px 6px 0px 6px;
        float: left;
        display: inline;
        position: relative;
        /*z-index: 1000;*/
        line-height: 24px;
        height: 32px;
        cursor: pointer;
    }

        .topArgument ul li:nth-child(2) {
            margin: 0px 0px 0px 25px;
        }

        .topArgument ul li .argSx {
            float: left;
            height: 25px;
            width: 21px;
            background: url(/dl/raiSport/images/argument-2.png) no-repeat;
        }

        .topArgument ul li a {
            height: 25px;
            float: left;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            color: #303030 !important;
            background: #ff510c;
            margin-top: 0px;
            padding-right: 10px;
            -webkit-border-radius: 0px 6px 6px 0px;
            -moz-border-radius: 0px 6px 6px 0px;
            border-radius: 0px 6px 6px 0px;
        }

        .topArgument ul li.result {
            float: right;
        }

            .topArgument ul li.result strong {
                height: 25px;
                float: left;
                font-size: 12px;
                font-weight: 700;
                text-transform: uppercase;
                color: #303030;
                background: none;
                margin-top: 0px;
            }

            .topArgument ul li.result.ico:before {
                float: left;
                font-size: 20px;
                color: #ff510c;
                margin-top: 2px;
            }

/*.topArgument ul li.result h3 {
                height: 25px;
                float: right;
                font-size: 12px;
                font-weight: 700;
                text-transform: uppercase;
                color: #ff510c;
                background: #220820;
                margin-top: 0px;
                padding: 0px 10px;
            }*/

#Main {
    /*background: #e6e6e6 url(/dl/rainews/images/bkg_main.png) 0 -104px repeat-x;*/
    background: #fff;
    padding-bottom: 20px;
}

#Main {
    display: block;
    margin: 0px auto;
    width: 980px;
    padding-top: 10px;
}

.headBanner {
    display: block;
    margin: 0px auto 0px auto;
    width: 980px;
    /*padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;*/
    background: #fff;
    padding: 0px 20px;
}

    .headBanner h1, .headBanner h3, #Main h1 {
        margin: 0;
        font-size: 42px;
        text-transform: uppercase;
        font-family: "Arvo";
    }

#Main h1 {
    margin-bottom: 20px;
    font-weight: 700;
}


.box {
    display: block;
    float: left;
    position: relative;
    height: auto;
    background: #fff;
    height: auto;
    margin: 0px 20px 20px 0px;
    border: 1px solid #b5b5b5;
}

#cerca-barra .box {

background: transparent;

border: 0;

margin: 0;
}

.container-2 {
    position: relative;
    height: 40px;
    margin: 0;
    padding: 20px 0 !important;
    float: left;
    display: block;
    width: 40px;
}

input#search-barra {
    display: block;
    padding: 12px;
    width: calc(100% - 70px);
    height: 40px;
    border: none;
    background: #616d74;
    border-radius: 5px 0 0 5px;
    font-size: 0.8rem;
    color: #ffffff;
}
.container-2 input#search-barra {
    position: absolute;
    width: 0;
    padding: 0;
    right: 40px;
    text-indent: 10px;
    border-radius: 5px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
.container-2:hover input#search-barra, .container-2 input#search-barra:focus {
    width: 190px;
    box-shadow: none;
    background: #ffffff;
    color: #979DA0;
}
#cerca-barra .icon {
        position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
}
#cerca-barra .icon img{
    transform: scale(-1, 1);
}

#Main .colSxBig {
    display: block;
    float: left;
    width: 640px;
    height: auto;
    margin: 0px 20px 0px 0px;
    min-height: 1px;
}

    #Main .colSxBig.special {
        display: block;
        float: left;
        width: 640px;
        height: auto;
        margin: 0px 0px 0px 0px;
        min-height: 1px;
    }

#Main .colPrinc {
    width: 660px;
    float: left;
}

#Main .colSx {
    display: block;
    float: left;
    width: 475px;
    height: auto;
    margin: 0px 20px 0px 0px;
    min-height: 1px;
}

#Main .colCx {
    display: block;
    float: left;
    width: 145px;
    height: auto;
    margin: 0px 20px 0px 0px;
}

#Main .colDx, #Main aside {
    display: block;
    float: right;
    width: 320px;
    height: auto;
    margin: 0px 0px 0px 0px;
}

/* ==========================================================================
   TOP NEWS
========================================================================== */

div#focus {
    height: auto;
    margin-bottom: 20px;
    float: left;
}

#topNews.box {
    width: 638px;
    float: none;
}

    #topNews.box a.img {
        display: block;
        border-bottom: 1px solid #b5b5b5;
    }

        #topNews.box a.img img {
            width: 638px;
            /*height: 360px;*/
            display:none;
        }

    #topNews.box .onImg {
        display: block;
        float: left;
        width: 520px;
        /*height: 120px;*/
        padding: 0px 15px 0px 15px;
        z-index: 10;
        background-color: rgba(0, 0, 0, 0.75);
        /*margin: -170px 0 0 0px;*/
        position: absolute;
        border-left: 5px solid #ff510c;
        cursor: pointer;
        bottom: 60px;
    }

    #topNews.box.giro .onImg {
        border-left: 5px solid #f16885;
    }

    #topNews.box .onImg h2 {
        font-family: "Open Sans";
        font-size: 30px;
        color: #fff;
        /*text-transform: uppercase;*/
        font-weight: 400;
        margin: 8px 0px 0px 0px;
        line-height: 30px;
    }

    #topNews.box .onImg h3 {
        font-family: "Open Sans";
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        margin-top: 5px;
        line-height: 18px;
    }

#topNews .related ul {
    list-style: none;
    list-style-image: none;
    float: left;
    display: block;
    border: 0 none;
    width: 638px;
    text-align: left;
    margin: 0;
    padding: 0;
    background: #220820;
}

    #topNews .related ul li {
        border-bottom: 1px solid #b5b5b5;
        padding: 3px 6px 0px 6px;
        float: left;
        line-height: 24px;
        height: 32px;
        cursor: pointer;
        width: 626px;
        background: #220820;
    }

    #topNews .related ul.twoCol li {
        width: 307px;
        height: 40px;
    }

    #topNews .related ul li a {
        font-family: "Open Sans";
        font-size: 14px;
        color: #fff !important;
        font-weight: 600;
        padding-top: 6px;
    }


#topNews.giro .related .ico:before {
    color: #f16885;
    margin: 0px 10px 0px 10px;
}

/* ==========================================================================
   MEGA NEWS
========================================================================== */

#bigNews.box {
    width: 980px;
}

    #bigNews.box a.img {
        display: block;
        border-bottom: 1px solid #b5b5b5;
        float: left;
    }

        #bigNews.box a.img img {
            width: 980px;
            height: 550px;
        }

    #bigNews.box .relLeft {
        width: 127px;
        height: 550px;
        float: left;
        right: 0;
        position: absolute;
        /*z-index: 2000;*/
    }

        #bigNews.box .relLeft ul {
            list-style: none;
            list-style-image: none;
            float: left;
            display: block;
            border: 0 none;
            width: 127px;
            text-align: left;
            margin: 0;
            padding: 0;
            height: 550px;
            overflow: hidden;
        }

            #bigNews.box .relLeft ul li {
                width: 127px;
                height: 110px;
            }

                #bigNews.box .relLeft ul li a img {
                    width: 127px;
                    height: 70px;
                    float: left;
                }

                #bigNews.box .relLeft ul li a h2 {
                    font-family: "Open Sans";
                    font-size: 15px;
                    color: #fff;
                    font-weight: 700;
                    width: 120px;
                    height: 40px;
                    padding-left: 7px;
                    text-transform: uppercase;
                    background: #220820;
                    float: left;
                    margin: 0;
                }

                #bigNews.box .relLeft ul li.selected a h2 {
                    border-left: 5px solid #ff510c;
                    width: 115px;
                }

    #bigNews.box .onImg {
        display: block;
        float: left;
        width: 945px;
        height: 120px;
        padding: 0px 15px 0px 15px;
        /*z-index: 10;*/
        background-color: rgba(0, 0, 0, 0.5);
        margin: 390px 0 0 0px;
        position: absolute;
        border-left: 5px solid #ff510c;
        cursor: pointer;
    }

        #bigNews.box .onImg h2 {
            font-family: "Open Sans";
            font-size: 50px;
            color: #fff;
            text-transform: uppercase;
            font-weight: 400;
            margin: 8px 0px 0px 0px;
            line-height: 100px;
        }

#bigNews .related ul {
    list-style: none;
    list-style-image: none;
    float: left;
    display: block;
    border: 0 none;
    width: 980px;
    text-align: left;
    margin: 0;
    padding: 0;
}

    #bigNews .related ul li {
        border-bottom: 1px solid #b5b5b5;
        padding: 3px 6px 0px 6px;
        float: left;
        line-height: 24px;
        height: 32px;
        cursor: pointer;
        width: 968px;
        background: #220820;
    }

        #bigNews .related ul li a {
            font-family: "Open Sans";
            font-size: 14px;
            color: #fff;
            font-weight: 600;
        }

#bigNews .related .ico:before {
    color: #ff510c;
    margin: 0px 10px 0px 10px;
}

/* ==========================================================================
   NEWS
========================================================================== */

.colSxBig .box.news {
    width: 100%;
    background: #f6f6f6;
}

.box.news {
    width: 473px;
    background: #f6f6f6;
}

    .box.news a.img {
        /*height: 109px;*/
        display: inline-block;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

    .box.news a.ico:before {
        font-size: 14px;
        color: #ff510c;
        position: absolute;
        margin: 0px 0px 0px 175px;
        /*top: 5px;*/
    }

    .box.news a.ico.video:before {
        content: "v";
        font-family: "RaiNews";
        font-size: 30px;
        color: rgba(255,255,255,1);
        -webkit-font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: rgba(255,255,255,0.3);
        margin: 0px 0 0 0px;
        top: 45px;
        left: 80px;
    }

    .box.news.giro a.ico:before {
        color: #f16885;
    }

    .box.news a.img img {
        width: 200px;
        /*height: 111px;*/
        float: left;
    }

    .box.news a.tagNews {
        position: absolute;
        padding: 3px;
        background-color: rgba(0,0,0,.5);
        text-transform: uppercase;
        font-weight: 800;
        left: 0;
        top: 0;
        font-family: "Arvo";
        font-size: 12px;
        z-index: 1;
    }

    .box.news a.tagNews {
        color: #ff510c !important;
    }

        .box.news a.tagNews:hover {
            color: #FFFFFF !important;
        }

    /*.box.news a.noImg span {
        background-color: #ff510c;
        text-transform: uppercase;
        font-weight: 800;
        font-family: "Arvo";
        font-size: 12px;
        padding: 6px;
        float: left;
        margin-bottom: 10px;
    }*/

    .box.news a.noImg h2 {
        clear: both;
    }

    .box.news a.img h2 {
        font-family: "Open Sans";
        font-size: 18px;
        color: #220820 !important;
        /* text-transform: uppercase; */
        font-weight: 700;
        margin: 5px 0px 0px 15px;
        line-height: 19px;
        float: left;
        width: 250px;
    }

    .box.news a.img h3 {
        font-family: "Open Sans";
        font-size: 14px;
        color: #220820 !important;
        font-weight: 400;
        margin: 15px 0px 10px 15px;
        line-height: 16px;
        float: left;
        width: 250px;
    }

.colSxBig a.img h2, .colSxBig a.img h3 {
    width: 410px;
}

.box.news .related ul {
    list-style: none;
    list-style-image: none;
    float: left;
    display: inline-block;
    border: 0 none;
    width: 473px;
    text-align: left;
    margin: 0;
    padding: 0;
}

.colSxBig .box.news .related ul {
    width: 628px;
}

.box.news .related ul li {
    border-bottom: 1px solid #b5b5b5;
    padding: 3px 6px 0px 6px;
    float: left;
    line-height: 24px;
    height: 32px;
    cursor: pointer;
    width: 461px;
    background: #220820;
}

.colSxBig .box.news .related ul li {
    width: 100%;
}

.box.news .related ul li a {
    font-family: "Open Sans";
    font-size: 14px;
    color: #fff !important;
    font-weight: 600;
    line-height: 24px;
}

.box.news .related .ico:before {
    color: #ff510c;
    position: relative;
    margin: 0px 4px 0px 10px;
    bottom: 0;
}

.box.news .related .ico.video:before {
    color: #ff510c;
    position: relative;
    margin: 0px 4px 0px 10px;
    bottom: 0;
    content: "s";
    font-size: 14px;
    line-height: 1;
    top: 0;
    left: 0;
}

.box.news.giro .related .ico:before {
    color: #f16885;
}

.box.news a.noImg {
    border-bottom: 1px solid #b5b5b5;
    display: block;
    /*height: 102px;*/
}

    .box.news a.noImg h2 {
        font-family: "Open Sans";
        font-size: 16px;
        color: #220820 !important;
        text-transform: uppercase;
        font-weight: 700;
        margin: 40px 0px 0px 15px;
        line-height: 19px;
        /*float: left;*/
    }

    .box.news a.noImg h3 {
        font-family: "Open Sans";
        font-size: 14px;
        color: #220820 !important;
        font-weight: 400;
        margin: 10px 0px 10px 15px;
        line-height: 16px;
        /*float: left;*/
    }

.box.news .related ul li {
    float: left;
    line-height: 24px;
    height: 32px;
    cursor: pointer;
    background: #220820;
}

/*.box.news .related ul li:nth-of-type(odd) {
            width: 225px;
        }

        .box.news .related ul li:nth-of-type(even) {
            width: 224px;
        }*/

/* ==========================================================================
   GALLERY
========================================================================== */

.box.gallery {
    width: 473px;
    background: #f6f6f6;
    padding-bottom: 15px;
    -webkit-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    -moz-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
}

    .box.gallery > ul > li > a {
        overflow: hidden;
        height: 55px;
        display: block;
    }

    .box.gallery h2.title {
        float: left;
        display: inline-block;
        border: 0 none;
        width: 473px;
        text-align: left;
        margin: 0;
        padding: 0;
    }

    .box.gallery h2.title {
        border-bottom: 1px solid #b5b5b5;
        padding: 3px 6px 0px 6px;
        float: left;
        min-height: 32px;
        cursor: pointer;
        width: 461px;
        background: #220820;
    }

        .box.gallery h2.title a {
            font-family: "Arvo";
            font-size: 18px;
            color: #fff !important;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 30px;
        }

        .box.gallery h2.title .ico:before {
            color: #ff510c;
            margin: 0px 10px 0px 10px;
        }

    .box.gallery.giro h2.title .ico:before {
        color: #f16885;
    }


    .box.gallery h3 {
        font-family: "Open Sans";
        font-size: 14px;
        color: #220820 !important;
        font-weight: 400;
        margin: 10px 0px 15px 15px;
        line-height: 16px;
        float: left;
        width: 100%;
    }


    .box.gallery a.imgBig {
        height: 114px;
        display: block;
        float: left;
        margin-left: 34px;
        overflow: hidden;
    }

        .box.gallery a.imgBig img {
            width: 200px;
            /* height: 114px; */
            float: left;
            position: relative;
        }

    .box.gallery ul {
        list-style: none;
        list-style-image: none;
        float: left;
        display: inline-block;
        border: 0 none;
        width: 235px;
        text-align: left;
        margin: 0;
        padding: 0;
    }

        .box.gallery ul li {
            padding: 0px 0px 4px 6px;
            float: left;
            cursor: pointer;
            width: 97px;
        }

            .box.gallery ul li a img {
                width: 97px;
                /*height: 55px;*/
            }

            .box.gallery ul li a.imgNum {
                height: 55px;
                background: #ff510c;
                font-family: "Arvo";
                font-size: 25px;
                color: #220820 !important;
                text-transform: uppercase;
                font-weight: 700;
                line-height: 55px;
                display: block;
                text-align: center;
            }

    .box.gallery.giro ul li a.imgNum {
        background: #f16885;
    }

/* ==========================================================================
   SPECIALS
========================================================================== */

.box.specials {
    width: 473px;
    background: #f6f6f6;
    -webkit-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    -moz-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
}

    /*.box.specials .title {
        background: #2e2e2e;
        border-bottom: 1px solid #b5b5b5;
    }*/

    .box.specials .testata {
        width: 473px;
        height: 94px;
        border-bottom: 1px solid #b5b5b5;
        /*overflow: hidden;*/
    }

        .box.specials .testata a {
            display: block;
            padding: 0px 0px 0px 0px;
            text-align: center;
            text-transform: uppercase;
        }

    .box.specials .imgBig img {
        width: 473px;
    }

    .box.specials a.subTitle {
        border-bottom: 1px solid #b5b5b5;
        display: block;
        height: 82px;
    }

        .box.specials a.subTitle h2 {
            font-family: "Open Sans";
            font-size: 16px;
            color: #220820 !important;
            text-transform: uppercase;
            font-weight: 700;
            margin: 10px 0px 0px 15px;
            line-height: 19px;
            float: left;
        }

        .box.specials a.subTitle h3 {
            font-family: "Open Sans";
            font-size: 14px;
            color: #220820 !important;
            font-weight: 400;
            margin: 6px 0px 0px 15px;
            line-height: 16px;
            float: left;
        }

    .box.specials ul {
        list-style: none;
        list-style-image: none;
        float: left;
        display: inline-block;
        border: 0 none;
        width: 473px;
        text-align: left;
        margin: 0;
        padding: 0;
    }

        .box.specials ul li {
            padding: 12px 0px 10px 6px;
            float: left;
            cursor: pointer;
            height: 100px;
            overflow: hidden;
        }

            .box.specials ul li a {
                display: block;
            }

                .box.specials ul li a img {
                    width: 130px;
                    height: 74px;
                    float: left;
                }

            .box.specials ul li:nth-of-type(odd) {
                width: 225px;
            }

            .box.specials ul li:nth-of-type(even) {
                width: 224px;
            }

            .box.specials ul li a h2 {
                font-family: "Open Sans";
                font-size: 12px;
                font-weight: 700;
                margin: 0px 0px 0px 6px;
                line-height: 14px;
                float: left;
                width: 88px;
            }

            .box.specials ul li a h3 {
                font-family: "Open Sans";
                font-size: 12px;
                font-weight: 400;
                margin: 6px 0px 0px 6px;
                line-height: 14px;
                float: left;
                width: 88px;
            }

/* ==========================================================================
   RICERCA
========================================================================== */

.box.search {
    width: 473px;
    background: #f6f6f6;
    -webkit-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    -moz-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
}

    .box.search h2 {
        font-family: "Arvo";
        font-size: 16px;
        color: #220820;
        text-transform: uppercase;
        font-weight: 700;
        margin: 15px 0px 0px 15px;
        line-height: 19px;
        float: left;
        width: 100%;
    }

    .box.search form .text {
        width: 100%;
    }

        .box.search form .text input[type=text] {
            padding: 10px 10px;
            margin: 15px 0px 0px 15px;
            width: 420px;
            font-family: "Open Sans";
            font-size: 12px;
        }

    .box.search button {
        position: relative;
        /*top: 17px;
        right: 0px;*/
        float: right;
        width: 30px;
        height: 30px;
        border: 0px;
        background: transparent;
        line-height: 70px;
        margin-right: 5px;
    }

        .box.search button span {
            display: none;
        }

        .box.search button:after {
            top: 0px;
            content: "b";
            position: relative;
            display: inline-block;
            top: 0px;
            font-family: 'RaiNews' !important;
            -webkit-font-smoothing: antialiased;
            -moz-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-style: normal;
            font-weight: normal !important;
            text-transform: none;
            margin: 0px 5px 0px 0px;
            font-size: 25px;
            color: #666666;
            top: 0px;
        }

    .box.search form .check {
        float: right;
        margin: 12px 40px 0px 0px;
    }

        .box.search form .check label {
            float: left;
            font-family: "Open Sans";
            font-size: 12px;
            margin: 0px 0px 0px 15px;
        }

    .box.search input[type=checkbox] {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
    }

        .box.search input[type=checkbox] + label {
            padding: 2px 0 0px 24px;
            cursor: pointer;
            background: url(/dl/raiSport/images/uncheck.png) left center no-repeat;
        }

        .box.search input[type=checkbox]:checked + label {
            background-image: url(/dl/raiSport/images/check.png);
        }

    .box.search ul {
        list-style: none;
        list-style-image: none;
        float: left;
        display: block;
        border: 0 none;
        width: 473px;
        min-height: 30px;
        color: #000;
        padding: 0px 0px 0px 0px;
        text-align: left;
    }

        .box.search ul li {
            margin: 0px 0px 0px 10px;
            border: 0 none;
            padding: 3px 6px 0px 6px;
            float: left;
            display: inline;
            position: relative;
            z-index: 1000;
            line-height: 24px;
            height: 32px;
            cursor: pointer;
        }

            .box.search ul li .argSx {
                float: left;
                height: 25px;
                width: 21px;
                background: url(/dl/raiSport/images/argument-2.png) no-repeat;
            }

            .box.search ul li a {
                height: 25px;
                float: left;
                font-size: 12px;
                font-weight: 700;
                text-transform: uppercase;
                color: #303030 !important;
                background: #ff510c;
                margin-top: 0px;
                padding-right: 10px;
                -webkit-border-radius: 0px 6px 6px 0px;
                -moz-border-radius: 0px 6px 6px 0px;
                border-radius: 0px 6px 6px 0px;
            }

/* ==========================================================================
    Box twitterizer
========================================================================== */

.box.twitterizer {
    background: #220820;
    overflow: hidden;
}
.box.twitterizer .tweetContainer{
    margin-bottom:0px;
}
    .box.twitterizer .title {
        min-height: 28px;
        background: #ff510c;
        text-align: center;
        line-height: 28px;
        width: 100%;
        /*padding: 0px 30px;*/
        font-family: "Arvo";
        font-size: 15px;
        font-weight: 700;
        color: #220820;
        text-transform: uppercase;
        margin: 0;
    }
    .box.twitterizer .twImage{
        text-align: center;
        padding-top: 5px;

}
    .box.twitterizer .twImage img{
        display:inline;

        border-radius: 30px;
}
    .box.twitterizer .twUser{
        text-align:center;
        font-family: "Open Sans";
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        padding-top: 10px;

        width: 98%;
        overflow: hidden;
        margin: 0 auto;
}
    .box.twitterizer .twText{
        text-align:center;
        font-family: "Open Sans";
        font-size: 12px;
        color: #ff510c;
        margin: 5px;
        overflow:hidden;
    }

    .box.twitterizer .twNext:after,.box.twitterizer .twPrev:after {
        position: absolute;
        font-family: "RaiNews";
        -webkit-font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 14px;
        line-height: 38px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        transition: all 200ms linear;
    }
    .box.twitterizer .twPrev, .box.twitterizer .twNext{
        position:absolute;
        top: 10px;
    }
    .box.twitterizer .twPrev{
        left:5px;
    }
    .box.twitterizer .twNext{
        right:15px;
    }
    .box.twitterizer .twNext:after{
        content:"4";
    }
    .box.twitterizer .twPrev:after{
        content:"c";
    }

/* ==========================================================================
   LAST HOUR
========================================================================== */

.colCx .box {
    width: 143px;
    margin: 0px 0px 20px 0px;
}

.box.lastHour {
    background: #220820;
    overflow: hidden;
}

    .box.lastHour .title {
        min-height: 28px;
        background: #ff510c;
        text-align: center;
        line-height: 28px;
        float: left;
        width: 100%;
        /*padding: 0px 30px;*/
        font-family: "Arvo";
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
    }

    .box.lastHour .slider {
        width: 143px;
        float: left;
        overflow: hidden;
        position: relative;
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
        background-color: transparent;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -ms-touch-action: none;
        touch-action: none;
    }

    .box.lastHour ul {
        list-style: none;
        list-style-image: none;
        float: left;
        display: inline-block;
        border: 0 none;
        color: #fff;
        padding: 0px 0px 0px 0px;
        text-align: center;
        height: 170px;
        margin-left: 0;
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
    }

    .box ul {
        margin: 0;
    }

        .box.lastHour ul.listLastHour {
            position: relative;
            overflow: hidden;
            height: auto;
        }

        .box.lastHour ul li {
            border: 0 none;
            padding: 5px 0px 0px 0px;
            float: left;
            display: inline;
            height: 100%;
            width: 143px;
            height: 175px;
            background: url(/dl/raiSport/images/separator.png) 17px 165px no-repeat;
        }

            .box.lastHour ul li .clock {
                font-family: "Open Sans";
                font-size: 17px;
                font-weight: 700;
                color: #fff;
            }

    .box.lastHour .next,
    .box.lastHour .prev {
        display: none;
        position: absolute;
        top: 0;
        width: 30px;
        height: 85px;
        overflow: hidden;
        cursor: pointer;
        z-index: 2000;
    }

        .box.lastHour .next.disabled,
        .box.lastHour .prev.disabled {
            cursor: default;
        }

    .box.lastHour .next {
        right: -10px;
    }

    .box.lastHour .prev {
        left: 10px;
    }

        .box.lastHour .next:after,
        .box.lastHour .prev:after {
            position: absolute;
            top: 35px;
            font-family: "RaiNews";
            -webkit-font-smoothing: antialiased;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 14px;
            line-height: 38px;
            color: #fff;
            text-align: center;
            cursor: pointer;
            -webkit-transition: all 200ms linear;
            -moz-transition: all 200ms linear;
            transition: all 200ms linear;
        }

        .box.lastHour .prev:after {
            content: "c";
        }

    .box.lastHour .next:after {
        content: "4";
    }

    .box.lastHour .next:hover:after,
    .box.lastHour .prev:hover:after {
        color: #ff510c;
    }

    .box.lastHour .next.disabled:hover:after,
    .box.lastHour .prev.disabled:hover:after {
        color: #fff;
    }

    .box.lastHour .news {
        text-align: center;
        padding: 0 8px;
        cursor: pointer;
    }

        .box.lastHour .news h2 {
            font-family: "Open Sans";
            font-size: 14px;
            font-weight: 400;
            color: #ff510c;
            margin: 10px 0px 5px 0px;
        }

        .box.lastHour .news h3 {
            font-family: "Open Sans";
            font-size: 12px;
            font-weight: 400;
            color: #fefefe;
            margin: 0;
        }

.box.classifica {
    background: #220820;
    overflow: hidden;
    -webkit-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    -moz-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    /*margin-top: -21px;*/
}

.classifica .title {
    line-height: 20px;
    padding: 10px 0px;
    min-height: 28px;
    background: #ff510c;
    text-align: center;
    float: left;
    width: 143px;
}

.box.classifica .title span {
    font-family: "Arvo";
    font-size: 15px;
    font-weight: 700;
    color: #220820;
    text-transform: uppercase;
    margin: 0;
}

.classifica .list {
    /* padding: 10px; */
    float: left;
}

    .classifica .list strong,
    .classifica .list span {
        font-family: "Arvo";
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        float: left;
        margin: 5px 0px 0px 0px;
        padding: 0px 0px 0px 10px;
    }

    .classifica .list strong {
        width: 133px;
        margin: 5px 0px 5px 0px;
    }

    .classifica .list span.right {
        float: right;
        margin-right: 5px;
    }

.classifica ul {
    list-style: none;
    list-style-image: none;
    float: left;
    display: block;
    border: 0 none;
    width: 143px;
    color: #fff;
    padding: 0px 0px 0px 0px;
    text-align: center;
    height: auto;
    /* margin-top: -20px; */
    margin: 0px 0px 30px 0px;
    /* background: url(/dl/raiSport/images/separator.png) bottom no-repeat; */
}

    .classifica ul li {
        border: 0 none;
        /* padding: 5px 0px 0px 0px; */
        float: left;
        display: inline;
        height: 28px;
        width: 143px;
        /* margin-left: 5px; */
    }

        .classifica ul li div {
            width: 143px;
            float: left;
            /* padding: 0px 0px 0px 10px; */
            height: 28px;
        }

        .classifica ul li img {
            float: left;
            margin: 9px 5px 0px 0px;
            height: 25px;
        }

        .classifica ul li p {
            font-family: "Arvo";
            font-size: 14px;
            font-weight: 400;
            color: #fff;
            float: left;
            overflow: hidden;
            width: 75px;
            text-align: left;
            /* line-height: 28px; */
        }

            .classifica ul li p.right {
                float: right;
                margin-right: 5px;
                width: auto;
            }

.box.lastHour ul.lancio {
    list-style: none;
    list-style-image: none;
    float: left;
    display: inline-block;
    border: 0 none;
    width: 143px;
    text-align: left;
    margin: 0;
    padding: 0;
}

    .box.lastHour ul.lancio li {
        padding: 12px 0px 15px 6px;
        float: left;
        cursor: pointer;
    }

        .box.lastHour ul.lancio li a {
            display: block;
        }

            .box.lastHour ul.lancio li a img {
                width: 130px;
                height: 74px;
                float: left;
            }

            .box.lastHour ul.lancio li a h2 {
                font-family: "Open Sans";
                font-size: 14px;
                font-weight: 700;
                margin: 10px 0px 0px 6px;
                line-height: 16px;
                float: left;
                width: 135px;
                text-transform: uppercase;
                color: #fff;
            }

            .box.lastHour ul.lancio li a h3 {
                font-family: "Open Sans";
                font-size: 14px;
                font-weight: 400;
                margin: 0px 0px 0px 6px;
                line-height: 16px;
                float: left;
                width: 135px;
                color: #fff;
            }

/* ==========================================================================
   RUBRICHE
========================================================================== */

.box.rubrica {
    background: #f6f6f6;
    -webkit-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    -moz-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
}

    .box.rubrica.giro {
        background: #220820;
    }

        .box.rubrica.giro .title {
            background: #f16885;
        }

    .box.rubrica .title {
        background: #ff510c;
        text-align: center;
        width: 100%;
        font-family: "Arvo";
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        margin: 0;
        padding: 8px 0px;
    }

    .box.rubrica ul {
        list-style: none;
        list-style-image: none;
        float: left;
        display: inline-block;
        border: 0 none;
        width: 143px;
        text-align: left;
        margin: 0;
        padding: 0;
    }

        .box.rubrica ul li {
            padding: 12px 0px 15px 6px;
            float: left;
            cursor: pointer;
            background: url(/dl/raiSport/images/separator.png) 15px bottom no-repeat;
        }

            .box.rubrica ul li:last-child {
                background: none;
            }

            .box.rubrica ul li a {
                display: block;
                text-align: center;
            }

                .box.rubrica ul li a img {
                    width: 130px;
                    /* height: 74px; */
                    float: left;
                }

                .box.rubrica ul li a h2 {
                    font-family: "Open Sans";
                    font-size: 13px;
                    font-weight: 700;
                    margin: 0px 0px 0px 0px;
                    line-height: 16px;
                    /* float: left; */
                    width: 130px;
                    text-transform: uppercase;
                    /* text-align: center; */
                }

                .box.rubrica ul li a h3 {
                    font-family: "Open Sans";
                    font-size: 12px;
                    font-weight: 400;
                    margin: 0px 0px 0px 0px;
                    line-height: 16px;
                    /* float: left; */
                    width: 130px;
                    text-align: center;
                }

    .box.rubrica.giro .title h2,
    .box.rubrica.giro ul li a h2,
    .box.rubrica.giro ul li a h3 {
        color: #fff;
    }

/* ==========================================================================
   PALINSESTO
========================================================================== */

.colDx .box {
    width: 320px;
    margin: 0px 0px 20px 0px;
}

.box.palinsesto {
    height: 360px;
    background: #220820;
    -webkit-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    -moz-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
}

    .box.palinsesto ul {
        list-style: none;
        list-style-image: none;
        float: left;
        display: block;
        border: 0 none;
        width: 128px;
        height: 100%;
        color: #000;
        padding: 0px 0px 0px 0px;
        text-align: left;
        position: relative;
        margin: 0;
        overflow-y: scroll;
        overflow-x: hidden;
    }

        .box.palinsesto ul::-webkit-scrollbar {
            width: 5px;
        }

        .box.palinsesto ul::-webkit-scrollbar-track {
            background-color: #f6f6f6;
            opacity: 0.1;
        }

        .box.palinsesto ul::-webkit-scrollbar, .box.palinsesto ul::-webkit-scrollbar-thumb {
            background-color: #ff510c;
        }

        .box.palinsesto ul li {
            display: block;
            float: left;
            width: 128px;
            height: 55px;
            clear: left;
        }

            .box.palinsesto ul li strong {
                display: block;
                float: left;
                width: 128px;
                height: 55px;
                overflow: hidden;
                background-color: #f0f0f0;
                text-indent: -9000px;
                margin: 0;
                background-repeat: no-repeat;
                background-position: 4px -46px, 4px 59px;
                cursor: pointer;
            }

            .box.palinsesto ul li:last-child strong {
                background-position: 4px -46px, -9000px;
            }

		    .box.palinsesto ul li strong.RaiSportpHD {
		        background-image: url(/dl/raiSport/images/raisport-piu-hd.png);
                background-size: 92%;
		    }

		    .box.palinsesto ul li strong.RaiSport {
		        background-image: url(/dl/raiSport/images/raisport.png);
		    }

            .box.palinsesto ul li strong.RaiSport1 {
                background-image: url(/dl/raiSport/images/raisport1.png);
            }

            .box.palinsesto ul li strong.Radio1 {
                background-image: url(/dl/raiSport/images/radio1.png);
            }

            .box.palinsesto ul li strong.RaiSport2 {
                background-image: url(/dl/raiSport/images/raisport2.png);
            }

            .box.palinsesto ul li strong.RaiSportWeb {
                background-image: url(/dl/raiSport/images/raisport-web.png);
            }

            .box.palinsesto ul li strong.RaiSportWeb1 {
                background-image: url(/dl/raiSport/images/raisport-web1.png);
            }

            .box.palinsesto ul li strong.RaiSportWeb2 {
                background-image: url(/dl/raiSport/images/raisport-web2.png);
            }

            .box.palinsesto ul li strong.RaiSportWeb3 {
                background-image: url(/dl/raiSport/images/raisport-web3.png); /*, url(/dl/raiSport/images/separator.png);*/
            }

            .box.palinsesto ul li strong.RaiUno, .box.palinsesto ul li strong.Rai1 {
                background-image: url(/dl/raiSport/images/rai1.png);
            }

            .box.palinsesto ul li strong.RaiDue, .box.palinsesto ul li strong.Rai2 {
                background-image: url(/dl/raiSport/images/rai2.png);
            }

            .box.palinsesto ul li strong.RaiTre, .box.palinsesto ul li strong.Rai3 {
                background-image: url(/dl/raiSport/images/rai3.png); /*, url(/dl/raiSport/images/separator.png);*/
            }

            .box.palinsesto ul li.selected strong, .box.palinsesto ul li:hover strong {
                height: 54px;
                border-bottom: 1px solid #919191;
                background-color: #220820;
                background-position: 4px 6px, -9000px;
            }

            .box.palinsesto ul li.selected[rel=RadioUno] strong, .box.palinsesto ul li[rel=RadioUno]:hover strong {
                background-color: #0261a3;

            }

            .box.palinsesto ul li:last-child.selected strong, .box.palinsesto ul li:last-child:hover strong {
                height: 55px;
                border-bottom: none;
            }

    .box.palinsesto .prog {
        float: left;
        width: 192px;
        overflow: hidden;
        display: block;
        position: relative;
        /*top: 0px;
        right: 0px;*/
        padding: 0px;
        margin: 0px;
        background: #220820;
        height: 360px;
    }


        /*.box.palinsesto ul li .prog .slider {
                    float: left;
                    overflow: hidden;
                    position: relative;
                    height: 360px;
                }*/

        .box.palinsesto .prog .jspPane {
            margin-left: 0px !important;
        }

        .box.palinsesto .prog .jspVerticalBar, .box.palinsesto .prog .jspHorizontalBar,
        .box.palinsesto .prog .jspCorner, .box.palinsesto .prog .jspArrowLeft, .box.palinsesto .prog .jspArrowRight {
            width: 0px;
            background: none;
        }

        .box.palinsesto .prog .jspTrack {
            display: none;
        }

        .box.palinsesto .prog .jspArrowUp,
        .box.palinsesto .prog .jspArrowDown {
            height: 30px;
            text-indent: 0;
            background: none;
            font-family: "RaiNews";
            -webkit-font-smoothing: antialiased;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 14px;
            line-height: 26px;
            color: #fff;
            text-align: center;
            cursor: pointer;
            -webkit-transition: all 200ms linear;
            -moz-transition: all 200ms linear;
            transition: all 200ms linear;
            width: 202px;
            position: absolute;
            left: -202px;
        }

        .box.palinsesto .prog .jspArrowDown {
            margin-top: 330px;
            background: url(/dl/raiSport/images/mask_shadow.png) repeat-x;
            line-height: 23px;
        }

        .box.palinsesto .prog strong {
            float: left;
            font-family: "Arvo";
            font-size: 12px;
            font-weight: 400;
            margin: 20px 0px 0px 15px;
            line-height: 14px;
            text-transform: uppercase;
            background: #ff510c;
            color: #220820;
            padding: 3px 9px 3px 3px;
        }

        .box.palinsesto.radio1 .prog strong {
            background: #0261a3;
        }


            .box.palinsesto .prog strong.right {
                float: right;
                background: none;
                color: #fff;
                margin-right: 20px;
                font-weight: 700;
            }

        .box.palinsesto .prog img {
            width: 150px;
            height: 87px;
        }

        .box.palinsesto .prog .pic:before {
            font-size: 46px;
            margin: -23px 0 0 -30px;
            width: 46px;
            height: 46px;
            line-height: 46px;
        }

        .box.palinsesto .prog .pic:before {
            content: "v";
            font-family: "RaiNews";
            font-size: 30px;
            color: rgba(255,255,255,1);
            -webkit-font-smoothing: antialiased;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background: rgba(255,255,255,0.3);
            left: 50%;
            top: 85px;
            margin: -15px 0 0 -22px;
        }

        .box.palinsesto .prog .live a {
            float: left;
            /* margin: 0px 0px 0px 15px; */
            border-left: 3px solid #ff510c;
            padding: 10px 10px;
            width: auto;
        }

        .box.palinsesto.radio1 .prog .live a {
            float: left;
            /* margin: 0px 0px 0px 15px; */
            border-left: 3px solid #0261a3;
            padding: 10px 10px;
            width: auto;
        }

            .box.palinsesto .prog .live a span {
                margin: 5px 0px 0px 0px;
                font-family: "Open Sans";
                font-size: 12px;
                font-weight: 400;
                text-transform: uppercase;
                color: #fff;
                line-height: 14px;
            }

        .box.palinsesto .prog .diretta a {
            float: left;
            /* margin: 0px 0px 0px 15px; */
            border-left: 3px solid #ff510c;
            border-right: 3px solid #ff510c;
            padding: 10px 10px;
            width: 166px;
        }

        .box.palinsesto.radio1 .prog .diretta a {
            border-left: 3px solid #0261a3;
            border-right: 3px solid #0261a3;
        }

        .box.palinsesto.radio1 .prog .diretta a:hover * {
            color: #0261a3 !important;
        }

            .box.palinsesto .prog .diretta a span {
                margin: 5px 0px 0px 0px;
                font-family: "Open Sans";
                font-size: 20px;
                font-weight: 400;
                text-transform: uppercase;
                color: #fff;
                line-height: 20px;
            }



        .box.palinsesto .prog span a, .box.palinsesto .prog .nextLive span {
            float: left;
            font-family: "Open Sans";
            font-size: 12px;
            font-weight: 400;
            margin: 5px 0px 0px 15px;
            line-height: 14px;
            text-transform: uppercase;
            color: #fff;
            width: 160px;
            background: url(/dl/raiSport/images/separator.png) 18px bottom no-repeat;
            padding-bottom: 15px;
        }

        .box.palinsesto .prog p {
            float: left;
            font-family: "Arvo";
            font-size: 14px;
            font-weight: 700;
            margin: 10px 0px 0px 15px;
            color: #fff;
            text-transform: uppercase;
            text-align: center;
            width: 160px;
        }

        .box.palinsesto .prog ol {
            padding: 0px;
            float: left;
            width: 185px;
            margin: 0px 0px 30px 15px;
        }

            .box.palinsesto .prog ol li {
                width: 100%;
                height: auto;
                text-align: left;
                float: left;
                padding: 0;
            }

                .box.palinsesto .prog ol li span {
                    margin: 10px 0px 0px 0px;
                }

                    .box.palinsesto .prog ol li span a {
                        font-family: "Arvo";
                        font-size: 12px;
                        font-weight: 700;
                        margin: 0px 0px 0px 0px;
                        color: #939393 !important;
                        text-transform: uppercase;
                        cursor: default;
                        background: none;
                        padding: 5px 0px;
                        line-height: 14px;
                        float: left;
                        border-bottom: 1px dotted #939393;
                    }

                    .box.palinsesto .prog ol li span.ora {
                        display: none;
                    }

.box.palinsestoSpecial a.img {
    float: left;
    position: relative;
    text-align: left;
    width: 300px;
    height: 168px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
}

    .box.palinsestoSpecial a.img img {
        display: block;
        float: left;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 300px;
        height: 168px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        color: #fff;
    }

div.box.palinsestoSpecial {
    float: left;
    width: 303px;
    height: auto;
    margin: 0px 0px 15px 5px;
    padding: 6px 6px 6px 6px;
    background: url(/dl/Rai5/images/bkg_direttaraitv.gif) repeat-x;
    -webkit-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    -moz-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
}

.box.palinsestoSpecial .mask {
    display: block;
    float: left;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 53px;
    font-size: 22px;
    margin: 0px 0px 0px 0px;
    padding: 115px 0px 0px 0px;
    text-shadow: 0px 0px 3px #000;
    text-transform: uppercase;
    background: url(/dl/raiSport/images/mask_direttaraitv.png) no-repeat;
}

    .box.palinsestoSpecial .mask strong {
        font-weight: normal;
        margin: 0px 5px 0px 0px;
        color: #fff;
    }

    .box.palinsestoSpecial .mask span {
        color: #ff510c;
    }

.box.palinsestoSpecial .txt {
    display: block;
    float: left;
    position: relative;
    text-align: left;
    width: 288px;
    height: auto;
    margin: 5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
}

    .box.palinsestoSpecial .txt a.tit {
        display: block;
        float: left;
        position: relative;
        text-align: left;
        width: auto;
        height: auto;
        margin: 0px 0px 0px 0px;
        padding: 0px 10px 0px 0px;
        color: #fff !important;
        font-size: 11px;
        text-transform: none;
        font-weight: normal;
        background: url(/dl/Rai5/images/bkg_arrow.gif) 100% 2px no-repeat;
    }

/* ==========================================================================
   BANNER DX
========================================================================== */

.box.frmBanner {
	width: 300px;
	border: none;
	margin-left: 5px;
}

    .box.frmBanner .banner300x250 {
        margin: 5px;
    }

/* ==========================================================================
   LAST VIDEO - FOTO
========================================================================== */

.box.lastItem {
    background: #f6f6f6;
    -webkit-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    -moz-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
}

    .box.lastItem span.title {
        display: inline-block;
        border: 0 none;
        text-align: left;
        margin: 0;
        padding: 3px 6px 0px 20px;
        float: left;
        line-height: 20px;
        height: 26px;
        /*cursor: pointer;*/
        width: 294px;
        background: #ff510c;
        font-family: "Arvo";
        font-size: 15px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
    }

        .box.lastItem span.title.black {
            color: #fff;
            background: #220820;
        }

.colSxBig .box.lastItem span.title {
    width: 614px;
}

.box.lastItem span.title.ico:before {
    color: #fff;
    margin: 0px 10px 0px 10px;
}

.box.lastItem span.title.black.ico:before {
    color: #ff510c;
    margin: 0px 10px 0px 10px;
}

.box.lastItem ul {
    list-style: none;
    list-style-image: none;
    float: left;
    display: inline-block;
    border: 0 none;
    width: 320px;
    text-align: left;
    margin: 0;
    padding: 11px 0px 20px 0px;
}

.colSxBig .box.lastItem ul {
    width: 640px;
}

.box.lastItem ul li {
    padding: 12px 0px 11px 0px;
    float: left;
    cursor: pointer;
    width: 290px;
    margin-left: 15px;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 14px;
}

.colSxBig .box.lastItem ul li {
    border-bottom: none;
}

    .colSxBig .box.lastItem ul li:nth-child(2n) {
        margin-left: 30px;
    }

.box.lastItem ul li a {
    display: block;
}

    .box.lastItem ul li a img {
        width: 150px;
        height: 95px;
        float: left;
        background: url(//www.rai.it/resizegd/150x150/dl/raiSport/images/rai-sport-arancione.jpg) center no-repeat;
        background-color: #fff;
    }

.box.lastItem ul li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}

.box.lastItem ul li a .titoli {
    width: 135px;
    float: right;
}

.box.lastItem ul li a span {
    font-family: "Arvo";
    font-size: 12px;
    font-weight: 700;
    margin: 0px 0px 10px 10px;
    line-height: 14px;
    float: right;
    padding: 2px 6px 2px 6px;
    background: #ff510c;
    text-transform: uppercase;
    color: #fff !important;
    width: 113px;
}

.box.lastItem ul li a h2, div#TeaserBlock .box.lastItem ul li a h2 {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    margin: 0px 0px 10px 10px;
    line-height: 16px;
    float: right;
    width: 125px;
    background: none;
    text-align: left;
    color: #000;
    /*height: 44px;*/
}

.box.lastItem ul li a h3 {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0px 10px 10px;
    line-height: 16px;
    float: right;
    width: 125px;
    /*height: 44px;*/
}

.box.lastItem ul li a h4 {
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    margin: 0px 0px 0px 15px;
    line-height: 14px;
    float: right;
    color: #000 !important;
    /*width: 88px;*/
    width: 125px;
}

.box.lastItem ul li .pic {
    width: 150px;
    height: 85px;
    float: left;
}

.box.lastItem.video ul li .pic:before {
    content: "v";
    font-family: "RaiNews";
    font-size: 30px;
    color: rgba(255,255,255,1);
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    margin: 30px 0px 0px 60px;
}
/* ==========================================================================
   Radio1
========================================================================== */

#radio1-slider {
    overflow:hidden;
    background:transparent;
    -webkit-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    -moz-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    border-color:#0261a3;
}

#radio1-slider div{float:left;}

    #radio1-slider span.title {
        display: block;
        border: 0 none;
        text-align: left;
        margin: 0;
        padding: 3px 6px 0px 20px;
        float: left;
        line-height: 20px;
        height: 26px;
        /*cursor: pointer;*/
        width: 294px;
        background: #0261a3;
        font-family: "Arvo";
        font-size: 15px;
        color: #fff;
        font-weight: 700;

    }

    #radio1-slider .mask{
        width: 322px;
        height: 223px;
        display: block;
        overflow: hidden;
        position: relative;
    }

    #radio1-slider ul.sliders{
        padding:0;
        height:225px;
        position:absolute;
    }

    #radio1-slider ul.sliders li.single-slide{
        width: 300px;
        height: 227px;
        float: left;
        position: relative;
        padding:0px 11px;
    }
    #radio1-slider ul.sliders li.single-slide  .main-title {
        height: 38px;
        line-height: 14px;
        overflow: hidden;
        padding: 10px 10px 6px;
        position: absolute;
        top: 169px;
        width: 280px;
        font-size: 14px;
        font-weight: normal;
        color: #0261a3;
        font-family:"Open Sans";
    }

    #radio1-slider a:hover * {color:#fff !important;}
    #radio1-slider a div{float:left;}

    #radio1-slider .spalla-lancio-open{display:none;background-color:#0261a3;}

    #radio1-slider ul.sliders li.single-slide.selected:hover .spalla-lancio-open{display:block;width:300px;height:203px;}
    #radio1-slider ul.sliders li.single-slide.selected:hover .main-title, #radio1-slider ul.sliders li.single-slide.selected:hover img{display:none;}


    #radio1-slider ul.sliders li.single-slide  .spalla-lancio-title{
        margin: 10px 15px 5px 15px;
        width: 270px;
        height: 40px;
        overflow: hidden;
        font-size: 12px;
        font-weight: bold;
        color: hsl(0, 100%, 100%);
        font-family:"Open Sans";
    }

    #radio1-slider ul.sliders li.single-slide  .spalla-lancio-desc{
        font-size: 12px;
        font-weight: normal;
        color: hsl(0, 100%, 100%);
        overflow: hidden;
        height: 163px;
        margin: 0 15px 5px 15px;
        width: 270px;
        line-height: 13px;
        font-family:"Open Sans";
    }

    #radio1-slider .BoxNext{
        display:block;
        width: 315px;
        height: 27px;
        background:#323232;
        color:#fff;
        margin:3px;

    }

    #radio1-slider .BoxNext p{
        display:block;
        width: 315px;
        height: 27px;
        margin:0;

    }

    #radio1-slider .BoxNext .prevBox{
        line-height:27px;
        float:left;
        margin-left:7px;
        font-family:"Open Sans";
        font-size:14px;
        background:url(/dl/raiSport/images/prev.png) no-repeat center left;
        padding-left:10px;
    }
    #radio1-slider .BoxNext .nextBox{
        line-height:27px;
        float:right;
        margin-right:7px;
        font-family:"Open Sans";
        font-size:14px;
        background:url(/dl/raiSport/images/next.png) no-repeat center right;
        padding-right:10px;
    }

     #evidenzaBoxNext a, #radio1-slider #evidenzaBoxNext a:hover *{
        color:#fff !important;
    }
    #radio1-slider .audio{float:left;margin-top:4px;border-top:1px solid #0261a3;}
    #radio1-slider .audio div{float:left;}
    #radio1-slider .audio-iframe-container iframe{border:none;height:62px;width:306px;height:62px;background-color:#ededed;margin:7px;}
    #radio1-slider  .audio-iframe-container{width:100%;}
    #radio1-slider .audio-description{width:304px;padding:7px;}
    #radio1-slider .audio-description .audio-title{font-family:"Open Sans";font-size:14px;font-weight:bold;color:#0261a3;width:100%;display:block;}
    #radio1-slider .audio-description .description{font-family:"Open Sans";font-size:12px;font-weight:normal;color:#0261a3;width:100%;display:block;margin-top:3px;}




/* ==========================================================================
   SOCIAL TWITTER
========================================================================== */

.box.socialTw {
    background: #f6f6f6;
    -webkit-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    -moz-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
}

    .box.socialTw h2.title {
        display: inline-block;
        border: 0 none;
        text-align: left;
        margin: 0;
        padding: 3px 6px 0px 20px;
        float: left;
        line-height: 20px;
        height: 26px;
        /*cursor: pointer;*/
        width: 294px;
        background: #ff510c;
        font-family: "Arvo";
        font-size: 15px;
        color: #220820;
        font-weight: 700;
        text-transform: uppercase;
    }

        .box.socialTw h2.title.ico:before {
            font-size: 24px;
            color: #220820;
            margin: 0px 40px 0px 10px;
        }

    .box.socialTw iframe {
        padding-left: 20px;
        width: 280px;
    }

/* ==========================================================================
   PHOTO OF THE DAY
========================================================================== */

.box.photoOFDay {
    background: #f6f6f6;
    padding-bottom: 10px;
    -webkit-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    -moz-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
}

    .box.photoOFDay span.title {
        display: inline-block;
        border: 0 none;
        text-align: left;
        margin: 0;
        padding: 3px 6px 0px 20px;
        float: left;
        line-height: 20px;
        height: 26px;
        /*cursor: pointer;*/
        width: 294px;
        background: #ff510c;
        font-family: "Arvo";
        font-size: 15px;
        color: #220820;
        font-weight: 700;
        text-transform: uppercase;
    }

        .box.photoOFDay span.title.black {
            background: #220820;
            color: #fff;
        }

        .box.photoOFDay span.title.ico:before {
            font-size: 24px;
            color: #220820;
            margin: 0px 10px 0px 10px;
            content: "u";
        }

        .box.photoOFDay span.title.black.ico:before {
            color: #fff;
        }

    .box.photoOFDay a.img {
        height: 109px;
        display: block;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
    }

        .box.photoOFDay a.img img {
            width: 320px;
            /*height: 200px;*/
            float: left;
            border-bottom: 1px solid #b5b5b5;
        }

        .box.photoOFDay a.img h2 {
            font-family: "Open Sans";
            font-size: 14px;
            color: #220820 !important;
            font-weight: 400;
            margin: 15px 10px 0px 10px;
            line-height: 16px;
            float: left;
            width: 300px;
        }

/* ==========================================================================
   SONDAGGI
========================================================================== */

.box.poll {
    background: #f6f6f6;
    -webkit-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    -moz-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
}

    .box.poll span.title {
        display: inline-block;
        border: 0 none;
        text-align: left;
        margin: 0;
        padding: 3px 6px 0px 20px;
        float: left;
        line-height: 26px;
        min-height: 26px;
        /*cursor: pointer;*/
        width: 294px;
        background: #ff510c;
        font-family: "Arvo";
        font-size: 15px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
    }

        .box.poll span.title.ico:before {
            font-size: 15px;
            color: #fff;
            margin: 0px 10px 0px 0px;
            content: "0";
        }

.colCx .box.poll span.title {
    width: 143px;
    padding: 8px 0px;
    text-align: center;
    height: auto;
}

    .colCx .box.poll span.title.ico:before {
        display: none;
    }

.box.poll .sondaggio h2 {
    font-family: "Open Sans";
    font-size: 14px;
    color: #220820 !important;
    font-weight: 700;
    margin-left: 20px;
    line-height: 16px;
    float: left;
    width: 310px;
    text-transform: uppercase;
}

.colCx .box.poll .sondaggio h2 {
    width: 143px;
    margin: 0px 5px;
}

.box.poll .sondaggio ul.domanda {
    float: left;
    width: 320px;
    margin: 0px 0px 20px 0px;
}

.box.poll .sondaggio ul.risposta {
    float: left;
    width: 300px;
    margin: 0px 0px 10px 5px;
    padding: 0px 10px;
    font-size: 1.5em;
}

.colCx .box.poll .sondaggio ul.domanda {
    width: 143px;
}

.colCx .box.poll .sondaggio ul.risposta {
    width: 138px;
    padding: 0px;
}

.domanda {
    list-style: none;
    font-size: 1.5em;
    margin-left: 0em;
    text-indent: 0em;
    padding-left: 0em;
}

.sondaggio .label {
    background: none;
    color: #220820;
}

.box.poll .sondaggio ul.domanda li div {
    border-bottom: 1px solid #cacaca;
    margin: 0px 15px 0px 20px;
    padding: 7px 0px 7px 0px;
}

.box.poll .sondaggio ul.domanda li:last-child div {
    border-bottom: none;
}

input[type = radio] {
    display: none;
}

.nobtnRadio {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 3px;
    background: url("/dl/raiSport/images/radioUnsel.png") no-repeat;
    cursor: pointer;
}

    .nobtnRadio:hover {
        background: url("/dl/raiSport/images/radioSel.png") no-repeat;
    }

    .nobtnRadio.selected {
        background: url("/dl/raiSport/images/radioSel.png") no-repeat;
    }

.divBtn {
    text-align: center;
    margin: 84px auto;
    width: 278px;
}

.colCx .divBtn {
    margin: 0;
    width: 140px;
}

.btn {
    width: 100%;
    background-color: #220820;
    text-indent: 0;
    display: inline-block;
    color: #ff510c !important;
    font-size: 21px;
    font-style: normal;
    line-height: 40px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

    .btn.right {
        display: none;
    }

input[type=radio] {
    display: none;
}

    input[type=radio] + label.css-label {
        padding-left: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: 0 0;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=radio]:checked + label.css-label {
        background-image: url(/dl/raiSport/images/radioUnsel.png);
        background-size: 1em 1em;
    }

label.css-label {
    background-image: url(/dl/raiSport/images/radioSel.png);
    background-size: 1em 1em;
    height: 2.5em;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.box.poll .sondaggio ul.risposta li {
    display: block;
    float: left;
    width: 280px;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    border-top: 1px solid #eee;
}

.colCx .box.poll .sondaggio ul.risposta li {
    width: 138px;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

    .colCx .box.poll .sondaggio ul.risposta li span.result_percent {
        margin: 0px 5px 0px 0px !important;
    }

.box.poll .sondaggio ul.risposta li:first-child {
    border-top: 0px solid #eee;
}

.box.poll .sondaggio ul.risposta li .descr {
    display: block;
    float: left;
    width: auto !important;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

    .box.poll .sondaggio ul.risposta li .descr label {
        display: block;
        float: left;
        width: auto !important;
        margin: 0px 0px 0px 0px;
        padding: 0px;
        font-size: 12px;
    }

.box.poll .sondaggio ul.risposta li span.result_percent {
    display: block;
    float: right !important;
    width: auto !important;
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px;
    font-size: 12px !important;
    color: #220820 !important;
}

.box.poll .sondaggio ul.risposta li .barra {
    display: block;
    float: left;
    text-align: center;
    width: 278px !important;
    padding: 0px 0px 0px 0px;
    border-radius: 4px;
    margin: 10px 0px 0px 0px;
    font-size: 14px;
    font-weight: normal;
    background: #fff;
    border: 1px solid #220820;
}

.colCx .box.poll .sondaggio ul.risposta li .barra {
    display: none;
}

.box.poll .sondaggio ul.risposta li .barra .result_barra {
    background: #ff510c;
    border: 1px solid transparent;
    display: block;
    float: left;
    height: 15px;
    min-width: 33px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.box.poll .sondaggio .message {
    padding: 0px 10px;
    margin: 0px 0px 10px 0px;
}

/* ==========================================================================
   BANNER
========================================================================== */

.headBanner .banner {
    display: block;
    position: relative;
    margin: 0px auto 0px auto;
    width: 980px;
    padding: 0px 0px 0px 0px;
}

/*.banner.calcio {
        background: url(/dl/raiSport/images/banner-calcio.png) 0px 0px no-repeat;
        background-color: #220820;
        height: 58px;
    }

    .banner.giro {
        background: url(/dl/raiSport/images/banner-giro.png) 0px 0px no-repeat;
        background-color: #220820;
        height: 105px;
    }

    .banner h2 {
        font-family: "Arvo";
        font-size: 36px;
        color: #fff !important;
        font-weight: 700;
        line-height: 58px;
        float: left;
        text-transform: uppercase;
        margin: 0;
        padding-left: 15px;
    }

    .banner.giro h2 {
        color: #f16885 !important;
        line-height: 105px;
        padding-left: 140px;
    }

        .banner.giro h2 span {
            color: #fff !important;
        }

    .banner.giro img {
        margin: 10px 0px 0px 20px;
        float: left;
        height: 86px;
        width: 131px;
    }*/

.squadList {
    display: block;
    position: relative;
    margin: 2px auto 0px auto;
    width: 980px;
    height: 50px;
    padding: 0px 0px 0px 0px;
    background: #220820;
}

    .squadList ul {
        list-style: none;
        list-style-image: none;
        float: left;
        display: inline-block;
        border: 0 none;
        width: 980px;
        text-align: left;
        margin: -3px 0px 0px 0px;
        padding: 0px 0px 0px 18px;
    }

        .squadList ul li {
            /*padding: 12px 0px 11px 0px;*/
            float: left;
            cursor: pointer;
            width: 49px;
            /*margin-left: 15px;*/
            /*border-bottom: 1px solid #cacaca;*/
            /*padding-bottom: 14px;*/
        }

            .squadList ul li a {
                text-indent: -9000px;
                height: 35px;
            }

/* ==========================================================================
   PROSSIME PARTITE
========================================================================== */

.box.partite {
    width: 638px;
    background: #f6f6f6;
    -webkit-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    -moz-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
}

    .box.partite h2.title {
        display: inline-block;
        text-align: left;
        margin: 0;
        border-bottom: 1px solid #b5b5b5;
        padding: 3px 0px 0px 15px;
        float: left;
        height: 32px;
        cursor: pointer;
        width: 623px;
        background: #220820;
        line-height: 30px;
        font-family: "Arvo";
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
    }

    .box.partite .slider {
        width: 640px;
        height: 67px;
        float: left;
        overflow: hidden;
        position: relative;
    }

        .box.partite .slider ul {
            list-style: none;
            list-style-image: none;
            float: left;
            display: inline-block;
            border: 0 none;
            color: #fff;
            padding: 0px 0px 0px 0px;
            text-align: center;
            height: 57px;
            width: 640px;
            position: relative;
            height: auto;
            margin: 0;
        }

            .box.partite .slider ul li {
                border: 0 none;
                padding: 5px 5px 0px 5px;
                float: left;
                display: inline;
                width: 70px;
                height: 52px;
                background: url(/dl/raiSport/images/v-separator.png) 0px 2px no-repeat;
                cursor: pointer;
            }

                .box.partite .slider ul li.selected {
                    background: #220820;
                }

                    .box.partite .slider ul li.selected:after {
                        position: relative;
                        z-index: 10;
                        bottom: -10px;
                        /*right: 40%;*/
                        height: 0px;
                        width: 0px;
                        border-left: 12px solid transparent;
                        border-right: 12px solid transparent;
                        border-top: 10px solid #220820;
                        content: " ";
                        background: transparent;
                    }

                .box.partite .slider ul li img {
                    padding: 0px 10px 0px 10px;
                    float: left;
                }

                .box.partite .slider ul li span {
                    float: left;
                    font-family: "Arvo";
                    font-size: 14px;
                    color: #000;
                    font-weight: 700;
                    text-transform: uppercase;
                    margin: 0;
                    max-width: 108px;
                    height: 52px;
                }

                    .box.partite .slider ul li span b {
                        font-size: 30px;
                    }

                .box.partite .slider ul li.selected span {
                    color: #fff;
                }

    .box.partite .next,
    .box.partite .prev {
        /*display: none;*/
        position: relative;
        float: left;
        width: 40px;
        height: 57px;
        overflow: hidden;
        cursor: pointer;
        z-index: 2000;
    }

    .box.partite .next {
        float: right;
        background: url(/dl/raiSport/images/v-separator.png) 0px 2px no-repeat;
    }

        .box.partite .next.disabled,
        .box.partite .prev.disabled {
            cursor: default;
        }

        .box.partite .next:after,
        .box.partite .prev:after {
            position: absolute;
            font-family: "RaiNews";
            -webkit-font-smoothing: antialiased;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 20px;
            line-height: 57px;
            color: #000;
            text-align: center;
            cursor: pointer;
            -webkit-transition: all 200ms linear;
            -moz-transition: all 200ms linear;
            transition: all 200ms linear;
            right: 15px;
        }

    .box.partite .prev:after {
        content: "c";
    }

    .box.partite .next:after {
        content: "4";
    }

    .box.partite .next:hover:after,
    .box.partite .prev:hover:after {
        color: #ff510c;
    }

    .box.partite .next.disabled:hover:after,
    .box.partite .prev.disabled:hover:after {
        color: #220820;
    }

    .box.partite .calendar {
        float: left;
        width: 638px;
        display: block;
        background: #ff510c;
        margin-top: -10px;
    }

        .box.partite .calendar ul {
            width: 618px;
            margin: 10px 10px 0px 10px;
            list-style: none;
            list-style-image: none;
            display: inline-block;
            border: 0 none;
            color: #fff;
            padding: 0px 0px 0px 0px;
            background-color: rgba(255, 255, 255, 0.75);
        }

            .box.partite .calendar ul li {
                width: 195px;
                height: 80px;
                text-align: center;
                float: left;
                border-bottom: 1px solid #b5b5b5;
                border-right: 1px solid #b5b5b5;
                padding: 10px 0px 10px 10px;
                margin-top: -1px;
                color: #000;
                text-transform: uppercase;
                font-weight: 300;
                font-size: 12px;
                font-family: "Arvo";
            }

                .box.partite .calendar ul li:nth-child(3n+0) {
                    border-right: none;
                }

                .box.partite .calendar ul li a:hover * {
                    color: #fff !important;
                }

                .box.partite .calendar ul li span {
                    margin: 10px 0px 0px 0px;
                    text-align: left;
                }

                    .box.partite .calendar ul li span a {
                        font-family: "Open Sans";
                        font-size: 11px;
                        font-weight: 700;
                        color: #000;
                        text-transform: uppercase;
                        cursor: pointer;
                    }

                        .box.partite .calendar ul li span a:hover {
                            color: #fff !important;
                        }

strong.rivedi {
    /*background-color: #85c300;*/
    /*color: #FFF;*/
    padding: 1px;
    display: block;
    width: 100px;
    margin: 0 auto;
}

strong.live {
    /*background-color: #f1027a;*/
    /*color: #FFF;*/
    padding: 1px;
    display: block;
    width: 100px;
    margin: 0 auto;
}

strong.risultato {
    /*background-color: #f1027a;*/
    /*color: #FFF;*/
    padding: 1px;
    display: block;
    width: 100px;
    margin: 0 auto;
    font-size: 1.5em;
}

/* ==========================================================================
   PROSSIME TAPPE
========================================================================== */

.box.tappe {
    width: 638px;
    background: #f6f6f6;
    -webkit-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    -moz-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
}

    .box.tappe h2.title {
        display: inline-block;
        text-align: left;
        margin: 0;
        border-bottom: 1px solid #b5b5b5;
        padding: 3px 0px 0px 15px;
        float: left;
        height: 32px;
        cursor: pointer;
        width: 623px;
        background: #220820;
        line-height: 30px;
        font-family: "Arvo";
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
    }

    .box.tappe .slider {
        width: 558px;
        height: 67px;
        float: left;
        overflow: hidden;
        position: relative;
    }

        .box.tappe .slider ul {
            list-style: none;
            list-style-image: none;
            float: left;
            display: inline-block;
            border: 0 none;
            color: #fff;
            padding: 0px 0px 0px 0px;
            text-align: center;
            height: 57px;
            /*width: 100%;*/
            position: relative;
            height: auto;
            margin: 0;
        }

            .box.tappe .slider ul li {
                border: 0 none;
                padding: 5px 0px 0px 10px;
                float: left;
                display: inline;
                width: 60px;
                height: 52px;
                background: #f16885 url(/dl/raiSport/images/v-separator.png) 0px 2px no-repeat;
                cursor: pointer;
            }

                .box.tappe .slider ul li.selected {
                    background: #220820;
                }

                    .box.tappe .slider ul li.selected:after {
                        position: relative;
                        z-index: 10;
                        bottom: -10px;
                        right: 6px;
                        height: 0px;
                        width: 0px;
                        border-left: 12px solid transparent;
                        border-right: 12px solid transparent;
                        border-top: 10px solid #220820;
                        content: " ";
                        background: transparent;
                    }

                .box.tappe .slider ul li h2 {
                    float: left;
                    font-family: "Arvo";
                    font-size: 14px;
                    color: #fff;
                    font-weight: 700;
                    text-transform: uppercase;
                    margin: 0;
                    width: 50px;
                }

                    .box.tappe .slider ul li h2 b {
                        font-size: 30px;
                    }

    .box.tappe .next,
    .box.tappe .prev {
        /*display: none;*/
        position: relative;
        float: left;
        width: 39px;
        height: 57px;
        overflow: hidden;
        cursor: pointer;
        z-index: 2000;
    }

    .box.tappe .next {
        float: right;
        background: url(/dl/raiSport/images/v-separator.png) 0px 2px no-repeat;
    }

        .box.tappe .next.disabled,
        .box.tappe .prev.disabled {
            cursor: default;
        }

        .box.tappe .next:after,
        .box.tappe .prev:after {
            position: absolute;
            font-family: "RaiNews";
            -webkit-font-smoothing: antialiased;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 20px;
            line-height: 57px;
            color: #000;
            text-align: center;
            cursor: pointer;
            -webkit-transition: all 200ms linear;
            -moz-transition: all 200ms linear;
            transition: all 200ms linear;
            right: 15px;
        }

    .box.tappe .prev:after {
        content: "c";
    }

    .box.tappe .next:after {
        content: "4";
    }

    .box.tappe .next:hover:after,
    .box.tappe .prev:hover:after {
        color: #f16885;
    }

    .box.tappe .next.disabled:hover:after,
    .box.tappe .prev.disabled:hover:after {
        color: #220820;
    }

    .box.tappe .dettaglio {
        float: left;
        width: 638px;
        display: block;
        margin-top: -10px;
        height: 140px;
        border-top: 1px solid #b5b5b5;
    }

        .box.tappe .dettaglio .desc {
            float: left;
            width: 190px;
            padding: 20px 0px 10px 20px;
            font-family: "Open Sans";
            font-size: 14px;
            color: #000;
            font-weight: 400;
            text-align: center;
        }

            .box.tappe .dettaglio .desc strong,
            .box.tappe .dettaglio .desc time {
                font-weight: 700;
                width: 100%;
                float: left;
            }

            .box.tappe .dettaglio .desc h2 {
                font-family: "Open Sans";
                font-size: 14px;
                margin: 0;
                line-height: 14px;
                color: #000;
                font-weight: 400;
                text-align: center;
                text-transform: uppercase;
                float: left;
                width: 100%;
            }

            .box.tappe .dettaglio .desc #rating {
                padding: 5px 20px;
            }

        .box.tappe .dettaglio img {
            width: 428px;
            height: 140px;
            float: left;
        }

/* ==========================================================================
   STATISTICHE
========================================================================== */

.box.stat {
    background: #f6f6f6;
    -webkit-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    -moz-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
}

    .box.stat span.title {
        display: inline-block;
        border: 0 none;
        text-align: left;
        margin: 0;
        padding: 3px 6px 0px 20px;
        float: left;
        line-height: 20px;
        height: 26px;
        /*cursor: pointer;*/
        width: 294px;
        background: #ff510c;
        font-family: "Arvo";
        font-size: 15px;
        color: #220820;
        font-weight: 700;
        text-transform: uppercase;
    }

    .box.stat.giro span.title {
        color: #fff;
        background: #f16885;
    }

    .box.stat span.title.ico:before {
        font-size: 24px;
        color: #220820;
        margin: 0px 50px 0px 10px;
    }

    .box.stat.giro span.title.ico:before {
        color: #fff;
    }

    .box.stat span.subTitle {
        display: inline-block;
        border: 0 none;
        text-align: center;
        margin: 0;
        padding: 3px 6px 0px 20px;
        float: left;
        line-height: 20px;
        height: 26px;
        width: 294px;
        background: #220820;
        font-family: "Arvo";
        font-size: 15px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        border-bottom: 1px solid #b5b5b5;
    }

        .box.stat span.subTitle:after {
            position: relative;
            z-index: 10;
            bottom: -35px;
            right: 40%;
            height: 0px;
            width: 0px;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-top: 10px solid #220820;
            content: " ";
            background: transparent;
        }

    .box.stat span.arg {
        display: inline-block;
        border: 0 none;
        text-align: left;
        margin: 0;
        padding: 3px 6px 0px 20px;
        float: left;
        line-height: 20px;
        height: 26px;
        width: 294px;
        background: #220820;
        font-family: "Arvo";
        font-size: 15px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        border-bottom: 1px solid #b5b5b5;
        cursor: pointer;
    }

        .box.stat span.arg:after {
            content: "2";
            display: inline;
            font-family: 'RaiNews' !important;
            -webkit-font-smoothing: antialiased;
            -moz-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-style: normal;
            font-weight: normal !important;
            line-height: 1;
            text-transform: none;
            float: right;
            font-size: 11px;
            margin: 5px;
        }

        .box.stat span.arg.selected:after {
            content: "3";
        }


        .box.stat span.arg.selected:before {
            position: relative;
            z-index: 10;
            bottom: -35px;
            height: 0px;
            width: 0px;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-top: 10px solid #220820;
            content: " ";
            background: transparent;
            left: 130px;
        }

    .box.stat ul {
        width: 320px;
        margin: 0px;
        list-style: none;
        list-style-image: none;
        display: inline-block;
        border: 0 none;
        color: #fff;
        padding: 0;
    }

        .box.stat ul li {
            height: 115px;
        }

    .box.stat.giro ul li {
        height: auto;
    }

    .box.stat.giro ul.dettaglio {
        display: none;
        padding: 10px 0px 0px 0px;
    }

    .box.stat ul.dettaglio li {
        height: 30px;
    }

        .box.stat ul.dettaglio li a {
            display: block;
        }

        .box.stat ul.dettaglio li div {
            float: left;
            font-family: "Open Sans";
            font-size: 14px;
            color: #000;
            font-weight: 700;
            margin: 0;
            line-height: 30px;
        }

            .box.stat ul.dettaglio li div.num {
                text-align: left;
                padding-left: 15px;
                width: 15px;
            }

        .box.stat ul.dettaglio li img {
            float: left;
            padding: 8px 5px 0px 5px;
            height: 15px;
        }

        .box.stat ul.dettaglio li div.name {
            width: 135px;
        }

        .box.stat ul.dettaglio li div.gap-points {
            color: #fff;
            background: #220820;
            float: right;
            width: 80px;
            padding: 0px 15px;
            text-align: center;
        }

        .box.stat ul.dettaglio li.title span {
            float: left;
            padding-top: 15px;
            font-family: "Arvo";
            font-size: 15px;
            color: #000;
            font-weight: 700;
            text-transform: uppercase;
            margin: 0;
        }

        .box.stat ul.dettaglio li span:nth-child(1) {
            width: 195px;
        }

        .box.stat ul.dettaglio li span:nth-child(1),
        .box.stat ul.dettaglio li span:nth-child(2) {
            text-align: left;
            padding-left: 15px;
        }

        .box.stat ul.dettaglio li span:nth-child(3) {
            width: 45px;
            padding-left: 10px;
        }

    .box.stat.giro ul.dettaglio li span:nth-child(3) {
        width: 53px;
        padding-left: 2px;
    }

    .box.stat ul.dettaglio li span:nth-child(2) {
        width: 40px;
    }

    .box.stat ul.dettaglio li span:nth-child(2),
    .box.stat ul.dettaglio li span:nth-child(3) {
        color: #fff;
        background: #220820;
    }

    .box.stat ul li:first-child ul.dettaglio li:first-child span:nth-child(1) {
        background: none;
    }

    .box.stat ul li:first-child ul.dettaglio li:first-child span:nth-child(2),
    .box.stat ul li:first-child ul.dettaglio li:first-child span:nth-child(3) {
        background: none;
        background-color: #220820;
    }

    .box.stat ul.dettaglio li:first-child span:nth-child(1) {
        background: url(/dl/raiSport/images/sep-left-stat.png) 20px 2px no-repeat;
    }

    .box.stat.giro ul.dettaglio li:first-child span:nth-child(1) {
        background: none;
    }

    .box.stat ul.dettaglio li:first-child span:nth-child(3) {
        background: url(/dl/raiSport/images/sep-right-stat.png) -40px 2px no-repeat;
        background-color: #220820;
    }

    .box.stat ul.dettaglio li:first-child span:nth-child(2) {
        background: url(/dl/raiSport/images/sep-right-stat.png) 20px 2px no-repeat;
        background-color: #220820;
    }

    .box.stat.giro ul.dettaglio li:first-child span:nth-child(2),
    .box.stat.giro ul.dettaglio li:first-child span:nth-child(3) {
        background: #220820;
    }

    .box.stat ul.dettaglio li span.ico:before {
        width: 20px;
        height: 20px;
        margin: 2px 0px 0px 0px;
    }

    .box.stat ul.dettaglio li span {
        float: left;
        font-family: "Open Sans";
        font-size: 14px;
        color: #000;
        font-weight: 700;
        margin: 0;
        line-height: 25px;
    }

    .box.stat a.foot, .box.classifica a.foot, .box.lastHour a.foot {
        display: inline-block;
        border: 0 none;
        text-align: center;
        margin: 0;
        /*padding: 3px 6px 0px 20px;*/
        float: left;
        /*height: 30px;*/
        width: 100%;
        background: #220820;
        border-bottom: 1px solid #b5b5b5;
        font-family: "Open Sans";
        font-size: 15px;
        color: #ff510c !important;
        font-weight: 400;
        cursor: pointer;
        line-height: 18px;
    }

    .box.stat.giro a.foot {
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
    }

.box.classifica a.foot {
    padding: 6px 0px;
    font-size: 13px;
    background: url(/dl/raiSport/images/separator.png) 17px 0px no-repeat;
}

.box.lastHour a.foot {
    padding: 0px 0px 6px 0px;
    font-size: 13px;
}

/* ==========================================================================
   LIST ITEMS
========================================================================== */

.box.listItems {
    background: #f6f6f6;
    -webkit-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    -moz-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
}

    .box.listItems span.title {
        display: inline-block;
        border: 0 none;
        text-align: left;
        margin: 0;
        padding: 3px 6px 0px 20px;
        float: left;
        line-height: 20px;
        height: 24px;
        cursor: pointer;
        width: 134px;
        background: #220820;
        font-family: "Arvo";
        font-size: 15px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        border-bottom: 2px solid #b5b5b5;
    }

        .box.listItems span.title.selected {
            height: 26px;
            background: #f6f6f6;
            color: #220820;
            border-bottom: none;
        }

        .box.listItems span.title.ico:before {
            color: #fff;
            margin: 0px 10px 0px 10px;
        }

        .box.listItems span.title.selected.ico:before {
            color: #220820;
            margin: 0px 10px 0px 10px;
        }

    .box.listItems ul {
        list-style: none;
        list-style-image: none;
        float: left;
        display: inline-block;
        border: 0 none;
        width: 320px;
        text-align: left;
        margin: 0;
        padding: 11px 0px 20px 0px;
    }

        .box.listItems ul li {
            padding: 12px 0px 11px 0px;
            float: left;
            cursor: pointer;
            width: 290px;
            margin-left: 15px;
            border-bottom: 1px solid #cacaca;
            padding-bottom: 14px;
        }

            .box.listItems ul li a {
                display: block;
            }

                .box.listItems ul li a img {
                    width: 150px;
                    height: 85px;
                    float: left;
                }

            .box.listItems ul li:last-child {
                border-bottom: none;
                padding-bottom: 0px;
            }


.box.lastItem ul li a .titoli {
    width: 140px;
    float: right;
    height: 100px;
}

.box.listItems.giro ul li a span {
    background: #f16885;
}

.box.listItems ul li a span {
    font-family: "Arvo";
    font-size: 12px;
    font-weight: 700;
    margin: 0px 0px 10px 10px;
    line-height: 14px;
    float: right;
    padding: 2px 6px 2px 6px;
    background: #ff510c;
    text-transform: uppercase;
    color: #000 !important;
    width: 113px;
}

.box.listItems ul li a h2 {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    margin: 0px 0px 10px 10px;
    line-height: 16px;
    float: right;
    width: 125px;
    /*height: 44px;*/
}

.box.listItems ul li a h3 {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    margin: 0px 0px 10px 10px;
    line-height: 16px;
    float: right;
    width: 125px;
    /*height: 44px;*/
}

.box.listItems ul li a h4 {
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    margin: 0px 0px 0px 15px;
    line-height: 14px;
    float: right;
    color: #000 !important;
    /*width: 88px;*/
    width: 125px;
}


.box.listItems ul.video li a:before {
    font-size: 46px;
    margin: -23px 0 0 -30px;
    width: 46px;
    height: 46px;
    line-height: 46px;
    content: "v";
    font-family: "RaiNews";
    font-size: 30px;
    color: rgba(255,255,255,1);
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    margin: 27px 0 0 60px;
}

/* ==========================================================================
   LISTA RISULTATI RICERCA
========================================================================== */

.box.results {
    width: 640px;
    border: none;
}

    .box.results ul {
        list-style: none;
        list-style-image: none;
        float: left;
        display: inline-block;
        border: 0 none;
        width: 640px;
        text-align: left;
        margin: 0;
        padding: 0;
    }

        .box.results ul li {
            padding: 0px 13px 0px 0px;
            float: left;
            cursor: pointer;
            width: 200px;
            height: 230px;
            margin-bottom: 14px;
            overflow: hidden;
        }

            .box.results ul li a {
                display: block;
                height: 100%;
            }

                .box.results ul li a img {
                    width: 200px;
                    height: 113px;
                    float: left;
                    background: url(//www.rai.it/resizegd/150x150/dl/raiSport/images/rai-sport-arancione.jpg) center center no-repeat;
                    background-color: #fff;
                }

            .box.results ul li:nth-child(3n+0) {
                padding: 0px;
            }


            .box.results ul li a h2 {
                width: 200px;
                font-family: "Open Sans";
                font-size: 14px;
                font-weight: 700;
                margin: 10px 0px 0px 0px;
                line-height: 16px;
                float: left;
                padding: 0;
                color: #000;
            }

            .box.results ul li a h3 {
                width: 200px;
                font-family: "Open Sans";
                font-size: 12px;
                font-weight: 400;
                margin: 0px;
                line-height: 12px;
                float: left;
            }

            .box.results ul li a h4 {
                width: 200px;
                font-family: "Open Sans";
                font-size: 12px;
                font-weight: 400;
                margin: 5px 0px 0px 0px;
                line-height: 12px;
                float: left;
            }

            .box.results ul li .pic.ico:before {
                font-size: 14px;
                color: #ff510c;
                position: absolute;
                /*margin: 95px 0px 0px 175px;*/
                bottom: 5px;
                right: 5px;
            }

            .box.results ul li .pic.ico.video:before {
                content: "v";
                font-family: "RaiNews";
                font-size: 30px;
                color: rgba(255,255,255,1);
                -webkit-font-smoothing: antialiased;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                position: absolute;
                width: 30px;
                height: 30px;
                line-height: 30px;
                text-align: center;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                border-radius: 50%;
                background: rgba(255,255,255,0.3);
                /*margin: 47px 0 0 85px;*/
                bottom: 39px;
                right: 75px;
            }

    .box.results div.pic.ico {
        height: 113px;
        overflow: hidden;
    }

/* ==========================================================================
   ARGOMENTI
========================================================================== */

.box.arg {
    background: #f6f6f6;
    padding-bottom: 10px;
    -webkit-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    -moz-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
}

    .box.arg h2.title {
        display: inline-block;
        border: 0 none;
        text-align: left;
        margin: 0;
        padding: 3px 6px 0px 20px;
        float: left;
        line-height: 20px;
        height: 26px;
        /*cursor: pointer;*/
        width: 294px;
        background: #ff510c;
        font-family: "Arvo";
        font-size: 15px;
        color: #220820;
        font-weight: 700;
        text-transform: uppercase;
    }

        .box.arg h2.title.black {
            background: #220820;
            color: #fff;
        }

    .box.arg ul {
        list-style: none;
        list-style-image: none;
        float: left;
        display: block;
        border: 0 none;
        width: 315px;
        color: #000;
        text-align: left;
        padding: 20px 0px 0px 0px;
        margin: 0;
    }

        .box.arg ul li {
            margin: 0;
            border: 0 none;
            padding: 0;
            float: left;
            display: inline;
            position: relative;
            line-height: 24px;
            height: 40px;
            cursor: pointer;
            padding-left: 11px;
        }

            .box.arg ul li a:hover * {
                color: #fff !important;
            }

            .box.arg ul li .argSx {
                float: left;
                height: 25px;
                width: 21px;
                background: url(/dl/raiSport/images/argument-2.png) no-repeat;
            }

            .box.arg ul li h2 {
                height: 25px;
                float: left;
                font-size: 12px;
                font-weight: 700;
                text-transform: uppercase;
                color: #303030;
                background: #ff510c;
                margin-top: 0px;
                padding-right: 10px;
            }

            .box.arg ul li h3 {
                height: 25px;
                float: left;
                font-size: 12px;
                font-weight: 700;
                text-transform: uppercase;
                color: #ff510c;
                background: #220820;
                margin-top: 0px;
                padding: 0px 2px 0px 2px;
                -webkit-border-radius: 0px 6px 6px 0px;
                -moz-border-radius: 0px 6px 6px 0px;
                border-radius: 0px 6px 6px 0px;
            }

/* ==========================================================================
   TOPICS
========================================================================== */

.box.topics {
    background: #f6f6f6;
    padding-bottom: 10px;
    -webkit-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    -moz-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
}

    .box.topics strong.title {
        display: inline-block;
        border: 0 none;
        text-align: left;
        margin: 0;
        padding: 3px 6px 0px 20px;
        float: left;
        line-height: 20px;
        height: 26px;
        /*cursor: pointer;*/
        width: 294px;
        background: #ff510c;
        font-family: "Arvo";
        font-size: 15px;
        color: #220820;
        font-weight: 700;
        text-transform: uppercase;
    }

        .box.topics strong.title.black {
            background: #220820;
            color: #fff;
        }

    .box.topics ul {
        list-style: none;
        list-style-image: none;
        float: left;
        display: block;
        border: 0 none;
        width: 280px;
        color: #000;
        text-align: left;
        padding: 20px 0px 0px 0px;
        margin: 0;
    }

        .box.topics ul li {
            margin: 0;
            border: 0 none;
            padding: 0;
            float: left;
            display: inline;
            position: relative;
            line-height: 24px;
            height: 40px;
            cursor: pointer;
            padding-left: 10px;
        }

            .box.topics ul li .argSx {
                float: left;
                height: 25px;
                width: 21px;
                background: url(/dl/raiSport/images/argument-2.png) no-repeat;
            }

            .box.topics ul li a {
                height: 25px;
                float: left;
                font-size: 12px;
                font-weight: 700;
                text-transform: uppercase;
                color: #303030;
                background: #ff510c;
                margin-top: 0px;
                padding-right: 10px;
                -webkit-border-radius: 0px 6px 6px 0px;
                -moz-border-radius: 0px 6px 6px 0px;
                border-radius: 0px 6px 6px 0px;
                min-width: 50px;
            }

/* ==========================================================================
   FOTO NOTIZIA
========================================================================== */

.box.fotonews {
    width: 640px;
    border: none;
}

    .box.fotonews img {
        width: 640px;
    }

    .box.fotonews h2 {
        text-align: left;
        margin: 10px 0px 0px 0px;
        padding: 0;
        line-height: 18px;
        width: 640px;
        font-family: "Open Sans";
        font-size: 18px;
        color: #220820;
        font-weight: 600;
    }

    .box.fotonews p {
        float: left;
        text-align: left;
        padding: 0;
        line-height: 18px;
        width: 640px;
        font-family: "Open Sans";
        font-size: 14px;
        color: #220820;
        font-weight: 400;
    }

    .box.fotonews ul.visualizza {
        list-style: none;
        list-style-image: none;
        float: left;
        display: block;
        border: 0 none;
        width: 640px;
        color: #000;
        text-align: left;
        padding: 0px 0px 0px 0px;
        margin: 0;
        height: 80px;
        background: #220820;
    }

        .box.fotonews ul.visualizza li {
            margin: 0;
            border: 0 none;
            padding: 0px 0px 10px 0px;
            float: left;
            display: inline;
            position: relative;
            cursor: pointer;
            width: 160px;
        }

            .box.fotonews.player ul.visualizza li strong,
            .box.fotonews ul.visualizza li strong {
                text-align: center;
                margin: 0;
                padding: 10px 0;
                line-height: 15px;
                width: 160px;
                font-family: "Arvo";
                font-size: 15px;
                color: #fff;
                font-weight: 700;
                text-transform: uppercase;
                float: left;
            }

            .box.fotonews ul.visualizza li.visits span,
            .box.fotonews ul.visualizza li.public span {
                text-align: center;
                margin: 0;
                padding: 0;
                line-height: 20px;
                width: 160px;
                font-family: "Open Sans";
                font-size: 20px;
                color: #fff;
                font-weight: 400;
                float: left;
            }

/* ==========================================================================
   ARTICOLO
========================================================================== */

.box.articolo {
    width: 640px;
    border: none;
}

    .box.articolo h1, .box.results h1 {
        text-align: left;
        margin: 0px 0px 10px 0px;
        padding: 0;
        line-height: 36px;
        width: 640px;
        font-family: "Open Sans";
        font-size: 36px;
        color: #220820;
        font-weight: 600;
        /* text-transform: uppercase; */
    }

#Main .box.articolo h1 {
    line-height: 30px;
    font-size: 30px;
    text-transform: none;
    margin: 0;
}

.box.articolo h2 {
    text-align: left;
    margin: 10px 0px 10px 0px;
    padding: 0;
    line-height: 20px;
    width: 640px;
    font-family: "Open Sans";
    font-size: 20px;
    color: #220820;
    font-weight: 600;
}

.box.articolo p img.princ {
    width: 336px;
    float: left;
    margin: 0px 15px 0px 0px;
}

/*.box.articolo .Media {
        display: none;
    }*/

.box.articolo.player .Media .Player {
    width: 640px;
    height: 360px;
    float: left;
    display: block;
    background: #111;
    margin: 10px 0px;
}

.box.articolo .mediaFrame {
    width: 640px;
    height: 360px;
    float: left;
    display: block;
    background: #111;
    margin: 10px 0px;
}

    .box.articolo .mediaFrame iframe {
        width: 640px;
        height: 360px;
    }

.box.articolo h4 {
    float: left;
    text-align: left;
    padding: 0;
    line-height: 16px;
    width: 284px;
    font-family: "Open Sans";
    font-size: 16px;
    color: #220820;
    font-weight: 600;
    margin: 10px 0px 0px 20px;
}

.box.articolo.player h4,
.box.articolo.player img {
    display: none;
}
.box.articolo.player .me-cannotplay img{
    display:block;
}
.box.articolo p {
    float: left;
    text-align: left;
    padding: 0;
    line-height: 18px;
    width: 640px;
    font-family: "Open Sans";
    font-size: 14px;
    color: #220820;
    font-weight: 400;
}
#mejs-testohl{
    color:#fff;
    background-color:transparent;
}
.articleDate, .linkAuthor {
    padding: 0;
    line-height: 14px;
    width: 320px;
    font-family: "Open Sans";
    font-size: 14px;
    color: #220820;
    font-weight: 400;
    margin: 30px 0px 30px 0px;
}

.articleDate {
    float: right;
    text-align: right;
}

.linkAuthor {
    float: left;
    text-align: left;
}

.box.articolo ul.visualizza {
    list-style: none;
    list-style-image: none;
    float: left;
    display: block;
    border: 0 none;
    width: 640px;
    color: #000;
    text-align: left;
    padding: 0px 0px 0px 0px;
    margin: 0;
    height: 80px;
    background: #220820;
}

    .box.articolo ul.visualizza .googleRating {
        display: none;
    }

    .box.articolo ul.visualizza li {
        margin: 0;
        border: 0 none;
        padding: 0px 0px 10px 0px;
        float: left;
        display: inline;
        position: relative;
        cursor: pointer;
        width: 160px;
    }

        .box.articolo.player ul.visualizza li strong,
        .box.articolo ul.visualizza li strong {
            text-align: center;
            margin: 0;
            padding: 10px 0;
            line-height: 15px;
            width: 160px;
            font-family: "Arvo";
            font-size: 15px;
            color: #fff;
            font-weight: 700;
            text-transform: uppercase;
            float: left;
        }

        .box.articolo ul.visualizza li.visits span,
        .box.articolo ul.visualizza li.public span {
            text-align: center;
            margin: 0;
            padding: 0;
            line-height: 20px;
            width: 160px;
            font-family: "Open Sans";
            font-size: 20px;
            color: #fff;
            font-weight: 400;
            float: left;
        }

/*.box.articolo ul.visualizza li .follow {
            float: none;
            height: auto;
            margin: 0;
            padding: 0 30%;
        }*/

#rating {
    width: 160px;
    height: 30px;
}

.rating {
    background: url(/dl/raiSport/images/star.png) no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    text-indent: -9000px;
}

    .rating.vote {
        background: url(/dl/raiSport/images/star-selected.png) no-repeat;
    }

    .rating.greymood {
        background: url(/dl/raiSport/images/star.png) no-repeat;
    }

    .rating.nowmood {
        background: url(/dl/raiSport/images/star-selected.png) no-repeat;
    }

    .rating.enabled {
        background: url(/dl/raiSport/images/star-selected.png) no-repeat;
    }

.confirmVote {
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 14px;
    width: 160px;
    font-family: "Open Sans";
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    float: left;
}

/* ==========================================================================
   COMMENTI
========================================================================== */

.box.commenti {
    width: 640px;
}

    .box.commenti h2.title {
        display: inline-block;
        border: 0 none;
        text-align: left;
        margin: 0;
        padding: 3px 6px 0px 20px;
        float: left;
        line-height: 20px;
        height: 26px;
        /*cursor: pointer;*/
        width: 614px;
        background: #220820;
        font-family: "Arvo";
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
    }

        .box.commenti h2.title.ico:before {
            color: #ff510c;
        }

    .box.commenti .commenta {
        width: 625px;
        height: 40px;
        padding: 20px 0px 20px 15px;
        border-bottom: 1px solid #b5b5b5;
        float: left;
    }

        .box.commenti .commenta img {
            width: 50px;
            height: 50px;
            background: #8c8c8c;
            float: left;
        }

        .box.commenti .commenta .commentInput {
            border: 0;
            outline: 0;
            margin: 8px 0px 0px 8px;
            height: 36px;
            width: 460px;
            float: left;
            border-bottom: 1px solid rgb(205, 205, 205);
            border-left: 1px solid rgb(239, 239, 239);
            padding: 0px 0px 0px 8px;
            font-family: "Open Sans";
            font-size: 15px;
            color: #220820;
            font-weight: 400;
        }

        .box.commenti .commenta .submit {
            display: block;
            width: 80px;
            border: 0;
            height: 37px;
            font-size: 10px;
            text-transform: uppercase;
            color: #fff;
            cursor: pointer;
            background: #220820;
            white-space: normal;
            text-align: center;
            float: left;
            line-height: 37px;
            -webkit-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
            -moz-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
            box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
            font-weight: bold;
            margin: 8px 0px 0px 8px;
        }

            .box.commenti .commenta .submit:hover {
                color: #ff510c;
            }

    .box.commenti ul {
        list-style: none;
        list-style-image: none;
        float: left;
        display: block;
        border: 0 none;
        width: 640px;
        color: #000;
        text-align: left;
        padding: 0;
        margin: 0;
    }

        .box.commenti ul li {
            margin: 0;
            float: left;
            display: inline;
            position: relative;
            padding: 20px 0px 20px 15px;
            border-bottom: 1px solid #b5b5b5;
            float: left;
            width: 625px;
        }

            .box.commenti ul li img {
                width: 50px;
                height: 50px;
                background: #8c8c8c;
                float: left;
            }

            .box.commenti ul li .content {
                border: 0;
                outline: 0;
                margin: 0px 0px 0px 15px;
                width: 515px;
                float: left;
                font-family: "Open Sans";
                font-size: 15px;
                color: #220820;
                font-weight: 400;
            }

                .box.commenti ul li .content .time {
                    float: right;
                }

            .box.commenti ul li .socialCommentButtons {
                float: right;
            }

.socialCommentButtons div.submit {
    display: block;
    width: 40px;
    height: 44px;
    border: 0;
    cursor: pointer;
    background: transparent;
    white-space: normal;
}

    .socialCommentButtons div.submit:hover {
        background: #ff510c;
    }

.shareButton {
    background-image: url(/dl/raiSport/images/ico_share.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.retweetButton {
    background-image: url(/dl/raiSport/images/ico_retweet.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* ==========================================================================
   CORRELATI
========================================================================== */

.box.correlati {
    background: #f6f6f6;
    -webkit-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    -moz-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
}

    .box.correlati span.title {
        display: inline-block;
        border: 0 none;
        text-align: left;
        margin: 0;
        padding: 3px 6px 0px 20px;
        float: left;
        line-height: 20px;
        height: 26px;
        /*cursor: pointer;*/
        width: 294px;
        background: #ff510c;
        font-family: "Arvo";
        font-size: 15px;
        color: #220820;
        font-weight: 700;
        text-transform: uppercase;
    }

    .box.correlati ul {
        list-style: none;
        list-style-image: none;
        float: left;
        display: block;
        border: 0 none;
        width: 300px;
        color: #000;
        text-align: left;
        padding: 20px 10px 10px 10px;
        margin: 0;
    }

        .box.correlati ul li {
            margin: 0;
            float: left;
            display: inline;
            position: relative;
            padding: 0px 0px 15px 0px;
            float: left;
            width: 300px;
        }

            .box.correlati ul li.quote a strong {
                font-family: "Arvo";
                font-size: 12px;
                font-weight: 400;
                margin: 0px 0px 0px 0px;
                line-height: 14px;
                float: left;
                padding: 2px 6px 2px 6px;
                background: #ff510c;
                text-transform: uppercase;
                color: #000 !important;
            }

            .box.correlati ul li.quote a span {
                border: 1px solid #b5b5b5;
                padding: 3px 6px 0px 6px;
                float: left;
                line-height: 24px;
                min-height: 32px;
                cursor: pointer;
                width: 286px;
                background: #220820;
                font-family: "Open Sans";
                font-size: 14px;
                color: #fff;
                font-weight: 600;
                margin: 0;
            }

                .box.correlati ul li.quote a span.ico:before {
                    color: #ff510c;
                    position: relative;
                    margin: 0px 10px 0px 10px;
                    bottom: 0;
                }

            .box.correlati ul li.media {
                border-top: 1px solid #b5b5b5;
                padding-top: 15px;
            }

                .box.correlati ul li.media a {
                    display: block;
                }

                    .box.correlati ul li.media a img {
                        width: 150px;
                        height: 85px;
                        float: left;
                    }

                    .box.correlati ul li.media a .titoli {
                        width: 140px;
                        float: left;
                        height: 100px;
                    }

                    .box.correlati ul li.media a strong {
                        font-family: "Arvo";
                        font-size: 12px;
                        font-weight: 700;
                        margin: 0px 0px 10px 10px;
                        line-height: 14px;
                        float: right;
                        padding: 2px 6px 2px 6px;
                        background: #ff510c;
                        text-transform: uppercase;
                        color: #000 !important;
                        width: 113px;
                    }

                    .box.correlati ul li.media a span {
                        font-family: "Open Sans";
                        font-size: 14px;
                        font-weight: 700;
                        margin: 0px 0px 10px 10px;
                        line-height: 16px;
                        float: right;
                        width: 125px;
                        /* height: 44px; */
                    }

                    .box.correlati ul li.media a div {
                        font-family: "Open Sans";
                        font-size: 12px;
                        font-weight: 400;
                        margin: 0px 0px 0px 0px;
                        line-height: 14px;
                        float: right;
                        color: #000 !important;
                        /* width: 88px; */
                        width: 125px;
                    }


                    .box.correlati ul li.media a:before {
                        content: "v";
                        font-family: "RaiNews";
                        font-size: 30px;
                        color: rgba(255,255,255,1);
                        -webkit-font-smoothing: antialiased;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                        position: absolute;
                        width: 30px;
                        height: 30px;
                        line-height: 30px;
                        text-align: center;
                        -webkit-border-radius: 50%;
                        -moz-border-radius: 50%;
                        border-radius: 50%;
                        background: rgba(255,255,255,0.3);
                        margin: 27px 0 0 60px;
                    }

            .box.correlati ul li.foto, .box.lastItem ul li.foto, .box.listItems ul li.foto {
                cursor: pointer;
            }

.box.lastItem ul li.foto, .box.listItems ul li.foto {
    margin-left: 5px;
    width: 315px;
}

    .box.correlati ul li.foto a,
    .box.correlati ul li.foto a img,
    .box.lastItem ul li.foto a, .box.listItems ul li.foto a,
    .box.lastItem ul li.foto img, .box.listItems ul li.foto img {
        /* padding: 0px 10px 0px 0px; */
        float: left;
        width: auto;
        height: 55px;
        margin: 0px 1px;
    }

        .box.correlati ul li.foto a.small,
        .box.correlati ul li.foto a.small img,
        .box.lastItem ul li.foto a.small, .box.listItems ul li.foto a.small,
        .box.lastItem ul li.foto a.small img, .box.listItems ul li.foto a.small img {
            /* padding: 0px 10px 0px 0px; */
            float: left;
            /* width: 46px; */
            height: 55px;
        }

        .box.correlati ul li.foto a.imgNum,
        .box.lastItem ul li.foto a.imgNum, .box.listItems ul li.foto a.imgNum {
            padding: 0;
            float: left;
            height: 55px;
            background: #ff510c;
            font-family: "Arvo";
            font-size: 25px;
            color: #220820 !important;
            text-transform: uppercase;
            font-weight: 700;
            line-height: 55px;
            display: block;
            text-align: center;
            width: 63px;
            position: absolute;
            right: 10px;
        }

        .box.lastItem ul li.foto a.imgNum, .box.listItems ul li.foto a.imgNum {
            right: 5px;
            border-left: 4px solid #FFFFFF;
        }

        .box.correlati ul li.foto a.ico:before, .box.lastItem ul li.foto a.ico:before, .box.listItems ul li.foto a.ico:before {
            font-size: 14px;
            color: #ff510c;
            position: absolute;
            margin: 0px 0px 0px 85px;
            bottom: 5px;
            right: 4px;
        }

        .box.correlati ul li.foto a.ico.small:before,
        .box.lastItem ul li.foto a.ico.small:before, .box.listItems ul li.foto a.ico.small:before {
            margin: 0px 0px 0px 25px;
        }

/* ==========================================================================
   DIRETTA
========================================================================== */

.box.live {
    border: none;
}

    .box.live > span {
        float: left;
        font-family: "Arvo";
        font-size: 12px;
        font-weight: 400;
        margin: 20px 0px 0px 0px;
        line-height: 14px;
        text-transform: uppercase;
        background: #ff510c;
        color: #220820;
        padding: 3px 9px 3px 3px;
    }

    .box.live span.right {
        float: right;
        background: none;
        color: #220820;
        font-weight: 700;
    }

    .box.live .Player {
        width: 640px;
        height: 360px;
        float: left;
        display: block;
        background: #111;
        margin: 0px 0px 10px 0px;
    }

    .box.live h2 {
        float: left;
        font-family: "Open Sans";
        font-size: 24px;
        font-weight: 600;
        margin: 0px 0px 0px 0px;
        line-height: 24px;
        text-transform: uppercase;
        color: #220820;
        width: 100%;
    }

#Main .colDx.special {
    display: block;
    float: left;
    width: 340px;
    height: auto;
    margin: 0px 0px 0px 0px;
}

.colSx.special {
    display: block;
    float: left;
    width: 640px;
    height: auto;
    margin: 0px 0px 0px 0px;
    min-height: 1px;
}

/* ==========================================================================
   CANALI
========================================================================== */

.box.canali {
    background: #f6f6f6;
    -webkit-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    -moz-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
}

    .box.canali.speciali {
        margin: 40px 0px 20px 5px;
        width: 335px;
        height: 360px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .box.canali ul {
        list-style: none;
        list-style-image: none;
        float: left;
        display: block;
        border: 0 none;
        width: 320px;
        color: #000;
        text-align: left;
        padding: 0;
        margin: 0;
    }

    .box.canali.speciali ul {
        width: 335px;
    }

    .box.canali.speciali::-webkit-scrollbar {
        width: 15px;
    }

    .box.canali.speciali::-webkit-scrollbar-track {
        background-color: #f6f6f6;
        opacity: 0.1;
    }

    .box.canali.speciali::-webkit-scrollbar, .box.canali.speciali::-webkit-scrollbar-thumb {
        background-color: #ff510c;
    }

    .box.canali ul li {
        margin: 0;
        float: left;
        display: inline;
        position: relative;
        padding: 0;
        float: left;
        width: 320px;
    }

    .box.canali.speciali ul li {
        width: 335px;
    }

    .box.canali ul li a {
        display: block;
        float: left;
        width: 320px;
        height: 60px;
        overflow: hidden;
        background-color: #f0f0f0;
        text-indent: -9000px;
        margin: 0;
        background-repeat: no-repeat;
        background-position: 104px -43px;
        cursor: pointer;
        border-bottom: 1px solid #b5b5b5;
    }

    .box.canali.speciali ul li a {
        width: 337px;
        height: 75px;
        text-indent: 0px;
    }

    .box.canali.speciali ul li div {
        float: left;
        margin: 4px 10px 0px 0px;
    }

        .box.canali.speciali ul li div, .box.canali.speciali ul li div img {
            width: 105px;
            height: 65px;
        }

    .box.canali.speciali ul li .num {
        font-family: "Arvo";
        font-weight: 700;
        font-size: 42px;
        line-height: 75px;
        margin: 0px 10px;
        float: left;
        width: 25px;
    }

    .box.canali ul li:last-child a {
        border-bottom: none;
    }

    .box.canali ul li a.RaiSport1 {
        background-image: url(/dl/raiSport/images/raisport1.png);
    }

    .box.canali ul li a.RaiSport2 {
        background-image: url(/dl/raiSport/images/raisport2.png);
    }

    .box.canali ul li a.RaiSportpHD{
        background-image: url(/dl/raiSport/images/raisport-piu-hd.png);
    }

    .box.canali ul li a.RaiSport {
        background-image: url(/dl/raiSport/images/raisport.png);
    }

    .box.canali ul li a.RaiSportWeb {
        background-image: url(/dl/raiSport/images/raisport-web.png);
    }

    .box.canali ul li a.RaiSportWeb1 {
        background-image: url(/dl/raiSport/images/raisport-web1.png);
    }

    .box.canali ul li a.RaiSportWeb2 {
        background-image: url(/dl/raiSport/images/raisport-web2.png);
    }

    .box.canali ul li a.RaiSportWeb3 {
        background-image: url(/dl/raiSport/images/raisport-web3.png);
    }

    .box.canali ul li a.RaiUno, .box.canali ul li a.Rai1 {
        background-image: url(/dl/raiSport/images/rai1.png);
    }

    .box.canali ul li a.RaiDue, .box.canali ul li a.Rai2 {
        background-image: url(/dl/raiSport/images/rai2.png);
    }

    .box.canali ul li a.RaiTre, .box.canali ul li a.Rai3 {
        background-image: url(/dl/raiSport/images/rai3.png); /*, url(/dl/raiSport/images/separator.png);*/
    }

    .box.canali ul li.selected a, .box.canali ul li:hover a {
        height: 61px;
        background-color: #220820;
        background-position: 104px 7px;
        border-bottom: none;
    }

    .box.canali ul li:last-child.selected a, .box.canali ul li:last-child:hover a {
        height: 60px;
        border-bottom: none;
    }

    .box.canali.speciali ul li.selected a, .box.canali.speciali ul li:hover a {
        height: 75px;
    }

    .box.canali.speciali ul li .titolo {
        margin: 0px;
        float: left;
        text-transform: uppercase;
        width: 155px;
        background: url("/dl/raiSport/images/radioUnsel.png") 130px 30px no-repeat;
    }

    .box.canali.speciali ul li.selected .titolo, .box.canali.speciali ul li:hover .titolo {
        background: url("/dl/raiSport/images/live.png") 130px 30px no-repeat;
    }

    .box.canali.speciali ul li .titolo div {
        width: 125px;
        font-family: "Arvo";
        font-weight: 700;
        font-size: 16px;
        /*line-height: 75px;*/
    }


    .box.canali.speciali .ico.video:before {
        content: "v";
        font-family: "RaiNews";
        font-size: 30px;
        color: rgba(255,255,255,1);
        -webkit-font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: rgba(255,255,255,0.3);
        margin: 0px 0 0 0px;
        top: 20px;
        left: 40px;
    }

/* ==========================================================================
   GUIDA PROGRAMMI
========================================================================== */

.box.guida {
    width: 640px;
}

    .box.guida h2.title {
        display: inline-block;
        border: 0 none;
        text-align: left;
        margin: 0;
        padding: 3px 6px 0px 20px;
        float: left;
        line-height: 20px;
        height: 26px;
        /*cursor: pointer;*/
        width: 614px;
        background: #220820;
        font-family: "Arvo";
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
    }

    .box.guida ol {
        display: block;
        float: left;
        width: 640px;
        height: auto;
        padding: 20px 0px 20px 0px;
        margin: 0px;
        position: relative;
    }

        .box.guida ol li {
            display: block;
            float: left;
            width: 580px;
            height: auto;
            color: #220820;
            padding: 0px 30px 5px 30px;
            margin: 0px;
            border: 0px;
            cursor: pointer;
        }

            .box.guida ol li .extG {
                display: block;
                float: left;
                text-align: left;
                width: 610px;
                height: auto;
                padding: 0px;
                margin: 0px;
                position: relative;
                /*color: #4b4b4b;*/
                overflow: hidden;
            }

                .box.guida ol li .extG .ora {
                    display: block;
                    float: left;
                    text-align: left;
                    width: 80px;
                    height: auto;
                    padding: 3px 0px;
                    margin: 0px;
                }

            .box.guida ol li a,
            .box.guida ol li .ora {
                font-family: "Open Sans";
                display: block;
                float: left;
                text-align: left;
                width: 500px;
                height: auto;
                font-size: 18px;
                line-height: 20px;
                color: #220820;
                font-weight: bold;
                text-transform: uppercase;
                padding: 3px 0px;
                font-weight: 700;
            }

                .box.guida ol li a:hover {
                    color: #ff510c;
                }

            .box.guida ol li.past a,
            .box.guida ol li.past .ora {
                color: #666666;
                font-weight: 400;
            }

            .box.guida ol li.live {
                background: #ff510c;
            }

                .box.guida ol li.live .ora,
                .box.guida ol li.live a {
                    font-size: 24px;
                }

                    .box.guida ol li.live a:hover {
                        color: #fff !important;
                    }

.solotesto {
    display: block !important;
    position: absolute;
    height: 1px;
    width: 1px;
    left: -15000px;
    top: auto;
    overflow: hidden;
    float: none;
}

.box.guida .descrOver {
    display: none;
    position: static;
    z-index: 1000;
}

    .box.guida .descrOver .descrBox {
        display: block;
        top: 195px;
        left: 50%;
        position: absolute;
        z-index: 1000;
        width: 298px;
        height: auto;
        color: #4b4b4b;
        margin: 0px 0px 0px -160px;
        padding: 10px 10px 10px 10px;
        border: 1px solid #777;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.7);
    }

        .box.guida .descrOver .descrBox img {
            display: block;
            float: left;
            width: 80px;
            height: 80px;
            margin: 0px 10px 0px 0px;
            padding: 0px 0px 0px 0px;
        }

        .box.guida .descrOver .descrBox .txt {
            display: block;
            float: left;
            width: 208px;
            height: auto;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
        }

        .box.guida .descrOver .descrBox h4 {
            display: block;
            float: left;
            width: 208px;
            height: auto;
            font-size: 14px;
            color: #fff;
            font-weight: bold;
            margin: 0px 0px 2px 0px;
            padding: 0px 0px 0px 0px;
        }

        .box.guida .descrOver .descrBox strong {
            display: block;
            float: left;
            width: 208px;
            height: auto;
            font-size: 11px;
            color: #ccc;
            font-weight: bold;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
        }

            .box.guida .descrOver .descrBox strong span {
                color: #999;
                font-weight: normal;
            }

        .box.guida .descrOver .descrBox p {
            display: block;
            float: left;
            width: 208px;
            min-height: 70px;
            font-size: 11px;
            color: #fff;
            font-weight: bold;
            overflow: hidden;
            border-top: 1px solid #444;
            margin: 5px 0px 14px 0px;
            padding: 5px 0px 0px 0px;
        }

        .box.guida .descrOver .descrBox .link {
            display: block;
            float: left;
            width: auto;
            height: auto;
            font-size: 11px;
            color: #3399ff;
            font-weight: bold;
            margin: 0px 20px 0px 0px;
            padding: 0px 0px 0px 0px;
        }

            .box.guida .descrOver .descrBox .link:hover {
                color: #999;
            }

        .box.guida .descrOver .descrBox .close {
            display: block;
            position: absolute;
            top: -10px;
            right: -10px;
            width: 20px;
            height: 20px;
            background: url(/dl/rai/images/btn_close.png) 0px 0px no-repeat;
        }

            .box.guida .descrOver .descrBox .close:hover {
                background-position: 0px -21px;
            }

        .box.guida .descrOver .descrBox.noImage {
            width: 298px;
            height: auto;
            color: #4b4b4b;
            padding: 10px 10px 10px 10px;
        }


        .box.guida .descrOver .descrBox.noImg .txt {
            width: 298px;
        }

        .box.guida .descrOver .descrBox.noImg h4 {
            width: 298px;
        }

        .box.guida .descrOver .descrBox.noImg strong {
            width: 298px;
        }

        .box.guida .descrOver .descrBox.noImg p {
            width: 298px;
        }

/* ==========================================================================
   ICONS
========================================================================== */

.ico {
    position: relative;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
}

    .ico.shadow:hover:before {
        -webkit-box-shadow: 0px 0px 4px 2px rgba(250,213,42,0.7);
        -moz-box-shadow: 0px 0px 4px 2px rgba(250,213,42,0.7);
        box-shadow: 0px 0px 4px 2px rgba(250,213,42,0.7);
    }

    .ico span {
        display: none;
    }

    .ico:before {
        display: inline;
        font-family: 'RaiNews' !important;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-weight: normal !important;
        line-height: 1;
        text-transform: none;
        margin: 0px 3px 0px 0px;
    }

    .ico.comm:before {
        content: "m";
    }

    .ico.share:before {
        content: "k";
        font-size: 12px;
    }

    .ico.mail:before {
        content: "T";
    }

    .ico.dimtxt:before {
        content: "6";
    }

    .ico.print:before {
        content: "|";
    }

    .ico.facebook:before {
        content: "g";
    }

    .ico.twitter:before {
        content: "h";
    }

    .ico.google:before {
        content: "i";
    }

    .ico.pinterest:before {
        content: "V";
    }

    .ico.expand:before {
        content: "!";
    }

    .ico.close:before {
        content: "N";
    }

    .ico.prev:before {
        content: "c";
    }

    .ico.next:before {
        content: "4";
    }

    .ico.photo:before, .ico.foto:before {
        content: "t";
    }

    .ico.video:before {
        content: "s";
    }

    .ico.quote:before {
        content: "B";
    }

    .ico.like:before {
        content: "E";
    }

    .ico.love:before {
        content: "o";
    }

    .ico.piu:before {
        content: "8";
    }

    .ico.audio:before {
        content: " ";
        background: url(/dl/rainews/images/ico_audio.png) no-repeat 0 0;
        height: 13px;
    }


    .ico.play:before {
        content: "v";
    }

    .ico.clock:before {
        content: "Z";
    }

    .ico.stat:before {
        content: "a";
    }

    /* ==========================================================================
   ICONS SQUADRE
========================================================================== */

    .ico.livorno:before {
        content: " ";
        background: url(http://www.speciali.raisport.rai.it/calcio/lib/images/squadre/loghi/small/413.png) no-repeat 0 0;
        height: 30px;
        display: block;
        float: left;
        width: 30px;
        margin: 12px 5px 0px -10px;
        background-size: contain;
    }

    .ico.napoli:before {
        content: " ";
        background: url(http://www.speciali.raisport.rai.it/calcio/lib/images/squadre/loghi/small/11.png) no-repeat 0 0;
        height: 30px;
        display: block;
        float: left;
        width: 30px;
        margin: 12px 5px 0px -10px;
        background-size: contain;
    }

    .ico.fiorentina:before {
        content: " ";
        background: url(http://www.speciali.raisport.rai.it/calcio/lib/images/squadre/loghi/small/7.png) no-repeat 0 0;
        height: 30px;
        display: block;
        float: left;
        width: 30px;
        margin: 12px 5px 0px -10px;
        background-size: contain;
    }

    .ico.lazio:before {
        content: " ";
        background: url(http://www.speciali.raisport.rai.it/calcio/lib/images/squadre/loghi/small/26.png) no-repeat 0 0;
        height: 30px;
        display: block;
        float: left;
        width: 30px;
        margin: 12px 5px 0px -10px;
        background-size: contain;
    }

    .ico.milan:before {
        content: " ";
        background: url(http://www.speciali.raisport.rai.it/calcio/lib/images/squadre/loghi/small/10.png) no-repeat 0 0;
        height: 30px;
        display: block;
        float: left;
        width: 30px;
        margin: 12px 5px 0px -10px;
        background-size: contain;
    }

    .ico.juventus:before {
        content: " ";
        background: url(http://www.speciali.raisport.rai.it/calcio/lib/images/squadre/loghi/small/9.png) no-repeat 0 0;
        height: 30px;
        display: block;
        float: left;
        width: 30px;
        margin: 12px 5px 0px -10px;
        background-size: contain;
    }

    .ico.roma:before {
        content: " ";
        background: url(http://www.speciali.raisport.rai.it/calcio/lib/images/squadre/loghi/small/12.png) no-repeat 0 0;
        height: 30px;
        display: block;
        float: left;
        width: 30px;
        margin: 12px 5px 0px -10px;
        background-size: contain;
    }

    .ico.inter:before {
        content: " ";
        background: url(http://www.speciali.raisport.rai.it/calcio/lib/images/squadre/loghi/small/8.png) no-repeat 0 0;
        height: 30px;
        display: block;
        float: left;
        width: 30px;
        margin: 12px 5px 0px -10px;
        background-size: contain;
    }

    .ico.cagliari:before {
        content: " ";
        background: url(http://www.speciali.raisport.rai.it/calcio/lib/images/squadre/loghi/small/8.png) no-repeat 0 0;
        height: 30px;
        display: block;
        float: left;
        width: 30px;
        margin: 12px 5px 0px -10px;
        background-size: contain;
    }

    .ico.udinese:before {
        content: " ";
        background: url(http://www.speciali.raisport.rai.it/calcio/lib/images/squadre/loghi/small/15.png) no-repeat 0 0;
        height: 30px;
        display: block;
        float: left;
        width: 30px;
        margin: 12px 5px 0px -10px;
        background-size: contain;
    }

    .ico.atalanta:before {
        content: " ";
        background: url(http://www.speciali.raisport.rai.it/calcio/lib/images/squadre/loghi/small/2.png) no-repeat 0 0;
        height: 30px;
        display: block;
        float: left;
        width: 30px;
        margin: 12px 5px 0px -10px;
        background-size: contain;
    }

    .ico.chievo:before {
        content: " ";
        background: url(http://www.speciali.raisport.rai.it/calcio/lib/images/squadre/loghi/small/466.png) no-repeat 0 0;
        height: 30px;
        display: block;
        float: left;
        width: 30px;
        margin: 12px 5px 0px -10px;
        background-size: contain;
    }

    .ico.genoa:before {
        content: " ";
        background: url(http://www.speciali.raisport.rai.it/calcio/lib/images/squadre/loghi/small/25.png) no-repeat 0 0;
        height: 30px;
        display: block;
        float: left;
        width: 30px;
        margin: 12px 5px 0px -10px;
        background-size: contain;
    }

    .ico.catania:before {
        content: " ";
        background: url(http://www.speciali.raisport.rai.it/calcio/lib/images/squadre/loghi/small/22.png) no-repeat 0 0;
        height: 30px;
        display: block;
        float: left;
        width: 30px;
        margin: 12px 5px 0px -10px;
        background-size: contain;
    }

    .ico.sassuolo:before {
        content: " ";
        background: url(http://www.speciali.raisport.rai.it/calcio/lib/images/squadre/loghi/small/456.png) no-repeat 0 0;
        height: 30px;
        display: block;
        float: left;
        width: 30px;
        margin: 12px 5px 0px -10px;
        background-size: contain;
    }

    .ico.parma:before {
        content: " ";
        background: url(http://www.speciali.raisport.rai.it/calcio/lib/images/squadre/loghi/small/31.png) no-repeat 0 0;
        height: 30px;
        display: block;
        float: left;
        width: 30px;
        margin: 12px 5px 0px -10px;
        background-size: contain;
    }

    .ico.torino:before {
        content: " ";
        background: url(http://www.speciali.raisport.rai.it/calcio/lib/images/squadre/loghi/small/14.png) no-repeat 0 0;
        height: 30px;
        display: block;
        float: left;
        width: 30px;
        margin: 12px 5px 0px -10px;
        background-size: contain;
    }

    .ico.sampdoria:before {
        content: " ";
        background: url(http://www.speciali.raisport.rai.it/calcio/lib/images/squadre/loghi/small/13.png) no-repeat 0 0;
        height: 30px;
        display: block;
        float: left;
        width: 30px;
        margin: 12px 5px 0px -10px;
        background-size: contain;
    }

    .ico.hellas_verona:before {
        content: " ";
        background: url(http://www.speciali.raisport.rai.it/calcio/lib/images/squadre/loghi/small/16.png) no-repeat 0 0;
        height: 30px;
        display: block;
        float: left;
        width: 30px;
        margin: 12px 5px 0px -10px;
        background-size: contain;
    }

    .ico.bologna:before {
        content: " ";
        background: url(http://www.speciali.raisport.rai.it/calcio/lib/images/squadre/loghi/small/19.png) no-repeat 0 0;
        height: 30px;
        display: block;
        float: left;
        width: 24px;
        margin: 12px 5px 0px -10px;
        background-size: contain;
    }

.paging.num {
    display: block;
    width: auto;
    text-align: center;
    height: 40px;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
}

.pagination {
    display: block;
    width: 640px;
    margin: 30px 0px 10px 0px;
    float: left;
    font-size: 12px;
    padding: 5px 3px 0px 3px;
    text-align: center;
}

    .pagination span.current.prev,
    .pagination a.prev {
        width: 10px;
        height: 10px;
        margin: 5px 0px 5px 0px;
        text-indent: -9000px;
        background: url(/dl/RaiTV/2012/images/arrow_paging.gif) 2px 0px no-repeat;
    }

    .pagination span.current.next,
    .pagination a.next {
        width: 10px;
        height: 10px;
        margin: 5px 0px 5px 0px;
        text-indent: -9000px;
        background: url(/dl/RaiTV/2012/images/arrow_paging.gif) -8px 0px no-repeat;
    }

    .pagination span.current {
        color: #F3C720;
        background: url(/dl/RaiTV/2012/images/bkg_menu.gif) 0px -0px repeat-x;
    }

    .pagination span, .pagination a {
        display: block;
        float: left;
        text-align: center;
        position: relative;
        width: 20px;
        height: 19px;
        margin: 0px 4px 0px 4px;
        padding: 1px 0px 0px 0px;
        border-radius: 3px;
        font-size: 14px;
        color: #999;
        font-weight: bold;
        text-indent: 0px;
        background: transparent;
    }

        .pagination a:hover {
            color: #777;
            background-position: 0px -10px;
        }

/* ==========================================================================
   SHARE ICONS
   ========================================================================== */

.shareArticle .stMainServices,
.shareArticle .stButton_gradient {
    display: block;
    float: left;
    font-size: 30px;
    margin: 0px 2px 0px 0px;
    color: #a7a7a7;
    position: relative;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
}

    .shareArticle .stMainServices:before,
    .shareArticle .stButton_gradient:before {
        position: relative;
        display: inline-block;
        font-family: 'RaiNews' !important;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-weight: normal !important;
        font-size: 30px;
        line-height: 1;
        text-transform: none;
        margin: 2px 3px 0px 0px;
    }


.stMainServices.st-facebook-counter:before {
    content: "g";
    color: #3b5998;
}

.stMainServices.st-twitter-counter:before {
    content: "h";
    color: #33ccff;
}

.stButton_gradient:before {
    content: "i";
    color: #555;
}

.stMainServices.st-pinterest-counter:before {
    content: "V";
    color: #c9232d;
}


.stMainServices.st-facebook-counter:hover:before {
    color: #2a4273;
}

.stMainServices.st-twitter-counter:hover:before {
    color: #27a7d1;
}

.stButton_gradient:hover:before {
    color: #220820;
}

.stMainServices.st-pinterest-counter:hover:before {
    color: #961c24;
}

.stButton:hover .stMainServices,
.stButton:hover .stButton_gradient {
    color: #dc513a !important;
}

/* -- common -- */

.stMainServices.st-facebook-counter,
.stMainServices.st-twitter-counter,
.stMainServices.st-pinterest-counter,
.stButton_gradient {
    display: block !important;
    float: left;
    width: 30px !important;
    min-width: 30px !important;
    height: 36px !important;
    padding: 0px !important;
    margin: 0px !important;
    border: 0px !important;
    border-radius: 0px !important;
    background: transparent !important;
}

span.chicklets.googleplus {
    display: none;
}


/*.stButton:hover .stBubble{
display: block!important;
}*/

.stBubble {
    display: none !important;
    position: absolute;
    top: 34px;
    left: 0px;
    width: auto !important;
    height: auto !important;
    border: 0px !important;
    padding: 4px 0px 0px 0px;
    background: transparent !important;
}

.stBubble_count {
    padding: 0px 0px 0px 0px !important;
    width: auto !important;
    min-width: 30px !important;
    height: 20px !important;
    background: #d5d5d5 !important;
    font-size: 10px !important;
    font-weight: 700;
    border: 0px !important;
    color: #fff !important;
    line-height: 20px !important;
    font-family: "Open Sans" !important;
}

.stBubble:before {
    display: block;
    content: " ";
    width: 0px;
    height: 0px;
    position: absolute;
    top: -4px;
    left: 50%;
    margin: 0px 0px 0px -4px;
    border-top: 4px solid transparent;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #d5d5d5;
}

/* ==========================================================================
   LIVE SCORE
   ========================================================================== */

#liveScore {
    width: 980px;
    height: 140px;
    float: left;
    background: transparent;
    margin: 0px 0px 10px 0px;
    border-radius: 10px;
    font-family: "Open Sans";
}

    #liveScore .top {
        height: 22px;
        width: 930px;
        float: left;
        border-bottom: 1px solid #ffcc00;
        margin-left: 20px;
    }

        #liveScore .top ul {
            margin: 0;
            height: 20px;
            padding: 5px 5px;
        }

        #liveScore .top li {
            margin: 0px 20px 0px 0px;
            /*min-width: 100px;*/
            float: left;
        }

            #liveScore .top li a {
                float: left;
                text-transform: uppercase;
                color: #a2a2a2;
                font-weight: bold;
                /*min-width: 90px;*/
            }

                #liveScore .top li a:hover {
                    color: white;
                }

            #liveScore .top li.selected a {
                color: black;
                background: #ffcc00;
                width: 100%;
                padding: 0px 2px 0px 2px;
            }

    #liveScore .partite {
        overflow: hidden;
        width: 980px;
        float: left;
        margin: 0;
        height: 120px;
    }

        #liveScore .partite ul {
            display: block;
            margin: 0;
            padding: 5px 0px 0px 8px;
        }

            #liveScore .partite ul li a {
                display: block;
            }

        #liveScore .partite li {
            float: left;
            width: 92px;
            height: 74px;
            background: #373737;
            border-radius: 10px;
            margin: 8px 5px 0px 0px;
            padding-top: 10px;
            color: white;
            font-size: 11px;
            text-align: center;
        }

.divImg {
    color: white;
    margin-bottom: 14px;
    font-weight: bold;
    font-size: 14px;
    line-height: 12px;
}

.team-logo-l {
    float: left;
    margin: -8px 0px 0px 5px;
    width: 24px;
    height: 24px;
}

.team-logo-r {
    /*float: right;*/
    margin: -8px 5px 0px 0px;
    width: 24px;
    height: 24px;
}

.divImg strong {
    float: left;
    font-size: 12px;
    width: 34px;
}

.teamN {
    color: #ffcc00;
    font-weight: bold;
    text-transform: uppercase;
    overflow: hidden;
    height: 14px;
}

#liveScore .partite li span {
    font-size: 9px;
    color: white;
}

#liveScore .partite .paginazione {
    text-align: center;
    font-size: 30px;
    line-height: 22px;
    clear: both;
}

#liveScore .paginazione a:hover, #liveScore .paginazione a:active {
    color: #ffcc00;
}

#liveScore .paginazione a, #liveScore .paginazione a:link, #liveScore .paginazione a:visited {
    padding: 3px;
    color: #999;
}

    #liveScore .paginazione a.current, #liveScore .paginazione a.current:link, #liveScore .paginazione a.current:visited {
        color: #ffcc00;
    }

/* ==========================================================================
   BOX COMMENTI
   ========================================================================== */

.boxCommenti .mid .Form .Logout button {
    display: none;
    float: left;
    width: auto;
    height: 24px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial;
    padding: 0px 14px 0px 14px;
    margin: 4px 0px 5px 0px;
    border: 0px;
    border-radius: 4px;
    background: #3e80c8;
    cursor: pointer;
}

.boxCommenti, .boxCommentiList {
    display: block;
    float: left;
    position: relative;
    text-align: left;
    width: 628px;
    height: auto;
    padding: 6px 6px 6px 6px;
    margin: 10px 0px 0px 0px;
    background: #220820;
}

    .boxCommenti .top, .boxCommentiList .top {
        display: block;
        float: left;
        text-align: left;
        width: 632px;
        height: 32px;
        padding: 0px;
        margin: 0px 0px 6px 0px;
        /*background: url(/dl/RaiTV/2012/images/bkg_tops.gif) no-repeat;*/
    }

        .boxCommenti .top h3, .boxCommentiList .top h3 {
            display: block;
            float: left;
            width: 632px;
            font-size: 24px;
            line-height: 17px;
            color: #fff;
            margin: 0px 0px 4px 0px;
            padding: 0px 0px 0px 0px;
        }

        /*.boxCommenti .top h4 {
            display: block;
            float: left;
            width: 632px;
            font-size: 11px;
            color: #d7d7d7;
            text-transform: uppercase;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 0px 0px;
        }*/

        .boxCommenti .top a.switch {
            display: block;
            position: absolute;
            top: 10px;
            right: 6px;
            width: auto;
            height: 15px;
            font-size: 11px;
            color: #fff;
            font-weight: bold;
            text-transform: uppercase;
            margin: 0px 0px 0px 0px;
            padding: 1px 23px 0px 0px;
            background: url(/dl/RaiTV/2012/images/btn_switch.png) right top no-repeat;
        }

            .boxCommenti .top a.switch:hover {
                color: #999;
            }

            .boxCommenti .top a.switch.expo {
                background: url(/dl/RaiTV/2012/images/btn_switch.png) right -20px no-repeat;
            }

    .boxCommenti .mid {
        display: block;
        float: left;
        width: 626px;
        height: auto;
        padding: 8px 0px 0px 0px;
        margin: 3px 0px 0px 0px;
        overflow: hidden;
    }

        .boxCommenti .mid ul.tabCommenti {
            display: block;
            float: left;
            width: 626px;
            height: 20px;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 10px 0px;
            border-bottom: 1px solid #3e80c8;
            box-shadow: 0px 3px 2px #111;
        }

            .boxCommenti .mid ul.tabCommenti li {
                display: block;
                float: left;
                width: auto;
                height: 20px;
                margin: 0px 4px 0px 0px;
            }

                .boxCommenti .mid ul.tabCommenti li a {
                    display: block;
                    float: left;
                    width: auto;
                    height: 17px;
                    font-size: 11px;
                    font-weight: bold;
                    color: #fff;
                    text-transform: uppercase;
                    padding: 3px 10px 0px 10px;
                    margin: 0px 0px 0px 0px;
                    border-radius: 3px 3px 0px 0px;
                    background: #808080;
                }

                .boxCommenti .mid ul.tabCommenti li.Commenta a {
                    width: 42px;
                    font-size: 11px;
                    font-weight: bold;
                    color: #fff;
                    padding: 3px 10px 0px 30px;
                    text-indent: -9000px;
                    overflow: hidden;
                    background-image: url(/dl/RaiTV/2012/images/loghi_commenti.png);
                    background-position: 10px -60px;
                    background-repeat: no-repeat;
                }

                .boxCommenti .mid ul.tabCommenti li.Facebook a {
                    width: 62px;
                    font-size: 11px;
                    font-weight: bold;
                    color: #fff;
                    text-indent: -9000px;
                    overflow: hidden;
                    padding: 3px 10px 0px 10px;
                    background-image: url(/dl/RaiTV/2012/images/loghi_commenti.png);
                    background-position: 10px -40px;
                    background-repeat: no-repeat;
                }

                .boxCommenti .mid ul.tabCommenti li.GooglePl a {
                    width: 52px;
                    font-size: 11px;
                    font-weight: bold;
                    color: #fff;
                    text-indent: -9000px;
                    overflow: hidden;
                    padding: 3px 10px 0px 10px;
                    background-image: url(/dl/RaiTV/2012/images/loghi_commenti.png);
                    background-position: 10px -19px;
                    background-repeat: no-repeat;
                }

                .boxCommenti .mid ul.tabCommenti li a:hover {
                    background-color: #999;
                }

                .boxCommenti .mid ul.tabCommenti li.selected {
                    border-radius: 3px 3px 0px 0px;
                    background: url(/dl/RaiTV/2012/images/bkg_tematiche.gif) repeat-x;
                }

                    .boxCommenti .mid ul.tabCommenti li.selected a {
                        background-color: transparent;
                    }

        .boxCommenti .mid .Opzioni {
            display: none;
            float: right;
            text-align: left;
            width: auto;
            height: 22px;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 10px 0px;
        }

            .boxCommenti .mid .Opzioni .Commenta {
                display: block;
                float: left;
                text-align: left;
                width: auto;
                height: 19px;
                font-size: 11px;
                font-weight: bold;
                color: #d7d7d7;
                padding: 3px 0px 0px 32px;
                margin: 0px 0px 0px 0px;
                border-left: 1px solid #5a5a5a;
                background: url(/dl/RaiTV/2012/images/ico_penna.png) 10px -1px no-repeat;
            }

                .boxCommenti .mid .Opzioni .Commenta:hover {
                    color: #fff;
                    background: url(/dl/RaiTV/2012/images/ico_penna.png) 10px -27px no-repeat;
                }

            .boxCommenti .mid .Opzioni .Commenti {
                display: block;
                float: left;
                text-align: left;
                width: auto;
                height: 19px;
                font-size: 11px;
                font-weight: bold;
                color: #d7d7d7;
                padding: 3px 0px 0px 0px;
                margin: 0px 12px 0px 0px;
            }

                .boxCommenti .mid .Opzioni .Commenti em {
                    display: block;
                    float: right;
                    font-style: normal;
                    font-size: 11px;
                    font-weight: bold;
                    color: #d7d7d7;
                }

                .boxCommenti .mid .Opzioni .Commenti strong {
                    display: block;
                    float: left;
                    text-align: left;
                    width: auto;
                    height: 22px;
                    font-size: 11px;
                    font-weight: normal;
                    color: #d7d7d7;
                    padding: 0px 0px 0px 5px;
                    margin: -1px 12px 0px 0px;
                    background: url(/dl/RaiTV/2012/images/bkg_commenti.png) no-repeat;
                }

                    .boxCommenti .mid .Opzioni .Commenti strong span {
                        display: block;
                        float: left;
                        width: auto;
                        height: 21px;
                        font-weight: bold;
                        padding: 1px 5px 0px 0px;
                        margin: 0px -5px 0px 0px;
                        background: url(/dl/RaiTV/2012/images/bkg_commenti.png) 100% 0px no-repeat;
                    }

                .boxCommenti .mid .Opzioni .Commenti:hover {
                    color: #fff;
                }

                    .boxCommenti .mid .Opzioni .Commenti:hover strong {
                        color: #fff;
                        background: url(/dl/RaiTV/2012/images/bkg_commenti.png) 0px -22px no-repeat;
                    }

                        .boxCommenti .mid .Opzioni .Commenti:hover strong span {
                            background: url(/dl/RaiTV/2012/images/bkg_commenti.png) 100% -22px no-repeat;
                        }

        .boxCommenti .mid .page .fb-comments {
            float: left;
            width: 100%;
            height: 100%;
        }

            .boxCommenti .mid .page .fb-comments > span {
                float: left;
                width: 626px !important;
                height: 100%;
            }

        /* form */

        .boxCommenti .mid h3.error {
            float: none;
            text-align: center;
            color: #eee;
        }

        .boxCommenti .mid .Form {
            display: block;
            float: left;
            position: relative;
            width: 626px;
            height: auto;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 10px 0px;
        }

            .boxCommenti .mid .Form .Nick {
                display: block;
                float: left;
                width: 626px;
                height: 24px;
                padding: 0px 0px 0px 25px;
                margin: 0px 0px 10px 0px;
                background: url(/dl/RaiTV/2012/images/ico_form.png) 1px 3px no-repeat;
            }

                .boxCommenti .mid .Form .Nick input {
                    display: block;
                    float: left;
                    width: 280px;
                    height: 24px;
                    color: #c6c6c6;
                    font-size: 11px;
                    font-style: italic;
                    font-weight: bold;
                    font-family: Arial;
                    padding: 0px 8px 0px 8px;
                    margin: 0px 0px 0px 0px;
                    border: 0px;
                    border-radius: 4px;
                    background: #4b4b4b;
                }

            .boxCommenti .mid .Form .Pass {
                display: block;
                float: left;
                width: 626px;
                height: 24px;
                padding: 0px 0px 0px 25px;
                margin: 0px 0px 10px 0px;
                /* background: url(/dl/RaiTV/2012/images/ico_form.png) 1px 3px no-repeat; */
            }

                .boxCommenti .mid .Form .Pass input {
                    display: block;
                    float: left;
                    width: 280px;
                    height: 24px;
                    color: #c6c6c6;
                    font-size: 11px;
                    font-style: italic;
                    font-weight: bold;
                    font-family: Arial;
                    padding: 0px 8px 0px 8px;
                    margin: 0px 0px 0px 0px;
                    border: 0px;
                    border-radius: 4px;
                    background: #4b4b4b;
                }

            .boxCommenti .mid .Form .Comm {
                display: block;
                float: left;
                width: 626px;
                height: auto;
                padding: 0px 0px 0px 25px;
                margin: 0px 0px 10px 0px;
                background: url(/dl/RaiTV/2012/images/ico_form.png) 1px -47px no-repeat;
            }

                .boxCommenti .mid .Form .Comm textarea {
                    display: block;
                    float: left;
                    width: 580px !important;
                    height: auto;
                    color: #c6c6c6;
                    font-size: 11px;
                    font-style: italic;
                    font-weight: bold;
                    font-family: Arial;
                    padding: 4px 8px 4px 8px;
                    margin: 0px 0px 0px 0px;
                    border: 0px;
                    border-radius: 4px;
                    background: #4b4b4b;
                }

            .boxCommenti .mid .Form .Submit {
                display: block;
                float: right;
                width: 58px;
                height: 24px;
                padding: 0px 0px 0px 25px;
                margin: 20px 10px 10px 0px;
            }

                .boxCommenti .mid .Form .Submit button {
                    display: block;
                    float: left;
                    width: auto;
                    height: 24px;
                    color: #fff;
                    font-size: 12px;
                    text-transform: uppercase;
                    font-weight: bold;
                    font-family: Arial;
                    padding: 0px 14px 0px 14px;
                    margin: 0px 0px 0px 0px;
                    border: 0px;
                    border-radius: 4px;
                    background: #3e80c8;
                    cursor: pointer;
                }

                    .boxCommenti .mid .Form .Submit button:hover {
                        color: #3e80c8;
                        background: #fff;
                    }

            .boxCommenti .mid .Form .feedback {
                position: absolute;
                z-index: 100;
                top: 0px;
                left: 0px;
                bottom: 0px;
                right: 0px;
                color: #fff;
                text-align: center;
                font-size: 12px;
                background: #000 none center top no-repeat scroll;
                opacity: 0.8;
            }

                .boxCommenti .mid .Form .feedback.loading {
                    background: #000 url(/dl/RaiTV/2012/images/loading.gif) center top no-repeat scroll;
                }

        /*.boxCommenti .mid .Form .feedback {
                margin-left: -40px;
            }*/

        .boxCommenti .mid .listaCommenti {
            display: block;
            float: left;
            width: 626px;
            height: auto;
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 10px 0px;
        }

            .boxCommenti .mid .listaCommenti li {
                display: block;
                float: left;
                width: 626px;
                height: auto;
                font-size: 11px;
                color: #d7d7d7;
                padding: 0px 0px 0px 0px;
                margin: 0px 0px 25px 0px;
            }

                .boxCommenti .mid .listaCommenti li strong {
                    color: #4da5fc;
                }

                .boxCommenti .mid .listaCommenti li span {
                    color: #fff;
                }

                .boxCommenti .mid .listaCommenti li p {
                    margin: 5px 0px 0px 0px;
                }

a.btnAllComm {
    display: block;
    float: left;
    width: 626px;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 8px 0px 8px 0px;
    color: #bbb;
    border-top: 1px solid #666;
    background: #220820;
}

    a.btnAllComm span {
        padding: 0px 14px 0px 0px;
        background: url(/dl/RaiTV/2012/images/arrow_dwn_light.png) 100% 4px no-repeat;
    }

    a.btnAllComm:hover {
        color: #fff;
        border-top: 1px solid #999;
        background: #555;
    }

    a.btnAllComm.loading {
        height: 16px;
        background: url(/dl/RaiTV/2012/images/loading-16.gif) center top no-repeat scroll;
    }

        a.btnAllComm.loading span {
            display: none;
        }

div.Nickname {
    margin-top: 2px;
}

    div.Nickname h4 {
        text-shadow: none;
    }

.commentInput {
    width: 550px;
    height: 70px;
    float: right;
    margin-right: 10px;
}


img.icoSocial {
    float: left;
    margin-right: 10px;
}

.box.articolo h4.usernameComment {
    color: #fff;
    line-height: 16px;
    font-family: "Open Sans";
    font-size: 16px;
    margin: 5px;
    float: none;
}

.moreComments {
    display: none;
}

.boxCommentiList .mid ul {
    text-align: left;
    text-shadow: none;
    width: 100%;
    padding: 0px;
}

    .boxCommentiList .mid ul li {
        /* padding: 10px; */
        width: 100%;
        float: left;
        padding: 0;
        list-style-type: none;
    }

        .boxCommentiList .mid ul li img {
            float: left;
        }

        .boxCommentiList .mid ul li .username {
            width: 410px;
            /* background: #f00; */
            float: left;
            margin-left: 10px;
            font-weight: bold;
            color: #FFF;
        }

        .boxCommentiList .mid ul li .tempo {
            /* width: 530px; */
            /* background: #f00; */
            float: right;
            margin-right: 5px;
            color: #FFF;
        }

        .boxCommentiList .mid ul li .commento {
            width: 540px;
            background-color: #fff;
            float: left;
            padding: 5px 10px;
            margin-top: 20px;
            margin-left: 15px;
            background: #d8e7fa;
        }

        .boxCommentiList .mid ul li .risposta {
            width: 475px;
            background-color: #fff;
            float: left;
            padding: 5px 10px;
            margin-top: 20px;
            margin-left: 15px;
            background: #d8e7fa;
        }

.boxCommentiList .top .numeroCommenti {
    float: right;
    margin-top: -25px;
    margin-right: 10px;
    color: #FFF;
    font-size: 13px;
    text-align: right;
}

.boxCommentiList .top .immagineCommenti {
    float: right;
    margin-top: -22px;
    margin-right: 10px;
}

.boxCommentiList .mid .myraitvCommenti .moreComments button {
    width: auto;
    height: 24px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial;
    padding: 0px 14px 0px 14px;
    margin: 4px 0px 5px 0px;
    border: 0px;
    border-radius: 4px;
    background: #3e80c8;
    cursor: pointer;
}

.containerRisposta {
    float: right;
    width: 560px;
}

    .containerRisposta .risposta {
        width: 470px;
    }

    .containerRisposta .username {
        width: 350px;
    }

.rispondiButton {
    float: right;
    margin-bottom: 14px;
    width: 100%;
    text-align: right;
    font-size: 15px;
    font-weight: 600;
    color: #979797;
    margin-right: 5px;
    cursor: pointer;
}

.Form.rispondiComment {
    float: right;
    margin-bottom: 10px;
}

.SubmitRispondi button {
    display: block;
    float: right;
    width: auto;
    height: 24px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: Arial;
    padding: 0px 14px 0px 14px;
    margin: 0px 0px 0px 0px;
    border: 0px;
    border-radius: 4px;
    background: #3e80c8;
    cursor: pointer;
}

    .SubmitRispondi button:hover {
        color: #3e80c8;
        background: #fff;
    }

.commentInputRisposta {
    width: 560px;
}

#msg {
    display: block;
    text-align: left;
    padding: 15px 0px 0px 15px;
    color: #fff;
}

#msg2 {
    display: block;
    text-align: left;
    padding: 50px 0px 0px 9px;
    color: #fff;
}


/* Popup registrazione e Login */
/*Shadowbox*/
#shadowbox_body {
    padding: 0px !important;
}

.eventNoReg {
    width: 100%;
    height: 550px;
}

.eventDescNoReg {
    padding: 30px;
    font-size: 20px;
    font-weight: 300;
    color: rgb(255, 255, 255);
    text-align: left;
    overflow: hidden;
    background-color: rgb(238, 18, 90);
    height: 18px;
}

a.Close {
    background: transparent url(/dl/RaiTV/social/images/bt_chiudi_white.png) no-repeat scroll 0 0 !important;
    width: 35px !important;
    height: 35px !important;
    top: 5px !important;
    right: 5px !important;
    z-index: 2;
}

.condition {
    margin-left: 10px;
    background-color: rgb(221, 222, 223);
    margin-left: 1px;
    height: 400px;
    padding: 32px;
    padding-left: 60px;
}

    .condition .testoDisclaimer {
        margin: 0px 0px 32px -66px;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        overflow-x: hidden;
    }

#MyRegistration .testoDisclaimer {
    margin: 14px 0px 0px -66px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    overflow-x: hidden;
}

.divCond {
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    /*height: 283px;*/
    float: left;
}

a.btnCond {
    float: right;
    width: 44px;
    height: 30px;
    cursor: pointer;
    overflow: hidden;
    line-height: 20px;
}

    a.btnCond.on {
        background: url(/dl/RaiTV/social/images/bt_no_select.png) no-repeat;
    }

    a.btnCond.off {
        background: url(/dl/RaiTV/social/images/bt_select.png) no-repeat;
    }

.btnConnect {
    /* padding: 16px 3px 16px 25px; */
    height: 60px;
}

    .btnConnect h4 {
        font-size: 20px;
        font-weight: 200;
        color: rgb(63, 63, 63);
        text-align: left;
        line-height: 16px;
        margin: 0px 0px 16px 0px;
    }

    .btnConnect a {
        float: left;
        width: 220px;
        height: 36px;
        margin-right: 16px;
        cursor: default;
        /* opacity: 0.3; */
        filter: alpha(opacity=30);
    }

        .btnConnect a.conFb {
            background: url(/dl/RaiTV/social/images/bt_facebook_big.png);
        }

        .btnConnect a.conTw {
            background: url(/dl/RaiTV/social/images/bt_twitter_big.png);
        }

        .btnConnect a.conMr {
            background: url(/dl/RaiTV/social/images/bt_myrai.png) no-repeat;
        }

.boxMyRaitv {
    display: block;
    padding: 10px 30px 0px 10px;
    height: 80px;
    overflow: hidden;
    float: none;
    margin: 0px 0px 0px 1px;
    font-size: 22px;
    width: 597px;
}

.myPanel {
    margin-top: 20px;
}

    .myPanel .formLoginContainer {
        margin-bottom: 10px;
    }

        .myPanel .formLoginContainer p {
            /* width:240px; */
            float: left;
            margin-left: 10px;
        }

            .myPanel .formLoginContainer p .inputLabel, #MyRegistration .inputLabel {
                font-weight: bold;
                font-size: 17px;
            }

            .myPanel .formLoginContainer p input, #MyRegistration input {
                font-size: 17px;
                padding-top: 5px;
                padding-bottom: 5px;
                margin-bottom: 10px;
                /* padding-left: 20px; */
                /* padding-right: 21px; */
                width: 200px;
                margin-right: 19px;
            }

#MyRegistration .inserisci li {
    width: 240px;
    float: left;
    padding-left: 20px;
    height: 91px;
}

#MyRegistration .inserisci div.dueColonne {
    width: 400px;
    font-size: 14px;
    height: 45px;
    /* line-height: 45px; */
    clear: left;
    margin-left: 20px;
}


.myPanel .formLoginContainer .loginButton, #MyRegistration .regButton {
    width: 455px;
    background-color: #ee125b;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    text-indent: 0;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    height: 3.5em;
    line-height: 3.2em;
    text-decoration: none;
    text-align: center;
    /* margin-left: 20px; */
}

#MyRegistration .regButton {
    margin-left: 20px;
}
/*
.myPanel .formLoginContainer .loginButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FB2B70 color-stop(1, #FB2B70));
    background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#FB2B70');
    background-color: #FB2B70;
}
*/

.ranzer {
    display: block;
    padding: 0px 30px 0px 30px;
    background-color: rgb(221, 222, 223);
    height: 652px;
    overflow: hidden;
    float: none;
    margin: 0px 0px 0px 1px;
    font-size: 22px;
    width: 522px;
}

    .ranzer .inserisci .notice {
        display: block;
        float: left;
        text-align: left;
        /* width: 120px; */
        height: 18px;
        padding: 5px 0px 0px 25px;
        margin: 0px 0px 10px 0px;
        font-size: 10px;
        color: #000;
    }

    .ranzer .conferma li .label, #myRegistration.ranzer .inserisci .label {
        display: block;
        float: left;
        width: 400px;
        min-height: 20px;
        margin: 0px 0px 0px 0px;
        padding: 4px 0px 0px 0px;
        font-size: 12px;
        /*color: rgb(255, 255, 255);*/
    }


        .ranzer .conferma li .label strong, .ranzer .inserisci .label strong {
            color: #dd0000;
            margin: 0px 0px 0px 2px;
        }

    .ranzer .conferma li .input input, .ranzer .inserisci .input input {
        display: block;
        float: left;
        width: 240px;
        height: 24px;
        color: #c6c6c6;
        font-size: 11px;
        font-style: italic;
        font-weight: bold;
        font-family: Arial;
        padding: 0px 8px 0px 8px;
        margin: 0px 0px 0px 0px;
        border: 0px;
        border-radius: 4px;
        background: #4b4b4b;
    }

    .ranzer .inserisci .radio {
        display: block;
        float: left;
        width: 250px;
        height: 23px;
        padding: 2px 0px 0px 10px;
        margin: 0px 0px 10px 0px;
    }

    .ranzer .inserisci .notice.Error {
        background: url(/dl/RaiTV/images/myraitv/bkg_notice.gif) 5px -55px no-repeat;
    }

    .ranzer .button .next {
        float: right;
        width: auto;
    }

    .ranzer .conferma, .ranzer .inserisci {
        display: block;
        float: left;
        width: 100%;
        margin: 5px 0px 5px 0px;
    }

        .ranzer .inserisci .next {
            display: block;
            float: right;
            width: auto;
            height: auto;
            color: #fff;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: bold;
            font-family: Arial;
            padding: 6px 14px 6px 14px;
            margin: 20px 0px 0px 0px;
            border: 0px;
            border-radius: 4px;
            background: #3e80c8;
            cursor: pointer;
        }

        .ranzer .inserisci .cancel {
            display: block;
            float: left;
            width: auto;
            height: auto;
            color: #fff;
            font-size: 12px;
            text-transform: uppercase;
            font-weight: bold;
            font-family: Arial;
            padding: 6px 14px 6px 14px;
            margin: 20px 0px 0px 0px;
            border: 0px;
            border-radius: 4px;
            background: #777;
            cursor: pointer;
        }

    .ranzer .button .cancel {
        float: left;
        width: auto;
    }

    .ranzer .whatYouCanDo {
        background: transparent;
        color: #000;
        font-size: 14px;
        font-weight: normal;
        float: left;
        width: 480px;
        padding: 10px;
        margin-left: 13px;
        line-height: 19px;
        margin-top: 10px;
    }

        .ranzer .whatYouCanDo h3 {
            font-size: 16px;
            font-weight: bold;
            margin: 0 0 10px 0;
        }

.privacy, .condGenerali, .popupCond {
    display: none;
    font-size: 11px;
    color: #000;
    padding: 35px 30px 0px 30px;
    background: rgb(221, 222, 223);
}

.condizioni {
    cursor: pointer !important;
    text-decoration: underline !important;
    color: rgb(238, 18, 90) !important;
    width: 400px !important;
    text-align: left !important;
    height: 24px !important;
    background: transparent url(/dl/RaiTV/social/images/info.png) no-repeat 0 0 !important;
    padding: 0px 0px 0px 29px !important;
    line-height: 24px !important;
}

.closeCondition {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent url(/dl/RaiTV/social/images/bt_chiudi_white.png) no-repeat scroll 0 0;
    z-index: 2;
}

/*DropDownlist*/
.custom-dropdown--large {
    font-size: 1.5em;
}

.custom-dropdown--small {
    font-size: .7em;
}

.custom-dropdown__select {
    font-size: 17px; /* inherit size from .custom-dropdown */
    padding: 5px; /* add some space*/
    margin: 0; /* remove default margins */
    border: 1px solid #000;
}

.custom-dropdown__select--white {
    background-color: #fff;
    color: #444;
}

@supports (pointer-events: none) and ((-webkit-appearance: none) or
      (-moz-appearance: none) or
      (appearance: none)) {

    .custom-dropdown {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #aaa;
    }

    .custom-dropdown__select {
        padding-right: 115px; /* accommodate with the pseudo elements for the dropdown arrow */
        border: 0;
        border-radius: 3px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .custom-dropdown::before,
    .custom-dropdown::after {
        content: "";
        position: absolute;
        pointer-events: none;
    }

    .custom-dropdown::after { /*  Custom dropdown arrow */
        content: "\25BC";
        height: 1em;
        font-size: .625em;
        line-height: 1;
        right: 1.2em;
        top: 50%;
        margin-top: -.5em;
    }

    .custom-dropdown::before { /*  Custom dropdown arrow cover */
        width: 45px;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0 3px 3px 0;
    }

    .custom-dropdown__select[disabled] {
        color: rgba(0,0,0,.3);
    }

    .custom-dropdown.custom-dropdown--disabled::after {
        color: rgba(0,0,0,.1);
    }
    /* White dropdown style */
    .custom-dropdown--white::before {
        /* top: .5em; */
        /* bottom: .5em; */
        background-color: rgb(238, 18, 90);
        border-left: 1px solid rgba(0,0,0,.1);
    }

    .custom-dropdown--white::after {
        color: rgba(255,255,255,.9);
    }
    /* FF only temp fix */
    @-moz-document url-prefix() {
        .custom-dropdown__select {
            padding-right: .9em;
        }

        .custom-dropdown--large .custom-dropdown__select {
            padding-right: 1.3em;
        }

        .custom-dropdown--small .custom-dropdown__select {
            padding-right: .5em;
        }
    }
}

/* ==========================================================================
   PAGINA RICERCA
========================================================================== */

.ricercaCorr {
    display: block;
    position: relative;
    margin: 0px auto 0px auto;
    width: 980px;
    height: 30px;
    padding: 10px 20px 0px 20px;
    background: #fff;
}

    .ricercaCorr ul {
        list-style: none;
        list-style-image: none;
        float: left;
        display: block;
        border: 0 none;
        width: 980px;
        /*height: 30px;*/
        color: #000;
        padding: 0px 0px 0px 0px;
        text-align: left;
        background: url(/dl/raiSport/images/bkg_argument-2.png);
        margin: 0px 0px 20px 0px;
    }

        .ricercaCorr ul .title {
            margin: 0;
            border: 0 none;
            padding: 0px 6px 0px 6px;
            float: left;
            display: inline;
            position: relative;
            z-index: 1000;
            line-height: 30px;
            background: #f0f0f0;
            cursor: default;
        }

    .ricercaCorr .title a {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        color: #303030 !important;
        background: none;
        padding-right: 0px;
        border-radius: 0;
    }

    .ricercaCorr .title span {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 20px solid #f0f0f0;
        position: absolute;
        right: -20px;
        top: 20%;
        margin-left: -5px;
    }

    .ricercaCorr ul li {
        margin: 0px 0px 0px 10px;
        border: 0 none;
        padding: 3px 6px 0px 6px;
        float: left;
        display: inline;
        position: relative;
        z-index: 1000;
        line-height: 24px;
        height: 32px;
        cursor: pointer;
    }

        .ricercaCorr ul li:nth-child(2) {
            margin: 0px 0px 0px 25px;
        }

        .ricercaCorr ul li .argSx {
            float: left;
            height: 25px;
            width: 21px;
            background: url(/dl/raiSport/images/argument-2.png) no-repeat;
        }

        .ricercaCorr ul li:hover .argSx {
            background: url(/dl/raiSport/images/argument-close.png) no-repeat;
        }

        .ricercaCorr ul li a {
            height: 25px;
            float: left;
            font-size: 12px;
            font-weight: 700;
            text-transform: uppercase;
            color: #303030 !important;
            background: #ff510c;
            margin-top: 0px;
            padding-right: 10px;
            -webkit-border-radius: 0px 6px 6px 0px;
            -moz-border-radius: 0px 6px 6px 0px;
            border-radius: 0px 6px 6px 0px;
        }

        .ricercaCorr ul li.result {
            float: right;
        }

            .ricercaCorr ul li.result strong {
                height: 25px;
                float: left;
                font-size: 12px;
                font-weight: 700;
                text-transform: uppercase;
                color: #303030;
                background: none;
                margin-top: 0px;
            }

            .ricercaCorr ul li.result.ico:before {
                float: left;
                font-size: 20px;
                color: #ff510c;
                margin-top: 2px;
            }

div.inboxBanner {
    text-align: center;
    padding: 0px 0px 12px 0px;
}

.banner300x250 h3 {
    font-size: .7rem;
}

.box.results ul.doubleChoice li {
    height: 18px;
    background: #220820;
    color: #FFFFFF;
    width: 290px;
    margin: 0px 5px 0px 0px;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

    .box.results ul.doubleChoice li.selected {
        height: 18px;
        background: #ff510c;
    }


    .box.results ul.doubleChoice li a {
        color: #FFFFFF;
    }

    .box.results ul.doubleChoice li.selected a {
        color: #220820;
    }

        .box.results ul.doubleChoice li.selected a:hover {
            color: #FFFFFF !important;
        }


.box.results ul.doubleChoice {
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 700;
}

/* ==========================================================================
   ITEM PARTITA
   ========================================================================== */

.box.event, box.formation {
    width: 640px;
    background: #f6f6f6;
}

    .box.event .descEvent {
        min-height: 28px;
        background: #ff510c;
        text-align: center;
        line-height: 28px;
        float: left;
        width: 620px;
        padding: 0px 10px;
    }

        .box.event .descEvent .desc {
            font-family: "Arvo";
            font-size: 15px;
            font-weight: 700;
            color: #220820;
            text-transform: uppercase;
            margin: 0;
            float: left;
        }

        .box.event .descEvent .stadio {
            font-family: "Arvo";
            font-size: 15px;
            font-weight: 700;
            color: #220820;
            text-transform: uppercase;
            margin: 0;
            /* float: left; */
        }

        .box.event .descEvent .orario {
            font-family: "Arvo";
            font-size: 15px;
            font-weight: 400;
            color: #220820;
            text-transform: uppercase;
            margin: 0;
            float: right;
        }

    .box.event .descResult {
        min-height: 120px;
        background: #220820;
        /* text-align: center; */
        /* line-height: 28px; */ float: left;
        width: 620px;
        padding: 0px 10px;
    }

        .box.event .descResult .home {
            width: 250px;
            float: left;
        }

        .box.event .descResult .away {
            width: 250px;
            float: right;
        }

        .box.event .descResult .result {
            width: 120px;
            float: left;
        }

        .box.event .descResult .name {
            font-family: "Arvo";
            font-size: 20px;
            font-weight: 400;
            color: #fff;
            text-transform: uppercase;
            margin: 0px 10px 0px 10px;
            /* float: left; */
        }

        .box.event .descResult .home .name {
            float: left;
        }

        .box.event .descResult .away .name {
            float: right;
        }

.home .pic {
    width: 70px;
    float: left;
    padding: 10px 0px;
}

.home .desc {
    width: 180px;
    float: right;
    padding: 15px 0px;
}

    .home .desc .gols {
        float: left;
        padding: 10px 0px;
    }

.away .desc .gols {
    float: right;
    padding: 10px 0px;
}

.home .desc .gols span {
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin: 0px 10px 0px 10px;
    display: inline-block;
    float: left;
}

.away .desc {
    width: 180px;
    float: left;
    padding: 15px 0px;
}

.away .pic {
    width: 70px;
    float: right;
    padding: 10px 0px;
}

.away .desc .gols span {
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin: 0px 10px 0px 10px;
    display: inline-block;
    float: right;
}

.descResult .result .title {
    font-family: "Arvo";
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 10px 0px 10px;
    /* display: inline-block; */
    /* float: right; */
    text-align: center;
}

.descResult .result .gol {
    width: 45px;
    height: 60px;
    float: left;
    background: #ff510c;
    font-family: "Arvo";
    font-size: 50px;
    font-weight: 700;
    color: #220820;
    text-align: center;
    margin: 10px 0px 0px 10px;
}

div.referee {
    min-height: 28px;
    background: #ff510c;
    text-align: center;
    line-height: 28px;
    float: left;
    width: 620px;
    padding: 0px 10px;
}

.referee div {
    width: 155px;
    float: left;
    font-family: "Arvo";
    font-size: 14px;
    font-weight: 400;
    color: #220820;
    margin: 10px 0px 10px 0px;
    text-align: center;
    line-height: 18px;
}

.referee span {
    display: inline-block;
}

.referee strong {
    display: inline-block;
    width: 100%;
}

.box.event .teamA {
    float: left;
    width: 299px;
    border-right: 1px solid #cacaca;
    margin: 10px;
}

.box.event .teamB {
    float: right;
    width: 300px;
    margin: 10px;
}

    .box.event .teamA .coach, .box.event .teamB .coach {
        font-family: "Arvo";
        font-size: 14px;
        font-weight: 400;
        color: #220820;
        margin: 0px 0px 0px 0px;
        text-align: center;
        line-height: 20px;
        text-transform: uppercase;
        text-align: left;
    }

.box.event .teamA .jersey, .box.formation .campo .giocatoreA div {
    width: 38px;
    height: 28px;
    float: left;
    background: url(/dl/raiSport/images/jerseyA.png) center no-repeat;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    color: #220820 !important;
    text-align: center;
    line-height: 28px;
    margin: 0px 0px 0px 0px;
}

.box.event .teamB .jersey, .box.formation .campo .giocatoreB div {
    width: 38px;
    /*height: 28px;*/
    float: left;
    background: url(/dl/raiSport/images/jerseyB.png) center no-repeat;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    color: #ff510c !important;
    margin: 0px 0px 10px 0px;
    text-align: center;
    line-height: 28px;
}

.box.event .teamA .player, .box.event .teamB .player {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    color: #220820;
    margin: 0px 0px 10px 10px;
    text-align: center;
    line-height: 28px;
    text-transform: uppercase;
    text-align: left;
    float: left;
    width: 250px;
}

.box.event .disp, .box.event .tit {
    min-height: 28px;
    background: #220820;
    text-align: center;
    line-height: 28px;
    float: left;
    width: 620px;
    padding: 0px 10px;
    font-family: "Arvo";
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 1px solid #b5b5b5;
}

    .box.event .disp:after, .box.event .tit:after {
        content: "2";
        display: inline;
        font-family: 'RaiNews' !important;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-style: normal;
        font-weight: normal !important;
        line-height: 1;
        text-transform: none;
        float: right;
        font-size: 11px;
        margin: 5px;
    }

    .box.event .disp.selected:after, .box.event .tit.selected:after {
        content: "3";
    }

.box.formation .title, .box.statMatch .title {
    min-height: 28px;
    background: #220820;
    text-align: left;
    line-height: 28px;
    float: left;
    width: 620px;
    padding: 0px 10px;
    font-family: "Arvo";
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.box.statMatch .title {
    background: #f6f6f6;
    color: #220820;
}

.box.formation .teamA, .box.formation .teamB {
    font-family: "Arvo";
    font-size: 18px;
    font-weight: 400;
    color: #220820;
    text-transform: uppercase;
}

.box.formation .campo {
    float: left;
    width: 640px;
    margin: 10px 0px;
    background: url(/dl/raiSport/images/campo.png) center no-repeat;
    height: 350px;
}

.box.formation .teamA {
    margin: 10px 0px 0px 20px;
    width: 300px;
    float: left;
}

.box.formation .teamB {
    margin: 10px 20px 0px 0px;
    width: 300px;
    float: right;
    text-align: right;
}

.box.formation .campo .giocatoreA, .box.formation .campo .giocatoreB {
    position: absolute;
}

.box.formation .desc {
    height: 70px;
}

.box.statMatch .desc {
    min-height: 100px;
    background: #220820;
    float: left;
    width: 620px;
    padding: 0px 10px;
}

    .box.statMatch .desc .home {
        width: 260px;
        float: left;
    }

.box.statMatch .name {
    float: right;
    padding: 15px 10px;
    font-family: "Arvo";
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    width: 170px;
}

.box.statMatch div.vs {
    width: 80px;
    float: left;
    font-family: "Arvo";
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin: 5px 10px 0px 10px;
    text-align: center;
}

.box.statMatch .desc .away {
    width: 260px;
    float: right;
}

.box.statMatch .away .name {
    float: left;
}

.box.statMatch ul.stat {
    width: 640px;
    margin: 10px 0px;
    list-style: none;
    list-style-image: none;
    float: left;
    display: inline-block;
    border: 0 none;
    padding: 0;
}

    .box.statMatch ul.stat li .map {
        font-family: "Arvo";
        font-size: 15px;
        font-weight: 700;
        color: #220820;
        text-transform: uppercase;
        margin: 10px 0px 10px 0px;
        text-align: center;
        width: 640px;
    }

    .box.statMatch ul.stat li .barra {
        display: block;
        float: right;
        width: 640px;
    }

        .box.statMatch ul.stat li .barra span.home {
            display: block;
            float: left;
            height: 25px;
            /*min-width: 33px;*/
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
            background: #ff510c;
            color: #220820;
            font-family: "Open Sans";
            font-size: 15px;
            font-weight: 700;
        }

            .box.statMatch ul.stat li .barra span.home strong {
                margin: 0px 0px 0px 20px;
            }

        .box.statMatch ul.stat li .barra span.away strong {
            margin: 0px 20px 0px 0px;
            float: right;
        }

        .box.statMatch ul.stat li .barra span.away {
            display: block;
            float: right;
            height: 25px;
            /*min-width: 5%;*/
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
            -moz-border-radius: 4px;
            background: #220820;
            color: #ff510c;
            font-family: "Open Sans";
            font-size: 15px;
            font-weight: 700;
        }

    .box.statMatch ul.stat li {
        float: left;
    }

.box.cronaca .title {
    min-height: 28px;
    background: #f6f6f6;
    text-align: center;
    line-height: 28px;
    float: left;
    /* width: 620px; */
    padding: 0px;
    font-family: "Arvo";
    font-size: 15px;
    font-weight: 700;
    color: #220820;
    text-transform: uppercase;
    cursor: pointer;
}

    .box.cronaca .title.selected {
        background: #220820;
        color: #fff;
    }

.box.cronaca .desc ul {
    width: 320px;
    margin: 0;
    list-style: none;
    list-style-image: none;
    float: left;
    display: inline-block;
    border: 0 none;
    padding: 10px 0;
}

.box.cronaca .desc {
    float: left;
    width: 320px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: block;
    position: relative;
    padding: 0px;
    margin: 0px;
    background: #220820;
    height: 600px;
}

    .box.cronaca .desc ul li strong {
        float: left;
        font-family: "Arvo";
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
        text-transform: uppercase;
        background: #ff510c;
        color: #220820;
        padding: 3px 9px 3px 3px;
        margin: 0px 10px 0px 0px;
    }

    .box.cronaca .desc ul li {
        width: 270px;
        height: auto;
        text-align: left;
        float: left;
        padding: 0;
        display: block;
        background: url(/dl/raiSport/images/sepCronaca.png) 18px bottom no-repeat;
        margin-left: 50px;
    }

        /*.box.cronaca .desc ul li div.min {
            width: 270px;
            float: left;
            margin: 15px 0px 0px 0px;
        }*/

        .box.cronaca .desc ul li div.text {
            float: left;
            font-family: "Open Sans";
            font-size: 12px;
            font-weight: 400;
            margin: 5px 0px 0px 0px;
            line-height: 14px;
            color: #fff;
            width: 250px;
            padding-bottom: 15px;
        }

    .box.cronaca .desc .jspPane {
        margin-left: 0px !important;
    }

    .box.cronaca .desc .jspVerticalBar, .box.cronaca .desc .jspHorizontalBar,
    .box.cronaca .desc .jspCorner, .box.cronaca .desc .jspArrowLeft, .box.cronaca .desc .jspArrowRight {
        width: 0px;
        background: none;
    }

    .box.cronaca .desc .jspTrack {
        display: none;
    }

    .box.cronaca .desc .jspArrowUp,
    .box.cronaca .desc .jspArrowDown {
        height: 30px;
        text-indent: 0;
        background: none;
        font-family: "RaiNews";
        -webkit-font-smoothing: antialiased;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 14px;
        line-height: 26px;
        color: #fff;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        transition: all 200ms linear;
        width: 320px;
        position: absolute;
        left: -320px;
    }

    .box.cronaca .desc .jspArrowDown {
        margin-top: 270px;
        background: url(/dl/raiSport/images/mask_shadow.png) repeat-x;
        line-height: 23px;
    }

    .box.cronaca .desc::-webkit-scrollbar {
        width: 15px;
    }

    .box.cronaca .desc::-webkit-scrollbar-track {
        background-color: #f6f6f6;
        opacity: 0.1;
    }

    .box.cronaca .desc::-webkit-scrollbar, .box.cronaca .desc::-webkit-scrollbar-thumb {
        background-color: #ff510c;
    }

    .box.cronaca .desc ul li:before {
        width: 30px;
        height: 30px;
        position: absolute;
        display: block;
        margin: 0px 0px 0px -40px;
    }
/*fischio inizio/fine*/
.FIF:before {
    content: " ";
    background: url(/dl/raiSport/images/clock.png) center no-repeat;
}
/*prima ammonizione*/
.unoAM:before {
    content: " ";
    background: url(/dl/raiSport/images/yellow-card.png) center no-repeat;
}
/*seconda ammonizione/espulsione*/
.dueAM:before, .ESP:before {
    content: " ";
    background: url(/dl/raiSport/images/red-card.png) center no-repeat;
}
/*gol*/
.GOL:before, .AUT:before {
    content: " ";
    background: url(/dl/raiSport/images/gol.png) center no-repeat;
}
/*occasione da gol*/
.ODG:before {
    content: " ";
    background: url(/dl/raiSport/images/odg.png) center no-repeat;
}
/*punizione*/
.PUN:before {
    content: " ";
    background: url(/dl/raiSport/images/pun.png) center no-repeat;
}
/*rigore parato*/
.RPA:before {
    content: " ";
    background: url(/dl/raiSport/images/rpa.png) center no-repeat;
}
/*rigore sbagliato*/
.RSB:before {
    content: " ";
    background: url(/dl/raiSport/images/rpa.png) center no-repeat;
}
/*recupero*/
.REC:before {
    content: " ";
    background: url(/dl/raiSport/images/whistle.png) center no-repeat;
}
/*fuorigioco*/
.FUG:before {
    content: " ";
    background: url(/dl/raiSport/images/fug.png) center no-repeat;
}
/*fallo*/
.FAL:before {
    content: " ";
    background: url(/dl/raiSport/images/whistle.png) center no-repeat;
}
/*azione pericolosa*/
.APE:before {
    content: " ";
    background: url(/dl/raiSport/images/ape.png) center no-repeat;
}
/*sostituzione*/
.SOS:before {
    content: " ";
    background: url(/dl/raiSport/images/sos.png) center no-repeat;
}
/*palo*/
.PAL:before {
    content: " ";
    background: url(/dl/raiSport/images/pal.png) center no-repeat;
}
/*traversa*/
.TRA:before {
    content: " ";
    background: url(/dl/raiSport/images/tra.png) center no-repeat;
}
/*corner*/
.COR:before {
    content: " ";
    background: url(/dl/raiSport/images/cor.png) center no-repeat;
}
/*generico*/
.generico:before {
    content: " ";
    background: url(/dl/raiSport/images/generico.png) center no-repeat;
}

.box.statTeam .desc {
    /*min-height: 100px;*/
    background: #220820;
    float: left;
    width: 300px;
    padding: 0px 10px;
}

    .box.statTeam .desc .home {
        width: 100px;
        float: left;
    }

.box.statTeam .name {
    float: left;
    padding: 15px 0px;
    font-family: "Arvo";
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.box.statTeam div.vs {
    width: 80px;
    float: left;
    font-family: "Arvo";
    font-size: 35px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin: 5px 10px 0px 10px;
    text-align: center;
}

.box.statTeam .desc .away {
    width: 100px;
    float: right;
}

.box.statTeam .away .name {
    float: right;
    text-align: right;
}

.box.statTeam ul.stat {
    width: 320px;
    margin: 0;
    list-style: none;
    list-style-image: none;
    float: left;
    display: inline-block;
    border: 0 none;
    padding: 10px 0px;
    background: #220820;
}

    .box.statTeam ul.stat li .map {
        font-family: "Arvo";
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        margin: 10px 0px 10px 0px;
        text-align: center;
        width: 320px;
    }

    .box.statTeam ul.stat li .barra {
        display: block;
        float: right;
        width: 320px;
    }

        .box.statTeam ul.stat li .barra span.home {
            display: block;
            float: left;
            height: 25px;
            /*min-width: 33px;*/
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
            background: #ff510c;
            color: #220820;
            font-family: "Open Sans";
            font-size: 15px;
            font-weight: 700;
        }

            .box.statTeam ul.stat li .barra span.home strong {
                margin: 0px 0px 0px 5px;
            }

        .box.statTeam ul.stat li .barra span.away strong {
            margin: 0px 5px 0px 0px;
            float: right;
        }

        .box.statTeam ul.stat li .barra span.away {
            display: block;
            float: right;
            height: 25px;
            /*min-width: 5%;*/
            padding: 0px 0px 0px 0px;
            margin: 0px 0px 0px 0px;
            -moz-border-radius: 4px;
            background: #fff;
            color: #220820;
            font-family: "Open Sans";
            font-size: 15px;
            font-weight: 700;
        }

    .box.statTeam ul.stat li {
        float: left;
    }

.box.statTeam .title, .box.cronaca .titolo {
    min-height: 28px;
    background: #220820;
    text-align: center;
    line-height: 28px;
    float: left;
    width: 300px;
    padding: 0px 10px;
    font-family: "Arvo";
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.box.articolo.player.big {
    width: 980px;
}

    .box.articolo.player.big .Media .Player {
        width: 980px;
        min-height: 555px;
    }

.box.articolo.player .streamSet {
    width: 980px;
    overflow-y: hidden;
    overflow-x: scroll;
    background-color: #f0f0f0;
}

    .box.articolo.player .streamSet::-webkit-scrollbar {
        width: 15px;
    }

    .box.articolo.player .streamSet::-webkit-scrollbar-track {
        background-color: #f6f6f6;
        opacity: 0.1;
    }

    .box.articolo.player .streamSet::-webkit-scrollbar, .box.articolo.player .streamSet::-webkit-scrollbar-thumb {
        background-color: #ff510c;
    }

    .box.articolo.player .streamSet ul {
        list-style: none;
        list-style-image: none;
        float: left;
        display: block;
        border: 0 none;
        color: #000;
        text-align: left;
        padding: 0;
        margin: 0;
        height: 79px;
    }

        .box.articolo.player .streamSet ul li {
            width: 320px;
            float: left;
            background-color: #f0f0f0;
            cursor: pointer;
        }

            .box.articolo.player .streamSet ul li.selected, .box.articolo.player .streamSet ul li:hover {
                background-color: #220820;
                border-bottom: none;
                color: #fff;
            }

            .box.articolo.player .streamSet ul li div, .box.articolo.player .streamSet ul li div img {
                width: 105px;
                height: 75px;
                float: left;
                display: block;
                margin: 1px 0px 0px 0px;
            }

            .box.articolo.player .streamSet ul li .num {
                font-family: "Arvo";
                font-weight: 700;
                font-size: 42px;
                line-height: 75px;
                margin: 0px 10px;
                float: left;
                width: 25px;
            }

            .box.articolo.player .streamSet ul li .titolo {
                margin: 4px 0px 0px 10px;
                float: left;
                text-transform: uppercase;
                width: 155px;
                font-family: "Arvo";
                font-weight: 700;
                font-size: 16px;
                background: url("/dl/raiSport/images/radioUnsel.png") 130px 30px no-repeat;
            }

            .box.articolo.player .streamSet ul li.selected .titolo, .box.articolo.player .streamSet ul li:hover .titolo {
                background: url("/dl/raiSport/images/live.png") 130px 30px no-repeat;
            }


.streamSet .ico.video:before {
    content: "v";
    font-family: "RaiNews";
    font-size: 30px;
    color: rgba(255,255,255,1);
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    margin: 0px 0 0 0px;
    top: 20px;
    left: 40px;
}

/* ==========================================================================
   ARTICOLO
========================================================================== */

.box.lastVideo {
    width: 638px;
    float: none;
    border: none;
    -webkit-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    -moz-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
}

    .box.lastVideo a {
        display: block;
    }

        .box.lastVideo a .pic:before {
            content: "v";
            font-family: "RaiNews";
            font-size: 100px;
            color: rgba(255,255,255,1);
            -webkit-font-smoothing: antialiased;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            width: 100px;
            height: 100px;
            line-height: 100px;
            text-align: center;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background: rgba(255,255,255,0.3);
            margin: 0px 0 0 0px;
            top: 35%;
            left: 270px;
        }

        .box.lastVideo a img {
            width: 638px;
            height: 386px;
        }

    .box.lastVideo .titoli {
        background: #f6f6f6;
    }

        .box.lastVideo .titoli h2 {
            margin: 0;
            padding: 10px 25px 5px 25px;
            text-align: left;
            font-family: "Open Sans";
            font-size: 30px;
            color: #220820;
            text-transform: uppercase;
            font-weight: 600;
            /* margin: 8px 0px 0px 0px; */ line-height: 30px;
        }

        .box.lastVideo .titoli h3 {
            margin: 0;
            padding: 0px 25px 10px 25px;
            text-align: left;
            font-family: "Open Sans";
            font-size: 16px;
            color: #220820;
            font-weight: 600;
            margin-top: 5px;
            line-height: 18px;
        }

.box.lastItem ul li.sotto {
    padding: 12px 0px 11px 0px;
    float: left;
    cursor: pointer;
    width: 190px;
    margin-left: 17px;
    border-bottom: none;
    padding-bottom: 14px;
}

.colSxBig .box.lastItem ul li.sotto:nth-child(2n) {
    margin-left: 17px;
}

.box.lastItem ul li.sotto .pic {
    width: 190px;
    height: 108px;
    float: left;
}

/*.box.lastItem ul.video li.sotto .pic:before {
    content: "v";
    font-family: "RaiNews";
    font-size: 30px;
    color: rgba(255,255,255,1);
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255,255,255,0.3);
    margin: 0px 0 0 0px;
    top: 20px;
    left: 40px;
}*/

.box.lastItem ul li.sotto a img {
    width: 190px;
    height: 108px;
    float: left;
    background: url(//www.rai.it/resizegd/150x150/dl/raiSport/images/rai-sport-arancione.jpg) center no-repeat;
    background-color: #fff;
}

.box.lastItem ul li.sotto a .titoli {
    width: 190px;
    float: left;
    height: 50px;
}

.box.lastItem ul li.sotto a span {
    font-family: "Arvo";
    font-size: 12px;
    font-weight: 700;
    margin: 10px 0px 10px 0px;
    line-height: 14px;
    float: left;
    padding: 2px 6px 2px 6px;
    background: #ff510c;
    text-transform: uppercase;
    color: #000 !important;
    width: 113px;
}

.box.lastItem ul li.sotto a h2 {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    margin: 0px 0px 10px 0px;
    line-height: 16px;
    float: left;
    width: 190px;
}

.box.sets {
    width: 980px;
    border: none;
    /*background: #f6f6f6;
    -webkit-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    -moz-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    box-shadow: 2px 4px 0 rgba(115,115,115,0.2);*/
}

    .box.sets div.title {
        display: inline-block;
        text-align: left;
        margin: 0;
        border-bottom: 1px solid #b5b5b5;
        padding: 3px 0px 0px 15px;
        float: left;
        height: 32px;
        cursor: pointer;
        width: 965px;
        background: #220820;
        line-height: 30px;
        font-family: "Arvo";
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
    }

    .box.sets .slider {
        width: 900px;
        height: 70px;
        float: left;
        overflow: hidden;
        position: relative;
        margin-bottom: 10px;
    }

        .box.sets .slider ul {
            list-style: none;
            list-style-image: none;
            float: left;
            display: inline-block;
            border-bottom: 1px solid #b5b5b5;
            color: #fff;
            padding: 0px 0px 0px 0px;
            text-align: center;
            height: 57px;
            /*width: 980px;*/
            position: relative;
            margin: 0;
            background: #f6f6f6;
        }

            .box.sets .slider ul li {
                border: 0 none;
                padding: 5px 0px 0px 0px;
                float: left;
                display: inline;
                width: 150px;
                height: 52px;
                background: url(/dl/raiSport/images/v-separator.png) 0px 2px no-repeat;
                cursor: pointer;
                /* float: left; */
                font-family: "Arvo";
                font-size: 12px;
                color: #220820;
                font-weight: 700;
                text-transform: uppercase;
                /* margin: 0; */
                text-align: center;
                line-height: 45px;
            }

                .box.sets .slider ul li div {
                    height: 48px;
                }


                .box.sets .slider ul li.selected {
                    background: #220820;
                    color: #fff;
                }

                    .box.sets .slider ul li.selected:after {
                        position: relative;
                        z-index: 10;
                        bottom /*: -48px;
                        right: 35px;*/
                        height: 0px;
                        width: 0px;
                        border-left: 12px solid transparent;
                        border-right: 12px solid transparent;
                        border-top: 10px solid #220820;
                        content: " ";
                        background: transparent;
                    }

.top-video {
    background-color: transparent;
    height: auto;
    display: table;
    float: none;
    background: none;
    width: 100%;
}

    .top-video .title {
        color: #220820;
        font-size: 18px;
        font-family: inherit;
        padding-left: 5px;
        border-left: 0;
        text-transform: none;
        padding-bottom: 0;
        width: 95.5%;
        margin-left: 0;
        padding-top: 10px;
        font-weight: 700;
        text-transform: uppercase;
        margin-top: 1rem;
    }

    .box.sets .next,
    .box.sets .prev {
        /*display: none;*/
        position: relative;
        float: left;
        width: 40px;
        height: 57px;
        overflow: hidden;
        cursor: pointer;
        z-index: 2000;
        background: #220820;
        border-bottom: 1px solid #b5b5b5;
    }

    .box.sets .next {
        float: right;
        background: #220820 url(/dl/raiSport/images/v-separator.png) 0px 2px no-repeat;
    }

        .box.sets .next.disabled,
        .box.sets .prev.disabled {
            cursor: default;
        }

        .box.sets .next:after,
        .box.sets .prev:after {
            position: absolute;
            font-family: "RaiNews";
            -webkit-font-smoothing: antialiased;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 20px;
            line-height: 57px;
            color: #fff;
            text-align: center;
            cursor: pointer;
            -webkit-transition: all 200ms linear;
            -moz-transition: all 200ms linear;
            transition: all 200ms linear;
            right: 15px;
        }

    .box.sets .prev:after {
        content: "c";
    }

    .box.sets .next:after {
        content: "4";
    }

    .box.sets .next:hover:after,
    .box.sets .prev:hover:after {
        color: #ff510c;
    }

    .box.sets .next.disabled:hover:after,
    .box.sets .prev.disabled:hover:after {
        color: #000;
    }

.box.lastItem .paging {
    display: block;
    /* float: right; */
    height: auto;
    margin: 0px auto 0px auto;
}

    .box.lastItem .paging a.prev, .box.lastItem .paging span.current.prev {
        display: block;
        width: 10px;
        height: 10px;
        padding: 3px 3px 3px 3px;
        margin: 5px 0px 5px 0px;
        overflow: hidden;
        text-indent: -9000px;
        border-radius: 4px;
        background: url(/dl/RaiTV/2012/images/arrow_paging.gif) 6px 3px no-repeat;
    }

    .box.lastItem .paging span.current {
        display: block;
        text-align: center;
        width: 12px;
        height: 10px;
        font-size: 11px;
        line-height: 11px;
        font-weight: bold;
        padding: 3px 3px 3px 3px;
        overflow: visible;
        text-indent: 0px;
        border-radius: 4px;
        color: #220820;
        background: #ff510c;
    }

.paging a.prev, .paging span.current.prev {
    width: 10px;
    height: 10px;
    margin: 5px 0px 5px 0px;
    background: url(/dl/RaiTV/2012/images/arrow_paging.gif) 2px 0px no-repeat;
}

.paging span.current {
    background-position: 0px -30px;
}

.paging a, .paging span {
    display: block;
    float: left;
    position: relative;
    width: 10px;
    height: 10px;
    margin: 5px 4px 5px 4px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    text-indent: -90000px;
    background: url(/dl/RaiTV/2012/images/bkg_pag.png) no-repeat;
}

.box.lastItem .paging a.page_number {
    display: block;
    text-align: center;
    width: 12px;
    height: 10px;
    font-size: 11px;
    line-height: 11px;
    font-weight: bold;
    padding: 3px 3px 3px 3px;
    overflow: visible;
    text-indent: 0px;
    border-radius: 4px;
    color: #999;
    background: transparent;
}

.box.lastItem .paging a.next, .box.lastItem .paging span.current.next {
    display: block;
    width: 10px;
    height: 10px;
    padding: 3px 3px 3px 3px;
    margin: 5px 0px 5px 0px;
    overflow: hidden;
    text-indent: -9000px;
    border-radius: 4px;
    background: url(/dl/RaiTV/2012/images/arrow_paging.gif) -6px 3px no-repeat;
}

.paging a.next, .paging span.current.next {
    width: 10px;
    height: 10px;
    margin: 5px 0px 5px 0px;
    background: url(/dl/RaiTV/2012/images/arrow_paging.gif) -8px 0px no-repeat;
}

.paging a:hover {
    background-position: 0px -10px;
}

.box.lastItem .paging a.page_number:hover {
    color: #ff510c;
    background: #220820;
}

/* ==========================================================================
   LANCIO HTML
========================================================================== */

.colCx .box.lancioHtml {
    background: #f6f6f6;
    -webkit-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    -moz-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
}

.colDx .box.lancioHtml {
    background: #f6f6f6;
    -webkit-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    -moz-box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
    box-shadow: 2px 4px 0 rgba(115,115,115,0.2);
}

.colCx .box.lancioHtml div.title {
    background: #ff510c;
    text-align: center;
    width: 100%;
    font-family: "Arvo";
    font-size: 15px;
    font-weight: 700;
    color: #220820;
    text-transform: uppercase;
    margin: 0;
    padding: 8px 0px;
}

.colDx .box.lancioHtml div.title {
    display: inline-block;
    border: 0 none;
    text-align: left;
    margin: 0;
    padding: 3px 6px 0px 20px;
    float: left;
    line-height: 20px;
    height: 26px;
    /* cursor: pointer; */
    width: 294px;
    background: #ff510c;
    font-family: "Arvo";
    font-size: 15px;
    color: #220820;
    font-weight: 700;
    text-transform: uppercase;
}

.box.lancioHtml ul.noCustom {
    list-style: none;
    list-style-image: none;
    float: left;
    display: inline-block;
    border: 0 none;
    text-align: left;
    margin: 0;
    padding: 0;
}

.colCx .box.lancioHtml ul.noCustom {
    width: 143px;
}

.colDx .box.lancioHtml ul.noCustom {
    width: 320px;
    padding: 11px 0px 20px 0px;
}

.colCx .box.lancioHtml ul.noCustom li {
    padding: 12px 0px 15px 6px;
    float: left;
    cursor: pointer;
    background: url(/dl/raiSport/images/separator.png) 15px bottom no-repeat;
}

.colDx .box.lancioHtml ul.noCustom li {
    padding: 12px 0px 11px 0px;
    float: left;
    cursor: pointer;
    width: 290px;
    margin-left: 15px;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 14px;
}

.box.lancioHtml ul.noCustom li a {
    display: block;
}

.colCx .box.lancioHtml ul.noCustom li a {
    text-align: center;
}

    .colCx .box.lancioHtml ul.noCustom li a img {
        width: 130px;
        float: left;
    }

.colDx .box.lancioHtml ul.noCustom li a img {
    width: 150px;
    height: 85px;
    float: left;
    background: url(//www.rai.it/resizegd/150x150/dl/raiSport/images/rai-sport-arancione.jpg) center no-repeat;
    background-color: #fff;
}

.colCx .box.lancioHtml ul.noCustom li a .titoli {
    width: 130px;
    float: left;
}

.colDx .box.lancioHtml ul.noCustom li a .titoli {
    width: 140px;
    float: left;
    height: 100px;
}

.colDx .box.lancioHtml ul.noCustom li a.noImg .titoli {
    width: 100%;
    float: none;
    height: auto;
}

.colCx .box.lancioHtml ul.noCustom li a .titoli span {
    font-family: "Arvo";
    font-size: 12px;
    font-weight: 700;
    margin: 0px 0px 10px 3px;
    line-height: 14px;
    float: left;
    padding: 2px 6px 2px 6px;
    background: #ff510c;
    text-transform: uppercase;
    color: #000 !important;
    width: 115px;
}

.colDx .box.lancioHtml ul.noCustom li a .titoli span {
    font-family: "Arvo";
    font-size: 12px;
    font-weight: 700;
    margin: 0px 0px 10px 10px;
    line-height: 14px;
    float: right;
    padding: 2px 6px 2px 6px;
    background: #ff510c;
    text-transform: uppercase;
    color: #000 !important;
    width: 113px;
}

.colDx .box.lancioHtml ul.noCustom li a.noImg .titoli span {
    float: none;
    margin: 0;
}

.colCx .box.lancioHtml ul.noCustom li a .titoli h2 {
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 700;
    margin: 0px 0px 0px 0px;
    line-height: 16px;
    float: left;
    width: 130px;
    text-transform: uppercase;
}

.colDx .box.lancioHtml ul.noCustom li a .titoli h2 {
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    margin: 0px 0px 10px 10px;
    line-height: 16px;
    float: right;
    width: 125px;
    background: none;
    text-align: left;
    color: #000;
    /* height: 44px; */
}

.colDx .box.lancioHtml ul.noCustom li a.noImg .titoli h2 {
    float: none;
    margin: 10px 0px;
    width: 100%;
}

/* ==========================================================================
   TABELLONE
========================================================================== */

.box.partite .calendar.big {
    height: 498px;
    background: url('/dl/raiSport/images/bkg-Tabellone.png');
    margin: 0;
}

.box.partite .ottaviSx, .box.partite .ottaviDx {
    width: 95px;
    height: 100%;
    float: left;
}

.box.partite .finale {
    width: 112px;
    height: 100%;
    float: left;
}

.box.partite .quartiSx, .box.partite .quartiDx {
    width: 90px;
    height: 100%;
    float: left;
}

.box.partite .semiSx, .box.partite .semiDx {
    width: 78px;
    height: 100%;
    float: left;
}

.box.partite .fase {
    font-family: "Arvo";
    font-size: 14px;
    color: #220820;
    font-weight: 700;
    line-height: 56px;
    float: left;
    width: 100%;
    height: 47px;
    text-align: center;
}

.box.partite .ottaviSx .match, .box.partite .ottaviDx .match,
.box.partite .quartiSx .match, .box.partite .quartiDx .match,
.box.partite .semiSx .match, .box.partite .semiDx .match,
.box.partite .finale .match {
    width: 80px;
    height: 96px;
    position: absolute;
}

.box.partite .match strong {
    font-family: "Arvo";
    font-size: 14px;
    color: #220820;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px 0px 0px 6px;
}

.box.partite .match .team {
    height: 25px;
    margin: 5px 3px;
}

    .box.partite .match .team img {
        height: 20px;
        border: 1px solid #b4dbed;
        float: left;
    }

.box.partite .match .data {
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #84d7f7;
    bottom: 0px;
    position: absolute;
    width: 100%;
    font-family: "Arvo";
    font-size: 12px;
    color: #220820;
}

.box.partite .match a {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.box.partite .match .live {
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #0a72b1;
    bottom: 0px;
    position: absolute;
    width: 100%;
    font-family: "Arvo";
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.box.partite .match .rivedi {
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #388801;
    bottom: 0px;
    position: absolute;
    width: 100%;
    font-family: "Arvo";
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.box.partite .match .result {
    height: 15px;
    line-height: 15px;
    text-align: center;
    background-color: #388801;
    width: 100%;
    font-family: "Arvo";
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.box.partite .finale .match.big {
    width: 98px;
    height: 114px;
}

.box.partite .match.big .team img {
    height: 25px;
}

.box.partite .match.big strong {
    font-size: 20px;
}

.box.partite .match.big .team {
    height: 35px;
    margin: 5px 5px;
}

.box.partite .match .result.white {
    background-color: transparent;
    height: 7px;
}

.box.partite .match .data.big {
    height: 50px;
    line-height: 25px;
    text-align: center;
    background-color: transparent;
    position: relative;
    width: 100%;
    font-family: "Arvo";
    font-size: 16px;
    color: #220820;
    margin-top: 25px;
}

.box.partite .match.big .data.big {
    font-size: 20px;
}

.box.partite .goTo {
    position: absolute;
    font-family: "Arvo";
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    left: 440px;
    top: 10px;
    cursor: pointer;
    width: 180px;
    text-align: right;
}

.box.matches {
    width: 638px;
    float: left;
    /* margin: 0; */
}

   /* .box.matches .top {
        height: 65px;
        background: #220820;
        float: left;
        width: 100%;
    }

        .box.matches .top .title {
            color: #fff;
            width: 40%;
            float: left;
            line-height: 65px;
            font-size: 20px;
            margin-left: 10px;
            text-transform: uppercase;
            font-weight: 700;
        }*/

    /*.box.matches ul.matchdays {
        width: 370px;
        float: right;
        color: #fff;
        list-style: none;
        list-style-image: none;
        border: 0 none;
        margin: 0;
        padding: 0;
        height: 65px;
    }*/

       /* .box.matches ul.matchdays li {
            float: right;
            margin-right: 7px;
            cursor: pointer;
            height: 50%;
            line-height: 30px;
            font-size: 12px;
        }

            .box.matches ul.matchdays li.selected {
                font-size: 16px;
                color: #ff510c;
            }

            .box.matches ul.matchdays li:hover {
                color: #ff510c;
            }*/

    .box.matches .calendario {
        float: left;
        width: 100%;
        margin: 2px 0px 0px 0px;
    }

        .box.matches .calendario ul {
            list-style: none;
            list-style-image: none;
            border: 0 none;
            margin: 0;
            padding: 0;
            position: relative;
        }

            /*.box.matches .calendario ul li {
                width: 315px;
                float: left;
                clear: left;
                height: 25px;
                border-bottom: 1px solid #fff;
                cursor: pointer;
            }*/

                .box.matches .calendario ul li .link {
                    display: none;
                    float: left;
                    position: absolute;
                    top: 0px;
                    left: 315px;
                    width: 323px;
                    height: auto;
                    padding: 0px;
                    margin: 0px;
                }

                .box.matches .calendario ul li .info {
                    display: block;
                    height: 100%;
                    width: 100%;
                    float: left;
                    border-bottom: 1px solid #fff;
                    position: relative;
                }

                    .box.matches .calendario ul li .info .home, .box.matches .calendario ul li .info .away {
                        width: 130px;
                        float: left;
                        color: #220820;
                        height: 100%;
                        display: block;
                        background: #ff510c;
                        text-align: center;
                        text-transform: uppercase;
                        line-height: 25px;
                        font-weight: 700;
                        font-size: 10px;
                    }

                    .box.matches .calendario ul li .info .result {
                        display: block;
                        float: left;
                        width: 55px;
                        height: 100%;
                        background: #220820;
                        color: #fff;
                        font-size: 15px;
                        line-height: 25px;
                        text-align: center;
                    }

                    .box.matches .calendario ul li .info .result {
                        display: block;
                        float: left;
                        width: 55px;
                        height: 100%;
                        background: #220820;
                        color: #fff;
                        font-size: 15px;
                        line-height: 25px;
                        text-align: center;
                    }

                    .box.matches .calendario ul li .info .app {
                        display: block;
                        float: left;
                        width: 55px;
                        height: 100%;
                        background: #fff;
                        color: #220820;
                        font-size: 11px;
                        line-height: 12px;
                        text-align: center;
                        font-weight: 600;
                    }

                .box.matches .calendario ul li .link a {
                    display: block;
                    height: 250px;
                    color: #220820;
                }

                    .box.matches .calendario ul li .link a:hover, .link a:hover * {
                        color: #220820 !important;
                    }

                .box.matches .calendario ul li .link .titolo {
                    width: 70px;
                    height: 40px;
                    line-height: 40px;
                    margin: 0 auto;
                    text-align: center;
                    border-bottom: 1px solid #ff510c;
                    overflow: visible;
                    /* text-overflow: initial; */
                }

                    .box.matches .calendario ul li .link .titolo p {
                        width: 200px;
                        margin: 0px 0px 0px -65px;
                        font-size: 18px;
                        font-weight: 700;
                    }

                .box.matches .calendario ul li .link .img, .box.matches .calendario ul li .link .img img {
                    width: 218px;
                    height: 129px;
                    margin: 17px auto;
                }

                    .box.matches .calendario ul li .link .img img {
                        margin: 0px auto;
                        background: url(//www.rai.it/resizegd/150x150/dl/raiSport/images/rai-sport-arancione.jpg) center no-repeat;
                        background-color: #fff;
                    }

                .box.matches .calendario ul li .link .nome {
                    height: 24px;
                    width: 100%;
                    text-align: center;
                    text-transform: uppercase;
                    font-size: 15px;
                    font-weight: 600;
                }

                .box.matches .calendario ul li .link .btn {
                    width: 105px;
                    background-color: #ff510c;
                    text-indent: 0;
                    display: block;
                    color: #220820;
                    font-size: 10px;
                    font-style: normal;
                    line-height: 24px;
                    text-decoration: none;
                    text-align: center;
                    text-transform: uppercase;
                    font-weight: 700;
                    margin: 0 auto;
                }

                .box.matches .calendario ul li .link .img:before {
                    content: "v";
                    font-family: "RaiNews";
                    font-size: 30px;
                    color: rgba(255,255,255,1);
                    -webkit-font-smoothing: antialiased;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    position: absolute;
                    width: 30px;
                    height: 30px;
                    line-height: 30px;
                    text-align: center;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    border-radius: 50%;
                    background: rgba(255,255,255,0.3);
                    margin: 0px 0 0 0px;
                    top: 105px;
                    left: 140px;
                }

                .box.matches .calendario ul li.selected .info .home, .box.matches .calendario ul li.selected .info .away,
                .box.matches .calendario ul li:hover .info .home, .box.matches .calendario ul li:hover .info .away {
                    background: #220820;
                    color: #fff;
                }

                .box.matches .calendario ul li.selected .link {
                    display: block;
                }

                .box.matches .calendario ul li.selected .info:after {
                    position: absolute;
                    z-index: 10;
                    top: 5px;
                    left: 304px;
                    height: 0px;
                    width: 0px;
                    border-top: 9px solid transparent;
                    border-bottom: 9px solid transparent;
                    border-right: 12px solid #fff;
                    content: " ";
                    background: transparent;
                }

                .box.matches .calendario ul li.selected .info .result, .box.matches .calendario ul li.selected .info .app,
                .box.matches .calendario ul li:hover .info .result, .box.matches .calendario ul li:hover .info .app {
                    background: #3B3B3B;
                    color: #fff;
                }

/*    .box.matches.I_gol_della_Serie_A .top .title:before {
        content: url(/dl/raiSport/images/serie-a.png);
        top: 17px;
        position: relative;
        margin: 0px 10px 0px 0px;
    }

    .box.matches.I_gol_della_Serie_A .top .title {
        margin-top: -8px;
        font-family: "Arvo";
    }*/

    .box.matches.I_gol_della_Serie_A,
    .box.speciali {
        font-family: "Open sans";
        background: #f6f6f6;
    }


.box.matches .calendario ul li {
width: 315px;
float: left;
clear: left;
height: 25px;
border-bottom: 1px solid #fff;
cursor: pointer;
margin-left: 2px;
}

.box.matches ul.matchdays {
width: 100%;
float: right;
color: black;
list-style: none;
list-style-image: none;
border: 0 none;
margin: 0;
padding: 0;
height: auto;
}

.box.matches ul.matchdays li {
float: left;
cursor: pointer;
border: 2px solid gray;
line-height: 30px;
font-size: 15px;
width: 26.8px;
margin: 2.3px;
text-align: center;
border-radius: 2px;
height: auto;
}


.box.matches ul.matchdays li.selected {
font-size: 15px;
color:black ;
background-color: #ff510c;
}

.box.matches ul.matchdays li:hover {
color: #ff510c;
background-color: #5a5a5a;
}

.box.matches .top {
height: 65px;
display: table;
float: none;
background: none;
width: 100%;
margin-bottom: 16px;
}

.box.matches .top .title {
color: #4d4d4d;
width: 100%;
font-size: 24px;
margin-left: 190px;
text-transform: uppercase;
font-weight: 700;
}

.box.matches.I_gol_della_Serie_A .top .title:before {
content: url(/dl/raiSport/images/serie-a.png);
top: 13px;
position: relative;
margin: 0px 10px 0px 0px;
}
.box.matches.I_gol_della_Serie_A .top .title{
    color: white;
    font-family: "Arvo";
    background-color: #303030;
    margin-left: 0;
    padding-left: 24px;
    margin-top: 0;
    margin-bottom: 5px;
    border-left: 5px solid #ff510c;
    width: 95.5%;
    padding-bottom: 20px;
}
.box.matches.speciali {
    margin-top: 10px;
}
.box.matches.speciali .top{
    height: auto;
    background-color: #303030;
}
.box.matches.speciali .top .title {
    font-family: "Arvo";
    color: white;
    padding-left: 24px;
    border-left: 5px solid #ff510c;
    width: 95.5%;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.box.matches.speciali .focus {
    float: left;
    margin-left: 3px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.box.matches.speciali .colSx .focus {
  margin-right: 12px;
}
.box.matches.speciali .focus div#topNews {
    width: 300px;
    border: none;
    margin-right: 0;
}
.box.matches.speciali .focus #topNews.box a.img img,
.box.matches.speciali .focus #topNews .related ul li,
.box.matches.speciali .focus #topNews .related ul {
    width: 300px;
}
.box.matches.speciali .focus #topNews.box .onImg {
    width: 265px;
    bottom: 15px;
}
.box.matches.speciali .focus #topNews.box .onImg h2 {
    font-size: 15px;
    line-height: 15px;
}
.box.matches.speciali .focus #topNews.box .onImg h3 {
    font-size: 11px;
    line-height: 14px;
    font-weight: 200;
}
.box.matches.speciali .focus .label {
    display: none;
}
.box.matches.speciali .focus .related {
    float: left;
}
.box.matches.speciali .focus #topNews .related ul li {
    padding: 0;
}
.box.matches.speciali .focus #topNews .related ul li a {
    display: block;
    padding-top: 10px;
    padding-left: 10px;
}
.box.matches.speciali .colSx .focus .related {
  display: block;
}
.box.matches.speciali .lanci{
    float: left;
    width: 325px;
}
.box.matches.speciali .lanci {
    padding-left: 5px;
}
.box.matches.speciali .lanci .colSx {
    margin: 0 !important;
    width: 100% !important;
}
.box.matches.speciali .lanci .colSx .box.news {
    width: 150px;
    margin-right: 6px;
    margin-bottom: 5px;
    box-shadow: none;
    -webkit-box-shadow: none;
    height: 134px;
}
.box.matches.speciali .lanci .box.news a.img img {
    width: 150px;
    height: 100px;
}
.box.matches.speciali .lanci .box.news a.tagNews {
    padding: 3px;
    font-size: 10px;
}
.box.matches.speciali .lanci .box.news a.img h2 {
    width: 140px;
    margin: 0;
    font-size: 12px;
    padding: 2px;
    line-height: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box.matches.speciali .lanci .box.news a.img {
    width: 140px;
}
.box.matches.speciali .lanci .box.news a.img h3,
.box.matches.speciali .lanci .related {
    display: none;
}
/**Gestione pulsanti multimediaSlick*/
.multimediaSlick .slick-prev::before,
.multimediaSlick .slick-next::before{
    display: block;
    width: 40px;
    background-color: #ff510c;
}


/*  GESTIONE NUOVO MENU RAIPLAY */
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 1;
    overflow: visible;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

svg:not(:root) {
    overflow: hidden;
}

.row {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
}

.column, .columns {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}


.small {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}

.small-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.small-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}

.row.top_row .row {
    margin: 0 auto;
    padding: 1.25rem 0;
}

.align-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.small-12 .title-bar {
    background: transparent;
}

.maskOverlay, .mainMenuContainer {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    z-index: 100;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

    .maskOverlay.opened, .mainMenuContainer.opened {
        opacity: 1;
        visibility: visible;
    }

#barraRai {
    display: none;
    max-width: inherit;
    margin: 0 !important;
    height: 80px;
    z-index: 200;
    position: relative;
    background: #475358;
    overflow: hidden;
}

.top-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0.5rem;
}

.top-bar, .top-bar ul {
    background: transparent !important;
    height: 80px;
    margin: 0;
    padding: 0 !important;
}

    .top-bar .logo {
        height: 80px;
        width: 80px;
        flex: initial;
        padding: 0;
    }

    .top-bar div {
    padding: 0;
}

    .dropdown.menu {
    position: relative;
}

.top-bar ul li a {
    color: #fff;
    font-size: 0.875rem;
}

.top-bar ul, .dropdown.menu {
    background: transparent;
}

.top-bar-left, .top-bar-right {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.top-bar .top-bar-right {
    float: right;
}

.top-bar ul li#barraRaiBtn {
    width: 80px;
    height: 80px;
    background: #a03c25;
    cursor: pointer;
}

#barraRaiMenuIcon {
    width: 22px;
    height: 20px;
    margin-top: 4px;
    display: none;
    top: 26px;
    left: 30px;
}

.top-bar ul li#barraRaiBtn:hover #barraRaiMenuIcon {
    display: inline-block;
}

.top-bar ul li#barraRaiBtn.opened {
    background-color: #475358 !important;
}

.top-bar ul li#barraRaiBtn:hover img, .top-bar ul li#barraRaiBtn.opened img, .top-bar ul li#barraRaiBtn.opened #barraRaiMenuIcon, .top-bar ul li#barraRaiBtn #barraRaiCloseIcon {
    display: none;
}

.top-bar ul li#barraRaiBtn.opened #barraRaiCloseIcon {
    display: block;
}
.top-bar ul li#barraRaiBtn #barraRaiCloseIcon svg {
    width: 38px;
    margin: 21px;
}

.top-bar ul li#barraRaiBtn #barraRaiCloseIcon svg path {
    stroke: none;
    fill: #29a2ff;
}

.logoRai, #main-menu svg.logoRai {
    height: 80px;
    width: 80px;
    margin: 0;
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px;
}

.title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem;
}

.menu-icon {
    width: 28px;
    height: 24px;
}

div#menuDedicato {
    margin: 0 auto !important;
    max-width: inherit;
    background: #ff510c;
    transition: background 600ms;
    -webkit-transition: background 600ms;
    height: 80px;
}

#site-menu.top-bar .columns {
    flex: initial;
}

#mainMenuBtn {
    display: block;
    float: left;
    height: 80px;
    width: 80px;
    line-height: 80px;
}

.menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    background: #fefefe;
    box-shadow: 0 9px 0 #fefefe, 0 18px 0 #fefefe;
}

#mainMenuBtn:after {
    background: #fefefe;
    box-shadow: 0 9px 0 #fefefe, 0 18px 0 #fefefe;
    width: 26px;
    margin: 30px 0 0 27px !important;
}

#site-menu .menuTitle {
    width: 170px !important;
    color: transparent;
    font-size: 28px;
    line-height: 80px;
    font-weight: 100;
    text-indent: -10000px;
    display: inline-block;
    /* background-image: url("/dl/raiSport/images/logo_sport.png"); */
    /* background-repeat: no-repeat; */
    /* background-position: left center; */
}

#site-menu .menuTitle img {
    width: 100%;
    display: block;
    margin-top: 7px;
}

#site-menu .menuTitle svg {
    fill: #fff;
    display: block;
}

#menuDedicato .top-bar .top-bar-right #cerca-barra {
    display: block;
}


.menu {
    background: #ff510c;
    position: fixed;
}

    .menu form {
        display: block;
        height: 80px;
        margin: 0;
    }

    .menu h3 {
        color: #ffffff;
        font-size: 1.9em;
        padding: 23px;
        margin: 0;
        font-weight: 300;
        background: #00A0FA;
    }

    .menu a {
        display: block;
        color: #fff !important;
        font-size: 17px;
        font-weight: 300;
    }

    .menu a#close {
        padding: 20px;
        padding-left: 30px;
        cursor: pointer;
    }

        .menu li:hover {
            background: rgba(0, 0, 0, .4);
            color: #fff !important;
        }

        .menu li.selected {
            background: #fff;
        }

         .menu li#cerca-barra:hover {
            background: transparent;
            color: #fff !important;
        }

/* Orientation-dependent styles for the content of the menu */

div.menu {
    width: 440px;
    height: 100%;
    top: 0;
    z-index: 1000;
    left: -440px;
}

    .menu ul {
            list-style: none;
            list-style-image: none;
            padding: 0;
            margin: 0;
    }

    .menu nav li {
        /* padding: 20px; */
        /* padding-left: 40px; */
        /* padding-top: 23px; */
        /* padding-bottom: 16px; */
        box-sizing: border-box;
        cursor: pointer;
    }

        .menu li:before {
            width: 40px;
            height: 40px;
            margin-right: 1rem;
            vertical-align: -30%;
            display: inline-block;
            opacity: .6;
        }

        .menu li a {
            display: block;
            line-height: 60px;
            position: relative;
            height: 60px;
            padding-left: 40px;
        }

        .menu li a:hover {
            color: #fff !important;
        }

        .menu li.selected a {
            color: #be990a !important;
        }

/* Vertical menu that slides from the left or right */

    .menu.open {
        left: 0px;
        overflow-y: auto;
        overflow-x: hidden;
        padding-bottom: 96px;
    }

    .menu::-webkit-scrollbar-track {
        background-color: rgba(255,255,255,.1);
    }

.menu nav {
    width: 100%;
    height: 100%;
}

.menu > li > a {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}
.menu > li > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1;
}

/* Push classes applied to the body */

*, *:before, *:after {
    box-sizing: initial !important;
}

body {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.menu-push-toright {
    left: 300px;
}

.menu-push-toleft {
    left: -240px;
}

/* Transitions */

.menu,
.menu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


    /*Divisore Menu*/
    .menu .divisory {
        display: block;
        height: 20px;
        background: #1C272D;
        border-bottom: 1px solid #00A0FA;
    }

.menu.medium-horizontal {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.menu.medium-horizontal > li {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.menu.vertical > li > a {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #fff!important;
    line-height: 60px;
}

div#menuDedicato .menu {
    margin: 0;
    list-style-type: none;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#main-menu ul {
        margin: 0;
        list-style-type: none;
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0;
}

#main-menu li:hover {
    background: transparent;
}

.contain-to-grid.barraRai {
    display: none !important;
}

@media screen and (max-width: 40em) {
    .mainTitleCont.text-center > h1 {
        font-size: 1.875rem;
    }

    .top-bar {
        height: 40px;
    }

    #mainMenuBtn {
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

        #mainMenuBtn:after {
            box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
            width: 20px;
            margin: 12px 0 0 10px !important;
        }

        #mainMenuBtn:hover:after {
            background: #29a2ff;
            box-shadow: 0 7px 0 #29a2ff, 0 14px 0 #29a2ff;
        }

    #site-menu .menuTitle {
        width: 70px !important;
        line-height: 40px;
        background-size: auto 30px;
    }

    .top-bar ul li#barraRaiBtn {
        width: 40px;
        height: 40px;
    }

    #barraRaiMenuIcon {
        width: 20px;
        margin: 0;
        top: 8px;
        left: 10px;
    }

        #barraRaiMenuIcon::after {
            background: #fefefe;
            box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
        }

    #barraRaiCloseIcon svg,
    .mainMenuContainer .closeMainMenu #closeMainMenuBtn svg {
        width: 30px !important;
        margin: 5px !important;
    }

    #barraRai {
        height: 40px;
    }

    .logoRai {
        height: 40px;
        width: 40px;
    }

    .mainMenuContainer .closeMainMenu {
        height: 40px;
    }

    .mainMenuContainer.opened ul {
        max-height: calc(100% - 40px);
    }

    .mainMenuContainer ul li a {
        padding: 15px 40px 15px 52px !important;
    }

    .menuItem .imagePosition {
        left: 7px;
        top: 15px;
    }

    #barraRai .title-bar {
        display: block;
        padding: 0;
    }

    #barraRai .top-bar {
        display: block !important;
        width: calc(100% - 40px);
        position: absolute;
        top: 0;
        right: 0;
    }

        #barraRai .top-bar .logo {
            display: none !important;
        }

        #barraRai .top-bar .top-bar-left {
            height: 40px;
            overflow: hidden;
        }

            #barraRai .top-bar .top-bar-left:before,
            #barraRai .top-bar .top-bar-left:after {
                content: '';
                display: block;
                width: 30px;
                height: 40px;
                position: absolute;
                top: 0;
                z-index: 10;
            }

            #barraRai .top-bar .top-bar-left:before {
                left: 0;
                background: -moz-linear-gradient(left, rgba(71,83,88,1) 0%, rgba(71,83,88,0) 100%);
                background: -webkit-linear-gradient(left, rgba(71,83,88,1) 0%,rgba(71,83,88,0) 100%);
                background: linear-gradient(to right, rgba(71,83,88,1) 0%,rgba(71,83,88,0) 100%);
            }

            #barraRai .top-bar .top-bar-left:after {
                right: 0;
                background: -moz-linear-gradient(left, rgba(71,83,88,0) 0%, rgba(71,83,88,1) 100%);
                background: -webkit-linear-gradient(left, rgba(71,83,88,0) 0%,rgba(71,83,88,1) 100%);
                background: linear-gradient(to right, rgba(71,83,88,0) 0%,rgba(71,83,88,1) 100%);
            }

            #barraRai .top-bar .top-bar-left ul {
                display: block;
                white-space: nowrap;
                overflow-y: hidden;
                overflow-x: auto;
                flex-wrap: initial;
                height: 70px;
                padding: 0 16px 30px;
            }

                #barraRai .top-bar .top-bar-left ul li {
                    display: inline-block;
                    width: auto;
                    flex: initial;
                }

                    #barraRai .top-bar .top-bar-left ul li a {
                        padding: 0 1rem;
                        line-height: 40px;
                    }

    div#menuDedicato {
        height: 40px;
    }

    #menuDedicato .top-bar .top-bar-right #cerca-barra {
        display: none;
    }
}
    #topNews .related ul li a:hover, .box.news .related ul li a:hover {

color: #ff510c !important;
    }

.slick-track {
    margin: auto;
}