@font-face {
    font-family: "Benton Sans";
    font-style: normal;
    font-weight: 200;
    src: url("fonts/benton-sans-light.eot?#iefix") format("embedded-opentype"), url("fonts/benton-sans-light.woff") format("woff"), url("fonts/benton-sans-light.ttf") format("truetype");
}
@font-face {
    font-family: "Benton Sans";
    font-style: normal;
    font-weight: 400;
    src: url("fonts/benton-sans-regular.eot?#iefix") format("embedded-opentype"), url("fonts/benton-sans-regular.woff") format("woff"), url("fonts/benton-sans-regular.ttf") format("truetype");
}
@font-face {
    font-family: "Benton Sans";
    font-style: normal;
    font-weight: 700;
    src: url("fonts/benton-sans-bold.eot?#iefix") format("embedded-opentype"), url("fonts/benton-sans-bold.woff") format("woff"), url("fonts/benton-sans-bold.ttf") format("truetype");
}
/*@font-face {
	font-family: 'BentonSans-Bold';
	src:url('fonts/BentonSans-Bold.eot');
	src:url('fonts/BentonSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/BentonSans-Bold.woff') format('woff'),
		url('fonts/BentonSans-Bold.ttf') format('truetype'),
		url('fonts/BentonSans-Bold.svg#BentonSans-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BentonSans-Light';
	src:url('fonts/BentonSans-Light.eot');
	src:url('fonts/BentonSans-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/BentonSans-Light.woff') format('woff'),
		url('fonts/BentonSans-Light.ttf') format('truetype'),
		url('fonts/BentonSans-Light.svg#BentonSans-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BentonSans-Medium';
	src:url('fonts/BentonSans-Medium.eot');
	src:url('fonts/BentonSans-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/BentonSans-Medium.woff') format('woff'),
		url('fonts/BentonSans-Medium.ttf') format('truetype'),
		url('fonts/BentonSans-Medium.svg#BentonSans-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BentonSans-Regular';
	src:url('fonts/BentonSans-Regular.eot');
	src:url('fonts/BentonSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/BentonSans-Regular.woff') format('woff'),
		url('fonts/BentonSans-Regular.ttf') format('truetype'),
		url('fonts/BentonSans-Regular.svg#BentonSans-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
* {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
body {
	font-family: 'Benton Sans', sans-serif;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Benton Sans', sans-serif;
	font-weight: bold;
}
.btn {
	font-family: 'Benton Sans', sans-serif;
	font-weight: normal;
}

.slide-0 .languages .languages-wrapper .language a {
	font-family: 'Benton Sans', sans-serif;
	font-weight: normal;
}
.favCount {
	font-family: 'Benton Sans', sans-serif;
	font-weight: normal;
}
.category-navigation .hotelList .category .category_title,
.category-navigation .hotelList .hotels .hotel .hotel_title {
	font-family: 'Benton Sans', sans-serif;
	font-weight: normal;
}
#categoryNavigationLabel {
	font-size: 20px;
	font-weight: 400;
}