﻿@charset "UTF-8";
@import url("../fonts/stylesheet.css");

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

html,
body {
    font-size: 16px;
    /*height: 100%;*/
    min-height: 100%;
    /*display: flex;*/
    /*flex-direction: column;*/
    font-family: museo_sans300;
}

.overflow-visible {
    overflow: visible !important;
}


@media all and (max-width: 767px) {
    html,
    body {
        font-size: 14px;
        overflow-x: hidden;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    html,
    body {
        font-size: 15px;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    html,
    body {
        font-size: 15px;
    }
}

.footer-fix {
    /*flex: 1 0 auto;*/
}

th {
    font-weight: 300;
}

.museo100 {
    font-family: museo_sans100;
}

.museo300 {
    font-family: museo_sans300;
}

.museo500 {
    font-family: museo_sans500;
}

.museo700 {
    font-family: museo_sans700;
}

.museo900 {
    font-family: museo_sans900;
}

.top10 {
    margin-top: 10px;
}

.top20 {
    margin-top: 20px;
}

.top30 {
    margin-top: 30px;
}

.bot0 {
    margin-bottom: 0 !important;
}

.bot10 {
    margin-bottom: 10px;
}

.bot20 {
    margin-bottom: 20px;
}

.bot30 {
    margin-bottom: 30px;
}

.bot40 {
    margin-bottom: 40px;
}

.bot50 {
    margin-bottom: 50px;
}

.bot60 {
    margin-bottom: 60px;
}

.text-center {
    text-align: center;
}

.nopad {
    padding: 0 !important;
}

.nomar {
    margin: 0 !important;
}

.right {
    text-align: right !important;
}

.width {
    width: 100%;
}

.width8 {
    width: 8%;
}

.width9 {
    width: 9%;
}

.width10 {
    width: 10%;
}

.width12 {
    width: 12%;
}

.width15 {
    width: 15%;
}

.width20 {
    width: 20%;
}

.width25 {
    width: 25%;
}

.width28 {
    width: 28%;
}

.width29 {
    width: 29%;
}

.width30 {
    width: 30%;
}

.width33 {
    width: 33%;
}

.width35 {
    width: 35%;
}

.width38 {
    width: 38%;
}

.width40 {
    width: 40%;
}

.width80 {
    width: 80%;
}

.maxh100 {
    max-height: 100%;
}

.height {
    height: 100%;
}

.bkgwhite {
    background-color: #ffffff;
}

.bkggrey {
    background-color: #e7e7e7;
}

.nav > li.dropdown.open {
    position: static;
}

    .nav > li.dropdown.open .dropdown-menu {
        width: 200%;
        text-align: center;
        left: 0;
        right: 0;
        top: 98%;
        display: inline-flex;
    }

.initial {
    position: initial;
}

.relative {
    position: relative;
}

.dropdown-nav {
    background-color: rgba(2, 83, 157, 0.96);
    border-radius: 0;
    margin: 0;
    border: none;
    /*width: 100%;*/
    width: 70%;
    padding: 1rem 1.6rem;
}

    .dropdown-nav a {
        color: white;
    }

.dropdown-nav-open {
    list-style-type: none;
    text-align: left;
    padding-left: 0;
    font-size: 1rem;
    font-family: museo_sans700;
    color: white;
}

    .dropdown-nav-open li {
        margin-bottom: 0.6rem;
        background: none;
        margin-top: 20;
    }

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background-color: transparent;
}

.nav > li.dropdown.open .dropdown-menu a {
    color: white;
}

.nav > li > a:focus {
    color: white;
    text-decoration: none;
    background-color: #0055a2 !important;
}

.nav > li > a:hover {
    color: white;
    text-decoration: none;
    background-color: #0055a2 !important;
}

.nav > li > a:active {
    color: white;
    text-decoration: none;
    background-color: #0055a2 !important;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
    color: #0055a2;
    text-decoration: none;
    background-color: orange !important;
}

.sezcampionati a:focus {
    color: white;
    text-decoration: none;
    background-color: #0055a2 !important;
}

.sezcampionati a:hover {
    color: white;
    text-decoration: none;
    background-color: #0055a2 !important;
}

.sezcampionati2 a:focus {
    color: white;
    text-decoration: none;
    background-color: #0055a2 !important;
}

.sezcampionati2 a:hover {
    color: white;
    text-decoration: none;
    background-color: #0055a2 !important;
}

.navbar-collapse.in {
    width: 100%;
    height: auto;
    background-color: grey;
}

.navbar {
    background-color: #0055a2;
    border: none;
    height: 3rem;
    border-radius: 0;
}

.sezionenav {
    display: table !important;
    padding: 0;
}

.iconafip {
    max-width: 100% !important;
    position: relative;
    top: 0.4rem;
    right: 0.3rem;
}

.separatore-left {
    margin-top: 0.5rem;
    height: 2rem;
    border-left: 1px solid #80aad1;
    position: absolute;
    left: 0;
    top: 0;
}

.separatore-right {
    margin-top: 0.5rem;
    height: 2rem;
    border-left: 1px solid #80aad1;
    position: absolute;
    right: 0;
    top: 0;
}

.scrittanav {
    color: white;
    font-family: museo_sans500;
    font-size: 1rem;
    display: table-cell !important;
    vertical-align: middle;
    text-align: center;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

    .scrittanav:hover,
    .scrittanav:focus {
        color: white;
    }

.linkfip {
    color: white;
    font-family: museo_sans500;
    display: table-cell !important;
    vertical-align: middle;
    text-align: right;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    font-size: 1.5rem;
}

.simbolofip {
    display: table !important;
    height: 2rem;
    width: 2rem;
    margin: 0.5rem;
    background-color: #80aad1;
}

.fip-at {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 1.4rem;
    color: #0055a2;
    font-family: museo_sans500;
}

.cerca {
    color: white;
    font-family: museo_sans500;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 1rem;
}

.nav-search {
    width: 100%;
    height: 2rem;
    background-color: #80aad1;
    border: none;
    border-radius: 0px;
    margin-top: 0.6rem;
}

.simbolosearch {
    display: table !important;
    height: 2rem;
    width: 2rem;
    margin-top: 0.6rem;
    background-color: #80aad1;
    cursor: pointer;
}

.fa-search-ico {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 1.4rem;
    color: #0055a2;
}

.separatore-campionati {
    margin-top: 0.5rem;
    height: 2rem;
    border-left: 1px solid #80aad1;
}

@media all and (max-width: 767px) {
    .iconafip {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        /*left: 0.4rem;*/
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .scrittanav {
        font-size: 0.8rem;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .scrittanav {
        font-size: 0.8rem;
    }
}


/*BURGER MENU*/

.navbar-toggle {
    padding: 0;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    /*right: 0.4rem;*/
}

#lista-burger b {
    color: white;
}

#lista-burger ul {
    padding: 0;
    list-style-type: none;
}

    #lista-burger ul > li {
        border: none;
    }

        #lista-burger ul > li > a > div {
            color: white;
        }

@media (min-width: 768px) {
    .navbar-toggle {
        display: block;
    }
}

@media (min-width: 1000px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-toggle .icon-bar {
    background-color: white;
    width: 2.2rem;
    height: 0.35rem;
    border-radius: 40px;
}

.nav {
    background-color: rgba(0, 85, 162, 0.9);
    display: none;
    height: 100%;
    overflow: auto;
    position: absolute;
    right: -20em;
    font-size: 15px;
    top: 0;
    width: 20em;
    /*width: 100%;*/
    z-index: 2000;
    transition: right 0.3s ease-in-out 0s;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
}

.main-menu li {
    margin: 0 1rem;
    padding: 1rem;
}

#nascondi li {
    border-bottom: 1px solid #979797;
    text-align: center;
    font-family: museo_sans500;
    font-size: 1.3rem;
}

#nav-close {
    margin-bottom: 0px;
}

.socials img {
    text-align: center;
    width: 18%;
    margin-left: 25px;
}

.nav-expanded {
    float: right;
}

    .nav-expanded .nav {
        right: 0;
        display: block;
        position: fixed;
    }

#lista a {
    color: white;
    font-family: museo_sans500;
}


/*TOP*/

.top-icon {
    position: absolute;
    height: 100%;
    top: 0;
}

.top-logo-naz {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.div-top-title {
    position: absolute;
    text-align: center;
    left: 26%;
    height: 100%;
    top: 0;
}

.top-title {
    color: white;
    font-size: 6rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.div-naz-top-title {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
}

.naz-top-title {
    color: white;
    font-size: 6rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .naz-top-title {
        font-size: 2rem;
    }

    .top-title {
        font-size: 2rem;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .naz-top-title {
        font-size: 3rem;
    }

    .top-title {
        font-size: 3rem;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .naz-top-title {
        font-size: 4rem;
    }

    .top-title {
        font-size: 4rem;
    }
}

.dropdown-active {
    list-style: none outside none;
    text-align: left;
    padding-bottom: 2%;
    padding-top: 2%;
    width: 100%;
    border: none;
    margin: 0;
    border-radius: 0;
    background-color: #0055a2;
}

.carousel-indicators {
    bottom: 29%;
}

.sponsor {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20%;
    padding: 1.5rem 0 1.8rem 0;
    color: #fff !important;
    font-size: 0.9rem;
}

.sezlogo {
    text-align: center;
    height: auto;
}

.logo1 {
    margin-top: -1%;
    max-height: 100%;
    height: 95%;
    coloeìr: #fff;
}

.logo2 {
    margin-top: 3%;
    max-height: 100%;
    height: 75%;
}

.logo3 {
    margin-top: 4%;
    max-height: 100%;
    height: 75%;
}

.logo4 {
    margin-top: 2%;
    max-height: 100%;
    height: 80%;
}

.navbar-campionati-home {
    background-color: #0055a2;
    position: absolute;
    display: table;
    bottom: 20%;
    height: 3rem;
    width: 100%;
}

.sezcampionati {
    display: table;
    padding: 0;
}

.campionato {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: white !important;
    font-family: museo_sans300;
    font-size: 1.2rem;
}

.nazionale {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: white !important;
    font-family: museo_sans300;
    font-size: 1.2rem;
}

.divlogofip {
    bottom: 40%;
    position: absolute;
    width: 100%;
}

.divlogofipHomePage {
    bottom: 33%;
    position: absolute;
    width: 100%;
}

.divsocial {
    bottom: 25%;
    position: absolute;
    width: 100%;
}

.socialzone img {
    float: right;
}

.social {
    padding-right: 7px;
    height: 4%;
}

.fipSocial {
    font-size: 1.4rem;
    color: white;
    text-decoration: none;
    float: left;
    margin-top: 0.6rem;
}

    .fipSocial a {
        color: white;
    }

        .fipSocial a:hover {
            color: white;
        }

.fipSocialMobile {
    font-size: 1.5rem;
    color: white;
    text-decoration: none;
    float: left;
    margin-top: 1rem;
}

    .fipSocialMobile a {
        color: white;
    }

        .fipSocialMobile a:hover {
            color: white;
        }

.fipSocialHomePage {
    font-size: 1.4rem;
    color: white;
    text-decoration: none;
    float: left;
    margin-top: 0.6rem;
}

    .fipSocialHomePage a {
        color: white;
    }

        .fipSocialHomePage a:hover {
            color: white;
        }

.fipSocialLogo {
    font-size: 1.9rem;
    color: white;
    text-decoration: none;
    float: left;
    /*margin-top: 0.6rem;*/
}

    .fipSocialLogo a {
        color: white;
    }

        .fipSocialLogo a:hover {
            color: white;
        }

/*
.freccianav1 {
    margin-left: 27%;
    bottom: 90%;
    position: absolute;
}

.freccianav2 {
    margin-left: 49%;
    bottom: 90%;
    position: absolute;
}

.freccianav3 {
    margin-left: 71%;
    bottom: 90%;
    position: absolute;
}

.top {
    width: 100%;
    height: 3%;
    background-color: #13904d;
    position: absolute;
    bottom: 37%;
    z-index: 5;
    text-align: center;
}

.testo-campionato {
    padding-top: 3px;
    color: white;
    font-family: museo_sans500;
    font-size: 0.8rem;
}

.bot {
    width: 100%;
    height: 1%;
    background-color: #13904d;
    position: absolute;
    bottom: 11%;
}

.slidercampionati {
    height: 25%;
    overflow: hidden;
    width: 100%;
    position: absolute;
    bottom: 12%;
}

.slidee {
    padding: 0;
    margin: 0;
}

.partita {
    text-align: center;
    height: 100%;
    width: 390px;
}

.frame .slidee li {
    float: left;
}

.nomesquadra h5 {
    margin: 0;
}

.provsquadra h5 {
    margin: 0;
}

.sezione1 h3 {
    margin-top: 0;
    font-family: museo_sans700;
    color: #0055a2;
}

.sezione2 h3 {
    margin-top: 0;
    font-family: museo_sans700;
    color: #0055a2;
}

.divlogosquadra {
    height: 48% !important;
    padding-top: 8%;
    padding-bottom: 2%;
}

.logosquadra {
    max-height: 100%;
}

.nomesquadra {
    height: 10% !important;
    font-family: museo_sans700;
    color: #616161;
}

.provsquadra {
    height: 10% !important;
    font-family: museo_sans300;
    color: #838383;
}

.punteggio {
    margin-top: 5%;
    height: 20% !important;
}

.sezione1 a {
    text-decoration: none;
}

.sezione2 a {
    text-decoration: none;
}*/

@media all and (min-width: 0px) and (max-width: 767px) {
    .navbar-campionati-home {
    }

    .divlogofip {
        padding-left: 3%;
        bottom: 8%;
    }

        .divlogofip img {
            height: 15%;
        }

    .navbar-nav {
        margin: 0;
    }

    .sponsor {
        /*background-color: black;*/
        position: relative;
        bottom: 0;
        width: 100%;
        height: 14%;
        padding: 0;
    }

    .sponsor {
        height: auto;
        position: relative;
        /*height: initial;*/
        background-color: black;
    }

    .sezlogo {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

    .logo1 {
        margin-top: 11%;
        margin-bottom: 11%;
        max-width: 100%;
        height: inherit;
    }

    .logo2 {
        margin-top: 11%;
        margin-bottom: 11%;
        max-width: 100%;
        height: inherit;
    }

    .logo3 {
        margin-top: 20%;
        margin-bottom: 20%;
        max-width: 100%;
        height: inherit;
    }

    .logo4 {
        margin-top: 18%;
        margin-bottom: 18%;
        max-width: 100%;
        height: inherit;
    }

    .sezlogo {
        text-align: center;
        height: 11%;
        padding: 0 0 8% 2%;
    }

    .top2-mobile {
        margin-top: 2%;
        ;
    }
    /*
    .freccianav1 {
        bottom: 0;
        margin-left: -49%;
    }
    .freccianav2 {
        bottom: 0;
        margin-left: -49%;
    }
    .freccianav3 {
        bottom: 0;
        margin-left: -49%;
    }
    .testo-campionato {
        background-color: 13904d;
        font-size: 0.7rem;
        padding-top: 4px;
        padding-bottom: 4px;
        margin: 0;
        text-align: center;
    }
    .slidercampionati {
        position: relative;
        height: 23%;
    }
    .partita {
        width: 300px;
    }*/
    .sezcampionati {
        border-bottom: 1px solid white;
    }

    .dropdown-active {
        text-align: center;
    }

    .campionato {
        padding: 0.7rem 0;
    }

    .nazionale {
        padding: 0.25rem 0;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .navbar-campionati-home a {
        font-size: 0.7rem;
    }

    .sezcampionati2 {
        display: table;
        padding-top: 0px !important;
    }

    .carousel-indicators {
        bottom: 58%;
    }

    .top {
        bottom: 47%;
    }
    /*
    .freccianav1 {
        max-height: 55%;
        margin-left: 24%;
    }
    .freccianav2 {
        max-height: 55%;
    }
    .freccianav3 {
        max-height: 55%;
        margin-left: 75%;
    }
    .testo-campionato {
        padding-top: 1px;
        font-size: 0.4rem;
    }
    .slidercampionati {
        height: 35%
    }
    .divlogosquadra {
        padding-top: 5%;
        height: 40% !important
    }
    .social {
        height: 4%;
        padding-bottom: 8px;
    }
    .nomesquadra h5 {
        font-size: 0.7rem
    }
    .provsquadra h5 {
        font-size: 0.7rem
    }
    .partita {
        width: 300px;
    }*/
    .sezione1 {
        margin-top: 2%;
    }

    .sezione2 {
        margin-top: 2%;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .navbar-campionati-home a {
        font-size: 0.9rem;
    }

    .sezcampionati2 {
        display: table;
        padding-top: 0px !important;
    }

    .carousel-indicators {
        /*bottom: 58%;*/
    }

    .top {
        bottom: 47%;
    }
    /*
    .freccianav1 {
        max-height: 60%;
        margin-left: 21%;
    }
    .freccianav2 {
        max-height: 60%;
    }
    .freccianav3 {
        max-height: 60%;
        margin-left: 78%;
    }
    .testo-campionato {
        padding-top: 2px;
        font-size: 0.5rem;
    }
    .slidercampionati {
        height: 35%
    }
    .divlogosquadra {
        padding-top: 5%;
        height: 50% !important
    }
    .social {
        height: 4%
    }
    .nomesquadra h5 {
        font-size: 0.9rem
    }
    .provsquadra h5 {
        font-size: 0.9rem
    }
    .partita {
        width: 350px;
    }*/
    .sezione1 {
        margin-top: 1%;
    }

    .sezione2 {
        margin-top: 1%;
    }
}

@media all and (min-width: 1200px) {
}


/*--news--*/

.zonanews {
    margin-bottom: 1%;
}

.calendario {
    margin-top: 2%;
    margin-bottom: 2%;
}

.news {
    height: 90%;
    max-height: 50%;
}

.news-list {
    overflow-y: auto;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.newsfrecciaDX {
    position: absolute;
    top: 50%;
    z-index: 5;
    right: 5%;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control-right {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.newsfrecciaSX {
    position: absolute;
    top: 50%;
    z-index: 5;
    left: 5%;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control-left {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.news-opache {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 00px;
    width: 100%;
    /*height: 45%; */
    text-align: center;
    color: white;
}

.default-news {
    position: relative;
}


/*
.titoloartcar {
    color: white !important;
    font-family: museo_sans300;
    font-size: 60pt;
    bottom: 35%;
    position: absolute;
    width: 50%;
    height: 25%;
    text-align: center;
    margin-left: 25%;
}
*/

.newsaltro {
    font-family: museo_sans500;
    font-style: italic;
    margin-bottom: 1%;
    margin-top: 1%;
}

.bordoartcar {
    width: 2rem;
    border-bottom: 1px solid white;
    margin: 0 auto;
}

.testoartcar {
    margin-top: 1%;
    padding-left: 5%;
    padding-right: 5%;
    color: white;
    font-family: museo_sans100;
    font-size: 1.2rem;
    line-height: 1.3rem;
}

.titoloart {
    color: #0055a2;
    font-family: museo_sans500;
    font-size: 1.1rem;
}

.testoart {
    overflow: hidden;
    max-height: 1.3rem;
    color: #616161;
    font-family: museo_sans100;
}

.bordoart {
    width: 2rem;
    margin-top: 2%;
    margin-bottom: 2%;
    border-bottom: 1px solid #0055a2;
}

.altriart {
    color: #0055a2;
    font-family: museo_sans500;
}

.mydivnews {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+27,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.8) 70%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.8) 70%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.8) 70%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

.height90-no-xs {
    height: 90%;
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .news-list {
        position: relative;
        margin-top: 15px;
        margin-bottom: 15px;
        height: auto;
    }

    .news-opache {
        height: 50%;
    }

    .newsaltro {
        font-size: 0.8rem;
    }

    .testoartcar {
        font-size: 1rem;
    }

    .titoloart {
        font-size: 1rem;
    }

    .testoart {
        font-size: 0.9rem;
    }

    .height90-no-xs {
        height: auto;
    }
}

@media all and (min-width: 768px) and (max-width: 844px) {
    .newsfrecciaSX {
        top: 48%;
        height: 12%;
    }

    .newsfrecciaDX {
        top: 48%;
        height: 12%;
    }

    .newsaltro {
        margin-bottom: 1%;
        margin-top: 1%;
        font-size: 0.8rem;
    }

    .default-news {
        width: 344px;
    }

    .testoartcar {
        margin-top: 1%;
        font-size: 0.8rem;
        line-height: 1.3rem;
    }

    .titoloartcar {
        font-size: 3rem;
    }

    .titoloart {
        font-size: 0.9rem;
    }

    .testoart {
        font-size: 0.7rem;
        line-height: 1rem;
    }

    .bordoart {
        width: 15px;
    }

    .altriart {
        font-size: 0.8rem;
    }

    .frecciaart {
        height: 14px;
    }
}

@media all and (min-width: 845px) and (max-width: 991px) {
    .newsfrecciaSX {
        top: 48%;
        height: 12%;
    }

    .newsfrecciaDX {
        top: 48%;
        height: 12%;
    }

    .newsaltro {
        margin-bottom: 1%;
        margin-top: 1%;
        font-size: 0.8rem;
    }

    .default-news {
        width: 403px;
    }

    .testoartcar {
        margin-top: 1%;
        font-size: 0.8rem;
        line-height: 1.3rem;
    }

    .titoloartcar {
        font-size: 3rem;
    }

    .titoloart {
        font-size: 0.9rem;
    }

    .testoart {
        font-size: 0.8rem;
    }

    .bordoart {
        width: 15px;
    }

    .altriart {
        font-size: 0.8rem;
    }

    .frecciaart {
        height: 14px;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .newsfrecciaSX {
        top: 48%;
        height: 13%;
    }

    .newsfrecciaDX {
        top: 48%;
        height: 13%;
    }

    .newsaltro {
        margin-bottom: 1%;
        margin-top: 1%;
    }

    .default-news {
        width: 493px;
    }

    .testoartcar {
        margin-top: 1%;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .titoloartcar {
        font-size: 4rem;
    }

    .titoloart {
        font-size: 1rem;
    }

    .testoart {
        font-size: 0.9rem;
    }

    .bordoart {
        width: 18px;
    }

    .altriart {
        font-size: 0.9rem;
    }
}

@media all and (min-width: 1400px) {
    .testoartcar {
        margin-top: 1%;
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
}

.foto-home-news {
    max-height: 200px;
}

@media all and (min-width: 768px) {
    .foto-home-news {
        max-height: 300px;
    }
}

@media all and (min-width: 992px) {
    .foto-home-news {
        max-height: 300px;
    }
}

@media all and (min-width: 1200px) {
    .foto-home-news {
        max-height: 400px;
    }
}

@media all and (min-width: 2400px) {
    .foto-home-news {
        max-height: 600px;
    }
}

@media all and (min-width: 4000px) {
    .foto-home-news {
        max-height: 1080px;
    }
}


/*--video / sezioni--*/

.zonavideonazionali {
    position: relative;
    overflow: hidden;
    /*margin-top: 1%;*/
}

.sfondo-video-nazionali {
    position: relative;
}

.zonavideodx {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.zonavideosx {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.logovideo {
    /*top: 17%;*/
    top: 25%;
    left: 11%;
    width: 75%;
    position: absolute;
}

.btnvideo1 {
    width: 98%;
    height: 12%;
    top: 50%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #0055a2;
    text-align: center;
    font-family: museo_sans500;
    color: #0055a2;
    font-size: 1.4rem;
}

.btnvideo2 {
    width: 98%;
    height: 12%;
    top: 65%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #0055a2;
    text-align: center;
    font-family: museo_sans500;
    color: #0055a2;
    font-size: 1.4rem;
}

.btnvideo3 {
    width: 98%;
    height: 12%;
    top: 80%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #0055a2;
    text-align: center;
    font-family: museo_sans500;
    color: #0055a2;
    font-size: 1.4rem;
}

.video-nazionale {
    width: 50%;
    max-height: 100%;
}

.rembed-responsive-16by9 {
    height: 100%;
    width: 80%;
    padding: 0;
}

.sezione {
    margin-top: 3%;
    margin-bottom: 3%;
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .zonavideosx {
        background-image: url("../images/default/bkg-nazionali.jpg");
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: center;
        position: relative;
        height: 30%;
    }

    .zonavideodx {
        position: relative;
        height: 30%;
    }

    .rembed-responsive-16by9 {
        width: 100%;
    }

    .logovideo {
        top: 10%;
        left: 24%;
        width: 50%;
    }

    .btnvideo1 {
        width: 100%;
        height: 18%;
        top: 40%;
        font-size: 1.3rem;
    }

    .btnvideo2 {
        width: 100%;
        height: 18%;
        top: 60%;
        font-size: 1.3rem;
    }

    .btnvideo3 {
        width: 100%;
        height: 18%;
        top: 80%;
        font-size: 1.3rem;
    }

    .sez-sx {
        padding-right: 7px;
    }

    .sez-dx {
        padding-left: 7px;
    }

    .sez-top {
        margin-bottom: 0;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .btnvideo1 {
        font-size: 0.9rem;
    }

    .btnvideo2 {
        font-size: 0.9rem;
    }

    .btnvideo3 {
        font-size: 0.9rem;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .btnvideo1 {
        font-size: 1rem;
    }

    .btnvideo2 {
        font-size: 1rem;
    }

    .btnvideo3 {
        font-size: 1rem;
    }
}


/*--spalding--*/

.zonaspaldingsx {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.testospalding {
    top: 47%;
    width: 75%;
    position: absolute;
    left: 10%;
    text-align: center;
    color: white;
    font-family: museo_sans500;
    font-size: 1.3rem;
}

@media all and (max-width: 1450px) {
    .testospalding {
        font-size: 1.1rem;
    }
}

.btnspalding {
    width: 98%;
    height: 12%;
    top: 64%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid black;
    text-align: center;
    font-family: museo_sans500;
    color: black;
    font-size: 1.4rem;
}

.spaldingfrecciaSX {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1%;
}

.spaldingfrecciaDX {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 17%;
}

.prodotto {
    text-align: center;
    height: 100%;
}

.imgprod {
    padding-top: 20%;
}

.imgspal {
    margin: 0 auto;
    height: 40%;
}

.nomeprod {
    color: white;
    font-family: museo_sans300;
    margin-top: 3%;
    font-size: 1.2rem;
}

.costoprod {
    font-family: museo_sans300;
    color: white;
    font-size: 3rem;
}

.btncarrello {
    color: white;
    background-color: #e47b49;
    font-family: museo_sans700;
    border-radius: 0;
    width: 87%;
    padding: 10px 12px;
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .zonaspaldingsx {
        background-image: url("../images/default/bkg-spalding.jpg");
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: left;
        position: relative;
        height: 30%;
    }

    .testospalding {
        font-size: 1rem;
    }

    .btnspalding {
        width: 100%;
        height: 18%;
        font-size: 1.3rem;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .testospalding {
        font-size: 0.7rem;
    }

    .btnspalding {
        font-size: 0.9rem;
    }

    .spaldingfrecciaSX {
        height: 12%;
        bottom: 8%;
    }

    .spaldingfrecciaDX {
        height: 12%;
        bottom: 8%;
    }

    .imgprod {
        padding-top: 8%;
    }

    .nomeprod {
        font-size: 0.9rem;
    }

    .costoprod {
        font-size: 2rem;
    }

    .btncarrello {
        font-size: 0.8rem;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .testospalding {
        font-size: 0.9rem;
    }

    .btnspalding {
        font-size: 1rem;
    }

    .spaldingfrecciaSX {
        height: 13%;
        bottom: 6%;
    }

    .spaldingfrecciaDX {
        height: 13%;
        bottom: 6%;
    }

    .imgprod {
        padding-top: 10%;
    }

    .nomeprod {
        font-size: 1.1rem;
    }

    .costoprod {
        font-size: 2.4rem;
    }

    .btncarrello {
        font-size: 0.9rem;
    }
}


/*--- app download ---*/
.app-download {
    position: relative;
    margin-bottom: 1.2rem;
}

    .app-download .ios {
        position: absolute;
        top: 0;
        right: 0;
        height: 50%;
        width: 20%;
    }

    .app-download .android {
        position: absolute;
        top: 50%;
        right: 0;
        height: 50%;
        width: 20%;
    }
/*--- /app download ---*/


/*--social--*/

.facebookcomm {
    padding-right: 2% !important;
}

.twittercomm {
    padding-left: 2% !important;
}

.social-images {
    margin-bottom: 3%;
}

.fa-facebook {
    color: white;
}

.titolopostfb {
    margin-top: 4%;
    color: #30498e;
    font-family: museo_sans700;
    margin-bottom: 0;
}

.trempopost {
    color: #777777;
    font-family: museo_sans300;
}

.post {
    font-family: museo_sans300;
}

.paginafb {
    margin-top: 3%;
    color: #30498e;
}

.titoloposttw {
    margin-top: 4%;
    color: #55acee;
    font-family: museo_sans700;
    margin-bottom: 0;
}

.paginatw {
    margin-top: 3%;
    color: #55acee;
}

.spaziosocial {
    margin-top: 2%;
    margin-bottom: 2%;
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .facebookcomm {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .twittercomm {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .titolopostfb {
        font-size: 1rem;
    }

    .titoloposttw {
        font-size: 1rem;
    }

    .trempopost {
        font-size: 0.8rem;
    }

    .post {
        font-size: 0.9rem;
    }

    .paginafb {
        font-size: 1rem;
    }

    .paginatw {
        font-size: 1rem;
    }
}


/*--gallery--*/

.gallery-frame {
    height: 26%;
}

.search-gallery {
    /*margin-bottom: 2%;*/
}

    .search-gallery p {
        font-size: 1.4rem;
        font-family: museo_sans300;
        color: #0055a2;
        margin-bottom: 5px;
    }

    .search-gallery .fa {
        font-size: 1rem;
        color: #0055a2;
        display: block;
    }

#galleryfrecciaSX div {
    position: absolute;
    left: 2%;
    z-index: 1;
    height: 100%;
}

#galleryfrecciaSX img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#galleryfrecciaDX div {
    position: absolute;
    right: 2%;
    height: 100%;
}

.galleryfrecciaDX img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .galleryfrecciaSX {
        display: none;
    }

    .galleryfrecciaDX {
        display: none;
    }
}


/*--sponsor--*/

.areaspon {
    width: 23%;
    /*height: 18%;*/
    float: left;
    /*border: 1px solid #b2cce3;*/
    text-align: center;
    display: table;
    margin-right: 1%;
    margin-left: 1%;
}

.areaban {
    display: table-cell;
    vertical-align: middle;
    color: #0055a2;
    font-family: museo_sans300;
}

.spaziosponsor {
    /*margin-top: 2%;*/
    margin-bottom: 2%;
}


/*--fornitori--*/

.zonafornitori {
    border-top: 1px solid #d0dbe5;
}

.spaziofornitori {
    text-align: center;
    display: inline-flex;
}

.fornitore {
    width: 15%;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 1%;
    padding-right: 1%;
}

.fornitore2 {
    width: 15%;
    padding-top: 3%;
    padding-bottom: 2%;
    padding-left: 1%;
    padding-right: 1%;
}

.fornitore3 {
    width: 15%;
    padding-top: 3%;
    padding-bottom: 1%;
    padding-left: 1%;
    padding-right: 1%;
}

@media all and (min-width: 0px) and (max-width: 767px) {
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .titolopostfb {
        font-size: 1rem;
    }

    .titoloposttw {
        font-size: 1rem;
    }

    .trempopost {
        font-size: 0.9rem;
    }

    .post {
        font-size: 0.8rem;
    }

    .paginafb {
        font-size: 0.9rem;
    }

    .paginatw {
        font-size: 0.9rem;
    }

    .gallery-frame {
        height: 15%;
    }

    .areaspon {
        height: 10%;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .titolopostfb {
        font-size: 1.1rem;
    }

    .titoloposttw {
        font-size: 1.1rem;
    }

    .trempopost {
        font-size: 1rem;
    }

    .post {
        font-size: 0.9rem;
    }

    .paginafb {
        font-size: 1rem;
    }

    .paginatw {
        font-size: 1rem;
    }

    .gallery-frame {
        height: 18%;
    }

    .areaspon {
        height: 12%;
    }
}

@media all and (min-width: 768px) and (max-width: 1199px) {
    .imgsforn img {
        width: 13%;
    }

    .divlogofip img {
        width: 12% !important;
    }

    .divlogofip {
        bottom: 62%;
    }
}

@media all and (min-width: 1200px) {
    .divlogofip img {
        width: 15% !important;
    }
}


/*--fine zona home--*/


/*--footer--*/

.footer {
    border-top: 1px solid #d0dbe5;
    text-align: center;
    padding-top: 1%;
}

.footertesto {
    text-align: center;
    color: #616161;
    font-family: museo_sans300;
}

.policy {
    color: #616161;
    font-family: museo_sans500;
}

.lexicon {
    padding: 1%;
    text-align: center;
    margin: 0 auto;
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .footertesto {
        font-size: 0.8rem;
    }
}


/*--fine footer--*/


/*--zona news / mission--*/

.pad0 {
    padding: 0;
}

.div-newsgen-top {
    position: relative;
}

.div-newsgen-tittop {
    position: absolute;
    text-align: center;
    left: 8%;
    height: 100%;
    top: 0;
}

.newsgen-tittop {
    color: white;
    font-size: 6rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.newsgen-logofip {
    position: relative;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
}

.div-newsgen-search-input {
    padding-bottom: 10px;
}

.newsgen-search-text {
    border-radius: 0;
    border-right: 0;
    height: 30px;
    font-family: museo_sans500;
}

.div-newsgen-search-fa {
    display: table;
    border-right: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    height: 30px;
}

.newsgen-check {
    margin-right: 5px !important;
}

.div-newsgen {
    margin-bottom: 40px;
}

@media all and (min-width: 768px) {
    .div-newsmis {
        margin-bottom: 40px;
    }
}

.div-newsmis-tit {
    font-size: 2.5rem;
    color: #0055a2;
    line-height: 2.8rem;
}

.div-newsmis-subtit {
    margin: 0;
    font-size: 1.8rem;
    font-family: museo_sans300;
    padding-bottom: 1rem;
    line-height: 2rem;
}

.div-newsmis-text {
    font-size: 1.5rem;
}

.chi-siamo-image-l {
    border: 1px solid #2f2f2f;
    float: left;
    margin: 0px 30px 30px 0;
}

.chi-siamo-image {
    border: 1px solid #2f2f2f;
    margin: 10px 0 30px 0;
}

.chi-siamo-image-r {
    border: 1px solid #2f2f2f;
    float: right;
    margin: 0px 0 30px 30px;
}

.text-corpo p {
    margin-bottom: 0px;
    font-size: 19px;
    color: #565656;
}

.border-news {
    border: 1px solid #d9d9d9;
    width: 100%;
    max-width: 358px;
    margin-bottom: 9%;
    height: 500px;
    overflow: hidden;
}

.newsgen-altriart {
    color: #0055a2;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 40px;
    overflow: hidden;
}

.separatore-border-newsgen {
    border-bottom: 2px solid #d9d9d9;
    width: 8%;
    margin-bottom: 10px;
}

.text-news {
    font-size: 0.9rem;
    color: black;
    max-height: 49%;
    overflow: hidden;
    margin: 0;
}

.italic {
    font-style: italic;
}

.text-pad {
    padding-left: 15px;
    padding-right: 15px;
}

.modale-tabella-bkgscuro {
    background-color: #0055a2;
    color: white;
}

    .modale-tabella-bkgscuro i {
        color: white;
    }

.modale-tabella-bkgchiaro {
    background-color: #266eb0;
    color: white;
}

    .modale-tabella-bkgchiaro i {
        color: white;
    }

.fill {
    width: 100%;
    height: 90%;
    background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.text-shadow {
    text-shadow: 1px 2px 10px #000000;
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .text-news {
        /*max-height: 42%;*/
    }

    .border-news {
        margin-left: 0;
    }

    .div-newsmis-menu {
        margin-left: 5%;
    }

    .newsgen-tittop {
        font-size: 2rem;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .newsgen-tittop {
        font-size: 3rem;
    }

    .newsgen-latsize {
        font-size: 0.8rem;
    }

    .div-newsgen-search-input {
        padding-bottom: 4px;
    }

    .newsgen-search-text {
        height: 20px;
    }

    .div-newsgen-search-fa {
        height: 20px;
    }

    .newsgen-altriart {
        font-size: 0.8rem;
        margin-top: 3px;
        margin-bottom: 3px;
    }

    .separatore-border-newsgen {
        margin-bottom: 3px;
    }

    .text-news {
        font-size: 0.7rem;
        max-height: 50%;
    }

    .div-newsmis div > p {
        font-size: 0.5rem;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .newsgen-tittop {
        font-size: 4rem;
    }

    .newsgen-latsize {
        font-size: 0.9rem;
    }

    .div-newsgen-search-input {
        padding-bottom: 6px;
    }

    .newsgen-search-text {
        height: 25px;
    }

    .div-newsgen-search-fa {
        height: 25px;
    }

    .newsgen-altriart {
        font-size: 0.9rem;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .separatore-border-newsgen {
        margin-bottom: 5px;
    }

    .text-news {
        font-size: 0.8rem;
    }

    .div-newsmis div > p {
        font-size: 0.9rem;
    }
}


/*--fine zona news--*/


/*--Dettagli News--*/


/*--top--*/

.div-news-top {
    position: relative;
}

.news-top {
    position: absolute;
    bottom: 0;
}

.news-top-bkg {
    background-repeat: no-repeat;
    background-size: cover;
    /*height:550px;*/
    height: 42%;
}

.news-altre {
    text-align: center;
    color: white;
    font-size: 1.7rem;
    font-family: museo_sans300;
    font-style: italic;
}

.separatore-top {
    border-bottom: 1px solid white;
}

.news-titolo {
    text-align: center;
    color: white;
    font-size: 3rem;
    font-family: museo_sans900;
    margin-top: 10px;
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .news-altre {
        font-size: 1rem;
    }

    .news-titolo {
        font-size: 1.2rem;
    }
    /*.news-top-bkg{height:250px;}*/
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .news-altre {
        font-size: 1rem;
    }

    .news-titolo {
        font-size: 1.3rem;
    }
    /*.news-top-bkg{height:330px;}*/
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .news-altre {
        font-size: 1.5rem;
    }

    .news-titolo {
        font-size: 2rem;
    }
    /*.news-top-bkg{height:400px;}*/
}


/*--articolo--*/

.div-dettagli-news {
    margin-bottom: 5%;
}

.div-news-indietro-bottom {
    position: absolute;
    bottom: 0;
    right: 10%;
}

.div-news-testo1 {
    padding-top: 2%;
    padding-bottom: 2%;
}

.div-news-testo2 {
    padding-top: 1%;
    padding-bottom: 2%;
}

.div-news-scheda {
    padding-top: 1%;
}

.news-scheda {
    font-size: 2.5rem;
    color: #0055a2;
    font-family: museo_sans300;
}

.news-testo {
    font-size: 1.2rem;
    color: black;
    font-family: museo_sans100;
}

.div-testo-news col-xs-8 {
    text-align: center;
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .div-news-indietro-bottom {
        right: 3%;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .div-news-indietro-bottom {
        right: 3%;
    }

    .news-scheda {
        font-size: 1.8rem;
    }

    .news-testo {
        font-size: 0.8rem;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .div-news-indietro-bottom {
        right: 3%;
    }

    .news-scheda {
        font-size: 2rem;
    }

    .news-testo {
        font-size: 0.9rem;
    }
}


/*--social--*/

.div-news-social {
    padding-bottom: 4%;
}

.div-news-stampa {
    padding: 2%;
}

.news-stampa {
    color: black;
    font-family: museo_sans300;
    font-style: italic;
}

.news-separatore-social {
    border-bottom: 1px solid #d9d9d9;
}

.div-news-share {
    padding: 1.5%;
}

.news-share {
    color: black;
    font-family: museo_sans500;
}

.div-icona-social-news {
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

@media all and (min-width: 0px) and (max-width: 767px) {
}

@media all and (min-width: 768px) and (max-width: 991px) {
}

@media all and (min-width: 992px) and (max-width: 1199px) {
}


/*--commento--*/

.div-news-commento {
    padding-bottom: 5%;
}

.div-news-ncommento {
    padding-bottom: 1%;
}

.news-ncommento {
    color: black;
    font-family: museo_sans700;
}

.div-news-comment-form {
    padding-top: 1.5%;
}

.news-comment-name {
    color: black;
    font-family: museo_sans900;
}

.news-comment-place {
    color: black;
    font-family: museo_sans100;
}

.div-news-comment-text {
    padding-top: 1%;
    padding-bottom: 1%;
}

.news-comment-text {
    color: black;
    font-family: museo_sans100;
}

.news-comment-like {
    font-family: museo_sans500;
}

.news-comment-reply {
    font-family: museo_sans500;
}

.news-comment-time {
    color: black;
    font-family: museo_sans100;
}

@media all and (min-width: 0px) and (max-width: 767px) {
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .news-comment-text {
        font-size: 0.8rem;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .news-comment-text {
        font-size: 0.9rem;
    }
}


/*--altre news--*/

.div-news-other {
    padding-bottom: 2%;
    padding-top: 2%;
}

.div-altre-news {
    text-align: center;
}

.altre-news {
    color: #0055a2;
    font-size: 2rem;
    font-family: museo_sans900;
}

.news-separatore-altre {
    padding-bottom: 1.5%;
    border-bottom: 1px solid #d9d9d9;
}

.div-sezione-altre-news {
    padding-top: 2%;
    padding-bottom: 3%;
}

.other-news {
    border: 1px solid #d9d9d9;
    margin-bottom: 2rem;
}

.news-altre-titolo {
    margin-top: 3%;
    margin-bottom: 3%;
    color: 0055a2;
    font-family: museo_sans500;
    font-style: italic;
}

.separatore-altre-news-sezione {
    border-bottom: 2px solid #d9d9d9;
    width: 8%;
}

.news-altre-testo {
    margin-top: 3%;
    color: black;
    font-family: museo_sans100;
    max-height: 20rem;
    overflow: hidden;
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .news-testo {
        font-size: 1.1rem;
    }

    .altre-news {
        font-size: 1.1rem;
    }

    .news-separatore-altre {
        padding-bottom: 3.5%;
    }

    .other-news-img {
        width: 100%;
    }

    .other-news {
        text-align: center;
        margin-bottom: 4%;
    }

    .separatore-altre-news-sezione {
        width: 100%;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .altre-news {
        font-size: 1rem;
    }

    .news-separatore-altre {
        padding-bottom: 2%;
    }

    .news-altre-titolo {
        font-size: 0.9rem;
    }

    .news-altre-testo {
        font-size: 0.8rem;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .altre-news {
        font-size: 1.3rem;
    }

    .news-separatore-altre {
        padding-bottom: 1.5%;
    }

    .news-altre-titolo {
        font-size: 1rem;
    }

    .news-altre-testo {
        font-size: 0.9rem;
    }
}


/*--cerca news--*/

.div-news-cerca {
    padding-bottom: 3%;
}

.div-news-search {
    margin-top: 2%;
}

.news-search-check {
    margin-right: 4px !important;
    margin-top: 3px !important;
    float: left;
}

.news-search-text {
    border-radius: 0;
    border-right: 0;
    height: 42px;
    font-family: museo_sans500;
}

.div-news-search-fa {
    display: table;
    border-right: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    height: 42px;
}

    .div-news-search-fa i {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

.categoria {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 5%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(50, 50, 50, 0.1);
    cursor: pointer;
    outline: none;
}

@media all and (min-width: 0px) and (max-width: 767px) {
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .div-news-cerca {
        height: 16%;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .div-news-cerca {
        height: 17%;
    }
}


/*--fine dettagli news--*/


/*--gallery--*/


/*--top--*/

.div-gallery-top {
    position: relative;
}

.gallery-top {
    position: absolute;
    bottom: 0;
}

.gallery-categoria {
    text-align: center;
    color: white;
    font-size: 1.7rem;
    font-family: museo_sans300;
    font-style: italic;
}

.gallery-titolo {
    text-align: center;
    color: white;
    font-size: 3rem;
    font-family: museo_sans900;
    margin-top: 10px;
}

.div-top-gallery-icon {
    text-align: center;
    color: white;
}

.top-gallery-icon {
    margin: 0 auto;
}

.top-gallery-text {
}


/*--sezione--*/

.div-gallery-sezioni {
    margin-top: 30px;
}

.gallery-sezione {
    border: 1px solid #d9d9d9;
    width: 100%;
    text-align: center;
}

.sezione-gallery-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sezione-gallery-data {
    padding-top: 7px;
    margin: 0;
    color: #0055a2;
}

.sezione-gallery-text {
    padding-top: 5px;
}


/*--categorie--*/

.div-categorie {
    margin-top: 30px;
}

.div-categoria {
    text-align: center;
    margin-top: 30px;
}

.div-categoria2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

.div-categoria-gallery p {
    padding-top: 8px;
    font-family: museo_sans300;
    height: 7%;
    overflow: hidden;
}

.div-categoria-gallery img {
    position: absolute;
}

.div-categoria-gallery div:after {
    content: "";
    display: block;
    padding-bottom: 75%;
}

.div-categoria-gallery div {
    width: 100%;
    position: relative;
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .div-categoria-gallery p {
        height: 9%;
    }

    .gallery-sezione {
        margin-bottom: 30px;
    }

    .div-categoria-gallery {
        margin-bottom: 20px;
    }

    .top-gallery-icon {
        width: 20%;
    }

    .gallery-titolo {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .gallery-categoria {
        font-size: 1rem;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .div-gallery-altre {
        top: 22%;
    }

    .gallery-altre {
        font-size: 1rem;
    }

    .gallery-separatore-top {
        top: 25%;
    }

    .div-gallery-titolo {
        top: 26%;
    }

    .gallery-titolo {
        font-size: 1.3rem;
    }

    .div-top-gallery-icon {
        top: 29%;
    }

    .top-gallery-icon {
        width: 25px;
    }

    .top-gallery-text {
        padding-top: 0;
    }

    .div-gallery-sezioni {
        margin-top: 10px;
    }

    .sezione-gallery-data {
        font-size: 0.8rem;
        padding-top: 3px;
    }

    .sezione-gallery-text {
        font-size: 0.8rem;
        padding-top: 1px;
        margin-bottom: 3px;
    }

    .div-categorie {
        margin-top: 10px;
    }

    .div-categoria {
        margin-top: 10px;
    }

    .div-categoria2 {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .categoria-gallery-text {
        font-size: 0.8rem;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .div-gallery-altre {
        top: 25%;
    }

    .gallery-altre {
        font-size: 1.5rem;
    }

    .gallery-separatore-top {
        top: 30%;
    }

    .div-gallery-titolo {
        top: 32%;
    }

    .gallery-titolo {
        font-size: 2rem;
    }

    .div-top-gallery-icon {
        top: 36%;
    }

    .top-gallery-icon {
        width: 40px;
    }

    .top-gallery-text {
        padding-top: 0;
    }

    .div-gallery-sezioni {
        margin-top: 20px;
    }

    .sezione-gallery-data {
        font-size: 0.9rem;
        padding-top: 4px;
    }

    .sezione-gallery-text {
        font-size: 0.9rem;
        padding-top: 2px;
        margin-bottom: 4px;
    }

    .div-categorie {
        margin-top: 20px;
    }

    .div-categoria {
        margin-top: 20px;
    }

    .div-categoria2 {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .categoria-gallery-text {
        font-size: 0.9rem;
    }
}


/*--fine gallery--*/


/*--NAZIONALI scheda giocatore--*/


/*--top--*/

.nazgio-top {
    position: relative;
}

.nazgio-icona {
    position: absolute;
    height: 100%;
}

.div-nazgio-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 9%;
    width: 80%;
}

.nazgio-info-num {
    font-size: 6rem;
    color: #0055a2;
}

.nazgio-info-nome {
    font-size: 3.2rem;
    color: #0055a2;
}

.nazgio-info-nato {
    font-size: 1.5rem;
    color: #0055a2;
}

.nazgio-team {
    font-size: 1.5rem;
    color: #0055a2;
}

.nazgio-info-team {
    font-size: 1.5rem;
    color: #0055a2;
}

.div-nazgio-cambianaz {
    position: absolute;
    bottom: 0;
    left: 9%;
}

.nazgio-cambianaz {
    font-size: 2rem;
    color: #0055a2;
}

.nazgio-frecciaSX {
    position: absolute;
    top: 50%;
    left: 2%;
}

.nazgio-frecciaDX {
    position: absolute;
    top: 50%;
    right: 2%;
}

@media all and (max-width: 767px) {
    .nazgio-info-num {
        font-size: 3rem;
    }

    .nazgio-info-nome {
        font-size: 1.2rem;
    }

    .nazgio-info-nato {
        font-size: 0.8rem;
    }

    .nazgio-team {
        font-size: 0.8rem;
    }

    .nazgio-info-team {
        font-size: 1rem;
    }

    .nazgio-cambianaz {
        font-size: 1rem;
    }

    .nazgio-frecciaSX {
        height: 30px;
    }

    .nazgio-frecciaDX {
        height: 30px;
    }
}

@media all and (min-width: 768px) and (max-width: 879px) {
    .nazgio-info-num {
        font-size: 3rem;
    }

    .nazgio-info-nome {
        font-size: 1.4rem;
    }

    .nazgio-info-nato {
        font-size: 0.8rem;
    }

    .nazgio-team {
        font-size: 0.8rem;
    }

    .nazgio-info-team {
        font-size: 1rem;
    }

    .nazgio-cambianaz {
        font-size: 1rem;
    }

    .nazgio-frecciaSX {
        height: 30px;
    }

    .nazgio-frecciaDX {
        height: 30px;
    }
}

@media all and (min-width: 880px) and (max-width: 991px) {
    .nazgio-info-num {
        font-size: 3.3rem;
    }

    .nazgio-info-nome {
        font-size: 1.4rem;
    }

    .nazgio-info-nato {
        font-size: 0.9rem;
    }

    .nazgio-team {
        font-size: 0.9rem;
    }

    .nazgio-info-team {
        font-size: 1.1rem;
    }

    .nazgio-cambianaz {
        font-size: 1.1rem;
    }

    .nazgio-frecciaSX {
        height: 40px;
    }

    .nazgio-frecciaDX {
        height: 40px;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .nazgio-info-num {
        font-size: 5rem;
        height: 74px;
    }

    .nazgio-info-nome {
        font-size: 2.4rem;
    }

    .nazgio-info-nato {
        font-size: 1.2rem;
    }

    .nazgio-team {
        font-size: 1.2rem;
    }

    .nazgio-info-team {
        font-size: 1.3rem;
    }

    .nazgio-cambianaz {
        font-size: 1.3rem;
    }
}

@media all and (min-width: 1200px) {
}


/*--dati--*/

.nazgio-dati {
    margin-top: 2%;
    margin-bottom: 2%;
}

.nazgio-dati-tit {
    color: #0055a2;
    font-size: 1.5rem;
}

.nazgio-dati-text {
    font-size: 1.27rem;
}

.nazgio-filter {
    margin-bottom: 20px;
}

.nazgio-search-player {
    width: 100%;
    display: inline-flex;
}

.nazgio-input {
    height: 40px;
    border-radius: 0px;
}

#cercaGiocatore {
    position: relative;
    z-index: 1;
    left: -5%;
    top: 5px;
    color: #a1a0a0;
    cursor: pointer;
    width: 0;
}

.select-national {
    width: 100%;
    font-size: 1.4rem;
    padding-left: 5px;
}

.div-nazgio-social-commenti {
    margin-bottom: 20px;
}

.div-nazgio-commento-tw {
    margin-top: 1%;
    margin-bottom: 1%;
    border: 1px solid #cccccc;
}

.div-nazgio-commento-fb {
    margin-top: 1%;
    margin-bottom: 1%;
    border: 1px solid #cccccc;
}

.div-nazgio-commento-text {
    margin-left: 2%;
}

.nazgio-social-images {
    padding: 0.5%;
}

.nazgio-titoloposttw {
    color: #55acee;
    margin-bottom: 0;
    font-size: 1.4rem;
}

.nazgio-titolopostfb {
    color: #30498e;
    margin-bottom: 0;
    font-size: 1.4rem;
}

.nazgio-trempopost {
    color: #777777;
    margin-bottom: 4px;
    font-size: 1.2rem;
}

.nazgio-post {
    margin-bottom: 4px;
    font-size: 1.2rem;
}

.nazgio-paginatw {
    color: #55acee;
    margin: 0;
    font-size: 1.3rem;
}

.nazgio-paginafb {
    color: #30498e;
    margin: 0;
    font-size: 1.3rem;
}

@media all and (max-width: 767px) {
    .select-national {
        width: 100%;
        font-size: 1rem;
        padding-left: 5px;
    }

    .nazgio-input {
        height: 30px;
        border-radius: 0px;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .nazgio-dati-tit {
        font-size: 1.2rem;
    }

    .nazgio-dati-text {
        font-size: 0.9rem;
    }

    .div-nazgio-commento-tw {
        height: 42%;
    }

    .div-nazgio-commento-fb {
        height: 42%;
        margin-top: 8%;
    }

    .nazgio-titoloposttw {
        font-size: 1.1rem;
    }

    .nazgio-titolopostfb {
        font-size: 1.1rem;
    }

    .nazgio-trempopost {
        font-size: 0.9rem;
    }

    .nazgio-post {
        font-size: 0.9rem;
    }

    .nazgio-paginatw {
        font-size: 1rem;
    }

    .nazgio-paginafb {
        font-size: 1rem;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .nazgio-dati-tit {
        font-size: 1.4rem;
    }

    .nazgio-dati-text {
        font-size: 1rem;
    }

    .div-nazgio-commento-tw {
        height: 46%;
    }

    .div-nazgio-commento-fb {
        height: 46%;
        margin-top: 4%;
    }

    .nazgio-titoloposttw {
        font-size: 1.3rem;
    }

    .nazgio-titolopostfb {
        font-size: 1.3rem;
    }

    .nazgio-trempopost {
        font-size: 1rem;
    }

    .nazgio-post {
        font-size: 1rem;
    }

    .nazgio-paginatw {
        font-size: 1.1rem;
    }

    .nazgio-paginafb {
        font-size: 1.1rem;
    }
}

.nazgio-tabella-statistiche {
    height: 55%;
    min-height: 620px;
    background-color: #0055a2;
}

.nazgio-tab-tit {
    color: #0055a2;
    font-size: 1.5rem;
}

.div-nazgio-tab-filtro {
    height: 10%;
}

.div-nazgio-tab-select {
    height: 50%;
    margin: 2%;
    text-align: center;
    background-color: #80aad1;
    width: 96%;
}

.nazgio-tab-select {
    width: 100%;
    text-align: center;
    background-color: #80aad1;
    font-size: 1.4rem;
    border-radius: 0;
    color: white;
    padding-left: 47%;
}

.nazgio-tab-categorie {
    height: 77%;
    padding-right: 5px;
}

.nazgio-tab-stats {
    height: 77%;
    background-color: #0055a2;
    padding-left: 5px;
}

.nazgio-tab-bkgscuro {
    background-color: #0055a2;
    color: white;
    height: 5.5%;
    font-size: 1.2rem;
    width: 100%;
    padding-left: 8%;
}

.nazgio-tab-bkgchiaro {
    background-color: #266eb0;
    color: white;
    height: 5.5%;
    font-size: 1.2rem;
    width: 100%;
    padding-left: 8%;
}

.nazgio-tab-data {
    text-align: center;
    height: 5% !important;
}

.nazgio-tab-ultimo {
    border-bottom: 1px solid #266eb0;
}

.div-nazgio-tab-scheda {
    text-align: right;
    display: inline;
}

.nazgio-tab-scheda {
    font-size: 1.4rem;
    color: white;
}

.nazgio-tab-scroll-partite {
    height: 90%;
    overflow-y: scroll;
}

    .nazgio-tab-scroll-partite::-webkit-scrollbar {
        width: 10px;
    }

    .nazgio-tab-scroll-partite::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.4);
        border-radius: 10px;
    }

    .nazgio-tab-scroll-partite::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 12px rgba(255, 255, 255, 1);
    }

.scrollbar {
    position: absolute;
    right: 0px;
    width: 7px;
    height: 97%;
    background: #266eb0;
    line-height: 0;
}

    .scrollbar .handle {
        width: 100%;
        height: 100px;
        background: white;
        cursor: pointer;
    }

        .scrollbar .handle .mousearea {
            position: absolute;
            top: 0;
            left: -10px;
            width: 22px;
            height: 100%;
        }

.nazgio-tab-zonapartite {
    height: 90%;
}

.nazgio-tab-partita {
    position: relative;
    padding-left: 2%;
    float: none !important;
    height: 50px;
}

    .nazgio-tab-partita.nazgio-tab-partita-giocatore {
        height: auto;
    }

    .nazgio-tab-partita:focus,
    .nazgio-tab-partita:hover,
    .nazgio-tab-partita-active {
        background-color: #266eb0;
    }

.nazgio-tab-partita-spon {
    color: white;
    padding-top: 2%;
    margin-bottom: 0;
}

.nazgio-tab-partita-info {
    color: white;
    margin-top: 0;
    margin-bottom: 2%;
}

.nazgio-tab-partita-arrow {
    display: none;
    color: white;
    position: absolute;
    bottom: 35%;
    right: 15%;
}

.nazgio-tab-partita:hover .nazgio-tab-partita-arrow {
    display: block;
}

@media all and (max-width: 767px) {
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .nazgio-tab-select {
        padding-left: 40%;
    }

    .nazgio-tab-partita {
        font-size: 0.8rem;
        height: 48px;
    }

    .nazgio-tab-categorie {
        font-size: 0.8rem;
    }

    .nazgio-tab-stats {
        font-size: 0.8rem;
    }

    .div-nazgio-tab-scheda {
        padding-top: 8%;
    }

    .nazgio-tab-scheda {
        font-size: 0.8rem;
    }

    .nazgio-tab-partita-spon {
        padding-top: 4%;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .nazgio-tab-select {
        padding-left: 43%;
    }

    .nazgio-tab-partita {
        font-size: 0.9rem;
        height: 53px;
    }

    .nazgio-tab-categorie {
        font-size: 0.9rem;
    }

    .nazgio-tab-stats {
        font-size: 0.9rem;
    }

    .div-nazgio-tab-scheda {
        padding-top: 5%;
    }

    .nazgio-tab-scheda {
        font-size: 1.2rem;
    }

    .nazgio-tab-partita-spon {
        padding-top: 5%;
    }
}


/*--Nazionale HOME--*/

.naz-top-slider {
    height: 65%;
}

.naz-top-bkg {
    width: 1680px;
    position: relative;
}

.div-naz-icona-top {
    position: absolute;
    top: 12%;
    text-align: center;
}

.naz-icona-top {
    width: 82%;
}

.div-naz-top-news {
    position: absolute;
    text-align: center;
    top: 45%;
}

.naz-top-news {
    color: white;
    font-size: 1.7rem;
    font-style: italic;
}

.naz-top-separatore {
    position: absolute;
    top: 56%;
    border-bottom: 1px solid white;
}

.div-naz-news-titolo {
    position: absolute;
    text-align: center;
    color: white;
    top: 60%;
}

.naz-news-titolo {
    display: block;
    font-size: 3rem;
    padding-right: 15%;
    padding-left: 15%;
}

.naz-top-frecciaSX {
    position: absolute;
    bottom: 12%;
    left: 2%;
    z-index: 1;
}

.naz-top-frecciaDX {
    position: absolute;
    bottom: 12%;
    right: 1%;
}

.naz-navbar {
    background-color: #0055a2;
    height: 3rem;
}

.naz-nav-sezione {
    display: table;
    text-align: center;
    height: 100%;
    color: white;
}

.naz-nav-text {
    display: table-cell;
    vertical-align: middle;
    color: white;
    height: 100%;
}

.naz-gio-scheda {
    color: #0055a2;
    font-size: 3rem;
    margin-bottom: 1%;
    position: absolute;
    top: 3%;
}

@media all and (max-width: 767px) {
    .naz-top-bkg {
        width: 991px;
    }

    .naz-top-slider {
        height: 38%;
    }

    .div-naz-icona-top {
        top: 24%;
    }

    .naz-top-news {
        font-size: 1.3rem;
    }

    .naz-news-titolo {
        font-size: 1.8rem;
        padding-right: 10%;
        padding-left: 10%;
    }

    .naz-nav-text {
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }

    .naz-gio-scheda {
        font-size: 1.2rem;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .naz-top-bkg {
        width: 991px;
    }

    .naz-top-slider {
        height: 38%;
    }

    .div-naz-icona-top {
        top: 24%;
    }

    .naz-top-news {
        font-size: 1.3rem;
    }

    .naz-news-titolo {
        font-size: 1.8rem;
        padding-right: 10%;
        padding-left: 10%;
    }

    .naz-nav-text {
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }

    .naz-gio-scheda {
        font-size: 2rem;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .naz-top-bkg {
        width: 1199px;
    }

    .naz-top-slider {
        height: 46%;
    }

    .div-naz-icona-top {
        top: 23%;
    }

    .naz-top-news {
        font-size: 1.5rem;
    }

    .naz-news-titolo {
        font-size: 2rem;
        padding-right: 15%;
        padding-left: 15%;
    }

    .naz-nav-text {
        padding-top: 9px !important;
        padding-bottom: 9px !important;
    }

    .naz-gio-scheda {
        font-size: 2.5rem;
    }
}

.naz-gio-sez {
    margin-top: 2%;
    margin-bottom: 3%;
}

.naz-gio-sel {
    text-align: center;
    color: #0055a2;
    font-size: 3rem;
    margin-bottom: 1%;
}

.naz-gio-back {
    position: absolute;
    top: 55%;
}

.div-naz-gio {
    height: 40%;
}

.naz-gio {
    padding: 10%;
    padding-top: 30%;
}

.naz-gio-nome {
    width: 90%;
    float: left;
    text-align: center;
    margin-right: 0.8%;
    bottom: -85px;
    color: #0055a2;
}

.div-con-naz-gio {
    width: 12%;
}

.giocatore {
    position: absolute;
}


/*
.giocatore1{position: absolute; left:0%;}
.giocatore2{position: absolute; left:8%;}
.giocatore3{position: absolute; left:16%;}
.giocatore4{position: absolute; left:24%;}
.giocatore5{position: absolute; left:32%;}
.giocatore6{position: absolute; left:40%;}
.giocatore7{position: absolute; left:48%;}
.giocatore8{position: absolute; left:56%;}
.giocatore9{position: absolute; left:64%;}
.giocatore10{position: absolute; left:72%;}
.giocatore11{position: absolute; left:80%;}
.giocatore12{position: absolute; left:88%;}
*/

.naz-gio:focus,
.naz-gio:hover {
    padding: 0;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

@media all and (max-width: 767px) {
    .margin-responsive-bilanci {
        /*height: 9%;*/
        margin-bottom: 4%;
        cursor: pointer;
    }
}

@media all and (min-width: 768px) {
    .margin-responsive-bilanci {
        height: 6%;
        margin-bottom: 30px;
        cursor: pointer;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .div-naz-gio {
        height: 24%;
    }

    .naz-gio-back {
        top: 46%;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .div-naz-gio {
        height: 29%;
    }
}


/*--organi federali--*/


/*--menu sinistra--*/

.navfed {
    display: none;
    padding-left: 2.8rem;
}

#menuOrg li {
    cursor: pointer;
    list-style-type: none;
}

@media all and (max-width: 767px) {
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .navfed {
        padding-left: 1.1rem;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .navfed {
        padding-left: 1.6rem;
    }
}

@media all and (min-width: 1200px) and (max-width: 1500px) {
    .navfed {
        padding-left: 2rem;
    }
}


/*--info--*/

.div-orgfed {
    margin-bottom: 40px;
}

.div-orgfed-nome {
    margin: 0;
    font-size: 2.5rem;
    color: #0055a2;
}

.div-orgfed-info {
    margin: 0;
    padding-bottom: 2%;
    font-size: 1.3rem;
    font-weight: bold;
}


/*--regolamenti--*/

.cont-tit-document {
    padding: 12px 0;
    display: table;
}

.cont-document {
    display: table;
    padding: 10px 0;
}

    .cont-document p {
        display: table-cell;
        vertical-align: middle;
        padding-left: 1rem;
    }

.regol-pdf-tit {
    color: #0055a2;
    font-size: 2rem;
    padding-bottom: 20px;
}

.regol-pdf-txt {
    font-size: 1.3rem;
    color: #0055a2;
    font-family: museo_sans700;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.pdf-icon {
    color: #0055a2;
}

.arrow-icon {
    color: #dddbdb;
    padding: 20px 20px 0 0;
}

.regol-pdf-ul {
    padding-left: 25%;
}

.regol-pdf-li {
    list-style-type: none;
}

.regol-pdf-text {
    font-weight: normal;
    padding: 0;
    cursor: pointer;
}


/*--PDF/LINK--*/

.pdf {
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}

.pdf-text {
    font-weight: normal;
    padding: 0 10px;
    vertical-align: bottom;
    margin: 0;
    cursor: pointer;
}

.link {
    color: #0055a2;
    text-decoration: underline;
    margin: 10px 0;
}


/*istituzioni e leghe*/

.leghe-obj {
    width: 217px;
    margin: auto;
    text-align: center;
}

    .leghe-obj a {
        color: #0055a2;
    }

    .leghe-obj img {
        width: 100%;
    }


/*nazionale staff*/

.staff-member {
    margin-top: 50px;
    text-align: center;
}

.img-staff {
    /*max-height: 240px;*/
    width: 100%;
}

.staff-member b {
    color: #0055a2;
}

.staff-member p {
    font-size: 1rem;
}

.staff-member-info {
    background-color: #0055a2;
    border-top: 2px solid white;
    padding: 10px 5px;
    text-align: center;
    height: 130px;
}

    .staff-member-info img {
        width: 15px;
    }

    .staff-member-info p {
        color: white;
    }

.multi-itrem-carousel {
    .carousel-inner;

{
    >.itrem;

{
    transition: 500ms ease-in-out left;
}

.active {
    &.left;

{
    left: -33%;
}

&.right {
    left: 33%;
}

}

.next {
    left: 33%;
}

.prev {
    left: -33%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    > .itrem {
        // use your favourite prefixer here transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out all;
        backface-visibility: visible;
        transform: none !important;
    }
}

}

.carouse-control {
    &.left, &.right;

{
    background-image: none;
}

}
}


#searchGio, #searchGioXS {
    width: 100%;
    height: 100%;
    background-color: #80aad1;
    font-family: museo_sans500;
    color: white;
    padding-left: 1rem;
    border: none;
}

#searchGioXS {
    height: 2.5rem;
    padding-left: 2.1rem;
}

    #searchGio::placeholder, #searchGioXS::placeholder {
        font-family: museo_sans500;
        color: white;
    }

    #searchGioXS::placeholder {
        font-size: 1.2rem;
    }

/*NAVBAR CAMPIONATI*/

.navbar-campionati {
    background-color: #0055a2;
    position: relative;
    display: table;
    height: 3rem;
    width: 100%;
}

.campionato-selezionato {
    color: #f79238 !important;
    font-family: museo_sans700;
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .regol-pdf-tit {
        color: #0055a2;
        font-size: 1.8rem;
        padding-bottom: 20px;
    }

    .navbar-campionati {
        position: relative;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .navbar-campionati a {
        font-size: 0.7rem;
    }
}

@media all and (min-width: 992px) and (max-width: 1199px) {
    .navbar-campionati a {
        font-size: 0.9rem;
    }
}


/*RISULTATI*/

.risultati-div-right {
    margin-bottom: 1rem;
}

.risultati-title {
    color: #696969;
    font-family: museo_sans300;
    font-size: 1.2rem;
}

.classifica-bkg {
    background-color: #0055a2;
}

.classifica-list {
    list-style-type: none;
    padding: 1rem;
    font-family: museo_sans100;
    margin: 0;
}

.classifica-primo p {
    font-family: museo_sans900 !important;
}

.classifica-list p {
    margin: 0.3rem 0;
    color: white;
    font-size: 1rem;
    font-family: museo_sans500;
}

.classifica-dettagli {
    text-align: right;
    font-family: museo_sans700;
}

    .classifica-dettagli p {
        display: inline-block;
        margin: 0.7rem 0;
        font-size: 0.9rem;
    }

.legenda-cont {
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
}

    .legenda-cont p {
        margin: 0;
    }


    /*
.legenda-cont img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
}
*/

    .legenda-cont .col-xs-3 {
        position: absolute;
        right: 0;
        height: 100%;
    }

    .legenda-cont .col-xs-9 {
        float: left;
        padding: 1rem 0;
    }

.legenda-text {
    font-size: 0.8rem;
    margin-bottom: 1rem;
}

    .legenda-text b {
        color: #0055a2;
    }

.risultati-andata {
    display: table-cell;
    text-align: center;
    color: white;
    padding: 0 0.3rem;
    width: 11.6%;
}

    .risultati-andata div {
        background-color: #0055a2;
        padding: 0.3rem;
    }

.risultati-giorno {
    display: table-cell;
    width: 5.8%;
    padding: 0 0.3rem;
    text-align: center;
}

    .risultati-giorno div {
        border: 1px solid #c7c7c7;
        background: linear-gradient(#fdfdfd, #eeeeee);
        padding: 0.3rem;
        color: #0055a2;
        cursor: pointer;
    }

.risultati-giorno-close div {
    background: linear-gradient(#eeeeee, #acacac) !important;
}

.risultati-giorno-active div {
    background: linear-gradient(#0055a2, #0055a2) !important;
    color: white !important;
}

.div-risultato-partita {
    border-top: 1px solid #e1e1e1;
    margin-top: 1rem;
}

.risultato-partita {
    margin: 1rem 0;
}

.squadra1 {
    display: table;
}

.squadra2 {
    position: absolute;
    right: 0;
    height: 100%;
}

.nome-squadra {
    display: table-cell;
    vertical-align: middle;
    color: #0055a2;
    font-family: museo_sans700;
    font-size: 1.1rem;
}

.risultato-squadra {
    display: table-cell;
    vertical-align: middle;
    color: #0055a2;
    font-family: museo_sans700;
    font-size: 3rem;
    text-align: center;
}

.div-img-squadra {
    position: relative;
    height: 100%;
}

.img-squadra {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    float: right;
}

.risultato-zona-grigia {
    background-color: #e7e7e7;
    display: table;
    height: 3rem;
    padding-right: 1rem;
    float: right;
}

    .risultato-zona-grigia p {
        display: table-cell;
        vertical-align: middle;
        font-family: museo_sans700;
        color: #696969;
        padding: 0.5rem 0;
        padding-left: 1rem;
    }

    .risultato-zona-grigia img {
        float: right;
        padding: 0.2rem 0;
        height: 100%;
    }

.risultato-zona-ID {
    background-color: #0055a2;
    display: table-cell;
    text-align: center;
    position: absolute;
    height: 100%;
}

    .risultato-zona-ID div {
        display: table;
        text-align: center;
        height: 100%;
        width: 100%;
    }

    .risultato-zona-ID p {
        display: table-cell;
        vertical-align: middle;
        font-family: museo_sans700;
        color: white;
        padding-left: 0;
    }

.risultato-arrow {
    display: table-cell;
    vertical-align: middle;
    color: #0055a2;
}

#menuCampionati {
    margin-bottom: 2rem;
}

    #menuCampionati div {
        border-bottom: 1px dashed #cfcfcf;
    }

@media all and (min-width: 0px) and (max-width: 767px) {
}

@media all and (min-width: 768px) and (max-width: 991px) {
}

@media all and (min-width: 992px) and (max-width: 1199px) {
}


/*DETTAGLI PARTITA;*/

.cont-dettagli-partita {
    border-top: 1px solid white;
}


/*RISULTATO CERCA*/

#ricercaRisultati .col-xs-12 {
    margin: 0.5rem 0;
}

.risultati-cerca-title {
    color: #0055a2;
    font-size: 2rem;
    font-family: museo_sans500;
}

.risultati-cerca-subtitle {
    color: #0055a2;
    font-size: 1.2rem;
    font-family: museo_sans500;
    margin-bottom: 1rem;
}

.risultati-right-text {
    margin-left: 1.5rem;
}

.risultati-input {
    width: 100%;
    height: 2rem;
    padding-left: 0.7rem;
}

.risultati-double-input {
    width: 45%;
    height: 2rem;
    padding-left: 0.7rem;
}

.risultati-input-right {
    float: right;
}

.grey-border {
    border: 1px solid #cfcfcf;
}

.risultati-cerca-search {
    color: #0055a2;
    font-size: 1.5rem;
    font-family: museo_sans900;
    margin-bottom: 2rem;
}

    .risultati-cerca-search a {
        cursor: pointer;
    }

.risultati-cerca {
    color: #0055a2;
    font-size: 1.2rem;
    font-family: museo_sans700;
    padding: 0.2rem 0;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

.risultati-legenda {
    margin-top: 4rem;
}


/* SPONSOR */

.ftopbar {
    background-color: #0055a2;
    border: 0px black;
    padding: 5px 10px;
    height: 10px;
    color: white;
}

.wtopbar {
    background-color: #0055a2;
    border: 0px black;
    padding: 5px 10px;
    height: 10px;
    color: white;
}

.sp-obj {
    border: solid 2px #fff;
    text-align: center;
    margin: 1%;
    height: 180px;
}

.sp-title {
    text-align: left;
    font-family: museo_sans500;
    color: #0055a2;
}

.display-table {
    display: table;
}

.display-tablecell-middle {
    display: table-cell;
    vertical-align: middle;
}

.sp-multi-bottom {
    text-align: center;
    margin: 1%;
    height: 130px;
}

    .sp-multi-bottom img {
        max-width: 100%;
    }

.ass-toptitle {
    font-size: 2.5rem;
    color: #0055a2;
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .ass-toptitle {
        font-size: 2rem;
        color: #0055a2;
    }

    .margin0-xs {
        margin: 0 !important;
    }

    .padding-modal-mobile {
        padding-top: 5%;
        padding-bottom: 5%;
    }

    .pad5-mobile-modal {
        padding-top: 5%;
    }

    .blocker {
        padding: 0 !important;
    }

    .pad-modal5-mobile {
        padding-left: 5%;
        padding-right: 5%;
    }

    .modale-gallery-foto {
        width: 100% !important;
        margin-top: 1% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
    }

    .top5-modal-mobile {
        margin-top: 5%;
    }

    .modale-partita-gallery-cont {
        display: block !important;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
}

@media all and (min-width: 992px) and (max-width: 1199px) {
}


/* ASSICURAZIONI */

#menuAss:hover {
    cursor: pointer;
}

.ass-button {
    background-color: #0055a2;
    display: table;
    text-align: center;
    margin: 1rem 0;
    font-size: 1.5rem;
}

    .ass-button p {
        display: table-cell;
        vertical-align: middle;
        color: white !important;
        font-family: museo_sans300;
        padding: 1rem 0;
    }

.ass-text-center {
    padding-top: 50px;
    color: #757575;
    font-family: Arial, Sans-Serif;
    font-size: 1rem;
}

.ass-text-bottom {
    color: red;
    padding: 3rem 0;
}

.ass-names {
    font-weight: bold;
}

@media all and (min-width: 0px) and (max-width: 767px) {
}

@media all and (min-width: 768px) and (max-width: 991px) {
}

@media all and (min-width: 992px) and (max-width: 1199px) {
}


/* PRIVACY AND COOKIE POLICY */

.policy-text-title {
    font-family: museo_sans500;
    color: #0055a2;
}


/* COMITATI TERRITORIALI */

.comitati-bg-reg {
    background-color: white;
    width: inherit;
}

.com-cells p {
    color: black;
    font-size: 16px;
}

.com-cells {
    background-color: white;
    padding-right: 0;
    color: black;
    vertical-align: middle;
}

.com-main-row p {
    display: table;
    color: white;
}

.com-main-row {
    border-top: 1px solid #ddd;
}

    .com-main-row img {
        padding-top: 15px;
        padding-bottom: 15px;
        cursor: pointer;
        height: 50px;
    }

.com-legenda {
    text-align: right;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.display-table {
    display: table;
}

.display-table-cell-middle {
    display: table-cell;
    vertical-align: middle;
}

.com-cells-hide p {
    padding-left: 40px;
}

.com-legenda img {
    padding-right: 5px;
    padding-left: 5px;
}


/* COMMISSARIO TECNICO */

.commissario-title {
    font-size: 2.5rem;
    color: #0055a2;
    font-weight: bold;
}

.commissario-title-info {
    margin: 0;
    padding-bottom: 2%;
    font-size: 1.3rem;
    font-weight: bold;
}

.commissario-text {
    font-family: museo_sans100;
}

.commissario-img img {
    width: 100%;
}


/* PIAZZAMENTI */

.pad-left5 {
    padding-left: 5%;
}

.row-first-color-table {
    background-color: #f0f1f2;
}

.row-second-color-table {
    background-color: #e3e4e5;
}

.naz-main-row {
    border-top: 1px solid #ddd;
    height: inherit;
    display: table;
}

    .naz-main-row p {
        color: white;
        padding-top: 10px;
    }

.row-slide-p {
    height: 40px;
}

.piazzamenti-freccina {
    width: 40;
    display: table;
    height: inherit;
    text-align: center;
}

    .piazzamenti-freccina i {
        display: table-cell;
        vertical-align: middle;
        cursor: pointer;
    }


/*
.piazzamenti-cell {
    padding-left: 40px;
}*/

.margin0 {
    margin: 0;
}

.pad8-left {
    padding-left: 8%;
    /*text-align: left;*/
}

.pad8-right {
    padding-right: 8%;
    /*text-align: left;*/
}

.pad13-left-nazionale {
    padding-left: 13%;
}

.icon-xs-menu {
    position: absolute;
    top: 30%;
    right: 2.5%;
}

.icon-xs-menu-nazionale {
    position: absolute;
    top: 20%;
    right: 1.7%;
}

.sezione-regione-absolute {
    position: absolute;
    z-index: 10;
    background-color: Aqua;
}

.pointer {
    cursor: pointer;
}

.list-style-none {
    list-style-type: none;
}

.pad1 {
    padding: 2px;
}

.fornitore-singolo {
    margin: auto;
    float: none;
    width: 35%;
}

@media all and (min-width: 768px) {
    .col-width-10 {
        margin: auto;
        width: 19.5%;
        float: left;
        padding: 5%;
    }

    .col-width-10-fornitori-ufficiali {
        margin: auto;
        width: 14%;
        float: left;
        padding: 3%;
    }

    .fornitore-singolo {
        float: none;
    }

    .height-modal {
        height: 35%;
    }
}

.section-social {
    background-color: #dbdbdb;
    padding-bottom: 1.2rem !important;
}

.title-social {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.4rem;
    font-family: museo_sans300;
    color: #0055a2;
    margin-bottom: 5px;
}

.title-storia {
    color: #0055a2;
    font-size: 2.5rem !important;
    margin: 0;
    font-family: museo_sans300;
    padding-bottom: 1rem;
    line-height: 2rem;
}

.title-storia-small {
    margin: 0;
    font-size: 1.8rem !important;
    font-family: museo_sans300;
    padding-bottom: 1rem;
    line-height: 2rem;
}

@media all and (min-width: 0px) and (max-width: 1400px) {
    .title-storia {
        color: #0055a2;
        font-size: 2.2rem !important;
        margin: 0;
        font-family: museo_sans300;
        padding-bottom: 1rem;
        line-height: 2.5rem;
    }

    .title-storia-small {
        margin: 0;
        font-size: 1.5rem !important;
        font-family: museo_sans300;
        padding-bottom: 1rem;
        line-height: 1.8rem;
    }
}

@media all and (min-width: 0px) and (max-width: 767px) {
    .bottom10-mobile {
        margin-bottom: 10px;
    }

    .pad8-left-mobile {
        padding-left: 8%;
        /*text-align: left;*/
    }

    .pad8-right-mobile {
        padding-right: 8%;
        /*text-align: left;*/
    }

    .img-staff {
        max-height: 320px;
    }

    .pad0-xs {
        padding: 0;
    }

    .pad13-left-nazionale {
        padding-left: 0;
    }

    .height-xs-10 {
        height: 10%;
        padding: 2%;
    }

    .height-modal {
        height: 47%;
    }

    .chi-siamo-image-l {
        border: 1px solid #2f2f2f;
        float: left;
        margin: 20px 0px 20px 0;
    }

    .chi-siamo-image {
        border: 1px solid #2f2f2f;
        margin: 20px 0px 20px 0;
    }

    .chi-siamo-image-r {
        border: 1px solid #2f2f2f;
        float: right;
        margin: 20px 0px 20px 0;
    }
}

/*--- AREA SPONSOR ---*/
.area-sponsor {
    margin-top: 30px;
}

    .area-sponsor div a:link, .area-sponsor div a:visited {
        color: white;
    }

    .area-sponsor div {
        font-size: 1.2rem;
        padding: 15px;
        margin-bottom: 1px;
        background: #0055a2;
    }

        .area-sponsor div:nth-child(even) {
            background: #266eb0;
        }
/*--- /AREA SPONSOR ---*/

a.dropdown-toggle[aria-expanded="true"] {
    color: yellow;
}

.archivio-partita {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.9);
    text-align: center;
}
