.post_left_section {
    width: 100%;
    float: right !important;
    height: auto;
    padding-right: 30px;
    border-right: 1px solid #dce4ea;
}
.post {
    width: 100%;
    float: right !important;
    height: auto;
    margin: 0 0 30px;
    border-bottom: 1px solid #dce4ea;
}
.post_thumb {
    margin: 0 !important;
}
.post_thumb > img {
    border-left: solid 6px #C69A47;
    border-right: 1px solid #C69A47;
    border-top: 1px solid #C69A47;
	width: 100%;
    border-radius: 0;
    height: 340px;
    background: linear-gradient(45deg, rgb(148, 171, 169), rgb(191, 200, 166));
}
.block_quate {
    border-left: 6px solid #C69A47!important;
    border-right: 1px solid #C69A47;
    border-bottom: 1px solid #C69A47;
    background: #f6f9fa !important;
}
.single_post h1 {
    margin: 0;
    font-family: master-reg;
    text-transform: none;
    color: #0B6F77 !important;
    line-height: 1.2em;
}
.post_desc {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 20px;
    font-family: master-bold;
    font-size: .6em;
    font-weight: 100;
    line-height: 3em;
    color: #383838;
    text-align: justify;
    direction: rtl;
}
.related_post_sec ul li {
    width: 100% !important;
    float: left !important;
    border-bottom: none !important;
    margin-left: 0 !important;
    background: #0B6F77 !important;
}
.rel_thumb {
    margin-right: .5em;
    width: auto;
    float: left;
    height: auto;
    float: right;
    margin: .5em;
}
.rel_right h4 {
    font-family: master-ar-reg !important;
    color: #FFF !important;
    font-size: 1em !important;
    line-height: 1.4em !important;
    height: 4em !important;
    overflow: hidden !important;
}
.ms-rtestate-field {
    word-wrap: break-word;
    font-family: master-ar-reg;
    text-align: justify;
    direction: rtl !important;
    font-size: 2em !important;
    line-height: 2em;
    direction: rtl !important;
}
.col-md-3{
    float: left !important;
}
.col-md-9{
    float: right !important;
}

.post_left_section {
    float: left;
    padding-left: 30px !important;
    border-left: 1px solid #dce4ea !important;
	padding-right: 0 !important;
    border-right: none !important;
}
.next-prev {
	background-color: #f5f5f5;
	height: 99px;
	width: 100%;
	float: right;
	/*margin-right: 5px;*/
	display: block;
	margin-top: 30px;
	background-image: url(../../images/icons/next-prv.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	content: "hhhhhhhhhhhhhhhhhhhhhh";
}
.remBorder
{
	border-left:0px solid #dce4ea !important
}

.gallery IMG  {
    max-width: 200px !important;
}



@media only screen and (max-width: 768px) 
{
.post 
{
    width: 100%;
}
}