#showArticle {

    width: 100%;
    background: #e5e5e5;
    min-height: 100px;
    padding: 6px;
    margin: 30px auto 40px;

}
*, ::before, ::after {

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#Articletxt {

    width: 100%;
    background: #e5e5e5;
    border: 1px solid #fff;
    margin: 0px auto;
    padding: 15px;

}
.title-info-text-showarticle {

    height: auto;
    width: 100%;

}
.text-article {
    width: 100%;
    height: auto;
    background: #af0102;
    border-bottom: 1px solid #DADADA;

}
.title-text-showarticle {

    color: #d0aa69;
    font-size: 14px;
    height: auto;
    text-align: center;
    width: 25%;
    padding: 10px;
    direction: rtl;
    float: right;
    background: #af0102;
    color: #fff;
	font-size: 15px;
line-height: 25px;

}

.title-text-showarticle span{
display:block	
}
.text-showarticle {

    color: #7c8a8d !important;
    direction: rtl;
    float: left;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 10px;
    text-align: justify;
    font-size: 14px;
    width: 75%;
    background: #e5e5e5;
    background: #fff;

}
.clr {

    clear: both;
    margin: 0px auto;

}
.showmain{
width: 50%;
float:right;
padding:15px
}
.showmain2{
	width: 50%;
float:left;
padding:15px;
}
#title-artc {
width:100%;
	text-align: center;
}
#title-artc span{
text-align:center !important;	
font-size:20px;
display:inline-block;
direction:rtl
}

#title-artc img{
	width:20px;
	height:20px;
	display:inline-block;
	margin:0px 10px;
}
@media only screen and (max-width:900px){
	.showmain2, .showmain{width:100%}
	.title-info-text-showarticle p{font-size:14px}
	
}

@media only screen and (max-width:650px){
.showmain{
width: 100%;
}
.showmain2{
width:100%;	
}
}
@media only screen and (max-width:500px){
.text-showarticle, .title-text-showarticle{width:100%}
}