@font-face {
    font-family: 'fagocotfbold';
    src: url('/Fonts/Rentals/fagocotf-bold_16782-webfont.eot');
    src: url('/Fonts/Rentals/fagocotf-bold_16782-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Fonts/Rentals/fagocotf-bold_16782-webfont.woff') format('woff'),
         url('/Fonts/Rentals/fagocotf-bold_16782-webfont.ttf') format('truetype'),
         url('/Fonts/Rentals/fagocotf-bold_16782-webfont.svg#fagocotfbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
}

a {
	color: #000;
}

html, body {
	height: 100%;
}
body {
	font-family: Arial;
	font-size: 14px;
	text-align: center;
	margin: 0;
	padding: 0;
}
label {
  width: 240px;
  display: inline-block;
}
fieldset {
  border: none;
  padding: 0;
}

/* Forms */

input, select, textarea {
  background-color: #FFF;
  border: solid 1px #999999;
  margin: 2px 0px;
  padding: 8px;
  width: 240px;
}
textarea { height: 200px; }

.umbraco-forms-field {
	margin-bottom: 12px;
}

.intro {
	margin: 40px 0;
	font-weight: 700;
}

h2 {
	font-family: 'fagocotfbold';
	font-weight: 100;
	font-size: 32px;
	color: #e71d25;
	margin: 20px 0;
}

p {
	line-height: 1.3em;
}

.container {
	min-height: 100%;
	margin-bottom: -80px;
}
.container:after {
	content: '';
	display: block;
	height: 80px;
}

.constrained {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

.header {
	background-image: url(/Img/Rentals/header-bg.jpg);
	background-size: cover;
	width: 100%;
	height: 310px;
}

.header .logo {
	position: relative;
	top: 90px;
}

.header .logo img {
	width: 454px;
	height: 109px;
}

.item {
	margin: 0 0 40px 0;
}

.huurautos {
	background-color: #eeeeee;
	color: #000;
	padding: 30px 0 30px 0;
	margin-bottom: 30px;
}
.huurautos th, .huurautos td {
	border-bottom: solid 1px #d4d4d4;
	padding: 8px;
}
.huurautos td.hdr {
  	color: #000;
}

.footer {
	width: 100%;
	background-color: #e71d25;
	color: #FFF;
	padding: 20px 0 30px 0;
	height: 80px;
	box-sizing: border-box;
}

.footer p { text-align: right; }

.footer a {
	position: relative;
	top: 7px;
	margin-left: 10px;
	background-image: url(/Img/Rentals/logo-drivingfun.png);
	background-size: 100%;
	width: 202px;
	height: 28px;
	display: inline-block;
}
.footer a span { display: none; }

@media only screen and (max-width: 960px) {
	.constrained {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.header {
		height: 120px;
	}

	.header .logo { top: 30px; }
	.header .logo img {
		width: 227px;
		height: 55px;
	}

	.item-logo {
		width: 100%;
		text-align: center;
	}

	.item-logo img {
		float: none;
		margin: 0 0 40px 0;
	}

	.footer {
		position: relative;
	}
}
