.smartbanner-show {
	/*margin-top: 80px;*/
}

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

/** Default **/
.smartbanner {
    position: relative;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 140px;
    line-height: 140px;
    font-family: 'Helvetica Neue', sans-serif;
    background: #f1f1f1;
    z-index: 9998;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    -webkit-text-size-adjust: none;
    border-bottom: 1px solid #dddddd;
}

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

.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: 57px;
	height: 57px;
	margin-right: 12px;
	background-size: cover;
	border-radius: 10px;
}

.smartbanner-icon img{
	border: 1px solid #dddddd;
    border-radius: 36px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}

.smartbanner-info {
	display: inline-block;
	vertical-align: middle;
	width: 44%;
	font-size: 18px;
	line-height: 29px;
	font-weight: bold;
	letter-spacing: 2px;
}

.smartbanner-title {
	color: #6A6A6A;
	font-weight: bold;
	font-size: 24px;
	line-height: 35px;
}

.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 {
}

/** iOS **/
.smartbanner-ios {
	line-height: 82px;
}



.smartbanner-ios .smartbanner-close {
	border: 0;
	width: 46px;
	height: 15px;
	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); */
	font-size: 28px;
}

.smartbanner-ios .smartbanner-close img {
	width: 35px;
	padding-left: 13px;
}

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

.smartbanner-ios .smartbanner-icon {
	background-color: transparent;
	box-shadow: none;
	height: 120px;
	width: 120px;
	margin-top: 8px;
	margin-left: 15px;
}

.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 {
	min-width: 12%;
	color: #167ac6;
	padding: 0;
	background: none;
	/* border-radius: 0; */
	/* box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc; */
	font-size: 28px;
}

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

.smartbanner-ios .smartbanner-button-text {
	margin-right: 15px;
	padding: 2px 7px;
	color: #3092C7;
	border-radius: 5px;
	background-color: transparent;
	font-size: 33px;
}

.smartbanner-ios .smartbanner-button-text:active,
.smartbanner-ios .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: 82px;
}

.smartbanner-android .smartbanner-close {
	border: 0;
	width: 46px;
	height: 15px;
	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); */
	font-size: 28px;
}

.smartbanner-android .smartbanner-close img{
	width: 35px;
    padding-left: 13px;
}


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

.smartbanner-android .smartbanner-icon {
    background-color: transparent;
    box-shadow: none;
    height: 120px;
    width: 120px;
    margin-top: 8px;
    margin-left: 15px;
}

.smartbanner-android .smartbanner-info {
	color: #6A6A6A;
	/*text-shadow: 0 1px 2px #000;*/
}

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

.smartbanner-android .smartbanner-button {
    min-width: 12%;
    color: #167ac6;
    padding: 0;
    background: none;
    /* border-radius: 0; */
    /* box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc; */
    font-size: 28px;
}

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

.smartbanner-android .smartbanner-button-text {
	margin-right: 15px;
	padding: 2px 7px;
	color: #3092C7;
	border-radius: 5px;
	background-color: transparent;
	font-size: 33px;
}

.smartbanner-android .smartbanner-button-text:active,
.smartbanner-android .smartbanner-button-text:hover {
	background: #2ac7e1;
}

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