/*
 * Theme Name: APKMirror
 * Author: APKMirror
 * Description: Custom theme for APK Mirror
 * Version: 1.0
 * Theme URI: https://www.apkmirror.com
 * Author URI: https://www.apkmirror.com
*/
/*
 * Table of Contents:
 *
 * 1.0 - Global Styles
 * 2.0 - Header
 * 3.0 - Basic Structure
 * 4.0 - Search
 * 5.0 - Navigation + social share
 * 6.0 - Post
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 *   7.3 - Upload Widget
 *   7.4 - App Manager widget
 * 8.0 - Footer
 * 9.0 - Content
 * 10.0 - Modal
 *   10.1- File error
 * 11.0 - Archive
 * 12.0 - Effects
 * 13.0 - Mobile
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 downloaded from github repo, this file is originally from less directory + commented out modules we don't use
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
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;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #eee;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
video {
  max-width: 100%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.nav:after,
.navbar:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
Bootstrap variables
//== Scaffolding
//
//## Settings for some of the most global styles.

//** Background color for `<body>`.
@body-bg:               #fff;
//** Global text color on `<body>`.
@text-color:            @gray-dark;

//** Global textual link color.
@link-color:            @brand-primary;
//** Link hover color set via `darken()` function.
@link-hover-color:      darken(@link-color, 15%);
//** Link hover decoration.
@link-hover-decoration: underline;
*/
:root {
  --body-bg: #eee;
  --text-color: #333;
  --secondary-bg: #FFF;
  --secondary-box-shadow: rgba(0, 0, 0, 0.2);
  --secondary-text-color: #536D79;
  --tertiary-bg: #F7F9F9;
  --tertiary-text-color: #888888;
  --backdrop-color: rgba(0, 0, 0, 0.6);
  --link-color: #000;
  --link-hover-color: #000;
  --fontBlack: #000;
  --colorLightBlack: rgba(0, 0, 0, 0.5);
  --fontWhite: #fff;
  --footer-bg: #D0D1D1;
  --footer-shadow: #777;
  --footer-color: #777;
  --btn-color: rgba(0, 0, 0, 0.84);
  --btn-hover-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.23), 0 10px 30px rgba(0, 0, 0, 0.19);
  --radio-color: rgba(0, 0, 0, 0.84);
  --radio-checked-color: #16ACC2;
  --warning-panel-bg: #fcf8e3;
  --warning-panel-color: #8a6d3b;
  --warning-panel-border: #faebcc;
  --tooltip-bg: #000;
  --tooltip-color: #fff;
}
html:not(.dark) [data-theme-dark] {
  display: none;
}
html.dark [data-theme-light] {
  display: none;
}
html.auto-theme [data-theme-dark] {
  display: none;
}
html.auto-theme [data-theme-light] {
  display: none;
}
html:not(.auto-theme) [data-theme-auto] {
  display: none;
}
html.dark.member img:not(.apkm-logo-image) {
  filter: brightness(80%);
}
button:focus {
  outline: none;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  background-image: none;
  position: relative;
  padding: 8px 30px;
  border: 0;
  margin: 10px 1px;
  border-radius: 2px;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.84);
  color: var(--btn-color);
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
}
.btn:hover,
.btn:focus,
.btn:active {
  color: rgba(0, 0, 0, 0.84);
  color: var(--btn-color);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.23), 0 10px 30px rgba(0, 0, 0, 0.19);
  box-shadow: var(--btn-hover-box-shadow);
}
.btn-flat {
  background: none;
  box-shadow: none;
  font-weight: 500;
  /*color      : rgba(0, 0, 0, .84);*/
}
.btn-flat:hover,
.btn-flat:focus,
.btn-flat:active {
  box-shadow: none;
}
.btn-default {
  /*
    background-color: transparent;
    color           : rgba(0, 0, 0, 0.84);*/
}
.btn-border {
  border: 2px solid transparent;
}
/**
used in memberful
*/
.btn-success {
  background-color: #0f9d58;
  color: rgba(255, 255, 255, 0.84);
}
.btn-search {
  background-color: #FF8B14;
  color: rgba(255, 255, 255, 0.84);
}
.btn-search:hover,
.btn-search:focus,
.btn-search:active {
  color: rgba(255, 255, 255, 0.84);
}
:-webkit-autofill {
  transition: background-color 600000s 0s, color 600000s 0s;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.floating-label {
  color: #7e7e7e;
  font-size: 14px;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 5px;
  transition: all 0.2s ease;
  opacity: 0;
}
.form-group {
  margin-bottom: 15px;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  height: 34px;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-image: linear-gradient(#FF8B14, #FF8B14), linear-gradient(#d2d2d2, #d2d2d2) !important;
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat !important;
  background-position: center bottom, center calc(100% - 1px) !important;
  background-color: transparent;
}
.form-control.input-inline {
  display: inline-block;
  width: auto;
}
.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999;
  opacity: 1;
  /* Firefox */
}
.form-control:not(textarea):not(select):not(.mce-container):not(.input-lg) {
  height: 28px;
}
.form-control.input-lg {
  height: 46px;
  font-size: 18px;
}
.form-control:focus,
.form-control.focus {
  outline: none;
  animation: input-highlight 0.5s forwards;
  box-shadow: none;
  background-size: 0 2px, 100% 1px;
}
.form-control:not(:placeholder-shown) ~ .floating-label {
  top: -10px;
  font-size: 10px;
  opacity: 1;
}
.form-control-wrapper {
  position: relative;
  display: block;
}
.form-control-wrapper .mce-container {
  border-color: transparent;
  box-shadow: none;
  background-color: #f6f7f7;
  background-size: 0 2px, 100% 1px;
}
.form-control-wrapper .mce-tinymce {
  padding-bottom: 2px;
}
.form-control-wrapper .mce-tinymce ~ .floating-label.top {
  top: -15px;
  font-size: 10px;
  opacity: 1;
}
.form-control-wrapper textarea {
  resize: none;
}
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio + .radio {
  margin-top: -5px;
}
.radio label {
  min-height: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  padding-left: 45px;
  position: relative;
}
.radio label span {
  display: block;
  position: absolute;
  left: 10px;
  top: 2px;
  transition-duration: 0.2s;
}
.radio .circle {
  border: 2px solid rgba(0, 0, 0, 0.84);
  border: 2px solid var(--radio-color);
  height: 15px;
  width: 15px;
  border-radius: 100%;
}
.radio .check {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.84);
  background-color: var(--radio-color);
  transform: scale(0);
}
.radio .check:after {
  display: block;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.84);
  background-color: var(--radio-color);
  left: -18px;
  top: -18px;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
  margin: 0;
  transform: scale(1.5);
}
.radio input[type=radio] {
  display: none;
}
.radio input[type=radio]:not(:checked) ~ .check:after {
  animation: rippleOff 500ms;
}
.radio input[type=radio]:checked ~ .check {
  background-color: rgba(0, 0, 0, 0.84);
  background-color: var(--radio-color);
  transform: scale(0.55);
}
.radio input[type=radio]:checked ~ .check:after {
  animation: rippleOn 500ms;
}
textarea.auto-size {
  min-height: 150px;
  max-height: 500px;
}
/**
* tiny mce toolbar button background
*/
.mce-toolbar .mce-btn {
  background-color: transparent;
}
@media (max-width: 500px) {
  .mce-container.mce-panel.mce-floatpanel {
    width: 90vw !important;
    margin-left: 50% !important;
    transform: translateX(-50%) !important;
    left: 0 !important;
  }
  .mce-form,
  .mce-container-body {
    max-width: 100% !important;
  }
  .mce-container.mce-formitem .mce-container-body {
    display: flex;
    padding-right: 5px;
  }
  .mce-container.mce-formitem,
  .mce-container.mce-formitem .mce-container-body {
    width: 100% !important;
    left: 0 !important;
  }
  .mce-container.mce-formitem .mce-abs-layout-item {
    position: static;
  }
  .mce-container.mce-formitem label {
    width: 115px !important;
    min-width: 115px !important;
    padding-left: 10px;
  }
  .mce-container.mce-formitem .mce-combobox,
  .mce-container.mce-formitem .mce-listbox,
  .mce-container.mce-formitem .mce-textbox {
    width: 100% !important;
    flex: 1;
    display: flex !important;
    margin-right: 5px;
  }
  .mce-container.mce-formitem .mce-combobox .mce-textbox {
    margin-right: 0;
  }
  .mce-foot {
    width: auto !important;
  }
  .mce-foot .mce-container-body.mce-abs-layout {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(100% - 15px) !important;
  }
  .mce-foot .mce-container-body.mce-abs-layout .mce-btn {
    position: static;
  }
  .mce-foot .mce-container-body.mce-abs-layout .mce-btn + .mce-btn {
    margin-left: 5px;
  }
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #000;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
  /*
  &.nav-justified {
    .nav-justified();
    .nav-tabs-justified();
  }*/
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: transparent;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
/*
// Pills
// -------------------------
.nav-pills {
  > li {
    float: left;

    // Links rendered as pills
    > a {
      border-radius: @nav-pills-border-radius;
    }
    + li {
      margin-left: 2px;
    }

    // Active state
    &.active > a {
      &,
      &:hover,
      &:focus {
        color: @nav-pills-active-link-hover-color;
        background-color: @nav-pills-active-link-hover-bg;
      }
    }
  }
}


// Stacked pills
.nav-stacked {
  > li {
    float: none;
    + li {
      margin-top: 2px;
      margin-left: 0; // no need for this gap between nav items
    }
  }
}


// Nav variations
// --------------------------------------------------

// Justified nav links
// -------------------------

.nav-justified {
  width: 100%;

  > li {
    float: none;
    > a {
      margin-bottom: 5px;
      text-align: center;
    }
  }

  > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }

  @media (min-width: @screen-sm-min) {
    > li {
      display: table-cell;
      width: 1%;
      > a {
        margin-bottom: 0;
      }
    }
  }
}

// Move borders to anchors instead of bottom of list
//
// Mixin for adding on top the shared `.nav-justified` styles for our tabs
.nav-tabs-justified {
  border-bottom: 0;

  > li > a {
    // Override margin from .nav-tabs
    margin-right: 0;
    border-radius: @border-radius-base;
  }

  > .active > a,
  > .active > a:hover,
  > .active > a:focus {
    border: 1px solid @nav-tabs-justified-link-border-color;
  }

  @media (min-width: @screen-sm-min) {
    > li > a {
      border-bottom: 1px solid @nav-tabs-justified-link-border-color;
      border-radius: @border-radius-base @border-radius-base 0 0;
    }
    > .active > a,
    > .active > a:hover,
    > .active > a:focus {
      border-bottom-color: @nav-tabs-justified-active-link-border-color;
    }
  }
}*/
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 0;
  margin-bottom: 0;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
/*
.navbar-header {
  &:extend(.clearfix all);

  @media (min-width: @grid-float-breakpoint) {
    float: left;
  }
}*/
/*
.navbar-collapse {
  padding-right: @navbar-padding-horizontal;
  padding-left: @navbar-padding-horizontal;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  &:extend(.clearfix all);
  -webkit-overflow-scrolling: touch;

  &.in {
    overflow-y: auto;
  }

  @media (min-width: @grid-float-breakpoint) {
    width: auto;
    border-top: 0;
    box-shadow: none;

    &.collapse {
      display: block !important;
      height: auto !important;
      padding-bottom: 0; // Override default setting
      overflow: visible !important;
    }

    &.in {
      overflow-y: visible;
    }

    // Undo the collapse side padding for navbars with containers to ensure
    // alignment of right-aligned contents.
    .navbar-fixed-top &,
    .navbar-static-top &,
    .navbar-fixed-bottom & {
      padding-right: 0;
      padding-left: 0;
    }
  }
}*/
/*
.navbar-fixed-top,
.navbar-fixed-bottom {
  .navbar-collapse {
    max-height: @navbar-collapse-max-height;

    @media (max-device-width: @screen-xs-min) and (orientation: landscape) {
      max-height: 200px;
    }
  }

  // Fix the top/bottom navbars when screen real estate supports it
  position: fixed;
  right: 0;
  left: 0;
  z-index: @zindex-navbar-fixed;

  // Undo the rounded corners
  @media (min-width: @grid-float-breakpoint) {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0; // override .navbar defaults
  border-width: 1px 0 0;
}*/
/*
.container,
.container-fluid {
  > .navbar-header,
  > .navbar-collapse {
    margin-right: -@navbar-padding-horizontal;
    margin-left: -@navbar-padding-horizontal;

    @media (min-width: @grid-float-breakpoint) {
      margin-right: 0;
      margin-left: 0;
    }
  }
}*/
/*
.navbar-static-top {
  z-index: @zindex-navbar;
  border-width: 0 0 1px;

  @media (min-width: @grid-float-breakpoint) {
    border-radius: 0;
  }
}*/
/*
.navbar-brand {
  float: left;
  height: @navbar-height;
  padding: @navbar-padding-vertical @navbar-padding-horizontal;
  font-size: @font-size-large;
  line-height: @line-height-computed;

  &:hover,
  &:focus {
    text-decoration: none;
  }

  > img {
    display: block;
  }

  @media (min-width: @grid-float-breakpoint) {
    .navbar > .container &,
    .navbar > .container-fluid & {
      margin-left: -@navbar-padding-horizontal;
    }
  }
}*/
/*
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: @navbar-padding-horizontal;
  .navbar-vertical-align(34px);
  background-color: transparent;
  background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
  border: 1px solid transparent;
  border-radius: @border-radius-base;

  // We remove the `outline` here, but later compensate by attaching `:hover`
  // styles to `:focus`.
  &:focus {
    outline: 0;
  }

  // Bars
  .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }
  .icon-bar + .icon-bar {
    margin-top: 4px;
  }

  @media (min-width: @grid-float-breakpoint) {
    display: none;
  }
}*/
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/*
.navbar-form {
  padding: 10px @navbar-padding-horizontal;
  margin-right: -@navbar-padding-horizontal;
  margin-left: -@navbar-padding-horizontal;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  @shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
  .box-shadow(@shadow);

  // Mixin behavior for optimum display
  .form-inline();

  .form-group {
    @media (max-width: @grid-float-breakpoint-max) {
      margin-bottom: 5px;

      &:last-child {
        margin-bottom: 0;
      }
    }
  }

  // Vertically center in expanded, horizontal navbar
  .navbar-vertical-align(@input-height-base);

  // Undo 100% width for pull classes
  @media (min-width: @grid-float-breakpoint) {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    .box-shadow(none);
  }
}*/
/*
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  .border-top-radius(0);
}
// Menu position and menu caret support for dropups via extra dropup class
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  .border-top-radius(@navbar-border-radius);
  .border-bottom-radius(0);
}
*/
/*
.navbar-btn {
  .navbar-vertical-align(@input-height-base);

  &.btn-sm {
    .navbar-vertical-align(@input-height-small);
  }
  &.btn-xs {
    .navbar-vertical-align(22);
  }
}*/
/*
.navbar-text {
  .navbar-vertical-align(@line-height-computed);

  @media (min-width: @grid-float-breakpoint) {
    float: left;
    margin-right: @navbar-padding-horizontal;
    margin-left: @navbar-padding-horizontal;
  }
}
*/
/*
@media (min-width: @grid-float-breakpoint) {
  .navbar-left  { .pull-left(); }
  .navbar-right {
    .pull-right();
    margin-right: -@navbar-padding-horizontal;

    ~ .navbar-right {
      margin-right: 0;
    }
  }
}
*/
.navbar-default {
  background-color: inherit;
  border-color: transparent;
  /*
  .navbar-brand {
    color: @navbar-default-brand-color;
    &:hover,
    &:focus {
      color: @navbar-default-brand-hover-color;
      background-color: @navbar-default-brand-hover-bg;
    }
  }

  .navbar-text {
    color: @navbar-default-color;
  }
*/
  /*
  .navbar-toggle {
    border-color: @navbar-default-toggle-border-color;
    &:hover,
    &:focus {
      background-color: @navbar-default-toggle-hover-bg;
    }
    .icon-bar {
      background-color: @navbar-default-toggle-icon-bar-bg;
    }
  }
  .navbar-collapse,
  .navbar-form {
    border-color: @navbar-default-border;
  }
*/
  /*
  .navbar-link {
    color: @navbar-default-link-color;
    &:hover {
      color: @navbar-default-link-hover-color;
    }
  }

  .btn-link {
    color: @navbar-default-link-color;
    &:hover,
    &:focus {
      color: @navbar-default-link-hover-color;
    }
    &[disabled],
    fieldset[disabled] & {
      &:hover,
      &:focus {
        color: @navbar-default-link-disabled-color;
      }
    }
  }*/
}
.navbar-default .navbar-nav {
  /*
    > .active > a {
      &,
      &:hover,
      &:focus {
        color: @navbar-default-link-active-color;
        background-color: @navbar-default-link-active-bg;
      }
    }*/
  /*
    > .disabled > a {
      &,
      &:hover,
      &:focus {
        color: @navbar-default-link-disabled-color;
        background-color: @navbar-default-link-disabled-bg;
      }
    }

    // Dropdown menu items
    // Remove background color from open dropdown
    > .open > a {
      &,
      &:hover,
      &:focus {
        color: @navbar-default-link-active-color;
        background-color: @navbar-default-link-active-bg;
      }
    }

    @media (max-width: @grid-float-breakpoint-max) {
      // Dropdowns get custom display when collapsed
      .open .dropdown-menu {
        > li > a {
          color: @navbar-default-link-color;
          &:hover,
          &:focus {
            color: @navbar-default-link-hover-color;
            background-color: @navbar-default-link-hover-bg;
          }
        }
        > .active > a {
          &,
          &:hover,
          &:focus {
            color: @navbar-default-link-active-color;
            background-color: @navbar-default-link-active-bg;
          }
        }
        > .disabled > a {
          &,
          &:hover,
          &:focus {
            color: @navbar-default-link-disabled-color;
            background-color: @navbar-default-link-disabled-bg;
          }
        }
      }
    }*/
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  color: var(--fontWhite);
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  color: var(--fontWhite);
}
/*
.navbar-inverse {
  background-color: @navbar-inverse-bg;
  border-color: @navbar-inverse-border;

  .navbar-brand {
    color: @navbar-inverse-brand-color;
    &:hover,
    &:focus {
      color: @navbar-inverse-brand-hover-color;
      background-color: @navbar-inverse-brand-hover-bg;
    }
  }

  .navbar-text {
    color: @navbar-inverse-color;
  }

  .navbar-nav {
    > li > a {
      color: @navbar-inverse-link-color;

      &:hover,
      &:focus {
        color: @navbar-inverse-link-hover-color;
        background-color: @navbar-inverse-link-hover-bg;
      }
    }
    > .active > a {
      &,
      &:hover,
      &:focus {
        color: @navbar-inverse-link-active-color;
        background-color: @navbar-inverse-link-active-bg;
      }
    }
    > .disabled > a {
      &,
      &:hover,
      &:focus {
        color: @navbar-inverse-link-disabled-color;
        background-color: @navbar-inverse-link-disabled-bg;
      }
    }

    // Dropdowns
    > .open > a {
      &,
      &:hover,
      &:focus {
        color: @navbar-inverse-link-active-color;
        background-color: @navbar-inverse-link-active-bg;
      }
    }

    @media (max-width: @grid-float-breakpoint-max) {
      // Dropdowns get custom display
      .open .dropdown-menu {
        > .dropdown-header {
          border-color: @navbar-inverse-border;
        }
        .divider {
          background-color: @navbar-inverse-border;
        }
        > li > a {
          color: @navbar-inverse-link-color;
          &:hover,
          &:focus {
            color: @navbar-inverse-link-hover-color;
            background-color: @navbar-inverse-link-hover-bg;
          }
        }
        > .active > a {
          &,
          &:hover,
          &:focus {
            color: @navbar-inverse-link-active-color;
            background-color: @navbar-inverse-link-active-bg;
          }
        }
        > .disabled > a {
          &,
          &:hover,
          &:focus {
            color: @navbar-inverse-link-disabled-color;
            background-color: @navbar-inverse-link-disabled-bg;
          }
        }
      }
    }
  }

  // Darken the responsive nav toggle
  .navbar-toggle {
    border-color: @navbar-inverse-toggle-border-color;
    &:hover,
    &:focus {
      background-color: @navbar-inverse-toggle-hover-bg;
    }
    .icon-bar {
      background-color: @navbar-inverse-toggle-icon-bar-bg;
    }
  }

  .navbar-collapse,
  .navbar-form {
    border-color: darken(@navbar-inverse-bg, 7%);
  }

  .navbar-link {
    color: @navbar-inverse-link-color;
    &:hover {
      color: @navbar-inverse-link-hover-color;
    }
  }

  .btn-link {
    color: @navbar-inverse-link-color;
    &:hover,
    &:focus {
      color: @navbar-inverse-link-hover-color;
    }
    &[disabled],
    fieldset[disabled] & {
      &:hover,
      &:focus {
        color: @navbar-inverse-link-disabled-color;
      }
    }
  }
}
*/
.progress {
  height: 4px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #c8c8c8;
}
.progress .progress-bar {
  float: left;
  height: 100%;
  box-shadow: none;
  background-color: #009587;
  transition: width 0.6s ease;
}
.withripple {
  position: relative;
  overflow: hidden;
}
.ripple {
  border-radius: 50%;
  position: absolute;
  transform: scale(0);
  animation: ripple 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.25;
}
.ripple.slower {
  animation: ripple 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.apkm-badge:not(.apkm_advanced_search) {
  position: relative;
  top: -1px;
  font-size: 8px;
  letter-spacing: 0.7px;
  padding: 3px 4px;
  display: inline-block;
  min-width: 10px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  cursor: default;
}
.apkm-tooltip-parent {
  position: relative;
  letter-spacing: 0.7px;
  padding: 3px 4px;
  display: inline-block;
  line-height: 1;
  cursor: default;
}
.app-source-icon.apkm-tooltip-parent {
  position: absolute;
  margin-top: -5px;
  margin-left: 5px;
}
.apkm-badge.success {
  background-color: #0f9d58;
}
.apkm-badge.purple {
  background-color: #9b00ff;
}
.apkm-badge.vt {
  background-color: #0B4DDA;
}
.apkm-badge.requires-splits,
.apkm-badge.dmca-lite {
  background-color: #ff9d58;
}
.apkm-badge.draft {
  background-color: #AFAFAF;
}
.apkm-badge.new,
.apkm-badge.dmca-full {
  background-color: #f00;
}
.apkm-badge.signature {
  font-size: 9px;
}
.apkm-badge.signature.front {
  font-size: 8px;
}
.apkm-badge.signature.large {
  font-size: 12px;
}
.apkm-badge.pointer {
  cursor: pointer;
}
.apkm-badge.big {
  font-size: 10px;
  padding: 5px;
}
.apkm-tooltip {
  background-color: #000;
  background-color: var(--tooltip-bg);
  display: block;
  opacity: 0.8;
  padding: 5px;
  position: absolute;
  color: #fff;
  color: var(--tooltip-color);
  white-space: nowrap;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-weight: 500;
  font-size: 11px;
  line-height: 1;
  z-index: 3;
}
.bubble {
  position: absolute;
  left: 25px;
  top: -10px;
  line-height: 18px;
  max-width: 20px;
  max-height: 26px;
  overflow: hidden;
}
.bubble a {
  background: #536D79;
  border-radius: 5px;
  color: #fff;
  font-size: 9px;
  max-height: 18px;
  display: block;
  text-align: center;
  position: relative;
  width: 20px;
}
.bubble a:after {
  content: '';
  position: absolute;
  top: 133.3%;
  right: 10px;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-left: 3px solid #536D79;
  border-top: 3px solid #536D79;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.bubble a:not(:empty) {
  margin-bottom: 8px;
}
.bubble a:empty {
  display: none;
}
.bubble a:empty:after {
  display: none;
}
.bubble a:hover:after {
  opacity: 0.6;
}
.siteTitleBar .bubble {
  left: auto;
  right: 5px;
}
.slide-container .slide-item {
  padding: 0;
  height: 0;
}
.faq-item {
  padding-left: 73px;
}
.faq-item .title {
  cursor: pointer;
  font-weight: bold;
}
.faq-item .caret {
  position: absolute;
  transform: rotate(-90deg);
  transition: transform 0.2s linear;
  left: -30px;
  top: 8px;
}
.faq-item .activated .caret {
  transform: rotate(0);
}
.text-item {
  background-color: #F7F9F9;
  background-color: var(--tertiary-bg);
  color: #888888;
  color: var(--tertiary-text-color);
  padding: 15px;
  margin-bottom: 20px;
}
.text-item h3 {
  font-weight: bold;
  border-bottom: 2px solid;
  display: inline-block;
  margin: 0 0 10px;
  color: #333;
  color: var(--text-color);
}
.text-item p:empty {
  display: none;
}
.text-item svg {
  background-color: #000;
  border-radius: 100%;
  padding: 8px;
  width: 45px;
  height: 45px;
  margin-right: 15px;
}
/** 1.0 **/
html {
  min-height: 100%;
  padding: 0;
  margin: 0;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background-color: #eee;
  background-color: var(--body-bg);
  color: #333;
  color: var(--text-color);
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
}
body .text_color {
  color: #333 !important;
  color: var(--text-color) !important;
}
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: 0;
}
a {
  color: var(--link-color);
}
a:hover,
a:focus {
  color: var(--link-hover-color);
}
a:hover,
.dropdown-menu li a:hover {
  opacity: 0.6;
}
.doc-anchor {
  position: absolute;
  visibility: hidden;
  min-width: 100%;
  height: 0;
  top: -44px;
}
.unroll .doc-anchor {
  top: -70px;
}
img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.2 !important;
  margin-top: 10px;
  font-weight: 300;
}
h5,
h6 {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 14px;
  }
}
.fontBlue {
  color: #16ACC2;
}
.fontBlack {
  color: #000;
  color: var(--fontBlack);
  opacity: 1;
}
.fontBlack:hover {
  color: #000;
  color: var(--fontBlack);
  opacity: 0.6;
}
.fontBlack.noHover:hover {
  opacity: 1;
}
.fontWhite {
  color: #fff;
  color: var(--fontWhite);
  opacity: 1;
}
.fontWhite:active,
.fontWhite:focus,
.fontWhite:hover {
  color: #fff;
  color: var(--fontWhite);
  opacity: 0.6;
}
.fontWhite.noHover:hover {
  opacity: 1;
}
.fontOrange {
  color: #FF8B14;
}
.fontWarning {
  color: #FF0000;
  font-weight: 500;
}
.colorLightBlack {
  color: rgba(0, 0, 0, 0.5);
  color: var(--colorLightBlack);
}
.bold {
  font-weight: 500;
}
.play-category {
  font-weight: 500;
  margin-right: 8px;
  text-transform: uppercase;
}
.app-title {
  font-size: 36px;
  padding-bottom: 8px;
}
.dev-title {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .app-title {
    font-size: 26px;
  }
  .dev-title {
    font-size: 18px;
  }
}
/*
@todo: unused?
*/
.fontSize10 {
  font-size: 10px;
  margin-top: 4px;
}
.iconColor {
  color: #747474;
  opacity: 1;
}
.activated > svg,
.activated > div {
  color: #FF8B14;
}
.block-on-mobile {
  display: inline;
}
@media screen and (max-width: 768px) {
  .block-on-mobile {
    display: block;
  }
}
.row {
  margin-right: -5px;
  margin-left: -5px;
}
.widgetHeader {
  color: #536D79;
  color: var(--secondary-text-color);
  font-weight: 500;
  margin-left: 16px;
  margin-top: 0px;
  padding-top: 15px;
  font-size: 16px;
}
.widgetHeader.search-header {
  margin-right: 16px;
}
.headerFont {
  color: #536D79;
  color: var(--secondary-text-color);
  font-weight: 500;
  margin-left: 16px;
  margin-top: 0px;
  padding-top: 15px;
}
.indented-text {
  margin: 10px 16px 0 16px;
}
.largeWidgetHeader {
  font-weight: 400;
  padding-left: 21px;
  padding-top: 10px;
}
#breadcrumbs {
  font-weight: 400;
  font-size: 18px;
  padding-top: 19px;
  padding-bottom: 18px;
  position: relative;
  word-wrap: break-word;
}
#breadcrumbs > a {
  color: #FFF;
}
/*
@todo: unused?
*/
.listItemSize {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  /*
@todo: unused?
*/
  .listItemSize {
    font-size: 14px;
  }
  #breadcrumbs {
    font-size: 14px;
  }
}
.inlineBlock {
  display: inline-block;
}
.d-block {
  display: block;
}
.underline {
  text-decoration: underline;
}
/*
@todo: unused?
*/
.listNone {
  list-style: none;
}
.marginZero {
  margin: 0px;
}
/*
@todo: unused?
*/
.paddingZero {
  padding: 0;
}
/*
@todo: unused?
*/
.invisible {
  display: none;
}
.inline-text {
  display: inline;
}
.ellipsisText {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.wrapText {
  white-space: normal;
  word-break: break-word;
  word-wrap: break-word;
}
.pull-middle {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.scrollable-container {
  width: 100%;
  overflow: auto;
}
.table {
  display: table;
  width: 100%;
  height: 100%;
}
.table.dontfillwidth {
  width: auto;
}
.table.center {
  margin: 0 auto;
}
.table.topmargin {
  margin-top: 16px;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  height: 100%;
}
.table-cell.top {
  vertical-align: top;
}
.table-cell.dowrap {
  white-space: normal;
}
.table-cell.dowrap-break-all {
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}
.table-cell.center {
  text-align: center;
}
.table-cell.right {
  text-align: right;
}
.table-cell.expand {
  width: auto;
}
.table-cell.variant-min-width {
  min-width: 142px;
}
.table-cell.quarter {
  width: 25%;
}
.table-cell.pad {
  padding-left: 8px;
  padding-right: 8px;
}
.table-cell.rowheight {
  height: 33px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.table-cell.addseparator {
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid var(--body-bg);
}
.table-row.addseparator:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
.variants-table {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
}
.center {
  text-align: center;
}
.alignright {
  text-align: right;
}
.alignleft {
  text-align: left;
}
span.tab {
  padding: 0 10px;
}
.icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.icon.clickable:hover {
  opacity: 0.6;
}
.inline-icon {
  position: relative;
  top: 3px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.icon-facebook {
  color: #3560A1;
}
.icon-twitter {
  color: #28A9E0;
}
.icon-mastodon {
  color: #563ACC;
}
.icon-telegram {
  color: #0088cc;
}
.icon-rss-follow {
  color: #FF8B14;
  width: 20px;
  height: 20px;
}
.icon-rss {
  width: 20px;
  height: 20px;
  position: relative;
}
/* Hide annoying recaptcha badge https://stackoverflow.com/questions/44543157/how-to-hide-the-google-invisible-recaptcha-badge */
.grecaptcha-badge {
  visibility: hidden;
}
.caret.big {
  border-width: 8px 8px 0;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1170px;
}
@media screen and (max-width: 768px) {
  .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}
.container-fluid:after {
  clear: both;
}
.v-middle > * {
  vertical-align: middle;
  display: inline-block;
}
.p-relative {
  position: relative;
}
.p-static {
  position: static;
}
/*
 *  Dark mode
 @media (prefers-color-scheme: dark) {
     
     
     html {
         background: #000;
         filter    : invert(1) hue-rotate(180deg);
         
         img {
             /* This will flip the color back to its original value.*\/
             filter: invert(1) hue-rotate(180deg);
            }
        }
        
    }
    */
.ucfirst {
  text-transform: lowercase;
}
.ucfirst::first-letter {
  text-transform: uppercase;
}
.appspec-permissions > span + span::before {
  content: ', ';
}
.chevron-icon.down {
  transform: rotate(90deg);
}
.chevron-icon.up {
  transform: rotate(-90deg);
}
.d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.d-flex > * {
  flex: 0 1 auto;
}
.d-flex:before,
.d-flex:after {
  display: none;
}
.f-100 {
  width: 100%;
}
.f-50 {
  width: 50%;
}
[class^="f-sm-"],
[class*=" f-sm-"],
[class^="f-md-"],
[class*=" f-md-"] {
  width: 100%;
}
.flex-xs-grow {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .f-sm-50 {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .f-md-50 {
    width: 50%;
  }
  .f-md-50.f-md-gap {
    width: calc(50% - 10px);
  }
  .f-md-50.f-md-gap:nth-of-type(odd) {
    margin-right: 20px;
  }
  .f-md-25 {
    width: 25%;
  }
  .f-md-75 {
    width: 75%;
  }
  .f-md-33 {
    width: 33.33333333%;
  }
  .f-md-66 {
    width: 66.66666666%;
  }
}
.f-start {
  justify-content: flex-start;
}
.f-center {
  justify-content: center;
}
.f-end {
  justify-content: flex-end;
}
.f-a-start {
  align-items: flex-start;
}
.f-nowrap {
  flex-wrap: nowrap;
}
.f-grow {
  flex-grow: 1;
}
.f-stretch {
  align-self: stretch;
}
.f-a-end {
  align-self: flex-end;
}
.col-padding {
  padding: 0 15px;
}
@media screen and (max-width: 480px) {
  .col-padding {
    padding: 0 10px;
  }
}
/** 2.0 **/
/** HEADER **/
.site-header-contents {
  background-color: #FFF;
  background-color: var(--secondary-bg);
}
.site-header-contents .dropdown-premium {
  position: static;
}
.site-header-contents .dropdown-premium .dropdown-menu {
  border-top: 0;
  margin-top: 0px;
  right: 15px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .site-header-contents .dropdown-premium .dropdown-menu {
    right: 10px;
  }
}
.site-header-contents .dropdown-premium .dropdown-menu a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
}
.site-header-contents .dropdown-premium .apkm-premium {
  --color1: var(--text-color);
  padding: 7px 0;
}
/**
Alternate header 
Desktop only header
*/
.siteTitleBar {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 24px;
  margin-top: 20px;
}
.siteTitleBar > .icon-container {
  width: 105px;
  min-width: 105px;
}
@media screen and (max-width: 992px) {
  .siteTitleBar {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
/**
Desktop only Header 
*/
.desktopTitle {
  padding-top: 20px;
  line-height: 1;
}
.desktopTitle > div {
  padding-left: 23px;
  margin-top: -5px;
}
.site-title {
  font-size: 32px;
}
@media screen and (max-width: 992px) {
  .site-title .site-title {
    font-size: 24px;
  }
}
.site-sub-title {
  opacity: 0.8;
  font-size: 16px;
}
.header-image {
  width: 100px;
  height: 52px;
}
/**
desktop/mobile header
*/
.header-nav .button,
.header-nav button {
  border: 0;
  color: #fff;
  width: 32px;
  height: 32px;
  background: transparent;
  padding: 0;
  line-height: inherit;
  cursor: pointer;
}
.header-nav .button svg,
.header-nav button svg {
  margin-top: 4px;
  margin-bottom: 4px;
}
.header-nav .button:focus,
.header-nav button:focus {
  outline-color: #fff;
}
.header-nav .hamburgerButton {
  text-align: left;
}
@media screen and (min-width: 992px) {
  .navbar + #mobile-slide-menu {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .header-nav-menu {
    order: 1;
    width: 100%;
  }
}
.site-info {
  min-height: 50px;
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .site-info {
    min-height: 60px;
  }
}
@media screen and (max-width: 400px) {
  .site-info {
    padding-right: 0px;
  }
}
.site-info img {
  width: 50px;
  height: 26px;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .search-bar.f-grow {
    flex-grow: initial;
  }
}
@media screen and (max-width: 400px) {
  .search-bar {
    padding-left: 0px;
  }
}
.site-actions .dropdown-menu {
  min-width: 220px;
}
.site-actions .button,
.site-actions button {
  margin-left: 8px;
  cursor: pointer;
}
@media screen and (max-width: 400px) {
  .site-actions .button,
  .site-actions button {
    margin-left: 3px;
  }
}
.site-actions .button svg,
.site-actions button svg {
  margin: 0;
  width: 32px;
  height: 32px;
}
.site-actions .button img,
.site-actions button img {
  border-radius: 100%;
  background-color: #FFF;
  background-color: var(--secondary-bg);
}
.dropdown-menu .text {
  padding: 3px 20px;
}
@media screen and (min-width: 992px) {
  .header-alternate {
    display: none;
  }
}
.hamburger-icon {
  margin-top: 3px;
}
@media screen and (max-width: 991px) {
  /**
    @todo: not needed?
    */
  .widget_search {
    display: none;
  }
}
/** 3.0 **/
.content {
  min-height: 150px;
  margin-bottom: 25px;
  margin-top: 15px;
}
#wrap {
  min-height: 100%;
  height: 100%;
  margin: 0 auto 0px;
  position: relative;
}
/** 4.0 **/
.search-area .article {
  background-color: white;
  padding: 5px 0px 15px 20px;
  border-radius: 2px;
}
.searchbox {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: none;
  font-size: 18px;
  height: 40px;
  width: 100%;
  padding: 5px 38px 5px 50px;
}
@media (max-width: 991px) {
  .searchbox {
    background-color: transparent;
  }
}
.searchbox-parent {
  position: relative;
  overflow: hidden;
  width: 40px;
  left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.searchbox-parent .backButton {
  display: none;
  right: 0;
}
.searchbox-parent .backButton span {
  font-weight: 300;
  font-size: 37px;
  line-height: 22px;
}
@media (max-width: 991px) {
  .searchbox-parent.open {
    position: absolute;
    width: auto;
    left: 15px;
    right: 15px;
    padding-right: 40px;
    z-index: 2;
  }
  .searchbox-parent.open .backButton {
    display: block;
  }
}
@media (max-width: 480px) {
  .searchbox-parent.open {
    left: 10px;
    right: 10px;
  }
}
@media (min-width: 992px) {
  .searchbox-parent {
    width: 310px;
  }
}
.searchbox-parent button {
  position: absolute;
  top: 9px;
}
.searchbox-parent .searchButton {
  left: 8px;
  z-index: 2;
}
.searchbox-parent .search-filter-button {
  transform: translateX(-35px);
}
/* Fixing placeholder text color on all browsers */
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #FFF;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FFF;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFF;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #FFF;
}
/**
    @todo: not needed?
    */
.widget_search {
  display: block;
  padding: 15px !important;
  margin-bottom: 15px !important;
}
/**
vanilla css dropdown
*/
.apkm-dropdown-button {
  text-align: left;
  padding: 0 4px;
  margin-top: 5px;
  border: 0;
  box-shadow: none;
  height: 23px;
  overflow: hidden;
}
.vsb-main {
  width: 100%;
}
.vsb-menu .multi li.active::after {
  margin-left: -17px;
  margin-top: 3px;
}
.vsb-menu :not(.multi) li.active::before {
  margin-left: -17px;
  margin-top: 3px;
}
.apkm-dropdown-button:focus {
  padding: 0 4px;
}
.apkm-dropdown-button-parent {
  display: inline-block;
  position: relative;
  width: 100%;
}
.apkm-dropdown-button .caret {
  position: absolute;
  top: 18px;
  right: 2px;
  display: block;
  margin-left: 0px;
}
/**
advanced search */
#apkm-advanced-search {
  color: #FF8B14 !important;
  opacity: 0.8;
  font-size: 12px;
  font-weight: 500;
  float: right;
  margin-top: 16px;
  margin-right: 16px;
  margin-left: 8px;
  cursor: pointer;
}
select.form-control {
  border-bottom: none !important;
}
.advanced-search-container {
  margin-right: 16px;
}
.advanced-search-container form {
  margin-left: 16px;
}
span.multiselect-selected-text {
  white-space: nowrap;
}
.apkm-search-select {
  margin-top: 5px;
}
.advanced-search-container .dropdown-item label {
  margin-left: 8px;
}
.advanced-search-container label:not(.font-weight-bold) {
  font-weight: 400;
}
.advanced-search-container label.font-weight-bold {
  font-weight: bold;
}
.slider-minapi-container {
  height: 132px;
}
.apkm-noUi-connect {
  background: #FF8B14;
}
.apkm-noUi-value {
  transform: translate(-50%, 70%);
}
@media (max-width: 991px) {
  .apkm-noUi-value {
    transform: translate(-50%, 100%);
    font-size: 10px;
  }
}
/* Customize the label (the container) */
.apkm-checkbox-container {
  display: block;
  position: relative;
  margin-bottom: 12px;
  margin-left: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
}
.apkm-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.apkm-checkbox-checkmark {
  content: "";
  display: inline-block;
  font-size: inherit;
  position: absolute;
  top: 1px;
  left: -20px;
  font-weight: bold;
  border: 1px solid;
  border-radius: 3px;
  padding: 7px;
  color: black;
  /* Create the checkmark/indicator (hidden when not checked) */
}
.apkm-checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.apkm-checkbox-container input:checked ~ .apkm-checkbox-checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.apkm-checkbox-container .apkm-checkbox-checkmark:after {
  content: "";
  font-size: inherit;
  color: #333;
  float: left;
  margin-left: -3px;
  margin-top: -5px;
  transform: rotate(45deg);
  height: 8px;
  width: 5px;
  border-bottom: 3px solid black;
  border-right: 3px solid black;
}
/** 5.0 **/
#mobile-slide-menu {
  margin-left: -15px;
}
@media (max-width: 991px) {
  #mobile-slide-menu {
    margin-left: 0;
    width: 300px;
    left: -310px;
    top: 0;
    height: 100%;
    z-index: 100001;
    position: fixed;
    background-color: #FFF;
    background-color: var(--secondary-bg);
    transition: left 0.3s linear;
  }
  #mobile-slide-menu:after {
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transition: opacity 0.3s linear;
    top: 0;
    left: 100%;
    position: absolute;
  }
  #mobile-slide-menu.open {
    left: 0;
  }
  #mobile-slide-menu.open:after {
    content: '';
    background: rgba(0, 0, 0, 0.6);
    background: var(--backdrop-color);
    display: block;
    opacity: 0.6;
  }
  #mobile-slide-header {
    height: 50px;
    position: relative;
  }
}
.navbar-default {
  color: rgba(255, 255, 255, 0.84);
}
.navbar-default .navbar-nav > li > a {
  font-size: 18px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.navbar-nav {
  margin-bottom: 2px;
  margin-top: 2px;
}
@media (max-width: 991px) {
  #navbar-mobile .navbar-nav > li > a {
    color: #333 !important;
    color: var(--text-color) !important;
  }
  .navbar-nav {
    float: none !important;
    margin: 7.5px 0px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
.nav-tabs {
  background: transparent;
  border: 0px;
  display: flex;
  width: max-content;
}
.nav-tabs > li {
  float: none;
}
.nav-tabs > li > a,
.navbar-nav > .dropdown > a,
.nav-tabs > li > a:focus,
.navbar-nav > .dropdown > a:focus {
  margin: 0;
  background-color: transparent;
  border: 0;
  color: #000000;
  opacity: 0.8;
  font-weight: 500;
  padding: 14px 15px 10px;
  font-size: 12px;
  width: auto;
  text-align: center;
}
.navbar-nav > .dropdown > a:focus,
.navbar-nav > .dropdown > a:hover {
  border: 0;
  background-color: transparent;
}
.nav-tabs > li > a:hover {
  opacity: 1;
  border: 0;
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  opacity: 1;
  border: 0;
  border-bottom: 3px solid #000;
}
.nav-tabs.inside {
  box-shadow: none;
  margin-left: -16px;
  margin-right: -16px;
}
.card-with-tabs {
  background-color: #FFF;
  background-color: var(--secondary-bg);
  border-radius: 2px;
  position: relative;
  margin-bottom: 15px;
}
.card-with-tabs.unroll {
  background: initial;
}
.tab-container {
  height: 44px;
  width: 100%;
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid var(--body-bg);
  position: relative;
}
.tab-container.scroll-spy-container {
  background-color: #FFF;
  background-color: var(--secondary-bg);
  position: sticky;
  top: 0px;
  z-index: 99;
}
@media screen and (min-width: 601px) {
  .admin-bar .tab-container.scroll-spy-container {
    top: 46px;
  }
}
@media screen and (min-width: 783px) {
  .admin-bar .tab-container.scroll-spy-container {
    top: 32px;
  }
}
.tab-container.scroll-spy-container {
  background-color: #FFF;
  background-color: var(--secondary-bg);
  position: sticky;
  top: 0px;
  z-index: 99;
}
@media screen and (min-width: 601px) {
  .admin-bar .tab-container.scroll-spy-container {
    top: 46px;
  }
}
@media screen and (min-width: 783px) {
  .admin-bar .tab-container.scroll-spy-container {
    top: 32px;
  }
}
.tab-buttons {
  width: 100%;
  min-height: 60px;
  margin-top: 5px;
}
.tab-buttons .dropdown-menu {
  min-height: 58px;
}
@media screen and (max-width: 768px) {
  .tab-buttons {
    top: 49px;
  }
}
.tab-buttons.unroll {
  margin-top: 0;
  background-color: #FFF;
  background-color: var(--secondary-bg);
}
.tab-button {
  color: black;
  border: 0px;
  cursor: pointer;
  background: transparent;
  margin-right: 16px;
  float: right;
}
.tab-button-positioning {
  flex: 0 0 216px;
}
@media screen and (max-width: 768px) {
  .tab-button-positioning {
    flex: 0 0 170px;
  }
}
.tab-button-positioning-left {
  padding-left: 16px;
  word-break: break-word;
}
.tab-scrollable-container {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  overflow-x: auto;
  overflow-y: hidden;
  /* IE and Edge */
  -ms-overflow-style: none;
  /* Firefox */
  scrollbar-width: none;
  /* Chrome, Safari, and Opera */
}
.tab-scrollable-container::-webkit-scrollbar {
  display: none;
}
.star {
  font-size: 1em;
  width: 1em;
  display: inline-block;
}
.star:last-child {
  margin-right: 0;
}
.star:before {
  content: '\2605';
}
.star.off {
  color: lightgray;
}
.star.half:before {
  color: lightgray;
}
.star.half:after {
  content: '\2605';
  position: absolute;
  margin-left: -0.86em;
  width: 0.43em;
  overflow: hidden;
}
.dropdown-menu {
  background-color: #FFF;
  background-color: var(--secondary-bg);
  border-color: rgba(0, 0, 0, 0.2);
  border-color: var(--secondary-box-shadow);
}
html.dark.member .dropdown-menu {
  box-shadow: 0 6px 12px rgba(255, 255, 255, 0.2);
}
.dropdown-menu > li > a,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #333;
  color: var(--text-color);
}
.share_fallback {
  display: none;
}
.share_fallback a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}
.share_fallback a svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}
#shareDropdownPanel {
  right: -116px;
  max-width: initial;
  min-width: initial;
  min-height: initial;
  white-space: nowrap;
}
#shareDropdownPanel .share_fallback {
  display: inline-flex;
}
.reddit-color {
  background-color: #ff5700;
}
.linkedin-color {
  background-color: #0077b5;
}
.facebook-color {
  background-color: #3560A1;
}
.twitter-color {
  background-color: #28A9E0;
}
.telegram-color {
  background-color: #0088cc;
}
.whatsapp-color {
  background-color: #25D366;
}
.email-color {
  background-color: #777;
}
.email-color span {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  margin-top: -4px;
}
#pbDropdownPanel,
#rssDropdownPanel {
  max-width: 600px;
  overflow-x: auto;
  overflow-y: hidden;
}
@media screen and (max-width: 480px) {
  #pbDropdownPanel,
  #rssDropdownPanel {
    max-width: 360px;
  }
}
#rssDropdownPanel.dropdown-menu-right {
  right: -41px;
}
#inner-pb-panel {
  display: inline-block;
}
.abtn {
  white-space: nowrap;
  display: inline-block;
  background: #e0e0e0;
  color: #555;
  font-weight: 500;
  line-height: 1;
  transition: 0.3s all;
  border: 1px solid transparent;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  padding: 5px 8px;
}
.abtn svg {
  transition: 0.3s all;
}
.abtn > * {
  top: 0;
  vertical-align: middle;
}
.abtn:hover {
  background: #d0d0d0;
}
.abtn.disabled {
  cursor: default !important;
  color: #888;
}
.abtn.disabled:hover {
  background: #dfdfdf;
}
.abtn.disabled.right:before {
  border-left-color: #aaa;
}
.abtn.disabled.left:before {
  border-right-color: #aaa;
}
.abtn-pb {
  color: #333;
  background-color: #eee;
  border: 1px solid #ddd;
}
.abtn-pb svg {
  color: #4ab367;
}
.abtn-pb:hover,
.abtn-pb:visited,
.abtn-pb:active,
.abtn-pb:focus {
  background: #6dc385;
  color: #fff;
}
.abtn-pb:hover svg,
.abtn-pb:visited svg,
.abtn-pb:active svg,
.abtn-pb:focus svg {
  color: #fff;
}
.abtn-rss {
  color: #fff;
  background: #FF6600;
}
.abtn-rss:hover,
.abtn-rss:visited,
.abtn-rss:active,
.abtn-rss:focus {
  background: #FF6600;
  opacity: 0.8;
  color: #ffffff;
}
.abtn-subscribe {
  margin-top: 10px;
}
.icon-spin {
  animation: spin 1s infinite linear;
}
/** 6.0 **/
.post-area {
  padding: 20px 20px 20px 20px;
  border-radius: 2px;
  background-color: #FFF;
  background-color: var(--secondary-bg);
}
.notes a {
  word-break: break-all;
}
.thank-you .notes a,
.notes.faq a {
  word-break: normal;
}
.notes-area {
  margin-top: 10px;
  border-top: 1px solid #d5d5d5;
  padding-top: 5px;
}
.notes h1 {
  font-size: 28px;
}
.notes h2 {
  font-size: 25px;
}
.notes h3 {
  font-size: 22px;
}
.notes-area > a {
  display: inline-block;
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  hyphens: auto;
  word-wrap: break-word;
}
.wordbreak-all {
  /* Be VERY careful with this, breaks normal words wh_erever */
  word-break: break-all;
  /* Non standard for webkit */
  hyphens: auto;
  word-wrap: break-word;
}
.post-area.warning {
  background-color: #FEF0F0;
}
.postTagline p {
  display: inline;
}
.thumbNail {
  height: 150px;
}
.thumbNail img {
  max-width: 100%;
  height: 100%;
}
/**
@todo: seems unused
*/
.flexVAlign {
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
}
.middleVAlign {
  vertical-align: middle !important;
}
.downloadPost {
  margin: 10px 0px;
}
/**
@todo: end seems unused
*/
.download {
  display: inline-block;
  width: 100%;
}
.downloadButton {
  color: white !important;
  /*border     : 1px solid #18acc2 !important;
    border-bottom: 2px solid #0D8294 !important; */
  display: table !important;
  width: 175px;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 16px;
  position: relative;
}
.downloadButton.btn {
  padding-left: 60px;
}
.downloadButton .icon {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.downloadButton.disabled {
  color: white !important;
  background-color: #828282 !important;
  /*border        : 1px solid #18acc2 !important;
    border-bottom   : 2px solid #0D8294 !important; */
  pointer-events: none;
  cursor: default;
}
.downloadButton.variantsButton {
  word-break: break-word;
  white-space: normal;
  width: auto;
}
.downloadButton:hover {
  color: white !important;
  cursor: pointer;
}
.downloadButton .downloadButtonSubtitle {
  text-transform: none;
  font-size: 12px;
}
@media (max-width: 767px) {
  .downloadButton {
    left: 0;
    font-size: 14px;
  }
}
.downloadArrow {
  color: white;
  font-size: 18px;
  margin-right: 10px;
}
.downloadSafeCheck {
  font-size: 25px;
  vertical-align: middle;
  margin-right: 5px;
  line-height: 30px;
}
.downloadSafeText {
  vertical-align: middle;
  line-height: 30px;
}
.infoIconPositioning {
  width: 50px;
  text-align: center;
  float: left;
}
.info-icon {
  height: 20px;
  width: 20px;
}
.articleIcon {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .articleIcon {
    font-size: 20px;
  }
}
.calendarIcon {
  margin-right: 5px;
}
.tag-icon.disabled {
  color: #949699;
}
.tag-icon {
  width: 12px;
  height: 12px;
  margin-right: 4px;
  position: relative;
  top: 1px;
}
.cap-icon {
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
}
.cap-icon-large {
  width: 32px;
  height: 32px;
}
.cap-not-required {
  opacity: 0.5;
}
.large-icon {
  width: 32px;
  height: 32px;
}
.tagcolor {
  color: #FF0000;
}
.tab-pane {
  padding: 0px 21px 21px 21px;
}
.tab-content.unroll .collapsable .show-more {
  font-size: 17px;
  padding: 10px 0;
}
.tab-content.unroll .collapsable .show-more a {
  margin: 0 auto;
  border: 1px solid;
  padding: 3px 5px;
  display: inline-block;
}
.tab-content.unroll .collapsable .show-more .less {
  display: block;
}
.tab-content.unroll .collapsable .show-more .more {
  display: none;
}
.tab-content.unroll .collapsable.collapsed {
  position: relative;
  max-height: 700px;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.tab-content.unroll .collapsable.collapsed .show-more {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 120px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), var(--secondary-bg) 60px);
}
.tab-content.unroll .collapsable.collapsed .show-more .less {
  display: none;
}
.tab-content.unroll .collapsable.collapsed .show-more .more {
  display: block;
}
.tab-content.unroll .tab-pane {
  display: block;
  position: relative;
  padding: 0px 21px 15px;
}
.tab-content.unroll > div:not(.ains) {
  background-color: #FFF;
  background-color: var(--secondary-bg);
  margin-bottom: 5px;
}
.card-with-tabs.unroll.thank-you {
  background-color: #FFF;
  background-color: var(--secondary-bg);
  margin-bottom: 5px;
}
#downloads.tab-pane.active ~ .downloadButtonPanel {
  display: none !important;
}
.tabs-header {
  font-weight: 500;
  font-size: 22px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.unroll .tabs-header {
  font-size: 17px;
}
@media (max-width: 767px) {
  .tabs-header {
    font-size: 18px;
  }
}
.tab-content .tab-pane:first-of-type .tabs-header {
  display: none;
}
.tab-content:not(.unroll) .show-more {
  display: none;
}
.tab-content:not(.unroll) .tabs-header {
  display: none;
}
.tab-pane.no-padding {
  padding: 0px;
}
#variantsDD {
  border: none;
  background: transparent;
}
#appsDD {
  border: none;
  background: transparent;
}
.fontSizeSmall {
  font-size: 17px;
}
@media screen and (max-width: 480px) {
  .fontSizeSmall {
    font-size: 14px;
    white-space: normal;
  }
}
.noMargins {
  margin: 0px !important;
}
.noPadding {
  padding: 0px !important;
}
.appspec-row {
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid var(--body-bg);
  padding: 15px 10px;
}
.new-appspec-row .appspec-row {
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid var(--body-bg);
  padding: 15px 10px;
}
.new-appspec-row .appspec-row:nth-of-type(odd) {
  border-right: 1px solid #eee;
  border-right: 1px solid var(--body-bg);
}
.appspec-value {
  padding-left: 15px;
}
.post-edit-link {
  color: red;
}
.responsive-embed {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.responsive-embed > iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/** 6.11 **/
.errorPage {
  background-color: #FFF;
  background-color: var(--secondary-bg);
  border-radius: 2px;
  padding: 25px;
  margin: 0px;
}
.errorPage a:hover {
  text-decoration: none;
}
.errorLeft {
  color: #f36f46;
  width: 170px;
  text-align: center;
}
.errorLeft h1 {
  font-size: 100px;
}
@media screen and (max-width: 480px) {
  .errorLeft h1 {
    font-size: 40px;
    width: 80px;
  }
}
.errorRight {
  width: 100%;
  color: #536D79;
  color: var(--secondary-text-color);
  padding-left: 15px;
  padding-right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  word-break: break-word;
  white-space: normal;
  text-align: center;
}
/** 7.3 **/
.cloudImg {
  display: block;
  margin-left: 40px;
  font-size: 80px;
  color: #c7c2c2;
}
.uploadSection {
  width: 100%;
  height: 360px;
  display: inline-block;
  overflow: auto;
}
/** 7.4 **/
.ains {
  position: relative;
  min-width: 200px;
  min-height: 50px;
  overflow: hidden;
  /*background-color: red !important;*/
}
.ains.ains-has-label {
  padding-top: 20px;
  padding-bottom: 20px;
}
.listWidget .ains {
  border-bottom: 1px solid #eee;
}
.advertisement-text {
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  display: block;
  font-weight: 500;
  font-size: 12px;
  color: #A7B5CC;
  text-align: center;
}
.membership-text {
  top: auto;
  bottom: 3px;
}
.membership-text img {
  vertical-align: top;
  height: 15px;
  width: auto;
}
.membership-text span {
  color: #A7B5CC;
}
.membership-text.static {
  position: static;
  margin-bottom: -15px;
  margin-top: 5px;
}
.advertisement-text.membership-text + div {
  margin-bottom: 6px;
}
.content-area .appRow:empty {
  display: none;
}
.adslot {
  /* background-color: #CCCCCC !important;*/
  margin: 0 auto;
  min-height: 65px;
}
.google-ad-square-sidebar > .adslot,
.google-ad-square > .adslot {
  width: 336px;
  min-height: 280px;
}
/** Expand ad below download box to fit the whole tab. */
.unroll .ains-apkm_apk_page_downloadtab,
.ains-apkm_apk_page_belowdownloadbox {
  margin-left: -16px;
  margin-right: -16px;
}
@media screen and (max-width: 767px) {
  .unroll .ains-apkm_apk_page_downloadtab,
  .ains-apkm_apk_page_belowdownloadbox {
    margin-left: -31px;
    margin-right: -31px;
  }
}
/** Right aligned ads in tabs */
.tab-content .tab-pane .ains:not(.ains-apkm_apk_page_belowdownloadbox):not(.ains-apkm_apk_page_downloadtab) {
  margin-right: -31px;
  margin-left: -31px;
}
@media screen and (min-width: 768px) {
  .tab-content .tab-pane .ains:not(.ains-apkm_apk_page_belowdownloadbox):not(.ains-apkm_apk_page_downloadtab) {
    float: right;
    margin-right: 0;
    margin-top: 9px;
    margin-left: 15px;
  }
}
.tab-content .tab-pane .ains:not(.ains-apkm_apk_page_belowdownloadbox):not(.ains-apkm_apk_page_downloadtab) .adslot {
  width: 336px;
  min-height: 280px;
}
.google-ad-leaderboard-injected > .adslot,
.google-ad-leaderboard-smaller > .adslot,
.google-ad-leaderboard > .adslot {
  width: 728px;
  min-height: 90px;
}
.google-ad-mobile-leaderboard > .adslot {
  width: 320px;
  min-height: 50px;
}
.google-ad-billboard > .adslot {
  width: 970px;
  min-height: 250px;
}
.listWidget .appRow .ains {
  padding-top: 12px;
}
.listWidget .appRow .ains[class*="ains-apkm_index_injected"] {
  margin-left: -16px;
  margin-right: -16px;
}
.listWidget .appRow .ains.ains-has-label {
  padding-top: 22px;
}
@media (max-width: 1170px) {
  .google-ad-leaderboard > .adslot,
  .google-ad-leaderboard-smaller > .adslot,
  .google-ad-leaderboard-injected > .adslot {
    width: 468px;
    min-height: 60px;
  }
  .google-ad-square > .adslot,
  .google-ad-square-sidebar > .adslot {
    width: 300px;
    min-height: 250px;
  }
}
@media (max-width: 991px) {
  .google-ad-billboard > .adslot,
  .google-ad-leaderboard-injected > .adslot,
  .google-ad-leaderboard > .adslot,
  .google-ad-leaderboard-smaller > .adslot,
  .google-ad-square-sidebar > .adslot {
    width: 728px;
    min-height: 90px;
  }
  .google-ad-square > .adslot {
    width: 336px;
    min-height: 280px;
  }
}
@media (max-width: 790px) {
  .google-ad-billboard > .adslot,
  .google-ad-leaderboard-injected > .adslot,
  .google-ad-leaderboard > .adslot,
  .google-ad-square > .adslot,
  .google-ad-square-sidebar > .adslot {
    width: 336px;
    min-height: 280px;
  }
  .google-ad-leaderboard-smaller > .adslot {
    width: 320px;
    min-height: 100px;
  }
  .tab-content .tab-pane .ains:not(.ains-apkm_apk_page_belowdownloadbox),
  .gooWidget.google-ad-square {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (max-width: 356px) {
  .google-ad-billboard > .adslot,
  .google-ad-leaderboard-injected > .adslot,
  .google-ad-leaderboard > .adslot,
  .google-ad-square > .adslot,
  .google-ad-square-sidebar > .adslot {
    width: 300px;
    min-height: 250px;
  }
  .google-ad-leaderboard-smaller > .adslot {
    width: 320px;
    min-height: 50px;
  }
}
/**
Styles for apkm_billboard_top ad unit
*/
.ains-apkm_billboard_top {
  margin-top: -12px;
  width: 100%;
}
.OUTBRAIN {
  margin-bottom: 15px;
  background-color: #FFF;
  background-color: var(--secondary-bg);
  overflow: hidden;
}
.OUTBRAIN .OUTBRAIN {
  box-shadow: none;
}
html.dark.member .OUTBRAIN * {
  color: var(--fontBlack) !important;
}
.ob-cards,
.ob-widget-header {
  padding-left: 13px;
  padding-right: 13px;
}
.ob-widget-header,
.ob-rec-text {
  font-weight: 400 !important;
}
/**
Sticky side ads:
*/
stickyobserver {
  display: none;
}
@media screen and (min-width: 992px) {
  stickyobserver {
    height: 1px;
    margin-top: -1px;
    display: block;
  }
  .sidebar-sticky-1 #sidebar > .ai_widget:first-of-type {
    position: sticky;
    top: -20px;
    background-color: var(--body-bg);
    z-index: 10;
  }
  .sidebar-sticky-1 #sidebar > .ai_widget:first-of-type.sticked {
    padding: 0;
    border-radius: 2px;
  }
  .sidebar-sticky-2 #sidebar > .ai_widget:first-of-type {
    min-height: 70vh;
  }
  .sidebar-sticky-2 #sidebar > .ai_widget:first-of-type > .ains {
    position: sticky;
    top: -20px;
    background-color: var(--body-bg);
    z-index: 10;
  }
}
[class*="ains-apkm_sticky"],
[class*="ains-apkm_sticky"] .adslot {
  display: none;
}
@media (min-width: 1346px) {
  [class*="ains-apkm_sticky"] {
    display: block;
    position: sticky;
    width: 0;
    top: 0;
    height: 100vh;
    padding: 0;
    float: left;
  }
  [class*="ains-apkm_sticky"] > div {
    width: 120px;
    right: 100%;
    position: absolute;
    margin-right: -15px;
    height: 100%;
  }
  [class*="ains-apkm_sticky"] > div.gooWidget {
    top: 20px;
    bottom: 20px;
  }
  [class*="ains-apkm_sticky"] > div > .adslot {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
    overflow: hidden;
  }
  [class*="ains-apkm_sticky"].ains-apkm_sticky_right {
    float: right;
  }
  [class*="ains-apkm_sticky"].ains-apkm_sticky_right > div {
    right: initial;
    left: 100%;
    display: block;
  }
}
@media (max-width: 1365px) {
  .ains-apkm_sticky_right > div {
    margin-left: -15px;
  }
}
@media (min-width: 1366px) {
  [class*="ains-apkm_sticky"] > div {
    margin: 0;
  }
}
@media (min-width: 1490px) {
  [class*="ains-apkm_sticky"] > div {
    width: 160px;
  }
}
@media (min-width: 1770px) {
  [class*="ains-apkm_sticky"] > div {
    width: 300px;
  }
}
/**
<div class="gooWidget-sticky">
<div class="adslot left">
<ins>blah</ins>
</div>
<div class="adslot right">
<ins>blah</ins>
</div>
</div>*/
.listWidget {
  background-color: #FFF;
  background-color: var(--secondary-bg);
  padding: 0px 0px;
  border-radius: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-top: 0px;
}
.listWidget:first-child,
.listWidget:first-child > h3 {
  margin-top: 0px;
}
.listWidget h2 {
  margin: 0;
}
.sidebar-widget .pushbullet-subscribe-widget {
  margin-top: 20px;
}
.memberful-widget .widgetcontent {
  padding: 0 15px 15px;
}
.memberful-widget .widgetcontent > * {
  display: inline-block;
}
.memberful-widget .memberful-profile-info {
  padding-left: 15px;
}
.addpadding {
  padding: 16px 16px;
}
.addsmallpadding {
  padding: 8px;
}
.smallPostImg {
  width: 40px;
  height: 40px;
}
.largePostImg {
  width: 50px;
  height: 50px;
}
.sortingRow {
  border-bottom: 1px solid #F7F9F9;
  border-bottom: 1px solid var(--tertiary-bg);
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  display: table;
  padding-top: 10px;
  padding-bottom: 10px;
}
.appRow {
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid var(--body-bg);
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  display: table;
  padding-top: 5px;
  padding-bottom: 5px;
}
.appRow.promotedAppListing {
  background-color: #FDFDF1;
}
html.dark.member .appRow.promotedAppListing {
  background-color: #D7D7AB;
}
html.dark.member .appRow.promotedAppListing a,
html.dark.member .appRow.promotedAppListing .variantTag {
  color: #000;
}
.byDeveloper {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .appRow {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .appRowTitle {
    font-size: 15px;
  }
  .appRowVariantTag {
    padding-top: 3px;
  }
  .byDeveloper {
    padding-top: 4px;
  }
}
.showSeparatorOnDesktop {
  display: block;
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid var(--body-bg);
  width: 100%;
  margin-bottom: 10px;
}
.latestMeta {
  margin-right: 10px;
}
.downloadLink {
  margin-top: 25%;
  display: inline;
}
/**
@todo: dark theme?
*/
.downloadLink:hover {
  color: #16ACC2;
  text-decoration: none;
}
.downloadLink:active {
  text-decoration: none;
}
.iconsBox {
  width: 60px;
  height: 48px;
  position: relative;
  top: 15px;
}
@media screen and (max-width: 600px) {
  .iconsBox.move-down {
    top: 25px;
  }
}
.iconsBox.one-icon {
  width: 30px;
}
.iconsBox.one-icon.center {
  margin: 0 auto;
}
.iconsBox.one-icon.right {
  margin-left: 10px;
}
.downloadIconPositioning {
  width: 30px;
  text-align: center;
  float: left;
}
.infoIcon .downloadIconPositioning {
  width: 25px;
  text-align: right;
}
.infoIconPositioning {
  width: 30px;
}
.downloadIconPositioning.one-icon {
  width: 20px;
}
.download-icon {
  height: 20px;
  width: 20px;
}
.download-button-icon {
  position: relative;
  top: 3px;
  left: -4px;
  height: 20px;
  width: 25px;
}
.bluestacks-button-icon {
  vertical-align: middle;
  height: 30px;
  width: 30px;
  margin: -2px 3px -2px 0;
}
.chevron-icon {
  position: relative;
  top: 4px;
  width: 20px;
  height: 20px;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .chevron-icon {
    width: 16px;
    height: 16px;
  }
}
.exclamation-icon,
.success-icon {
  width: 16px;
  height: 16px;
  margin: 0 auto;
  margin-top: 8px;
}
.cancel-icon {
  font-size: 24px;
  line-height: 1;
}
.progressBar {
  margin: 15px;
}
.expandMargins {
  margin-left: -15px;
  margin-right: -15px;
}
/** 8.0 **/
.footer {
  background-color: #D0D1D1;
  background-color: var(--footer-bg);
  width: 100%;
  box-shadow: 0px 0px 7px 0px #777;
  box-shadow: 0px 0px 7px 0px var(--footer-shadow);
  color: #777;
  color: var(--footer-color);
}
#footerwidget {
  display: inline-block;
  width: 100%;
}
.copyRight {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
/**
 * Stats
 */
#wpstats {
  display: none;
}
/**
.fc-dns-link {
    display: none !important;
}*/
/** 9.9 **/
#bottom-slider {
  position: fixed;
  transform: translateY(100%);
  bottom: 0;
  z-index: 9999999;
  text-align: center;
  left: auto;
  right: 0;
  max-width: 100%;
}
#bottom-slider.show {
  animation: slideIn 0.3s ease-out 0.3s forwards;
}
#bottom-slider > a {
  padding: 0;
  background: #f76912;
  color: #fff;
  box-shadow: 0px 0px 5px #888;
  font-size: 16px;
  margin-bottom: 15px;
  border-radius: 25px;
  height: 175px;
  width: 175px;
  text-decoration: none;
}
#bottom-slider > a:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #bottom-slider > a {
    width: 120vw;
    height: auto;
    margin-left: -10vw;
    margin-bottom: 0;
    position: static;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    padding-top: 10px;
  }
}
#bottom-slider > a > span {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #bottom-slider > a > span:not(.close) {
    max-width: 100vw;
    margin-left: 10vw;
    padding-left: 25px;
    padding-right: 25px;
  }
}
#bottom-slider > a > span .more-btn {
  text-decoration: underline !important;
  color: #fff;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #bottom-slider > a > span .more-btn {
    margin-top: auto;
  }
}
#bottom-slider .apkm-logo-image {
  width: 70px;
}
#bottom-slider .close {
  cursor: pointer;
  font-size: 30px;
  position: absolute;
  right: 0;
  top: -10px;
}
@media screen and (max-width: 767px) {
  #bottom-slider .close {
    top: 0;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
.infoSlide {
  background-color: #F7F9F9;
  background-color: var(--tertiary-bg);
  margin: 0 0;
  height: 0;
  overflow: hidden;
  transition: height 0.2s linear;
}
.infoSlide:before,
.infoSlide:after {
  display: block;
  content: '';
  height: 16px;
}
.infoSlide.inner {
  background-color: #F7F9F9;
  background-color: var(--tertiary-bg);
  margin: 10px -13px 0;
}
.infoSlide p {
  margin: 0 16px 0 16px;
}
.infoSlide-name {
  color: #888888;
  color: var(--tertiary-text-color);
  width: 100px;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.infoSlide-value {
  vertical-align: middle;
}
.infoDevSlide {
  background-color: #F7F9F9;
  background-color: var(--tertiary-bg);
  height: 0;
}
.infoDevSlide .appRow {
  overflow: hidden;
}
.infoDevSlide .table {
  margin-bottom: 0;
  height: auto;
}
.faq h5 {
  margin-top: 32px;
  font-weight: 600;
}
.faq h4,
.faq h3 {
  font-size: 22px;
  margin-top: 64px;
}
.faq h3 {
  margin-top: 32px;
  margin-bottom: 16px;
}
.faq p,
.faq > ul {
  margin-left: 30px;
}
.apk-warning-panel {
  display: block;
  border: 1px solid #faebcc;
  border-color: var(--warning-panel-border);
  padding: 8px 16px;
  background-color: #fcf8e3;
  background-color: var(--warning-panel-bg);
  color: #8a6d3b;
  color: var(--warning-panel-color);
  font-size: 13px;
}
/** 10.0 **/
.modal {
  align-items: center;
  justify-content: center;
  z-index: 9999999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
}
.modal.in {
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal .close {
  cursor: pointer;
  padding: 0 10px 10px;
  float: right;
  font-size: 20px;
  z-index: 20;
}
body.modal-open {
  overflow: hidden;
}
body.modal-open .mce-floatpanel {
  z-index: 9999999 !important;
}
.modal-backdrop {
  opacity: 0.5;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999998;
  background: rgba(0, 0, 0, 0.6);
  background: var(--backdrop-color);
}
.modal-dialog {
  z-index: 1051;
  width: auto;
  max-width: 100%;
  position: relative;
  margin: auto;
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.modal.shown .modal-dialog {
  transform: translate(0, 0);
}
.modal-title {
  margin: 0;
}
.modal-content {
  margin: 5px;
  background-color: #FFF;
  background-color: var(--secondary-bg);
  border-radius: 2px;
  overflow: auto;
}
.modal-content .modal-header {
  padding-bottom: 0;
}
.modal-body,
.modal-header {
  padding: 24px;
}
.modal-content .modal-footer {
  padding: 15px;
  text-align: right;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 750px;
  }
}
.modal-footer,
.modal-header {
  border-top: 0;
  border-bottom: 0;
}
.modal-spacing {
  margin-bottom: 20px;
}
.modal-textarea {
  width: 100%;
  height: 50px;
  max-height: 200px;
  min-height: 50px;
}
.uploadArea {
  padding: 5px;
}
.uploadArea > .apk-row {
  width: 100%;
  display: table;
}
.uploadAreaTable {
  width: 100%;
  height: 480px;
  overflow-y: auto;
  margin-bottom: 20px;
  background-color: #F7F9F9;
  background-color: var(--tertiary-bg);
  border: 4px solid #E7E8E8;
  cursor: pointer;
}
.uploadCloud {
  font-size: 60px;
  line-height: 30px !important;
  margin-left: -25px;
  margin-top: -25px;
  top: 50%;
  left: 50%;
  position: absolute;
  opacity: 1;
  color: #CDCCCC;
}
.upload-large-icon {
  width: 50px;
  height: 50px;
}
/**
@todo: probably not used, we add hidden class */
.dz-started .uploadCloud {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .uploadAreaTable {
    width: 100%;
    height: 250px;
  }
}
.dz-drag-hover .uploadAreaTable {
  border: 4px solid #f36f46;
}
.warningText {
  vertical-align: middle;
  line-height: 30px;
}
.apk-row {
  font-size: 12px;
  margin-bottom: 10px;
  color: #F4825A;
  /* orange */
}
.apk-row.dz-error {
  color: #FF0000;
  /*red*/
}
.apk-row.dz-success {
  color: #16ACC2;
  /*blue font*/
}
.loader-container {
  width: 30px;
  padding-right: 5px;
  padding-bottom: 8px;
}
.apk-row-contents {
  white-space: normal;
  padding-bottom: 8px;
  word-break: break-word;
}
.upload-progress {
  display: none;
  margin-bottom: 0px;
}
.uploadArea .upload-progress {
  opacity: 0;
  display: block;
}
.dz-success-mark {
  display: none;
}
.dz-error-mark {
  display: none;
}
.dz-remove {
  display: block;
}
.dz-success .dz-success-mark {
  display: block;
}
.dz-error .dz-error-mark {
  display: block;
}
.dz-success .dz-remove {
  display: none;
}
.dz-drag {
  cursor: move;
}
.dz-drag.dz-drag-handle::before,
.dz-drag.dz-drag-handle::after {
  content: '';
  display: block;
  width: 17px;
  height: 2px;
  margin: 3px auto;
  background-color: var(--secondary-text-color);
}
.is_uploading .dz-drag {
  display: none;
}
.dz-placeholder {
  background-color: var(--text-color);
  display: block;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
}
[draggable] {
  pointer-events: none;
}
[draggable].is-dragged {
  opacity: 0.5;
}
[draggable] a,
[draggable] .clickable,
[draggable] .dz-drag {
  pointer-events: all;
}
#touched-row {
  position: fixed;
  z-index: 99999999;
  background-color: var(--tertiary-bg);
}
.disable-touch-action {
  touch-action: none;
}
/** seems unused? */
.overflowButton {
  background: transparent;
  border: 0px;
  cursor: pointer;
}
.overflowButtonLocation.topbar {
  top: -3px;
}
.overflowButton:focus {
  outline-color: white;
}
.overflowButtonLocation {
  position: absolute;
  top: 8px;
  right: 25px;
}
.overflowImg {
  font-size: 24px;
  line-height: 24px !important;
  color: #FFF;
}
/** This is all hamburger animation by SwirlyCheetah **/
.background--blur {
  background: #004d40;
}
.dropdown-message {
  cursor: pointer;
}
.dropdown-menu {
  border-radius: 0;
}
.dropdown-menu li.show-overflow {
  overflow: visible;
}
.dropdown-menu.expand-left {
  right: 0;
  left: auto;
}
.menu {
  font-size: 2em;
  font-family: 'Roboto', sans-serif;
  color: #333;
  z-index: 80;
}
.menu div {
  margin: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.menu a {
  text-decoration: none;
  color: #3367d6;
}
.menu a:hover {
  text-decoration: underline;
}
.menu div:last-child {
  border: 0;
}
.menu--off {
  position: absolute;
  left: -50%;
  width: 400px;
  display: block;
  background: #eee;
  min-height: 600px;
  height: 125%;
  transition: all 300ms;
}
.menu--on {
  left: 0;
  box-shadow: 0px 0px 7px 0px #777;
  transition: all 300ms;
}
body.lightbox-is-visible {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.asyncGallery {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 999999;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.95);
  transition: opacity 200ms, visibility 200ms;
  color: #fff;
}
.asyncGallery.is-visible {
  opacity: 1;
  visibility: visible;
}
.asyncGallery button {
  border: 0;
  outline: 0;
  font-size: 0;
  cursor: pointer;
}
.asyncGallery.is-zoomed button {
  display: none;
}
.asyncGallery__Item {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  /*overflow: hidden; */
  transform: translate(-50%, -50%);
  transition: opacity 200ms, visibility 200ms;
  max-height: 100vh;
  padding-top: 60px;
  padding-bottom: 10px;
}
.asyncGallery__Item.is-visible {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .asyncGallery__Item {
    padding-top: 40px;
    width: 100%;
  }
}
.asyncGallery__ItemImage img {
  display: block;
  max-height: 90vh;
  max-height: calc(100vh - 70px);
  transition: transform 0.1s linear;
  user-select: none;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .asyncGallery__ItemImage img {
    max-height: calc(100vh - 50px);
  }
}
.asyncGallery__ItemDescription {
  position: absolute;
  top: 0;
  text-align: center;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .asyncGallery__ItemDescription {
    height: 40px;
    font-size: 12px;
    line-height: 40px;
  }
}
.asyncGallery__Loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 100;
}
.asyncGallery__Loader.is-visible {
  display: block;
}
.asyncGallery__Close {
  position: absolute;
  top: 20px;
  right: 5px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-image: url("data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNTEycHgiIHZlcnNpb249IjEuMSIgaGVpZ2h0PSI1MTJweCIgdmlld0JveD0iMCAwIDY0IDY0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2NCA2NCI+CiAgPGc+CiAgICA8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjguOTQxLDMxLjc4NkwwLjYxMyw2MC4xMTRjLTAuNzg3LDAuNzg3LTAuNzg3LDIuMDYyLDAsMi44NDljMC4zOTMsMC4zOTQsMC45MDksMC41OSwxLjQyNCwwLjU5ICAgYzAuNTE2LDAsMS4wMzEtMC4xOTYsMS40MjQtMC41OWwyOC41NDEtMjguNTQxbDI4LjU0MSwyOC41NDFjMC4zOTQsMC4zOTQsMC45MDksMC41OSwxLjQyNCwwLjU5YzAuNTE1LDAsMS4wMzEtMC4xOTYsMS40MjQtMC41OSAgIGMwLjc4Ny0wLjc4NywwLjc4Ny0yLjA2MiwwLTIuODQ5TDM1LjA2NCwzMS43ODZMNjMuNDEsMy40MzhjMC43ODctMC43ODcsMC43ODctMi4wNjIsMC0yLjg0OWMtMC43ODctMC43ODYtMi4wNjItMC43ODYtMi44NDgsMCAgIEwzMi4wMDMsMjkuMTVMMy40NDEsMC41OWMtMC43ODctMC43ODYtMi4wNjEtMC43ODYtMi44NDgsMGMtMC43ODcsMC43ODctMC43ODcsMi4wNjIsMCwyLjg0OUwyOC45NDEsMzEuNzg2eiIvPgogIDwvZz4KPC9zdmc+Cg==");
  z-index: 1002;
}
@media screen and (max-width: 768px) {
  .asyncGallery__Close {
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}
.asyncGallery__Counter {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  right: 40px;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .asyncGallery__Counter {
    right: 15px;
    bottom: 15px;
    font-size: 12px;
  }
}
.asyncGallery__Dots {
  position: absolute;
  left: 50px;
  bottom: 40px;
  right: 50px;
  overflow: auto;
  margin: 0;
  padding: 0 0 15px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .asyncGallery__Dots {
    bottom: 15px;
  }
}
.asyncGallery__Dots button {
  padding: 0;
  width: 30px;
  height: 30px;
  border: 0;
  outline: 0;
  background-size: cover;
  /*background-color: #fff;
        border-radius: 50%;*/
}
.asyncGallery__Dots ul {
  list-style-type: none;
  white-space: nowrap;
  padding: 0;
  text-align: center;
}
.asyncGallery__Dots li {
  display: inline-block;
  opacity: 0.5;
  transition: opacity 200ms;
  border: 1px solid rgba(0, 0, 0, 0.95);
}
.asyncGallery__Dots li + li {
  margin-left: 10px;
}
.asyncGallery__Dots li.is-active {
  opacity: 1;
}
.asyncGallery__Next,
.asyncGallery__Prev {
  position: absolute;
  top: 50%;
  z-index: 1000;
  width: 45px;
  height: 60px;
  transform: translateY(-50%);
  background-color: #333;
  opacity: 0.7;
}
.asyncGallery__Next:hover,
.asyncGallery__Prev:hover {
  opacity: 0.9;
}
.asyncGallery__Next:disabled,
.asyncGallery__Prev:disabled {
  opacity: 0.2;
  cursor: default;
}
.asyncGallery__Next:before,
.asyncGallery__Prev:before {
  position: absolute;
  content: "";
  top: 50%;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 129 129' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 129 129'%3E%3Cg%3E%3Cpath d='m40.4,121.3c-0.8,0.8-1.8,1.2-2.9,1.2s-2.1-0.4-2.9-1.2c-1.6-1.6-1.6-4.2 0-5.8l51-51-51-51c-1.6-1.6-1.6-4.2 0-5.8 1.6-1.6 4.2-1.6 5.8,0l53.9,53.9c1.6,1.6 1.6,4.2 0,5.8l-53.9,53.9z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  transition: transform 200ms, opacity 200ms;
}
.asyncGallery__Next {
  right: 0;
}
.asyncGallery__Next:before {
  transform: translateY(-50%);
  right: 5px;
}
.asyncGallery__Prev {
  left: 0;
}
.asyncGallery__Prev:before {
  transform: translateY(-50%) scale(-1);
  left: 5px;
}
/**
Seems unused

.material-design-hamburger button {
    display   : block;
    border    : none;
    background: none;
    outline   : 0;
}

.material-design-hamburger__icon {
    padding: 3rem 1rem;
    cursor : pointer;
}

.material-design-hamburger__layer {
    display                          : block;
    width                            : 25px;
    height                           : 3px;
    background                       : #FFF;
    position                         : relative;
    -webkit-animation-duration       : 300ms;
    animation-duration               : 300ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function        : ease-in-out;
}

.material-design-hamburger__layer:before,
.material-design-hamburger__layer:after {
    display                          : block;
    width                            : inherit;
    height                           : 3px;
    position                         : absolute;
    background                       : inherit;
    left                             : 0;
    content                          : '';
    -webkit-animation-duration       : 300ms;
    animation-duration               : 300ms;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function        : ease-in-out;
}

.material-design-hamburger__layer:before {
    bottom: 200%;
}

.material-design-hamburger__layer:after {
    top: 200%;
}

.material-design-hamburger__icon--to-arrow {
    -webkit-animation-name     : material-design-hamburger__icon--slide;
    animation-name             : material-design-hamburger__icon--slide;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode        : forwards;
}

.material-design-hamburger__icon--to-arrow:before {
    -webkit-animation-name     : material-design-hamburger__icon--slide-before;
    animation-name             : material-design-hamburger__icon--slide-before;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode        : forwards;
}

.material-design-hamburger__icon--to-arrow:after {
    -webkit-animation-name     : material-design-hamburger__icon--slide-after;
    animation-name             : material-design-hamburger__icon--slide-after;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode        : forwards;
}

.material-design-hamburger__icon--from-arrow {
    -webkit-animation-name: material-design-hamburger__icon--slide-from;
    animation-name        : material-design-hamburger__icon--slide-from;
}

.material-design-hamburger__icon--from-arrow:before {
    -webkit-animation-name: material-design-hamburger__icon--slide-before-from;
    animation-name        : material-design-hamburger__icon--slide-before-from;
}

.material-design-hamburger__icon--from-arrow:after {
    -webkit-animation-name: material-design-hamburger__icon--slide-after-from;
    animation-name        : material-design-hamburger__icon--slide-after-from;
}

@-webkit-keyframes material-design-hamburger__icon--slide {
    0% {}

    100% {
        -webkit-transform: rotate(180deg);
        transform        : rotate(180deg);
    }
}

@keyframes material-design-hamburger__icon--slide {
    0% {}

    100% {
        -webkit-transform: rotate(180deg);
        transform        : rotate(180deg);
    }
}

@-webkit-keyframes material-design-hamburger__icon--slide-before {
    0% {}

    100% {
        -webkit-transform: rotate(45deg);
        transform        : rotate(45deg);
        margin           : 0% 37%;
        width            : 75%;
    }
}

@keyframes material-design-hamburger__icon--slide-before {
    0% {}

    100% {
        -webkit-transform: rotate(45deg);
        transform        : rotate(45deg);
        margin           : 0% 37%;
        width            : 75%;
    }
}

@-webkit-keyframes material-design-hamburger__icon--slide-after {
    0% {}

    100% {
        -webkit-transform: rotate(-45deg);
        transform        : rotate(-45deg);
        margin           : 0% 37%;
        width            : 75%;
    }
}

@keyframes material-design-hamburger__icon--slide-after {
    0% {}

    100% {
        -webkit-transform: rotate(-45deg);
        transform        : rotate(-45deg);
        margin           : 0% 37%;
        width            : 75%;
    }
}

@-webkit-keyframes material-design-hamburger__icon--slide-from {
    0% {
        -webkit-transform: rotate(-180deg);
        transform        : rotate(-180deg);
    }

    100% {}
}

@keyframes material-design-hamburger__icon--slide-from {
    0% {
        -webkit-transform: rotate(-180deg);
        transform        : rotate(-180deg);
    }

    100% {}
}

@-webkit-keyframes material-design-hamburger__icon--slide-before-from {
    0% {
        -webkit-transform: rotate(45deg);
        transform        : rotate(45deg);
        margin           : 0% 37%;
        width            : 75%;
    }

    100% {}
}

@keyframes material-design-hamburger__icon--slide-before-from {
    0% {
        -webkit-transform: rotate(45deg);
        transform        : rotate(45deg);
        margin           : 0% 37%;
        width            : 75%;
    }

    100% {}
}

@-webkit-keyframes material-design-hamburger__icon--slide-after-from {
    0% {
        -webkit-transform: rotate(-45deg);
        transform        : rotate(-45deg);
        margin           : 0% 37%;
        width            : 75%;
    }

    100% {}
}

@keyframes material-design-hamburger__icon--slide-after-from {
    0% {
        -webkit-transform: rotate(-45deg);
        transform        : rotate(-45deg);
        margin           : 0% 37%;
        width            : 75%;
    }

    100% {}
}

/**
END seems unused
*/
@media screen and (max-width: 768px) {
  .dropdown.breadcrumbs-menu {
    position: unset;
  }
  .dropdown-menu {
    max-width: 100%;
  }
  .dropdown-menu.breadcrumbs-menu {
    right: 0;
    left: 0;
    top: 64px;
    max-width: max-content;
  }
  .dropdown-menu > li > a {
    white-space: normal;
  }
}
/** 10.1 **/
/*.errorContent {word-break: break-all;}

/** 11.0 **/
.loopPost {
  width: 100%;
  border-bottom: 1px solid #EEE;
  padding: 5px 0px 5px 0px;
  position: relative;
}
.loopPost.noPadding {
  padding: 0px 0px 0px 0px;
}
.loopPost:last-child {
  border-bottom: none;
}
.btn-xs.noPadding {
  padding: 4px 5px;
}
.loopDate {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  width: 55px;
  margin-right: 5px;
  font-family: 'BebasNeue';
  font-size: 20px;
}
.loopDate.small {
  font-size: 17px;
}
.downloadCount {
  margin: 0;
  padding: 0;
  padding-top: 3px;
  white-space: nowrap;
  font-family: 'BebasNeue';
  font-size: 20px;
}
.downloadCount.small {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .loopDate {
    font-size: 17px;
  }
  .downloadCount {
    font-size: 17px;
  }
}
.dateColumn {
  width: 55px;
  padding-top: 2px;
}
@media screen and (max-width: 768px) {
  .dateColumn {
    width: 45px;
  }
}
/** 12.0 **/
.orangeWave .waves-ripple {
  background-color: rgba(240, 83, 35, 0.34) !important;
}
.blueWave .waves-ripple {
  background-color: rgba(22, 172, 194, 0.37) !important;
}
/* form starting stylings */
.group {
  position: relative;
  margin-bottom: 45px;
}
.group:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  textarea {
    height: 150px;
  }
}
/** 13.0 **/
@media All and (max-device-width: 400px) {
  .downloadLink {
    /*display: none !important; */
  }
}
@media screen and (max-width: 991px) {
  .container-fluid {
    margin-top: 0px !important;
  }
  .navbar-toggle {
    margin-left: 15px;
    float: left;
  }
  .add-bottom-margin {
    margin-bottom: 15px;
  }
}
.no-gutter {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-gutter-xs {
  padding-left: 15px;
  padding-right: 15px;
}
#primary {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 480px) {
  .no-gutter-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #content,
  #sidebar,
  #primary {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
/* Overrides for wp-pagenavi plugin to style pagination */
.wp-pagenavi {
  margin: 10px !important;
  clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 3px 5px;
  margin: 2px;
  display: inline-block;
}
.wp-pagenavi span.current {
  font-weight: bold;
}
.wp-pagenavi .pages {
  display: block;
}
.pagination {
  margin: 7px 0;
}
.pagination .mobile-only {
  display: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 480px) {
  .pagination .extend {
    display: none;
  }
  .pagination .mobile-hide {
    display: none;
  }
  .pagination .mobile-only {
    display: inline-block;
  }
}
a {
  text-decoration: none !important;
}
/*Pure CSS Loader Animation */
.showbox {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5%;
}
.loader {
  position: relative;
  margin: 0px auto;
  width: 30px;
}
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.dropdown:not(.open) .circular {
  animation: none;
}
.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes spin {
  0% {
    transform: rotate(359deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes color {
  100%,
  0% {
    stroke: #d62d20;
  }
  40% {
    stroke: #0057e7;
  }
  66% {
    stroke: #008744;
  }
  80%,
  90% {
    stroke: #ffa700;
  }
}
@keyframes ripple {
  to {
    transform: scale(2.5);
    opacity: 0;
  }
}
@keyframes input-highlight {
  0% {
    background-size: 0 2px, 100% 1px;
  }
  100% {
    background-size: 100% 2px, 100% 1px;
  }
}
@keyframes width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.t-height {
  transition: height 0.2s linear;
  overflow: hidden;
}
.t-grow {
  transition: flex-grow 0.2s linear;
}
.gallery-container {
  overflow: auto;
  padding-bottom: 15px;
}
.gallery-container img {
  height: 300px;
  max-width: initial;
  width: auto;
}
.gallery-container .img-container {
  margin-left: 2px;
  cursor: pointer;
}
.gallery-container .img-container + .img-container {
  margin-left: 10px;
}
.gallery-container::-webkit-scrollbar {
  height: 15px;
  display: initial;
}
.gallery-container::-webkit-scrollbar-track {
  background: #eeeeee;
  border-radius: 8px;
}
.gallery-container::-webkit-scrollbar-thumb {
  background: #949494;
  border-radius: 8px;
  min-width: 30px;
}
.gallery-container::-webkit-scrollbar-thumb:hover {
  background: #737373;
}
.qc-cmp-deprecation-messaging {
  display: none !important;
}
.qc-cmp-showing {
  overflow: auto !important;
}
.qc-cmp-ui-container .qc-cmp-ui-content {
  overflow: auto !important;
}
#disqus_thread {
  min-height: 315px;
}
/*# sourceMappingURL=style.css.map */