@charset "utf-8";
/* CSS Document */
.clear{
	clear:both;
}
.tmr-wrap *{
	text-shadow:none !important;
}
.tmr-wrap {
	padding: 0;
	margin-bottom:10px;
	overflow:hidden;
	background-color: #fef4d8;
	border: solid 1px #f9c73d;
	border-radius:4px;
	color: #5f5f5f;
	font-size:13px;
}
.tmr-wrap.tmr-float-left{
	max-width:500px;
	float:left;
	margin: 5px 20px 20px 0px;
}
.tmr-wrap.tmr-float-right{
	max-width:500px;
	float:right;
	margin: 5px 0px 20px 20px;
}
.tmr-head h3{
	font-size: 18px;
	color: #4141a0;
	margin: 0px;
	font-size: 22px;
	padding: 18px 30px;
	font-weight: normal;
}
.tmr-item {
	padding: 18px 0px;
	margin: 0 30px;
	border-top: solid 1px #f9c73d;
}
.tmr-item h6{
	display:inline-block;
	padding-right:10px;
	margin:0;
}
.tmr-stars{
	float:right;
	color: #4141a0;
	font-size:15px;
	line-height:20px;
	font-weight:normal;
	font-smooth: always;
	-webkit-font-smoothing : subpixel-antialiased;
}

.tmr-foot{
	display:table;
	min-height: 90px;
	width:100%;
	border-top:solid 1px #f9c73d;
}
.tmr-foot-inner{
	display:table-row;
}
.tmr-summary{
	display:table-cell;
	padding: 18px 30px;
	color:#8e8e8e;
}
.tmr-final{
	display:table-cell;
	background-color: rgba(249,199,61,.3);
	color: #4141a0;
	width: 132px;
	padding: 18px 10px;
	border-color: #f9c73d;
	border-style: solid;
	border-width: 0 0 0 1px;
	text-align:center;
}
.tmr-final .tmr-stars{
	float:none;
}
.tmr-final-review{
	text-align:center;
	font-size:18px;
}
.ct-vote {
	position: relative;
	margin-top: 27px;
}
.ct-vote p:before {
	color: #222;
    content: "" !important;
    font-family: FontAwesome;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: -13px;
}
.ct-vote p {
	background: none repeat scroll 0 0 #222;
    color: #fff;
    font-family: Bitter;
    font-size: 14px;
    left: 50%;
    margin-left: -95px;
    padding: 10px;
    position: absolute;
    top: 51px;
    display:none;
}
.ct-vote .ct-progress .inner:hover {
	cursor: pointer;
}

.item-review {
  background: #f5f5f5;
  padding: 30px;
  margin-bottom: 30px;
  margin-top:20px;
}
.item-post-single .item-review h4,
.item-review h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 30px 0;
}

.item-review .box-progress h5 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  margin:10px 0;
}

.item-review .box-progress h5 .score {
  float: right;
}

.item-review .box-progress .progress {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background: #ffffff;
}

.item-review .box-progress .progress .progress-bar {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.item-review .box-progress .progress .inner {
  width: 100%;
  height: 100%;
}

.item-review .box-text p {
  color: #444444;
  line-height: 1.65em;
}

.item-review .box-text .score {
  float: right;
  background: #ffffff;
  color: #dd4c39;
  padding: 20px 12px;
  font-size: 30px;
  display: inline-block;
  margin-left: 30px;
}

/*Fix for newstube*/
.item-review { background-color:rgba(238,238,238,1.0); display:block; width:auto; padding:40px; margin-top:27px; border-radius:5px}
.item-review:first-child { margin-top:0;}
.body-content.style-5 .item-review {margin-left:auto; margin-right:auto;}
.item-review:last-child { margin-bottom:0;}
.item-review h4 { font-size:14px; font-weight:900; padding-top:1px; padding-bottom:2px; text-transform:uppercase; margin-top:-5px; margin-bottom:25px; position:relative;}
.item-review h4:before {}
.item-review .box-text { padding-bottom:10px; border-bottom:1px solid rgba(255,255,255,1.00); margin-bottom:25px;}
.item-review .box-text .score { background-color:rgba(255,255,255,1.00); color:rgba(34,34,34,1.0); font-size:18px; width:60px; height:60px; text-align:center; font-weight:900; padding:13px 0 0 0; margin-left:20px; margin-bottom:20px; border-radius:3px; -webkit-border-radius:3px;}
.item-review .box-text p { padding:0; line-height:1.8; margin-top:-8px; margin-bottom:0; margin-bottom:12px; color:#777777;}
.item-review .box-text p:last-child { margin-bottom:12px;}

.item-review .box-progress h5 { font-weight:900; margin-top:-4px; margin-bottom:1px; position:relative; padding-right: 50px;}
.item-review .box-progress h5 .score { position:absolute; top:5px; right:0;}
.item-review .box-progress .progress { border-radius:0; -webkit-border-radius:0; height:10px; margin-bottom:24px;}

.item-review .box-progress .progress .progress-bar { background-color:rgba(251,216,2,1.0);}

.ct-vote { margin-top:24px;}
.ct-vote p { display:block; font-family:inherit; padding-left:15px; padding-right:15px; opacity:0; visibility:hidden; transition: all 0.2s; -webkit-transition:all 0.2s;}
.ct-vote p.active {opacity:1; visibility: visible;}
.item-review .box-progress.ct-vote .progress { margin-bottom:0;}

.tmr-criteria { border-bottom:1px solid rgba(255,255,255,1.0); padding-bottom:6px;}

@media(max-width:767px) {
	.item-review { margin-left:0; margin-right:0;}
}
/*Fix for newstube*/


/*rating star type*/
.star-rating-block {background-color: rgba(238,238,238,1.0);padding:40px 0; margin-top:27px; border-radius:5px;}
.star-rating-block + p { margin-top:15px;}
.body-content.style-5 .star-rating-block {margin-left:auto; margin-right:auto;}
@media(max-width:767px) {
	.star-rating-block { margin-left:0; margin-right:0;}
}
.star-rating-block .rating-title {font-weight:bold; color:#222222; text-transform:uppercase; margin-top:-7px; position:relative; margin-bottom:20px; font-family:"Poppins", sans-serif; letter-spacing:0.15em;}
.star-rating-block .rating-title ,
.star-rating-block .user-rating-block{ padding-left:40px; padding-right:40px}
.star-rating-block .user-rating-block{ position:relative}
.star-rating-block .user-rating-block:before{
	top: 0;
    left: 40px;
    right: 40px;
    height: 1px;
    background-color: rgba(255,255,255,1.00);
    display: block;
    content: '';
    position: absolute;
}
.star-rating-block .rating-summary-block {position: relative; margin-top:-6px; margin-bottom:30px; min-height:22px; padding-left:40px; padding-right:40px; padding-bottom:30px; display:table; width:100%;}
.star-rating-block .rating-summary-block:after {content:''; background-color:rgba(255,255,255,1.00); display:block; position:absolute; bottom:0; left:40px; right:40px; height:1px;}
.star-rating-block .rating-summary-block .rating-summary { display:table-cell; vertical-align:top; width:100%;}
.star-rating-block .rating-summary-block .rating-summary > span { display:block; position:relative; margin-bottom:-7px; padding-right:20px;}
.star-rating-block .rating-summary-block .rating-stars {display:table-cell; position:static; vertical-align:top;}
.star-rating-block .rating-summary-block .rating-stars > .rating-stars-content { width:80px; height:60px; border-radius:3px; -webkit-border-radius:3px; background-color:rgba(255,255,255,1.00); text-align:center; line-height:60px; margin-top:7px;}
.star-rating-block .rating-summary-block .rating-stars > .rating-stars-content > span { font-size:18px; font-weight:bold; color:#222222; padding:4px;}
.star-rating-block .rating-stars {position:absolute; color: #76b62a; top:0; right: 0;}
.star-rating-block .rating-stars .fa-star-o,
.star-rating-block .user-rating-block .rating-item .fa-fw.fa-star-o{ color:#c5c5c5}
.star-rating-block .criteria-title {font-weight:normal; margin-top:-6px; text-transform: none; padding-right: 100px;}
.user-rating-block .rating-item .criteria-title { font-family:"Poppins", sans-serif; color:#222; letter-spacing:0.15em;}
.user-rating-block .rating-item .criteria-title > span { font-family:"Open Sans", sans-serif; letter-spacing:0;}
.star-rating-block .rating-item {position: relative; border-bottom: none;padding-bottom:4px; margin-bottom:22px;}
.star-rating-block .rating-item:last-child { margin-bottom:24px;}
.star-rating-block .user-rating-block .rating-item {margin-top: 20px; padding-top:29px; margin-bottom:-11px;}
.star-rating-block .user-rating-block .rating-stars { top:24px;}
.star-rating-block .rating-stars i,
.star-rating-block .user-rating-block .rating-item .fa-fw {width:auto; margin-right:1px; font-size:18px}
.star-rating-block .user-rating-block .rating-item .rating-block {position: relative;}
.star-rating-block .user-rating-block .rating-item .rating-block .msg:before {color: #9a9a9a; content: "" !important; font-family: FontAwesome; left: 50%; margin-left: -2px; position: absolute;top: -15px; font-size:14px}
.star-rating-block .user-rating-block .rating-item .rating-block .msg {position: absolute; white-space:nowrap; right:-20px; top: 39px; background: none repeat scroll 0 0 #9a9a9a; color: #fff; padding: 10px 24px; font-size: 14px;display:block; visibility:visible; opacity:0; transition:all 0.2s; -webkit-transition:all 0.2s; border-radius:5px}
.star-rating-block .user-rating-block .rating-item .rating-block .msg.active { visibility:visible; opacity:1;}

.star-rating-block .fa-star-o:before { content:"\f005"; opacity:1;}
.star-rating-block .fa-star-half-empty:before, 
.star-rating-block .fa-star-half-full:before, 
.star-rating-block .fa-star-half-o:before { opacity:0.8;}
/*.star-rating-block .user-rating-block .rating-item .rating-stars {top: 20px;}*/
/*end rating star type*/
.rating-criteria-block{ padding-left:40px; padding-right:40px;}
.rating-summary-block .rating-stars{ right:40px;}

@media(max-width:767px) {
	.star-rating-block > *,
	.star-rating-block .rating-summary-block { padding-left:20px; padding-right:20px;}
	.rating-summary-block .rating-stars { right:20px;}
	.item-review { padding-left:20px; padding-right:20px;}
	.star-rating-block .rating-summary-block:after { left:20px; right:20px;}
}

.ct-vote .total_user_rate { font-family:'Open Sans', sans-serif; font-weight:normal; letter-spacing:0; text-transform:none;}