﻿.smartbanner-show {
	/*margin-top: 80px;*/
}

.smartbanner-show .smartbanner {
	display: inline-block;
}

/** Default **/
.smartbanner {
	position: absolute;
	left: 0;
	top: 0;
	display: none;    
	width: 100%;
	min-height: 51px;
    height:auto;
	line-height: 51px;
	/*font-family: 'Helvetica Neue', sans-serif;*/
	background: #f4f4f4;
	/*z-index: 9998;*/
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	-webkit-text-size-adjust: none;
    padding:3px 0;
}

.smartbanner-container {
	margin: 0 auto;
	white-space: nowrap;
    margin-top:2px;
}

.smartbanner-close {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 5px;
	font-family: 'ArialRoundedMTBold', Arial;
	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: 37px;
	height: 37px;
	margin-right: 12px;
	background-size: cover;
	border-radius: 10px;
    /*vertical-align:-8px;*/
}

.smartbanner-info {
	display: inline-block;
	vertical-align: middle;
	width: 44%;
	font-size: 13px;
	line-height: 1.3em;
	/*font-weight: bold;*/
    /*margin-top:5px;*/
}

.smartbanner-title {
	font-size: 14px;
	line-height: 18px;
}

.smartbanner-button {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	color: #6a6a6a;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-button:active,
.smartbanner-button:hover {
	/*color: #aaa;*/
}

.smartbanner-button-text {
}

.smartbanner-button-text:active,
.smartbanner-button-text:hover {
}

/** Android **/
.smartbanner-android {
	/*background: #3d3d3d url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);*/
	/*box-shadow: inset 0 4px 0 #88b131;*/
	line-height: 42px;
}

.smartbanner-android .smartbanner-close {
	border: 0;
	width: 17px;
	height: 17px;
	line-height: 17px;
	margin-right: 7px;
    color:#000;
	/*color: #b1b1b3;
	background: #1c1e21;
	text-shadow: 0 1px 1px #000;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);*/
}

.smartbanner-android .smartbanner-close:active,
.smartbanner-android .smartbanner-close:hover {
	color: #eee;
}

.smartbanner-android .smartbanner-icon {
	background-color: transparent;
	box-shadow: none;
}

.smartbanner-android .smartbanner-info {
	/*color: #ccc;
	text-shadow: 0 1px 2px #000;*/
    color: #000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-android .smartbanner-title {
	/*color: #fff;*/
    color: #000;
	/*font-weight: bold;*/
}

.smartbanner-android .smartbanner-button {
	min-width: 12%;
	color: #d1d1d1;
	padding: 0;
	background: none;
	border-radius: 0;
	/*box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;*/
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #dddcdc;
}

.smartbanner-android .smartbanner-button:active,
.smartbanner-android .smartbanner-button:hover {
	background: none;
}

.smartbanner-android .smartbanner-button-text {
	text-align: center;
	display: inline-block;
	padding: 0 10px; 
    padding-top: 5px;
    color:#000;
	/*background: #42b6c9;
	background: linear-gradient(to bottom, #42b6c9, #39a9bb);*/
	text-transform: none;
	text-shadow: none;
	box-shadow: none;
}

.smartbanner-android .smartbanner-button-text:active,
.smartbanner-android .smartbanner-button-text:hover {
	/*background: #2ac7e1;*/
    background: none;
}