/**    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)    * http://cssreset.com    */
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, 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,    article, aside, canvas, details, embed,    figure, figcaption, footer, header, hgroup,    menu, nav, output, ruby, section, summary,    time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,    footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,    q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** * Body, container */
body {
	color: #BFBFBF;
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 300;
	font-size: 17px;
	margin: 0;
   background-image: url('../images/bg.jpg');
  background-repeat:no-repeat;

  background-position:0 0;    
}

#container {
	margin: 0 auto;
   background-image: url('../images/logo-bg.png');
  background-repeat:no-repeat;

  background-position:50% 0px; 
}

/** * Header */
#logo {
	color: black;
	height: 56px;
  width: 960px;
  margin:0px auto;
  margin-bottom: -56px;
}
#header {
	color: black;
	height: 120px;

}
#logo p {
	color: white;
  font-size:12px;
	text-transform: uppercase;
  padding-left:10px;

}
/* Logo */
h1 {
	display: block;
	float: left;
	height: 65px;
	margin: 0;
	width: 5px;
	text-indent: -100000px; 
}



/* Navigation */
#navigation {
	float: right;
	margin: 95px 25px 0 0;
}

#navigation li {
	display: inline;
	list-style: none;
}

#navigation a {
	color: #808080;
  background:white;
	font-size: 17px;
	height: 45px;
	padding: 7px 20px 4px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation a:hover {
	background: #D9D9D9;
}

#active-page a, #active-page a:hover {
	background: black;
	color: white;
	cursor: default;
	border-bottom: 2px solid black;
}

.intro {
	width: 480px;
	height: 70px;
	text-align: justify;
	line-height: 18px;
	margin: 50px auto 50px auto;
	padding-left: 480px;
}

.big {
	font-size: 40px;
	font-weight: 300;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 20px;
}

/** * Headings */
h2 {
	font-weight: 300;
	margin: 0px 0 10px 0px;
	font-size: 33px;
	text-transform: uppercase;
	padding-top: 30px;
}
h2.left {
text-align:left;
}

h3 {
	font-size: 13pt;
	font-weight: normal;
	margin: 0;
	padding: 5px 10px;
	text-transform: uppercase;
}

/** * Links */
a {
	color: #5cb2d6;
	text-decoration: none;
}

/** * Latest project */
#latest-project-title {
	margin-top: 40px;
}

#latest-project {
	margin: 0 auto 0 auto;
	width: 100%;
	background: black;
}

#latest-project .preview {
	background: black;
	text-align: center;
	width: 980px;
	margin: 0 auto 0 auto;
}

.image {
	margin: 0px;
	padding: 0px;
  	margin-bottom: -70px;
}

#latest-project div.descr {
	padding: 10px 0 10px 0;
	width: 940px;
	margin: -20px auto 0px auto;
	text-align: justify;
}

#latest-project .descr p {
	margin: 5px 10px;
}

#latest-project .descr p.actions {
	font-size: 10pt;
	text-align: right;
	text-transform: uppercase;
	word-spacing: 15px;
}

p.actions a {
	color: #5cb2d6;
}

.changer {
	height: 52px;
	margin-top: 130px;
/* (.preview(height) / 2) - (.changer(height) / 2) */
	position: absolute;
	width: 52px;
}

.prev {
	margin-left: 0px;
/* .changer(width) / 2 */
}

.next {
	margin-left: 928px;
/* .preview(width) - (.changer(width) / 2) */
}

/** * Past work */
#past-work {
	margin: 20px auto;
	width: 960px;
	padding-top: 65px;
}

#past-work .item {
	height: 350px;
	display: block;
	float: left;
	margin: 0 2px;
	padding: 3px;
	width: 310px;
}
.item a {
color: rgb(128, 128, 128);
}

#past-work .item-k {
	height: 450px;
	display: block;
	float: left;
	margin: 0 2px;
	padding: 3px;
	width: 310px;
}
#past-work .block {
	display: block;

	margin: 0 2px;
	padding: 3px 3px 60px 3px;

}
.ref {
width: 630px;
padding:0px;
margin:0px;
}
.ref img {
padding:0px;
margin:0px;
}
ul.reference{
width: 570px;
padding: 0px 10px 0px 40px;
color: #262626;
font-size:15px;
margin-bottom:20px;
list-style-type:disc;

}
ul.reference li{
padding-bottom: 5px;
}
 .item-k .big, .item .big, .block .big {
	font-weight: 300;
	text-transform: uppercase;
	padding: 2px 10px 10px 10px;
	line-height: 18px;
	font-size: 30px;
	display: block;
	margin: 0px;
	color: #808080;
	width: 290px;
}
h2.chapter {
	font-size: 30px;
  padding-bottom:15px;
  padding-top:60px;
}

p.overtext {
	font-size: 15px;
	color: #262626;
	width: 290px;
	height: 96px;
	display: block;
	line-height: 19px;
	text-align: justify;
	background: white;
  padding: 15px 10px 10px 10px;
}
p.text {
	font-size: 15px;
	color: #262626;
	width: 600px;

	display: block;
	line-height: 19px;
	text-align: justify;
    padding: 15px 10px 20px 10px;
}
.item img, .item-k img {
	position: absolute;
	margin: 0;
	padding: 0;
	margin-top: 125px;
}
.item-k img {

	margin-top: 210px;
}

.overtext {
	z-index: 100;
	position: absolute;
	margin: 0px;
	padding: 0px;
}

hr {
	clear: both;
	visibility: hidden;
}

/** * Footer */
#footer {
	color: #BFBFBF;
	font-size: 15px;
	margin: 80px auto 80px auto;
	padding: 10px;
	padding-bottom: 100px;
	width: 960px;
    background: black url('../images/logo-2.png') no-repeat;
    background-position:right bottom; 
}

#footer a {

}

#footer h2 {
	margin: 0;
	padding: 0;
}

#footer p {
	margin: 0;
	line-height: 19px;
}

#footer p.big {
	font-size: 30px;
	font-weight: 300;
	text-transform: lowercase;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.white {
	color: white;
	font-weight: 300;
}

.lead {
	font-weight: 600;
}

strong {
	font-weight: 600;
}

#footer .contact, #footer .about {
	float: left;
}

#footer .contact {
	width: 50%;
}

#footer .about {
	width: 50%;
}

/** * Fixes/tweaks */
.clear {
	clear: both;
	height: 0;
}

a img {
	border: 0;
}

.small {
	font-size: 12px;
	color: grey;
	margin: 0 20px;
  padding-top:40px;
     background-image: url('../images/logo-bg.png');
  background-repeat:no-repeat;

  background-position:50% 0px; 
}
