.amenities .item {
	display:inline-block;
	vertical-align:top;
	width:30%;
	margin-right:4%;
	margin-bottom:15px;
}
.amenities .item:nth-child(3n) {
	margin-right:0;
}
.amenities .buttonContainer {
	position:absolute;
	z-index:2;
}
.amenities .buttonContainer .button {
	font-size:11px;
	line-height:1.3;
	margin-right:10px;
}
.amenities .buttonContainer .button a {
	color:#fff;
	text-decoration:none;
}
.amenities .photo {
	position:relative;
	text-align:center;
	margin:0px auto;
}
.amenities .photo.included:before {
	content:"";
	display:block;
	position:absolute;
	bottom:-20px;
	right:5px;
	background-image:url('/apps/amenities/included.png');
	width:40px;
	height:43px;
	background-repeat:no-repeat;
	background-size:cover;
	z-index:2;
}
.amenities .sort {
	margin-bottom:25px;
	text-transform:uppercase;
}
.amenities .sort a {
	display:inline-block;
	font-weight:600;
	-webkit-font-smoothing:antialiased;
	padding:0px 5px;
}
@media (max-width : 767px) {
	.amenities .item, .amenities .item:nth-child(3n) {
		display:block;
		width:auto;
		max-width:300px;
		margin:0px auto 10px auto;
		text-align:center;
	}
	.amenities .fixed {
		position:fixed;
		top:0;
		left:0;
		z-index:1000;
		background:#fff;
	    padding: 0px 20px;
	}
}
