.category-intro {
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 368px;
}

.category-intro .intro-image img,
.category-intro .intro-image #mapContainerDiv {
	border: 10px solid rgba( 255, 255, 255, 0.5 );
	vertical-align: bottom;
}




.subcategory a {
	display: inline-block;
	background-color: #1f4c68;
}
.subcategory a img {
	vertical-align: bottom;
}
.subcategory a span {
	display: block;
	line-height: 2em;
	padding: 0 20px;
}





.place {
	position: relative;
	background-color: #f1ece1;
}
.place.favorite {
	background-color: #c0d4e1;
	border: 5px solid #b5c4c7;
}
.place-image {
	background-color: #aea79a;
	width: 180px;
	height: 180px;
}
.place.favorite .place-image {
	background-color: #c0d4e1;
}
.place-image a {
	display: block;
	width: 180px;
	height: 180px;
}
.place-info {
	height: 180px;
	position: relative;
}
.place-title a:link,
.place-title a:visited {
	color: #29658C;
}


.place.favorite .place-info {

}
.place.favorite:after {
	content: '';
	position: absolute;
	top: 15px;
	right: -25px;
	z-index: 2;
	width: 235px;
	height: 49px;
	background-image: url(../images/place-local-favorite.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.place-phone {
	white-space: nowrap;
}

.place-button {
	float: right;
	height: 180px;
	position: relative;
}
.place-button .z-button.more-info {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 20px;
	padding: 0.25em 0;
	width: 100%;
	background-color: #9d0c0c;
	white-space: nowrap;
}



@media screen and (max-width: 1362px) {

}

@media screen and (max-width: 992px) {
	.place {
		width: 80%;
		background-color: #f1ece1;
		height: auto;
	}
	.place-image {
		width: 33.3333%;
		height: auto;
		float: left;
		display: inline-block;
		padding: 20px;
		background-color: #f1ece1;
	}
	.place-image a {
		float: left;
		display: block;
		width: 100%;
		height: auto;
	}
	.place-image img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.place-info {
		float: none;
		display: inline-block;
		width: 66.6666%;
		height: auto;
		max-width: 66.6666%;
	}
	.place-summary {
		margin-right: 0;
	}
	.place-button {
		float: right;
		display: inline-block;
		height: auto;
		width: 66.6666%;
		max-width: 66.6666%;
		padding: 0 20px 20px;
	}
	.place-button .z-button.more-info {
		position: static;
		bottom: auto;
		right: auto;
		font-size: 20px;
		padding: 0.25em 2em;
		width: auto;
		background-color: #9d0c0c;
		white-space: nowrap;
	}


	.place.favorite:after {
		content: '';
		position: absolute;
		top: auto;
		right: -25px;
		bottom: 20px;
		z-index: 2;
		width: 235px;
		height: 49px;
		background-image: url(../images/place-local-favorite.png);
		background-repeat: no-repeat;
		background-position: top right;
	}
}

@media screen and (max-width: 767px) {
	.place {
		width: 100%;
		background-color: #f1ece1;
		height: auto;
	}
	.place-image {
		width: 33.3333%;
		height: auto;
		float: left;
		display: inline-block;
		padding: 20px;
		background-color: #f1ece1;
	}
	.place-image a {
		float: left;
		display: block;
		width: 100%;
		height: auto;
	}
	.place-image img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.place-info {
		float: none;
		display: inline-block;
		width: 66.6666%;
		height: auto;
		max-width: 66.6666%;
	}
	.place-summary {
		margin-right: 0;
	}
	.place-button {
		float: right;
		display: inline-block;
		height: auto;
		width: 66.6666%;
		max-width: 66.6666%;
		padding: 0 20px 20px;
	}
	.place-button .z-button.more-info {
		position: static;
		bottom: auto;
		right: auto;
		font-size: 20px;
		padding: 0.25em 2em;
		width: auto;
		background-color: #9d0c0c;
		white-space: nowrap;
	}

	.place.favorite:after {
		display: none;
	}
}

@media screen and (max-width: 479px) {
	.place {
		width: 90%;
		background-color: #f1ece1;
		height: auto;
	}
	.place-image {
		width: 100%;
		height: auto;
		float: none;
		display: block;
		padding: 20px;
		background-color: #f1ece1;
		text-align: center;
	}
	.place-image a {
		float: left;
		display: block;
		width: 100%;
		height: auto;
	}
	.place-image img {
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.place-info {
		float: none;
		display: inline-block;
		width: 100%;
		height: auto;
		max-width: 100%;
	}
	.place-summary {
		margin-right: 0;
	}
	.place-button {
		float: right;
		display: inline-block;
		height: auto;
		width: 100%;
		max-width: 100%;
		padding: 0 20px 20px;
	}
	.place-button .z-button.more-info {
		position: static;
		bottom: auto;
		right: auto;
		font-size: 20px;
		padding: 0.25em 2em;
		width: auto;
		background-color: #9d0c0c;
		white-space: nowrap;
	}

	.place.favorite:after {
		display: inline-block;
		top: 10px;
		right: 10px;
		bottom: auto;
	}
}
