ghtml, 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;
        
        
        font-family:"Atlas Grotesk Web",sans-serif;



	font-size: 18px;
	line-height: 22px;


}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

html {
    overflow-y: scroll;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}



/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* { 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box; 
}


/*
——————————————————————————————————————————————————————
——————————————————————————————————————————————————————
——————————————————————————————————————————————————————

	General

——————————————————————————————————————————————————————
——————————————————————————————————————————————————————
——————————————————————————————————————————————————————
*/


#container {
    margin:40px;
    overflow:hidden;
}

p {
	margin-bottom: 1em;
}

h2 {
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 1em;
/*	font-size:21px;
    line-height:26px;	*/
}

.hidden {
	display: none;
}


/*
——————————————————————————————————————————————————————
——————————————————————————————————————————————————————
——————————————————————————————————————————————————————

	Top part

——————————————————————————————————————————————————————
——————————————————————————————————————————————————————
——————————————————————————————————————————————————————
*/

.top {
    position: relative;
    overflow:hidden;
}

.navbutton {
	display: block;
	position: absolute;
	margin-top: -50px;
	top:46%;
	border: none;
}

a.navbutton:hover {
	border:none;
}

.navbutton.left {
	left:4px;
	
}
.navbutton.right {
	right: 4px;
	
}

a#toindex {
	/*border-bottom: 2px solid;
	display: inline;*/
	border: none;
}

#toprojects a {
	border-bottom: 1px solid;
}

/*
——————————————————————————————————————————————————————
——————————————————————————————————————————————————————
——————————————————————————————————————————————————————

	Bottom part

——————————————————————————————————————————————————————
——————————————————————————————————————————————————————
——————————————————————————————————————————————————————
*/

.bottom {
    width:100%;
    margin:20px auto 100px auto;
}


.titlearea {
    width:33.33333%;
    float:left;
	padding-bottom:120px;

}

.titlearea > .inner {
	/*max-width: 250px;*/
	margin:0 auto;
}

.titlearea .description {
}

.pagesep {
	margin-top: 1em;
    /*margin-left:1em;*/
	/*text-transform: uppercase;*/
	clear: both
}

.project-title {
	margin-left: 2em;
}

.infobox a {
	border-bottom: 1px solid;
}

.infobox {
	
}

.descr-above {
	position: absolute;
	top:0;
	left:0;
	margin-top:22px;
	text-align: center;
	width: 100%;
}

img.padding {
	padding:30px;
}

.project.current a {
	border-bottom: 1px solid;
}

.block:last-child {
	min-height: 100vh;
}

/*
——————————————————————————————————————————————————————
——————————————————————————————————————————————————————
——————————————————————————————————————————————————————

	Columns

——————————————————————————————————————————————————————
——————————————————————————————————————————————————————
——————————————————————————————————————————————————————
*/


.block {
	clear:both;
	overflow: hidden;
	margin-bottom: 40px;
}

.block .category {
	width: 33.33333333%;
	float:left;
	display: block;
	margin-bottom: 4em;
}

.block .category .project {
	margin-bottom: 0.25em;
	text-indent: -1em;
	margin-left:1em;
}


.block .category > .inner {
	padding-right: 70px;
	max-width: 340px;
}


.block:first-child > .inner {

}



.title {
	margin-bottom: 0.5em;
}

.caption {
    float:left;
    width:220px;
    margin-left:40px;
}

#toprojects {
	width: 33.33333333%;
	float:left;
}


#counter {
    float:right;
}

a {
	color:#000;
	text-decoration: none;
}

.infobox a {
    
    
}

a.imglink {
	border:none;
}


.project-title a {
	border: none;
}

a.current,
a:hover {
	border-bottom: 1px solid;
}


img {
    position:absolute;

}


div {
  
}

.readmore {
	float:left;
	margin-left:30px;
}

#metacaption {
	text-align:center;
}

.videoframe {
	top:0;
	left:0;
	position: absolute;
}

.play {
	position: absolute;

	background-image: url(play.png);
	background-repeat:no-repeat;
	background-position: center center;	
}

.imglink {
	display: block;
}