

.ars-tour-comments .rating {
  margin-top: 0px;
  border: none;
  float: left;
}
.ars-white-area-comments{
    margin-top:15px;
}
.ars-tour-comments .rating > label {
  color: #90A0A3;
  float: right;
  margin-bottom: 0 !important;
}
.percent-raiting{
    margin-left:7px;
}
.ars-tour-comments .rating > label:before {
    margin: 5px;
    margin-top: 0;
    margin-bottom: 0 !important;
    font-size: 1.5em;
    font-family: FontAwesome;
    content: "\f005";
    display: inline-block;
}
.ars-tour-comments .rating > input {
  display: none;
}
.ars-tour-comments .rating > input:checked ~ label,
.ars-tour-comments .rating:not(:checked) > label:hover,
.ars-tour-comments .rating:not(:checked) > label:hover ~ label {
  color: #F79426;
}
.ars-tour-comments .rating > input:checked + label:hover,
.ars-tour-comments .rating > input:checked ~ label:hover,
.ars-tour-comments .rating > label:hover ~ input:checked ~ label,
.ars-tour-comments .rating > input:checked ~ label:hover ~ label {
  color: #FECE31;
}
.ars-tour-comments{
	    width: 100%;
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 3px;
}
.ars-tour-comments-header{
	    color: #000;
    font-size: 21px;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
    margin-bottom: 4px;
}
.ars-tour-comments-header i{
	    font-weight: bold;
    color: #f3772d;
	margin-right:5px;
}
.ars-tour-comments .form-group label.input-label{
    font-size: 14px;
    color: #000;
    display: inline-block;
    width: 100%;
}
.ars-tour-comments input[type="submit"]{
    background: #f3772d !important;
    border-radius: 30px;
    color: #ffff;
    border: none;
    font-size: 15px;
    padding: 10px;
    width: 200px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
}
.ars-tour-comments .error-area{
	    color: #ff0000;
    font-size: 12px;
    display: inline-block;
    width: 100%;
}
.ars-tour-comments .error-area.not-visible{
	visibility:hidden;
}
.ars-comment-success-box{
	    display: block;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    background: #4CAF50;
    color: #fff;
    padding: 15px;
    border-radius: 4px;
}
.ars-comment-success-box i{
	    font-size: 30px;
    margin-bottom: 15px;
    display: block;
}
.ars-comment-success-box h5{
	    font-size: 23px;
    margin-bottom: 15px;
    display: block;
	color:#fff;
}
.ars-comment-success-box p{
    font-size: 16px;
    line-height: 21px;
}
.ars-comment-tour-list-area{
	
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;

}
.ars-comment-tour-list-item{
    margin-bottom: 25px;
    width: 100%;
    display: inline-block;
    border: 1px solid #eee;
    padding: 20px;
    box-shadow: 1px 6px 20px -20px #000;
}
.ars-comment-tour-list-item-top{
margin-bottom: 0;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}
.ars-comment-tour-list-item-name{
	font-size: 15px;
    font-weight: bold;
    color: #000;
    float: left;
}
.ars-comment-tour-list-item-star{
	    float: right;
    color: #F79426;
}
.ars-comment-tour-list-item-star.ars-list-styles{
    display: inline-block;
    width: 100%;
    margin-top:2px;
    margin-bottom: 0px;
    float: left;
    text-align: left;
}
.ars-comment-tour-list-item-star i{
	    font-size: 17px;
    margin-left: 5px;
}
.ars-tour-style .ars-comment-tour-list-item-star i {
    font-size: 17px;
    margin-left: 0;
    margin-right: 5px;
}
.ars-comment-tour-list-item-star i.dolu{
	color:#F79426;
}
.ars-comment-tour-list-item-star i.yari-dolu{
	    
    -webkit-background-clip: text;
    color: transparent;
    -webkit-box-decoration-break: clone;
}
.ars-comment-tour-list-item-bottom{
	
}
.ars-comment-tour-list-item-desc{
	    font-size: 14px;
    color: #000;
    text-align: left;
}