@charset "utf-8";
.mwb-list-card-wrap-2.mwb-list-card-ecopia {
	position: relative;
	padding-bottom: 0;
	padding-right: 50px;
    padding-left: 50px;
}
@media (max-width: 1199px) {
	.mwb-list-card-wrap-2.mwb-list-card-ecopia {
		padding: 0; 
	}
}
.mwb-list-card-wrap-2.mwb-list-card-ecopia .mwb-list-card-header h2.title {
	text-transform: uppercase;
	letter-spacing: 10px;
	color: #a7a7a7;
	font-weight: normal; 
}
.mwb-list-card-ecopia ul li:nth-child(3n+1) {
    clear: both;
}
@media(min-width:768px) {
	.mwb-list-card-wrap-2.mwb-list-card:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 50%;
		left: 0;
		bottom: 0;
		background-color: transparent;
	}
}
.mwb-list-card-wrap-2.mwb-list-card article .text {
	background-color: #1e1d1d;
}
.mwb-list-card-wrap-2 article {
	position: relative;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	margin-bottom: 15px;
}
.mwb-list-card-wrap-2 article .thumbnail {
	position: relative;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: none; 
	box-shadow: none; 
}
.mwb-list-card-wrap-2 article .thumbnail img {
	width: 100%;
}
.mwb-list-card-wrap-2 article .thumbnail .room-facility {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.mwb-list-card-wrap-2 article .text {
	position: relative;
	padding: 15px;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.298039); 
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.298039); 
	background-color: #666969;
    color: #2f2e2e;
	}
}
@media(min-width:992px) {
	.mwb-list-card-wrap-2 article .text {
		padding: 20px;
	}
}
.mwb-list-card-wrap-2 article .text .time {
	width: 60px;
	height: 60px;
	display: block;
	background-color: rgba(36, 37, 37, 0.7);
	font-size: 65%;
	color: #515561;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 0;
	position: absolute;
	top: -70px;
	left: 40px;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 10px;
}
.mwb-list-card-wrap-2 article .text .time span {
	display: block;
	color: #fff;
	text-align: center;
	line-height: 1.2;
}
.mwb-list-card-wrap-2 article .text .time span:nth-child(2) {
	font-size: 24px;
}
.mwb-list-card-wrap-2 article .text .title {
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden;
	height: 24px;
	text-align: center; 
	text-transform: none;
}
.mwb-list-card-wrap-2 article .text .title a {
	color: #d9d8d8;
}
@media(min-width:992px) {
	.mwb-list-card-wrap-2 article .text .title {
		height: 24px;
		line-height: 24px; 
	}
}
.mwb-list-card-wrap-2 article .text p {
	margin-bottom: 0;
}
.mwb-list-card-wrap-2 article .text .book {
	display: table;
	width: 100%;
}
.mwb-list-card-wrap-2 article .text .book>div {
	display: table-cell;
	vertical-align: middle;
}
.mwb-list-card-wrap-2 article .text .book>div:nth-child(2) {
	padding-left: 15px;
	font-size: 70%;
	text-align: right;
}
.mwb-list-card-wrap-2 article .text .book>div>.price {
	display: block;
	margin-bottom: 0;
}
@media(min-width:768px) {
	.mwb-list-card-wrap-2 article {
		margin-bottom: 40px;
	}
	.mwb-list-card-wrap-2 article .text {
		-moz-transform: translate(0, -30px);
		-ms-transform: translate(0, -30px);
		-o-transform: translate(0, -30px);
		-webkit-transform: translate(0, -30px);
		transform: translate(0, -30px);
	}
	.mwb-list-card-wrap-2 article:hover .text {
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}
@media(min-width:767px) {
	.mwb-list-card-wrap-2 article {
		margin-bottom: 30px;
	}
	.mwb-list-card-wrap-2 article .details {
		padding: 30px;
	}
}
@media(min-width:991px) {
	.mwb-list-card-wrap-2 article {
		margin-bottom: 40px;
	}
	.mwb-list-card-wrap-2 article .details {
		padding: 40px;
	}
}
