@import url("snowflakes.css");
@import url("cookies.css");

@-webkit-keyframes h1 {
	0% {
		top: 75px;
		opacity: 0;
	}
	50% { top: 75px; }
	60% { top: 0; }
	75% { opacity: 1; }
}

@-webkit-keyframes h2 {
	0%, 50% { opacity: 0; }
	70% { opacity: 1; }
}

@-webkit-keyframes header-logo {
	0%, 50% { opacity: 0; transform: rotate(-80deg); }
	70% { opacity: 1; transform: rotate(0deg); }
}


@-moz-keyframes h1 {
	0% {
		top: 75px;
		opacity: 0;
	}
	50%, 75% { top: 75px; }
	75% { opacity: 1; }
	60% { top: 0; }
}

@-moz-keyframes h2 {
	0%, 50% { opacity: 0; }
	70% { opacity: 1; }
}

@-moz-keyframes header-logo {
	0%, 50% { opacity: 0; transform: rotate(-80deg); }
	70% { opacity: 1; transform: rotate(0deg); }
}

@-ms-keyframes h1 {
	0% {
		top: 75px;
		opacity: 0;
	}
	50%, 75% { top: 75px; }
	75% { opacity: 1; }
	60% { top: 0; }
}

@-ms-keyframes h2 {
	0%, 50% { opacity: 0; }
	70% { opacity: 1; }
}

@-ms-keyframes header-logo {
	0%, 50% { opacity: 0; transform: rotate(-80deg); }
	70% { opacity: 1; transform: rotate(0deg); }
}

@-webkit-keyframes rotate {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(359deg); }
}

@-webkit-keyframes rocket {
	0% { -webkit-transform: rotate(-40deg); }
	10% { -webkit-transform: rotate(-30deg); }
	20% { -webkit-transform: rotate(-45deg); }
	30% { -webkit-transform: rotate(-40deg); }
	40% { -webkit-transform: rotate(-36deg); }
	100% { -webkit-transform: rotate(-40deg); }
}

@-webkit-keyframes down {
	0%, 20%, 50%, 80%, 100% { -webkit-transform:translateY(10px); }
	60% { -webkit-transform:translateY(-40px); }
}

@-webkit-keyframes image {
	0% { background-position: 0 0; }
	50% { background-position: 0 100%; }
	100% { background-position: 0 0; }
}

@-webkit-keyframes pulse {
	0% { opacity: 0; }
	50% { opacity: 1; }
	100% { opacity: 0; }
}

@-webkit-keyframes svg {
	from { stroke-dashoffset: 1500; }
	to { stroke-dashoffset: 0; }
}

@-ms-keyframes svg {
	from { stroke-dashoffset: 1500; }
	to { stroke-dashoffset: 0; }
}

@-webkit-keyframes christmas {
	from { background-position: center -500px; }
	to { background-position: center top; }
}

@font-face {
	font-family: 'FontAwesome';
	src: url('/fonts/fontawesome/fontawesome-webfont.eot?v=4.1.0');
	src: url('/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), 
		url('/fonts/fontawesome/fontawesome-webfont.woff?v=4.1.0') format('woff'),
		url('/fonts/fontawesome/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),
		url('/fonts/fontawesome/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
}


* {
	border: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

body {
	margin: 0;
	color: #444;
	font-family: "Open Sans", arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
}

.c {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

div.wrapper {
	background-color: #FFF;
	position: relative;
	z-index: 1;
}

section.welcome > *, div.page section {
	-webkit-transform: translate3d(0,0,0);
}

section.welcome {
	height: 600px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	background-color: #85D240;
	background-image: url(/images/hero/background.jpg);
	background-size: cover;
}

section.welcome header {
	width: 900px;
	position: absolute;
	top: 50%;
	left: 50%;
	right: 0;
	margin: -100px 0 0 -450px;
	text-align: center;
}

section.welcome header > * {
	margin: 0;
}

section.welcome header img {
	height: 50px;
	margin-top: 20px;
	-webkit-animation: header-logo 4s;
	-ms-animation: header-logo 4s;
	-moz-animation: header-logo 4s;
}

section.welcome header h1 {
	position: relative;
	color: #FFF;
	font-size: 380%;
	font-weight: 600;
	line-height: 100%;
	-webkit-animation: h1 4s;
	-ms-animation: h1 4s;
	-moz-animation: h1 4s;
}

section.welcome header h2 {
	margin-top: 20px;
	padding: 0 50px;
	color: #EEE;
	font-size: 150%;
	font-weight: 300;
	-webkit-animation: h2 4s;
	-ms-animation: h2 4s;
	-moz-animation: h2 4s;
}

section.welcome address {
	width: 980px;
	position: absolute;
	left: 50%;
	top: 40px;
	margin-left: -490px;
	text-align: center;
	font-size: 110%;
	font-style: normal;
	letter-spacing: 1px;
	font-family: "Open Sans Condensed";
}

section.welcome address ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

section.welcome address ul li {
	display: inline-block;
	margin: 0 10px;
}

section.welcome address ul li::before {
	padding-right: 5px;
	font-family: "FontAwesome";
}

section.welcome address ul li::before,
section.welcome address ul li a {
	text-decoration: none;
	-webkit-transition: all 0.25s ease-out;
}

section.welcome address ul li.phone a[href^=tel]{
	color: inherit;
}

section.welcome address ul li.phone::before {
	content: "\f095";
}

section.welcome address ul li.email::before {
	content: "\f003";
}

section.welcome address ul li.email a {
	color: inherit;
}

section.welcome address ul li.email:hover::before,
section.welcome address ul li.email:hover a {
	color: #FFF;
}

section.welcome address ul li.address::before {
	content: "\f124";
}

section.welcome address ul li.contact a {
	display: block;
	padding: 3px 8px;
	border: 1px solid #FFF;
	color: #FFF;
	text-transform: uppercase;
	font-size: 80%;
}

section.welcome address ul li.contact a:hover {
	background-color: #FFF;
	color: #36445A;
}

section.welcome a.go {
	display: none;
	bottom: 150px;
	height: 20px;
	left: 50%;
	margin: 0 auto 0 -38px;
	position: fixed;
	width: 76px;
	z-index: 100;
	border: 5px solid #fff;
	text-align:center;
	text-decoration: none;
	-webkit-transition: all 0.8s ease 0s;
	border-radius: 50% 50% 50% 50%;
	opacity: 0;
}
section.welcome a.go::before {
	content: "\f107";
	font-family: "FontAwesome";
	color: #FFF;
	font-size: 40px;
	text-align:center;
	-webkit-animation: down 3s infinite;
	-webkit-animation-timing-function: bounce;
	-webkit-transition: all 0.8s ease 0s;
}
section.welcome a.go.active {
	opacity: 0.75;
}

nav.main {
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
	padding: 0 30px;
	background-color: #FFF;
	-webkit-transition: box-shadow 0.25s linear;
}

nav.main.fixed {
	position: fixed;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}

nav.main a.logo {
	display: inline-block;
	padding: 20px 0;
}

nav.main a.logo img {
	height: 60px;
}

nav.main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	font-size: 105%;
	font-weight: 400;
}

nav.main ul li {
	display: inline-block;
	margin-left: 30px;
}

nav.main ul li a {
	height: 103px;
	display: block;
	margin-bottom: -3px;
	border-bottom: 3px solid transparent;
	color: #777;
	line-height: 100px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.5s ease-in-out;
}

nav.main ul li a:hover {
	color: #000;
}

nav.main ul li.active a {
	border-bottom-color: #36445A;
	color: #36445A;
}

div.page {
	padding-top: 100px;
}

div.page section {
	position: relative;
	padding: 70px 0;
	background-color: #F7F7F7;
	border-bottom: 1px solid #ECECEC;
	/* -webkit-perspective: 1000; */
	-webkit-backface-visibility: hidden;
}

div.page section h3 {
	margin: 0 0 55px 0;
	text-align: center;
	font-size: 220%;
	font-weight: 400;
	letter-spacing: 2px;
}

div.page section h4 {
	margin: 0 0 20px 0;
	font-size: 180%;
	font-weight: 400;
	line-height: 120%;
}

div.page section h4 small {
	width: 60%;
	display: block;
	margin: 5px auto 0 auto;
	color: #999;
	font-size: 80%;
	font-weight: 300;
	line-height: 130%;
}

div.page section a.button {
	display: inline-block;
	margin-top: 15px;
	padding: 10px 15px;
	background-color: #4DA6FF;
	border-radius: 5px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}


div.page section h3 strong {
	font-weight: 600;
}

div.page section article p {
	margin-top: 0;
	line-height: 140%;
}

div.page section article p.l {
	font-size: 140%;
}

div.page section article a.anchor {
	position: absolute;
	display: block;
	top: -100px;
}

div.page section article figure div.caption {
	position: absolute;
	bottom: -30px;
	right: 0;
	color: #999;
	font-family: monospace;
	text-transform: uppercase;
}

div.page section.what {
	background-color: transparent;
}

div.page section.what article div.devices {
	position: relative;
	margin: 30px 0 0 50px;
	-webkit-transform: translate3d(0,0,0);
}

div.page section.what article .device.active .path {
	stroke-dasharray: 1500;
	-webkit-animation: svg 0 linear alternate 1;
}

div.page section.what article .device.active .path-iphone {
	-webkit-animation-duration: 8s;
}

div.page section.what article .device.active .path-iphone-webics {
	-webkit-animation-duration: 35s;
}

div.page section.what article .device.active .path-ipad {
	-webkit-animation-duration: 4s;
}

div.page section.what article .device.active .path-ipad-webics {
	-webkit-animation-duration: 20s;
}

div.page section.what article .device.active .path-macbook {
	-webkit-animation-duration: 4s;
}

div.page section.what article .device.active .path-macbook-webics {
	-webkit-animation-duration: 20s;
}

div.page section.what article svg.device {
	position: absolute;
	opacity: 0;
	-webkit-transform: scale(0.75);
	-webkit-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
}

div.page section.what article svg.device.active {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
}

div.page section.what article svg.device-iphone {
	width: 120px;
	height: 220px;
	left: 130px;
	top: 0;
}

div.page section.what article svg.device-ipad {
	height: 220px;
}

div.page section.what article svg.device-macbook {
	height: 200px;
	left: 15px;
	top: 20px;
}

div.page section.clients {
	background-color: #FFF;
}

div.page section.clients article h4 {
	color: inherit;
}

div.page section.clients article ul {
	margin: -15px 0 0 0;
	padding: 0;
	list-style: none;
	-webkit-filter: grayscale(100%);
	-webkit-transition: -webkit-filter 0.5s ease-in-out;
}

div.page section.clients article ul li {
	width: 152px;
	height: 80px;
	display: inline-block;
	margin: 10px 0 0 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -2000px;
}

div.page section.clients article ul li.dhl,
div.page section.clients article ul li.regoparcis,
div.page section.clients article ul li.finnik,
div.page section.clients article ul li.viaa,
div.page section.clients article ul li.bldsprk {
	background-size: 80% auto;
}

div.page section.clients.active article ul {
	-webkit-filter: none;
}

div.page section.who article h4 {
	color: #36445A;
}

div.page section.who article figure {
	width: 350px;
	border: 5px solid #FFF;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
}

div.page section.who article figure img {
	width: 100%;
	vertical-align: bottom;
}

div.page section.trol {
	position: relative;
	text-align: center;
	background-attachment: fixed;
	background-image: url(/images/uitzicht-groot.jpg);
	background-position: bottom right;
	background-size: cover;
}

div.page section.trol article > * {
	margin: 0 150px;
}

div.page section.trol article h3 {
	margin-bottom: 30px;
	color: #FFF;
	transform: rotate(-4deg);
}

div.page section.trol article h3 > span {
	padding: 10px 20px;
	background-color: #3F84FF;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}

div.page section.trol article h4 {
	padding: 0 20px;
	color: #FFF;
	font-size: 140%;
	line-height: 140%;
}

div.page section.projects article h4 {
	margin-bottom: 40px;
	text-align: center;
}

div.page section.projects article ul li {
	width: 300px;
	position: relative;
	pointer-events: none;
	cursor: pointer;
}

div.page section.projects article ul li:first-child {
	margin-right: 40px;
}

div.page section.projects article ul li:last-child {
	margin-left: 40px;
}

div.page section.projects article ul li a {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	padding: 55px 20px 0 20px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #FFF;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.25s ease-out;
}

div.page section.projects article ul li a strong {
	font-size: 120%;
}

div.page section.projects article ul li a span {
	width: 260px;
	margin: 0 auto;
	display: inline-block;
	font-size: 90%;
}

html.mobile-false div.page section.projects article ul li a:hover {
	opacity: 1;
	left: -25px;
	top: -25px;
	right: -25px;
	bottom: -25px;
}



div.page section.projects article ul li div.image {
	height: 200px;
	position: relative;
	overflow: hidden;
	padding: 40px 20px;
	padding-bottom: 0;
	border-radius: 10px 10px 0 0;
}

div.page section.projects article ul li.i-1 div.image {
	background-color: #FFD6C2;
}

div.page section.projects article ul li.i-2 div.image {
	background-color: #D0E8FF;
}

div.page section.projects article ul li.i-3 div.image {
	background-color: #F2E4FF;
}

div.page section.projects article ul li.i-4 div.image {
	background-color: #D3F2CE;
}

div.page section.projects article ul li.i-5 div.image {
	background-color: #FBF0C0;
}

div.page section.projects article ul li.i-5 div.image figure div {
	-webkit-animation-duration: 12s !important;
}

div.page section.projects article ul li.i-6 div.image {
	background-color: #D4FFF4;
}

div.page section.projects article ul li div.image figure {
	height: 160px;
	display: block;
	margin: 0;
	position: relative;
	z-index: 1;
	background-color: #FFF;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

div.page section.projects article ul li div.image figure div {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: 100% auto;
	-webkit-transform: translate3d(0,0,0);
}

div.page section.projects.active article li div.image figure div {
/* 	-webkit-animation: image 20s infinite linear; */
}

div.page section.projects article ul li.mobile div.image figure div {
	-webkit-animation: none;
}

div.page section.projects article ul li.mobile div.image::before {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	left: 50%;
	top: 18px;
	z-index: 2;
	margin-left: -3px;
	background-color: #999;
	border-radius: 100%;
}

div.page section.projects article ul li.mobile div.image figure {
	margin: 0 70px 0 70px;
	border: 4px solid #444;
	border-top: 0;
	border-bottom: 0;
}

div.page section.projects article ul li.mobile div.image figure::before {
	content: "";
	height: 30px;
	position: absolute;
	left: -4px;
	right: -4px;
	top: -30px;
	z-index: 1;
	background-color: #444;
	border-radius: 8px 8px 0 0;
}

div.page section.projects article ul li.mobile div.image figure::after {
	content: "";
	width: 30px;
	height: 4px;
	position: absolute;
	left: 50%;
	top: -13px;
	z-index: 1;
	margin-left: -15px;
	background-color: #666;
	border-radius: 5px;
}

div.page section.projects article ul li.mobile div.image figure img {
	top: 30px;	
}


div.page section.projects article ul li.web div.image::before,
div.page section.projects article ul li.web div.image::after,
div.page section.projects article ul li.web div.image figure::after {
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	top: 27px;
	z-index: 1;
	background-color: #D35400;
	border-radius: 100%;
}

div.page section.projects article ul li.web div.image::before {
	left: 30px;
	background-color: #D35400;
}

div.page section.projects article ul li.web div.image::after {
	background-color: #F39C12;
	left: 40px;
}

div.page section.projects article ul li.web div.image figure::before {
	content: "";
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: -20px;
	background-color: #444;
	border-radius: 5px 5px 0 0;
}

div.page section.projects article ul li.web div.image figure::after {
	background-color: #2ECC71;
	top: -13px;
	left: 30px;
}

div.page section.how article::before,
div.page section.how article ul::before {
	content: "";
	width: 6px;
	position: absolute;
	top: -30px;
	bottom: -30px;
	left: 50%;
	margin-left: -3px;
	background-color: #d7e4ed;
}

div.page section.how article h3 {
	margin-right: 40px;
	color: #d7e4ed;
	font-size: 800%;
	font-weight: 300;
	text-align: right;
	line-height: 85%;
}

div.page section.how article .intro p {
	margin-left: 40px;
}

div.page section.how article ul {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

div.page section.how article ul::before {
	display: none;
}

div.page section.how article ul li {
	width: 100%;
	margin-top: -10px;
	display: table;	
	position: relative;
}

div.page section.how article ul li::before {
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	z-index: 1;
	margin: -10px 0 0 -28px;
	border: 4px solid #FFF;
	border-radius: 100%;
	color: #FFF;
	font-family: "FontAwesome";
	font-size: 28px;
	line-height: 53px;
	text-align: center;
}

div.page section.how article ul li div.description {
	width: 45%;
	padding: 20px;
	background-color: #FFF;
	border-radius: 5px;			
	position: relative;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
}

div.page section.how article ul li div.description h4 {
	margin-bottom: 5px;
	color: #333;
	font-weight: 600;
	font-size: 120%;
}

div.page section.how article ul li div.description p {
	margin: 0;
}

div.page section.how article ul li div.description::before {
	content: '';
	position: absolute;
	top: 16px;
	height: 0;
	width: 0;
	border: 7px solid transparent;
}

div.page section.how article ul li:first-child {
	padding-top: 50px;
}

div.page section.how article ul li.left div.description::before {
	right: -14px;
	border-left: 7px solid white;
}

div.page section.how article ul li.right div.description {
	float: right;
}

div.page section.how article ul li.right div.description::before {
	left: -14px;
	border-right: 7px solid white;
}

div.page section.how article ul li.i-1::before {
	content: "\f0f4";
	background-color: #75ce66;
}

div.page section.how article ul li.i-2::before {
	content: "\f0eb";
	background-color: #f0ca45;
}

div.page section.how article ul li.i-3::before {
	content: "\f121";
	background-color: #4DA6FF;
}

div.page section.how article ul li.i-4::before {
	content: "\f197";
	background-color: #FF5C26;
	-webkit-animation: rocket 7s infinite linear;
}

div.page section.how article ul li.i-5::before {
	content: "\f013";
	background-color: #CC99FF;
	-webkit-animation: rotate 6s infinite linear;
}

div.page section.contact {
	background-color: #FFF;
}

div.page section.contact article > div.columns {
	margin-left: 70px;
}

div.page section.contact article address {
	margin-bottom: 20px;
	font-size: 120%;
	font-style: normal;
}

div.page section.contact article form p {
	margin-bottom: 10px;
}

div.page section.contact article form p label {
	display: block;
	margin-bottom: 5px;
}

div.page section.contact article form p input.text,
div.page section.contact article form p textarea {
	width: 100%;
	padding: 5px;
	background-color: #ECECEC;
	border: 1px solid transparent;
	font-family: inherit;
	font-size: inherit;
	-webkit-appearance: none;
}

div.page section.contact article form p input.text {
	height: 25px;
}

div.page section.contact article form p textarea {
	height: 75px;
}

div.page section.contact article form p button {
	background-color: #4DA6FF;
	border: 0;
	padding: 10px 20px;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	-webkit-appearance: none;
}

div.page section.contact article form p.field-with-errors input,
div.page section.contact article form p.field-with-errors textarea {
	border-color: red;
}

div.page section.contact div.map {
	position: absolute;
	left: 0;
	right: 50%;
	bottom: 0;
	top: 0;
	z-index: 5;
}

footer {
	padding: 60px 0;
	background-color: #36445A;
	text-align: center;
	font-size: 150%;
}

footer, footer a {
	color: #FFF;
}

footer a {
	font-size: 60%;
}

footer img {
	width: 60px;
	margin-top: 40px;
}

.columns {
	white-space: nowrap;
}

ul.columns {
	margin: 0;
	padding: 0;
	list-style: none;
}

.columns > .column {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
}

.columns > .column.x20 {
	width: 20%;
}

.columns > .column.x {
	width: 25%;
}

.columns > .column.x33 {
	width: 33%;
}

.columns > .column.x40 {
	width: 40%;
}

.columns > .column.xx {
	width: 50%;
}

.columns > .column.xxx {
	width: 75%;
}

div.mobile-menu {
	opacity: 1;
	visibility: hidden;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
	background-color: rgba(0, 0, 0, 0.8);
/* 	-webkit-transition: opacity 0.5s ease-in-out; */
	-webkit-transform: translate3d(0,0,0);
}

div.mobile-menu ul {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0;
	margin-top: -200px;
	list-style: none;
	text-align: center;
}

div.mobile-menu ul li {
	padding: 20px 0;
	font-size: 30px;
}

div.mobile-menu ul li a {
	color: #FFF;
	text-decoration: none;
}

div.mobile-menu ul li.active a {
	color: #36445A;
}

div.mobile-menu div.close::before {
	content: "\f00d";
	width: 50px;
	height: 50px;
	position: absolute;
	top: 10px;
	right: 10px;
	color: red;
	font-family: "FontAwesome";
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

@media only screen and (max-width : 780px) {
	html body .c {
		width: auto;
		margin: 0;
	}
	
	html body.mobile-menu div.mobile-menu {
		visibility: visible;
		opacity: 1;
	}

	html body .columns .column {
		width: auto !important;
		display: block;
	}
	
	html body section.welcome {
		height: auto;
		bottom: 70px;
		position: absolute;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: bottom;
	}
	
	html body section.welcome address {
		width: auto;
		position: relative;
		left: 0;
		top: 0;
		margin: 20px 0 0 0;
		font-size: 90%;
	}
	
	html section.welcome address ul li.contact {
		display: none;
	}

	html body section.welcome header {
		width: auto;
		left: 10px;
		right: 10px;
		margin-left: 0;
		margin-top: -100px;
	}

	html body section.welcome header {
		font-size: 60%;
	}

	html body section.welcome header h2 {
		padding: 0;
		font-size: 180%;
	}

	html body section.welcome a.go {
		display: none;
	}

	html body nav.main {
		height: 70px;
		top: 0;
		bottom: auto;
		-webkit-transition: none;
	}

	html body nav.main a.logo {
		padding: 10px 0;
	}

	html body nav.main ul {
		display: none;
	}

	html body nav.main::after {
		content: "\f0c9";
		position: absolute;
		right: 20px;
		top: 0;
		font-family: "FontAwesome";
		line-height: 70px;
		font-size: 30px;
	}

	html body nav.main a.logo img {
		height: 50px;
	}
	
	html body div.page {
		padding-top: 70px;
	}
	
	html body div.page section {
		padding: 60px 15px;
	}
	
	html body div.page section.what h3 {
		line-height: 100%;
	}
	
	html body div.page section.what div.devices {
		display: none;
	}
	
	html body div.page section.projects article ul.columns {
		margin-bottom: 15px !important;
	}
	
	html body div.page section.projects article ul.columns li {
		width: auto;
		margin: 0 0 15px 0 !important;
	}
	
	html body div.page section.projects article ul li:last-child {
		margin-bottom: 0 !important;
	}
	
	html body div.page section.clients ul li {
		width: 29%;
		display: inline-block;
		margin: 0;
	}
	
	html body div.page section.clients ul li:nth-child(3n+1),
	html body div.page section.clients ul li:nth-child(3n+2){
		margin-right: 6%;
	}
	
	html body div.page section.who article figure {
		width: 90%;
		margin: 0 auto 50px auto;
	}
	
	html body div.page section.trol {
		background-attachment: scroll;
		background-size: auto 150%;
		background-position: bottom;
	}
	
	html body div.page section.trol article > * {
		margin: 0;
	}
	
	html body div.page section.trol article h3 {
		margin-bottom: 15px;
	}
	
	html body div.page section.trol article h3 span {
		display: block;	
		line-height: 100%;
	}
	
	html body div.page section.how article h3 {
		margin: 0 0 30px 0;
		text-align: left;
		font-size: 600%;
		letter-spacing: -10px;
		line-height: 90%;
	}
	
	html body div.page section.how article .intro p {
		margin-left: 0;
	}

	html body div.page section.how article::before {
		display: none;
	}
	
	html body div.page section.how article ul::before {
		display: block;
		top: 30px;
		left: -5px;
		margin: 0;
	}

	html body div.page section.how article ul li {
		margin: 0;
	}

	html body div.page section.how article ul li::before {
		position: relative;
		display: block;
		z-index: 1;
		left: auto;
		top: auto;
		margin: 15px auto 10px auto;
	}

	html body div.page section.how article ul li:first-child {
		padding: 0;
	}

	html body div.page section.how article ul li div.description {
		width: auto;
		left: 0;
		right: 0;
		margin: 0 0 0 20px;
		text-align: center;
	}

	html body div.page section.how article ul li.left div.description::before {
		left: -14px;
		right: auto;
		border-right: 7px solid white;
		border-left: 7px solid transparent;
	}

	html body div.page section.contact div.map {
		display: none;
	}

	html body div.page section.contact article > div.columns {
		margin: 0;
	}

}

html.browser-safari {
	-webkit-font-smoothing: antialiased;
}

html.browser-safari section.welcome header h2,
html.mobile-true section.welcome header h2 {
	font-weight: normal;
}

html.browser-safari section.welcome footer {
	font-weight: normal;
}

html.browser-chrome div.page section.trol {
	background-attachment: scroll;
	background-position: center;
}

@media (prefers-color-scheme: dark) {
	body, nav.main ul li a {
		color: #ddd;
	}
	
	section.welcome {
		background: #324226;
	}
	
	nav.main ul li.active a,
	nav.main ul li a:hover,
	div.page section.how article ul li div.description h4,
	div.page section.who article h4 {
		color: white !important;
	}
	
	body, div.wrapper {
		background-color: #222;
	}
	
	div.page section {
		background-color: #222;
		border-color: #444;
	}
	
	div.page section.clients, nav.main, div.page section.contact {
		background-color: #333;
	}
	
	div.page section.how article ul li::before {
		border-color: #333 !important;
	}
	
	div.page section.how article ul li div.description, .cookies-message {
		background: black !important;
	}
	
	
	div.page section.how article ul li.left div.description::before {
		border-left-color: black !important;
	}
	
	div.page section.how article ul li.right div.description::before {
		border-right-color: black !important;
	}
	
	div.page section.how article::before, div.page section.how article ul::before {
		background-color: #666;
	}
}

@media only screen and (max-width : 780px) and (prefers-color-scheme: dark) {
	html body div.page section.how article ul li.left div.description::before {
		border-right-color: black !important;
	}
}




/* CHRISTMAS */

/*
section.welcome {
	background: none;
	background: #182132;
	background: -moz-linear-gradient(-45deg, #182132 0%, #36445A 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, #182132), color-stop(100%, #36445A));
	background: -webkit-linear-gradient(-45deg, #182132 0%, #36445A 100%);
	background: -o-linear-gradient(-45deg, #182132 0%, #36445A 100%);
	background: -ms-linear-gradient(-45deg, #182132 0%, #36445A 100%);
	background: linear-gradient(135deg, #182132 0%, #36445A 100%);
}
	
section.welcome:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-image: url(/images/christmas/christmas.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 1100px;
	-webkit-animation: christmas 2s;
	-webkit-transform: translate3d(0, 0, 0);
}

section.welcome:after {
	content: "";
	height: 300px;
	position: absolute;
	left: -100px;
	right: -100px;
	bottom: -200px;
	background-color: #FFF;
	border-radius: 100%;
}

section.welcome address {
	padding: 0 20px;
	position: absolute !important;
	z-index: 1;
	bottom: 40px;
	top: auto !important;
}

section.welcome address ul li.contact a {
	color: #000;
	border-color: #000;
}

@media only screen and (max-width : 780px) {
	section.welcome {
		overflow: hidden;
	}
	
	section.welcome:after {
		height: 260px;
	}
	
	section.welcome address {
		bottom: 0;
	}
}
*/