body {
	color: #000;
	margin: 0px 20px 20px 20px;
}

header {
	font-family: "museo-sans", sans-serif;
	text-transform: uppercase;
	position: fixed;
	left: 0; top: 0;
	min-height: 80px;
	background-color: #ffffff;
	width: 100%;
}

a {
	color: #000;
}
a:hover {
	color: #ff3333;
	text-decoration: none;
}

a h1 {color: #000000 !important;}

a:hover h1 {color: #ff3333 !important;}

.page_content .row a {
	color: #ff3333;
}
.page_content .row a:hover {
	text-decoration: underline;
}

p {
	text-align: justify;
}

.btn {
	background-color: #000000;
	color: #FFFFFF;
	border-radius: 20px;
	padding: 4px 35px;
	font-family: "museo-sans", sans-serif !important;
}
.show-subpages-btn {
	display: inline-block;
	margin-top: 20px;
}


.main-header {
	position: relative;
	min-height: 80px;
	z-index: 20;
}
.sub-header {
	position: relative;
	min-height: 135px;
	font-family: "adelle",serif;
}


.sub-header hgroup.project-title {
	position: absolute;
	bottom: 0px; left: 0px;
	/*width: 670px*/
}
.sub-header hgroup.project-title h2 {
	font-weight: normal;
	font-size: 17px;
	padding: 0px;
	margin: 0px;
	line-height: 18px;
}
.sub-header hgroup.project-title span {
	color: #6C6C6C;
	text-transform: none;
	font-size: 13px;
}
footer {
	color: #6C6C6C;
	font-size: 13px;
	text-align: center;
	margin: 25px 0 10px;
}
.sub-header hgroup.project-title .project-nav {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.sub-header hgroup.project-title .project-nav .arrow {
	background: url('./images/arrows.png') 0 0 no-repeat;
	height: 22px;
	width: 25px;
	display: block;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}
.sub-header hgroup.project-title .project-nav .right-arrow {
	background-position: -33px 0px;
}

header h1 {
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	position: absolute;
	bottom: 5px; left: 5px;
	line-height: 17px;
}
header h1 a:hover { text-decoration: none; color: #000000; }

header nav.main-menu {
	position: absolute;
	bottom: 5px; right: 5px;
}
header nav.main-menu > ul { list-style-type: none; margin: 0px; padding: 0px; }
header nav.main-menu > ul > li { float: left; padding-left:36px; position: relative; }
ul.sub-menu { display: none; }

header nav.main-menu ul.sub-menu {
	background: #ffffff;
	position: absolute;
	top: 40px; left: -20px;
	border: #CCCCCC 1px solid;
	padding: 10px 15px;
	width: 350px;
	z-index: 10;
}
header nav.main-menu ul.sub-menu li {
	list-style-type: none;
	padding: 15px;
}

#projects_menu small {
	font-size: 7px;
	position: relative;
	top: -2px;
	margin-left: 10px;
}

header nav.lang-menu {
	position: absolute;
	top: 10px; right: 5px;
	color: #999999;
}
header nav.lang-menu a.active { text-decoration: underline; }
header nav.lang-menu a { color: #999999; }

header nav.main-menu li.active a { color: #ff3333; }

.main_content {
	margin-top: 220px;
	font-family: "adelle",serif;
}

.main_content p {
	font-size: 15px;

}
.main_content.homepage { text-align: center; }

.main_content .page_content {
	margin-top: 10px;
}
.main_content .page_content.list_content article {
	padding-bottom: 35px;
	margin-bottom: 100px;
	border-bottom: #6C6C6C 1px solid;
}
.main_content .page_content h1 {
	font-size: 22px;
	font-weight: normal;
}


.main_content .page_content hgroup {
	margin-bottom: 30px;
}

.main_content .page_content hgroup h1 {
	margin-bottom: 0px;
	line-height: 25px;
}
.main_content .page_content hgroup span {
	color: #6C6C6C;
	font-size: 16px;
}
.projects_content {
	margin: 250px 0px 0px 0px;
	float: left;
}

.projects_content img.attachment-project {
	width: 100%;
	max-width: 800px;
	max-height: 800px;
	display: block;
}
.projects_content .shadobox_img {
	display: block;
	/*width: 60%;
	float: left;
	max-width: 800px;
	max-height: 800px;
	margin-right: 5%;
	margin-bottom: 20px;*/
}

.projects_content .project_text {
	float: left;
	width: 35%;
	font-size: 13px;
	text-align: justify;
}
.projects_content .project-intro p {
	text-align: left;
}

.typekit-badge { display: none !important; }


.attachment-homepage {
	max-height: 480px;
}
@media (max-width:1280px) and (min-width:1024px) {
	.main_content, .projects_content {
		margin-top: 160px;
	}
	.sub-header {
		position: relative;
		min-height: 70px;
		font-family: "adelle",serif;
	}

}
h3{font-weight:normal;font-size:140%;}