.smartbanner_show {
    margin-top: 82px
}
.smartbanner_show .smartbanner {
    display: block
}
.smartbanner {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    height: 84px;
    font-family: 'Helvetica Neue', sans-serif;
    background: #f4f4f4;
    background: -moz-linear-gradient(top, #f4f4f4 0, #cdcdcd 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #cdcdcd));
    background: -webkit-linear-gradient(top, #f4f4f4 0, #cdcdcd 100%);
    background: -o-linear-gradient(top, #f4f4f4 0, #cdcdcd 100%);
    background: -ms-linear-gradient(top, #f4f4f4 0, #cdcdcd 100%);
    background: linear-gradient(to bottom, #f4f4f4 0, #cdcdcd 100%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    z-index: 999999;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    -webkit-text-size-adjust: none
}
.smartbanner__container {
    margin: 0 auto
}
.smartbanner__close {
    position: absolute;
    right: 5px;
    top: 5px;
    display: block;
    border: 2px solid #fff;
    width: 14px;
    height: 14px;
    font-family: 'ArialRoundedMTBold', Arial;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background: #070707;
    text-decoration: none;
    text-shadow: none;
    border-radius: 14px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
    -webkit-font-smoothing: subpixel-antialiased
}
.smartbanner__close:active,
.smartbanner__close:hover {
    font-size: 13px;
    color: #aaa
}
.smartbanner__icon {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 84px;
    height: 84px;
   /* background: rgba(0, 0, 0, 0.6);box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);*/
   background-color:transparent;
    background-size: cover;
    border-radius: 10px;
    
} 
.smartbanner__info {
    position: absolute;
    left: 92px;
    top: 7px;
    width: 68%;
    font-size: 11px;
    line-height: 1.2em;
    font-weight: bold;
    color: #6a6a6a;
    /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);*/
	font-family:'Arial';
	text-shadow: 1px 1px 2px #000;
}
.smartbanner__title {
    font-size: 18px;
    /*color: #4d4d4d;*/
    width: calc(100% - 12px);
    line-height: 18px;
    font-weight: normal !important;
}
.smartbanner__info .downloadApp_auth{
	font-size: 12.6px;
    letter-spacing: 0px;
    margin-top: 5px;
    font-family: 'Arial';}
.smartbanner__info .inStore{width: calc(100% - 116px);
    display: block;
    font-size: 12px;
    margin-top: 5px;
    font-family: 'Arial';}
.smartbanner-button {
    position: absolute;
    right: 18px;
    bottom: 12px;
    border: 1px solid #bfbfbf;
    padding: 0 10px;
    min-width: 10%;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    color: #6a6a6a;
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0, #dcdcdc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #efefef 0, #dcdcdc 100%);
    background: -o-linear-gradient(top, #efefef 0, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #efefef 0, #dcdcdc 100%);
    background: linear-gradient(to bottom, #efefef 0, #dcdcdc 100%);
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 0 rgba(255, 255, 255, 0.7) inset
}
.smartbanner-button:active,
.smartbanner-button:hover {
    background: #dcdcdc;
    background: -moz-linear-gradient(top, #dcdcdc 0, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dcdcdc), color-stop(100%, #efefef));
    background: -webkit-linear-gradient(top, #dcdcdc 0, #efefef 100%);
    background: -o-linear-gradient(top, #dcdcdc 0, #efefef 100%);
    background: -ms-linear-gradient(top, #dcdcdc 0, #efefef 100%);
    background: linear-gradient(to bottom, #dcdcdc 0, #efefef 100%);
    color: #6a6a6a
}
.smartbanner_android, .smartbanner_ios {
    border-color: #212228;
    background: #3d3d3d;
    border-top: 5px solid #88b131;
    box-shadow: none
}
.smartbanner_android .smartbanner__icon, smartbanner_ios .smartbanner__icon {
    background-color: transparent;
    box-shadow: none
}
.smartbanner_android .smartbanner__close, .smartbanner_ios .smartbanner__close {
    border: 0;
    width: 17px;
    height: 17px;
    line-height: 17px;
    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__info, .smartbanner_ios .smartbanner__info {
    color: #ccc;
    text-shadow: 0 1px 2px #000
}
.smartbanner_android .smartbanner__title {
    color: #fff;
    font-weight: bold
}
.smartbanner_android .smartbanner-button, .smartbanner_ios .smartbanner-button {
    min-width: 12%;
    border: 0px solid #dddcdc;
    padding: 1px;
    color: #d1d1d1;
    background: 0;
    border-radius: 0;
    box-shadow: none
}
.smartbanner_android .smartbanner-button:active,
.smartbanner_android .smartbanner-button:hover {
    background: 0
}
.smartbanner-button__text{font-weight:bold;}
.smartbanner_android .smartbanner-button__text, .smartbanner_ios .smartbanner-button__text {
    text-align: center;
    display: block;
    padding: 0 10px;
    background: #d2ff52;
    background: -moz-linear-gradient(top, #d2ff52 0%, #91e842 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d2ff52), color-stop(100%, #91e842));
    background: -webkit-linear-gradient(top, #d2ff52 0%, #91e842 100%);
    background: -o-linear-gradient(top, #d2ff52 0%, #91e842 100%);
    background: -ms-linear-gradient(top, #d2ff52 0%, #91e842 100%);
    background: linear-gradient(to bottom, #d2ff52 0%, #91e842 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842', GradientType=0);
    text-transform: none;
    text-shadow: none;
    box-shadow: none;
    color: #000;
    border: 2px solid #3f6e0f;
}
.smartbanner_android .smartbanner-button__text:active,
.smartbanner_android .smartbanner-button__text:hover {
    background: #2ac7e1;
}
@media only screen and (max-device-width:320px){
	.smartbanner__title {font-size:17px;}
	.smartbanner__info .downloadApp_auth {font-size:12px;letter-spacing:0px;}
	.smartbanner__info .inStore{width:calc(100% - 97px);font-size:11px;}
	.smartbanner-button__text{font-size:12px;padding:0 5px !important;}
	}