.smartbanner-show {
	
}

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

/** Default **/
.smartbanner {
	position: fixed;
	left: 0;
	bottom: 0;
	display: none;
	width: 100%;
	height: 100px;
	line-height: 100px;
	font-family: 'pragmatica', Arial, 'Fira Sans', Helvetica, sans-serif;
	font-weight: normal;
	background: #212122;
	color: rgba(255, 255, 255, 0.4);
	z-index: 9998;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	-webkit-text-size-adjust: none;
}

.smartbanner-container {
	margin: 0 auto;
	white-space: nowrap;
}

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

.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: 12px;
	line-height: 1.2;
	font-weight: normal;
}

.smartbanner-title {
	font-size: 17px;
	margin: 0 0 4px 0;
	color: #fff;
	font-weight: normal;
}

.smartbanner-button {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 55px;
	font-size: 14px;
	line-height: 55px;
	text-align: center;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-transform: none;
	opacity: 1;
	padding: 0 20px;
	border-radius: 5px;
	background: #330099;
}

.smartbanner-button:active,
.smartbanner-button:hover {
	background: #4e10ca;
}

.smartbanner-button-text {
}

.smartbanner-button-text:active,
.smartbanner-button-text:hover {
}
