
/* ICONS HOTEL SEARCH */
.nobr {
	font-size: 0;
	white-space: nowrap;	
}
.ContentSearchDetailsHotelPrice .icon {
    margin-right: 4px;
}
i.icon,
.icon:before
{
  	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
i.icon {
	cursor: default;
	display: inline-block;
	line-height: 13px;
	height: 13px;
	text-align: center;
	vertical-align: top;
	width: 13px;
}

.icon:before {
	color: inherit;
	cursor: default;
	display: inline-block;
	font-size: 13px;
	line-height: 13px;
	height: 13px;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 13px;
}
.icon-autobahn:before {
	content: "\e901";
}
.icon-fair:before {
	content: "\e902";
}
.icon-citycenter:before {
	content: "\e55c";
}
.icon-airport:before {
	content: "\e53d";
}
.icon-railwaystation:before {
	content: "\e534";
}
.icon-star:before {
	content: "\e838";
	font-size: 15px;
	left: -1px;
}
.icon-star-bullet:before {
    font-family: "meetago-icons";
	content: "\e93e";
	font-size: 10px;
	left: -1px;
}
.icon-superior:before {
	content: "S";
	font-size: 10px;
	line-height: 11px;
	top: 1px;
}
.icon-superior-bullet:before {
	content: "S";
	font-size: 10px;
	line-height: 11px;
	top: 1px;
}

