/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017.02.08., 10:36:43
    Author     : lethanin
*/

.randiblogajanlo-container{
    background-color: #F6F6F6;
    padding-top:50px;
    padding-bottom:50px;
    margin: 20px 0px;
}
.randiblogajanlo-cikk-image-container{
    display:block;
    height: 198px;
    background-position: center center;
    background-size: cover;
}
.randiblogajanlo-cikk-container{
    /*height: 320px;*/
    /*overflow: hidden;*/
    background-color: #fff;
}
.randiblogajanlo-tovabbi-cikkek-container{
    /*height: 320px;*/
    /*overflow: hidden;*/
}
.randiblogajanlo-cikk-lead{
    height: 40px;
    overflow: hidden;
    text-overflow:ellipsis;
}
.randiblogajanlo-cikk-lead-container{
    background-color: #fff;
    padding: 20px;
    overflow: hidden;
}
.randiblogajanlo-cikk-title{
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    margin-bottom: 15px;
}
.randiblogajanlo-tovabbi-cikkek-container{
    background-color: #fff;
    padding: 20px;
}
.randiblogajanlo-tovabbi-cikk-title-container{
    padding: 10px 0px;
    line-height: 18px;
    border-bottom: 1px solid #CCC8C7;   
}
.randiblogajanlo-tovabbi-cikk-title-container:last-child{
    border-bottom: 0px;
}
.randiblogajanlo-tovabbi-cikk-title-container a {
    color:#CC205C;
}
.randiblogajanlo-tovabbi-cikk-title-container a:hover{
    color:#188e9a;
}
.randiblogajanlo-button-container{
    margin-top: 20px;
}
.btn.btn-ajanlo{
    background-color: #CCC8C7;
    border-color: #CCC8C7;
    color: #fff;
}
.btn.btn-ajanlo:hover{
    background-color: #B2A5A2;
    color:#fff;
}
