* {
	padding:0;
	margin: 0;
	font-size: 16px;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	font-family: 'Roboto', sans-serif;
} 
html, body {
	height: 100%;
}
#wrap {
	min-height: 100%;
}
#main {
	overflow:auto;
	padding-bottom: 320px;
} 
#footer {
	position: relative;
	margin-top: -320px;
	height: 320px;
	clear:both;
	background-color: #610E23;
} 
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
header {
	position: fixed;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	z-index: 3;
	width: 100%;
	height: 125px;
	background-color: #FFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #610E23;
}
header.sticky {
	height: 80px;
	border-bottom-width: 5px;
}
#content {
	background-image: url(img/bg_content.png);
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	padding-top: 75px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding-bottom: 75px;
}
#header_main {
	height: 125px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#clear {
	clear: both;
}
header #logo {
	float: left;
	margin-top: 11px;
}
header #logo img {
	height: 103px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
header.sticky #logo img {
	height: 63px;
}
header #menu {
	float: right;
	width: 700px;
	margin-top: 50px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
header.sticky #menu {
	margin-top: 25px;
}
#menu ul {
	list-style-type: none;
}
#menu ul li a {
	float: left;
	line-height: 34px;
	height: 34px;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #610E23;
	margin-left: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#menu ul li a:hover {
	color: #fff;
	background-color: #610E23;
}
#menu ul li .active {
	background-color: #F57B20;
	color: #FFF;
}
#banner {
	margin-top: 135px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: relative;
	width: 100%;
	overflow: hidden;
	}
#banner.sticky {
	margin-top: 85px;
	}

#banner img {
	width: 100%;
}
#banner_main {
	width: 1200px;
	height: 200px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	}
#slogan {
	height: 200px;
	width: 1200px;
	position: relative;
	left: -50%;
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	color: #FFF;
}
#slogan span {
	font-size: 23px;
	color: #F57B20;
}
.banner_button {
	font-size: 18px;
	line-height: 50px;
	text-transform: uppercase;
	color: #F57B20;
	text-align: center;
	height: 50px;
	width: 200px;
	border: 2px solid #F57B20;
	text-decoration: none;
	display: inline-block;
	letter-spacing: normal;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: none;
	background: linear-gradient(to left, rgba(255, 0, 0, 0) 50%, rgba(245, 123, 32, 1) 50%);
	background-size: 200% 100%;
	background-position:right bottom;
	transition:all 1s ease;
	margin-top:22px;
	font-weight: bold;
}
.banner_button:hover {
	color: #fff;
	background-position:left bottom;
}
.banner_button2 {
	font-size: 18px;
	line-height: 50px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	height: 50px;
	width: 200px;
	border: 2px solid #fff;
	text-decoration: none;
	display: inline-block;
	letter-spacing: normal;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: none;
	background: linear-gradient(to left, rgba(255, 0, 0, 0) 50%, rgba(255, 255, 255, 1) 50%);
	background-size: 200% 100%;
	background-position:right bottom;
	transition:all 1s ease;
	margin-top:22px;
	font-weight: bold;
}
.banner_button2:hover {
	color: #F57B20;
	background-position:left bottom;
}
.banner_button:hover {
	color: #fff;
	background-position:left bottom;
}
.banner_button3 {
	font-size: 18px;
	line-height: 50px;
	text-transform: uppercase;
	color: #610E23;
	text-align: center;
	height: 50px;
	width: 200px;
	border: 2px solid #610E23;
	text-decoration: none;
	display: inline-block;
	letter-spacing: normal;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background: none;
	background: linear-gradient(to left, rgba(255, 0, 0, 0) 50%, rgba(97, 14, 35, 1) 50%);
	background-size: 200% 100%;
	background-position:right bottom;
	transition:all 1s ease;
	margin-top:22px;
	font-weight: bold;
}
.banner_button3:hover {
	color: #fff;
	background-position:left bottom;
}
#content h1, #content h2 {
	font-size: 30px;
	font-weight: normal;
	color: #610E23;
	text-transform: uppercase;
	margin-bottom: 30px;
	line-height: 40px;
}
#content h1 span {
	font-size: 30px;
	color: #F57B20;
}
#alinea {
	background-image: url(img/bg_alinea.png);
	height: 42px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 35px;
	margin-bottom: 35px;
}
#keuzes a img {
	padding: 5px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(204,204,204,0.5);
	-moz-box-shadow: 0px 0px 10px 5px rgba(204,204,204,0.5);
	box-shadow: 0px 0px 10px 5px rgba(204,204,204,0.5);
	margin-bottom: 20px;
	background: #FFF;
	width: 240px;
}
#keuzes a {
	float: left;
	height: auto;
	display: block;
	color: #610E23;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	margin-left: 12px;
	padding: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#keuzes a:hover {
	background-color: #F0F0F0;
}
#keuzes a span {
	background-image: url(img/bg_li.png);
	background-repeat: no-repeat;
	padding-left: 33px;
	background-position: 0px 3px;
}
#keuzes {
	margin-left: -12px;
}
#spotlight {
	background-color: #610E23;
	height: auto;
}
#spotlight_main {
	height: auto;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding-top: 50px;
	background-image: url(img/bg_spotlight.png);
	background-repeat: no-repeat;
	background-position: right 37px;
	padding-bottom: 50px;
}
#spotlight_main h2 {
	font-size: 30px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}
#spotlight_main01 {
	float: left;
	margin-left: 100px;
}
#spotlight_main01 img {
	background-color: #FFF;
	padding: 8px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.3);
}
#spotlight_main02 {
	float: right;
	width: 500px;
	margin-right: 100px;
	font-size: 16px;
	line-height: 30px;
}
#content01 {
	float: left;
	width: 500px;
}
#content02 {
	width: 400px;
	float: right;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	margin-right: 100px;
}
#content01 {
	margin-left: 100px;
}
#footer_main {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	background-image: url(img/bg_content.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
}
#footer01 {
	float: left;
	width: 600px;
}
#footer02 {
	float: right;
	width: 300px;
	text-align: right;
	margin-top: -15px;
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	font-weight: bold;
}
#footer01 ul {
	list-style: none;
	}
#footer01 ul li a {
	float: left;
	line-height: 34px;
	height: 34px;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #A57F88;
	margin-left: 10px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#footer01 ul li a:hover {
	color: #fff;
	background-color: #610E23;
}
#footer01 ul li .active {
	color: #FFF;
}

#copyright {
	width: 600px;
	font-size: 12px;
	color: #FFF;
	padding-left: 20px;
	margin-top: 50px;
}
#copyright a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
#footer02 a {
	color: #FFF;
	text-decoration: none;
}
#branch {
	background-color: #F0F0F0;
	padding: 30px;
	text-align: left;
	margin-bottom: 50px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(204,204,204,0.5);
	-moz-box-shadow: 0px 0px 10px 5px rgba(204,204,204,0.5);
	box-shadow: 0px 0px 10px 5px rgba(204,204,204,0.5);
}
#branch img {
	padding: 5px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(204,204,204,0.5);
	-moz-box-shadow: 0px 0px 10px 5px rgba(204,204,204,0.5);
	box-shadow: 0px 0px 10px 5px rgba(204,204,204,0.5);
	background: #FFF;
    width: 240px;
    margin-right: 20px;
    margin-bottom: 20px;	
}
#branch01 {
	float: left;
}
#branch02 {
	float: right;
	width: 850px;
	line-height: 29px;
}
#branch02 h2 {
	font-size: 24px;
}
#branch02 h3 {
	color: #610E23;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
}
#branch02 span {
	font-weight: bold;
	color: #610E23;
}

#branch03 {
	float: none;
	width: auto;
	line-height: 29px;
}
#branch03 h2 {
	font-size: 24px;
}
#branch03 h3 {
	color: #610E23;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
}
#branch03 span {
	font-weight: bold;
	color: #610E23;
}



#formulier {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F0F0F0;
	padding: 50px;
	text-align: left;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(204,204,204,0.5);
	-moz-box-shadow: 0px 0px 10px 5px rgba(204,204,204,0.5);
	box-shadow: 0px 0px 10px 5px rgba(204,204,204,0.5);
}
input, select, textarea {
	width: 340px !important;
	padding: 2px !important;
}
#formulier h3 {
	font-weight: normal;
	text-transform: uppercase;
	color: #610E23;
	font-size: 24px;
}
#line {
	background-color: #999;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 25px;
}
#content span {
	font-weight: bold;
	color: #610E23;
}
.route {
	padding: 5px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(204,204,204,0.5);
	-moz-box-shadow: 0px 0px 10px 5px rgba(204,204,204,0.5);
	box-shadow: 0px 0px 10px 5px rgba(204,204,204,0.5);
	background: #FFF;
}
#branch05 {
	float: left;
	width: 550px;
}
#branch06 {
	float: right;
	width: 550px;
}
#spotlight_main01 img {
	width: 400px;
}
@media screen and (max-width: 1100px) {
#content, #header_main, #banner_main, #slogan, #spotlight_main, #footer_main {
	width: 960px;
	}
#slogan {
    font-size: 36px;
}
res1200 {
	display: none;
	}
#keuzes a  {
	width: 190px;
}
#keuzes a img {
	width: 180px;
}
#keuzes a span {
    font-size: 14px;
}
#spotlight_main01 {
    margin-left: 0px;
}
#spotlight_main02 {
	margin-right: 0px;
}
#content01 {
	margin-left: 0px;
}
#content02 {
    margin-right: 0px;
}
#branch02 {
    width: 600px;
}
#content {
	background-image: url(img/bg_content2.png);
}
#branch img {
    width: 180px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#branch05 {
    width: 430px;
}
#branch06 {
    width: 450px;
}
}
}
