section{
    padding-bottom: 60px;
}

section .section-tit{
    padding-top: 30px;
}
#section-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
}
#section-izda h2 {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
#section-izda .select-group {
    background-color: white;
    position: relative;
}
#section-izda .select-group:before,
#section-izda .select-group:after {
    font-family: 'FontAwesome';
    font-size: 13px;
    line-height: 0.5;
    position: absolute;
    right: 5px;
}
#section-izda .select-group:before {
    content: '\f0d8';
    bottom: 50%;
}
#section-izda .select-group:after {
    content: '\f0d7';
    top: 50%;
}
#section-izda .select-group select.form-control {
    padding-right: 39px;
    border: 1px solid #fcce06;
    border-radius: 4px;
    background-color: transparent;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#section-izda .btn {
    margin-top: 40px;
    background-color: #fcce06;
    font-weight: 700;
}
#section-izda .btn:hover {
    background-color: #e31b22;
    color: white;
}
#section-dcha {
    padding-top: 70px;
}
#section-dcha #posts .post {
    margin-bottom: 20px;
}
#section-dcha #posts .post .post-tit {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.75;
    text-align: center;
}
#section-dcha #posts .post .post-tit span {
    font-weight: 700;
}
#section-dcha #posts .post .post-tit span:first-child {
    text-transform: uppercase;
}
#section-dcha #posts .post .post-tit span:last-child {
    font-size: 14px;
}

section #paginador{
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}
section #paginador > *{
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 800;
    font-size: 16px;
}
section #paginador .paginador-act{    
    color: #337ab7;    
}