@import url(http://fonts.googleapis.com/css?family=Roboto:500,300);

.smartbanner_show {
	margin-top: 82px;
}

.smartbanner_hide {
	display: none;
}

.smartbanner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	font-family: 'Helvetica Neue', sans-serif;
	background: #F2F2F2;
	z-index: 9998;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	-webkit-text-size-adjust: none;
}

.smartbanner__container {
	margin: 0 auto;
	height: 84px;
	position: relative;
}

.smartbanner_ios_no_safari .smartbanner__container,
.smartbanner_ios .smartbanner__container {
	border-bottom: 1px solid #CCC;
}

.smartbanner__close {
	position: absolute;
	left: 6px;
	top: 50%;
	display: block;
	margin-top: -10px;
	width: 18px;
	height: 18px;
	font-size: 20px;
	line-height: 18px;
	text-align: center;
	color: #777;
	text-decoration: none;
	-webkit-font-smoothing: subpixel-antialiased;
}

.smartbanner__close:active,
.smartbanner__close:hover {
	text-decoration: none;
	color: #777;
}

.smartbanner__icon {
	position: absolute;
	left: 30px;
	top: 10px;
	display: block;
	width: 64px;
	height: 64px;
	background: rgba(0,0,0,0.6);
	background-size: cover;
	border-radius: 10px;
}

.smartbanner__info {
	position: absolute;
	left: 101px;
	top: 18px;
	width: 44%;
	font-size: 12px;
	line-height: 1.2em;
	color: #303030;
	font-weight: 400;
}

.smartbanner__title {
	font-size: 14px;
	line-height: 18px;
}

.smartbanner-button {
	position: absolute;
	right: 16px;
	top: 28px;
	font-weight: 400;

	min-width: 10%;
	font-size: 18px;

	color: #007AFF;
	text-transform: uppercase;
	text-decoration: none;
	text-align: right;
	border-radius: 3px;
}

.smartbanner-button:active,
.smartbanner-button:hover {
	text-decoration: none;
	color: #007AFF;
}

.smartbanner_android {
	font-family: 'Roboto', sans-serif;
}

.smartbanner_android .smartbanner__container {
	border-bottom: 1px solid #E5E5E5;
}

.smartbanner_android .smartbanner__icon {
	background-color: transparent;
}

.smartbanner_android .smartbanner__close {
	width: 18px;
	height: 18px;
	line-height: 16px;
	font-size: 13px;
	color: #AAA;
	background: #DDD;
	border-radius: 18px;
}

.smartbanner_android .smartbanner__info {
	font-weight: 300;
}

.smartbanner_android .smartbanner__title {
	font-weight: 500;
}

.smartbanner_android .smartbanner-button {
	min-width: 12%;
	padding: 4px 8px 3px;
	font-size: 16px;
	background: #B3C833;
	color: #FFF;
	text-align: center;
	border-radius: 2px;
	border-bottom: 2px solid transparent;
	font-weight: 500;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.smartbanner_android .smartbanner-button:active,
.smartbanner_android .smartbanner-button:hover {
	background: #C1D739;
	border-bottom-color: #8C9C29;
}
