
h3#comments {
    clear: both;
    color: #222;
    display: block;
    font-size: 15px;
    margin: 10px auto 10px;
    padding-bottom: 10px;
    text-align: right;
    text-shadow: 1px 1px 1px #fff;
}
img.avatar {
    border-radius: 50%;
    box-shadow: 0 0 3px #00d2ff;
    float: right;
    height: 60px;
    margin-left: 15px;
    width: 60px;
}
ol.commentlist {
    clear: both;
    display: block;
    list-style: outside none none;
    margin: 15px auto;
    padding-top: ;
    padding: 0;
}
ol.commentlist img {
    border: medium none;
    padding: 0;
}
ol.commentlist a {
    color: #bbb;
    text-decoration: none;
}
ol.commentlist li {
    background-color: #fff;
    border: 1px dashed #ccc;
    direction: rtl;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 18px;
    overflow: hidden;
    padding: 0;
    text-align: right;
    width: 100%;
    padding: 2%;
}
ol.commentlist li li {
    background: #eee none repeat scroll 0 0;
    margin: 5px;
}
ol.commentlist li p {
    color: #666;
    font-size: 13px;
    margin: 11px 0;
    padding: 0 1%;
    text-align: justify;
    width: 98%;
    font-weight: ;
}
ol.commentlist li a {
    color: #888;
    font-size: 12px;
}
#respond {
    clear: both;
    display: block;
    margin: 0 auto 15px;
    width: 100%;
}
#respond h3 {
    visibility: hidden;
}
form#commentform {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
}
#commentform p, #formp {
    direction: rtl;
    float: right;
    margin: 5px;
    text-align: right;
    width: 100%;
}
#commentform label {
    color: #999;
    float: right;
    font-size: 14px;
    margin-right: 10px;
    width: 12%;
}
#commentform input, #forminput {
    border: 1px solid #999;
    border-radius: 3px;
    display: block;
    float: right;
    font-size: 13px;
    padding: 5px 10px;
    transition: all 0.5s ease-in-out 0s;
    width: auto;
}
#commentform input:focus, #forminput:focus {
    box-shadow: 0 0 5px #00d2ff inset;
}
#commentform textarea, #formtextarea {
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #333;
    float: right;
    font-family: x2;
    font-size: 15px;
    height: 180px;
    line-height: 26px;
    padding: 11px;
    transition: all 0.5s ease-in-out 0s;
    width: 98%;
	
background-image: url(images/bgcom.jpg);



}
#commentform textarea:focus, #formtextarea:focus {
    clear: both;
    display: block;
}
#commentform #submit, #formsubmit {
    border: medium none;
    border-radius: 5px;
    color: #999;
    float: right;
    font-family:x2;
    font-size: 15px;
    margin: 18px 0 0 4px;
    padding: 6px 40px;
    text-align: center;
    cursor: pointer;
}
#commentbox .chalt {
    background: #fff none repeat scroll 0 0;
    border: 3px dashed #dad6d6;
    border-radius: 10px;
    padding: 11px;
}
.reply {
    padding-left: 20px;
    text-align: left;
}
.cancel-comment-reply {
    direction: rtl;
    text-align: right;
}
.reply a{background: #2cb9a0;color: #fff !important;padding: 2px 16px;border-radius: 2px;}




@media (max-width: 575px) {
	
ol.commentlist li p {
    color: #666;
    font-size: 11px;
    margin: 11px 0;
    padding: 0 1%;
    text-align: justify;
    width: 100%;
    font-weight: ;
}	
	
	img.avatar {
    border-radius: 50%;
    box-shadow: 0 0 3px #00d2ff;
    float: right;
    height: 45px;
    margin-left: 9px;
    width: 45px;
}

ol.commentlist li {
    direction: rtl;
    font-size: 9px;
    text-align: right;
    color: #000;
}


#commentform textarea, #formtextarea {
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #333;
    float: right;
    font-family: x2;
    font-size: 11px;
    height: 132px;
    line-height: 24px;
    padding: 11px;
    transition: all 0.5s ease-in-out 0s;
    width: 97%;
    background-image: url(images/bgcom.jpg);
}



	
}