/*********************
/*********************
	0- Body
	1- Header
	2- Main Menu
	3- Content
	4- Footer
*********************/

/*********************
	0- Body
*********************/
body, html { overflow-x:hidden; }
#body{
	width				: 100%;
	overflow-x			: hidden;
/*	background			: #fff;  add this on skin add */
	background			: #E8E8E8;/*  hide this on skin add */
	padding				: 0px;
	margin				: 0px;
    overflow			: hidden;
	/* skin styling  
	background-image: url(/app/assets/img/background-skin/left3.jpg), url(/app/assets/img/background-skin/right3.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: calc( 50vw - 597px ), calc( 50vw - 597px );
    background-position: left 0px, right 0px;*/
}
.hidden {
	display: none;
}
section{
	max-width			: 1170px;
	margin				: 0 auto;
}
h1, h2, h3, h4, h5, h6, p, div, span, a{
	font-family			: helvetica	!important;
}

.hidden-mobile{
	display: block;
}
.hidden-desktop{
	display: none;
}

/**********************
	/Body
***********************/

/*********************
	1- Header
*********************/
section#header{
	background-color	: #f6f6f6;
	padding				: 10px 0px;
	position			: relative;
	height				: 100px;
}
section .header{
	display: inline-table;
    width: 100%;
}
section#menu{
	position			: relative;
}
section#header .header-social-share{
	width				: 33%;
    display				: block;
    margin-top			: 9px;
	float				: left;
}
section#header .header-logo{
	width				: 33%;
	display				: block;
	float				: left;
}
section#header .header-weather{
	width				: 33%;
	display				: block;
	float				: left;
}
section#header .weather-container{
	width: 386px;
}
#forecast-table-desc{
	width				: 100%;
    background-color: rgba(0, 0, 0, 0.92);
    border-radius: 25px;
    padding: 30px;
}
#forecast-table-mob{
	padding				: 20px;
	display: table;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.92);
    border-radius: 25px;
}
#forecast-table-mob img{
	height				: 60px;
}

#forecast-modal > .modal-content{
	padding				: 0px;
	top					: calc(25vh - 76px);
}

#forecast-table-desc thead tr th{
	border-bottom		: 2px solid #e8e8e8;
}

#forecast-table-desc tbody tr td img{
	width				: 100%;
}

#forecast-table-mob{
	display				: none;
}

section#header .header-weather img{
	width: 81px;
	float: left;
	height: 69px;
	margin-top: -6px;
}
section #weatherListCity{
	font-size: 16px;
    border: 1px solid #d2d2d2;
	margin-bottom: 5px;
}
section#header .header-weather h4.cur-temp{
	margin-top: 47px;
	margin-bottom: 0px;
	margin-right: -60px;
	margin-left: 29px;
    font-size: 24px;
    display: block;
    float: left;
	width: 50px;
}
div.weather-left{
    width: 100%;
    height: 100%;
}
div.cur-temp{
    width: 100%;
    height: 100%;
}
section#header .weather-right{
	display: table;
}
section#header .header-weather .high-low{
	margin-left  		: 15px;
	float				: left;
	margin-top			: 3px;
	display				: inline;
}
section#header .header-weather .max-temp{
	margin				: 0px 0 0 4px; 
    font-size			: 13px;
	float				: left;
}
section#header .header-weather .min-temp{
	margin				: 0px 0 0 4px;
    font-size			: 13px;
	float				: left;
}
section#header .header-weather .sunsrise-icon{
	background-image: url('../img/yahoo-weather/weathericons.png?t=-344');
	background-position: 0% 50%;
	background-repeat: no-repeat;
	background-size: 112px 22px ;
	width: 22px;
	height: 22px;
	cursor: pointer;
}
section#header .header-weather .sunset-icon{
	background-image: url('../img/yahoo-weather/weathericons.png?t=-344');
	background-position: 25% 50%;
	background-repeat: no-repeat;
	background-size: 112px 22px ;
	width: 22px;
	height: 22px;
	cursor: pointer;
}
section#header .header-weather .max-temp-icon{
	background-image: url('../img/yahoo-weather/weathericons.png?t=-344');
    background-position: 51% 50%;
    background-repeat: no-repeat;
    background-size: 112px 22px;
	width: 22px;
	height: 22px;
	cursor: pointer;
	float: left;
}
section#header .header-weather .min-temp-icon{
	background-image: url('../img/yahoo-weather/weathericons.png?t=-344');
	background-position: 74% 50%;
	background-repeat: no-repeat;
	background-size: 112px 22px ;
	width: 22px;
	height: 22px;
	cursor: pointer;
	float: left;
}
section#header .header-weather .forecast-icon{
	background-image: url('../img/yahoo-weather/weathericons.png?t=-344');
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 102px 22px ;
	width: 22px;
	height: 22px;
	cursor: pointer;
	float: left;
}
section#header .header-weather .forecast .week-day-ico img{
	width: 22px;
	height: 22px;
}
section#header .header-weather .sunrise-set-details{
	float: left;
	margin-left : 15px;
	margin-top			:3px;
}
section#header .header-weather .sunrise-set-details .details {
	float: left;
}
section#header .header-weather .sunrise-set-details .sunsrise-icon {
	float: left;
}
section#header .header-weather .sunrise-set-details .sunset-icon {
	float: left;
}
section#header .header-weather .sunrise-set-details .details span{   
	float: left;
    margin: 6px 7px 0 5px;
    font-size: 13px;
}
section#header .header-weather .forecast-set-details{
	float: left;
	margin-left : 15px;
	cursor				: pointer;
}
section#header .header-weather .forecast-set-details .details {
	float: left;
}
section#header .header-weather .forecast-set-details .sunsrise-icon {
	float: left;
}
section#header .header-weather .forecast-set-details .sunset-icon {
	float: left;
}
section#header .header-weather .forecast-set-details .details span{   
    margin: 6px 7px 0 5px;
    font-size: 13px;
}
section#header .city-details{
	margin-left			: 18px;
	float				: left;
}
div.header-social-share > ul{
	list-style-type		: none;
}
div.header-social-share > ul > li{
	float				: left;
    margin-right: 7px;
}
/*********************
	/Header
*********************/

/*********************
	2- Main Menu
*********************/
div.main-menu-container > ul.main-menu{
	list-style-type			: none;
    margin					: 0;
    padding					: 0;
    overflow				: hidden;
    background-color		: #c4161c;
}
div.main-menu-container > ul.main-menu > li {
    float					: left;
}
div.main-menu-container > ul.main-menu > li a {
    display					: block;
    color					: white;
    text-align				: center;
    padding					: 14px 16px;
	font-size				: 16px;
    text-decoration			: none;
	text-transform			: uppercase;
    font-weight				: bold;
}
div.main-menu-container > ul.main-menu > li.active a {
    background-color		: rgba(17, 17, 17, 0.37);
}
div.main-menu-container > ul.main-menu > li a:hover {
    background-color		: rgba(17, 17, 17, 0.37);
}


.topnav {
	overflow				: hidden;
	background-color		: #c4161c;
}
.topnav a {
	float					: left;
	display					: block;
	color					: #FFF;
	text-align				: center;
	padding					: 14px 15px;
	text-decoration			: none;
	font-size				: 16px;
	font-weight				: bold;
	text-transform			: uppercase;
}
.topnav a.active{
	background-color		: rgba(17, 17, 17, 0.37);
}
.topnav a:hover {
	background-color		: rgba(17, 17, 17, 0.37);
}
.topnav .icon {
	display					: none;
}
#mobile-search {
	display					: none;
}
/*********************
	/Main Menu
*********************/

/*********************
	3- Content
*********************/
section#main-body{
    border-radius: 0 0 8px 8px;  
	position: relative;
    z-index: 1;
}
section#main-body::after{
    position: absolute;
    content: " ";
    width: 100%;
    height: 10px;
	left				: 0;
	right				: 0;
    z-index: -1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
	bottom: 3px;
}
section .main-body{
	background-color	: #f6f6f6;
    border-radius		: 0 0 8px 8px;  
	display: inline-block;
    width: 100%;
}
section .main-body .main-body-container{
	width				: 100%;
}
section .main-body > div.main-body-components{
	width				: 50%;
	float				: left;
}
section .main-body >  div.main-body-sidebar-1{
	width				: calc( 29% - 2px );
	float				: left;

	border-left: 1px solid #fff;
    border-right: 1px solid #e1e1e1;
    padding-bottom: 20px;
    -webkit-box-shadow: inset 1px 0 0 #e1e1e1, inset -1px 0 0 #fff;
    -moz-box-shadow: inset 1px 0 0 #e1e1e1,inset -1px 0 0 #fff;
    box-shadow: inset 1px 0 0 #e1e1e1, inset -1px 0 0 #fff;
}
section .main-body > div.main-body-sidebar-2{
	width				: calc( 21% - 1px );
	float				: left;
	border-right: 1px solid #e7e8e8;
}
#article-content p{
	font-size: 12pt;
}
#article-content img{
	max-width:100% !important;
}
#article-content iframe{
	max-width:100% !important;
}
#article-container{
    background: #f6f6f6;
	padding	: 10px;
}
#article-container h1, #article-container h3{
    color: #9e0000;
	font-size: 24px;
    font-weight: 700;
    line-height: 110%;
    padding: 0px 0 10px 0;
    margin: 0;
}
#article-container img{
	width				: 100%;
	height				: auto !important;
	position: relative;
    z-index: 0;
}
#article-container > img#article-img{
	width				: 100%;
}
#article-date{
    margin-bottom: 12px;
    display: block;
    font-size: 13px;
}
#article-date a{
	color: #9e0000;
	text-transform: uppercase;
    font-weight: bold;
}
.article-introtext{
	color: #444;
    font-size: 18px;
    font-weight: bold;
}
.article-footer{   
    margin				: 0px 0 4px 0;
    border-top			: 1px solid #ddd;
    padding				: 4px;
}
.article-footer .article-modification-date strong{
    font-weight			: initial;
}
.article-modification-date{
    text-align			: right;
    color				: #999;
}
#related-items{
	width				: 100%;
	display				: inline-block;
}
#related-items > .related-item > a{
	width				: 100%;
	font-size			: 14px !important;
	color				: #9e0000;
	text-decoration		: none;
	line-height			: 20px;
}
.related-items-title{    
	margin: 0;
    color: #555555;
    text-transform: uppercase;
    background: #ededed;
    padding: 10px 15px;
	text-align:center;
}
.related-item-container{
	width: 25%;
	float: left;
}
.related-item {
    padding: 5px;
}
.related-item a{
    text-decoration: none;
}
.related-item h3{
	width: 100%;
    font-size: 14px!important;
    color: #9e0000;
    line-height: 20px;
    margin: 5px 0 0 0;
}
.related-item img{
	width				: 100%;
	height				: 110px;
	object-fit			: cover;
}

#previous-next-item span{
    color: #999;
}
#previous-next-item{
	padding				: 10px;
	border-top			: 1px solid #ddd;
}

#previous-next-item a{
	color				: #9e0000;
	text-decoration		: none;
}
.categories-after-article .category-items-container{
	display				: inline-block;
}
.categories-after-article .module-header a{
	text-decoration		: none;
}
.categories-after-article .module-header a:hover, .categories-after-article .module-header a:active {
    text-decoration		: underline;
    text-decoration-color: #555555 !important;
}
.categories-after-article .category-items-container .category-item{
	width				: calc( 25% - 6px );
	padding				: 0 3px;
}
.categories-after-article .category-items-container .category-item a{
	color				: #9e0000;
    text-decoration		: none;
}
.categories-after-article .category-items-container img{
	height				: 105px;
	width				: 100%;
	object-fit			: cover;
}
.categories-after-article .category-items-container h3{
	font-size			: 14px;
	font-weight			: bold;
	margin-top			: 5px;
}
.categories-after-article .category-items-container p{
	font-size			: 14px;
	color				: #333;
}

.category-item{
	width				:50%;
	float				:left;
}
#loadMoreContainer{
	
}
#loadMoreContainer img{
	width				: 100%;
	height				: 200px;
	object-fit			: cover;
}
#loadMoreContainer a {
	text-decoration		: none;
	color				: #9e0000;
}
#loadMoreContainer h2 {
	font-size			: 16px;
}
#loadMoreContainer p {
	text-decoration		: none;
	color				: #000;
}
.load-more-cotainer {
	width				: 100%;
	text-align			: center;
}
/* Categories */
#load-more-button {
	border: none;
    background: rgba(158,0,0,0.91);
    padding: 5px 28px;
    color: #ffffff;
    font-size: 20px;
    border-radius: 5px;
    box-shadow: 1px 2px 7px rgba(0,0,0,0.64);
    cursor: pointer;
    margin-bottom: 30px;
    clear: both;
    margin-left: auto;
    display: block;
    margin-right: auto;
}
#searching-modal{
    max-height: 100vh;
    overflow: hidden;
}
#searching-form{
	padding-bottom: 10px;
    max-width: 100%;
    overflow: hidden;
}

#searching-form input.keyword{
	width				: 100%;
	line-height			: 32px;
	padding				: 5px;
	font-size			: 46px;
	float				: left;
}
#searching-form button.search-btn{
	width				: 20%;
	line-height			: 32px;
	padding				: 5px;
	font-size			: 24px;
	float				: left;
}
#searching-results{
	background-color	: #FFF;
	max-height: 80vh;
    overflow-y: scroll;
}
.search-results-title{
	width				: 100%;
	display				: grid;
	clear				: both;
    border-bottom		: 1px solid rgba(25, 24, 24, 0.67);
}
.search-results-title h3{
	color				: #9e0000;
	text-align			: center;
}
.search-item{
	width				: 100%;
	display				: grid;
	clear				: both;
    border-bottom		: 1px dotted rgba(25, 24, 24, 0.67);
}
.search-item a{
	padding				: 10px;
}
.search-item .image{
	float				: left;
}
.search-item .image img{
	object-fit			: cover;
	width				: 250px;
    height: 150px;
}
.search-item .content{
	width				: calc(100% - 280px);
    float				: left;
    padding-left		: 13px;
    text-align			: justify;
	margin-top: -7px;
}
.search-item .content h3{
	margin-top			: 10px;
	color				: #9e0000;
}
.search-item .content p{
	color				: #111;
}
.search-item .content p span.created{
	color				: #9e0000;
}
.categories-view a {
	padding				: 10px;
	float				: left;
	min-height			: 360px;
}
.sidebar-container {
	padding				: 0 5px;
}
/* Sidebar 1 */
.foto-e-dites a {
	text-decoration		:none; 
}
.foto-e-dites .title {
    color: #9e0000;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 21px;
}
.foto-e-dites span {
	color				: #111;
	font-size			: 12pt;
}
.foto-e-dites p {
	color				: #111;
	font-size			: 12pt;
}
.foto-e-dites img {
	width				: 100%;
}
a.searching-form-popup{
	padding				: 13px 13px 11px 13px !important;
	float				: right;
}
.searching-form-popup img{
	width				: 18px;
	height				: 18px;
}
#mod-search-module {
	width				: 95%;
	padding				: 5px;
}
.modal {
    display				: none; /* Hidden by default */
    position			: fixed; /* Stay in place */
    z-index				: 100; /* Sit on top */
    padding-top			: 23px; /* Location of the box */
    left				: 0;
    top					: 0;
    width				: 100%; /* Full width */
    height				: 100%; /* Full height */
    overflow			: auto; /* Enable scroll if needed */
    background-color	: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}

.modal-content {
    margin				: auto;
    padding				: 20px;
    width				: 100%;
	max-width			: 950px;
	color				: #FFF;
	top					: calc( 50vh - 76px );
	position			: absolute;
	text-align			: center;
	left				: 0;
	right				: 0;
	transition			: top 0.7s;
}

.modal-content.seached{
	top					: calc(10vh - 76px);
}

.g-recaptcha{
	width				: 310px;
	float				: left;
}

.rc-anchor-light.rc-anchor-normal{
	border				: none !important;
}
.rc-anchor-light {
    background			: transparent !important;
    color				: #fff;
}
.modal-content .keyword {
	width				: 100%;
	float				: left;
	color				: #FFF;
	background-color	: transparent;
	font-size			: 32px;
	padding				: 10px;
	border				: none;
	border-bottom		: 2px solid #c4161c;
	background			: url(../img/blank.png);
    background-position	: 98% 20px !important;
    background-repeat	: no-repeat !important;
    background-size		: auto 54% !important;
}
.modal-content .keyword:focus {
	outline				: none;
}
.modal-content .box-header{
	text-align			: center;
}
.modal-content .box-header h3.box-title{
	border-bottom		: 2px solid #e60000;
    padding-bottom		: 5px;
}
.close {
	color				: #e60000;
    font-size			: 60px;
    font-weight			: 100;
    position			: fixed;
    top					: 20px;
    right				: 40px;
}

.close:hover, .close:focus {
    color				: #FFF;
    text-decoration		: none;
    cursor				: pointer;
}
/* Ora */
#biger-container{
	width				: 100%;
	height				: 0px;
	margin				: 0 auto;
}
#Big-Container{
	width				: 100%;
	height				: 100%;
	position			: relative;
}
#pasBtn{
	position			: absolute;
	width				: 10%;
	height				: 30%;
	margin-top			: 25%;
	background-image	: url('../img/clock/left_arrow.png');
	cursor				: pointer;
	background-size		: 100% 100%;
}
#paraBtn{
	position:absolute;
	width:10%;
	height:30%;
	margin-top:25%;
	margin-left:90%;
	background-image:url('../img/clock/right_arrow.png');
	cursor:pointer;
	background-size:100% 100%;
}
#figure-lajmi{
	width:62%;
	height:62%;
	position:absolute;
	background-size:cover;
	z-index:1;
	margin-left:19%;
	border-radius:50%;
	margin-top:9%;
}
#akrep-minutash{
	transition:all 0.5s;
	transform-origin:50% 75%;
	width:5%;
	height:40%;
	margin-left:47.5%;
	margin-top:20%;
	background-image:url('../img/clock/minutes_lancet.png');
	position:absolute;
	background-size:100% 100%;
	z-index:3;
}
#akrep-oresh{
	transition:all 0.5s;
	transform-origin:50% 75%;
	width:5%;
	height:30%;
	position:absolute;
	background-image:url('../img/clock/hours_lancet.png');
	margin-left:47.5%;
	margin-top:27.5%;
	background-size:100% 100%;
	z-index:2;
}
#pik-mesi{
	width:5%;
	height:5%;
	position:absolute;
	background-image:url('../img/clock/centre.png');
	background-size:100% 100%;
	margin-left:47.5%;
	margin-top:37.5%;
	z-index:5;
}
#kontur-ore{
	position:relative;
	width:80%;
	height:80%;
	background-image:url('../img/clock/clock.png');
	background-size:100% 100%;
	z-index:4;
	margin-left:10%;
	border-radius:10%;
}
#titull{
	text-align:center;
	line-height:inherit;
	height:auto;
	padding:14px 6px;
	background-color:rgba(246,246,246,0);
	border-top:none;
	box-shadow:none;
    margin: 0;
}
#titull a{
	color:#9e0000;
	text-decoration:none;
	font-size:18px;
	line-height:20px;
}
#titull h3{
	font-size:16px;
	font-weight:700;
	line-height:20px;
	text-transform:uppercase;
}
#intro{
	text-align:center;
}
#oreLajmi{
	text-align:center;
	font-size:24px;
}
/* /Ora */
/*Barometer */
#barometer{
	padding-top: 1px;
}
.barometer {
	text-align			: center;
	background-color	: #e8e8e8;
}
.barometer .voting-container {
	background-color	: #37393c;
	border-radius		: 10px;
	max-width			: 70px;
	margin				: 0 auto;
	height				: 25px;
	margin-top			: -5px;
}
.barometer .voting-container img {
	float				: left;
    padding-left		: 5px;
    padding-top			: 3px;
    cursor				: pointer;
    width				: 18px;
    height				: 18px;
}
.barometer .voting-container span {
	color				: #FFF;
	float				: right;
	padding-right		: 8px;
    padding-top			: 4px;
}
.barometer-item > .divider-top{
	height				: 49px;
	width				: 56px;
}
.barometer-item > .divider-bottom{
	height				: 49px;
	width				: 44px;
}
.barometer-item > .divider-1{
	height				: 30px;
	width				: 25px;
	background			: url("../img/barometer/background.png") 0 0;
}
.barometer-item > .divider-2{
	height				: 30px;
	width				: 25px;
	background			: url("../img/barometer/background.png") 0 0;
}
.barometer-item > .divider-3{
	height				: 30px;
}
.barometer-item > .divider-4{
	height				: 30px;
}
.barometer-item > .divider-5{
	height				: 30px;
}

#barometer .barometer-background-0{
	background-image	: url(../../assets/img/barometer/background.png);
    background-position	: 50% -14px;
	background-repeat	: no-repeat;
}
#barometer .barometer-background-1{
	background-image	: url(../../assets/img/barometer/background.png);
    background-position	: 50% -102px;
	background-repeat	: no-repeat;
}
#barometer .barometer-background-2{
	background-image	: url(../../assets/img/barometer/background.png);
    background-position	: 50% -201px;
	background-repeat	: no-repeat;
}
#barometer .barometer-background-3{
	background-image	: url(../../assets/img/barometer/background.png);
    background-position	: 50% -400px;
	background-repeat	: no-repeat;
}
#barometer .barometer-background-4{
	background-image	: url(../../assets/img/barometer/background.png);
    background-position	: 50% -718px;
	background-repeat	: no-repeat;
}
#barometer .barometer-background-5{
	background-image	: url(../../assets/img/barometer/background.png);
    background-position	: 50% -769px;
	background-repeat	: no-repeat;
}
.barometer > .barometer-item > img.main-img {
	width				: 106px;
	height				: 106px;
	border-radius		: 50%;
	object-fit			: cover;
	border				: 3px solid #dcdcdc;
}
.barometer > .barometer-item > .barometer-item-title {
	background-color	: #838383;
	color				: #FFF;
	width				: 256px;
    margin				: 0 auto;
    padding				: 4px;
    border-radius		: 12px;
}
.barometer > .barometer-item > .barometer-item-title a{
	color: white;
    text-decoration: none;
}
.barometer > .barometer-item > .barometer-item-title a:hover{
	text-decoration: underline !important;
}
#horoskopi{
	background-color: #000;
	padding: 10px 0;
	text-align: center;
}
#horoskopi a{
	color: #C4141A;
    font-size: 23px;
	text-decoration: none;
}
#horoskopi a:hover{
	text-decoration: underline !important;
}


#personazhi-i-vitit{
	display: inline-block;
    background-color: #c4161c;
	position: relative;
	width: 100%;
}
#personazhi-i-vitit .slideshow-personazhi-i-vitit{
	display: inline-grid;
	width: 100%;
    padding: 0 29px;
	max-height: 415px;
	overflow: hidden;
}
#personazhi-i-vitit .personazhi-i-vitit-item{
	text-align: center;
    padding: 0 5px;
	min-height: 375px;
    position: relative;
    max-width: 50%;
}
#personazhi-i-vitit .personazhi-i-vitit-module-title h3{
    text-align: center;
    margin-bottom: 2px;
    text-transform: uppercase;
	background-color: #fff;
    line-height: 31px;
}
#personazhi-i-vitit .personazhi-i-vitit-module-title .remaining-votes{
    text-align: center;
    display: table;
    margin: 0 auto;
    margin-top: 10px;
}
#personazhi-i-vitit .personazhi-i-vitit-module-title .remaining-votes-count{
    background-color: white;
    padding: 6px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    font-size: 23px;
    float: left;
}
#personazhi-i-vitit .personazhi-i-vitit-module-title .remaining-votes-text{
    line-height: 38px;
    color: white;
    font-size: 25px;
    margin-left: 8px;
}
#personazhi-i-vitit .personazhi-i-vitit-item .title{
	text-align: left;
    color: white;
    font-size: 20px;
    margin-top: 10px;
}
#personazhi-i-vitit .personazhi-i-vitit-item .description{
	color: #000;
	text-align: left;
    margin-top: 10px;
}
#personazhi-i-vitit .personazhi-i-vitit-item .title-a{
    color: white;
}
#personazhi-i-vitit .personazhi-i-vitit-item .desc-a{
	color: #000;
}
#personazhi-i-vitit .personazhi-i-vitit-item a{
	text-decoration: none;
}
#personazhi-i-vitit .personazhi-i-vitit-item a:hover{
	text-decoration: underline!important;
}
#personazhi-i-vitit .personazhi-i-vitit-item img{
    width: 100%;
    height: 110px;
    object-fit: cover;
}
#personazhi-i-vitit .personazhi-i-vitit-item .voting-img{
    width: 28px!important;
    height: 28px!important;
    border: 3px solid #fff;
	cursor: pointer;
	border-radius: 50%;
    margin: 0 auto;
}
#personazhi-i-vitit .personazhi-i-vitit-item .vote{
    height:	18px;
	margin-top: 5px;
}
#personazhi-i-vitit .personazhi-i-vitit-item .votes{
    margin-top: 11px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
}
#personazhi-i-vitit .personazhi-i-vitit-item .voting-container{
    margin: 15px auto 5px auto;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#personazhi-i-vitit .personazhi-i-vitit-arrows .prev{
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
	cursor: pointer;
	
	background-color: #020202ad;
    width: 28px;
    height: 42px;
}
#personazhi-i-vitit .personazhi-i-vitit-arrows .next{
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
	cursor: pointer;
	
	background-color: #020202ad;
    width: 28px;
    height: 42px;
}
#personazhi-i-vitit .personazhi-i-vitit-arrows .next .triangle{
    border: 9px solid #fff!important;
    border-top: 9px solid transparent!important;
    border-bottom: 9px solid transparent!important;
    border-right: none!important;
    margin: 11px 9px 0 10px!important;
}
#personazhi-i-vitit .personazhi-i-vitit-arrows .prev .triangle{
    border: 9px solid #fff!important;
    border-top: 9px solid transparent!important;
    border-bottom: 9px solid transparent!important;
    border-left: none!important;
    margin: 10px 9px 0 11px!important;
}
#personazhi-i-vitit .slick-dots{
    display: inline-block;
    list-style-type: none;
	padding: 0;
	text-align: center;
}
#personazhi-i-vitit .slick-dots li{
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 0px 3px;
    opacity: 0.5;
    border-radius: 20px;
    background: #fff;
    cursor: pointer;
}
#personazhi-i-vitit .slick-dots li.slick-active{
    opacity: 1;
}
#personazhi-i-vitit .slick-dots li button{
	display: none;
}


/* Sidebar 2 */
/* general modules styling */
.module-header {
    background: #ededed;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-shadow: inset 0 1px 0 #e1e1e1, inset 0 -1px 0 #e1e1e1;
    height: 35px;
    padding: 15px 5px 0 5px;
}

.module-header .module-title{
	font-weight: 700;
    margin: 0;
    color: #555555;
    text-transform: uppercase;
}
/* end general modules styling */
.slideshow-header-homepage {
	height: 400px;
    overflow: hidden;
}
.slideshow-header-homepage .slick-dots {
	position 			: absolute;
	top					: 0;
	right				: 0;
	list-style-type		: none;
    margin-right		: 15px;
}
.slideshow-header-homepage .slick-dots li {
	float				: left;
    display				: block;
    width				: 8px;
    height				: 8px;
    margin				: 0px 3px;
    opacity				: 0.5;
    border-radius		: 20px;
    background			: #fff;
	cursor				: pointer;
}
.slideshow-header-homepage .slick-dots li.slick-active {
    opacity				: 1;
}
.slideshow-header-homepage .slick-dots li:hover {
    opacity				: 1;
}
.slideshow-header-homepage .slick-dots button {
	display				:none;
}
.slideshow-header-homepage img {
	max-width			: 100%;
	height				: 400px;
	width				: 100%;
	object-fit			: cover;
}
.slideshow-header-homepage h2{
	color				: #fff;
	font-size			: 24px;
    line-height			: 24px;
    margin				: 0 0 10px;
    padding				: 0;
}
.slideshow-header-homepage p{
	color				: #fff;
}
.slideshow-header-homepage .read-more{
	color				: #d91e18;
}
.slideshow-header-homepage .slideshow-slide{
	position			: relative;
}
.slideshow-header-homepage-container{
	height				: 434px;
	position			: relative;
	overflow			: hidden;
}
.slideshow-header-homepage-container .lajmet-kryesore{
	background-color	: #d91e18;
    position			: absolute;
    top					: 0;
    left				: 0;
    display				: inline-block;
    padding				: 8px 10px;
    font-size			: 12px;
    line-height			: 12px;
    font-weight			: normal;
    text-transform		: uppercase;
    color				: #fff;
    z-index				: 1;
}

.slideshow-header-homepage .slideshow-slide .black-shadow{
    position			: absolute;
	width				: 100%;
    bottom				: 0;
    top					: 0;
	background			: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background			: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.8)));
    background			: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background			: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background			: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
    background			: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
}
.slideshow-header-homepage .text-container{
	position			: absolute;
    bottom				: 0;
    padding				: 20px;
}
.slideshow-header-homepage .slideshow-slide{
	position			: relative;
}
.slideshow-header-homepage .slick-prev.slick-arrow{
	position 			: absolute;
	bottom				: 0;
	left				: 0;
}
.slideshow-header-homepage .slick-next.slick-arrow{
	position 			: absolute;
	bottom				: 0;
	right				: 0;
}
.slideshow-header-homepage .read-more{
}
.slideshow-header-homepage-arrows{
	text-align			: center;
    background-color	: white;
}
.slideshow-header-homepage-arrows div{
	color				: #FFF;
    display				: inline-block;
    margin				: 5px;
    padding				: 3px 10px;
    border-radius		: 3px;
    background			: #c4161c;
    text-transform		: capitalize;
	cursor				: pointer;
	-webkit-user-select	: none; /* Chrome/Safari */        
	-moz-user-select	: none; /* Firefox */
	-ms-user-select		: none; /* IE10+ */

	/* Rules below not implemented in browsers yet */
	-o-user-select		: none;
	user-select			: none;
}


.slideshow-lajmet-e-fundit-homepage-container .module-header .module-title{
    margin				: 0;
    float				: left;
}

.news-item a:focus{
	outline				: none;
}

.slideshow-lajmet-e-fundit-homepage .news-item{
    display				: inline-block;
	border-top			: 1px solid #fff;
    -webkit-box-shadow	: inset 0 1px 0 #e1e1e1, inset 0 2px 0 #fff;
    -moz-box-shadow		: inset 0 1px 0 #e1e1e1,inset 0 2px 0 #fff;
    box-shadow			: inset 0 1px 0 #e1e1e1, inset 0 2px 0 #fff;
	padding			: 13px 0 13px 10px;
}
.slideshow-lajmet-e-fundit-homepage img{
	width: 150px;
	height: 120px;
	object-fit: cover;
	float: left;
    margin: 2px 14px 3px 0px;
}
.slideshow-lajmet-e-fundit-homepage a{
	text-decoration: none;
}
.slideshow-lajmet-e-fundit-homepage h2{
	text-decoration: none;
    color: #9e0000;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 16px;
}
.slideshow-lajmet-e-fundit-homepage p{
	text-decoration: none;
    color: #111;
	font-size: 14px;
    line-height: 20px;
	margin-bottom: 0px;
}
.slideshow-lajmet-e-fundit-homepage .publish{
	text-decoration: none;
    color: #111;
	font-size: 14px;
    line-height: 20px;
}
.slideshow-lajmet-e-fundit-homepage-arrows{
	text-align: right;
    
}
.slideshow-lajmet-e-fundit-homepage-arrows .prev:hover {
    background: #7D0000!important;
}
.slideshow-lajmet-e-fundit-homepage-arrows .prev{
    display: block;
    float: right;
	width: 24px;
	height: 24px;
    background: #9E0000;
	cursor: pointer;
	margin-right: 5px;
}
.slideshow-lajmet-e-fundit-homepage-arrows .next:hover {
    background: #7D0000!important;
}
.slideshow-lajmet-e-fundit-homepage-arrows .next{
	display: block;
    float: right;
	width: 24px;
	height: 24px;
    background: #9E0000;
	cursor: pointer;
}
.slideshow-lajmet-e-fundit-homepage-arrows .prev .triangle{
	border: 8px solid #fff!important;
    border-top: 5px solid transparent!important;
    border-bottom: 5px solid transparent!important;
    border-left: none!important;
    margin: 6px 9px 0 6px!important;
}
.slideshow-lajmet-e-fundit-homepage-arrows .next .triangle{
	border: 8px solid #fff!important;
    border-top: 5px solid transparent!important;
    border-bottom: 5px solid transparent!important;
    border-right: none!important;
    margin: 6px 9px 0 9px!important;
}



.slideshow-showbiz-dhe-lifestyle-homepage-container .module-header .module-title{
    margin: 0;
    float: left;
}
.slideshow-showbiz-dhe-lifestyle-homepage .news-item-container{
	width: 25%;
	float: left;
}
.slideshow-showbiz-dhe-lifestyle-homepage .news-item{
	padding: 0 10px 0 5px;
}
.slideshow-showbiz-dhe-lifestyle-homepage .news-item img{
	width: 100%;
	height: 83px;
	object-fit: cover;
}
.slideshow-showbiz-dhe-lifestyle-homepage .news-item h2{
	font-size: 14px!important;
    padding: 10px 0 4px 0!important;
	color: #9e0000;
}
.slideshow-showbiz-dhe-lifestyle-homepage-container a{
    text-decoration: none;
}
.slideshow-showbiz-dhe-lifestyle-homepage .news-item .publish{
	color: #999;
    font-size: 12px;
}

.slideshow-showbiz-dhe-lifestyle-homepage-arrows{
	text-align: right;
    
}
.slideshow-showbiz-dhe-lifestyle-homepage-arrows .prev:hover {
    background: #7D0000!important;
}
.slideshow-showbiz-dhe-lifestyle-homepage-arrows .prev{
    display: block;
    float: right;
	width: 24px;
	height: 24px;
    background: #9E0000;
	cursor: pointer;
	margin-right: 5px;
}
.slideshow-showbiz-dhe-lifestyle-homepage-arrows .next:hover {
    background: #7D0000!important;
}
.slideshow-showbiz-dhe-lifestyle-homepage-arrows .next{
	display: block;
    float: right;
	width: 24px;
	height: 24px;
    background: #9E0000;
	cursor: pointer;
}
.slideshow-showbiz-dhe-lifestyle-homepage-arrows .prev .triangle{
	border: 8px solid #fff!important;
    border-top: 5px solid transparent!important;
    border-bottom: 5px solid transparent!important;
    border-left: none!important;
    margin: 6px 9px 0 6px!important;
}
.slideshow-showbiz-dhe-lifestyle-homepage-arrows .next .triangle{
	border: 8px solid #fff!important;
    border-top: 5px solid transparent!important;
    border-bottom: 5px solid transparent!important;
    border-right: none!important;
    margin: 6px 9px 0 9px!important;
}



.slideshow-sport-homepage-container .module-header .module-title{
    margin: 0;
    float: left;
}
.slideshow-sport-homepage .news-item-container{
	width: 25%;
	float: left;
}
.slideshow-sport-homepage .news-item{
	padding: 0 10px 0 5px;
    height: 294px;
    overflow: hidden;
}
.slideshow-sport-homepage .news-item a{
	text-decoration: none;
}
.slideshow-sport-homepage .news-item img{
	width: 100%;
	height: 83px;
	object-fit: cover;
}
.slideshow-sport-homepage .news-item h2{
	font-size: 14px!important;
    padding: 10px 0 4px 0!important;
	color: #9e0000;
}
.slideshow-sport-homepage .news-item .publish{
	color: #999;
    font-size: 12px;
}

.slideshow-sport-homepage-arrows{
	text-align: right;
    
}
.slideshow-sport-homepage-arrows .prev:hover {
    background: #7D0000!important;
}
.slideshow-sport-homepage-arrows .prev{
    display: block;
    float: right;
	width: 24px;
	height: 24px;
    background: #9E0000;
	cursor: pointer;
	margin-right: 5px;
}
.slideshow-sport-homepage-arrows .next:hover {
    background: #7D0000!important;
}
.slideshow-sport-homepage-arrows .next{
	display: block;
    float: right;
	width: 24px;
	height: 24px;
    background: #9E0000;
	cursor: pointer;
}
.slideshow-sport-homepage-arrows .prev .triangle{
	    border: 8px solid #fff!important;
    border-top: 5px solid transparent!important;
    border-bottom: 5px solid transparent!important;
    border-left: none!important;
    margin: 6px 9px 0 6px!important;
}
.slideshow-sport-homepage-arrows .next .triangle{
	border: 8px solid #fff!important;
    border-top: 5px solid transparent!important;
    border-bottom: 5px solid transparent!important;
    border-right: none!important;
    margin: 6px 9px 0 9px!important;
}



.slideshow-shtypi-i-dites-container .module-header .module-title{
    margin: 0;
    float: left;
}
.slideshow-shtypi-i-dites .news-item-container{
	width: 25%;
	float: left;
}
.slideshow-shtypi-i-dites .news-item{
	padding: 0 10px 0 5px;
    height: 280px;
    overflow: hidden;
}
.slideshow-shtypi-i-dites .news-item a{
	text-decoration: none;
}
.slideshow-shtypi-i-dites img{
	width: 100%;
}
.slideshow-shtypi-i-dites .news-item h2{
	font-size: 14px!important;
    padding: 10px 0 4px 0!important;
	color: #9e0000;
}
.slideshow-shtypi-i-dites .news-item .publish{
	color: #999;
    font-size: 12px;
}

.slideshow-shtypi-i-dites-arrows{
	text-align: right;
    
}
.slideshow-shtypi-i-dites-arrows .prev:hover {
    background: #7D0000!important;
}
.slideshow-shtypi-i-dites-arrows .prev{
    display: block;
    float: right;
	width: 24px;
	height: 24px;
    background: #9E0000;
	cursor: pointer;
	margin-right: 5px;
}
.slideshow-shtypi-i-dites-arrows .next:hover {
    background: #7D0000!important;
}
.slideshow-shtypi-i-dites-arrows .next{
	display: block;
    float: right;
	width: 24px;
	height: 24px;
    background: #9E0000;
	cursor: pointer;
}
.slideshow-shtypi-i-dites-arrows .prev .triangle{
	    border: 8px solid #fff!important;
    border-top: 5px solid transparent!important;
    border-bottom: 5px solid transparent!important;
    border-left: none!important;
    margin: 6px 9px 0 6px!important;
}
.slideshow-shtypi-i-dites-arrows .next .triangle{
	border: 8px solid #fff!important;
    border-top: 5px solid transparent!important;
    border-bottom: 5px solid transparent!important;
    border-right: none!important;
    margin: 6px 9px 0 9px!important;
}



.slideshow-analiza-dhe-komente-container .module-header .module-title{
    margin: 0;
    float: left;
    font-size: 14px;
    margin-top: 4px;
}
.slideshow-analiza-dhe-komente .news-item-container{
	width: 100%;
	float: left;
    border-bottom: 1px dotted #959595;
	padding: 11px 0px 11px 0px;
}
.slideshow-analiza-dhe-komente .news-item{
	padding: 0 10px 0 5px;
}
.slideshow-analiza-dhe-komente .news-item a{
	text-decoration: none;
}
.slideshow-analiza-dhe-komente .news-item img{
	width: 64px;
	height: 64px;
	object-fit: cover;
	float: left;
    margin: 0 10px 4px 0px;
}
.slideshow-analiza-dhe-komente .news-item h2{
	font-size: 14px!important;
	margin: 0px;
	color: #9e0000;
}
.slideshow-analiza-dhe-komente .news-item p{
	color: #111;
    font-size: 12px;
    margin-bottom: 0;
    margin: 6px 0 0;
}

.slideshow-analiza-dhe-komente-arrows{
	text-align: right;
    
}
.slideshow-analiza-dhe-komente-arrows .prev:hover {
    background: #7D0000!important;
}
.slideshow-analiza-dhe-komente-arrows .prev{
    display: block;
    float: right;
	width: 24px;
	height: 24px;
    background: #9E0000;
	cursor: pointer;
	margin-right: 3px;
}
.slideshow-analiza-dhe-komente-arrows .next:hover {
    background: #7D0000!important;
}
.slideshow-analiza-dhe-komente-arrows .next{
	display: block;
    float: right;
	width: 24px;
	height: 24px;
    background: #9E0000;
	cursor: pointer;
}
.slideshow-analiza-dhe-komente-arrows .prev .triangle{
	    border: 8px solid #fff!important;
    border-top: 5px solid transparent!important;
    border-bottom: 5px solid transparent!important;
    border-left: none!important;
    margin: 6px 9px 0 6px!important;
}
.slideshow-analiza-dhe-komente-arrows .next .triangle{
	border: 8px solid #fff!important;
    border-top: 5px solid transparent!important;
    border-bottom: 5px solid transparent!important;
    border-right: none!important;
    margin: 6px 9px 0 9px!important;
}


.slideshow-dosier-container .module-header .module-title{
    margin: 0;
    float: left;
}
.slideshow-dosier .news-item-container{
	width: 100%;
	float: left;
    border-bottom: 1px dotted #959595;
	padding: 11px 0px 11px 0px;
}
.slideshow-dosier .news-item{
	padding: 0 10px 0 5px;
}
.slideshow-dosier .news-item a{
	text-decoration: none;
}
.slideshow-dosier .news-item img{
	width: 64px;
	height: 64px;
	object-fit: cover;
	float: left;
    margin: 0 10px 4px 0px;
}
.slideshow-dosier .news-item h2{
	font-size: 14px!important;
	margin: 0px;
	color: #9e0000;
}
.slideshow-dosier .news-item p{
	color: #111;
    font-size: 12px;
    margin-bottom: 0;
    margin: 6px 0 0;
}

.slideshow-dosier-arrows{
	text-align: right;
    
}
.slideshow-dosier-arrows .prev:hover {
    background: #7D0000!important;
}
.slideshow-dosier-arrows .prev{
    display: block;
    float: right;
	width: 24px;
	height: 24px;
    background: #9E0000;
	cursor: pointer;
	margin-right: 5px;
}
.slideshow-dosier-arrows .next:hover {
    background: #7D0000!important;
}
.slideshow-dosier-arrows .next{
	display: block;
    float: right;
	width: 24px;
	height: 24px;
    background: #9E0000;
	cursor: pointer;
}
.slideshow-dosier-arrows .prev .triangle{
	    border: 8px solid #fff!important;
    border-top: 5px solid transparent!important;
    border-bottom: 5px solid transparent!important;
    border-left: none!important;
    margin: 6px 9px 0 6px!important;
}
.slideshow-dosier-arrows .next .triangle{
	border: 8px solid #fff!important;
    border-top: 5px solid transparent!important;
    border-bottom: 5px solid transparent!important;
    border-right: none!important;
    margin: 6px 9px 0 9px!important;
}

.social-share {
	width				: 100%;
	clear: both;
}

.social-share img {
	height				: 22px;
    padding-top			: 6px;
    padding-left		: 10px;
}
.social-share a {
	line-height			: 24px;
    text-decoration		: none;
    color				: #FFF;
    width				: 25%;
    float				: left;
}
.social-share span {
	line-height			: 19px;
    text-decoration		: none;
    color				: #FFF;
    position			: relative;
    top					: -5px;
    font-size			: 16px;
}
.social-share > a.facebook {
	background-color	: #306199
}
.social-share > a.twitter {
	background-color	: #26c4f1;
}
.social-share > a.googleplus {
	background-color	: #dc4a38;
}
.social-share > a.whatsapp {
	background-color	: #22a119;
}

#social-facebook{
	width: 35px;
	height: 35px;
	background-image: url('../img/socialshare/socials.png');
}
#social-twitter{
	width: 35px;
	height: 35px;
	background-image: url('../img/socialshare/socials.png');
	background-position: 0 43px;
}
#social-instagram{
	width: 35px;
	height: 35px;
	background-image: url('../img/socialshare/socials.png');
	background-position: 0 137px;
}
#social-linkedin{
	width: 35px;
	height: 35px;
	background-image: url('../img/socialshare/socials.png');
	background-position: 0 88px;
}

#loadMoreArticles{
	text-align : center;
}

.poll-alternatives{
	padding: 0px;
    list-style-type: none;
}
.poll-alternatives span{
	display: none;
    float: right;
}
.poll-alternatives li.voted{
	border: 1px soliD rgba(158, 0, 0, 0.59);
    border-radius: 3px;
}
.poll-alternatives li{
	padding			: 2px;
	display			: list-item;
}

.show-poll-results{
	display: none;
	background: white;
    color: #9e0000;
    border: none;
    padding: 4px 18px;
    cursor: pointer;
    border: 1px solid rgba(128, 128, 128, 0.67);
    margin-left: 11px;
}
.vote-poll{
	display: none;
	background: #9e0000;
    color: white;
    border: none;
    padding: 4px 18px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.41);
}

#youtube-video{
	width			: 100%;
	height			: 350px;
}
#facebook-video{
	width			: 100%;
	height			: 350px;
}
#local-video{
	width			: 100%;
	height			: 350px;
}
.image-gallery-container{
	
}
#custom-gallery{
	position		: relative;
}
#gallery-image-title{
	font-size		: 13pt;
	color			: #111;
	margin			: 3px 0 3px 0;
	text-align		: center;
    text-transform: initial;
}
#gallery-image-desc{
	font-size		: 11pt;
	color			: #111;
	margin			: -5px 0 3px 0;
	background		: #ededed;
	padding			: 10px 10px;
    text-transform: initial;
}
#custom-gallery-image{
	width			: 100%;
	height			: 450px;
	object-fit		: contain;
	background-color: black;
}
#left-arrow-container{
	position		: absolute;
	top				: 0;
	bottom			: 0;
	width			: 50px;
	left			: 4px;
	display			: -webkit-box;
	display			: -ms-flexbox;
	display			: flex;
	-webkit-box-pack	: center;
	-ms-flex-pack	: center;
	justify-content	: center;
	-webkit-box-align	: center;
	-ms-flex-align		: center;
	align-items			: center;
}
#right-arrow-container{
	position		: absolute;
	top				: 0;
	bottom			: 0;
	width			: 50px;
	right			: 4px;
	display			: -webkit-box;
	display			: -ms-flexbox;
	display				: flex;
	-webkit-box-pack	: center;
	-ms-flex-pack		: center;
	justify-content		: center;
	-webkit-box-align	: center;
	-ms-flex-align		: center;
	align-items			: center;
}
.error-404 h3{
	padding				: 15px;
	text-align			: center;
	color				: #c4161c;
}
.error-404 a{
	padding				: 15px;
}
.error-404 img{
	width				: 100%;
}
.error-404 input{
	padding: 5px;
    width: 100%;
    display: table;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    max-width: 300px;
}
#image-caption{
    font-size: 14px;
    color: #404040;
    margin-top: 2px;
    display: block;
}
#video-caption{
    font-size: 14px;
    color: #404040;
    margin-top: 7px;
    display: block;
}
/*********************
	/Content
*********************/
/*********************
	/Webover Modal
*********************/
#webover-modal .modal-content {
    margin: auto;
    padding: 20px;
    width: 100%;
    max-width: 950px;
    color: #fff;
    top: calc( 25vh - 76px );
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    transition: top .7s;
}

/*********************
	4- Footer
*********************/
#footer-body{
    margin-top: -35px;
    padding-top: 53px;
    padding-bottom: 35px;
    z-index: 0;
    position: relative;
    max-width: none;
	background-image	: url(../img/bottom-pattern.png);
	display: flex;
}
#footer-body > .footer-body{
	padding				: 10px;
}
#footer-body > .footer-body > .leftfooter{
	float:left!important;
}
#footer-body > .footer-body > .rightfooter{
	float:right!important;
}
#footer-body a, #footer-body span, #footer-body h3, #footer-body p{
	color				: #FFF;
	text-decoration		: none;	
} 
#footer-body h3{
    margin-bottom: 14px;
} 
#footer-body p{
    font-size: 14px;
} 
.footer-body{   
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.to-top{
	width: 36px;
    height: 36px;
    position: fixed;
    right: 0;
    border-radius: 50%;
    background: #9e0000;
	background-position: 50% 50%;
    background-image: url(../img/up.png);
    background-repeat: no-repeat;
    background-size: 30px;
	cursor			: pointer;
}
.scrolled{
    right: 16px;
    bottom: 34px;
    z-index: 10;
    top: auto;
}
/*********************
	/Footer
*********************/
#debug{
	display				: none;
	background			: #111;
	color				: #FFF;
}
.b-lazy {
	-webkit-transition	: opacity 500ms ease-in-out;
	   -moz-transition	: opacity 500ms ease-in-out;
		 -o-transition	: opacity 500ms ease-in-out;
			transition	: opacity 500ms ease-in-out;
			 max-width	: 100%;
			   opacity	: 0;
			   
	  background-image	: url(../../assets/img/logo.png);
	  background-size	: 100% auto;
	  background-repeat	: no-repeat;
	  background-position: center;
}
.b-lazy.b-loaded {
	opacity				: 1;
}
.footer-copyright{   
	width: 100%;
    max-width: 1170px;
    margin: 0 auto;
	color: #646464;
    padding: 15px 0;
	position: relative;
}
.site-banner{
	margin-top: 5px;
	margin-bottom: 5px;
}

/* The animation code */
@keyframes increase-decrease-anim {
    0% {transform: scale(0.95);}
    50% {transform: scale(1.15);}
    100% {transform: scale(0.95);}
}

/* The element to apply the animation to */
#social-instagram{
	/*
    animation-name: increase-decrease-anim;
    animation-duration: 1.2s;
	animation-iteration-count: infinite;
	*/
}

/*********************
	@Media Queries
*********************/


.title-share{
	position: absolute;
    width: 100%;
}

.title-share img{
	height: 22px !important;
    width: 22px !important;
}

.title-share .facebook{
	position: relative;
    top: -30px;
    float: right;
    right: 43px;
}

.title-share .twitter{
	position: relative;
    top: -30px;
    float: right;
    right: -2px;
}

@media screen and (max-width: 1170px) {
	.topnav a{
		padding			: 14px 14px;
	}
	section .main-body>div.main-body-components {
		width: calc( 100% - 570px );
		display: inline-block;
	}
	section .main-body>div.main-body-sidebar-1 {
		width: 318px;
		display: inline-block;
	}
	section .main-body>div.main-body-sidebar-2 {
		width: 249px;
		display: inline-block;
	}
}
@media screen and (max-width: 1140px) {
	.topnav a {
		padding		: 14px 11px;
		font-size	: 14px;
	}
}
@media screen and (max-width: 1040px) {
	.social-share > a.googleplus {
		width			: 40px
	}
	.social-share > a.whatsapp {
		width			: 40px
	}
	.social-share > a.whatsapp > span {
		display			: none;
	}
	section#header .weather-container {
		width: 334px;
		margin-top : 2px;
	}
	.related-item-container {
		width: 100%;
	}
	.related-item img {
		height: 175px;
	}
}
@media screen and (min-width: 980px) {
	.title-share{
		position: initial;
		width: initial;
	}
}
@media screen and (max-width: 980px) {
	#desktop-search {
		display					: none;
	}
	#mobile-search {
		display					: block;
		float					: right;
	}
	#searching-modal > .modal-content{
		max-width			: 620px;
	}
	.topnav a:not(:first-child) {display: none;}
	.topnav a.icon {
		float				: right;
		display				: block;
		padding-top			: 7px;
		font-size			: 24px;
		color				: #FFF;
	}
	.topnav{
		height				: 46px;
		transition			: all 0.3s;
		overflow			: hidden;
	}
	.topnav.responsive {
		height	 			: 460px;
		position			: relative;
	}
	.topnav.responsive .icon {
		position			: absolute;
		right				: 0;
		top					: 1px;
		padding-top			: 5px;
		padding-bottom		: 6px;
		color				: #FFF;
	}
	.topnav a {
		font-size			: 15px;
		color				: #FFF;
	}
	.topnav.responsive a {
		float			: none;
		display			: block;
		text-align		: left;
	}
	.topnav.responsive #mobile-search{
		display			: none;
	}
	.main-menu-container .topnav.responsive:first-child{
		
	}
}
@media screen and (max-width: 920px) {
	.slideshow-header-homepage p{
		display: none;
	}
	.slideshow-lajmet-e-fundit-homepage img{
		width: 100%;
	}		
	.category-item{
		width:100%;
		float:left;
	}
}
@media screen and (max-width: 800px) {
	.webover-alphabank{
		display:none;
		visible: hidden;
	}
	section .main-body {
		border-radius: 0 0 10px 10px;
	}
	.hidden-mobile{
		display: none;
	}
	.hidden-desktop{
		display: block;
	}
	.category-item{
		width:50%;
	}
	.slideshow-lajmet-e-fundit-homepage img{
		width: 150px;
	}
	.slideshow-header-homepage p{
		display: block;
	}
	#article-container h3{}
	#article-container {
		padding: 10px;
	}
	section#header {
		display			: block;
		height 			: auto;
	}	
	section#header .header-social-share{
		width				: 100%;
		float				: initial;
		text-align			: center;
		margin-top			: -5px;
		margin-bottom		: 10px;
	}
	section#header .header-social-share ul{
		display				: inline-table;
		padding				: 0;
		margin-bottom		: 5px;
		margin-top			: 5px;
	}
	section#header .header-social-share ul li {
		margin-left: 13px;
	}
	section#header .header-logo{
		width				: 100%;
		float				: initial;
		text-align			: center;
		margin-bottom		: 10px;
		border-top: 1px dotted #e8e8e8;
		padding-top: 5px;
		border-bottom: 1px dotted #e8e8e8;
		padding-bottom: 10px;
	}
	section#header .header-weather{
		display: table;
		margin: 0 auto;
		float: none;
	}
	section#header .weather-container{
		width: 318px;
	}
	section .main-body>div.main-body-components{
		padding			: 0px;
	}
	section .main-body{
		display			: block;
		justify-content	: initial;
	}
	section .main-body>div.main-body-components{
		width			: 100%;
		float			: initial;
	}
	section .main-body>div.main-body-sidebar-1{
		width			: 100%;
	}
	section .main-body>div.main-body-sidebar-2{
		width			: 100%;
		float			: initial;
	}
	.social-share > a.googleplus {
		width			: 40px
	}
	.social-share > a.whatsapp {
		width			: 40px
	}
	.social-share > a.googleplus > span {
	}
	.social-share > a.whatsapp > span {
		display			: none;
	}
	section#header .header-weather .forecast-set-details .details span{
		display			: none;
	}
	section#header .header-weather .forecast-icon{
		margin-top		: 0px;
		display: block;
	}
	#forecast-table-desc{
		display				: none;
	}
	#forecast-table-mob{
		display				: table;
	}
	/* showbiz-dhe-lifestyle showbiz mobile*/
	.slideshow-showbiz-dhe-lifestyle-homepage .news-item-container {
		width: 100%;
	}
	.slideshow-showbiz-dhe-lifestyle-homepage .news-item img {
		width: 150px;
		height: 120px;
		object-fit: cover;
		float: left;
		margin: 2px 14px 3px 0px;
	}
	.slideshow-showbiz-dhe-lifestyle-homepage .news-item h2{
		font-size: 16px!important;
	}
	.slideshow-showbiz-dhe-lifestyle-homepage .publish {
		color: #111 !important;
		font-size: 14px !important;
	}
	.slideshow-showbiz-dhe-lifestyle-homepage .news-item {
		padding: 0 10px 0 15px;
	}
	/* end showbiz-dhe-lifestyle showbiz mobile*/
	/* sport mobile*/
	.slideshow-sport-homepage .news-item-container {
		width: 100%;
	}
	.slideshow-sport-homepage .news-item img {
		width: 150px;
		height: 120px;
		object-fit: cover;
		float: left;
		margin: 16px 14px 3px 0px;
	}
	.slideshow-sport-homepage .news-item {
		padding: 0 10px 0 15px;
		height: auto;
	}
	.slideshow-sport-homepage .news-item h2{
		font-size: 16px!important;
	}
	.slideshow-sport-homepage .publish {
		color: #111 !important;
		font-size: 14px !important;
	}
	.slideshow-sport-homepage .news-item {
		padding: 0 10px 0 15px;
	}
	/* end sport mobile*/
	.slideshow-lajmet-e-fundit-homepage .news-item {
		padding: 13px 10px 13px 10px;
	}
	.social-share > a.facebook {
		width			: calc( 33% - 13px );
	}
	.social-share > a.facebook > span {
	}
	.social-share > a.twitter {
		width			: calc( 33% - 13px );
	}
	.social-share > a.twitter > span {
	}
	.social-share > a.googleplus {
		width			: calc( 33% - 13px );
	}
	.social-share > a.googleplus > span {
	}
	
	#footer-body{
		max-width : 100%;
		overflow : hidden;
	}
	
	.related-item-container {
		width: 25%;
	}
	.related-item img {
		height: 110px;
	}
	/* Sondazhi Personazhi i Vitit mobile*/
	.vote-image-container {
		height: 180px;
	}
}
@media screen and (max-width: 650px) {
	#searching-modal > .modal-content{
		max-width		: calc(100% - 40px);
	}
	.search-item .content{
		width			: 100%;
		padding-left	: 0px;
	}
	.search-item .image {
		float			: none;
	}
	.search-item .image img{
		width			: 100%;
		height			: 180px;
	}
	section .main-body>div.main-body-components{
		width			: 100%;
		float			: initial;
	}
	section .main-body>div.main-body-sidebar-1{
		width			: 100%;
	}
	section .main-body>div.main-body-sidebar-2{
		width			: 100%;
		float			: initial;
	}
	#custom-gallery-image{
		height			: 300px;
	}
	#webover-modal .modal-content {
		margin: auto;
		padding: 0px; 
		width: 100%;
		max-width: 950px;
		color: #fff;
		top: calc( 30vh - 76px );
		position: absolute;
		text-align: center;
		left: 0;
		right: 0;
		transition: top .7s;
	}
}
@media screen and (max-width: 600px) {	
	.categories-after-article .category-items-container .category-item{
		width				: calc( 50% - 10px );
		padding				: 0 5px;
	}
	.categories-after-article .category-items-container .category-item:nth-child(3){
		clear				: left;
	}
	.related-item-container {
		width: 50%;
		float: left;
		margin-bottom: 10px;
	}
	.related-item-container:nth-child(4) {
		clear	: left;
	}
	.related-item img {
		height: 185px;
	}
	.social-share > a.googleplus {
		width			: 40px;
	}
	.social-share > a.googleplus > span {
		display			: none;
	}
	.social-share > a.facebook {
		width			: calc( 50% - 40px );
	}
	.social-share > a.facebook > span {
	}
	.social-share > a.twitter {
		width			: calc( 50% - 40px );
	}
	.social-share > a.twitter > span {
	}
	.close{
		top				: 0px;
		right			: 10px;
		font-size		: 40px;
	}
	#searching-form input.keyword {
		font-size		: 28px;
	}
}
@media screen and (max-width: 480px) {
	section .main-body {
		display			: block;
		justify-content	: inherit;
	}
	section#header {
		justify-content	: initial;
	}
	.category-item{
		width:100%;
	}
	.category-item a{
		min-height: auto;
	}
}