.view-id-alumnipeople {
    color: orange;
    text-align: center;
    font-weight: 700;
    font-family: 'Raleway';
    font-style: normal;
    font-size: 2.5em;
    line-height: 1.2em;
}
.testimonial-style-02.view-testimonials .client-name {
    color: white !important;
}
nav.pager {
    display: none;
}

/*Hírek tovább gomb*/

a.views-more-link {
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: auto;
    color: #0d3d60;
    position: relative;
    border: 1px solid #0d3d60;
    text-transform: capitalize;
}


a.views-more-link:hover {
    color: #fff !important;
    background: #0d3d60;
}
.blog-date-st2 {
    position: absolute;
    /*left: 0;*/
    top: 20px;
    z-index: 9;
    border-radius: 0px 2px 2px 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    display: block;
    background: #0d3d60;
    text-align: center;
}