.top_am_key_holder {
	background-color: #f0f0f0;
}
.am_on {
	display: none;
}

.amenities_submenu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.amenities_submenu li {
	display: block;
	transition: all 300ms;
}
.amenities_submenu li div{
	padding: 2px 0;
	border-top: 2px dotted #000;
	cursor: pointer;
}
.am_active {
	background-color: #ffed00;
}
.amenities_submenu li:hover {
	background-color: #fde949;
}
.amenities_submenu li:last-child{
	border-bottom: 2px dotted #000;
}
.amenities_content_off {
	display: none;
}
.amenities_content0 {
	display: block;
}
.ameninties_logo {
	padding: 0 50px;
	margin-top: 40px;
}
.amenities_detail {
	display: table;
	width: 100%;
	margin-top: 40px;
}
.amenties_row {
	display: table-row;
}
.amenties_row .am_lines {
	border-top: 2px dotted #000;
}
.amenties_row:last-child .am_lines {
	border-bottom: 2px dotted #000;
}
a.amenties_row {
	color: #000;
	transition: all 300ms;
}
a.amenties_row:hover {
	background-color: #ffed00;
}
.amenties_cell {
	display: table-cell;
	padding: 3px 15px 3px 0;
}
.amenities_detail_label {
	width: 90px;
}
.circle_holder {
	width: 125px;
}
.amenties_circle {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	border-radius: 50%;
	background-color: #ffed00;
	text-align: center;
	color: #000;
	font-family: "F37Ginger-Bold", sans-serif;
	font-size: 1em;
	line-height: 1.2em;
}
.amenties_circle:hover {
	background-color: #000;
	color: #ffed00;
}
.amenties_circle:hover .link_arrow path{
	fill: #ffed00 !important;
}
.amenities_key_holder {
 position: relative; 
 height: 0; 
 width: 100%; 
 padding: 0;
 padding-bottom: 60%; 
 /* override this inline for aspect ratio other than square */
}
.amenities_svg {
 position: absolute; 
 height: 100%; 
 width: 100%; 
 left: 0; 
 top: 0;
}


.get_circle {
	display: block;
	width: 100%;
	padding-bottom: 100%;
	border-radius: 50%;
	background-color: #000;
	text-align: center;
	color: #ffed00;
	font-family: "F37Ginger-Bold", sans-serif;
	font-size: 1em;
	line-height: 1.2em;
}
.get_circle:hover {
	background-color: #fff;
	color: #000;
}
.get_circle .link_arrow path{
	fill: #ffed00 !important;
}
.get_circle:hover .link_arrow path{
	fill: #000 !important;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 1199px) {

.ameninties_logo {
	padding: 0 30px;
}

}
@media (max-width: 991px) {

.ameninties_logo {
	padding: 0 10px;
}

}
@media (max-width: 767px) {

.ameninties_logo {
	padding: 0 30px;
	margin-top: 10px;
}

}