/* Login Reserved Area */

.login-panel-wrapper .col_area{
    width: 50%;
}

.login-panel-wrapper .col_area.login-form{
    width: 38%;
    padding-top: 13px;
    margin-right: 0;
}



/* Reserved Area */

#area_riservata_cliente .grigio.reserved-area-heading{
    position: relative;
    margin: 0;
}
    .titolomargine.reserved-area-img{
        padding-top: 50px;
    }

.reserved-area-welcome-msg{
    margin-top: 0;
}

a.reserved-area-logout-btn,
a.reserved-area-logout-btn:visited{
    position: absolute;
    top: 52px;
    left: 50%;
    margin-left: 340px;
    text-transform: uppercase;
    font-family: Gotham-Bold, Helvetica, Arial, sans-serif;
    color: #504d6f;
    font-size: 1.1em;
}


#area_riservata_cliente #grigio_porpora.sections-menu-wrapper.sections-menu-bg-0{
    background-image: url(../images/site/fondo_area_selection_0.gif);
}
#area_riservata_cliente #grigio_porpora.sections-menu-wrapper.sections-menu-bg-1{
    background-image: url(../images/site/fondo_area_selection_1.gif);
}
#area_riservata_cliente #grigio_porpora.sections-menu-wrapper.sections-menu-bg-2{
    background-image: url(../images/site/fondo_area_selection_2.gif);
}

    .sections-menu-wrapper a{
        color: white;
    }

    .sections-menu-wrapper .selected-item{
        position: relative;
        display: block;
    }
    .sections-menu-wrapper .item-2{
        padding-left: 12px;
    }
        .sections-menu-wrapper .selected-item:after{
            content: '';
            position: absolute;
            bottom: -18px;
            left: 50%;
            display: block;
            
            width: 40px;
            height: 18px;
            margin-left: -30px;
            background: url(../images/site/freccina_direzione.png) center top no-repeat;
        }


.tiles-wrapper{
    width: 900px;
    margin: 0 auto;
    padding-left: 1%;
    padding-top: 50px;
}

    .tiles-wrapper .tiles-column{
        float: left;
        width: 33%;
    }

        .tiles-wrapper .tiles-column .tile-item{
            width: 255px;
            padding: 15px;
            background-color: #f6f6f6;
            margin-bottom: 12px;
        }

        .tiles-wrapper .tiles-column .tile-item img{
            display: block;
        }

        .tiles-wrapper .tiles-column .tile-item .title,
        .tiles-wrapper .tiles-column .tile-item .subtitle{
            margin: 0;
            padding: 0;
            font-family: Gotham-Bold, Helvetica, Arial, sans-serif;
        }
        .tiles-wrapper .tiles-column .tile-item .title{
            margin-top: 18px;
            font-size: 1.25em;
            text-transform: uppercase;
        }
        .tiles-wrapper .tiles-column .tile-item .subtitle{
            margin-bottom: 14px;
        }