#sidebar .widget-week {
	-webkit-font-smoothing: antialiased;
}
#sidebar .widget-week-switcher {
	text-align: center;
	padding-bottom: 10px;
}
#sidebar .widget-week .widget-title {
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0;
}
#sidebar .widget-week-switcher span {
	color: #777; 
	border-bottom:1px dashed #777; 
	cursor:pointer;
}
#sidebar .widget-week-switcher-comments-inactive {
	border-bottom:0 !important; 
	color:black !important; 
	cursor:default !important;
}
#sidebar .widget-week-switcher-views-inactive {
	border-bottom:0 !important; 
	color:black !important;
	cursor:default !important;
}
#sidebar .widget-week-item {
	margin-bottom: 2px;
	font-size:1.1em;
	padding: 0;
	border: none;
}
#sidebar .widget-week-item:last-child { 
	border:0;
}
#sidebar .widget-week .widget-item .item-comments {
	font-size:1.3em; 
	background:none;
	line-height: 1;
	padding-bottom: 5px;
}
#sidebar .widget-week-views .widget-item .item-comments:before {
	position: absolute; 
	color: #777; 
	margin-left: -22px; 
	margin-top: 5px; 
	font-size: 18px !important;
}
#sidebar .widget-week-comments .item-week-comments {
	padding-left:22px; 
	font-size:1.3em; 
	background:#fff url(../images/comments.png) no-repeat 0 8px;
}
#sidebar .widget-week-item div a {
	color:black;
}
#sidebar .widget-week-item .item-week-comments a {
	color:#ed5d3b;
}
#sidebar .widget-week-item {
	min-height: 95px;
	background: #000;
	position: relative;
	overflow: hidden;
}
#sidebar .widget-week-item img {
	position: absolute;
	z-index: 1;
	-moz-opacity: 0.6;
	opacity: 0.6;
	-moz-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease;
	transition:all .5s ease-in-out;
}

#sidebar .widget-week-item:hover img {
	-webkit-transform:scale(1.3,1.3);
	opacity:.2;
	transform:scale(1.3,1.3);
}

#sidebar .widget-week-content {
	position: relative;
	z-index: 2;
}
#sidebar .widget-week-item .category {
	background-color: #ed5e42;
	color: #ffffff;
	font-family: Helvetica,Arial,serif !important;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.1;
	margin: 0 10px 0 0;
	padding: 5px 10px;
	display: inline-block;
	vertical-align: top;
}
#sidevar .widget-week-views,
#sidevar .widget-week-comments {
	background-color: #FFF;
}
#sidebar .widget-week-item .title {
	color: #FFF;
	display: block;
	font-family: 'PT Sans Narrow', Arial, sans-serif;
	font-size: 23px;
	line-height: 1;
	padding: 0 10px 8px;
	text-transform: none;
}
#sidebar .widget-week .item-comments a {
	font-family: Helvetica,Arial,serif !important;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding-left: 25px;
	padding-right: 10px;
	line-height: 2.2;
	float: right;
}
#sidebar .widget-week-views .item-comments a {
	background: url('../images/eye.svg') no-repeat center left;
	background-size: 19px;
}
#sidebar .widget-week-comments .item-comments a {
	background: url('../images/cloud.svg') no-repeat center left;
	background-size: 26px;
}
