@import url(../css-1);

a {
	text-decoration: none;
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
}

a, a:hover, a:focus {
	outline: none;
	border: none;
}
/*
html {zoom:1;}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {
    html {zoom:0.8;}
}
@media only screen and (min-device-width:310px) and (max-device-width:330px) and (orientation:portrait) {
    html {zoom:0.8;}
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    html {zoom:0.8;}
}
@media only screen and (min-device-width:310px) and (max-device-width:330px) and (orientation:landscape) {
    html {zoom:0.8;}
}
@media only screen and (min-device-width:0px) and (max-device-width:1024px) and (orientation:portrait) {
    html {zoom:0.8;}
}
@media only screen and (min-device-width:0px) and (max-device-width:1024px) and (orientation:landscape) {
    html {zoom:0.8;}
}
*/
img {
	border: none;
	outline: none;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clear {
	clear: both;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
	color:#8294a1;
	width: 100%;
	line-height:1.5em;
}

/*-- LAYOUT --*/

header{
	position: relative;
	width: 100%;		
	background-position: center;
	background-size: cover;
}
.header1 {height: 570px;}
.header2 {height: 310px;}

header > .container {
	width: 1170px;
	margin: 0 auto;
	padding: 0px;
}

header > .container > .language {
	position: relative;
	top:12px;
	float:right;
	color:#e83647;
	font-size:15px;
	font-weight: 700;
}

header > .container > .language a:hover, header > .container > .language a.active {
	text-decoration:underline;
}

header > .container > #logo {
	position: relative;
	top:15px;
	float:left;
}

header > .container > nav {
	position: relative;
	top: 15px;
	float:right;
	height: 70px;
	padding: 0;
	background: #24313c;	
}

header > .container > nav > ul {
	list-style: none;
	padding: 0px;
	margin: 0px;	
	float:left;
}

header > .container > nav > ul > li {
	float: left;
	padding: 0;
	margin:0 20px;
}

header > .container > nav > ul > li a {
	display: block;
	padding:25px 0 16px;
	font-size: 16px;
	font-weight:900;
	color:#fff;
	text-transform:uppercase;
}
header > .container > nav > ul > .leeg > li a {
	display: block;
	padding-top:0px;
	font-size: 16px;
	font-weight:900;
	color:#fff;
	text-transform:uppercase;
	text-align: center;
	line-height: 1px;
	padding-bottom: 3px;
}
.netjes{
margin-top: 36px;


}

header > .container > nav > ul > li a:hover, header > .container > nav > ul > li a.active {
	border-bottom: 5px solid #e83647;
}
header > .container > nav > ul > .leeg > li a:hover, header > .container > nav > ul > .leeg > li a {
	border-bottom: 5px solid #e83647;
	
}

.login {
	background:#e83647;
	/*padding:27px 26px 23px;*/
	/*top: 25px;*/
	font-size: 16px;
	font-weight:900;
	color:#fff;
	text-transform:uppercase;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
}

.login:hover {
	background:#e83647;
}
/*-- CONTENT --*/

section > .container {
	width: 1170px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}

section.feature {
	position: relative;
	float: left;
	width: 100%;
	padding: 80px 0 ;
	background:#e83647;
}

section.feature .blok {
	width:230px;
	padding:0 35px;
	float: left;
}

section.feature .blok:first-child {
	padding-left:0px;
	text-align:right;
	border-right:1px solid #ab252e;
}

section.feature .blok:last-child {
	padding-right:0px;
}

section.feature .blok  h1 {
	font-size:18px;
	color:#fff;
	font-weight:900;
	text-transform:uppercase;
}

section.feature .blok  p {
	font-size:14px;
	color:#fff;	
}

section.content {
	position: relative;
	float: left;
	width: 100%;
	padding: 60px 0 ;
	background:#ffffff;
}

section.content a {
	color:#e83647;
}

.callus {
	width:100%;
	height:200px;
	background-image: url("../images/bg-callus.jpg");
}

.callus h1{
	font-size:36px;
	color:#fff;
	font-weight:900;
	text-align:center;
	padding-top:70px;
	margin:0px;
}

.callus p{
	font-size:18px;
	color:#fff;
	margin-top:10px;
	text-align:center;	
}

section.image {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}
section.image img {
	display: block;
	width: 100%;
}

.homepage {
	position:relative;
	width:100%;	
}

.homepage > section.image {
	width:570px;
	height:auto;
	margin-right:30px;
}

.homepage h1 {
	font-size:30px;
	color:#24313c;
}

.homepage p {	
	font-size:14px;
	color:#8294a1;
}

.homepage button {	
	border:none;
    cursor:pointer;
	background:#e83647;
	padding:5px 10px;
	text-align:center;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:15px;
	font-weight:900;
	color:#fff;
	text-transform:uppercase;
}

section.breadcrumb {
	position: relative;
	float: left;
	width: 100%;
	padding: 20px 0 ;
	background:#e83647;
}

section.breadcrumb h1 {
	font-size:14px;
	color:#fff;
	font-style:italic;
}

.page {
	text-align:center;
}

.page h1 {
	font-size:30px;
	color:#24313c;
	font-weight:900;
	margin:0px;
	text-transform:uppercase;
}

.page p {	
	font-size:14px;
	color:#8294a1;
	text-transform:uppercase;
}

.subpage {
	width:570px;
}

.subpage h1 {
	font-size:16px;
	color:#8294a1;
	font-weight:900;
	text-transform:uppercase;
}

.subpage p {	
	font-size:14px;
	color:#8294a1;	
}

.subpage > section.image {
	margin:70px 0;
}

.loginform {
	width:570px;
	margin:0 auto;
}

.loginpage {
	width:100%;
}

.loginpage button {	
	border:none;
    cursor:pointer;
	background:#e83647;
	padding:5px 10px;
	text-align:center;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:15px;
	font-weight:900;
	color:#fff;
	text-transform:uppercase;
}

/*-- FOOTER --*/
footer {
	position: relative;
	float: left;
	width: 100%;
	padding:0;
	background-color: #24313c;
}

footer > .container {
	width: 1170px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}

footer > .container > .partner {
	padding:60px 0 40px;	
	text-align:center;
}

footer > .container > .partner a{
	margin:0 50px;
}

footer > .container > .copyright {	
	font-size:14px;
	color:#8294a1;	
	margin:30px;
	text-align:center;
}

footer > .container > .copyright a, footer > .container > .copyright a:hover{
	color:#e83647;
}

.menubot {
	position: relative;
	float: left;
	width: 100%;
	padding: 30px 0;
	background-color: #141d25;
}

.menubot > .container {
	position: relative;	
	width: 780px;
	margin:0 auto;
	padding-left: 75px;
	text-align:center;
}

.menubot > .container > nav > ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align:center;
}

.menubot > .container > nav > ul > li {
	float: left;
	margin: 0 10px;
}

.menubot > .container > nav > ul > li a {
	display: block;	
	font-size: 16px;
	font-weight:900;
	color:#fff;
	text-transform:uppercase;
}

.menubot > .container > nav > ul > li a:hover {
	color: #e83647;
}

.menubot > .container > nav > ul > li a.active {
	color: #e83647;
}
/*-- CONTACT FORM --*/

.contact {
	width:100%;
}

.contact > .success {   
    width:530px;
    padding:30px 20px;
    margin:0 0 20px 0;
    border:1px solid #1abc9c;
    color:#565656;
    background:url('../images/done.png') no-repeat bottom right;
    background-size:40px 40px;
}

.contact > .error { 
    width:530px;
    padding:30px 20px;
    margin:0 0 20px 0;
    border:1px solid #e74c3c;
    color:#565656;
    background:url('../images/error.png') no-repeat bottom right;
    background-size:40px 40px;
}

.contact > form > .field {    
    width:100%;
    margin:0 0 20px 0;	
}

.contact .field > .label {
	width:100%;	
	font-size:14px;
	font-weight:700;
	color:#8294a1;
	text-transform:uppercase;
}

.contact .field > .label span{
	color:#e83647;
}

.contact .field > input.input {
    width:530px;	
	height:40px;	    
    padding: 5px 20px;
	border:1px solid #d6dde2;  
	font-size:15px;
	font-weight:400;
	color:#8294a1;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}


.contact .field > textarea.input { 
    resize:none;
    width:530px;
    height:178px;
    padding:10px 20px;
	border:1px solid #d6dde2;
	font-family: 'Lato', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#8294a1;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.contact .field > input.send {
	width:570px;
	height:50px;
	border:none;
    cursor:pointer;
	background:#e83647;
	text-align:center;	
	-moz-border-radius: 5px;
	border-radius: 5px;	
	font-size:16px;
	font-weight:900;
	color:#fff;		
	text-transform:uppercase;
}

section.map {
	position: relative;
	float: left;
	width: 100%;
	height:400px;
	background:#ffffff;
}

section.map .popup {
	position: absolute;
	top:100px;
	left:0px;
	background:rgba(36,49,60,0.9);
	width:550px;
	height:190px;
	border-left:2px solid #e83647;	
	z-index:2;
}

section.map .popup h1{
	font-size:36px;
	font-weight: 400;
	color:#fff;
	margin-left:40px;
}

section.map .popup p{
	font-size:14px;
	font-weight: 400;
	color:#fff;
}

section.map .popup p a{
	color: #e83647;
}

#map{
	width:100%;
	height:400px;
	position: absolute;
	z-index:1;
}