@font-face {
	font-family: 'Travelist-Icons';
	src:url('fonts/Travelist-Icons.eot?-3o09oe');
	src:url('fonts/Travelist-Icons.woff2?-3o09oe') format('woff2'),
        url('fonts/Travelist-Icons.eot?#iefix-3o09oe') format('embedded-opentype'),
		url('fonts/Travelist-Icons.woff?-3o09oe') format('woff'),
		url('fonts/Travelist-Icons.ttf?-3o09oe') format('truetype'),
		url('fonts/Travelist-Icons.svg?-3o09oe#Travelist-Icons') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

@font-face {
	font-family: 'Vaadin-Icons';
	src:url('fonts/Vaadin-Icons.eot?-3o09oe');
	src:url('fonts/Vaadin-Icons.woff2?-3o09oe') format('woff2'),
        url('fonts/Vaadin-Icons.eot?#iefix-3o09oe') format('embedded-opentype'),
		url('fonts/Vaadin-Icons.woff?-3o09oe') format('woff'),
		url('fonts/Vaadin-Icons.ttf?-3o09oe') format('truetype'),
		url('fonts/Vaadin-Icons.svg?-3o09oe#Vaadin-Icons') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.icon {
	font-family: 'Travelist-Icons';
	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;
}
.iconVaadin {
	font-family: 'Vaadin-Icons';
	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;
}
.icon-compass:before { 
	content: '\e94a'; 
}
.icon-arrow-right:before {
	content: "\e600";
}

.icon-arrow-left:before {
	content: "\e601";
}

.icon-arrow-down:before {
	content: "\e602";
}

.icon-arrow-up:before {
	content: "\e603";
}

.icon-alert:before {
	content: "\e604";
}

.icon-baggage-o:before {
	content: "\e605";
}

.icon-baggage:before {
	content: "\e606";
}

.icon-bed:before {
	content: "\e607";
}

.icon-calendar-2:before {
	content: "\e608";
}

.icon-calendar:before {
	content: "\e609";
}

.icon-check:before {
	content: "\e60a";
}

.icon-checkbox-off:before {
	content: "\e60b";
}

.icon-checkbox-on:before {
	content: "\e60c";
}

.icon-chevron-down:before {
	content: "\e60d";
}

.icon-chevron-left:before {
	content: "\e60e";
}

.icon-chevron-right:before {
	content: "\e60f";
}

.icon-chevron-up:before {
	content: "\e610";
}

.icon-clock:before {
	content: "\e611";
}

.icon-close-o:before {
	content: "\e612";
}

.icon-close:before {
	content: "\e613";
}

.icon-dollar:before {
	content: "\e614";
}

.icon-email:before {
	content: "\e615";
}

.icon-facebook:before {
	content: "\e616";
}

.icon-minus:before {
	content: "\e617";
}

.icon-pin:before {
	content: "\e618";
}

.icon-plane-left:before {
	content: "\e619";
}

.icon-plane-o:before {
	content: "\e61a";
}

.icon-plane-right:before {
	content: "\e61b";
}

.icon-plus:before {
	content: "\e61c";
}

.icon-refresh:before {
	content: "\e61d";
}

.icon-save:before {
	content: "\e61e";
}

.icon-search:before {
	content: "\e61f";
}

.icon-select:before {
	content: "\e620";
}

.icon-share:before {
	content: "\e621";
}

.icon-sign:before {
	content: "\e622";
}

.icon-sort:before {
	content: "\e623";
}

.icon-star-o:before {
	content: "\e624";
}

.icon-star:before {
	content: "\e625";
}
.icon-half-star:before {
	content: "\e79e";
}

.icon-takeoff:before {
	content: "\e626";
}
.icon-accessibility:before{
    content: "\e683";
}
.icon-file-text:before{
    content: "\e7e1";
}

.icon-buss:before{
    content: "\e90c";
}

.icon-hotel:before{
    content: "\e945";
}
.icon-traveler {
  background-image: url(/images/man.png);
}
.icon-service {
  background-image: url(/images/service.png);
}

.icon-car:before{
    content: "\e62d";
}

.icon-globe:before {
	content: "\e77e";
}

.icon-bell:before{
    content: "\e7b4";
}
.icon-close-x:before{
    content: "\e800";
}

