div.news-list img.preview-picture
{
	float:left;
	margin:0 4px 6px 0;
}

p.news-item
{
	margin:0;
	margin-bottom:15px;
}

.news-date-time
{
	font-size:95%;
	display:block;
	color:#82929a;
}


.review-container{
	margin-bottom: 25px;
	padding-bottom: 15px;
}
.border-div{
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 20px;
	margin-bottom: 15px;
} 

.responses-container{
	margin-left:40px;
}

.responses-container hr{
	border-top: 1px solid #dbdbdb;
	border-top: 0px;
	margin-top: 0px;
}

.bx_item_detail_rating{
	margin-top: 7px;
	margin-bottom: 7px;
}
.bx_item_detail_rating .bx_stars_container {
    position: relative;
    width: 88px;
    height: 30px;
    background-size: 100% 100%;
}

.bx_item_detail_rating .bx_stars_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: url(/images/reviews/stars.png) no-repeat center;
	background-size: 88px;
	width:88px;
}

.bx_item_detail_rating .bx_stars_progres {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #f75e25;
	width:88px;
}
.i-do-recommend{
	color: #4fad00;
	font-weight: 400;
	margin-bottom: 10px;
	display: inline-block;
}
.review-comment{
	
}

.comment-container{
	font-size:15px;
}
.comment-container-review{
	margin-top: 6px;
}

.review-date{
	display: inline-block;
	margin-left: 15px;
	color: #a7a7a7;
}
.review-response{

	margin-bottom: 7px;
	margin-bottom: 0px;
	border-bottom: 0px;
	padding-bottom: 0px;
	
}

.comment-input-text{
	height: 40px;
	display: block;
	width: 100%;
	padding-left: 11px;
	margin-top: 7px;
	margin-bottom: 7px;
	background-color;#f7f7f7;
	border: 1px solid #e4e4e4;
}
.comment-input-textarea{
	height: 80px;
	display: block;
	width: 100%;
	padding-left: 11px;
	margin-top: 7px;
	margin-bottom: 7px;
	background-color;#f7f7f7;
	border: 1px solid #e4e4e4;
	padding-top: 6px;
	padding-bottom: 6px;
}
.comment-button{
	height:38px;
	width:300px;
	background: #4fad00;
	border: 1px solid #4fad00;
	color:#fff;
}
.review-status{
	margin-left: 20px;
	color: #999;
}
.new-review-result{
	border: 1px solid #4fad00;
	width: 100%;
	display: block;
	height: 44px;
	line-height: 40px;
	padding-left: 15px;
	margin-top: 20px;
	color: #1c8d52;
	font-weight: 400;
	background: #d6f5e5;
}
.comment-body{
	display: inline-block;
	font-weight:400;
}
.add-new-comment{
	background: url(/images/reviews/cloudy.png) no-repeat center;
	background-repeat: no-repeat;
	background-position-x: 0px;
	padding-left: 40px;
	color: #999;
	cursor: pointer;
	margin-top: 7px;
	display: inline-block;
	float: left;
	margin-bottom: 14px;
}
.new-comment-form{
	display:none;
	clear:both;
}
.limiter{
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 1px solid #e4e4e4;
}
.sort-links-container{
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 50px;
}
.sort-link{
	display: inline-block;
	line-height: 40px;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: #666;
	padding: 5px 47px;
	text-decoration:none;
	margin-bottom: -1px;
}
.sort-link:hover, .sort-link:active, .sort-link:visited, .sort-link:focus{
	text-decoration:none;
}
.sort-link.active{
	border-bottom: 3px solid #f75e25;
}

.reviews-list{
	border-top: 1px solid #e5e5e5;
	padding-top: 20px !important;
	margin-top: -1px;
}

.file_type {display: flex;}
.files_block .file_type .description {padding-left:16px;}
.file_type .preview{width:46px;position:relative;}
.file_type .preview img{border: 1px solid #ececec;}

.file_type .preview span.look{
	position: absolute;
    left: 2px;
    top: 2px;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    background: rgba(0,0,0,0.3);
	opacity:0;
	cursor:pointer;
}
.file_type .preview span.look i.fa{
    top: 14px;
    position: absolute;
    left: 16px;
    color: #fff;
}
.file_type .preview:hover span.look{
	opacity:1;
}