.fancybox-opened {
	z-index: 999999;
}

.ft_amenity_thirty {
	float: left;
    width: 23%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 25px;
}

.ft_amenity_single_grid {
	position: relative;
}

.ft_amenity_single_grid a {
	
}

.ft_amenity_single_grid img {
    width: 100%;
    max-height: 270px;
    height: 270px;
    max-width: 270px;
}

.ft_amenity_single_grid h3 {
    text-align: Center;
    margin: 0px;
    padding: 0px;
    margin-top: 7px;
    margin-bottom: 7px;
	font-family: Roboto;
    font-weight: 300;
/*    font-size: 22px;*/
	font-size: 19px;
    margin-bottom: 4px;
}

.ft_amenity_single_grid h3 a {
	color: inherit;
	font-family: Roboto;
}

.ft_amenity_clear {
/*	clear: both;*/
}

.ft_amenity_button {
    color: #ffffff !important;
    background: #2a2a2a !important;
    display: block;
    width: 125px;
    text-align: center;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    border-radius: 5px;	
	font-family: Roboto;
	background: #b19261!important;
}

.ft_image_hover {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 270px;
    background: #000;
    opacity: .6;	
	display: none;
}

.ft_image_hover img {
    width: auto;
    max-width: 75px;
    max-height: 75px;
    left: 99px;
    position: absolute;
    top: 104px;	
}

.ft_pre_hover {
	
}

.ft_single_amenity_preview {
	overflow: hidden;
}

/*
.ft_single_amenity_preview:hover img.ft_pre_hover {
    -webkit-transform: 1.1;
    -moz-transform: 1.1;
    -o-transform: 1.1;
    -ms-transform: 1.1;
    transform: 1.1;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);	
}

.ft_single_amenity_preview:hover .ft_image_hover {
	display: block;
}
*/

.ft_single_amenity_brief {
	    height: 89px;
	font-family: Roboto;
}

.ft_single_amenity_brief p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    line-height: 155%;
}

.ft_make_link_taller {
    margin-bottom: 109px;	
}

/* SMALLER DESKTOPS */
@media only screen and (max-width: 1200px) {
	.ft_amenity_thirty {
		width: 31%;	
		text-align: center;
	}
	
	.ft_image_hover {
		display: none !important;	
	}
	
/*
	.ft_single_amenity_preview:hover img.ft_pre_hover {
		-webkit-transform: 1.0;
    	-moz-transform: 1.0;
    	-o-transform: 1.0;
    	-ms-transform: 1.0;
    	transform: 1.0;
    	transform: scale(1.0);
    	-webkit-transform: scale(1.0);
    	-moz-transform: scale(1.0);
    	-ms-transform: scale(1.0);
    	-o-transform: scale(1.0);
	}
*/
}


/* TABLET */
@media only screen and (max-width: 1024px) {
	.ft_amenity_thirty {
		width: 48%;
    	text-align: center;
	}	
	
	.ft_image_hover {
		display: none !important;	
	}
	
/*
	.ft_single_amenity_preview:hover img.ft_pre_hover {
		-webkit-transform: 1.0;
    	-moz-transform: 1.0;
    	-o-transform: 1.0;
    	-ms-transform: 1.0;
    	transform: 1.0;
    	transform: scale(1.0);
    	-webkit-transform: scale(1.0);
    	-moz-transform: scale(1.0);
    	-ms-transform: scale(1.0);
    	-o-transform: scale(1.0);
	}	
*/
}

/* PHONE */
@media only screen and (max-width: 650px) {
	.ft_amenity_thirty {
		width: 100%;	
		text-align: center;
	}
	
	.ft_image_hover {
		display: none !important;	
	}
	
/*
	.ft_single_amenity_preview:hover img.ft_pre_hover {
		-webkit-transform: 1.0;
    	-moz-transform: 1.0;
    	-o-transform: 1.0;
    	-ms-transform: 1.0;
    	transform: 1.0;
    	transform: scale(1.0);
    	-webkit-transform: scale(1.0);
    	-moz-transform: scale(1.0);
    	-ms-transform: scale(1.0);
    	-o-transform: scale(1.0);
	}	
*/
}