section h1 {
    color: #8A8A8A;
    font-family: 'Coustard', serif;
    font-size: 30px;
    text-transform: uppercase;
}
section #post-izda hr{
    margin-left: 0;
}
section #post-izda .duaSlider,
section #post-izda .post-img {
    margin-bottom: 25px;
}
section #post-izda .duaSlider .duaSlider-slide,
section #post-izda .post-img,
section #post-izda .post-video{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
section #post-izda .duaSlider{
    height: 400px;
}
section #post-izda ol,
section #post-izda ul {
    margin-left: 40px;
}

section #post-izda #post-footer {
    margin-top: 50px;
    margin-left: 0;
    margin-right: 0;
}
section #post-izda #post-footer > div {
    padding-left: 0;
    padding-right: 0;
}
section #post-izda #post-footer .btn {
    padding: 0;
    border: 0;
    background-color: white;
    color: #957b50;
    transition: all 0.2s;
}
section #post-izda #post-footer .btn:hover {
    background-color: #957b50;
    color: white;
}
section #post-izda #post-footer .btn span {
    min-width: 40px;
    height: 40px;
    border: 1px solid #957b50;
    line-height: 38px;
    text-align: center;
    display: inline-block;
}
section #post-izda #post-footer .btn:hover span{
    border-color: #8A8A8A;
}
section #post-izda #post-footer .btn span:last-of-type {
    border-left: 0;
}
section #post-izda #post-footer .redes {
    text-align: center;
    display: inline-block;
}
section #post-izda #post-footer .redes .tx-corp2 {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
section #post-izda #post-footer .redes a {
    width: 24px;
    height: 24px;
    color: #957b50;
    line-height: 22px;
}
section #post-izda #post-footer .redes a:hover {
    color: #8A8A8A;
}
section #post-dcha #recientes h2 {
    margin-bottom: 20px;
    color: #8A8A8A;
    line-height: 24px;
    font-family: 'Coustard', serif;
    font-size: 20px;
    /*font-weight: 700;*/
    text-align: center;
    text-transform: uppercase;
}
section #post-dcha #recientes .post {
    display: block;
}
section #post-dcha #recientes .post + .post {
    margin-top: 40px;
}
section #post-dcha #recientes .post .post-cont {
    margin: 0;
}

@media (min-width: 1200px) {
    section #post-izda {
        padding-right: 30px;
    }
    section #post-dcha {
        padding-left: 30px;
    }
}
@media (min-width: 768px) {
    section #post-izda .video {
        padding: 20px;
    }
    section #post-izda #post-footer .btn span:last-of-type {
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media (max-width: 767px) {
    section #post-izda .video {
        padding: 10px;
    }
    section #post-izda #post-footer .btn span:last-of-type {
        padding-left: 10px;
        padding-right: 10px;
    }
    section #post-dcha {
        margin-top: 60px;
    }
}