/* POST*/
.wil-buttom-wonload-post {
    width: 100%;
    display: inline-flex;
    margin-bottom: 20px;
}

.wil-buttom-wonload-post .review-community {
    position: relative;
    min-height: 60px;
    overflow: hidden;
    float: left;
    /*width: calc(100% - 340px);*/
    width: 60%;
    min-width: 320px;
    height: 60px;
    margin-bottom: 10px;
    padding: 0;
}

.wil-buttom-wonload-post .review-download {
    width: 40%;
}

.wil-buttom-wonload-post .review-download .download-zone {
    text-align: center;
}

.download-zone .buttonn.green {
    width: calc(100% - 340px);
    display: block;
    min-width: 260px;
    height: 50px;
    font-size: 30px;
    padding-top: 0px;
    padding-left: 40px;
    text-decoration: none !important;
    color: #FFF;
}

.download-zone .buttonn.green.mvicon-download::before {
    left: 0px;
    top: -4px;
    width: 60px;
    height: 60px;
}

.buttonn a {
    text-decoration: none !important;
}

.review-community .user-rate {
    float: left;
    width: 33.3333%;
    height: 50px;
    margin: 0;
    text-align: center;
}

.review-community .user-rate.no-vote label {
    position: relative;
    color: #ff7705;
}

.review-community .user-rate .stars-rating {
    float: none;
    margin: 10px auto;
}

.stars-rating {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100px;
    height: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: url(../images/star2.svg);
}

.stars-rating li.current-rating-0 {
    width: 0;
}
.stars-rating li[class*="rating-"] {
    z-index: 1;
    display: block;
    height: 20px;
    padding: 0 !important;
    text-indent: -999999px;
    background: url(../images/star.svg) 0 -20px;
    top: 0;
    left: 0;
    position: absolute;
}

.stars-rating li {
    float: left;
    width: 10px;
    height: 20px;
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.stars-rating li {
    float: left;
    width: 10px;
    height: 20px;
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.stars-rating li a.star-1 {
    z-index: 10;
    left: 0;
}

.stars-rating li a {
    position: absolute;
    display: block;
    width: 10px;
    text-indent: -99999px;
}

.review-community .average-rate label::before, .review-community .user-rate label::before {
    margin-right: .5em;
}

.user-rate .mvicon-user::before {
    left: -25px;
    background: #ff7705;
}

.mvicon-user::before {
    content: "";
    -webkit-mask-image: url(../images/ico-user.svg);
    mask-image: url(../images/ico-user.svg);
    position: absolute;
    background: #35548f;
}

.review-community .average-rate {
    width: 66.6666%;
    height: 50px;
    
    text-align: center;
}

.review-community .average-rate label, .review-community .user-rate label {
    font-weight: 700;
    color: #35548f;
    position: relative;
    left: 12px;
}

.review-community .average-rate .stars-rating {
    display: block;
    float: none;
    margin: 10px auto 0;
}

.review-community .average-rate .rating-text {
    top: 10px;
    right: 0;
    position: absolute;
    display: block;
    height: 50px;
    left: 60%;
}

.review-community .average-rate label::before, .review-community .user-rate label::before {
    margin-right: .5em;
}

.mvicon-users::before {
    content: "";
    -webkit-mask-image: url(../images/ico-users.svg);
    mask-image: url(../images/ico-users.svg);
    position: absolute;
    background: #35548f;
}

.average-rate .mvicon-users::before {
    left: -25px;
    background: #35548f;
}

.stars-rating li.current-rating-8 {
    width: 80px;
}


.stars-rating li.current-rating-7 {
    width: 70px;
}
.review-community .average-rate .rating-text .rating {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    display: block;
    width: 100%;
    height: 20px;
    padding: 0;
    text-align: center;
    color: #b2bece;
}

.review-community .average-rate .rating-text .rating .average {
    font-size: 28px;
    color: #35548f;
}

.review-community .average-rate .rating-text .text-votes {
    font-size: 12px;
    font-weight: 700;
    display: block;
    width: 100%;
    padding: 3px 0;
    text-align: center;
    color: #35548f;
}


/* POST_DONLOAD*/
.publisubtitle {
    clear: both;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}

div[id*=div-wil] {
    font-size:0;
    height:auto
}
div[id*=div-wil]>div {
    margin-bottom:10px
}

.post-download .logo {
    float: left;
    margin: 0 20px 10px;
}

.post-download .app-title {
    font-size:24px;
    font-weight:700;
    display:inline;
    margin-top:10px;
    color:#35548f;
}

.post-download .ver {
    font-size:16px;
    font-weight:700;
    margin:0;
    color:#819ccf;
}

.post-download .app-description {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
    padding-left: 0px;
    padding-right: 20px;
    color: #888;
}

.post-download .app-title a {
    color: #35548f;
}

.zone {
    position: relative;
    display: table;
    clear: both;
    overflow: hidden;
    width: calc(100% - 40px);
    min-height: 150px;
    margin: 10px 0px;
    padding: 20px;
    color: #666;
    border: 1px solid #eee;
    border-radius: 3px;
    transition: background-color .3s linear 0s;
}

.zone.android-apk,
.zone.appstore,
.zone.external,
.zone.googleplay,
.zone.malavida,
.zone.secured,
.zone.webapp,
.zone.windows-store {
    padding-top:80px;
    border:1px solid #e4efe0;
    background-color:transparent;
    background-repeat:no-repeat;
    background-position:right top;
    margin: 10px auto;
    width: 100%;
}

.wil-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    position: relative;
    float: left;
    width: 100%;
    padding: 10px;
    color: #35548f;
    border-top: 3px solid #35548f;
    border-bottom: 1px solid #bbb;
    background: #d9dde1;
    text-shadow: 0 1px 0 #fff;
}

.zone .wil-title {
    font-size: 20px;
    line-height: 26px;
    float: left;
    padding: 0;
    color: #35548f;
    border: none;
    background: 0 0;
}

.zone.megadowloads .description {
    position: relative;
    float: left;
    width: calc(100% - 40px);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 60px;
    background-color: transparent;
}

.zone.megadowloads .description img {
    top: 0;
    left: 0;
    position: absolute;
}

.zone.megadowloads .description ul {
    clear: both;
}

.zone ul {
    color: #aaa;
}

.zone .bg {
    top: 0;
    right: 0;
    position: absolute;
}

.zone.megadowloads .description ul li {
    min-height: inherit;
    margin-top: 5px;
    margin-left: 10px;
    padding: 0;
}

.description ul {
    list-style-type: none;
}

.zone.megadowloads .description ul li::before {
    display: inline-block;
    width: 3.5px; /*6px*/
    height: 7px; /*10px*/
    margin-right: 5px;
    content: "";
    transform: rotate(45deg);
    border: solid #5ab152;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
    border-width: 0 2px 2px 0;
}

.zone .buttonn {
    font-size: 20px;
    line-height: 30px;
    width: 300px;
    padding: 10px 10px 10px 50px;
    top: 20px;
    left: 20px;
    position: absolute;
}

.buttonn {
    font-family: trebuchet ms;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    padding: 5px 10px;
    text-align: center;
    color: #fff !important;
    border: none;
    border-radius: 1px;
    box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset;
    cursor: pointer;
    transition: box-shadow ease .3s 0s,text-shadow ease .3s 0s;
}

.buttonn:hover {
    text-decoration: none;
    box-shadow: 0 0 0 1px rgba(0,0,0,.25) inset,0 1px 1px rgba(0,0,0,.25);
    text-shadow: 0 1px 1px rgba(0,0,0,.25);
    color: #fff;
}

.buttonn.green::before {
    color: rgba(0,0,0,.25);
}

#wil-download::after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    font-size: 32px;
    line-height: 60px;
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,.1);
}

#wil-download::before {
    background-size: 30px !important;
    -webkit-mask-size: 30px !important;
    webkit-mask-size: 30px !important;
    background-color: rgba(0,0,0,.25);
}

.zone .buttonn::before {
    font-size: 20px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,.1);
    background-color: rgba(255, 255, 255, 0.1);
    background-size: auto;
    top: 0;
    left: 0;
    position: absolute;
}

.green {
    background-color: #65b14d;
}

.buttonn::before {
    text-align: center;
}

.mvicon-download::before {
    content: "";
    -webkit-mask-image: url(../images/ico-download.svg);
    mask-image: url(../images/ico-download.svg);
    position: absolute;
    background: #35548f;
}

[class*="mvicon-"]::before {
    background-position: center center;
    background-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    background-size: 16px;
    -webkit-mask-size: 16px;
    webkit-mask-size: 16px;
    width: 20px;
    height: 20px;
}

@media (min-width:320px)and (max-width:599px) {

    .download-zone .buttonn.green {
        width: auto;
    }

    .wil-buttom-wonload-post {
        display: inline-grid;
    }

    .wil-buttom-wonload-post .review-community .average-rate {
        padding-right: 43%;
    }

    .post-download .logo {
        margin:0 10px 10px;
    }
    .post-download .app-description {
        padding-left:1px;
        padding-right:10px;
    }

    .zone {
        width:calc(100% - 10px)
    }
    .zone .bg {
        display:none;
    }
    .zone .buttonn {
        width:auto;
        top:10px;
        right:10px;
        left:10px;
        position:absolute;
    }
    .zone ul {
        text-align:left
    }
    .zone ul li {
        position:relative;
        width:100%;
        min-height:50px;
        padding-left:60px
    }
    .zone.no-compatible .subtitle,
    .zone.no-compatible .title,
    .zone.no-compatible p,
    .zone.no-compatible ul {
        width:100%
    }
    .zone.android-apk,
    .zone.appstore,
    .zone.external,
    .zone.googleplay,
    .zone.megadowloads,
    .zone.secured,
    .zone.webapp,
    .zone.windows-store {
        padding:70px 0px 10px
    }

    .description ul {
        margin-left: 1px;
    }
}

@media (max-width:768px) {
    #div-wil-ad-ad-cus-mov {
        min-height:250px!important
    }
    #div-wil-ad-header {
        min-height:90px!important
    }
}
@media (min-width:769px) {
    #div-wil-ad-header {
        min-height:100px!important
    }
}



#div-wil-ad-header {
    min-height:250px!important
}

#div-wil-ad-ad-cus-mov {
    display: table;
    width: 100%;
    text-align: center;
}
@media (min-width:769px)and (max-width:999px) {
    #div-wil-ad-download-cus {
        min-height:0!important
    }
    #div-wil-ad-header {
        min-height:90px!important
    }
}

@media (min-width:1000px) {
    #div-wil-ad-ad-cus-mov {
        min-height:250px!important;
    }
}