.multimedia-block{
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
    margin-bottom: 30px;
    cursor: pointer;
}

.multimedia-block img{
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
}

.multimedia-block img:hover{
    opacity: 0.8;
}

.multimedia-title {
    text-align: left;
    margin: 11px 15px;
    border-bottom: 1px solid #eeeeee;
}


.multimedia-title p {
    font-size: 14px;
    font-weight: 500;
    color: #424242;
    height: 20px;
    overflow: hidden;
    /*padding: 5px 10px;*/
}


.arhiv-box {
    display: block;
}

.arhiv-box-text {
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0 10px;
}

.arhiv-box-text p:first-child {
    font-size: 16px;
}

.center-text ul {
        padding-left: 20px;
}
.center-text ul li {
        list-style: disc;
    margin-bottom: 8px;
    color: #424242;
}
.center-text h1 {
        color: #424242;
}
.sesizeaza_home_btn {
        width: 140px;
    margin: 15px auto;
}
.vezi_toate_stiri {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}
.vezi_toate_stiri:hover {
    color: #fff !important;
}
.center-text p, .interior-post p {
    color: #000 !important;
}
.atentionare p {
    color: #000;
}
.bg_asemenatoare {
    position: absolute;
    width: 100%;
    height: 100%;
        background-position: center;
    top: 0;
    left: 0;
}
a.rss {
    float: none;
    font-size: 23px;
}
a.rssleft {
    float: none;
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
}
.center-align{
    text-align: center;
}
@media (min-width: 1200px) {
    .in_289 {
        height: 426px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .in_289 {
        height: 531px;
    }
}