.multirating-wrapper {
background: #11212e;
    overflow: hidden;
	position: relative;
}
.multirating-wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.multirating-items-wrapper {
	margin: 0 auto;
	max-width: 690px;
	max-width: 460px;
	background: #11212e;
}
.multirating-items-wrapper:after {
	content: '';
	display: block;
	clear: both;
}
.multirating-error {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(0,0,0,.3);
	padding: 15px;
	width: 300px;
	max-width: 100%;
	cursor: pointer;
}
.multirating-error-text {
	padding: 11px 15px;
	background: #fff;
	border-radius: 0 1px 1px 0;
	border-left: 4px solid #f15941;
	font: normal 12px/18px Verdana;
	color: #333;
}

.multirating-item {
	position: relative;
	float: left;
	width: 230px;
	padding: 10px 8px 10px 85px;
	color: #ccc;
	transition: .4s;
}
.multirating-item-rateval {
	position: relative;
	float: left;
	padding: 0;
	margin: 0 0 0 -73px;
}
.multirating-item-rateval canvas {
	display: block;
}
.multirating-loading .multirating-items-wrapper {
	opacity: .7;
}
.multirating-loading .multirating-item-rateval:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.8) url(loading.gif) no-repeat 50% 50%;
	border-radius: 50%;
}

.multirating-item-title {
	display: block;
	font: normal 19px/40px 'Trebuchet MS', Arial;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.multirating-item-title i {font-size: 13px
}
.multirating-item-rating {
	width: 140px;
	height: 11px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.multirating-item-rating li {
	position: relative;
	float: left;
	width: 14px;
	height: 11px;
	text-indent: -10000px;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}
.multirating-rated .multirating-item-rating li {
	cursor: default;
}

.multirating-item-rating li:after {
	content: '';
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	background: #101010;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
	border-radius: 50%;
}
.multirating-item-rating li.multirating-rate-active:after {
	background: #fff;
}


div.multirating-itog {
	margin-top: 15px;
	padding: 10px;
	background: #2c2c2c url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAyCAIAAAASmSbdAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAGUlEQVQImWPQ0dFhYmBgwIkZGRnJkqezPgCTxAD5UoTqzQAAAABJRU5ErkJggg==) repeat-x 0 100%;
	font: normal 20px/34px 'Trebuchet MS', Arial;
	color: #aaa;
	text-align: center;
	border-top: 1px solid #000;
	font-variant: small-caps;
    border-radius: 2px;
}
.multirating-itog-rateval {
	display: inline-block;
	padding: 0 10px;
	margin: 0 5px 0 5px;
	background: #090909;
	color: #fff;
	font-weight: normal;
	border-radius: 2px;
	box-shadow: inset 0 1px 4px rgba(0,0,0,.2);
	text-shadow: 0 1px 2px rgba(0,0,0,1);
}

@media screen and (max-width: 1360px) {
	div.multirating-items-wrapper {
		width: 460px;
	}
}
@media screen and (max-width: 630px) {
	div.multirating-items-wrapper {
		width: 230px;
	}
}