.readall {
    position: relative;
    text-align: left;
    box-sizing: border-box;
    width: 800px;
}

.readall-wrapper {
    position: relative;
    text-align: center;
    width: 800px;
}



.readall-button {
    position: absolute;
    display: inline-block;
    bottom: -10px;
    margin-left: -75px;
    width: 150px;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    background:url('../images/btn_more.png') no-repeat center;    
}

.readall-button.less {background:url('../images/btn_more_up.png') no-repeat center; }




.readall-button:hover {
    color: #000000;

}


.readall-hide:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 25px;
    background: linear-gradient(to bottom, rgba(3, 35, 75, 0.1), #03234b 75%);
}

.agenda .readall-button {bottom: -20px}
.agenda .readall-button.less {bottom: -33px}

.agenda-info .readall-wrapper {width: 890px; min-height: 80px;}

.agenda-info .readall-hide:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 25px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), #ffffff 75%);
}

.agenda-info .readall-button {background:url('../images/btn_more_db.png') no-repeat center;}
.agenda-info .readall-button.less {background:url('../images/btn_more_up_db.png') no-repeat center;   }





@media all and (min-width:768px) and (max-width:1024px) {
    
    .readall {width: 100%}
    .readall-wrapper {margin: 0 auto; width: 90%;}
    
}

@media (max-width:767px) {
    
    .readall {
    width: 100%;
}

    
    .readall-wrapper {
    width: 100%;
    padding: 0 3% 0 4%; 
    box-sizing: border-box;
}
    .agenda-info .readall-wrapper {width: 100%; padding-left: 0}

    .readall-button {
        bottom:-15px;
    }

    .readall-button:hover {

    }
    
    .agenda .readall-button.less {bottom: -18px}
    
    .agenda-info .readall-button {bottom:-20px}
}
