/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1.5;
}

ol, ul {
    list-style: none;
}

q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

    table[align='center'] {
        margin-right: auto;
        margin-left: auto;
    }
/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/


.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}


.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/*Body*/
body {
    background: #666;
    color: #000;
    margin: 0;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
}

a, a:visited {
    color: #0072bc;
    text-decoration: none;
}

    a:hover {
        color: #f8752b;
    }

b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

input {
    border-radius: 3px;
    border: 1px solid #ddd;
    /*height: 1.7em;*/
    margin: 5px 0;
}

select {
    color: #888;
    border-radius: 3px;
    border: 1px solid #ddd;
    /*height: 1.7em;*/
    margin: 5px 0;
}

button {
    padding: 5px;
}

div#logo {
    float: left;
}

#container {
    width: 980px;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    overflow: hidden;
}

#page {
    min-height: 480px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#leftsidebar {
    width: 192px;
    position: absolute;
}

#page.threecolumn #maincontent {
    vertical-align: top;
    width: 468px;
    margin: 0 10px 0 202px;
    float: left;
    overflow: hidden;
}

#page.threecolumn #rightsidebar {
    vertical-align: top;
    width: 300px;
    float: right;
    overflow: hidden;
}

#page.twocolumn #maincontent {
    vertical-align: top;
    width: 670px;
    float: left;
    overflow: hidden;
}

#page.twocolumn #rightsidebar {
    vertical-align: top;
    width: 300px;
    float: right;
    overflow: hidden;
}

#memberBox {
    display: inline;
    position: absolute;
    right: 50px;
    text-align: right;
}

#logo a {
    width: 250px;
    display: block;
    overflow: hidden;
    text-indent: 9999px;
    background: url(/themes/default/images/logo.png) center top no-repeat;
    height: 60px;
}

/*Main Navigation*/

#tabs {
    border-bottom: 4px solid #02aeef;
}

.windows #tabs {
    border-color: #02aeef;
}

.mac #tabs {
    border-color: #888;
}

.android #tabs {
    border-color: #6ab344;
}

.ios #tabs {
    border-color: #666;
}

.web #tabs {
    border-color: #0072bc;
}

.blackberry #tabs,
.symbian #tabs,
.windowsphone #tabs,
.linux #tabs {
    border-color: rgba(173, 199, 186, 1);
}

.navigation {
    position: relative;
    line-height: 32px;
    height: 32px;
    margin: 0 0 2px 0;
}

    .navigation li {
        float: left;
        margin: 0;
        padding: 0;
        min-width: 105px;
        white-space: nowrap;
        position: relative;
        background: #02aeef;
        width: auto;
        transform: none;
    }

        .navigation li.home-menu {
            height: 32px;
            width: 110px;
            min-width: initial;
            text-indent: 42px;
            color: #fff;
            background: #0072BC url("images/menu-32.png") no-repeat 10px;
            background-size: 20px;
        }

        .navigation li.mac {
            background: #999;
        }

        .navigation li.mobile {
            background: #8dc63f;
        }





        /*.navigation li.last {
            background: #ed1c24;
        }*/

        .navigation li a {
            position: relative;
            display: block;
            padding: 0 5px;
            color: #fff;
            font-weight: bold;
            border-right: 1px solid #fff;
        }

            .navigation li a img {
                height: 20px;
                width: 20px;
                margin-right: 5px;
                vertical-align: middle;
                -moz-filter: brightness(0) invert(1);
                -webkit-filter: brightness(0) invert(1);
                filter: brightness(0) invert(1);
            }

        .navigation li ul {
            display: block;
            list-style: none;
            position: absolute;
            padding: 0;
            border: 1px solid #aaa;
            background: #fff;
            z-index: 999;
            visibility: hidden;
            opacity: 0;
            -moz-transition: all .1s ease-in;
            -o-transition: all .1s ease-in;
            -webkit-transition: all .1s ease-in;
            transition: all .1s ease-in;
        }

        .navigation li:hover ul {
            visibility: visible;
            opacity: 1;
        }

        .navigation li.last ul {
            border: 1px solid #aaa;
            width: 220px;
            right: 1px;
        }

        .navigation li ul {
            width: 440px;
        }

        .navigation li.web ul, .navigation li.phim ul,
        .navigation li.docs ul {
            width: 220px;
        }

        .navigation li.huong-dan ul {
            width: 440px;
            right: 0;
        }

        .navigation li.ios {
            background: #666;
        }

        .navigation li.android {
            background: #6ab344;
        }

        .navigation li.windowsphone {
            background: #64217c;
        }

        .navigation li.mobile ul {
            border-color: #8dc63f;
        }

        .navigation li.web {
            background: #0072bc;
        }

        .navigation li.docs {
            background: #faa61a;
        }

        .navigation li.huong-dan {
            background: #ed1c24;
        }

        .navigation li.home-menu ul {
            width: 190px;
            height: auto;
            min-height:396px;
            position: relative;
            border: 1px solid #aaa;
            border-left-color: #eee;
        }





        .navigation li ul li {
            list-style: none;
            width: 220px;
            font-size: 1em;
            font-weight: normal;
            background: none;
        }



            .navigation li ul li a {
                display: block;
                text-align: left;
                text-indent: 0;
                padding: 0 0 0 40px;
                color: #0072bc;
                font-weight: normal;
                position: relative;
                overflow: hidden;
                -ms-text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                cursor: pointer;
            }

                .navigation li ul li a:hover,
                .navigation li.home-menu ul li ul:hover {
                    color: #f8752b;
                }

                .navigation li ul li a img {
                    height: 24px;
                    width: 24px;
                    position: absolute;
                    top: 5px;
                    left: 5px;
                    -moz-filter: none;
                    -ms-filter: none;
                    -webkit-filter: none;
                    filter: none;
                }



            .navigation li ul li ul {
                display: block;
                box-shadow: none;
                border: none;
            }

        .navigation li.home-menu ul li {
            padding: 0;
            float: left;
            display: block;
            background: none;
            width: 100%;
        }

            .navigation li.home-menu ul li a {
                padding-top: 2px;
                padding-bottom: 2px;
                z-index: 999;
            }

            .navigation li.home-menu ul li:after {
                content: ">";
                position: absolute;
                right: 5px;
                color: #ddd;
                font-family: monospace;
                top: 0;
                font-weight: bold;
            }

            .navigation li.home-menu ul li:hover:after {
                color: red;
            }

            .navigation li.home-menu ul li ul {
                display: none;
                z-index: 99;
                visibility: hidden;
                opacity: 0;
                left: 190px;
                position: absolute;
                height: 396px;
                width: 615px;
                padding: 0 0 0 15px;
                overflow: hidden;
            }

            .navigation li.home-menu ul li:nth-child(1) ul {
                top: -1px;
            }

            .navigation li.home-menu ul li:nth-child(2) ul {
                top: -37px;
            }

            .navigation li.home-menu ul li:nth-child(3) ul {
                top: -73px;
            }

            .navigation li.home-menu ul li:nth-child(4) ul {
                top: -109px;
            }

            .navigation li.home-menu ul li:nth-child(5) ul {
                top: -145px;
            }

            .navigation li.home-menu ul li:nth-child(6) ul {
                top: -181px;
            }

            .navigation li.home-menu ul li:nth-child(7) ul {
                top: -217px;
            }

            .navigation li.home-menu ul li:nth-child(8) ul {
                top: -253px;
            }

            .navigation li.home-menu ul li:nth-child(9) ul {
                top: -289px;
            }

            .navigation li.home-menu ul li:nth-child(10) ul {
                top: -325px;
            }

            .navigation li.home-menu ul li:nth-child(11) ul {
                top: -361px;
            }

            .navigation li.home-menu ul li:hover ul {
                display: block;
                visibility: visible;
                opacity: 1;
            }

            .navigation li.home-menu ul li ul li {
                width: 33%;
            }

                .navigation li.home-menu ul li ul li:after {
                    display: none;
                }

                .navigation li.home-menu ul li ul li a {
                    font-weight: normal;
                }

        .navigation li.item.linux, .navigation li.item.windowsphone, .navigation li.item.blackberry, .navigation li.item.symbian {
            display: none;
        }


/*Left navigation*/
.leftnavigation {
    margin-bottom: 10px;
    font-size: 13px;
    position: relative;
    border: 1px solid #7ed6f6;
    border-radius: 3px;
}

    .leftnavigation li {
        position: relative;
        border-bottom: 1px dotted #c2d1df;
    }







        .leftnavigation li a {
            padding: 5px 5px 5px 32px;
            display: block;
            line-height: 24px;
        }

            .leftnavigation li a img {
                height: 24px;
                width: 24px;
                vertical-align: bottom;
                position: absolute;
                left: 4px;
            }



        .leftnavigation li:first-child, .leftnavigation li:last-child {
            border-radius: 3px;
        }

    .leftnavigation > li > ul {
        display: none;
    }

    .leftnavigation li a.first {
        text-align: center;
        color: #fff;
        font-weight: bold;
        margin: 0;
        padding: 5px 0;
        border-bottom: none;
        text-transform: uppercase;
        background: #02aeef;
    }

        .leftnavigation li a.first img {
            -moz-filter: brightness(0) invert(1);
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }

    .leftnavigation li a.dc-mega:after {
        font-size: 10px;
        font-family: Comic Sans MS;
        content: ">";
        color: red;
        position: absolute;
        right: 3px;
        top: 5px;
    }

    .leftnavigation li .sub-container {
        position: absolute;
        background: #fff;
        padding: 5px;
        max-height:640px !important;
        overflow:hidden;
        overflow-y:auto;
        box-shadow: 1px 1px 2px #999;
        border: 1px solid #02aeef;
        margin: -30px 0 0 0;
    }
       

        .leftnavigation li .sub-container::-webkit-scrollbar {
            width: 6px;
            border-radius: 2px;
        }

        .leftnavigation li .sub-container::-webkit-scrollbar-thumb {
            background: #ddd;
            border-radius: 2px;
        }

    .leftnavigation li ul li, .leftnavigation li ul li:first-child {
        border: none;
        background: none;
    }

    .leftnavigation li .sub-container li {
        padding: 0;
        margin: 0;
        width: 200px;
    }







.detail-title {
    border-bottom: 3px solid #02aeef;
}

.linux .detail-title {
    border-bottom: 3px solid #f2ba00;
}

.linux .leftnavigation {
    border: 1px solid #f2ba00;
    border-radius: 3px;
}

    .linux .leftnavigation li .sub-container {
        border-color: #f2ba00;
    }

    .linux #noneBox .bh, .linux .leftnavigation li .first, .linux .leftnavigation li .first:hover {
        background: #f2ba00;
    }


.mac .leftnavigation li .first, .mac .leftnavigation li .first:hover, .mac #noneBox .bh {
    background: #999;
}

.mac .leftnavigation {
    border: 1px solid #999;
    border-radius: 3px;
}

    .mac .leftnavigation li .sub-container {
        border-color: #dfdfdf;
    }

.mac .detail-title {
    border-bottom: 3px solid #b6bac7;
}


.android .leftnavigation li .first, .ios .leftnavigation li .first, .windowsphone .leftnavigation li .first, .blackberry .leftnavigation li .first, .symbian .leftnavigation li .first,
.mobile .leftnavigation li .first, .mobile #noneBox .bh, .android #noneBox .bh, .ios #noneBox .bh, .windowsphone #noneBox .bh, .blackberry #noneBox .bh, .symbian #noneBox .bh {
    background: #8dc63f;
}

.mobile .leftnavigation, .android .leftnavigation, .ios .leftnavigation, .windowsphone .leftnavigation, .blackberry .leftnavigation, .symbian .leftnavigation {
    border: 1px solid #badd8b;
    border-radius: 3px;
}

    .mobile .leftnavigation li .sub-container, .android .leftnavigation li .sub-container, .ios .leftnavigation li .sub-container, .windowsphone .leftnavigation li .sub-container, .blackberry .leftnavigation li .sub-container, .symbian .leftnavigation li .sub-container {
        border-color: #badd8b;
    }

.mobile .detail-title, .android .detail-title, .ios .detail-title, .windowsphone .detail-title, .blackberry .detail-title, .symbian .detail-title {
    border-bottom: 3px solid #8dc63f;
}



.docs .leftnavigation li .first, .docs .leftnavigation li .first:hover, .docs #noneBox .bh {
    background: #faa61a;
}

.docs .leftnavigation {
    border: 1px solid #fcd28c;
    border-radius: 3px;
}

    .docs .leftnavigation li .sub-container {
        border-color: #fcd28c;
    }

.docs .detail-title {
    border-bottom: 3px solid #faa61a;
}

.web .leftnavigation li .first, .web .leftnavigation li .first:hover, .web #noneBox .bh {
    background: #0072bc;
}

.web .leftnavigation {
    border: 1px solid #0090e3;
    border-radius: 3px;
}

    .web .leftnavigation li .sub-container {
        border-color: #0090e3;
    }

.web .detail-title {
    border-bottom: 3px solid #0072bc;
}

#page.searchpage .list-view .item-info {
    font-weight: bold;
}

#page.searchpage .list-view .tags {
    /*font-size: 11px;*/
    color: #999;
}

    #page.searchpage .list-view .tags .item-info a {
        color: #0072bc;
        font-weight: normal;
        display: inline-block
    }

#page.searchpage .list-view .list-item-title i {
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

    #page.searchpage .list-view .list-item-title i:hover, #page.searchpage .list-view .tags .item-info a:hover {
        color: #f8752b;
    }

#page.searchpage .list-view .list-item-info .specs-info .filesize-info .item-label {
    font-weight: normal;
}

#page.searchpage .list-view .list-item-info .specs-info {
    padding-left: 120px;
}

    #page.searchpage .list-view .list-item-info .specs-info li {
        display: block;
    }

    #page.searchpage .list-view .list-item-info .specs-info .filesize-info .item-info {
        font-weight: bold;
    }

#page.searchpage .list-view .list-item-plus .downloads-info .item-info {
    font-weight: bold;
    color: red;
}

#page.searchpage .list-view .list-item-plus .rating-info .votes {
    font-weight: bold;
    color: #000;
}

    #page.searchpage .list-view .list-item-plus .rating-info .votes:before, #page.searchpage .list-view .list-item-plus .rating-info .votes:after {
        font-weight: normal;
    }

#page.searchpage #rightsidebar {
    width: 300px;
}

#page.searchpage #maincontent {
    width: 670px;
}

#page.searchpage .list-view .list-item-info {
    max-width: 540px;
}

.list-view .version-info .item-platform {
    display: none;
}

#page.searchpage .list-view .list-item-info .item-platform {
    display: inline-block;
    font-weight: bold;
    padding-left: 20px;
    height: 18px;
    background: url(/themes/default/images/icon_os_sprite.png) no-repeat -1000px -1000px;
    white-space: nowrap;
}

#page.searchpage .list-view .version-info .item-platform.platform-windows {
    background-position: 0 -354px;
}

#page.searchpage .list-view .version-info .item-platform.platform-mac {
    background-position: 0 -305px;
}

#page.searchpage .list-view .version-info .item-platform.platform-android {
    background-position: 0 -253px;
}

#page.searchpage .list-view .version-info .item-platform.platform-ios {
    background-position: 0 -204px;
}

#page.searchpage .list-view .version-info .item-platform.platform-windowsphone {
    background-position: 0 -403px;
}

#page.searchpage .list-view .version-info .item-platform.platform-blackberry {
    background-position: 0 -54px;
}

#page.searchpage .list-view .version-info .item-platform.platform-symbian {
    background-position: 0 -4px;
}

#page.searchpage .list-view .version-info .item-platform.platform-docs {
    background-position: 0 -106px;
}

#page.searchpage .list-view .version-info .item-platform.platform-linux {
    background-position: 0 -650px;
}

#page.searchpage .list-view .version-info .item-platform.platform-web {
    background-position: 0 -605px;
}

#page.searchpage .list-view .version-info .item-platform:after {
    content: "";
    height: 25px;
    padding-right: 15px;
    margin-right: 10px;
    border-right: 1px solid #ccc;
}

#searchBox {
    margin-top: 12px;
    float: right;
}

    #searchBox form {
        height: 30px;
        line-height: 30px;
        vertical-align: top;
        display: inline-block;
        border: 1px solid #357ae8;
        border-radius: 3px;
        overflow: hidden;
    }

    #searchBox #q {
        background: url(/themes/default/images/find.png) no-repeat 8px 8px #fff;
        display: inline-block;
        vertical-align: top;
        height: 30px;
        padding-left: 32px;
        padding-right: 10px;
        margin: 0;
        width: 200px;
        border: none;
        border-radius: 0;
        outline: 0;
        font-size: 16px;
    }

    #searchBox #btnHeaderFind {
        height: 30px;
        vertical-align: top;
        text-align: center;
        background: #357ae8;
        color: #fff;
        width: 90px;
        cursor: pointer;
        display: inline-block;
        border-radius: 0;
        margin: 0;
        border: none;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    #searchBox #platforms {
        margin: 0 -4px;
        border-radius: 0;
        display: inline-block;
        width: 100px;
        border: none;
        height: 30px;
        outline: none;
        background: url(/themes/default/images/SortDown.png) no-repeat right #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -moz-user-focus: none;
    }

    #searchBox .sharebox {
        vertical-align: bottom;
        width: 260px;
        display: inline-block;
        height: 24px;
        line-height: 20px;
        overflow: hidden;
        margin-left: 10px;
    }



#detailview .sharebox {
    /*height: 60px;
    background: url(/themes/default/images/alike.png) no-repeat left top;
    padding-left: 52px;*/
    margin-top: 10px;
}

#detailview .toc {
    /*column-width: 300px;*/
    margin-left: 0;
    display: block;
    background: #fdfdfd;
    padding: 10px;
    position: relative;
    box-shadow: 0 0 1px #999;
    margin-bottom: 10px;
}

    #detailview .toc li {
        list-style-position: outside;
        margin-left: 20px;
        vertical-align: bottom;
    }

.sharebox .sharetoolbox {
    white-space: nowrap;
}

    .sharebox .sharetoolbox > div {
        vertical-align: top !important;
        display: inline-block !important;
        width: auto !important;
        margin-right: 5px;
    }

#detailview .note {
    text-align: center;
    display: block;
    font-size: 15px;
    margin-top: 10px;
    color: #ff4500;
}

#detailview .pdfviewer-button {
    width: 180px;
    border-radius: 4px;
    color: #fff;
    display: block;
    margin: 10px auto 0 auto;
    height: 38px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    border: 1px solid #ec9b1c;
    background: #ffc578;
    background: -moz-linear-gradient(top,#ffc578 0%,#fb9d23 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffc578),color-stop(100%,#fb9d23));
    background: -webkit-linear-gradient(top,#ffc578 0%,#fb9d23 100%);
    background: -o-linear-gradient(top,#ffc578 0%,#fb9d23 100%);
    background: linear-gradient(top,#ffc578 0%,#fb9d23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc578',endColorstr='#fb9d23',GradientType=0);
}

    #detailview .pdfviewer-button:hover {
        background: #ffa84c;
        background: -moz-linear-gradient(top,#ffa84c 0%,#ff7b0d 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffa84c),color-stop(100%,#ff7b0d));
        background: -webkit-linear-gradient(top,#ffa84c 0%,#ff7b0d 100%);
        background: -o-linear-gradient(top,#ffa84c 0%,#ff7b0d 100%);
        background: linear-gradient(top,#ffa84c 0%,#ff7b0d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa84c',endColorstr='#ff7b0d',GradientType=0);
    }

#detailview .download-info .download-button-hint {
    /*display: inline-block;
    margin-top: 20px;
    color: green;
    font-size: 1.4em;
    font-weight: bold;*/
    display: inline-block;
    margin: 20px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    background: #64991e; /*url(/themes/default/images/ico.png) no-repeat 16px center;*/
    padding: 16px;
    border-radius: 5px;
}

    #detailview .download-info .download-button-hint:hover {
        background-color: green;
    }
    /*#detailview .download-info .download-button-hint:before {
        content: '⤓ Tải ';
        font-weight: normal;
    }*/

    #detailview .download-info .download-button-hint:after {
        content: 'Bản dành cho máy của bạn';
        color: white;
        display: block;
        font-weight: normal;
        font-size: 13px;
    }

.sbHolder {
    display: none !important;
}

.highlight {
    font-weight: bold;
}


/*#filterbox {
    padding: 5px;
    border: 1px solid #bbb;
    font-size: 13px;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.box-free-fb .free a {
    color: #000;
    background: url(/themes/default/images/check.png) no-repeat right;
    padding-right: 20px;
}

.box-Trial-fb .trial a {
    color: #000;
    background: url(/themes/default/images/check.png) no-repeat right;
    padding-right: 20px;
}*/

/*#filterbox .bh {
    font-weight: bold;
    margin: -5px -5px 0 -5px;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
    border-bottom: solid 1px #ccc;
}

#filterbox .bc {
}

    #filterbox .bc strong {
        padding: 5px 0;
        font-weight: bold;
        display: block;
    }

#filterbox .spotlightLinks div {
    position: relative;
    padding: 2px 2px 2px 20px;
}

#filterbox .spotlightLinks a:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    top: 11px;
    left: 10px;
    float: left;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #0072bc;
}*/

.tagspage .breadcrumbs span:before {
    padding-left: 5px;
    color: #0072bc;
    content: "Tìm kiếm: ";
}

.publisherpage .breadcrumbs span {
    padding-left: 5px;
    color: #0072bc;
    text-transform: capitalize;
}

.breadcrumbs {
    padding: 5px;
    border-bottom: 1px solid #ddd;
    height: 18px;
    margin-bottom: 10px;
    white-space: nowrap;
}

    .breadcrumbs h1 {
        display: inline;
        font-size: 13px;
        font-weight: bold;
        color: #0072bc;
        text-transform: capitalize;
    }

    .breadcrumbs div {
        display: inline;
    }

    .breadcrumbs a {
        font-size: 13px;
        white-space: nowrap;
        padding: 0;
    }

    .breadcrumbs span:after {
        content: ">";
        font-family: Comic Sans MS;
        padding: 0 5px;
        color: #666;
        font-size: 11px;
    }

    .breadcrumbs span:last-child:after {
        content: none;
    }

    .breadcrumbs .home-icon {
        padding-left: 0;
    }

    .breadcrumbs span {
        color: #0072bc;
        font-weight: bold;
        display: inline-block;
    }

    .breadcrumbs a.home-icon {
        background: url(/themes/default/images/ICO.png) 1px 0 no-repeat;
        width: 24px;
        text-indent: -3000px;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
    }

    .breadcrumbs .rss-icon a {
        float: right;
        margin: -23px 5px 0 0;
        display: inline-block;
        width: 16px;
        text-indent: -3000px;
        background: url(/themes/default/images/rss.png) left no-repeat;
        height: 30px;
    }

#hometopview .buyitem {
    display: none;
}

#hometopview .title {
    line-height: 1.3em;
    font-size: 2em;
    padding: 0 0 10px 0;
    font-weight: bold;
    color: #0072bc;
    display: block;
}

    #hometopview .title em {
        font-style: normal;
        color: #999;
    }

    #hometopview .title i {
        font-style: normal;
        font-size: 16px;
    }

        #hometopview .title i:before {
            content: "- ";
        }

#hometopview a img {
    width: 150px;
    margin: 0 10px 10px 0;
    float: left;
}

#hometopview .briefinfo {
    padding-bottom: 15px;
}

#hometopview .downloadtimes label, #tabcontents .item-info .downloadtimes label, #hometopview .operationsystems label, #hometopview .filesize label, #hometopview .tags label, #hometopview .version label {
    font-weight: bold;
    color: #000;
}

#maincontent .highline {
    margin: 10px 5px;
    clear: both;
}

    #maincontent .highline li {
        line-height: 2.4em;
        position: relative;
        border-bottom: 1px dotted #ddd;
    }

        #maincontent .highline li:last-child {
            border: none;
        }

        #maincontent .highline li .downloadtimes {
            position: absolute;
            right: 0;
            font-weight: bold;
            color: #faa61a;
        }

        #maincontent .highline li:before {
            border-radius: 3px;
            padding: 1px 5px;
            border: 1px solid #faa61a;
            /*font-size: 11px;*/
            background: #fdd901;
            margin-right: 5px;
        }

        #maincontent .highline li:nth-child(1):before {
            content: "1";
        }

        #maincontent .highline li:nth-child(2):before {
            content: "2";
        }

        #maincontent .highline li:nth-child(3):before {
            content: "3";
        }

        #maincontent .highline li:nth-child(4):before {
            content: "4";
        }

        #maincontent .highline li:nth-child(5):before {
            content: "5";
        }

        #maincontent .highline li:nth-child(6):before {
            content: "6";
        }

        #maincontent .highline li:nth-child(7):before {
            content: "7";
        }

        #maincontent .highline li i {
            font-size: 12px;
            font-style: normal;
            display: none;
        }

            #maincontent .highline li i:before {
                content: "- ";
            }

#tabcontents .list-item-info {
    width: 338px;
}

.list-view {
    margin: 10px 0;
}

    .list-view .list-item:nth-child(even) {
        background: #fafafa;
    }

    .list-view .list-item {
        border-bottom: 1px dashed #ccc;
    }

    .list-view .list-item-title {
        padding: 10px 0;
    }

        .list-view .list-item-title img {
            max-height: 32px;
            vertical-align: middle;
        }

    .list-view a.title {
        font-size: 16px;
        font-weight: bold;
        margin: 20px 0 10px;
    }

    .list-view .title i {
        color: #666;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
    }

        .list-view .title i:before {
            content: "- ";
        }

    .list-view .list-item-info {
        float: left;
        padding-bottom: 10px;
        /*font-size: 13px;*/
        display: block;
        max-width: 520px;
    }

        .list-view .list-item-info .item-image {
            float: left;
            padding-right: 10px;
            background: url('images/no-image.png') center no-repeat;
        }

        .list-view .list-item-info img {
            min-height: 80px;
            max-width: 105px;
            padding-left: 5px;
        }

        .list-view .list-item-info .publisher-info a, .list-view .list-item-info .requirements-info .item-label, .list-view .list-item-info .filesize-info .item-label {
            font-weight: bold;
        }


    .list-view .list-item-plus {
        width: 120px;
        float: right;
        display: block;
        margin: 0 0 10px 10px;
        text-align: center;
    }

        .list-view .list-item-plus .rating-info .item-label, .list-view .list-item-plus .license-info .item-label {
            display: none;
        }

        .list-view .list-item-plus .rating-info .rating-icon {
            font-size: 12px;
            padding-bottom: 5px;
            margin: auto;
            display: block;
            width: 80px;
        }

        .list-view .list-item-plus .rating-info .votes {
            color: #bbb;
        }

            .list-view .list-item-plus .rating-info .votes:before {
                content: "(";
            }

            .list-view .list-item-plus .rating-info .votes:after {
                content: " đánh giá)";
            }

        .list-view .list-item-plus .license-info {
            margin-bottom: 10px;
        }

            .list-view .list-item-plus .license-info span:before {
                color: #fff;
                padding: 2px 4px;
                border-radius: 3px;
                text-transform: uppercase;
                font-size: 9px;
                margin: 0 8px 0 0;
                font-family: Tahoma;
            }

            .list-view .list-item-plus .license-info .purchase:before {
                content: "Purchase";
                background: #ed1c24;
            }

            .list-view .list-item-plus .license-info .purchase {
                color: #ed1c24;
                font-size: 12px;
            }

            .list-view .list-item-plus .license-info .trial:before {
                content: "Trial";
                background: #0072bc;
            }

            .list-view .list-item-plus .license-info .trial {
                color: #0072bc;
                font-size: 12px;
            }

            .list-view .list-item-plus .license-info .free:before {
                content: "Free";
                background: #8dc63f;
            }

            .list-view .list-item-plus .license-info .free {
                color: #8dc63f;
                font-size: 12px;
            }

        .list-view .list-item-plus .downloads-info {
            padding-top: 5px;
        }

            .list-view .list-item-plus .downloads-info .item-label {
                display: none;
            }

            .list-view .list-item-plus .downloads-info .item-info {
                color: #faa61a;
                font-weight: bold;
            }

                .list-view .list-item-plus .downloads-info .item-info:after {
                    content: " lượt tải";
                    color: #000;
                    font-weight: normal;
                }

        .list-view .list-item-plus .download-info {
        }

            .list-view .list-item-plus .download-info a, .list-view .list-item-plus .download-info a:visited {
                text-transform: uppercase;
                margin: 0 auto;
                font-weight: bold;
                text-align: center;
                display: block;
                line-height: 30px;
                border-radius: 4px;
                box-shadow: 1px 1px 2px #aaa;
                color: #fff;
                width: 90%;
                border: solid 1px #64991e;
                background: #64991e;
                background: -webkit-gradient(linear,left top,left bottom,from(#7db72f),to(#4e7d0e));
                background: -moz-linear-gradient(top,#7db72f,#4e7d0e);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f',endColorstr='#4e7d0e');
            }

                .list-view .list-item-plus .download-info a:hover {
                    background: -webkit-gradient(linear,left top,left bottom,from(#6b9d28),to(#436b0c));
                    background: -moz-linear-gradient(top,#6b9d28,#436b0c);
                    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28',endColorstr='#436b0c');
                }


/*Chuyên mục con*/
.sub-list-view {
    margin: 0 0 10px 0;
    padding: 0;
}

    .sub-list-view .list-item {
        width: 49%;
        display: inline-block;
        overflow:hidden;
        padding: 0;
        margin: 0;
    }

        .sub-list-view .list-item a {
            padding: 5px;
            white-space: nowrap;
            display: block;
        }

            .sub-list-view .list-item a img {
                width: 32px;
                margin-right: 5px;
                max-height: 32px;
                vertical-align: middle;
            }

        .sub-list-view .list-item .item-info a, .sub-list-view .list-item .item-info a:visited {
            /*font-size: 11px;*/
            line-height: 70%;
        }

            .sub-list-view .list-item .item-info a:after {
                content: ",";
                color: #333;
            }

            .sub-list-view .list-item .item-info a:last-child:after {
                content: ".";
                color: #333;
            }

#footer {
    margin: 20px 0 0;
    /*font-family: Tahoma,Geneva,sans-serif;
    font-size: 11px;*/
    /*background-image: url(https://goo.gl/3TkkRr);*/
    background-repeat: no-repeat;
}

    #footer #bottomnav {
        border-top: 3px solid #1a86ca;
        line-height: 2em;
        text-align: right;
    }

    #footer #bottomlink {
        text-align: center;
    }

        #footer #bottomnav a:after, #footer #bottomlink a:after {
            content: ' |';
            color: #999;
        }

        #footer #bottomnav a:last-child:after, #footer #bottomlink a:last-child:after {
            content: '';
        }

    #footer #copyright {
        color: #666;
        padding: 0 5px;
    }

        #footer #copyright a {
            color: #666;
        }

.subtabs, .options {
    background: #02aeef;
}

.windows .subtabs, .windows .options {
    background: #02aeef;
}

.linux .subtabs, .linux .options {
    background: #f2ba00;
}

.mac .subtabs, .mac .options, .mac .options a {
    background: #999;
    color: #fff;
}

.mobile .subtabs, .mobile .options, .android .subtabs, .android .options, .ios .subtabs, .ios .options, .windowsphone .subtabs, .windowsphone .options, .blackberry .subtabs, .blackberry .options, .symbian .subtabs, .symbian .options {
    background: #8dc63f;
}

.docs .subtabs, .docs .options {
    background: #faa61a;
}

.web .subtabs, .web .options {
    background: #0072bc;
}

.options {
    display: inline-block;
    width: 100%;
    line-height: 33px;
    color: #fff;
    border-radius: 3px;
    background: #02aeef;
}

    .options span {
        padding-left: 10px;
    }

    .options a {
        display: inline-block;
        width: 180px;
        text-align: center;
        color: #fff;
        position: relative;
    }

        .options a.selected:after {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            top: 25px;
            right: 80px;
            border-width: 0 10px 8px 10px;
            border-style: solid;
            border-color: transparent transparent #fff transparent;
        }

.subtabs {
    height: 33px;
    margin: 10px 0;
    border-radius: 3px;
}

    .subtabs ul {
        list-style: none;
    }

        .subtabs ul li {
            text-align: center;
            width: 30%;
            padding: 0;
            float: left;
            height: 32px;
            line-height: 32px;
        }

    .subtabs a {
        color: #fff;
    }

    .subtabs li {
        position: relative;
    }

        .subtabs li.selected a:after {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            top: 26px;
            left: 73px;
            border-color: transparent transparent #fff transparent;
            border-width: 0 10px 7px 10px;
            border-style: solid;
        }

.publisherpage #maincontent, .googlesearchpage #maincontent, .tagspage #maincontent {
    vertical-align: top;
    width: 785px;
    float: right;
}

#publisherProfile {
    border: 4px solid #ed1c24;
    border-radius: 8px 8px;
    margin-bottom: 10px;
    padding: 10px;
}

    #publisherProfile #profileIcon {
        float: left;
        padding-right: 10px;
        max-height: 30px;
    }

#liCompany {
    padding-bottom: 10px;
}

#liDescription ul {
    list-style: disc;
    margin-left: 40px;
}

    #liDescription ul li {
        padding: 5px 0;
    }

#publisherProfile .listbox {
    font-size: 14px;
    line-height: 150%;
}

    #publisherProfile .listbox #QTM_liCompany b {
        display: none !important;
    }

    #publisherProfile .listbox #liCompany #lCompany {
        font-size: 18px;
        font-weight: bold;
        line-height: 30px;
        color: #ec9b1c;
        margin-bottom: 10px;
    }

    #publisherProfile .listbox #liCompany b {
        display: none !important;
    }

#publisherProfile #liDescription p {
    padding: 8px 0;
}

.profilepage .mainbox {
    position: relative;
    margin: 10px auto;
    border: 1px solid #d5e3e8;
    border-radius: 4px 4px;
    padding: 10px 20px;
}

    .profilepage .mainbox fieldset legend {
        display: none;
    }

    .profilepage .mainbox .avatar {
        display: inline;
        width: 150px;
        right: 20px;
        top: 20px;
        position: absolute;
        text-align: center;
        display: none;
    }

        .profilepage .mainbox .avatar img {
            width: 150px;
            box-shadow: 0 0 8px #ccc;
        }

    .profilepage .mainbox input {
        vertical-align: top;
    }

    .profilepage .mainbox p {
        line-height: 30px;
    }

        .profilepage .mainbox p label.field-title, .profilepage .mainbox p input.firstname, .profilepage .mainbox p input.midname, .profilepage .mainbox p input.lastname {
            width: 100px;
            display: inline-block;
        }

    .profilepage .mainbox .toolbar {
        margin: 10px 0 10px 105px;
    }

#fancybox-wrap body {
    background: #fff;
}

.wbox.mageta {
    background: #fff;
    font-family: Arial;
    font-size: 13px;
    border: 1px solid #65b1f8;
    padding: 10px;
}

.wbox .whd {
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.wbox .wbd #container {
    border: 1px dashed #ccc;
    text-align: center;
    padding: 0;
    width: 100%;
    height: 292px;
}

    .wbox .wbd #container #filelist {
        margin: 20px 0 50px 0;
        color: #666;
    }

        .wbox .wbd #container #filelist h2 {
            font-size: 16px;
            font-weight: bold;
            padding-bottom: 10px;
        }

    .wbox .wbd #container #pickfiles, .wbox .wbd #container #pickfiles:visited {
        margin: 0 auto;
        display: block;
        line-height: 25px;
        border-radius: 4px;
        box-shadow: 1px 1px 2px #aaa;
        color: #fff;
        width: 220px;
        border: solid 1px #64991e;
        background: #64991e;
        background: -webkit-gradient(linear,left top,left bottom,from(#7db72f),to(#4e7d0e));
        background: -moz-linear-gradient(top,#7db72f,#4e7d0e);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f',endColorstr='#4e7d0e');
    }

        .wbox .wbd #container #pickfiles:hover {
            background: -webkit-gradient(linear,left top,left bottom,from(#6b9d28),to(#436b0c));
            background: -moz-linear-gradient(top,#6b9d28,#436b0c);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28',endColorstr='#436b0c');
        }

.pagination {
    float: right;
    display: inline-block;
    margin-bottom: 10px;
    list-style: none;
    font-family: Verdana;
    /*font-size: 11px;*/
}

    .pagination li {
        display: inline-block;
    }

        .pagination li.active a {
            background: #eee;
        }

        .pagination li a {
            display: inline-block;
            padding: 5px 10px;
            border: 1px solid #ccc;
            border-radius: 3px;
            margin: 0 2px;
        }

            .pagination li a:hover, .pagination li.active a {
                background: #e9f1f9;
                color: red;
            }

.summary-info {
    display: inline-block;
    white-space: nowrap;
    width: 200px;
}

.tags a:after {
    content: ",";
    color: #333;
}

.tags a:last-child:after {
    content: ".";
    color: #333;
}

.validation-summary-errors ul {
    list-style-type: circle;
    margin: 5px auto;
    display: block;
    width: 300px;
    color: red;
}

.field-validation-error {
    color: red;
    display: inline-block;
}

.input-validation-error {
    border: 1px solid red;
}

.errormessage, .error {
    padding-left: 104px;
    color: red;
    display: block;
}

#hometopview .rating-icon .average-rating-stars {
    display: inline-block;
    vertical-align: text-bottom;
    height: 16px;
    overflow: hidden;
}

#hometopview .rating-icon .votes {
    margin-bottom: 10px;
    display: inline-block;
    color: #bbb;
}

    #hometopview .rating-icon .votes:after {
        content: " (đánh giá)";
    }

.average-rating-stars {
    width: 80px;
    height: 16px;
    display: block;
}

.average-rating-stars-0 {
    background: url(/themes/default/images/star.png) -80px;
}

.average-rating-stars-1 {
    background: url(/themes/default/images/star.png) -64px;
}

.average-rating-stars-2 {
    background: url(/themes/default/images/star.png) -48px;
}

.average-rating-stars-3 {
    background: url(/themes/default/images/star.png) -32px;
}

.average-rating-stars-4 {
    background: url(/themes/default/images/star.png) -16px;
}

.average-rating-stars-5 {
    background: url(/themes/default/images/star.png);
}

.highline .average-rating-stars {
    position: absolute;
    top: 4px;
    display: inline-block;
    left: 0;
    display: none;
}

.downloadlink .detail-title {
    width: 960px;
}

.downloadlink .alt-message-box {
    margin-bottom: 20px;
}

.detail-content p, .install-tip p {
    padding: 0 0 15px 0;
}

.detail-content .link-button {
    display: inline-block;
    padding: 4px 16px;
    text-align: center;
    border-radius: 3px;
    margin: 4px 8px;
    background: green;
    color: #fff;
}

    .detail-content .link-button:hover {
        background: blue;
    }

.detail-content h2, .install-tip h2 {
    font-size: 1.5em;
    line-height:1.3em;
    color: #45710a;
    margin: 10px 0;
}

.detail-content h3, .install-tip h3 {
    color: #444;
    font-size: 1.1em;
    font-weight: bold;
    padding: 10px 0;
}

.detail-content .overview-title {
    font-size: 1.5em;
    margin-bottom: 5px;
}

.detail-content h4, .install-tip h4 {
    font-weight: bold;
    padding: 5px 0 8px 18px;
    color: #222;
}

    .detail-content h4:before, .install-tip h4:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        margin: 5px 0 0 0;
        left: 7px;
        border-color: transparent transparent transparent #666;
        border-width: 4px 0 4px 6px;
        border-style: solid;
    }

.detail-content ul, .install-tip ul {
    list-style: disc;
    margin-left: 40px;
}

    .detail-content ul ul, .install-tip ul ul {
        list-style: circle;
    }

.detail-content ol, .install-tip ol {
    list-style-type: decimal;
    padding-left: 30px;
}

.detailpage .btn.showmore {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    font-size: 22px;
    margin-bottom: 16px;
    line-height: 38px;
    padding: 0 8px;
    text-align: center;
    position: relative;
    background: #FF9800;
    color: #fff;
    margin-top: 16px;
    cursor: pointer;
}

    .detailpage .btn.showmore i {
        font-style: normal;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        padding: 0 8px;
        background: #fb0;
    }

        .detailpage .btn.showmore i:before {
            content: ' ';
            border: 7px solid transparent;
            border-left-color: #fb0;
            position: absolute;
            top: 10.5px;
            right: -13px;
        }

.detail-content li, .install-tip li {
    padding: 0 0 6px 0;
}

.textview .blockbox {
    overflow-x: auto
}

.textview blockquote, .textview .tips {
    margin: 0 0 10px 0;
    padding: 10px 12px 2px;
    quotes: none;
    color: #0072bc;
    border-color: #02aeef;
    border-style: solid;
    border-width: 1px 1px 1px 8px;
    background: #f6f6f6;
}

.textview .table-striped td, .textview .table-striped th {
    border: 1px solid #ced6e2;
}

.textview .table-striped tr:nth-child(even) {
    background: #e8f0fe;
}

.textview .table-striped thead tr {
    background: #5b95f9;
}
/*.textview .table-striped tr:hover {
    background: #f3f3f3;
}*/

.windows .detail-content blockquote {
    border-color: #02aeef;
}

.mac .detail-content blockquote {
    border-color: #bbb;
}

.android .detail-content blockquote {
    border-color: #8dc63f;
}

.ios .detail-content blockquote {
    border-color: #8dc63f;
}

.windowsphone .detail-content blockquote {
    border-color: #8dc63f;
}

.blackberry .detail-content blockquote {
    border-color: #8dc63f;
}

.symbian .detail-content blockquote {
    border-color: #8dc63f;
}

.web .detail-content blockquote {
    border-color: #0072bc;
}

.docs .detail-content blockquote {
    border-color: #faa61a;
}

.detail-content blockquote li {
    padding: 0;
}

.detail-title {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    padding: 0 10px 5px;
    /*width: 650px;*/
}

    .detail-title a {
        color: #000;
    }

    .detail-title i {
        font-size: 17px;
        display: block;
        color: #666;
        font-weight: normal;
        font-style: normal;
        float: right;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-left: 5px;
    }

    .detail-title em:before {
        content: "";
    }

    .detail-title em {
        color: #666;
        font-size: .8em;
        font-weight: normal;
    }

    .detail-title img {
        max-height: 30px;
        max-width: 110px;
        vertical-align: middle;
        padding-right: 10px;
    }

.download-info.top {
    margin: 20px 0;
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
}

.latest-version {
    color: red;
    line-height: 32px;
    text-indent: 54px;
    display: block;
    background: url(/themes/default/images/icon-warning.png)no-repeat 10px center #fcf9c1;
}

.download-info.top .download-button, .download-info.top .download-button:visited {
    width: 180px;
    font-weight: 300;
    border-radius: 4px;
    font-size: 22px;
    line-height: 40px;
    display: block;
    margin: 0 auto;
    text-shadow: 1px 1px #666;
    font-weight: bold;
    box-shadow: 1px 1px 2px #aaa;
    height: 40px;
    color: #fff;
    border: solid 1px #64991e;
    background: #64991e;
    background: -webkit-gradient(linear,left top,left bottom,from(#7db72f),to(#4e7d0e));
    background: -moz-linear-gradient(top,#7db72f,#4e7d0e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f',endColorstr='#4e7d0e');
}

    .download-info.top .download-button:hover {
        background: #64991e;
        background: -webkit-gradient(linear,left top,left bottom,from(#6b9d28),to(#436b0c));
        background: -moz-linear-gradient(top,#6b9d28,#436b0c);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28',endColorstr='#436b0c');
    }

    .download-info.top .download-button span {
        line-height: 28px;
        background: url(/themes/default/images/ICO-2.png) no-repeat 0;
        display: block;
        line-height: 38px;
        margin-left: 27px;
    }

    .download-info.top .download-button.button-wrong {
        background: grey;
        box-shadow: none;
        border: none;
        text-shadow: none;
    }

#detailview .download-info.top #DownloadButtonTop:after {
    background: url(/themes/default/images/icons_os.png);
    width: 32px;
    height: 32px;
    position: absolute;
    content: "";
    top: 5px;
    left: 10px;
}

body.windows #detailview .download-info.top #DownloadButtonTop:after {
    background-position: 0 -3px;
}

body.mac #detailview .download-info.top #DownloadButtonTop:after {
    background-position: 0 -49px;
}

body.linux #detailview .download-info.top #DownloadButtonTop:after {
    background-position: 0 -100px;
}

body.android #detailview .download-info.top #DownloadButtonTop:after {
    background-position: 0 -150px;
}

body.ios #detailview .download-info.top #DownloadButtonTop:after {
    background-position: 0 -194px;
}

body.windowsphone #detailview .download-info.top #DownloadButtonTop:after {
    background-position: 0 -240px;
}

body.blackberry #detailview .download-info.top #DownloadButtonTop:after {
    background-position: 0 -290px;
}

body.symbian #detailview .download-info.top #DownloadButtonTop:after {
    background-position: 0 -338px;
}

body.web #detailview .download-info.top #DownloadButtonTop:after {
    background-position: 0 -385px;
}

body.docs #detailview .download-info.top #DownloadButtonTop:after {
    background: url(/themes/default/images/docs.png) no-repeat center;
}

.download-info.top .buy-content span, .download-info.top .affiliate-info span {
    color: #777;
}

    .download-info.top .buy-content span .itemprice {
        font-size: 20px;
        color: #ec9b1c;
    }

.download-info.top .affiliate-info a, .download-info.top a.buyitem.long {
    width: 120px;
    border-radius: 4px;
    color: #fff;
    display: block;
    margin: 15px auto 5px auto;
    text-shadow: 1px 1px #666;
    box-shadow: 1px 1px 2px #aaa;
    height: 38px;
    overflow: hidden;
    font-size: 22px;
    font-weight: bold;
    line-height: 38px;
    padding: 0 30px;
    border: 1px solid #ec9b1c;
    background: #ffc578;
    background: -moz-linear-gradient(top,#ffc578 0%,#fb9d23 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffc578),color-stop(100%,#fb9d23));
    background: -webkit-linear-gradient(top,#ffc578 0%,#fb9d23 100%);
    background: -o-linear-gradient(top,#ffc578 0%,#fb9d23 100%);
    background: linear-gradient(top,#ffc578 0%,#fb9d23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc578',endColorstr='#fb9d23',GradientType=0);
}

    .download-info.top .affiliate-info a:hover, .download-info.top a.buyitem.long:hover {
        background: #ffa84c;
        background: -moz-linear-gradient(top,#ffa84c 0%,#ff7b0d 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffa84c),color-stop(100%,#ff7b0d));
        background: -webkit-linear-gradient(top,#ffa84c 0%,#ff7b0d 100%);
        background: -o-linear-gradient(top,#ffa84c 0%,#ff7b0d 100%);
        background: linear-gradient(top,#ffa84c 0%,#ff7b0d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa84c',endColorstr='#ff7b0d',GradientType=0);
    }

    .download-info.top .affiliate-info a span, .download-info.top .buyitem.long span {
        background: url(/themes/default/images/shop_cart.png) no-repeat left;
        padding-left: 30px;
        color: #fff;
    }

.detail-info {
    float: right;
    width: 50%;
    margin: 20px 0;
}

    .detail-info li {
        padding-top: 5px;
    }

    .detail-info .rating-info span.item-label, .detail-info .publisher-info span.item-label, .detail-info .version-info span.item-label, .detail-info .license-info span.item-label, .detail-info .filesize-info span.item-label, .detail-info .dateadded-info span.item-label, .detail-info .limitations-info span.item-label, .detail-info .downloads-info span.item-label {
        width: 100px;
        display: inline-block;
        float: left;
    }

    .detail-info .requirements-info span.item-label {
        /*width: 120px;*/
        display: inline-block;
        /*float: left;*/
    }

    /*.detailpage .detail-info .limitations-info span.item-info, .detailpage .detail-info .requirements-info span.item-info {
    float: right;
    width: 330px;
}*/

    .detail-info .views-info {
        display: none;
    }

    .detail-info .rating-info .item-info a {
        display: inline-block;
    }

        .detail-info .rating-info .item-info a #rating {
            vertical-align: text-top;
            line-height: 20px;
        }

        .detail-info .rating-info .item-info a i {
            padding-left: 3px;
        }

    .detail-info .downloads-info .item-info {
        font-weight: bold;
        color: #faa61a;
    }

    .detail-info .license-info span:before {
        color: #fff;
        padding: 2px 4px;
        border-radius: 3px;
        text-transform: uppercase;
        font-size: 9px;
        margin: 0 8px 0 0;
        font-family: Tahoma;
    }

    .detail-info .license-info .purchase:before {
        content: "Purchase";
        background: #d11b1a;
    }

    .detail-info .license-info .purchase {
        font-size: 12px;
        color: #d11b1a;
    }

    .detail-info .license-info .trial:before {
        content: "Trial";
        background: #007ec1;
    }

    .detail-info .license-info .trial {
        font-size: 12px;
        color: #007ec1;
    }

    .detail-info .license-info .free:before {
        content: "Free";
        background: #3cc203;
    }

    .detail-info .license-info .free {
        font-size: 12px;
        color: #3cc203;
    }

    .detail-info .relatedplatforms-info {
        padding-bottom: 10px;
    }

        .detail-info .relatedplatforms-info ul li {
            display: inline-block;
        }

            .detail-info .relatedplatforms-info ul li :nth-child(n+1) {
                background: #02aeef;
            }

            .detail-info .relatedplatforms-info ul li :nth-child(n+2) {
                background: #bbb;
            }

            .detail-info .relatedplatforms-info ul li :nth-child(n+3) {
            }

            .detail-info .relatedplatforms-info ul li :nth-child(n+4) {
                background: #0072bc;
            }

            .detail-info .relatedplatforms-info ul li :nth-child(n+5) {
                background: #faa61a;
            }

            .detail-info .relatedplatforms-info ul li :nth-child(n+6) {
                background: #ed1c24;
            }

            .detail-info .relatedplatforms-info ul li a {
                display: block;
                height: 36px;
                width: 36px;
                overflow: hidden;
                text-indent: 64px;
                white-space: nowrap;
                margin: 0 5px;
                border-radius: 18px;
            }

                .detail-info .relatedplatforms-info ul li a.platform-ios {
                    background: #bbb url(/themes/default/images/icons_os_white.png) no-repeat 6px -29px;
                }

                .detail-info .relatedplatforms-info ul li a.platform-android {
                    background: #8dc63f url(/themes/default/images/icons_os_white.png) no-repeat 6px 5px;
                }

                .detail-info .relatedplatforms-info ul li a.platform-linux {
                    background: #f2ba00 url(/themes/default/images/icons_os_white.png) no-repeat 6px -310px;
                }

                .detail-info .relatedplatforms-info ul li a.platform-windows {
                    background: #02aeef url(/themes/default/images/icons_os_white.png) no-repeat 6px -124px;
                }

                .detail-info .relatedplatforms-info ul li a.platform-mac {
                    background: #bbb url(/themes/default/images/icons_os_white.png) no-repeat 6px -71px;
                }

                .detail-info .relatedplatforms-info ul li a.platform-windowsphone {
                    background: #652278 url(/themes/default/images/icons_os_white.png) no-repeat 6px -243px;
                }

                .detail-info .relatedplatforms-info ul li a.platform-blackberry {
                    background: #211e1f url(/themes/default/images/icons_os_white.png) no-repeat 6px -183px;
                }

                .detail-info .relatedplatforms-info ul li a.platform-symbian {
                    background: #9be4f2 url(/themes/default/images/icons_os_white.png) no-repeat 6px -557px;
                }

                .detail-info .relatedplatforms-info ul li a.platform-web {
                    background: #0072bc url(/themes/default/images/icons_os_white.png) no-repeat 6px -377px;
                }

                .detail-info .relatedplatforms-info ul li a.platform-docs {
                    background: #faa61a url(/themes/default/images/icons_os_white.png) no-repeat 6px -440px;
                }

.screenshots {
    display: inline-block;
    /*text-align: center;
    width: 50%;*/
    margin-bottom: 20px;
}

    .screenshots a {
        display: inline-block;
        vertical-align: middle;
    }

    .screenshots img {
        max-height: 100px;
        max-width: 100px;
    }

        .screenshots img.qcode {
            border: none;
            width: auto;
            height: auto;
            box-shadow: none;
        }


.docs.pdf .download-info.top {
    max-width: 336px;
    float: left
}

.docs.pdf .screenshots, .docs.pdf .detail-info {
    float: left;
    max-width: 336px;
}

.docs.pdf #adrightspecial {
    width: 300px;
    float: right;
    margin-top: 20px;
}

#share-bars {
    padding: 10px 10px 0 10px;
    margin: 10px 0 0 0;
}

    #share-bars div {
        float: right;
    }

.content-overview {
    border-radius: 5px;
    margin: 0 10px;
    position: relative;
}

.textview {
    font-size: 16px;
    font-family: arial;
    line-height: 24px;
    color: rgba(0,0,0,.87);
}

.detail-content {
    padding: 0;
    margin-bottom: 16px;
}

    .detail-content div {
        padding: 0;
    }

    .detail-content img, .install-tip img {
        max-width: 100% !important;
        height: auto !important;
        border-style: solid;
        border-color: #ccc;
    }

    .detail-content iframe, .install-tip iframe {
        max-width: 100% !important;
    }

    .detail-content table, .install-tip table {
        overflow: auto;
        margin-bottom: 16px;
    }

    .detail-content .title {
        text-transform: uppercase;
        line-height: 32px;
        font-size: 1.5em;
        color: #666;
        padding: 0 0 0 40px;
        font-weight: normal;
        background: url(/themes/default/images/information.png) left center no-repeat;
        margin: 10px 0 0 0;
    }


.install-tip {
    padding: 0 0 10px 0;
    margin-top: 20px;
}

    .install-tip .title {
        text-transform: uppercase;
        font-size: 1.5em;
        padding-left: 35px;
        color: #666;
        font-weight: normal;
        background: url(/themes/default/images/how_to.png) no-repeat 0 center;
    }

#downloadbar {
    border-bottom: 3px solid #f8f8f8;
    background: rgba(236,236,236,0.9);
    width: 100%;
    height: 34px;
    position: fixed;
    top: 0;
    z-index: 9998;
    box-shadow: 0 1px 1px #888;
}

    #downloadbar.show {
        display: block;
    }

    #downloadbar.hide {
        display: none;
    }

    #downloadbar .content-wrapper {
        width: 1000px;
        margin: 0 auto;
        background: url('images/Logo-toolbar.png') no-repeat right;
    }

#floatleft {
    width: auto;
    display: inline-block;
    float: left;
}

    #floatleft a {
        text-shadow: 1px 1px #666;
        color: #fff;
        text-transform: uppercase;
        line-height: 2em;
        text-align: center;
        display: block;
        padding: 0 20px;
        font-size: 1.3em;
        font-weight: bold;
        border-radius: 5px;
        margin: 1px 10px 0 10px;
        box-shadow: 0 1px 1px #888;
        border: solid 3px #f8f8f8;
        background: #64991e;
        background: -webkit-gradient(linear,left top,left bottom,from(#7db72f),to(#4e7d0e));
        background: -moz-linear-gradient(top,#7db72f,#4e7d0e);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f',endColorstr='#4e7d0e');
    }

        #floatleft a span {
            display: inline-block;
            background: url(/themes/default/images/ICO-2.png) no-repeat left;
            padding-left: 35px;
        }

#floatright {
}

    #floatright h3 {
        width: 600px;
        overflow: hidden;
        height: 2.1em;
        color: #0072bc;
        display: inline-block;
        padding: 0 10px;
        font-size: 1.4em;
        line-height: 2.2em;
    }

        #floatright h3 i {
            font-size: .8em;
            font-style: normal;
            display: none;
        }

            #floatright h3 i:before {
                content: "- ";
            }

    #floatright .software-icon {
        display: none;
    }

.download-box {
    /*padding: 10px;*/
    margin-bottom: 10px;
}

    .download-box .message {
        display: block;
        text-align: center;
        font-weight: bold;
        color: green;
    }

    .download-box .primary-download .title-info {
        width: 200px;
        display: inline-block;
        display: none !important;
    }

    .download-box .download-button, .download-box .download-button:visited {
        text-transform: uppercase;
        text-align: center;
        font-weight: bold;
        border-radius: 4px;
        display: block;
        line-height: 50px;
        font-size: 25px;
        text-shadow: 1px 1px #666;
        margin: 10px auto;
        width: 260px;
        box-shadow: 1px 1px 2px #aaa;
        color: #fff;
        border: solid 1px #64991e;
        background: #64991e url(/Images/descending.gif) no-repeat right;
        background: -webkit-gradient(linear,left top,left bottom,from(#7db72f),to(#4e7d0e));
        background: -moz-linear-gradient(top,#7db72f,#4e7d0e);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f',endColorstr='#4e7d0e');
    }

        .download-box .download-button:hover {
            background: #64991e url(/Images/descending.gif) no-repeat right;
            background: -webkit-gradient(linear,left top,left bottom,from(#6b9d28),to(#436b0c));
            background: -moz-linear-gradient(top,#6b9d28,#436b0c);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28',endColorstr='#436b0c');
        }

    .download-box .download-link-button .link-download {
        float: right;
    }

    .download-box .download-link-button .link-title {
        float: left;
    }

.downloadpage .detail-info {
    width: 100%;
}

.downloadpage .content-overview {
    border: none;
    margin: 10px;
}

.downloadpage .detail-info .requirements-info .item-info {
    white-space: nowrap;
}

.download-box .download-title {
    display: block;
    font-weight: bold;
}



.downloadpage #downloaderbox #safeDownload {
    font-size: 1em;
    list-style: disc;
}

.downloadpage .download-box .message {
    color: green;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 8px 0;
}

.downloadpage .list-view .list-item-info {
    max-width: 840px;
}

.downloadlink .download-box .download-button {
    width: 240px;
}

.download-box .download-button span {
    background: url(/themes/default/images/ICO-2.png) no-repeat left;
    padding: 0 0 0 40px;
}

.download-box .buy-content span, .download-box #AffiliatePanel span {
    color: #777;
    text-align: center;
    background: none;
    display: block;
}

    .download-box .buy-content span .itemprice {
        font-size: 20px;
        color: #ec9b1c;
    }

.posturls .boxdown-right {
    width: 600px;
    float: right;
    padding-left: 20px
}

.posturls .boxdown-left {
    width: 336px;
    float: left;
    /*min-height: 250px;*/
    margin-top: 32px
}

.download-box .buy-content a, .download-box #AffiliatePanel a {
    width: 200px;
    border-radius: 4px;
    color: #fff;
    display: block;
    margin: 15px auto 5px auto;
    text-shadow: 1px 1px #666;
    box-shadow: 1px 1px 2px #aaa;
    height: 48px;
    overflow: hidden;
    font-size: 25px;
    font-weight: bold;
    line-height: 48px;
    padding: 0 30px;
    text-transform: uppercase;
    border: 1px solid #ec9b1c;
    background: #ffc578;
    background: -moz-linear-gradient(top,#ffc578 0%,#fb9d23 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffc578),color-stop(100%,#fb9d23));
    background: -webkit-linear-gradient(top,#ffc578 0%,#fb9d23 100%);
    background: -o-linear-gradient(top,#ffc578 0%,#fb9d23 100%);
    background: linear-gradient(top,#ffc578 0%,#fb9d23 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc578',endColorstr='#fb9d23',GradientType=0);
}

    .download-box .buy-content a:hover, .download-box #AffiliatePanel a:hover {
        background: #ffa84c;
        background: -moz-linear-gradient(top,#ffa84c 0%,#ff7b0d 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffa84c),color-stop(100%,#ff7b0d));
        background: -webkit-linear-gradient(top,#ffa84c 0%,#ff7b0d 100%);
        background: -o-linear-gradient(top,#ffa84c 0%,#ff7b0d 100%);
        background: linear-gradient(top,#ffa84c 0%,#ff7b0d 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa84c',endColorstr='#ff7b0d',GradientType=0);
    }

    .download-box .buy-content a span, .download-box #AffiliatePanel a span {
        background: url(/themes/default/images/shop_cart.png) no-repeat left;
        padding-left: 35px;
        color: #fff;
    }

.download-box .second-download .title-info {
    text-align: center;
    display: block;
    line-height: 30px;
    margin-top: 20px;
}

.download-box .second-download a, .download-box .second-download a:visited {
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    display: block;
    line-height: 24px;
    width: 260px;
    margin: 0 auto;
    box-shadow: 1px 1px 2px #aaa;
    color: #606060;
    border: solid 1px #b7b7b7;
    background: #fff;
    background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#ededed));
    background: -moz-linear-gradient(top,#fff,#ededed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#ededed');
}

    .download-box .second-download a:hover {
        background: #feffff;
        background: -moz-linear-gradient(top,#feffff 0%,#d2ebf9 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#feffff),color-stop(100%,#d2ebf9));
        background: -webkit-linear-gradient(top,#feffff 0%,#d2ebf9 100%);
        background: -o-linear-gradient(top,#feffff 0%,#d2ebf9 100%);
        background: linear-gradient(top,#feffff 0%,#d2ebf9 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff',endColorstr='#d2ebf9',GradientType=0);
    }

#AltDownloadLabel {
    background: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    text-transform: none;
    text-shadow: 0 0 0;
}


.download-box .box-title {
    font-weight: bold;
    line-height: 1.5em;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
    font-size: 1.5em;
    padding-left: 35px;
    color: #666;
    font-weight: normal;
    background: url(/themes/default/images/ICO-2.png) no-repeat 0 center;
}

.download-link-button.appleicon .link-title:after {
    content: 'Download from Apple store';
    display: block;
    font-size: 12px;
    color: gray;
}

.download-link-button.playicon .link-title:after {
    content: 'Download from Google Play';
    display: block;
    font-size: 12px;
    color: gray;
}

.listbox-urls.list-more > li:nth-child(n+4) {
    display: none;
}

.listbox-urls.list-more.nextone > li:nth-child(-n+30) {
    display: block;
}

.listbox-urls.list-more.nexttwo > li {
    display: block;
}


.download-box .list-download {
    margin-bottom: 16px;
}

    .download-box .list-download .download-link-button {
        border-bottom: 1px dotted #ddd;
        background: url(/themes/default/images/right.png) no-repeat -15px -4px #fff;
        font-size: 14px;
        cursor: pointer;
        display: block;
        overflow: hidden;
        padding: 8px 0 8px 24px;
    }

    .download-box .list-download ul li:last-child {
        border: none;
    }

    .download-box .list-download .download-link-button .link-title {
        /*width: 480px;
     padding: 0 0 0 25px; */
        overflow: hidden;
        margin-right: 8px;
        display: inline-block;
        vertical-align: middle;
        color: #0072bc;
        font-size: 1em;
        /* height: 30px; */
        text-overflow: ellipsis;
        /* white-space: nowrap; */
    }

    .download-box .list-download .download-link-button:hover .link-title {
        color: #f8752b;
    }

    .download-box .list-download .download-link-button .link-download {
        color: #fff;
        display: inline-block;
        float: right;
        /*margin-top: 3px;*/
        font-size: 14px;
        line-height: 32px;
        padding-left: 32px;
        padding-right: 16px;
        font-weight: bold;
        border-radius: 4px 4px 4px 4px;
        background: #64991e url(/themes/default/images/ico.png) no-repeat 8px center;
        background-size: 16px;
    }

    .download-box .list-download .download-link-button:hover .link-download {
        background-color: #faa61a;
    }

    .download-box .list-download .download-link-button.playicon .link-download {
        background-image: url(/themes/default/images/playicon.png);
    }

    .download-box .list-download .download-link-button.appleicon .link-download {
        background-image: url(/themes/default/images/macicon.png);
    }

    .download-box .list-download .download-link-button.webicon:hover .link-download {
        background-image: url(/themes/default/images/webicon.png);
    }

.download-box .viewmore {
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

    .download-box .viewmore:before {
        height: 24px;
        margin-top: -24px;
        content: '';
        background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 17%,rgba(255,255,255,0.7) 52%,rgba(255,255,255,0.9) 100%);
        display: block;
        border-bottom: 1px #eee solid;
    }

    .download-box .viewmore:after {
        content: '';
        width: 0;
        position: absolute;
        bottom: -4px;
        right: 50%;
        border-top: 6px solid #666;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        display: block;
    }

.detailpage .download-box .viewmore::after {
    display: none;
}

.download-box .permalinkbox.list-download .download-link-button {
    border-bottom: none;
    position: relative;
}

    .download-box .permalinkbox.list-download .download-link-button .link-download {
        padding-left: 30px;
    }



.downloadpage .download-box .list-download .download-link-button .link-download.main-link {
    position: absolute;
    line-height: 1.5em;
    font-size: 1.5em;
    right: 0;
    padding-left: 30px;
}

.downloadpage .download-box .list-download .download-link-button .link-download i {
    left: 5px;
    background: url(/themes/default/images/ico.png) no-repeat center;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 5px;
}

.textview .reload {
    cursor: pointer;
    display: inline-block
}

.downloadlink .detail-title a {
    color: #f8752b;
}

.downloadlink .detail-title i {
    display: inline-block;
    float: none;
}

.downloadlink .download-box .column-first {
    width: 650px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.downloadlink .permalinkbox label {
    display: block;
}

.downloadlink .download-box .column-first h2.message {
    font-size: 18px;
}

.downloadlink img.qcode {
    border: none;
    box-shadow: none;
    display: block;
    padding-left: 32px;
}

#downloaderbox h2 {
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.3em;
}

#downloaderbox #safeDownload {
    list-style-image: url('images/check.png');
    font-size: 1.1em;
    margin-left: 40px;
    line-height: 1.7em;
}

#downloaderbox .download-button i {
    margin: -10px 0 5px 25px;
    display: block;
    font-style: normal;
    text-transform: none;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
}

#downloaderbox .permalinklabel {
    font-weight: bold;
    font-size: 1.3em;
    display: block;
    clear: both;
}

.downloadlink .report-tool a#reportlink {
    cursor: pointer;
    float: right;
    margin-top: 20px;
}

.downloadlink .primary-download .download-button {
    margin-bottom: 40px;
    line-height: 40px;
    text-transform: none;
    margin-top: 40px;
    font-size: 22px;
}

.download-box.support-downloader {
    position: relative;
}

    .download-box.support-downloader .download-button.downloader {
        margin-bottom: 40px;
        margin-left: 200px;
    }

    .download-box.support-downloader .download-box {
        min-height: 400px;
    }

.otherversions, .relatedsoftwares {
    font-size: 13px;
    margin-top: 10px;
}

    .otherversions h2, .relatedsoftwares h2 {
        font-weight: bold;
    }

    .otherversions ul, .relatedsoftwares ul {
        overflow: hidden;
        padding: 5px 10px;
    }

    .otherversions li, .relatedsoftwares li {
        border-bottom: 1px dotted #ddd;
        line-height: 30px;
    }

        .otherversions li:last-child, .relatedsoftwares li:last-child {
            border-bottom: none;
        }

        .otherversions li a, .relatedsoftwares li a {
            font-size: 14px;
        }

            .otherversions li a span, .relatedsoftwares li a span {
            }

            .otherversions li a i, .relatedsoftwares li a i {
                font-size: 13px;
                font-style: normal;
                color: #888;
                margin-left: 5px;
                display: inline-block;
            }

            .otherversions li a em, .relatedsoftwares li a em {
                font-style: normal;
                float: right;
                text-transform: lowercase;
                font-weight: bold;
            }

                .otherversions li a em i, .relatedsoftwares li a em i {
                    padding-left: 2px;
                    font-weight: normal;
                }

    .otherversions img, .relatedsoftwares img {
        vertical-align: middle;
        height: 20px;
        padding-right: 5px;
    }

.publisher-softwares {
    font-weight: bold;
    padding: 0 0 0 30px;
    display: block;
    background: url(/themes/default/images/more-pub.png) no-repeat;
    margin: 10px 0;
}

    .publisher-softwares a {
        font-size: 16px;
        font-weight: bold;
    }

        .publisher-softwares a em {
            font-style: normal;
        }

#detailview .tags {
    margin-top: 10px;
    font-weight: bold;
    padding: 0;
    margin-bottom: 10px;
}

    #detailview .tags span {
        display: block;
    }

    #detailview .tags a {
        font-weight: normal;
        font-size: 13px;
        padding: 0 10px 0 0;
    }

        #detailview .tags a:after {
            content: ', ';
        }

.fb-comments {
    margin-top: 10px;
}

#comments {
    clear: both;
    display: block;
}

body.commentpage {
    background: transparent;
}

#comments iframe {
    height: 215px;
    overflow: hidden;
}

.reviews {
    font-family: Arial;
}

    .reviews h3 {
        font-weight: bold;
        padding: 0 0 10px;
        font-size: 13px;
    }

    .reviews #rating {
        margin: -28px 440px 0;
        float: right;
    }

    .reviews #Content {
        border: 1px solid #ddd;
        border-radius: 3px;
        height: 80px;
        width: 666px;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .reviews .fullname {
        margin-right: 20px;
        float: left;
    }

    .reviews input {
        width: 200px;
    }

    .reviews button {
        margin: -5px 20px 0;
        float: right;
    }

    .reviews .message {
        padding: 10px;
        color: #faa61a;
    }

/*#comments .comments h3 {
    font-weight: bold;
    display: none;
}

#comments .comments .comment-list .list-item {
    margin: 0 0 10px 0;
    position: relative;
}

    #comments .comments .comment-list .list-item .item-title {
        width: 120px;
        text-transform: capitalize;
        float: left;
        padding: 5px;
        text-align: center;
        border: 1px dashed #eee;
        border-radius: 3px;
        white-space: nowrap;
        overflow: hidden;
    }

    #comments .comments .comment-list .list-item .item-content {
        padding: 6px 10px 5px 10px;
        border: 1px solid #eee;
        border-bottom: none;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        margin-left: 10px;
        display: block;
        width: 505px;
        float: right;
        color: #333;
    }

        #comments .comments .comment-list .list-item .item-content:before {
            position: absolute;
            content: "";
            width: 8px;
            height: 8px;
            left: 139px;
            top: 12px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            border: 1px solid #eee;
            border-bottom: none;
            border-right: none;
            background: #fff;
        }

    #comments .comments .comment-list .list-item .item-toolbar {
        margin-left: 143px;
        border: 1px solid #eee;
        border-top: none;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        color: #ccc;
        display: block;
        width: 505px;
        clear: both;
        font-size: 11px;
        font-family: tahoma;
        padding: 3px 10px 5px 10px;
    }

        #comments .comments .comment-list .list-item .item-toolbar .like {
            float: right;
            display: inline-block;
            color: #faa61a;
        }

            #comments .comments .comment-list .list-item .item-toolbar .like span {
                cursor: pointer;
                width: 20px;
                display: inline-block;
                background: url('images/unlike.png') no-repeat right;
                text-indent: 1000px;
            }

            #comments .comments .comment-list .list-item .item-toolbar .like:hover span, #comments .comments .comment-list .list-item .item-toolbar .liked span {
                background: url('images/like.png') no-repeat right;
            }

    #comments .comments .comment-list .list-item:nth-child(odd) .item-content, #comments .comments .comment-list .list-item:nth-child(odd) .item-content:before, #comments .comments .comment-list .list-item:nth-child(odd) .item-toolbar {
        background: #f9f9f9;
    }*/

.commentpage .field-validation-error {
    display: block;
    clear: both;
}


.topdownloads {
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #02aeef;
}

    .topdownloads .title {
        text-align: center;
        padding: 5px 0;
        color: #fff;
        font-weight: bold;
        background: #02aeef;
    }

        .topdownloads .title a {
            width: 20px;
            float: right;
            font-weight: normal;
            text-indent: 100px;
            background: url(/themes/default/images/rss.png) no-repeat left;
        }

        .topdownloads .title em {
            color: #999;
            font-style: normal;
        }

    .topdownloads .listbox-view .list-item {
        display: block;
        overflow: hidden;
        padding: 5px 10px;
    }

        .topdownloads .listbox-view .list-item:nth-child(even) {
            background: #f8f8f8;
        }

        .topdownloads .listbox-view .list-item:nth-child(odd) {
            background: #fff;
        }

        .topdownloads .listbox-view .list-item .list-item-title {
            padding-left: 40px;
            position: relative;
            overflow: hidden;
            display: block;
            height: 40px;
            
        }

            .topdownloads .listbox-view .list-item .list-item-title i {
                color: #888;
                font-size: 12px;
                font-style: normal;
                font-weight: normal;
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .topdownloads .listbox-view .list-item .list-item-title .title {
                overflow: hidden;
               max-height:40px;
               
                display: block;
                text-transform: none;
                text-align: left;
                color: #0072bc;
                font-weight: normal;
                padding: 0;
                background: none;
            }

    .topdownloads ul li div a.item-image {
        position: absolute;
        width: 28px;
        height: 28px;
        top: 5px;
        left: 0;
        overflow: hidden;
        display: block;
    }

    .topdownloads .listbox-view .list-item .list-item-title .item-image img {
        height: 28px;
    }

    .topdownloads .listbox-view .list-item .list-item-title .item-downloads {
        top: 0;
        position: absolute;
        right: 0;
        color: #faa61a;
    }


.linux .topdownloads div.title {
    background: #f2ba00;
}

.linux .topdownloads {
    border: 1px solid #f2ba00;
}

.mac .topdownloads div.title {
    background: #999;
    color: #fff;
}

.mac .topdownloads {
    border: 1px solid #999;
}

.mobile .topdownloads div.title, .android .topdownloads div.title, .ios .topdownloads div.title, .windowsphone .topdownloads div.title, .blackberry .topdownloads div.title, .symbian .topdownloads div.title {
    background: #8dc63f;
}

.mobile .topdownloads, .android .topdownloads, .ios .topdownloads, .windowsphone .topdownloads, .blackberry .topdownloads, .symbian .topdownloads {
    border: 1px solid #8dc63f;
}

.docs .topdownloads div.title {
    background: #faa61a;
}

.docs .topdownloads {
    border: 1px solid #faa61a;
}

.web .topdownloads div.title {
    background: #0072bc;
}

.web .topdownloads {
    border: 1px solid #0072bc;
}


#maincontent .topdownloads {
    border: none;
    clear: both;
}

    #maincontent .topdownloads .listbox-view .list-item:nth-child(2n) {
        background: none;
    }

    #maincontent .topdownloads .listbox-view .list-item .list-item-title .item-downloads {
        padding: 0 5px;
        background: #fff;
    }

    #maincontent .topdownloads .listbox-view .list-item .list-item-title .title {
        width: auto;
        white-space: normal;
    }

    #maincontent .topdownloads ul li div a.item-image {
        height: 32px;
        width: 32px;
    }

        #maincontent .topdownloads ul li div a.item-image img {
            height: 32px;
        }

    #maincontent .topdownloads div.title {
        background: #f5f5f5;
        border-top: 1px solid rgb(2, 174, 239);
        color: #000;
        text-align: left;
        margin-bottom: 5px;
        text-indent: 10px;
    }

    #maincontent .topdownloads .listbox-view .list-item {
        width: 49%;
        display: inline-block;
        padding: 0 0 5px 0;
        border-bottom: 1px solid #eee;
        margin: 0 0 5px 0;
    }

.threecolumn #maincontent .topdownloads .listbox-view .list-item .list-item-title .item-downloads {
    display: none;
}

/*#adarticlerightbottom #randomSP {
    padding: 10px;
    border-radius: 3px 3px;
}

    #adarticlerightbottom #randomSP .bucket {
        margin: auto;
    }

.loginpage .mainbox {
    margin: 10px auto;
    font-size: 13px;
}

    .loginpage .mainbox legend {
        line-height: 40px;
        text-transform: uppercase;
        margin: 0 0 10px 0;
        font-size: 18px;
        margin: 0 auto;
    }

    .loginpage .mainbox #RememberMe {
        width: 20px;
        vertical-align: middle;
        margin-right: 5px;
    }

    .loginpage .mainbox p .field-title {
        width: 100px;
        display: inline-block;
    }

    .loginpage .mainbox .toolbar {
        margin: 20px;
        text-align: center;
    }

.localaccount h2, .externalaccount h2 {
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 20px 40px;
    text-align: center;
}

.localaccount fieldset, .localaccount ul, .externalaccount fieldset, .externalaccount table {
    margin: 20px;
}

.localaccount {
    width: 400px;
    margin: 20px auto;
    border: 1px solid #d5e3e8;
    border-radius: 4px 4px;
    padding: 0;
}

    .localaccount input {
        width: 200px;
    }

    .localaccount p label {
        display: inline-block;
    }

.forgotpasswordpage .mainbox {
    margin: 10px auto;
    padding: 0;
}

.localaccount .toolbar button {
    width: 110px;
}

.forgotpasswordpage .mainbox fieldset {
    width: 500px;
    border: 1px solid #d5e3e8;
    border-radius: 4px 4px;
    padding: 0 10px;
    margin: 0 auto;
}

.forgotpasswordpage .mainbox legend {
    line-height: 40px;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 10px;
    margin: 0 auto;
}

.forgotpasswordpage .mainbox p {
    padding: 5px 10px;
}

    .forgotpasswordpage .mainbox p label {
        display: inline-block;
        width: 120px;
    }

.forgotpasswordpage .mainbox span.successmessage, .forgotpasswordpage .mainbox div#QTM_pnlSend {
    width: 500px;
    margin: auto;
}

.forgotpasswordpage .mainbox span#MEMBER_EmailLabel {
    padding-left: 50px;
}

.forgotpasswordpage .mainbox input.medium-field {
    width: 300px;
}

.forgotpasswordpage .mainbox .toolbar {
    text-align: center;
    margin: 10px 0;
}*/
/*
.image-captcha {
    cursor: pointer;
}

.contactpage .mainbox {
    padding: 10px;
    border-radius: 4px 4px;
    font-size: 13px;
    border: 1px solid #d5e3e8;
}

    .contactpage .mainbox .info {
        border-bottom: 1px dotted #ccc;
        margin-bottom: 10px;
    }

    .contactpage .mainbox div.message {
        text-align: center;
        font-weight: bold;
        color: #0072bc;
        padding: 10px;
    }

    .contactpage .mainbox #QTM_vsContact.message {
        font-weight: normal;
        text-align: left;
        color: red;
        border-top: none;
        border-top: none;
        padding-left: 300px;
    }

        .contactpage .mainbox #QTM_vsContact.message ul {
            list-style-type: disc;
        }

    .contactpage .mainbox fieldset {
        padding-left: 200px;
    }

        .contactpage .mainbox fieldset p {
            padding: 3px 0;
        }

            .contactpage .mainbox fieldset p label {
                width: 100px;
                display: inline-block;
            }

                .contactpage .mainbox fieldset p label#QTM_CommonLabel {
                    vertical-align: top;
                }

            .contactpage .mainbox fieldset p input#QTM_txtFullName {
                width: 200px;
            }

            .contactpage .mainbox fieldset p input#QTM_txtEmail {
                width: 300px;
            }

            .contactpage .mainbox fieldset p input#QTM_txtAddress, .contactpage .mainbox fieldset p input#QTM_txtCompany {
                width: 400px;
            }

            .contactpage .mainbox fieldset p textarea {
                height: 100px;
                width: 400px;
            }

                .contactpage .mainbox fieldset p textarea#QTM_txtContent {
                    width: 400px;
                    height: 100px;
                }

        .contactpage .mainbox fieldset .imageverifier #QTM_vfSendFriend {
            vertical-align: middle;
        }

        .contactpage .mainbox fieldset .imageverifier #QTM_ImageVerifierDescLabel {
            display: inline-block;
            margin: 5px 0 10px 105px;
            color: #999;
            font-size: 11px;
        }

    .contactpage .mainbox .toolbar {
        text-align: center;
    }

        .contactpage .mainbox .toolbar input {
            padding: 5px 10px;
        }

#Email {
    width: 250px;
}

#Address {
    width: 350px;
}*/

/*.posterpage .mainbox {
    border-radius: 4px 4px;
    font-size: 13px;
    border: 1px solid #d5e3e8;
    padding: 10px;
}

    .posterpage .mainbox fieldset {
        margin: 0 30px 10px 30px;
    }

    .posterpage .mainbox legend {
        line-height: 40px;
        text-transform: uppercase;
        margin: 0 0 10px 0;
        text-align: center;
        font-size: 18px;
    }

    .posterpage .mainbox p {
        color: #666;
    }

        .posterpage .mainbox p label {
            line-height: 35px;
            vertical-align: top;
            text-align: right;
            width: 120px;
            display: inline-block;
        }

.posterpage #SoftwareName, .posterpage #FullName {
    width: 300px;
}

.posterpage #Requirements {
    width: 300px;
}

.posterpage #Image {
    width: 500px;
}

.posterpage #Publisher {
    width: 200px;
}

.posterpage #PublisherWebsite {
    width: 200px;
}

.posterpage #DownloadUrl {
    width: 500px;
}

.posterpage #BriefInfo {
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 500px;
    height: 50px;
}

.posterpage .mainbox p #DetailInfo {
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 500px;
    height: 200px;
}

.posterpage .mainbox iframe {
    margin: auto;
    width: 940px;
    height: 820px;
}

.posterpage .mainbox .toolbar, .registerpage .mainbox .toolbar {
    text-align: center;
}

.registerpage .mainbox {
    border-radius: 4px 4px;
    font-size: 13px;
    border: 1px solid #d5e3e8;
}

    .registerpage .mainbox fieldset {
        margin: 0 30px 10px 30px;
    }

    .registerpage .mainbox legend {
        line-height: 40px;
        text-transform: uppercase;
        margin: 0 0 10px 0;
        text-align: center;
        font-size: 18px;
    }

    .registerpage .mainbox p {
        color: #666;
    }

        .registerpage .mainbox p label {
            line-height: 35px;
            vertical-align: top;
            text-align: right;
            width: 120px;
            display: inline-block;
        }

        .registerpage .mainbox p .tip {
            padding-left: 10px;
            line-height: 35px;
        }

        .registerpage .mainbox p .checkbox {
            text-align: left;
            padding: 3px 5px;
        }

        .registerpage .mainbox p iframe {
            border: 1px solid #ddd;
            border-right: none;
            width: 920px;
            background: #fafafa;
        }*/

/*.sitemap .mainbox .sitemap-nav {
    padding: 10px;
    border-radius: 4px 4px;
    border: 1px solid #d5e3e8;
}

    .sitemap .mainbox .sitemap-nav li {
        font-weight: bold;
        font-size: 14px;
        line-height: 25px;
        float: left;
        width: 250px;
        margin: 0 46px 0 10px;
    }

        .sitemap .mainbox .sitemap-nav li .clearfix li {
            background: url(/themes/default/images/folder.png) 0 3px no-repeat;
            padding-left: 20px;
            font-size: 12px;
            font-weight: bold;
            line-height: 25px;
        }

            .sitemap .mainbox .sitemap-nav li .clearfix li ul.clearfix li {
                background: url(/themes/default/images/t.png) left no-repeat;
                padding-left: 20px;
                margin-left: 5px;
                font-size: 12px;
                line-height: 25px;
                font-weight: normal;
            }*/

.rsspage {
}

    .rsspage p {
        padding: 10px 0;
    }

    .rsspage h2 {
        font-weight: bold;
        color: #0072bc;
    }

    .rsspage ul {
        list-style-type: circle;
        margin-left: 30px;
    }

    .rsspage .mainbox .sitemap-nav, .rsspage .mainbox .sitemap-nav ul {
        list-style-type: none;
        margin-left: 0;
    }

        .rsspage .mainbox .sitemap-nav li {
            width: 25%;
        }

            .rsspage .mainbox .sitemap-nav li ul.clearfix li {
                background: none;
                width: 100%;
            }

                .rsspage .mainbox .sitemap-nav li ul.clearfix li a {
                    background: url(/themes/default/images/rssfeed.png) no-repeat left center;
                    padding-left: 24px;
                }

/*#devicePickerListings {
    width: 800px;
    height: 600px;
}

    #devicePickerListings h2 {
        font-size: 14px;
        font-weight: bold;
        color: #0072bc;
        line-height: 30px;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
    }

    #devicePickerListings .icon-loading {
        text-indent: -999px;
        z-index: 999;
        background: url(/themes/default/images/loading.gif) no-repeat center;
        width: 32px;
        height: 32px;
        position: absolute;
        top: 35px;
        left: 510px;
        display: none;
    }

    #devicePickerListings #pdevices {
        margin: 10px 0;
        border-top: 1px dotted #ccc;
    }

        #devicePickerListings #pdevices ul {
            padding-top: 10px;
        }

            #devicePickerListings #pdevices ul li {
                display: inline-block;
                width: 150px;
                text-align: center;
                margin: 5px;
            }

                #devicePickerListings #pdevices ul li span {
                    display: block;
                    cursor: pointer;
                }

                    #devicePickerListings #pdevices ul li span input {
                        display: none;
                    }

                #devicePickerListings #pdevices ul li img {
                    height: 100px;
                    max-width: 140px;
                    display: block;
                    margin: 0 auto;
                }

.image-captcha {
    vertical-align: middle;
}*/

/*.buyitem {
    background: url(/themes/default/images/icon_cart_top.gif) left no-repeat;
    color: red;
    font-weight: normal;
    padding-left: 15px;
    margin-left: 5px;
    overflow: hidden;
    display: inline-block;
}

.highline .buyitem.short {
    display: none;
}*/

@media print {
    #leftsidebar, #rightsidebar, #tabs, #topLink, #adheader, #adarticlecenter, #adarticlemedium, #comments, #downloadbar, #detailview .download-info, #detailview .screenshots, #detailview .sharebox, #detailview .publisher-softwares, #detailview .tags, #maincontent .list-view, #footer, #copyright, #BG_leftBanner, #BG_rightBanner {
        display: none;
        background: url('images/logo.png') no-repeat left top;
    }

    #maincontent {
        width: 960px;
    }
}


#adsearchcenter {
    border: 1px solid #ccc;
    text-align: center;
    margin-top: 10px;
}

#addownloadlinktop {
    text-align: center;
    border: 1px solid #ccc;
}

    #addownloadlinktop:before {
        text-align: left;
        content: "Quảng cáo - tài trợ";
        display: block;
        padding: 5px 0 5px 5px;
        font-weight: bold;
        border-bottom: 1px solid #ccc;
    }

#adrightsecond td, #adrightspecial td {
    padding-bottom: 10px;
}

#page.downloadlink .download-box {
    padding: 10px 0;
}

    #page.downloadlink .download-box .column-first {
        float: left;
        margin-right: 10px;
    }

    #page.downloadlink .download-box .column-second {
        float: right;
        margin-right: 0;
    }

.viewmore {
    text-align: right;
    display: block;
}

.adbox {
    overflow: hidden;
    text-align: center;
}

    .adbox table {
        margin: 0 auto;
    }

    .adbox td {
        border-radius: 5px;
    }

    .adbox.admeta * {
        max-width: 100% !important
    }

.textview .adbox {
    margin: 20px auto;
}

/*#page.reportpage .mainbox {
    border: 1px solid #eee;
    padding: 10px;
    background: #fff;
}

#page.reportpage h1 {
    font-size: 2em;
}

#page.reportpage .mainbox .field label {
    display: block;
}

#page.reportpage .mainbox .field #Note {
    display: block;
    height: 80px;
    width: 420px;
}*/

/*.software-val {
    with: 650px !important;
}

    .software-val li {
        width: 50%;
        float: left;
        height: 20px;
    }

        .software-val li.limitations-info {
            overflow: hidden;
        }

        .software-val li.requirements-info {
            width: auto !important;
        }

        .software-val li span.item-label {
            font-weight: bold; margin-right:5px;
        }*/

/*#ga_exp {
    width: 970px;
    height: 90px;
    margin: 0 auto;
}

.ads-content-footer, .ads-url-footer {
    width: 336px;
    height: 280px;
    margin: 10px auto;
}*/


/*DocViewer*/
/*#iframe-docviewer {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 998;
    height: 100%;
    width: 100%;
}

#iframe-docviewer-close {
    display: block;
    width: 100px;
    z-index: 999;
    height: 32px;
    position: fixed;
    left: 10px;
    bottom: 10px;
    background: url(/themes/default/images/undo_yellow.png) no-repeat;
    background-size: contain;
    line-height: 32px;
    padding-left: 38px;
    color: orange;
    font-size: medium;
    font-weight: bold;
    text-shadow: 0 0 5px #fff;
    cursor: pointer !important;
}*/

/*related-articles*/
.related-articles {
    margin-bottom: 10px;
    border-radius: 5px;
    background: #fbfbfb;
    border: 1px solid #f0f0f0;
}

    .related-articles .related-title {
        font-size: 1.2em;
        color: #000;
        padding: 10px 10px 5px 10px;
        border-bottom: 1px solid #fafafa;
        font-weight: bold;
    }


    .related-articles li.article-item {
        margin-bottom: 10px;
        padding-bottom: 10px;
        width: 32%;
        display: inline-table;
        vertical-align: top;
    }

        .related-articles li.article-item a {
            margin: 10px;
            color: #000;
        }

.a-i-wrapper {
    margin-right: 10px;
    text-align: center;
    float: left;
}

.related-articles li.article-item img.article-image {
    max-width: 100%;
    margin: 0 auto;
    max-height: 120px;
}


.related-articles li.article-item .a-i-wrapper {
    float: none;
    margin: 0;
    height: 120px;
    border-radius: 5px;
    overflow: hidden;
}

.related-articles li.article-item img.article-image {
    float: none;
    max-height: none;
}

.related-articles li.article-item .article-title {
    display: block;
    margin-top: 5px;
}

/*Với info*/
.related-articles li.article-item.info {
    margin-bottom: 10px;
    padding: 0 10px 10px 10px;
    width: auto;
    display: block;
    vertical-align: top;
    clear: both;
}

    .related-articles li.article-item.info a {
        margin: 0;
        font-size: 1.2em;
    }

    .related-articles li.article-item.info p {
        font-size: 0.9em;
    }

    .related-articles li.article-item.info img.article-image {
        max-width: 120px;
        margin: 0 0 0 0;
        margin-bottom: 10px;
        border: 1px solid #ccc;
    }

#adpageexpanding {
    margin-top: 10px;
}

#mainNav .toggle.viewall {
    display: none;
}
/*Css phần search*/
.ui-menu {
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    box-shadow: 0 2px 10px #888;
    padding-bottom: 8px;
    border-radius: 2px;
    border-top-color: #d9d9d9;
}

.titleSearch {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding-left: 8px;
}

.ui-menu .ui-menu-item-wrapper {
    width: 100%;
    display: table;
    vertical-align: middle;
}

.imgSearch {
    vertical-align: middle;
    display: table-cell;
}

    .imgSearch img {
        width: 32px;
        height: 32px;
        max-width: 32px !important;
        vertical-align: middle;
    }

.ui-menu .ui-menu-item {
    border-bottom: 1px solid #eee;
    padding: 8px;
    display: block;
}

    .ui-menu .ui-menu-item:last-child {
        border-bottom: 0;
    }

.ui-menu-item .titleSearch:hover {
    color: #f8752b;
}

.viewSearch {
    opacity: .54;
    font-size: 13px;
    min-width: 90px;
    vertical-align: middle;
    text-align: right;
    color: rgba(0,0,0,.87);
    display: table-cell;
}


.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: 0;
}

.ui-autocomplete {
    max-width: 432px !important;
    z-index: 9;
    -webkit-overflow-scrolling: touch;
    max-height: 400px !important;
    overflow: auto !important;
}

.post .ui-autocomplete {
    z-index: 9999;
}

.ui-autocomplete:hover::-webkit-scrollbar-thumb {
    background: #ddd;
}

.ui-autocomplete::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background: none;
    border-radius: 5px;
}

.iconClear {
    display: none;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: 93px;
    background: url(/themes/default/images/icon-clear.png) no-repeat center;
    opacity: .32;
    cursor: pointer;
}

.clearText .iconClear {
    display: block;
}

/*css slider text view*/


.textview .slider {
    clear: both;
    max-height: 325px;
    height: inherit;
}

    .textview .slider figure img {
        height: 100% !important;
        width: auto;
        padding-right: 5px;
        max-width: inherit !important;
        box-shadow: inherit;
        border-radius: 0;
        border-color: inherit;
        margin: 0;
        border-style: none;
        max-width: inherit;
    }

.hide {
    display: none !important;
}

.textview .slider {
    height: auto;
    display: block;
    padding-top: 52%;
    width: 100%;
    margin-bottom: 8px;
    position: relative;
}

    .textview .slider .slider-wrapper {
        width: auto;
        display: flex;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        flex-wrap: nowrap;
        height: 100%;
        flex-direction: row;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
 
/*Scroll bar nav*/

.slider-wrapper::-webkit-scrollbar {
    height: 2px;
}

.slider-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
}

.slider-wrapper::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #c1c1c1
}


.textview .slider figure {
    height: 100%;
    display:contents;
   
}
    .textview .slider figure:last-child img {
        padding-right: 0;
    }
    /*textview .gallery*/
    .textview .gallery img {
        width: 100%;
        height: auto;
        display: block;
    }

.textview .gallery {
    margin-bottom: 8px;
}

.textview figure {
    text-align: center;
    margin-bottom: 16px;
}

.textview .gallery-wrapper figure {
    width: 31.5%;
}

.textview .gallery-wrapper.two-colums figure {
    width: 48.3%;
}

.textview .gallery-wrapper.four-colums figure {
    width: 23.3%;
}

.textview .gallery-wrapper.five-colums figure {
    width: 18.3%;
}

.textview .gallery div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.textview .gallery figure {
    margin: 0.8%;
   
}

.textview figcaption {
    text-align: center;
    font-style: italic;
    font-size: 15px;
}

.textview .slider:hover .next-slider:before, .textview .slider:hover .back-slider:before {
    visibility: visible;
}

.textview .slider .next-slider {
    display: block;
    position: absolute;
    top: 0;
    width: 40px;
    right: 0;
    cursor: pointer;
    height: 100%;
}

.textview .slider .back-slider {
    position: absolute;
    top: 0;
    cursor: pointer;
    left: 0;
    width: 32px;
    display: block;
    width: 40px;
    max-height: 100%;
    height: 100%;
}

.textview .slider .next-slider:before {
    content: '▶';
    position: absolute;
    font-size: 14px;
    top: 16px;
    bottom: 16px;
    margin: auto 0;
    visibility: hidden;
    box-shadow: 0 2px 3px rgba(0,0,0,.25);
    text-indent: 4px;
    background: #f7f7f7;
    color: #6f6767;
    border-radius: 50%;
    display: block;
    line-height: 32px;
    width: 32px;
    text-align: center;
    height: 32px;
}

.textview .slider .back-slider:before {
    content: '◀';
    visibility: hidden;
    position: absolute;
    font-size: 14px;
    top: 16px;
    bottom: 16px;
    margin: auto 0;
    box-shadow: 0 2px 3px rgba(0,0,0,.25);
    left: 8px;
    background: #f7f7f7;
    color: #6f6767;
    border-radius: 50%;
    display: block;
    line-height: 32px;
    width: 32px;
    text-align: center;
    height: 32px;
}




@media screen and (max-width: 640px) {

    .posturls .boxdown-right {
        float: none;
        width: 100%;
        padding-left: 0;
    }

    #page.searchpage .list-view .list-item-info {
        max-width: 100%;
    }

    #tabcontents .list-item-info {
        width: 100%;
    }

    .posturls .boxdown-left {
        float: none;
        margin: 32px auto 0 auto
    }

    .ui-autocomplete {
        max-width: inherit !important;
    }

    .ui-autocomplete {
        max-width: 100% !important;
        left: 10px !important;
        width: inherit;
        max-height: 360px !important;
        overflow: auto !important;
        right: 10px !important;
    }

    .viewSearch {
        min-width: 75px;
    }

    .ui-autocomplete {
        position: absolute;
        top: 0;
        left: 0;
        cursor: default;
    }

    .navigation > li > i::after {
        content: " ";
        display: block;
        width: 24px;
        height: 24px;
        background: url(/themes/default/images/icon-down.png) no-repeat 0 1px;
    }

    .navigation > li > i {
        padding: 8px;
        position: absolute;
        right: 8px;
        cursor: pointer;
        top: 4px;
        z-index: 100;
        opacity: 0.12;
    }

    .first.home-menu i::after {
        display: none;
    }

    .navigation > li.active > i::after {
        content: " ";
        display: block;
        width: 24px;
        height: 24px;
        background: url(/themes/default/images/icon-up.png) no-repeat 0 1px;
    }

    .navigation > li.active > i {
        opacity: 0.54;
    }

    body {
        background: #fff;
    }

    #mainNav .navigation li.item.active {
        border-bottom: 1px solid #eee;
    }

        #mainNav .navigation li.item.active > a {
            background: #eee;
        }

    #container {
        overflow: hidden;
        padding: 0 !important;
        width: initial !important;
        margin: 10px;
    }

    #adheader,
    #topLink,
    #platforms,
    #aft_search_728,
    #adlefttop2_wrapper, #adrightsecond2_wrapper, #adlefttop2,
    .screenshots,
    #adrightsecond2,
    .aft_ads_650, #header .sharebox,
    .navigation li.first,
    #hometopview .title em,
    #hometopview .title i:before,
    .breadcrumbs span:first-child,
    #maincontent .highline li:nth-child(n+4),
    .subtabs ul li:last-child,
    .list-view .title i:before,
    .list-view .list-item-title img,
    .list-view .list-item-info .version-info,
    .list-view .list-item-info .filesize-info,
    .list-view .list-item-plus .rating-info .votes,
    .options span,
    .otherversions li a em,
    .relatedsoftwares li a em,
    .detail-info .rating-info .item-info a i,
    #adx_spec,
    #page.downloadlink > #adexp0 {
        display: none !important;
    }

    #adpageexpanding.adbox {
        height: 90px;
        padding-bottom: 8px;
    }

    #footer #bottomnav {
        text-align: center
    }

    #copyright div,
    #adrightsecond.adbox {
        text-align: center !important;
    }

    #leftsidebar {
        position: relative;
        width: auto;
        clear: both;
    }

        #leftsidebar .leftnavigation li {
            width: 50%;
            float: left;
            overflow: hidden;
            white-space: nowrap;
        }

            #leftsidebar .leftnavigation li a span {
                -ms-text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                display: block;
            }

    #header {
        margin-bottom: 20px;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }

        #header #logo {
            float: none;
        }

        #header #searchBox {
            float: none;
            margin-top: 0;
            display: block;
        }

            #header #searchBox #q {
                position: absolute;
                left: 0;
                right: inherit;
                line-height: 29px;
                height: 29px;
                right: 100px;
                width: 80%;
            }

            #header #searchBox #btnHeaderFind {
                position: absolute;
                right: 0;
            }

            #header #searchBox form {
                position: relative;
                display: block;
            }

    .toggle.menu {
        display: block;
        background: url(/themes/default/images/menu-36.png) no-repeat center;
        background-size: 32px !important;
        height: 32px;
        width: 32px;
        padding: 4px;
        position: absolute;
        right: 6px;
        border-radius: 3px;
        top: 15px;
        opacity: .87;
        transition: right .5s;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: none;
        box-shadow: none;
        -webkit-appearance: none;
        outline: none;
    }

    #mainNav .navigation li.home-menu a::after {
        display: none;
    }
    /*#mainNav .navigation > li > a:after {
        content: " ";
        display: block;
        background: url(/themes/default/images/icon-down.png) no-repeat 0 1px;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 0;
        margin-right: 16px;
        top: 12px;
        opacity: .12;
    }*/



    .showmenu .toggle.menu {
        background: url(/themes/default/images/close_black_36.png) no-repeat center;
        z-index: 999;
        opacity: .87;
        right: 256px;
        position: fixed;
        top: 15px;
    }

    .showmenu .overlay, .showsearch .overlay {
        background-color: rgba(0,0,0,.5);
        height: 100%;
        left: 0;
        opacity: .5;
        top: 0;
        width: 100%;
        z-index: 999;
        position: fixed;
        transition: visibility 0 linear .4s,opacity .4s cubic-bezier(.4,0,.2,1);
        transform: translateZ(0);
        -webkit-user-drag: none;
        touch-action: none;
    }

    #mainNav {
        width: 256px;
        position: fixed;
        background: #fff;
        top: 0;
        bottom: 0;
        z-index: 1000;
        display: block;
        right: -260px;
        transition: all .5s;
    }

        #mainNav .navigation li a img {
            -moz-filter: none;
            -ms-filter: none;
            -webkit-filter: none;
            filter: none;
            margin-left: 16px;
            margin-right: 16px;
            height: 24px;
            width: 24px;
            vertical-align: middle;
        }

    .showmenu #mainNav {
        display: block;
        right: 0;
    }

    #mainNav .toggle.viewall {
        display: block;
        text-align: center;
        cursor: pointer;
    }

    #mainNav .navigation {
        margin: 0;
        height: auto;
        border: none;
    }

    #mainNav #tabs {
        border: none;
    }

    #mainNav .navigation li.item {
        display: block;
        width: 100%;
        background: none;
        min-width: 0;
        position: relative;
    }

    #mainNav.viewall .toggle.viewall {
        display: block;
    }

    #mainNav.viewall .navigation li.item {
        display: block !important;
        width: 50%;
    }

        #mainNav.viewall .navigation li.item ul {
            display: none;
        }

    /*.windows #mainNav .navigation li.item:not(.windows) {
        display: none;
    }

    .mac #mainNav .navigation li.item:not(.mac) {
        display: none;
    }

    .android #mainNav .navigation li.item:not(.android) {
        display: none;
    }

    .ios #mainNav .navigation li.item:not(.ios) {
        display: none;
    }

    .windowsphone #mainNav .navigation li.item:not(.windowsphone) {
        display: none;
    }

    .web #mainNav .navigation li.item:not(.web) {
        display: none;
    }

    .linux #mainNav .navigation li.item:not(.linux) {
        display: none;
    }

    .blackberry #mainNav .navigation li.item:not(.blackberry) {
        display: none;
    }

    .symbian #mainNav .navigation li.item:not(.symbian) {
        display: none;
    }*/

    #mainNav .navigation li a {
        text-align: left;
        color: #333;
    }

    #mainNav .navigation li.home-menu a {
        color: #fff;
        margin-right: inherit;
        text-indent: 56px;
    }

    #mainNav .navigation > li > a > span {
        position: absolute;
        top: 4px;
    }

    #mainNav .navigation li a img {
        -moz-filter: none;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
    }


    #mainNav .navigation li ul li {
        width: 100%;
    }

    .navigation li.first {
        display: block !important;
    }

    #mainNav .navigation li.home-menu {
        height: 32px;
        width: 192px;
        min-width: initial;
        text-indent: 42px;
        margin-bottom: 8px;
        color: #fff;
        background: #2196f3 url(/themes/default/images/menu-white-36.png) no-repeat 10px;
        background-size: 32px;
        float: left;
        margin: 0;
        padding: 0;
        white-space: nowrap;
        position: relative;
    }

    #mainNav .navigation li.active ul {
        display: block;
        opacity: inherit;
        border-top: 1px solid rgba(0,0,0,.12);
    }

    .showmenu, .showsearch {
        overflow: hidden;
        height: 100%;
        -webkit-overflow-scrolling: touch;
    }

        .showmenu #mainNav {
            transition: all .5s;
            z-index: 1000;
            right: inherit;
            box-shadow: none;
            right: 0;
            overflow: auto;
            overflow-x: hidden;
        }

    #mainNav .navigation li ul li a:hover span {
        color: #f8752b;
    }
    /*#mainNav .navigation > li.active > a:after {
        content: " ";
        display: block;
        background: url(/themes/default/images/icon-up.png) no-repeat 0 1px;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 0;
        margin-right: 16px;
        top: 12px;
        opacity: .54;
    }*/
    #mainNav .navigation li ul li a span {
        color: #039;
    }

    #mainNav .navigation li ul li a span {
        margin-left: 16px;
    }

    #mainNav .navigation li ul li a img {
        height: 24px;
        width: 24px;
        position: absolute;
        top: 5px;
        left: 5px;
        margin-left: 16px;
        -moz-filter: none;
        -ms-filter: none;
        -webkit-filter: none;
        filter: none;
    }

    #mainNav .navigation li ul li a img {
        top: 12px;
        left: 0;
    }

    #mainNav .navigation li ul li a {
        display: block;
        text-align: left;
        text-indent: 0;
        padding: 0 0 0 40px;
        color: #039;
        font-weight: normal;
        position: relative;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        cursor: pointer;
    }

    #mainNav .navigation li a {
        padding: inherit;
        line-height: 48px;
        border-right: inherit;
    }

    #mainNav .navigation li ul li {
        list-style: none;
        width: 100%;
        font-size: 1em;
        font-weight: normal;
        background: none;
    }

    #mainNav .navigation li.home-menu a {
        line-height: 70px;
    }

    #mainNav .navigation li.home-menu {
        width: 100%;
        height: initial;
    }

    #mainNav .navigation li a {
        padding: inherit;
        line-height: 48px;
        padding-right: 48px;
        border-right: inherit;
    }

    #mainNav .navigation li ul {
        display: none;
        visibility: visible;
        overflow: hidden;
        float: none;
        left: 0;
        right: auto;
        top: 0;
        background: #fff;
        z-index: 999;
        box-shadow: none;
        padding: 5px 0;
        position: relative;
        width: 100%;
        border: none;
    }

    div#rightsidebar,
    .list-item-plus,
    .options,
    h1.detail-title,
    .navigation,
    #maincontent,
    #downloadbar,
    .googlesearchform,
    #page.downloadlink .download-box .column-first {
        width: 100% !important;
    }

        .options a {
            width: 50%;
            float: left;
        }

    .topdownloads .listbox-view .list-item .list-item-title .title {
        width: 80%;
    }

    .threecolumn #maincontent .topdownloads .listbox-view .list-item .list-item-title .item-downloads {
        display: block;
    }

    .detail-content img, .install-tip img {
        max-width: 100%;
    }

    div#rightsidebar {
        margin: 10px auto;
        width: 300px;
    }

    .breadcrumbs {
        height: auto !important;
    }

    #ga_exp {
        width: 336px !important;
        height: 280px;
        margin: 0 auto;
    }

    #page {
        margin-top: 10px;
    }

        #page.searchpage .list-view .list-item-info .specs-info {
            padding-left: 5px;
        }

    #downloadbar {
        overflow: visible !important;
    }

        #downloadbar .content-wrapper {
            background: url(/themes/default/images/Logo-toolbar.png) no-repeat right;
            background-size: 50%;
            height: 63px;
        }



    #floatright {
        float: right;
        width: 200px !important;
        display: none;
    }

    #page.threecolumn #maincontent {
        margin: 0;
    }

    #hometopview .title {
        font-size: 1.5em;
    }

        #hometopview .title i, #page.searchpage .list-view .list-item-title i {
            font-weight: normal;
            color: #888;
            line-height: 23px;
            display: block;
        }

    .list-view .list-item-info {
        padding: 0;
        max-width: 100%;
    }

    .list-view .list-item-plus {
        text-align: left;
        height: 75px;
        margin: 10px 0 0 0;
    }

        .list-view .list-item-plus .download-info {
            position: relative;
            top: -35px;
            float: right;
            width: 30%;
            margin: 10px 0;
        }

        .list-view .list-item-plus .rating-info .item-label,
        .list-view .list-item-plus .license-info .item-label,
        .list-view .list-item-plus .downloads-info .item-label {
            display: inline-block;
        }

        .list-view .list-item-plus .license-info,
        .list-view .list-item-plus .downloads-info {
            margin: 0;
            padding: 2px 0 0 0;
        }

    .list-view .list-item-title {
        padding: 10px 0;
    }

    .list-view .list-item-info img {
        max-width: 150px !important;
    }

    .list-view .title i {
        display: block;
        font-size: 16px;
    }

    .list-view .list-item-plus .rating-info .rating-icon {
        display: inline-block;
        padding: 0;
    }

    .detail-info .rating-info .item-info a #rating {
        display: block;
        font-weight: normal;
    }

    .detail-info {
        width: 100% !important;
        float: none;
    }

    .download-info.top {
        width: 100%;
        float: none;
    }

    .detail-title {
        width: 100% !important;
        padding: 0;
    }

        .detail-title img {
            padding: 0;
        }

    .latest-version {
        background: #fcf9c1;
        text-indent: 10px;
    }

    /*.detailpage .detail-info .limitations-info span.item-info,
    .detailpage .detail-info .requirements-info span.item-info,
    .downloadpage .detail-info .requirements-info .item-info {
        float: left;
        width: 60%;
    }*/
    .otherversions li, .relatedsoftwares li {
        line-height: 20px;
        padding: 5px 0;
    }

    /*.otherversions li a i:before, .relatedsoftwares li a i:before {
            content: " - ";
            color: #888;
        }*/

    #page.downloadlink .download-box .column-second {
        margin-right: 5px;
    }

    /*#permalink .link-title {
        width: 45%;
    }*/

    .downloadpage .download-box #permalink {
        margin-bottom: 10px;
    }

    /*.download-box .list-download .download-link-button .link-title {
        width: 64%;
    }*/

    .ads-content-footer, .ads-url-footer {
        width: 336px !important;
        height: 280px;
        margin: 10px auto;
    }

    .software-val li {
        width: auto !important;
        float: none !important;
    }

    .adbox {
        overflow: initial !important;
    }

    #adrightspecial {
        text-align: center;
    }


    #detailview .download-info.top #DownloadButtonTop:after {
        /*margin-left: 20px;*/
    }


    .related-articles li.article-item {
        width: 100%;
        margin: 0;
        padding: 0;
        border-top: 1px solid #fff;
    }

        .related-articles li.article-item .a-i-wrapper {
            width: 80px;
            float: left;
        }

        .related-articles li.article-item .a-i-wrapper {
            float: left;
            max-height: 100px;
            height: auto;
            margin-right: 10px;
        }

        .related-articles li.article-item .article-title {
        }

    form, iframe, img {
        max-width: 100% !important;
    }

    #maincontent .topdownloads .listbox-view .list-item {
        display: block;
        width: auto;
    }
}

.categorypage #maincontent .description {
    margin-bottom: 10px;
}

#scrolltop {
    position: fixed;
    bottom: 32px;
    right: 10px;
    z-index: 9999;
    display: none;
    height: 32px;
    width: 32px;
    background: url(/themes/default/images/scrolltop.png) no-repeat center;
    background-size: 32px;
    cursor: pointer;
}

    #scrolltop:hover {
        opacity: 0.5;
    }

.featured-articles .title {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.featured-articles li {
    width: 50%;
    float: left;
    margin: 5px 0;
    border-bottom: 1px solid #eee;
}

.featured-articles a {
    display: block;
    padding: 0 5px 4px 58px;
    position: relative;
    overflow: hidden;
    height: 63px;
    line-height: 21px;
}

    .featured-articles a img {
        width: 48px;
        margin-right: 5px;
        left: 0;
        vertical-align: top;
        position: absolute;
    }

@media screen and (max-width: 480px) {
    .post.showsearch .toggle.search {
        display: none;
    }

    .post .iconClear {
        right: 0;
    }

    .ui-autocomplete {
        left: 20px !important;
        right: 20px !important;
    }

    .shide {
        position: absolute;
        visibility: hidden;
    }

    #mainNav {
        left: -260px;
        right: inherit;
    }

    .showmenu #mainNav {
        left: 0;
    }

    #header #searchBox #q {
        height: 20px;
        padding: 7px 0 7px 32px;
    }

    #searchBox form {
        height: 35px;
        line-height: inherit;
    }

    .toggle.menu {
        background: url(/themes/default/images/home-32.png) no-repeat center;
        left: -10px;
        top: 5px;
        transition: left .5s;
        padding: 8px;
        background-size: 24px !important;
        opacity: 0.87;
        height: 24px;
        width: 24px;
    }

    .showmenu .toggle.menu {
        opacity: .87;
        left: 256px;
        position: fixed;
        top: 5px;
    }

    .breadcrumbs {
        white-space: nowrap;
        overflow-x: auto;
    }




    #searchBox form {
        border: 1px solid #2296f3;
    }

    #mainNav .navigation li.home-menu {
        background: #2196f3 url(/themes/default/images/menu-white-36.png) no-repeat 14px;
        background-size: 28px;
    }

    #searchBox #platforms {
        display: none;
    }

    #header #searchBox #btnHeaderFind {
        height: 33px;
    }

    #header #searchBox {
        left: 10px;
        right: 10px;
    }

    #logo a {
        margin-top: 0;
        background-size: auto 41px;
        background-position: center;
        width: inherit;
        margin-left: 0;
        height: 50px
    }

    .showmenu .toggle.search {
        visibility: hidden;
    }

    .showsearch .toggle.search {
        background: url(/themes/default/images/icon-clear.png) no-repeat center;
        opacity: 0.87;
    }

    .post .toggle.menu {
        left: 12px;
    }

    .post.showmenu .toggle.menu {
        left: 256px;
        z-index: 1000;
    }

    .post #page {
        margin: 10px 20px
    }

    .post .content-overview {
        margin: 0;
    }

    .post .toggle.search {
        display: block;
        background: url(/themes/default/images/search-32.png) no-repeat center;
        background-size: 24px !important;
        opacity: 0.87;
        height: 24px;
        width: 24px;
        padding: 8px;
        position: absolute;
        right: 12px;
        border-radius: 3px;
        top: 5px;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: none;
        box-shadow: none;
        -webkit-appearance: none;
        outline: none;
    }

    .post.showsearch .toggle.search {
        background: url(/themes/default/images/icon-clear.png) no-repeat center;
        opacity: 0.87;
    }

    .post #header #searchBox {
        margin-top: 7.5px;
    }

    .post #searchBox {
        position: absolute;
        top: 0;
        visibility: hidden;
        height: 33px;
        z-index: 1000;
        margin-top: 7.5px;
        padding: 0;
    }

    .post #header #searchBox {
        left: 60px;
        right: 20px;
    }

    .post #container {
        margin: 0;
    }

    .post #header {
        padding-bottom: 0;
        background: #fff;
        z-index: 1000;
        position: relative;
        width: 100%;
        display: block;
        margin: 0;
    }

    .post.showsearch #searchBox {
        top: 0;
        opacity: 1;
        visibility: visible;
        background: none;
        border: none;
        box-shadow: none;
    }

    .post #header #searchBox #btnHeaderFind {
        display: none;
    }

    #searchBox form {
        height: 33px;
    }


    #container {
        margin: 0 10px;
    }

    #page {
        margin: 10px;
    }

    #header {
        position: relative;
        padding-bottom: 16px;
        margin-bottom: 16px;
        margin-left: 10px;
        margin-right: 10px;
    }

    #adpageexpanding.adbox {
        padding: 0 10px 8px 10px;
    }

    #mainNav .navigation li.home-menu a {
        line-height: 51px;
    }

    .showsearch #logo, .showmenu #logo {
        opacity: 0;
    }

    .showmenu #header {
        z-index: 9;
    }

    .download-box .list-download .download-link-button .link-title {
        overflow: hidden;
        margin-right: 8px;
        vertical-align: middle;
        color: #0072bc;
        font-size: 1em;
        text-overflow: ellipsis;
        padding-bottom: 6px;
        display: block;
        float: none;
    }

    .download-box .list-download .download-link-button .link-download {
        float: none;
    }

    .featured-articles li {
        width: 100%;
        float: none
    }
}

@media screen and (max-width: 320px) {
    .featured-articles li {
        width: 100%;
    }
    
    .textview .gallery div {
        display:block;
    }
    .textview .gallery figure {
        width: 100% !important;
        margin-bottom:8px;
    }
    }

.adx-cell {
    text-align: left;
}

.adnwBanner {
    display: inline-block;
}

#leftsidebar .list-latest {
    clear: both;
}

    #leftsidebar .list-latest .item-downloads {
        display: none;
    }


@media screen and (min-width: 1000px) {
    /* body {
        background: url(/themes/default/images/bg-noel.jpg) no-repeat top center;
    }*/
    #container {
        background: #fff;
    }
}

/*
#permalink {
    position: relative;
    display: block;
    
    margin: 5px 0;
    padding-left: 26px;
}

   #permalink::after {
        content: 'Download';
        float: right;
        color: #fff;
        display: inline-block;
        padding-right: 10px;
        font-weight: bold;
        border-radius: 4px 4px 4px 4px;
        background: #64991e;
        font-size: 1.5em;
        padding-left: 30px;
        line-height: 1.5em;
        background: #64991e url(/themes/default/images/ico.png) no-repeat 8px center;
    }

    #permalink:hover:after {
        background-color: #faa61a;
    }
    #permalink.playicon::after{
        background-image:url(images/playicon.png);
    }
    #permalink.appleicon::after {
        background-image: url(/themes/default/images/macicon.png);
    }
    .is-web::after {
        content: 'Truy cập';
    }*/



/*profilepage*/
#page.threecolumn.accountpage #maincontent {
    width: 768px;
}

.profilepage h1 {
    font-size: 3em;
    font-weight: bold;
    color: #333;
    display: block;
}

.profilepage .info li {
    margin-bottom: 10px;
}

.profilepage .info h3 {
    font-size: 2em;
    font-weight: bold;
    display: block;
    line-height: 2em;
}

.profilepage .info label.title {
    display: block;
    font-size: 1em;
    line-height: 1.5em;
}


.profilepage .info .username {
    font-weight: bold;
}





.profilepage .info .avatar img {
    max-height: 150px;
}

.profilepage .info .facebook a {
    display: block;
    background: url(images/facebook-32.png) no-repeat left center;
    padding-left: 42px;
    line-height: 32px;
    cursor: pointer;
}

.profilepage .info .google a {
    display: block;
    background: url(/themes/default/images/google-32.png) no-repeat left center;
    padding-left: 42px;
    line-height: 32px;
    cursor: pointer;
}

.profilepage .info .meta a {
    display: block;
    background: url(/themes/default/images/meta-32.png) no-repeat left center;
    padding-left: 42px;
    line-height: 32px;
    cursor: pointer;
}
/*navbox.account*/
.navbox .hdnav {
    font-size: 1.2em;
    border-bottom: 1px solid #eee;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.navbox li a {
    display: block;
    position: relative;
    padding-left: 32px;
    min-height: 32px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
    line-height: 31px;
}

.navbox.account .profile a {
    background: url(/themes/default/images/user-24.png) no-repeat left center;
}

.navbox.account .posts a {
    background: url(/themes/default/images/list-24.png) no-repeat left center;
}

.navbox.account .logout a {
    background: url(/themes/default/images/power-24.png) no-repeat left center;
}
/*form*/
.textfield {
    display: block;
    padding: 7px;
    width: 300px;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background: #f5f5f5;
    padding: 7px;
    line-height: 1.4em;
    font-size: 16px;
    font-family: arial;
}

    .textfield:focus {
        background: #fff;
    }

    .textfield.large {
        width: 480px;
    }

    .textfield.full {
        width: 100%;
    }

.selectfield {
    padding: 7px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background: #fcfcfc;
    border-radius: 3px;
}

    .selectfield:focus {
        background: #fff;
    }

.form .desc {
    display: block;
    color: #aaa;
    font-size: 0.9em;
    line-height: 1.6em;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    color: #373a3c;
    background-color: #fff;
    border-color: #ccc;
}

.btn-primary {
    color: #fff !important;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btn-danger {
    color: #fff !important;
    background-color: #d9534f;
    border-color: #d9534f;
}

.textinfo {
    display: block;
    margin-bottom: 20px;
    color: grey;
    line-height: 1.3em;
}

.texterror {
    display: block;
    margin-bottom: 20px;
    color: red;
    line-height: 1.3em;
}

.textsuccess {
    display: block;
    margin-bottom: 20px;
    color: green;
    line-height: 1.3em;
}

.textfield.input-validation-error {
    border: 1px solid red;
}

.field-validation-error {
    color: red;
    display: block;
}

/*postpage*/
.mce-tinymce.mce-container {
    box-sizing: border-box;
}

.postpage h1, .postspage h1 {
    font-size: 1.5em;
    margin-bottom: 20px;
}

.postpage .form li {
    margin-bottom: 10px;
}

.toolbar {
    text-align: right;
    margin-bottom: 20px;
}

    .toolbar .btn-danger {
        float: left;
    }

.post-controls {
    display: block;
    clear: both;
    text-align: right;
    margin-bottom: 20px;
    opacity: 0.8;
}

    .post-controls li {
        display: inline-block;
        line-height: 24px;
        margin-left: 20px;
    }

    .post-controls .views {
        background: url(/themes/default/images/eye-16.png) no-repeat left center;
        padding-left: 24px;
    }

    .post-controls .published {
        background: url(/themes/default/images/today-16.png) no-repeat left center;
        padding-left: 24px;
    }

    .post-controls .edit {
        background: url(/themes/default/images/edit-16.png) no-repeat left center;
        padding-left: 24px;
    }

/*ListView*/
.postspage .listview .listitem {
    position: relative;
    /* width: 100%; */
    /* float: left; */
    margin: 0 0 20px 0;
    clear: both;
    min-height: 120px;
    padding-left: 140px;
    border-bottom: 1px solid #eee;
}

    .postspage .listview .listitem:last-child {
        border-bottom: none;
        /*padding: 0;*/
    }

    .postspage .listview .listitem .title {
        font-size: 24px;
        line-height: 32px;
        display: block;
        /* width: 420px; */
        /* float: right; */
        margin-bottom: 10px;
    }

        .postspage .listview .listitem .title:hover {
        }

    .postspage .listview .listitem .thumb {
        max-height: 120px;
        overflow: hidden;
        display: block;
        border-radius: 3px;
        /* float: left; */
        width: 120px;
        margin-right: 20px;
        margin-bottom: 20px;
        position: absolute;
        left: 0;
        top: 0;
    }

        .postspage .listview .listitem .thumb img {
            width: 100%;
            height: auto;
            background: url(/themes/default/images/noimage.png) center no-repeat;
            display: block;
        }

    .postspage .listview .listitem .desc {
        max-height: 92px;
        overflow: hidden;
        text-align: justify;
        clear: right;
        margin-bottom: 20px;
        display: inline-block;
    }

.postspage .toolbar {
    margin-top: 20px;
}

.postspage .viewmore {
    display: block;
    clear: both;
    margin-bottom: 20px;
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

    .bx-wrapper img {
        max-width: 100%;
        display: block;
    }

    /** THEME
===================================*/

    .bx-wrapper .bx-viewport {
        -moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
        box-shadow: 0 0 5px #ccc;
        border: 5px solid #fff;
        left: -5px;
        background: #fff;
        /*fix other elements on the page moving (on Chrome)
        -webkit-transform: translatez(0);
        -moz-transform: translatez(0);
        -ms-transform: translatez(0);
        -o-transform: translatez(0);
        transform: translatez(0);*/
    }

    .bx-wrapper .bx-pager,
    .bx-wrapper .bx-controls-auto {
        position: absolute;
        bottom: -30px;
        width: 100%;
    }

    /* LOADER */

    .bx-wrapper .bx-loading {
        min-height: 50px;
        background: url(/themes/default/images/bx_loader.gif) center center no-repeat #fff;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2000;
    }

    /* PAGER */

    .bx-wrapper .bx-pager {
        text-align: center;
        font-size: .85em;
        font-family: Arial;
        font-weight: bold;
        color: #666;
        padding-top: 20px;
    }

        .bx-wrapper .bx-pager .bx-pager-item,
        .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
            display: inline-block;
            *zoom: 1;
            *display: inline;
        }

        .bx-wrapper .bx-pager.bx-default-pager a {
            background: #666;
            text-indent: -9999px;
            display: block;
            width: 10px;
            height: 10px;
            margin: 0 5px;
            outline: 0;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }

            .bx-wrapper .bx-pager.bx-default-pager a:hover,
            .bx-wrapper .bx-pager.bx-default-pager a.active {
                background: #000;
            }

    /* DIRECTION CONTROLS (NEXT / PREV) */

    .bx-wrapper .bx-prev {
        left: 10px;
        background: url(/themes/default/images/controls.png) no-repeat 0 -32px;
    }

    .bx-wrapper .bx-next {
        right: 10px;
        background: url(/themes/default/images/controls.png) no-repeat -43px -32px;
    }

    .bx-wrapper .bx-prev:hover {
        background-position: 0 0;
    }

    .bx-wrapper .bx-next:hover {
        background-position: -43px 0;
    }

    .bx-wrapper .bx-controls-direction a {
        position: absolute;
        top: 50%;
        margin-top: -16px;
        outline: 0;
        width: 32px;
        height: 32px;
        text-indent: -9999px;
        z-index: 9999;
    }

        .bx-wrapper .bx-controls-direction a.disabled {
            display: none;
        }

    /* AUTO CONTROLS (START / STOP) */

    .bx-wrapper .bx-controls-auto {
        text-align: center;
    }

        .bx-wrapper .bx-controls-auto .bx-start {
            display: block;
            text-indent: -9999px;
            width: 10px;
            height: 11px;
            outline: 0;
            background: url(/themes/default/images/controls.png) -86px -11px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-start:hover,
            .bx-wrapper .bx-controls-auto .bx-start.active {
                background-position: -86px 0;
            }

        .bx-wrapper .bx-controls-auto .bx-stop {
            display: block;
            text-indent: -9999px;
            width: 9px;
            height: 11px;
            outline: 0;
            background: url(/themes/default/images/controls.png) -86px -44px no-repeat;
            margin: 0 3px;
        }

            .bx-wrapper .bx-controls-auto .bx-stop:hover,
            .bx-wrapper .bx-controls-auto .bx-stop.active {
                background-position: -86px -33px;
            }

    /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
        text-align: left;
        width: 80%;
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        right: 0;
        width: 35px;
    }

    /* IMAGE CAPTIONS */

    .bx-wrapper .bx-caption {
        position: absolute;
        bottom: 0;
        left: 0;
        background: #666\9;
        background: rgba(80, 80, 80, 0.75);
        width: 100%;
    }

        .bx-wrapper .bx-caption span {
            color: #fff;
            font-family: Arial;
            display: block;
            font-size: .85em;
            padding: 10px;
        }
/*----------------------------------------*/
.slider {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px 0;
    height: 0;
    padding-top: 52.35%;
}

    .slider > ul {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
    }

    .slider ul li {
    }

    .slider > ul > li:nth-child(n+2) {
        display: none;
    }

    .slider ul li a {
        display: block;
        position: relative;
        border-radius: 3px;
        overflow: hidden;
    }

    .slider > ul > li > a {
        position: absolute;
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
    }

    .slider ul li a:hover {
    }

    .slider ul li a img {
        width: 100%;
        height: 100%;
    }

    .slider ul li a span {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        display: block;
        margin: 0;
        padding: 10px;
        background: rgba(255,255,255,.8);
        font-size: 1.5em;
        text-align: center;
        font-weight: bold;
        border-radius: 3px;
        color: rgba(0,0,0,.87);
    }

    .slider:hover ul li a span {
        background: rgba(255,255,255,.9);
    }

    /*bx slider style wraper*/
    .slider .bx-wrapper {
        margin-bottom: 0;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

        .slider .bx-wrapper .bx-pager {
            top: 0;
            display: none;
            height: 16px;
            position: absolute;
        }

        .slider .bx-wrapper .bx-controls-direction {
            display: none;
        }

    .slider:hover .bx-wrapper .bx-pager, .slider:hover .bx-wrapper .bx-controls-direction {
        display: block;
    }

    .slider .bx-wrapper .bx-controls-direction a {
        z-index: 1;
    }

    .slider .bx-wrapper .bx-prev {
    }

    .slider .bx-wrapper .bx-next {
    }

    .slider .bx-wrapper .bx-viewport {
        border: none;
        left: 0;
    }

    .slider .bx-wrapper .bx-pager.bx-default-pager a {
        background: rgba(255, 255, 255, 0.50);
    }

        .slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .slider .bx-wrapper .bx-pager.bx-default-pager a.active {
            background: rgba(0, 0, 0, 0.50);
        }

ins.adsbygoogle[data-anchor-status] > ins.ee > span {
    position: absolute;
    margin-left: -40px;
}
