/*
	INSTRUCTIONS FOR ADDING NEW ICONS TO THIS LIST:
	1. Open website https://icomoon.io/app/#/
	2. Import all icons that are being used on GML, add the new icons to this list. click the "import icons" button(top left corner in purple).
	3. Check if new icons are being displayed properly.
	4. Select all icons using the select feature (click the button next to "import icons" - as you select an icon it will have an orange border)
	5. Click "generate font" (bottom right corner)
	6. In this section you can edit the icon's name if needed.
	7. Click on "get code" under each new icon to check if css code is ok. The code should only have 3 lines as follows:
		Example:
		".icon-home:before {
    	content: "\e900";
		}"
	8. After editing name and checking css, click on download (bottom right corner)
	9.
*/

@font-face {
	font-family: 'gttAmenities';
	src:    url('../fonts/gttAmenities.eot?6wmtva');
    src:    url('../fonts/gttAmenities.eot?6wmtva#iefix') format('embedded-opentype'),
        	url('../fonts/gttAmenities.ttf?6wmtva') format('truetype'),
       		url('../fonts/gttAmenities.woff?6wmtva') format('woff'),
        	url('../fonts/gttAmenities.svg?6wmtva#gttAmenities') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="amenities-"], [class*=" amenities-"] {
	font-family: 'gttAmenities';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* === Start amenities === */
.amenities-hair-salon:before {
	/*amenity name: Hair Salon*/
	/*ameId:001*/
	content: "\e602";
}

.amenities-wheelchair-access:before {
	/*amenity name: Wheelchair Access*/
	/*ameId:002*/
	content: "\e611";
}

.amenities-parking-garage:before {
	/*amenity name: Parking Garage*/
	/*ameId:060*/
	content: "\e625";
}

.amenities-parking:before {
	/*amenity name: Parking*/
	/*ameId:004*/
	content: "\e624";
}

.amenities-air-conditioning:before {
	/*amenity name: Air Conditioning*/
	/*ameId:005*/
	content: "\e600";
}

.amenities-business-center:before {
	/*amenity name: Business Center*/
	/*ameId:006*/
	content: "\e601";
}

.amenities-casino:before {
	/*amenity name: Casino*/
	/*ameId:007*/
	content: "\e603";
}

.amenities-concierge:before {
	/*amenity name: Concierge*/
	/*ameId:008*/
	content: "\e604";
}

.amenities-cycling:before {
	/*amenity name: Cycling*/
	/*ameId:009*/
	content: "\e605";
}

.amenities-elevator:before {
	/*amenity name: Elevator*/
	/*ameId:010*/
	content: "\e606";
}

.amenities-fitness-center:before {
	/*amenity name: Fitness Center*/
	/*ameId:011*/
	content: "\e607";
}

.amenities-golf-course:before {
	/*amenity name: Golf Course*/
	/*ameId:012*/
	content: "\e608";
}

.amenities-hair-dryer:before {
	/*amenity name: Hair Dryer*/
	/*ameId:013*/
	content: "\e609";
}

.amenities-indoor-pool:before {
	/*amenity name: Indoor Pool*/
	/*ameId:014*/
	content: "\e60b";
}

.amenities-iron:before {
	/*amenity name: Iron/Ironing Board*/
	/*ameId:015*/
	content: "\e60c";
}

.amenities-laundry:before {
	/*amenity name: Laundry*/
	/*ameId:016*/
	content: "\e60d";
}

.amenities-meeting-room:before {
	/*amenity name: Meeting Room*/
	/*ameId:017*/
	content: "\e60f";
}

.amenities-outdoor-pool:before {
	/*amenity name: Outdoor Pool*/
	/*ameId:018*/
	content: "\e610";
}

.amenities-pets:before {
	/*amenity name: Pets Allowed*/
	/*ameId:019*/
	content: "\e61c";
}

.amenities-room-service:before {
	/*amenity name: Room Service*/
	/*ameId:020*/
	content: "\e61d";
}

.amenities-ski-area:before {
	/*amenity name: Ski Area*/
	/*ameId:021*/
	content: "\e61e";
}

.amenities-spa:before {
	/*amenity name: Spa*/
	/*ameId:022*/
	content: "\e61f";
}

.amenities-squash:before {
	/*amenity name: Squash*/
	/*ameId:023*/
	content: "\e620";
}

.amenities-tennis:before {
	/*amenity name: Tennis*/
	/*ameId:024*/
	content: "\e621";
}

.amenities-valet-parking:before {
	/*amenity name: Valet Parking*/
	/*ameId:025*/
	content: "\e622";
}

.amenities-24h-room-service:before {
	/*amenity name: 24 Hour Room Service*/
	/*ameId:026*/
	content: "\e623";
}

.amenities-bar:before {
	/*amenity name: Bar or Lounge*/
	/*ameId:027*/
	content: "\e9a1";
}

.amenities-restaurant:before {
	/*amenity name: Restaurant*/
	/*ameId:028*/
	content: "\e9a3";
}

.amenities-internet:before {
	/*amenity name: Internet*/
	/*ameId:029*/
	content: "\e91b";
}
