﻿.list_contents {

}

.list_contents .view {
	float: left;
	border: 10px solid #fff;
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 1px 1px 2px #e6e6e6;
	cursor: default;
	background: #fff url(../images/bgimg.jpg) no-repeat center center;
	box-sizing: border-box;
}

.list_contents .view .mask {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.list_contents .view img {
	display: block;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%) rotate(0deg) scale(1);
	-moz-transform: translate(-50%,-50%) rotate(0deg) scale(1);
	-o-transform: translate(-50%,-50%) rotate(0deg) scale(1);
	-ms-transform: translate(-50%,-50%) rotate(0deg) scale(1);
	transform: translate(-50%,-50%) rotate(0deg) scale(1);
}

.list_contents .view h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 13px;
	padding: 3px;
	background: rgba(0, 0, 0, 0.8);
	margin: 20px 0 0 0;
	line-height: 16px;
}

.list_contents .view p {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 11px;
	position: relative;
	color: #fff;
	padding: 5px;
	text-align: center;
	margin: 0px !important;
}

.list_contents .view .price {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	display: block;
}

.list_contents .view a.readmore, .list_contents .view span.readmore {
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	box-shadow: 0 0 1px #000;
	font-size: 13px;
}

.list_contents .view a.readmore:hover {
	box-shadow: 0 0 5px #000
}