/*
Theme Name: Architecture Works
Theme URI: http://blazebit.com/
Description: Hier kommt noch eine Beschreibung hin :)
Author: Bernd Artm&uuml;ller (www.blazebit.com)
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/

@import url('fonts.css');


/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: "proxima", sans-serif; color: #222; }
body { background-color: #f9f9f9; margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #5b4b28; color: #fff; text-shadow: none; }
::selection { background: #5b4b28; color: #fff; text-shadow: none; }

a { 
	color: rgb(66,54,4); 
	text-decoration: none; 
	-moz-transition: color .2s ease-in;
	-webkit-transition: color .2s ease-in;
	transition: color .2s ease-in;
}
a:hover { color: #5B4B28 !important; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { color: rgb(66,54,4); font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */

/*
.double-border-bottom, .double-border-top { border-width: 1px; border-color: #EEECE8; background-repeat: repeat-x; }
.double-border-bottom { border-bottom-style: solid; }
.double-border-top { border-top-style: solid; }
*/

.noMargin { margin: 0; }
#title h1 {
	font-family: 'Trade Gothic', sans-serif;
	font-size: 1.6em;
margin-bottom: 0px;
}
h1, h2 { color: rgb(66,54,4); }
h2 { font-size: 1em; }
h1, h2, h3, h4, h5, h6 { font-family: "Trade Gothic", sans-serif; }
h1, h2 { margin-top: 0; text-transform: uppercase; }
p { font-family: "proxima"; color: #888; font-size: 0.9em; line-height: 1.5em; }
a { font-family: "proxima"; }
ul.no-style { margin: 0; padding: 0; }
	ul.no-style li { color: #888; font-size: 0.8em; list-style-type: none; margin-top: 5px; }
	ul.no-style li:first-child { margin-top: 0; }
input.text, textarea { 
	border-radius: 2px;
	border-color: #aaa #d5d5d5 #d5d5d5 #d5d5d5;
	border-style: solid;
	border-width: 1px;
	background-color: #fff;
	color: rgb(66,54,4);
	padding: 7px;
	font-size: 0.8em;
	-webkit-box-shadow: 0 0px 0px 2px #eee, inset 0px 1px 1px #aaa;
	-moz-box-shadow: 0 0px 0px 2px #eee, inset 0px 1px 1px #aaa; 
	box-shadow: 0 0px 0px 2px #eee;
}
input.text { width: 300px; }

input[type='submit'], #submit-route {
	border: none; 
	background-color: rgb(66,54,4); 
	color: white; 
	padding: 8px 10px; 
	font-size: 0.75em; 
	text-transform: uppercase; 
	letter-spacing: 1px;
}

.fadeBackgroundColor { 
	-moz-transition: background-color .2s ease-in;
	-webkit-transition: background-color .2s ease-in;
	transition: background-color .2s ease-in;
}

.fadeOpacity {
	-moz-transition: opacity .2s ease-in;
	-webkit-transition: opacity .2s ease-in;
	transition: opacity .2s ease-in;
}

aside .side-block {
	margin-bottom: 40px;
}

.side-block a.more { font-size: 0.8em; float: left; position: relative; margin-top: 10px; }

.side-block .project-thumb {
	height: 120px;
	width: 165px;
	background-size: cover;
	background-repeat: no-repeat;
}
header { background-color: rgba(255,255,255,0.95); top: 0; position: fixed; width: 100%; z-index: 99; }
	header .inner-header { max-width: 1140px; width: 100%; height: 102px; margin: 0 auto; position: relative; }
	#logo { margin-top: 20px; float: left; display: inline; }
	header nav { float: right; overflow: visible !important; }
		header .menu > li { width: auto; float: left; margin-left: 30px; position: relative; }
		header li:first-child { margin-left: 0; }
			header nav a { color: rgb(66,54,4);
    display: block;
    font-family: 'Trade Gothic', sans-serif;
    font-size: 1em;
    letter-spacing: .02em;
    text-transform: uppercase; }
			header nav .menu > li:last-child a { padding-right: 0; }
			header nav > ul > li > a { padding: 40px 10px; }
			header nav .current-menu-item, header nav .current-page-ancestor { background: url(images/navigation_arrow.png) no-repeat center -30px; font-weight: bold; }
		
			header nav .sub-menu { z-index: 10; display: none; position: absolute; top: 70px; left: -10px; }
			header nav .sub-menu a { padding: 9px 20px; width: 135px; background-color: rgba(255,255,255,0.95); }
header nav .menu-item-has-children:hover > .sub-menu { display: block; }
			header nav .sub-menu li:first-child a { padding-top: 15px; }
header nav .sub-menu a { font-size: 0.85em; font-weight: normal; }
header nav .sub-menu .current-menu-item a { font-weight: bold; }
header nav .current-menu-parent { font-weight: bold; }

#content { margin: 130px auto 50px auto; width: 100%; max-width: 1140px; }
#featured-projects { overflow: hidden; position: relative; margin-top: 20px; float: left; width: 100%; }
	.featured .project-background {
		width: 1140px;
		height: 500px;
		float: left;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	.project-nav { position: absolute; top: 0; left: 0; height: 500px; width: 1140px; }
	#featured-projects .featured { position: relative; height: 500px; left: -1140px; }
		#featured-projects .featured img { float: left; display: inline; }
		.project-nav .overlay-navigation { display: block; position: absolute; top: 0; bottom: 0; width: 50%; z-index: 10; }
			.project-nav .overlay-navigation span { display: block; opacity: 0; position: absolute; margin: -25px 0 0 -25px; top: 50%; left: 50%; height: 50px; width: 50px; }
			.project-nav .overlay-navigation:hover span { opacity: 1; }
			.project-nav .overlay-navigation.prev span { background: url(images/icon_prev.png) no-repeat center; }
			.project-nav .overlay-navigation.next span { background: url(images/icon_next.png) no-repeat center; }
		.project-nav .overlay-navigation:hover { background-color: rgba(0,0,0,0.4); }
			.project-nav .overlay-navigation.prev { cursor: w-resize; left: 0; }
			.project-nav .overlay-navigation.next { cursor: e-resize; right: 0; }
		#featured-projects .thumb-project { float: left; position: relative; display: inline; width: 33.333333%; }
			#featured-projects .thumb-project .img { display: block; height: 220px; width: 380px; background-position: center; background-size: cover; }
			.simple-overlay { background-color: rgba(0,0,0,0.4); position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
			.simple-overlay.transparent { background-color: transparent; }
			.simple-overlay:hover { background-color: rgba(255,255,255,0.65) !important; }
				.simple-overlay span { background: url(images/icon_eye.png) no-repeat center; display: block; opacity: 0; height: 100%; width: 100%; }
				.simple-overlay.small span { background: url(images/icon_eye_small.png) no-repeat center; }
				.simple-overlay:hover span {  }
			#featured-projects .project-overlay { 
				background-color: #f9f9f9; 
				bottom: 0; 
				display: none;
				height: 200px; 
				position: absolute; 
				left: 0; 
				right: 0; 
				padding: 25px;
				z-index: 10;
				box-shadow: 0px 0px 16px #000;
				-webkit-box-shadow: 0px 0px 16px #000;
				-moz-box-shadow: 0px 0px 16px #000;
			}
			#featured-projects .project-overlay p { margin-top: 0px; }
			#featured-projects .active .project-overlay { display: block; }
				#featured-projects h2, #project-container .project-infos h2 { letter-spacing: 0.05em; color: rgb(66,54,4); font-size: 1.3em; text-align: center; padding-bottom: 5px; margin-bottom: 0; }
				#featured-projects p { font-weight: normal; text-align: center; font-size: 1em; }
				#featured-projects a, #project-container .project-infos a { font-size: 0.8em;
  display: block;
  text-align: center;
  font-weight: 600; }
#featured-projects h2 { font-size: 1.8em; }

.nav-toggle {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    width: 70px;
    height: 80%;
    float: right;
    text-indent: -9999px;
    overflow: hidden;
    background: #2F2607 url("images/hamburger-retina.gif") no-repeat 0% 0%;
	    -webkit-background-size: 100px 100px !important;
    -moz-background-size: 100px 100px !important;
    -o-background-size: 100px 100px !important;
    background-size: 100px 100px !important;
}

.js .nav-collapse { transition: none !important; }

/* =============================================================================
   Standard Text Seite
   ========================================================================== */

.subnavigation li { display: inline; margin-left: 40px; }
.subnavigation li:first-child { margin-left: 0; }
	.subnavigation .current_page_item a { border-bottom: 1px solid #d9ccb9; padding-bottom: 5px; font-weight: bold; }
/* =============================================================================
   Projekt Seite
   ========================================================================== */
   
#title { text-align: left; padding-top: 20px; width: 100%; }
	#project-filter { }
	#project-filter, #project-filter ul { float: left; display: inline; width: 100%; }
	#project-filter ul { 
		display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
		float: none; padding: 0; margin: 0; 
	}
		#project-filter li { list-style: none; }
			#project-filter .active a { font-weight: bold; }
			#project-filter a { color: #423604; text-align: center; display: block; font-size: 0.85em; font-family: "Trade Gothic", sans-serif; padding: 20px 50px; }
			#project-filter a:focus { outline: none; }
			#project-filter li:first-child a { padding-left: 0px; border: none; }
			#project-filter li:last-child a { padding-right: 0px; }
	#project-filter select { display: none; width: 100%; }
#project-container { margin-bottom: -45px; opacity: 0; transition: opacity 0.5s ease-in; -webkit-transition: opacity 0.5s ease-in; -moz-transition: opacity 0.5s ease-in; -ms-transition: opacity 0.5s ease-in; }
	#project-container.loaded { opacity: 1; }
	#project-container ul { margin: 0 -45px 0 0; padding: 0; }
		#project-container li { float: left; display: inline; margin: 0 45px 30px 0; list-style: none; width: 350px; }
		#project-container li:hover .project-thumb .simple-overlay { background-color: rgba(0,0,0,0); }
			#project-container .project-thumb { margin-bottom: 12px; width: 350px; overflow: hidden; height: 220px; }
			#project-container .project-thumb img { height: auto; width: 100%; }
			.project-thumb { position: relative; }
				#project-container .project-thumb .simple-overlay { background-color: rgba(0,0,0,0); z-index: 999; }
			#project-container .project-infos h2 { text-align: left; font-size: 0.9em; }
			#project-container .project-infos a { text-align: left; }
			#project-container .project-infos p { text-align: justify; margin-top: 0px; }
				
/* =============================================================================
   Einzelnes Projekt - Lightbox
   ========================================================================== */

.col { width: 33.33%; }
#project-lightbox-overlay { background-color: rgba(249,249,249,.6); position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }

	body.single-project .title {
		margin-bottom: 30px;
		width: 100%;
		margin-top: -20px;
	}
		body.single-project .project-navigation { float: left; display: inline-block; height: 51px; width: 16%; }
		body.single-project .project-navigation.next { float: right; }
			body.single-project .project-navigation a { color: #888; display: block; font-size: 0.7em; padding: 18px 10px; }
		body.single-project .project-navigation.prev a { background: url(images/left_arrow_icon.png) no-repeat left; padding-left: 15%; text-align: left; }
		body.single-project .project-navigation.next a { background: url(images/right_arrow_icon.png) no-repeat right; padding-right: 15%; text-align: right; }
		body.single-project h1 {
			font-size: 1.3em;
			letter-spacing: 1px;
			text-align: center;
			margin: 0;
			float: left;
			width: 68%;
			padding: 11px 0px;
		}
		body.single-project .close-overlay-container {
			background-color: #fff;
			border-radius: 30px;
			position: absolute;
			height: 26px;
			width: 26px;
			top: -15px;
			right: -15px;
			padding: 1px;
			text-indent: -9999px;
			-webkit-box-shadow: 0 0 7px #ccc;
			-moz-box-shadow: 0 0 7px #ccc; 
			box-shadow: 0 0 7px #ccc;
		}
			body.single-project .close-overlay { background: url(images/close_icon.png) no-repeat center; border: 1px solid #dadada; border-radius: 30px; display: block; height: 12px; width: 12px; padding: 6px; }
		
	body.single-project .gallery { margin-bottom: 50px; }
		body.single-project #wpsimplegallery li img { margin: 0; height: auto; width: 100%; }
		body.single-project #wpsimplegallery .slick-dots li { margin: 0 5px; display: inline-block; }
		body.single-project .gallery-thumbs { background-color: #fff; position: absolute; top: -5px; left: 46%; padding: 0 10px; }
			body.single-project .thumb { 
				border: 1px solid #b7b7b7; 
				border-radius: 30px; 
				display: inline-block; 
				float: left; 
				margin-left: 5px;
				height: 8px; 
				text-indent: -9999px; 
				width: 8px; 
			}
			body.single-project .thumb:first-child { margin-left: 0; }
			body.single-project .thumb.active { background-color: #b7b7b7; }
	body.single-project .information { position: relative; }
		body.single-project h2 { color: #514223; font-family: "Trade Gothic"; font-size: 1.25em; font-weight: bold; margin-bottom: 5px; }
		body.single-project p { margin-top: 10px; line-height: 1.8em; }
		body.single-project .project-description, body.single-project .project-details { float: left; display: inline; margin-top: 20px; padding: 0; }
		body.single-project .project-description { width: 63%; padding-right: 2%; }
		body.single-project .project-details { width: 35%; }
		body.single-project .project-details ul { margin-top: 10px; }
			body.single-project .project-details li { text-align: right; }
				body.single-project .project-details strong { float: left; }
#project-loader { 
	background: #fff url(images/preloader.gif) no-repeat center; 
	-moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
	padding: 40px; 
	display: none;
	position: fixed; 
	top: 50%; 
	left: 50%; 
	width: 31px; 
	height: 31px; 
	margin-left: -55px; 
	margin-top: -55px; 
	z-index: 9999;
}
	
	
	
footer { margin: 0 auto; font-size: 0.95em; padding-top: 20px; overflow: hidden; max-width: 1140px; width: 100%; }
	footer .copy { float: left; display: inline; }
	footer .logo-small { float: left; display: inline; margin-right: 20px; }
	footer p { color: rgb(66,54,4); float: left; display: inline; margin-top: -1px !important; font-size: 0.8em;
    line-height: 1.2em; }
	footer a { color: rgb(66,54,4); }
	footer nav { float: right; }
		footer nav li { float: left; display: inline; margin-left: 25px; line-height: 1.1em; }
		footer nav li:first-child { margin-left: 0; }
			footer nav a { color: rgb(66,54,4); font-size: 0.8em; }

/* =============================================================================
   Kontakt Seite
   ========================================================================== */

#content.contact-page { margin-top: 20px; }
#gmap { margin-top: 102px; height: 400px; position: relative; width: 100%; }
	#gmap .route { 
		background-color: rgba(255,255,255,.95); 
		padding: 20px; 
		margin-left: -263px;
		position: absolute;
		left: 50%;
		z-index: 20;
		bottom: 20px;
		width: 527px;
		-webkit-box-shadow: 0 0 7px #ccc;
		-moz-box-shadow: 0 0 7px #ccc; 
		box-shadow: 0 0 7px #ccc;
	}
	#gmap-marker { background: url(images/gmap_marker.png) no-repeat; position: absolute; top: 76px; left: 56%; width: 97px; height: 79px; }
		#gmap .route p { font-size: 0.75em; padding-top: 10px; font-style: italic; }
			#gmap .route .seperator { font-style: normal; color: #555; margin: 0 3px 0 2px; }
			#gmap .route .external-link { background: url(images/icon_external_link.png) no-repeat right; padding-right: 18px; }
		#gmap .route input[type='text'] { float: left; padding: 12px; width: 334px; }
		#submit-route{ float: left; display: block; padding: 12px 13px; font-size: 0.8em; margin-left: 5px; }
		#gmap-canvas { height: 400px; position: relative; width: 100%; z-index: 10; }
		
#contact-form-wrapper, #contact-details, #text-container.splitted, .sidebar { float: left; padding-top: 0px; }
#contact-form-wrapper, #text-container.splitted { margin-right: 60px; width:740px; }
	#contact-form-wrapper #title { text-align: left; margin-bottom: 20px; }
	.contact-form ul { margin: 0; padding: 0; }
		.contact-form li { list-style-type: none; margin-bottom: 10px;  }
			.contact-form label { font-size: 0.8em; display: block; padding-bottom: 5px; }
			.contact-form textarea { height: 200px; width: 500px; }
			.contact-form .error label { color: red; font-weight: bold; }
			.contact-form .error input { border: 1px solid red; }
			
			.contact-errors { border: 1px solid red; padding: 20px; margin-bottom: 30px; }
				.contact-errors p { margin: 0; padding: 0; }
				.contact-errors .error-list { margin-bottom: 0; }
.sidebar { width: 340px; }
	.sidebar h2 { line-height: 22px; font-size: 1.25em; padding-bottom: 0px; margin-bottom: 10px; }
	.sidebar strong { margin-right: 5px; }
.sidebar #projects-gallery li { float: left; display: inline; margin: 0 0 10px 0; width: 165px; }
.sidebar #projects-gallery li:nth-child(2n) { margin-left: 10px; }
.sidebar #projects-gallery li:first-child { margin-left: 0; }

.blog-post { margin-bottom: 40px; }
#text-container .blog-post:last-child { margin-bottom: 0; }
.blog-post h2.post-title { font-size: 1.6em; line-height: 1.4em; margin-bottom: 0; }
.blog-post h2.post-title a { font-family: "Trade Gothic", sans-serif; }
.blog-post .meta { font-style: italic; font-size: 0.8em; color: #999; margin-bottom: 20px; }
.blog-post .read-more { font-size: 0.8em; }
.blog-post .thumb { margin-bottom: 20px; }
.blog-post .thumb img { width: 100%; height: auto; }

.post .entry-title { font-size: 2em; margin-top: 10px; }
.post .back-link { font-size: 0.8em; }

.projects-table table { width: 100%; margin-top: 20px; }
.projects-table table thead th { color: rgb(66,54,4); text-align: left; padding: 10px 0; font-weight: bold; font-family: "Trade Gothic", sans-serif; }
.projects-table table tbody td { border-bottom: 1px solid #ccc; color: #888; font-size: 0.9em; padding: 5px 5px 5px 0; }

/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1140px) {
	header { position: relative !important; }
	body #gmap { margin-top: 0; }

	header .inner-header { box-sizing: border-box; padding: 0px 20px; }
	body #content { margin-top: 40px; }
	#content {
		padding: 0px 20px;
		box-sizing: border-box;
		margin: 110px auto 20px auto;
	}

	#text-container.splitted { width: 100%; margin-bottom: 50px; padding-top: 0px !important; }
	#contact-form-wrapper { width: 100%; margin-right: 0; }
	.contact-form textarea { box-sizing: border-box; width: 100%; }
	
	.sidebar {
		margin-top: 0px !important;
		width: 100%;
	}
	
	.sidebar #projects-gallery ul { margin: 0 -0.5%; }
	.sidebar #projects-gallery li { width: 24%; margin: 0.5% 0.5% 0.5% 0.5%; margin-left: 0.5% !important; }
	.sidebar #projects-gallery li .project-thumb { width: 100%; height: 200px; }

	#contact-details.sidebar { margin-top: 40px !important; }

	footer { padding: 20px; box-sizing: border-box; }
	
}

@media only screen and (max-width: 890px) {
	footer { text-align: center; }
	footer .copy {
		float: none;
		width: 100%;
		display: inline-block;
		margin-bottom: 30px;
	}
	footer p { float: none; display: inline; }
	footer .logo-small { float: none; display: block; margin-bottom: 10px; margin-right: 0; }
	footer nav { float: none; width: 100%; }
	footer nav li {
		float: none;
		display: inline-block;
		width: 100%;
		box-sizing: border-box;
		margin-left: 0px;
	}
	footer nav li a {
		display: block;
		padding: 12px;
	}
}

@media only screen and (max-width: 768px) {
	header { background-color: #fff; }
	.nav-toggle { display: block; }
	#logo { width: 75%; margin-top: 23px; }
	#logo img { width: 100%; max-width: 300px; }
	.sidebar #projects-gallery li .project-thumb { height: 150px; }
	#gmap .route {
		width: 90%;
	    box-sizing: border-box;
    	margin-left: 0px;
	    transform: translateX(-50%);
	}
	#gmap .route input[type='text'] {     
		width: 100%;
	    box-sizing: border-box;
    	margin-bottom: 10px;
	}
	#submit-route {
		margin-left: 0;
    	width: 100%;
    	box-sizing: border-box;
    	text-align: center;
	}
	#gmap .route p { padding-top: 20px; }
	.contact-form input[type="text"], .contact-form input[type="email"] { box-sizing: border-box; width: 100%; }
	header nav {
		display: none !important;
		width: 100%;
	}

	header nav .sub-menu {
		position: relative;
		top: auto;
		left: auto;
	}
	header nav .sub-menu a {
		width: 100%;
		box-sizing: border-box;
		text-transform: none;
	}
	header nav .menu-item-has-children > a { pointer-events: none; }
	header nav .menu > li:last-child a { padding-right: 10px; }

	header nav.opened { display: block !important; }
	
	.nav-collapse .menu { position: relative; }
	.nav-collapse .menu::before {
		content: '';
    position: absolute;
    left: -20px;
    right: -20px;
    height: 100%;
    background-color: #fff;
	}
	.nav-collapse .menu > li { background-color: #fff; width: 100%; float: none; text-align: center; margin-left: 0px !important; }
	.nav-collapse .menu > li > a { padding: 17px 10px; }
	
	#project-filter ul { display: inline-block; }
	#project-filter li { float: none; width: 100%; }
	#project-filter li a { padding: 15px 0; }

	#featured-projects .featured, #featured-projects .project-nav { display: none; }
	#featured-projects { margin-top: 0; }
	#featured-projects .thumb-project {
		width: 100%;
	}
	#featured-projects .project-overlay { display: block !important; box-shadow: none; -webkit-box-shadow: none; }

	#project-filter ul { display: none; }
	#project-filter select { display: block; }

	#project-container ul { margin: 0; }
	#project-container li { width: 100%; }
	#project-container .project-thumb { width: 100%; }
	
	body.single-project #title {
		padding-top: 50px !important;
    	position: relative;
	    margin-top: -35px;
	}
	body.single-project h1 { width: 100%; }
	body.single-project #project-filter { display: none; }
	body.single-project .project-navigation {
		width: auto;
		position: absolute;
		top: 0;
	}
	body.single-project .project-navigation.prev { left: 0; }
	body.single-project .project-navigation.next { right: 0; }
	body.single-project .project-navigation a { white-space: nowrap; }
	body.single-project .project-navigation.next a { padding-right: 20px; }
	body.single-project .project-navigation.prev a { padding-left: 20px; }
	body.single-project .project-description { width: 100%; padding-right: 0; }
	body.single-project .project-details { margin-top: 40px; width: 100%; }
	
	#featured-projects .thumb-project .img {
		height: 240px;
		width: 100%;
		background-repeat: no-repeat;
	}

	.thumbs .simple-overlay { display: none !important; }
	#featured-projects .project-overlay {
		position: relative;
		height: auto;
		padding: 15px 0;
	}
}

@media only screen and (max-width : 480px) {
	.sidebar #projects-gallery li { width: 49%; }
	.sidebar #projects-gallery li .project-thumb { height: 120px; }
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/* =============================================================================
   Isotope Filtering
   ========================================================================== */
   

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}



/* basic scrollbar styling */
/* vertical scrollbar */
.mCSB_container{
	width:auto;
	margin-right:30px;
	overflow:hidden;
}
.mCSB_container.mCS_no_scrollbar{
	margin-right:0;
}
.mCustomScrollBox .mCSB_scrollTools{
	width:16px;
	height:100%;
	top:0;
	right:5px;
}
.mCSB_scrollTools .mCSB_draggerContainer{
	height:98%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.mCSB_scrollTools .mCSB_buttonUp+.mCSB_draggerContainer{
	padding-bottom:40px;
}
.mCSB_scrollTools .mCSB_draggerRail{
	width:4px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_scrollTools .mCSB_dragger{
	cursor:pointer;
	width:100%;
	height:30px;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:4px;
	height:100%;
	margin:0 auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	text-align:center;
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
	height:20px;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
}
.mCSB_scrollTools .mCSB_buttonDown{
	bottom:0;
	margin-top:-40px;
}
/* horizontal scrollbar */
.mCSB_horizontal .mCSB_container{
	height:auto;
	margin-right:0;
	margin-bottom:30px;
	overflow:hidden;
}
.mCSB_horizontal .mCSB_container.mCS_no_scrollbar{
	margin-bottom:0;
}
.mCSB_horizontal.mCustomScrollBox .mCSB_scrollTools{
	width:100%;
	height:16px;
	top:auto;
	right:auto;
	bottom:0;
	left:0;
	overflow:hidden;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerContainer{
	height:100%;
	width:auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft+.mCSB_draggerContainer{
	padding-bottom:0;
	padding-right:20px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_draggerRail{
	width:100%;
	height:2px;
	margin:7px 0;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger{
	width:30px;
	height:100%;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width:100%;
	height:4px;
	margin:6px auto;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight{
	width:20px;
	height:100%;
	overflow:hidden;
	margin:0 auto;
	cursor:pointer;
	float:left;
}
.mCSB_horizontal .mCSB_scrollTools .mCSB_buttonRight{
	right:0;
	bottom:auto;
	margin-left:-40px;
	margin-top:-16px;
	float:right;
}

/* default scrollbar colors and backgrounds */
.mCustomScrollBox .mCSB_scrollTools{
	opacity:0.5;
}
.mCustomScrollBox:hover .mCSB_scrollTools{
	opacity:1;
}
.mCSB_scrollTools .mCSB_draggerRail{
	background:#f1f1f1; 
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background:#bbb;
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	background:rgb(66,54,4);
	filter:"alpha(opacity=85)"; -ms-filter:"alpha(opacity=85)"; /* old ie */
}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	background:rgb(66,54,4);
	filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
	background-image:url(mCSB_buttons.png);
	background-repeat:no-repeat;
	opacity:0.4;
	filter:"alpha(opacity=40)"; -ms-filter:"alpha(opacity=40)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp{
	background-position:0 0;
}
.mCSB_scrollTools .mCSB_buttonDown{
	background-position:0 -20px;
}
.mCSB_scrollTools .mCSB_buttonLeft{
	background-position:0 -40px;
}
.mCSB_scrollTools .mCSB_buttonRight{
	background-position:0 -56px;
}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{
	opacity:0.75;
	filter:"alpha(opacity=75)"; -ms-filter:"alpha(opacity=75)"; /* old ie */
}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{
	opacity:0.9;
	filter:"alpha(opacity=90)"; -ms-filter:"alpha(opacity=90)"; /* old ie */
}