@font-face {
  font-family: 'zeri-icons';
  src:  url('../fonts/zeri-icons.eot?vtlxka');
  src:  url('../fonts/zeri-icons.eot?vtlxka#iefix') format('embedded-opentype'),
    url('../fonts/zeri-icons.ttf?vtlxka') format('truetype'),
    url('../fonts/zeri-icons.woff?vtlxka') format('woff'),
    url('../fonts/zeri-icons.svg?vtlxka#zeri-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
i{
  font-family: 'zeri-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.icon-close:before {content: "\e906";}
.icon-search:before {content: "\e907";}
.icon-arrow-next:before {content: "\e900";}
.icon-arrow-prev:before {content: "\e901";}
.icon-clock:before {content: "\e902";}
.icon-next:before {content: "\e903";}
.icon-prev:before {content: "\e904";}
.icon-video:before {content: "\e905";}
.icon-facebook:before {content: "\ea90";}
.icon-twitter:before {content: "\ea96";}

/** RESET **/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    list-style:none outside none;
    text-decoration:none;
}
body, html{width:100%;height: 100%;background-color: #fff;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing:grayscale;font-family: 'Roboto', sans-serif;}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
a, img{
    border: 0 none;
    outline: 0 none;
}
input{
    outline: 0 none;
    border: 0 none;
    background: 0 none;
}

/** TYPOGRAPHY **/

p{
	color:;
	font-size:;
	line-height:;
	font-weight:;
	margin:;
	padding:;
}
h1{ 
	color:#fff;
	font-size:46px;
	line-height:50px;
	font-weight:700;
	margin:;
	padding:;
}
h2{
	color:#fff;
	font-size:20px;
	line-height:24px;
	font-weight:700;
	margin:;
	padding:;
}
h3{
	color:;
	font-size:;
	line-height:;
	font-weight:;
	margin:;
	padding:;
}
h4{
	color:;
	font-size:;
	line-height:;
	font-weight:;
	margin:;
	padding:;
}

/** FORM **/

form,form[type="submit"],form input,form textarea,form select,form select option {
	width:;
	height:;
	margin:;
	padding:;
	background:;
	color:;
}
/* covid css */
.row.cvd-box {padding:25px 0px;border-top:1px solid #ececec;border-bottom:1px solid #ececec;}
.cvd-box .selectBox {float:right;width:300px;}
.cvd-box .title-mapi {float: left;font-weight: 600;font-size: 16px;text-transform: uppercase;color: #555;}
.cvd-box .mapi {width:80px;height:80px;float:left;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;overflow:hidden;margin-left:20px;}
.cvd-box .mapi-info {float: left;margin: 10px 0px;}
.cvd-box .mapi.red {background-color:#e23d3d;}
.cvd-box .mapi.green{background-color:#33adff;}
.cvd-box .mapi.gray {background-color:#262626}
.cvd-box .nr-mapi {float: left;clear: left;color: #9a9a9a;font-weight: 400;font-size: 22px;}
.cvd-box .semi-title {text-transform:uppercase;font-size:30px;margin-bottom:25px;float: left;}
.cvd-box h4 {font-weight: 600;font-size: 16px;text-transform: uppercase;color: #555;}
.cvd-box h5 {font-size: 26px;margin: 10px 0px;color: #555555;}
.cvd-box .form-control {border:1px solid #5d666f;}
.cvd-box p.las {font-size:12px;font-weight:700;color:#777777;}
.cvd-box .emg {padding:15px;background-color:#efefef;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;background-repeat:no-repeat;background-image:url(../repository/phone.svg);background-size:25px;background-position: right+20px top+20px;}
.pulsee {float: left;width: 22px;height: 22px;border-radius: 50%;margin: 3px 10px 0 0;background: #ff0000;cursor: pointer;box-shadow:0 0 0 rgba(237, 28, 36, 0.06);animation: pulsee 2s infinite;}
.pulsee:hover {
  animation: none;
}
@-webkit-keyframes pulsee {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(237, 28, 36, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(237, 28, 36, 0.0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(237, 28, 36, 0.0);
  }
}
@keyframes pulsee {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(237, 28, 36, 0.6);
    box-shadow: 0 0 0 0 rgba(237, 28, 36, 0.6);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(237, 28, 36, 0.0);
      box-shadow: 0 0 0 10px rgba(237, 28, 36, 0.0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(237, 28, 36, 0.0);
      box-shadow: 0 0 0 0 rgba(237, 28, 36, 0.0);
  }
}
/* -- ADS CSS -- */
.sky-right {
    width:160px;
    top:140px;
    right:50%;
    margin-right:-810px;
    position: fixed;
    z-index:19999;
    display: block;
    overflow: hidden;
}
.ads980x200 iframe {
   width:980px;
   display: block;
   margin:0 auto;
   overflow: hidden;
}
.ads-fluid ins {
    text-align:center;
    display: block;
    margin:0 auto;
}
.mobile-ads {
    width:300px;
    height: 250px;
    display: block;
    margin:0 auto 20px auto;
    text-align: center;
}
.fixed-mobile-ads {position:fixed;bottom:10px;left:10px;min-height:60px;z-index:999999;}
/* -- END ADS CSS -- */
/*--- GENERAL ---*/
.aspect-ratio{position:relative;width:100%;float: left;height:0;padding-bottom:49.25%;margin-bottom:10px;}
.aspect-ratio iframe{position:absolute!important;width:100%!important; height:100%!important;left:0;top:0;margin:0!important;padding:0;}
.orange-bg,.more-link.orange span, .more-link.orange i{background-color: #f59026;}
.green-bg,.more-link.green span,.more-link.green i{background-color: #40ba98;}
.blue-bg,.more-link.blue span,.more-link.blue i{background-color: #29A8E0;}
.pink-bg,.more-link.pink span,.more-link.pink i{background-color: #c53c94;}
.zgjedhjet-bg,.more-link.zgjedhjet span,.more-link.zgjedhjet i{background-color: #195eaa;}
.more-link.zgjedhjet { border-color: #195eaa;}
.zgjedhjet-bg a i {
    background-color: #164b86;
}


.gray-bg,.more-link.gray span,.more-link.gray i{background-color: #333333;}
.zerat-bg{background-color: #919396;}
.clear{clear: left;}
.img-cover{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.tags {width:100%;float: left;margin-bottom: 20px;}
.tags a {
    float: left;
    padding: 10px 22px 10px 20px;
    background-color: #cccccc;
    color: #333333;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 10px;
}
.tags a:last-child{margin-right: 0;}
.tags a:hover {
    background-color:#00aeef;
    color:#ffffff;
    text-decoration: none;
}
img{width: 100%;display: block;}
a,a:visited,a:focus,a:active,a:hover{text-decoration: none;color: inherit;}
a,header,.menu-ico,.menu-box,.menu-inner,.menu-inner::before,.menu-inner::after,.caption,.slick-prev,.slick-next,.tv-slider .slick-next::before,.tv-slider .slick-prev::before,.result-slider .slick-next::before,.result-slider .slick-prev::before,.auth-box .overlay,.img-cover{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.published .categ{display: inline-block;background-color: #29A8E0;padding: 5px;font-weight: 900;color: #fff;font-size: 12px;line-height: 1;text-transform: uppercase;margin-right: 7px;}
.caption{
	background: transparent;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000',endColorstr='#000000',GradientType=1 );
    padding: 30px 20px 20px 20px;
    width: 100%;
}
.published{display: flex;align-items: center;margin-bottom: 10px;}
.published .date,.news-img .date,.news-txt .date,.news-thumb .date{font-size: 10px;line-height: 1;font-weight: 500;color: #fff;}
.published .date:before{content: '|';float: left;color: #fff;font-size: 10px;line-height: 1;margin-right: 7px;}
.more-link{border-bottom: 1px solid #29A8E0;}
.more-link span{display: inline-block;color: #fff;padding: 7px 10px;background-color: #29A8E0;font-size: 18px;line-height: 1;font-weight: 700;}
.more-link i{display: inline-block;color: #fff;padding: 7px 10px;background-color: #29A8E0;font-size: 14px;line-height: 18px;margin-left: 4px;}
.more-link.pink{border-color: #c53c94;}
.more-link.green{border-color: #40ba98;}
.more-link.gray{border-color: #333333;}
.more-link.orange{border-color: #f59026;}
.categ-bar{color: #fff;font-size: 32px;line-height: 1;display: block;font-weight: 700;}
.categ-bar i{padding: 7px;display: inline-block;font-size: 22px;line-height: 38px;width: 56px;text-align: center;margin-right: 12px;}
.categ-bar.green-bg i{background-color: #008c6b;}
.categ-bar.pink-bg i{background-color: #872578;}
.categ-bar.tv-bg i{background-color: #333333;}
.categ-bar.orange-bg i{background-color: #dc7e26;}
.categ-bar.zerat-bg i{background-color: #babcbe;}
.img-cover:hover{opacity: .9;}
.visible-xs{display: none!important;}
.pdr-50{padding-right: 50px;}
/*--- W-100, F-L ---*/

header,footer,section,main{width: 100%;float: left;}

/*--- MG-B 20 ---*/

.mgb-20,.result-slider,.sport-slider,.news-lg,.news-md,.news-sm,.box-news,.news-img,.news-txt,.more-link,.categ-bar,.sport-top,.sport-top h1,.sport-section aside .semi-title,.aside-news-sm h2,.aside-news-sm,.sport-section aside .news-txt:nth-last-child(2),.slider-holder,.foot-top,.pagination,.result-box,.news-txt.sport:nth-last-child(-n+4),.news-content .main-img,.news-content h1,.news-content .subtitle,.news-content p,.related-article,.related-article .title,.share-holder,.auth-bar,.readmore-section .semi-title,.auth-box,.auth-box h2,.news-content figure,.search-page .semi-title
{margin-bottom: 20px;}
.bd-rm .news-content .aspect-ratio{margin-bottom: 20px!important;}
/*--- MG-B 40px ---*/

.mgb-40{margin-bottom: 40px;}

/*--- HEADER ---*/
body{padding-top: 137px;}
body.black{background-color: #000;}
header{padding: 20px 0;background-color: #fff;border-bottom:1px solid transparent;position: fixed;top: 0;left: 0;z-index: 20000;}
header.sticky{border-color: #eee;}
header.black.sticky{border-color: #000;}
.logo{
	width: 172px;
	margin-right: 20px;
	float: left;
	margin-top: 9px;
}
.logo svg{width: 100%;height: auto;display: block;}

/*--- NEWS LG,MD,SM ---*/

.news-lg .img-cover{width: 100%;min-height: 520px;height: 100%;}
.news-md .img-cover{width: 100%;min-height: 520px;height: 100%;}
.news-sm .img-cover{width: 100%;min-height: 250px;height: 100%;}
.news-lg h1,.news-md h2,.news-sm h2{display: flex;}
.news-lg h1 i,.news-md h2 i,.news-sm h2 i{font-size: 36px;line-height: 1;margin-right: 10px;color: #fff;}

/*--- BOX NEWS ---*/

.semi-title{display: block;font-size: 21px;line-height: 1;font-weight:700;color: #454646;margin-bottom: 20px;}
/*.box-news{padding: 20px;border-top: 5px solid #a5a7aa;background-color: #f0f1f1;}*/

/*--- NEWS IMG ---*/

.news-img figure{flex: 0 0 107px;-ms-flex: 0 0 107px;max-width: 107px;margin-right: 10px;}
.news-img div,.news-thumb div{flex: 1;}
.news-img .title{font-size: 17px;line-height: 21px;color: #161616;display: block;margin-bottom: 10px;font-weight: 700;}
.news-img:hover .title{text-decoration: underline;}
.news-img .date,.news-txt .date,.news-thumb .date,.news-content .published .date,.news-content .published .date:before{color: #808080;}
.news-img .date i,.news-txt .date i,.news-thumb .date i{margin-right: 5px;}
.news-img article,.news-txt article{padding-bottom: 20px;border-bottom: 1px solid #e4e4e4;height: 100%;}

/*--- NEWS TXT ---*/

.news-txt .title{font-size: 17px;line-height: 21px;color: #161616;display: block;font-weight: 400;margin-bottom: 10px;}
.news-txt:hover .title{text-decoration: underline;}
.news-txt .categ,.news-thumb .categ{display: inline-block;color: #808080;font-weight: 900;font-size: 12px;line-height: 1;text-transform: uppercase;margin-right: 7px;}
.news-txt .categ:after,.sport-top .categ:after,.aside-news-sm .categ:after,.news-sm.eko .categ:after,.news-thumb .categ:after{content: '|';float: right;color: inherit;font-size: 11px;line-height: 1;margin-left: 7px;}

/*--- SPORT SECTION ---*/

.sport-section{padding: 40px 0 20px 0;background-color: #000;}
.sport-top .img-cover{min-height: 250px;}
.sport-top h1{max-width: 75%;}
.sport-top .categ,.aside-news-sm .categ,.news-sm.eko .categ,.related-article .categ{background-color: transparent;padding: 0;}
.sport-top .published,.aside-news-sm .published{margin-bottom: 0;}
.sport-top .published .date:before,.aside-news-sm .published .date:before,.news-sm.eko .date:before{content: none;margin: 0;}
.sport-section aside .semi-title{color: #fff;}
.aside-news-sm{min-height: 280px;}
.aside-news-sm h2{font-size: 24px;line-height: 28px;}
.sport-section aside .news-txt .title,.related-article .published .date,.news-content .related-article .published .date:before{color: #fff;}
.sport-section aside .news-txt article{border-color: #333333;}
.sport-section aside .news-txt:nth-last-child(2) article{padding-bottom: 20px;border-bottom:1px solid;}

/*--- SHOWBIZ SECTION ---*/

.showbiz-section{padding: 40px 0 20px 0;}

/*--- TV SECTION ---*/

.tv-section{padding: 60px 0 40px 0;background-color: #231f20;}
.tv-section .news-lg h1{margin-bottom: 0;max-width: 60%;}
.tv-section .news-lg i{
	color: #fff;
	font-size: 70px;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.tv-slider .news-sm,.result-slider .result-box{margin-bottom: 0;}
.tv-slider .slick-list,.result-slider .slick-list{margin: 0 -10px;}
.tv-slider .slick-slide,.result-slider .slick-slide{
	margin: 0px 10px;
	opacity:0;
	transition-delay: 0s;
	transition-duration: 0.2s;
	transition-property: opacity;
	transition-timing-function: ease-out;
}
.tv-slider .slick-slide.slick-active,.result-slider .slick-slide.slick-active {
	opacity:1;
	transition-delay: 0.3s;
	transition-duration: 0.2s;
	transition-property: opacity;
	transition-timing-function: ease-in;
}
.tv-slider .slick-prev:before,.tv-slider .slick-next:before,.result-slider .slick-prev:before,.result-slider .slick-next:before {
    font-family: 'zeri-icons';
    font-size: 36px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tv-slider .slick-next::before,.result-slider .slick-next::before{content: "\e903";}
.tv-slider .slick-prev::before,.result-slider .slick-prev::before{content: "\e904";}
.tv-slider .slick-prev,.tv-slider .slick-next,.result-slider .slick-prev,.result-slider .slick-next{width: 50px;height: 100%;opacity: 0;background-color: rgba(0,0,0,.25)}
.tv-slider:hover .slick-prev,.tv-slider:hover .slick-next,.result-slider:hover .slick-prev,.result-slider:hover .slick-next{opacity: .75;}
.result-slider .slick-prev,.result-slider .slick-next{opacity: .75;}
.tv-slider .slick-prev:hover,.tv-slider .slick-next:hover,.result-slider .slick-prev:hover::before,.result-slider .slick-next:hover::before{opacity: 1;}
.tv-slider .slick-disabled,.result-slider .slick-disabled{opacity: 0!important;}

/*--- EKONOMIA SECTION ---*/

.ekonomia-section{padding:60px 0 40px 0;background-color: #f0f0f1;}
.news-sm.eko .img-cover{min-height: 220px;}
.news-sm.eko h2,.news-thumb .date{margin-bottom: 10px;}
.news-sm.eko .categ{padding: 0;}
.news-sm.eko .published{margin: 0;}
.news-txt.eko article{background-color: #fff;padding: 20px;}
.news-sm.eko,.news-txt.eko{margin-bottom: 0;}
.ekonomia-section .semi-title{color: #000;margin-bottom: 20px;}
.news-thumb{padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid #e4e4e4;}
.news-thumb:last-child{border-bottom: 0;padding-bottom: 0;}
.news-thumb figure{flex: 0 0 70px;-ms-flex: 0 0 70px;max-width: 70px;margin-right: 10px;}
.news-thumb .title{display: block;color: #161616;font-size: 17px;line-height: 21px;font-weight: 700;}
.news-thumb:hover .title{text-decoration: underline;}

/*--- SPORT CATEGORY ---*/

header.black,.top-category.sport{background-color: #000000;}
.result-box .img-cover{min-height: 250px;}
.result-box .result{font-size: 60px;line-height: 1;color: #fff;font-weight: 900;}
.result-box .time{font-size: 18px;line-height: 1;color: #fff;font-weight: 900;}
.result-box .teams{font-size: 24px;line-height: 1;color: #fff;text-transform: uppercase;font-weight: 900;}
.news-img.sport article{border-bottom: 0;padding-bottom: 0;}
.news-img.sport .title,.news-txt.sport .title{color: #fff;}
.top-category.sport{padding-bottom: 40px;}
.top-category.sport .aside-right .semi-title{color: #fff;margin-bottom: 20px;}
.sport-slider .slick-prev,.sport-slider .slick-next{-webkit-transform: translate(0,0);-ms-transform: translate(0,0);transform: translate(0,0);}
.sport-slider .slick-prev{top: -40px;right: 30px;left: auto;}
.sport-slider .slick-next{top: -40px;right: 0;}

/*--- READMORE ---*/

.news-content{padding-right: 50px;padding-bottom: 40px;}
.news-content .main-img,.auth-bar{border-bottom: 4px solid #29a8e0;}
.news-content h1{color: #231f20;margin-bottom: 30px;}
.news-content .subtitle{display: block;font-weight: 700;color: #231f20;font-size: 24px;line-height: 28px;}
.news-content p{font-family: 'PT Serif', serif;font-weight: 400;color: #231f20;font-size: 18px;line-height: 28px;margin-bottom: 30px;}
.news-content p a {color:#29A8E0;text-decoration:underline;}
.news-content p strong{font-weight: 700;}
.related-article .img-cover{
	min-height: 250px;
	-webkit-background-size: 300px;
    -moz-background-size: 300px;
    -o-background-size: 300px;
    background-size: 300px;
    background-position: top right!important;
}
.related-article .title{display: block;font-weight: 700;font-size: 28px;line-height: 32px;max-width: 75%;color: #fff;}
.related-article .published{margin-bottom: 0;}
.related-article .published .categ{background-color: }
.related-article .caption{
	min-height: 250px;
	height: 100%;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 35%);
    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(35%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 35%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 35%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 35%);
    background: linear-gradient(to left,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 35%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000',endColorstr='#000000',GradientType=1 );
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
    position: relative;
}
.related-article .also{font-weight: 900;font-size: 12px;line-height: 1;position: absolute;top: 0;left: 0;background: #29a8e0;color: #fff;padding: 10px 20px;text-transform: uppercase;}
.auth-bar{padding-bottom: 30px;margin-bottom: 30px;}
.auth-bar figure{flex: 0 0 300px;-ms-flex: 0 0 300px;max-width: 300px;margin-right: 30px;margin-bottom: 0!important;}
.auth-bar figure img{-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
.auth-bar span{display: block;font-size: 21px;line-height: 25px;font-weight: 700;color: #58595b;}
.news-content figure{margin-bottom: 30px;}
.news-content figure figcaption{font-family: 'PT Serif', serif;font-weight: 400;color: #231f20;font-size: 16px;line-height: 22px;font-style: italic;padding-top: 10px;}
.news-content .main-img{position: relative;}
.news-content .main-img figcaption{position: absolute;bottom: 0;left: 0;background-color: rgba(0,0,0,.4);color: #fff;padding: 10px 20px;}
.readmore-slider .slick-next,.readmore-slider .slick-prev{width: 30px;height: 26px;}
.readmore-slider .slick-prev{left: 20px;}
.readmore-slider .slick-next{right: 20px;}
.readmore-slider .slick-next:before,.readmore-slider .slick-prev:before{font-size: 30px;}
.readmore-slider .slick-disabled{opacity: 0;}
.news-content ul,.news-content ol{display: inline-block;margin-bottom: 30px;width: 100%;float: left;}
.news-content ul li,.news-content ol li{color: #231f20;font-size: 18px;line-height: 22px;margin-bottom: 5px;list-style-position: inside;font-family: 'PT Serif', serif;}
.news-content ul:not(.d-flex) li{padding-left: 15px;position: relative;}
.news-content ul:not(.d-flex) li:before{content: '';width: 4px;height: 4px;position: absolute;top: 9px;left: 0;background-color: #29a8e0;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
.news-content ol li{list-style-type: decimal;}
.news-content div[data-oembed-url] > div{max-width: 100%!important;margin-bottom: 30px!important;}

/*--- SHARE ---*/

.news-content .share-holder ul{display: inline-block;margin-bottom: 0;}
.news-content .share-holder ul li{display: inline-block;margin-right: 10px;margin-bottom: 0;}
.news-content .share-holder ul li:first-child{color: #808080;font-size: 16px;text-transform: uppercase;}
.share-holder li a{display: block;font-size: 18px;line-height:40px;text-align:center;color: #fff;width: 40px;height: 40px;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;}
.share-holder li .fb{background-color: #3b5998;}
.share-holder li .tw{background-color: #1da1f2;}

/*--- ZERAT ---*/

.auth-box{padding-bottom: 10px;}
.auth-box .published{position: absolute;bottom: 0;left: 10px;margin-bottom: 0;}
.auth-box figure{position: relative;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;overflow: hidden;margin-bottom: 20px;}
.auth-box .overlay{height: 100%;width: 50%;position: absolute;top: 0;left: 0;background-color: #29a8e0;background-blend-mode: screen;}
.auth-box article:hover .overlay{width: 100%;}
.auth-box .name{color: #231f20;display: block;font-size: 21px;line-height: 25px;font-weight: 700;padding-left: 20px;padding-right: 5px;text-align: left;}
.auth-box h2{color: #231f20;padding-top: 16px;border-top:4px solid #29a8e0;}
.auth-box .date{color: #808080;}
.auth-box .date:before{content: none;margin: 0;}

/*--- FOOTER ---*/

footer{padding: 40px 0;background-color: #f4f5f6;}
footer.white{background-color: #fff;}
.foot-top{padding-bottom: 20px;border-bottom: 1px solid #b2b1b2;}
.foot-top .logo{margin: 0;}
.foot-top ul li{float: left;margin-right: 5px;margin-bottom: 10px;font-size: 16px;line-height: 1;color: #969696;}
.foot-top ul li:after{float: right;margin-left: 5px;content: '|';font-weight: 400;}
.foot-top ul li:last-child:after{margin-left: 0px;content: none;}
.foot-top ul li a{display: inline-block;text-transform: uppercase;line-height: 18px;font-weight: 400;}
.foot-top ul li a:hover,.foot-bottom ul li a:hover{color: #454646;}
.foot-bottom p{font-weight: 400;font-size: 14px;line-height: 20px;color: #969696;}
.foot-bottom .left p:first-child{margin-bottom: 20px;}
.foot-bottom .mid p{max-width: 65%;}
.foot-bottom ul li a{font-weight: 400;font-size: 24px;line-height: 1.3;display:inline-block;color: #969696;}
footer .st0 {fill: #221f1f!important;}
.developed{margin-top: 20px;display: block;font-size: 13px;line-height: 1;color: #333;}

/*--- ZGJEDHJET ---*/

.zgjedhjet-section{padding-bottom: 30px;}
.zgjedhjet-section .categ-bar{background-color: transparent;position: relative;}
.zgjedhjet-section figure{width: 80px;margin-right: 20px;position: absolute;left: 0;top: -14px;left: -7px;background-color: #fff;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;}
.zgjedhjet-section figure img{border: 7px solid #fff;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;}
.zgjedhjet-section .categ-bar a {display: flex;flex-wrap: wrap;align-items: center;line-height: 52px;max-width: calc(100% - 20px);margin-left: auto;background: #0c4da2;width: calc(100% - 20px);padding-left: 70px;}
.zgjedhjet-section .more-link{border-color: #0c4da2;}
.zgjedhjet-section .more-link span,.zgjedhjet-section .more-link i{background-color: #0c4da2;}

/*--- PAGINATION ---*/

.pagination a{display: inline-block;padding: 7px;background-color: #008c6b;font-size: 12px;color: #fff;margin-right: 4px;line-height: 14px;width: auto;text-align: center;height: 30px;}
.pagination .prev,.pagination .next{font-size: 16px;}

/*-- MENU ICON --*/

.menu-ico {
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	overflow: visible;
	float: left;
    height: 48px;
    width: 48px;
    background-color: #a5a7aa;
    margin-top: 21px;
}
header.black .menu-ico{background-color:#40ba98;}
.menu-box {width: 28px;height: 22px;display: inline-block;position: relative;}
.menu-inner {display: block;top: 50%;margin-top: -2px;}
.menu-inner, .menu-inner::before, .menu-inner::after {
	width: 28px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.menu-inner::before, .menu-inner::after {content: "";display: block;}
.menu-inner::before {top: -9px; }
.menu-inner::after {bottom: -9px; }
.menu-ico .menu-inner {transition-duration: 0.075s;transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);}
.menu-ico .menu-inner::before {transition: top 0.075s 0.12s ease, opacity 0.075s ease;}
.menu-ico .menu-inner::after {transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);}
/*.menu-ico.is-active .menu-inner {transform: rotate(45deg);transition-delay: 0.12s;transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);}
.menu-ico.is-active .menu-inner::before {top: 0;opacity: 0;transition: top 0.075s ease, opacity 0.075s 0.12s ease;}
.menu-ico.is-active .menu-inner::after {bottom: 0;transform: rotate(-90deg);transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);}*/

/*--- MAIN NAV ---*/

.main-nav{
	background-color: #221f1f;
	position: fixed;
	top: 0;
	left: 0;
	overflow-y: auto;
	z-index: 20000;
	width: 100%;
	height: 100%;
	padding:31px 0px 20px 0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}
.main-nav .nav-top{position: relative;margin-bottom: 50px;}
.close-nav{float: right;color: #fff;font-size: 40px;line-height: 36px;position: absolute;right: 0;top: 17px;cursor: pointer;}
.main-nav form{width: 50%;position: relative;margin-top: 12px;}
.main-nav .form-control.inp{
    border-radius: 0;
    border-color: #565454;
    outline: none!important;
    box-shadow: none!important;
    height: 49px;
    padding: 10px 10px 10px 30px;
    width: 100%;
    float: right;
    background-color: transparent;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}
.main-nav .form-control.inp::-webkit-input-placeholder {color: #fff;}
.main-nav .form-control.inp::-moz-placeholder {color: #fff;}
.main-nav .form-control.inp:-ms-input-placeholder {color: #fff;}
.main-nav .form-control.inp:-moz-placeholder {color: #fff;}
.main-nav .form-control.inp:focus{border-color: #fff;}
.main-nav .icon-search{position: absolute;color: #fff;top: 18px;left: 10px;font-size: 14px;line-height: 1;}
.has-active-menu .main-nav{
	transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
}
.main-nav ul li{
	margin-bottom: 20px;
    opacity: 0;
    -webkit-transform: translate(0%, 100%);
    transform: translate(0%, 100%);
    transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, transform .3s ease;
    transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
        -webkit-transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
    -moz-transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
}
.has-active-menu .main-nav ul li{
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}
.has-active-menu .main-nav ul.row li:nth-child(-n+4){
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.has-active-menu .main-nav ul.row li:nth-child(n+5){
	-webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.has-active-menu .main-nav ul.row li:nth-child(n+9){
	-webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.has-active-menu .main-nav ul.row li:nth-child(n+13){
	-webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.has-active-menu .main-nav ul.row li:nth-child(n+17){
	-webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.has-active-menu .main-nav ul.social li{
	-webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}    
.main-nav ul.row li a{display: block;color: #fff;font-weight: 400;font-size: 18px;line-height: 1;background-color: #565454;height: 100%;padding: 20px;text-align: center;text-transform: uppercase;}
.main-nav ul.row li a:hover{background-color: #29A8E0;}
.main-nav ul.row li a.sport:hover{background-color: #40ba98;}
.main-nav ul.row li a.showbiz:hover{background-color: #c53c94;}
.main-nav ul.row li a.ekonomia:hover{background-color: #f59026;}
.main-nav ul.row li a.kronika:hover{background-color: #414042;}
.main-nav ul.row li a.bota:hover{background-color: #FF4040;}
.main-nav ul.row li a.zerat:hover{background-color: #1B75BC;}
.main-nav ul.row li a.auto-amp-tech:hover{background-color: #FDB917;}
.main-nav ul.row li a.dosier:hover{background-color: #4E5E32;}
.main-nav ul.row li a.jete:hover{background-color: #3CBA47;}
.main-nav ul.row li a.zeri-web-tv:hover{background-color: #00B7E8;}
.main-nav ul.row li a.arkiva:hover{background-color: #B59B74;}
.main-nav ul.row li a.kultura:hover{background-color: #662D91;}
.main-nav ul.row li a.video:hover{background-color: #00B7E8;}
.main-nav ul.row li a.impresum:hover{background-color: #6D6E71;}
.main-nav ul.row li a.privacy-policy:hover{background-color: #A7A9AC;}
.main-nav .logo{margin-top: 0;margin-right: 148px;}
.main-nav.black .st1{fill: #40ba98;}
.main-nav .social{display: flex;justify-content: flex-start;}
.main-nav .social a{
	display: inline-block;
	margin-right: 20px;
	padding: 15px 30px;
	font-size: 18px;
	color: #fff;
	line-height: 1;
	margin-bottom: 0;
}
.main-nav .social .fb{background-color: #3b5998;}
.main-nav .social .tw{background-color: #1da1f2;margin-right: 0;}

/*--- ADS ---*/

.ads728x90{max-width: 728px;float: right;}
.ads980x200{text-align: center;}
.ads-fluid{text-align: center;}
.ads-fluid.external {margin-bottom:20px;}
.ads-fluid img,.ads728x90 img,.ads980x200 img,.ads300x250 img,.ads300x600 img,.ads300x250 ins{margin: 0 auto;}
.ads980x200 img{max-width: 980px;}
.ads300x250 ins{display: block;width: 300px;}
.ads300x250 iframe{display: block;margin: 0 auto;}

@media only screen and (min-width : 1300px) {
	.hidden-lg{display: none!important;}
	.hidden-md{display: block!important;}
	.news-txt.sport:nth-last-child(-n+3) article{padding-bottom: 0px;border-bottom: 0;}
	.sport-bottom .news-md.col-lg-4,.eq-flex{-ms-flex: 0 0 calc(33.333333% + 0.01px);flex: 0 0 calc(33.333333% + 0.01px);/*max-width: calc(33.333333% + 0.01px);*/}
	.aspect-ratio {padding-bottom: 56.25%!important;margin-bottom: 0!important;}
}
@media only screen and (min-width : 992px){
	.news-txt:nth-last-child(-n+2){margin-bottom: 0;}
	.news-txt:nth-last-child(-n+2) article,.top-category.sport .news-txt:nth-last-child(-n+3) article{padding-bottom: 0;border-bottom: 0;}
	.news-txt.eko:nth-last-child(-n+3) article{padding-bottom: 20px;border-bottom: 0;}
	.itemis.cf{display: flex;justify-content: space-between;align-items: center;}
	.box-numbers.ark,#archiveForm{width: auto!important;}
}
@media only screen and (min-width : 992px) and (max-width: 1299px){
	.container{max-width: 100%;padding-left: 20px;padding-right: 20px;}
	.hidden-lg{display: block!important;}
	.hidden-md,.news-lg h1 i, .news-md h2 i, .news-sm h2 i{display: none!important;}
	.col-left{flex: 0 0 calc(100% - 320px);-ms-flex:0 0 calc(100% - 320px);max-width: calc(100% - 320px);}
	.col-right{flex: 0 0 320px;-ms-flex:0 0 320px;max-width: 320px;}
	.sport-top h1,.tv-section .news-lg h1{max-width: 100%;}
	h1{font-size: 42px;line-height: 46px;}
	.container{padding-left: 20px;padding-right: 20px;}
	.auth-bar figure {flex: 0 0 220px;-ms-flex: 0 0 220px;max-width: 220px;}
	.news-content,.pdr-50{padding-right: 0;}
	.related-article .title{font-size: 40px;line-height: 44px;}
	.sky-right  {display:none;}
	.aspect-ratio{height: 100%;}    
}
@media only screen and (min-width : 768px) and (max-width: 1024px){
	body{padding-top: 106px;}
	header .ads728x90{display: none;}
	header .logo{margin-top: 0;}
	.menu-ico{margin-top: 12px;}
	.tv-slider .slick-prev, .tv-slider .slick-next{opacity: 1;}
	.ads980x200{display: none;}
	.auth-bar figure {flex: 0 0 180px;-ms-flex: 0 0 180px;max-width: 180px;}
	.auth-box .overlay{width: 100%;}
	.related-article .title{font-size: 34px;line-height: 38px;}
}
@media only screen and (min-width : 768px) and (max-width: 991px){
	.main-nav .logo{margin-right: 68px;}
	.hidden-sm,.news-lg h1 i, .news-md h2 i, .news-sm h2 i{display: none!important;}
	.unset-flex{display: block;}
	.fl-left{float: left;}
	.fl-right{float: right;}
	.sport-top h1,.tv-section .news-lg h1{max-width: 100%;}
	.news-txt.eko:nth-last-child(2),.news-txt.eko:nth-last-child(3){margin-bottom: 20px;}
	.foot-top .logo,.foot-bottom .left p:last-child,.foot-bottom .mid p{margin-bottom: 20px;}
	.news-txt:last-child,.top-home .news-txt:nth-child(3){margin-bottom: 0;}
	.news-txt:last-child article,.top-home .news-txt:nth-child(3) article{padding-bottom: 0;border-bottom: 0;}
	.sport-section aside .news-txt:nth-last-child(2) article {padding-bottom: 20px;border-bottom: 0;}
	h1{font-size: 38px;line-height: 42px;}
	.container{padding-left: 20px;padding-right: 20px;}
	.news-sm .caption{padding: 20px 10px 10px 10px;}
	.news-txt.eko article{padding: 10px;}
	.news-img article, .news-txt article{padding-bottom: 10px;}
	.news-txt{margin-bottom: 10px;}
	.top-category.sport .news-txt:last-child article{border-bottom: 1px solid #e4e4e4;padding-bottom: 10px;}
	.news-content,.pdr-50{padding-right: 0;}
	.readmore-section .news-txt:nth-last-child(-n+3){display: none;}
    .sport-slider .slick-prev{right: auto;left: 100px;}
    .sport-slider .slick-next{right: auto;left: 130px;}
    .top-category.sport .aside-right .semi-title{margin-top: 20px;} 
    .top-category.sport .news-txt:nth-last-child(-n+2) article {padding-bottom: 0;border-bottom: 0;}
    .sky-right  {display:none;} 
    #archiveForm {width: 100%!important;margin-bottom: 20px;}      
}

@media only screen and (max-width : 767px) {
	body{padding-top: 150px;}
	header{border-color: #eee;}
	header.black{border-color: #000;}
	.ads980x200,.ads-fluid,.ads728x90,.news-lg h1 i, .news-md h2 i, .news-sm h2 i,footer nav{display: none;}
	h1,.related-article .title{font-size: 24px;line-height: 28px;}
	.container{padding-left: 20px;padding-right: 20px;}
	.logo{margin-top: 0;width: 118px;}
	.main-nav .logo{margin-right: 0;}
	.menu-ico,header.black .menu-ico{margin-top: 15px;float: right;width: auto;height: auto;background-color: transparent;}
    .menu-inner, .menu-inner::before, .menu-inner::after{background-color: #221f1f;}
	header.black .menu-inner, header.black .menu-inner::before, header.black .menu-inner::after {background-color: #40ba98;}
	.main-nav form{width: 100%;margin-top: 40px;}
	.main-nav .nav-top{margin-bottom: 40px;}
	.main-nav ul.row li a{padding: 0;background-color: transparent;text-align: left;}
	.main-nav ul.row li a:hover,.main-nav ul.row li a:focus{background-color: transparent;color: #29A8E0;}
	.close-nav{top: 13px;font-size: 22px;line-height: 1;}
	.main-nav ul.social li{margin-bottom: 0;}
	.main-nav .social{margin-top: 20px;}
	.main-nav{padding: 20px 0;}
	.news-lg .img-cover,.news-md .img-cover{min-height: 250px;}
	.news-md .img-cover{background-position: top center!important;}
	.news-txt.eko article{padding: 10px;}
	.news-img article, .news-txt article{padding-bottom: 10px;}
	.news-txt,.news-img{margin-bottom: 10px;}
	.sport-top h1,.tv-section .news-lg h1,.foot-bottom .mid p{max-width: 100%;}
	.tv-section .news-lg i{top:20px;left:20px;font-size: 30px;transform: translate(0,0);-ms-transform: translate(0,0);-webkit-transform: translate(0,0);-moz-transform: translate(0,0);-o-transform: translate(0,0);}
	.tv-section,.ekonomia-section{padding: 40px 0 20px 0;}
	.news-sm.eko,.news-txt.eko:nth-child(4),.foot-bottom .left p:last-child,.foot-bottom .mid p{margin-bottom: 20px;}
	.news-sm.eko:last-child,.top-home .news-txt:nth-child(3){margin-bottom: 0px;}
	.news-txt.eko:nth-last-child(-n+5),.top-home .news-txt:nth-last-child(-n+3){display: none;}
	.foot-bottom ul li a{font-size: 22px;}
	.top-home .news-txt:nth-child(3) article{padding-bottom: 0;border-bottom: 0;}
	.tv-section .news-lg .img-cover{position: relative;}
	.sport-section .sport-top article,.sport-section .news-md article,.aside-news-sm,.top-category.sport .news-lg .img-cover,.top-category.sport .news-sm .img-cover,.result-box .img-cover{border-bottom: 2px solid #40bb99;}
	.auth-bar figure {flex: 0 0 100px;-ms-flex: 0 0 100px;max-width: 100px;}
	.news-content,.pdr-50{padding-right: 0;}
	.auth-box .overlay{width: 100%;}
	.auth-box .name{font-size: 17px;line-height: 21px;}
	.top-category.sport .news-sm .img-cover .caption{padding: 20px 10px 10px 10px;}
	.top-category.sport .news-sm h2{font-size: 16px;line-height: 20px;}
	.visible-xs{display: block!important;}
	.top-category.sport .news-sm .img-cover{min-height: 200px;}
	.top-category.sport .news-img.sport:nth-last-child(-n+2){display: none;}
	.top-category.sport .news-txt.sport:nth-last-child(-n+6){display: none;}
	.related-article .title{max-width: 100%;}
	.related-article .caption{
	    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 42%);
	    background: -webkit-gradient(left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(42%,rgba(0,0,0,1)));
	    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 42%);
	    background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 42%);
	    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 42%);
	    background: linear-gradient(to left,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 42%);
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000',endColorstr='#000000',GradientType=1 );
	}
    .sport-slider .slick-prev{right: auto;left: 100px;}
    .sport-slider .slick-next{right: auto;left: 130px;}
    .top-category.sport .aside-right .semi-title{margin-top: 20px;}
    .news-content .subtitle {font-size: 18px;line-height: 24px;}
    .sky-right  {display:none;}
    .ads300x600 img {width:300px;margin:0 auto;display: block;}
    .ads300x600 ins {margin:0 auto;display: block;width:300px;}
    .ads300x600 > div {margin:0 auto;display: block;width:300px;}
    .showbiz-section {padding: 20px 0 20px 0;}
    .news-content iframe{width: 100%;max-width: 100%!important;}
    .news-content .mobile-ads iframe{height: 250px!important;}
    #archiveForm,.box-numbers.ark,.archive-options input[type=text], .archive-options select{width: 100%!important;}
    #archiveForm,.archive-options input[type=text], .archive-options select{margin-bottom: 20px;}
    .news-content iframe.instagram-media{min-width: 300px!important;}
    .hidden-xs{display: none!important;}
    footer {padding:20px 0px 40px 0px;}
    .news-content .main-img{width: calc(100% + 40px);margin-left: -20px;}
    body.bd-rm{padding-top: 90px;}
    .main-nav ul.row li a:hover{background-color: transparent!important;color: #fff!important;}
    .cvd-box .semi-title {font-size:24px;line-height:30px;} .cvd-box .selectBox {float:left;margin-bottom:35px;} .cvd-box .mapi-info {width:125px;}
    .cvd-box [class*="col-"] {margin-bottom:25px;} .row.cvd-box {padding:25px 0px 0px 0px;}
    .corona-virus.visible-xs{position: fixed;top: 86px;left: 0;width: 100%;z-index: 2000;display: flex!important;align-items: center;}
    #sas_26300{display: none!important;}
}
#in-article-rec{width: 300px;height:250px;margin: 0 auto 20px auto;display: block;text-align: center;}
header.sticky .logo{width: 118px;margin-top: 0;}
header.sticky .ads728x90{display: none;}
header.sticky .menu-ico{margin-top: 3px;height: 40px;width: 40px;}
header.sticky .menu-box,header.sticky .menu-inner,header.sticky .menu-inner::before,header.sticky .menu-inner::after{width: 24px;}
.box-numbers.ark > div{float: right;order: 2;}
.box-numbers.ark .g-button-group .prev,.box-numbers.ark .g-button-group .next{width: 30px;height: 30px;line-height: 30px;font-size: 13px;background-color: #00aeef;color: #fff;text-align: center;}
.box-numbers.ark .g-button-group .prev{margin-right: 10px;}
.box-numbers.ark .g-button-group .next{margin-left: 10px;}