body {
	font-style: normal;
	font-weight: normal;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

a:link,
a:active,
a:visited {
  color: #327B5F;
}

h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: #327b5f;
	padding-bottom: 10px;
}

h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	padding-bottom: 20px;
	
}

h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #327b5f;
	text-decoration: none;
	padding-bottom: 10px;

}

p {
	line-height: 17px;
	margin-bottom: 15px;
	font-size: 13px;
	color: #333333;
}

#header {
	margin-top: 20px;
 	margin-bottom: 60px;
}

li {
  list-style: none;
}

#logo {
  padding-top: 62px;
	text-align: left;
	text-indent: 60px;
	background: url(/assets/images/logo.jpg) no-repeat center right;
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
.en #logo {
  text-indent: 90px;
}

/*-------------- Header menu ----------------*/

#menu {
	/*margin: 0px 0px 20px 0px;*/
	padding-top: 60px;
	text-decoration: none;
	color: #333333;
}

#menu li {
	padding: 0 25px 20px 0px;
	margin: 0px;
	float: left;
}

#menu a {
	padding: 10px 18px 15px 18px;
	text-decoration: none;
	color: #333333;
	font-size: 14px;
}

#menu a:hover {
	padding-bottom: 50px;
	background: url(../images/menu-hover.png) no-repeat center center;
}

#menu a.lang:hover {
  background: url(../images/lang-hover.png) no-repeat center center;
}

#menu a.active {
	padding: 0px 18px 40px 18px;
	background: url(../images/menu-hover.png) no-repeat center center;
}

#lang {
	color: #327b5f;
	padding-left: 5px;
	padding-bottom: 3px;
}



/*-------------- FILTER - Type ---------------*/

#filter {
	margin-bottom: 40px;
}

#filter li {
  list-style: none;
  margin-bottom: 10px;
}

#filter li a {
	text-decoration: none;
	color: #333333;
	font-size: 13px;
}

#filter li a:hover,
#filter li a.active {
  color: #327b5f;
	padding-bottom: 7px;
}

#filter li a.active {
  font-weight: bold;
  background: url(../images/type-hover.png) no-repeat bottom center;
}

.filter-type {
	font-size: 12px !important;
	padding-bottom: 20px;
	color: #A8A8A8 !important;
}

/*-------------- FILTER - Project ---------------*/

#project h1 {
  padding-bottom: 40px;
}

#line {
	margin: 0 0 40px 0;
}

#line.no-collapse {
  background: url(../images/line.png) no-repeat center top;
}

#line a {
	width: 100%;
	height: 27px;
	background: url(../images/line-up.png) no-repeat center top;
	display: block;
}
#line.expand a {
  background: url(../images/line-down.png) no-repeat center top;
}

/*---------- Project description --------------*/

#project {
	margin: 0px;
}

.project-info {
	float: left;
	display: inline;
	font-size: 13px;
}

.info {
	font-size: 13px;
	color: #A8A8A8;
}

#columns {
	margin: 40px 0 50px 0;
}

.column {
	padding: 0 17px 0 0;
	margin: 0px;
	display: inline-block;
	width: 293px;
	vertical-align: top;
}

/*------------------ GALLERY ----------------*/

#gallery {

}

#image {
	padding-bottom: 5px;
}

#image li {
	margin-bottom: 16px;
	float: left;
}

#image a.active,
#image a:hover {
	padding-bottom: 5px;
	background-color: #327b5f;
}


/* --------------- POST NAVIGATION ------------- */

#pagination {
	padding-top: 40px;
	padding-bottom: 40px;
	/*height: 100px;*/
}

.nav-line {
	padding-bottom: 20px;
}

#prev {
	padding: 0px;
}

#prev a {
	text-decoration: none;
	font-size: 13px;
	color: #333333;
}

#left {
	text-align: center;
	padding-right: 20px;
}

#next {
	padding: 0px;
	text-align: right;
}

#next a {
	text-decoration: none;
	font-size: 13px;
	color: #333333;
}

#right {
	padding-left: 20px;
}

#content {
  margin-bottom: 30px;
}

/* --------------- Parnters ---------------- */

#partners {
	padding: 0px;
	margin: 0 0 30px 0;
}


#partners a {
	float: left;
	padding-right: 13px;
}

/*--------------- PROFILES ---------------- */

.profiles {
  margin-top: 30px;
  padding-top: 30px;
  background: url(/assets/images/teamline.png) no-repeat top center;
}

.profiles .staff-profile {
  margin-bottom: 40px;
}

.profiles h3 {
  font-size: 18px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.profiles h4 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #A8A8A8;
  font-size: 13px;
  font-weight: normal;
}

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

#footerMeta {
	margin: 0;
	padding: 0;
}

#footer {
  padding-bottom: 30px;
}

#skica {
	font-size: 11px;
	color: #a8a8a8;	
}

#cog {
	text-align: right;
	font-size: 11px;
	color: #a8a8a8;	
}
#cog a {
  color: #a8a8a8 !important;
  text-decoration: none;
}

#heading {
	padding-top: 40px;
}
