.pro-bg-item {
	background-color: #d5e3e6;
	padding-top: 45px;
}

.pro-caption-bg {
	background-color: #35404a;
	padding: 30px 40px;
	color: #fff;
	z-index: 1;
	position: relative;
}

.pro-bg-item img {
	max-width: 100%;
}

.pro-image-block a {
	position: relative;
	overflow: hidden;
	display: block;
}

.pro-caption-bg:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: -80%;
	bottom: -80%;
	cursor: pointer;
	background: rgb(0, 179, 238);
	background: -moz-linear-gradient(top, rgba(0, 179, 238, 0.90) 0%, rgba(6, 98, 134, 0.90) 100%);
	background: -webkit-linear-gradient(top, rgba(0, 179, 238, 0.90) 0%, rgba(6, 98, 134, 0.90) 100%);
	background: linear-gradient(to bottom, rgba(0, 179, 238, 0.90) 0%, rgba(6, 98, 134, 0.90) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b3ee', endColorstr='#066286', GradientType=0);
	opacity: 0;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	z-index: -1;
}

.pro-image-block a:hover .pro-caption-bg:before {
	left: 0;
	bottom: 0;
	opacity: 1;
}

.pro-image-block {
	width: 48.5%;
	display: inline-block;
	position: relative;
	margin-bottom: 75px;
}

.pro-list-wrapper {
	justify-content: space-between;
}

.pro-caption-bg .pro-title {
	color: #fff;
	line-height: 36px;
	display: inline-block;
	margin: 0;
}

.pro-caption-bg .pro-size-block {
	float: right;
	display: inline-block;
}

.pro-caption-bg .pro-title span {
	color: #fff;
	font-weight: normal;
	display: block;
	line-height: 100%;
}

.pro-caption-bg .pro-size-block span {
	font-size: 30px;
	text-transform: lowercase;
	line-height: 100%;
	vertical-align: middle;
	display: inline-block;
}

.pro-caption-bg .pro-size-block span sup {
	font-size: 18px;
	vertical-align: text-top;
}

.pro-caption-bg .pro-size-block img {
	display: inline-block;
	margin-right: 10px;
}
