.smartbanner-show {
   margin-bottom: 80px;
}
.smartbanner-show .smartbanner {
	display: block;
}


/** Default **/
.smartbanner {
	position: fixed;
	left: 0;
	bottom: 0;
	display: none;
	width: 100%;
	height: 66px;
	line-height: 66px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	background: #fff;
	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 5px 0 5px;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	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: 40px;
	height: 40px;
	margin-right: 12px;
	background-size: cover;
	border-radius: 3px;
}

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

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

.smartbanner-button {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 28px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.smartbanner-button:active, .smartbanner-button:hover {
	color: #eee;
}

.smartbanner-button-text {
}

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


/** Android **/
.smartbanner-android {
	background: #fff;
	box-shadow: 0 0 20px #eee;
	border-top: 1px solid #ddd;
}

.smartbanner-android .smartbanner-close {
	border: 0;
	width: 17px;
	height: 17px;
	line-height: 17px;
	margin-right: 7px;
	color: rgba(51, 51, 51, 0.8);
	background: #fff;
}

.smartbanner-android .smartbanner-close:active,
.smartbanner-android .smartbanner-close:hover {
	color: rgba(51, 51, 51, 0.8);
	background: #eee;
	text-decoration: none;
}

.smartbanner-android .smartbanner-icon {
	background-color: transparent;
	box-shadow: none;
}

.smartbanner-android .smartbanner-info {
	color:#6c6c6c;
}

.smartbanner-android .smartbanner-title {
	color:#333;
}

.smartbanner-android .smartbanner-button {
	min-width: 12%;
	color: #fff;
	padding: 0;
	background: none;
	border-radius: 3px;
}

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

.smartbanner-android .smartbanner-button-text {
	text-align: center;
	display: block;
	padding: 2px 10px;
	background: #0e62B9;
	text-transform: none;
	text-shadow: none;
	box-shadow: none;
	border-radius: 3px;
	text-transform: uppercase;
}

.smartbanner-android .smartbanner-button-text:active,
.smartbanner-android .smartbanner-button-text:hover {
	opacity: .8;
}

