@charset "utf-8";
/* CSS Document */

* {outline: none;}
img {border: none;}
input {-webkit-border-radius: 0px;}
.privacy_txt{font-size:12px;padding-right:10px;}

body{
    margin: 0px;
    font-family: Arial;
    color: #000;
    background: url(../img/bg_footer.jpg) 0 bottom  repeat-x;
    padding-bottom: 286px;
    font-size: 15px;
}
p{
    margin: 0px;
    padding: 0px 0 20px;
}
#header{
    width: 985px;
    margin: auto;
    background: url(../img/hangloose.jpg) 0 0 no-repeat;
    position: relative;
    padding-top: 153px;
    padding-bottom: 20px;
}

.payoff{
    position: absolute;
    background: #ffd32e;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    width: 560px;
    right: 40px;
    top: 30px;
    height: 124px;
    padding-left: 31px;
    padding-top: 12px;
}
.foto_profilo{
    float: right;
    background: #ffd32e;
    padding: 30px 10px 30px 40px;
}
.testo_intro{
    float: left;
    padding-top: 72px;
    font-size: 16px;
    padding-left: 35px;
    width: 350px;
}
.testo_intro strong{
    font-size: 20px;
}

#aiutami{
    background: url(../img/bg_aiuto.png) 0 0 repeat-x;
    width: 100%; min-height: 100px;
}

.inner{
    width: 985px;
    margin: auto;
    position: relative;
}

.aiutami{
    background: url(../img/come_aiutarmi.png) 0 0 no-repeat;
    text-indent: -9999px;
    margin: 0px;
    padding: 0px;
    height: 100px;
}
.goStudy{
    position: absolute;
    top: 35px;
    right: 45px;
}
.breve_desc{
    padding-left: 35px;
    width: 730px;
    padding-top: 20px;
}
.aiutami_tu{
    width: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
}

.fb_page{
    background: #e2e2e1;
    width: 985px;
    height: 286px;
    position: relative;
    padding-top: 12px;
}
.profile_hangloose{
    float: right;
}
.ico-fb{
    position: absolute;
    top: -19px;
    left: 0px;
}
.desc_fb_page{
    width: 500px;
    padding-left: 35px;
    float: left;
    line-height: 19px;
    padding-top: 15px;
}
.desc_fb_page a{
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

.dillo_amici{
    text-align: center;
    padding: 35px 0 25px;
    width: 100%;
}

.box_condividi{
    background: #e2e2e1;
    width: 450px;
    position: relative;
    padding-top: 35px;
    padding-left: 20px;
    min-height: 330px;
    padding-right: 10px;
}
.fl_sx{
    float: left;
}
.fl_dx{
    float: right;
}
.con_social{
    padding-left: 110px;
    padding-bottom: 55px;    
}
.social_icon{
    position: absolute;
    top: -11px;
    left: 0px;
    
}
.tab_social{
    width: 450px;
}
.tab_social p{
    padding: 0px;
    font-style: italic;
}
#overlay{
    position: fixed;
    top: 0px;
    left: 0px;
    background: #000;
    z-index: 9;
    display: none;
}
#lightbox{
    position: absolute;
    z-index: 10;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    width: 800px;
    min-height: 600px;
    left: 50%;
    top:10%;
    margin-left: -400px;
    background: #fff;
    display: none;
}
.openLight{
    cursor: pointer;
}
.cycle_step{
    width: 800px;
    border: 1px solid #ccc;
    height:500px;
}
.pager{
    width: 50px;
    margin: auto;
    padding-bottom: 20px;
    padding-top: 10px;
}
.paging{
    display: block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0px 2px;
    background: url(../img/pager.png) 0 bottom no-repeat;
    float: left;
}
.activeSlide{
    background-position: 0 0;
}