@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');

body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Nunito", "Fira Sans Condensed", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
}

h2 {
  font-weight: 700;
  color: #333;
  font-size: 23px;
  margin: 10px 0 0;
  padding: 0 0 10px;
}

a {
  outline: 0;
}

a:hover {
color: #000;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.alert {
  z-index: 9999999;
}

.container {
  max-width: 1200px;
}

.apps .title {
  color: #444;
  line-height: 20px;
  font-weight: 900;
  font-size: 18px;
}

.apps .category {
  font-size: 14px;
  color: #111;
}

.apps .date {
  font-size: 14px;
  color: #333;
}

.apps .license {
  display: table;
  line-height: 13px;
  font-size: 13px;
  font-weight: 700;
}

.apps .stars {
  margin-top: 2px;
  line-height: 14px;
}

.apps .stars .fa {
  font-size: 11px;
}

.apps .box {
  overflow: hidden;
}

.apps .rank {
  float: right;
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  position: absolute;
  margin-left: 45px;
  margin-top: 5px;
  margin-right: 5px;
}

.top .d-flex {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
}

.top .image {
  width: 60px !important;
  height: 60px !important;
}

.apps .box a {
  display: block !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.apps .image {
  width: 75px;
  height: 75px;
}

.col-half {
  flex: 0 0 12.5%;
  max-width: 12.5%;
  position: relative;
  width: 12.5%;
  margin-right: 5px;
  padding-left: 0 !important;
}

.app-page  .col-half {
  flex: 0 0 21.5%;
  max-width: 21.5%;
  width: 21.5%;
}

.news-title {
  margin: 0;
  padding-bottom: 5px;
  font-size: 26px;
}

.news-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 10px;
}

.news-date {
  line-height: 17px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.news .news-box {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.news .news-cover {
  z-index: 999999999 !important;
  height: 125px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.8) 100%,
    rgba(0, 0, 0, 1) 100%
  );
}

.news h4 {
  position: absolute;
  bottom: 10px;
  z-index: 999999999;
  left: 20px;
  right: 20px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.featured-apps > .row {
  overflow-x: auto;
  border-bottom: 1px solid #f4f4f4;
}

.featured-apps span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  line-height: 18px;
  font-size: 15px;
  margin-top: 5px;
  font-weight: 700;
}

.featured-apps a {
  color: #222;
}

.other-news-title {
  width: 100%; 
  border-bottom: 1px solid #eee; 
  line-height: 0.1em;
}

.other-news-title span { 
  margin-top: 5px;
  background-color: #fff;
  font-size: 19px;
  font-weight: 700;
  padding-right: 10px; 
  color: #333;
}

.other-news span {
  display: block;
  margin-top: 3px;
  color: #222;
  line-height: 20px;
  font-size: 15px;
  font-weight: 600;
}

.apps-category span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;
  line-height: 15px;
  font-size: 14px;
  margin-top: 5px;
  color: #000;
}

.apps-category a:hover {
  text-decoration: none;
}

.apps-category-title {
  font-weight: bold;
  display: block;
  font-size: 20px;
  color: #333;
}

.bl-1 {
  border-left: 1px dotted #ccc;
}

.site-header-logo {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}

.app-info {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.site-header-logo:hover,
.smi a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.btn {
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  margin-top: 20px;
  padding: 12px 30px;
}

.btn i {
  font-size: 20px;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.catinfo {
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
}

.catinfo a {
  color: #333;
}

.catinfo i {
  font-size: 12px;
  color: #ccc;
}

.checked {
  color: orange !important;
}

.editor-star {
  color: #4d4266 !important;
}

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 99999999999;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  font-size: 15px;
  color: #ecf0f1;
  background-color: rgba(0, 0, 0, 0.8);
}

.cookiealert.show {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert a {
  text-decoration: underline;
  color: #fff;
}

.cookiealert .acceptcookies {
  margin: 0 0 0 5px;
  text-align: center;
  padding: 2px;
  width: 105px;
  font-size: 14px;
  background-color: #85c154;
}

.display-4 {
  font-size: 2.5rem;
}

.download .btn {
  width: 100%;
  font-weight: 700;
  background-color: #85c154;
  font-size: 18px;
  border-bottom: 3px solid #73b33e;
}

.buy-btn {
  background-color: #ffcb01 !important;
  border-bottom: 3px solid #ffb401 !important;
}

.download i {
  margin-right: 3px;
  font-size: 18px !important;
}

.fa,
.far,
.ratings {
  font-size: 13px;
}

.fa-star {
  color: #ccc;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-container {
  background-color: #1e2933;
  color: #fff;
}

.footer-copyright {
  background-color: #18222b;
  margin-top: 25px;
}

.header-container {
  background-color: #1e2933;
}

.headersm a,
.btn:hover {
  color: #fff;
}

.headersm i {
  margin-left: 15px;
}

.submission-title {
  font-weight: bold;
  font-size: 23px;
}

.review-title {
  border-top: 1px solid #eee;
  font-weight: bold;
  font-size: 23px;
}

.review-title a {
  color: #343a40;
  text-decoration: none;
}

.user-votes-total {
  font-size: 15px;
}

.user-ratings .row {
  line-height: 10px;
  height: 25px;
  font-size: 14px;
}

.user-ratings .progress {
  height: 10px;
}

.user-ratings .progress-bar {
  height: 10px;
  background-color: orange;
}

.user-ratings .rating {
  font-weight: 500;
}

.user-ratings .votes {
  font-weight: 500;
}

.review {
  border-top: 1px solid #eee;
}

.user-reviews .name {
  color: rgb(52, 178, 224);
  font-size: 15px;
  font-weight: 900;
  margin: 0;
}

.user-reviews .title {
  font-size: 21px;
  line-height: 30px;
  margin: 20px 0 10px 0;
  font-weight: bold;
  color: #333;
}

.user-reviews .date {
  font-size: 14px;
  margin: 10px 0;
  color: #555;
  display: table;
  line-height: 20px;
  cursor: pointer;
  border-bottom: 1px dotted #555;
}

.user-reviews .comment {
  color: #333;
}

.comment-box {
  display: none;
}

.comment-button {
  background-color: #81c14b;
  padding: 8px 10px;
  font-size: 15px;
}

.add-comment {
  font-size: 15px;
  color: #343a40;
}

.nav-bg-1 {
  background-color: #4d4266;
}

.nav-bg-2 {
  background-color: #0d99a4;
}

.nav-bg-3 {
  background-color: #4b515d;
}

.nav-bg-4 {
  background-color: #e91e63;
}

.nav-bg-5 {
  background-color: #43a047;
}

.nav-bg-6 {
  background-color: #f57c00;
}

.nav-bg-7 {
  background-color: #5c6bc0;
}

.nav-bg-8 {
  background-color: #1e88e5;
}

.nav-bg-9 {
  background-color: #d32f2f;
}

.nav-bg-10 {
  background-color: #6d4c41;
}

.nav-bg-1 a:hover {
  background-color: #312942;
}

.nav-bg-2 a:hover {
  background-color: #086d75;
}

.nav-bg-3 a:hover {
  background-color: #3e4551;
}

.nav-bg-4 a:hover {
  background-color: #c2185b;
}

.nav-bg-5 a:hover {
  background-color: #2e7d32;
}

.nav-bg-6 a:hover {
  background-color: #e65100;
}

.nav-bg-7 a:hover {
  background-color: #3f51b5;
}

.nav-bg-8 a:hover {
  background-color: #1565c0;
}

.nav-bg-9 a:hover {
  background-color: #b71c1c;
}

.nav-bg-10 a:hover {
  background-color: #4e342e;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.25rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
}

.nav-scroller a {
  font-size: 14px;
  color: #fff;
  margin-right: 3px;
}

.nav-scroller a:hover {
  text-decoration: none;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.qr-code {
  display: none;
}

.show-qr-code {
  cursor: pointer;
  color: #333;
  font-size: 13px;
}

.show-qr-code:hover .qr-code {
  display: block;
  position: absolute;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
}

.overlay-content .row div {
  width: 33%;
}

.overlay-content-search {
  position: relative;
  top: 45%;
  width: 100%;
  text-align: center;
}

.overlay-content-search .sbtn {
  font-size: 15px;
  background-color: #6ba83a;
  color: #fff;
  border: 1px solid #6ba83a;
}

.overlaymenu {
  height: 100%;
  width: 0;
  font-weight: 200;
  position: fixed;
  z-index: 999999999999 !important;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
}

.overlaymenu .closebtn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 50px;
}

.overlaymenu a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
  padding: 6px;
}

.overlaymenu a:hover,
.overlaymenu a:focus {
  color: #f1f1f1;
}

.page-footer {
  font-size: 15px !important;
  padding-top: 25px;
}

.page-footer a {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

.page-footer br {
  display: block;
  margin: 3px 0;
}

.page-footer i {
  margin-right: 10px;
}

.page-footer li {
  line-height: 23px;
}

.page-item.active .page-link {
  background-color: #0d99a4;
  color: #fff;
}

.pagination {
  margin-bottom: 15px !important;
}

.pagination .page-link {
  color: #000;
  font-size: 12px;
  border: 0 !important;
}

.program .line {
  height: 10px;
}

.program .pimage {
  margin-bottom: 2px;
  padding-left: 0;
  width: 70px;
  height: 70px;
}

.program .specs {
  font-size: 15px;
  margin: 0;
  padding: 5px 0 0;
}

.program .specs li {
  border-top: 1px dotted #aaa;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.program h2 {
  line-height: 19px;
  font-size: 23px;
  border: 0;
  margin: 0 0 4px;
  padding: 0 !important;
}

.program p {
  margin-top: 10px;
  font-size: 15px;
}

.program,
.container p,
.overlay-content-search .form-control {
  font-size: 15px;
}

.rm-link {
  color: #0095dd !important;
  text-decoration: none;
  padding-top: 10px;
  display: block;
  cursor: pointer;
}

@keyframes blink {
  0% {
    opacity: 0.2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

.redirect {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.redirecting {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  color: #689f38;
}

.redirecting span {
  animation-name: blink;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

.redirecting span:nth-child(2) {
  animation-delay: 0.2s;
}

.redirecting span:nth-child(3) {
  animation-delay: 0.4s;
}

.smi {
  z-index: 99999999999999;
  color: #fff;
  font-size: 15px;

}

.smi i {
  margin: 0 !important;
}

.smi .email {
  background-color: #5f5180;
}

.smi .facebook {
  background-color: #4267b2;
}

.smi .linkedin {
  background-color: #0d77b7;
}

.smi .twitter {
  background-color: #429cd6;
}

.smi .whatsapp {
  background-color: #71c169;
}

.stars {
  line-height: 25px;
}

.submit-app {
  margin-bottom: 15px;
  display: block;
  font-size: 14px !important;
  font-weight: 600 !important;
}

.submit-app i {
  margin-right: 5px;
}

.swiper-button-next,
.swiper-button-prev {
  background-size: 70% !important;
}

.swiper-main h3 {
  position: absolute;
  bottom: 10px;
  z-index: 999999999;
  left: 30px;
  right: 30px;
  color: #fff;
  font-size: 23px;
  font-weight: bold;
}

.swiper-slide img {
  width: 100%;
}

.coverbg {
  z-index: 999999999 !important;
  height: 200px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.8) 100%,
    rgba(0, 0, 0, 1) 100%
  );
}

.coverbg-news {
  z-index: 999999999 !important;
  height: 125px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0.8) 100%,
    rgba(0, 0, 0, 1) 100%
  );
}

.swiper-pagination-bullet-active {
  width: 7px;
  height: 7px;
  background-color: #ffa500 !important;
}

.swiper-pagination-main {
  right: 25px;
  z-index: 99999999 !important;
  margin-top: -20px !important;
  position: absolute;
  height: 7px;
  text-align: center;
}

.swiper-pagination-main .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  display: inline-block;
  background: #fff;
  opacity: 1;
  text-indent: -9999px;
  border-radius: 0%;
  margin: 0 5px;
}

.grey {
  background-color: #666;
}

.green {
  background-color: #7ed92b;
}

.top-title {
  font-size: 19px;
  font-weight: 700;
  border-bottom: 1px dotted #ccc;
  color: #333;
  height: 30px;
  line-height: 15px;
}

.top-title a {
  color: #111;
  line-height: 17px;
  font-size: 14px;
  font-weight: 400;
}

.page-content {
  overflow-wrap: break-word;
}

.voteinfo {
  position: absolute;
  margin-top: 30px;
  color: #615c59;
  font-weight: 700;
  z-index: 99999999;
  font-size: 14px !important;
}

#screenshot-main {
  overflow-y: hidden;
  white-space: nowrap;
  padding: 0;
  margin: 0;
}

.screenshots img {
  height: 250px;
}

#left {
  text-align: center;
  left: 15px;
  height: 250px;
  width: 30px;
  line-height: 250px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 2;
  cursor: pointer;
}

#right {
  text-align: center;
  height: 250px;
  line-height: 250px;
  right: 15px;
  width: 30px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 2;
  cursor: pointer;
}

@media (max-width: 991px) {

  .col-half {
    flex: 0 0 29.5%;
    max-width: 29.5%;
    width: 29.5%;
  }

  .page-left  .col-half {
    flex: 0 0 27.5%;
    max-width: 27.5%;
    width: 27.5%;
  }


.app-page  .col-half {
  flex: 0 0 27.5%;
  max-width: 27.5%;
  width: 27.5%;
}

  .apps .title {
    font-size: 16px !important;
    line-height: 20px !important;
  }

  .apps .rank {
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 16px;
    margin-left: 72px;
    margin-top: 10px;
  }

  .apps .image {
    width: 90px !important;
    height: 90px !important;
  }

  .apps .category {
    font-size: 13px !important;
  }


  .apps .stars .fa {
    font-size: 10px;
  }

  .apps-category-title {
    font-size: 19px !important;
  }

  .screenshots img {
    height: 200px;
  }

  .swiper-main h3 {
    font-size: 19px;
  }

  .swiper-pagination-main {
    right: 10px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    background-size: 50%;
  }

  .swiper-pagination-main {
    height: 5px;
  }

  .swiper-pagination-main .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
  }

  .swiper-pagination-main .swiper-pagination-bullet-active {
    width: 5px !important;
    height: 5px !important;
  }

  .swiper-container {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .coverbg {
    height: 125px;
  }

  #left {
    height: 200px;
    line-height: 200px;
  }

  #right {
    height: 200px;
    line-height: 200px;
  }

  .cookiealert {
    font-size: 14px;
  }

  .cookiealert .acceptcookies {
    font-size: 12px;
    padding: 2px;
    width: 90px;
    margin: 0 0 0 5px;
  }

  .nav-bg-1 {
    background-image: linear-gradient(to left, #312942, #4d4266 20%) !important;
  }

  .nav-bg-2 {
    background-image: linear-gradient(to left, #097f88, #0d99a4 20%) !important;
  }

  .nav-bg-3 {
    background-image: linear-gradient(to left, #28343a, #37474f 20%) !important;
  }

  .nav-bg-4 {
    background-image: linear-gradient(to left, #92134a, #ad1457 20%) !important;
  }

  .overlay-content-search {
    margin-left: 6px;
  }

  .program h2 {
    font-size: 19px;
    line-height: 23px;
    margin: 0 0 1px;
  }

  .redirecting {
    font-size: 17px;
  }

  .submit-app {
    margin-bottom: 20px;
  }

  .bl-1 {
    border-left: 0;
  }

}
