#comments_thread *{
	-webkit-appearance: none
	}
    #comments_thread li {
    list-style: none;
    padding: 10px 4px;
    border-top: 1px solid #eef1f5;
    overflow: hidden;
    background: #FFF;
    clear: both;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.15);
    float: left;
    width: 100%;
    margin: 10px 0;
    border-radius: 6px;
	  
}
#comments_thread li:hover{
	    background: #f5f8f9;
}
#comments_thread  ul{
margin:4px 5px;
padding:0 0;
}
#comments_thread li .avatar{
       width: 5%;
	    display: inline;
    float: left;
	    margin: 0 0;
		  
}
#comments_thread .content{
    margin-right: 0;
    clear: right;
    float: left;
    margin-left: 5px;
	   width: 94%;
}
#comments_thread .content b{
	    font-size: 17px;
}
#comments_thread .content time{
	    color: #8b9299;
		    font-size: 10px;
}
#comments_thread .content .comment-reply-link {
    background-color: #ffaa03;
    border-color: #c6c9cc;
    color: #ffffff;
    padding: 0 .8em;
    border: 1px solid;
    border-radius: .3em;
    font-family: helvetica, arial, freesans, sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 2em;
    text-align: center;
    transition: all 0.5s ease;
    cursor: pointer;
    text-decoration: none;
	margin-bottom:12px;
	display:inline-block;
}

.commt .succes{
display:block;
}


.commt{

    background: #fbfbfb;
    left: -18px;
    position: relative;
    padding: 0 15px;
    width: 605px;
    }
	

#comments{
	    clear: both;
     padding: 5px 5px;
}
.commt #submit{

    background: #fa0;
    color: #fff;
	border-radius: 5px;
    border: none;
    font-size: 18px;
    width: 100%;
height: 59px;
    line-height: 65px;
	text-align:center;
}

.commt .succes{
	display: block;
    color: #fff;
    text-align: center;
    background: #126332;
    padding: 1px 2px;
	display:none;
}
.commt .error{
	display: block;
    color: #fff;
    text-align: center;
    background:#ff1212;
    padding: 1px 2px;
	display:none;
	
}
.load{
margin:0 auto;
width:50px;
}
.commt .loading{
	background:url(../images/loading_spinner.gif) no-repeat;
	    width: 35px;
    height: 35px;
    margin: 0 auto;
	display:none;
	
	
}
textarea#comment {
    width: 100%;
    height: 180px;
    border-radius: 5px;
    border: none;
    padding: 10px 0;
    font-size: 16px;
        text-indent: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
}
.commt input#author, .commt input#email{
    border-radius: 5px;
    border: none;
    height: 30px;
    width: 60%;
	    font-size: 16px;
        text-indent: 10px;
     -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
}
img.avatar-100.photo{ border-radius:50%}
.commt ol li {
    position: relative;
    left: -10px;
	border-left: 9px solid #ffae00 ;
	margin:0 !important;
	border-radius:0px !important;
}

#comments_thread ol li:hover {
	 transition: all 0.5s ease;
    background: #fff;
    left: -30px;
	    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.20);
}
.reply{transition: all 0.4s ease;}
.comment-content{    margin: 12px 0;
 }