#smartbanner {
	position: absolute;
	left: 0;
	top: -82px;
	border: none !important;
	border-bottom: 1px solid #e8e8e8 !important;
	width: 100%;
	height: 76px;
	font-family: 'Helvetica Nueue',sans-serif;
	background-color: #fefefe;
	z-index: 9998;
	overflow: hidden;
	-webkit-text-size-adjust: none;
}

#smartbanner, html.sb-animation {
	-webkit-transition: all .3s ease;
}

#smartbanner .sb-container {
	margin: 0 auto;
}

#smartbanner .sb-close {
	position: absolute;
	left: 10px;
	top: 24px;
	font-size: 20px;
	color: #000;
	text-decoration: none;
}

#smartbanner .sb-close:active {
	font-size: 13px;
	color: #aaa;
}

#smartbanner .sb-icon {
	position: absolute;
	left: 30px;
	top: 10px;
	display: block;
	width: 57px;
	height: 57px;
	background: rgba(0,0,0,0.6);
	background-size: cover;
	border-radius: 15px;
	border: 1px solid #d3d3d3;
}

#smartbanner.no-icon .sb-icon {
	display: none;
}

#smartbanner .sb-info {
	position: absolute;
	left: 98px;
	top: 10px;
	width: 50%;
	font-size: 11px;
	line-height: 1.2em;
	color: #000;
}

#smartbanner #smartbanner.no-icon .sb-info {
	left: 34px;
}
#smartbanner .sb-info strong {
	display: inline;
	font-size: 14px;
	color: #000;
	line-height: 18px;
	font-weight: bold;
}

#smartbanner .sb-info > span {
	display: block;
}
#smartbanner .sb-info em {
	font-style: normal;
	text-transform: uppercase;
}

#smartbanner .sb-button {
	position: absolute;
	right: 15px;
	top: 26px;
	padding: 0 10px;
	min-width: 10%;
	height: 24px;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	color: #4da6ff;
	font-weight: light;
}

#smartbanner .sb-container sup {
	top: -5px;
	font-size: 10px;
}

#smartbanner .sb-icon.gloss:after {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	border-top: 1px solid rgba(255,255,255,0.8);
	width: 100%;
	height: 50%;
	background: #000;
	border-radius: 10px 10px 12px 12px;
}

#smartbanner.android {
	border-color: #212228;
	background-color: #fefefe;
}

#smartbanner.android .sb-close {
	border: 0;
	width: 17px;
	height: 20px;
	line-height: 20px;
	color: #b1b1b3;
	text-decoration: none;
}

#smartbanner.android .sb-close:active {
	color: #eee;
}

#smartbanner.android .sb-info {
	color: #4d4d4d;
}

#smartbanner.android .sb-info strong {
	color: #000;
}
#smartbanner.android .sb-button {
	min-width: 12%;
	padding: 1px;
	color: #4da6ff;
	background: none;
	border-radius: 0;
	min-height: 28px;
	text-decoration: none;
}

#smartbanner.android .sb-button span {
	text-align: center;
	display: block;
	padding: 0 10px;
	text-transform: none;
}

#smartbanner.android .sb-button:active, #smartbanner.android .sb-button:hover {
	background: none;
}

#smartbanner.windows .sb-icon {
	border-radius: 0px;
}

#smartbanner .sb-blue {
	color: #2a6bb1;
}

#sb-age-limit {
	font-size: 9px;
	font-weight: bold;
	color: #8c8c8c;
	border: 1px solid #8c8c8c;
	border-radius: 3px;
	padding: 2px 4px;
	display: inline !important;
	margin-left: 5px;
	line-height: 7px;
	position: relative;
	top: -3px;
}

#sb-author {
	display: block;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
}

#star-rating svg {
	height: 10px;
	width: 10px;
	stroke: #ff9b00;
}
@media (max-width: 374px) {
	#smartbanner {
		height:90px;
	}
}