﻿@charset "utf-8";
@import url('fancybox/jquery.fancybox-1.3.4.css');

body {
    color: #333;
    font-size: 14px;
    font-family: "tahoma",Arial,sans-serif;
    margin: 0;
    background: #f1f1f1;
}

img {
    border: none;
    vertical-align: middle
}

b,
strong {
    font-weight: 700
}

i {
    font-style: italic
}

a {
    text-decoration: none
}

h1,
h2,
h3,
p,
ul,
li {
    padding: 0;
    margin: 0;
    font-weight: normal
}

ul,
li {
    list-style-type: none;
    zoom: 1
}

.show {
    display: block
}

.hidden {
    display: none
}

.detail-content blockquote,
.detail-content .tips {
    margin: 5px 10px;
    padding: 10px;
    quotes: none;
    color: #039;
    border-color: #8dc63f;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    background: #f6f6f6
}

#pages {
    box-shadow: 0 0 1px #ccc;
    overflow: hidden;
    width: 1050px;
    margin: 0px auto;
    background: #fff;
}

.footer {
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
    /* background: #0686f8; */
    border-top: 2px solid #02aeef;
}

.footer ul.footernav li {
    padding: 0 10px;
    list-style-type: none;
    display: inline-table;
    zoom: 1;

}

.footer ul.footernav li a {
    color: #039;
    text-transform: uppercase;
    display: inline-block;
    zoom: 1;

}

.footer .footer-content {
    padding: 20px 0 0 0;
}

.footer-content .row {
    display: flex;
    padding: 10px;

}

.footer-content .row .col-1 {
    width: 50%;
    text-align: left;
}

.footer-content .row .col-2 {
    width: 50%;
}

.ban {
    width: 1000px;
    height: 237px;
    display: block;
    background: url(banner.jpg) no-repeat;
    margin: 5px 0
}

.contactpage .menuleft,
.tospage .menuleft,
.searchpage .menuleft {
    display: none
}

.contactpage .maincontent,
.tospage .maincontent,
.searchpage .maincontent,
.authorpage .maincontent {
    margin-left: 0;
    border-left: 0;
    width: 100%
}

.tospage .detail {
    margin: 10px 20px
}

#header {
    /*background: #0686f8;*/
    display: block;
    height: 80px
}

.logo {
    float: left;
    /* font-size: 30px; */
    /* line-height: 55px; */
    margin: 10px;
    /* margin-top: 10px; */
    /* width: 180px; */
    /* text-align: center;*/
}

.logo a {
    color: #fff;
    display: block;
    /* font-weight: 700; */
    /* height: 60px; */
    /* line-height: 2px; */
    overflow: hidden;
    width: 100%;
}

.slogan {
    display: block;
    font-size: 12px;
    margin: 0px 2px;
}

.searchbox {
    line-height: 60px;
    /* float: left; */
    float: right;
    margin: 10px;
}

.query {
    outline: none;
    padding: 0 0 0 6px;
    margin: 0;
    width: 420px;
    height: 30px;
    border: 1px solid #357ae8;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.platforms {
    width: 130px;
    margin: 2px 5px 0 -135px;
    color: #666;
    padding: 0 0 0 5px;
    border-left: 1px dotted #aaa;
    border-width: 0 0 0 1px
}

.btnsearch {
    background: #fff url(../images/search.gif) no-repeat 50%;
    border: none;
    width: 32px;
    height: 32px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 0 0 -8px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-indent: -999px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #357ae8
}

.mainNav {
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 3px solid #02aeef;
    padding: 0 8px;
    position: relative
}

.mainNav ul li {
    float: left;
    line-height: 45px;
    position: relative;
    margin: 0
}

.mainNav ul li a {
    color: #000;
    /*font-family: Arial;*/
    font-size: 1.1em;
    line-height: 35px;
    display: inline-block;
    white-space: nowrap
}

.mainNav ul li a.nav-item {
    padding: 0px 10px;
}

/* .mainNav ul li.Windows .nav-item { */
    /* background: url(https://2software.net/wp-content/uploads/icon/icons.png) no-repeat; */
    /* height: 35px; */
/* } */
.mainNav ul li a span{
    margin-left: 5px;
}
.mainNav ul li.Windows .nav-item:before {
    background: url(/wp-content/uploads/icon/windows.png) no-repeat 0 0px;
	background-size: 25px;
}
.mainNav ul li.Windows .nav-item:before {
    width: 25px;
    display: inline-block;
    height: 25px;
    content: "";
    vertical-align: middle;
}


.mainNav ul li.Android .nav-item:before {
    background: url(/wp-content/uploads/icon/android.png) no-repeat ;
	background-size: 25px;
}
.mainNav ul li.Android .nav-item:before {
    width: 25px;
    display: inline-block;
    height: 25px;
    content: "";
    vertical-align: middle;
}

.mainNav ul li.home .nav-item:before {
    background: url(/wp-content/uploads/icon/home-button.png) no-repeat;
	background-size: 25px;
}
.mainNav ul li.home .nav-item:before {
    width: 25px;
    display: inline-block;
    height: 25px;
    content: "";
    vertical-align: middle;
}
.mainNav ul li.IOS .nav-item:before {
    background: url(/wp-content/uploads/icon/app-store.png) ;
	background-size: 25px;
}
.mainNav ul li.IOS .nav-item:before {
    width: 25px;
    display: inline-block;
    height: 25px;
    content: "";
    vertical-align: middle;
}


.mainNav ul li.News .nav-item:before {
    background: url(/wp-content/uploads/icon/idea.png) no-repeat;
	background-size: 25px;
}
.mainNav ul li.News .nav-item:before {
    width: 25px;
    display: inline-block;
    height: 25px;
    content: "";
    vertical-align: middle;
}
.mainNav ul li.WinPhone .nav-item:before {
    background: url(/wp-content/uploads/icon/winphone.png) no-repeat;
	background-size: 25px;
}
.mainNav ul li.WinPhone .nav-item:before {
    width: 25px;
    display: inline-block;
    height: 25px;
    content: "";
    vertical-align: middle;
}

/**
.mainNav ul li a.nav-item:before {
    width: 28px;
    display: inline-block;
    height: 32px;
    content: "";
    vertical-align: middle
}
.mainNav ul li.windows .nav-item:before {
    background: url(../images/icons.png) no-repeat
}

.mainNav ul li.mac .nav-item:before {
    background: url(../images/icons.png) no-repeat 0 -32px
}

.mainNav ul li.ios .nav-item:before {
    background: url(../images/icons.png) no-repeat 0 -65px
}

.mainNav ul li.android .nav-item:before {
    background: url(../images/icons.png) no-repeat 0 -105px
}

.mainNav ul li.windowsphone .nav-item:before {
    background: url(../images/icons.png) no-repeat 0 -146px
}

.mainNav ul li.game .nav-item:before {
    background: url(../images/icons.png) no-repeat 0 -190px
}

.mainNav ul li.tailieu .nav-item:before {
    background: url(../images/icons.png) no-repeat 0 -227px
}

.mainNav ul li.tip .nav-item:before {
    background: url(../images/icons.png) no-repeat 0 -262px
}
**/
.mainNav ul li:hover a:before {
    opacity: .5
}

.mainNav ul li:hover a {
    text-decoration: none;
    color: #ffa500
}

.mainNav li ul {
    display: block;
    position: absolute;
    padding: 10px 20px 10px 10px;
    top: 50px;
    left: -7px;
    border-radius: 0 0 5px 5px;
    width: auto;
    min-width: 150px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 99;
    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
}

.mainNav li.windows ul,
.mainNav li.mac ul,
.mainNav li.ios ul,
.mainNav li.windowsphone ul,
.mainNav li.android ul {
    width: 468px
}

.mainNav li.mac ul {
    z-index: 98
}

.mainNav li.ios ul {
    z-index: 97
}

.mainNav li.android ul {
    z-index: 96
}

.mainNav li.windowsphone ul {
    z-index: 95
}

.mainNav li.game ul {
    z-index: 94
}

.mainNav li.tailieu ul {
    z-index: 93
}

.mainNav li.tip ul {
    z-index: 92;
    left: -74px
}

.mainNav li:hover ul {
    visibility: visible;
    opacity: 1
}

.mainNav li ul:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 30px;
    top: -8px;
    z-index: 999;
    border-width: 0 10px 8px 10px;
    border-style: solid;
    border-color: transparent transparent #ccc transparent
}

.mainNav li.tip ul:before {
    left: 90px
}

.mainNav li ul li {
    float: none;
    margin: 0
}

.mainNav li.windows ul li,
.mainNav li.mac ul li,
.mainNav li.ios ul li,
.mainNav li.windowsphone ul li,
.mainNav li.android ul li {
    width: 50%;
    float: left
}

.mainNav li ul li a {
    clear: both;
    white-space: nowrap;
    display: block;
    font-weight: 100;
    text-shadow: none;
    padding: 0;
    margin: 0;
    line-height: 2em;
    color: #000 !important
}

.mainNav li ul li a img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    -webkit-filter: contrast(0);
    filter: contrast(0)
}

.mainNav ul li ul li a:before {
    display: none
}

.mainNav li ul li a:hover {
    color: #ffa500 !important
}

.mainNav li ul li a:hover img {
    color: #ffa500 !important;
    -webkit-filter: none;
    filter: none
}

.mainNav .overlay {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 1000px;
    height: 1366px;
    background: rgba(0, 0, 0, .2);
    margin: auto;
    left: 0;
    top: 50px;
    content: ' ';
    z-index: 50;
    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.mainNav .overlay.show {
    opacity: 1;
    visibility: visible
}

#header .sharebox {
    height: 24px;
    display: block;
    width: 340px;
    margin: 28px 0 0 0;
    overflow: hidden;
    float: right
}

.detail-content .download-info .sharebox {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 12px;
    width: 310px;
    height: 24px;
    overflow: hidden;
    margin: 0 !important
}

.sharebox .sharetoolbox {
    white-space: nowrap
}

.sharebox .sharetoolbox>div {
    margin-right: 5px !important;
    vertical-align: top !important;
    width: auto !important;
    display: inline-block !important
}

.detail-content .sharebox .sharebox-title {
    float: left
}

.detail-content .sharebox .addthis_toolbox {
    float: left
}

.menu {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 20px;
    position: relative;
    background: #f4f4f4;
    display: block;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 2px 5px #eee
}

#content {
    display: block;
    background: #fff;
	padding: 10px;
}

.menuleft {
    width: 250px;
    display: table-cell;
    float: left
}

.hot-list-title,
.new-list-title,
.breadcrumbs-nav,
.navigation .title {
    /*font-size: 14px; */
    font-weight: bold;
    padding: 8px;
    /* position: relative; */
    /* background: #02aeef; */
    /* color: #fff; */
    display: block;
    /* border-top: 1px solid #e5e5e5; */
    border-bottom: 1px solid #e5e5e5;
    /* box-shadow: 0 2px 5px #eee;*/
}

.wbox .wbox-title {
    font-size: 14px;
    font-weight: 700;
    padding: 8px 12px;
    position: relative;
    background: #02aeef;
    color: #fff;
    display: block;
	text-align: center;
	border-radius: 3px 3px 0px 0px;
}
.wbox .wbox-body {
	border: 1px solid #02aeef;
	margin-bottom:10px;
}

.breadcrumbs-nav a,
.navigation .title a {
    color: #333
}

.breadcrumbs .breadcrumb:after {
    content: " » ";
    color: #bbb
}

.breadcrumbs .breadcrumb:last-child:after {
    content: ""
}

.navigation ul {
    padding: 0
}

.navigation li:last-child {
    border-bottom: none
}

.navigation li {
    font-size: 14px;
    padding: 0
}

.navigation li a {
    color: #000;
    display: block;
    line-height: 2em;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
    line-height: 2.6em;
    margin: 0 10px;
    border-bottom: 1px solid #eee
}

.navigation .game-nav li a img,
#categorynav.navigation li a img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: bottom;
    -webkit-filter: contrast(0);
    filter: contrast(0)
}

#categorynav.navigation li a:hover img {
    -webkit-filter: none;
    filter: none
}

.navigation li.active a,
.navigation li a:hover {
    color: #ffa500
}

.navigation li a:before {
    content: "";
    width: 6px;
    height: 6px;
    border: 1px solid #ddd;
    border-radius: 6px;
    display: inline-block;
    margin: 0 6px 1px 0
}

.navigation li.active a:before,
.navigation li a:hover:before {
    background: green;
    border: 1px solid #006400
}

.navigation .game-nav li a:before,
#categorynav.navigation li a:before {
    display: none
}

.wbox-body .list-item {
    /*white-space:nowrap;*/
    display: block;
    margin: 0 10px;
    overflow: hidden;
    line-height: 35px;
    border-bottom: 1px dotted #ddd;
    height: 35px
}

.wbox-body .list-item .imageslink {
    color: #333;
    /* width: 180px; */
    text-overflow: ellipsis;
    font-size: 13px
}

.wbox-body .list-item .imageslink:hover {
    color: #0686F8;
}

.wbox-body .list-item .iconimg {
    width: 20px;
    margin-bottom: 5px;
    border-radius: 3px;
}

.wbox-body .list-item span {
    float: right;
	color: #faa61a;
}

.maincontent {
    width: 770px;
    position: relative;
    /* border-left: 1px solid #e5e5e5; */
    display: block;
    float: left;
    /* min-height: 900px; */
    vertical-align: top;
    margin-right: 10px;
    overflow: hidden;
}

.maincontent .list-view {
    padding: 0;
    clear: both
}

.maincontent .list-item {
    vertical-align: text-top;
    font-size: 13px;
    margin: 1.3%;
    overflow: hidden;
    position: relative;
    zoom: 1;
    text-align: center;

}

.maincontent .list-item .imageslink {
    display: block;
    height: 105px;
    overflow: hidden;
    margin: auto;
    border-radius: 5px
}

.imgproduct {
    height: 105px;
    border-radius: 5px;
    overflow: hidden
}

.maincontent ul li.download-number {
    font-size: 12px;
    color: #8c8c8c;
}

.maincontent ul li {
    padding: 1px 0
}

.maincontent ul .download {
    display: none
}

.title {
    overflow: hidden;
    display: block;
    font-weight: 700;
    color: #000;
    text-overflow: ellipsis
}

.title:hover {
    text-decoration: underline
}

.publisher:hover,
.publisher {
    overflow: hidden;
    display: block;
    color: #999;
    white-space: nowrap;
    font-size: 12px;
    text-overflow: ellipsis
}

.hotlogo {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    display: inline-block
}

.star {
    display: inline-block;
    vertical-align: middle
}

.star-0 {
    background: url(images/star.png) -80px no-repeat
}

.star-1 {
    background: url(images/star.png) -64px no-repeat
}

.star-2 {
    background: url(images/star.png) -48px no-repeat
}

.star-3 {
    background: url(images/star.png) -32px no-repeat
}

.star-4 {
    background: url(images/star.png) -16px no-repeat
}

.star-5 {
    background: url(images/star.png) no-repeat
}

.list-view .download a {
    text-transform: uppercase;
    padding: 2px 0 0 0;
    font-size: 12px;
    text-align: center;
    display: block;
    font-weight: normal;
    color: #fff;
    width: 80px;
    line-height: 20px;
    background: #aaa
}

.list-view .download a:hover {
    background: green
}

.list-view .download-number {
    font-size: 12px;
    color: #666
}

.list-view .number {
    /*color: green;*/
    font-weight: 700
}

.indexpage .hotdownload {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    padding: 2px 0 0 0;
    background: #a5a5a5;
    border: 1px solid #fff;
    width: 60px;
    margin: 5px 0;
    display: block;
    text-align: center
}

.indexpage .hotdownload:hover {
    text-decoration: none;
    background: #2ac7e1
}

.navbar {
    margin: 15px 20px;
    border-bottom: 1px solid #ccc;
    line-height: 1.9em
}

.summary-info {
    display: inline-block;
    white-space: nowrap;
    width: 300px;
    font-size: 13px;
    font-weight: 700
}

.ordering {
    position: relative;
    display: inline-block;
    float: right;
    font-size: 13px
}

.ordering a {
    padding: 0 10px;
    font-weight: 700;
    color: #666;
    display: inline-block;
    margin-right: 10px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #ccc;
    border-bottom: none;
    background: #eee
}

.ordering .selected {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #000
}

.maincontent.license-trial {
    background: #fdfded;
    background: -moz-linear-gradient(top, #fdfded 0%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfded), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #fdfded 0%, #fff 100%);
    background: -o-linear-gradient(top, #fdfded 0%, #fff 100%);
    background: -ms-linear-gradient(top, #fdfded 0%, #fff 100%);
    background: linear-gradient(to bottom, #fdfded 0%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FDFDEd', endColorstr='#ffffff', GradientType=0)
}

.maincontent.license-trial a#DownloadButtonBottom,
.maincontent.license-trial a#DownloadButtonTop {
    background: #ffa500
}

.maincontent.license-trial a#DownloadButtonBottom:hover,
.maincontent.license-trial a#DownloadButtonTop:hover {
    background: #0fa80f
}

.maincontent h1 {
    margin: 10px 10px;
    font-size: 26px;
    font-weight: 700
}

.maincontent .software-icon {
    max-height: 28px;
    line-height: 30px;
    vertical-align: text-top
}

.maincontent .v-title:before,
.maincontent .subtitle:before {
    content: " "
}

.maincontent .v-title {
    font-size: .8em;
    color: #999;
    font-weight: 100;
    font-style: italic
}

.maincontent .subtitle {
    font-weight: 100;
    font-size: .8em;
    color: #aaa
}

#DownloadButtonTop,
#DownloadButtonBottom {
    background: green;
    margin: 10px auto;
    display: block;
    width: 180px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 3px
}

#DownloadButtonTop:hover,
#DownloadButtonBottom:hover {
    background: #0fa80f
}

#DownloadButtonTop {
    margin: 10px 10px 10px 42px
}

.softwarepage #DownloadButtonTop::after,
.softwarepage #DownloadButtonBottom:after {
    background: url(images/icons_os.png);
    width: 32px;
    height: 32px;
    content: '';
    float: left;
    margin: 3px 0 0 -36px
}

#DownloadButtonTop span,
#DownloadButtonBottom span {
    color: #fff
}

.detail-content {
    margin: 0 10px;
    line-height: 25px;
}

.detail-img {
    width: 150px;
    float: right;
    margin-right: 10px
}

.qrcode {
    float: right
}

.detail-info {
    font-size: 13px
}

.detail-info li {
    line-height: 26px
}

.detail-info li .item-label {
    width: 126px;
    text-indent: 10px;
    display: inline-block
}

.detail-info li .item-label:after {
    content: ":"
}

.detail-info li.publisher-info a {
    font-weight: 700;
    color: #006400
}

.detail-info li.downloads-info .item-info {
    font-weight: 700;
    color: red
}

.detail-info li.license-info .item-info {
    color: #ff4500;
    font-weight: bold
}

.detail-info li.license-info .item-info .free {
    color: green;
    font-weight: bold
}

.detail-info li.relatedplatforms-info .item-label {
    width: auto;
    overflow: hidden;
    line-height: 32px
}

.detail-info li.relatedplatforms-info ul {
    display: inline-block
}

.detail-info li.relatedplatforms-info ul li {
    display: inline-block
}

.detail-info li.relatedplatforms-info ul li a {
    display: block;
    height: 32px;
    width: 32px;
    overflow: hidden;
    text-indent: 32px;
    white-space: nowrap;
    margin: 0 5px;
    background: url(images/icons_os.png)
}

.ios-theme .softwarepage #DownloadButtonTop::after,
.ios-theme .softwarepage #DownloadButtonBottom:after,
.detail-info li.relatedplatforms-info ul li a.ios {
    background-position: 0 -194px
}

.android-theme .softwarepage #DownloadButtonTop::after,
.android-theme .softwarepage #DownloadButtonBottom:after,
.detail-info li.relatedplatforms-info ul li a.android {
    background-position: 0 -150px
}

.linux-theme .softwarepage #DownloadButtonTop::after,
.linux-theme .softwarepage #DownloadButtonBottom:after,
.detail-info li.relatedplatforms-info ul li a.linux {
    background-position: 0 -100px
}

.windows-theme .softwarepage #DownloadButtonTop::after,
.windows-theme .softwarepage #DownloadButtonBottom:after,
.detail-info li.relatedplatforms-info ul li a.windows {
    background-position: 0 -3px
}

.mac-theme .softwarepage #DownloadButtonTop::after,
.mac-theme .softwarepage #DownloadButtonBottom:after,
.detail-info li.relatedplatforms-info ul li a.mac {
    background-position: 0 -49px
}

.windowsphone-theme .softwarepage #DownloadButtonTop::after,
.windowsphone-theme .softwarepage #DownloadButtonBottom:after,
.detail-info li.relatedplatforms-info ul li a.windowsphone {
    background-position: 0 -240px
}

.blackberry-theme .softwarepage #DownloadButtonTop::after,
.blackberry-theme .softwarepage #DownloadButtonBottom:after,
.detail-info li.relatedplatforms-info ul li a.blackberry {
    background-position: 0 -290px
}

.symbian-theme .softwarepage #DownloadButtonTop::after,
.symbian-theme .softwarepage #DownloadButtonBottom:after,
.detail-info li.relatedplatforms-info ul li a.symbian {
    background-position: 0 -338px
}

.web-theme .softwarepage #DownloadButtonTop::after,
.web-theme .softwarepage #DownloadButtonBottom:after,
.detail-info li.relatedplatforms-info ul li a.web {
    background-position: 0 -385px
}

.tailieu-theme .softwarepage #DownloadButtonTop::after,
.tailieu-theme .softwarepage #DownloadButtonBottom:after,
.detail-info li.relatedplatforms-info ul li a.tailieu {
    background-position: 0 -433px
}

.description {
    font-size: 13px;
    padding: 0 0 10px 0;
    clear: both;
    overflow: hidden
}

.description a {
    color: #4800ff
}

.description a:hover {
    text-decoration: underline
}

.description img {
    max-width: 600px
}

.description h2,
.tospage .maincontent h2 {
    font-weight: 700;
    font-size: 1.3em;
    margin: 20px 0 10px;
    text-transform: uppercase
}

.description h3,
.tospage .maincontent h3 {
    font-weight: 700;
    font-size: 1.2em;
    padding: 10px 0 0 0
}

.description p,
.tospage .maincontent p {
    padding: 8px 0
}

.description table img {
    padding: 5px
}

.description ul li,
.tospage .maincontent ul li {
    list-style-type: circle;
    margin: 5px 0 0 25px
}

.instruction-title,
.overview-title {
    text-indent: 30px;
    color: #3b5998
}

.overview-title {
    background: url(images/about.png) no-repeat
}

.instruction-title {
    background: url(images/help.png) no-repeat
}

.tags {
    font-size: 13px;
    margin-top: 20px
}

.tags span {
    font-weight: 700
}

.tags a {
    color: #999
}

.tags a:hover {
    color: #ffa500
}

.tags a:after,
.tags a:after:hover {
    content: ",";
    color: #333
}

.tags a:last-child:after {
    content: "."
}

.relatedlist {
    margin: 20px 0 10px 0;
    border: 1px solid #d5d5d5;
    border-radius: 4px
}

.relatedlist .title {
    line-height: 40px;
    color: #3b5998;
    padding: 0 10px;
    font-size: 1.1em;
    margin-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
    background: url(images/add-link-24.png) no-repeat 8px;
    /*text-indent: 30px*/
}

.relatedlist .title:hover {
    text-decoration: none
}

.relatedlist .list-item {
    line-height: 32px;
    height: 32px;
    margin: 0 !important
}

.relatedlist .list-item .imageslink {
    color: #333;
    text-align: left;
    white-space: nowrap;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 10px
}

.relatedlist .list-item .imageslink .iconimg {
    width: 25px
}

.relatedlist .list-item .imageslink:hover {
    color: #ffa500
}

.relatedlist .list-item em {
    float: right;
    font-weight: 100;
    color: gray
}

.download-info {
    clear: both;
    position: relative
}

.download-info .downloadurl {
    margin: 5px 0 20px 0;
    color: #039
}

.download-info .downloadurl .link-Url,
.download-info .downloadurl .link-url {
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 30px;
    display: block;
    background: url(images/forward.png) no-repeat;
    line-height: 25px
}

.download-info .downloadurl .link-Url:hover,
.download-info .downloadurl .link-url:hover {
    text-decoration: underline
}

.download-info .downloadurl .link-title {
    color: #000;
    display: block;
    text-decoration: none;
    font-weight: 700
}

.detail-content .thanks {
    font-weight: 700;
    color: green;
    margin: 0 0 7px 0
}

.detail-content .thanks:nth-child(2) {
    margin-top: 30px
}

#disqus_thread {
    margin: 20px 0 10px 0
}

@media screen and (max-width:640px) {

    .platforms,
    .detail-img,
    .mainNav li ul li a img {
        display: none
    }

    .mainNav ul li a.nav-item {
        width: 100%
    }

    #header {
        height: 150px
    }

    #pages,
    .mainNav .overlay {
        width: 100%;
        border-radius: 0;
        margin: 0
    }

    .searchbox {
        float: none;
        line-height: 40px;
        margin: 0 auto;
        text-align: center
    }

    .query {
        width: 90%
    }

    .wbox-body .list-item .imageslink {
        width: 100%;
    }

    .mainNav {
        position: static
    }

    #header .logo {
        float: none;
        font-size: 30px;
        line-height: normal;
        margin: 5px;
        /* margin-top: 10px; */
        text-align: center;
    }

    #header .sharebox {
        width: 100%;
        margin: 10px 0 0 20px;
        float: left
    }

    .mainNav ul li {
        line-height: 0;
        width: 50%;
        margin: 5px 0
    }

    .mainNav li ul {
        top: 40px
    }

    .mainNav li ul:before {
        left: 10px
    }

    .mainNav .overlay {
        top: 168px
    }

    .mainNav li ul li,
    .maincontent,
    .menuleft {
        width: 100% !important;
        overflow: hidden;
        padding: 0
    }

    .mainNav li ul li a {
        font-size: .9em
    }

    .maincontent .list-view {
        text-align: center
    }

    .maincontent .list-item,
    .authorpage .maincontent .list-item,
    .searchpage .maincontent .list-item {
        margin: 10px 10px 20px;
    }

    .maincontent .subtitle {
        display: block
    }

    .detail-content .download-info .sharebox {
        position: static
    }

    .description img {
        width: 100%;
        height: auto
    }

    .navbar {
        margin: 10px;
        border: none
    }

    .summary-info {
        white-space: normal
    }

    .ordering {
        float: left
    }

    .ordering a {
        font-weight: 100;
        padding: 0 5px;
        margin: 0;
        font-size: .9em
    }

    .navigation ul {
        text-align: center
    }

    .navigation li {
        text-align: left;
        width: 49%;
        display: inline-block
    }

    .qrcode {
        display: none
    }
}

.contactpage #pnlContact table tr:nth-child(1),
.contactpage #pnlContact table tr:nth-child(2),
.contactpage #pnlContact table tr:nth-child(3) {
    display: none
}

.pagination {
    text-align: center;
    padding: 10px
}

.pagination {
    list-style: none;
    /*font-family: Verdana;*/
    font-size: 11px
}

.pagination li {
    display: inline-table;
    zoom: 1;

}

.pagination li a {
    font-size: 12px;
    /*font-family: Arial;*/
    display: inline-block;
    padding: 3px 9px;
    border: 1px solid #ccc;
    margin: 0 1px 0 0;
    color: #333
}

.pagination li a:hover {
    background: #eee
}

.pagination li.active a:hover,
.pagination li.active a {
    background: green;
    color: #fff;
    border: 1px solid #006400
}

.ads-box {
    background: #fff;
    border: 1px solid #bae3ff;
    width: 298px;
    height: 248px;
    text-align: center;
    overflow: hidden;
    display: block
}

.ads-box ul li {
    width: 84px;
    height: 74px;
    vertical-align: text-top;
    padding: 2px 5px;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    margin: 0;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent
}

.ads-box ul li:hover {
    border: 1px solid #bae3ff;
    border-radius: 5px;
    background: #f6fcff
}

.ads-box ul li a {
    white-space: nowrap
}

.ads-box img {
    width: 40px;
    height: 40px;
    display: block;
    box-shadow: 0 0 3px #999;
    border-radius: 6px;
    overflow: hidden;
    margin: 10px auto
}

.maincontent .message {
    margin: 10px 0;
    font-size: 1em
}

body.layout-blank {
    background: none
}

body.layout-blank #pages {
    margin: 0 auto;
    padding: 0
}

.message.warning {
    padding: 5px 5px 5px 40px;
    display: block;
    color: red;
    text-align: left;
    background: #fffcda url(images/icon-warning.png)no-repeat 8px 5px
}

.addthis_toolbox.addthis_default_style .addthis_button_facebook_like iframe {
    width: 120px !important
}

.docviewer-button {
    position: absolute;
    top: 0;
    left: 250px;
    margin: 0;
    color: #fff;
    display: block;
    width: 180px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 3px;
    background: #9acd32
}

.docviewer-button:hover {
    background: #ffa500
}

.searchpage .google-search {
    margin: 20px
}

.authorpage .maincontent .list-item,
.searchpage .maincontent .list-item {
    width: 17%
}

.searchpage .google-search .google-q {
    width: 480px
}

.related-articles h2.title {
    text-indent: 30px;
    color: #3b5998;
    font-size: 1.3em;
    margin-bottom: 10px;
    background: url(images/link.png) no-repeat
}

.related-articles li {
    margin-bottom: 10px
}

.related-articles li a {
    display: block;
    color: #000
}

.related-articles li a .article-title {
    display: block;
    font-weight: bold
}

.related-articles li a .article-image {
    margin-right: 10px;
    width: 80px
}

.related-articles li a:hover .article-title {
    color: #3b5998
}

.categorypage .maincontent p.description {
    padding: 0 20px
}

.adbox {
    margin: 10px auto
}

h1 a {
    color: #333;
}

.list-items .other-links {
    color: black;
}

.list-item .other-links:hover {
    color: #0686F8;
}

.page-numbers {
    display: inline-block;
    padding: 5px 20px;
    color: #333;
    border-radius: 4px;
}

.pagination_bar {
    margin: 10px auto;
    text-align: center;
}

.pagination_bar .current {
    background: #007bff;
    padding: 5px 20px;
    color: #fff;
    border-radius: 4px;
}

/**************** 15-9-2014 *******************/
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);

/*
font-family: 'Poppins', sans-serif;
light 300
regular 400
medium 500
semi-bold 600
bold 700
*/



a {
    outline: none !important;
    text-decoration: none;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}

a:hover,
a:focus,
select:focus,
button:focus {
    outline: none;
    text-decoration: none;
}





li {
    list-style: none;
}


.container {
    width: 96%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}

/***********  Top Part  ************/
header {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.top_part {
    width: 100%;
    min-height: 57px;
    float: left;
    padding: 0;
    margin: 0;
    background: #454545;
}

.top_part .navbar-nav {
    margin-top: 9px;
}

.top_part .navbar-default {
    background: none;
    border: none;
    margin: 0;
    min-height: inherit;
}

.top_part .navbar-default .navbar-nav>li>a {
    padding: 10px 15px;
    font-size: 14px;
    color: #d0d0d0;
}

.top_part .navbar-default .navbar-nav>li>a:hover,
.top_part .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background: none;
}

.top_part .navbar-default .navbar-nav>.active>a,
.top_part .navbar-default .navbar-nav>.active>a:hover,
.top_part .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background: none;
}

.login_info {
    float: right;
    padding: 0;
    margin: 14px 0 0 0;
    position: relative;
    z-index: 1;
}

.login_info .field_block {
    width: 122px;
    float: left;
    padding: 0 0 0 22px;
    margin: 0 8px;
    position: relative;
}

.login_info .field_block i {
    padding: 0;
    margin: 0;
    font-size: 14px;
    color: #a9a9a9;
    position: absolute;
    left: 0;
    top: 5px;
}

.login_info .field_block .field {
    width: 100%;
    height: 24px;
    float: left;
    padding: 0 10px;
    margin: 0;
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    border: none;
    border-radius: 3px;
    background: #252525;
}

.login_info .buton_info {
    float: left;
    padding: 0;
    margin: 0;
}

.login_info .login_btn {
    height: 24px;
    padding: 0 9px;
    margin: 0 5px;
    display: inline-block;
    font-size: 11px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    background: #448bd4;
    border-radius: 3px;
}

.login_info .login_btn:hover {
    background: #59a2ed;
}

.login_info .forgot_link {
    float: left;
    padding: 0;
    margin: 0 0 0 171px;
    font-size: 11px;
    color: #d0d0d0;
    font-weight: 500;
    clear: both;
}

.login_info .forgot_link a {
    color: #d0d0d0;
}

.login_info .forgot_link a:hover {
    color: #fff;
    text-decoration: underline;
}

/***********  Section Part  ************/
section {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

#wrapper {
    width: 100%;
    float: left;
    padding: 40px 20px 20px 20px;
    margin: 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}



.smart_info {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 13px;
    color: #5d5d5d;
    text-transform: uppercase;
}

/*********** Share Info **********/
.share_info {
    width: 100%;
    max-width: 735px;
    padding: 0;
    margin: 0 auto;
    display: block;
    clear: both;
    text-align: center;
}

.share_info .inner {
    width: 100%;
    float: left;
    padding: 45px 30px 0 30px;
    margin: 0 0 10px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

.inner.padNone {
    padding: 0px !important;
}

.innerPad {
    width: 100%;
    float: left;
    padding: 40px 30px 0 30px;
}

.share_info h2 {
    padding: 0;
    margin: 0 0 22px 0;
    font-size: 34px;
    color: #666666;
    font-weight: 500;
    letter-spacing: -0.5px;
}

.share_info p {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 13px;
    color: #5d5d5d;
    font-weight: 500;
}

.share_info p a {
    color: #5d5d5d;
}

.share_info p a:hover {
    color: #448bd4;
}

.share_info p span,
.blue {
    color: #448bd4;
}

.browse_info {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 40px 0;
}

.browse_info .form-control {
    height: 48px;
    font-size: 16px;
    color: #5d5d5d;
    box-shadow: none;
    background: #fff;
    border-color: #e2e2e2;
}

.browse_info .btn-primary {
    height: 48px;
    font-size: 21px;
    padding: 0 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 48px;
    border: none;
    background: #5d5d5d;
    z-index: 88 !important;
}

.browse_info .btn-primary:hover {
    background: #448bd4;
}

.share_info .upload_btn {
    width: 100%;
    max-width: 180px;
    height: 48px;
    padding: 0 10px;
    margin: 0 auto -24px auto;
    display: block;
    font-size: 21px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    background: #448bd4;
}

.share_info .upload_btn:hover {
    background: #59a2ed;
}

.check_detail {
    width: 100%;
    float: left;
    padding: 0;
    margin: 5px 0 50px 0;
}

.check_detail label {
    width: 100%;
    font-size: 13px;
    color: #5d5d5d;
    margin: 0;
}

input[type=checkbox]+.lbl::before,
input[type=radio]+.lbl::before {
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 11px;
    color: #448bd4;
    content: "\a0";
    background-color: #fff;
    border: 2px solid #448bd4;
    box-shadow: none;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 18px;
    line-height: 14px;
    min-width: 18px;
    margin-right: 10px;
    margin-top: -4px;
}

/* Checked state styles */
input[type=checkbox]:checked+.lbl::before,
input[type=radio]:checked+.lbl::before {
    display: inline-block;
    content: '\f00c';
    background-color: #fff;
    border-color: #448bd4;
    box-shadow: none;
}

/* Hover state styles */
input[type=checkbox]:hover+.lbl::before,
input[type=radio]:hover+.lbl::before,
input[type=checkbox]+.lbl:hover::before,
input[type=radio]+.lbl:hover::before {
    border-color: #1c7aad;
}

/* Shadow when checked or Active */
input[type=checkbox]:active+.lbl::before,
input[type=radio]:active+.lbl::before,
input[type=checkbox]:checked:active+.lbl::before,
input[type=radio]:checked:active+.lbl::before {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

/* Disabled state styles */
input[type=checkbox]:disabled+.lbl::before,
input[type=radio]:disabled+.lbl::before,
input[type=checkbox][disabled]+.lbl::before,
input[type=radio][disabled]+.lbl::before,
input[type=checkbox].disabled+.lbl::before,
input[type=radio].disabled+.lbl::before {
    background-color: #DDD !important;
    border-color: #CCC !important;
    box-shadow: none !important;
    color: #BBB;
}

/* Styles for Radio button */
input[type=radio]+.lbl::before {
    border-radius: 32px;
    font-family: "tahoma",Arial,sans-serif;
    font-size: 32px;
}

input[type=radio]:checked+.lbl::before {
    content: "\2022";
}

/* Hiding default checkbox and Radio button design */
input[type=checkbox],
input[type=radio] {
    opacity: 0;
    position: absolute;
    z-index: 12;
    width: 18px;
    height: 18px;
}

/* Disable outline when clicked*/
input[type=checkbox]:checked,
input[type=radio]:checked,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: none !important;
}

input[type=checkbox]+.lbl,
input[type=radio]+.lbl {
    position: relative;
    z-index: 11;
    display: inline-block;
    margin: 0;
    line-height: 20px;
    min-height: 14px;
    min-width: 14px;
    font-weight: normal;
}


/************ Home Detail 2 **********/
.home_detail_2 {
    width: 100%;
    float: left;
    padding: 30px 30px 0 30px;
    margin: 0;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
}

.home_detail_2 .block {
    width: 100%;
    min-height: 50px;
    float: left;
    padding: 0 20px 0 65px;
    margin: 0 0 30px 0;
    position: relative;
}

.home_detail_2 .block i {
    float: left;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.home_detail_2 .block h3 {
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 22px;
    color: #448bd4;
    font-weight: 600;
}

.home_detail_2 .block p {
    padding: 0;
    margin: 0;
    font-size: 13px;
    color: #777777;
    line-height: 20px;
}

/***********  Footer Part  ************/
footer {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

.footer_detail {
    width: 100%;
    float: left;
    padding: 10px 0 16px 0;
    margin: 0;
    background: #454545;
}

.footer_detail .container {
    max-width: 960px;
}

.footer_detail h3 {
    padding: 0 0 10px 0;
    margin: 20px 0 15px 0;
    font-size: 18px;
    color: #888888;
    font-weight: 400;
    border-bottom: 1px solid #606060;
}

ul.social_info {
    padding: 0;
    margin: 0;
}

ul.social_info li {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 12px;
    color: #bebebe;
}

ul.social_info li a {
    color: #bebebe;
}

ul.social_info li i {
    width: 22px;
    height: 22px;
    padding: 0;
    margin: 0 6px 0 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    display: inline-block;
    border-radius: 50%;
}

ul.social_info li i.fa-facebook {
    background: #4463b0;
}

ul.social_info li i.fa-twitter {
    background: #1182d0;
}

ul.social_info li i.fa-google-plus {
    background: #af4321;
}

ul.social_info li a:hover {
    color: #fff;
}

ul.footer_link {
    padding: 0;
    margin: 0;
}

ul.footer_link li {
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 12px;
    color: #bebebe;
}

ul.footer_link li a {
    color: #bebebe;
}

ul.footer_link li a:hover {
    color: #fff;
}

.copyright {
    width: 100%;
    position: relative;
    float: left;
    padding: 6px 0;
    margin: 0;
    text-align: center;
    font-size: 12px;
    color: #b9b9b9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    background: #343434;
}

.copyright a {
    color: #b9b9b9;
}

.copyright a:hover {
    color: #fff;
}

/************ Mobile Login ***********/
.mobile_login {
    float: right;
    margin: 8px 0 0 0;
}

.mobile_login .navbar-toggle .icon-bar {
    background: #fff;
}

.mobile_login .moble_signup {
    height: 24px;
    padding: 0 9px;
    margin: 0 0 0 5px;
    display: inline-block;
    font-size: 11px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    background: #448bd4 !important;
    border-radius: 3px;
    display: none;
}

.mobile_login .moble_signup:hover {
    background: #59a2ed !important;
}

.heading {
    background-color: #448bd4;
    text-align: left;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 8px 14px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.share_info.contentWidth {
    max-width: 900px;
}

.mntz {
    padding-bottom: 30px;
}

.mntz2 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.innerheading {
    font-size: 24px;
    padding-bottom: 20px;
}

.fileDetails {
    text-align: left;
    padding-bottom: 35px;
    font-size: 14px;
}

.fileDetails .btnAction .actionBtn {
    max-width: 100%;
}

.fileDetails .fileLabelContent,
.fileDetails .fileLabel {
    padding: 4px 15px;
}

.btnAction {
    padding-top: 20px;
}

.btnAction .actionBtn {
    max-width: 280px;
    background-color: #81ca2d;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btnAction .actionBtn2:hover {
    color: #fff;
}

.btnAction .actionBtn2 {
    max-width: 100%;
    background-color: #444;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.dwn_form {
    max-width: 310px;
    margin: 0 auto;
}

.promote {
    font-size: 20px;
    padding-bottom: 30px;
}

.promote i {
    display: block;
    font-weight: 100;
    margin-bottom: 3px;
}

.promote a {
    color: #448bd4;
    font-weight: 500;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    padding-bottom: 0px;
    border-bottom: solid 1px #659cd9;
}

.innerContents p {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
}

.contentInfo {
    width: 100%;
    max-width: 735px;
    padding: 0;
    margin: 0 auto;
    display: block;
    clear: both;
    text-align: center;
}

.innerPad2 {
    width: 100%;
    float: left;
    padding: 30px 30px 30px 30px;
}

.contentInfo .inner {
    width: 100%;
    float: left;
    padding: 45px 30px 0 30px;
    margin: 0 0 50px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

.uploadProgressBar {
    position: relative;
    background-color: #c5c5c5;
    height: 46px;
    box-shadow: 0px 8px 12px rgba(100, 170, 242, 0.25);
    -webkit-box-shadow: 0px 8px 12px rgba(100, 170, 242, 0.25);
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.progressBar {
    background-color: #64aaf2;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 0%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}

.headingUpload {
    font-size: 20px;
    margin-bottom: 10px;
}

.actionUploadView {
    font-size: 12px;
}

.actionUpload i {
    font-size: 18px;
    color: #777;
}

.marginTop20 {
    margin-top: 20px;
}

.uploadFilesbar {
    padding: 15px 0px;
    border-bottom: solid 1px #ddd;
}

.uploadProgressView {
    position: relative;
    height: 12px;
    background-color: #e2e2e2;
    margin-top: 4px;
}

.uploadProgressView .uploadProgressView2 {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 75%;
    background-color: #539ce7;
}

.uploadProgressText {
    position: absolute;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    z-index: 9999;
    left: 0px;
    top: 0;
    height: 100%;
    line-height: 46px;
    width: 100%;
}

.uploadLabel {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cancel_btn {
    padding: 5px 10px;
    margin-top: 15px;
    display: block;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    background: #448bd4;
    border: none;
}

.cancel_btn:hover {
    background: #59a2ed;
    color: #ffffff;
}

/* Download Plans */

.plansContent {
    padding: 0 15px;
}

.downloadPlans {
    background-color: #4e98e3;
    color: #fff;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
}

.plansView {
    width: 25%;
    float: left;
    border-right: solid 1px rgba(255, 255, 255, 0.2);
}

.plansView .titleDays {
    background-color: #444;
    font-size: 22px;
    font-weight: 600;
    padding: 4px 0;
}

.plansView .dayPrice {
    font-size: 15px;
    padding: 10px 0;
}

.plansView .mastercard img {
    border: solid 2px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 161px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.plansView .totalPrice {
    font-size: 36px;
    letter-spacing: -1px;
}

.plansView .buyBtn {
    padding: 8px 0px;
    max-width: 161px;
    width: 100%;
    background-color: #fff;
    box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: inline-block;
    font-size: 20px;
    color: #448bd4;
    font-weight: bold;
    text-shadow: none;
    margin-bottom: 20px;
}

.plansView .buyBtn:hover {
    background-color: #fff;
    color: #333;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.premiumDownload {
    padding-bottom: 35px;
    color: #000;
    font-size: 16px;
}

.premiumDownload span {
    font-size: 27px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    font-weight: bold;
    color: #ee9043;
    padding: 4px 10px;
    display: inline-block;
}

.smsNumber {
    position: relative;
    padding: 0 15px;
}

.smsNumber:after {
    position: absolute;
    right: 100%;
    width: 25px;
    height: 25px;
    content: "";
    top: 8px;
    background: url('../images/next.jpg') no-repeat center center;
}

.smsNumber:before {
    position: absolute;
    left: 100%;
    width: 25px;
    height: 25px;
    content: "";
    top: 8px;
    background: url('../images/prev.jpg') no-repeat center center;
}

.premiumDownload .actionBtn {
    width: 100%;
}

.mediumHidden,
.smallHidden {
    display: none;
}

.linkbox {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    border: 1px #000 dotted;
    padding: 10px;
}

.send_btn {
    background-color: #448bd4;
    color: #fff;
}

.send_btn:hover {
    background-color: #59a2ed;
}

.bold {
    font-weight: bold;
}

.pay_info {
    width: 100%;
    display: none;
}

.word-break {
    word-break: break-all;
}

.underLogo {
    float: left;
    width: 100%;
    padding: 0 0 10px 0;
}