

#banner{
    margin-top: 73px;
}

.Banner-Top {
    background: #000;
    background-size:cover;
    background-position: center;
}



#comandi-banner-sx:hover, #comandi-banner-dx:hover{
    color: yellow;
}

#comandi-banner-sx, #comandi-banner-dx{
    position:absolute!important;
    display: block;
    top:40%;
    font-size:70px;
    opacity: 0.6;
    z-index: 90;
    text-shadow: 0px 0px 10px #000;
    color: #fff;
}

#comandi-banner-sx{
left:0px;
}

#comandi-banner-dx{
    right: 0px;
}

#flash-news{
    width: 100%;
    font-size:15px;
    background: rgba(0,0,0,1);
    color: #F5B90E;
    top: 0px;
    padding: 10px;
    font-family: 'Roboto Condensed',sans-serif;
}


#comandi-flashnews-sx, #comandi-flashnews-dx{
    position:absolute!important;
    display: block;
    top:5%;
    font-size:40px;
    opacity: 0.5;
    color: #ffffff !important;
}

#comandi-flashnews-sx{
    left: 10px;
}

#comandi-flashnews-dx{
    right: 10px;
}



#user-info{
    width: 100%;
    background: #5d5d5d;
    color:#fff;
    padding-top: 2%;
    padding-bottom: 20px;
    margin-top: 0%!important;
}

#img-ico-user{
    max-width: 60px;
    margin:auto;
}


#servizi_utente{
    color: #000;
    background: rgba(255,255,255,0.7);
    font-family: "Roboto Condensed", sans-serif;
    margin-top:25px;
    font-size:20px;
    padding: 5px;
}


#servizi_in{
    font-size: 40px;
    font-weight: bold;
}


#schede-servizi-in{
    width: auto;
    margin: auto;
    margin-top:20px;
    margin-bottom: 40px;

}

.scheda-container{
    width: 30%; float:left;
    background: #fff;
    border-radius: 10px;
    font-size:15px;
    text-align: center;
    box-shadow: 0px 0px 5px #000;
    line-height: 15px;
    font-weight: bold;
    min-height: 150px;
}

.scheda-container:nth-child(2){
    margin-right: 5%;
    margin-left: 5%;
}

.scheda{
    padding:5%;
    max-width: 170px;
    margin:auto;
}

.scheda img{
    margin:auto;
    max-width: 80px;
    width: 100%;
}


.user-name{
    color:#F5B90E;
    font-size: 20px;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: bold;
    font-size:24px;
}

.user-indirizzo{
    color:#FFF;
    font-size: 15px;
    font-family: "Roboto Condensed",sans-serif;
    font-weight: lighter;
}


