﻿@charset "utf-8";
/* CSS Document */

#box_popup_che_deve_comparire .text {
    max-width: 60%;
    background: white;
    display: block;
    margin: auto;
    /*padding: 43px;*/
    position: relative;
}

#box_popup_che_deve_comparire p .btn a

#box_popup_che_deve_comparire .btn a {
    color: white !important;
}

#box_popup_che_deve_comparire .text h2 {
    text-align: center;
    font-size: 40px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 25px;
    color: #cc0522;
}


#box_popup_che_deve_comparire .text p {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}


#box_popup_che_deve_comparire hr {
    background: #c4c4c4;
    height: 1px;
    width: 100%;
    padding: 0px;
    border: none;
    margin: 0px 0px;
    display: inline-block;
}

#box_popup_che_deve_comparire .scarica {
    display: inline-block;
    text-align: center;
}

#box_popup_che_deve_comparire .text .scarica a {
    text-decoration: none;
    background-color: #cc0522;
    margin: 30px 0 0 0;
    display: inline-block;
    transition: background 0.2s;
    float: left;
    cursor: pointer;
    font-family: 'Asap Condensed', sans-serif;
    text-align: left;
    padding: 10px 30px;
    position: relative;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    white-space: normal;
    text-transform: uppercase;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


#box_popup_che_deve_comparire .text p a {
    color: #cc0522;
    text-decoration: underline;
}


/* INIZIO POPUP */
#box_popup_che_deve_comparire {
    position: absolute;
    top: 0%;
    left: 0px;
    z-index: 999999;
    right: 0px;
    max-width: 100%;
    margin: 0px auto;
    padding: 40px 0px;
    height: 100%;
    text-align: center;
}

    #box_popup_che_deve_comparire a.close {
        position: absolute;
        z-index: 99999;
        text-decoration: none;
        font-size: 35px;
        color: #ffffff;
        top: 0px;
        right: -58px;
        font-weight: bold;
        background: #cc1d2b;
        padding: 0px 20px;
    }

#coprente {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
}

#box_popup_che_deve_comparire img {
    max-height: 100%;
    position: relative;
    background: white;
}

@media (max-width:1034px) {

    #box_popup_che_deve_comparire img {
        max-height: 83%;
    }
}

@media (max-width:875px) {
    #box_popup_che_deve_comparire img {
        max-width: 95%;
        margin-top: 0px;
        max-height: 100%;
    }

    #box_popup_che_deve_comparire .text {
        max-width: 70%;
        padding: 20px;
    }
}

@media (max-width:778px) {
    #box_popup_che_deve_comparire img {
        max-height: 100%;
        max-width: 95%;
        margin-top: 52px;
    }
}


@media (max-width:500px) {
    #box_popup_che_deve_comparire a.close {
        top: -57px;
        right: 0px;
    }

    #box_popup_che_deve_comparire .text {
        max-width: 90%;
        margin-top: 56px;
    }

        #box_popup_che_deve_comparire .text h2 {
            font-size: 30px;
        }

    #box_popup_che_deve_comparire img {
        max-width: 90%;
    }
}

/*pop up stili inizio
#ctl00_super_box_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999999;
    background-repeat: repeat;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
}

#box_popup_che_deve_comparire {
    width: 80%;
    margin: auto;
    margin-top: 9%;
    position: relative;
    max-width: 1000px;
    background: white;
}


#box_popup_che_deve_comparire .text  {
    padding: 60px 45px 25px 45px;
}

#box_popup_che_deve_comparire .text h2 {
    text-align: center;
    font-size: 40px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 25px;
    color: #cc0522;
}


#box_popup_che_deve_comparire .text p {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}
#box_popup_che_deve_comparire .text p a {
     color: #cc0522;
	 text-decoration:underline
}



    #box_popup_che_deve_comparire a.close {
    color: white;
    font-size: 28px;
    top: 0px;
    position: relative;
    background: #cc0522;
    text-align: center;
    padding: 10px;
    padding: 1px 15px;
    font-weight: bold;
    float: right;
    }



        #box_popup_che_deve_comparire a.close:hover {
            text-decoration: none;
            background: #051835;
        }


@media (max-width:1370px) {
#box_popup_che_deve_comparire {
    width: 60%;
    margin-top: 3%;
}
}




@media (max-width: 1370px) {
#box_popup_che_deve_comparire {
    width: 90%;

}
}


@media (max-width:820px) {
#box_popup_che_deve_comparire {
    width: 60%;
}
}


@media (max-width:778px) {
    #box_popup_che_deve_comparire {
    }
}


@media (max-width:670px) {
#box_popup_che_deve_comparire {
    width: 78%;
}

}

@media (max-width:500px) {
 #box_popup_che_deve_comparire a.close {
    font-size: 20px;
    padding: 5px 10px;
}
    
#box_popup_che_deve_comparire {
    width: 91%;
    margin-top: 5%;
}


#box_popup_che_deve_comparire a.close {
    padding: 1px 10px;
    font-size: 20px;

}


}*/
