.div960
{
    width:960px;
    margin:auto;
    font-family: 'Open Sans', sans-serif;
}
.top
{
    background-size:cover;
    background-image:url('/gfx/bgTop.jpg');
    color:#fff;
    padding-top:160px;
    padding-bottom:160px;
    text-align:center;
    position:relative;
}
    .top .btnLogin {
        background-color: #706bad;
        color: white;
        font-family: 'Open Sans', sans-serif;
        width: fit-content;
        padding: 14px;
        position: absolute;
        top: 30px;
        right: 20px;
        text-decoration:none;
        border-radius:5px;
        font-size:12px;
    }
.btnLogin:hover, .formLogin .container button:hover{
    opacity: 0.9;
}

.top p
{
    margin-top:80px;
    padding-top:0px;
    font-weight:300;
    font-size:20pt;
    line-height:35px;
}
.top p b
{
    font-weight:600;
}
.fancybox-skin{
    background-color:white !important;
}

.formLogin {
    display: none;
    background-color: white;
    padding: 25px 50px 35px 50px;
    box-sizing: border-box;
    width: 100%;
    min-width:400px;
    margin: auto;
    border-radius: 5px;
}

.formLogin .container{
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

    .formLogin .container div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .formLogin .container label {
        color: black;
        margin-top: 15px;
        font-family: 'Open Sans', sans-serif;
    }
    .formLogin .container input {
        padding: 10px;
        border: 1px solid #f2f2f2;
        margin: 15px 0;
        text-align: left;
        font-family: 'Open Sans', sans-serif;
    }
    .formLogin .container button {
        padding: 20px;
        border: 0px solid #f2f2f2;
        margin: 10px auto;
        background-color: #706bad;
        color: white;
        font-family: 'Open Sans', sans-serif;
        width: 200px;
        border-radius: 5px;
        font-size: 16px;
        font-weight: 500;
        cursor:pointer;
    }

h2{
    text-align:center;
    margin-bottom:10px;
    font-size:22px;
    color:#706bad;
}

#errore {
    display: none;
}
#errore p {
    color: #ff4646;
    font-family: 'Open Sans', sans-serif;
    font-size:15px;
    font-weight:600;
    text-align:center;
}
.partners {
    width: 100%;
    text-align: center;
    padding-top: 100px;
    padding-top: 50px;
}
.partnerPz 
{
    display:inline-block;
    font-size:0px;
    line-height:0px;
    padding:0px;
    margin-left:50px;
    margin-right:50px;
    margin-bottom:50px;
}
.footer
{
    background-color:#f2f2f2;
    color:#b0b0b0;
    padding-top:50px;
    padding-bottom:25px;
    text-align:center;
}
.contattoPz
{
    display:inline-block;
    padding:0px;
    margin-left:40px;
    margin-right:40px;
    margin-bottom:25px;
    text-decoration:none !important;
}
.contattoPz img
{
    margin-bottom:15px;
}
.contattoPz b
{
    display:inline-block;
    color:#606060;
    font-weight:600;
    margin-bottom:5px;
}
.contattoPz span
{
    color:#b0b0b0;
    text-decoration:none;
    font-size:14pt;
}
.contattoPz a
{
    color:#b0b0b0;
    text-decoration:none;
}
.barrettaFooter
{
    margin:auto;
    text-align:center;
    padding-top:20px;
    padding-bottom:20px;
    color:#b0b0b0;
    font-size:8pt;
    line-height:20px;
}
.barrettaFooter a
{
    color:#b0b0b0;
    text-decoration:none;
    font-size:8pt;
}
.cooki
{
    font-size: 10pt;
    color: #000;
    line-height: 18px;
}
.cooki h1 {
    font-weight: bold;
    font-size: 13pt;
    margin-bottom: 20px;
    margin-top: 20px;
}
.cooki h2
{
    font-weight: bold;
    font-size: 11pt;
    margin-bottom: 20px;
    margin-top: 20px;
}

/*MEDIA QUERY 1300px-----------------------------------------------------------------------------------------*/
@media only screen and (min-width:0px) and (max-width:1300px) {

    .top {
        background-position:center center;
        background-repeat:no-repeat;
        padding:90px 0;
    }

    .top p {
        margin-top: 45px;
        font-size: 23px;
        line-height: 1.3;
    }

    .partners {
       padding: 50px 0;
    }

    .partnerPz {
        vertical-align:middle;
        margin:0 35px;
    }

    .partnerPz img{
        height:100px;
    }
    
}

/*MEDIA QUERY 1023px-----------------------------------------------------------------------------------------*/
@media only screen and (min-width:0px) and (max-width:1023px) {

    .partnerPz {
        margin: 0 21px;
    }

    .partnerPz img {
        height: 80px;
    }
    
}

/*MEDIA QUERY 768px-----------------------------------------------------------------------------------------*/
@media only screen and (min-width:0px) and (max-width:768px) {

    .top {
        padding: 60px 0;
    }

    .top img{
        width:210px;
    }

    .top p {
        margin-top: 30px;
        font-size: 19px;
    }

    .partnerPz {
        margin: 21px;
        width:40%;
    }

    .footer {
       padding: 40px;
    }

    .contattoPz {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 0;
    }

    .contattoPz img {
        margin-bottom: 11px;
    }

    .contattoPz b {
        margin-bottom: 5px;
    }

    .contattoPz span {
        font-size:17px;
    }
   
}

/*MEDIA QUERY 600px-----------------------------------------------------------------------------------------*/
@media only screen and (min-width:0px) and (max-width:600px) {

    .contattoPz {
        margin:0;
        padding:15px 0;
        display:block;
    }
   
    
}

/*MEDIA QUERY 500px-----------------------------------------------------------------------------------------*/
@media only screen and (min-width:0px) and (max-width:500px) {

    .top {
        padding: 110px 0 40px 0;
    }

    .top img {
        width: 190px;
    }

    .top p {
        margin-top: 19px;
        font-size: 17px;
    }

    

    .partners {
        padding: 25px 0;
    }

    .partnerPz {
        margin: 15px 0;
        width: 45%;
    }

    .partnerPz img {
        height: 60px;
    }
    .formLogin {
       
        padding: 25px 0;
        min-width:unset;
    }
    
}

/*MEDIA QUERY 400px-----------------------------------------------------------------------------------------*/
@media only screen and (min-width:0px) and (max-width:400px) {
    .formLogin{
        width:fit-content;
        padding:25px 0;
    }

    .fancybox-skin {
        width: 310px !important;
        box-sizing:border-box;
    }
    .fancybox-opened {
        
    }
    .fancybox-inner{
        width:100% !important;
    }
}