html {
    height: 100%
}
body {
    max-width: 100%;
    overflow-x: hidden;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif!important;
}

.COrange{
    color: #f61e23
}

.site{
    padding-bottom: 0px !important;
}

.no-font{
    font-size: 0px;
}

.max-full{
    max-width: 100%;
}

.all-height{
    height: 100%;
}
.all-width{
    width: 100%;
}
.all-height-width{
    width: 100%;
    height: 100%;
}

/* min-height also in .rightBox */
.firstBox{
    position: relative;
    background: url("/img/background/staffetta.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.firstBox *{
    box-sizing:     border-box;
}

.velinaColorata {
    padding: 16vh 0 30vh 0;
    text-align: center;
    zoom: 1;
    background: -o-linear-gradient(to right, rgba(216,26,73,.40) 0, rgba(64,132,158,.40) 100%);
    background: -ms-linear-gradient(to right, rgba(216,26,73,.40) 0, rgba(64,132,158,.40) 100%);
    background: -moz-linear-gradient(to right, rgba(216,26,73,.40) 0, rgba(64,132,158,.40) 100%);
    background: -webkit-linear-gradient(to right, rgba(216,26,73,.40) 0, rgba(64,132,158,.40) 100%);
    background: linear-gradient(to right, rgba(216,26,73,.40) 0, rgba(64,132,158,.40) 100%);
}

.contentArea{
    color: white;
    max-width: 580px;
    margin: 0 auto;
    padding: 30px 0px;
    text-align: center;
}

.textArea{
    margin-bottom: 30px;
}

.textArea h1{
    margin: 0;
    font-size: 68px;
    line-height: 100%;
    text-transform: uppercase;
}

.textArea p{
    margin: 0px;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    opacity: .8;
}

.textArea p span{
    display: none;
    opacity: 0;
    transition: opacity .5s;
    -o-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -webkit-transition: opacity .5s;
}

.textArea p span:first-child{
    display: inline-block;
    opacity: 1;
}

.middlePart{
    text-align: left;
    padding: 10px 20px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.middlePart form{
    position:       relative;
    font-size:      15px;
    line-height:    18px;
}

.middlePart input{
    box-shadow:     none;
    outline:        none;
    padding:        10px 70px 10px 10px;
    color:          black;
    border:         0px;
    width:          100%;
    box-shadow:     0 2px 4px rgba(0,0,0,0.2), 0 -1px 0px rgba(0,0,0,0.02);
    font-size:      inherit;
    line-height:    inherit;
    border-radius:  .5em;
}

.middlePart button{
    position:       absolute;
    top:            4px;
    right:          0px;
    width:          70px;
    text-align:     center;
    padding:        6px 0px;
    border:         0;
    cursor:         pointer;
    font-size:      80%;
    line-height:    inherit;
    background-color:transparent;
    border-left:    1px solid rgba(0,0,0,.2);
    text-transform: uppercase;
}

.bottomPart{
    padding: 1em 0 1em;
}

.bottomPart .btn{
    display: inline-block;
    margin: 0 .3em;
    vertical-align: top;
}

/* promo 4clubs */
.clubs-banner{
    margin-top: -16vh;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
}

.clubs-banner .clubs-wrapper{
    max-width: 600px;
    display: flex;
    flex-direction: row;
    background: white;
    z-index: 1;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.clubs-banner .divide{
    padding: 2rem;
}

.clubs-banner .divide:first-child{
    padding-right: 0;
}

.clubs-banner .divide img{
    max-height: 26vh;
    max-width: 100%;
}

.clubs-banner .divide .over-image-right{
    position: absolute;
    bottom: -10px;
    right: -20px;
    font-size: 40px;
}

.clubs-banner .divide .over-image-left{
    position: absolute;
    bottom: -10px;
    left: -20px;
    font-size: 40px;
}

.project-name-logo{
    padding: .4rem 1rem;
    font-size: 1.8rem;
    color: white;
    background: linear-gradient(to right, #f61e23 0, #f81f4b 100%);
    font-weight: bold;
    display: inline-block;
    margin-bottom: 1rem;
}

.project-title{
    font-weight: bold;
    font-size: 1.5rem;
}

.btn-clubs{
    display: inline-block;
    border: 1px solid #f61e23;
    cursor: pointer;
    padding: .375rem .75rem;
    margin-top: 1rem;
    color: #f61e23;
    font-size: .8rem;
    border-radius: 5px;
}

.btn-clubs:hover{
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#f61e23),to(#f81f4b));
    background: -webkit-linear-gradient(left,#f61e23,#f81f4b);
    background: -o-linear-gradient(left,#f61e23 0,#f81f4b 100%);
    background: linear-gradient(90deg,#f61e23 0,#f81f4b);
    color: white;
}


/*athlete */
.containerAthlete{
    text-align: center;
}

ul#listAthlete{
    font-size: 0;
    margin-top: -16vh;
    display: inline-block;
}

ul#listAthlete li{
    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 20%;
    height: 20vw;
    max-width: 200px;
    max-height: 200px;
}

ul#listAthlete li a{
    display: block;
}

ul#listAthlete li img{
    display: block;
    height: 100%;
    width: 100%;
}

.Bdark-smooth{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, rgba(0,0,0,.80)0%, rgba(0,0,0,.40)45%, transparent 80%);
    background: -o-linear-gradient(bottom, rgba(0,0,0,.80)0%, rgba(0,0,0,.40)45%, transparent 80%);
    background: -moz-linear-gradient(bottom, rgba(0,0,0,.80)0%, rgba(0,0,0,.40)45%, transparent 80%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(rgba(0,0,0,.80)));
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,.80)0%, rgba(0,0,0,.40)45%, transparent 80%);
    background: -ms-linear-gradient(bottom, rgba(0,0,0,.80)0%, rgba(0,0,0,.40)45%, transparent 80%);
    color: white;
}

.Bdark-smooth p{
    padding: 10px;
    margin: 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 14px;
    text-align: left;
}

.Bdark-smooth p span{
    font-size: 11px;
    opacity: .7;
    display: block;
}




/* ---- */
/* credits photo */
.absRight {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 13px;
    opacity: .7;
    text-align: right;
    cursor: pointer;
    color: white;
}
.absRight a {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 0;
    margin: 0;
    line-height: 18px
}
.absRight img{
    display: block;
    margin: 0 auto;
    height: 22px;
    width: 22px;
}


img {
    border-width: 0
}
span.orange {
    color: #f61e23
}
span.gray {
    color: #aaa;
    font-size: 13px
}
ul {
    font-size: 14px;
    padding-left: 0;
    margin-left: 0
}
li {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0
}
.ib {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top
}
section {
    background-color: transparent!important
}
section .wrap {
    padding: 20px!important
}
.compari {
    opacity: 1!important;
    margin-top: 10px!important
}
.faceBox {
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    width: 250px;
    height: auto;
    background: #5475bd;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}
.faceBox img {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 25px!important;
    height: 25px!important
}
.faceBox a {
    text-decoration: none;
    display: block;
    line-height: 25px;
    padding: 10px 5px 10px 25px;
    color: #fff;
    font-size: 18px
}
.ricercaBig {
    width: 90%;
    max-width: 300px;
    height: 30px
}
.menuBox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 0;
    background-color: transparent
}
img.scorri {
    position: absolute;
    top: -20px;
    height: 50px;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s
}

.textBox {
    max-width: 700px;
    margin: 0 auto;
    text-align: center
}

.textBox h1 {
    opacity: 0;
    font-weight: 300;
    font-size: 40px;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

/* sotto */
.pannello {
    padding: 110px 0;
    text-align: center
}
h1.white {
    color: #fff
}
.animaText h1,
.animaText p {
    opacity: 1
}
.pannello img,
.quadro img {
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    min-width: 200px
}
.quadro {
    padding: 50px 0;
    text-align: center;
    color: #fff;
    background-color: #282828;
    background-color: rgba(40, 40, 40, .9)
}
.rilevatore {
    position: relative;
    width: 70%;
    max-width: 350px;
    min-width: 200px;
    margin: 0 auto
}
.rilevatore img {
    width: 100%;
    margin-left: -150px;
    opacity: 0;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}
div.innesca {
    opacity: 1
}
.innesca img {
    margin-left: 0;
    opacity: 1
}
.missil {
    padding-top: 20px;
    opacity: 0;
    position: absolute;
    color: #fff;
    transition: all .7s;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    -moz-transition: all .7s;

    transition-delay: 1.7s;
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s
}
.innesca .missil {
    opacity: 1;
    padding-top: 0
}
.mtop {
    top: 12%;
    left: -140px
}
.mbot {
    bottom: 53%;
    right: -135px
}
span.line {
    height: 10px;
    border-bottom: 1px solid #fff;
    width: 160px;
    display: inline-block;
    zoom: 1;
    *display: inline
}
.missil p {
    position: absolute;
    right: 0;
    top: -20px;
    font-size: 13px;
    display: inline-block;
    zoom: 1;
    *display: inline
}
.dark {
    padding-top: 50px;
    text-align: center;
    color: #fff;
    background-color: #282828
}
.dark .textBox h1 {
    color: #fff;
    margin-bottom: 20px
}
.dark p {
    color: #dcdcdc;
    padding: 10px 0;
    margin: 0
}
.dark .mobile_img_box img {
    width: 90%;
    max-width: 350px;
    opacity: 0;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}
.dark .showOn img {
    opacity: 1;
    margin-left: 0
}
.mobile_img_box {
    text-align: center;
    font-size: 0;
    margin-top: 30px;
}
.dark .muretto {
    background-color: #141414;
    padding: 20px 0;
}
.love {
    background-color: #f3424b;
    background-color: rgba(243, 66, 75, 1);
    padding-bottom: 50px
}
.button {
    padding: 8px 20px;
    background-color: #fff;
    color: #f84545;
    max-width: 160px;
    margin: 0 auto;
    text-transform: uppercase
}
.miniP {
    font-size: 0;
    padding: 20px 0;
    background-color: #f61e23;
    border-bottom: 1px solid #dcdcdc;
    color: #fff
}
.split2 {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 50%;
    text-align: center
}
.split2 p {
    padding: 0;
    margin: 0
}
.split2 p.nB {
    font-size: 40px
}
.split2 p.tS {
    font-size: 20px
}
.space {
    height: 160px;
    width: 100%;
    background: 0 0
}
.share {
    max-width: 100px;
    padding: 6px 10px;
    font-size: 13px
}
#share-buttons img.share {
    width: 45px;
    padding: 5px;
    border: 0;
    box-shadow: 0;
    display: inline;
    max-width: 45px;
    min-width: 45px
}
.container-profile {
    padding: 50px 0;
    height: auto;
    background-color: #37434b
}
.control{
    position: relative;
    width:auto;
    max-width:400px;
    margin:0 auto}
.header{
    padding:15px 0 15px 15px;
    height:auto;
    text-align:left;
    margin:0 auto;
    position:relative;}
.share-buttons{
    position:absolute!important;
    top:2px;
    right:2px}
.share-buttons a{
    text-decoration:none;
    color:transparent;
    border:0;
    margin:0;
    padding:0}
.share-buttons img{
    width:27px;
    margin:3px 0;
    display:block}
.header img.prof{
    margin:0;
    margin-right:10px;
    height:100px;
    width:100px;
    border-radius:10px;
    display:inline-block}
.header img#edit{
    height: 15px;
    width: 14px;
    vertical-align: middle;
}
.header .container-text{
    width: 100%;
}
.header .text{
    width: calc( 100% - 125px );
    display:inline-block;
    vertical-align:top}
.header p, .header h1{
    font-size: 27px;
    margin:0;
    line-height:110%;
    font-weight: 400;
    color:#fff}
.header a{
    color: #aaa;
    text-decoration: none;
}
#societa{
    color: #aaa;
}
.header span.orange2{
    background-color:#f61e23;
    color:#fff;
    font-size:13px;
    padding:0 5px;
    margin-left:4px;
    border-radius:3px}
.header span.gray{
    color:#aaa;
    font-size:13px}
.header .other-info{
    padding: 5px 0px;
}
.float-button{
    position:absolute;
    right: 20px;
    bottom: -30px;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: white;
    box-shadow: 0px 1px 8px rgba(0,0,0,.4);
}
.float-button img{
    height: 30px;
}
.pb-title{
    padding:5px 0;
    margin:0;
    font-size:15px;
    text-transform:uppercase}
.pb-error{
    padding:30px 0;
    margin:0;
    font-size:15px;
    text-align:center}
.pb{
    text-align:left;
    color:#fff;
    margin:0;
    padding:10px 30px;
    font-size:14px;
    background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#19FAFAFA,endColorstr=#19FAFAFA)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19FAFAFA,endColorstr=#19FAFAFA);   /* IE6 & 7 */
      zoom: 1;
    background-color:rgba(250,250,250,.1);}
ul li.s-more{
    display: none;
}
ul li#a-more a{
    display: none;
}
.linea{
    height:4px;
    background-color:orange;
    border-radius:3px;
    width:0;
    max-width:100%}
.ruota{
    width:30px;
    height:30px;
    background:#000;
    background:-o-linear-gradient(top,#708090,red);
    background:-moz-linear-gradient(top,#708090,red);
    background:-webkit-gradient(linear,0 0,0 100%,from(#708090),to(red));
    background:-webkit-linear-gradient(top,#708090,red);
    background:-ms-linear-gradient(top,#708090,red);
    background:linear-gradient(top,#708090,red)}
.r{
    transform:rotateZ()}


.myButton{
    -webkit-transition:all .4s;
    -moz-transition:all .4s;
    -ms-transition:all .4s;
    -o-transition:all .4s;
    transition:all .4s
}

.Bsegui{
    background-image: url("/ico/star/star_accesa.png");
    background-position: 10px 10px;
    background-size: 30px;
    background-repeat: no-repeat;
}
.Bseguito{
    background-image: url("/ico/checkmark/checkmark-32.png");
    background-position: 10px 10px;
    background-size: 30px;
    background-repeat: no-repeat;

    -webkit-transform:rotateX(360deg);
    -moz-transform:rotateX(360deg);
    -ms-transform:rotateX(360deg);
    -o-transform:rotateX(360deg);
    transform:rotateX(360deg)
}

.container-profile footer{
    color:#fff;
    font-size:13px;
    text-align:center;
    padding:5px 0;
    max-height:20px;
    overflow:hidden}


//

#shareLink {
    display: block;
    font-size: 0;
    padding: 5px 0
}
#shareLink>img {
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 0;
    display: inline-block;
    zoom: 1;
    *display: inline
}
#shareLink>span {
    line-height: 20px;
    font-size: 13px;
    vertical-align: top;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-left: 7px;
    color: #fff
}
.coperta_bianca {
    padding: 140px 0;
    background: #f5f5f5;
    text-align: center;

    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s
}
.coperta_bianca p{
    margin: 0;
    padding: 0;
    font-weight: 100;
    font-size: 32px;
    line-height: 40px;
}
.coperta_bianca a{
    display: block;
    font-size: 14px;
    color: #f61e23;
    text-transform: uppercase;
}
.limitatore {
    max-width: 1000px;
    margin: 0 auto;
    width: 95%
}
div.final {
    background-color: #1e1e1e;
    padding: 20px 0;
    font-size: 0
}
div.final div.settore {
    width: 50%;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #fff;
    font-size: 13px;
    vertical-align: top;
    text-align: left
}
div.final div.right {
    text-align: right
}
div.final .settore p {
    color: #fff;
    font-size: 16px;
    padding: 5px 0;
    margin: 5px 0
}
div.final .settore ul {
    padding: 5px 0;
    margin: 0;
    color: #c8c8c8;
    color: rgba(255, 255, 255, .5)
}
div.final .settore ul.social li {
    display: inline-block;
    zoom: 1;
    *display: inline
}
div.final .settore ul a {
    color: inherit;
    text-decoration: none;
    display: inline-block
}
div.final .right ul a {
    margin: 0px 3px
}
div.final .settore ul img {
    height: 28px;
    width: 28px
}
div.final .the_real_end {
    font-size: 13px;
    color: #c8c8c8;
    color: rgba(255, 255, 255, .5);
    text-align: center;
    margin-top: 10px
}
.promoBox {
    padding: 10px 0
}
.promo {
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    position: relative;
    text-align: left;
    border: 1px solid #fff;
    color: #fff
}
.promo:hover {
    color: #000;
    background-color: #e6e6e6
}
.promo img {
    position: absolute;
    top: 5px;
    left: 5px!important;
    height: 40px
}
.promo p {
    margin: 0;
    margin-left: 50px;
    font-size: 15px;
    line-height: 18px;
    padding: 2px
}
.fb_like {
    text-align: center;
    margin: 5px 0px
}



/* ----------------------------------------------- */

/* ---- SPECIAL USING CSS_BROWSER_SELECTOR ------- */

/* ----------------------------------------------- */

.app-store{
    display:        none;
}

.muretto .app-store{
    display:        block;
}

.muretto .app-store img{
    height:             46px;
}

.mobile .app-store{
    display:            block;
    text-align:         center;
    padding-bottom:     0px;
}

.app-store a{
    display:            inline-block;
}

.app-store img{
    height:             56px;
}

.android .app-store .for-safari{
    display:            none;
}

.iphone .app-store .for-android,
.ipad .app-store .for-android{
    display:            none;
}






/* --------------------------------------- */

/* ---- MOBILE SHOW / DESKTOP HIDE ------- */

/* --------------------------------------- */


@media (max-width: 650px) {
    .modal-down p {
        padding: 0px 10px !important;
        padding-bottom: 25px !important;
    }

    body {
        background: 0 0
    }
    .velinaColorata{
        padding: 0;
    }
    .contentArea{
        padding: 50px 0 70px;
    }
    .upperPart{
        height: auto;
        min-height: 200px;
    }
    .middlePart input{
        padding: 10px 30px 10px 10px;
    }
    .middlePart button{
        width: 38px;
        font-size: 0;
        background-image: url("/ico/search/search-25.png");
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: 7px 5px;
    }
    .bottomPart{
        position: static;
        padding-bottom: 55px;
    }
    .bottomPart .desc{
        display: none;
        font-size: 12px;
    }
    .absRight {
        bottom: 50px;
        font-size: 11px;
        display: none;
    }


    /* banner 4clubs */
    .clubs-banner{
        margin-top: -5vh;
    }

    ul#listAthlete{
        margin-top: -40px;
    }

    ul#listAthlete li{
        height: 33.333vw;
        width: 33.333%;
        max-width: 160px;
        max-height: 160px;
    }

    ul#listAthlete li:last-child, ul#listAthlete li:first-child{
        display: none;
    }

    .Bdark-smooth{
        display: none;
    }

    .textArea h1{
        margin: 0;
        font-size: 44px;
    }

    .textArea p{
        margin: 0px;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
        opacity: .8;
    }

    .menuBox {
        position: static;
        padding: 0;
        width: 100%;
        max-width: 800px;
        background-color: transparent;
        margin: 0 auto;
        padding-top: 70px
    }
    img.scorri {
        display: none
    }
    .down:hover {
        padding-bottom: 0;
        padding-top: 0
    }
    .down:hover span.menuD {
        display: none
    }
    .down {
        display: inline-block;
        max-width: 250px;
        height: auto;
        padding-top: 0;
        padding-bottom: 0;
        background-color: rgba(0, 0, 0, .3);
        width: 50%;
        margin: 0;
        border-radius: 0
    }
    .down:hover .upper {
        font-size: auto;
        background-color: transparent
    }
    .cerchio,
    .fungo,
    .mline {
        display: none
    }
    a.T {
        color: #fff;
        line-height: 50px;
        text-decoration: none
    }
    .down:hover {
        background-color: rgba(0, 0, 0, .4)
    }
    span.menuD {
        display: none;
        color: #969696
    }
    h1 {
        font-size: 35px
    }
    .missil {
        display: none
    }
    .split2 p.nB {
        font-size: 30px
    }
    .split2 p.tS {
        font-size: 15px
    }
    .animaText h1,
    .control,
    .dark .mobile_img_box img,
    .missil,
    .rilevatore img,
    .textBox h1,
    .textBox p {
        opacity: 1
    }

}
/* GORLUX */
.scopri-di-piu {
    color: #f61e23;
}
