/*
	Theme Name: SchemelWirtz - HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

html {
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;

}
body {
	font-family: "Fedra Sans 2", sans-serif;
	font-style: Normal;
	font-weight: 300;
	font-stretch: normal;
	font-size: 13px;
	color: #1a171b;
	background-color: black;

}
/* clear */
.clear:before,
.clear:after {
	content:' ';
	display:table;

}
.clear:after {
	clear:both;

}
.clear {
	*zoom:1;

}
img {
	max-width:100%;
	vertical-align:bottom;

}
input:focus {
	outline:0;
	border:1px solid #04A4CC;

}
h1,
h2,
h3,
h4,
.main-nav li {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 3.5px;

}
h3 {
  margin-top: 0;
  letter-spacing: 2.5px;

}
h4,
.sidebar li {
  font-size: 14px;
  letter-spacing: 2.5px;

}
.up {
  display: block;
  font-size: 14px;
  letter-spacing: 2.5px;

}
address,
p,
.text-block ul {
  -webkit-font-smoothing: antialiased !important;
  line-height: 20px;
  font-style: normal;

}
/*
p,
.project-description,
.news-description {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: auto 5;
  hyphenate-limit-lines: 2;
  line-height: 18px;

}
*/
a {
  color: inherit;
  text-decoration: none;

}
a:focus {
	outline:0;

}
a:hover,
a:focus {
  text-decoration: underline;

}
nav a:hover,
nav a:focus {
  text-decoration: none;

}
body:not(.mentions-legales, .impressum) .text-block p a {
	font-weight: 400;

}
.text-block p a[href*=uploads]:before {
	font-family: "FontAwesome";
	display: inline-block;;
	content: '\f105';
	text-shadow: none;
	margin-left: 5px;
	margin-right: 10px;

}
strong {
  font-weight: 400;

}
.text-block ul {
  list-style: none;
  margin: 0;
  padding: 0;

}
.text-block ul li {
  padding-left: 20px;
  margin-bottom: 2px;

}
.text-block ul li:before {
  content: "–";
  display: inline-block;
  width: 20px;
  margin-left: -20px;
  vertical-align: middle;

}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;

}
.sepia {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  -webkit-transition: 500ms -webkit-filter ease;
     -moz-transition: 500ms -moz-filter ease;
     -moz-transition: 500ms filter ease;
      -ms-transition: 500ms -ms-filter ease;
       -o-transition: 500ms -o-filter ease;
       /* transition: 500ms filter ease; */
  -webkit-filter: grayscale(100%) sepia(10%);
     -moz-filter: grayscale(100%) sepia(10%);
      -ms-filter: grayscale(100%) sepia(10%);
       -o-filter: grayscale(100%) sepia(10%);
       /* filter: grayscale(100%) sepia(10%); */

}

.sepia img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  -webkit-transition: 500ms -webkit-filter ease;
     -moz-transition: 500ms -moz-filter ease;
     -moz-transition: 500ms filter ease;
      -ms-transition: 500ms -ms-filter ease;
       -o-transition: 500ms -o-filter ease;
       /* transition: 500ms filter ease; */
  -webkit-filter: grayscale(100%) sepia(10%);
     -moz-filter: grayscale(100%) sepia(10%);
      -ms-filter: grayscale(100%) sepia(10%);
       -o-filter: grayscale(100%) sepia(10%);
       /* filter: grayscale(100%) sepia(10%); */

}

.sepia:hover {
  -webkit-filter: none;
     -moz-filter: none;
      -ms-filter: none;
       -o-filter: none;
          filter: none;

}

.sepia:hover img {
  -webkit-filter: none;
     -moz-filter: none;
      -ms-filter: none;
       -o-filter: none;
          filter: none;

}

/*
.background--light {
  -webkit-filter: invert(1);
     -moz-filter: invert(1);
      -ms-filter: invert(1);
       -o-filter: invert(1);
          filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
          -webkit-filter: invert(1);
                  filter: invert(1);

}
*/

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

html,
body {
  height: 100%;
  width: 100%;

}

/* wrapper */
.wrapper {
	position: relative;
  min-height: 100%;
  min-height: calc(100% - 230px);
  padding-bottom: 210px;
  background-color: white;

}

/* header */
header {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  padding: 30px 50px;
  box-sizing: border-box;
  height: calc(100% - 70px);
  /* TODO: Fallback falls calc nicht unterstützt wird */

}

header .down {
  display: none;

}

/* logo */
.logo,
.toggle-switch {
  position: relative;
  z-index: 10;
  max-width: 75%;

}

.logo {
  width: 305px;
  -webkit-transition: 750ms -webkit-filter ease;
     -moz-transition: 750ms -moz-filter ease;
     -moz-transition: 750ms filter ease;
      -ms-transition: 750ms -ms-filter ease;
       -o-transition: 750ms -o-filter ease;
       /* transition: 750ms filter ease; */

}

.toggle-switch {
  display: none;

}

.mobile-header {
  display: none;

}




/* eyecatcher */
header .eyecatcher {
	float: right;
	position: relative;
	z-index: 10;
	margin-top: -0.1em;
	color: white;
	text-transform: uppercase;

}
header .eyecatcher span {
	font-size: 16px;
	font-weight: 400;

}
header .eyecatcher span::after {
	content: '\f105';
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 1.25em;
	vertical-align: middle;
	margin-top: -0.1875em;
	margin-left: 1em;

}
@media screen and (max-width: 760px) {
	header .eyecatcher span::after {
		margin-left: 0.625em;

}

}
@media screen and (max-width: 640px) {
	header .eyecatcher span {
		display: inline-block;
		text-align: right;

}

}

/* New Eyecatcher*/

header .new-eyecatcher{
	background-color: #fff;
	max-width: 230px;
	color: #000;
	text-transform: uppercase;
	right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear:both;
	top: 30px;
}

header .new-eyecatcher span{
	font-weight: 100;
	font-size: 20px;
	text-align: center;
	display: block;

}
header .new-eyecatcher span:first-child:after{
	display: none;
}
header .new-eyecatcher span:first-child{
	letter-spacing: 0.1em;
	line-height: 1.2em;
}
header .new-eyecatcher span:nth-of-type(2){
	font-weight: 500 !important;
	font-size: 16px !important;
	letter-spacing: 0.07em;
	padding-top: 5px;

}
header .new-eyecatcher span:nth-of-type(2):after{
	margin-left: 0.5em;
}

#profile #neuer-partner,
#profile #nouveau-associe{
	padding-top: 150px;
	margin-top: -150px;
}

@media screen and (min-width: 640px){
	header .new-eyecatcher{
		top: 0;
	}
}
@media screen and (min-width: 760px){
	header .new-eyecatcher{
		max-width: 238px;
	}
}
@media screen and (min-width: 950px){
	header .new-eyecatcher{
		top: 40px;
	}
}


/* nav */
.main-nav {
  height: 150px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0 50px;
  background: white;
  position: relative;
  z-index: 5;
	top: -20px;

}
.main-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;

}
.main-nav .logo {
  margin-top: 25px;

}
.main-nav > ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  height: 64px;
  margin-top: 38px;

}
@media screen and (min-width: 986px) and (max-width: 1086px){
	.main-nav > ul{
		margin-top: 5px;
	}
}

@media screen and (min-width: 1101px) and (max-width: 1153px){
	.main-nav > ul{
		margin-top: 5px;
	}
}

.main-nav li {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  vertical-align: middle;
  margin-left: 33px;

}
/*.main-nav li:nth-last-child(2),
.mobile-nav li:nth-last-child(2) {
  display: none;

}*/
.main-nav li:last-child {
  width: 30px;
  text-overflow: clip;
  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;

}
/* add indicator to "news" navigation item */
.main-nav li.page-item-1221,
.main-nav li.page-item-1223,
.main-nav li.menu-item-1291,
.main-nav li.menu-item-1290,
.mobile-nav li.page-item-1221,
.mobile-nav li.page-item-1223,
.mobile-nav li.menu-item-1291,
.mobile-nav li.menu-item-1290 {
	position: relative;
}
.main-nav.unseen-news-items-availabe li.page-item-1221:after,
.main-nav.unseen-news-items-availabe li.page-item-1223:after,
.main-nav.unseen-news-items-availabe li.menu-item-1291:after,
.main-nav.unseen-news-items-availabe li.menu-item-1290:after {
	content: '';
	display: block;
	position: absolute;
	top: 5px;
	right: -8px;
	width: 8px;
	height: 8px;
	background-color: #158c3d;
	border-radius: 50%;
	color: white;
	font-size: 7px;
	font-weight: 400;
	line-height: 12px;
	-webkit-font-smoothing: subpixel-antialiased !important;
}
.mobile-nav.unseen-news-items-availabe li.page-item-1221:after,
.mobile-nav.unseen-news-items-availabe li.page-item-1223:after,
.mobile-nav.unseen-news-items-availabe li.menu-item-1291:after,
.mobile-nav.unseen-news-items-availabe li.menu-item-1290:after {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	right: -6px;
	width: 6px;
	height: 6px;
	background-color: #158c3d;
	border-radius: 50%;
	color: white;
	font-size: 7px;
	font-weight: 400;
	line-height: 12px;
	-webkit-font-smoothing: subpixel-antialiased !important;
}


nav a li {
  color: initial;

}

/* section */
section {
  position: relative;
	z-index: 1;

}

.fixed + section {
  padding-top: 170px;

}

.single-post section {
  padding-top: 130px;

}

/* sidebar */
.sidebar {
  text-align: right;
  width: 245px;
  padding-right: 50px;
  position: absolute;
  right: 0;
  top: 0;

}

.single-post .sidebar {
	width: 295px;
	padding-right: 0;

}

.sidebar.fixed {
  position: fixed;
  top: 150px;
  right: 0;

}

.sidebar a:hover,
.sidebar a:focus {
  text-decoration: none;
}

.sidebar h2 {
  margin-top: 0;

}

.sidebar > ul {
  list-style: none;
  margin: 0;
  padding: 0;

}

.sidebar li {
  display: block;
  line-height: 20px;
  text-transform: uppercase;

}

.sidebar li.active {
  font-weight: 500;

}

.sidebar .filter-toggle {
  display: none;

}

/* footer */
footer {
  position: absolute;
  bottom: -20px;
  width: 100%;
  min-height: 32px;
  line-height: 32px;
  vertical-align: middle;
  padding: 0 50px;
  box-sizing: border-box;
  background: black;
  color: white;
  font-size: 14px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased !important;
  z-index: 5;

}
footer a:hover,
footer a:focus {
  text-decoration: none;

}

footer ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;

}

footer li {
  display: inline-block;

}
#lang_sel_footer {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: left;
  font: inherit;
  min-height: inherit;
  clear: none;
  background-color: transparent;
  border: none;

}
#lang_sel_footer ul li:after {
  content: "\\";
  display: inline-block;
  margin: auto 15px auto 12px;

}
#lang_sel_footer ul li:last-child:after {
  display: none;

}
#lang_sel_footer ul li a, #lang_sel_footer ul li a:visited {
  padding: 0 10px 0 0;

}


.meta-nav {
  float: right;

}

.meta-nav li {
  margin-left: 40px;

}
/*------------------------------------*\
    Social Media Buttons
\*------------------------------------*/
.fb-icon{
	background-image: url('https://www.schemelwirtz.lu/wp-content/themes/schemelwirtz/img/Entwurf_06_Facebook.svg');
	background-repeat: no-repeat;
	background-position: right;
	background-size: 17px 17px;
	color: transparent;
	height: 20px;
}

.insta-icon{
	background-image: url('https://www.schemelwirtz.lu/wp-content/themes/schemelwirtz/img/Entwurf_06_Instagram.svg');
	background-repeat: no-repeat;
	background-position: right;
	background-size: 17px 17px;
	color: transparent;

	height: 20px;
}

.linkedin-icon{
	background-image: url('https://www.schemelwirtz.lu/wp-content/themes/schemelwirtz/img/Entwurf_06_LinkedIn.svg');
	background-repeat: no-repeat;
	background-position: right;
	background-size: 17px 17px;
	color: transparent;

	height: 20px;
}

@media (min-width:640px){
	.fb-icon, .insta-icon, .linkedin-icon{
		background-position: left;
	}
	.fb-icon, .insta-icon{
		margin-right: 0px !important;
	}
}

@media (min-width: 760px){

	.insta-icon{
		margin-left: -10px !important;
	}
	.linkedin-icon{
		margin-left: -7px !important;
	}

}




/*------------------------------------*\
    FLEXSLIDER
\*------------------------------------*/

.flexslider {
  border: 0;
  border-radius: 0;
  margin: 0;

}

div > .custom-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;

}

div > .custom-navigation a {
  -webkit-transition: 500ms all ease;
     -moz-transition: 500ms all ease;
      -ms-transition: 500ms all ease;
       -o-transition: 500ms all ease;

}

.custom-navigation a {
  display: block;
  width: 30px;
  position: absolute;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  z-index: 1000;

}

.custom-navigation a.flex-prev {
  top: 0;
  left: -30px;

}

div:hover > .custom-navigation a.flex-prev {
  left: 0;

}

div .custom-navigation a.flex-prev.flex-disabled {
  left: -30px;

}

.custom-navigation a.flex-next {
  top: 0;
  right: -30px;

}

div:hover > .custom-navigation a.flex-next {
  right: 0;

}

div .custom-navigation a.flex-next.flex-disabled {
  right: -30px;

}

.custom-navigation a:before {
  font-family: "FontAwesome";
  font-size: 36px;
  display: block;
  content: '\f104';
  text-shadow: none;

}

.custom-navigation a.flex-next:before {
  content: '\f105';

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/*---------------------------*\
    FRONT PAGE
\*---------------------------*/

header .flexslider {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: black;

}

header .flexslider .flex-viewport,
header .flexslider .slides,
header .flexslider .slides li {
  width: 100%;
  height: 100%;

}

header .flexslider li {
  background-position: center center;
  background-size: cover;

}

header .flexslider .slides > li:first-child,
#project-slider .slides > li:first-child {
	display: block;
	-webkit-backface-visibility: visible;

}

.js .home .main-nav .logo {
  opacity: 0.0;
  filter: alpha(opacity=0);

}

/*
.home section {
  padding-top: 0;
  overflow: hidden;

}
*/

@media screen and (min-width: 986px) {

	.home .sidebar {
		width: calc((100% - 570px) / 2.0);
		box-sizing: border-box;
		padding-left: 10px;

}


}


/* Footer Sprachumschalter Fix */


footer .wpml-ls-first-item a{
	display: inline-block;
}



/*---------------------------*\
    PROJECT
\*---------------------------*/

.single-post .wrapper {
  height: calc(100% - 100px);
  padding-bottom: 80px;

}

.single-post section {
  height: calc(100% - 60px);

}

.single-post .sidebar.fixed {
  height: calc(100% - 240px);

}

.single-post .sidebar.fixed article {
  overflow-x: hidden;
  height: calc(100% - 100px);
  margin-bottom: 10px;
  padding-right: 50px;

}

.single-post .sidebar.fixed article.scrolling {
	margin-right: -15px;

}
.single-post .sidebar.fixed article::-webkit-scrollbar {
    visibility: hidden;

}
.single-post .sidebar .sidebar-meta {
	position: absolute;
	bottom: 5px;
	left: -25px;
	right: 0;
	margin-right: 50px;
	background-color: #f3f3f3;
	border-top: 10px solid white;
	padding: 10px 15px;
	min-height: 95px;
	box-sizing: border-box;
}
.single-post .sidebar .sidebar-meta table {
    width: 100%;
}
.single-post .sidebar .sidebar-meta table tr td {
	vertical-align: top;
}
.single-post .sidebar .sidebar-meta table tr td:first-child {
    font-weight: 400;
    text-align: left;
}
.single-post .sidebar .sidebar-meta table tr td:last-child {
    text-align: right;
	padding-bottom: 0.25em;
}

.single-post .period {
  text-transform: uppercase;
  margin-bottom: 20px;

}

.project-description {
  padding-bottom: 50px;

}

.project-slider-container {
  position: relative;
  margin-left: 50px;
  margin-right: 330px;
  height: calc(100% - 70px);

}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);

}

#project-slider {
  width: 100%;
  background-color: rgba(0,0,0,0.05);
  height: calc(100% - 110px);
  margin-bottom: 10px;

}

#project-slider .slides {
  height: 100%;
  width: 100%;

}

#project-slider .slides li {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;

}

/*
#project-slider .slides li img {
  max-height: 100%;
  width: auto;
  max-width: 100%;
  background: black;

}
*/

#project-slider li,
#project-slider li img {
  margin: 0 auto 0 0;

}

#project-carousel {
  height: 85px;

}

#project-carousel li {
  margin-right: 10px;

}

#project-carousel li img {
  cursor: pointer;

}

#project-carousel .flex-viewport {
  -webkit-transition: none;
          transition: none;

}

#project-carousel .flex-active-slide .sepia {
  -webkit-filter: none;
     -moz-filter: none;
      -ms-filter: none;
       -o-filter: none;
          filter: none;

}

#project-slider .custom-navigation a {
  color: black;
  top: 50%;
  height: 36px;
  margin-top: -18px;

}

#project-carousel .custom-navigation a {
  background: rgba(0,0,0,0.65);
  color: white;
  height: 100%;
  line-height: 85px;

}

/*---------------------------*\
    NEWS
\*---------------------------*/

.news-list {
  max-width: 570px;
  margin: auto;

}

.news-list .item {
  margin-bottom: 60px;

}

.news-list .item > div {
  float: left;

}

.news-list .item .image-container {
  float: left;
  width: 45%;
  height: 0;
  padding-bottom: 33%;
  background-size: cover;
  background-position: center center;

}

.news-list .item .info {
  float: right;
  width: 50%;

}

.news-list .item .info .period {
  text-transform: uppercase;

}

.news-list .item .info h3 {
  margin-top: 4px;
  margin-bottom: 10px;

}

.news-list .news-description.contracted {
  max-height: 88px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-list .links {
  margin-top: 10px;
  width: 100%;
  -webkit-transition: 500ms margin ease;
     -moz-transition: 500ms margin ease;
      -ms-transition: 500ms margin ease;
       -o-transition: 500ms margin ease;

}

.news-list .news-description:not(.contracted) + .links {
  margin-top: 15px;

}

.news-list .link {
  display: inline-block;
  width: 45%;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1.25px;

}

.news-list .link a:hover,
.news-list .link a:focus {
  text-decoration: none;

}

.link:before,
.download:before {
  	font-family: "FontAwesome";
  display: inline-block;;
  content: '\f105';
  text-shadow: none;
  margin-left: 5px;
  margin-right: 5px;

}


/*---------------------------*\
    NEWS V3
\*---------------------------*/

.news-description p:first-child {
    margin-top: 0;
}
.news-description p:last-child {
    margin-bottom: 0;
}

.page-template-template-news-v3 .wrapper {
	width: 100%;
	height: 100%;
	padding-bottom: 0;

}

.page-template-template-news-v3 section {
	width: 100%;
	height: 100%;
	height: calc(100% - 130px);
	padding-top: 130px !important;

}

@media screen and (max-width: 760px) {

	.page-template-template-news-v3 section {
		padding-top: 170px !important;
		height: calc(100% - 170px);

}


}

@media screen and (max-width: 640px) {

	.page-template-template-news-v3 section {
		padding-top: 100px !important;
		height: calc(100% - 100px);

}


}

@media screen and (max-width: 400px) {

	.page-template-template-news-v3 section {
		padding-top: 85px !important;
		height: calc(100% - 85px);

}


}

@media screen and (max-height: 500px) {

	.page-template-template-news-v3 section {
		padding-top: 70px !important;
		height: calc(100% - 70px);

}


}

.page-template-template-news-v3 .footer {
	bottom: initial;

}

.page-template-template-news-v3 .flexslider,
.page-template-template-news-v3 .flex-viewport {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;

}

.page-template-template-news-v3 .flexslider .flex-direction-nav a{
	font-size: 0;
	width: 45px;
	height: 55px;
	margin-top: -25px;
	background-color: rgba(255, 255, 255, 0.85);
	text-shadow: none;

}

.page-template-template-news-v3 .flexslider:hover .flex-direction-nav a.flex-next {
	right: 0;

}
.page-template-template-news-v3 .flexslider:hover .flex-direction-nav a.flex-prev {
	left: 0;

}

.page-template-template-news-v3 .flexslider .flex-direction-nav a::before {
	font-family: 'FontAwesome';
	font-size: 50px;
	color: #000;
	text-shadow: none;
	margin: 0 10px;

}

.page-template-template-news-v3 .flexslider .flex-direction-nav a.flex-next::before {
	content: '\f105';

}

.page-template-template-news-v3 .flexslider .flex-direction-nav a.flex-prev::before {
	content: '\f104';

}

.page-template-template-news-v3 article.article-slide {
	overflow: hidden;
	margin-right: 10px;
}

.page-template-template-news-v3 article.article-slide .news-image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;

}

/* FOR BLURRED PREVIEW IMAGES: */
/*
.page-template-template-news-v3 article.article-slide .news-image.blurred {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-filter: blur(10px);
	        filter: blur(10px);

}

.page-template-template-news-v3 article.article-slide .news-image.full-image-loaded {
	-webkit-animation-name: sharpen;
	        animation-name: sharpen;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;

}
@-webkit-keyframes sharpen {
	from {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
		-webkit-filter: blur(15px);
		        filter: blur(15px);

}
	to {
		-webkit-transform: scale(1.0);
		        transform: scale(1.0);
		-webkit-filter: blur(0px);
		        filter: blur(0px);

}

}
@keyframes sharpen {
	from {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
		-webkit-filter: blur(15px);
		        filter: blur(15px);

}
	to {
		-webkit-transform: scale(1.0);
		        transform: scale(1.0);
		-webkit-filter: blur(0px);
		        filter: blur(0px);

}

}*/




@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		left: 0px;

}
	.flex-direction-nav .flex-next {
		right: 0px;

}

}

.article-slides {
    position: relative;
    height: 100%;

}

article.article-slide {
	position: relative;
    height: 100%;
    text-align: right;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;

}

article.article-slide .content {
	position: relative;
    display: inline-block;
    width: 90%;
    margin-right: 5%;
    margin-top: 40px;
	margin-bottom: 40px;
	min-height: 120px;
	max-height: calc(100% - 80px);
    padding: 10px 15px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.65);
	overflow-y: auto;
	z-index: 100;
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);

}

article.article-slide .content .period {
	text-transform: uppercase;
	margin-bottom: 3px;
	letter-spacing: 0.05em;

}

article.article-slide .content .headline h3 {
	margin-bottom: 25px;

}

article.article-slide.open .content .headline h3 {
	margin-bottom: 10px;

}

article.article-slide .content .more-content {
	padding: 0;
	margin-bottom: 15px;

}

article.article-slide .content .links {
	margin-top: 20px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.05em;

}

article.article-slide .content .link a:hover,
article.article-slide .content .link a:focus {
  text-decoration: none;

}

article.article-slide.open {
    position: absolute;
	cursor: initial;
    top: 0;
    z-index: 100;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;

}

article.article-slide .open-button {
    display: block;
	position: absolute;
	right: 15px;
	bottom: 10px;
    cursor: pointer;

}

article.article-slide .open-button::before {
	content: '\f105';
	display: block;
	font-family: "FontAwesome";
	font-size: 22px;
	text-shadow: none;

}

article.article-slide .close-button {
	display: none;
	position: absolute;
	top: 5px;
	left: 10px;
	cursor: pointer;

}

article.article-slide .close-button::before {
	content: '×';
	display: block;
	font-family: "FontAwesome";
	font-size: 19px;
	margin-right: -4px;
	text-shadow: none;

}


/*---------------------------*\
    PROFILE
\*---------------------------*/

#profile .grid {
  width: 300px;
  margin: auto;
  margin-bottom: 60px;

}

#profile .grid .text-item {
  height: 85px;

}

#profile .grid .text-item h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 85px;
  letter-spacing: 2.0px;

}

#profile .person {
  position: relative;

}

#profile .person img {
  position: relative;

}

#profile .galcolumn .person .person-info {
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  width: 200px;
  box-sizing: border-box;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  -webkit-transition: 500ms all ease;
          transition: 500ms all ease;

}

#profile .galcolumn:first-child .person .person-info {
  text-align: right;
  right: 0;

}

#profile .galcolumn:nth-child(2) .person .person-info {
  left: 0;

}

#profile .galcolumn:first-child .person:hover .person-info {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 100%;

}

#profile .galcolumn:nth-child(2) .person:hover .person-info {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 100%;

}

#profile .person-info h4 {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2.5px;
  margin-top: 0;
  margin-bottom: 5px;

}

#profile .person-info h5 {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;

}

#profile .person-info .contact-infos {
  margin-top: 12px;

}

#profile .parc-logo {
	margin: 32px 0 16px;
	margin: 2.0rem 0 1.0rem;

}

#profile .partner-logo-wrapper {
	float: left;
	width: 50%;
	margin-bottom: 16px;
	margin-bottom: 1.0rem;

}

#profile .video-preview {
	position: relative;
	width: 100%;
	margin-top: 40px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;

	-webkit-transition: 500ms -webkit-filter ease;
	-moz-transition: 500ms -moz-filter ease;
	-moz-transition: 500ms filter ease;
	-ms-transition: 500ms -ms-filter ease;
	-o-transition: 500ms -o-filter ease;
	/* transition: 500ms filter ease; */
	-webkit-filter: grayscale(100%) sepia(10%);
	-moz-filter: grayscale(100%) sepia(10%);
	-ms-filter: grayscale(100%) sepia(10%);
	-o-filter: grayscale(100%) sepia(10%);
	filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.96965 0.038449999999999984 0.009450000000000014 0 0 0.01745000000000002 0.9843000000000001 0.008400000000000019 0 0 0.013600000000000001 0.026700000000000057 0.95655 0 0 0 0 0 1 0" /></filter></svg>#filter');
	-webkit-filter: grayscale(100%) sepia(10%);
	filter: grayscale(100%) sepia(10%);

}

#profile .video-preview:hover,
#profile .video-preview:focus,
#profile .video-preview.playing {
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;

}

#profile .video-preview.playing {
    width: 100%;
    height: 0;
	padding-bottom: 56.25%; /* 16:9 */
	position: relative;
}

#profile .video-preview iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#profile .video-preview .play-button {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url('img/project_overlay.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	cursor: pointer;
}

#profile .video-preview .play-button p {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 25%;
	padding-left: 55px;
	margin: 0;
	color: white;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.17em;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

#profile .video-preview .play-button p::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 30px;
	background: url('img/play-button.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

#profile hr {
	border: 0;
    height: 1px;
    background: #777;
}

@media screen and (max-width: 500px) {

	#profile .partner-logo-wrapper {
		width: 100%;

}

}


/*---------------------------*\
    CONTACT
\*---------------------------*/

.content-container {
  max-width: 550px;
  margin: 0 auto;

}

.header-image {
  margin-bottom: 30px;

}

#map {
  display: block;
  width: 100%;
  height: 350px;

}

#map.sepia {
  -webkit-transition: 500ms -webkit-filter ease;
     -moz-transition: 500ms -moz-filter ease;
     -moz-transition: 500ms filter ease;
      -ms-transition: 500ms -ms-filter ease;
       -o-transition: 500ms -o-filter ease;
       /* transition: 500ms filter ease; */
  -webkit-filter: grayscale(100%) sepia(10%);
     -moz-filter: grayscale(100%) sepia(10%);
      -ms-filter: grayscale(100%) sepia(10%);
       -o-filter: grayscale(100%) sepia(10%);
          filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.96965 0.038449999999999984 0.009450000000000014 0 0 0.01745000000000002 0.9843000000000001 0.008400000000000019 0 0 0.013600000000000001 0.026700000000000057 0.95655 0 0 0 0 0 1 0" /></filter></svg>#filter');
          -webkit-filter: grayscale(100%) sepia(10%);
                  filter: grayscale(100%) sepia(10%);

}

#map.sepia:hover
#map.sepia:focus {
  -webkit-filter: none;
     -moz-filter: none;
      -ms-filter: none;
       -o-filter: none;
          filter: none;

}

.text-block {
  width: 100%;
  clear: both;

}

.text-block + .text-block {
  margin-top: 80px;

}

.half-width-block {
  float: right;
  width: 50%;
  margin-bottom: 80px;

}

.contact-persons {
  list-style: none;
  margin: 0;
  padding: 0;

}

.contact-persons li {
  -webkit-transition: 500ms all ease;
     -moz-transition: 500ms all ease;
      -ms-transition: 500ms all ease;
       -o-transition: 500ms all ease;
  line-height: 19px;

}

.contact-persons li.active {
  padding: 20px 0 30px;

}

.contact-persons li.active:first-child {
  padding-top: 0;

}

.contact-persons li.active:last-child {
  padding-bottom: 0;

}

.contact-person-name {
  cursor: pointer;

}

.contact-persons li.active .contact-person-name {
   font-weight: 500;

}

.contact-person-details {
  display: none;

}

.contact-label {
  	width: 33px;
	display: inline-block;

}



/*---------------------------*\
    PROJECTS
\*---------------------------*/

.filter {
  cursor: pointer;

}

.filter-dropdown {
  display: none;
  opacity: 0;
  filter: alpha(opacity=0);

}

.projects-list {
  display: none;

}

#original-grid {
  display: none;

}

.projects .grid {
/* 	width: 80%; */
	max-width: 570px;
	margin: auto;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1.8px;

}

.grid .item {
  position: relative;

}

.grid .item .description-overlay {
  width: 270px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -270px;
  -webkit-transition: 1s left ease;
     -moz-transition: 1s left ease;
      -ms-transition: 1s left ease;
       -o-transition: 1s left ease;
  background: url('img/project_overlay.png');
  background-position: center bottom;
  background-size: auto;
  color: white;
  text-transform: uppercase;

}

.grid .item:hover .description-overlay {
  left: 0;

}

.grid .item .text-wrapper,
.projects-list .item .text-wrapper {
  display: table;
  width: 180px;
  height: 100%;

}

.grid .item .text-wrapper h3,
.projects-list .item .text-wrapper h3 {
  text-align: left;
  padding-left: 17px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1.5px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;

}

.grid .text-item,
.projects-list .text-item {
  background: black;
  color: white;
  width: 100%;
  height: 80px;
  text-align: center;

}

.projects-list .text-item {
	margin-bottom: 45px;
}

.grid .text-item.small,
.projects-list .text-item.small {
  height: 75px;

}

.grid .text-item.medium,
.projects-list .text-item.medium {
  height: 120px;

}

.grid .text-item.large,
.projects-list .text-item.large {
  height: 160px;

}

.grid .text-item.black,
.projects-list .text-item.black {
  background: #000000;

}

.grid .text-item.grey,
.projects-list .text-item.grey {
  background: #444444;

}

.grid .text-item.green,
.projects-list .text-item.green {
  background: #158c3d;

}

.grid .text-item a.text-wrapper,
.projects-list .text-item a.text-wrapper {
  width: 100%;

}

.grid .text-item a.text-wrapper:hover,
.projects-list .text-item a.text-wrapper:hover {
  text-decoration: none;

}

.grid .text-item .text-wrapper h3,
.projects-list .text-item .text-wrapper h3 {
  text-align: center;
  padding: 10px;

}

/* FOR SLIDE-UP EFFECT */
.grid .item {
  overflow: hidden;
	max-height: 700px; /* approximate max height */

  /* TODO: Vendor Prefixes */
	-webkit-transition-property: all;
	        transition-property: all;
	-webkit-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: ease;
	        transition-timing-function: ease;

}

.grid .item.slide-up {
  max-height: 0;
  margin: 0 !important;
  padding: 0 !important;

}


/* FOR FADE-OUT EFFECT */
.grid .item img {
  opacity: 1.0;
  filter: alpha(opacity=100);

  /* TODO: Vendor Prefixes */
	-webkit-transition-property: all;
	        transition-property: all;
	-webkit-transition-duration: 500ms;
	        transition-duration: 500ms;
	-webkit-transition-timing-function: ease;
	        transition-timing-function: ease;

}

.grid .item.fade-out img {
  opacity: 0.0;
  filter: alpha(opacity=0);

}


/* FOR SLIDE SCROLLING EFFECT */
.animate {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;

}

@-webkit-keyframes slide-out-up {
  0% {
    -webkit-transform: translateY(0);

}
  100% {
    -webkit-transform: translateY(-2000px);
    opacity: 0;
    filter: alpha(opacity=0);

}

}

@keyframes slide-out-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);

}
  100% {
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
    opacity: 0;
    filter: alpha(opacity=0);

}

}


.slide-out-up {
  -webkit-animation-name: slide-out-up;
          animation-name: slide-out-up;
  z-index: 1;

}

@-webkit-keyframes slide-in-up {
  0% {
    -webkit-transform: translateY(2000px);
    opacity: 0;
    filter: alpha(opacity=0);

}
  100% {
    -webkit-transform: translateY(0);

}

}

@keyframes slide-in-up {
  0% {
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
    opacity: 0;
    filter: alpha(opacity=0);

}
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);

}

}

.slide-in-up {
  -webkit-animation-name: slide-in-up;
          animation-name: slide-in-up;
  z-index: 1;

}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/




/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media screen and (max-width: 1100px) {

	header,
	.main-nav,
	.sidebar,
	footer {
  	padding-left: 40px;
  	padding-right: 40px;

}

	.main-nav li {
  	margin-left: 25px;

}

	.single-post .sidebar {
		padding-right: 0;

}

	.single-post .sidebar.fixed article {
		padding-right: 40px;
}
	.single-post .sidebar.fixed .sidebar-meta {
		left: 15px;
		right: -10px;
	}


}

@media screen and (max-width: 1035px) {

	header,
	.main-nav,
	.sidebar,
	footer {
  	padding-left: 30px;
  	padding-right: 30px;

}

	.single-post .sidebar {
		padding-right: 0;

}

	.single-post .sidebar.fixed article {
		padding-right: 30px;

}
	.single-post .sidebar.fixed .sidebar-meta {
		left: 5px;
		right: -20px;
	}

	.main-nav li {
  	margin-left: 20px;

}


}

@media screen and (max-width: 985px) {

	header {
  	  height: calc(100% - 105px);

}

	.main-nav ul {
  	max-width: 50%;

}

	.main-nav li {
  	margin-left: 30px;

}

	.main-nav li:last-child {
    	margin-right: 3px;

}

	section {
  	  width: 570px;
  	  margin: auto;

}

	/*.fixed + section:not(#news-v2) {
  	  padding-top: 190px;

}*/

	.sidebar {
    	position: relative;
    	top: auto;
    	right: auto;
    	box-sizing: border-box;
    	width: 570px;
    	height: 60px;
    	margin: auto;
    	padding: 0;
    		padding-left: 10px;
  	  padding-right: 10px;
    	text-align: left;
    	background: white;
    	z-index: 15;
/*     	overflow: hidden; */

}

	.sidebar.fixed {
  	  right: auto;
  	  overflow: hidden;

}

	.projects .sidebar.fixed {
  	  overflow: visible;

}

	.single-post .sidebar {
		padding-right: 10px;

}

	.single-post .wrapper {
    	height: auto;
    	padding-bottom: 210px;

}

	.single-post section {
  	  width: 100%;
  	  padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;

}

	#project {
  	  padding-top: 130px;

}

	.project-slider-container {
  	  margin-left: 0;
  	  margin-right: 0;
  	  width: 100%;
  	  height: 0;
    padding-bottom: calc(75% + 105px);

}

	#project-slider {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;

}

	ul.slides {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;

}

	#project-carousel .flex-viewport {
    position: relative;
    width: 100%;
    height: 85px;
    overflow: hidden;

}

  .single-post section > div {
    float: left;
    clear: left;

}

  .single-post .sidebar.fixed {
    position: relative;
    float: none;
    width: 100%;
    height: auto;
    top: auto;
    padding-top: 30px;

}

  .single-post .sidebar.fixed article,
  .single-post .sidebar .sidebar-meta {
    max-width: 570px;
    margin: auto;
	padding-right: 0;

}
	.single-post .sidebar .sidebar-meta {
		position: static;
		padding-right: 15px;
	}

  .single-post .sidebar h2 {
    display: block;

}

  .single-post .sidebar h2:after {
    display: none;

}

	.sidebar h2 {
  	  display: none;

}

	.projects .sidebar h2,
	.sidebar .filter-toggle {
    	display: inline-block;
    	font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    margin: 0;

}

	.sidebar .filter-toggle {
  	  cursor: pointer;

}

	.sidebar h2:after {
    	content: ": ";
    	display: inline-block;
    	margin-right: 5px;

}

	.sidebar ul {
    	display: inline-block;

}

	.sidebar li {
    	display: inline-block;
    	height: 60px;
    line-height: 60px;
    vertical-align: middle;
    margin: 0;

}

	.projects .sidebar li {
    	display: none;

}

	.sidebar li {
  	  font-weight: 300;
  	  margin-right: 25px;

}

	.sidebar li.active {
    	display: inline-block;

}

	.sidebar .filter-toggle {
    	display: block;
    	float: right;

}

	.sidebar .filter-toggle:before {
    	font-family: "FontAwesome";
    display: inline-block;;
    content: '\f078';
    text-shadow: none;
    margin-left: 5px;
    margin-right: 10px;
    -webkit-transition: 750ms all ease;
            transition: 750ms all ease;

}

	.sidebar .filter-toggle.active:before {
  	  -webkit-transform: rotate(-180deg);     /* Chrome and other webkit browsers */        /* FF */          /* Opera */         /* IE9 */
    transform: rotate(-180deg);

}

	.sidebar .filter-menu li:not(.active) {
  	  display: none;

}

	.sidebar .filter-dropdown {
  	  display: block;
  	  opacity: 1;
  	  filter: alpha(opacity=100);
  	  background: white;
  	  position: absolute;
  	  top: 60px;
  	  right: 0;
  	  text-align: right;
  	  width: 50%;
  	  padding-bottom: 20px;

}

	.sidebar .filter-dropdown li {
  	  display: block;
  	  margin-right: 10px;
  	  height: 20px;
  	  line-height: 20px;

}


}

@media screen and (max-width: 760px) {

  header {
    height: 100%;

}

  header .down {
    display: block;
    position: absolute;
    z-index: 100000;
    font-size: 60px;
    color: white;
    bottom: 20px;
    left: 50%;
    margin-left: -20px;
    cursor: pointer;

}

  .main-nav {
    height: 200px;

}

  .main-nav ul {
    display: block;
    width: 100%;
    height: 29px;
    max-width: 100%;
    text-align: left;
    margin-top: 40px;

}

  .main-nav li {
    margin-left: 0;
    margin-right: 20px;

}

  .main-nav li:last-child {
    margin-right: 0;

}

  .fixed + section {
    padding-top: 210px;

}

  section {
    width: 100%;

}

  .sidebar {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;

}

  .single-post .sidebar {
	  padding-right: 30px;

}

  .sidebar.fixed {
    top: 200px;

}

  .sidebar .filter-dropdown li {
  	  margin-right: 30px;

}

  .grid,
  .content-container {
    max-width: 100%;

}

  .content-container > div:first-child:not(.header-image) {
    margin-top: 50px;

}

  .content-container > div:not(.header-image) {
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;

}

  #profile .content-container > div.grid {
    padding-left: 0;
    padding-right: 0;

}

  .projects .grid div.galcolumn:first-child {
    padding-left: 0 !important;

}

  .projects .grid div.galcolumn:nth-child(2) {
    width: 50% !important;
    float: right !important;

}

  .single-post .main-nav {
    height: 170px;
    background: white;

}

  .single-post section {
    width: 100%;
    padding-left: 0;
    padding-right: 0;

}

  .single-post .sidebar article {
    max-width: 100%;

}

  .single-post #project {
    padding-top: 170px;

}

  .news-list {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;

}


}

@media screen and (max-width: 690px) {

	footer {
  	  padding-top: 10px;

}

	footer .meta-nav {
  	  margin-bottom: 10px;

}

	footer #lang_sel_footer,
	footer .meta-nav {
  	  display: block;
  	  float: left;
  	  clear: left;

}

	footer .meta-nav li {
  	  display: block;
  	  padding-left: 0px;
  	  padding-right: 0px;
  	  margin-left: 0px;

}


}

@media screen and (max-width: 680px) {

  #profile .galcolumn .person .person-info {
    width: 180px;

}


}

@media screen and (max-width: 640px) , screen and (max-height: 500px) {

  header {
    padding: 20px 30px;
    height: calc(100% - 100px);
    margin-top: 100px;

}

  header > a.logo-link,
  header > button {
    display: none !important;

}

  header.fixed {
    margin-bottom: inherit;

}

  .toggle-switch {
    display: block;

}

  .main-nav {
    display: none;

}

  .mobile-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: white;
    width: 100%;
    max-height: 100%;
    overflow-x: hidden;
	overflow-y: scroll;
    padding: 20px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0,0,0,0.3);

}

  .mobile-header::-webkit-scrollbar {
    display: none;

}

  .mobile-header-items-wrapper {
    height: 60px;

}

  .mobile-nav {
    display: none;
    padding-top: 40px;

}

  .mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;

}

  .mobile-nav > ul > li {
    text-transform: uppercase;
    float: right;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2.5px;
    line-height: 21px;
    margin-bottom: 20px;

}

  .mobile-nav > ul > li > ul {
    font-weight: 300;

}

  .fixed + section {
    padding-top: 0;

}

  .sidebar {
    height: 100px;

}

  .sidebar,
  .sidebar.fixed {
    position: relative;
    text-align: right;
    top: auto;

}

  .projects .sidebar h2 {
    font-size: 20px;
    font-weight: 300;
    height: 25px;
    letter-spacing: 2.5px;

}

  .sidebar > *:not(h2),
  .sidebar .filter-toggle,
  .sidebar .filter-dropdown {
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);

}

  .single-post .sidebar > *:not(h2) {
    display: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
    text-align: left;

}

  .single-post #project {
    padding-top: 100px;

}

  .sidebar h2 {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 3.5px;

}

  .projects .sidebar h2 {
    display: block;
    height: 100px;
    line-height: 100px;

}

  .sidebar h2:after {
    display: none;

}


  #news .news-list {
    margin-top: 40px;

}

  #profile .galcolumn .person {
    -webkit-transition: 500ms margin ease;
            transition: 500ms margin ease;

}

  #profile .galcolumn .person .person-info {
    padding-left: 0;
    padding-right: 0;

}

  #profile .galcolumn:first-child .person .person-info {
    text-align: right;
    right: 0;

}

  #profile .galcolumn:nth-child(2) .person .person-info {
    left: 0;

}

  #profile .galcolumn .person:hover {
    margin-bottom: 180px !important;

}

  #profile .galcolumn:first-child .person:hover .person-info {
    opacity: 1;
    filter: alpha(opacity=100);
    right: 0;
    top: 100%;

}

  #profile .galcolumn:nth-child(2) .person:hover .person-info {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
    top: 100%;

}


}

@media screen and (max-height: 500px) { /* max-HEIGHT */

  .mobile-header {
    padding-top: 15px;
    padding-bottom: 15px;

}

  .mobile-header-items-wrapper {
    height: 40px;

}

  .mobile-header-items-wrapper .logo {
    height: 40px;
    width: auto;

}

  .mobile-header-items-wrapper .toggle-switch {
    height: 40px;

}

  .mobile-nav > ul > li {
    margin-bottom: 15px;

}

  header {
    margin-top: 70px;
    height: calc(100% - 70px);

}

  .single-post .sidebar.fixed article {
    height: calc(100% - 70px);

}

  .single-post #project {
    padding-top: 70px;

}


}

@media screen and (max-width: 540px) {

	.sidebar,
	header,
	.mobile-header {
  	  padding-left: 25px;
  	  padding-right: 25px;

}

	.single-post .sidebar {
		padding-right: 25px;

}

  .projects .grid {
    display: none !important;

}

  .projects-list {
    display: block;

}

  .projects-list .item.filtered {
    display: none;

}

  .projects-list a:hover,
  .projects-list a:focus {
    text-decoration: none;

}

  .projects-list .image-container {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    background-size: cover;
    background-position: center;

}

  .projects-list .info {
    padding: 15px 25px 35px;
    text-align: right;

}

  .projects-list .info h3 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2.5px;
    line-height: 21px;
    margin-bottom: 8px;

}

  .projects-list .info .project-description {
    padding-bottom: 0; /* overwrite */
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 52px;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

/* .projects-list .text-item {
  height: 85px;

} */

  .content-container > div:not(.header-image) {
    padding-left: 25px;
    padding-right: 25px;

}

  .news-list .item .image-container {
    width: 100%;
    padding-bottom: 50%;

}

  .news-list .item .info {
    margin-top: 15px;
    width: 100%;
    text-align: right;

}


}

@media screen and (max-width: 400px) {

	header {
    height: calc(100% - 83px);
    margin-top: 83px;

}

	.mobile-header {
    	padding-top: 15px;

}

	.mobile-header-items-wrapper {
  	  height: 50px;

}

	.sidebar {
  	  height: 85px;

}

  	.projects .sidebar h2 {
    height: 85px;
    line-height: 85px;

}

  	.single-post #project {
    padding-top: 85px;

}

  	.half-width-block {
    	width: 100%;

}


}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {


}

@media screen and (max-width: 360px) {

  #profile .galcolumn .person .person-info {
    width: 155px;

}


}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::-webkit-selection {
	background:black;
	color:white;
	text-shadow:none;

}
::-moz-selection {
	background:black;
	color:white;
	text-shadow:none;

}
::selection {
	background:black;
	color:white;
	text-shadow:none;

}


/*------------------------------------*\
    MAGNIFIC POPUP
\*------------------------------------*/

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #000000;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #CCC;
}
.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
	font-family: "Fedra Sans 2", sans-serif;
	font-weight: 100;
}
.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
    * Remove all paddings around the image on small screen
    */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}



/*------------------------------------*\
    HAMBURGER ICON
\*------------------------------------*/

.toggle-switch {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 54px;
  height: 48px;
  margin-right: -9px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
  background-color: transparent;
  float: right;

}

.toggle-switch:focus {
  outline: none;

}

.toggle-switch span {
  display: block;
  position: absolute;
  top: 15px;
  left: 9px;
  right: 9px;
  height: 3px;
  background: white;

}

.toggle-switch span:before,
.toggle-switch span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: white;
  content: "";

}

.mobile-header .toggle-switch span,
.mobile-header .toggle-switch span:before,
.mobile-header .toggle-switch span:after {
  background: black;
  background-color: black;

}

.toggle-switch span:before {
  top: -11px;

}

.toggle-switch span:after {
  bottom: -11px;

}

.toggle-switch span {
  -webkit-transition: background 0 0.3s;
          transition: background 0 0.3s;

}

.toggle-switch span:before,
.toggle-switch span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
          transition-delay: 0.3s, 0;

}

.toggle-switch span:before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, -webkit-transform;
          transition-property: top, transform;
          transition-property: top, transform, -webkit-transform;

}

.toggle-switch span:after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
          transition-property: bottom, transform, -webkit-transform;

}

.toggle-switch.active span {
  background: none;

}

.toggle-switch.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);

}

.toggle-switch.active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);

}

.toggle-switch.active span:before,
.toggle-switch.active span:after {
  -webkit-transition-delay: 0, 0.3s;
          transition-delay: 0, 0.3s;

}


/*------------------------------------*\
    CLEAR-FIX
\*------------------------------------*/

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */

}

.cf:after {
    clear: both;

}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;

}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;

}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;

}
.alignright {
	float:right;
	margin:5px 0 20px 20px;

}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;

}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;

}
a img.alignnone {
	margin:5px 20px 20px 0;

}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;

}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;

}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;

}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;

}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;

}
.wp-caption.alignright {
	margin:5px 0 20px 20px;

}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;

}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;

}
.sticky {


}
.bypostauthor {


}

.photo-credit{
	position: absolute;
	right: calc(0% + 50px);
	top: -5px;
	font-size: 12px;
	opacity: 1;
	transition: opacity .3s ease-in-out;
	display: none;
}

@media screen and (min-width:640px){
	.photo-credit{
		display: block;
	}
}

.photo-credit-mobile{
	position: absolute;
	bottom: -15px;
	right: 0;
	z-index: 99;
	background-color: #fff;
	width: 100%;
	text-align: right;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

@media screen and (min-width: 640px){
	.photo-credit-mobile{
		display: none;
	}
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;

}
	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:"";

}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;

}
	thead {
		display:table-header-group;

}
	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;

}

}



.cookie-info{
	position: fixed;
	left: 50px;
	bottom: 0px;
	width: 250px;
	background-color: #fff;
	z-index: 6;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.67);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.67);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.67);
	padding: 20px;
}

.hide-cookie-info{
	display: none !important;
}

.cookie-button-wrapper{
	text-align: center;
}

.cookie-info .cookie-button{
	display: inline-block;
	width: calc(45% - 5px);
	border: 1px solid #000;
	vertical-align: middle;
	position: relative;
	padding: 5px;
	line-height: 1.3rem;
	cursor: pointer;
}

#accept-cookie{
	background-color: #000;
	color: #fff;
	left: 0;
	font-weight:400;
}

#accept-cookie:hover{
	background-color: #fff;
	color: #000;
}

#decline-cookie{
	background-color: #fff;
	right: 0;
	font-weight:400;
}

.show-cookies{
	cursor: pointer;
}

.enable-cookielist{
	display: block !important;
}


.cookie-details{
	display: none;
	height: 100px;
	overflow: auto;
	margin-bottom: 15px;
}
.cookie-details ul{
	list-style: none;
	padding: 0;
}

.cookie-details li:nth-child(odd) table{
	background-color: #d8d8d8;
}

.cookie-details table td+td{
	text-align: right;
}

.cookie-details table{
	padding-top: 10px;
	padding-bottom: 10px;
}

.cookie-details td{
	padding: 3px;
}

.cookie-arrow{
	display: inline-block;
	transition: transform .3s ease-in-out;
}
