@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);

#title {
	text-align: center;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	margin-top: 100px
}

.hover-table-layout {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 100%;
	margin: 0 auto
}

.listing-item {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	float: left;
	background: #fff;
	border-radius: 10px;
	z-index: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .1)
}

.listing-item.active,
.listing-item:hover {
	-webkit-transform: scale(1.03);
	-moz-transform: scale(1.03);
	transform: scale(1.03);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	z-index: 2
}

.listing-item .listing {
	padding: 20px;
	position: relative
}

.listing-item .listing:before {
	content: "";
	position: absolute;
	top: -15px;
	left: -o-calc(50% - 15px);
	left: -moz-calc(50% - 15px);
	left: -webkit-calc(50% - 15px);
	left: calc(50% - 15px);
	border-bottom: 20px solid #fff;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent
}

figure.image img {
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 170px;
	object-fit: cover
}

figure.image {
	position: relative;
	margin: 0;
	padding: 0
}

figure.image figcaption {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
	bottom: 4px;
	background: rgba(0, 0, 0, .6);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px
}

figcaption .caption {
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

figcaption h1 {
	color: #fff;
	font-weight: 700;
	font-size: 30px
}

figcaption h5 {
	color: #fff;
	font-weight: 400;
	font-size: 15px;
	margin: 10px 0
}

figcaption p {
	color: #fff;
	font-size: 43px;
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: 400
}

.listing h4 {
	font-size: 13px;
	text-align: center;
	padding: 5px 10px;
	font-weight: 700
}

.listing h4:not(:last-child) {
	border-bottom: 1px solid #ccc
}

.listing-item:hover figure.image figcaption {
	background: rgba(0, 51, 153, .54)
}

@media only screen and (min-width:540px) {
	.listing-item {
		display: block;
		width: -webkit-calc(100%/3);
		width: -moz-calc(100%/3);
		width: calc(94%/3);
		margin: 12px
	}
}

@media only screen and (max-width:784px) {
	.container-table100 {
		padding: 33px 0 0 30px
	}
}

@media only screen and (min-width:1024px) {
	.hover-table-layout {
		padding: 10px
	}
}

.btn.list_btn_inner {
	background: #579981;
	color: #fff;
	text-decoration: none;
	padding: 7px 20px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 15px
}

.list_btn {
	text-align: center;
	margin: 10px auto 30px
}