/*------------------------------------
	Fonts
------------------------------------*/
@font-face 
{
	font-family:"WeblySleek UI Light";
	src:url("../../resources/fonts/weblysleekuil.eot?") format("eot"),
	url("../../resources/fonts/weblysleekuil.woff") format("woff"),
	url("../../resources/fonts/weblysleekuil.ttf") format("truetype"),
	url("../../resources/fonts/weblysleekuil.svg#WeblySleekUILight") format("svg");
}
@font-face
{
	font-family:"WeblySleek UI Semilight";
	src:url("../../resources/fonts/weblysleekuisl.eot?") format("eot"),
	url("../../resources/fonts/weblysleekuisl.woff") format("woff"),
	url("../../resources/fonts/weblysleekuisl.ttf") format("truetype"),
	url("../../resources/fonts/weblysleekuisl.svg#WeblySleekUISemilight") format("svg");
}
@font-face
{
	font-family:"WeblySleek UI Semibold";
	src:url("../../resources/fonts/weblysleekuisb.eot?") format("eot"),
	url("../../resources/fonts/weblysleekuisb.woff") format("woff"),
	url("../../resources/fonts/weblysleekuisb.ttf") format("truetype"),
	url("../../resources/fonts/weblysleekuisb.svg#WeblySleekUISemibold") format("svg");
}
/*------------------------------------
	Layout
------------------------------------*/
*
{
	margin:0px;
	padding:0px;
	border:0px none;
	font-family:"WeblySleek UI Semilight", Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
    line-height:1.3em;
	color:#787878;
}

/*------------------------------------
	Columns and general assets
------------------------------------*/
.column-1200
{
	width:1200px;
	margin:0 auto;
}
.column-900, .column-800, .column-600, .column-400, .column-300
{
	float:left;
	display:inline;
}
.column-900{width:900px;}
.column-800{width:800px;}
.column-600{width:600px;}
.column-400{width:400px;}
.column-300{width:300px;}

.column-half, .column-one-forth, .column-one-third, .column-two-third, .column-three-forth
{
	float:left;
	display:inline;	
}

.column-half{width:50%}
.column-one-forth{width:25%}
.column-one-third{width:33%}
.column-two-third{width:66%}
.column-three-forth{width:75%}

.clear
{
	clear:both;
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
}
.left{float:left; display:inline;}
.right{float:right; display:inline;}

.block{display:block}

.spacer{display:block; height:0.8em}
.spacer-2x{display:block; height:1.6em}
.spacer-3x{display:block; height:2.4em}

.padding{padding:0.8em;}
.padding-offset{padding-left:0.8em; padding-right:0.8em;}
.padding-top-bottom{padding-top:0.8em; padding-bottom:0.8em;}
.padding-top{padding-top:0.8em;}
.padding-right{padding-right:0.8em;}
.padding-bottom{padding-bottom:0.8em;}
.padding-left{padding-left:0.8em;}
.justify-text{ text-align: justify;text-justify: inter-word;}

.brown-border {border: 1px solid #49382A;}

h1, h2, h3, h4, h5, h6, ul, ol, dl, p, table
{
	margin-bottom:0.8em;
}
.margin-top-0{margin-top:0;}
.margin-right-0{margin-right:0;}
.margin-bottom-0{margin-bottom:0;}
.margin-left-0{margin-left:0;}

h1, h2, h3, h4, h5, h6{font-weight:normal;}
/*------------------------------------
	Nav
------------------------------------*/
#nav-wrapper
{
	display:inline;
}
#nav
{
	float:right;
	margin-bottom:0;
	/*
	position:absolute;
	z-index:99;
	*/
}
#nav li, #nav li ul li
{
	list-style:none;
}
#nav li
{
	float:left;
}
#nav li a, #nav li ul li a
{
	display:inline-block;
	/*site specific styles*/
	padding:0 1em;
	line-height:4.5em;
	/*background:#008453;*/
	text-decoration:none;
	/*color:#FFF212;*/
}
#nav li a
{
	color: #202374;
}
#nav li a:hover, #nav li a:active
{
	background:#53AF31 !important;
	color:#FFF;	
}
#nav li ul
{
	/*site specific styles*/
	min-width:10em;
	border-bottom:1px solid #B2B3B5;
	position:absolute;
	z-index:999;
	background:#E2E2E2;
	display:none;
}
#nav li ul li
{
	float:none;
}
#nav li ul li a
{
	display:block;
	/*site specific styles*/
	line-height:3em;
	border:0 none;
	border:1px solid #B2B3B5;
	border-bottom:0 none;
}
#nav-handle
{
	display:none;
}


/*------------------------------------
	Footer Nav
------------------------------------*/
/*#footer-nav
{
	list-style:none;
}
#footer-nav li
{
	display:inline;
}
#footer-nav li a
{
	display:inline-block;
	margin:0 1.6em 0 0;
	line-height:2em;
	color:#FFFFFF;
	text-decoration:none;
	font-size:0.8em;
}*/
.footer-social
{
	display:inline-block;
	padding:0 0.2em;
	text-decoration:none;
}

/*------------------------------------
	Styles
------------------------------------*/
#header, #content, #footer
{
	width:100%;
}
#header
{
	width:100%;
	/*position:fixed;*/
	z-index:999;
	top:0;
	height:4.5em;
	background:#E2E2E2;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 8px -8px black;	
}
#content
{
	background-color:rgba(255, 255, 255, 0.3);
}
#logo
{
	position:absolute;
	z-index:999;
	display:inline-block;
	height:4em;
	padding-top:0.4em;
	padding-left:0;
}
#banner
{
	width:100%;	
	position:relative;
	overflow:hidden;
}
#banner img
{
	height:auto;
}

/*banner text*/
.project-title
{
	position: absolute;
	width: 100%;
    top:70%;
    background-color: rgba(49,49,49,0.3);
    padding: 0.6em;
}

#footer
{
	background: #313131;
}

/*
#banner img
{
	width:100%;
	height:auto;
}
*/
.tiny{font-size:0.6em}
.small{font-size:0.8em}
.medium{font-size:1.5em}
.large{font-size:2em}
.extra-large{font-size:3em}

.normal, .light{font-family:"WeblySleek UI Light", Tahoma, Arial, Helvetica, sans-serif;}
.semilight{font-family:"WeblySleek UI Semilight", Tahoma, Arial, Helvetica, sans-serif;}
.bold{font-family:"WeblySleek UI Semibold", Tahoma, Arial, Helvetica, sans-serif;}
.center{text-align:center}

.white{color:#FFF}
.blue{color:#202374}
.orange{color:#FA720E}
.dark-gray{color:#353535}
.red{color:#DC241F}
.green{color:#53AF32}

.white-bg{background:#FFF}
.gray-bg{background:#E2E2E2}
.light-gray-bg{background: #F4F4F4}
.silver-bg{background: #D3D3D3}
.blue-bg{background:#202374}
.orange-bg{background:#FA720E}
.green-bg{background:#53AF32}

.link{text-decoration:none}
.link-underline-none{text-decoration:none}
.link:hover, .link:active{text-decoration:underline}

.border{border: 1px solid #313131}

.general-ul
{
	list-style:none;
}
.general-ul li
{
	padding-left:1.2em;
	margin-bottom:0.4em;
	background:url(/images/design-assets/bullet-green.png) 0.4em 0.4em no-repeat;
}
.general-ol
{
}
.general-ol li
{
	margin-left:1.5em;
	margin-bottom:0.4em;
}

.four-column-separator
{
	background:url(/images/design-assets/4-column-separator.png) left top repeat-y;
	background-size:100% auto;
}
.half-hr
{
	display:none;
}
.hr
{
	display:block;
	width:100%;
	height:0px;
	border-bottom:1px solid #E8E8E8;
}

#project-map
{
	width:100%;
	height:auto;
	margin-bottom:0.8em;
}

.icon-heading
{
	padding:0.8em 0;
	text-align:center;
	vertical-align:middle;
}
.icon-heading img
{
	display:block;
	margin:0 auto 1em auto;
}


.img-full-width
{
	width:100%;
	height:auto;
}
/* Brainjob */
#brainjob
{
	display:block;
	text-align:right;
	color:#FFF;
	line-height:2em;
	text-decoration:none;
	font-size:0.8em;
	margin-top:2.4em;
}

/* project index styles */
#projects-index
{
	/*background:#3A3A3A;*/
}
.up-arrow
{
	display:block;
	position:relative;
	width:2em;
	height:2em;
	margin-top:-2em;
	margin-left:3em;
	background:url(/images/design-assets/up-arrow.png) center bottom no-repeat;
}
.project
{
}
.project img
{
	/*
	background:url(/images/design-assets/dummy-elevation.png) left top no-repeat;
	background-size:100% auto;
	*/
	background:#FFF;
	width:100%;
	height:auto;
}
.project .project-desc
{
	display:inline-block;
	width:100%;
	background:#3A3A3A;
	text-shadow:none;
}
.project .project-desc p
{
	margin-bottom:0;
}
.project .project-desc a
{
	display:inline-block;
	line-height:2em;
	text-decoration:none;
}

/* sidebar project */
.sidebar-project a
{
	text-decoration:none;
	display:block;
}
.sidebar-project a img
{
	height:auto;
	margin:0 0.8em 0.8em 0;
}

.gmap-img
{
	width:100%;
	height:auto;
}

.walkwayHandle
{
	display:inline-block;
	width:3em;
	height:3em;
	background:#FF0000;
	position:relative;
	float:right;
	margin-top:-3.8em;
	margin-right:0.8em;
	/*background:url(/images/design-assets/view-icon.png) center center no-repeat;*/
	background:url(/images/design-assets/view-images-icon.png) center center no-repeat;
	cursor:pointer;
}

/*------------------------------------
	Forms
------------------------------------*/
/* #newsletter-subscribe */
form
{
	text-align:center;
}
/* #newsletter-subscribe input, #newsletter-email-subscribe label */
input, label, textarea
{
	display:block;
	height:2.5em;
	line-height:2.5em;
	width:80%;
	margin:0.8em auto 0.2em auto;
	text-align:center;
}
/* #newsletter-subscribe #newsletter-email-subscribe */
input.text-box, textarea
{
	border:1px solid #D3D3D3;
}
textarea
{
	height:3.6em;
	line-height:1.2em;
	padding:0.6em 0;
}
input.text-box-err, textarea-err
{
	border:1px solid #FF0000;
}

.captchaUserInput
{
	display:inline-block !important;
	width:3em;
	margin-top:0;
}
#captcha-img
{
	display:inline-block;
	height:2em;
	width:auto;
	margin:0.2em 0 0 0;
	vertical-align:top;
	border:1px solid #FFF;
}
.err
{
	font-size:0.75em;
	display:inline-block;
	width:100%;
	margin-top:0;
	margin-bottom:1em;
	color:#DC241F;
}

.form-label
{
	display:block;
	font-size:0.8em;
	line-height:1.2em;
	margin-bottom:0;
}

.submit
{
	background:#53AF32;
	color:#FFFFFF;
	cursor:pointer;
}
.submit:hover, .submit:active
{
	background:#1382C4;
}
/*------------------------------------
	BJ responsive table
------------------------------------*/
.bj-resp-table
{
	border-collapse:collapse;
}
.bj-resp-table thead
{
	background:#FF6600;
}
.bj-resp-table thead td
{
	color:#FFF;
	font-weight:bold;
}
.bj-resp-table tfoot
{
}
.bj-resp-table td
{
	padding:0.4em 0.8em;
	border:1px solid #E2E2E2;
}

/*------------------------------------
	Miscelleneous
------------------------------------*/

.dsq-comment-header
{
	white-space:normal!important;
}
#contact-map
{
	height:400px;
}
/*------------------------------------
	Media Queries
------------------------------------*/
@media screen and (max-width: 1200px)
{
.column-1200
{
	width:96%;
	margin:0 auto;
}
.column-900, .column-800, .column-600, .column-400, .column-300
{
	float:left;
	display:inline;
}
.column-900{width:75%;}
.column-800{width:66%;}
.column-600{width:50%;}
.column-400{width:33%;}
.column-300{width:25%;}

/* nav */
#nav-handle
{
	float:right;
	display:inline-block;
	width:3em;
	height:3em;
	margin-top:0.5em;
	background:url(/images/design-assets/nav-handle.png) center center no-repeat;
	background-size:canvas;
	cursor:pointer;
}
#nav-wrapper
{
	/*
	position:absolute;
	top:3em;
	right:0;
	z-index:999999;
	*/
}
#nav
{
	background: #E2E2E2;
	border:1px solid #B2B3B5;
	border-bottom:0 none;
	position:absolute;
	margin-top:4em;
	right:0;
	z-index:999999;
}
#nav li
{
	float:none;
}
#nav li ul
{
	position:relative;
	margin-bottom:0;
	/*site specific styles*/
	border:0 none;
}
#nav li a, #nav li ul li a
{
	display:block;
	padding:0 2em;
	/*site specific styles*/
	line-height:3em;
	border:0 none;
	border-bottom:1px solid #B2B3B5;
}
#nav li ul li a
{
	background:#E2E2E2;
}

#nav li ul li a:before
{
	padding-right:1em;
	content:"\2013";	/* - in submenu */
}


/* other */
/*#logo
{
	height:3em;
}*/
}
@media screen and (max-width: 1024px)
{
/* other */
/*#logo
{
	height:2em;
}
*/
input, label, textarea
{
	width:100%;
	margin:0.8em auto 0.2em auto;
}
/*
#columns-to-accordion
{
}
.accordion-item h2
{
	margin-bottom:0;
}
*/

}
@media screen and (max-width: 768px)
{
/* columns */
.column-1200
{
	width:96%;
	margin:0 auto;
}
.column-900, .column-800, .column-600, .column-400, .column-300
{
	float:none;
	width:100%;
}
/* other */
/*#logo
{
	height:1.5em;
}
*/#nav
{
	margin-top:3.6em;
}

#nav-handle
{
	width:2em;
	height:2em;
}
/*
.accordion-item h2 img
{
	display:inline;
	margin:0 1em 0 0;
	width:3em;
	height:auto;
}
.accordion-item h2 span
{
	display:inline-block;
	vertical-align:top;
}
.accordion-item .center
{
	text-align:left;
}
*/
.half-hr
{
	display:block;
	width:50%;
	height:1px;
	border-bottom:1px solid #D3D3D3;
	margin:0.8em auto 1.6em auto;
}

input, label, textarea
{
	width:80%;
}

#brainjob
{
	margin-top:0;
	text-align:left;
}

/* BJ responsive table */
.bj-resp-table
{
}
.bj-resp-table thead
{
	display:none;
}
.bj-resp-table tbody td
{
	display:block;
	/*text-align:center;*/
}
.bj-resp-table tbody tr td:first-child
{
	background-color:#53AF32;
	font-weight:bold;
	color:#FFF;
}
.bj-resp-table tbody tr td:last-child
{
	margin-bottom:1.6em;
}
.bj-resp-table tbody tr td:before
{
	/*display:block;*/
	content: attr(data-label);
	font-weight:bold;
}

}
@media screen and (max-width: 640px)
{
.project-desc h2
{
	font-size:1.2em;
	font-family:"Ubuntu Bold", Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
}
@media screen and (max-width: 480px)
{
.tiny{font-size:0.6em}
.small{font-size:0.8em}
.medium{font-size:1.2em}
.large{font-size:1.4em}
.extra-large{font-size:1.8em}

#logo
{
	height:3em;
	width:auto;
	padding-top:1.1em;
	padding-left:0;
}

/*
.accordion-item h2 span
{
	width:16em;
}
*/
input, label, textarea
{
	width:100%;
}

}
@media screen and (max-width: 320px)
{
/*
.accordion-item h2 span
{
	width:10em;
}
*/
}