﻿.item{
	background:#fff;
	position:relative;
}
.image-item{
	display:block;
}
.image-item img{
	width:100%;
}

.title-post{
	display:block;
	color:#fff;
	font-size:14px;
	text-align:center;
	position:absolute;
	width:100%;
	height:30px;
	line-height:30px;
	padding:0px 5px;
	overflow:hidden;
	background:rgba(0,0,0, 0.7);;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:10px;
	vertical-align:middle;
}
.title-post:hover{
	color:#ff53b8;
}

.box-like{
	margin:0px 10px 8px 10px;
	color:#646464;
	font-size:12px;
	line-height:20px;
}
.count-views{
	background-image:url('../images/count-views.png');
	background-position:left center;
	background-size:16px 16px;
	background-repeat:no-repeat;
	display:block;
	padding-left:20px;
	margin-right:6px;
	float:left;
	color:#282828;
}
.favorite{
	background-image:url('../images/favorite.png');
	background-position:left center;
	background-size:16px 16px;
	background-repeat:no-repeat;
	display:block;
	padding-left:20px;
	cursor:pointer;
	color:#282828;
	float:left;
}
.favorite:hover{
	color:#ff53b8;
}

.like-facebook{
	margin-left:10px;
}

.paging{
	display:block;
	width:70%;
	height:40px;
	line-height:40px;
	text-align:center;
	margin:20px auto 20px;
	background:#ff53b8;
	color:#fff;
	clear:both;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.item-sidebar{
	margin:0px 0px 10px 3%;
	width:45%;
	float:left;
}
.item-sidebar img{
	width:100%;
}
.fotorama__wrap {
	margin:auto;
}
@media (max-width: 3000px) {
	.item{
		width: 24%;
		box-shadow:0px 0px 3px #ccc;
		margin:0px 0.5% 15px 0.5%;
	}
}
@media (max-width: 960px) {
  .item{
		width: 32.3%;
		box-shadow:0px 0px 3px #ccc;
		margin:0px 0.5% 15px 0.5%;
	}
}
@media (max-width: 639px) {
  .item{
		width: 48%;
		box-shadow:0px 0px 3px #ccc;
		margin:0px 1% 15px 1%;
	}
}
@media (max-width: 479px) {
  .item{
		width: 96%;
		box-shadow:0px 0px 3px #ccc;
		margin:0px 2% 15px 2%;
	}
}