/*
Theme Name: ipa
*/
/* @font-face — font-display:block prevents FOUT.
   The woff2 file is preloaded in header.php so it arrives
   before CSS is parsed, meaning the block period is never hit. */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: local('Roboto Condensed'),
       url('../font/RobotoCondensed.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
                 U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122,
                 U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.error-wrap #searchsubmit, .top-wrap, button, html input[type=button], input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: auto !important;
}
html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: transparent;
	overflow-y: scroll
}
body {
	font-size: 14px;
	line-height: 1.42857143;
	background-color: #f7f8fa;
	font-family: roboto condensed, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	background: #f1f1f1!important;
	margin: 0;
	overflow-x: clip
}
body, html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

a, a:active, a:focus, a:hover {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}
a:hover {
	text-decoration: underline
}

a {
	background: 0 0;
	text-decoration: none
}

#mainnav ul ol, .links-list li {
	list-style: none
}

*,
:after,
:before,
button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#mainnav>ul>li>ul>li.active>a,
a,
a:active,
a:hover {
	color: #f62443
}

.error-wrap #searchsubmit,
button,
html input[type=button],
input[type=button],
input[type=reset],
input[type=submit] {
	background-color: rgba(0,0,0,0.8);
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

button:active,
button:focus,
button:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover {
	background-color: #db260a
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	white-space: normal;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: 0 0
}
 
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}
audio:not([controls]) {
	display: none;
	height: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
picture source[type="image/webp"],
section,
summary {
	display: block
}

blockquote, q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none
}

figure {
	margin: 0
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

:focus {
	outline: 0
}

img {
	-ms-interpolation-mode: bicubic;
	height: auto;
	max-width: 100%;
	vertical-align: middle
}

::selection {
	background-color: #ddf1ff;
	color: #191919
}

::-moz-selection {
	background-color: #ddf1ff;
	color: #191919
}

legend {
	white-space: normal
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

button,
input,
select,
textarea {
	margin: 0;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	max-width: 100%;
	vertical-align: baseline;
	box-sizing: border-box
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

input, textarea {
	background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0))
}

pre,
textarea {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	line-height: 1;
	cursor: pointer;
	-webkit-appearance: button;
	border: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

a,
a:active,
a:focus,
a:hover {
	transition: all .3s ease-in-out;
	outline: 0
}

b,
optgroup,
strong {
	font-weight: 700
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #181818;
	margin: 0 0 10px;
}
h1 {
	font-size: 2em;
	line-height: 35px
}
h2 {
	font-size:32px;
	line-height: 44px
}
h3 {
	font-size:24px;
	line-height: 36px
}
h4 {
	font-size:20px;
	line-height: 30px
}
input[type=email],
input[type=password],
input[type=search],
input[type=text],
input[type=url],
textarea {
	color: #3f3f3f;
	border: 1px solid #cecece;
	height: 42px;
	padding: 4px 14px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px
}
input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
	border: 1px solid #b7b7b7
}
textarea {
	vertical-align: top;
	padding: 8px 14px;
	height: 120px;
	width: 100%
}
::-webkit-input-placeholder {
	color: #b0b0b0
}
:-moz-placeholder {
	color: #b0b0b0
}
::-moz-placeholder {
	color: #b0b0b0
}
:-ms-input-placeholder {
	color: #b0b0b0
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=submit],
input[type=text],
input[type=time],
input[type=url],
textarea {
	-webkit-appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none
}

hr,
img,
legend {
	border: 0
}

legend,
td,
th {
	padding: 0
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #eee
}

.container, .container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px
}

@media(min-width:768px) {
	.container {
		width: 100%
	}
}

@media(min-width:992px) {
	.container {
		width: 970px
	}
}

@media(min-width:1200px) {
	.container {
		width: 1024px
	}
}

.row {
	margin-left: -10px;
	margin-right: -10px
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px
}

@media(min-width:992px) {
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
		float: left
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-1 {
		width: 8.33333333%
	}
}

.clear {
	clear: both
}
.clearfix:after,
.container:after,
.pager:after,
.row:after {
	clear: both
}
.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.pager:after,
.pager:before,
.row:after,
.row:before {
	display: table;
	content: " "
}

.b-dwn-spoiler__header:after,
.downloads-links:after,
.sort-boxs ul .sortactive:after,
.widget_search_meter:after {
	content: ""
}
.wp-post-image {
	width: 100%
}
.table-row {
	display: table;
	table-layout: fixed;
	padding-top: 1px;
	width: 100%;
	margin: 0 auto
}

.table-column {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap
}

/***header***/

#header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #000000;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.15);    
    z-index: 999
}
.header-warp {
    position: relative
}
.logo {
    padding: 10px 0;
    position: relative;
}
.logo a {
    width: 160px;
    min-height: 35px;
    height: auto;
    line-height: 35px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 6px;
    box-sizing: border-box;
}
.logo a img {
    display: block;
    max-width: 100%;
    max-height: 40px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.logo a:hover {
	text-decoration: none;
	opacity: 0.8;
}

/***********/

.btn-search {
	position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
    height: 35px;
    transition: all .16s;
    -webkit-transition: all .16s;
    width: 35px;
    z-index: 1002;
}
.btn-search .closeicon {
    top: 3px;
    right: -3px;
    position: relative;
    width: 35px;
    height: 35px;
}
.btn-search .closeicon::before, .btn-search .closeicon::after {
	background: #ffffff;
	height: 2px;
}
.btn-search .icon-search {
	background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M15.7955 15.8111L21 21M18 10.5C18 14.6421 14.6421 18 10.5 18C6.35786 18 3 14.6421 3 10.5C3 6.35786 6.35786 3 10.5 3C14.6421 3 18 6.35786 18 10.5Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat no-repeat;
    background-position: center center;
    width: 35px;
    height: 35px;
}
.btn-search-active .icon-search, .btn-search .icon-close {
    display: none;
}
.btn-search-active .icon-close {
    display: block;
}
.search_form {
    width: 100%;
    position: absolute;
    right: 0;
    top: 8px;
    display: none;
    z-index: 99
}
.search_form div {
	position: relative;
    margin: 0 45px 0 0;
    padding: 5px;
    background: #fff;
    border-radius: 3px;
}
#searchform {
    transition: all .16s;
    -webkit-transition: all .16s
}
#s {
    text-indent: 5px;
    line-height: 30px;
    height: 30px;
    border: 0;
    width: 100%;
    color: #000;
    background: 0 0;
    padding: 4px 0;
}
#search-submit {
    cursor: pointer;
    border: 0;
    width: 30px;
    height: 30px;
    text-indent: -999em;
    background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M15.7955 15.8111L21 21M18 10.5C18 14.6421 14.6421 18 10.5 18C6.35786 18 3 14.6421 3 10.5C3 6.35786 6.35786 3 10.5 3C14.6421 3 18 6.35786 18 10.5Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: 20px;
    background-color: #cdcdcd;
    position: absolute;
    right: 5px;
    border-radius: 5px;
    top: 5px;
}
#search-submit:hover {
	background-color: #dfdfdf;
}
#search-submit:active {
	background-color: #c3c3c3;
}
.search-active {
    display: block
}

.search_form .mostsearched {
    margin: 0 45px 0 0;
    border-radius: 0 0 5px 5px;
    padding: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .05);
    top: -2px;
}
.search_form .mostsearched ul {
    display: block;
    padding: 0;
    border-top: 1px solid #e7e7e7;
}
.search_form .mostsearched ul li {
	margin: 15px 0;
    list-style: none;
}
.mostsearched a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 5px;
    overflow: hidden;
    max-height: 23px;
}
.mostsearched a:hover {
    color: #6b6b6b;
}

/*************/

.menubody {
    overflow-y: hidden
}
.menubody .menu-active-bg {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
    opacity: .5
}

.btn-menu {
    position: absolute;
    left: 7px;
    top: 10px;
    cursor: pointer;
    transition: all .16s;
    -webkit-transition: all .16s;
    width: 35px;
    height: 35px;
    z-index: 9;
}
.btn-menu span {
	width: 35px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0;
    display: block;
    border-radius: 2px;
}
.btn-menu:hover {
    opacity: 1
}
.nav-menu {
    position: fixed;
    background: #fffffff0;
    width: 250px;
    list-style: none;
    z-index: 1001;
    text-align: left;
    left: -250px;
    top: 0;
    height: 100%;
    transition: all .16s;
    -webkit-transition: all .16s;
    overflow-x: hidden;
    overflow-y: auto;
    border-right: 2px solid #00000021;
}
.nav-menu .btn-menu {
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    /* Large touch target for mobile — min 44×44px recommended */
    min-width: 44px;
    min-height: 44px;
}
.nav-menu ul,
.nav-menu .nav-menu-list {
    margin-bottom: 20px;
    padding: 0;
    list-style: none;
}
.nav-menu ul li:first-child,
.nav-menu .nav-menu-list li:first-child {
	margin-top: 55px;
}
.nav-menu ul li:last-child {
	margin-bottom: 20px;
    border-bottom: 1px solid #ccc	
}
.nav-menu ul li {
	background-color: #eee
}
.nav-menu li,.nav-menu li a {
    display: block;
    float: none
}
.nav-menu ul li a {
    cursor: pointer;
    line-height: 50px;
    height: 50px;
    color: #5a5a5a;
    padding-left: 18px;
    font-size: 18px;
}
.nav-menu ul li a:hover {
    background-color: #dfdfdf;
    text-decoration: none;
    opacity: 1
}
.nav-menu-active {
    left: 0
}
.nav-menu-active::-webkit-scrollbar {
    width: 5px
}
.nav-menu-active::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0,0,0,.1) inset;
    background: #eee
}
.nav-menu-active::-webkit-scrollbar-thumb {
    background-color: #bfbfbf;
    border-radius: 5px
}
.nav-menu-active::-webkit-scrollbar-thumb:hover {
    background-color: #525252
}

/******/

.closeicon {
    position: relative;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    transition: all .25s;
}
.closeicon::before, .closeicon::after {
    content: '';
    position: absolute;
    top: 14px;
    display: block;
    width: 30px;
    height: 1px;
	background: #797979;
    border-radius: 5px;
}
.closeicon::before {
    transform: rotate(45deg);
}
.closeicon::after {
    transform: rotate(-45deg);
}

.hdir {
	display: block;
    position: relative;
    margin-bottom: 65px;	
}

@media screen and (min-width: 0px) and (max-width:1200px) {
    .search_form div {
        margin: 0 40px 0 0
    }
    .btn-search-active {
        right: -7px
    }
	.search_form {
        right: 0;
        max-width: auto;
        left: inherit;
    }
    .search_form .mostsearched {
        margin: 0 40px 0 0;
    }

}

/***header end***/



/* box */

#main {
	margin: 15px 0
}
#main {
	margin-bottom: 0
}
.section-title {
	padding: 0 0 13px
}
.section-title .tits {
	margin: 0
}
.section-title .tits, .section-title .tits a {
	font-size: 24px;
	font-weight: 300!important;
	line-height: 40px;
	text-transform: uppercase;
	padding: 0 15px;
	border-bottom: 1px solid #f0f0f0
}

.boxes, .conent-box {
	background: #fff;
	border-radius: 4px;
	margin-bottom: 15px;
	box-shadow: 0 2px 3px 0 rgb(0 0 0 / 3%);
}
.conent-box {
	padding: 0!important
}
.post-wrap {
	padding: 15px
}
.boxes .boxtitle {
	background: #fbfbfb;
	color: #666;
	font-size: 18px;
	position: relative;
	height: 55px
}
.boxes .boxtitle {
	border-bottom: 1px solid #e8e8e8;
	line-height: 55px;
	padding: 0 10px
}
.boxespad {
	padding: 15px
}
.titledevelopers {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 5px;
	margin-left: 15px;
	font-weight: 300
}



.category_description {
	padding: 10px 15px
}
 




.p-title {
padding: 15px;
    margin: 0;
}

.adsbox {
	margin: 70px 0;
	height: auto;
}

.singapp .mainb {
	margin: 0 0 15px 0;
}

.singapp .mainb-item {
	    width: 87px !important;
}

.singapp .col-md-9 {
    min-height: 0px !important;
    margin: 0 auto;
    float: none;
}

/* box */

/* breadcrumbs */
#breadcrumbs {
	border-bottom: 1px solid #f0f0f0;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 10px;
	padding: 0 15px;
	font-weight: 300;
	position: relative;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#breadcrumbs span[property=name]:last-child {
	max-width: none
}
#breadcrumbs a, #breadcrumbs span {
	display: inline-block;
	vertical-align: top;
	    line-height: 38px;
	font-size: 13px;
	text-decoration: none;
	color: #000;
}
#breadcrumbs span:last-child {
    display: inline-block;
    padding: 0;
    vertical-align: middle;
}
#breadcrumbs a:hover {
	text-decoration: none;
	color: #f62443
}
#breadcrumbs .seps {
	margin: 1px 3px
}
#breadcrumbs .breadcrumb_last {
	overflow: hidden;
	width: 200px;
}
/* breadcrumbs end */

/* post head app info */

.head-post {

}



.ver-top {
    overflow: hidden;
    clear: both;
}
.ver-top-l {
width: 160px;
    height: 160px;
}
.floatl {
    float: left !important;
}
.ver-top-l img {
    width: 160px;
    border-radius: 3px;
}

.ver-top-r {
    margin-left: 175px;
}
.ver-top-title .ver-top-h1 {
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ver-top-title h1 {font-size: 25px;line-height: 24px;font-weight: normal;display: inline;color: #333;}.ver-top-version {font-size: 16px;color: #777;margin-top: 5px;}
.ratap {
margin-top: 5px;
}
.post-ratings {
width: 100%;
opacity: 1;
 background-color: #ffffff; */}.post-ratings-loading {display: none;height: 16px;text-align: left;}.post-ratings-image {border: 0;}.post-ratings img,.post-ratings-loading img,.post-ratings-image img {border: 0;padding: 0;margin: 0;vertical-align: middle;}.post-ratings span {font-size: 15px;font-weight: 500;color: #555;margin-left: 5px;vertical-align: middle;}.post-ratings-text {}.post-ratings-comment-author {font-weight: normal;font-style: italic;}.top-down-button {display: inline-block;
}



.top-down-button {
    display: inline-block;
    padding: 0 46px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    background: #24cd77;
    margin-top: 10px;
    border-radius: 4px;
}
.top-down-button:hover{
    text-decoration: none;
    background: #21b167;
    color: #fff !important;
}


.appinfo {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #f9f9f9;
    display: block;
}
.appinfo tbody {
    display: block;
}
.appinfo tr:nth-child(odd) {
    background: #F2F2F2;
}
.appinfo th, .appinfo td {
    text-align: left;
    padding: 10px;
}
.appinfo tr {
	display: flex;
    justify-content: space-between;
    border-radius: 3px;
}
.appinfo th {
    width: 180px;
    font-weight: bold;
}
.appinfo td {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.appinfo td a {
	color: #000;
	font-weight: 700;
}
/* head app info end */

/* text */
.body-post {
	padding-top: 20px;
}
.b-content h2, .b-content h3, .b-content h4, .b-content h5, .b-content h6 {
	font-weight: 700
}
.b-content h3 {
	margin: 0!important;
	line-height: 25px;
	padding-bottom: 5px;
	display: block;
	font-size: 20px
}
.b-content p {
margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.4em;
}
.b-content ul {
	padding-left: 30px;
	margin-bottom: 20px
}
.b-content ul li {
    position: relative;
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 10px;
}
.b-content ul li:before {
	content: '\2022';
	display: block;
	font-size: 30px;
	color: #f62443;
	position: absolute;
	left: -20px;
	top: 1px
}
.b-content ol {
	padding-left: 30px;
	list-style-position: outside;
	font-family: inherit;
	list-style-type: decimal;
	margin-bottom: 20px
}
.b-content ol li {
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 15px;
}
.b-content img {
	width: auto;
	border-radius: 3px;
	margin-bottom: 10px
}
.b-content iframe {
	width: 100%;
	height: 350px
}
.b-content em {
	font-style: italic
}
.aligncenter, div.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto
}
.wp-caption.alignleft, img.alignleft {
	margin: 5px 18px 10px 0
}
.wp-caption.alignright, img.alignright {
	margin: 5px 0 10px 18px
}
.wp-caption.alignnone, img.alignnone {
	margin: 10px 0 5px
}
.b-content blockquote {
    background: #eff4f5;
    background: -webkit-gradient(linear,left top,right top,from(#eff4f5),to(#e8f4f5));
    background: -webkit-linear-gradient(left,#eff4f5 0,#e8f4f5 100%);
    background: -o-linear-gradient(left,#eff4f5 0,#e8f4f5 100%);
    background: linear-gradient(to right,#eff4f5 0,#e8f4f5 100%);
    color: #111;
    margin-bottom: 20px;
    padding: 20px 20px 20px 50px!important;
    border-left: none!important;
    position: relative;
}
.b-content blockquote:before {
    content: "â€œ";
    color: rgb(156, 169, 199);
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -35px;
}
.b-content blockquote p {
	margin: 0;
	float: none;
	width: auto
}
.b-content blockquote p:first-child span {
	position: relative;
	z-index: 1
}
/* text end */

/* version */
.ver-title {
    font-size: 22px;
    line-height: 30px;
    width: 100%;
    display: block;
    padding: 35px 0 15px;
}
.b-dwn-spoiler {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 3%);
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    position: relative;
	margin-bottom: 20px;
}
.b-dwn-first .b-dwn-spoiler__opener {
	display: none;
}
.b-dwn-spoiler__header {
	position: relative;
	min-height: 28px;
	cursor: pointer;
	background: #fff;
    box-shadow: none;
    border-bottom: 1px solid #e9e9e9;
    padding: 15px 18px;
    border-radius: 4px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.b-dwn-spoiler__header:after {
	display: table;
	overflow: hidden;
	clear: both;
	float: none;
	height: 0;
	line-height: 0;
	font-size: 1px
}
.b-dwn-spoiler__label {
	vertical-align: middle;
	color: #1f1f1f;
    font-size: 18px;
    font-weight: 200;
    margin-left: 15px;
    margin-right: 20px;
    position: relative;
    top: 1px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.b-dwn-spoiler__label span {
    margin-left: 10px;
    border-left: 1px solid #f1f1f1;
    padding-left: 10px;
}

.ver-item-d {
    position: relative;
    z-index: 20;
    width: 25px;
    height: 25px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/PjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+PHN2ZyB0PSIxNTY0NjI2ODYxODM0IiBjbGFzcz0iaWNvbiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHAtaWQ9Ijc2NzYiIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+PC9zdHlsZT48L2RlZnM+PHBhdGggZD0iTTUxMiAxMDI0QzIyOS4yNDggMTAyNCAwIDc5NC43NTIgMCA1MTJTMjI5LjI0OCAwIDUxMiAwczUxMiAyMjkuMjQ4IDUxMiA1MTItMjI5LjI0OCA1MTItNTEyIDUxMnogbTAtOTM4LjY2NjY2N0MyNzYuMzUyIDg1LjMzMzMzMyA4NS4zMzMzMzMgMjc2LjM1MiA4NS4zMzMzMzMgNTEyczE5MS4wMTg2NjcgNDI2LjY2NjY2NyA0MjYuNjY2NjY3IDQyNi42NjY2NjcgNDI2LjY2NjY2Ny0xOTEuMDE4NjY3IDQyNi42NjY2NjctNDI2LjY2NjY2N1M3NDcuNjQ4IDg1LjMzMzMzMyA1MTIgODUuMzMzMzMzeiBtMzYuMzUyIDYyNS41Nzg2NjdhNDUuMjI2NjY3IDQ1LjIyNjY2NyAwIDAgMS0yMS4wNzczMzMgMTEuMjY0bC0wLjE3MDY2NyAwLjA4NTMzM2E0Ni4wMzczMzMgNDYuMDM3MzMzIDAgMCAxLTUxLjI0MjY2Ny05LjM4NjY2NmwtMTYzLjYyNjY2Ni0xNjMuNjY5MzM0YTQ2LjI1MDY2NyA0Ni4yNTA2NjcgMCAxIDEgNjUuNDUwNjY2LTY1LjQ1MDY2Nkw0NjkuMzMzMzMzIDU3NS40NDUzMzNWMjk4LjY2NjY2N2E0Mi42NjY2NjcgNDIuNjY2NjY3IDAgMCAxIDg1LjMzMzMzNCAwdjI3NC45ODY2NjZsOTEuODYxMzMzLTkxLjg2MTMzM2E0Ni4zMzYgNDYuMzM2IDAgMCAxIDY1LjQ1MDY2NyA2NS40OTMzMzNsLTE2My42MjY2NjcgMTYzLjYyNjY2N3oiIHAtaWQ9Ijc2NzciIGZpbGw9IiMyNGNkNzciPjwvcGF0aD48L3N2Zz4=) no-repeat;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 25px;
    display: block;
}
.b-dwn-spoiler__panel {
	display: none;
	padding: 0 0 8px
}
.b-dwn-spoiler__opener {
    right: 0 !important;
    top: 0 !important;
    position: relative;
    border-top: 2px solid #b0aeae;
    border-left: 2px solid #b0aeae;
    width: 0.8rem;
    height: 0.8rem;
    transform: rotateZ(-135deg);
    transition: all .3s ease 0s;
}
.b-dwn-spoiler_state_opened .b-dwn-spoiler__opener {
	right: 10px;
	top: 15px;
    transform: rotateZ(45deg);
}
.b-dwn-spoiler__changes {
    position: relative;
    margin: 16px 18px 25px 18px;
    color: #000000;
    word-wrap: break-word;
    font-size: 13px;
    line-height: 1.5em;
    background: #f9f9f9;
    border-radius: 3px;
    padding: 15px;
}

.b-dwn-spoiler__changes p {
    margin-bottom: 20px;
    line-height: 1.4em;
}
.b-dwn-spoiler__changes p:last-child {
	margin-bottom: 0;
}
.b-dwn-spoiler__more-changes {
	display: block;
    text-align: right;
    cursor: pointer;
    color: #ffffff;
    background: #29b564;
    padding: 2px 10px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.b-dwn-spoiler__more-changes:after {
	content: 'Hide'
}
.b-dwn-spoiler__changes_mode_part {
    overflow: hidden;
    padding: 15px;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    height: 4.5em; 
}
.b-dwn-spoiler__changes_mode_part p, .b-dwn-spoiler__changes_mode_part div {
	opacity: 0.6;
}
.b-dwn-spoiler__changes_mode_part .b-dwn-spoiler__more-changes {
	position: absolute;
	bottom: 0;
	right: 0
}
.b-dwn-spoiler__changes_mode_part .b-dwn-spoiler__more-changes:after {
	content: 'More...'
}
.b-dwn-spoiler__instruction {
	margin: 15px 0 0;
    padding: 20px 18px;
    background: #ffeaea;
    font-size: 15px;
    word-wrap: break-word;
}
.b-dwn-spoiler__instruction small {
	font-size: 13px
}
.b-dwn-spoiler__links {
	margin: 23px 18px 0
}
.b-dwn-spoiler__info,
.b-dwn-spoiler__link {
	display: inline-block;
	margin-right: 7px;
	vertical-align: middle
}
.b-dwn-spoiler__link {
	font-size: 15px;
	text-decoration: none
}
.b-dwn-spoiler__size {
	color: #919191;
	vertical-align: middle
}
.b-dwn-spoiler__info {
	color: #666;
	font-size: 14px
}
.b-dwn-spoiler_state_opened .b-dwn-spoiler__panel {
	display: block
}
.b-dwn-spoiler__voting {
	border-top: 1px solid #e9e9e9;
	padding: 12px 18px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none;
	position: relative
}
.b-dwn-spoiler_state_opened .b-dwn-spoiler__voting {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}
.b-dwn-spoiler__voting-label {
	margin: 0 12px 0 0;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px
}
.b-dwn-spoiler__voting-button {
	min-width: 26px;
	height: 26px;
	text-align: center;
	border: 1px solid #d6d6d6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	padding: 0;
	display: block;
	outline: 0;
	cursor: pointer;
	-webkit-appearance: none;
	background: #fff
}
.b-dwn-spoiler__voting-button+.b-dwn-spoiler__voting-button {
	margin: 0 0 0 7px
}
.b-dwn-spoiler__voting-button_type_no,
.b-dwn-spoiler__voting-button_type_yes {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.b-dwn-spoiler__voting-button_type_no svg,
.b-dwn-spoiler__voting-button_type_yes svg {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out
}
.b-dwn-spoiler__voting-button_type_no svg {
	fill: #f93305;
	transition: all .3s ease-in-out;
}
.b-dwn-spoiler__voting-button_type_no.is-disabled svg,
.b-dwn-spoiler__voting-button_type_no.is-disabled:focus svg {
	fill: #d6d6d6
}
.b-dwn-spoiler__voting-button_type_no:hover {
	border-color: #f93305;
	background-color: #f93305
}
.b-dwn-spoiler__voting-button_type_no.is-disabled:focus,
.b-dwn-spoiler__voting-button_type_no.is-disabled:hover {
	border-color: #d6d6d6;
	background-color: #fff
}
.b-dwn-spoiler__voting-button_type_yes svg {
	fill: #0ba40b;
	transition: all .3s ease-in-out;
}
.b-dwn-spoiler__voting-button_type_yes.is-disabled svg,
.b-dwn-spoiler__voting-button_type_yes.is-disabled:focus svg {
	fill: #d6d6d6
}
.b-dwn-spoiler__voting-button_type_yes:hover {
	border-color: #0ba40b;
	background-color: #0ba40b
}
.b-dwn-spoiler__voting-button_type_yes.is-disabled:focus,
.b-dwn-spoiler__voting-button_type_yes.is-disabled:hover {
	border-color: #d6d6d6;
	background-color: #fff
}
.b-dwn-spoiler__voting-button_type_no:hover svg,
.b-dwn-spoiler__voting-button_type_yes:hover svg {
	fill: #fff
}
.b-dwn-spoiler__voting-button_type_no.is-disabled:focus svg,
.b-dwn-spoiler__voting-button_type_no.is-disabled:hover svg,
.b-dwn-spoiler__voting-button_type_yes.is-disabled:focus svg,
.b-dwn-spoiler__voting-button_type_yes.is-disabled:hover svg {
	fill: #d6d6d6
}
.b-dwn-spoiler__voting .rating-line {
	width: 100%;
	max-width: 200px;
	margin: 0 0 0 15px
}
.b-dwn-spoiler__voting .rating-line .rating-line__row {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	flex-direction: row;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center
}
.b-dwn-spoiler__voting .rating-line .rating-line__visual {
	width: 100%;
	height: 3px;
	background-color: #dcdcdc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
.b-dwn-spoiler__voting .rating-line .rating-line__scale {
	display: block;
	height: 3px;
	background-color: #0ba40b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
.b-dwn-spoiler__voting .rating-line .rating-line__points {
	min-width: 20px;
	min-height: 20px;
	margin: 0 0 0 10px
}
.b-dwn-spoiler__voting .b-dwn-spoiler__rating-caption {
	margin: -8px 0 0;
	font-size: 80%;
	color: #606060
}
.b-dwn-spoiler__voting-error, .b-dwn-spoiler__voting-success {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px;
	display: none
}
.b-dwn-spoiler__voting-error {
	background: rgba(255, 2, 2, .68)
}
.b-dwn-spoiler__voting-success {
	background: rgba(11, 164, 11, .68)
}
.b-dwn-spoiler__voting-error span, .b-dwn-spoiler__voting-success span {
	color: #fff;
	text-transform: uppercase;
	display: block;
	text-align: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-moz-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	font-size: 18px;
	line-height: 24px
}
/* version end */

/* download button */
.fcols2 {
    background-color: #f2f6f8;
}
.fx-middle {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.fx-row, .mmenu ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.fcol2-left {
    padding: 15px;
}
.fx-1 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    /*min-width: 50px;*/
}
.finfo div {
    padding: 10px 0px 10px 80px;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
}
.finfo div:last-child {
    border-bottom: none;
}
.finfo div .fa {
    position: absolute;
    left: 0;
    top: 12px;
    color: #27ae60;
}
.finfo div > .fa + span {
    color: #999;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 11px;
}
.fcol2-dl {
    padding: 15px 30px;
}
.fcol2-right {
    margin: 0 auto;
}
.fdl-btn {
    display: flex;
    padding: 10px 15px;
    padding-left: 15px;
    border-radius: 6px;
    position: relative;
    min-height: 56px;
    cursor: pointer;
    font-size: 12px;
    margin-bottom: 15px;
    align-items: center;
}

.downloadpage .fdl-btn {
    font-size: 18px !important;
        color: #fff !important;
}
.downloadpage .fdl-btn-title div {
   opacity: .8 !important;
}

.fdl-btn .fdl-btn-type {
    margin-left: auto;
    background-color: rgba(0,0,0,.2);
    height: 26px;
    line-height: 27px;
    padding: 0px 7px;
    border-radius: 15px;
    min-width: 40px;
    text-align: center;
}

.fdl-btn:hover {
    color: #fff;
    background: #27ac5f;
    text-decoration: none;
    transition: none;
}
.fbtn-dl, .fdesc-title, .fdl-btn, .side-bt {
    background: #27ae60;
    color: #ffffffb8;
    background: linear-gradient(to right, #2ecc71, #27ae60);
}
.fdl-btn-icon {
    width: 56px;
    height: 100%;
    border-radius: 4px 0 0 4px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    background-color: rgba(0,0,0,0.15);
}
.fx-center {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.fx-col {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.fdl-btn-title div {
    font-size: 15px;
    margin-bottom: 5px;
    color: #fff;
}
.fcounter {
    font-size: 22px;
    padding-top: 0;
    height: 56px;
    line-height: 56px;
}

.mt {
  margin-top: 20px;
}
.cachebg {
  background: #0088cc;
}
.cachebg:hover {
  background: #2aa7e6;
}
.modbg {
  background: #d90007;
}
.modbg:hover {
  background: #e8484d;
}
/* download button end */

/* widget post list */
.app-widget-listed .apppost-titlelink {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 100
}
.app-widget-listed .apppost-downlink {
	width: 55px;
	color: #b3b3b3;
	background: 0 0;
	text-align: right
}
.app-widget-listed .apppost {
	border-bottom: 1px solid #f5f5f5;
	padding: 0 0 7px
}
.app-widget-listed .apppost:last-child {
	border: 0;
	padding-bottom: 0
}
.app-widget-listed .table-row:hover {
	background: #f5f5f5;
	text-decoration: none;
}
.latestPost {
	display: inline-block;
	width: 100%;
	padding: 15px
}

.latestPost:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0
}

.mainb .latestPost:last-child {
	padding-bottom: 15px;
}

.latestPost:first-child {
	margin-top: 0
}

.latestPost .apppost-img {
	width: 50px;
}

.latestPost .apppost-img img {
	border-radius: 5px;
}

.mainb .latestPost .apppost-img {
	width: 100px;
}
.latestPost .excerpt-entry {
	margin-left: 15px
}
.apppost {
	border-bottom: 1px solid #d6d6d6;
	padding: 10px 0 17px
}
.apppost-title {
	margin-left: 20px;
	padding-right: 10px
}
.apppost-titlelink {
	font-size: 25px;
	color: #000;
	margin-left: 15px;
	margin-bottom: 10px;
	display: block;
	line-height: 18px;
	font-weight: 400
}
.apppost-titlelink:hover {
	text-decoration: none
}
.apppost-downcount, .apppost-time {
	display: inline-block
}
/* widget post list end */

/* not realese massage */
.notreleases {
    text-align: center;
    font-weight: 100;
    background: #fbdc90;
    padding: 30px 20px;
    margin: 30px 0;
    font-size: 19px;
    border-radius: 4px;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 3%);
}
.not_release {
	font-size: 21px;
	text-align: center;
	padding: 55px 10px;
	margin-bottom: 30px;
	text-shadow: 0 0 10px #000;
	border: 1px solid rgba(255, 0, 0, .27);
	background: #01579b;
	color: #fff
}
/* not realese massage end */


/* rating stars */
.ratap {
	position: relative;
    padding-top: 12px;
}
.ratap .starblocks {
	display: block;
}
.ratap .starblocks .post-ratings img,
.ratap .starblocks .post-ratings-image img,
.ratap .starblocks .post-ratings-loading img {
	    margin: 0 2px;
	    width: 25px;
	padding-bottom: 1px
}
.ratap .starblocks .post-ratings-text {
	display: none!important
}
.ratap .starblocks .post-ratings-loading {
	display: none;
}
.ratap .starblocks span {
    position: relative;
    top: 2px;
    padding: 5px 5px;
    border-radius: 3px;
}
/* rating stars end */



/* category post show */
.main-news-grid {
	position: relative
}
.main-news {
	float: left;
	box-shadow: 0 2px 3px 0 rgb(0 0 0 / 3%);
    border-radius: 4px;
	width: 18.14%;
	margin: 9px;
	background: #fff;
	padding: 18px 0;
	height: 250px;
	position: relative
}
.main-news-image, .main-news-image img, .nothumbs {
	width: 139px;
	min-height: 139px;
	border-radius: 3px
}
.main-news:hover {
	text-decoration: none;
	-moz-box-shadow: 0 0 5px rgb(0 0 0 / 15%);
	-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 15%);
	box-shadow: 0 0 5px rgb(0 0 0 / 15%);
}
.main-news:hover .main-news-cat a {
	color: #a09f9f;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.main-news-image {
	overflow: hidden;
	margin: 0 0 12px 18px
}
.nothumbs {
	display: block;
	background: rgba(0, 0, 0, .4)
}
.apppost-img a, .apppost-img:hover a, .main-news-image a, .main-news-image:hover a {
	color: #eee!important
}
.main-news .main-news-title {
	color: #2d2d2d;
	font-size: 18px;
	line-height: 20px;
	overflow: hidden;
	margin: 0 15px 7px;
	text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* Semantic H1 inside card — reset all heading styles, inherit card styles */
.main-news .main-news-title h1 {
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    display: block;
}
.main-news .main-news-title a {
	color: #2d2d2d;
	text-overflow: ellipsis;
	white-space: nowrap
}
.main-news .main-news-title a:hover {
	color: #000
}
.main-news-cat {
    margin: 0 15px 7px;
    height: 17px;
    color: #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main-news-cat a {
	color: #cacaca
}
.main-news-cat a:hover {
	color: #000
}
/* category post show end */


/* show app home */
.mainb, .mainb:after {
	display: block;
	clear: both
}
.mainb {
	position: relative;
	background: #fff;
	border-radius: 4px;
	margin: 20px 10px;
	box-shadow: 0 2px 3px 0 rgb(0 0 0 / 3%);
}
.mainb:after {
	content: ""
}
.mainb-main-title {
	font-size: 24px;
	margin: 0 0 10px;
	color: #000;
	font-weight: 300;
	padding-top: 10px;
	padding-left: 15px
}
.mainb-seemore {
position: absolute;
    right: 15px;
    top: 16px;
    color: #000;
    line-height: 15px;
    font-size: 14px;
    background: #e2e2e2;
    padding: 5px 10px;
    border-radius: 4px;
    text-transform: uppercase;
}
.mainb-seemore:hover {
	text-decoration: none;
	background: #bfbfbf;
	color: #000;
}
.mainb-title, .mainb-title a {
	color: #2d2d2d;
	text-overflow: ellipsis;
	display: block
}
.mainb-grid {
	margin: 0 0 10px
}
.mainb-item {
	float: left;
	width: 88px;
	height: 190px;
	position: relative;
	display: block;
	margin: 0 15px
}
.mainb-item:hover {
	text-decoration: none;
}
.mainb-item:hover .mainb-image {
outline: 4px solid #eaeaea;
    background: #eaeaea;
}
.mainb-image {
	overflow: hidden;
	margin: 0 0 10px;
	width: 93px;
	min-height: 93px
}
.mainb-cat, .mainb-title {
	margin: 0;
	overflow: hidden
}
.mainb-image img {
	width: 93px;
	min-height: 93px;
	border-radius: 3px
}
.mainb-title {
	font-size: 16px;
	line-height: 17px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* Semantic H1 inside recommended card — reset heading styles */
.mainb-title h1 {
    font-size: inherit !important;
    line-height: inherit !important;
    font-weight: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    display: block;
}
.mainb-cat {
	color: #E8E8E8;
	font-size: 13px;
	text-overflow: ellipsis;
	white-space: nowrap
}
/* show app home end */


/* sidebar */
.sidebar-widget-1 .widget {
	padding: 11px 0;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
	margin-bottom: 15px
}

.sidebar-widget-1 .widget-title {
	border-bottom: 1px solid #f0f0f0;
	height: 29px;
	line-height: 17px;
	color: #666;
	font-size: 17px;
	padding: 0 15px;
	font-weight: 300;
	position: relative;
	text-transform: uppercase
}
/* sidebar end */

/* footer */
.footer-copyright {
	background-color: #1e1e1e;
	color: #949494;
	line-height: 50px;
	font-size: 14px;
	font-weight: 300!important
}

.footer-copyright a {
	color: #949494
}

.links-list {
	float: right
}

.links-list li {
	float: left;
	margin-right: 13px
}

.links-list li a {
	text-transform: uppercase
}
/* footer end */

/* category page */
.category-page .post-wrap .post {
	clear: both;
	display: block;
	background: #f3f3f3;
	margin-bottom: 40px
}
.category-page .post-wrap .post:hover {
	text-decoration: none;
	    background: rgb(243 243 243 / 59%);
}
.category-page .post-wrap .post:after {
    clear: both;
    content: "";
    display: block;
}  
.category-page .post-wrap .post:last-child {
	margin: 0!important
}

.category-page .post-wrap .post .dates {
	margin: 5px 0;
	font-size: 13px
}

.category-page .post-wrap .thumb {
	float: left;
	width: 300px
}

.category-page .post-wrap .content {
	color: #000;
	overflow: hidden;
	padding: 20px
}

.category-page .post-wrap .tits-post {
	font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    color: #181818;
}

.category-page .post-wrap .cat {
	margin-top: -10px;
	margin-top: 0!important
}

.category-page .post-wrap .tits {
	margin: 0 0 2px;
	line-height: 28px;
	font-weight: 300;
	line-height: 30px
}
/* category page end */

/* news */
.page .post-wrap .post h1 {
	margin-left: 0!important
}
.thumb img {
	transition: all .3s ease-in-out
}

.thumb img:hover {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter: alpha(opacity=90);
	opacity: .9
}
/* news end */

/* pagination */
.pagination {
	position: relative;
	color: #666;
	font-size: 18px;
	padding: 40px 0;
	font-weight: 300;
	clear: both!important;
	text-align: center;
	display: block;
	margin-bottom: 0
}
.pagination a, .pagination span.pages {
	color: #707070!important;
	text-decoration: none!important;
	font-size: 25px;
	padding: 10px 18px!important;
	margin: 0 10px 10px 0!important;
	background: #fff;
	box-shadow: 0 2px 3px 0 rgb(0 0 0 / 3%);
}
.pagination span.extend {
	padding: 0 6px;
	margin: 0 10px 0 0;
}
.pagination a:hover {
	color: #fff!important;
	background: #f62443
}
.pagination .current {
	padding: 11px 20px!important;
	margin: 0 2px 2px 0;
	background: #f62443;
	color: #fff;
	font-size: 25px
}
.pagination .current,
.pagination a,
.pagination span.extend,
.pagination span.pages {
	margin: 0 10px;
	-moz-border-radius: 3px!important;
	-webkit-border-radius: 3px!important
}
/* pagination end */

/* error page */
.error-wrap {
    text-align: center;
    padding: 45px 0;
    background-image: linear-gradient(25deg,#d64c7f,#ee4758 50%);
    color: #fff;
    border-radius: 4px;
    margin: 30px 0 45px;
}
.error-wrap h1 {
	margin: 0 0 20px;
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
}
.error-wrap p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
}
.error-wrap #searchform {
position: relative;
    overflow: hidden;
    line-height: 53px;
    width: 510px;
    margin: 0 auto;
    border: 10px solid #fff;
    border-radius: 4px;
}
.error-wrap #s {
	width: 100%;
	height: 43px;
	border: 1px solid #cdcdcd;
	    border-radius: 0;
}
.error-wrap #searchsubmit {
	position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 80px;
    height: 53px;
    margin: 0;
    background-color: #24cd77!important;
}
.error-search {
	padding: 0 20px;
}
/* error page end */

/* down page */

/* go back button*/
.dwgoback {
background-color: #ffffff;
    border: 1px solid #ccc;
    display: table;
    margin: 5px auto 15px;
    color: #000;
    font-size: 14px;
    line-height: 10px;
    padding: 10px 15px;
    width: auto;
    position: relative;
    border-radius: 4px;
    font-weight: 100;
    text-align: center;
}
.dwgoback:hover {
  text-decoration: none;
  background-color: #e4e4e4;
  color: #000;
}

/* accordion */
.accordion-faqs {
  padding-bottom: 20px;
}
.wp-faq-schema-items {
    margin-bottom: 15px;
}
.accordion-faqs h2 {
  margin-bottom: 25px;
}
.accordion-faqs .accordion {
  border-bottom: 1px solid #e2e2e2;
}
.accordion-faqs .accordion {
    font-size: 19px;
    font-weight: bold;
    background-color: #f3f3f3;
    color: #444;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}
.accordion-faqs .accordion.active, .accordion-faqs .accordion:hover {
    background-color: #ddd;
}
.accordion-faqs .accordion:after {
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
    content: ' ';
    border-top: 2px solid #666;
    border-left: 2px solid #666;
    cursor: pointer;
    width: .8rem;
    height: .8rem;
    margin-left: auto;
    margin-top: 5px;

    transform: rotateZ(-135deg);
    transition: all .3s ease 0s;
}
.accordion-faqs .accordion.active:after {
    transform: rotateZ(45deg);
}
div.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
}
div.panel.show {
    display: block !important;
}
div.panel {
    padding: 18px;
    font-size: 15px;
    line-height: 23px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}
div.panel p {
    margin-bottom: 10px;
}
div.panel.show {
    opacity: 1;
    max-height: 500px;
    border: 1px solid #ddd;
    border-top: 0;
}

/**/
.apks {
    text-align: center;
    display: block;
    width: 80%;
    margin: 25px auto;
}

.downloadpage .post-wrap {padding: 0 !important;}
#download_link {
    background-color: #cb0c16;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding: 4px 10px;
    position: relative;
    border-radius: 3px;
    font-weight: 100;
    text-align: center;
}
#download_link:hover {
    text-decoration: none;
    background-color: #de6f75;
}

.mt {
  margin-top: 20px;
}

.telegram {
  background: #0088cc;
}
.telegram:hover {
  background: #2aa7e6;
}
.mega {
  background: #d90007;
}
.mega:hover {
  background: #e8484d;
}
.gdrive {
  background: #1a73e8;
}
.gdrive:hover {
  background: #174ea6;
}
.mfire {
  background: #464646;
}
.mfire:hover {
  background: #636363;
}

/* down page end */

.entry img.lazy-hidden, .lazy-hidden, img.thumbnail.lazy-hidden {
	opacity: .2;
	background-color: #fff
}

figure.wp-block-image img.lazy-hidden {
	min-width: 150px
}

.lazy-loaded {
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-ms-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 1!important
}

.button_loadmore {
outline: 0;
    font-size: 15px;
    background: #868686;
    padding: 5px 20px;
    border-radius: 5px;
    border: none;
    color: #fff!important;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    text-decoration: none!important;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.button_loadmore:hover {
	background-color: #616161;
}

.comments-area {
	padding: 15px;
}


.userlog {
    background: #ce263f;
}
.userlog img {
      position: relative;
    top: -2px;
    margin-right: 5px;
    border-radius: 50%;  
}

.cat-list-box {
    margin: 20px 10px;
    padding: 0!important;
}
.cat-list-title {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin: 16px 0 5px;
    display: block;
}
.cat-list li {
list-style: none;
    display: inline-block;
}
.cat-list li a {
    display: block;
    background: #b3b3b3;
    border-radius: 3px;
    padding: 4px 10px;
    margin: 0 8px 10px 0;
    color: #fff;
    font-size: 16px;
}
.cat-list li a:hover, .cat-list li .current-cat a {
    text-decoration: none;
    background: #8a8a8a;
}



@media only screen and (min-width:1200px) {
	.search_form {
        max-width: 400px;
        left: inherit;
    }
	.mainb {
		margin-bottom: 40px
	}
	.mainb-item {
		width: 111.5px;
		height: 210px
	}
	.singapp .mainb-item {
		width: 110.5px !important;
	}
	.mainb-image,
	.mainb-image img {
		width: 111.6px;
		min-height: 111.6px
	}
	.nothumbs {
		width: 150px;
		min-height: 150px
	}
	.main-news-image {
		width: 150px;
		height: 150px
	}
	.main-news-image img {
		width: 150px;
		min-height: 150px
	}
	.main-news {
		width: 18.23%;
		height: 260px
	}
}

@media only screen and (max-width:991px) {
	.main-news:last-child,
	.sort-boxs-container {
		/*display: none*/
	}
	.main-news-grid {
		margin: 0 6px
	}
	.main-news {
		width: 23.88%;
		height: 250px;
		margin: 4px;
		padding: 12px 0 10px
	}
	.main-news-image {
		width: 148px;
		height: 148px;
		min-height: 148px;
		margin: 5px 0 5px 15px
	}
	.main-news-image img {
		width: 93%
	}
	.main-news .main-news-title {
		font-size: 16px
	}
	.main-news-cat a {
		font-size: 14px
	}
	.nothumbs {
		width: 115px;
		min-height: 115px
	}


	#main {
		margin: 8px 0!important
	}


	.comment-respond .email-comment span {
		display: none
	}
	.post-wrap .tags a {
		margin-bottom: 10px
	}
	.mainb {
		margin-bottom: 40px
	}
	.mainb-grid {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: flex-start;
		align-items: flex-start;
		overflow: auto;
		margin: 0 0 10px
	}
}


.comments-area {
	width: 100%;
    border-radius: 8px;
    box-sizing: border-box;
    margin-top: 36px;	
}
#wpdcom .wpdiscuz-hidden {
    display: none
}
#wpdcom {
    padding: 0 !important;
}
#wpdcom .wpd-thread-list {
    padding: 15px 0 0 0 !important;
}
#wpdcom .wpd-form-head, #wpdcom .wpd-comment-footer .wpd-sep {
    display: none !important;
}
#wpdcom .wpd-form-wrap {
    padding: 0 15px !important;
}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap {
    flex-basis: calc(100%) !important;
}
#wpdcom .wpd-form-row .wpd-field {
    font-size: 14px !important;
}
#wpdcom .wpd-form-row .wpd-has-icon .wpd-field {
    padding-left: 15px !important;
}
#wpdcom form {
    padding: 0 15px;
}
#wpdcom.wpd-layout-2 .wpd-comment {
    margin-bottom: 10px !important;
}
#wpdcom.wpd-layout-2 .depth-1 {
    border-bottom: 1px solid #e5e5e5;
}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header, #wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info .wpd-uinfo-top, #wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info .wpd-uinfo-bottom {
	align-items: center !important;
    display: inline-flex !important;	
}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info {
	margin-bottom: 0 !important;
}
#wpdcom .wpd-comment .wpd-comment-wrap {
    padding: 0 15px !important;
}
#wpdcom .wpd-reply .wpd-avatar img {
    width: 40px !important;
    height: 40px !important;
    max-width: 40px !important;	
}
#wpdcom .wpd-reply .wpd-comment-wrap {
	padding: 0 10px !important;
	margin: 0px 0px 15px 0px !important;
}
#wpdcom .wpd-reply .wpd-comment-right {
	padding-bottom: 0 !important;
}
#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-reply-to i {
	margin-right: 0 !important;
}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-wrap {
    background-color: #fff !important;	
}

@media only screen and (max-width:767px) {
	#breadcrumbs .breadcrumb_last,
	.comment-form .comment-notes {
		display: none
	}
	.titledeveloper a {
		color: red
	}
	.app-file-info-box {
		width: 70%
	}
	.category-page .post-wrap .tits-post {
		    font-size: 20px;
    line-height: 25px;
	}
	.category-page .post-wrap .content  {
		padding: 15px;
		min-height: auto!important
	}
	.category-page .post-wrap .post .dates, .category-page .post-wrap .post .excerpt-entry {
		display: none;
	}

	.error-wrap #searchform {
		width: 100%
	}

	.mainb-grid {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: flex-start;
		align-items: flex-start;
		overflow: auto;
		margin: 0 0 10px
	}

	.ratap .starblocks span {
    top: 2px;
    font-size: 12px;
	}

#wpdcom .wpd-thread-head .wpd-thread-info {
    padding-left: 15px !important;
}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info {
    margin-left: 0 !important;
    margin-top: 0 !important;
}
#wpdcom.wpd-layout-2 .wpd-reply {
    margin-left: 15px !important;	
}
#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-reply-to {
    font-size: 11px !important;
    margin-left: 0px !important;
}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-header .wpd-user-info .wpd-uinfo-top {
    margin-bottom: 0 !important;
}

}

@media only screen and (min-width:480px)and (max-width:767px) {
	.container {
		padding: 0
	}
	.main-news {
		width: 31.1%;
		margin: 1.1%
	}
	.main-news-image {
		width: 85%;
		height: auto;
		min-height: auto;
		margin: 0 0 5% 10%
	}
	.main-news-image img {
		width: 95%;
		min-height: auto
	}
	.nothumbs {
		width: 100%;
		min-height: auto
	}

	.pagination a,
	.pagination span.pages {
		padding: 7px 19px!important
	}
	.pagination .current {
		padding: 4px 12px!important
	}

	.category-template-down {
		display: none
	}

	.mainb-grid {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: flex-start;
		align-items: flex-start;
		overflow: auto;
		margin: 0 0 10px
	}


.top-down-button {
    width: 100%;
    font-size: 21px;
    height: 50px;
    line-height: 50px;
}


#wpdcom .wpd-thread-head .wpd-thread-info {
    padding-left: 15px !important;
}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info {
    margin-left: 0 !important;
    margin-top: 0 !important;
}
#wpdcom.wpd-layout-2 .wpd-reply {
    margin-left: 15px !important;	
}
#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-reply-to {
    font-size: 11px !important;
    margin-left: 0px !important;
}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-header .wpd-user-info .wpd-uinfo-top {
    margin-bottom: 0 !important;
}
}

@media only screen and (max-width:479px) {
.hdir {
   	margin-bottom: 55px;	
	}
.ver-top-l {
    width: 115px;
    height: 115px;
}
.ver-top-l img {
    width: 115px;
}
.ver-top-r {
	margin-left: 125px;
}
.ver-top-title h1 {
    font-size: 22px;
    line-height: 22px;
}
.ratap .starblocks span {
	display: none;
}

.top-down-button {
    width: 100%;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    margin: 25px 0 5px;
}

.ver-title {
    padding: 35px 10px 15px;
}

.b-dwn-spoiler {
	margin: 0 10px 30px;
}

.top-wrap .logo a, .top-wrap .logo h1 {
	font-size: 20px;
}

.category-page .post-wrap .thumb {
	width: 100%;
}


	.wpd-cf-label {
		display: table-cell!important;
		width: 35%!important
	}
	.mainb {
		margin-bottom: 25px;
		margin-left: 0;
		margin-right: 0
	}
	.mainb:first-child {
		margin-top: 0
	}
	.mainb-grid {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: flex-start;
		align-items: flex-start;
		overflow: auto;
		margin: 0 0 10px
	}
	.mainb-item {
	width: 90px;
    height: auto;
    margin: 0 12px;
    padding-bottom: 15px;
	}
	.mainb-item:first-child {
		margin-left: 16px
	}
	.mainb-grid .mainb-item:last-child .mainb-image {
		width: 105px
	}
	.mainblist .mainb-item:last-child .mainb-image {
		width: auto
	}
	.mainb-image,
	.mainb-image img {
		width: 90px;
		min-height: 90px
	}
	.mainblist .mainb-grid {
		margin: 0;
		padding: 0 15px;
		background: #fff;
		display: block;
		overflow: auto
	}
	.mainblist .mainb-item {
		margin: 0;
		padding: 10px 0 15px;
		width: 100%!important;
		min-width: 100%;
		float: none;
		display: block;
		height: auto;
		clear: both
	}
	.mainblist .mainb-image,
	.mainblist .mainb-image img {
		width: 65px;
		min-height: 65px
	}
	.mainblist .mainb-item:last-child {
		border-bottom: 0
	}
	.mainblist .mainb-item:after {
		content: "";
		clear: both;
		display: block
	}
	.mainblist .mainb-image {
		float: left;
		margin: 0 15px 0 0;
		display: block
	}
	.mainblist .mainb-title {
		margin: 0;
		font-size: 19px;
		overflow: initial;
		padding-top: 3px;
		    line-height: 20px;
	}
	.mainb-cat {
		padding-top: 5px;
	}

.mainblist .mainb-item:hover:before {
    display: block;
}
.mainblist .mainb-item:before {
    content: ' ';
    background-color: #f2f2f2;
    border-radius: .5rem;
    display: none;
    position: absolute;
    z-index: -1;
    top: -.5rem;
    bottom: -.5rem;
    left: -.5rem;
    right: -.5rem;
}

	#breadcrumbs {
		padding: 0 10px
	}

.body-post {
    overflow: hidden!important;
}


	.post-wrap {
		padding: 10px
	}
	#main .container {
		padding-left: 0;
		padding-right: 0
	}
	.main-news {
		width: 100%;
		height: auto;
		margin: 0 0 15px;
		padding: 15px 0 10px
	}
	.main-news .main-news-title a {
		text-overflow: none;
		white-space: normal;
		margin-bottom: 40px
	}
	.main-news-image {
		width: 95px;
		height: 95px;
		min-height: 95px;
		float: left;
		margin: 0 10px 0 15px
	}
	.main-news-image img,
	.nothumbs {
		width: 90px;
		min-height: 90px
	}
	.main-news .main-news-title {
		font-size: 20px;
		line-height: 22px;
		position: relative;
		top: 4px;
		overflow: visible;
		display: block;
		height: auto
	}
	.main-news-cat {
		color: #cacaca;
		font-size: 13px;
		text-overflow: ellipsis;
		white-space: nowrap
	}

	.category-template-down,
	.search_category_name {
		display: none
	}

	.boxes .boxtitle {
		height: auto;
		line-height: 25px!important;
		padding: 10px!important
	}

	.add-article-button {
		display: none!important
	}
	h1,
	h2,
	h3,
	h4 {
		margin: 40px 0 22px
	}
	#main {
		margin: 0!important
	}

	.b-content ul.list li {
		line-height: 35px
	}
	.b-content ul.list li:before {
		top: 18px
	}

	.post-wrap .post h1,
	.titledevelopers {
		margin-left: 0
	}
	.pagination .current,
	.pagination a,
	.pagination span.pages {
		padding: 5px 13px!important;
		margin: 0 10px 0 0;
	}
.pagination span.extend {
        margin: 0 2px 0 0!important;
    font-size: 10px;
}
	.footer-copyright {
		text-align: center
	}
	.links-list {
		float: none;
		text-align: center;
		margin: 0 auto;
		display: block;
		position: relative
	}
	.links-list li {
		float: none;
		display: inline-block
	}

#wpdcom .wpd-thread-head .wpd-thread-info {
    padding-left: 15px !important;
}
#wpdcom.wpd-layout-2 .wpd-comment .wpd-comment-header .wpd-user-info {
    margin-left: 0 !important;
    margin-top: 0 !important;
}
#wpdcom.wpd-layout-2 .wpd-reply {
    margin-left: 15px !important;	
}
#wpdcom.wpd-layout-2 .wpd-comment-header .wpd-reply-to {
    font-size: 11px !important;
    margin-left: 0px !important;
}
#wpdcom.wpd-layout-2 .wpd-comment.wpd-reply .wpd-comment-header .wpd-user-info .wpd-uinfo-top {
    margin-bottom: 0 !important;
}

}

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

	.footer-copyright {
		text-align: center
	}
	.links-list {
		float: none;
		text-align: center;
		margin: 0 auto;
		display: block;
		position: relative
	}
	.links-list li {
		float: none;
		display: inline-block
	}
}



.comments-area{width:auto; margin: 0 auto;}




.b-cont .b-content {
	padding: 10px 20px 1px;
}

.block-list>.block:first-child {
    margin-top: 0;
}
.block {
    background-color: #fff;
    border-radius: 4px;
    margin-top: 1rem;
}

.b-tabs {
	padding: 0 .5rem;
	overflow: hidden;
	display: flex;
	font-weight: 700
}

.b-tabs+.b-cont,
.b-head+.b-cont {
	padding-top: 0
}

.b-tabs>a {
    height: 3rem;
    line-height: 1rem;
    padding: 1rem 1rem;
    position: relative;
    text-decoration: none;
    color: #4ccb70;
}

.b-tabs>a:active {
	color: #4ccb70 !important;
}

.b-tabs>a:not(.active) {
	color: inherit!important
}

.b-tabs>a::after {
	content: "";
	height: 0;
	border-top: .5rem solid #4ccb70;
	position: absolute;
	left: 1rem;
	right: 1rem;
	top: 0;
	margin-top: -.25rem;
	opacity: 0;
	transform: translateY(-.5rem);
	background-color: #4ccb70 !important;
	transition: opacity .2s ease, transform .2s ease
}

.b-tabs>a.active::after {
	opacity: 1;
	transform: translateY(0)
}

.link-faq {
	background-color: #f7f7f7;
	color: inherit;
	font-weight: 700;
	display: flex;
	align-items: center;
	border-radius: .75rem;
	padding: .75rem 1rem;
	line-height: 1.5rem
}

.link-faq:not(:first-child) {
	margin-top: .5rem
}

.link-faq::after {
	content: "";
	margin-left: auto;
	background-color: #4CCB70;
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	text-align: center;
	opacity: 0;
	transform: scale(.5)
}


	.link-faq {
		transition: background-color .7s ease, color .1s ease
	}
	.link-faq:hover {
		color: #4CCB70;
		background-color: #EDFAF0;
		text-decoration: none;
	}
	.link-faq::after {
		transition: transform .3s ease, opacity .2s ease
	}
	.link-faq:hover::after {
		opacity: 1;
		transform: scale(1)
	}


#app_faq {
	padding: 10px 10px;
}

#comments {
    margin: 0 auto !important;
}
#wpdcom {
    padding: 0 10px !important;
    margin: 0 auto 10px !important;
}
#wpdcom .wpd-form-head {
	display: none !important;
}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap {
	display: block !important;
}
#wpdcom .wpd-form .wpdiscuz-textarea-wrap.wpd-txt .wpd-textarea-wrap {
	flex-basis: 100% !important;
}

.logged-in #header, .logged-in .nav-menu {
    top: 32px !important;
}






.screens-title {
    font-size: 23px;
    margin: 15px 0 10px 20px;
}

.app_screens {
    position: relative
}

.app_screens .sep_line {
    margin-bottom: 2rem
}

.app_screens_in {
    margin-top: 30px;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (min-width: 500px) {
    .app_screens {
        margin-left:-2rem;
        margin-right: -2rem
    }

    .app_screens .sep_line {
        margin-top: 2rem
    }

    .app_screens .section-title {
        padding-left: 2rem;
        padding-right: 2rem
    }
}


@media (min-width: 768px) {
    .app_screens {
        margin-bottom:-2rem
    }
}

@media (min-width: 992px) {
    .app_screens_in::-webkit-scrollbar {
        width:16px;
        background-color: #fff
    }

    .app_screens_in::-webkit-scrollbar-thumb {
        background-color: #e2e5e2;
        border-radius: 16px;
        border: 3px solid #fff
    }

    .app_screens_in::-webkit-scrollbar-track {
        background-color: #fff;
        border-radius: 16px;
        border: 3px solid #fff
    }
}

.app_screens_list {
	overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 15px;
    position: relative;
    margin: 0 15px;
    margin-bottom: 15px;
}

    .app_screens_list::-webkit-scrollbar {
        height: 8px;
        background: none!important;
        margin-top: 12px
    }

    .app_screens_list::-webkit-scrollbar-thumb {
        background-color: #a0a0a0;
        border-radius: 8px
    }

    .app_screens_list::-webkit-scrollbar-track {
        background-color: #dbdbdb;
        border-radius: 8px
    }

[data-theme=dark] .app_screens_list::-webkit-scrollbar-thumb {
	background-color: #dbdbdb;
}

[data-theme=dark] .app_screens_list::-webkit-scrollbar-track {
	background-color: #a0a0a0;
}


.app_screens_list .a_s_d {
    display: inline-block;
    vertical-align: bottom;
    background-color: #fff;
    border-radius: .5rem;
    margin-left: 1rem
}

.app_screens_list .a_s_d:first-child {
    margin-left: 0
}

.app_screens_list .a_s_d img {
    display: block;
    width: auto;
    height: 296px;
    border-radius: inherit
}

.app_screens_list::after,.app_screens_list::before {
    content: "";
    display: inline-block;
    width: 27px;
    height: 27px;
}

.app_screens_list::after {
    margin-left: -27px;
}

.app_screens_list::before {
    margin-right: -30px;
}

@media only screen and (max-width: 767px) {
.app_screens_list .a_s_d img {
    height: 204px;
}
}

@media only screen and (max-width: 479px) {
.app_screens_list .a_s_d img {
    height: 204px;
}
}

/* iOSVIZOR language switcher */
.iosv-footer-layout {
    display: flex;
    align-items: center;
    min-height: 50px;
}

.iosv-footer-brand {
    flex: 0 0 auto;
    line-height: 1.2;
    white-space: nowrap;
}

.iosv-footer-brand span {
    margin-left: 10px;
}

.iosv-footer-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: auto;
    line-height: 1;
}

.iosv-footer-actions .links-list {
    display: flex;
    align-items: center;
    gap: 13px;
    float: none;
    margin: 0;
    line-height: 1;
}

.iosv-footer-actions .links-list li {
    float: none;
    margin: 0;
}

.iosv-language-menu {
    position: relative;
    z-index: 1000;
    display: inline-block;
    flex: 0 0 auto;
    float: none;
    margin: 0;
    line-height: 1;
}

.iosv-language-current {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 6px 20px;
    border: 0;
    border-radius: 5px;
    background: #f0f0f0;
    color: #000;
    font: inherit;
    line-height: 1;
    cursor: pointer;
}

.iosv-language-icon {
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    fill: currentColor;
}

.iosv-language-selector {
    position: absolute;
    right: 50%;
    bottom: 135%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 360px;
    max-width: calc(100vw - 32px);
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 5px;
    background: #fff;
    color: #333;
    box-shadow: 0 8px 26px rgba(0, 0, 0, .14);
    line-height: 1;
    transform: translateX(50%);
}

.iosv-language-selector[hidden] {
    display: none;
}

.iosv-language-selector::before {
    content: "";
    position: absolute;
    right: 50%;
    bottom: -10px;
    margin-right: -10px;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.iosv-language-selector::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -27px;
    left: 0;
    border: 16px solid transparent;
}

.iosv-language-selector li {
    margin: 0;
    display: block;
    min-width: 0;
}

.iosv-language-selector a {
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 9px 12px;
    color: #333;
    font-size: 13px;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
}

.iosv-language-selector a:hover,
.iosv-language-selector a:focus,
.iosv-language-selector a[aria-current="page"] {
    border-radius: 5px;
    background: #ddd;
    color: #333;
}

html[dir="rtl"] body {
    direction: rtl;
}

html[dir="rtl"] .iosv-language-menu,
html[dir="rtl"] .links-list {
    float: none;
}

html[dir="rtl"] .iosv-language-selector {
    right: 50%;
    left: auto;
    text-align: right;
}

html[dir="rtl"] .iosv-language-selector::before {
    right: 50%;
    left: auto;
}

html[dir="rtl"] .iosv-language-selector a {
    text-align: right;
}

@media only screen and (max-width: 600px) {
    .iosv-footer-layout {
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        padding: 10px 0;
    }

    .iosv-footer-actions {
        justify-content: center;
        gap: 14px;
        margin-left: 0;
    }

    .iosv-language-current {
        white-space: nowrap;
    }

    .iosv-language-selector {
        right: auto;
        left: 0;
        transform: none;
    }

    .iosv-language-selector::before {
        right: auto;
        left: 40px;
        margin-right: 0;
    }

    html[dir="rtl"] .iosv-language-menu {
        float: none;
    }

    html[dir="rtl"] .iosv-language-selector {
        right: 0;
        left: auto;
    }

    html[dir="rtl"] .iosv-language-selector::before {
        right: 40px;
        left: auto;
    }
}

@media only screen and (max-width: 379px) {
    .iosv-language-selector {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .iosv-footer-actions {
        flex-wrap: wrap;
    }
}
/* ── Voting button circles with ✓ and ✗ symbols ── */
.b-dwn-spoiler__voting-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid currentColor;
    background: transparent;
    cursor: pointer;
    transition: background .2s, color .2s, transform .1s;
    padding: 0;
    line-height: 1;
}
.b-dwn-spoiler__voting-button svg {
    pointer-events: none;
    display: block;
}
.b-dwn-spoiler__voting-button_type_no {
    color: #e53935;
    border-color: #e53935;
}
.b-dwn-spoiler__voting-button_type_no svg line {
    stroke: #e53935;
}
.b-dwn-spoiler__voting-button_type_no:hover,
.b-dwn-spoiler__voting-button_type_no.is-disabled {
    background: #e53935;
    color: #fff;
}
.b-dwn-spoiler__voting-button_type_no:hover svg line,
.b-dwn-spoiler__voting-button_type_no.is-disabled svg line {
    stroke: #fff;
}
.b-dwn-spoiler__voting-button_type_yes {
    color: #43a047;
    border-color: #43a047;
}
.b-dwn-spoiler__voting-button_type_yes svg polyline {
    stroke: #43a047;
}
.b-dwn-spoiler__voting-button_type_yes:hover,
.b-dwn-spoiler__voting-button_type_yes.is-disabled {
    background: #43a047;
    color: #fff;
}
.b-dwn-spoiler__voting-button_type_yes:hover svg polyline,
.b-dwn-spoiler__voting-button_type_yes.is-disabled svg polyline {
    stroke: #fff;
}
.b-dwn-spoiler__voting-button:active {
    transform: scale(.92);
}
.b-dwn-spoiler__voting-button + .b-dwn-spoiler__voting-button {
    margin-left: 6px;
}
/* Error / success messages */
.b-dwn-spoiler__voting-error,
.b-dwn-spoiler__voting-success {
    display: none;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 3px;
    margin-top: 6px;
}
.b-dwn-spoiler__voting-error {
    color: #c62828;
    background: #ffebee;
}
.b-dwn-spoiler__voting-success {
    color: #2e7d32;
    background: #e8f5e9;
}
/* Secure download badge */
.vz-secure-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    color: #555;
    background: #f0faf0;
    border: 1px solid #c8e6c9;
    border-radius: 3px;
    padding: 3px 8px;
    margin-top: 8px;
}
.vz-secure-badge svg {
    fill: #388e3c;
    flex-shrink: 0;
}




/* ===================================================
   IPA 5-STAR RATING — hero section
   =================================================== */

/* Outer wrapper — sits on page bg, zero extras */
.ipa-custom-rating {
    display: block;
    margin-top: 4px;
    padding-top: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* Kill backgrounds on every intermediate container */
.ipa-custom-rating .starblocks,
.ipa-custom-rating .post-ratings,
.ipa-custom-rating .ipa-stars-row {
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    width: auto !important;
}

/* Star row — tight, zero gap */
.ipa-stars-row {
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0;
    background: transparent !important;
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    width: auto !important;
    line-height: 0;
}

/* Per-star wrapper — relative for fractional overlay */
.ipa-star-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    line-height: 0;
    margin: 0;
    padding: 0;
}

/* Star SVG */
.ipa-star {
    display: block;
    width: 24px !important;
    height: 24px !important;
    cursor: pointer;
    transition: transform 0.12s;
    overflow: hidden;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
}
.ipa-star:hover { transform: scale(1.15); }

/* Filled star — solid orange */
.ipa-star.ipa-star-full path {
    fill: #FFA500;
    stroke: none;
}
/* Empty star — transparent fill, orange outline */
.ipa-star.ipa-star-empty path {
    fill: transparent;
    stroke: #FFA500;
    stroke-width: 1.2;
    paint-order: stroke fill;
}
/* Partial star base — same as empty */
.ipa-star.ipa-star-partial path {
    fill: transparent;
    stroke: #FFA500;
    stroke-width: 1.2;
    paint-order: stroke fill;
}

/* Fractional orange fill overlay */
.ipa-star-frac {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px !important;
    height: 24px !important;
    display: block;
    pointer-events: none;
}

/* Score badge — "3.96/5" grey pill */
.ipa-rating-text,
.ipa-custom-rating .starblocks span.ipa-rating-text {
    display: inline-block !important;
    margin-left: 7px !important;
    padding: 2px 6px !important;
    background: #e8e8e8 !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #555 !important;
    line-height: 1.4 !important;
    white-space: nowrap;
    vertical-align: middle;
    position: static !important;
    top: auto !important;
}

/* Vote count line below stars */
.ipa-vote-count {
    margin-top: 3px;
    font-size: 11px;
    color: #999;
    line-height: 1;
}

/* Flash messages */
.ipa-vote-msg {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 3px;
    display: none;
}
.ipa-vote-success { color: #155724; background: #d4edda; }
.ipa-vote-error   { color: #721c24; background: #f8d7da; }

@media (max-width: 480px) {
    .ipa-star,
    .ipa-star-frac { width: 18px !important; height: 18px !important; }
    .ipa-rating-text { font-size: 12px !important; padding: 1px 4px !important; }
}


/* ===================================================
   VIZEORS AD BLOCKS — responsive, no fixed sizes
   =================================================== */
.vizeors-ad {
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 12px 0;
    clear: both;
}
.vizeors-ad ins.adsbygoogle {
    display: block !important;
    width: 100% !important;
    /* Never set fixed height — AdSense auto format handles it */
}
@media (max-width: 767px) {
    .vizeors-ad { margin: 8px 0; }
}
