.banner-container{
    text-align: center;
    padding: 7px;
}
.loader{
    width: 100%;
    text-align: center;    
}
.loader img{
    height: 60px;
    margin: 15px auto;
}
.sub-header{
    background: url('/img/sub-header.jpg');
    background-repeat: repeat-x;
    width: 100%;
    height: 51px;
    text-align: left;
    padding: 15px 10px;
    font-weight: bold;
    color: #fff;
}
#more-button{
    background-color: #3a3d42;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    height: 45px;
    padding-top: 9px;
    display: block;
}
.main-menu-head{
    font-weight: bold;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
    font-size: 16px;
    margin-top: 2px;
    padding: 10px 0 10px 10px;
}
.main-menu-head i{
    float: right;
    font-size: 20px;
    margin: 2px 4px;
}
.main-menu{
    position: relative;
    top: 0;
    border-radius: 0;
    margin: 0px 0 0 0;
    padding: 0;
    width: 100%;
}
.main-menu li{
    height: 64px;
}
.main-menu li a{
    height: 64px;
    position: relative;
}
.main-menu li a i{
    font-size: 26px;
    position: absolute;
    float: right;    
    right: 3px;
    top: 6px;
}
.main-menu li a:hover{
    color: #fff;
}
/* ******************************* */
.footer-container{
    text-align: center;
}
.footer-container img{
    margin: 15px auto 5px auto;
}
.footer-linx li{    
    float: left;
    width: 33%;    
}
.footer-linx li a{
    color: #999;
    width: 100%;
    display: block;
    text-align: center;
    border-right: 1px solid #999;
}  
.footer-linx li a.last{
    border-right: 0px solid #999;
}
.footer-linx{
    margin-top: 15px;
    margin-bottom: 15px;
}
/* ******************************** */
.home-slider{
    width: 100%;
}
.home-list-item{
    padding: 0;
    border-top: 1px solid #ececec;
}
.android-home-list-item{
    display: block;
    width: 100%;
    height: 160px;
    
    background-repeat:no-repeat;
    background-size:100% 100%;
    text-shadow: 1px 1px 1px #000000;
    
    border-right: 1px solid #ececec;
}
.android-home-list-item .title{
    color: #fff;
    top: 100px;
    position: absolute;
    width: 100%;
    padding: 5px;
    text-align: center;
    font-weight: bold;
      line-height: 1.1;
}
.download-cloud{
    width: 45px;
    height: 45px;
    border-left: 45px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 45px solid #00cb00;
    float: right;
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.download-cloud i{
    position: absolute;
    top:21px;
    right: 5px;
}
/* ****** */
.ios-home-list-item{
    display: block;
    width: 100%;
    height: 160px;
    text-align: center;
    border-right: 1px solid #ececec;
}
.ios-home-list-item .title{
    color: #000;
    top: 100px;
    position: absolute;
    width: 100%;
    padding: 6px 5px 5px 5px;
    text-align: center;
    line-height: 1.1;
}
.ios-home-list-item img{
    border-radius: 8px;
    width: 95px;
    height: 95px;
    margin: 8px 0 0 0;
}
.home-list-item-rating-container{
    display: block;
    margin: 30px;
    color: #4580FF;
}
.home-list-item-rating-container .label-default{
    display: none;
}
/* ********************************* */
.product-view div{
    margin: 0;
    padding: 5px 0 0 0;
}
.product-view .title{
    padding-left: 15px;  
    padding-bottom: 5px;  
}
.product-view .rating{
    padding-left: 15px;
    color: #4580FF;
}
.rating .catgegory{
    color: #000;
    font-size: 11px;
}
.slider-container div{
    margin: 0;
    padding: 0;
}
.product-view .image{
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
    margin: 0 10px 10px 10px;
}
.product-view .download-btn a{
    color: #fff;
    background-color: #00cb00;
    border-radius: 5px;
    padding: 8px 13px;
    font-weight: bold;
    float: right;
}
.screenshot{
    width: 100%;
}
.product-view .label-default{
    display: none;
}
.product-view .description{
    color: #000;
    padding: 10px 0;
    text-align: center;
    margin: 20px 20px 0 20px !important;
    border-top: 1px solid #ccc;
}

/* **************************** */
.wallpaper-item{
    margin: 0;
    padding: 0;
}
.wallpaper-item a{
    width: 100%;
}
.wallpaper-item a img{
    width: 100%;
}
/* ***************************** */
.tip_title{
    font-weight: bold;
    text-align: center;
    margin: 20px;
}
.tip_text{
    text-align: justify;
    margin: 20px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}
.button-container{
    padding: 0 20px 20px 20px;
}
.button-container a{
    color: #fff;
    border-radius: 8px;
    text-align: center;
    width: 100%;
    display: block;
    height: 50px;
    max-width: 145px;
    padding: 14px 0 0 0;
    font-weight: bold;
    font-size: 16px;
}
.button-container button{
    color: #fff;
    border-radius: 8px;
    text-align: center;
    width: 100%;
    display: block;
    height: 50px;
    max-width: 145px;
    border: none;
    font-weight: bold;
    font-size: 16px;
}
.btn-green{
    background-color: #00cb00;  
    float: right;
}
.btn-blue{
    background-color: #2a7fe8;    
    float: left;
}
.btn-blue img{
    float: right;
    margin: 5px 5px 0 0;
}
.btn-grey img{
    float: left;
    margin: 5px 0 0 5px;
}
.btn-grey{
    background-color: #3a4a5c;    
    float: left;
}
.tip_text img{
    max-width: 100% !important;
}
.tip_img{
    margin: 0px 20px;   
    border-top: 1px solid #ddd;
    text-align: center;
}
.tip_img img{
    max-width: 100%;
      margin-top: 20px;
}
/* **************************** */
.accessory-item{
    margin: 0;
    padding: 0;
}
.accessory-item a{
    width: 100%;
}
.accessory-item a img{
    width: 100%;
}
/* ***************************** */
.cats-menu{
    float: right;
}
.cats-menu div{
    
}

.cats-menu div .caret{
    border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.cats-list{
    border-radius: 5px;
    border: 1px solid #666;
    margin: 0px 0 0 0;
    padding: 0;
    width: 100px;
    top: 20px;
    color: #fff;
}
.cats-list li{
    color: #fff;
}
.cats-list li a{
    padding: 5px 10px;
    color: #fff;
}
.cats-list li a:hover{
    color: #fff;
    background-color: initial;
}
/* ************************************ */
.related-app{
    display: block;
}
.title-rating-container{
    float: left;
    text-align: left;
    width: 52%;
    color: #fff;
}
.title-rating-container .home-list-item-rating-container{
    margin: 10px 10px 0 10px;
    clear: both;
    color: #ffe900;
}
.related-app img{
    width: 55px;
    height: 55px;
    float: left;
    margin: 5px 0px 5px 5px;
    border-radius: 5px;
}
.related-app .title{
    float: left;
    margin: 0 0 0 10px;
}
.related-app .download-cloud{
    width: 65px;
    height: 65px;
    border-left: 65px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 65px solid #00cb00;
    float: right;
    color: #fff;
    font-size: 24px;
    position: relative;
    right: 0;
    bottom: 0;
}
.related-app .download-cloud i{
    position: absolute;
    top:31px;
    right: 6px;
}
.related-bg-2{
    background-color: #2a7fe9;
}

.related-bg-1{
    background-color: #3a495c;
}
/* **************************** */
.static_page-container{
    padding: 20px 12px;
    font-size: 12px;
    line-height: 1.4;
}

.number-input-container{
    text-align: center;    
}
.number-input-container input{
    border: 0px solid #c7c7c7;
    background: transparent url('/img/input_field.png') no-repeat 50% 0%;
    width: 284px;
    height: 46px;
    text-align: center;
    font-size: 18px;
}
button.btn-green{
    float: none;
    margin: 20px auto 10px auto;
}
.error-number{
    font-size:12px;
    color: red;
    height: 12px;
}