﻿
#SubHeader_Home .NewsHP {
    position: absolute;
    bottom: 20px;
    width: 350px;
    right: 50px;
    height: 340px;
    overflow:hidden;
}


#SubHeader_Home .SettimanaLiturgica {
    position: absolute;
    bottom: 360px;
    width: 350px;
    right: 50px;
    height: 210px;
    border: 2px solid #fff;
	display:none;
}

    #SubHeader_Home .SettimanaLiturgica a {
        float:left!important;
        display:inline-block;
        width:50%;
        padding:5px;
    }
        #SubHeader_Home .SettimanaLiturgica a img {
            width: 94%;
        }





.HP_ImageNews {
    height: 200px;
    overflow: hidden;
    width: 100%;
    border: 2px solid #fff;
    background-color: #fff;
}

    .HP_ImageNews img {
        width: 100%;
    }


.HP_BoxNews .Testo {
    position: relative;
    background-color: rgba(255, 255, 255, 0.88);
    padding: 20px 55px 20px 20px;
    height: 140px;
    color: #615143;
    overflow: hidden;
}

    .HP_BoxNews .Testo p {
        line-height: 25px;
    }

    .HP_BoxNews .Testo .Data {
        background-color: #be9334;
        width: 45px;
        height: 70px;
        position: absolute;
        right: 4px;
        top: 0px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        padding-top: 5px;
    }

        .HP_BoxNews .Testo .Data span {
            font-size: 18px;
        }






    .Descrizione {
        padding-bottom: 50px;
    }



        .Descrizione p i {
            color: #be9334;
        }

        .Descrizione p .fa-square {
            font-size: 10px;
            vertical-align: middle;
        }

        .Descrizione img {
            width: 20%;
            margin: 30px 40%;
        }




    .Rivista {
        width: 100%;
        background-color: #be9334;
        color: #fff;
        text-align: center;
        position: relative;
        padding: 30px;
    }

        .Rivista section .fa-newspaper-o {
            color: #ac852f;
            position: absolute;
            font-size: 120px;
            top: 30px;
            left: 20%;
        }

        .Rivista section h1 {
            padding: 0;
            color: #fff;
        }
