@charset "utf-8";
*,
form {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body {
    font-family: "Roboto";
}
.ad300x250 {
    width: 300px;
    height: 250px;
}
.container {
    width: 1260px;
    margin: auto;
}
.c-flexy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nav-logo {
    width: 186px;
    margin-right: 30px;
    flex-shrink: 0;
}
.nav-logo img {
    width: 100%;
    display: block;
}
.close-btn {
    display: none;
}
.noscroll {
    overflow-y: hidden;
}
.site-header-wrapper {
    position: relative;
}
.mobile-header {
    display: none;
}
.header-main {
    background-color: transparent;
    border-bottom: 1px solid rgba(112,112,112,0.2);
}
.main-nav-list {
    display: flex;
    list-style: none;
    width: 100%;
}
.main-nav-list li {
    margin-right: 20px;
    padding: 40px 0;
    position: relative;
}
.main-nav-list li a {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 1.25rem;
    color: #F42E27;
    text-transform: uppercase;
    display: inline-block;
}
.main-nav-list li a:hover {
    color: #000;
}
.main-nav-list li.active:after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.main-nav-list li.active a {
    color: #000;
}
.a-card {
    position: relative;
}

.header-bottom {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.13); 
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.13);
    background-color: #fff;
    position: relative;
}
.flash-news {
    position: relative;
}
.flashi {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 95%, rgba(255,255,255,0) 100%);
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.flashi h4 {
   font-family: 'Inter';
    font-weight: 700;
    font-size: 0.875rem;
    color: #F62F28;
    margin-left: 10px;
    display: inline;
    line-height: 50px;
}

.top-section {
    padding-top: 25px;
    margin-bottom: 60px;
}
.c-header {
    padding-top: 20px;
    padding-bottom: 20px;
}
.c-header .c-flexy {
    justify-content: space-between;
}
.c-right .a-date {
    font-family: "ModernaCondensed-Medium";
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    color: #656565;
}
.c-slider .c-left {
    width: calc(100% - 660px);
}
.c-slider .c-right {
    width: 630px;
    flex-shrink: 0;
}
.a-card_content a:before {
    bottom: 0;
    content: "";
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    z-index: 1;
}
.home-slider {
    width: 100%;
    padding-bottom: 30px!important;
}
.home-slider.owl-carousel .owl-dots.disabled {
    display: block!important;
}
.home-slider .owl-nav {
    position: absolute;
    right: 30px;
    top: 0;
    margin-top: calc(356/560 * 100% - 60px);
    display: flex!important;
}
.home-slider .owl-nav button {
    padding: 7px!important;
}
.home-slider .owl-nav button span {
    color: transparent;
    width: 18px;
    height: 18px;
    border: 5px solid #fff!important;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block!important;
}
.home-slider .owl-nav button.owl-prev span, .home-slider .owl-nav button.owl-prev:hover span {
    border-radius: 1px!important;
    border-right: none!important;
    border-top: none!important;
    margin-right: -4px;
}
.home-slider .owl-nav button.owl-next span, .home-slider .owl-nav button.owl-next:hover span {
    border-radius: 1px!important;
    border-left: none!important;
    border-bottom: none!important;
    margin-left: -4px;
}
.home-slider .owl-dots {
    margin-top: 30px;
}
.home-slider .owl-dot {
    margin-right: 12px;   
}
.home-slider .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #AAAAAA;
    border-radius: 10px;
}
.home-slider .owl-dots .owl-dot.active span {
    background-color: #ED2224;
}
.home-slider .a-media {
    width: 100%;
    height: 0;
    padding-bottom: 66.667%;
    overflow: hidden;
    position: relative;
}
.home-slider .a-card_content {
    width: 100%;
    margin-top: 20px;
    padding-right: 20px;
}
.home-slider .a-head {
    font-family: 'Inter';
    font-weight: 900;
    font-size: 2.25rem;
    color: #000;
    margin-bottom: 15px;
}
.home-slider .a-card_intro {
    font-family: "Roboto Slab";
    font-weight: 400;
    font-size: 16px;
    color: #AEAEAE;
    margin-bottom: 30px;
}
.home-slider .a-meta {
    font-family: "Roboto Slab";
    font-weight: 400;
    font-size: 16px;
    color: #990F3D;
    margin-bottom: 10px;
    display: block;
    letter-spacing: -0.039em;
}
.c-slider {
    padding-bottom: 10px;
    margin-top: 20px;
}
.col2 {
    width: 100%;
}
.col2 .col {
    width: 50%;
}
.add-left-padd20 .col {
    padding-left: 20px;
}
.c-inset {
    margin-bottom: 20px;
    margin-top: 40px;
}
.top-section .c-inset {
    margin-top: 0px;
} 

.grid-section .inset {
    background-color: #fff;
}

.searchy-btn {
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
}
.header-middle {
    flex-grow: 1;
}
.nav-block .c-flexy {
    align-items: center;
}
.nav-pri .c-flexy {
    align-items: center;
}
.search-c {
    width: 253px;
}
.search-box {
    position: absolute;
    right: 0;
    top: 44px;
    width: 300px;
    display: none;
}
.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0!important;
}
	
.gsc-search-box-tools .gsc-search-box .gsc-input {
    width: 100%;
    padding: 0;
    border: none;
    margin: 0;
    height: auto;
    background: 0 0!important;
    text-indent: 0!important;
    outline: none;
    color: #000;
    padding-left: 15px;
}
.gsib_a {
    padding: 7px 8px!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:  5px 12px 5px!important;
}
.gsc-input::-webkit-input-placeholder { /* Edge */
	color: transparent;
}
.gsc-search-button-v2 svg {
    fill: #ED2224!important;
}
.gsc-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: transparent;
}

.gsc-input::placeholder {
  color: transparent;
}
.cse .gsc-control-cse, .gsc-control-cse {

    border: none;
}
table.gsc-search-box {
    margin-bottom: 0px;
}
.showSearch {
	display: block;
}
.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: #fff!important;
    border: 1px solid #AB0002!important;
    border-radius: 6px;
}
.gsc-search-button-v2 svg {
    fill: #fff;
}
.gsc-search-button-v2  svg {
    width: 20px;
    height: 20px;
}
.header-top {
    background-color: #000;
}
.header-top .c-flexy {
    justify-content: space-between;
    align-items: center;
}
#menuBtn {
    display: none;
}
.flash-marquee {
    display: block;
}
.flash-marquee article {
    display: inline-block;
}
.flash-news article {
    padding-right: 40px;
    position: relative;
}
.flash-news .a-card_content > div {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flash-news .a-meta {
    display: none;
}
.flash-news .a-head {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 0.875rem;
    color: #000;
    line-height: 50px;
}
.col-head h2 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 1.125rem;
    color: #000;
    text-transform: uppercase;
}
.mid-col article {
    margin-bottom: 20px;
}
.latest-col article {
    padding: 20px 0;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    margin-bottom: 0;
}
.latest-col .a-card_image {
    width: 116px;
    height: 83px;
    overflow: hidden;
    flex-shrink: 0;
}
.latest-col .a-media {
    width: 100%;
    height: 100%;
}
.a-media {
     overflow: hidden;
}
.latest-col .a-card_content {
    margin-left: 19px;
    padding-right: 20px;
    width: 100%;
}
.latest-col .a-inner {
    position: absolute;
    width: calc(100% - 136px);
    top: 20px;
    left: 136px;
}
.latest-col .a-meta {
    font-family: 'Inter';
    font-size: 0.625rem;
    color: #F62F28;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}
.latest-col .a-head {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 0.875rem;
    color: #000;
    line-height: 1.4em;
}
.latest-col .a-time:after {
    content: "/";
    font-family: 'Inter';
    font-size: 0.625rem;
    color: #F62F28;
    font-weight: 500;
    display: inline;
    margin: 0 3px;
}
.header-row {
    width: 100%;
}
.header-row h2 {
    width: 100%;
    font-family: "Roboto Slab";
    font-size: 39px;
    color: #FFF1E5;
    font-weight: 900;
    letter-spacing: -0.03em;
    background-color: #990F3D;
    padding-left: 10px;
    line-height: 40px;
    margin-bottom: 20px;
}
.header-row h3 {
    width: 100%;
    font-family: "Roboto Slab";
    font-size: 26px;
    color: #FFF1E5;
    font-weight: 600;
    letter-spacing: -0.03em;
    background-color: #262A33;
    padding-left: 10px;
    line-height: 40px;
}

footer {
    padding-top: 30px;
    padding-bottom: 60px;
    position: relative;
    border-top: 1px solid rgba(158, 156, 156, 0.5);
    background-color: #F5F5F5;
}
.f-nav-col {
    display: flex;
    flex: 1;
}
.social img {
    height: 27px;
}
.f-logo {
    width: 108px;
    margin-bottom: 10px;
}
.some-links {
    margin-left: 10px;
    display: flex;
    justify-content: flex-end;
}
.some-links a {
    font-family: "Roboto Slab";
    color: #990F3D;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 20px;
}
.md-link {
    display: inline-block;
    font-family: "Roboto";
    font-size: 10px;
    color: #000;
    margin-top: 20px;
}
.md-link span {
    vertical-align: middle;
    margin-right: 5px;
}
.md-link img {
    vertical-align: middle;
}
.footer .c-left {
    padding-right: 50px;
}
.showM {
    display: none;
}
.f-other {
    flex-grow: 1;
    margin-right: 0;
}
.some-links .note {
    display: flex;
    margin-left: 30px;
}
.some-links .f-logo {
    display: none;
}
.note span {
    color: #000;
    font-family: "Roboto";
    font-size: 0.75rem;
}
.top-left {
    border-left: 1px solid #fff;
}
.top-link {
    font-family: 'Inter';
    font-size: 0.875rem;
    color: #fff;
    font-weight: 700;
    display: block;
    padding: 12px 20px;
    border-right: 1px solid #fff;
    float: left;
}
.top-link:hover {
    text-decoration: underline;
}
.active-link {
    background-color: #fff;
    color: #000;
    text-decoration: underline;
}
#btnSearch {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4NCiAgPHBhdGggaWQ9Ikljb25fbWFwLXNlYXJjaCIgZGF0YS1uYW1lPSJJY29uIG1hcC1zZWFyY2giIGQ9Ik0xNi4wNzUsMTMuNDEzYTcuOTA5LDcuOTA5LDAsMSwwLTIuNjYzLDIuNjZsNS4zNjcsNS4zNjYsMi42NjEtMi42NjNabS02Ljc0My44YTQuODc5LDQuODc5LDAsMSwxLDQuODgyLTQuODc3LDQuODg3LDQuODg3LDAsMCwxLTQuODgyLDQuODc3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuNDQgLTEuNDQpIiBmaWxsPSIjMjMxZjIwIi8+DQo8L3N2Zz4NCg==);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    background-color: transparent;
    border: none;
    outline: none;
}
#btnSearch.btnSearch-open {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik01MTIsMzAuMkw0ODEuOCwwTDI1NiwyMjUuOEwzMC4yLDBMMCwzMC4yTDIyNS44LDI1NkwwLDQ4MS44TDMwLjIsNTEyTDI1NiwyODYuMkw0ODEuOCw1MTJsMzAuMi0zMC4yTDI4Ni4yLDI1Nkw1MTIsMzAuMnoiDQoJLz4NCjwvc3ZnPg0K);
    background-size: 15px;
}
.flash-news article:after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #F62F28;
}
.swiper-arrows {
    position: absolute;
    top: 0;
    right: 28px;
    margin-top: calc(400/600 * 100% - 48px);
    z-index: 1000;
    display: flex;
}
.swiper-arrows > div {
    position: static!important;
    width: 43px;
    height: 43px;
}
.swiper-arrows > div:after {
    display: none;
}
.swiper-arrows .swiper-button-next {
    margin-left: 8px;
}
.swiper-arrows > div:hover svg path {
    fill:  #f42e27;
}
.swiper-pagination  {
    left: 0px!important;
    height: 10px;
    text-align: left!important;
}
.swiper-pagination-bullet {
    width: 10px!important;
    height: 10px!important;
    display: inline-block;
    background: #D4D4D4!important;
    opacity: 1!important;
    margin: 0 12px 0 0!important;
}
.swiper-pagination-bullet-active {
    background: #F62F28!important;
}
.grida {
    width: calc(100% - 330px);
    display: grid;
    grid-template-columns: 1fr repeat(2, 1fr);
    grid-template-rows: auto;
    column-gap: 20px;
}
.grida > div:first-of-type {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: last-line;
    padding-left: 0px;
}
.grida > div:nth-of-type(2) {
    grid-column-start: 3;
    grid-column-end: end;
    grid-row-start: 1;
    grid-row-end: auto;
    padding-left: 10px;
}
.grida > div:nth-of-type(3) {
    grid-column-start: 3;
    grid-column-end: end;
    grid-row-start: 2;
    grid-row-end: last-line;
    padding-left: 10px;
}
.top-right {
    display: flex;
}
.top-right ul {
    list-style: none;
}
.header-left {
    display: flex;
    align-items: center;
}
.header-right {
    display: flex;
    align-items: center;
}
.nav-pri .c-flexy {
    justify-content: space-between;
}
.yt-link img {
    display: block;
}
.top-right span {
    font-family: 'Inter';
    font-size: 0.625rem;
    color: #fff;
    font-weight: 500;
    text-decoration: underline;
}
.flash-marquee .a-card_image {
    display: none;
}
.c-tags {
    margin-bottom: 27px;
}
.c-tags h4 {
    font-family: 'Inter';
    font-size: 0.875rem;
    color: #000;
    font-weight: 700;
    margin-right: 15px;
    flex-shrink: 0;
}
.c-tags .c-flexy {
    align-items: center;
}
.c-tags ul {
    display: flex;
    list-style: none;
    overflow-x: scroll;
    flex-grow: 1;
}
.c-tags ul::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.c-tags ul {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.c-tags ul li {
    margin-right: 10px;
    flex-shrink: 0;
}
.c-tags ul li a {
    font-family: 'Inter';
    font-size: 0.75rem;
    color: #000;
    font-weight: 700;
    display: inline-block;
    padding: 10px 15px;
    background-color: #EFEFEF;
    border-radius: 17px;
    border: 1px solid #EFEFEF;
    transition-timing-function: ease;
    transition-duration: 0.2s;
    transition-property: all;
}
.c-tags ul li a:hover {
    background-color: #fff;
    border-color: #F32E27;
}
.c-slider .c-flexy {
    gap: 30px;
}
.mid-col .a-media {
    padding-bottom: 63.33%!important;
    margin-bottom: 15px;
    height: 0;
}
.mid-col .a-head {
    font-family: 'Inter';
    font-size: 1.125rem;
    color: #F62F28;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 3px;
}
.mid-col .a-date, .mid-col .a-time {
    display: none;
}
.mid-col .a-cat {
    font-family: 'Inter';
    font-size: 0.625rem;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.mid-col article:last-of-type .a-head {
    color: #000;
}
.mid-col article:last-of-type .a-cat {
    color: #F62F28;
}
.swiper-wrapper .slide-a .a-meta {
    font-family: 'Inter';
    font-size: 0.625rem;
    color: #F62F28;
    font-weight: 700;
    text-transform: uppercase;
}
.swiper-wrapper .slide-a .a-cat {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #F62F28;
    color: #fff;
    font-family: 'Inter';
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 8px 3px;
}
.swiper-wrapper .slide-a .a-date:after {
    content: ",";
    display: inline-block;
    margin-right: 2px;
    font-family: 'Inter';
    font-size: 0.625rem;
    color: #F62F28;
    font-weight: 700;
    text-transform: uppercase;
}
.latest-col {
    margin-bottom: 20px;
    padding-top: 5px;
}
.latest-col .col-head {
    border-top: 1px solid #D8D8D8;
    padding-top: 15px;
    position: relative;
}
.latest-col .col-head:before {
    content: "";
    display: block;
    width: 44%;
    height: 5px;
    background-color: #F62F28;
    position: absolute;
    top: -5px;
    left: 0;
}
.latest-col article .a-inner {
    display: flex;
    flex-direction: column;
}
.latest-col article .a-date {
    display: none;
}
.latest-col article .a-inner .a-meta {
    order: 1;
}
.latest-col article .a-inner a {
    order: 2;
}
.latest-list {
    margin-bottom: 20px;
}
.more-link {
    font-family: 'Inter';
    font-size: 0.75rem;
    color: #F62F28;
    font-weight: 700;
    text-transform: uppercase;
}
.more-link:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiIHZpZXdCb3g9IjAgMCA4IDgiPg0KICA8cGF0aCBpZD0iSWNvbl9tYXRlcmlhbC1hcnJvdy1mb3J3YXJkIiBkYXRhLW5hbWU9Ikljb24gbWF0ZXJpYWwtYXJyb3ctZm9yd2FyZCIgZD0iTTEwLDZsLS43LjcsMi43OSwyLjhINnYxaDYuMDg1TDkuMywxMy4zbC43LjcsNC00WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYgLTYpIiBmaWxsPSIjZjYyZjI4Ii8+DQo8L3N2Zz4NCg==);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: 7px;
}
.gap30 .c-flexy {
    gap: 0 30px;
}
.gap30 .a-wrapper .c-flexy {
    flex-wrap: wrap;
}
.gap20 .c-flexy {
    gap: 20px;
}
.aside {
    width: 300px;
    flex-shrink: 0;
}
.has-aside-section .col2 {
    flex-grow: 1;
}
.inset {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: block;
}
.reklame {
    display: inline-block;
}
.header-stripe {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding-left: 15px;
}
.header-stripe h2 {
    font-family: 'Inter';
    font-size: 2.25rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 50px;
}
.red-stripe {
    background-color: #F62F28;
}
.black-stripe {
    background-color: #000;
}
.gray-stripe {
   background-color: #E9E9E9; 
}
.gray-stripe h2 {
    color: #000;
}
.aside .inset {
    margin-bottom: 20px;
}
.col2 .a-wrapper article {
    width: calc(50% - 15px);
    margin-bottom: 45px;
}
.no-cat article .a-cat {
    display: none;
}
.general-section article .a-media {
    width: 100%;
    height: 0;
    padding-bottom: 66.667%;
}
.general-section .col2 article .a-card_image {
    margin-bottom: 20px;
}
.general-section .col2 article .a-head {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 1.75rem;
    color: #000;
}
.no-cat article .a-meta {
    font-family: 'Inter';
    font-size: 0.625rem;
    color: #F62F28;
    font-weight: 700;
    text-transform: uppercase;
}
.no-cat article .a-date:after {
    content: ",";
    display: inline-block;
    margin-right: 2px;
    font-family: 'Inter';
    font-size: 0.625rem;
    color: #F62F28;
    font-weight: 700;
    text-transform: uppercase;
}
.only-cat article .a-meta {
    font-family: 'Inter';
    font-size: 0.625rem;
    color: #F62F28;
    font-weight: 700;
    text-transform: uppercase;
}
.only-cat article .a-time, .only-cat article .a-date {
    display: none;
}
.kosovo-section {
    background-color: #EBEBEB;
    padding-bottom: 45px;
    margin-bottom: 50px;
}
.background-stripe {
    background-image: url(../images/header-bg-kosove.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.grida article {
    margin-bottom: 15px;
}
.grida > div article .a-media {
    width: 100%;
    height: 0;
    padding-bottom: 63.33%;
}
.grida > div:first-of-type article .a-media {
    width: 100%;
    height: 0;
    padding-bottom: 66.667%;
}
.grida .a-card_image {
    margin-bottom: 13px;
}
.grida article .a-head {
    font-family: 'Inter';
    font-size: 1.125rem;
    color: #000;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 3px;
}
.grida > div:first-of-type article .a-card_content {
    padding-right: 30px;
    padding-top: 5px;
}
.grida > div:first-of-type article .a-head {
    font-size: 2.25rem;
    line-height: 1.1em;
    text-decoration: underline;
    margin-bottom: 10px;
}
.grid-section .c-flexy {
    gap: 0 30px;
}
.general-section .col4 {
    gap: 0 20px;
    margin-bottom: 45px;
}
.general-section .col4 article {
    width: 25%;
}
.col-wrapper .a-wrapper .c-flexy {
    gap: 0 20px
}
.col-wrapper article .a-card_image {
    margin-bottom: 0;
}
.col4 .a-card_content, .col-wrapper article .a-card_content {
    padding-top: 10px;
    padding-right: 20px;
}
.col4 .a-head, .col-wrapper.col2 article .a-head {
    font-family: 'Inter';
    font-size: 1.125rem;
    color: #000;
    font-weight: 700;
    line-height: 1.4em;
}
.video-section {
    background-color: #000;
    padding: 28px 0;
    margin-bottom: 45px;
}
.video-section article {
    cursor: pointer;
}
.col7 .c-flexy {
    gap: 0 24px;
}
.col7 article {
    width: 160px;
    flex-shrink: 0;
}
.video-article {
    margin-bottom: 20px;
}
.video-article article {
    width: 100%;
    display: flex;
}
.video-article .a-card_image {
    width: 56.3492%;
    flex-shrink: 0;
}
.video-article .a-media {
    width: 100%;
    height: 0;
    padding-bottom: 56.338%;
    position: relative;
}
.video-article .a-card_content {
    padding-left: 50px;
    padding-right: 30px;
}
.video-article .a-head {
    font-family: 'Inter';
    font-size: 2.25rem;
    color: #FFFFFF;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 25px;
}
.video-article .a-inner {
    margin-bottom: 50px;
}
.video-article .a-media:after {
    content: "";
    display: block;
    width: 48px;
    height: 48px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OC42ODkiIGhlaWdodD0iNDguNjg5IiB2aWV3Qm94PSIwIDAgNDguNjg5IDQ4LjY4OSI+DQogIDxwYXRoIGlkPSJJY29uX2F3ZXNvbWUtcGxheS1jaXJjbGUiIGRhdGEtbmFtZT0iSWNvbiBhd2Vzb21lLXBsYXktY2lyY2xlIiBkPSJNMjQuOTA3LjU2M0EyNC4zNDUsMjQuMzQ1LDAsMSwwLDQ5LjI1MiwyNC45MDcsMjQuMzQxLDI0LjM0MSwwLDAsMCwyNC45MDcuNTYzWm0xMS4zNTgsMjYuN0wxOC45ODgsMzcuMTc4YTIuMzYsMi4zNiwwLDAsMS0zLjUtMi4wNjFWMTQuN2EyLjM2MiwyLjM2MiwwLDAsMSwzLjUtMi4wNjFsMTcuMjc3LDEwLjVBMi4zNjMsMi4zNjMsMCwwLDEsMzYuMjY1LDI3LjI2M1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjU2MyAtMC41NjMpIiBmaWxsPSIjZjYyZjI4Ii8+DQo8L3N2Zz4NCg==);
    background-size: 100%;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
}
.video-section .section-header {
    margin-bottom: 28px;
}
.video-section .section-header h2 {
    font-family: 'Inter';
    font-size: 2.25rem;
    color: #fff;
    font-weight: 700;
}
.video-section .section-header img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.col7 article {
    margin-bottom: 20px;
}
.col7 .a-media {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.col7 .a-head {
    font-family: 'Inter';
    font-size: 1.125rem;
    color: #979393;
    font-weight: 700;
    line-height: 1.3em;
}
.col7 article:hover .a-head {
    color: #C1C1C1;
}
.col7 .a-meta, .col7 .gotoyt {
    display: none;
}
.col7 .a-card_content {
    padding-top: 10px;
}
.gotoyt {
    font-family: 'Inter';
    font-size: 0.875rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.3em;
    border-radius: 27px;
    border: 1px solid #fff;
    padding: 15px 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    transition-property: all;
    transition-timing-function: ease;
    transition-duration: 0.2s;
}
.gotoyt:hover {
    background-color: #F62F28;
    border-color: #F62F28;
}
.suggested-col .col-head {
    border-top: 1px solid #D8D8D8;
    padding-top: 15px;
    position: relative;
}
.suggested-col .col-head:before {
    content: "";
    display: block;
    width: 44%;
    height: 5px;
    background-color: #000;
    position: absolute;
    top: -5px;
    left: 0;
}
.suggested-col article .a-inner {
    display: flex;
    flex-direction: column;
}
.suggested-col article .a-date {
    display: none;
}
.suggested-col article .a-inner .a-meta {
    order: 1;
}
.suggested-col article .a-inner a {
    order: 2;
}
.suggested-list {
    margin-bottom: 20px;
}
.suggested-col article {
    padding: 20px 0;
    border-bottom: 1px solid #D8D8D8;
    display: flex;
    margin-bottom: 0;
}
.suggested-col .a-card_image {
    width: 116px;
    height: 83px;
    overflow: hidden;
    flex-shrink: 0;
}
.suggested-col .a-media {
    width: 100%!important;
    height: 100%!important;
}
.suggested-col .a-card_content {
    margin-left: 19px;
    padding-right: 20px;
    position: relative;
    width: 100%;
}
.suggested-col .a-inner {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.suggested-col .a-meta {
    font-family: 'Inter';
    font-size: 0.625rem;
    color: #F62F28;
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}
.suggested-col .a-head {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 0.875rem;
    color: #000;
    line-height: 1.4em;
}
.suggested-col .a-time:after {
    content: "/";
    font-family: 'Inter';
    font-size: 0.625rem;
    color: #F62F28;
    font-weight: 500;
    display: inline;
    margin: 0 3px;
}
.no-cat .suggested-list .a-cat {
    display: inline-block;
}
.all-content img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.imazhiim {
    margin-bottom: 25px;
}
.imazhiim img {
    width: 100%;
    display: block;
    margin-bottom: 0px;
}
.tit {
    font-family: 'Roboto';
    font-size: 10px;
    color: #DE0000;
    font-weight: 400;
}
.captionposhte {
    position: relative;
    width: 100%;
    padding: 10px 0 0;
}
.captionposhte:after {
    content: "";
    width: 54px;
    display: block;
    height: 1px;
    background-color: #DC0000;
    margin-top: 13px;
}
.all-content p {
    font-family: 'Roboto';
    font-size: 1.125rem;
    font-weight: 400;
    color: #262A33;
    line-height: 1.55em;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.all-content > a {
    font-family: 'Roboto';
    font-weight: 500;
    color: #000;
    text-decoration: underline;
}
blockquote {
    border-left: 6px solid #FF0000;
    font-family: 'Roboto';
    font-size: 1.375rem;
    font-weight: 700;
    color: #000;
    line-height: 1.4em;
    padding-left: 20px;
    padding-right: 50px;
    margin-bottom: 20px;
}
.all-content blockquote p {
    font-size: 1.375rem;
    font-weight: 700;
    color: #000;
    line-height: 1.4em;
    padding: 0;
    margin: 0;
}
.related-list {
    padding: 25px 0 10px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-top: 2px solid #707070;
    border-bottom: 2px solid #707070;
}
.related-list:before {
    content: "Të këshilluara";
    display: inline-block;
    margin-bottom: 25px;
    font-family: 'Inter';
    font-size: 1.875rem;
    letter-spacing: -0.039px;
    color: #DE0000;
    font-weight: 900;
}
.related-list ul {
    list-style: none;
}
.related-list ul li {
    margin-bottom: 20px;
}
.related-list article {
    display: flex;
    width: 100%;
}
.related-list .a-card_image {
    width: 150px;
    height: 110px;
    flex-shrink: 0;
}
.related-list .a-media {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.related-list .a-card_content {
    flex-grow: 1;
    margin-left: 20px;
    padding-right: 10%;
}
.related-list .a-media {
    width: 100%!important;
    height: 100%!important;
}
.related-list a {
    text-decoration: none!important;
}
.related-list .a-head {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.4em;
    letter-spacing: -0.018px;
    color: #262A33;
}
.related-list .lexo-art {
    flex-shrink: 0;
    align-self: flex-end;
}
.related-list .a-meta {
    font-family: "Roboto";
    font-size: 12px;
    color: #FF0000;
    font-weight: 500;
    letter-spacing: -0.039em;
    display: block;
    margin-bottom: 5px;
}
.a-full-content {
    flex-grow: 1;
    padding-right: 30px;
}
.a-top-content {
    margin-bottom: 25px;
}
.a-top-content h1 {
    font-family: 'Inter';
    font-weight: 900;
    font-size: 3.375rem;
    color: #000;
    margin-bottom: 35px;
}
.a-top-content .a-meta {
    font-family: 'Inter';
    font-size: 0.625rem;
    color: #F62F28;
    font-weight: 700;
    text-transform: uppercase;
}
.a-top-content .a-meta .a-cat {
    font-family: 'Inter';
    font-size: 0.75rem;
    color: #fff;
    background-color: #F62F28;
    padding: 3px 5px;
    margin-right: 10px;
}
.a-top-content .c-flexy {
    width: calc(100% - 360px);
}
.all-content .col2 {
    margin-top: 40px;
}
.footer-wrapper .c-flexy {
    justify-content: space-between;
}
.pre-footer {
    padding: 45px 0;
    border-top: 1px solid rgba(158, 156, 156, 0.5);
}
.pre-footer .c-flexy {
    align-items: center;
}
.pre-footer span {
    font-family: 'Inter';
    font-size: 1.5rem;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.04em;
}
.sociale {
    display: flex;
    list-style: none;
    margin-left: 50px;
}
.sociale li {
    margin-right: 20px;
}
.pre-footer .f-right a {
    font-family: 'Inter';
    font-size: 1.125rem;
    color: #FF0000;
    font-weight: 500;
    margin-left: 20px;
}
.desc {
    max-width: 423px;
    font-family: "Roboto";
    font-size: 0.75rem;
    color: #9E9C9C;
    line-height: 1.5em;
}
.desc span {
    color: #000;
}
.f-left .f-col {
    margin-right: 40px;
}
.f-nav {
    list-style: none;
    margin-right: 30px;
}
.f-nav li {
    margin-bottom: 15px;
}
.f-nav li a {
    font-family: 'Inter';
    font-size: 1.125rem;
    color: #000;
    font-weight: 700;
}
.f-col ul:last-of-type li:nth-last-child(-n+3) a {
    color: #F51800;
}
.dosja-title h2 {
  	color: #fff;
  	font-family: 'Roboto';
  	font-size: 1.75rem;
  	line-height: 0.9em;
  	margin-bottom: calc(-0.9em - 10px);
  	position: relative;
  	z-index: 2;
 }
.dosja-title h2 span {
   background-color: #000;
   display: block;
   padding: 10px 10px 0px;
}
.dosja-title h2 span:last-of-type {
   display: inline-block;
}
.dosja-zeze .a-meta {
   display: none;
}
.dosja-zeze article {
    margin-bottom: 30px;
}
.dosja-zeze article .a-media {
    width: 100%;
    height: 0;
    padding-bottom: 63.33%;
}
.dosja-zeze article .a-card_content {
    margin-top: 15px;
}
.dosja-zeze article .a-head {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.32;
    color: #000;
}
/* .dosja-zeze article .a-inner:after {
    content: "LEXO LAJMIN";
    display: block;
    font-family: 'Inter';
    font-size: 0.625rem;
    color: #F62F28;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 7px;
} */
.noscroll {
    overflow-y: hidden;
}
.a-media_img {
    width: 100%;
}
@media(max-width:1280px){
    .container {
        width: 100%;
        padding-right: 40px;
        padding-left: 40px;
    }
    .top-left {
        height: 40px;
    }
   .the-header {
        display: none;
        position: fixed;
        top: 144px;
        background: #fff;
        z-index: 9000;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 40px;
    }
    .is-open {
        display: block;
    }
    .main-nav-list {
        display: block;
    }
    .main-nav-list li {
        padding: 0;
        margin-bottom: 20px;
    }
    .flashi {
        left: 40px;
    }
    .header-main {
        padding: 30px 0;
    }
    .c-tags {
        padding-right: 0;
    }
    #menuBtn {
        display: block;
        margin-left: 20px;
        border: none;
        background: transparent;
    }
}
@media(max-width:1080px){
    .the-header {
        padding: 2rem 1rem;
    }
    .container > .c-flexy {
        flex-wrap: wrap;
    }
    .c-slider .c-left {
        width: 100%;
    }
    .c-slider .c-right {
        width: 100%;
    }
    .general-section .col4 article {
        width: calc(50% - 10px);
        margin-bottom: 30px;
    }
    .col7 .c-flexy {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    .video-article {
        margin-bottom: 40px;
    }
    .f-left {
        margin-bottom: 40px;
    }
    .pre-footer .f-right a {
        margin-left: 0;
        margin-right: 20px;
    }
    .aside {
        margin: auto;
        padding-bottom: 30px;
    }
    .c-tags .c-flexy {
        flex-wrap: nowrap;
    }
    .grida {
        width: 100%;
        margin-bottom: 30px;
    }
    .video-article .a-card_image {
        width: 40%;
    }
    .latest-col .a-card_content {
        overflow: hidden;
    }
    .video-article .a-card_content {
        padding-left: 30px;
        padding-right: 0;
    }
    .container {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .flashi {
        left: 1rem;
    }
    .flash-news {
        padding-right: 0;
    }
    .c-tags {
        padding-right: 0;
    }
}
@media(max-width:590px){
    .top-right {
        display: none;
    }
    .header-main {
        padding: 10px 0;
    }
    .nav-logo {
        width: 160px;
    }
    .the-header {
        top: 102px;
    }
    .col2 {
        flex-wrap: wrap;
    }
    .col2 .col {
        width: 100%;
    }
    .col2 .a-wrapper article {
        width: 100%;
    }
    .grida {
        display: block;
    }
    .grida > div:nth-of-type(2), .grida > div:nth-of-type(3) {
        padding-left: 0;
    }
    .video-article .a-card_image {
        width: 100%;
    }
    .video-article article {
        flex-wrap: wrap;
    }
    .video-article .a-card_content {
        padding-left: 0px;
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .pre-footer .c-flexy {
        flex-wrap: wrap;
    }
    .sociale {
        margin-left: 0;
        margin-top: 10px;
    }
    .f-left, .f-right {
        width: 100%;
        flex-wrap: wrap;
    }
    .sociale img {
        height: 30px;
    }
    .a-top-content .c-flexy {
        width: 100%;
    }
    .a-full-content {
        padding-right: 0;
    }
    blockquote {
        padding-right: 0;
    }
    .aside {
        width: 100%;
    }
    .showM {
        display: block;
    }
    .hideM {
        display: none;
    }
    .c-slider .c-left {
        width: calc(100% + 2rem);
        margin-left: -1rem;
    }
    .home-slider .a-card_content {
        padding-left: 1rem;
    }
    .swiper-pagination {
        left: 1rem!important;
    }
    .home-slider .a-head {
        font-size: 8vw;
    }
    .header-stripe h2 {
        font-size: 7vw;
    }
    .a-top-content h1 {
        font-size: 9vw;
    }
    .general-section .col2 article .a-head {
        font-size: 6vw;
    }
    .pre-footer span {
        font-size: 4vw;
        display: inline-block;
        margin-top: 10px;
    }
    .pre-footer .f-right a {
        font-family: 'Inter';
        font-size: 3.5vw;
    }
    .pre-footer {
        padding: 30px 0;
    }
    .f-left {
        margin-bottom: 30px;
    }
    .f-left .f-col { 
        margin-bottom: 30px;
    }
    footer .f-left {
        margin-bottom: 0;
    }
    
    .grida > div:first-of-type article .a-head {
        font-size: 7vw;
    }
    .col4 .a-head, .col-wrapper.col2 article .a-head {
        font-size: 4vw;
    }
    .gap20 .c-flexy {
        flex-wrap: wrap;
    }
    .video-article {
        margin-bottom: 0;
    }
    .video-article .a-head {
        font-family: 'Inter';
        font-size: 7vw;
    }
    .swiper-arrows > div {
        position: static!important;
        width: 33px;
        height: 3px;
    }
    .swiper-arrows {
        right: 18px;
        margin-top: calc(400/600 * 100% - 18px);
    }
    .md-link {
        margin-top: 10px;
    }
    .f-nav {
        flex-shrink: 0;
    }
    .grida > div:first-of-type article .a-head {
        font-size: 7vw;
    }
    .all-content .col2 {
        margin-top: 0px;
    }
    .top-section {
        margin-bottom: 30px;
    }
    .general-section .col4 {
        margin-bottom: 0;
    }
}