/* Star Summary */
#bv-summary-container{
	margin: -1px 0 0;
	min-width: 230px;
}
#bv-summary-container a, #bv-summary-container span{
	font-size: 12px;
	line-height: 17px;
	font-weight: 400;
}
.bv-star-summary{
	position: relative;
	display: inline-block;
	height: 17px;
}
.bv-star-summary span{
	font-size: 20px !important;
	position: absolute;
	top: 0;
	left: 0;
}
#bv-score-summary{
	right: -20px;
	top: -5px;
	position: relative;
}
#bv-star-summary-top{
	right: 0;
}
#bv-num-summary{
	float: right;
}
#bv-num-summary span{
	cursor: pointer;
}
.bv-write-review{
	cursor: pointer;
}
.bv-star-total{
	z-index: 1;
	color: rgb(230, 230, 230);
}
.bv-star-rating{
	color: rgb(251, 171, 22);
	z-index: 99;
	overflow: hidden;
}
#bv-ratings-snapshot, #bv-average-ratings{
	text-align: center;
}
/* Star summary popup */
#bv-popup-histogram{
	width: 210px;
	margin: 0;
	padding: 25px 15px 15px;
	position: absolute;
	top: -2px;
	right: 90px;
	z-index: 99999;
}
#bv-popup-histogram-ratings{
	text-align: center;
	background-color: #fff;
	border: 1px solid #999;
	border-radius: 5px;
	
}
#bv-popup-histogram-ratings table{
	margin: 10px auto;
}
.bv-popup-histogram-ratings-bar{
	width: 150px;
	height: 5px;
	display: inline-block;
	position: relative;
	margin: 8px 5px;
}
.bv-content-secondary-ratings-container{
	width: 100%;
	display: inline-block;
	height: 10px;
	background-color: rgb(230, 230, 230);
	position: absolute;
	top: 5px;
	left: 0;
}
.bv-content-secondary-ratings-value{
	display: inline-block;
	height: 10px;
	background-color: rgb(251, 171, 22);
	position: absolute;
	top: 0;
	left: 0;
}
#bv-read-reviews{
	margin-bottom: 10px;
}
#bv-reviews .ui-btn{
	display: inline-block;
}
/*Review tab */
#bv-header h2{
	font-size: 26px;
	line-height: 26px;
	font-weight: normal;
}
#bv-reviews-overview{
	padding-bottom: 20px;
}
#bv-reviews p{
	white-space: pre-wrap;
}
#bv-reviews-overview h3{
	background-color: #e6e6e6;
	padding: 10px;
	color: #444;
	font-size: 16px;
	font-weight: bold;
}
#bv-ratings-snapshot table{
	margin: 10px auto;
}
.bv-secondary-rating-summary-id{
	width: 110px;
	padding: 5px 10px 0 5px;
	font-size: 13px;
}
.bv-secondary-rating-summary-list{
	position: relative;
	margin: 0 auto;
}
.bv-secondary-rating-summary-list tbody{
	text-align: left;
}
#bv-filters-sort{
	height: 40px;
	padding: 0;
	background-color: #e6e6e6;
	vertical-align: middle;
	font-size: 13px;
	position: relative;
}
#bv-filters-sort-options{
	position: absolute;
	right: 8px;
	top: 5px;
	width: auto;
	display: inline-block;
}
#bv-filters-sort-options select{
	margin: 0;
	padding: 0;
}
#bv-filters-sort-options div{
	display: inline;
	margin-left: 8px;
}
#bv-content-pagination-pages-current{
	margin: 11px 0 0 8px;
	display: inline-block;
}
#bv-relevancy{
	padding: 5px 10px;
	width: 5px;
	background-color: rgb(68, 68, 68);
	border-radius: 20px;
	color: #fff;
	font-weight: bold;
}
.bv-secondary-rating-summary-container{
	position: relative;
}
.bv-review-autor{
	font-weight: bold;
	font-size: 12px;
}
.bv-review{
	padding: 10px 5px;
}
.bv-review h4{
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0;
}
.bv-review-wrap p{
	display: inline-block;
}

.bv-client-response{
	background-color: rgb(230, 230, 230);
	padding: 10px;
	margin-bottom: 10px;
}
.bv-feedback-container{
	position: relative;
}
.bv-response-content h3{
	font-size: 16px;
}
.bv-content-datetime-stamp{
	font-size: 10px;
}
.bv-review-wrap p{
	margin-top: 5px;
}
.bv-secondary-content-list{
	margin-left: 15px;
}
/* submit review form */
#bv-review-form{
	display: none;
	position: absolute;
	width: 290px;
	z-index: 9999999;
	margin: 0;
	background-color: rgb(51, 51, 51);
}

#bv-review-form form{
	background-color: #eee;
	padding: 5px;
}
#bv-review-form form .input{
	padding: 10px 20px 10px 10px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	min-height: 70px;
}
#bv-review-form form .input .rate{
	font-weight: normal;
}
#bv-review-form form h1{
	font-size: 20px;
	font-weight: normal;
	margin: 10px;
}
#bv-review-form form span, #bv-review-form form label{
	font-weight: bold;
	font-size: 15px;
}
#bv-review-form-left{
	width: 200px;	
	height: 100%;
	color: #fff;
	float: left;
	font-weight: bold;
}
#bv-review-form-left img{
	margin: 8px auto;
	display: block;
	border-radius: 5px;
}
#bv-review-form-left p{
	margin: 15px 0 0 15px;
}
#bv-easy-to-find{
	display: inline-block;
}
.bv-easy-to-find-opt{
	margin: 0;
	padding: 0;
	display: inline-block;
	height: 40px;
	width: 110px;
	background-color: #ccc;
	text-align: center;
	cursor: pointer;
	border: 1px solid #999;
}
.bv-easy-to-find-opt:hover, .bv-easy-to-find-opt-selected{
	background-color: #f78e1e;
	color: #fff;
	border: 1px solid #f78e1e;
}
.bv-easy-to-find-opt span{
	display: inline-block;
	margin-top: 9px;
}
#bv-easy-to-find-y{
	margin-right: -2px;
	border-radius: 5px 0 0 5px;
}
#bv-easy-to-find-n{
	margin-left: -2px;
	border-radius: 0 5px 5px 0;
}
#bv-submit-review{
	margin: 10px;
}
.bv-submit-comment{
	background-color: #A3A3A3;
}
#bv-submit-review[disabled="disabled"], .bv-submit-comment[disabled="disabled"]{
	opacity: 0.2;
	cursor: default;
}
#bv-submit-review[disabled="disabled"]:hover, .bv-submit-comment[disabled="disabled"]{
	opacity: 0.2;
	cursor: default;
}
.bv-disclaimer{
	font-size: 11px;
	color: rgb(153, 153, 153);
	margin: 10px 15px 0 15px;
}
.bv-comment-form .bv-disclaimer{
	margin: 0 0 5px 0;
	font-size: 11px;
}
.bv-validation-icon{
	border-radius: 15px;
	padding: 2px 8px;
	color: #fff;
	margin-left: 5px;
	font-weight: normal !important;
	font-size: 12px !important;
}

/* comment form */
.bv-comment-form{
	background-color: rgb(230, 230, 230);
	padding: 15px 30px 15px 15px;
	margin-bottom: 10px;
	position: relative;
}
.bv-comment-form h1{
	font-size: 26px;
	font-weight: normal;
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bv-comment-form label{
	cursor: default;
	font-weight: bold;
	font-size: 14px;
}
.bv-comment-form input, .bv-comment-form textarea{
	margin-top: 5px;
}
/* general */
.full-wid{
	width: 100%;
}
.half-wid{
	display: inline-block;
}
.bv-button{
	color: #fff;
	border-radius: 5px;
	border: none;
	padding: 5px;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.bv-button span{
	font-size: 14px
}
.bv-button:hover{
	opacity: 0.5;
}
.bv-secondary-rating-summary-bars{
	width: 120px;
	margin: 0;
	padding: 0;
	position: relative;
}
.bv-tr{
	height: 35px;
}
.bv-secondary-rating-summary-bar{
	height: 8px;
	float: left;
	background-color: rgba(0, 0, 0, 0.247059);
	list-style-type: none;
}
.bv-secondary-rating-summary-rating{
	position: absolute;
	right: 70px;
}
.bv-secondary-rating-summary-bars-percentage{
	background-color: rgb(251, 171, 22);
	height: 8px;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.bv-mar-bot{
	clear: both;
	margin: 10px 0;
}
.bv-star-rating-form{
	display: inline-block;
	height: 70px;
	margin-right: 10px;
}
.bv-rating-star{
	display: inline-block;
	position: relative;
	height: 38px;
	width: 38px;
	text-align: center;
	color: #fff;
	background-color: #ddd;
	top: 16px;
	cursor: pointer;
	margin: 0 -1px;
	box-shadow: #333 1px 1px 5px;
	border-radius: 3px;
}
.bv-rating-star span{
	position: relative;
	top: -8px;
	font-size: 38px !important;
	height: 100%;
	width: 100%;
	text-shadow: #333 1px 1px 5px;
}
.bv-rating-bg{
	background-color: #ddd;
}
.bv-rating-1{
	background-color: #E80C0C;
}
.bv-rating-2{
	background-color: #E8791F;
}
.bv-rating-3{
	background-color: #FFF80D;
}
.bv-rating-4{
	background-color: #6BFF4C;
}
.bv-rating-5{
	background-color: #007F23;
}
.bv-transition{
	-webkit-transition:background-color 0.2s, color 0.2s, border 0.2s;
    transition:background-color 0.2s, color 0.2s, border 0.2s;
}
.bv-close-form{
	position: absolute;
	right: 13px;
	top: 8px;
	background-color: #aaa;
	border-radius: 15px;
	padding: 1px 8px 3px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.bv-close-form:hover{
	background-color: #777;
}
#bv-review-container h1, #bv-review-container h2, #bv-review-container h3, #bv-review-container h4, 
#bv-review-container h5, #bv-review-container h6, #bv-review-container li, #bv-review-container p,
#bv-review-container td, #bv-review-container span, #bv-review-container div, #bv-review-container strong, 
#bv-review-form h1, #bv-review-form h2, #bv-review-form h3, #bv-review-form h4, 
#bv-review-form h5, #bv-review-form h6, #bv-review-form li, #bv-review-form p,
#bv-review-form td, #bv-review-form span, #bv-review-form div, #bv-review-form strong,
#bv-review-form input, #bv-review-form textarea, .bv-write-review,
.bv-comment-form input, .bv-comment-form textarea, .bv-comment-form label{
	font-family: 'Open Sans','Helvetica Neue','Arial','Helvetica','sans-serif'!important;
}