@font-face {
		font-family: Larsseit;
		src: url(../font/Larsseit.ttf);
	}
	body {
		margin: unset;
	}
	*{
		font-family: Larsseit !important;
	}
	#map{
		width:100vw;
		height:84vh;
		margin-top:1vh;
	}
	#header{
		height:7vh;
		width:100vw;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#logo {
		margin-left: 1em;
		height: 4vh;
		margin-top: auto;
		margin-bottom: auto;
	}
	#search{
		height: 8vh;
	}
	.btn{
	    display: inline-block;
		margin-bottom: 0;
		font-weight: 400;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		background-image: none;
		border: 1px solid transparent;
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1.42857143;
		border-radius: 4px;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.btn-primary{
		background-image: none !important;
		background-color: #e94f1d !important;
		color: white!important;
		border-color: #204d74;
		text-shadow: 0 -1px 0 rgba(0,0,0,.2);
		box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
		border-radius: 4px;
	}
	#search{
		display: flex;
		align-items: center;
	}
	.typeahead.tt-input, .tt-hint{
		width:75vw;
		height: 30px;
		max-width: none;
		margin-top: 20px;
		margin-bottom: 10px;
		display: block;
		flex: 1 1 auto;
		text-align: center;
		border: 1px solid #2f528f;
	}
	#searchLabel{
		width: 20vw;
		font-size: 1.5vw;
		font-weight: 500;
		margin-left: 1vw;
	}
	#searchInput {
		order: 1;
		margin-left: 60px;
		height: 33px;
		border-radius: 0;
		width: 200px;
		text-align: center;
		padding: 0;
	}
	button.btnSearch {
		order: 2;
		width: 50px;
		height: 33px;
		border-radius: 0;
		background-color: #1295B3;
		padding: 3px 0 0 0;
		margin-left: -5px;
		color:white;
	}
	#searchBooking{
		display: flex;
		margin-right:2vw;
	}