@charset "utf-8";
/* CSS Document */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------------------------------------ */
/* FONTS																										*/

@font-face {
	font-family:	'Museo Regular 300';
	src:			url('system/font/museo_regular/300/museo_regular300.eot');
	src:			url('system/font/museo_regular/300/museo_regular300.eot?#iefix') format('embedded-opentype'),
					url('system/font/museo_regular/300/museo_regular300.woff') format('woff'),
					url('system/font/museo_regular/300/museo_regular300.ttf') format('truetype'),
					url('system/font/museo_regular/300/museo_regular300.svg') format('svg');
}

@font-face {
	font-family:	'Museo Regular 500';
	src:			url('system/font/museo_regular/500/museo_regular500.eot');
	src:			url('system/font/museo_regular/500/museo_regular500.eot?#iefix') format('embedded-opentype'),
					url('system/font/museo_regular/500/museo_regular500.woff') format('woff'),
					url('system/font/museo_regular/500/museo_regular500.ttf') format('truetype'),
					url('system/font/museo_regular/500/museo_regular500.svg') format('svg');
}

@font-face {
	font-family:	'Museo Regular 700';
	src:			url('system/font/museo_regular/700/museo_regular700.eot');
	src:			url('system/font/museo_regular/700/museo_regular700.eot?#iefix') format('embedded-opentype'),
					url('system/font/museo_regular/700/museo_regular700.woff') format('woff'),
					url('system/font/museo_regular/700/museo_regular700.ttf') format('truetype'),
					url('system/font/museo_regular/700/museo_regular700.svg') format('svg');
}

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');

/* ------------------------------------------------------------------------------------------------------------ */
/* HEADLINES																									*/

/* -------------------------------------------------------- */
/* H1														*/

h1 {
	margin: 2.0em 0 0.750em 0;
	font-size: 2.667em;
	line-height: 1.3333em;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1:first-child {
	margin: 0 0 0.750em 0;
}

h1:only-child {
	margin: 0;
}

h1 .project-title {
	display: block;
	margin: 0 0 1em 0;
	font-size: 0.444em;
	line-height: 1.3333em;
	font-weight: normal;
}

/* -------------------------------------------------------- */
/* H2														*/

h2 {
	margin: 1.5em 0 0.5em 0;
	font-size: 2.000em;
	line-height: 1.3333em;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2:first-child {
	margin: 0 0 0.5em 0;
}

h2:only-child {
	margin: 0;
}

/* -------------------------------------------------------- */
/* H3														*/

h3 {
	margin: 1.5em 0 0.5em 0;
	font-size: 1.333em;
	line-height: 1.3333em;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h3:first-child {
	margin: 0 0 0.5em 0;
}

h3:only-child {
	margin: 0;
}

/* -------------------------------------------------------- */
/* H4														*/

h4 {
	margin: 1.5em 0 0.5em 0;
	font-size: 1em;
	line-height: 1.5em;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-weight: 500;
}

h4:first-child {
	margin: 0 0 0.5em 0;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* PARAGRAPHS																									*/

p {
	margin: 1.5em 0 0 0;
}

p:first-child {
	margin: 0;
}

h1 + p {
	margin: 1.5em 0 0 0;
}

h2 + p {
	margin: 1.25em 0 0 0;
}

h3 + p {
	margin: 0.833em 0 0 0;
}

h4 + p {
	margin: 0.5em 0 0 0;
}

img + p {
	margin: 1.0em 0 0 0;
}

/* -------------------------------------------------------- */
/* MANCHET													*/

.manchet {
	font-size: 1.333em;
	line-height: 1.500em;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* LINK																											*/

.txt-link {
	position: relative;
	color: #e5bf00;
	line-height: 20px;
	letter-spacing: 1px;
	font-family: 'Roboto Condensed', sans-serif;
	text-decoration: none;
	text-transform: uppercase;

	transition: color 0.4s ease-in-out
}

.txt-link:hover {
	color: #e5bf00;
}

.txt-link span {
	position: relative;
}

.txt-link span:before {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	bottom: -2px;
	left: 0;
	background-color: #e5bf00;
	-webkit-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

.txt-link:hover span:before {
	width: 100%;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* TEXT ALIGNMENT																								*/

.txt-left {
	text-align: left;
}

.txt-center {
	text-align: center;
}

.txt-right {
	text-align: right;	
}

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

}

@media only screen and (max-width: 768px) {
	/* -------------------------------------------------------------------------------------------------------- */
	/* HEADLINES																								*/

	/* -------------------------------------------------------- */
	/* H1														*/

	h1 {
		font-size: 2.333em;
	}

	/* -------------------------------------------------------- */
	/* H2														*/

	h2 {
		font-size: 1.667em;
	}

	/* -------------------------------------------------------- */
	/* H3														*/

	h3 {
		font-size: 1em;
	}

	/* -------------------------------------------------------- */
	/* H4														*/

	h4 {
		font-size: 1em;
	}

	/* -------------------------------------------------------------------------------------------------------- */
	/* TEXT ALIGNMENT																							*/

	.txt-sm-left {
		text-align: left;
	}

	.txt-sm-center {
		text-align: center;
	}

	.txt-sm-right {
		text-align: right;
	}

	.txt-sm-justify {
		text-align: justify;
	}
}

@media only screen and (max-width: 480px) {
	/* -------------------------------------------------------------------------------------------------------- */
	/* TEXT ALIGNMENT																							*/

	.txt-xs-left {
		text-align: left;
	}

	.txt-xs-center {
		text-align: center;
	}

	.txt-xs-right {
		text-align: right;
	}

	.txt-xs-justify {
		text-align: justify;
	}
}@charset "utf-8";

/* ------------------------------------------------------------------------------------------------------------ */
/* CLEAR FIX																									*/

.clear:after {
	content: '';
	display: table;
	clear: both;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* HERO																											*/

.hero {
	padding: 140px 0;
	position: relative;
}

/* -------------------------------------------------------- */
/* HERO - INFO												*/

.hero-info {
	max-width: 960px;
	margin: 0 auto;
	position: absolute;
	top: 40px;
	right: 40px;
	left: 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* SECTION																										*/

/* -------------------------------------------------------- */
/* SECTION - STANDARD										*/

.sec-standard {
	padding: 100px 0;
	position: relative;
	z-index: 1;
}

/* -------------------------------------------------------- */
/* SECTION - LIGHT GREY										*/

.sec-lightgrey {
	background: rgba(0, 0, 0, 0.1);
	padding: 100px 0;
	position: relative;
	z-index: 1;
}

/* -------------------------------------------------------- */
/* SECTION BG												*/

.sec-bg-left-50 {
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 50%;
	z-index: -1;
}

.sec-bg-right-50 {
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	right: 0;
	z-index: -1;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* CONTAINER																									*/

.container {
	max-width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* ROW																											*/

.row {
	margin-left: -24px;
	margin-right: -24px;
	display: block;
	-ms-display: flex;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.row:after {
	content: '';
	display: table;
	clear: both;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* COLUMNS																										*/

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px 24px;
	float: left;
}

.col-1 {
	width: 8.33333333%;
}

.col-2 {
	width: 16.6666667%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.3333333%;
}

.col-5 {
	width: 41.6666667%;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.3333333%;
}

.col-8 {
	width: 66.6666667%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.3333333%;
}

.col-11 {
	width: 91.6666667%;
}

.col-12 {
	width: 100%;
}

/* -------------------------------------------------------- */
/* COLUMN OFFSET											*/

.col-offset-1 {
	margin-left: 8.33333333%;
}

.col-offset-2 {
	margin-left: 16.6666667%;
}

.col-offset-3 {
	margin-left: 25%;
}

.col-offset-4 {
	margin-left: 33.3333333%;
}

.col-offset-5 {
	margin-left: 41.6666667%;
}

.col-offset-6 {
	margin-left: 50%;
}

.col-offset-7 {
	margin-left: 58.3333333%;
}

.col-offset-8 {
	margin-left: 66.6666667%;
}

.col-offset-9 {
	margin-left: 75%;
}

.col-offset-10 {
	margin-left: 83.3333333%;
}

.col-offset-11 {
	margin-left: 91.6666667%;
}

/* -------------------------------------------------------- */
/* COLUMN VERTICAL ALIGN									*/

.col-valign-top {
	-ms-align-self: flex-start;
	align-self: flex-start;
}

.col-valign-center {
	-ms-align-self: center;
	align-self: center;
}

.col-valign-bottom {
	-ms-align-self: flex-end;
	align-self: flex-end;
}

/* -------------------------------------------------------- */
/* COLUMN ORDER												*/

.col-order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.col-order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.col-order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.col-order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.col-order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.col-order-6 {
    -ms-flex-order: 6;
    order: 6;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* SPACING (MARGIN)																								*/

.m-0 {
	margin: 0px !important;
}

.m-1 {
	margin: 5px !important;
}

.m-2 {
	margin: 10px !important;
}

.m-3 {
	margin: 20px !important;
}

.m-4 {
	margin: 30px !important;
}

.m-5 {
	margin: 60px !important;
}

/* -------------------------------------------------------- */
/* SPACING (MARGIN) - TOP									*/

.mt-0 {
	margin-top: 0px !important;
}

.mt-1 {
	margin-top: 5px !important;
}

.mt-2 {
	margin-top: 10px !important;
}

.mt-3 {
	margin-top: 20px !important;
}

.mt-4 {
	margin-top: 30px !important;
}

.mt-5 {
	margin-top: 60px !important;
}

/* -------------------------------------------------------- */
/* SPACING (MARGIN) - BOTTOM								*/

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-1 {
	margin-bottom: 5px !important;
}

.mb-2 {
	margin-bottom: 10px !important;
}

.mb-3 {
	margin-bottom: 20px !important;
}

.mb-4 {
	margin-bottom: 30px !important;
}

.mb-5 {
	margin-bottom: 60px !important;
}

/* -------------------------------------------------------- */
/* SPACING (MARGIN) - LEFT									*/

.ml-0 {
	margin-left: 0px !important;
}

.ml-1 {
	margin-left: 5px !important;
}

.ml-2 {
	margin-left: 10px !important;
}

.ml-3 {
	margin-left: 20px !important;
}

.ml-4 {
	margin-left: 30px !important;
}

.ml-5 {
	margin-left: 60px !important;
}

/* -------------------------------------------------------- */
/* SPACING (MARGIN) - RIGHT									*/

.mr-0 {
	margin-right: 0px !important;
}

.mr-1 {
	margin-right: 5px !important;
}

.mr-2 {
	margin-right: 10px !important;
}

.mr-3 {
	margin-right: 20px !important;
}

.mr-4 {
	margin-right: 30px !important;
}

.mr-5 {
	margin-right: 60px !important;
}

/* -------------------------------------------------------- */
/* SPACING (MARGIN) - HORIZONTA								*/

.mx-0 {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.mx-1 {
	margin-left: 5px !important;
	margin-right: 5px !important;
}

.mx-2 {
	margin-left: 10px !important;
	margin-right: 10px !important;
}

.mx-3 {
	margin-left: 20px !important;
	margin-right: 20px !important;
}

.mx-4 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

.mx-5 {
	margin-left: 60px !important;
	margin-right: 60px !important;
}

/* -------------------------------------------------------- */
/* SPACING (MARGIN) - VERTICAL								*/

.my-0 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}

.my-1 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.my-2 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.my-3 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.my-4 {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.my-5 {
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

/* -------------------------------------------------------- */
/* SPACING (MARGIN) - ALIGNMENT								*/

.mx-auto {
	margin-right: auto;
	margin-left: auto;
}

.ml-auto {
	margin-left: auto;
}

.mr-auto {
	margin-right: auto
}

/* ------------------------------------------------------------------------------------------------------------ */
/* SPACING (PADDING)																							*/

.p-0 {
	padding: 0px !important;
}

.p-1 {
	padding: 5px !important;
}

.p-2 {
	padding: 10px !important;
}

.p-3 {
	padding: 20px !important;
}

.p-4 {
	padding: 30px !important;
}

.p-5 {
	padding: 60px !important;
}

/* -------------------------------------------------------- */
/* SPACING (PADDING) - TOP									*/

.pt-0 {
	padding-top: 0px !important;
}

.pt-1 {
	padding-top: 5px !important;
}

.pt-2 {
	padding-top: 10px !important;
}

.pt-3 {
	padding-top: 20px !important;
}

.pt-4 {
	padding-top: 30px !important;
}

.pt-5 {
	padding-top: 60px !important;
}

/* -------------------------------------------------------- */
/* SPACING (PADDING) - BOTTOM								*/

.pb-0 {
	padding-bottom: 0px !important;
}

.pb-1 {
	padding-bottom: 5px !important;
}

.pb-2 {
	padding-bottom: 10px !important;
}

.pb-3 {
	padding-bottom: 20px !important;
}

.pb-4 {
	padding-bottom: 30px !important;
}

.pb-5 {
	padding-bottom: 60px !important;
}

/* -------------------------------------------------------- */
/* SPACING (PADDING) - LEFT									*/

.pl-0 {
	padding-left: 0px !important;
}

.pl-1 {
	padding-left: 5px !important;
}

.pl-2 {
	padding-left: 10px !important;
}

.pl-3 {
	padding-left: 20px !important;
}

.pl-4 {
	padding-left: 30px !important;
}

.pl-5 {
	padding-left: 60px !important;
}

/* -------------------------------------------------------- */
/* SPACING (PADDING) - RIGHT								*/

.pr-0 {
	padding-right: 0px !important;
}

.pr-1 {
	padding-right: 5px !important;
}

.pr-2 {
	padding-right: 10px !important;
}

.pr-3 {
	padding-right: 20px !important;
}

.pr-4 {
	padding-right: 30px !important;
}

.pr-5 {
	padding-right: 60px !important;
}

/* -------------------------------------------------------- */
/* SPACING (PADDING) - HORIZONTAL							*/

.px-0 {
	padding-right: 0px !important;
	padding-left: 0px !important;
}

.px-1 {
	padding-right: 5px !important;
	padding-left: 5px !important;
}

.px-2 {
	padding-right: 10px !important;
	padding-left: 10px !important;
}

.px-3 {
	padding-right: 20px !important;
	padding-left: 20px !important;
}

.px-4 {
	padding-right: 30px !important;
	padding-left: 30px !important;
}

.px-5 {
	padding-right: 60px !important;
	padding-left: 60px !important;
}

/* -------------------------------------------------------- */
/* SPACING (PADDING) - VERTICAL								*/

.py-0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.py-1 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.py-2 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.py-3 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.py-4 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.py-5 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

@media only screen and (min-width: 1441px) {
	/* -------------------------------------------------------------------------------------------------------- */
	/* HERO																										*/

	.hero {
		padding: 160px 0;
	}

	/* ---------------------------------------------------- */
	/* HERO - INFO											*/

	.hero-info {
		max-width: 1140px;
	}

	/* -------------------------------------------------------------------------------------------------------- */
	/* SECTION																									*/

	/* ---------------------------------------------------- */
	/* SECTION - STANDARD									*/

	.sec-standard {
		padding: 120px 0;
	}

	/* ---------------------------------------------------- */
	/* SECTION - LIGHT GREY									*/

	.sec-lightgrey {
		padding: 120px 0;
	}

	/* -------------------------------------------------------------------------------------------------------- */
	/* CONTAINER																								*/

	.container {
		max-width: 1140px;
	}

	/* -------------------------------------------------------------------------------------------------------- */
	/* COLUMNS																									*/

	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
		padding: 30px 24px;
	}
}

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

}

@media only screen and (max-width: 768px) {
	/* -------------------------------------------------------------------------------------------------------- */
	/* HERO																										*/

	.hero {
		padding: 80px 0;
	}

	/* ---------------------------------------------------- */
	/* HERO - INFO											*/

	.hero-info {
		display: none;
	}

	/* -------------------------------------------------------------------------------------------------------- */
	/* SECTION																									*/

	/* ---------------------------------------------------- */
	/* SECTION - STANDARD									*/

	.sec-standard {
		padding: 60px 0;
	}

	/* ---------------------------------------------------- */
	/* SECTION - LIGHT GREY									*/

	.sec-lightgrey {
		padding: 60px 0;
	}
	
	/* -------------------------------------------------------------------------------------------------------- */
	/* CONTAINER 																								*/

	.container {
		width: auto;
		padding: 0 20px;
	}

	/* -------------------------------------------------------------------------------------------------------- */
	/* ROW																										*/

	.row {
		margin-left: -15px;
		margin-right: -15px;
	}

	/* -------------------------------------------------------------------------------------------------------- */
	/* COLUMNS																									*/

	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
		width: 100%;
		padding: 20px 15px;
		float: none;
		align-self: flex-start;
	}

	/* -------------------------------------------------------- */
	/* COLUMN OFFSET											*/

	.col-offset-1, .col-offset-2, .col-offset-3, .col-offset-4, .col-offset-5, .col-offset-6, .col-offset-7, .col-offset-8, .col-offset-9, .col-offset-10, .col-offset-11 {
		margin-left: 0;
	}

	/* -------------------------------------------------------------------------------------------------------- */
	/* COLUMNS (SMALL - EVERYTHING UNDER 768px)																	*/

	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px 15px;
		float: left;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-2 {
		width: 16.6666667%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-4 {
		width: 33.3333333%;
	}

	.col-sm-5 {
		width: 41.6666667%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-7 {
		width: 58.3333333%;
	}

	.col-sm-8 {
		width: 66.6666667%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-10 {
		width: 83.3333333%;
	}

	.col-sm-11 {
		width: 91.6666667%;
	}

	.col-sm-12 {
		width: 100%;
	}

	/* ---------------------------------------------------- */
	/* COLUMN OFFSET										*/

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-2 {
		margin-left: 16.6666667%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-4 {
		margin-left: 33.3333333%;
	}

	.col-sm-offset-5 {
		margin-left: 41.6666667%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-7 {
		margin-left: 58.3333333%;
	}

	.col-sm-offset-8 {
		margin-left: 66.6666667%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-10 {
		margin-left: 83.3333333%;
	}

	.col-sm-offset-11 {
		margin-left: 91.6666667%;
	}

	/* ---------------------------------------------------- */
	/* COLUMN VERTICAL ALIGN								*/

	.col-sm-valign-top {
		-ms-align-self: flex-start;
		align-self: flex-start;
	}

	.col-sm-valign-center {
		-ms-align-self: center;
		align-self: center;
	}

	.col-sm-valign-bottom {
		-ms-align-self: flex-end;
		align-self: flex-end;
	}

	/* ---------------------------------------------------- */
	/* COLUMN ORDER											*/

	.col-sm-order-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.col-sm-order-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.col-sm-order-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.col-sm-order-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.col-sm-order-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.col-sm-order-6 {
		-ms-flex-order: 6;
		order: 6;
	}
}

@media only screen and (max-width: 480px) {
	/* -------------------------------------------------------------------------------------------------------- */
	/* HERO																										*/

	.hero {
		background: #2e384d;
		padding: 40px 0;
		position: relative;
	}

	/* -------------------------------------------------------------------------------------------------------- */
	/* SECTION																									*/

	/* ---------------------------------------------------- */
	/* SECTION - STANDARD									*/

	.sec-standard {
		padding: 40px 0;
	}

	/* ---------------------------------------------------- */
	/* SECTION - LIGHT GREY									*/

	.sec-lightgrey {
		padding: 40px 0;
	}

	/* -------------------------------------------------------------------------------------------------------- */
	/* COLUMNS (SMALL - EVERYTHING UNDER 768px)																	*/

	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		width: 100%;
		float: none;
		align-self: flex-start;
	}

	/* -------------------------------------------------------- */
	/* COLUMN OFFSET											*/

	.col-sm-offset-1, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9, .col-sm-offset-10, .col-sm-offset-11 {
		margin-left: 0;
	}

	/* -------------------------------------------------------------------------------------------------------- */
	/* COLUMNS (X-SMALL - EVERYTHING UNDER 480px)																*/

	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 20px 15px;
		float: left;
	}

	.col-xs-1 {
		width: 8.33333333%;
	}

	.col-xs-2 {
		width: 16.6666667%;
	}

	.col-xs-3 {
		width: 25%;
	}

	.col-xs-4 {
		width: 33.3333333%;
	}

	.col-xs-5 {
		width: 41.6666667%;
	}

	.col-xs-6 {
		width: 50%;
	}

	.col-xs-7 {
		width: 58.3333333%;
	}

	.col-xs-8 {
		width: 66.6666667%;
	}

	.col-xs-9 {
		width: 75%;
	}

	.col-xs-10 {
		width: 83.3333333%;
	}

	.col-xs-11 {
		width: 91.6666667%;
	}

	.col-xs-12 {
		width: 100%;
	}

	/* ---------------------------------------------------- */
	/* COLUMN OFFSET										*/

	.col-xs-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-xs-offset-2 {
		margin-left: 16.6666667%;
	}

	.col-xs-offset-3 {
		margin-left: 25%;
	}

	.col-xs-offset-4 {
		margin-left: 33.3333333%;
	}

	.col-xs-offset-5 {
		margin-left: 41.6666667%;
	}

	.col-xs-offset-6 {
		margin-left: 50%;
	}

	.col-xs-offset-7 {
		margin-left: 58.3333333%;
	}

	.col-xs-offset-8 {
		margin-left: 66.6666667%;
	}

	.col-xs-offset-9 {
		margin-left: 75%;
	}

	.col-xs-offset-10 {
		margin-left: 83.3333333%;
	}

	.col-xs-offset-11 {
		margin-left: 91.6666667%;
	}

	/* ---------------------------------------------------- */
	/* COLUMN VERTICAL ALIGN								*/

	.col-xs-valign-top {
		-ms-align-self: flex-start;
		align-self: flex-start;
	}

	.col-xs-valign-center {
		-ms-align-self: center;
		align-self: center;
	}

	.col-xs-valign-bottom {
		-ms-align-self: flex-end;
		align-self: flex-end;
	}

	/* ---------------------------------------------------- */
	/* COLUMN ORDER											*/

	.col-xs-order-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.col-xs-order-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.col-xs-order-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.col-xs-order-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.col-xs-order-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.col-xs-order-6 {
		-ms-flex-order: 6;
		order: 6;
	}
}@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------------------------------------------------------------- */
/* GENEREL STYLES																										*/

html {
	min-height: 100%;
}

body {
	min-height: 100%;
	background: #ffffff;
	margin: 0;
	padding: 0;
	overflow: hidden;
	overflow-y: auto;
	position: relative;
	color: #808080;
	font-size: 12px;
	line-height: 20px;
	font-family: "Museo Regular 300", Georgia, serif;
}

a {
	text-decoration: none;
}

img {
	border: 0px;
	display: block;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* HEADER																												*/

header {
	max-width: 1460px;
	margin: 0 auto;
	position: fixed;
	top: 40px;
	right: 40px;
	left: 40px;
	z-index: 10;
}

/* ---------------------------------------------------------------------------- */
/* LOGO																			*/

header a.logo {
	height: 30px;
	display: block;
}

header a.logo img {
	width: auto;
	height: 100%;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* MAIN																													*/

main {
	min-height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 40px 40px 40px 40px;
	position: relative;
}

/* ---------------------------------------------------------------------------- */
/* CLEAR FLOATS																	*/

.clear:after {
	content: '';
	display: table;
	clear: both;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* FOOTER																												*/

footer {
	width: 100%;
	max-width: 1460px;
	margin: 0 auto;
	position: fixed;
	bottom: 40px;
	right: 40px;
	left: 40px;
	z-index: 10;
}

/* ---------------------------------------------------------------------------- */
/* SOCIALS																		*/

footer .socials {
	height: 20px;
}

footer .socials a {
	width: 20px;
	height: 20px;
	display: inline-block;
	cursor: pointer;
}

footer .socials a + a {
	margin: 0 0 0 20px;
}

footer .socials-linkedin,
footer .socials-behance,
footer .socials-facebook {
	fill: #b3b3b3;
	transition: fill 0.2s ease-in-out;
}

footer .socials-linkedin:hover,
footer .socials-behance:hover,
footer .socials-facebook:hover {
	fill: #666666;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* BACKGROUND																											*/

.bg-lines {
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.bg-line-20 {
	width: 1px;
	background: rgba(0, 0, 0, 0.05);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20%;
	z-index: 1;
}

.bg-line-40 {
	width: 1px;
	background: rgba(0, 0, 0, 0.05);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40%;
	z-index: 1;
}

.bg-line-60 {
	width: 1px;
	background: rgba(0, 0, 0, 0.05);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 60%;
	z-index: 1;
}

.bg-line-80 {
	width: 1px;
	background: rgba(0, 0, 0, 0.05);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 80%;
	z-index: 1;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* BUTTONS																												*/

.btn {
	height: 30px;
	background: #e5bf00;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px;
	display: inline-block;
	position: relative;
	z-index: 1;
	overflow: hidden;
	cursor: pointer;
	outline: none;
	color: #e5bf00;
	text-decoration: none;
}

.btn-inner {
	height: 28px;
	background: #ffffff;
	padding: 0 20px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	font-size: 1.0em;
	line-height: 28px;
	letter-spacing: 1px;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	text-align: center;

	transition: background 0.4s ease-in-out;
}

.btn:hover .btn-inner {
	background: #fffde5;
}

.btn .text {
	height: 28px;
	position: relative;
	top: 0;

	transition: top 0.2s ease-in-out;
}

.btn:hover .text {
	top: -28px;
}

.btn-shine {
	width: 40px;
	height: 30px;
	background: rgba(255, 255, 255, 0.8);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#1affffff', GradientType=1 );
	position: absolute;
	top: 0;
	bottom: 0;
	left: -40px;
	z-index: 1;

	transition: left 0.4s ease-in-out;
}

.btn:hover .btn-shine {
	left: 100%;
}

/* ---------------------------------------------------------------------------- */
/* DISABLED BUTTON																*/

.btn.disabled {
	background: #cccccc;
	cursor: default;
	color: #b2b2b2;
}

.btn.disabled .btn-inner {
	background: #ffffff;
}

.btn.disabled:hover .btn-inner {
	background: #ffffff;
}

/* ---------------------------------------------------------------------------- */
/* INLINE BUTTON																*/

.btn-inline {
	width: auto;
	display: inline-block;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* BUTTON STACK																											*/

.btn-stack {
	margin: 30px 0 0 0;
}

.btn-stack .btn + .btn {
	margin: 0 0 0 20px;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* WELCOME																												*/

.welcome {
	max-width: 1460px;
	margin: 0 auto;
	position: fixed;
	top: 50%;
	right: 40px;
	left: 40px;
	z-index: 1;
	transform: translateY(-50%);
	text-align: left;
}

.welcome h1 {
	width: 380px;
	margin: 0;
	font-size: 1.667em;
	line-height: 1.500em;
	font-family: "Museo Regular 300", Georgia, serif;
	font-weight: normal;
}

.welcome .list-inline {
	width: 380px;
	margin: 2em 0 0 0;
	padding: 0;
	list-style: none;
}

.welcome .list-inline li {
	display: inline-block;
}

.welcome .list-inline li + li {
	margin-left: 30px;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* ABOUT																												*/

.about {
	background: #262626;
	margin: 40px -20px 0 -20px;
	padding: 40px 0 0 0;
	color: #808080;
}

.about-fixed {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	position: fixed;
	top: 0;
}

.about h2 {
	color: #ffffff;
}

.about p {
	font-size: 1.167em;
	line-height: 1.500em;
}

.about .profile {
	max-width: 100%;
	height: auto;
}

@media only screen and (min-width: 1441px) {
	/* ---------------------------------------------------------------------------------------------------------------- */
	/* GENEREL STYLES																									*/

	body {
		font-size: 14px;
		line-height: 24px;
	}

	/* ---------------------------------------------------------------------------------------------------------------- */
	/* HEADER																											*/

	header {
		position: fixed;
		top: 40px;
		right: 40px;
		left: 40px;
	}

	/* ---------------------------------------------------------------------------------------------------------------- */
	/* WELCOME																											*/

	.welcome {
		position: fixed;
		right: 40px;
		left: 40px;
	}

	.welcome h1 {
		width: 440px;
		font-size: 2.000em;
	}

	.welcome .list-inline {
		width: 440px;
	}
}

@media only screen and (max-width: 1024px) {	
	/* ---------------------------------------------------------------------------------------------------------------- */
	/* GENEREL STYLES																									*/

	body {
		font-size: 12px;
		line-height: 20px;
	}

	/* ---------------------------------------------------------------------------------------------------------------- */
	/* HEADER																											*/

	header {
		position: fixed;
		top: 30px;
		right: 30px;
		left: 30px;
	}

	/* ---------------------------------------------------------------------------------------------------------------- */
	/* MAIN																												*/

	main {
		padding: 80px 30px 0 30px;
	}

	/* ---------------------------------------------------------------------------------------------------------------- */
	/* FOOTER																											*/

	footer {
		position: fixed;
		bottom: 30px;
		left: 30px;
	}

	/* ---------------------------------------------------------------------------------------------------------------- */
	/* WELCOME																											*/

	.welcome {
		position: fixed;
		right: 30px;
		left: 30px;
	}

	.welcome h1 {
		width: 300px;
	}

	.welcome .list-inline {
		width: 300px;
	}
}

@media only screen and (max-width: 768px) {
	/* ---------------------------------------------------------------------------------------------------------------- */
	/* GENEREL STYLES																									*/

	body {
		font-size: 12px;
		line-height: 20px;
	}

	/* ---------------------------------------------------------------------------------------------------------------- */
	/* HEADER																											*/

	header {
		width: auto;
		position: absolute;
		right: auto;
		left: 30px;
	}

	/* ---------------------------------------------------------------------------------------------------------------- */
	/* MAIN																												*/

	main {
		padding: 90px 20px 0 20px;
		overflow-x: hidden;
	}

	/* ---------------------------------------------------------------------------------------------------------------- */
	/* FOOTER																											*/

	footer {
		width: auto;
		max-width: none;
		position: absolute;
		top: 35px;
		right: 40px;
		bottom: auto;
		left: auto;
	}

	/* ---------------------------------------------------------------------------------------------------------------- */
	/* BACKGROUND																										*/

	.bg-line-20 {
		left: 25%;
	}

	.bg-line-40 {
		left: 50%;
	}

	.bg-line-60 {
		left: 75%;
	}

	.bg-line-80 {
		display: none;
	}

	/* ---------------------------------------------------------------------------------------------------------------- */
	/* BUTTONS																											*/

	.btn {
		width: auto;
		display: block;
	}

	/* ------------------------------------------------------------------------ */
	/* BUTTON STACK																*/

	.btn-stack .btn + .btn {
		margin: 20px 0 0 0;
	}

	/* ---------------------------------------------------------------------------------------------------------------- */
	/* WELCOME																											*/

	.welcome {
		width: auto;
		max-width: none;
		margin: 0 auto;
		padding: 40px 30px;
		position: static;
		text-align: center;
		transform: none;
	}

	.welcome h1 {
		width: 80%;
		margin: 0 auto;
	}

	.welcome .list-inline {
		width: 80%;
		margin: 2em auto 0 auto;
	}

	/* ---------------------------------------------------------------------------------------------------------------- */
	/* ABOUT																											*/

	.about {
		padding: 40px 20px;
	}

	.about .profile {
		display: none;
	}
}

@media only screen and (max-width: 480px) {	
	/* ---------------------------------------------------------------------------------------------------------------- */
	/* HEADER																											*/

	header {
		position: absolute;
		top: 20px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}

	/* ---------------------------------------------------------------------------------------------------------------- */
	/* MAIN																												*/

	main {
		padding: 70px 10px 0 10px;
	}

	/* ---------------------------------------------------------------------------------------------------------------- */
	/* FOOTER																											*/

	footer {
		padding: 20px 0 40px 0;
		position: static;
	}

	footer .socials {
		text-align: center;
	}

	/* ---------------------------------------------------------------------------------------------------------------- */
	/* BACKGROUND																										*/

	.bg-line-20 {
		left: 33.3333%;
	}

	.bg-line-40 {
		left: 66.6666%;
	}

	.bg-line-60 {
		display: none;
	}

	.bg-line-80 {
		display: none;
	}

	/* ---------------------------------------------------------------------------------------------------------------- */
	/* WELCOME																											*/

	.welcome {
		padding: 20px 0px;
	}

	.welcome h1 {
		font-size: 1.333em;
		line-height: 1.500em;
	}

	.welcome .list-inline li + li {
		margin: 10px 0 0 0;
		display: block;
	}

	/* ---------------------------------------------------------------------------------------------------------------- */
	/* ABOUT																											*/

	.about {
		margin: 40px -10px 0 -10px;
		padding: 30px 10px;
	}
}@charset "utf-8";

/* ------------------------------------------------------------------------------------------------------------------------ */
/* PROJECTLIST																												*/

.projectlist {
	max-width: 960px;
	margin: 0 0 0 460px;
	position: relative;
	z-index: 2;
}

.projectlist:after {
	content: '';
	display: table;
	clear: both;
}

.project {
	margin: 0 -18px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.project + .project {
	margin-top: 60px;
}

.project-thumb {
	width: 50%;
	box-sizing: border-box;
	padding: 0 18px;
	display: block;
}

.project-thumb-bg {
	xheight: 300px;
	background-size: 100% 100%;
	padding-bottom: 62.5%;
	position: relative;
}

.project-thumb-preview {
	width: auto;
	height: 100%;
	position: absolute;
	display: block;
}

/*.project-thumb-preview img {
	width: auto;
	height: 100%;
	display: block;
}*/

.project-info {
	width: 50%;
	box-sizing: border-box;
	padding: 0 18px;
	text-align: right;
	display: none;
}

.project-info h2 {
	margin: 0 0 5px 0;
	color: #333333;
	font-size: 1.167em;
}

.project-info p {
	margin: 0;
	color: #808080;
	/*font-size: 1.667em;*/
	font-size: 2em;
	line-height: 1.500em;
}

.project-info .btn {
	margin: 20px 0 0 0;
}

/* ---------------------------------------------------------------------------- */
/* PROJECT - CM WEBSITE	    													*/

.project-cm-website {
	flex-direction: column;
}

.project-cm-website .project-thumb {
	width: 100%;
	height: auto;
}

.project-cm-website .project-thumb-bg {
	background: #26394c;
	background: -moz-linear-gradient(left, #26394c 0%, #294766 100%);
	background: -webkit-linear-gradient(left, #26394c 0%,#294766 100%);
	background: linear-gradient(to right, #26394c 0%,#294766 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26394c', endColorstr='#294766',GradientType=1 );
	margin: 0 0 6.25% 0;
	padding-bottom: 41.6667%;
}

.project-cm-website .project-thumb-preview {
	height: calc(100% + 6.25%);
	margin: 6.25% auto 0 auto;
	left: 50%;
	transform: translate(-50%, 0); 
}

.project-cm-website .project-info {
	padding: 24px 0 0 0;
	text-align: center;
}

/* ---------------------------------------------------------------------------- */
/* PROJECT - MCDONALDS APP	    												*/

.project-mcdonalds-app .project-thumb-bg {
	height: auto;
	background-image: url('files/portfolio/mcdonalds-app/thumb-bg.jpg');
	margin: 6.25% 0;
	padding-bottom: 62.5%;
}

.project-mcdonalds-app .project-thumb-preview {
	height: calc(100% + 12.5%);
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	top: -6.25%;
	bottom: -6.25%;
	left: 50%;
	transform: translate(-50%, 0);
	overflow: hidden;
}

/* ---------------------------------------------------------------------------- */
/* PROJECT - KONFERENCE.DK	    												*/

.project-konferencedk {
	flex-direction: row-reverse;
}

.project-konferencedk .project-thumb {
	width: 66.6667%;
	height: auto;
}

.project-konferencedk .project-thumb-bg {
	background-image: url('files/portfolio/konferencedk/thumb-bg.jpg');
	margin: 10px 0 20px 0;
	padding-bottom: 46.8750%;
}

.project-konferencedk .project-thumb-preview {
	height: calc(100% + 3.0303% + 6.0606%);
	top: -3.0303%;
	bottom: -6.0606%;
	right: 9.375%;
}

.project-konferencedk .project-info {
	width: 33.3333%;
	text-align: left;
}

/* ---------------------------------------------------------------------------- */
/* PROJECT - CM EVENTSITES	    												*/

.project-cm-eventsites .project-thumb-bg {
	background-image: url('files/portfolio/cm-eventsites/thumb-bg.jpg');
	margin: 0 0 12.5% 0;
}

.project-cm-eventsites .project-thumb-preview {
	top: 20.6896%;
	left: 16.6667%;
}

.project-cm-eventsites .project-info {
	width: 41.6666667%;
}

/* ---------------------------------------------------------------------------- */
/* PROJECT - MOMONDO WEBSITE	    											*/

.project-momondo-website {
	flex-direction: row-reverse;
}

.project-momondo-website .project-thumb-bg {
	background-image: url('files/portfolio/momondo-website/thumb-bg.jpg');
	padding-bottom: 77.0833%;
}

.project-momondo-website .project-thumb-preview {
	height: 78.3783%;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	top: 50%;
	right: 16.6667%;
	transform: translate(0, -50%);
}

.project-momondo-website .project-info {
	width: 41.6666667%;
	text-align: left;
}

/* ---------------------------------------------------------------------------- */
/* PROJECT - CM SYSTEM			   												*/

.project-cm-system .project-thumb {
	width: 66.6667%;
	height: auto;
}

.project-cm-system .project-thumb-bg {
	background: #553366;
	background: -moz-linear-gradient(left, #553366 0%, #7f4c99 100%);
	background: -webkit-linear-gradient(left, #553366 0%,#7f4c99 100%);
	background: linear-gradient(to right, #553366 0%,#7f4c99 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#553366', endColorstr='#7f4c99',GradientType=1 );
	margin: 0 0 15px 0;
	padding-bottom: 46.8750%;
}

.project-cm-system .project-thumb-preview {
	height: 90%;
	top: 16.6667%;
	bottom: 5.5555%;
	left: 7.6923%;
}

.project-cm-system .project-info {
	width: 33.3333%;
}

/* ---------------------------------------------------------------------------- */
/* PROJECT - CM FOLDER			    											*/

.project-cm-folder {
	flex-direction: row-reverse;
}

.project-cm-folder .project-thumb-bg {
	background-image: url('files/portfolio/cm-folder/thumb-bg.jpg');
	margin: 0 0 12.5% 0;
}

.project-cm-folder .project-thumb-preview {
	width: 100%;
	background: red;
	top: 20.6896%;
	right: 16.6667%;
}

.project-cm-folder .project-info {
	width: 41.6666667%;
	text-align: left;
}

/* ---------------------------------------------------------------------------- */
/* PROJECT - REJSEPLANEN APP    												*/

.project-rejseplanen-app .project-thumb-bg {
	background-image: url('files/portfolio/rejseplanen-app/thumb-bg.jpg');
	margin: 8.3333% 0;
}

.project-rejseplanen-app .project-thumb-preview {
	height: calc(100% + 8.3333% + 8.3333%);
	top: -8.3333%;
	bottom: -8.3333%;
	left: 50%;
	transform: translate(-50%, 0);
}

@media only screen and (min-width: 1441px) {
	/* -------------------------------------------------------------------------------------------------------------------- */
	/* PROJECTLIST																											*/

	.projectlist {
		margin: 0 0 0 520px;
	}
}

@media only screen and (max-width: 1024px) {
	/* -------------------------------------------------------------------------------------------------------------------- */
	/* PROJECTLIST																											*/

	.projectlist {
		margin: 0 0 0 340px;
	}
}

@media only screen and (max-width: 768px) {
	/* -------------------------------------------------------------------------------------------------------------------- */
	/* PROJECTLIST																											*/

	.projectlist {
		margin: 0;
		padding: 0;
	}

	/*.project {
		width: 33.3333%;
		box-sizing: border-box;
		margin: 0;
		padding: 10px;
		display: block;
		float: left;
	}*/

	.project + .project {
		margin-top: 40px;
	}

	/*.project .project-thumb {
		width: auto;
		padding: 0;
	}

	.project .project-thumb-bg {
		height: auto;
		background: none;
		margin: 0;
	}

	.project .project-thumb-preview {
		width: 100%;
		height: 100%;
		border-radius: 0;
		box-shadow: none;
		position: static;
		transform: none;
	}

	.project .project-thumb-preview img {
		width: 100%;
		height: auto;
	}

	.project .project-info {
		display: none;
	}*/
}

@media only screen and (max-width: 480px) {
	/* -------------------------------------------------------------------------------------------------------------------- */
	/* PROJECTLIST																											*/

	.projectlist {
		margin: 0;
	}

	/*.project {
		width: 50%;
		padding: 5px;
	}*/

	.project + .project {
		margin-top: 30px;
	}
}

@media  only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (-moz-min-device-pixel-ratio: 1.5),
		only screen and (-o-min-device-pixel-ratio: 3/2),
		only screen and (min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 192dpi),
		only screen and (min-resolution: 1.5dppx)
{
	/* -------------------------------------------------------------------------------------------------------------------- */
	/* PROJECTLIST																											*/

	/* ------------------------------------------------------------------------ */
	/* PROJECT - MCDONALDS APP	    											*/

	.project-mcdonalds-app .project-thumb-bg {
		background-image: url('files/portfolio/mcdonalds-app/thumb-bg@2x.jpg');
	}

	/* ------------------------------------------------------------------------ */
	/* PROJECT - MCDONALDS APP	    											*/

	.project-konferencedk .project-thumb-bg {
		background-image: url('files/portfolio/konferencedk/thumb-bg@2x.jpg');
	}

	/* ------------------------------------------------------------------------ */
	/* PROJECT - CM EVENTSITES	    											*/

	.project-cm-eventsites .project-thumb-bg {
		background-image: url('files/portfolio/cm-eventsites/thumb-bg@2x.jpg');
	}

	/* ------------------------------------------------------------------------ */
	/* PROJECT - MOMONDO WEBSITE	    										*/

	.project-momondo-website .project-thumb-bg {
		background-image: url('files/portfolio/momondo-website/thumb-bg@2x.jpg');
	}

	/* ------------------------------------------------------------------------ */
	/* PROJECT - CM FOLDER			    										*/

	.project-cm-folder .project-thumb-bg {
		background-image: url('files/portfolio/cm-folder/thumb-bg@2x.jpg');
	}

	/* ------------------------------------------------------------------------ */
	/* PROJECT - REJSEPLANEN APP    											*/

	.project-rejseplanen-app .project-thumb-bg {
		background-image: url('files/portfolio/rejseplanen-app/thumb-bg@2x.jpg');
	}
}@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------------------------------------------------------------- */
/* BACK BUTTON																											*/

.btn-back {
	width: 16px;
	height: 16px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 4px;
	padding: 10px;
	position: fixed;
	top: 40px;
	right: 40px;
	z-index: 99;
	opacity: 0.4;

	transition: opacity 0.3s ease-in-out;
}

.btn-back:hover {
	opacity: 1.0;
}

.btn-back img {
	width: 100%;
	height: 100%;
}

/* -------------------------------------------------------------------------------------------------------------------- */
/* OUTRO																												*/

.outro {
	margin: 0 -20px;
	position: relative;
}

.outro:after {
	content: '';
	display: table;
	clear: both;
}

/* ---------------------------------------------------------------------------- */
/* THANKS																		*/

.outro .thanks {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 1em;
	text-align: center;
}

.outro .thanks h3 {
	margin: 0;
	font-size: 1.2em;
}

.outro .thanks img {
	width: 50px;
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px auto;
}

/* ---------------------------------------------------------------------------- */
/* PREV PROJECT																	*/

.outro .prev-project {
	padding: 0 0 0 60px;
	float: left;
	position: relative;
	text-align: left;
}

.outro .prev-project a {
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	color: rgba(0, 0, 0, 0.5);
}

.outro .prev-project .title {
	margin: 5px 0 0 0;
	color: #333333;
	font-size: 1.333em;
}

.outro .prev-project .thumb {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 50%;
	left: -340px;
	transform: translateY(-50%);
	transition: left 0.3s ease-in-out;
}

.outro .prev-project:hover .thumb {
	left: -20px;
}

/* ---------------------------------------------------------------------------- */
/* NEXT PROJECT																	*/

.outro .next-project {
	padding: 0 60px 0 0;
	float: right;
	position: relative;
	color: #808080;
	text-align: right;
}

.outro .next-project a {
	height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	color: rgba(0, 0, 0, 0.5);
}

.outro .next-project .title {
	margin: 5px 0 0 0;
	color: #333333;
	font-size: 1.333em;
}

.outro .next-project .thumb {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 50%;
	right: -340px;
	transform: translateY(-50%);
	transition: right 0.3s ease-in-out;
}

.outro .next-project:hover .thumb {
	right: -20px;
}

@media only screen and (min-width: 1441px) {
	/* ---------------------------------------------------------------------------------------------------------------- */
	/* OUTRO																											*/

	/* ------------------------------------------------------------------------ */
	/* THANKS																	*/

	.outro .thanks img {
		width: 60px;
	}
}

@media only screen and (max-width: 768px) {
	/* ---------------------------------------------------------------------------------------------------------------- */
	/* OUTRO																											*/

	/* ------------------------------------------------------------------------ */
	/* THANKS																	*/

	.outro .thanks img {
		width: 40px;
	}

	/* ------------------------------------------------------------------------ */
	/* PREV PROJECT																*/

	.outro .prev-project {
		display: none;
	}

	/* ------------------------------------------------------------------------ */
	/* NEXT PROJECT																*/

	.outro .next-project {
		display: none;
	}
}

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

@media  only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (-moz-min-device-pixel-ratio: 1.5),
		only screen and (-o-min-device-pixel-ratio: 3/2),
		only screen and (min-device-pixel-ratio: 1.5),
		only screen and (min-resolution: 192dpi),
		only screen and (min-resolution: 1.5dppx)
{
	
}
