i[class^="icon-"]{
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
}
i[class^="icon-"]+span{
	vertical-align: middle;
}
i.icon-next,i.icon-prev{
	width: 40px;
	height: 50px;
}
i.icon-prev{
	background-image: url('../img/icon-prev.png');
}
i.icon-next{
	background-image: url('../img/icon-next.png');
}
i.icon-more-black{
	position: relative;
	z-index: 2;
	background-image: url('../img/icon-more-black.png');
	width: 20px;
	height: 20px;
	margin-right: 15px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
i.icon-more{
	position: relative;
	z-index: 2;
	background-image: url('../img/icon-more.png');
	width: 20px;
	height: 20px;
	margin-right: 15px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
i.icon-comments{
	width: 21px;
	height: 21px;
	margin-right: 10px;
	background-image: url('../img/icon-comments-blue.png');
}
i.icon-fb {
	width: 26px;
	height: 26px;
	margin-right: 15px;
	background-image: url('../img/icon-fb.png');
}
i.icon-back{
	position: relative;
	z-index: 5;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	background-image: url('../img/icon-back.png');
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	
}
i.icon-load{
	position: relative;
	z-index: 5;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	background-image: url('../img/icon-load.png');
		-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
i.icon-date{
	width: 25px;
	height: 25px;
	margin-right: 10px;
	background-image: url('../img/icon-date.png');
}
i.icon-category {
	display: none;
	position: relative;
	z-index: 5;
	width: 25px;
	 height: 25px;
	 margin-right: 25px;
	 background-image: url('../img/icon-category.png'); 
}
