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


/** Default **/
.smartbanner {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-family: 'Helvetica Neue', sans-serif;
background:-webkit-linear-gradient(top, #f2f2f2 0%,#f2f2f2 100%); 
background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); 
background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); 
box-shadow:0 1px 2px rgba(0,0,0,0.5); 
z-index:9998; 
-webkit-font-smoothing:antialiased; 
overflow:hidden; 
-webkit-text-size-adjust:none; 
}

.smartbanner-container {
	margin: 0 auto;
	white-space: nowrap;
}

.smartbanner-close {
position:absolute; 
left:12px; 
top:32px; 
display:block; 
width:14px; 
height:14px; 
font-family:'ArialRoundedMTBold',Arial; 
font-size:25px; 
line-height:15px; 
text-align:center; 
text-decoration:none; 
text-shadow:none; 
border-radius:14px; 
-webkit-font-smoothing:subpixel-antialiased; 
}

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

.smartbanner-icon {
    background-image: url(android-icon.png) !important;
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    float: left;
    margin-top: 11px;
    margin-left: 40px;
    background-size: cover;
    border-radius: 10px;
}

.smartbanner-info {
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-left: 10px;
    margin-top: 17px;
    text-align: left;
    font-size: 11px;
    line-height: 1.2em;
    font-weight: bold;
}

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

.smartbanner-button {
      position:absolute;
      right:20px;
      top:28px;
      border-bottom:3px solid #b3c833;
      padding:0 10px;
      min-width:12%;
      height:24px;
      font-size:14px;
      line-height:24px;
      text-align:center;
      font-weight:bold;
      color:#fff;
      background-color:#b3c833;
      text-decoration:none;
      border-radius:5px;
}

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

.smartbanner-button-text {
}

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


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

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

.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;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

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

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

.smartbanner-ios .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-ios .smartbanner-button:active,
.smartbanner-ios .smartbanner-button:hover {
	background: #dcdcdc;
	background: linear-gradient(to bottom, #dcdcdc, #efefef);
}

.smartbanner-ios .smartbanner-button-text {
}

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


/** Android **/
.smartbanner-android {
background:-webkit-linear-gradient(top, #f2f2f2 0%,#f2f2f2 100%); 
background-image: -ms-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); 
background-image: -moz-linear-gradient(top, #F4F4F4 0%, #CDCDCD 100%); 
box-shadow:0 1px 2px rgba(0,0,0,0.2); 
	line-height: 82px;
}

.smartbanner-android .smartbanner-close {
	border: 0;
	width: 18px;
	height: 18px;
	line-height: 17px;
	margin-right: 7px;
	color: #6e6e6e;
}

.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:#575757;
}

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

.smartbanner-android .smartbanner-button {
      padding:0 15px;
      min-width:12%;
      height:24px;
      font-size:14px;
      line-height:24px;
      text-align:center;
      text-decoration:none;
      border-radius:5px;
}




/** 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-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 {
}
