.smartbanner-show .smartbanner {
	display: block;
	position: relative;
}

/** Default **/
.smartbanner {
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-family: 'Helvetica Neue', sans-serif;
	background: #f4f4f4;
	z-index: 980;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	-webkit-text-size-adjust: none;
}
.smartbanner .rating{
	position: relative;

}
.smartbanner-info span{
	display: block;
	float: left;
	clear: both;
}
.smartbanner-container {
	margin: 0 auto;
	white-space: nowrap;
}

.smartbanner-close {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 5px;
	font-family: 'ArialRoundedMTBold', Arial;
	font-size: 20px;
	text-align: center;
	color: #888;
	text-decoration: none;
	border: 0;
	border-radius: 14px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.smartbanner-close:active,
.smartbanner-close:hover {
	color: #aaa;
}

.smartbanner-icon {
	display: inline-block;
	vertical-align: middle;
	width: 57px;
	height: 57px;
	margin-right: 12px;
	background-size: cover;
	border-radius: 10px;
}

.smartbanner-info {
	display: inline-block;
	vertical-align: middle;
	width: 44%;
	font-size: 11px;
	line-height: 1.2em;
	font-weight: bold;
	color: #222222;
}

.smartbanner-title {
	font-size: 13px;
	line-height: 18px;
}

.smartbanner-button {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	color: #017BFF;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-button:active,
.smartbanner-button:hover {
	color: #aaa;
}
/** iOS **/
.smartbanner-ios {
	background: #F2F2F2;
	line-height: 80px;
	border-top: solid 1px #D8D8D8;
	border-bottom: solid 1px #D8D8D8;
}

.smartbanner-ios .smartbanner-close {
	border: 0;
	width: 18px;
	height: 18px;
	line-height: 18px;
	color: #888;
	text-shadow: 0 1px 0 white;
}

.smartbanner-ios .smartbanner-close:active,
.smartbanner-ios .smartbanner-close:hover {
	color: #aaa;
}

.smartbanner-ios .smartbanner-icon {
	background: rgba(0, 0, 0, 0.6);
	background-size: cover;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.smartbanner-ios .smartbanner-info {
	color: #6a6a6a;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-ios .smartbanner-title {
	color: #4d4d4d;
	font-weight: bold;
}

.smartbanner-ios .smartbanner-button {
	padding: 0 10px;
	min-width: 10%;
	color: #017BFF;

}

.smartbanner-ios .smartbanner-button:active,
.smartbanner-ios .smartbanner-button:hover {
	background: #dcdcdc;
	background: linear-gradient(to bottom, #dcdcdc, #efefef);
}

.smartbanner-ios .smartbanner-button-text {
	color: #017BFF;
}

.smartbanner-ios .smartbanner-button-text:active,
.smartbanner-ios .smartbanner-button-text:hover {
}
.stars {
	cursor: pointer;
  }
  .stars:hover .star polygon {
	fill: #FF9500 ;

  }
  .stars .star {
	float: left;
	padding: 3px;
  }
  .stars .star:nth-child(1) {

	padding-left: 0px;
  }
  .stars .star polygon {
	fill: #d8d8d8;
	stroke: #FF9500;
	stroke-width: 1;

  }
  .stars .star:hover ~ .star polygon {
	fill: #d8d8d8 !important;
  }
  .stars[data-stars] .star polygon {
	fill: #FF9500;
  }
  .stars[data-stars="1"] .star:nth-child(1) ~ .star polygon {
	fill: #d8d8d8;
  }
  .stars[data-stars="1.5"] .star:nth-child(1) ~ .star polygon {
	fill: url(#halfstar);
  }
  .stars[data-stars="1.5"] .star:nth-child(2) ~ .star polygon {
	fill: #d8d8d8;
  }
  .stars[data-stars="2"] .star:nth-child(2) ~ .star polygon {
	fill: #d8d8d8;
  }
  .stars[data-stars="2.5"] .star:nth-child(2) ~ .star polygon {
	fill: url(#halfstar);
  }
  .stars[data-stars="2.5"] .star:nth-child(3) ~ .star polygon {
	fill: #d8d8d8;
  }
  .stars[data-stars="3"] .star:nth-child(3) ~ .star polygon {
	fill: #d8d8d8;
  }
  .stars[data-stars="3.5"] .star:nth-child(3) ~ .star polygon {
	fill: url(#halfstar);
  }
  .stars[data-stars="3.5"] .star:nth-child(4) ~ .star polygon {
	fill: #d8d8d8;
  }
  .stars[data-stars="4"] .star:nth-child(4) ~ .star polygon {
	fill: #d8d8d8;
  }
  .stars[data-stars="4.5"] .star:nth-child(4) ~ .star polygon {
	fill: url(#halfstar);
  }
  .stars[data-stars="4.5"] .star:nth-child(5) ~ .star polygon {
	fill: #d8d8d8;
  }
  .stars[data-stars="5"] .star:nth-child(5) ~ .star polygon {
	fill: #d8d8d8;
  }

