#popular-id {
	display: inline-block;
	position: relative;
	text-align: center;
    width: 100%;
    height: 100%;
	margin: 0 auto;	font-family: 'Oswald', sans-serif;
}

.top-popular-title {
	width: 100%;
	text-align: left;
	font-family: 'Oswald', sans-serif;
	padding-left: 5px;
	margin-top: 15px;
}

#popular-id .top-popular {
    display: inline-table;
    position: relative;
    vertical-align: top;
    width: 153px;
    height: 120px;
    margin: 5px;
	overflow: hidden;
}


#popular-id .top-href{
	background: #C0C0C0;
	padding: 10px;
	display: inline-block;
	border-radius: 5px;
	height: 140px;
}
#popular-id .top-popular img {
    width: 133px;
    height: 120px;
	object-fit: cover;
    object-position: 50% 50%;

}

#popular-id .n-view {
	font-size: 12px;
	vertical-align: middle;
}

 #popular-id .dashicons-visibility {
	font-size: 15px;
	vertical-align: middle;
}

#popular-id .dashicons-visibility {
	margin-right: 2px;
	padding-top: 1px;
}

#popular-id .top-popular-view {
	position: absolute;
	z-index: 9;
	text-align: left;
	top: 0;
	left: 0;
	padding: 2px 2px 2px 5px;
	font-weight: 500;
	width: 100%;
	color: #eee;
	background: rgba(150,0,0,0.9);
	border-radius: 5px 5px 0 0 ;
}


#popular-id .top-popular:hover .top-slick-sticky-content {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 1;
	width: 100%;
		-webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;	
	-webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
   -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;	opacity: 1;
}

#popular-id .top-slick-sticky-content {
	opacity: 0;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;	
	-webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
   -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;	
}

#popular-id .top-slick-sticky-content h3 {
	width: 100%;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
	padding: 5px 10px;
	background: rgba(0,0,0,0.6);
	border-radius: 0 0 5px 5px;
}

#popular-id .top-slick-sticky-content h3  a {
	color: #fff;	
}
@media screen and (max-width: 1100px) {
	.top-popular-title {
		text-align: center;
	}
}
