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

/** Default **/
.smartbanner {
	position: fixed;
	left: 2px;
	bottom: 0;
	display: none;
	width: calc(100% - 4px);
	background: #43423e;
	border-radius: 15px 15px 0 0;
	z-index: 9998;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	-webkit-text-size-adjust: none;
	padding: 10px 10px 0 10px;
	box-sizing: border-box;
	font-size: 13px;

}

.smartbanner-container {
	margin: 0 auto;
}

.smartbanner-info span {display: none;}

.smartbanner-title {
	font-size: 1.143em;
	text-align: center;
	font-weight: 600;
	color: #fff;
	padding: 10px 20px 0;
}


/** iOS **/

.smartbanner-close {
	position: absolute;
	background: url(../i/icon-close-smart.png);
	width: 14px;
	height: 14px;
	background-size: 100%;
	right: 10px;
	top: 10px;
	text-indent: -9999px;
}

.smartbanner-button {
	display: block;
	background: url(../i/linkDownload.png) center 0 no-repeat;
	width: 100%;
	height: 49px;
	background-size: 239px;
	margin-top: 15px;
	text-indent: -9999px;
	padding: 0 50px;
}

.smartbanner-icon {
	float: left;
	background: url(../i/phoneM.png) !important;
	width: 90px;
	height: 139px;
	background-size: 100% !important;
	margin-right: 10px;
}


/** Windows **/
.smartbanner-windows {
	background: #f4f4f4;
	background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	line-height: 80px;
}

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

@media screen and (max-width: 340px) {
	.smartbanner-icon {height: 154px;}
	.smartbanner-button {background-size: 200px;}
}
