@font-face {
    font-family: 'fagocotfbold';
    src: url('/Fonts/Tours/fagocotf-bold_16782-webfont.eot');
    src: url('/Fonts/Tours/fagocotf-bold_16782-webfont.eot?#iefix') format('embedded-opentype'),
         url('/Fonts/Tours/fagocotf-bold_16782-webfont.woff') format('woff'),
         url('/Fonts/Tours/fagocotf-bold_16782-webfont.ttf') format('truetype'),
         url('/Fonts/Tours/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;
}

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

h2 {
	font-family: 'fagocotfbold';
	font-weight: 100;
	color: #f3a41d;
}

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/Tours/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;
}

.item img {
	width: 193px;
	height: 95px;
	float: left;
	margin-right: 80px;
}

.item p.link {
	float: right;
}

.item p.link a {
	font-family: 'fagocotfbold';
	color: #696969;
}

.footer {
	width: 100%;
	background-color: #f3a41d;
	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/Tours/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;
	}
}
