/*General styles*/
body {
			transition: font 0.5s ease;
	-webkit-transition: font 0.5s ease;
	 -khtml-transition: font 0.5s ease;
	   -moz-transition: font 0.5s ease;
	    -ms-transition: font 0.5s ease;
	     -o-transition: font 0.5s ease;
}

body, #site-slogan, .ui-widget, .comment-form label {
	font-family: 'titillium';
	font-size: 20px;
	line-height: 1.25em;
			font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	 -khtml-font-smoothing: antialiased;
	   -moz-font-smoothing: antialiased;
	    -ms-font-smoothing: antialiased;
	     -o-font-smoothing: antialiased;
}

/*headings*/
h1 {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 2.5em;
	line-height: 1.25em;
}

h2, #content h2 {
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 2em;
	line-height: 1.25em;
}

h3 {
	margin-top: 0;
	font-size: 1.7em;
	line-height: 1.25em;
}

h4 {
	margin-top: 0;
	font-size: 1.3em;
	line-height: 1.25em;
}

/*links*/
a {
	color: inherit;
}

a:hover {
	text-decoration: none;
}

/*style*/
.node > .content a:hover {
	text-decoration: none;
}

/*images*/
img {
	display: block;
	max-width: 100%;
	height: auto;
}

/*tables*/
table {
	table-layout: fixed;
	max-width: 100%;
	border: none;
}

tr {
	background: none;
	border-top: 1px solid #dddddd;
}

tr:first-child {
	border-top: 1px solid white;
}

tr td {
	border-right: 1px solid #dddddd;
	vertical-align: top;
	padding: 3px 3px 10px;
}

tr td:first-child {
	padding-left: 0;
}

.field-type-text-long table {
	font-size: 0.7em;
	line-height: 1.25em;
}

/*paragraphs*/
p:last-child {
	margin-bottom: 0;
}

/*lists*/
.region-content ul, .region-content ol {
	margin-left: 26px;
}

/*buttons, tabs and labels*/
#header ul.menu > li,
ul.group-button li,
.group-button .content ul li,
ul.links li,
input.form-submit,
.form-submit, 
a.button,
.horizontal-tabs ul.horizontal-tabs-list li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	font-size: 0.85em;
	line-height: 40px;
	text-transform: uppercase;
}

.field .field-label,
.sideblock .title,
#content .sideblock .title {
	padding: 0 12px;
	background-color: #dddddd;
	font-size: 0.85em;
	line-height: 40px;
	font-weight: normal;
}

.horizontal-tabs ul.horizontal-tabs-list li {
	margin-right: 0;
}

#header ul.menu > li a,
ul.group-button li a,
.group-button .content ul li a,
ul.links li a,
input.form-submit,
.form-submit, 
a.button,
.node > .content a.button,
.horizontal-tabs ul.horizontal-tabs-list li a,
.horizontal-tabs ul.horizontal-tabs-list li.selected a {
	display: inline-block;
	min-width: 80px;
	padding: 0 12px !important;
	color: white;
	text-align: center;
}

a.button.mini-button,
.node > .content a.button.mini-button {
	min-width: 0;
	padding: 0 8px !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	 -khtml-border-radius: 5px;
	   -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	     -o-border-radius: 5px;
	font-size: 0.8em;
	line-height: 2.4em;
}

.horizontal-tabs ul.horizontal-tabs-list li a {
	background: none; 
	color: black;
}

ul.horizontal-tabs-list > li > a {
	text-transform: none;
}

.horizontal-tabs ul.horizontal-tabs-list strong,
.horizontal-tabs ul.horizontal-tabs-list .selected strong {
	font-weight: normal;
	color: inherit;
}

.sidebar ul.group-button li a,
.sidebar .group-button .content ul li a,
.sidebar ul.links li a,
.sidebar input.form-submit, 
.sidebar a.button,
.sidebar .node > .content a.button {
	background-color: #1a1a1a;
	background-color: rgba(27,27,27,1);
}

ul.group-button li a:hover,
.group-button .content ul li a:hover,
ul.links li a:hover,
input.form-submit:hover,
.form-submit:hover,
a.button:hover,
.node > .content a.button:hover,
.horizontal-tabs ul.horizontal-tabs-list li a:hover {
	color: inherit;
	background-color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
}

.horizontal-tabs ul.horizontal-tabs-list {
	margin: 0 -20px;
}

.horizontal-tabs ul.horizontal-tabs-list li.selected a {
	color: white;
}

/*forms*/
input,
textarea, textarea.form-textarea,
select, select.form-select {
	padding: 10px;
	background: none;
			border-radius: 0;
	-webkit-border-radius: 0;
	 -khtml-border-radius: 0;
	   -moz-border-radius: 0;
	    -ms-border-radius: 0;
	     -o-border-radius: 0;
}

input {
	     	appearance: none;
	-webkit-appearance: none;
	 -khtml-appearance: none;
	   -moz-appearance: none;
	    -ms-appearance: none;
	     -o-appearance: none;
}

input[type="range"]{
			appearance: slider-horizontal;
	-webkit-appearance: slider-horizontal;
	 -khtml-appearance: slider-horizontal;
	   -moz-appearance: slider-horizontal;
	    -ms-appearance: slider-horizontal;
	     -o-appearance: slider-horizontal;
}

textarea, textarea.form-textarea {
	padding-bottom: 12px; 
}

.form-item,
.text-format-wrapper {
	margin-bottom: 20px;
}

.form-item input,
.webform-layout-box > .form-item input,
.form-textarea-wrapper,
select, select.form-select {
	width: 100%;
	max-width: 600px;
	font-size: 0.85em;
			box-sizing: border-box;
	-webkit-box-sizing: border-box;
	 -khtml-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
}

.text-format-wrapper {
	max-width: 600px;
}

.inverse input.form-text, 
.inverse textarea.form-textarea, 
.inverse select.form-select {
	border: none;
}

	 input:-moz-placeholder { text-transform: uppercase; }
::-webkit-input-placeholder { text-transform: uppercase; }
	 :-ms-input-placeholder { text-transform: uppercase; } /* ie */
         ::-moz-placeholder { text-transform: uppercase; } /* firefox 19+ */

/*block styles*/
.highlighted-block {
	padding: 10px 20px 20px;
	color: white;
}

.highlighted-block .node a {
	color: white;
}

/*********************/
/* General structure */
/*********************/
body, #page-wrapper, #footer {
	min-width: 767px;
			box-sizing: border-box;
	-webkit-box-sizing: border-box;
	 -khtml-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
}

#header div.section, 
#highlighted-wrapper > .inner,
.featured-wrapper > .inner,
#highlighted-bottom-wrapper > .inner,
#bottom-wrapper > .inner,
#featured div.section, #messages div.section, #main, #triptych, #footer-columns, #footer {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	margin-left: auto;
	margin-right: auto;
			box-sizing: border-box;
	-webkit-box-sizing: border-box;
	 -khtml-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
}

/************/
/** Header **/
/************/
#header {
	position: fixed;
	z-index: 1;
	width: 100%;
	background-color: #1a1a1a;
	background-color: rgba(27,27,27,1);
}

#header .inner.table {
	width: 100%;
	padding: 25px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	 -khtml-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
			transition: padding 0.5s ease;
	-webkit-transition: padding 0.5s ease;
	 -khtml-transition: padding 0.5s ease;
	   -moz-transition: padding 0.5s ease;
	    -ms-transition: padding 0.5s ease;
	     -o-transition: padding 0.5s ease;
}
		
.header-sticky #header .inner.table {
	padding: 0;
}

	#header .block {
		margin-left: 20px; 
	}

	#header ul.menu > li {
		text-transform: none;
	}

	#header ul.menu > li,
	#header ul.language-switcher-locale-url li {
		margin-right: -4px;
	}

		#header ul.menu > li a,
		#header ul.language-switcher-locale-url li a {
			min-width: 0;
		}

		#header ul.menu > li a:hover {
			background-color: rgba(255, 255, 255, 0.15);
			text-decoration: none;
		}

  #header .banner {
    background-color: #fff;
  }

	/*logo*/
	#logo {
		display: table-cell;
		vertical-align: middle;
		width: 180px;
		padding: 15px 0;
			transition: width 0.5s ease;
	-webkit-transition: width 0.5s ease;
	 -khtml-transition: width 0.5s ease;
	   -moz-transition: width 0.5s ease;
	    -ms-transition: width 0.5s ease;
	     -o-transition: width 0.5s ease;
	}

	.header-sticky #logo {
		padding: 0;
	}

		#logo img {
			display: block;
			width: 130px;
      height: 130px;
		}

	/*region-header*/
	.region-header {
		display: table-cell;
		vertical-align: middle;
		text-align: right; 
	}

	#block-system-main-menu,
	#block-locale-language,
	#block-block-1 {
		display: inline-block;
		line-height: 40px;
		vertical-align: middle;
	}

		#block-system-main-menu ul.menu li,
		#block-locale-language ul.language-switcher-locale-url li,
		#block-block-1 ul.group-button li {
			display: inline-block;
			vertical-align: middle;
		}

			#block-system-main-menu ul.menu li a,
			#block-locale-language ul.language-switcher-locale-url li a {
				background: none;
			}

			#block-system-main-menu ul.menu li a:hover,
			#block-locale-language ul.language-switcher-locale-url li a:hover {
				background-color: rgba(255, 255, 255, 0.15);
			}

			#block-system-main-menu ul.menu li a.active,
			#block-system-main-menu ul.menu li a.active-trail,
			#block-locale-language ul.language-switcher-locale-url li a.active {
				background-color: #ffffff;
			}

			#block-locale-language {
				float: left;
			}

		#block-system-main-menu ul.menu li.expanded {
			position: relative;
		}

		#block-system-main-menu ul.menu li.expanded:hover .menu {
			display: block !important;
		}

		#block-system-main-menu ul.menu li.expanded .menu {
			position: absolute;
			top: 100%;
			left: 0;
			background-color: rgba(27,27,27,0.8);
			white-space: nowrap;
			margin-top: -1px;
		}

		#block-system-main-menu ul.menu li.expanded.last .menu {
			left: auto;
			right: 0;
		}

		#block-system-main-menu ul.menu li.expanded .menu li {
      display: block;
			margin-right: 0;
			font-size: 1em;
			line-height: 41px;
		}

/***************/
/* HIGHLIGHTED */
/***************/
#highlighted-wrapper {
	position: relative;
	top: 170px;
	margin-bottom: 40px;
}

.front .header-scroll #highlighted-wrapper {
	position: relative;
	top: 121px;
	margin-bottom: 121px;
}

#highlighted-wrapper > .inner {
	padding: 0;
}

	#highlighted {
		width: 66.66%;
		padding: 40px 20px; 
		vertical-align: top;
	}

	#highlighted-right {
		width: 33.33%;
	}

/*frontpage*/
.front #highlighted-wrapper {
	background-size: cover;
	background-position: top center;
	height: 500px;
}

	.front #highlighted-background {
		position: absolute;
		z-index: -1;
		height: 100%;
		overflow: hidden;
	}
	
	#block-views-banner-front-block-1 .field-name-field-bg-position-1 .field-item,
	#block-views-banner-front-block-1 .field-name-field-bg-position-2 .field-item {
		display: none;
	}

	#block-views-banner-front-block-1 .field-name-field-headline h1 {
		display: inline;
		padding: 0 24px 0 12px;

		font-size: 3.5em;
		line-height: 1.38em;
		color: white;
		font-weight: lighter;
	}

	#block-menu-menu-services ul.menu {
		height: 500px;
	}
	
		#block-menu-menu-services ul.menu li {
			display: table;
			width: 100%;
			height: 33.33333333333333333333333%;
			list-style: none;
			font-weight: lighter;
			font-size: 1.6em;
			line-height: 1.25em;
			letter-spacing: 0.025em;
		}

			#block-menu-menu-services ul.menu li a {
				display: table-cell;
				vertical-align: middle;
				height: 100%;
				padding: 40px;
				color: white;
						box-sizing: border-box;
				-webkit-box-sizing: border-box;
				 -khtml-box-sizing: border-box;
				   -moz-box-sizing: border-box;
				    -ms-box-sizing: border-box;
				     -o-box-sizing: border-box;
			}

			#block-menu-menu-services ul.menu li a:hover {
				text-decoration: none;
			}

.front #highlighted-right {
	position: absolute;
	right: 0;
	height: 100%;
	color: white;
	font-size: 1.2em;
	line-height: 1.25em;
}

.front #highlighted-right > .section {
	max-width: 400px;
	padding: 40px 20px;
}

/************/
/* MESSAGES */
/************/
#messages .messages {
	margin: 0;
}

#messages .messages {
	border: none;
	background-color: transparent;
}

/************/
/* FEATURED */
/************/
.front .featured-wrapper
{
  margin-top: 170px;
}

.featured-wrapper {
	color: white;
}

.featured-wrapper > .inner {
	padding: 0;
}

	#featured {
		width: 66.66%;
		padding: 40px 20px 40px 0; 
		vertical-align: top;
			text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
		-webkit-text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
		 -khmtl-text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
		   -moz-text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
		    -ms-text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
		     -o-text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	}

		#featured .region-featured {
			position: relative;
		}

		#featured .region-featured:before {
			content: '';
			position: absolute;
			right: -41px;
			height: 100%;
			width: 0;
		}

	#featured-right {
		position: relative;
		width: 33.33%;
		padding: 40px 20px 40px 40px;
		vertical-align: top;
		font-style: italic;
	}

		#featured-right .region-featured-right {
			position: relative;
		}

		#featured-right .region-featured-right:before {
			content: '';
			position: absolute;
			left: -40px;
			height: 100%;
			width: 0;
			border-left: 1px  solid black;
		}

/**********/
/*  MAIN  */
/**********/
#main {
  margin-top: 115px;
	padding-top: 40px;
	padding-bottom: 40px;
}

#content {
			box-sizing: border-box;
	-webkit-box-sizing: border-box;
	 -khtml-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
}

#content .region-content > .block {
	margin-bottom: 60px;
}

.one-sidebar #content {
	width: 66.66%;
	padding-right: 40px;
}

.two-sidebar #content {
	width: 33.33%;
	padding-right: 40px;
}

#sidebar-first, #sidebar-second, .sidebar {
	width: 33.33%;
}

/**********************/
/* HIGHLIGHTED BOTTOM */
/**********************/
#highlighted-bottom-wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}

#highlighted-bottom-wrapper > .inner {
	padding: 0;
}

	#highlighted-bottom {
		padding: 20px; 
		vertical-align: top;
	}

	.two-col #highlighted-bottom {
		width: 66.66%;
	}

	#highlighted-bottom-right {
		padding: 20px;
		vertical-align: top;
	}

	.two-col #highlighted-bottom-right {
		width: 33.33%;
	}

/**********/
/* BOTTOM */
/**********/
#highlighted-bottom-wrapper, #bottom-wrapper {
  display: none;
}

#bottom-wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #dadada;
}

#bottom-wrapper > .inner {
	padding: 0;
}

	#bottom {
		/*width: 66.66%;*/
		width: 50%;
		padding: 20px; 
		vertical-align: top;
		font-size: 0.6em;
		line-height: 1.25em;
	}

	#bottom-right {
		/*width: 33.33%;*/
		width: 50%;
		padding: 20px;
		vertical-align: top;
		font-size: 0.6em;
		line-height: 1.25em;
	}

	#bottom-right .node-location .field-name-title-field {
		display: none;
	}

	#bottom-right .node-location p {
		margin: 0 0 0.5em;
	}

	#bottom-right .node-location p:last-child {
		margin-bottom: 140px;
	}

	#block-menu-menu-footer-menu ul.menu li {
		margin: 10px 0;
		line-height: 1em;
	}

	#block-menu-menu-footer-menu .content > ul.menu > li.last {
		margin-top: 140px;
	}

	#block-menu-menu-footer-menu .menu .menu li {
		list-style: none;
		margin: 5px 0;
		line-height: 1.2em;
	}

	#block-menu-menu-footer-menu .content > ul.menu {
		display: table;
		width: 100%;
	}

	#block-menu-menu-footer-menu .content > ul.menu > li {
		/*display: inline-block;*/
		/*width: 100%;*/
		display: table-cell;
		/*width: 20%;*/
	}

		#block-menu-menu-footer-menu .content > ul.menu > li > a {
			font-weight: bold;
			text-transform: uppercase;
		}

/**********/
/* FOOTER */
/**********/
#footer-wrapper {
	padding: 14px 0;
	background-color: #1a1a1a;
	background-color: rgba(27,27,27,1);
	color: white;
	font-size: 0.6em;
	line-height: 1.25em;
}

/************/
/* CONTENTS */
/************/

/*frontpage*/
.front #content > .section > .tabs,
.front #block-system-main {
	display: none;
}

/*banner content*/
.node.node-full .group-header {
	margin-bottom: 30px;
}

.node.node-full .group-header.bg-img {
	background-size: cover;
	height: 300px;
	padding: 50px 30px 30px;
	color: white;
			box-sizing: border-box;
	-webkit-box-sizing: border-box;
	 -khtml-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	     	text-shadow: 0 0 3px rgba(0,0,0,0.8), 0 0 10px rgba(0,0,0,0.5);
	-webkit-text-shadow: 0 0 3px rgba(0,0,0,0.8), 0 0 10px rgba(0,0,0,0.5);
	 -khtml-text-shadow: 0 0 3px rgba(0,0,0,0.8), 0 0 10px rgba(0,0,0,0.5);
	   -moz-text-shadow: 0 0 3px rgba(0,0,0,0.8), 0 0 10px rgba(0,0,0,0.5);
	    -ms-text-shadow: 0 0 3px rgba(0,0,0,0.8), 0 0 10px rgba(0,0,0,0.5);
	     -o-text-shadow: 0 0 3px rgba(0,0,0,0.8), 0 0 10px rgba(0,0,0,0.5);
}

.node.node-full .group-header.bg-img h1 {
	max-width: 600px;
	color: white;
}

/*services*/
.node-service.node-full > .content > .group-content-wrapper > .group-left,
.node-service.node-full > .content > .group-content-wrapper > .group-right {
	vertical-align: top;
}

.node-service.node-full > .content > .group-content-wrapper > .group-left {
	width: 66.66%;
}

.node-service.node-full > .content > .group-content-wrapper > .group-left .field-name-field-subtitle {
	margin-bottom: 30px;
	font-size: 2em;
	font-weight: bold;
}

.node-service.node-full > .content > .group-content-wrapper > .group-left .field-name-body .field-item {	
			column-count: 2;
	-webkit-column-count: 2;
	 -khtml-column-count: 2;
	   -moz-column-count: 2;
	    -ms-column-count: 2;
	     -o-column-count: 2;
			column-gap: 40px;
	-webkit-column-gap: 40px;
	 -khtml-column-gap: 40px;
	   -moz-column-gap: 40px;
	    -ms-column-gap: 40px;
	     -o-column-gap: 40px;
}

.node-service.node-full > .content > .group-content-wrapper {
	margin-bottom: 40px;
}

.node-service.node-full > .content > .group-content-wrapper > .group-right {
	width: 33.33%;
	padding-left: 30px;
}

.node-service.node-full > .content .field-name-field-icon {
	display: inline-block;
	margin-right: 20px;
	font-size: 2.5em;
}

.node-service.node-full > .content .field-name-field-headline {
	font-size: 1.5em;
	line-height: 1.25em;
	margin-bottom: 20px;
}

.node-service.node-full > .content .field-name-title-field {
	display: inline-block;
}

/*block related products*/
.view-products.view-display-id-entity_view_1 .views-row {
	padding: 4px 8px;
	border-bottom: 1px solid #dddddd;
}
/*page case studies*/
.page-projects .view-last-project .view-content {
	display: block;	
}

.page-projects .view-last-project .views-row {
	display: block;
	padding: 0;
}

.page-projects .view-last-project .views-row .node-project {
	width: 33.33%;
	border: 10px solid white;
			box-sizing: border-box;
	-webkit-box-sizing: border-box;
	 -khtml-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
}

.page-projects .view-last-project .views-row .node-project > h2 {
	display: none;
}

/*block case studies*/
.view-last-project .view-content {
	display: table;
	width: 100%;
	table-layout: fixed;
	overflow: hidden;
}

.view-last-project .views-row {
	display: table-cell;
	vertical-align: top;
	width: 33.33%;
	padding: 0 10px 10px;
}

.view-last-project .views-row.views-row-first {
	padding-left: 0;
}

.view-last-project .views-row.views-row-last {
	padding-right: 0;
}

.view-last-project .views-row.views-row-first.views-row-last {
	display: block;
	width: 33.33%;
}
.view-last-project .node .group-wrapper,
.view-last-project .node .group-left {
	display: block;
	width: auto;
}

.view-last-project .link-wrapper {
	position: relative;
	left: auto;
	top: auto;
	margin-top: 20px;
}

.view-last-project .node .group-right {
	display: none;
}

.view-last-project .node {
	padding: 10px 20px 20px;
}

.view-last-project .node a {
	color: white;
}

.view-last-project .link-wrapper li {
	margin-right: 0;
}

/*bg img*/
.view-last-project .node.bg-img {
	padding: 0;
}

.view-last-project .node.bg-img .group-wrapper,
.view-last-project .node.bg-img .link-wrapper {
	padding: 0 20px 20px;
			box-sizing: border-box;
	-webkit-box-sizing: border-box;
	 -khtml-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
}

.view-last-project .node.bg-img .field-name-title-field a {
	display: block;
	background-size: cover;
	padding: 20px;
	min-height: 110px;
			box-sizing: border-box;
	-webkit-box-sizing: border-box;
	 -khtml-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	     	text-shadow: 0 0 4px rgba(0,0,0,0.8), 0 0 10px rgba(0,0,0,0.5);
	-webkit-text-shadow: 0 0 4px rgba(0,0,0,0.8), 0 0 10px rgba(0,0,0,0.5);
	 -khtml-text-shadow: 0 0 4px rgba(0,0,0,0.8), 0 0 10px rgba(0,0,0,0.5);
	   -moz-text-shadow: 0 0 4px rgba(0,0,0,0.8), 0 0 10px rgba(0,0,0,0.5);
	    -ms-text-shadow: 0 0 4px rgba(0,0,0,0.8), 0 0 10px rgba(0,0,0,0.5);
	     -o-text-shadow: 0 0 4px rgba(0,0,0,0.8), 0 0 10px rgba(0,0,0,0.5);
}

.view-last-project .node.bg-img .field-name-title-field a:hover {
	color: white;
}

/*references*/
.view-references .image-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
			transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	 -khtml-transition: opacity 0.5s ease;
	   -moz-transition: opacity 0.5s ease;
	    -ms-transition: opacity 0.5s ease;
	     -o-transition: opacity 0.5s ease;
}

.view-references .image-hover:hover {
	opacity: 1;
}

/*projects*/
.node-project .group-left {
	width: 66.66%;
}
	.node-project .field-name-field-headline {
		font-weight: bold;
		margin-bottom: 20px;
	}

.node-project .group-right {
	width: 66.66%;
	padding-left: 20px;
}

	.node-project .field-name-field-key-figures p {
		margin-bottom: 0;
		margin-top: 0.5em;
	}

	.node-project .field-name-field-key-figures p strong {
		font-size: 1.5em;
		font-weight: normal;
	}

/*services*/

/*node teaser*/

/*new behaviour*/
.node-service.node-teaser {
	position: relative;
	top: 0;
	width: 200px;
	margin: 0 20px 20px;
	text-align: center;
			transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	 -khtml-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
}

.node-service.node-teaser .field-name-field-icon {
	background-color: transparent;
			border-radius: 50%;
	-webkit-border-radius: 50%;
	 -khtml-border-radius: 50%;
	   -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	     -o-border-radius: 50%;
     border-width: 5px;
     border-style: solid;
		transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
 -khtml-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
}

.node-service.node-teaser:hover {
	top: -60px;
}

.node-service.node-teaser:hover .field-name-field-icon {
	top: -20px;
	background-color: rgba(255,255,255,1);
}

.node-service.node-teaser .field-name-field-icon {
	position: relative;
	top: 0;
	display: block;
	color: white;
	font-size: 80px;
	line-height: 200px;
	vertical-align: middle;
	text-decoration: none;
			transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	 -khtml-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
}

.node-service.node-teaser:hover .field-name-field-icon {
	font-size: 100px;
}

.node-service.node-teaser .field-name-title-field a,
.node-service.node-teaser .field-name-field-icon .fa {
	color: white;
}

.node-service.node-teaser:hover .field-name-field-icon .fa {
	color: #103c4b;
}

/*old behaviour*/
/*
.node-service.node-teaser {
	position: relative;
	top: 0;
	width: 200px;
	height: 200px;
	margin: 20px;
	background-color: transparent;
			border-radius: 50%;
	-webkit-border-radius: 50%;
	 -khtml-border-radius: 50%;
	   -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	     -o-border-radius: 50%;
	text-align: center;
	border: 5px solid #103c4b;
			transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	 -khtml-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
}

.node-service.node-teaser:hover {
	top: -60px;
	background-color: rgba(255,255,255,1);
}

.node-service.node-teaser .icon {
	display: block;
	color: white;
	font-size: 80px;
	line-height: 200px;
	vertical-align: middle;
	text-decoration: none;
			transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	 -khtml-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
}

.node-service.node-teaser:hover .icon {
	font-size: 100px;
	color: #103c4b;
}

.node-service.node-teaser .field-name-title-field {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 300px;
	margin-left: -150px;
	padding: 5px;
			box-sizing: border-box;
	-webkit-box-sizing: border-box;
	 -khtml-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	     	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	 -khtml-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	    -ms-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	white-space: nowrap;

}

.node-service.node-teaser:hover .field-name-title-field {
	bottom: -60px;
}

.node-service.node-teaser .field-name-title-field a {
	color: white;
}

.node-service.node-teaser .field-name-field-headline {
	position: absolute;
	z-index: 10;
	bottom: -150px;
	left: 0;
	opacity: 0;
	width: 100%;
	padding: 16px;
	margin-top: 16px;
	background-color: white;
	color: black;
			box-sizing: border-box;
	-webkit-box-sizing: border-box;
	 -khtml-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	     	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	 -khtml-transition: all 1s ease;
	   -moz-transition: all 1s ease;
	    -ms-transition: all 1s ease;
	     -o-transition: all 1s ease;
}

.node-service.node-teaser .field-name-field-headline:before {
	content: '';
	position: absolute;
	top: -5px;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	background-color: inherit;
			transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	 -khtml-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
}

.node-service.node-teaser:hover .field-name-field-headline {
	bottom: -140px;
	opacity: 1;
}
*/

/*view blocks*/
#highlighted-bottom #block-views-references-block {
	padding-bottom: 50px;
}

#block-views-references-block .slick-slider {
	margin-bottom: 0;
}

#block-views-references-block .slick--center .slick-track {
	padding-top: 0;
	padding-bottom: 0;
}

#block-views-services-block {
	/*padding: 0 50px 20px;*/
	margin-top: -30px;
	text-align: center;
}

#block-views-services-block > h2 {
	font-size: 2em;
	line-height: 1.25em;
	text-align: left;
	padding-top: 40px;
	margin-bottom: 0;
}

#block-views-services-block .views-row {
	display: inline-block;
	/*vertical-align: middle;*/
	vertical-align: top;
}

/*Downloads view page*/
.view-downloads .views-group {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
}

/*node-blocks*/
#block-views-nodeblock-featured-left-block-1 {
	max-width: 800px;
	margin: 0 auto 40px;
}

/*contact*/
.page-node.node-type-location #highlighted-wrapper > .inner {
	padding: 25px 20px;
}

.page-node.node-type-location #highlighted-wrapper > .inner #highlighted {
	padding: 0;
}

.page-node.note-type-location #highlighted-bottom-wrapper {
	padding-bottom: 100px;
}

.page-node-12 .region-content {
	display: table;
	width: 100%;
}

.page-node-12 #block-webform-client-block-6,
.page-node-12 #block-system-main {
	display: table-cell;
	vertical-align: top;
}

.page-node-12 #block-webform-client-block-6 {
	width: 66.66%;
}

.page-node-12 #block-system-main {
	width: 33.33%;
	padding-left: 20px;
	/*padding-top: 85px;*/
}

/*contact form*/
#block-webform-client-block-6 .table {
	table-layout: fixed;
}

	#block-webform-client-block-6 .webform-component--wrapper--left {
		vertical-align: top;
		width: 50%;
		padding-right: 10px;
	}

	#block-webform-client-block-6 .webform-component--wrapper--right {
		vertical-align: top;
		width: 50%;
		padding-left: 10px;
	}

		#block-webform-client-block-6 .form-textarea {
			position: relative;
			top: 1px;
			height: 232px;
		}

#block-webform-client-block-6 .form-actions {
	/*position: relative;
	left: 50%;
	max-width: 600px;
	padding-left: 10px;*/
}

/*ISOTOPES*/
.isotope-container {
			transition: height 0.5s ease;
	-webkit-transition: height 0.5s ease;
	 -khtml-transition: height 0.5s ease;
	   -moz-transition: height 0.5s ease;
	    -ms-transition: height 0.5s ease;
	     -o-transition: height 0.5s ease;
}

.page-node-24 #main,
.page-node-32 #main {
	padding-left: 0;
	padding-right: 0;
}

.page-node-24 #main #block-system-main,
.page-node-32 #main #block-system-main,
.page-node-32 #main #block-views-partenaires-choice-block {
	padding-left: 20px;
	padding-right: 20px;
}

.page-node-24 #main #block-views-products-block,
.page-node-32 #main #block-views-partenaires-block-1,
.page-node-32 #main #block-views-partenaires-block-2 {
	padding-left: 10px;
	padding-right: 10px;
}

.page-node-24 #main #block-views-products-block .attachment-before .view-header,
.page-node-32 #main #block-views-partenaires-block-1 .view-header .view-header,
.page-node-24 #main #block-views-products-block .view-product-types .view-header {
	padding-left: 10px;
	padding-right: 10px;
}

/************/
/* PRODUCTS */
/************/

/*product landing*/
.view-products.view-display-id-block .element-item {
	position: relative;
	float: left;
	width: 33.33%;
	padding: 10px;
			box-sizing: border-box;
	-webkit-box-sizing: border-box;
	 -khtml-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
}

/*bg img*/
.view-products .element-item.bg-img .views-field-title-field a {
	background-size: cover;
}

.view-products.view-display-id-block .element-item .views-field-title-field a {
	/*position: relative;*/
	display: block;
	height: 150px;
	/*padding: 40px;*/
	padding: 12px 20px 20px;
			box-sizing: border-box;
	-webkit-box-sizing: border-box;
	 -khtml-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	color: white;
	font-size: 1.2em;
	line-height: 1.25em;
	background-color: #103c4b;

	/*text-transform: uppercase;*/
}

.view-products.view-display-id-block .element-item .views-field-title-field a:hover {
	background-color: #1c5d71;

}

.view-products.view-display-id-block .element-item .views-field-title-field a .title span {
	display: block;
	max-width: 90%;
}

.view-products.view-display-id-block .element-item .views-field-title-field a .type {
	position: absolute;
	bottom: 20px;
	font-size: 0.7em;
}

.view-products.view-display-id-block .element-item .views-field-field-icon {
	position: absolute;
	bottom: 10px;
	right: 20px;
	pointer-events: none;
}

.view-products.view-display-id-block .element-item .views-field-field-icon a {
	color: white;
	font-size: 3.5em;
	pointer-events: none;
}

.view-products.view-display-id-block .view-header,
.view-products.view-display-id-block .attachment-before {
	/*position: relative;
	top: -65px;*/
}

.view-products.view-display-id-block .view-header .filter,
.view-products.view-display-id-block .attachment-before .view-content .filter,
.view-products.view-display-id-block .view-product-types .views-row {
	display: inline-block;
	margin: 0 5px 20px 10px;
}

.view-products.view-display-id-block .view-product-types .views-row {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.view-products.view-display-id-block .view-header .filter,
.view-products.view-display-id-block .attachment-before .view-content .filter,
.view-products.view-display-id-block .view-product-types .field-content .filter {
	padding: 15px;
	color: white;
	cursor: pointer;
}

/*product menu*/

	.node-type-product #highlighted {
		padding: 20px 20px 0;
	}

		.node-type-product #block-menu-menu-our-products h2 {
			margin-bottom: 0;
			font-size: 3em;
			line-height: 1.2em;
			text-transform: none;
		}

		.node-type-product #block-menu-menu-our-products ul.menu {
			display: table;
			border-spacing: 32px;
			margin: 0 -32px;
		}

			.node-type-product #block-menu-menu-our-products ul.menu li {
				display: table-cell;
				vertical-align: middle;
				list-style: none;
				width: 160px;
				margin-right: 25px;
				text-align: center;
			}

			.node-type-product #block-menu-menu-our-products ul.menu li:hover {
				background-color: rgba(0, 0, 0, 0.5);
			}

			.node-type-product #block-menu-menu-our-products ul.menu li.active-trail {
				background-color: white;
			}

				.node-type-product #block-menu-menu-our-products ul.menu li a {
					display: block;
					height: 100%;
					padding: 24px 5px;
					text-transform: uppercase;
					font-weight: bold;
					font-size: 1.5em;
					line-height: 0.9em;
				}

/*product tabs*/
.node-type-product #main {
	padding-top: 0;
}

.node-type-product #main:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	border-top: 40px solid #dddddd;
}

/*product structure*/
.node-product .group-left {
	width: 66.66%;
	vertical-align: top;
	padding-right: 20px;
}

.node-product .group-right {
	width: 33.33%;
	vertical-align: top;
	padding-top: 80px;
}

.node-product .group-right > * {
	margin-bottom: 20px;
}

.node-product .group-right .flexslider .slides {
	padding-bottom: 20px;
}

.flex-direction-nav a {
	height: 24px;
}

.flex-direction-nav a:before {
	font-size: 24px;
}


/*product contents*/
.node-product.node-full .field-name-title-field {
	font-weight: bold;
	margin-bottom: 20px;
}

.node-product .field-name-field-headline {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 20px;
}

.node-product .field-name-field-specs table tr td:first-child {
	width: 140px;
}

.node-product .field-name-field-documents .field-item {
	padding: 4px 8px;
	border-bottom: 1px solid #dddddd;
}

/*************/
/* DOWNLOADS */
/*************/

.view-downloads .views-group > h3 {
	font-size: 1.25em;
	line-height: 1.25em;
}

.view-downloads .views-group {
	margin-bottom: 20px;
}

/***************/
/* PARTENAIRES */
/***************/

/*choice*/
.view-partenaires-choice {
	text-align: center;
}

.view-partenaires-choice .views-row {
	display: inline-block;
	padding: 20px;
	color: white;
	margin: 10px;
	font-size: 1.5em;
	line-height: 1-25em;
	cursor: pointer;
}

/*product landing*/
.view-partenaires {
	/*top: 40px;*/
}

.view-partenaires.view-display-id-block_1 .element-item,
.view-partenaires.view-display-id-block_2 .views-row {
	position: relative;
	float: left;
	width: 33.33%;
	/*width: 280px;*/
	padding: 10px;
			box-sizing: border-box;
	-webkit-box-sizing: border-box;
	 -khtml-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
}

.view-partenaires.view-display-id-block_1 .element-item .content-inner,
.view-partenaires.view-display-id-block_2 .views-row .element-item {
	display: block;
	min-height: 200px;
	padding: 20px;
			box-sizing: border-box;
	-webkit-box-sizing: border-box;
	 -khtml-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	color: white;
	font-size: 0.8em;
	line-height: 1.25em;
}

.view-partenaires.view-display-id-block_1 .element-item .content-inner .field-name-title-field,
.view-partenaires.view-display-id-block_2 .views-row .element-item .field-name-title-field {
	font-size: 1.2em;
	line-height: 1.25em;
	margin-bottom: 10px;
}	

/*filter*/
.view-partenaires.view-display-id-block_1 .view-header .view-content .filter {
	display: inline-block;
	margin: 0 5px 20px 10px;	
	padding: 15px;
	color: white;
	cursor: pointer;
}

/********/
/* FILE */
/********/
.file-wrapper {
	display: block;
	position: relative;
}

.file-extension {
	position: relative;
	top: -3px;
	display: inline-block;
	min-width: 20px;
	max-width: 36px;
	height: 20px;
	padding: 0;
	margin-right: 10px;
	background-color: black;
	text-align: right;
	font-size: 0.4em;
	line-height: 1.2em;
	color: white;
	text-transform: uppercase;
}

.file-extension:after {
	content: '';
	position: absolute;
	right: 0;
	top: -6px;
	width: 0;
	height: 0;
	border-left: 3px solid #aaaaaa;
	border-bottom: 3px solid #aaaaaa;
	border-top: 3px solid transparent;
	border-right: 3px solid transparent;
}

.extension-border {
	position: absolute;
	width: 100%;
	top: -6px;
	left: 0;
	right: auto;
	height: 7px;
	background-color: black;
}

.extension-border:after {
	content: '';
	position: absolute;
	z-index: 0;
	right: 0;
	width: 6px;
	height: 6px;
	background-color: white;
}

.extension {
	position: relative;
	right: 1px;
	bottom: -8px;
	font-weight: bold;
}

.file {
	font-size: 0.7em;
}

/* @media (max-width: 959px) { */
/* 	/\*General styles*\/ */
/* 	body { */
/* 		font-size: 16px; */
/* 	}	 */

/* 	/\************\/ */
/* 	/\** Header **\/ */
/* 	/\************\/ */
/* 	#header { */
/* 		position: relative; */
/* 	} */

/* 	#highlighted-wrapper, */
/* 	.front #highlighted-wrapper { */
/* 		top: 0; */
/* 		margin-bottom: 0; */
/* 	} */

/* 	/\************\/ */
/* 	/\* Services *\/ */
/* 	/\************\/ */
/* 	.node-service.node-teaser { */
/* 		width: 160px; */
/* 	} */

/* 	.node-service.node-teaser .field-name-field-icon { */
/* 		font-size: 64px; */
/* 		line-height: 160px; */
/* 	} */

/* 	.node-service.node-teaser:hover .field-name-field-icon { */
/* 		font-size: 80px; */
/* 	} */

/* 	#bottom-right .node-location p:last-child { */
/* 		margin-bottom: 180px; */
/* 	} */
/* } */
