.smartbanner-show {
	margin-top: 200px;
}

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

/** Default **/
.smartbanner {
	position: absolute;
	top: -200px;
	left: 0;
	display: none;
	width: 100%;
	height: 200px;
	font-family: 'Helvetica Neue', sans-serif;
	z-index: 9998;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	-webkit-text-size-adjust: none;
	background: #3d3d3d url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);
	box-shadow: inset 0 4px 0 #88b131;
}

.smartbanner-container {
	margin-top: 30px;
	white-space: nowrap;
}

.smartbanner-close {
	display: inline-block;
	vertical-align: middle;
	margin: 0 25px;
	font-family: 'ArialRoundedMTBold', Arial;
	font-size: 75px;
	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: 150px;
	height: 150px;
	margin-right: 30px;
	background-size: cover;
	border-radius: 10px;
	background-color: transparent;
	box-shadow: none;
}

.smartbanner-info {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #ccc;
	text-shadow: 0 1px 2px #000;
}

.smartbanner-title {
	font-size: 34px;
	line-height: 34px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: bold;
}

.smartbanner-button {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 44px;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.smartbanner-button-text {
	text-align: center;
	display: block;
	padding: 13px 15px;
	background: #88b131;
	text-transform: none;
	text-shadow: none;
	box-shadow: none;
}
