﻿@charset "utf-8";
/* CSS Document */

/********* Start Left Box *********/
.box-left{
    margin: 10px auto;
}
.box-left:first-child{
    margin-top: 5px;
}
.box-ads{
    margin: 20px 0;
}
.box-ads img{
    margin: 0 auto;
    display: block;
    
}
.paragraf .latestnews{
    border-top: 1px solid #313224;
    padding: 0 5px;
}
.paragraf .latestnews:first-child{
    border-top: 0px;
}
.paragraf .latestnews h6{
    font-size: 14px;
    direction: rtl;
    line-height: 20px;
    text-align: justify;
    margin: 5px 0;
}


/********* End Left Box *********/


/********* Start Main *********/
.main{
    padding: 10px 0px;
    direction: rtl;
    margin: auto 4px auto -5px;
}
.post-main{
    margin: 10px 0;
    background-color: #656549;
}
.post-main .post-img{
    float: right;
    padding: 0px 0;
    margin-left: 15px;
}

.post-main .post-text{
    padding: 0.1px 20px;
}
.post-main .post-text h6{
    float: right;
    color: black;
    font-size: 13px;
}
.post-main .post-text h2{
    margin: 40px 0 15px 0;
    line-height: 42px;
    font-size: 20px;
    color: #e2bf4e;
}
.post-main .post-text p{
    line-height: 21px;
    color: white;
    text-align: justify;
}
@media (max-width:1200px){
.box-ads img {
    width: 100%;
}
}



/********* End Main *********/


/********* Start Comment *********/


/********* End Comment *********/