/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}





/* Global styles */

body {
	background: #000 url(../img/background.jpg) center/cover no-repeat;
	font: 400 16px hedley-new-web, sans-serif;
}

h2 {
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 500;
}
h3 {
	margin-bottom: 5px;
	color: #eb5d0a;
	font-size: 15px;
	line-height: 15px;
	font-weight: 400;
}

a {
	text-decoration: none;
	transition: color 0.2s;
}
a:hover {}

img {
	width: 100%;
	height: auto;
	max-width: 100%;
}





/* Global classes */

.left { float: left; }
.right { float: right; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }



.fluid {
	width: 100%;
	float: left;
}

.container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 20px;
}

.row {
	position: relative;
	float: left;
	width: 100%;
}

.column {
	float: left;
	width: 100%;
}





/* Header */

#header {
	color: #fff;
}



#header-logo {}

#header-logo img {
	width: 172px;
	height: 120px;
}





/* Blocks */

#blocks {
	padding-bottom: 110px;
}

#blocks .column {
	margin-bottom: 30px;
}

#blocks .column .inner {
	background: #fff;
	overflow: hidden;
	transition: background 0.2s;
}

#blocks .column .inner .image {
	position: relative;
	float: left;
	width: 100%;
}

#blocks .column .inner .image img {
	float: left;
	width: 100%;
	height: auto;
}

#blocks .column .inner .image .cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #eb5d0a;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.2s;
}

#blocks .column .inner .text {
	float: left;
	width: 100%;
	padding: 19px 40px 19px 30px;
	background: url(../img/arrow.png) right 40px center/11px 19px no-repeat;
	transition: background 0.2s;
}

#blocks .column .inner .text h2 {
	margin-bottom: 0;
	color: #1d1d1b;
	transition: color 0.2s;
}

#blocks .column .inner .text h3 {
	color: #eb5d0a;
	transition: color 0.2s;
}



#blocks .column:hover {}

#blocks .column:hover .inner {
	background: #eb5d0a;
	color: #fff;
}

#blocks .column:hover .inner .image .cover {
	opacity: 0.5;
}

#blocks .column:hover .inner .text {
	background-image: url(../img/arrow-hover.png);
	background-position: right 30px center;
}

#blocks .column:hover .inner .text h2 {
	color: #fff;
}

#blocks .column:hover .inner .text h3 {
	color: #fff;
}





/* Footer */

#footer {
	padding: 35px 0;
	background: #1d1d1b;
	color: #a5a5a4;
}

#footer img {
	width: 315px;
	height: 58px;
}

#footer a {
	color: #a5a5a4;
}
#footer a:hover {
	color: #eb5d0a;
}



#copy {
	padding-top: 25px;
}





/* Responsive */

@media (min-width: 568px) {
	
	.column {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.column.col-12 { width: 100%; }
	.column.col-11 { width: 100%; }
	.column.col-10 { width: 100%; }
	.column.col-9 { width: 100%; }
	.column.col-8 { width: 100%; }
	.column.col-7 { width: 100%; }
	.column.col-6 { width: 100%; }
	.column.col-5 { width: 100%; }
	.column.col-4 { width: 50%; }
	.column.col-3 { width: 50%; }
	.column.col-2 { width: 50%; }
	.column.col-1 { width: 50%; }
	
}

@media (min-width: 769px) {
	
	.column {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.column.col-12 { width: 100%; }
	.column.col-11 { width: 91.66666667%; }
	.column.col-10 { width: 83.33333333%; }
	.column.col-9 { width: 75%; }
	.column.col-8 { width: 66.66666667%; }
	.column.col-7 { width: 58.33333333%; }
	.column.col-6 { width: 50%; }
	.column.col-5 { width: 41.66666667%; }
	.column.col-4 { width: 33.33333333%; }
	.column.col-3 { width: 25%; }
	.column.col-2 { width: 16.66666667%; }
	.column.col-1 { width: 8.33333333%; }
	
	
	
	#header-text {
		padding-top: 40px;
	}
	
}



@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 960px) {}

@media screen and (max-width: 768px) {
	.footer-logo-zegwaard {
        display: block;
        margin: 10px auto;
        margin-bottom: 20px;
    }

	#header-logo {
		text-align: center;
	}
	
	#header-text {
		padding-bottom: 40px;
		text-align: center;
	}
	
	
	
	#footer {
		text-align: center;
	}
	
	#copy {
		text-align: center;
	}
	
}

@media screen and (max-width: 568px) {}

@media screen and (max-width: 480px) {}