/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Navigation
:: Pages
:: Sidebar
*/

/*---------------------------------------------------
  Rest Styles
-----------------------------------------------------*/


.clear {clear:both;}
a {	font-family: "DIN-Bold", Arial, sans-serif;	}


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

.top-bar {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	height:49px;
	margin-bottom:60px;		
}

.top-bar ul {
	height:49px;
	line-height:49px;
}

.top-bar ul.right {
	margin-right:9px;
}

.top-bar ul > li.name{
	display:none;
	text-indent:-999999px;
}

.top-bar ul li.toggle-topbar {
	width: 100%;
}

.top-bar ul li.toggle-topbar a {
	background: url('../images/mobile-nav-icon.png') no-repeat;
	height:25px !important;	
	left:50%;
	line-height:0 !important;
	margin:0 auto 0 -24px;	
	width:48px;
	top:8px;
}
.top-bar ul > li a:not(.button) {
	font-family:"DIN-Regular",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	height:49px;
	line-height:49px;
	
}

.top-bar ul li:first-child a:not(.button) {
	/*padding: 0 15px 0 0 !important;*/
}


/* -----------------------------------------
	LOGO
----------------------------------------- */
#logo {
	margin-top:-5px;
}

/* -----------------------------------------
	HOMEPAGE
----------------------------------------- */

#slider .page-title h1 {
	color:#fff;
	text-shadow: 0px 0px 3px #ffffff;   

}

#slider1, #slider2 {
	position:relative;		
	padding: 0;
	margin-bottom:0;
	overflow: hidden;	
	width:100%;
}
#slider2 {
	line-height:0;
	margin: 0 0 42px;	 
}

#slider2 .slider-image a{
	display:block;
}


#slider1 li, #slider2 li{
	top:0;
	left:0;
	width:100%;
	list-style-type:none;
}


/*SLIDER ARROWS AND PAGINATION ARROWS*/
 

#slider-controls .prev, #slider-controls .next, #pagination .prev, #pagination .next {	
	background-size:90px 66px;	
	width:90px;
	height:66px	;
	display:block;
	float:left;
	opacity:0.5;
	text-indent: -9999px;
	top:40px;
	position:absolute;
}

#slider-controls .prev, #pagination .prev {
	background-image:url(../images/arrow_left.png);
	background-repeat:no-repeat;	
}

#slider-controls .next, #pagination .next {
	background-image:url(../images/arrow_right.png);
	background-repeat:no-repeat;	
}

#slider-controls .prev, #pagination .prev {	
	right:144px;	
}

#slider-controls .next, #pagination .next{
	right:54px;
}

#pagination span.disabled , #pagination span.disabled {
	opacity:0.5 !important;
	
}
#slider-controls .prev:hover, #slider-controls a.next:hover, #pagination a.prev:hover, #pagination a.next:hover {
	opacity:1;
} 
.slide_nav {
	display: none;
}


/* Flex Slider */

/* Browser Resets */
.flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus  {outline: none;}
.slides,.flex-control-nav,.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides .featured-image img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 42px; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}


/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #fff; cursor: pointer; text-indent: -9999px; filter: dropshadow(color=#ffffff, offx=0, offy=0);-webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a.flex-active { background: #000; cursor: default; }

#pager-wrap {
	position:relative;
}
#pager {
	position:absolute;
	right:21px;
	top:-21px;
}
#pager a {
	background: #000;
	cursor: pointer;
	display: block;  
	float:left;
	width: 6px;
	height: 6px; 		 	
	margin:0 5px 0 0;
	text-indent: -9999px;
	-webkit-box-shadow: 0 0 3px #ffffff;
	box-shadow: 0 0 3px #ffffff; 	   
    -webkit-border-radius: 20px; 
    -moz-border-radius: 20px; 
    -o-border-radius: 20px; 
    border-radius: 20px; 
   }

#pager a.active {
	background: #fff;
}
/* -----------------------------------------
   Pages
----------------------------------------- */
header#page-header{
	margin:0 0 45px;
}
header#page-header .page-title h1 {
	color:#fff;	
	display:block;
	font-size:41px;
	margin:0 0 0 44px;
	line-height: 1.25;
	/*text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.7);*/   

}

header#page-header .page-title-wrap {
	display:table;
	height:173px;
}

header#page-header .page-title-wrap .page-title {
	display: table-cell;
	vertical-align: middle;
}


.image {margin-bottom:-4px;}

.featured-text {}
.featured-text h3 {
	color:#fff;
	font-size:24px;	   
	line-height:30px;
	text-transform:none;	
}



.featured-text a {
	color:#fff;
	text-transform:uppercase;
}

.content {
	background: #FFFFFF;
	margin: 0 0 42px;
	padding: 40px 42px 22px;
	position:relative;
}

.content a {

	
}
.strong {
	font-family: "DIN-Bold", Helvetica, Arial, sans-serif;
}

/* ABOUT US PAGE */

.company-pdf {	
	position:absolute;
	bottom:36px;
	right:42px;
}

.company-pdf span {
	float:left;
	margin-right:3px;
}

#principals {margin:21px 0;}
#principals .principal {
	margin-left:15px;
}

#principals .principal .four {
	margin-bottom:13px;
}

#principals .principal p.name, #principal-bios .principal-bio p.name {
	text-transform:uppercase;
	
}
#principals .principal p.name span {
	margin-left:-17px;
}

#principals .principal p.name span.title, #principal-bios .principal-bio span.title{
	margin-left:0;
	text-transform:none;
}

#our-team {
	margin:28px 0 0;
}

#our-team .team-location:last-child {
	margin:22px 0 0;
}

.team-location {
	
}
.team-location .member {
	margin-bottom:36px;
}
.team-location .member p, #principals .principal p, #principal-bios .four p {
	margin-bottom:2px;
}

 #principals .principal p.name {
 	margin-bottom:1px;
 }


.team-location .member p.name, #principal-bios p.name  {
	font-size:12px;
	text-transform:uppercase;
}

.team-location .member p.name span.title {
	text-transform:none;
}
#principals .principal p.email a, .team-location .member p.email a, #principal-bios p.email a{
	font-family: "DIN-Regular", Helvetica, Arial, sans-serif;
	color:#858585;
}

#principals .principal p.email, #principals .principal p.ext, #principal-bios p.email, #principal-bios p.ext, .team-location .member p.title, .team-location .member p.email, .team-location .member p.ext {
	color:#858585;
	font-size:12px;
	text-transform:lowercase;
}





/* added by Alan Goodhoofd September 8, 2017 */


.group-about-us {
    padding-left: 0px;
}

.column2, .columns2 { float: left; min-height: 1px; padding: 0px 0px 0px 21px; position: relative; }

.team-location2 .member2 p {
	margin-bottom:2px;
}

.team-location2 .member2 {
	margin-bottom: 30px;
}

.team-location2 .member2 {
    font-family: "DIN-Regular", Helvetica, Arial, sans-serif;
    color: #858585;
    font-size: 12px;
}

.team-location2 .member2 .name2 {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
}

.team-location2 .member2 .title2 {
    font-size: 12px;
    text-transform: none;
    color: #000;
}

.team-location2 .member2 .department2 {
    font-size: 12px;
    text-transform: none;
    color: #858585;
}

.team-location2 .member2 p.email2 a {
    font-family: "DIN-Regular", Helvetica, Arial, sans-serif;
    color: #858585;
    font-size: 12px;
}

.team-location2 .member2 .ext2 {
    font-size: 12px;
    color: #858585;
    text-transform: lowercase;
}

.team-location2 h4.location-title2 {
	font-family: "DIN-Regular", Helvetica, Arial, sans-serif;
	font-size:18px;
    padding-top: 20px;
	}

/* --- end of added by Alan Goodhoofd September 8, 2017 */







.team-location .member p.title {	
	text-transform:capitalize;
}
.principal-bio {
	margin-top:-42px;
}

.principal-bio .image {
	margin-bottom: -4px;
	position:relative;	
}

.principal-bio .content {
	position:relative;
}

.principal-bio .content .cv {
	position: absolute;
	bottom:22px;
	left:42px;
}
.principal-bio .image a.close {
	position:absolute;
	top:40px;
	right:61px;
	width:17px;
	height:17px;
}
.principal-bio .principal-bio-title{
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 12px;
	padding-bottom: 2px;
}

.team-location h4.location-title {
	font-family: "DIN-Regular", Helvetica, Arial, sans-serif;
	font-size:18px;
	}
.team-location .category-title {
	border-bottom:1px solid #d9d9d9;
	margin-bottom:14px;
	margin-top:19px;
}

.team-location .category-title p{
	margin-bottom:0;
}


.team-location .category [class*="column"] + [class*="column"]:last-child { float: left; }


/* CLIENTS PAGE */

#testimonials h5{	
	margin-bottom:31px;
	margin-top:29px;
}
.testimonial {
	border-top:1px solid #d9d9d9;
	padding:16px 0 29px;
}

.testimonial:last-child {
	padding:16px 0 0;
}
.testimonial span.test-name,.testimonial span.test-company {text-transform:uppercase;}
.testimonial span.test-name{font-size:12px;}
.testimonial span.test-company{color:#858585;font-size:11px;}


/* CONTACT PAGE */

#locations {
	margin: 28px 0 0;
}
.location {
	margin:0 0 15px;
}

.location h4 {
	font-size:18px;
	font-family: "DIN-Regular", Helvetica, Arial, sans-serif;
	margin-bottom:9px;
}
.location p {
	color:#858585;
	font-size:11px;
	text-transform:uppercase;
}

.location p.street,.location p.tel {
	margin-bottom:2px;
}

.location p.city {
	margin-bottom:1px;
}
.location .map {
	margin: 8px 0px 14px 0px;
}
.location a{
	font-size:12px;
	text-transform:uppercase;
}
/* -----------------------------------------
   ARCHIVE-NEWS & PORTFOLIO
----------------------------------------- */

.archives {}


.archives article {float:left !important; }
.archives article .post {	
	margin:0 0 42px;	
	overflow:hidden;
}

.archives .row .image {
	/*margin-bottom:-5px;*/
}

.archives .row .image a {
	display:block;
}
.archives article .post .info {
	background:#fff;
	height:162px;
	padding:30px 35px;
}

.archive-portfolio article .post .info-wrap, .archive-portfolio-category article .post .info-wrap, .related-projects article .post .info-wrap {
	display:table;
	width: 100%;
}
.archive-portfolio article .post .info, .archive-portfolio-category article .post .info, .related-projects article .post .info {
	display: table-cell;
	height:63px;
	padding:0 35px;
	vertical-align:middle;
}


.archives article .post .info p.category {
	line-height:0;
	margin:15px 0 3px;	
	text-transform:uppercase;
}

.archive-portfolio-category article .post .info p.category, .related-projects article .post .info p.category{
	line-height:0;
	margin:8px 0 3px;	
	text-transform:uppercase;
}



.archives article .post .title {
	font-size:13px;
	text-transform:uppercase;
}

.archives article .post .meta,.archives article .post .category a {
	color:#858585;
	font-size: 11px;
}

.archives article .post .meta {
	margin-bottom:8px;
	margin-top:5px;
	text-transform:uppercase;
}

.archives article .post .excerpt {
	line-height:18px;
	margin-bottom:5px;	
}
.archives article .post .category a {
	font-family: "DIN-Regular", Helvetica, Arial, sans-serif;
	
}


/* PAGINATION */

#post-nav {
	visibility:hidden;
}


/* INFINITE SCROLL */

#infscr-loading {
	display: none !important;
	visibility: hidden !important;
}

/* -----------------------------------------
   NEWS SINGLE
----------------------------------------- */

.article .image {
	margin-bottom:-3px;
}

.article .title {
	border-bottom: 1px solid #D9D9D9;
	margin-bottom: 13px;
	overflow: hidden;
}

.article .title h4, .article .title p {
	margin-top:0;
	margin-bottom:0;
}
.article .title h4 {
	font-size:18px;
	font-family: "DIN-Regular", Helvetica, Arial, sans-serif;
}
.article .title .meta {
	color:#858585;
	display:block;
	font-size:11px;		
	text-transform:uppercase;
}

.article .post {
	position: relative;
	overflow: hidden;
}

.article .post .three {
	position: absolute;
	bottom: 0
}

.sharing-widget ul li {	
	list-style-type: none;
	margin:0 0 18px;
}

.sharing-widget ul li a {
	font-size:12px;
	border-bottom: 1px solid #D9D9D9;
	text-transform: uppercase;
}


.sharing-widget ul li a span {
	display:none;
}

/* -----------------------------------------
   PORTFOLIO - SINGLE
----------------------------------------- */
ul#project {list-style-type:none;}
ul#project li {
	margin-bottom:38px;
	position: relative;
}

ul#project li:last-child{
	margin-bottom:42px;
}

ul#project li a {
	display:block;
}
ul#project li span.zoom {
	background-image:url(../images/project_zoom.png);
	position:absolute;
	top: 40px;
	right:40px;
	width:20px;
	height:20px;
}

.related-projects h1 {
	color:#fff;
	margin-bottom:38px;	
}



.related-projects article .post .info a{	
	text-transform:uppercase;
}

.related-projects article .post .info span{
	color:#858585;
	text-transform:uppercase;
}

/* -----------------------------------------
   SIDEBAR
----------------------------------------- */

aside#sidebar h5 {
	color:#fff;	
	font-family: "DIN-Bold", Helvetica, Arial, sans-serif;
	margin-bottom:8px;
	margin-top:0;
	text-transform:uppercase;
	
}



.widget ul {list-style-type:none; margin-bottom:0;}

.widget ul li {
	font-size:11.5px;	
	margin-bottom:7px;
	line-height:15px;
	text-transform:uppercase;
}

.widget ul li:last-child {
	margin-bottom:0;
}

.text-widget, .project-widget, .leed-projects-widget, .get-updates-widget, .added-value-widget, .client-list-widget {
	background: #000;
	color:#fff;
	margin: 0 0 42px;
	padding: 35px;
	overflow:hidden;
}

.text-widget a:link, .text-widget a:visited, 
.project-widget a:link, .project-widget a:visited, 
.leed-projects-widget a:link, .leed-projects-widget a:visited, 
.get-updates-widget a:link, .get-updates-widget a:visited, 
.added-value-widget a:link, .added-value-widget a:visited,
.client-list-widget a:link, .client-list-widget a:visited
 {	
	color:#fff;
}

/*LEED PROJECTS*/

.leed-projects-widget {}
.leed-projects-widget a{
	font-family: "DIN-Regular", Helvetica, Arial, sans-serif;
}


/* PROJECT WIDGET */

.project-widget ul li {	
	margin-bottom:21px;
	text-transform:none;
}

.project-widget ul li.acc {
	margin-bottom:29px
}	

.project-widget ul li:last-child {
	margin-bottom:21px;
}

.project-widget ul li h5 {
	margin-bottom: 5px;
}

.project-widget ul li p {		
}

.project-widget ul li.datasheet a {
	font-size:11px;
}

.project-widget ul li.photo-credit {
	color:#868686;
	margin-top:17px;
	margin-bottom:0;
}

.project-widget ul li.photo-credit p {
	font-size:12px;
}
.project-widget ul li a {	
}

/* GET UPDATES WIDGET */

.get-updates-widget form {
	margin-bottom:0;	
	margin-top:12px;
	overflow: hidden;
}

.get-updates-widget form input[type="text"], .get-updates-widget form input[type="email"] , .get-updates-widget form input[type="submit"]{
	background:none;
	border:none;
	border-bottom:1px solid #4d4d4d;
	color:#fff;
	font-size:12px;
	margin:0 0 12px;
	padding:0 0 3px;	
	height: auto;
	text-transform:uppercase;
}

.get-updates-widget form input[type="email"] {
	margin-bottom:12px;
}


.get-updates-widget form input[type="submit"] {
	cursor:pointer;
	border-bottom:none;
	font-size:14px;
	margin:0;
	padding:0;
	text-transform: uppercase;
}


.get-updates-widget form .name-error, .get-updates-widget form .email-error {
	color:#b20000;
	margin-bottom:12px;
	
}

.get-updates-widget form .email-error {
	margin:12px 0;
}

/* SEARCH WIDGET */

.search-widget{}

.search-widget form {
	border-bottom:1px solid #4d4d4d;
	margin-bottom:12px;	
	overflow: hidden;
}

.search-widget form input[type="text"] {
	background:url(../images/search.png) no-repeat scroll 0 4px transparent;
	border:none;
	color:#fff;
	font-size:12px;
	margin:0;
	padding:0 0 3px 15px;
	height: auto;
	text-transform:uppercase;
}

.search-widget a.rss {	
	background:url(../images/rss.png) no-repeat scroll 0 3px transparent;
	font-size:11px;
	padding-left:13px;
	text-transform:uppercase;
}

.article-widget .categories, .article-widget .archives {
	margin-top:25px;
}

.search-widget ul li a{
	font-family: "DIN-Regular", Helvetica, Arial, sans-serif;
}

@media (min-width: 768px) and (max-width: 979px) { 
	.search-widget .categories, .search-widget .archives {
		margin-top:0;
	}
}	

/* RELATED ARTICLE WIDGET */

.related-articles{}

.related-articles ul li{
	border-bottom:1px solid #4d4d4d;	
	margin-bottom:11px;
}

.related-articles ul li a {
	display:block;
	font-family: "DIN-Regular", Helvetica, Arial, sans-serif;
	margin-bottom:1px;
}
.related-articles ul li span.meta {
	color:#858585;
	text-transform: uppercase;
}



/* -----------------------------------------
   SHADOWBOX
----------------------------------------- */

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url("../images/shadowbox/loading.gif") no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url("../images/shadowbox/close.png");}
#sb-nav-next{background-image:url("../images/shadowbox/next.png");}
#sb-nav-previous{background-image:url("../images/shadowbox/previous.png");}
#sb-nav-play{background-image:url("../images/shadowbox/play.png");}
#sb-nav-pause{background-image:url("../images/shadowbox/pause.png");}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}


/* -----------------------------------------
   FOOTER
----------------------------------------- */
footer {
	margin-bottom:31px;
	
}
footer p, footer a {color:#fff; font-size:12px;}

footer p {
	font-family: "DIN-Bold", Arial, sans-serif;
	margin-bottom:11px;
}

footer a {
	font-family: "DIN-Regular", Arial, sans-serif;
}
footer a:hover {
	color:#fff;
	text-decoration:underline;
}

footer a span.at300bs {
	display:none;
}

footer .copyright {
	float:right;
}

footer .hide-for-small {
	display:inline-block !important;
}

footer p.credit {
	font-family: "DIN-Regular",Arial,sans-serif;
}
footer p.credit a {
	font-family: "DIN-Bold",Arial,sans-serif;
}

/* -----------------------------------------
   MEDIA QUERIES
----------------------------------------- */

/* TABLET*/

@media only screen and (min-width : 768px) and (max-width : 1024px) {
	
	/* GRID */
	.row { width: auto; min-width: 0; margin-left: 0; margin-right: 0; }
    .column, .columns { width: auto !important; float: none; }
    .column:last-child, .columns:last-child { float: none; }  

  	/* tablet 3-column Grid */
  	.row .tablet-one { width: 25% !important; float: left; padding: 0 21px; }
  
  	.row .tablet-one-third { width: 33.33333% !important; float: left; padding: 0 21px; }
  
  	/*.widget .tablet-one-third { padding: 0 21px 0 0; }*/
  
  	.row.collapse .tablet-one { padding: 0; }
  	.row .tablet-two { width: 50% !important; float: left; padding: 0 21px; }
	  
  	.row .tablet-three { width: 75% !important; float: left; padding: 0 21px; }  
	.row.collapse .tablet-three { padding: 0; }
  
  	.row .tablet-four { width: 100% !important; float: left; padding: 0 21px; }  
  	.row.collapse .tablet-four { padding: 0; }
  
  	.offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten { margin-left: 0 !important; }
  	
  	/* HEADER */
	header#page-header .page-title h1 {		
		margin:0;
	}
	
	/* SLIDER */
	#slider2 {
		margin:0;
	}
	
	#slider-controls .prev, #slider-controls .next, #pagination .prev, #pagination .next {
		background-size:60px 44px;	
		width:60px;
		height:44px;
	}
	
	#slider-controls .prev, #pagination .prev {
		right:81px;
	}

	#slider-controls .next, #pagination .next  {
		right:21px;
	}
		
	.featured-text {
		margin:42px 0;
	}
	
	/*ARCHIVES */
	.archives article .post .info {
		
	}
	
	/* SIDEBAR */ 
	#sidebar {
		background: #000;
		margin:0 21px 42px;
		overflow:hidden;
	}
	
	/* WIDGETS */
	.text-widget, .project-widget, .leed-projects-widget, .added-value-widget {
		margin:0;
		padding:42px 21px;
	}
	.widget ul li {
		padding: 0 21px 0 0 !important;
	}
	
	/* Project Widget */
	.project-widget .tablet-one {
		padding: 0 21px 0 0;
	}
	
	/* News/Article Widget */
	.article-widget .categories{
		margin-top:0;		
	}
	
	.article-widget .tablet-four {
		padding:0 21px 0 0;
	}
	
	.article-widget .archives .tablet-one-third {
		padding:0 0 0 21px;	
	}
	.article-widget .categories .tablet-two {
		padding: 0 21px 0 0;
	}
	
	/* Added Value Widget */
	
	.added-value-widget ul {		
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	} 
	
	/* Client List Widget */
	.client-list-widget ul, .leed-projects-widget ul {		
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	} 
}


/* MOBILE */ 
@media only screen and (max-width: 767px) { 
	
	/*NAVIGATION */
	.top-bar {
		margin-bottom:30px;
	}
	.top-bar ul > li a:not(.button) {
		font-size:18px;
		padding:0;
		line-height:39px;
		height:39px;
	}
			
	
	/* SLIDER */
	#slider2 {
		margin:0 0 21px;
	}
	#slider-controls .prev, #slider-controls .next, #pagination .prev, #pagination .next {
		background-size:40px 25px;			
		width:40px;
		height:29px;	
		top:-8px;
	}
	
	#slider-controls .prev, #pagination .prev {			
		right:61px;	
	}

	#slider-controls .next, #pagination .next  {
		right:21px;
	}
	
	#logo {
		margin-left: -7px;
	}
	header#page-header {
		margin:0 0 22px;
	}
	
	header#page-header .page-title h1 {
		font-size:24px; 
		margin:0;
	}
	
	.slider-image img {margin-bottom:-5px;}
	.featured-text {
		margin:21px 0 0;
	}
	
	.featured-text h3 {
		font-size:18px;
		line-height:23px;
	}
	
	.featured-text h5 {
		margin-bottom:0;
	}
	
	.content {
		margin: 0 0 27px;
		padding: 25px 27px 7px
	}
	
	/* ABOUT PAGE */
	
	.company-pdf {
		display:block;
		font-size:13px;
		position: relative;
		margin-bottom:15px;
		bottom:0;
		left:0;
		right:0;
	}
	
	.principal-bio .image a.close {
		right: 46px;
		top: 25px;

	}
	
	.principal-bio .content .cv {
		position:relative;
		bottom:0;
		left:21px;
	}

	.team-location .category {
		display: none;
	}
	
	/* CLIENTS PAGE */
	.testimonial {
		padding:16px 0;
	}
	.testimonial .row .eight {
		margin-top:15px;		
	  }
	
	/*SIDEBAR */
	.text-widget, .project-widget, .leed-projects-widget, .added-value-widget {
		margin: 0 0 27px;			
	}
	/* ARCHIVES */
	.archives .row .row {
		margin: 0;
	}
	.archives article .post {
		background:#fff;
		height:80px;		
		margin:0 0 27px;
		overflow:hidden;		
	}
	
	
	.archives .row .image img {
		height:80px;
	}
	.archives article .post .info{
		display:table;		
		height:80px;
		padding:0 12px;			
  	}
 	
	
	.archives article .post .info .title{
    	display: table-cell;
    	vertical-align: middle;    
	}
	
	.archives article .post .info .title {
		/*-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);*/		
	}	

	.archives article .post .mobile-two { padding:0;}
	
	/* SINGLE - PROJECTS */
	ul#project li {
		margin-bottom:23px;
	}
	
	ul#project li:last-child {
		margin-bottom:27px;
	}
	/* SHARING WIDGET */
	
	/*.sharing-widget ul li {
		float:left;
		margin:0 10px 0 0;
	}
	
	.sharing-widget ul li a{
		display:block;
	}*/
	.article .post .three {
		position: relative;
	}
	
	.related-projects h1 {
		font-size:24px;
		margin-bottom: 23px;
	}
	
	/*CONTACT PAGE */
	.location {
		margin: 0 0 32px;
	}
	.location .map {
		margin: 30px 0;
	}
	/* FOOTER */	
	footer {
		margin:-15px 0 16px;
	}

	footer .copyright {
		float:left;
	}
	
	footer .hide-for-small {
		display:none !important;
	}
}
