@charset "utf-8";
@font-face {
  font-family: 'Oswald';font-weight: 700!important;
  src: url('fonts/ModernaCondensed-Bold.woff') format('woff'),
       url('fonts/ModernaCondensed-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Oswald';font-weight: 500!important;
  src: url('fonts/ModernaCondensed-Medium.woff') format('woff'),
       url('fonts/ModernaCondensed-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
*,
form {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.container {
    width: 1200px;
    margin: auto;
}
.c-flexy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.nav-logo {
    width: 157px;
    margin-right: 25px;
    flex-shrink: 0;
}
.nav-logo img {
    width: 100%;
    display: block;
}
.close-btn {
    display: none;
}
.noscroll {
    overflow-y: hidden;
}
.site-header-wrapper {
    position: relative;
}
.header-main {
    background-color: #ED2224;
    padding: 8px 0;
}
.main-nav-list {
    display: flex;
    list-style: none;
}
.main-nav-list li {
    margin-right: 20px;
}
.main-nav-list li a {
    font-family: 'Oswald';font-weight: 500!important;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}
.lang-mob {
    display: none;
}
.header-bottom {
    padding: 10px 0;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.13); 
    box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.13);
}
.flash-news {
    width: 100%;
}
.flash-news article {
    display: flex;
    width: 100%;
    align-items: center;
}
.flash-news .a-card_image {
    width: 61px;
    height: 61px;
    position: relative;
    margin-right: 20px;
    flex-shrink: 0;
}
.flash-news .a-card_image:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ED2224;
    position: absolute;
    top: 3px;
    left: 0px;
}
.a-media {
    background-color: #ccc;
    position: relative;
}
.flash-news .a-media {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.flash-news .a-head {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 19px;
    color: #000;
}
.flash-news .a-card_content {
    flex-grow: 1;
}
.flash-news .a-card_content > div {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lexo-art img {
    display: inline-block!important;
    vertical-align: middle;
    width: 20px!important;
    margin-left: 10px;
}
.lexo-art span {
    display: inline-block;
    vertical-align: middle;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 12px;
    color: #ED2224;
    text-decoration: underline;
}
.top-section {
    padding-top: 20px;
    margin-bottom: 60px;
}
.c-header {
    padding-top: 20px;
    padding-bottom: 20px;
}
.c-header .c-flexy {
    justify-content: space-between;
}
.c-header h2 {
    font-family: 'Oswald';font-weight: 700!important;
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
}
.top-section .c-header h2 {
    color: #ED2224;
}
.c-right .a-date {
    font-family: 'Oswald';font-weight: 500!important;
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    color: #656565;
}
.c-slider .c-left {
    width: calc(100% - 640px);
}
.c-slider .c-right {
    width: 640px;
    flex-shrink: 0;
}
.a-media img {
    transition-duration: 0.2s;
    transition-timing-function: ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.a-card_content {
    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;
}
.home-slider {
    width: 100%;
}
.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 article {
   
}
.home-slider .a-media {
    width: 100%;
    height: 0;
    padding-bottom: 63.57%;
    overflow: hidden;
    position: relative;
}
.home-slider .a-card_content {
    width: 100%;
}
.home-slider .a-cat {
    display: block;
    width: 100%;
    font-family: "Roboto";
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background-color: #ED2224;
    padding: 6px 6px 4px;
    margin-bottom: 15px;
}
.home-slider .a-head {
    font-family: "Roboto";
    font-weight: 900;
    font-size: 30px;
    letter-spacing: -0.03em;
    color: #000;
    padding-right: 30px;
    margin-bottom: 15px;
}
.home-slider .a-card_intro {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 16px;
    color: #AEAEAE;
    margin-bottom: 30px;
}
.col2 {
    flex-wrap: wrap;
    width: 100%;
}
.col2 .col {
    width: 50%;
}
.add-left-padd20 .col {
    padding-left: 20px;
}
.c-inset {
   /* margin-top: 40px;*/
}
.inset {
    display: table;
    margin: auto;
    background-color: #eee;
}
.c-inset:before {
    display: block;
    text-align: center;
    width: 100%;
    font-family: "Roboto";
    font-weight: normal;
    font-size: 9px;
    color: #656565;
    text-transform: uppercase;
}
.c-slider .col2 .col-float {
    margin-bottom: 30px;
}
.c-slider .col2 article {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.c-slider .col2 .a-media {
    width: 100%;
    height: 0;
    padding-bottom: 66.667%;
    overflow: hidden;
    position: relative;
}
.c-slider .col2 .a-cat {
    display: block;
    width: 100%;
    font-family: "Roboto";
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    padding: 6px 6px 4px;
    margin-bottom: 15px;
    transition-timing-function: ease;
    transition-duration: 0.1s;
}
.c-slider .c-right article:hover .a-cat {
    background-color: #ED2224;
    transition-property: background-color;
}
.c-slider .col2 .a-head {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    padding-right: 30px;
    margin-bottom: 10px;
}

.ad300x250 {
    width: 300px;
    height: 250px;
}
.ad970x90 {
    width: 970px;
    height: 90px;
    margin: auto;
}
.a-section .c-left {
    width: calc(100% - 300px);
}
.a-side {
    width: 300px;
    flex-shrink: 0;
}
.col3 .c-flexy {
    flex-wrap: wrap;
}
.col3 .c-flexy article {
    width: 33.33%;
    padding-right: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.col3 .a-card .a-media {
    width: 100%;
    height: 0;
    padding-bottom: 60.931%;
    background-color: #ccc;
    position: relative;
    overflow: hidden;
}
.col3 .a-card .a-card_content {
    width: 100%;
    position: relative;
    background-color: #fff;
    padding-top: 15px;
    flex-grow: 1;
}
.col3 .a-card_content div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.col3 .a-card .a-head {
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    margin-bottom: 7px;
}
.footer .c-left {
    padding-right: 50px;
}
@media(min-width:1030px){
    .col3 .first-wide article:first-of-type {
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
    }
    .first-wide article:first-of-type .a-card_image {
        order: 2;
        width: 66%;
        flex-shrink: 0;
    }
    .first-wide article:first-of-type .a-card_content {
        order: 1;
        width: 34%;
        flex-shrink: 0;
        padding-top: 35px;
        flex-grow: 0;
    }
    .first-wide article:first-of-type .a-card_content>div {
        width: calc(100% + 50px);
        background-color: #fff;
        height: 100%;
        padding-top: 30px;
        padding-right: 50px;
        display: block;
    }
    .first-wide article:first-of-type .a-head {
        font-family: "Roboto";
        font-size: 28px;
        font-weight: 400;
        line-height: 34px;
        color: #000;
        margin-bottom: 15px;
    }
}

.a-section {
    margin-bottom: 30px;
}
.a-section .c-right .ad-wrap {
    margin-bottom: 20px;
}
.footer-wrapper {
    padding: 30px 0 50px;
    position: relative;
    border-top: 1px solid #B9B9B9;
}
.f-desc-col {
    padding-right: 70px;
}
.f-nav-col {
    display: flex;
    flex: 1;
}
.f-nav-col ul {
    margin-right: 60px;
    list-style: none;
}
.social img {
    height: 18px;
}
.f-logo {
    width: 105px;
    margin-bottom: 10px;
}
.f-desc-col .social {
    display: flex;
    list-style: none;
    margin-top: 25px;
    margin-bottom: 20px;
}
.f-desc-col .social li {
    padding-right: 15px;
}
.desc {
    font-family: "Roboto";
    color: #6B6B6B;
    font-size: 12px;
}

.some-links {
    margin-left: 10px;
}
.some-links a {
    font-family: 'Oswald';font-weight: 500!important;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 15px;
}
.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 {
    width: 97px;
    vertical-align: middle;
    margin-top: -2px;
}
#backToTop {
    width: 47px;
    height: 47px;
    position: absolute;
    bottom: 120px;
    right: 50%;
    margin-right: -630px;
    display:none;
    outline:none !important;
    background-color: #EA2C30;
    border-radius: 50%;
    cursor: pointer;
}
#backToTop img {
    margin-top: 17px;
    margin-left: 13px;
}
.header-wrapper-mobile {
    display: none;
}
.two-col-section {
    padding-top: 30px;
    padding-bottom: 70px;
    border-bottom: 1.5px solid rgba(64,92,170,0.2);;
}

.two-col-section .ad-row {
    margin-bottom: 40px;
}
.column-right {
    width: 300px;
    flex-shrink: 0;
}
.a-full-content {
    width: calc(100% - 300px);
    padding-right: 120px;
    flex-shrink: 0;
}
.open-a-cat {
    font-family: "ProximaNovaCond-Bold";
    font-size: 20px;
    color: #E92629;
    margin-bottom: 10px;
}
.c-header-content h1 {
    font-family: "Roboto";
    font-size: 56px;
    font-weight: 900;
    color: #000;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
    line-height: 1.1em;
}
.top-open-content {
    width: calc(100% - 300px);
    margin-top: 27px;
    padding-right: 120px;
}
.top-open-content .c-flexy {
    justify-content: space-between;
}
.c-article_info {
    display: flex;
    align-items: center;
}
.c-writers_pic {
    margin-right: 15px;
}
.c-writers_content span {
    display: inline-block;
    font-family: 'Roboto';
    font-size: 12px;
    color: #828487;
    text-transform: uppercase;
}
.c-writers_content span.divider, .c-writers_content span.open-a-date {
    color: #ED2224;
}
.addthis-blck {
    display: flex;
    align-items: center;
}
.share-handler {
    background: #fff;
    border: 1px solid #e2e2e2;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
    border-radius: 30px;
    font-size: 12px;
    color: #4d4d4d;
    margin-right: 8px;
    vertical-align: top;
    font-family: Roboto;
    font-size: 11px;
}
.cat-row {
    display: block;
    width: 100%;
    background-color: #000;
    padding: 2px 6px;
}
.cat-row span {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}
.top-open-content .c-flexy {
    margin-bottom: 20px;
}
.all-content>img {
    margin-bottom: 30px;
    width: 100%;
    display: block;
}
.captionposhte {
    padding-top: 11px;
}
.tit {
    font-family: 'Roboto';
    font-size: 12px;
    color: #ED2224;
    font-weight: 400;
    letter-spacing: -0.034em;
    position: relative;
    display: inline-block;
}
.captionposhte .tit:after {
    content: "";
    width: 207px;
    display: block;
    height: 1px;
    background-color: rgba(237,34,36,0.5); ;
    margin-top: 11px;
}
.imazhiim {
    margin-bottom: 20px;
}
.imazhiim>img {
    margin-bottom: 0;
    width: 100%;
    display: block;
}
.all-content>p {
    margin-bottom: 30px;
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 1.7em;
}
.all-content>p>a {
    font-family: 'Roboto';
    text-decoration: underline;
    color: #FF0000;
}
.all-content blockquote {
    padding-left: 20px;
    border-left: 5px solid #EA2C30;
    margin-bottom: 30px;
}
.all-content blockquote p {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5em;
    color: #000;
}
.related-list {
    padding: 20px 0 10px;
    margin-bottom: 30px;
}
.related-list:before {
    content: "LEXONI GJITHASHTU";
    display: inline-block;
    margin-bottom: 15px;
    font-family: 'Oswald';font-weight: 700!important;
    font-size: 18px;
    color: #EC1C24;
}
.related-list ul {
    list-style: none;
}
.related-list ul li {
    margin-bottom: 10px;
}
.related-list article {
    display: flex;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #E2E2E2;
}
.related-list .a-card_image {
    width: 182px;
    height: 97px;
    position: relative;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
}
.related-list .a-media {
    width: 100%;
    height: 100%;
}
.related-list .a-head {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5em;
    color: #000;
    max-width: 75%;
}
.related-list .a-card_content {
    flex-grow: 1;
    padding: 15px;
}
.related-list .a-card_content > div {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    height: 100%;
    padding-right: 10px;
}
.related-list .lexo-art {
    flex-shrink: 0;
    align-self: flex-end;
}
.showM {
    display: none;
}
.aside-a .a-time {
    display: none;
}
.searchy-btn {
	border: none;
	background: none;
	outline: none;
	cursor: pointer;
}
.the-header {
    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;
}
.two-col-section>.container {
    padding-left: 50px;
    padding-right: 50px;
}
.two-col-section .flash-news-wrap {
    height: auto;
    margin-bottom: 30px;
}
.two-col-section .fn-body {
    padding-bottom: 40px;
}
.column-right .ad-wrap {
    margin-bottom: 30px;
}
.all-content .ad-wrap {
    margin-bottom: 30px;
}
.other-articles {
    margin-top: 50px;
}
.other-a-listing {
    margin-left: -9px;
    margin-right: -9px;
    display: flex;
    flex-wrap: wrap;
}
.other-a-listing article {
    padding: 0 9px;
    margin-bottom: 30px;
}
.other-articles h3 {
    font-family: 'ProximaNovaACond-Semibold';
    font-size: 30px;
    color: #EA2C30;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
}
.other-a-listing .a-card_image {
    width: 100%;
    margin-bottom: 15px;
}
.other-a-listing .a-media {
    width: 100%;
    height: 0;
    padding-bottom: 56.26%;
    background-color: #ddd;
    overflow: hidden;
}
.other-a-listing .a-time {
    display: inline-block;
    font-family: "Roboto";
    font-size: 11px;
    color: #405CAA;
    font-weight: 500;
    margin-bottom: 10px;
}
.other-a-listing .a-time:before {
    content: url(../images/watch-icon.svg);
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    margin-right: 7px;
}
.other-a-listing .a-head {
    font-family: 'ProximaNovaACond-Semibold';
    font-size: 22px;
    color: #414042;
}
.other-a-listing article {
    width: 50%;
}

.other-a-listing article:nth-child(10n+3),.other-a-listing article:nth-child(10n+4),.other-a-listing article:nth-child(10n+5),.other-a-listing article:nth-child(10n+8),.other-a-listing article:nth-child(10n+9),.other-a-listing article:nth-child(10n) {
    width: 33.33%;
}
.noscroll {
    overflow: hidden;
}
.nav-lang {
    margin-left: 20px;
}
.nav-lang a {
    font-family: 'Oswald';font-weight: 500!important;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}
.menu-btn {
    display: none;
}
#openSearch {
    display: none;
}
.c-red {
   border-top: 1px solid rgba(237,34,36,0.5); 
}
.c-red h2 {
    color: #ED2224;
}
.aside-blck article {
    display: flex;
    width: 100%;
}
.aside-blck .a-card_image {
    width: 85px;
    height: 85px;
    position: relative;
    margin-right: 20px;
    flex-shrink: 0;
}
.aside-blck article .a-media {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.aside-blck article .a-card_content {
    flex-grow: 1;
}
.aside-blck article .a-card_image:before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ED2224;
    position: absolute;
    bottom: 3px;
    right: 0px;
    background-image: url(../images/shkrim.svg);
    background-position: center;
    background-size: 19px;
    background-repeat: no-repeat;
}
.aside-blck-header {
    margin-bottom: 25px;
}
.aside-blck-header h3 {
    font-family: 'Oswald';font-weight: 700!important;
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
}
.aside-blck article h2 {
    font-family: "Roboto";
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 7px;
}
.aside-blck article .a-author {
    font-family: "Roboto";
    font-size: 14px;
    color: #ED2224;
    font-weight: 500;
    text-decoration: underline;
}
.c-black {
    border-top: 1px solid rgba(0,0,0,0.5);
}
.aside-nl-header {
    margin-bottom: 10px;
}
.aside-nl-header h3 {
    font-family: 'Oswald';font-weight: 700!important;
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    color: #ED2224;
}
.aside-nl-body p {
    font-family: "Roboto";
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px;
}
.aside-nl-body a {
    font-family: "Roboto";
    font-size: 14px;
    color: #ED2224;
    font-weight: 400;
    text-decoration: underline;
}
.bg-gray {
    background-color: #F9F6F6;
    padding-bottom: 30px;
}
.bg-gray .first-wide article .a-card_content {
    background-color: #F9F6F6;
}
.bg-gray .first-wide article .a-card_content>div {
    background-color: #F9F6F6;
}
.c-red-noline h2 {
    color: #EC1C24;
}
.a-side .inset {
    margin-bottom: 30px;
}
.most-read {
    border: 1px solid #D9D9D9;
    border-radius: 5px;
}
.most-read article {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    padding: 20px;
}
.most-read article:last-of-type {
    border-bottom: none;
}
.most-read .a-card_image {
    width: 80px;
    height: 80px;
    position: relative;
    margin-right: 15px;
    flex-shrink: 0;
}
.most-read .a-media {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.most-read .a-card_content {
    flex-grow: 1;
}
.most-read .a-head {
    font-family: "Roboto";
    font-size: 14px;
    color: #000;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}
.mr-header {
    padding: 20px;
    background-color: #F9F9F9;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom: 1px solid #D9D9D9;
}
.mr-header h3 {
    font-family: 'Oswald';font-weight: 700!important;
    font-weight: normal;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
}
.f-row {
    margin-bottom: 20px;
}
.f-row.c-flexy {
    align-items: center;
}
.f-row .nav-logo {
    width: 125px;
    margin-right: 15px;
}
.f-row .social {
    display: flex;
    list-style: none;
    margin-left: 7px;
}
.f-row .social li {
    margin-right: 10px;
}
.f-row .social img {
    display: block;
}
.two-col-content {
    margin-top: 40px;
    margin-bottom: 30px;
}
.footer>.c-flexy {
    justify-content: space-between;
}
.f-newsletter {
    width: 300px;
}
.f-newsletter h3 {
    font-family: 'Oswald';font-weight: 500!important;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: #EC1C24;
    margin-bottom: 15px;
}
.f-newsletter p {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 10px;
    color: #6B6B6B;
}
.nl_form {
    width: 100%;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #EC1C24;
    border-radius: 6px;
    margin-bottom: 15px;
}
.nl_input {
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 12px;
    font-family: "Roboto";
    color: #000;
    display: inline-block;
    border: none;
    padding-left: 15px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    background-color: transparent;
}
.nl_btn {
    display: block;
    width: 35px;
    height: 100%;
    flex-shrink: 0;
    border: none;
    background-color: #EC1C24;
    border-radius: 5px;
    cursor: pointer;
    font-family: "Roboto";
    color: #fff;
    font-weight: 500;
    border: 1px solid #EC1C24;
}
.c-slider .col2 > div {
    order: 1;
}
.c-slider .col2 > div:nth-child(n+3) {
    order: 3;
}
.c-slider .col2 > div.col-float {
    order: 2;
}
.c-right .md-link {
    display: none;
}
.aside {
    width: 300px;
    flex-shrink: 0;
}
.a-aside article {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.a-aside .a-media {
    width: 100%;
    height: 0;
    padding-bottom: 66.667%;
    overflow: hidden;
    position: relative;
}
.a-aside .a-media img {
    position: absolute;
    height: 100%;
    width: auto;
    left: 0;
}
.a-aside .a-cat {
    display: block;
    width: 100%;
    font-family: "Roboto";
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    padding: 6px 6px 4px;
    margin-bottom: 10px;
    transition-timing-function: ease;
    transition-duration: 0.1s;
}
.a-aside .a-head {
    font-family: "Roboto";
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    padding-right: 30px;
    margin-bottom: 10px;
}
.w-header span {
    display: block;
    width: 100%;
    background-color: #ED2224;
    padding: 6px 6px 4px;
    font-family: "Roboto";
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
}
.two-col-content .aside {
    margin-top: -22px;
}
.weather-blck {
    margin-bottom: 20px;
}
.aside .inset {
    margin-bottom: 30px;
}
.aside-blck {
    margin-bottom: 30px;
}
.no-margin {
    margin-bottom: 0;
}
.all-content .addthis-blck {
    display: none;
}
.c-listing .aside {
    margin-top: 0;
}
.a-media img {
	transition-duration: 0.2s;
	transition-timing-function: ease;
}
article:hover .a-media img {
	transform: scale(1.05, 1.05);
}
.header-bottom:hover {
	background-color: #f5f5f5;
}

.a-media img {
    transition-duration: 0.2s;
    transition-timing-function: ease;
}
article:hover .a-media img {
    transform: scale(1.05, 1.05);
}
.flash-news article:hover .a-media img {
    transform: none;
}
@media(min-width:1201px) {
    .header-main {
    	height: 50px;
    }
    .nav-block {
    	height: 34px;
    }
    .nav-lang {
	    margin-left: 20px;
	    line-height: 34px;
	}
}
@media(max-width:1200px){
   .container {
       width: 100%;
   }
   .the-header {
       display: none;
       position: fixed;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background-color: #ED2224;
       z-index: 99999;
       padding-top: 60px;
   }
   .close-btn {
       display: block;
       position: absolute;
       top: 20px;
       right: 20px;
       border: none;
       background-color: transparent;
   }
   .main-nav-list {
        display: block;
        padding-left: 30px;
    }
    .main-nav-list li {
        margin-bottom: 10px;
    }
    .main-nav-list li a {
        font-size: 28px;
    }
    .nav-block .nav-lang {
        display: none;
    }
    .menu-btn {
        display: block;
        border: none;
        background: 0 0;
        outline: none;
        margin-left: 20px;
    }
    .menu-btn svg {
        display: inline-block;
        vertical-align: middle;
    }
    .is-open {
        display: block;
    }
    .noscroll {
        overflow-y: hidden;
    }
    .nav-pri .c-flexy {
        justify-content: space-between;
    }
    .header-main {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header-bottom {
        padding-left: 20px;
        padding-right: 20px;
    }
    .flash-news .lexo-art {
        flex-shrink: 0;
        margin-left: 40px;
    }
    .c-header {
        padding-left: 20px;
        padding-right: 20px;
    }
    .c-slider {
        padding-left: 20px;
        padding-right: 20px;
    }
    .a-section .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .footer {
        padding-left: 20px;
        padding-right: 20px;
    }
     .first-wide article:first-of-type .a-card_content>div {
        width: calc(100% + 110px);
    }
   .two-col-content .container {
       padding-right: 20px;
       padding-left: 20px;
   }
}

@media(max-width:1030px){
    .c-flexy {
        flex-wrap: wrap;
    }
    .c-slider .c-left {
        width: 100%;
        margin-bottom: 40px;
    }
    .c-slider .c-right {
        width: 100%;
    }
    .c-slider .c-right {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
    }
    .add-left-padd20 .col {
        padding-left: 10px;
        padding-right: 10px;
    }
    .col3 .c-flexy article {
        width: 50%;
    }
    .footer .c-left {
        margin-bottom: 20px;
    
    }
    .ad970x90 {
        width: 300px;
        height: 90px;
    }
     .first-wide article:first-of-type .a-card_content>div {
        width: 100%;
    }
    .c-left .md-link {
        display: none;
    }
      .c-right .md-link {
        display: block;
    }
    .top-open-content {
       padding-right: 40px;
    }
   .a-full-content {
        padding-right: 40px;
   }
   .aside {
        width: 300px;
   }
   .related-list .lexo-art {
       display: none;
   }
   .related-list .a-card_image {
        width: 111px;
        height: 107px;
        position: relative;
        flex-shrink: 0;
        border-radius: 6px;
        overflow: hidden;
    }
    .related-list .a-card_content {
        padding: 0;
        padding-left: 15px;
    }
    .related-list article {
        align-items: center;
    }
    .related-list .a-card_content > div {
        padding-right: 20px;
    }
    .related-list .a-head {
        max-width: 100%;
    }
}
@media(max-width:800px){
    .the-header {
        overflow-y: scroll;
    }
    .main-nav-list li a {
        font-size: 7vw;
    }
    #openSearch {
        display: block;
        width: 30px;
        height: 30px;
        border: none;
        background: transparent;
    }
    #openSearch img {
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        height: 18px;
    }
    #openSearch svg {
        display: none;
        width: 4.6vw;
    }
    .header-main {
        position: relative;
    }
    .search-c {
        display: none;
        position: absolute;
        top: 100%;
        width: 100%;
        left: 0;
        right: 0;
        z-index: 1000;
    }
    .open-search {
        display: block;
    }
    .gsc-control-cse {
        background-color: #fff!important;
        border: none!important;
        border-bottom: 1px solid #AB0002!important;
        border-radius: 0px;
    }
    .gsib_a {
        padding: 8px 20px!important;
        
    }
    .cse .gsc-search-button-v2, .gsc-search-button-v2 {
        padding: 5px 20px 5px!important;
    }
    .gsc-search-button-v2 svg {
        height: auto;
        width: 20px!important;
    }
    .menu-btn {
        margin-left: 10px;
    }
    .flash-news .lexo-art span {
        display: none;
    }
    .flash-news .a-card_content > div {
        align-items: flex-end;
    }
    
    
    .top-section {
        padding-top: 00px;
        margin-bottom: 30px;
    }
    .top-section .c-header {
        display: none;
    }
    .home-slider .owl-nav {
        display: none!important;
    }
    .c-slider .col2 > div {
        order: 1;
    }
    .c-header-content h1 {
        font-size: 30px;
        font-weight: 900;
        margin-bottom: 20px;
        line-height: 1.4em;
    }
    .top-open-content {
        width: 100%;
    }
    .a-full-content {
        width: 100%;
        padding-right: 0;
    }
    .cat-row {
        display: none;
    }
    .aside {
        display: none;
    }
    .top-open-content .addthis-blck {
        display: none;
    }
    .all-content .addthis-blck {
        display: block;
    }
}
@media(max-width:680px){
    .add-left-padd20 .col {
        padding-left: 0px;
        padding-right: 0;
    }
    .col2 .col {
        width: 100%;
    }
    .a-section .c-left {
        width: 100%;
    }
    .a-side {
        width: 100%;
    }
    .col3 .c-flexy article {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        display: block;
    }
    .col3 .first-wide article:first-of-type {
        width: 100%;
        display: block;
    }
    .first-wide article:first-of-type .a-card_image {
        width: 100%;
    }
    .first-wide article:first-of-type .a-card_content {
        width: 100%;
        padding-top: 20px;
    }
    .c-slider {
        padding-left: 0px;
        padding-right: 0px;
    }
    .c-slider .c-right {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .c-slider .col2 > div.col-float {
        order: 1;
    }
    .c-slider article .a-card_content {
        padding: 0 20px;
    }
    .c-slider article .a-cat {
        width: calc(100% + 40px)!important;
        margin-left: -20px;
    }
    .home-slider .owl-dots {
        padding-left: 20px;
        margin-top: 20px;
    }
    .a-section .container:not(.c-header) {
        padding-left: 0px;
        padding-right: 0px;
    }
    .a-section .col3 .a-card_content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .aside-blck {
        padding-left: 20px;
        padding-right: 20px;
    }
    .aside-blck .a-card_content {
        padding-right: 20px;
    }
    .aside-newsletter {
        padding-left: 20px;
        padding-right: 20px;
    }
    .most-read {
        border-left: none;
        border-right: none;
        border-radius: 0px;
    }
    .some-links {
        width: 100%;
        display: block;
        margin-left: 0;
        margin-top: 20px;
    }
    .some-links a {
        display: block;
        margin-left: 0;
        margin-bottom: 7px;
    }
    .f-row {
        margin-bottom: 7px;
    }
    .desc {
        line-height: 1.5em;
    }
}
.linkuim {
    color: #fff!important;
    background-color: #007bff!important;
    border-color: #007bff;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .275rem .75rem;
    font-size: 0.9rem;
    line-height: 1;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



