/*
    Theme Name: LajmeShqip V2
    Theme URI: http://lajme-shqip.com
    Description: Custom WordPress Theme
    Version: 3.0
    Author: diginvictus.com
    Author URI: http://diginvictus.com
    Tags: Blank, HTML5, CSS3

    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

iframe {
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  float: left;
  background: #f9f9f9;
  font-family: "Open Sans", sans-serif;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  background-color: #9e9e9e;
}

#page-wraper {
  width: 100%;
  height: 100%;
  position: relative;
}

header {
  width: 100%;
  height: 60px;
  box-shadow: 0 3px 20px -3px rgb(83 119 192 / 21%);
  display: flex;
}

#logo-wrap {
  width: 10%;
  padding: 20px;
}

nav {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

nav ul {
  width: 100%;
  height: 100%;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
}

nav ul li {
  height: 100%;
  line-height: 60px;
  transition: 0.1s ease;
}

nav ul li:hover {
  border-bottom: solid 4px #f00;
  transition: 0.1s ease;
}

nav ul li a {
  color: #000;
  text-decoration: none;
}

#search-form-wrap {
  padding: 14px;
  width: 20%;
}

.search {
  position: relative;
}

.search button {
  position: absolute;
  top: 6px;
  right: 12px;
  border: none;
  font-size: 18px !important;
  background: none;
  color: #ccc;
}

.search-input {
  padding: 8px 12px;
  border-radius: 20px;
  border: solid 1px #f7f7f7;
  width: 100%;
  background: #eee;
  color: #ccc;
}

#home-content {
  width: 1200px;
  margin: 60px auto;
}

.top-menu {
  width: 100%;
  padding: 10px 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.top-menu button {
  margin-right: 15px;
  padding: 8px 18px;
  border: none;
  border-radius: 20px;
  transition: 0.3s ease;
  text-transform: uppercase;
  font-weight: bold;
}

.top-menu button:hover {
  cursor: pointer;
  background-color: #000;
  color: #fff;
  transition: 0.3s ease;
}

.top-menu button a {
  text-decoration: none;
  color: #000;
  font-family: "Ubuntu";
}

/* MainSlider-homepage */

#main-slider {
  /* width: 600px; */
  width: 100%;
  /* margin-right: 15px; */
  height: 480px;
  float: left;
  /*border-radius: 14px;*/
  /* overflow: hidden; */
}

.gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.slider-item-content h1 {
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  transform: translateY(20px);
  transition: all 0.4s ease;
  transition-delay: 0.2s;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 520px) {
  .slider-item-content h1 {
    font-size: 16px;
    line-height: 24px;
  }
}

.slider-item-content p {
  font-size: 16px;
  transform: translateY(20px);
  transition: all 0.4s ease;
  transition-delay: 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.slider-item-content p a {
  text-decoration: none;
  font-size: 38px;
  line-height: 48px;
  color: #fff;
  font-family: "Ubuntu";
  float: left;
}
@media screen and (max-width: 520px) {
  .slider-item-content p {
    font-size: 14px;
    line-height: 20px;
  }
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
}

.swiper-container {
  /* background: linear-gradient(270deg, #f7f9ff 0%, #f2f6ff 100%); */
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  width: 100%;
  position: relative;
  /* max-width: 562px; */
  height: 100%;
  max-height: 562px;
  border-radius: 10px;
}

.slider-image-wrapper {
  height: 520px;
  width: 100%;
  overflow: hidden;
}

.slider-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-item {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  opacity: 0;
  background: linear-gradient(270deg, #f7f9ff 0%, #f2f6ff 100%);
  cursor: -webkit-grab;
  cursor: grab;
}
.slider-item-content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.4s;
  position: absolute;
  bottom: 30px;
  z-index: 999;
  width: 100%;
  box-sizing: border-box;
}
.slider-item-content > * {
  opacity: 0;
  transform: translateY(20px);
}

.swiper-slide-active .slider-item-content > * {
  transform: translateY(0px);
  opacity: 1;
}

.slider-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.2s;
}

.swiper-pagination {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translatex(-50%);
  z-index: 1;
  width: auto !important;
}

.swiper-pagination-bullet {
  border-radius: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  line-height: 30px;
  font-size: 12px;
  opacity: 1;
  background: rgba(255, 185, 0, 0.3);
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.2s;
}

.swiper-pagination-bullet-active {
  background: #fff;
  width: 20px;
  border-radius: 10px;
}

/* .slider-buttons {
  position: absolute;
  display: flex;
  top: 10%;
  justify-content: flex-end;
  width: 100%;
  padding-top: 8px;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  color: #fff;
  position: relative;
  margin-left: 4px;
}
.swiper-button-next:before,
.swiper-button-prev:before {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 1px;
  width: 0;
  left: 0;
  bottom: -1px;
  transition: 0.2s;
}
.swiper-button-next:hover:before,
.swiper-button-prev:hover:before {
  width: 100%;
} */

.swipper-buttons-holder {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.swipper-buttons-holder {
  /* display: none; */
  /* top: calc(50% - 10px); */
  height: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  position: absolute;
  width: 75px;
  top: 15px;
  right: 5px;
  z-index: 99;
}

.swiper-button-prev img {
  margin-left: -3px;
}

.swiper-button-next,
.swiper-button-prev {
  opacity: 0.5;
  /* background: rgba(0, 0, 0, 0.34118); */
  background: #ddd;
  border-radius: 50%;
  width: 25px !important;
  height: 25px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  outline: none;
  cursor: pointer !important;
  float: left;
  margin: 0;
}

.swiper-button-next::after {
  color: #000;
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 20px;
}

.swiper-button-prev::after {
  color: #000;
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 20px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
}

/* HomePage Syles */

.home-container {
  width: calc(100% * 2 / 3);
  float: left;
  position: relative;
}

.home-content {
  margin: 30px 0;
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.home-content article,
aside article {
  flex: 0 47%;
  margin: 10px;
  /* box-shadow: 0 3px 20px -3px rgb(83 119 192 / 21%); */
  border-radius: 15px;
  background-color: #fff;
  transition: box-shadow 0.1s linear;
}

.home-content article:hover,
aside article:hover {
  /* box-shadow: 0 3px 20px -3px rgb(83 119 192 / 21%); */
  box-shadow: 0 -2px 20px rgba(51, 51, 51, 0.16);
}

.home-content article picture {
  width: 100%;
  height: 240px;
  position: relative;
  float: left;
  padding: 10px;
}

.home-content article img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
}

.home-content article a h2 {
  text-decoration: none;
  color: #000;
  float: left;
  padding: 0px 8px;

  display: inline;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word; /* Important for long words! */
}

.home-content article a:hover h2,
aside article a:hover h2 {
  text-decoration: underline;
}

.home-content article .post-details,
.single-trending-post-item .post-details,
.trending-item .post-details {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
.home-content article .post-date,
aside article .post-date,
.single-trending-post-item .post-date {
  font-size: 12px;
  /* font-weight: bold; */
  color: #ccc;
}

.home-content article .post-category,
aside article .post-category,
.single-trending-post-item .post-category,
.trending-item .post-category {
  background: #f0f0f0;
  padding: 4px 12px;
  border-radius: 12px;
  font-weight: bold;
  font-family: "Oswald";
}

.home-content article .post-category a,
aside article .post-category a,
.single-trending-post-item .post-category a {
  padding: 0;
    font-size: 12px;
    text-decoration: none;
    color: rgba(0, 0, 0, .5);
    text-transform: uppercase;
}

aside {
  width: calc(100% * 1 / 3);
  /* height: 1000px; */
  float: left;
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding: 0 15px;
}

aside article {
  width: 100%;
  height: 123px;
  margin: 5px 0;
  background: #fff;
  border-radius: 10px;
  border: solid 1px #eee;
  position: relative;
}

aside article:first-child {
  margin-top: 0;
}

aside article picture {
  width: 140px;
  float: left;
  height: 120px;
  padding: 5px;
}

aside article picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

aside article a h2 {
  font-size: 16px;
  color: #333;
  padding: 10px 10px 0 10px;
  float: left;
  width: calc(100% - 160px);

  display: inline;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word; /* Important for long words! */
  font-family: "Ubuntu";
}

aside .post-details {
  width: auto;
  float: left;
  padding: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}

aside .post-details span {
  width: 100%;
}

/* Single Post Style */

.single-post-wrapper {
  width: 100%;
}

.single-sidebar-container {
  width: calc(100% * 2 / 5);
  float: left;
}

.single-sidebar-container aside {
  width: 100%;
}

.sidebar-post-category {
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #eee;
  border-radius: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Oswald";
}

.single-post-container {
  width: calc(100% * 3 / 5);
  float: left;
  /* background-color: #fff; */
  /* box-shadow: 0 -2px 20px rgba(51, 51, 51, 0.08); */
}

.single-post-container #thumb-image img {
  width: 100%;
  height: 450px;
  border-radius: 15px;
  object-fit: cover;
}

.single-post-container h1 {
  font-size: 32px;
  margin: 0 0 20px 0;
  font-family: "Oswald", sans-serif;
  line-height: 38px;
}

.single-content {
  padding: 15px;
}

.single-content p {
  margin: 12px 0;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.single-image-wrapper {
  width: 100%;
  height: auto;
  display: flex;
}

.lajme-image {
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  height: auto;
}

.single-post-article-content img {
  width: 100%;
  margin: 0 auto;
  border-radius: 12px;
}

/* Define CSS styles for different sources */

.iframe-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.iframe-wrapper iframe {
  max-width: 73% !important;
}

.facebook-iframe {
  min-height: 510px;
  height: auto;
  float: left;
  margin: 10px auto;
}

.iframe-wrapper .youtube-iframe {
  max-width: 100% !important;
}

.instagram-iframe {
}

.single-content .follow-us {
  margin: 10px 0;
  float: left;
  width: 100%;
}

.social-follow-icons {
  width: 100%;
  float: left;
  margin: 0 0 15px 0;
  border-bottom: solid 1px #eee;
  padding: 10px 0;
}

.social-follow-icons a {
  width: 48%;
  height: 30px;
  float: left;
  /* background: #eee; */
  margin-right: 10px;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  color: #000;
  border: solid 1px #ccc;
  transition: color, background 0.2s linear;
}

.social-follow-icons a:hover {
  background: #000;
  color: #fff;
  transition: color, background 0.2s linear;
}

.social-follow-icons a .fa {
  font-size: 20px !important;
}

.next-article {
  padding: 15px 15px 45px 15px;
  text-align: center;
  box-shadow: 0 0 10px rgb(83 119 192 / 21%) inset;
  margin: 30px 0;
  border-radius: 15px;
  background: #fff;
}

.next-article div {
  padding: 40px;
}

.next-article a {
  margin: 0 auto;
  border: solid 1px #ccc;
  padding: 10px 80px;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: #333;
}

.next-article a:hover {
  background-color: #000;
  color: #fff;
}

.single-trending-posts-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}

.single-trending-post-item {
  flex: 0 48.5%;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  margin: 10px 0;
  /* transition: box-shadow 0.1s linear; */
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
  box-shadow: rgb(0 0 0 / 1%) 0px 1px 4px;
}

.single-trending-post-item:hover {
  box-shadow: 0 3px 20px -3px rgb(83 119 192 / 21%);
}

.single-trending-post-item a {
  text-decoration: none;
  color: #333;
}

.single-trending-post-item h2 {
  padding: 0 10px;
  font-size: 16px;
  display: inline;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word; /* Important for long words! */
}

.single-trending-post-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  /* transform-origin: 0 0; */
  transition: transform 0.25s, visibility 0.25s ease-in;
}

.single-trending-post-item:hover img {
  transform: scale(1.2);
}

.img-holder {
  margin: 10px;
  height: 200px;
  overflow: hidden;
  border-radius: 10px;
}

.single-trending-post-item .post-details {
  width: 100%;
  padding: 15px 10px 10px 10px;
}

.post-content {
  background-color: #fff;
  border-radius: 15px;
}

.trending-single-post {
  text-align: center;
  padding: 25px;
  border-radius: 20px;
  background: #eee;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 0 10px rgb(83 119 192 / 21%) inset;
  margin: 10px 0 40px 0;
  float: left;
}

.trending-single-post h1 {
  color: #333;
}

.trend-list-items {
  text-align: left;
}

.trending-item {
  padding: 6px;
  margin: 8px 0;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  float: left;
  width: 100%;
}

.trending-item:hover {
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
  box-shadow: 0 3px 20px -3px rgb(83 119 192 / 21%);
  cursor: pointer;
  transition: color, background 0.2s linear;
}

.trending-item a {
  text-decoration: none;
  color: #333;
}

.trending-item .post-details {
  padding: 10px 0 0 0;
  font-size: 12px;
  width: calc(100% - 200px);
}

.trending-title {
  font-family: "Oswald";
  padding: 8px;
  width: calc(100% - 200px);
  float: left;
  font-size: 24px;

  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word; /* Important for long words! */
}

.trending-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trending-item .img-holder {
  width: 180px;
  height: 115px;
  float: left;
  object-fit: cover;
}

.share-button-on-post-top {
  width: 50%;
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
}

.share-button-on-post-top img {
  width: 52px;
}

.share-button-on-post-top a:hover {
  opacity: 0.5;
}

/* .social_share_title {
  width: 50%;
  padding: 10px 0;
  font-size: 18px !important;
  font-family: "Oswald" !important;
} */
/* FooterStyle */

footer {
  width: 100%;
  float: left;
  padding: 30px;
  margin: 30px 0 0 0;
  background: #eee;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.footer-links {
}

.footer-links ul,
.footer-copyright {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}

.footer-links ul li {
  margin-left: 15px;
}

.footer-links ul li a {
  text-decoration: none;
  color: #333;
}

.footer-links ul li a:hover {
  text-decoration: underline;
}

.footer-copyright {
  color: #ccc;
  margin: 4px 0;
}

/* Category Page */

.pagination {
  width: 35%;
  margin: 0 auto;
}

.pagination-content {
  width: 100%;
  padding: 10px;
  line-height: 1;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.pagination-content a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.pagination-content .current {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.category-page-title {
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #eee;
  border-radius: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Oswald";
}

/* Marquee scroller */

.marquee-list {
  /* font-family: Poppins; */
  background-color: #2c3338;
/*   border-bottom: #a4a8a7 1px solid; */
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  margin: 0px;
  padding: 10px 0px;
  /*  */
  position: fixed;
  bottom: 0px;
	box-shadow: 0 0 3px #000;
}
.marquee-list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 20s linear infinite running;
  -moz-animation: marquee 20s linear infinite running;
  -o-animation: marquee 20s linear infinite running;
  -ms-animation: marquee 20s linear infinite running;
  animation: marquee 20s linear infinite running;
  margin: 0px;
}
.marquee-list ul:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.marquee-list li {
  min-width: 110px;
  white-space: nowrap;
  text-align: center;
  padding: 0 10px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  white-space: nowrap;
}

.marquee-list li a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}

.marquee-list li:before {
  position: absolute;
  left: -2px;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 100%;
  content: "";
  margin: auto 0;
  top: 0;
  bottom: 0;
}

@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-20%);
    -moz-transform: translate(-20%);
    -o-transform: translate(-20%);
    -ms-transform: translate(-20%);
    transform: translate(-20%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-20%);
    -moz-transform: translate(-20%);
    -o-transform: translate(-20%);
    -ms-transform: translate(-20%);
    transform: translate(-20%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-20%);
    -moz-transform: translate(-20%);
    -o-transform: translate(-20%);
    -ms-transform: translate(-20%);
    transform: translate(-20%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translate(-20%);
    -moz-transform: translate(-20%);
    -o-transform: translate(-20%);
    -ms-transform: translate(-20%);
    transform: translate(-20%);
  }
}

/* Bottom Nav */
.bottom-nav {
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  padding: 12px;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.nav-item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  padding: 12px 16px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0);
}

.nav-item span {
  width: 0;
  overflow: hidden;
}

.nav-item:focus {
  text-decoration: none;
  color: #333;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.2s;
}

.nav-item:focus span {
  width: 100%;
  margin-left: 8px;
  transition: 0.2s;
}

*:focus {
  outline: none;
  border: none;
}

.lajme-source{
	width:100%;
  color:#ccc;
}
.lajme-source span,
.lajme-source a{
	color:#ccc;
	font-size:14px
}
