.tp-widget-review-next,
.tp-widget-review-prev {
	position: absolute;
	top: 0;
	width: 40px;
	height: 140px;
	z-index: 10;
	cursor: pointer;
	background-color:#fff;
}
.tp-widget-review-next .arrow,
.tp-widget-review-prev .arrow {
	position: absolute;
	top: 40px;
	width: 26px;
	height: 35px;
	background-image: url(//static.cdnsbg.com/en/images/review_sprite/new_sprite_arrow.png);
	/*background-image: url(//static.cdnsbg.com/en/images/review_sprite/sprite_arrow.svg);*/
	background-size: 50px auto;
	background-repeat: no-repeat
}
.star-rating .star-1,
.star-rating .star-2,
.star-rating .star-3,
.star-rating .star-4,
.star-rating .star-5 {
	float: left;
	background-color: #ccc;
	border-radius: 2px;
	margin-right: 2px;
	padding: 3px;
}
.trustpilot-box * {
	box-sizing: border-box
}
.trustpilot-box .clearfix {
	display: inline-block
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.clearblock {
	display: block
}

body.dark {
	color: #eee
}
body.dark strong {
	color: #ddd
}
.hidden {
	display: none
}

.tp-widget-wrapper {
	position: relative;
	width: 940px;
	min-width: 300px;
	margin: 0;
	padding: 0;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in;
	transition: opacity .5s ease-in
}
.tp-widget-wrapper.visible {
	opacity: 1 !important
}
.tp-widget-wrapper .wrapper-right {
	position: relative;
	width: 740px;
	height:140px;
	float: none;
	margin: 20px 0 0;
	padding:0 40px;
	overflow: hidden;
}
.tp-widget-wrapper .wrapper-left {
	position: relative;
	width: 200px;
	margin: 0;
	float: left;
	text-align: center;
}
.tp-widget-logo {
	margin: 5px 0 0
}
.tp-widget-logo img {
	width: 136px;
	height: auto;
	border: 0
}
.tp-widget-businessinfo {
	color: #434343;
	font: normal 14px/16px Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin: 0;
}
.tp-widget-businessinfo b {
	font-weight: bold;
}
.tp-widget-humanscore {
	font: normal 22px 'novecentowide-medium';
	margin: 0 0 10px;
	color: #434343;
}
.tp-widget-stars {
	margin: 0 0 5px;
}
.tp-widget-reviews {
	position:absolute;
	height: 140px;
	white-space: nowrap;
	left: 20px;
}
.tp-widget-review {
	position:relative;
	width: 220px;
	height: 130px;
	margin: 0 auto;
	padding: 4px 0 0 20px;
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	overflow: hidden;
	-webkit-transition: all 2s ease;
	transition: all 2s ease
}
.tp-widget-review.notransition {
	-webkit-transition: none !important;
	transition: none !important
}
.tp-widget-review .date {
	position: absolute;
	top: 4px;
	right: 0;
	font-size: 80%;
	color: #aaa
}
.tp-widget-review .header {
	position: relative;
	font-weight: 700;
	margin: 0 0 10px;
	height: 16px;
	width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}
.tp-widget-review .text {
	position: relative;
	word-wrap: break-word;
	line-height: 14px;
	overflow: hidden;
	height: 56px;
	width: 200px;
}
.tp-widget-review .name {
	position: absolute;
	bottom: 0;
	left: 20px;
	text-align: left;
	font-size: 80%;
	z-index: 2
}
.tp-widget-review-next {
	right: 0
}
.tp-widget-review-next .arrow {
	right: 8px;
	background-position: -26px 5px
}
.tp-widget-review-next.display-none .arrow {
	background-position: -26px -40px
}
.tp-widget-review-prev {
	left: 0
}
.tp-widget-review-prev .arrow {
	left: 8px;
	background-position: 0 6px
}
.tp-widget-review-prev.display-none .arrow {
	background-position: 0 -39px
}
#tp-widget-fallback-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9998;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in;
	transition: opacity .3s ease-in
}
#tp-widget-fallback-image img {
	width: auto;
	max-width: 50%;
	z-index: 9999
}
.tp-widget-fallback-image-revealed {
	opacity: 1 !important
}
.star-rating.small .star-1 {
	margin-right: 1px
}
.star-rating.small .star-2 {
	margin-right: 1px
}
.star-rating.small .star-3 {
	margin-right: 1px
}
.star-rating.small .star-4 {
	margin-right: 1px
}
.star-rating.small .star-5 {
	margin-right: 1px
}
.star-rating.star-2 .star-1 {
	background-color: #f47324
}
.star-rating.star-2 .star-2 {
	background-color: #f47324
}
.star-rating.star-3 .star-1 {
	background-color: #f8cc18
}
.star-rating.star-3 .star-2 {
	background-color: #f8cc18
}
.star-rating.star-3 .star-3 {
	background-color: #f8cc18
}
.star-rating.star-4 .star-1 {
	background-color: #67D239
}
.star-rating.star-4 .star-2 {
	background-color: #67D239
}
.star-rating.star-4 .star-3 {
	background-color: #67D239
}
.star-rating.star-4 .star-4 {
	background-color: #67D239
}
.star-rating.star-5 .star-1 {
	background-color: #00B87E
}
.star-rating.star-5 .star-2 {
	background-color: #00B87E
}
.star-rating.star-5 .star-3 {
	background-color: #00B87E
}
.star-rating.star-5 .star-4 {
	background-color: #00B87E
}
.star-rating.star-5 .star-5 {
	background-color: #00B87E
}
.star-rating.star-1 .star-1 {
	background-color: #e22027
}