@charset "utf-8";
/* ==== BASE ==== */
body {
	font:16px sans-serif;
	font-family: 'Roboto', 'Arial', 'sans-serif';
	color: #333;
	line-height: 20px;
	margin: 20px 10px;
}

p strong {
	font-weight: bold;
}

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

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

em {
	font-style: italic;
}

.mobile_version {
	display: none;
}

.error_details {
	background-color: #ccc;
	padding: 15px 20px;
	margin: 50px 0 0 0;
}

.error_details ul li{
	list-style: none;
}

.error_details h3 {
	font-weight: 700;
	font-size: 1.2em;
	margin: 0 0 10px 0;
	line-height: 1em;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* ==== STRUCTURE ==== */
#container {
}

#header {
	overflow: hidden;
	margin-bottom: 45px;
}

#header .branding {
	float: left;
}

#header .menu {
	float: left;
	padding: 10px 0 10px 20px;
	font-family: 'Droid Serif';
	font-size: 0.9em;
}

#header .menu ul li {
	display: inline;
	margin: 0 16px 0 0;
	background-color: #0f0f0f;
	padding: 3px 7px 4px;
}

#header .menu.invert ul li {
	background-color: #fff;
}

#header .menu ul li a {
	color: #fff;
}

#header .menu.invert ul li a {
	color: #000;
}

#header .menu ul {
	display: inline;
}

.view {
	/*overflow: hidden;*/
}

#content {
	/*overflow: hidden;*/
}

#footer {
	margin: 40px 0 40px 0;
	font-family: 'Droid Serif';
	font-size: 0.875em;
	overflow: hidden;
	height: 130px;
}

#footer .brand {
	float: left;
	margin: 0 10px 0 0;
}

#footer .info {
	float: left;
	width: 300px;
}

#footer p {
	background-color: #0f0f0f;
	color: #ccc;
	display: inline;
	padding: 3px 5px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	line-height: 1.5em;
	font-weight: 400;
}

#footer p b {
	font-weight: 700;
	color: #fff;
}

/* ==== GENERIC ==== */
.fixed_width {
	width: 1010px;
	margin: 0 auto;
	position: relative;
}

.item_thumb_container {
	height: 90px;
}
.item_mask {
	position: absolute;
	z-index: 1;
}

.item_thumb {
	position: absolute;
	z-index: 0;
}

.item_title {
	font-family: 'Droid Serif';
	font-size: 1.5em;
	margin: 15px 0 0;
	line-height: 1.1em;
}

.item_content {
	font-family: 'Roboto';
	line-height: 1.25em;
	font-weight: 300;
}

.empty_content {
	margin: 0 0 50px 0;
}

.item_title, .item_content {
	padding: 0 30px 0 0;
}

.item_excerpt {
	margin: 10px 0 10px 0;
}

.addthis_sharing_toolbox {
	float: left;
}

.content_container {
	width: 1004px;
	margin: 0 auto;
}

.projects_box {
	text-transform: uppercase;
	font-family: 'Roboto';
	background-color: #0f0f0f;
	padding: 15px 20px 20px;
	margin: 0 0 40px 0;
	width: 1004px;
}

.projects_box .projects_filters {
	text-transform: none;
}

.projects_box h3 {
	color: #fff;
	font-size: 1.5em;
	margin: 10px 0 25px 0;
	float: left;
	width: 400px;
	font-weight: 100;
	line-height: 1.1em;
}

.projects_box .projects_filters {
	float: right;
	width: 200px;
	text-align: right;
}

.projects_filters .dropdown {
	float: right;
	margin: 0 0 0 10px;
}

.projects_list_content {
	clear: both;
}

.projects_list_content ul {
	border-top: 1px dotted; #3e3e3e;
}

.projects_list_content ul li:hover {
	background-color: #272727;
}

.projects_list_content ul li {
	color: #858685;
	font-size: 0.68em;
	border-bottom: 1px dotted #3e3e3e;
	height: 30px;
	overflow: hidden;
	font-weight: 400;
	padding: 0 10px;
}

.projects_list_content ul li a {
	color: #858685;
}

.projects_list_content ul li.has_detail, .projects_list_content ul li.has_detail a {
	color: #fff;
}

.projects_list_content ul li.selected, .projects_list_content ul li.selected {
	background-color: #272727;
}

.projects_list_content .proj_left .proj_title img {
	margin: 0 0 0 10px;
}

.projects_list_content .proj_left {
	float: left;
	width: 65%;
	margin: 5px 0 0 0;
}

.projects_list_content .proj_left .proj_date {
	margin: 0 10px 0 0;
}

.projects_list_content .proj_left .proj_customer {
	margin: 0 10px 0 0;
}

.projects_list_content .proj_left .proj_title {
	margin: 0 10px 0 0;
}

.projects_list_content .proj_left img {
	vertical-align: -3px;
}

.projects_list_content .proj_right {
	float: right;
	width: 35%;
	text-align: right;
	margin: 3px 0 0 0;
}

.projects_list_content .proj_right img {
	margin: 0 0 0 8px;
}

.view .header_hl {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
	padding: 0 0 0 0;
	width: 100%;
}

.view .header_hl .container_hl {
	padding: 0 10px;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.view .header_hl ul {	
	background-color: #000;
}

.view .header_hl ul li {
	height: 450px;
	display: none;
}

.view .header_hl ul li:first-child {
	display: block;
}

/* ==== PROJECTS ==== */
body.projects_view {
	background: #f5f5f5 url('../img/general/bg.png') repeat fixed;
}

.item_categories img {
	margin: 0 5px 0 0;
}

.item_node {
	width: 400px;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 40px 0;
}

.item_customer {
	color: #999;
	font-size: 0.9em;
}

.projects.view .title_share {
	overflow: hidden;
	font-family: 'Droid Serif';
	font-size: 1.25em;
}

.projects.view .excerpt {
	font-size: 0.875em;
	width: 850px;
	margin: 20px 0 0 0;
}

.projects.view .item_categories {
	width: 230px;
	float: right;
	margin: 0 30px 0 0;
}

.projects.view .item_categories ul li {
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 5px;
	font-size: 0.75em;
	text-transform: uppercase;
}

.projects.view .item_categories ul li img {
	vertical-align: -7px;
	margin: 0 0 0 10px;
	width: 20px;
}

.projects.view .item_categories ul li:last-child {
	border-bottom: 1px solid #333;
}

.bar_info_content {
	background-color: #0f0f0f;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	color: #fff;
	padding: 25px 10px;
}

.bar_info_content h1 {
	float: left;
	margin: 0 10px 0 0;
}

.bar_info_content h1 img {
	margin: 0 5px 0 10px;
}

.categories_list {
	clear: both;
}

.categories_list {
	font-family: 'Roboto';
	font-weight: 300;
	text-transform: uppercase;
	font-size: 1.5em;
	background: #fff url('../img/general/bg_slash.png') repeat left top;
	overflow: hidden;
	width: 100%;
}

.pages.view .categories_list {
	width: 1000px;
}

.pages.view .categories_list p {
	margin-bottom: 0;
}

.categories_list ul li {
	background-color: #0f0f0f;
	width: 200px;
	height: 200px;
	float: left;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	position: relative;
}

.categories_list ul li p {
	color: #fff;
	position: absolute;
	left: 15px;
	bottom: 12px;
	line-height: 1em;
	width: 170px;
}

.categories_list ul li:hover p {
	color: #666;
}

.projects.view .gallery {
	margin: 0 0 50px 0;
}

.projects.view .gallery:last-child {
}

.projects.view .gallery img {
	margin: 0 0 50px 0;
}

.projects.view p {
	margin: 25px 0;
	background-color: #fff;
	padding: 15px 20px;
}

.projects.view p:empty {
	display: none;
}

.projects.view p:first-child {
	margin-top: 0;
}

.projects.view .gallery img:last-child {
	margin-bottom: 0;
}

.projects.view .btn_back {
	position: absolute;
	right: 0;
	top: 0;
	width: 70px;
	height: 70px;
	background-color: #000;
	font-size: 0.75em;
	text-transform: uppercase;
	padding: 27px 0 0 13px;
}

.projects.view .btn_back a {
	color: #fff;
}

/* ==== CATEGORIES ====*/
.page_header {
	margin: 0 0 40px 0;
}

.page_header h1 {
	text-transform: uppercase;
	font-size: 2em;
	line-height: 1.2em;
	font-weight: 100;
}

/* ==== PAGES ====*/
.pages.view h1 {
	font-family: 'Droid Serif';
	font-size: 1.75em;
	line-height: 1.2em;
	margin: 0 0 10px 0;
}

.pages.view .content_container {
	clear: both;
	margin: 90px 0px 50px;
	box-sizing: border-box;
	box-sizing: border-box;
}

.pages.view p {
	font-size: 0.875em;
	margin: 0 0 25px 0;
	font: 'Roboto';
}

.customers_container {
	overflow: auto;
	margin: 0 0 40px 0;
}

.customers_container ul li {
	float: left;
}

.customers_container ul li img {
	display: block;
}

.categories_mini_list {
	overflow: auto;
	text-transform: uppercase;
	font-size: 0.75em;
}

.categories_mini_list ul li {
	margin: 0 0 7px 0;
}

.categories_mini_list img {
	vertical-align: -9px;
	margin: 0 5px 0 0;
}

.categories_mini_list .cat_label {
	background-color: #0f0f0f;
	padding: 3px 7px;
}

.categories_mini_list .cat_label a {
	color: #fff;
}

.cat_list_left, .cat_list_right {
	float: left;
	width: 50%;
}



