.top-sticky-title {
	width: 100%;
	text-align: center;
	font-size: 35px;
	margin: 0;
}

#popular-id {
	display: inline-block;
	position: relative;
	text-align: center;
    width: 100%;
    height: 100%;
	padding-bottom: 20px;
	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: 240px;
    height: 180px;
    margin: 5px;
	overflow: hidden;
}


#popular-id .top-href{
	display: inline-block;
	height: 190px;
}
#popular-id .top-popular img {
    width: 240px;
    height: 180px;
	object-fit: cover;
    object-position: 50% 50%;
    opacity: 1;
}

#popular-id .n-view {
	font-size: 14px;
	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 {
	text-align: left;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	padding: 5px;
	font-weight: 500;
	width: 100%;
	color: #eee;
    background: #000000;	
    box-shadow: inset 0 0 0 #333333, inset 0 1px 84px #333333, inset 0 0 0 #333333;
}


#popular-id .top-popular:hover .top-slick-sticky-content {
	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: slideOutDown;
    animation-name: slideOutDown;	
}

#popular-id .top-slick-sticky-content {
	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: slideInUp;
    animation-name: slideInUp;	

}

#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);
	    line-height: 18px;
}

#popular-id .top-slick-sticky-content h3  a {
	color: #fff;
	font-size: 15px;
	font-weight: 100;
}
@media screen and (max-width: 1100px) {
	.top-popular-title {
		text-align: center;
	}
}
