.smartbanner-show {
	margin-top: 95px;
}
.smartbanner-show .smartbanner {
	display: block;
}


/** Default **/
.smartbanner {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 95px;
	line-height: 95px;
	font-family: 'Helvetica Neue', sans-serif;
	background: #f4f4f4;
	z-index: 9998;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	-webkit-text-size-adjust: none;
}

.smartbanner-container {
	margin: 0 auto;
	white-space: nowrap;
	text-align: left !important;
}

.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;
	text-decoration: none !important;
}

.smartbanner-close:active,
.smartbanner-close:hover {
	color: #aaa;
}

.smartbanner-icon {
	display: inline-block;
	vertical-align: middle;
	width: 64px;
	height: 64px;
	margin-right: 10px;
	background-size: cover;
	border-radius: 17px;
}

.smartbanner-info {
	display: inline-block;
	vertical-align: middle;
	width: 44%;
	font-family: Helvetica;
	font-size: 12px;
	line-height: 12px;
}

.smartbanner-title {
	font-size:14px;
	line-height: 14px;
	font-family: Helvetica;
}

.smartbanner-title + div {
	margin-bottom: 16px;
	margin-top: 3px;
}

.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 !important;
	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 {
}

.smartbanner-circle {
	height: 18px;
	width: 18px;
	margin: 6px;
	border: 0.0625rem solid rgba(255,255,255,0.3);
  	-webkit-border-radius: 62.5rem;
  	border-radius: 62.5rem;
  	position: relative;
}

.smartbanner-circle:before {
	display: block;
	position: absolute;
	content: '\00d7';
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	top: 0;
	line-height: 18px;
	font-family: "helvetica neue",helvetica,arial;
	font-weight: 200;
	font-size: 1.5rem;
	color: #767676;
}


/** iOS **/
.smartbanner-ios {
	background: #f2f2f2;
	line-height: 95px;
}

.smartbanner-ios .smartbanner-close {
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-left: -1px;
	margin-right: -1px;
}

.smartbanner-ios .smartbanner-close:active,
.smartbanner-ios .smartbanner-close:hover {
	color: #aaa;
}

.smartbanner-ios .smartbanner-icon {
	background: rgba(0,0,0,0.6);
	background-size: cover;
	/* -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.95);
	-moz-box-shadow:    1px 1px 1px 0px rgba(50, 50, 50, 0.95);
	box-shadow:         1px 1px 1px 0px rgba(50, 50, 50, 0.95); */
}

.smartbanner-ios .smartbanner-info { 
	color: #4a4a4a;
}

.smartbanner-ios .smartbanner-title {
	font-weight: normal;
	color: #000000;
}

.smartbanner-ios .smartbanner-button {
	padding: 0;
	padding-right: 15px;
	min-width: 10%;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	font-family: Helvetica;
	line-height: 95px;
	top: auto;
	right: auto;
	bottom: auto;
	text-align: right;
	float: right;
	font-size: 18px;
	position: relative;
}

.smartbanner-ios .smartbanner-button:active,
.smartbanner-ios .smartbanner-button:hover, {
	text-decoration: underline;
	color: #1878fb;
}

.smartbanner-ios .smartbanner-button-text {
	color: #1878fb;
}

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


/** Android **/
.smartbanner-android {
	background: #3d3d3d url('/assets/static/images/support/responsive/smart-app-banner/dark_background_stripes.gif');
	box-shadow: inset 0 4px 0 #88B131;
	line-height: 95px;
}

.smartbanner-android .smartbanner-close {
	border: 0;
	width: 17px;
	height: 17px;
	line-height: 17px;
	margin-right: 7px;
	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-circle {
	margin: 0;
}

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

.smartbanner-android .smartbanner-info {
	color:#ccc;
	text-shadow:0 1px 2px #000;
}

.smartbanner-android .smartbanner-title {
	color:#fff;
	font-weight: bold;
}

.smartbanner-android .smartbanner-button {
	min-width: 20%;
	color: #FFFFFF;
	padding: 0;
	background: none;
	border-radius: 0;
	box-shadow: 0 0 0 1px #333, 0 0 0 2px #ffffff;
}

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

.smartbanner-android .smartbanner-button-text {
	text-align: center;
	display: block;
	padding: 0 10px;
	background: #37b1c6;
	text-transform: uppercase !important;
	text-shadow: none;
	box-shadow: none;
}

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


/** 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: 95px;
	display: none;
}

.smartbanner-windows .smartbanner-close {
	border: 0;
	width: 18px;
	height: 18px;
	line-height: 18px;
	color: #888;
	text-shadow: 0 1px 0 white;
}

.smartbanner-windows .smartbanner-close:active,
.smartbanner-windows .smartbanner-close:hover {
	color: #aaa;
}

.smartbanner-windows .smartbanner-icon {
	background: rgba(0,0,0,0.6);
	background-size: cover;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

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

.smartbanner-windows .smartbanner-title {
	color:#4d4d4d;
	font-weight: bold;
}

.smartbanner-windows .smartbanner-button {
	padding: 0 10px;
	min-width: 10%;
	color: #6a6a6a;
	background: #efefef;
	background: linear-gradient(to bottom, #efefef, #dcdcdc);
	border-radius: 3px;
	box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 0 rgba(255, 255, 255, 0.7) inset;
}

.smartbanner-windows .smartbanner-button:active,
.smartbanner-windows .smartbanner-button:hover {
	background: #dcdcdc;
	background: linear-gradient(to bottom, #dcdcdc, #efefef);
}

.smartbanner-windows .smartbanner-button-text {
}

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