.catalog-container{
	width: 960px;
	margin: 50px auto;
}
.catalog-container h2{
	text-align: center;
	font-size: 34px;
	padding-bottom: 10px;
	color: #757575;
	font-weight: 800;
}
.catalog-container section:before,
.catalog-container section:after{
	clear: both;
	content: '';
	display: block;
}

.catalog-container section{
	text-align: center;
}
.catalog-item{
	float: left;
	width: 260px;
	min-height: 250px;
	text-align: left;
	/* border: 1px solid #F0F0F0; */
	margin-right: 85px;
	padding: 10px 0;
	/* background: #FCFCFC; */
	border-radius: 5px;
	position: relative;
}
.catalog-item.last{
	margin-right: 0;
}

.catalog-item.last-item:before,
.catalog-item.last-item:after{
	content: '';
	display: block;
	clear: both;
}
.catalog-item.last-item {
	float: none;
	display: block;
	position: relative;
	margin: auto;
	clear: both;
}
.catalog-item .img{
	display: inline-block;
	position: relative;
	width: 260px;
	height: 260px;
}
.catalog-item img{
	display: block;
	border: 1px solid #CCC;
	border-radius: 50%;
	margin: auto;
}
.catalog-item a span{
	font-size: 13px;
	position: absolute;
	padding: 10px;
	background: #0673AF;
	/* background: #0074C2; */
	bottom: 0;
	right: -20px;
	width: 265px;
	text-align: right;
	line-height: 1.4;
	opacity: 0.8;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	color: #F5F5F5;
}
.catalog-item a:hover span{
	opacity: 1;
	text-decoration: none;
}

.catalog-item ul{
	display: block;
	text-align: right;
	list-style: none;
	margin-top: 0px;
	padding-left: 0;
	margin-right: 0;
}
.catalog-item li{
	border-right: 1px solid #cccccc;
}
.catalog-item li a{
	color: #000;
	font-size: 12px;
	border-right: 3px solid rgba(0, 0, 0, 0);
	padding-right: 10px;
	right: -2px;
	position: relative;
	display: block;
}
.catalog-item li a:hover{

	border-right: 3px solid #555555;
	text-decoration: none;
}

.catalog-item li a:hover{
	text-decoration: none;
}





.sale-item,
.new-item{
	text-align: center;
	background: #F5B100;
	background: rgba(245, 177, 0, 0.85);
	color: #FFF;
	position: absolute;
	top: 20px;
	right: -20px;
	/* border-radius: 50%; */
	font-size: 13px;
	opacity: 1;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	line-height: 70px;
	z-index: 100;

}


.sale-item {
	padding: 35px 5px;
	background: #039F6C;
	background: rgba(12, 134, 94, 0.82);
	left: -25px;
	right: auto;
	width: 100px;
	height: 100px;
	top: -5px;
	line-height: 16px;
	/*box-shadow: inset 0px 0px 15px #245E4B;*/
}