* {
	margin: 0;
	padding: 0;
	font-family: 'PT Serif', serif; 
	text-decoration: none;
}
ul li {
	list-style-type: none;
}
img {
	max-width: 100%;
}
textarea:focus,
input:focus{
	outline: none;
}
.container.no-gutter {
	padding: 0;
}
button {
	outline: none;
}
.mobile_logo{
	display: none !important;
}
.slider_holder{
	float: left;
	width: 100%;
}
/* general classes */
.dark-blue-border {
	border-color: #102f62!important;
}
.light-blue-border {
	border-color: #2980d9!important;
}
.dark-red-border {
	border-color: #c0392d!important;
}
.light-red-border {
	border-color: #e74c3c!important;
}
.dark-green-border {
	border-color: #27ae60!important;
}
.light-green-border {
	border-color: #87d37c!important;
}
.dark-gray-border {
	border-color: #979797!important;
}
.light-gray-border {
	border-color: #7f8c8d!important;
}
.dark-orange-border {
	border-color: #d35400!important;
}
.light-orange-border {
	border-color: #f39c12!important;
}
.light-white-border {
	border-color: #fff!important;
}
.dark-black-border {
	border-color: #18191a!important;
}

.light-blue-text {
	color: #2980d9!important;
}
.light-red-text {
	color: #e74c3c!important;
}
.light-gray-text {
	color: #7f8c8d!important;
}
.dark-orange-text {
	color: #d35400!important;
}
.light-orange-text {
	color: #f39c12!important;
}
.dark-blue-text {
	color: #102f62!important;
}
.white-text {
	color: #fff!important;
}

.dark-blue-background {
	color: #102f62!important;
}
.light-blue-background {
	background: #2980d9!important;
}
.dark-red-background {
	background: #c0392d!important;
}
.light-red-background {
	background: #e74c3c!important;
}
.dark-green-background {
	background: #27ae60!important;
}
.light-green-background {
	background: #87d37c!important;
}
.dark-gray-background {
	background: #979797!important;
}
.light-gray-background {
	background: #a7f4fa!important;
}
.dark-orange-background {
	background: #d35400!important;
}
.light-orange-background {
	background: #f39c12!important;
}
.dark-black-background {
	background: #18191a!important;
}
.btn-transparent {
	font-size: 24px;
	background: transparent;
	border: none;
	color: #fff;
}
.linked {
	color: #488aff;
	text-decoration: underline;
}
.topmost-header {
	position: relative;
}
.top-header {
	height: 48px;
	background-color: #18191a;
}
.topmost-menu {
	height: 48px;
}
.topmost-menu li {
	display: inline-block;
	vertical-align: middle;
}
.topmost-menu a {
	font-family: AdelleBold;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	padding: 18px 9px 14px 9px;
}
.topmost-menu a:hover {
	background: #333;
}
.social-sharing-menu {
	position: absolute;
	right: 0;
}
.social-sharing-menu li {
	height: 48px;
	width: 48px;
	float: left;
	margin-left: 2px;
}
.social-sharing-menu a {
	width: 48px;
	height: 48px;
	background: #333;
	position: relative;
	display: inline-block;
}
.social-sharing-menu a i {
	top: 50%;
	left: 50%;
	color: white;
	font-size: 18px;
	position: absolute;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.logo-row {
	margin-top: 38px;
	margin-bottom: 38px;
}
.logo-wrapper {
	width: 100%;
	/* height: 61px; */
	margin-top: 25px;
	padding: 10px 30px 10px 0;
	border-right: 2px solid #dfdfdf;
}
.secondary-logo-wrapper {
	margin-top: 22px;
}
.topmost-ad {
	text-align: right;
}
.main-menu li {
	margin: 0 1.2px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 2px solid;
}
.main-menu > li:hover .sub-menu {
	z-index: 5;
	opacity: 1;
	transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
}
.main-menu .sub-menu {
	top: 51px;
	opacity: 0;
	z-index: -1;
	float: left;
	width: 100%;
	background: white; 
	position: absolute;
	transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	-webkit-transition: opacity .3s ease-in-out;
}
.main-menu .sub-menu li,
.main-menu .sub-menu li a {
	float: left;
	width: 100%;
}
.main-menu .sub-menu li {
	margin: 0;
}
.main-menu .sub-menu li a {
	font-size: 12px;
	text-align: left;
	padding: 15px 10px;
}
.main-menu li:first-child {
	margin-left: 0;
}
.main-menu li:last-child {
	margin-right: 0;
}
.main-menu a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #18191a;
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	padding: 15px 18px;
}
.main-menu li.current-menu-item a,
.main-menu a:hover {
	color: #fff;
}
.main-menu li.home a:hover,
.main-menu li.home.current-menu-item a {
	background: #102f62!important;
	border-color: #102f62!important;
	color: #fff!important;
}
.main-menu li.albania a:hover,
.main-menu li.albania.current-menu-item a {
	background: #c0392d!important;
	border-color: #c0392d!important;
}
.main-menu li.kosova a:hover,
.main-menu li.kosova.current-menu-item a {
	background: #2980d9!important;
	border-color: #2980d9!important;
}
.main-menu li.sports a:hover,
.main-menu li.sports.current-menu-item a {
	background: #27ae60!important;
	border-color: #27ae60!important;
}
.main-menu li.region a:hover,
.main-menu li.region.current-menu-item a {
	background: #e74c3c!important;
	border-color: #e74c3c!important;
}
.main-menu li.world a:hover,
.main-menu li.world.current-menu-item a {
	background: #979797!important;
	border-color: #979797!important;
}
.main-menu li.culture a:hover,
.main-menu li.culture.current-menu-item a {
	background: #7f8c8d!important;
	border-color: #7f8c8d!important;
}
.main-menu li.metropolis a:hover,
.main-menu li.metropolis.current-menu-item a {
	background: #d35400!important;
	border-color: #d35400!important;
}
.main-menu li.analyse a:hover,
.main-menu li.analyse.current-menu-item a {
	background: #87d37c!important;
	border-color: #87d37c!important;
}
.main-menu li.tech a:hover,
.main-menu li.tech.current-menu-item a {
	background: #f39c12!important;
	border-color: #f39c12!important;
}

.main-menu-row {
	margin-bottom: 30px;
}
.news-ticker-row {
	margin-bottom: 30px;
}
.live-ticker .live-ticker-item {
	display: none;
	height: 19px;
	line-height: 1.1em;
    overflow: hidden;
}
.live-ticker .live-ticker-item:first-child {
	display: block;
}

.live-ticker-wrapper {
	height: 48px;
	background: #f5f5f5;
}
.live-ticker-title {
    z-index: 1;
	float: left;
	width: 150px;
	margin-right: 15px;
    position: relative;
	padding: 16px 0 17px 16px;
}
.live-ticker-title p {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-align: left;
	color: #102f62;
	padding-right: 7px;
	border-right: 1px solid #102f62;
}
.live-ticker-content {
	padding: 14px 0;
	position: relative;
}
.live-ticker-content a {
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	color: #18191a;
	white-space: nowrap;
	clear: both;
	font-family: 'Montserrat', sans-serif;
}
.live-ticker-content .flex-direction-nav {
	height: 47px;
	background: #f5f5f5;
	position: absolute;
	top: 0; right: 0; bottom: 0;
	padding: 0 10px;
}
.live-ticker-content .flex-direction-nav li {
	display: inline-block;
	vertical-align: middle;
}
.live-ticker-content .flex-next {
	width: 20px;
	height: 47px;
	display: inline-block;
	background: url(../images/live_ticker_right_arrow.png) no-repeat center;
}
.live-ticker-content .flex-prev {
	width: 20px;
	height: 47px;
	display: inline-block;
	background: url(../images/live_ticker_left_arrow.png) no-repeat center;
}
.main-news-ticker {
	font-size: 0;
	margin-bottom: 0px;
}

.flash-news-wrapper {
	height: 47px;
	background: #102f62;
	margin-bottom: 30px;
}
.flash-news .flash-news-item {
	display: none;
}
.flash-news .flash-news-item:first-child {
	display: block;
}
.flash-news-title {
	width: 166px;
	background: #e10000;
	padding: 16px 0;
	margin-right: 20px;
	float: left;
}
.flash-news-title p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background: url(../images/flash_news_icon.png) no-repeat 20px 0;
	padding-left: 17px;
}
.flash-news-title p a {
	color: #fff;
}
.flash-news-content {
	padding: 14px 0;
	position: relative;
}
.flash-news-content a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-align: left;
	color: #fff;
	text-transform: uppercase;
}
.flash-news-content .flex-direction-nav {
	top: 0;
	right: 0;
	bottom: 0;
	height: 47px;
	padding: 0 10px;
	padding-top: 10px;
	position: absolute;
	background: #102f62;
}
.flash-news-content .flex-direction-nav li {
	display: inline-block;
	vertical-align: middle;
}
.flash-news-content {
	padding-top: 12px;
}
.flash-news-content .flex-next {
	width: 20px;
	display: inline-block;
	background: url(../images/right_arrow_dark.png) no-repeat center;
}
.flash-news-content .flex-prev {
	width: 20px;
	display: inline-block;
	background: url(../images/left_arrow_dark.png) no-repeat center;
}
.flash-news-content .flex-direction-nav a {
	z-index: 2;
	height: 15px;
	position: relative;
	color: transparent;
}
/* .main-news-ticker {
	font-size: 0;
	margin-bottom: 50px;
} */

.slider-news-item {
	width: 100%;
	height: 383px;
	height: 450px;
	overflow: hidden;
	position: relative;
}
.banner_slider_thumb {
	float: left;
	width: 100%;
	height: 100%;
}
.banner_slider_thumb img {
	float: left;
	width: 100%;
	height: 100%;
	/*object-fit: cover;
	-o-object-fit: cover;*/
}
.news-text-info {
	z-index: 2;
	left: 28px;
	width: 84%;
	right: 112px;
	bottom: 50px;
	position: absolute;
}
.slider-news-title {
	color: #fff;
	font-size: 34px;
	font-family: AdelleBold;
	
}
.flex-control-thumbs {
	position: static;
	overflow: hidden;
}
.flex-control-nav {
    left: 45px;
    width: auto;
    bottom: 20px;
    z-index: 1234;
    margin-top: 0;
    position: absolute;
}
.flex-control-nav li {
	width: auto;
	height: auto;
	cursor: pointer;
	margin-right: 10px;
	position: relative;
	display: inline-block;
}
.flex-control-nav li a {
	float: left;
	width: 10px;
	height: 10px;
	border: 1px solid white;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}
.flex-control-nav li a.flex-active {
	background: white;
	transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
}
.flex-control-nav li:last-child {
	margin-right: 0;
}
.main-news-slider {
	zoom: 1;
	font-size: 0;
	height: 383px;
	height: 450px;
	min-width: 770px;
	display: inline-block;
}
#carousel{
	float: left;
	width: 100%;
	margin-top: 20px;
	height: 100px;
	overflow: hidden;
	position: relative;
}
#carousel .flex-direction-nav{
	display: none; 
}

#carousel .flex-viewport{
	height: 100%;
}
#carousel  ul.slides{
	height: 100%;
}
#carousel  ul.slides li{ 
	height: 100%;
	width: 112px;
	float: left;
	margin-right: 9px;
}
#carousel  ul.slides li img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
} 
.slide_news_holder{
	float: left;
	width: 100%;
	margin-top: 20px;
}
.main-news-slider .slider-news-item {
	display: none;
}
.main-news-slider .slider-news-item:first-child {
	display: block;
}
.main-news-slider-viewport {
	width: 100%;
	font-size: 0;
	display: inline-block;
}
.main-news-slider .flex-direction-nav {
	bottom: 0;
	z-index: 9;
	width: 48px;
    right: 15px;
	position: absolute;
}
.main-news-slider .flex-direction-nav li {
	height: 48px;
	width: 48px;
}
.news-additional-info > * {
	font-family: 'PT Serif', serif;
	font-size: 12px;
	color: #fff;
}
.news-author {
	font-size: 12px;
	font-weight: 600;
	padding-right: 5px;
	position: relative;
}
.news-published-on {
	font-family: 'PT Serif', serif;
	font-size: 12px;
	color: #fff;
	padding-left: 5px;
}
.main-news-slider .flex-next {
	width: 48px;
	height: 48px;
	display: inline-block;
	background: url(../images/big-right.png) no-repeat center;
}
.main-news-slider .flex-prev {
	width: 48px;
	height: 48px;
	display: inline-block;
	background: url(../images/big-left.png) no-repeat center;
}
.main-news-slider .flex-nav-next {
	margin-top: 1px;
}
.slider-news-label {
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	background: #000;
	display: inline-block;
	padding: 3px 10px;
	margin-bottom: 10px;
	border-left: 4px solid #c0392d;
	font-family: AdelleBold;
}

.news-block-container {
	border-top: 2px solid;
	padding-top: 21px;
}
.news-block-title-wrapper {
	margin: 21px 0;
	position: relative;
}
.news-block-title-wrapper h2 {
	font-size: 34px;
	font-weight: 600;
	color: #18191a;
	font-family: AdelleBold;
	text-transform: uppercase;
}
.main-block-news {
	margin-bottom: 15px;
}
.main-block-news h3 {
	float: left;
	width: 100%;
	font-family: AdelleBold;
}
.main-block-news h3 p,
.main-block-news h3 .clickable-sp {
	font-family: AdelleBold;
	font-size: 23px;
}
.main-block-news .thumb_wrap {
	float: left;
	width: 100%;
	height: 263px;
	margin-bottom: 7px;
}
.main-block-news .thumb_wrap img {
	float: left;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.main-block-news h3 {
	font-size: 23px;
	font-weight: 600;
	color: #18191a;
	margin-bottom: 4px;
}
.news-block-container .news-additional-info > * {
	color: #000;
}
.different_news_slider li,
.news-block-list li {
	display: none;
}
.different_news_slider li:first-child,
.news-block-list li:first-child {
	display: block;
}
.news-block-list-item {
	overflow: hidden;
	margin-bottom: 20px;
}
.news-block-list-item > a {
	display: block;
}
.news-list-item-info {
	overflow: hidden;
}
.news-list-item-info p,
.news-list-item-info h4 {
	color: #18191a;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 6px;
    font-family: 'AdelleBold',serif;
}
.news-list-item-info h4 .clickable-sp {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 6px;
    font-family: 'AdelleBold',serif;	
}
.news-block-ad-wrapper {
	text-align: center;
	padding: 50px 0;
}
.search-form {
	border: solid 1px #e7e7e7;
	position: relative;
	margin-bottom: 31px;
}
.search-form input[type="text"] {
	font-size: 14px;
	font-weight: 500;
	color: #18191a;
	width: 100%;
	height: 46px;
	padding: 0 0 0 20px;
}
.search-form input[type="submit"] {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 1px;
	right: 1px;
	background: #fff;
	border: 0;
	padding: 0;
	cursor: pointer;
	background: url(../images/search_icon.png) no-repeat center center;
}
.live-video-wrapper {
	margin-bottom: 10px;
}
.live-video-wrapper iframe {
	margin: 0;
}
.side-column-ad-wrapper {
	text-align: center;
	margin-bottom: 40px;
}
.extra-padding-add-left {
	padding-left: 3.125rem;
	padding-right: 0;
}
.extra-padding-add-right {
	padding-right: 3.125rem;
	padding-left: 0;
}
.content-ad-wrapper {
	margin-bottom: 0;
	text-align: center;
}
.content-ad-wrapper a {
	display: inline-block;
}
.side-column-news-content {
	position: relative;
}
.more-news-link {
	position: absolute;
	top: 13px;
	right: 16px;
}
.more-news-link.arrowed {
	position: absolute;
	top: 10px;
	right: 37px;
}
.more-news-link a {
	font-family: 'PT Serif', serif;
	font-size: 12px;
	color: #fff;
}
.read-more-icon {
	display: inline-block;
	vertical-align: middle;
	height: 10px;
	width: 6px;
	margin-left: 5px;
}
.read-more-icon.dark-blue-icon {
	background: url(../images/dark_blue_arrow.png) no-repeat 0 0;
}
.read-more-icon.white-icon {
	background: url(../images/white_arrow.png) no-repeat 0 0;
}
.read-more-icon.light-blue-icon {
	background: url(../images/light_blue_arrow.png) no-repeat 0 0;
}
.read-more-icon.light-red-icon {
	background: url(../images/light_red_arrow.png) no-repeat 0 0;
}
.read-more-icon.light-gray-icon {
	background: url(../images/light_gray_arrow.png) no-repeat 0 0;
}
.read-more-icon.dark-orange-icon {
	background: url(../images/dark_orange_icon.png) no-repeat 0 0;
}
.read-more-icon.light-orange-icon {
	background: url(../images/light_orange_icon.png) no-repeat 0 0;
}

.dark-font a {
	color: #2980d9;
}
.poll-content {
	text-align: center;
	border-top: 1px solid #fff;
	background: #f5f5f5;
	padding: 0.875rem 1.875rem 1.25rem 1.875rem;
}
.daily-press-content {
	text-align: center;
	border-top: 1px solid #fff;
	background: #f5f5f5;
	padding: 0.75rem 0.625rem 1rem 0.625rem;
}
.daily-press-content a {
	font-size: 0;
}
.daily-press-content p {
	color: #18191a;
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.875rem;
	display: inline-block;
}
.press_thumb {
	float: left;
	width: 100%;
	height: 237px;
}
.press_thumb img {
	width: 50%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.weather-widget h3 {
	background: black !important;
}
.weather-content {
	margin-top: 10px;
	background: white;
	text-align: center;
	padding: 1.25rem 0 1.6875rem 0;
	border: solid 1.2px rgba(0,0,0, .18);
}
.weather-choose-city {
	width: 100%;
	cursor: pointer;
	margin-bottom: 1.0625rem;
}
#weatherSelect {
    color: black !important;
}
.weather-choose-city span {
	font-family: 'PT Serif', serif;
	font-size: 1.5rem;
	font-weight: 300;
	display: inline-block;
	vertical-align: middle;
}
.weather-choose-city-icon {
	height: 6px;
	width: 10px;
	margin: 4px 0 0 4px;
	background: url(../images/weather_city_expand_icon.png) no-repeat 0 0;
}
.weather-momental-temp {
	color: black;
	font-weight: 300;
	font-size: 2.625rem;
	font-family: 'PT Serif', serif;
}
.weather-other-temp {
	margin-bottom: 0.625rem;
}
.weather-other-temp span {
	color: black;
	font-weight: 300;
	margin: 0 0.625rem;
	font-size: 0.875rem;
	font-family: 'PT Serif', serif;
}
.weather-mom-description {
	color: black;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 1.5625rem;
	font-family: 'PT Serif', serif;
}
.weather-days {
	width: 260px;
	margin: 0 auto;
	padding: 0.6875rem 0 0 0;
	border-top: solid 1.2px rgba(0,0,0, .18);
}
.weather-days p {
	font-family: 'PT Serif', serif;
	font-size: 0.6875rem;
	font-weight: 300;
	color: black;
	margin: 5px 0;
}
.weather-days li {
	float: left;
	width: 20%;	
	vertical-align: top;
	padding: 0 0.4375rem;
}
/* .side-column-news-content div:nth-child(3n+3) {
	margin-bottom: 0;
} */
.latest div:nth-child(3n+3) {
	margin-bottom: 20px;
}
.side-column-news-content h3 {
	width: 100%;
	font-family: AdelleBold;
	padding: 15px 0 15px 19px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	background: #18191a;
	margin-bottom: 20px;
	border-left: 4px solid;
}
.side-column-center-content h3 {
	width: 100%;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	background: #18191a;
	text-align: center;
	font-family: AdelleBold;
}
.poll-content {
	font-size: 14px;
	font-weight: 500;
	color: #18191a;
}
.poll-options-wrapper {
	margin-top: 16px;
}
.label-wrapper {
	margin: 0 10px;
}
/* Base for label styling */
[type="radio"]:not(:checked),
[type="radio"]:checked {
	position: absolute;
	left: -9999px;
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
	position: relative;
	padding-left: 1.3rem;
	cursor: pointer;
	color: #18191a;
	font-size: 0.75rem;
}
/* radio aspect */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0; top: 0;
	width: 1rem; height: 1rem;
	border: 1px solid #adadad;
	background: #f5f5f5;
	border-radius: 10px;
}
/* checked mark aspect */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
	content: '•';
	position: absolute;
	top: -0.01rem;
    left: 0.19rem;
    font-size: 2rem;
    line-height: 0.4;
	color: #333;
	transition: all .2s;
}
/* checked mark aspect changes */
[type="radio"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
[type="radio"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
/* disabled radio */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}
[type="radio"]:disabled:checked + label:after {
	color: #999;
}
[type="radio"]:disabled + label {
	color: #aaa;
}
/* accessibility */
[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before {
	border: 1px solid #adadad;
}
.poll-results-wrapper {
	margin: 1rem 3.75rem 0 3.75rem;
}
.result-row-wrapper {
	text-align: left;
}
.result-progress-wrapper {
	height: 12px;
	border: solid 1px #adadad;
	border-radius: 0.9375rem;
	margin-bottom: 10px;
	padding: 2px;
}
.result-progress {
	height: 6px;
	background: #102f62;
	border-radius: 15px;
}
.poll-result-answer {
	font-size: 12px;
	font-weight: bold;
	color: #18191a;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin-left: 3px;
}
.poll-result-votes {
	font-size: 10px;
	color: #18191a;
	opacity: 0.7;
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin: 4px 3px 0 0;
}
.total-votes {
	font-size: 12px;
	color: #18191a;
	opacity: 0.7;
	text-align: center;
	margin-top: 19px;
}

.side-column-news-ticker {
	margin-bottom: 40px;
}
.side-column-news-ticker .news-additional-info > * {
    color: #000;
}
.different_news_slider .flex-direction-nav {
	top: 0;
	z-index: 2;	
	right: 8px;
	position: absolute;
}
.news-block-list .flex-direction-nav {
	position: absolute;
	top: 0;
	right: 15px;
}
.different_news_slider .flex-direction-nav li,
.news-block-list .flex-direction-nav li {
    display: inline-block;
    vertical-align: middle;
}
.different_news_slider .flex-prev,
.news-block-list .flex-prev {
    width: 20px;
    height: 48px;
    display: inline-block;
    background: url(../images/left_arrow_dark.png) no-repeat center;
}
.different_news_slider .flex-next,
.news-block-list .flex-next {
    width: 20px;
    height: 48px;
    display: inline-block;
    background: url(../images/right_arrow_dark.png) no-repeat center;
}
.dark-coloured-container {
	margin: 30px 0 50px 0;
	padding: 50px 0 0 0;
	background: #18191a;
}
.dark-coloured-container h4,
.dark-coloured-container h3,
.dark-coloured-container h2,
.dark-coloured-container p {
	color: #fff;
}
.media-gallery-row {
	border-top: 2px solid;
}
.dark-coloured-container .news-additional-info > * {
    color: #fff;
}
.dark-coloured-container .news-block-list-item {
	margin-bottom: 20px!important;
}
.dark-coloured-container .side-column-news-content h3 {
	background: #fff;
	color: #18191a;
}
.main-footer {
	margin: 50px 0 0 0;
	padding-bottom: 26px;
}
.footer-logo-wrapper {
	margin-bottom: 47px;
}
.footer-link-group h4 {
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 20px;
	font-family: AdelleBold;
	text-transform: uppercase;
}
.footer-link-group a {
	font-family: 'PT Serif', serif;
	font-size: 14px;
	line-height: 2.43;
	color: #fff;
	opacity: 0.6;
}
.contact-group {
	margin-top: 40px;
}
.footer-copyright {
	margin-top: 30px;
	border-top: 1px solid rgba(255,255,255, .1);
}
.footer-copyright p {
	font-family: 'PT Serif', serif;
	font-size: 12px;
	line-height: 1.33;
	opacity: 0.6;
	color: #fff;
}
.copyright {
	padding: 26px 0 0 0;
}
.footer-social-icons {
	padding: 26px 0 0 0;
}
.footer-social-icons a {
	margin: 0 0 0 38px;
}
.footer-social-icons img {
	opacity: 0.6;
}
.float-right {
	float: right;
}
.dark-orange-background .news-block-list .flex-next,
.dark-coloured-container .news-block-list .flex-next {
    width: 20px;
    height: 48px;
    display: inline-block;
    background: url(../images/live_ticker_right_arrow.png) no-repeat center;
}
.dark-orange-background .news-block-list .flex-prev,
.dark-coloured-container .news-block-list .flex-prev {
    width: 20px;
    height: 48px;
    display: inline-block;
    background: url(../images/live_ticker_left_arrow.png) no-repeat center;
}
.one-third-category {
	margin-top: 16px;
}
.side-column-social h4 {
	font-family: AdelleBold;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: #18191a;
	margin-bottom: 20px;
}
.side-column-social p {
	font-family: 'PT Serif', serif;
	font-size: 12px;
	color: #18191a;
	text-align: center;
	margin-bottom: 11px;
}
.social-icons-list {
	text-align: center;
	margin-bottom: 40px;
}
.social-icons-list li {
	width: 42px;
	height: 42px;
	margin: 0 10px;
	position: relative;
	background: #092a5e;
	border-radius: 100%;
	display: inline-block;
}
.social-icons-list li.fb_share {
	background: #3b5998;
}
.social-icons-list li.messenger_share {
	background: #0084ff;
}
.social-icons-list li.twitter_share {
	background: #43bdef;
}
.social-icons-list li.google_plus_share {
	background: #e62b33;
}
.social-icons-list li.instagram_share {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.social-icons-list li.viber_share{
	background: #7b509d; 
}
.social-icons-list li.whatsapp_share{
	background: #189d0e; 

}

.social-icons-list li.instagram_share i {
	font-size: 20px;
}
.social-icons-list a {
	float: left;
	width: 100%;
	height: 100%;
}
.social-icons-list i {
	top: 50%;
	left: 50%;
	color: white;
	font-size: 16px;
	position: absolute;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.cat-green-btn {
	width: 100%;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 16px 0 15px;
	background: #87d37c;
}
.responsive-menu-trigger {
	width: 23px;
	height: 23px;
	display: inline-block;
	position: fixed;
	top: 13px;
	right: 20px;
	z-index: 9999;
	background: url(../images/responsive_menu_icon_black.png) no-repeat center;
}
.news-full-content {
	margin-top: 1.0625rem;
}
.news-full-content h2 {
	font-family: AdelleBold;
	font-size: 2.125rem;
	margin-bottom: 0.625rem;
}
.news-full-content img {
	margin: 26px 0;
}
.breadcrumb-wrapper li {
	display: inline-block;
	font-family: 'PT Serif', serif;
	font-size: 12px;
}
.breadcrumb-wrapper li span {
	color: #18191a;
}
.breadcrumb-wrapper li a {
	color: #878787;
}
.category-focus-news {
	margin: 30px 0 26px 0;
}
.category-focus-news .full_content_thumb_wrap {
	height: 385px;
}
.category-focus-news h2 p,
.category-focus-news h2 {
	font-size: 34px;
	color: #18191a;
	margin: 11px 0 7px;
	font-family: AdelleBold;
}
.category-focus-news h2 .clickable-sp {
    color: #488aff;
    font-size: 34px;
    margin: 11px 0 7px;
    font-family: AdelleBold;
}
.category-focus-news .post_excerpt {
	margin: 10px 0;
	font-size: 14px;
	line-height: 1.3em;
	display: inline-block;
}
.main-block-news .post_excerpt {
	margin: 8px 0;
	font-size: 14px;
	line-height: 1.3em;
	display: inline-block;
}
.category-focus-news p,
.category-focus-news a,
.category-focus-news span,
.category-news-listing p,
.category-news-listing a,
.category-news-listing span,
.category-featured-news p,
.category-featured-news a,
.category-featured-news span,
.news-full-content p,
.news-full-content a,
.news-full-content span {
    font-family: 'PT Serif', serif;
    font-size: 12px;
    color: #000;
}
.category-featured-title {
	margin-top: 15px;
	padding-top: 20px;
	border-top: 2px solid;
}
.category-featured-title.no-top-border {
	border-top: 0;
	padding: 0;
	margin: 0;
}
.category-featured-title h3 {
	font-size: 16px;
	font-family: AdelleBold;
	font-weight: 600;
	color: #18191a;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.font_buttons {
    width: auto;
    float: right;
}
.font_buttons h4 {
    float: left;
    width: auto;
    font-size: 16px;
    margin-top: 5px;
    font-weight: bold;
}
.font_button {
	opacity: 1;
    float: left;
    width: 36px;
    height: 36px;
    cursor: pointer;
    margin-left: 10px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 100%;
    border: 3px solid #878787;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.font_button.not_responsible {
	opacity: 0.6;
	color: #878787 !important;
	border-color: #878787 !important;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.font_button.not_responsible span {
	background: #878787 !important;
}
.font_button:hover {
    border-color: #d35400;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.font_button:hover span {
    background: #d35400;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.font_button span {
    top: 50%;
    left: 50%;
    height: 3px;
    cursor: pointer;
    position: absolute;
    border-radius: 5px;
    background: #878787;
    width: calc(100% - 15px);
    transform: translate(-50%,-50%);
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.font_button span:nth-child(2) {
    top: 45%;
    left: 23%;
    transform: rotate(90deg);
}
.article-text {
	padding-bottom: 48px;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;	
}
.article-text h1,
.article-text h2,
.article-text h3,
.article-text h4 {
	margin-bottom: 15px;
}
.article-text {
	font-size: 16px;
}
.article-text p a {
	font-family: 'PT Serif', serif;
	font-size: 20px;
	line-height: 2em;
	font-size: 1.25em;
	text-decoration: underline;
	color: rgb(124, 132, 248);
}
.article-text p {
	color: #18191a;
	font-size: 20px;
	line-height: 2em;
	font-size: 1.25em;
	margin-bottom: 1.875em;
	font-family: 'PT Serif', serif;
}
.article-text p iframe {
	width: 100%;
}
.article-text blockquote {
	background: #f9f9f9;
	border-left: 5px solid #ccc;
	margin: 1.5em 0x;
	padding: 1.5em 10px;
	quotes: "\201C""\201D""\2018""\2019";
	font-size: 14px;
	font-size: 0.875em;
}
.article-text blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 3.5em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
.article-text img {
	margin-bottom: 30px;
	height: auto; 
	width: 100%;
}
.article-text ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
}
.article-text ul li {
	font-family: 'PT Serif', serif;
	font-size: 1em;
	margin-bottom: 5px;
	padding-left: 1em;
	text-indent: -.7em;
}
.article-text ul li:before {
	content: "• ";
	color: tomato;
}
.article-text ol {
	margin-bottom: 30px;
}
.article-text ol li {
	font-family: 'PT Serif', serif;
	font-size: 1em;
	margin-bottom: 5px;
	list-style-type: decimal;
    list-style-position: inside;
}
.article-sharing-options li {
	width: 36px;
	height: 36px;
	display: block;
	margin-left: 0;
	margin-bottom: 20px;
}
.article-sharing-options li i {
	font-size: 1.0625em;
}
.article-sharing-options li:last-child {
	margin-bottom: 0;
}
.article-text .news-tag-list {
	display: inline-block;
}
.article-text .news-tag-list li {
	display: inline-block;
	margin-right: 7px;
	padding-left: 0;
    text-indent: 0px;
}
.article-text .news-tag-list li:before {
	content: "";
}
.article-text .news-tag-list a {
	font-family: 'PT Serif', serif;
	font-size: 0.875em;
	color: #18191a;
	display: inline-block;
	padding: 5px;
	border-radius: 2px;
	background-color: #efefef;
}
.article-text .news-tag-label {
	display: inline-block;
	margin-right: 8px;
}
.main-news-navigator {
	padding-top: 25px;
	padding-bottom: 32px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin-bottom: 39px;
}
.main-news-comments {
	margin-bottom: 25px;
}
.toggle-comments-button {
	width: 100%;
	padding: 19px 0 18px 0;
	text-align: center;
	opacity: 0.4;
	background: #fff;
	border: solid 1px #474343;
	cursor: pointer;
	outline: 0;
}
.toggle-comments-button:hover {
	opacity: 0.8;
}
.toggle-comments-button span {
	font-size: 16px;
	font-weight: 500;
	line-height: 23px;
	color: #18191a;
}
.comments-section {
	display: none;
	margin-top: 30px;
}
.comments-section .comment-notes {
	font-size: 12px;
	margin: 15px 0;
}
.comments-section input,
.comments-section textarea {
	padding: 10px 15px;
	margin-bottom: 20px;
	font-size: 14px;
	border: 1px solid #474343;
}
.comments-section input[type="text"],
.comments-section textarea {
	margin-top: 5px;
	width: 100%;
}
.comments-section input[type="submit"] {
	cursor: pointer;
}
.comment-list li {
	list-style-type: none;
	margin-bottom: 30px;
}
.comment_item__meta {
    margin-bottom: 8px;
	overflow: hidden;
}
.comment_item__meta cite a,
.comment_item__meta time {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
	font-style: normal;
	color: #000;
}
.comment_item__meta cite a {
    float: left;
}
.comment_item__meta time {
    margin-left: 10px;
    color: #000;
    float: right;
}
.comment_item__content p {
    font-size: 14px;
    margin-bottom: 10px;
}
.comment-reply-link {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
	color: #000;
	border: none;
	background: none;
	cursor: pointer;
}
.reply-form-wrapper {
	background: #f3f3f3;
	padding: 20px;
	margin-top: 15px;
	display: none;
}

.responsive-menu-trigger.close-menu {
	background: url(../images/close_black.png) no-repeat center;
	background-size: 23px;
}
.responsive-input-wrapper {
	background: #fff;
	position: relative;
}
.responsive-search-trigger {
    width: 23px;
    height: 23px;
    display: inline-block;
    position: fixed;
    top: 13px;
    right: 20px;
    z-index: 9999;
    background: url(../images/responsive_search_icon.png) no-repeat center;
}
.responsive-search-form {
	background: rgba(24, 25, 26, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	padding: 60px 20px 40px 20px;
	display: none;
}
.responsive-search-form input[type="text"] {
	width: 100%;
	height: 40px;
	padding: 0 5px;
	border: 0;
}
.responsive-search-form input[type="submit"] {
	height: 40px;
	width: 40px;
	padding: 0 5px;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/responsive_search_dark_icon.png)  #fff no-repeat center;
}
.close-responsive-menu {
	position: absolute;
	top: 13px;
	right: 20px;
	height: 23px;
	width: 23px;
	z-index: 99999;
	background: url(../images/responsive_menu_close_icon.png) no-repeat center;
}
.floated-heading {
	float: left;
}

.emisionet_holder .tabs {
    width: 100%;
}
.emisionet_arrows {
    bottom: -15px;
    right: -6px;
    width: auto;
    float: right;
    position: absolute;
}
.emisionet_arrows span {
	width: 23px;
	height: 20px;
	cursor: pointer;
	display: inline-block;
}
.emisionet_arrows .prev_arrow {
	background: url(../images/arrow-prev.png) no-repeat center;
	background-size: contain;
}
.emisionet_arrows .next_arrow {
	background: url(../images/arrow-next.png) no-repeat center;
	background-size: contain;
}
.tabs {
	text-align: right;
}
.tabs li {
	display: inline-block;
	margin: 0.8125rem 0 0 0.9rem;
	font-size: 0.875rem;
	color: #fff;
	opacity: 0.3;
	cursor: pointer;
}
.tabs li.current {
	opacity: 1;
}
.tab-content {
	position: relative;
	height: 369px;
	display: none;
}
.my-tab-content{
	display: none;
}
.my-tab-content.current{
	display: block;
}


.tab-content.current {
	display: inherit;
}
.black-row-content {
	padding: 50px 0 30px 0;
}
.video-thumb-wrapper {
	width: 370px;
	font-size: 0;
	height: 263px;
	margin-bottom: 7px;
	position: relative;
}
.video-thumb-wrapper img {
	float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-play-icon {
	width: 65px;
	height: 65px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	background: rgba(0,0,0,0.7) url(../images/play_video_icon.png) no-repeat center;
	background-size: cover;
	border-radius: 100%;
}
.video-thumb-wrapper img {
	margin-bottom: 0;
}
.video-gallery-wrapper .main-block-news {
	margin-bottom: 0;
	overflow: hidden;
	max-height: 385px;
}
.three-column-row {
	margin-top: 30px;
}
.more-news-btn-wrapper {
	text-align: center;
	margin-top: 25px;
}
.more-news-btn {
	border: solid 1px #c0392d;
	color: #c0392d!important;
	padding: 13px 20px;
	display: inline-block;
}

.responsive-topmost-menu {
	top: 47px;
	left: 0;
	right: 0;
	z-index: 999;
	display: none;
	position: fixed;
	padding: 48px 0 20px 0;
	background: rgba(24, 25, 26, 0.9);
}
.responsive-topmost-menu li {
	display: block;
	text-align: center;
}
.responsive-topmost-menu a {
	color: #fff;
	text-align: center;
	font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
	padding: 10px 0;
	display: inline-block;
}
.hide-desktop {
	display: none;
}

.overlay_bg{
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-linear-gradient(top,transparent 32%,rgba(0,0,0,0.6) 100%);
    background-image: -moz-linear-gradient(top,transparent 32%,rgba(0,0,0,0.6) 100%);
    background-image: linear-gradient(top,transparent 32%,rgba(0,0,0,0.6) 100%);
}
.shkabaj_logo{
	float: right;
	width: 100px;
	margin-top: -8px;
	margin-right: 6px;
}
body.home .shkabaj_logo{
    float: right;
    width: 80px;
    margin-top: 0;
    margin-right: 6px;
}
html .click_for_more{
	display: none !important;
}
.load_more_ks,
.load_more_alb,
.load_more{
	display: block;
}
#carousel .slides li{
	display: none;
}
#carousel .slides li:nth-child(6),
#carousel .slides li:nth-child(5),
#carousel .slides li:nth-child(4),
#carousel .slides li:nth-child(3),
#carousel .slides li:nth-child(2),
#carousel .slides li:first-child{
	display: block;
}
#carousel .flex-viewport .slides li{
	display: block;
}

.load_more_gatimi,
.load_more_speciale,
.load_more_teknologji,
.load_more_kulture,
.load_more_shendeti,
.load_more_dossier, 
.load_more_intervista{
	display: none; 
}

@media only screen and (min-width: 1200px) {
	.secondary-logo-wrapper {
		display: inline-block;
		width: 100px;
	}
	.weather-content {
		min-height: 498px;
		position: relative;
	}
	.weather-days p {
		font-size: .8875rem;
	}
	.weather-content .shkabaj_logo {
		right: 10px;
		bottom: 10px;
		position: absolute;
	}
	.weather-widget-header {
		top: 50%;
		left: 50%;
		position: absolute;
		-webkit-transform: translate(-50%,-50%);
		   -moz-transform: translate(-50%,-50%);
		    -ms-transform: translate(-50%,-50%);
		     -o-transform: translate(-50%,-50%);
		        transform: translate(-50%,-50%);
	}
}


@media (max-width: 1200px){
	.main-menu {
		position: relative;
		overflow-x: auto;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}
	.main-menu::-webkit-scrollbar {
		display: none;
	}
	.main-menu li {
		float: none !important;
		display: inline-block;
	}
	.social-sharing-menu {
		display: none;
	}
	.secondary-logo-wrapper {
		height: 50px;
	}
	.secondary-logo-wrapper img {
		max-height: 100%;
	}
}
@media (max-width: 767px) {
	.hide-mobile {
		display: none;
	}
	.show-mobile {
		display: inline-block;
	}
	.container.no-gutter {
		padding-right: 15px;
		padding-left: 15px;
	}
	.top-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
		border-bottom: 1px solid #fff;
	}
	.logo-row {
		margin-top: 48px;
		margin-bottom: 0;
	}
	.logo-wrapper {
		margin-top: 50px;
		float: left;
	}
	.logo-wrapper img {
		width: 100%;
	}
	.secondary-logo-wrapper {
		height: 60px;
		margin-top: 62px;
		float: none;
	}
	.secondary-logo-wrapper img {
		width: 80%;
	}
	.flash-news-wrapper {
		height: auto;
		margin-top: 19px;
		position: relative;
	}
	.flash-news-content {
	    z-index: 1;
	    float: left;
	    width: 100%;
	    padding: 10px;
	    background: #102f62;
	}
	.flash-news-title {
		width: 100%;
		float: none;
	}
	.flash-news-content .flex-direction-nav {
		top: -47px;
		bottom: auto;
		background: #e10000;
	}
	.flash-news-title p {
		text-align: left;
		padding-left: 40px;
		padding-right: 10px;
	}
	.live-ticker-wrapper {
		background: #f5f5f5;
		position: relative;
	}
	.live-ticker-title {
		float: none;
	}
	.live-ticker-content {
		padding: 16px 19px;
		background: #f5f5f5;
		position: static;
	}
	.live-ticker-content .flex-direction-nav {
		top: -1px;
		background: #f5f5f5;
	}
	.live-ticker-title p {
		border: none;
	}
	.footer-social-icons {
		padding: 118px 15px 0 0;
	}
	.responsive-live-stream {
		margin-bottom: 22px;
	}
	.responsive-full-width {
		padding-right: 0!important;
		padding-left: 0!important;
	}
	.slider-news-item {
		height: auto;
	}
	.slider-news-title {
		font-size: 23px;
	}
	.flex-control-nav {
		margin-top: 10px;
		text-align: left;
	}
	.flex-control-nav li {
		margin: 0 1px;
	}
	.font_button span:nth-child(2) {
		left: 26%;
	}

	.main-news-slider .flex-direction-nav {
		right: 0;
		z-index: 9;
		width: 29px;
		bottom: 20px;
		position: absolute;
	}
	.main-news-slider .flex-direction-nav li,
	.main-news-slider .flex-prev,
	.main-news-slider .flex-next {
		height: 29px;
		width: 29px;
	}
	.live-ticker-wrapper {
		height: auto;
	}
	.main-block-news img {
	    width: 100%;
	}

	.main-news-navigator .nav-news-btn {
		margin-bottom: 15px;
	}
	.article-sharing-options {
		text-align: center;
		margin-bottom: 20px;
	}
	.article-sharing-options li {
		display: inline-block;
		margin: 0 5px;
	}
	.article-text {
		padding-bottom: 0;
	}
	.side-column-ad-wrapper {
		margin-bottom: 0;
	}
	.dark-coloured-container {
		padding-top: 20px;
	}
	.news-block-container {
		padding-top: 0;
	}
	.news-ticker-row {
		margin: 0;
	}
	.no-padding {
		padding-left: 0;
		padding-right: 0;
	}
	.side-column-ad-wrapper {
		margin-bottom: 20px;
	}
	.main-news-ticker,
	.live-ticker-wrapper,
	.flash-news-wrapper,
	.side-column-news-ticker {
	    margin-bottom: 20px;
	}
	.dark-coloured-container {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.news-block-ad-wrapper {
		padding: 20px 0;
	}
	.main-footer {
		margin-bottom: 0;
	}

	/*kutiacss*/

/*	.main-news-slider .flex-direction-nav{
		right: 0;
	}*/
	.flex-control-nav li{
		margin: 0px !important;
		padding: 5px;
	}
	.article-text .news-tag-label{
		margin-bottom: 10px;
	}
	.news-full-content h2{
		font-size: 22px;
	}
	.more-news-btn-wrapper {
		margin-bottom: 20px;
	}
	.category-focus-news h2{
		font-size: 22px;
	}
	.live_page iframe {
		height: 240px;
	}
	.slider-news-item.flex-active-slide{
		opacity: 1 !important;
	}
	.single_container{
		float: left;
		width: 100%;
	}
	.news-list-item-info p, .news-list-item-info h4{
		font-size: 16px;
	}
	#slider .flex-control-nav{
		top: 0;
		left: 0px;
		width: 100%;
		text-align: center;
		display: none;
	}
	.video-thumb-wrapper{
		width: 100% !important;
	}
	.banner_slider_thumb img{
		height: 250px;
		
	}
	.emisionet_arrows{
		bottom: auto;
		top: -90px;
	}
	.metropol_holder .flex-direction-nav {
		top: 24px;
		right: 11px;
		bottom: auto;
	}
	.metropol_holder .more-news-link.arrowed {
		right: 70px;
	}

}
#infscr-loading{
	display: none !important; 
}



.news-published-on{
	padding-left: 0;
}



/* Kutia Changes for mobile */

.left_side_newspaper {
	float: left;
	width: 66.667%;
	padding: 0 15px;
}

.right_side_newspaper {
	float: left;
	width: 33.333%;
	padding: 0 15px;
}

.shtypi_dites_slider {
	float: left;
	width: 100%;
}
.shtypi_dites_title {
	float: left;
	width: 100%;
	position: relative;
}
.shtypi_dites_title:after {
	top: 50%;
	left: 50%;
	content: '';
	width: 100%;
	height: 2px;
	background: black;
	position: absolute;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
}
.shtypi_dites_title h3 {
	z-index: 1;
	float: left;
	width: auto;
	background: white;
	position: relative;
	padding-right: 15px;
}


.shtypi_dites_slider {
	float: left;
	width: 100%;
	height: 625px;
	background: #eee;
	margin-top: 25px;
	position: relative;
}
.shtypi_dites_slider .slides li {
	height: 625px;
	/*padding: 20px 50px;*/
	text-align: center;
}
.shtypi_dites_slider .gazeta_thumb {
	float: left;
	width: 100%;
	height: 100%;
	padding: 30px 50px;
}
.shtypi_dites_slider .gazeta_thumb img {
	height: 100%;
}
.shtypi_dites_slider .flex-prev {
	top: 50%;
	left: 20px;
	width: 32px;
	float: left;
	height: 24px;
	cursor: pointer;
	position: absolute;
	background: url('../images/prev-arrow.png') no-repeat center;
}

.shtypi_dites_slider .flex-next {
	top: 50%;
	right: 20px;
	width: 32px;
	float: left;
	height: 24px;
	cursor: pointer;
	position: absolute;
	background: url('../images/next-arrow.png') no-repeat center;
}
.foto_galeria .more-news-link{
	right: 60px;
}

@media only screen and (max-width: 767px) {
	.container {
		max-width: 100%;
	}
	.main-news-slider {
		height: auto;
		min-width: 100%;
	}
	.slider-news-item {
		margin-bottom: 20px;
	}
	.main-news-slider .slider-news-item {
		display: block;
	}
	.black-row-content .tab-content {
		height: auto;
	}
	.black-row-content .emision_item {
		margin-bottom: 20px;
	}
	.video-gallery-wrapper .main-block-news {
		max-height: none;
	}
	.media-gallery-row .tabs {
		float: left;
		width: 100%;
	}
	.slider-news-item .news-text-info {
		left: 0;
		top: auto;
		bottom: 0;
		width: 100%;
		background: black;
		position: absolute;
		padding: 15px 28px;
	}
	.slider-news-item:last-child {
		margin-bottom: 0;
	}
	.left_side_newspaper {
		width: 100%;
		margin-bottom: 20px;
	}
	.right_side_newspaper {
		padding: 0;
		width: 100%;
	}
	.shtypi_dites_slider,
	.shtypi_dites_slider .slides li,
	.shtypi_dites_slider .gazeta_thumb img {
		height: auto;
	}
	.shtypi_dites_slider .flex-prev {
	    left: 10px;
	    width: 25px;
	    height: 18px;
		background: url('../images/prev-arrow.png') no-repeat center;
		background-size: cover;
	}
	.shtypi_dites_slider .flex-next {
	    right: 10px;
	    width: 25px;
	    height: 18px;
		background: url('../images/next-arrow.png') no-repeat center;
		background-size: cover;
	}
	.single .full_content_thumb_wrap img {
		max-height: 400px;
	}
	.news-block-title-wrapper h2{
		font-size: 24px;
	}
	iframe{
		max-width: 100%;
	}
	.responsive-search-trigger{
	    right: 60px;
	    background: url(../images/responsive_search_dark_icon.png) no-repeat center;
	}
	.top-header{
		background: none;
		background: #fff;
	    border-bottom: 1px solid #ddd;
	}
	.logo-wrapper{
		display: none;
	}
	.mobile_logo{
		position: absolute;
		top: 10px;
		left: 20px;
		margin-top: 0;
		padding: 0;
		display: block !important
	}
	.mobile_logo img{
		max-width: 130px;
	}
	.secondary-logo-wrapper{
		display: none; /*per momentin*/ 
	}
	#slider .slides li{
		height: 280px;
		display: none;
	}
	#slider .slides li .overlay_bg {
		display: none;
	}
	#slider .slides li:first-child{
		display: block;
	}
	#slider .flex-control-nav li{
		width: 10px;
		height: 10px;
		padding: 0;
		margin-right: 6px !important;
		margin-bottom: 3px !important;
	}
	#slider .flex-control-nav li a {
		float: left;
		width: 10px;
		height: 10px;
		display: inline-block;
		border: 1px solid #fff;
	}
	#slider .flex-control-nav li a.flex-active {
		background: #fff;
	}
	#carousel{
		display: none;
	}
	.emisionet_arrows {
		display: none;
	}
	html .click_for_more {
		text-align: center;
	    width: 100%;
	    border: 1px solid #0c2e60;
	    padding: 8px;
	    float: left;
	    width: calc(100% - 180px);
	    color: #173667;
	    float: none;
	    margin: 20px auto;
	    display: inline-block !important;
	}
	html .click_for_more.metropol_more {
		color: white;
		margin-top: 0;
		border-color: white;
	}
	.load_more_ks,
	.load_more_alb,
	.load_more{
		display: none;
	}
	html .click_for_more_ks,
	html .click_for_more_alb,
	html .click_for_more_clicked{
		display: none !important;
	}
	.shkabaj_logo{
		margin-top: 3px;
	}
	.weather-content {
		height: 420px;
		padding-bottom: 40px;
	}
	.metropol_holder .portrait_half:nth-child(2) .metropol_thumb {
		width: 113px;
		height: 80px;
		margin-right: 18px;
	}
	.metropol_holder .portrait_half:nth-child(2) h3 {
		float: left;
		width: calc(100% - 131px);
		font-size: 16px;
	}
	.metropol_holder .news-block-list {
		height: auto !important;
		overflow-y: visible !important;
	}
	.metropol_holder .news-block-list .news-block-list-item:nth-child(1n+4) {
		display: none;
	}
	.minute_pas_minute_container {
		float: left;
		width: 100%;
	}
	#slider .slider-news-item .news-text-info{ 
		min-height: 160px;
	}
	.news-list-item-info{
		float: left;
		overflow: hidden !important;
    	width: calc(100% - 133px);
	}
	body{
		overflow-x: hidden !important;
	}
}
@media only screen and (max-width: 340px) {
	.news-block-title-wrapper {
		margin: 10px 0;
	}
	.news-block-title-wrapper h2 {
		font-size: 22px;
	}
	.main-block-news h3 {
		font-size: 18px;
	}
	.more-news-link.arrowed {
		top: 4px;
	}
	.metropol_holder .flex-direction-nav {
		top: 14px;
	}
}


.first_big_item {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #102f62;
}
.first_big_item .big_thumb_wrap {
	height: 215px;
}
.first_big_item .news-list-item-info {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.first_big_item .news-list-item-info h4 {
	font-family: AdelleBold;
	font-size: 22px;
}
.first_big_item .news-additional-info {
	float: left;
	width: 100%;
	margin-top: 10px;	
}

/* Margin between sections in home page*/
.sport_cat_home,
.rajoni_cat_home,
.intervista_cat_home {
	margin-bottom: 26px;
}
/* End of Margin between sections in home page*/

.sport_cat_home .news-ticker-row,
.sport_cat_home .side-column-news-ticker {
	margin-bottom: 0;
}

.rajoni_cat_home .news-ticker-row,
.rajoni_cat_home .side-column-news-ticker {
	margin-bottom: 0;
}

.row_ad_wrapper {
	float: left;
	width: 100%;
	padding-top: 24px;
	text-align: center;
}
/*.big_thumb_wrap.thumb_holder_contain img,
.small_thumb_wrap.thumb_holder_contain img {
    object-fit: contain;
    -o-object-fit: contain;
}*/
.small_thumb_wrap {
	float: left;
	width: 113px;
	height: 80px;
	margin-right: 18px;
}
.big_thumb_wrap {
	float: left;
	width: 100%;
	height: 263px;
	margin-bottom: 7px;
}
.full_content_thumb_wrap {
	float: left;
	width: 100%;
	height: 215px;
	margin-bottom: 7px;	
}
.single .full_content_thumb_wrap {
	height: 460px;
	margin: 26px 0;
}
.sidebar_poll {
	margin-bottom: 20px;
}
.big_thumb_wrap img,
.small_thumb_wrap img,
.full_content_thumb_wrap img {
	margin: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}
.metropol_section {
	float: left;
}
.metropol_thumb {
	float: left;
	width: 100%;
	height: 260px;
	margin-bottom: 9px;
}
.metropol_thumb img {
	float: left;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
}

.custom_slider .flex-direction-nav {
    top: 32px;
    right: 15px;
	height: auto;
	padding-left: 10px;
	position: absolute;
}

.custom_slider .flex-direction-nav li a {
	outline: none;
}

.custom_slider .flex-direction-nav li {
	display: inline-block;
	vertical-align: middle;
}

.custom_slider .flex-next {
	width: 23px;
	height: 20px;
	text-align: left;
	text-indent: -9999px;
	display: inline-block;
	background: url(../images/arrow-next.png) no-repeat center;
	background-size: contain;
}

.custom_slider .flex-prev {
	width: 23px;
	height: 20px;
	text-align: left;
	text-indent: -9999px;
	display: inline-block;
	background: url(../images/arrow-prev.png) no-repeat center;
	background-size: contain;
}
.video_galeri_holder .more-news-link.arrowed {
	right: 80px;
}
.metropol_holder .flex-direction-nav{
	bottom: 30px;
	top: auto;
	z-index: 9;
}
.metropol_holder .more-news-link.arrowed{
	right: 15px;
}
.custom_slider .slides .row {
	display: none;
}
.custom_slider .slides .row:first-child {
	display: block;
}


.emision_item {
	float: left;
}




.live_page_wrapper {
	width: 100%;
}
.aktualitet_wrapper {
	border: none;
}

body.page-template-page-minute .inline_cat_item .news-published-on{
	color: #000;
}

/* Inline Category changes*/
.inline_category .cat-item {
	margin-top: 30px;
	clear: both;
}
.inline_category .cat-item:nth-child(2n) {
	clear: none;
}
.inline_category .cat-item .news-additional-info {
	width: 100%;
	margin-bottom: 15px;
}
.inline_cat_item {
	float: left;
	width: 100%;
	padding: 10px;
	background: #f2f2f2;
}
/* End of Inline Category changes*/

/*Footer Changes*/
.footer_wrapper {
	width: 100%;
	position: relative;
}
.footer_wrapper .scroll_button {
    top: -20px;
    z-index: 1;
    right: 10px;
    float: left;
    width: 40px;
    height: 40px;
    cursor: pointer;
	position: absolute;
}
.footer-logo-wrapper img{
	width: 160px;
}
/*End of Footer Changes*/

.article_content {
	display: inline-block !important;
}


@media only screen and (min-width: 768px) {
	.flash-news-row {
		overflow-x: hidden !important;
	}
}


@media only screen and (max-width: 767px) {
	.home .flash-news-row {
	    overflow-y: hidden !important;
	    margin-bottom: 20px !important;
	}

	.single .full_content_thumb_wrap {
		height: auto;
		max-height: 400px;
	}
	.sport_cat_home .container {
		padding: 0;
	}
	.more-news-link.arrowed {
		right: 15px;
	}
	.video-gallery-wrapper{
		margin-bottom: 20px;
	}
	.tabs{
		padding-bottom: 10px;
		overflow-x: auto;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		float: none !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.tabs li{
		float: left;
		margin: .8125rem 1.5rem 0 0;
	}
	.news-published-on{
		color: #000;
	}
	.footer-social-icons a{
		margin: 0 0 0 20px;
	}
	.main-footer{
		overflow: hidden;
	}
	#slider .news-published-on{
		color: #fff;
	}
	.news-list-item-info h4 {
		font-family: AdelleBold;
		font-size: 16px;
	}
	.news-block-list-item .news-additional-info{
		padding-left: 130px;
	}
	.article-text {
		font-size: 13px;
	}
	.article-text p {
		font-size: 17px;
		font-size: 1.307em;
	}
	.slider-news-label{
		display: none;
	}
	.sidebar_holder {
		padding: 0;
	}
	.sidebar_holder .search-form{
		padding: 0;
	}
	.sidebar_holder .side-column-news-ticker{
		padding: 0;
	}
	.news-published-on{
		padding-left: 0;
	}
	.footer_wrapper .scroll_button {
		top: -5px;
		right: 15px;
	}
	.cat_minute_pas_minute {
		float: left;
		display: block !important;
	}
	.cat_minute_pas_minute .live-ticker .live-ticker-item {
		height: auto;
	}
	.cat_minute_pas_minute .live-ticker .live-ticker-item a {
	    white-space: normal;
	}
	.cat_archive {
		display: inline-block;
	}
	.category-focus-news .full_content_thumb_wrap {
		height: 345px;
	}
	.metropol_slider li .metropol_section{
		padding: 0;
	}
	body.single .cat_minute_pas_minute,
	body.archive .cat_minute_pas_minute,
	body.category .cat_minute_pas_minute{
		display: none !important; 
	}
	.more-news-link.arrowed{
		top: 0;
	}
	.three-column-row .more-news-link.arrowed,
	.rajoni_cat_home .more-news-link.arrowed{
		right: 0;
	}
	.video_galeri_holder .slides .row{margin-left: 0;margin-right: 0}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	/* Kutia Changes */
	.show-tablet{
		display: block;
	}
	.show-tablet .responsive-topmost-menu{
		display: none;
	}
	.left_side_newspaper {
		width: 100%;
		margin-bottom: 20px;
	}
	.right_side_newspaper {
		padding: 0;
		width: 100%;
	}
	.shtypi_dites_slider .flex-prev {
		left: 7px;
	}
	.shtypi_dites_slider .flex-next {
		right: 10px;
	}
	.emision_item {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
	.emision_item:nth-child(3) {
		display: none;
	}
	.shtypi_dites_slider,
	.shtypi_dites_slider .slides li,
	.shtypi_dites_slider .gazeta_thumb img {
		height: auto;
	}

    .minute_pas_minute,
	.kosova_cat_holder,
	.home_main_news {
	    float: left;
	    width: 100%;
	    max-width: 100%;
	    -webkit-box-flex: 0;
	    -webkit-flex: 0 0 100%;
	    -moz-box-flex: 0;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
    }
	.main-news-slider {
		float: left;
		min-width: 100%;
	}


	.flex-control-nav li {
	    margin: 0;
	    width: 16.666%;
	    padding: 0 9.8px;
	}

	.flex-control-nav li:first-child {
		padding-left: 0;
	}
	.flex-control-nav li:last-child {
		padding-right: 0;
	}
	.sidebar_home {
		display: none;
	}
	.live_page .portrait_full {
		width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.responsive-search-trigger {
		display: none;
	}
	.responsive-search-trigger {
		right: 0;
		position: absolute;
	}
}

/*Browser Changes*/
.ie_object_fit {
	background-size: cover;
	background-repeat: no-repeat;
	background-position-y: center: 
}
.thumb_holder_contain.ie_object_fit {
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: center:
}

.most_viewed .my_tabs li{
	float: left;
	width: 33.33%;
	color: #fff;
	background: #000;
	padding: 8px;
	cursor: pointer;
	border-left: 4px solid #000;
}

.most_viewed .my_tabs li.current{
	border-left: 4px solid #d35400;
}
.most_viewed .side-column-news-content h3{
	margin-bottom: 0;
	border-bottom: 1px solid #fff !important;
}
.news-published-on-black{
    color: #000;
}
.emisionet_holder h2.floated-heading:after {
    content: url(../images/news24.png);
    padding-left: 7px;
}
.wpcf7-form input[type="text"],.wpcf7-form input[type="email"]{
    font-size: 14px;
    font-weight: 500;
    color: #18191a;
    height: 35px;
    padding: 0 0 0 20px;
}
.wpcf7-form textarea{
    font-size: 14px;
    font-weight: 500;
    color: #18191a;
    padding: 10px 0 0 20px;
}
.wpcf7-form p{
	font-size: 16px;
    margin-bottom: 20px;
}
.wpcf7-form input[type="submit"]{
    background: #e10000;
    padding: 10px 20px;
    border: 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.news-full-content .wpcf7-form span.wpcf7-not-valid-tip{
    color: #e10000;
}

.inside_related_posts {
	width: 100%;
	list-style: none;
	display: inline-block;
}
.main-block-news .inside_related_posts {
	margin-top: 0;
}
.inside_related_posts li,
.article-text .inside_related_posts li {
	float: left;
	width: 100%;
	text-indent: 0;
	padding-left: 0;
}
.article-text .inside_related_posts li:before {
	display: none;
}
.inside_related_posts li a {
	padding-top: 5px;
	padding-bottom: 5px;
}
.inside_related_posts li:last-child a {
	border-bottom: 0 !important;
}
.inside_related_posts li a,
.article-text .inside_related_posts li a {
	float: left;
	width: 100%;
	color: #2980d9;
	font-size: 14px;
	border-bottom: 1px solid #102f62;
}
.container.similar_news_holder {
	padding-top: 15px;
}
.to_be_sticky.sticky{
	position: fixed;
	top: 90px;
}
.article-text .flex-control-nav.flex-control-paging{
	left: 0;
}
.galery-slider {
	float: left;
	width: 100%;
	clear: both;
	list-style: none;
	margin-bottom: 30px;
	position: relative;
}
.galery-slider .slides {
	float: left;
	width: 100%;
	clear: both;
	list-style: none;
	margin-bottom: 0;
	overflow: hidden;
}
.galery-slider .slides li{
	padding-left: 0;
	margin-bottom: 0;
	text-indent: 0;
	height: 0;
}
.galery-slider .slides li.flex-active-slide{
	height: auto;
}
.galery-slider .slides li img{
	margin-bottom: 0
}
.galery-slider .slides li a{
	float: left;
	width: 100%;
}
.galery-slider .flex-direction-nav .flex-nav-next:before,
.galery-slider .flex-direction-nav .flex-nav-prev:before,
.galery-slider .slides .flex-slider-item:before{
	display: none;
}
.galery-slider ol.flex-control-nav {
    bottom: 0;
    margin-bottom: -30px!important;
    left: 50%!important;
    transform: translateX(-50%);
}
.galery-slider ol.flex-control-nav li a{
	border-color: #18191a;
	font-size: 0;
}
.galery-slider ol.flex-control-nav li a.flex-active{
	background-color: #18191a;
}
.galery-slider ul.flex-direction-nav {
	margin-bottom: 0;
	float: left;
	width: 100%;
}
.galery-slider ul.flex-direction-nav li{
	padding-left: 0;
	margin-bottom: 0;
	text-indent: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	background-color: #18191a;
	padding: 10px;
	font-size: 0;
}
.galery-slider .flex-nav-next {
	right: 0;
}
.galery-slider .flex-nav-next a{
	width: 23px;
	height: 20px;
	text-align: left;
	text-indent: -9999px;
	display: inline-block;
	background: url(../images/arrow-next.png) no-repeat center;
	background-size: contain;
}
.galery-slider .flex-nav-prev {
	left: 0;
}
.galery-slider .flex-nav-prev a{
	width: 23px;
	height: 20px;
	text-align: left;
	text-indent: -9999px;
	display: inline-block;
	background: url(../images/arrow-prev.png) no-repeat center;
	background-size: contain;
}