@charset "utf-8";

.header {
    background-color: #01B075;
}
.nav-bar-bottom {
    background-color: #fff;
    border-bottom: 1px solid #E0E0E0;
    box-shadow: 0px 4px 31px 0px #00000014;
}
.nav-bar-top {
    padding: 20px 0;
}
.nav-bar_date, .nav-bar_link {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 0.75rem;
    color: #fff;
}
.nav-bar_link {
    display: flex;
    align-items: center;
}
.nav-bar_link a {
    color: #fff;
}
.nav-bar_link img {
    margin: 0 7px;
}
.nav-bar_date b {
    font-weight: 700;
}
.nav-bar_lang {
    margin-left: 20px;
}
.nav-bar-middle {
    padding: 10px 0 30px;
}
#btnSearch {
    width: 386px;
    border-radius: 9px;
    background-color: rgba(255,255,255,0.14);
    height: 42px;
    border: none;
    padding: 0 15px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 0.75rem;
    color: #fff;
    display: none;
}
.nav-bar-bottom {
    padding: 15px 0;
}
.nav-bar-bottom .nav-bar_link a {
    font-family: 'Roboto Slab';
    color: #483B3B;
    font-size: 1rem;
    display: flex;
    align-items: center;
}
.nav-bar-bottom .nav-bar_link a img {
    width: 12px;
}
.btn-menu {
    border: none;
    background: transparent;
    margin-right: 30px;
}
.nav-main-links {
    display: flex;
    list-style: none;
}
.nav-main-links li {
    margin-right: 30px;
}
.nav-main-links li a {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 0.875rem;
    color: #454545;
}
.nav-main-links li a:hover {
    color: #000;
}
.align-center {
    align-items: center;
}
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}
.featured-column-grid {
    display: grid;
    grid-template-columns: minmax(0, 560px) 300px 300px;
    grid-template-rows: auto auto;
    column-gap: 40px;
}
.a-card .a-media {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-color: #f0f4f8;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}
.a-card .a-media .a-media_img {
    position: absolute;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    -webkit-transition: .5s !important;
    -moz-transition: .5s !important;
    transition: .5s !important;
    -webkit-transition: .5s ease !important;
}
.a-card .a-meta {
    font-family: 'Roboto Slab';
    font-weight: 400;
    font-size: 0.75rem;
    color: #01B075;
}
.a-card .a-meta .a-time {
    display: none;
}
.a-card .a-head {
    font-family: 'Poppins';
    font-weight: 700;
    color: #000;
}
.flash-news {
    display: flex;
    align-items: center;
    overflow-x: hidden;
    padding-left: 140px;
    height: 1.2rem;
}
.marquee3k__wrapper {
    display: flex;
    height: auto;
    align-items: flex-end;
}
.flash-marquee {
    display: flex;
}
.flash-marquee .a-card .a-card_image {
    display: none;
}
.flash-marquee .a-card .a-meta {
    margin-right: 5px;
}
.flash-marquee .a-card .a-meta .a-time {
    display: inline;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 0.875rem;
    color: #01B075;
}
.flash-marquee .a-card .a-cat, .flash-marquee .a-card .a-date, .flash-marquee .a-card .a-author {
    display: none;
}
.flash-marquee .a-card .a-card_content {
    display: flex;
    align-items: center;
    padding-right: 40px;
}
.flash-marquee .a-card .a-head {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 0.875rem;
    color: #979797;
}
.featured-column-grid .main-slider-col {
    grid-column: 1;
    grid-row: 1 / 3;
}
.flash-news .fn-title {
    position: absolute;
    top: 50%;
    left: 0px;
    background-color: #fff;
    z-index: 10;
    transform: translateY(-50%);
    padding: 10px 7px;
    padding-left: 14px;
}
.flash-news .fn-title span {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 0.875rem;
    color: #454545;
    text-transform: uppercase;
}
.fn-title:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 40px;
    right: -20px;
    top: -1px;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.flash-section {
    position: relative;
    box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.03);
    -webkit-box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.03);
    -moz-box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.03);
    padding: 15px 0;
}
.flash-marquee .a-card {
    position: relative;
}
.flash-marquee .a-card:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #01B075;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 14px;
}
.exclusive-section {
    padding: 0;
}
.exclusive-section .a-card {
    display: flex;
    align-items: center;
    width: 390px;
    height: auto!important;

}
.exclusive-section .a-card .a-card_image {
    width: 120px;
    flex-shrink: 0;
    margin-right: 17px;
}
.exclusive-section .a-card .a-media {
    padding-bottom: 55.83%;
}
.exclusive-section .a-card .a-meta {
    display: none;
}
.exclusive-section .a-card .a-head {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.4286;
    color: rgba(54, 54, 54, 0.7);
}
.exclusive-section .a-card .a-card_content {
    padding-top: 0;
    padding-right: 0px;
}
.exclusive-title {
    padding-right: 60px;
}
.exclusive-title h3 {
    font-family: 'Poppins';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.32rem;
    display: flex;
    align-items: center;
}
.exclusive-title h3:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #FF0000;
    margin-right: 13px;
    border-radius: 10px;
    right: 14px;
}
.exclusive-wrapper {
    flex-grow: 1;
}
.exclusive-wrapper .a-card {
    margin-right: 30px;
}
.exclusive-section .more {
    font-family: "Roboto Slab";
    font-weight: 400;
    font-size: 0.75rem;
    color: #01B075;
    display: flex;
    align-items: center;
}
.exclusive-section .more img {
    margin-left: 8px;
}
.exclusive-section > .container > div {
    padding: 50px 40px;
    background-color: #EEF3F5;
    position: relative;
    border-radius: 4px;
}
.exclusive-section > .container > div:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    background-color: #F5888A;
    height: 1px;
}
.m-40 {
    margin-top: 40px;
}
.four-column-equal-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 300px));
    row-gap: 40px;
    column-gap: calc(40px / 3);
    justify-content: center;
}
.four-column-span-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 290px));
    gap: 50px 30px;
}
.span-two .a-card:nth-of-type(1),
.span-two .a-card:nth-of-type(2),
.span-first-two .a-card:nth-of-type(1),
.span-two .item-grid:nth-of-type(1),
.span-two .item-grid:nth-of-type(2)
{
    grid-column: span 2;
}
.three-column-auto-rows {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 400px));
    grid-auto-rows: auto;
    column-gap: 20px;
    row-gap: 40px;
    justify-content: center;
}
.featured-column-grid .main-slider-col {
    grid-column: 1;
    grid-row: 1 / 3;
}
.featured-column-layout-2 .featured-column-grid .a-card:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1 / 3;
}
.featured-column-grid .a-card .a-media {
    padding-bottom: 56%;
}
.featured-column-grid .main-slider .a-card .a-media {
    padding-bottom: 75.178%;
}
.four-column-equal-grid .a-card .a-media {
    padding-bottom: 56%;
}
.four-column-span-grid .a-card .a-media {
    padding-bottom: 56.2%;
}
.four-column-span-grid .a-card:nth-of-type(1) .a-media,
.four-column-span-grid .a-card:nth-of-type(2) .a-media {
    padding-bottom: 56.36%;
}
.three-column-auto-rows .a-card .a-media {
    padding-bottom: 56.25%;
}
.main-slider-section {
    padding: 30px 0 20px;
}
.videos-section {
    padding: 50px 0;
}
.main-slider .swiper-button-prev {
    display: block !important;
    top: 0;
    right: 56px;
    left: auto;
    margin-top: calc(75.178% - 50px);
    width: 13px !important;
    height: 22px !important;
}
.main-slider .swiper-button-next {
    top: 0;
    right: 30px;
    margin-top: calc(75.178% - 50px);
    width: 13px !important;
    height: 22px !important;
}
.main-slider .swiper-button-next:after, .main-slider .swiper-button-prev:after {
    display: none;
}
.main-slider .a-card .a-card_content {
    padding-top: 20px;
    padding-bottom: 40px;
}
.main-slider .a-card .a-date, .main-slider .a-card .a-author {
    display: none;
}
.main-slider .a-card .a-meta {
    display: block;
    margin-bottom: 10px;
}
.main-slider .a-card .a-head {
    font-size: 1.875rem;
    line-height: 1.2;
}
.featured-column-layout .featured-column-grid > .a-card .a-date, 
.featured-column-layout .featured-column-grid > .a-card .a-author {
    display: none;
}
.featured-column-layout .featured-column-grid > .a-card .a-card_content {
    padding-top: 13px;
    padding-bottom: 20px;
}
.featured-column-layout .featured-column-grid > .a-card .a-meta {
    display: block;
    margin-bottom: 10px;
}
.featured-column-layout .featured-column-grid > .a-card .a-head {
    font-size: 1rem;
    line-height: 1.5;
}
.videos-section {
    padding-bottom: 80px;
}
.title-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.videos-section .title-section h3 {
    font-family: "Roboto Slab";
    font-weight: 700;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
}
.videos-section .title-section h3 img {
    margin-right: 10px;
}
.title-section a {
    font-family: "Roboto Slab";
    font-weight: 400;
    font-size: 0.75rem;
    color: #000;
    display: flex;
    align-items: center;
}
.videos-section .title-section a {
    color: #363636;
}
.title-section a img {
    margin-left: 8px;
}
.videos-section .a-card .a-meta {
    display: none;
}
.videos-section .a-card .a-card_content {
    padding-top: 15px;
}
.videos-section .a-card .a-head {
    font-size: 0.875rem;
    line-height: 1.7;
    color: #483B3B;
}
.videos-section .a-card .a-media:after, .video-list .a-card .a-media:after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 18px;
    bottom: 15px;
    z-index: 100;
    background-image: url(data:image/svg+xml;base64,DQo8c3ZnIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTEwLjQgMTguODVMMTguMiAxM0wxMC40IDcuMTVWMTguODVaTTEzIDBDNS44MjQgMCAwIDUuODI0IDAgMTNDMCAyMC4xNzYgNS44MjQgMjYgMTMgMjZDMjAuMTc2IDI2IDI2IDIwLjE3NiAyNiAxM0MyNiA1LjgyNCAyMC4xNzYgMCAxMyAwWk0xMyAyMy40QzcuMjY3IDIzLjQgMi42IDE4LjczMyAyLjYgMTNDMi42IDcuMjY3IDcuMjY3IDIuNiAxMyAyLjZDMTguNzMzIDIuNiAyMy40IDcuMjY3IDIzLjQgMTNDMjMuNCAxOC43MzMgMTguNzMzIDIzLjQgMTMgMjMuNFoiIGZpbGw9IndoaXRlIiBmaWxsLW9wYWNpdHk9IjAuNyIvPg0KPC9zdmc+DQo=);
    background-size: 100%;
}
.bg-colored {
    background-color: #EEF3F5;
}
.equal-span-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.title-section {
    margin-bottom: 20px;
}
.title-section h2 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.2;
    color: #000;
}
.equal-span-section .title-section h2 {
    color: #01B075;
}
.four-column-span-grid .a-card .a-cat {
    display: none;
}
.four-column-span-grid .a-card .a-date:after {
    content: ",";
    margin-right: 3px;
}
.four-column-span-grid .a-card .a-card_content {
    padding-top: 15px;
}
.four-column-span-grid .a-card .a-meta {
    display: block;
    margin-bottom: 10px;
}
.four-column-span-grid .a-card .a-head {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    color: #1f1f1f;
}
.four-column-span-grid .a-card:nth-of-type(1) .a-head,
.four-column-span-grid .a-card:nth-of-type(2) .a-head {
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.1667;
    color: #000;
}
.equal-three-section {
    padding-top: 80px;
}
.three-column-auto-rows .a-card .a-cat {
    display: none;
}
.three-column-auto-rows .a-card .a-date:after {
    content: ",";
    margin-right: 3px;
}
.three-column-auto-rows .a-card .a-card_content {
    padding-top: 15px;
    padding-right: 30px;
}
.three-column-auto-rows .a-card .a-meta {
    display: block;
    margin-bottom: 10px;
}
.three-column-auto-rows .a-card .a-head {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.27;
    color: #000;
}
.three-column-layout {
    margin-bottom: 80px;
}
.equal-three-section .four-column-span-layout {
    margin-bottom: 60px;
}
.info-board {
    background-color: #EEF3F5;
    border-radius: 4px;
    padding: 30px 35px;
}
.info-board h3 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.7;
}
.info-board h3 span {
    border-bottom: 1px solid #FF0000;
}
.span-two .item-grid:nth-of-type(2) h3 {
    color: #01B075;
}
.info-board p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.7;
}
.span-two .item-grid:nth-of-type(2) p {
    color: #464646;
}
.info-board .info-text {
    margin-bottom: 30px;
}
.d-flex {
    display: flex;
}
.justify-between {
    justify-content: space-between;
}
.btn-lnk {
    display: inline-flex;
    width: 190px;
    height: 48px;
    align-items: center;
    justify-content: space-between;
    padding: 0 17px;
    border-radius: 4px;
    border: 1px solid #B9B9B9;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 0.875rem;
    color: #000;
    margin-right: 12px;
}
.blu-btn {
    width: auto;
    color: #fff;
    background-color: #000099;
    font-weight: 700;
    font-size: 1.125rem;
}
.btn-lnk img {
    margin-left: 10px;
}
.four-column-span-grid.authors-grid .a-card .a-media {
    padding-bottom: 100%;
}
.four-column-span-grid.authors-grid .a-card .a-card_content {
    display: flex;
    flex-direction: column;
}
.four-column-span-grid.authors-grid .a-card .a-meta {
    order: 2;
    display: block;
    margin-top: 10px;
    font-family: 'Roboto Slab';
    font-size: 1.125rem;
    font-weight: 700;
    color: #01B075;
}
.four-column-span-grid.authors-grid .a-card .a-date {
    display: none;
}
.four-column-span-grid.authors-grid .a-card .a-head {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.33;
    color: #696969!important;
}
.item-grid.centering {
    text-align: center;
    padding-top: 150px;
}
.item-grid.centering h3 {
    display: inline-block;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.1667;
    background-color: #01B075;
    color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    transform: rotate(-4.72deg);
    position: relative;
}
.item-grid.centering h3:before {
    content: "O";
    font-family: 'Poppins';
    display: inline-block;
    color: #01B075;
    font-size: 11.25rem;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%) rotate(4.72deg);
    z-index: -1;
}
.item-grid.centering p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #696969;
    max-width: 200px;
    margin: auto;
}
.mixed-section {
    padding-top: 80px;
    border-bottom: 1px solid #D4D4D4;
}
.featured-section {
    padding-top: 80px;
    padding-bottom: 60px;
}
.mixed-section .four-column-span-layout {
    margin-bottom: 30px;
}
.mixed-section .four-column-span-grid .a-card:nth-of-type(1) {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.mixed-section .four-column-span-grid .a-card:nth-of-type(1) .a-card_image {
    width: 100%;
}
.mixed-section .four-column-span-grid .a-card:nth-of-type(1) .a-media {
    padding-bottom: 56.36%;
}
.mixed-section .four-column-span-grid .a-card:nth-of-type(1) .a-card_content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.38) 19%, rgba(0, 0, 0, 0.7) 52%, rgba(0, 0, 0, 0.9) 100%);
    padding: 30px;
    color: #fff;
    padding-top: 60px;
}
.mixed-section .four-column-span-grid .a-card .a-head {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    color: #1F1F1F;
}
.mixed-section .four-column-span-grid .a-card:nth-of-type(1) .a-head {
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 1.1667;
    color: #fff!important;
}
.mixed-section .four-column-span-grid .a-card:nth-of-type(1) .a-meta {
    color: #fff!important;
}
.featured-column-layout-2 .featured-column-grid > .a-card .a-cat {
    display: none;
}
.featured-column-layout-2 .featured-column-grid > .a-card .a-card_content {
    padding-top: 13px;
    padding-bottom: 30px;
}
.featured-column-layout-2 .featured-column-grid > .a-card:nth-of-type(1) .a-card_content {
    padding-top: 18px;
}
.featured-column-layout-2 .featured-column-grid > .a-card .a-meta {
    display: block;
    margin-bottom: 5px;
}
.featured-column-layout-2 .featured-column-grid > .a-card .a-head {
    font-size: 1rem;
    line-height: 1.5;
}
.featured-column-layout-2 .featured-column-grid > .a-card:nth-of-type(1) .a-head {
    font-size: 1.875rem;
    line-height: 1.2;
}
.featured-column-layout-2 .featured-column-grid .a-card .a-date:after {
    content: ",";
    margin-right: 3px;
}
.featured-column-layout-2 .a-card:nth-of-type(1) .a-media {
    padding-bottom: 75%;
}
.featured-column-layout-2 .featured-column-grid > .a-card:nth-of-type(1) .a-meta {
    margin-bottom: 15px;
}
.bordered {
    border-bottom: 1px solid #D4D4D4;
}
.layout_content {
    padding-top: 60px;
}
.article_header_meta {
    font-family: 'Roboto Slab';
    font-weight: 700;
    font-size: 1.125rem;
    color: #AAAAAA;
    margin-bottom: 15px;
}
.article_header_meta .article_header_label {
    color: #01B075;
}
.article_header_meta .article_header_label:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #01B075;
    vertical-align: middle;
    margin: 0 8px 0 12px;
}
.article_header_title {
    margin-bottom: 15px;
}
.article_header_title h1 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 2.875rem;
    line-height: 1.217;
}
.article_header_wshare {
    font-family: 'Roboto Slab';
    font-weight: 700;
    font-size: 1.125rem;
    color: #AAAAAA;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    line-height: 1;
}
.article_header_wshare img {
    width: 24px;
    margin-right: 13px;
}
.layout-form_article-body img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}
.layout-form_body_left {
    width: calc(100% - 300px);
    padding-right: 140px;
    flex-shrink: 0;
}
.captionposhte {
    position: relative;
    width: 100%;
    padding: 15px 0 15px;
}
.tit {
    font-family: 'Poppins';
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 500;
    color: #8F8F8F;
}
.layout-form_article-body > *:not(:first-child) {
    max-width: 728px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.layout-form_article-body > p {
    color: #000;
    font-family: 'Poppins';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.625;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.layout-form_article-body > p a {
    font-weight: 700;
}
.layout-form_article-body h3 {
    font-family: 'Poppins';
    font-weight: 700;
    line-height: 1.625;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
blockquote {
    color: #000;
    font-family: 'Poppins';
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.625;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
}
blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 4px;
    height: 100%;
    background: #01B075;
}
.layout-form_article-body blockquote p {
    font-family: 'Poppins';
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.625;
    padding: 0;
    margin: 0;
    color: #000;
}
.related-list {
    padding: 30px 0 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
}
.related-list:before {
    content: "Të këshilluara";
    display: inline-block;
    margin-bottom: 30px;
    color: #000;
    font-family: 'Poppins';
    font-size: 1.5rem;
    font-weight: 700;
}
.related-list ul {
    list-style: none;
}
.related-list ul li {
    margin-bottom: 30px;
}
.related-list article {
    display: flex;
    width: 100%;
}
.related-list .a-card_image {
    width: 200px;
    flex-shrink: 0;
}
.related-list .a-media {
    padding-bottom: 56%;
    height: 0;
}
.related-list .a-media_img {
    position: absolute;
    top: 0;
    bottom: 0;
}
.related-list .a-card_content {
    flex-grow: 1;
    margin-left: 20px;
    padding-right: 50px;
}
.related-list a {
    text-decoration: none!important;
}
.related-list .a-card .a-head {
    color: #000;
    font-family: 'Poppins';
    font-size: 1.1875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.473;
    margin-top: 0;
    padding-top: 0;
}
.related-list .a-head a {
    color: #000;
}
.related-list .a-time {
    display: none;
}
.more-aticles-wrap {
    max-width: 728px;
    margin-left: auto !important;
    margin-right: auto !important;
    border-top: 1px solid #D4D4D4;
    padding-top: 30px;
    padding-bottom: 50px;
}
.more-aticles-wrap h2 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.2;
    margin-bottom: 30px;
}
.more-aticles-wrap .d-flex {
    flex-wrap: wrap;
}
.more-aticles-wrap .a-card {
    width: 300px;
    margin-right: 40px;
    margin-bottom: 20px;
}
.more-aticles-wrap .a-card .a-media {
    padding-bottom: 56%;
}
.more-aticles-wrap .a-card .a-card_content {
    padding-top: 13px;
    padding-bottom: 10px;
}
.more-aticles-wrap .a-card .a-meta {
    display: block;
    margin-bottom: 10px;
}
.more-aticles-wrap .a-card .a-head {
    font-size: 1rem;
    line-height: 1.5;
}
.more-aticles-wrap .a-card .a-date, .more-aticles-wrap .a-card .a-author {
    display: none;
}
.equal-three-section.bg-colored {
    padding-bottom: 80px;
}
.equal-three-section.bg-colored .three-column-layout {
    margin-bottom: 0;
}
.video-list-wrap .aside-title {
    margin-bottom: 30px;
}
.video-list-wrap .aside-title h3 {
    font-family: 'Roboto Slab';
    font-weight: 700;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    line-height: 1;
}
.video-list-wrap .aside-title h3 img {
    margin-right: 12px;
}
.video-list .a-card {
    margin-bottom: 30px;
}
.video-list .a-card .a-media {
    padding-bottom: 56%;
}
.video-list .a-card .a-card_content {
    padding-top: 15px;
}
.video-list .a-card .a-meta {
    display: none;
}
.video-list .a-card .a-head {
    font-size: 0.875rem;
    line-height: 1.7;
    color: #483B3B;
}
.info-board-wrap {
    margin-bottom: 40px;
}
.info-board-wrap .info-board .info-text {
    margin-bottom: 50px;
}
.info-board-wrap .info-board h3 {
    margin-bottom: 10px;
}
.info-board-wrap .info-board p {
    margin-right: 50px;
}
.info-board-wrap .row-buttons {
    align-items: flex-end;
}
.authors-a-list .a-card .a-media {
    padding-bottom: 100%;
}
.authors-a-list .a-card .a-card_content {
    display: flex;
    flex-direction: column;
}
.authors-a-list .a-card_content {
    padding-top: 15px;
}
.authors-a-list .a-card .a-date, .authors-a-list .a-card .a-cat {
    display: none;
}
.authors-a-list .a-card .a-meta {
    order: 2;
    display: block;
    margin-top: 10px;
    font-family: 'Roboto Slab';
    font-size: 1.125rem;
    font-weight: 700;
    color: #01B075;
}
.authors-a-list-wrap p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.57;
    color: #696969;
}
.authors-a-list-title {
    margin-bottom: 20px;
}
.authors-a-list-title h3 {
    display: inline-block;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.1667;
    background-color: #01B075;
    color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    transform: rotate(-4.72deg);
}
.footer {
    background-color: #01B075;
    padding: 80px 0;
}
.f-logo {
    margin-bottom: 20px;
}
.desc {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.58;
    color: #fff;
    max-width: 353px;
    margin-bottom: 20px;
    margin-right: 30px;
}
.f-left .f-col {
    margin-right: 80px;
}
.f-list {
    list-style: none;
    margin-right: 50px;
}
.f-list li {
    margin-bottom: 15px;
}
.f-list li a {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
}
.newsletter-wrap h3 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 15px;
}
.nl-form {
    display: flex; 
    padding: 11px 15px 11px 22px;
    border-radius: 9px;
    overflow: hidden;
    background-color: rgba(255,255,255,0.14);
    width: 386px;
    justify-content: space-between;
}
.nl-form input {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 0.75rem;
    color: #fff;
    outline: none;
}
.nl-form input::placeholder {
   color: #fff; 
}
.nl-form input, .nl-form button {
    background: transparent;
    border: none;
}
.f-link {
    display: inline-flex;
    align-items: center;
    padding: 14px 8px 14px 14px;
    border: 1px solid #fff;
    border-radius: 4px;
}
.f-link a {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 0.75rem;
}
.f-link img {
    margin: 0 7px;
}
.sociale {
    display: flex;
    list-style: none;
}
.sociale li {
    margin-right: 13px;
}
.mediadesk-link {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 0.625rem;
    color: #fff;
    display: flex;
    align-items: center;
}
.mediadesk-link img {
    margin-left: 7px;
}
.main-slider-section .featured-column-grid > .a-card:nth-of-type(1) .a-media:before {
    content: "Lajme të fundit";
    display: inline-block;
    padding: 6px 12px;
    background-color: #FF0000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    font-family: 'Roboto Slab';
    font-weight: 400;
    font-size: 0.75rem;
    color: #fff;
    width: 100%;
}
.menuBtn {
    display: none;
}
.main-slider-section .featured-column-grid > .a-card {
    order: 3;
}
.main-slider-section .featured-column-grid > .a-card:last-of-type {
    order: 2;
}
.main-slider-section .featured-column-grid > .a-card:first-of-type {
    order: 1;
}
.main-slider-section .featured-column-grid > .a-card:last-of-type .a-media:before {
    content: "Editorial";
    display: inline-block;
    padding: 6px 12px;
    background-color: #01B075;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    font-family: 'Roboto Slab';
    font-weight: 400;
    font-size: 0.75rem;
    color: #fff;
    width: 100%;
}
.main-slider-section .featured-column-grid > .a-card:last-of-type {}
.showM {
    display: none;
}
.layout-form_body_right {
    width: 300px;
    flex-shrink: 0;
}
#btnClose {
    display: none;
}
.a-card {
    position: relative;
}
.a-card_content a:before {
    bottom: 0;
    content: "";
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    z-index: 1;
}
.a-card:hover .a-media img {
    transform: scale(1.02, 1.02);
}
.main-slider .swiper-pagination {
    text-align: left;
    top: 0;
    margin-top: calc(75.178% - 45px);
    padding-left: 35px;
    bottom: auto !important;
    width: auto !important;
}
.main-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 0;
    opacity: 1;
    margin-left: 0 !important;
    margin-right: 11px !important;
    background: #fff !important;
}
.main-slider .swiper-pagination-bullet-active {
    background: #01B075!important;

}
.swiper-button-next:after, .swiper-button-prev:after { 
    display: none!important;
}
.search-bar {
     width: 386px;
}
.search-bar form input[type=submit] {
    width: 74px;
    height: 42px;
    background-color: transparent;
    border: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTE3LjE1MjcgMTUuMDk0M0gxNi4wNjg2TDE1LjY4NDQgMTQuNzIzOEMxNy4wMjkyIDEzLjE1OTUgMTcuODM4OCAxMS4xMjg2IDE3LjgzODggOC45MTkzOEMxNy44Mzg4IDMuOTkzMTQgMTMuODQ1NiAwIDguOTE5MzggMEMzLjk5MzE0IDAgMCAzLjk5MzE0IDAgOC45MTkzOEMwIDEzLjg0NTYgMy45OTMxNCAxNy44Mzg4IDguOTE5MzggMTcuODM4OEMxMS4xMjg2IDE3LjgzODggMTMuMTU5NSAxNy4wMjkyIDE0LjcyMzggMTUuNjg0NEwxNS4wOTQzIDE2LjA2ODZWMTcuMTUyN0wyMS45NTU0IDI0TDI0IDIxLjk1NTRMMTcuMTUyNyAxNS4wOTQzWk04LjkxOTM4IDE1LjA5NDNDNS41MDI1NyAxNS4wOTQzIDIuNzQ0NDMgMTIuMzM2MiAyLjc0NDQzIDguOTE5MzhDMi43NDQ0MyA1LjUwMjU3IDUuNTAyNTcgMi43NDQ0MyA4LjkxOTM4IDIuNzQ0NDNDMTIuMzM2MiAyLjc0NDQzIDE1LjA5NDMgNS41MDI1NyAxNS4wOTQzIDguOTE5MzhDMTUuMDk0MyAxMi4zMzYyIDEyLjMzNjIgMTUuMDk0MyA4LjkxOTM4IDE1LjA5NDNaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);background-size: 100%;
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: 35px center;
}
.search-bar form {
    display: flex;
    justify-content: space-between;
    height: 42px;
    align-items: center;
    border-radius: 9px;
    background-color: transparent;
    overflow: hidden;
    border: 1px solid #fff;
}

.search-bar form input {
    border: none;
}

.search-bar form input[type=text] {
    width: calc(100% - 40px);
    outline: none;
    background: transparent!important;
    padding-left: 20px;
    color: #FFF;
    font-family: 'Poppins';
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.search-bar form input[type=text]::-ms-input-placeholder { /* Edge 12-18 */
  color: #fff;
  font-family: 'Poppins';
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
}

.search-bar form input[type=text]::placeholder {
   color: #fff;
    font-family: 'Poppins';
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
}
.cse .gsc-control-cse,.gsc-control-cse {
    padding: 1px 0!important
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    width: 100%;
    padding: 0;
    border: none;
    margin: 0;
    height: auto;
    text-indent: 0!important;
    outline: none;
    color: #000;
    padding-left: 0;
    background-color: transparent!important
}

.gsib_a {
    padding: 0!important
}

.gsc-search-button-v2 {
    border-radius: 0!important
}

.gsc-search-button-v2,.gsc-search-button-v2:hover,.gsc-search-button-v2:focus {
    border-color: transparent!important;
    background-color: transparent!important;
    outline: none
}

.gsc-search-button {
    margin-left: 0!important
}

.cse .gsc-search-button-v2,.gsc-search-button-v2 {
    padding: 7px 0 6px!important
}

.gsc-input::-webkit-input-placeholder {
    color: transparent
}

.gsc-search-button-v2 svg {
    fill: #000!important
}

.gsc-input:-ms-input-placeholder {
    color: transparent
}

.gsc-input::placeholder {
    color: transparent
}

.cse .gsc-control-cse,.gsc-control-cse {
    border: none
}

table.gsc-search-box {
    margin-bottom: 0
}

.gsc-input-box {
    border: none!important;
    border-right: 0
}

form.gsc-search-box {
    margin-bottom: 0!important
}

.gsc-input-box {
    background-color: transparent!important
}

table.gsc-search-box {
    margin-bottom: 0!important
}

.gsc-control-cse {
    background-color: transparent!important;
    border-radius: 0;
    border: none!important;
    border-bottom: none!important;
}

.gsc-search-button-v2 svg {
    fill: #fff
}

.gsc-search-button-v2 svg {
    width: 20px;
    height: 20px
}

.gsc-input {
    background: 0 0!important
}
.article_header_wshare a {
    color: #AAAAAA;
}
.equal-span-section.bg-colored .title-section a {
    color: #01B075;
}
@media (max-width: 1100px) {
    .nav-mobile {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        transform: translateX(-100%);
        height: 100%;
        width: 100%;
        z-index: 9999;
        padding-top: 60px;
        padding-left: 20px;
        padding-bottom: 50px;
        z-index: 99999;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: .3s ease;
        -moz-transition: .3s ease;
        -ms-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
        overflow-y: scroll;
    }
    .four-column-equal-layout {
        overflow-x: scroll;
        padding-bottom: 20px;
    }
      .nav-bar_report {
          display: none;
      }
     .videos-section .four-column-equal-grid {
        grid-template-columns: repeat(4, 300px);
        justify-content: start;
     }
  
    .exclusive-section.bordered {
        display: block;
    }
    .d-flex {
        flex-wrap: wrap;
    }
    .layout-form_body_left {
        width: 100%;
        padding-right: 0;
    }
    .layout-form_article-body img {
        width: 100%;
    }
    .layout-form_body_right {
        margin: auto;
    }
    .btn-menu {
        display: none;
    }
    .nav-mobile .nav-bar-left {
        width: 100%;
    }
    .nav-main-links {
        display: block;
    }
    .nav-main-links li {
        margin-bottom: 1rem;
    }
    .nav-main-links li a {
        font-size: 1.25rem;
    }
    #btnClose {
        display: block;
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        position: absolute;
        width: 40px;
        height: 40px;
        right: 20px;
        top: 20px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIxIDIxIj4NCiAgPHBhdGggaWQ9Ikljb25fbWF0ZXJpYWwtY2xvc2UiIGRhdGEtbmFtZT0iSWNvbiBtYXRlcmlhbC1jbG9zZSIgZD0iTTI4LjUsOS42MTUsMjYuMzg1LDcuNSwxOCwxNS44ODUsOS42MTUsNy41LDcuNSw5LjYxNSwxNS44ODUsMTgsNy41LDI2LjM4NSw5LjYxNSwyOC41LDE4LDIwLjExNSwyNi4zODUsMjguNSwyOC41LDI2LjM4NSwyMC4xMTUsMThaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNy41IC03LjUpIi8+DQo8L3N2Zz4NCg==);
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        background-size: 15px;
    }
   
    .nav-bar_logo {
        margin-top: -15px;
    }
    .is-active {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }
    .navigation {
        margin-bottom: 20px;
    }
    .noscroll {
        overflow-y: hidden;
    }
    .nav-mobile .nav-bar_link a img {
        margin: 0;
        margin-right: 10px;
        width: 22px;
    }
    .nav-mobile .nav-bar_link a {
        font-size: 1.25rem;
    }
}

@media (max-width: 1020px) {
    .featured-column-grid {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }
    .featured-column-grid .main-slider-col, .featured-column-layout-2 .featured-column-grid .a-card:nth-child(1) {
        grid-column: span 2;
        grid-row: auto;
    }
    .featured-column-grid .a-card:nth-child(4),
    .featured-column-grid .a-card:nth-child(5) {
        grid-column: auto;
        grid-row: auto;
    }
    .four-column-span-grid, .three-column-auto-rows {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .span-two .a-card:nth-of-type(1), .span-two .a-card:nth-of-type(2) {
        grid-column: auto;
    }
    .four-column-equal-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .featured-column-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 20px;
    }
     .four-column-span-grid, .three-column-auto-rows {
        grid-template-columns: 1fr;
    }
    .featured-column-grid .main-slider-col, .featured-column-grid .a-card:nth-of-type(1), .featured-column-grid .a-card:nth-of-type(4), .featured-column-grid .a-card:nth-of-type(5) {
        grid-column: auto;
        grid-row: auto;
    }
    .featured-column-grid .main-slider-col, .featured-column-layout-2 .featured-column-grid .a-card:nth-child(1) {
        grid-column: auto;
        grid-row: auto;
    }
    .main-slider-col {
        padding-top: 15px;
    }
    .span-two .a-card:nth-of-type(1),
    .span-two .a-card:nth-of-type(2) {
        grid-column: auto;
        grid-row: auto;
    }
     .four-column-equal-grid {
        grid-template-columns: 1fr;
    }
    .main-slider {
        width: 100%;
    }
    .main-slider-section .featured-column-grid > .a-card:last-of-type {
        order: 3;
    }
    .main-slider .a-card .a-card_content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .nav-bar-middle {
        padding: 15px 0 15px;
    }
    .videos-section {
        padding-bottom: 40px;
        padding-top: 20px;
    }
    .equal-span-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .title-section > a {
        display: none;
    }
    .four-column-span-layout .a-card .a-head, .three-column-auto-rows .a-card .a-head, 
    .featured-column-layout .featured-column-grid > .a-card .a-head {
        font-size: 1.25rem!important;
        line-height: 1.45!important;
        color: #000!important;
    }
    .equal-three-section {
        padding-top: 40px;
    }
    .info-board h3 {
        font-size: 1.375rem;
        line-height: 1.4;
    }
    .info-board p {
        font-size: 1.375rem;
    }
    .info-board:last-of-type .btn-lnk {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .span-two .item-grid:nth-of-type(2) p {
        font-size: 1.125rem;
    }
    .span-two .item-grid:nth-of-type(2) p span {
        display: none;
    }
    .item-grid.centering h3:before {
        display: none;
    }
    .item-grid.centering {
        text-align: left;
        padding-top: 0px;
    }
    .item-grid.centering p {
        font-size: 1rem;
        line-height: 1.7;
        color: #696969;
        max-width: none;
        margin: 0;
    }
    .four-column-span-grid {
        gap: 40px 0px;
    }
    .item-grid.showM {
        display: block;
        margin-bottom: 30px;
        padding-right: 20px;
    } 
    .authors-grid .item-grid {
        display: none;
    }
    .authors-grid {
        grid-template-columns: repeat(3, 290px);
        justify-content: start;
        column-gap: 25px;
        overflow-x: scroll;
        padding-right: 20px;
    }
    .container.four-column-span-layout {
        padding-right: 0;
    }
    .mixed-section {
        padding-top: 40px;
    }
    .span-first-two .a-card:nth-of-type(1) {
        grid-column: span 1;
    }
    .nl-form {
        width: 100%;
    }
    .featured-section {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    
    .footer {
        padding: 40px 0;
    }
    .f-right {
        width: 100%;
        margin-bottom: 30px;
    }
    .f-left .f-col {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .sociale {
        margin-bottom: 30px;
    }
     .layout-form_body_right {
        width: 100%;
        margin-bottom: 40px;
    }
    .more-aticles-wrap .a-card {
        width: 100%;
        margin-right: 0;
    }
    .desc {
        margin-right: 0px;
    }
    .related-list .a-card_image {
        width: 130px;
    }
    .related-list .a-media {
        padding-bottom: 76%;
    }
    .related-list .a-card_content {
        margin-left: 15px;
        padding-right: 0;
    }
    .related-list .a-card .a-head {
        font-size: 1rem;
        line-height: 1.2;
    }
    .equal-three-section.bg-colored {
        padding-bottom: 40px;
    }
    .equal-span-section .container.four-column-span-layout, 
    .mixed-section .container.four-column-span-layout,
    .four-column-span-layout.span-two {
        padding-right: 20px;
    }
    .three-column-layout {
        margin-bottom: 40px;
    }
    .four-column-span-layout.span-two .four-column-span-grid {
        gap: 30px 0px;
    }
    .exclusive-section .three-column-auto-rows {
        grid-template-columns: repeat(3, 290px);
        justify-content: start;
        column-gap: 25px;
        overflow-x: scroll;
        padding-right: 20px;
    }
    .exclusive-section .three-column-auto-rows .a-card .a-head {
        color: #363636!important;
        font-size: 0.875rem!important;
    }
    .exclusive-title {
        margin-bottom: 15px;
    }
    .exclusive-section {
        padding: 20px 0 20px;
    }
    .layout_content {
        padding-top: 30px;
    }
    .article_header_title h1 {
        font-size: 2rem;
    }
    .main-slider .a-card .a-card_content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .exclusive-section .exclusive-slider .a-card {
        width: 320px;
        height: auto!important;
    }
    #btnSearch {
        display: block;
        width: 50px;
        height: 40px;
        background-image: url(data:image/svg+xml;base64,DQo8c3ZnIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTExLjQyMDggMTAuMDUwM0gxMC42OTlMMTAuNDQzMiA5LjgwMzYyQzExLjMzODYgOC43NjIwNSAxMS44Nzc2IDcuNDA5ODIgMTEuODc3NiA1LjkzODgyQzExLjg3NzYgMi42NTg3NyA5LjIxODg4IDAgNS45Mzg4MiAwQzIuNjU4NzcgMCAwIDIuNjU4NzcgMCA1LjkzODgyQzAgOS4yMTg4OCAyLjY1ODc3IDExLjg3NzYgNS45Mzg4MiAxMS44Nzc2QzcuNDA5ODIgMTEuODc3NiA4Ljc2MjA1IDExLjMzODYgOS44MDM2MiAxMC40NDMyTDEwLjA1MDMgMTAuNjk5VjExLjQyMDhMMTQuNjE4NiAxNS45OEwxNS45OCAxNC42MTg2TDExLjQyMDggMTAuMDUwM1pNNS45Mzg4MiAxMC4wNTAzQzMuNjYzOCAxMC4wNTAzIDEuODI3MzMgOC4yMTM4NSAxLjgyNzMzIDUuOTM4ODJDMS44MjczMyAzLjY2MzggMy42NjM4IDEuODI3MzMgNS45Mzg4MiAxLjgyNzMzQzguMjEzODUgMS44MjczMyAxMC4wNTAzIDMuNjYzOCAxMC4wNTAzIDUuOTM4ODJDMTAuMDUwMyA4LjIxMzg1IDguMjEzODUgMTAuMDUwMyA1LjkzODgyIDEwLjA1MDNaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: right center;
        background-color: transparent;
        border: none;
        outline: none;
        cursor: pointer;
    }
    #btnSearch.iksi {
        background-image: url(data:image/svg+xml;base64,DQo8c3ZnIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgdmlld0JveD0iMCAwIDIxIDIxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KPHBhdGggZD0iTTIxIDIuMTE1TDE4Ljg4NSAwTDEwLjUgOC4zODVMMi4xMTUgMEwwIDIuMTE1TDguMzg1IDEwLjVMMCAxOC44ODVMMi4xMTUgMjFMMTAuNSAxMi42MTVMMTguODg1IDIxTDIxIDE4Ljg4NUwxMi42MTUgMTAuNUwyMSAyLjExNVoiIGZpbGw9IndoaXRlIi8+DQo8L3N2Zz4NCg==);
        background-size: 10px !important;
    }

    .search-bar {
        width: 100%;
        position: absolute;
        left: 0;
        z-index: 1000;
        background: #000;
        top: 100%;
        display: none;
    }
    .open-search {
        display: block;
    }
    .nav-bar-middle {
        position: relative;
    }
    /*.search-bar form input[type=text] {*/
    /*    color: #000;*/
    /*}*/
    .search-bar form input[type=text]::-ms-input-placeholder { /* Edge 12-18 */
      color: #979797;
    }
    
    .search-bar form input[type=text]::placeholder {
       color: #979797;
    }
    .menuBtn {
        display: block;
        border: none;
        background: transparent;
        margin-right: 15px;
    }

    .layout-form_article-body > p {
        font-size: 1.125rem;
    }
    .layout-form_article-body {
        padding-bottom: 40px;
    }
    .search-bar form {
        height: 45px;
    }
    .main-slider-section, .main-slider-col {
        padding-top: 0;
    }
    .featured-column-grid .main-slider .a-card .a-media {
        border-radius: 0;
    }
    .featured-column-grid .main-slider-col {
        width: 100vw;
        margin-left: -20px;
        margin-bottom: 20px;
    }
    .featured-column-grid .a-card {
        margin-bottom: 10px;
    }
    .m-40 {
        margin-top: 0px;
    }
    .exclusive-section.m-40 {
        display: block;
    }
    .exclusive-section .a-card {
        margin-right: 0;
        width: 100%;
    }
   .exclusive-section .more {
       display: none;
   }
   .exclusive-section .a-card:last-of-type {
       display: none;
   }
   .exclusive-section > .container > div {
        padding: 15px 20px 20px;
   }
   .exclusive-title h3 {
       font-size: 1rem;
   }
   .exclusive-title h3:before {
        width: 15px;
        height: 15px;
        margin-right: 13px;
       }
   .main-slider-section .featured-column-grid {
       display: block;
   }
   .search-bar form {
        border: none;
    }
    .main-slider-section .featured-column-grid > .a-card:last-of-type .a-media {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }
    .main-slider-section .featured-column-grid > .a-card:last-of-type .a-media:before {
        display: none;
    }
    .main-slider-section .featured-column-grid > .a-card:last-of-type .a-card_image {
        position: relative;
        padding-top: 53px;
    }
    .main-slider-section .featured-column-grid > .a-card:last-of-type .a-card_image:before {
        content: "Editorial";
        display: inline-block;
        padding: 15px;
        background-color: #01B075;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        font-family: 'Roboto Slab';
        font-weight: 400;
        font-size: 1.25rem;
        color: #fff;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }
    .main-slider .swiper-pagination {
        padding-left: 20px;
    }
    .layout-form_body_right .info-board .btn-lnk {
        width: auto!important;
    }
}