/*********************************************************
 *  All styles for screens smaller than 750px
 *  Use mobile first approach!
 *
 *  @author: Sven Houthoofd <sven@agx.eu>
 *
 *********************************************************/
/*********************************************************
 * IMPORTS
 *********************************************************/
/*********************************************************
 * All custom SASS mixins can be found here
 *
 * @author: sven@agx-digital.com
 * @copyright: AGX DIGITAL NV 2015
 *
 *********************************************************/
/*********************************************************
 *  All the variables go here
 *
 *  @author: Sven Houthoofd <sven@agx.eu>
 *
 *********************************************************/
/*********************************************************
 *  All the fonts go here
 *
 *  @author: Sven Houthoofd <sven@agx.eu>
 *
 *********************************************************/
@font-face {
  font-family: "TeXGyreAdventorRegular";
  src: url("../fonts/texgyreadventor/texgyreadventor-regular-webfont.eot");
  src: url("../fonts/texgyreadventor/texgyreadventor-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor/texgyreadventor-regular-webfont.woff") format("woff"), url("../fonts/texgyreadventor/texgyreadventor-regular-webfont.ttf") format("truetype"), url("../fonts/texgyreadventor/texgyreadventor-regular-webfont.svg#TeXGyreAdventorRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TeXGyreAdventorItalic";
  src: url("../fonts/texgyreadventor/texgyreadventor-italic-webfont.eot");
  src: url("../fonts/texgyreadventor/texgyreadventor-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor/texgyreadventor-italic-webfont.woff") format("woff"), url("../fonts/texgyreadventor/texgyreadventor-italic-webfont.ttf") format("truetype"), url("../fonts/texgyreadventor/texgyreadventor-italic-webfont.svg#TeXGyreAdventorItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TeXGyreAdventorBold";
  src: url("../fonts/texgyreadventor/texgyreadventor-bold-webfont.eot");
  src: url("../fonts/texgyreadventor/texgyreadventor-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor/texgyreadventor-bold-webfont.woff") format("woff"), url("../fonts/texgyreadventor/texgyreadventor-bold-webfont.ttf") format("truetype"), url("../fonts/texgyreadventor/texgyreadventor-bold-webfont.svg#TeXGyreAdventorBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TeXGyreAdventorBoldItalic";
  src: url("../fonts/texgyreadventor/texgyreadventor-bolditalic-webfont.eot");
  src: url("../fonts/texgyreadventor/texgyreadventor-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/texgyreadventor/texgyreadventor-bolditalic-webfont.woff") format("woff"), url("../fonts/texgyreadventor/texgyreadventor-bolditalic-webfont.ttf") format("truetype"), url("../fonts/texgyreadventor/texgyreadventor-bolditalic-webfont.svg#TeXGyreAdventorBoldItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*********************************************************
 * RESET
 * Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
 *********************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

a img {
  border: 0;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

/*********************************************************
 * GENERAL
 *********************************************************/
/* sticky footer */
html {
  height: 100%;
}
html body {
  height: 100%;
}
html body > .wrapper {
  min-height: 100%;
  margin-bottom: -52px;
}
html body > .wrapper:after {
  content: "";
  display: block;
  height: 30px;
}

.list {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 20px;
}
.list > div {
  display: list-item;
}

.browsehappy {
  text-align: center;
  padding: 20px;
}

html, body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  /*-webkit-text-size-adjust: none;*/
}

input[type=text], input[type=tel], input[type=email] {
  font-size: 12px;
  line-height: 17px;
  padding: 0 10px;
  border: 1px solid #000000;
  height: 34px;
  color: #000000;
  background: #FFFFFF;
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  font-size: 12px;
  line-height: 17px;
  padding: 0 10px;
  border: 1px solid #000000;
  height: 34px;
  color: #000000;
  background: #FFFFFF;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=text], input[type=email], input[type=tel] {
  width: 95.5%;
}

textarea {
  width: 97.7%;
}

input {
  line-height: 20px;
}
input[type=text] {
  line-height: 20px;
}

.lte8 input {
  line-height: 30px;
}
.lte8 input[type=text] {
  line-height: 30px;
}
.lte8 input[type=submit] {
  line-height: normal;
}

textarea {
  height: 90px;
  padding: 10px 5px;
}

input[type=submit] {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #000;
  color: #FFF;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.wpcf7-validation-errors {
  color: #FF0000 !important;
}

.wpcf7-form-control-wrap {
  position: static !important;
  display: block !important;
}

.wpcf7-not-valid-tip {
  border: none !important;
  background: none !important;
  right: 3px !important;
  top: 4px !important;
  padding: 0 !important;
  color: #FF0000 !important;
  position: absolute;
}

.clr {
  clear: both;
}

.hidden-title, .hidden {
  display: none;
  visibility: hidden;
}

/* WYSIWYG */
.wysiwyg_content p {
  margin: 0 0 20px;
}
.wysiwyg_content p:last-child {
  margin: 0;
}
.wysiwyg_content .alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.wysiwyg_content .alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.wysiwyg_content .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg_content ul, .wysiwyg_content ol {
  margin: 0 0 25px 0;
  padding: 0 0 0 40px;
}
.wysiwyg_content ul li {
  list-style-type: disc;
}
.wysiwyg_content ol li {
  list-style-type: decimal;
}
.wysiwyg_content img {
  max-width: 100%;
  height: auto;
}

::selection, ::-moz-selection {
  background: #eeeeee;
  color: #1d1d1b;
}

html {
  background-color: white;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Trebuchet MS", "Arial", "sans-serif";
  font-size: 14px;
  color: #1d1d1b;
  -webkit-text-size-adjust: none;
}

.container {
  max-width: 1200px;
  width: 90% !important;
  width: 100%;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

.lightbox img {
  max-width: inherit;
}

a {
  color: #1d1d1b;
}

.grid-col {
  margin-bottom: 10px;
}

p.hasVideo {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
p.hasVideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hide-xs {
  display: none;
}

/*********************************************************
 * HEADER
 *********************************************************/
header#topheader .logo-menu {
  padding: 20px 0;
}
header#topheader .logo-menu .grid-col {
  width: auto;
}
header#topheader .logo-col {
  float: left;
}
header#topheader .logo-col .logo {
  background-image: url("../images/logo.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 260px;
  height: 30px;
  text-indent: -99999px;
  max-width: 100%;
}
header#topheader .mobilemenu {
  float: right;
}
header#topheader .language_selector {
  float: right;
  position: relative;
}
header#topheader .right {
  text-align: right;
}
header#topheader .form_line {
  position: relative;
}
header#topheader .newsletterbox {
  display: inline-block;
}
header#topheader .newsletterbox input[type=text], header#topheader .newsletterbox input[type=email] {
  padding: 2px 5px;
  border: 1px solid #eeb310;
  height: 20px;
  width: 120px;
}
header#topheader .newsletterbox input[type=submit] {
  display: block;
  background-color: transparent;
  color: #1d1d1b;
  outline: none;
  padding: 0px;
  margin-top: 3px;
}
header#topheader .newsletterbox input[type=submit] + img {
  display: none;
}
header#topheader .newsletterbox .wpcf7-response-output {
  clear: both;
  max-width: 122px;
  padding: 5px !important;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  margin-top: 3p !important;
  background: #f1e5e5;
  color: #c97c7c;
}
header#topheader .newsletterbox .wpcf7-response-output.wpcf7-mail-sent-ok, header#topheader .newsletterbox .wpcf7-response-output.wpcf7-validations-errors {
  display: block;
}
header#topheader .newsletterbox .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #e5f1e5;
  color: #00af00;
}
header .lang_newsletter .grid-col {
  margin-bottom: 0;
}
header#topheader .lang_newsletter {
  float: right;
  margin-bottom: 0;
}
header#topheader .menu-social {
  clear: both;
  padding-top: 10px;
  display: block;
}
header#topheader .menu-social:before, header#topheader .menu-social:after {
  content: "";
  display: table;
}
header#topheader .menu-social:after {
  clear: both;
}
header#topheader div.menu {
  margin-top: 20px;
  /* width: 100%;*/
}
header#topheader .main_nav ul li {
  display: inline-block;
}
header#topheader .main_nav ul li a {
  text-decoration: none;
  float: left;
}
header#topheader .main_nav ul li a:before {
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 8px;
  background-color: white;
  border: 1px solid black;
}
header#topheader .main_nav ul li a:hover:before {
  background-color: #eeb310;
  border: 1px solid #eeb310;
}
header#topheader .main_nav ul li.current_page_item a:before, header#topheader .main_nav ul li.current-page-ancestor a:before {
  background-color: #000000;
  border: 1px solid #000000;
}
header#topheader .main_nav ul li:first-child a:before {
  margin-left: 0;
}
header#topheader .social span, header#topheader .social ul {
  display: inline-block;
}

body.blog .member_of_ean {
  margin-top: -2px;
}

.member_of_ean {
  margin-top: 10px;
}
.member_of_ean a {
  text-decoration: none;
}
.member_of_ean a:hover {
  text-decoration: underline;
}
.member_of_ean span {
  text-align: left;
  text-indent: -99999px;
  display: inline-block;
  width: 168px;
  height: 14px;
  background: url("../images/ean_logo_new.jpg") no-repeat center center;
  position: relative;
  top: 3px;
}

header#topheader .social ul li {
  display: block;
  float: left;
  margin-left: 3px;
}
header#topheader .social ul li a.icon {
  display: block;
  text-indent: -999999999px;
  background-repeat: no-repeat;
  background-size: 18px 59px;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 50%;
  background-color: #000000;
  background-image: url("../images/icon_socialmedia.png");
  text-align: left;
}
header#topheader .social .pinterest {
  background-position: 0 1px;
}
header#topheader .social .facebook {
  background-position: 0 -42px;
}
header#topheader .social .twitter {
  background-position: 0 -21px;
}

.share {
  margin-top: 20px;
}
.share p.facebook, .share p.linkedin {
  float: left;
  margin-right: 2px;
}
.share p.facebook img, .share p.linkedin img {
  max-width: 40px;
  height: auto;
}

.language_selector ul li {
  float: left;
  margin-right: 15px;
}
.language_selector ul li a {
  text-decoration: none;
  color: #1d1d1b;
  text-transform: uppercase;
  padding-bottom: 3px;
  font-size: 12px;
}
.language_selector ul li a:last-child {
  margin-right: 0px;
}
.language_selector ul li.language_active a, .language_selector ul li a:hover {
  color: #eeb310;
  border-bottom: 1px solid #eeb310;
}

.desktopheader {
  display: block;
}
.desktopheader.no_subscribe {
  width: 100%;
}

.mobilemenu {
  display: none;
}

/*********************************************************
 * MENU
 *********************************************************/
.hamburger {
  float: right;
  cursor: pointer;
  margin-top: 8px;
}
.hamburger .show, .hamburger .hide {
  text-indent: -9999px;
  display: block;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
  height: 25px;
}
.hamburger .show {
  background-image: url("../images/icon_smartphone.png");
  display: block;
}
.hamburger .hide {
  background-image: url("../images/icon_smartphoneclose.png");
  display: none;
}

.form_line br {
  display: none;
}

#smartphonemenugridwrap {
  display: none;
}
#smartphonemenugridwrap .grid-col {
  margin-bottom: 0px;
}
#smartphonemenugridwrap .smartphonemenublok {
  display: none;
  margin-bottom: 20px;
  overflow: hidden;
}
#smartphonemenugridwrap .smartphonemenublok .grid-col {
  border-bottom: 1px solid #000000;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 35px;
}
#smartphonemenugridwrap .smartphonemenublok .grid-col:first-child {
  border-top: 1px solid #000000;
}
#smartphonemenugridwrap .smartphonemenublok .newsletterbox {
  float: none;
}
#smartphonemenugridwrap .smartphonemenublok .newsletterbox img {
  display: none;
}
#smartphonemenugridwrap .smartphonemenublok .language_selector {
  float: none;
  height: 25px;
}
#smartphonemenugridwrap .smartphonemenublok .language_selector ul li.language_active a, #smartphonemenugridwrap .smartphonemenublok .language_selector ul li a:hover {
  color: black;
  border-bottom: 1px solid black;
}
#smartphonemenugridwrap .smartphonemenublok .main_nav ul li {
  float: none;
}
#smartphonemenugridwrap .smartphonemenublok .main_nav ul li a {
  float: none;
  padding: 5px 0;
  display: block;
}
#smartphonemenugridwrap .smartphonemenublok .main_nav ul li a:before {
  background-color: #1d1d1b;
  border: 0px;
}
#smartphonemenugridwrap .smartphonemenublok .main_nav ul li a:hover:before {
  background-color: #EEB310;
  border: 0px;
}
#smartphonemenugridwrap .smartphonemenublok .main_nav ul li.current_page_item a:before, #smartphonemenugridwrap .smartphonemenublok .main_nav ul li.current-page-ancestor a:before {
  background-color: #EEB310;
  border: 0px;
}
#smartphonemenugridwrap .smartphonemenublok .newsletterbox {
  width: 90%;
}
#smartphonemenugridwrap .smartphonemenublok .newsletterbox input[type=text] {
  display: block;
  width: 100%;
  background-color: transparent;
  border: 1px solid #1d1d1b;
  color: white;
  margin: 5px 0;
}
#smartphonemenugridwrap .smartphonemenublok .newsletterbox input[type=submit] {
  text-align: left;
  font-size: 13px;
}
#smartphonemenugridwrap .smartphonemenublok .newsletterbox .wpcf7-response-output {
  max-width: 165px;
}
#smartphonemenugridwrap .smartphonemenublok .newsletterbox ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000;
}
#smartphonemenugridwrap .smartphonemenublok .newsletterbox :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
}
#smartphonemenugridwrap .smartphonemenublok .newsletterbox ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
}
#smartphonemenugridwrap .smartphonemenublok .newsletterbox :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000;
}

/*********************************************************
 * FOOTER
 *********************************************************/
footer#footer .createdby {
  text-align: right;
}

footer#footer .grid-col + .grid-col {
  text-align: right;
}

footer#footer {
  clear: both;
  margin-top: 20px;
  height: 30px;
}
footer#footer .container .social {
  width: 200px;
  position: relative;
  top: 2px;
  float: none;
  margin-bottom: 10px;
}
footer#footer .container .created-by {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  clear: left;
}
footer#footer .container .created-by .createdby {
  display: inline-block;
  font-size: 12px;
}
footer#footer .container .created-by .createdby a {
  text-decoration: underline;
}
footer#footer .container .created-by .social-footer {
  height: 30px;
  margin-left: 20px;
}
footer#footer .container .created-by .social-footer li {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 3px;
}
footer#footer .container .created-by .social-footer li:first-child {
  margin-left: 0;
}
footer#footer .container .created-by .social-footer li a {
  display: block;
  width: 24px;
  height: 24px;
  background: #000000;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border-radius: 50%;
  text-align: center;
}
footer#footer .container .created-by .social-footer li a img {
  width: 16px;
  height: 16px;
  position: relative;
  top: 4px;
}
footer#footer .container .created-by .social-footer li a img.retina {
  display: none;
}
footer#footer .container .created-by .social-footer li a:hover {
  background: #565656;
}
@media only screen and (min-width: 550px) {
  footer#footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer#footer .container .social {
    float: left;
    margin-bottom: 0;
  }
  footer#footer .container .created-by {
    margin-left: auto;
    clear: none;
  }
}

/*********************************************************
 * CLASSES TO EDIT TEXT
 *********************************************************/
.uppercase {
  text-transform: uppercase;
}

/*********************************************************
 * SLIDESHOW
 *********************************************************/
.slideshow-prev, .slideshow-next {
  width: 130px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 800;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.slideshow-prev {
  left: 0;
}

.slideshow-next {
  right: 0;
}

.slideshow-prev span, .slideshow-next span {
  background-size: 22px 40px;
  position: absolute;
  top: 0;
  text-indent: -9999px;
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -10px;
  background-size: 9px 10px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  margin-top: -25px;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-color: white;
}

.slideshow-prev span {
  background-image: url("../images/icon_left.png");
  left: 10px;
}

.slideshow-next span {
  background-image: url("../images/icon_right.png");
  right: 10px;
}

.slideshow-prev:hover span {
  background-image: url("../images/icon_left_white.png");
  background-color: #eeb310;
}

.slideshow-next:hover span {
  background-image: url("../images/icon_left_white.png");
  background-color: #eeb310;
  background-image: url("../images/icon_right_white.png");
  background-color: #eeb310;
}

.smaller_slideshow .slideshow-next, .smaller_slideshow .slideshow-prev {
  display: none;
}

.slideshow {
  position: relative;
  overflow: hidden;
}
.slideshow .images {
  display: none;
}

.preloader {
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  position: absolute;
  z-index: 10000;
  left: 50%;
  top: 50%;
  border-radius: 20px;
  background: white url("../images/preloader.GIF") no-repeat center center;
}

.slideshowwrapper {
  overflow: hidden;
  position: relative;
}

.slideshow.center {
  left: 50% !important;
  position: relative;
  margin: 0 auto;
  margin-left: -400px;
  overflow: visible !important;
}
.slideshow.center .carousel {
  overflow: visible !important;
}
.slideshow.center .carousel ul {
  visibility: hidden;
}
.slideshow.center .carousel ul li, .slideshow.center .carousel ul img {
  width: 800px;
}
.slideshow.center .carousel ul li {
  float: left;
  display: list-item;
  margin-right: 15px;
  position: relative;
}
.slideshow.center .carousel ul li img {
  display: inline;
}
.slideshow.center.tworow .carousel ul li a, .slideshow.center.tworow .carousel ul img a {
  margin-bottom: 15px;
}

.no_projects, .no_publications {
  text-align: center;
  margin: 35px 0;
}

.newspage .newscontent .wysiwyg_content {
  font-size: 14px;
}

/*********************************************************
 * LIGHTBOX
 *********************************************************/
.lightboxOverlay {
  background-color: white !important;
  opacity: 1 !important;
}

/*********************************************************
 * HOME
 *********************************************************/
.slideshowwrapper {
  margin-bottom: 10px;
}

h2 {
  font-weight: bold;
  margin-bottom: 30px;
}

.latestnews {
  padding-right: 20px;
}
.latestnews ul li {
  display: block;
  margin-bottom: 12px;
}
.latestnews ul li a {
  color: #1d1d1b;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  line-height: 20px;
}
.latestnews ul li a:hover {
  border-color: #1d1d1b;
}

body.home .social {
  float: left;
  width: 100%;
  overflow: visible;
}
body.home .social ul li {
  float: left;
  overflow: visible;
}
body.home .social ul li.linkedin {
  margin-left: 10px;
}

/*********************************************************
 * NEWS
 *********************************************************/
.newspage .slideshow .date {
  margin: 10px 0;
}
.newspage .slideshow h2 {
  color: #1d1d1b;
  font-size: 16px;
  border-bottom: 1px solid #1d1d1b;
  display: inline-block;
  padding-bottom: 6px;
  margin-bottom: 20px;
}

.news .slideshow-prev span, .news .slideshow-next span {
  top: 266.5px;
}

.skills .slideshow-prev span, .skills .slideshow-next span {
  top: 266.5px;
}

/*********************************************************
 * PROJECTS
 *********************************************************/
.slideshow.tworow .carousel ul li a {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
.slideshow.tworow .carousel ul li a .projecttitle, .slideshow.tworow .carousel ul li a .publicationtitle {
  position: absolute;
  left: 10px;
  bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
}
.slideshow.tworow .carousel ul li a.color_black .projecttitle, .slideshow.tworow .carousel ul li a.color_black .publicationtitle {
  color: #000000;
}
.slideshow.tworow .carousel ul li a.color_white .projecttitle, .slideshow.tworow .carousel ul li a.color_white .publicationtitle {
  color: #FFFFFF;
}
.slideshow.tworow .carousel ul li a.color_yellow .projecttitle, .slideshow.tworow .carousel ul li a.color_yellow .publicationtitle {
  color: #EEB310;
}
.slideshow.tworow .carousel ul li a img {
  display: block;
}
.slideshow.tworow .carousel ul li a img.normal {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
.slideshow.tworow .carousel ul li a:hover img.normal {
  display: block;
}

.projectfilters > .grid-col {
  margin-bottom: 5px;
}

.projectfilter, .mobilefilter {
  margin: 0;
}

.projectfilters {
  margin-bottom: 20px;
}
.projectfilters:before, .projectfilters:after {
  content: "";
  display: table;
}
.projectfilters:after {
  clear: both;
}
.projectfilters .filter {
  float: left;
  width: calc(50% - 5px);
  max-width: 250px;
  position: relative;
}
.projectfilters .filter + .filter {
  float: right;
}
.projectfilters .filter h3 {
  font-weight: bold;
  margin-bottom: 7px;
}
.projectfilters .filter .current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  cursor: pointer;
}
.projectfilters .filter .current:before, .projectfilters .filter .current:after {
  content: "";
  display: table;
}
.projectfilters .filter .current:after {
  clear: both;
}
.projectfilters .filter .current span {
  display: block;
  font-size: 14px;
  margin-right: auto;
  padding: 5px 10px;
}
.projectfilters .filter .current .arrows {
  margin-left: 10px;
  padding-left: 10px;
  padding: 7px 10px;
  height: 100%;
}
.projectfilters .filter .current .arrows i {
  display: block;
}
.projectfilters .filter .current .arrows i.hide {
  display: none;
}
.projectfilters .filter ul.options {
  position: absolute;
  z-index: 99999;
  width: calc(100% - 2px);
  left: 0;
  border-top: none;
  display: none;
}
.projectfilters .filter ul.options li a {
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  text-decoration: none;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background: white;
}
.projectfilters .filter ul.options li a:hover {
  background: #efefef;
}

ul.projectfilter li {
  display: block;
  float: left;
  margin-right: 15px;
}
ul.projectfilter li:last-child {
  margin-right: 0px;
}
ul.projectfilter li a {
  display: block;
  text-decoration: none;
  text-transform: lowercase;
  padding-bottom: 3px;
  margin-bottom: 6px;
  border-bottom: 1px solid transparent;
}
ul.projectfilter li:first-child a {
  text-transform: none;
}
ul.projectfilter li.current-cat a, ul.projectfilter li a:hover {
  border-bottom: 1px solid #1d1d1b;
}

.filter.year {
  margin-bottom: 15px;
}
.filter.year ul li {
  display: inline-block;
  margin-right: 15px;
}
.filter.year ul li:last-child {
  margin-right: 0px;
}
.filter.year ul li a {
  display: block;
  text-decoration: none;
  text-transform: lowercase;
  padding-bottom: 3px;
  margin-bottom: 6px;
  border-bottom: 1px solid transparent;
}
.filter.year ul li:first-child a {
  text-transform: none;
}
.filter.year ul li.active a, .filter.year ul li a:hover {
  border-bottom: 1px solid #1d1d1b;
}

.extramobilefilter .mobilefilter {
  display: none;
  float: right;
  overflow: hidden;
}
.extramobilefilter .mobilefilter select {
  width: 100%;
  max-width: 100%;
  border: 0px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
}

.categoriesfilter {
  text-align: left;
}
.categoriesfilter ul.projectfilter li {
  display: inline-block;
  float: none;
}

/*********************************************************
 * PROJECT DETAIL
 *********************************************************/
.viewfullsize {
  opacity: 0;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background: #FFFFFF url("../images/icon_zoom.png") no-repeat center center;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.viewfullsize:hover {
  background-color: #EEB310;
}
.viewfullsize span {
  display: none;
}

.slideshow.center .carousel ul li:hover .viewfullsize {
  opacity: 1;
}

.back {
  display: inline-block;
  cursor: pointer;
  background-color: #1D1D1B;
  padding: 6px 25px;
  color: white;
  margin: 10px 0;
  text-decoration: none;
}
.back:hover {
  background-color: rgba(29, 29, 27, 0.4);
}

.single_project_nav {
  padding-bottom: 1.5px;
  overflow: hidden;
  margin-bottom: 15px;
}
.single_project_nav:before, .single_project_nav:after {
  content: "";
  display: table;
}
.single_project_nav:after {
  clear: both;
}
.single_project_nav > a {
  float: left;
}
.single_project_nav ul {
  float: right;
}
.single_project_nav ul:before, .single_project_nav ul:after {
  content: "";
  display: table;
}
.single_project_nav ul:after {
  clear: both;
}
.single_project_nav li {
  float: left;
  margin-left: 10px;
}
.single_project_nav li:first-child {
  margin-left: 0;
}
.single_project_nav a {
  text-decoration: none;
  border-bottom: 1px solid #1d1d1b;
  font-size: 12px;
}

.social_share {
  font-size: 11px;
  line-height: 20px;
  margin: 20px 0;
  overflow: hidden;
}
.social_share .social_share_label {
  float: left;
  margin-right: 6px;
}
.social_share ul li, .social_share p {
  float: left;
  margin-left: 10px;
}
.social_share ul li:first-child, .social_share p:first-child {
  margin-left: 0;
}
.social_share ul li a, .social_share p a {
  text-decoration: none;
}
.social_share ul li a:hover, .social_share p a:hover {
  text-decoration: underline;
}
.social_share ul li a::before, .social_share p a::before {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  float: left;
  border-radius: 50%;
  background: #000000 url("../images/icon_facebook.png") no-repeat center center;
}
.social_share ul li.twitter a::before, .social_share p.twitter a::before {
  background-image: url("../images/icon_twitter.png");
}
.social_share ul li.linkedin a::before, .social_share p.linkedin a::before {
  background-image: url("../images/icon_linkedin.png");
}

.projectdetailpage h1 {
  font-size: 17.5px;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 1px solid black;
  margin-bottom: 8px;
}
.projectdetailpage section.projectdetails article {
  margin-bottom: 10px;
}
.projectdetailpage section.projectdetails article:last-child {
  margin-bottom: 0px;
}
.projectdetailpage section.projectdetails article .title {
  display: inline-block;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 1px solid black;
  font-size: 14px;
  margin-bottom: 2px;
}
.projectdetailpage section.projectdetails article .content {
  font-size: 11.9px;
}
.projectdetailpage .grid-col:first-child {
  float: right;
}

/*********************************************************
 * PUBLICATIONS
 *********************************************************/
/*********************************************************
 * SINGLE POST
 *********************************************************/
body.single-post .page img {
  display: block;
}
body.single-post .page .newscontent {
  padding: 0;
}
body.single-post .page .newscontent header {
  padding: 10px 0;
}
body.single-post .page .newscontent header:before, body.single-post .page .newscontent header:after {
  content: "";
  display: table;
}
body.single-post .page .newscontent header:after {
  clear: both;
}
body.single-post .page .newscontent header a.backunderline {
  text-decoration: none;
  border-bottom: 1px solid #1d1d1b;
  font-size: 12px;
  display: inline-block;
  margin-top: 10px;
  float: left;
}
body.single-post .page .newscontent header a.project {
  margin-left: 15px;
}
body.single-post .page .newscontent header .date {
  margin: 10px 0;
  font-size: 12px;
  float: right;
}
body.single-post .page .newscontent a.title {
  text-decoration: none;
}
body.single-post .page h2 {
  clear: both;
}

/*********************************************************
 * CONTACT
 *********************************************************/
.customcheckbox label {
  font-family: "TeXGyreAdventorBold", Arial, Helvetica, sans-serif;
}
.customcheckbox span.wpcf7-list-item {
  margin-left: 0;
  margin-right: 20px;
}

.contactpage {
  padding-top: 70px;
}
.contactpage input[type=text], .contactpage input[type=email] {
  width: 90%;
}
.contactpage textarea {
  font-family: "TeXGyreAdventorRegular", Arial, Helvetica, sans-serif;
  width: 93%;
}
.contactpage input[type=text], .contactpage input[type=email] {
  background-color: #ECECEC;
  background-color: rgba(236, 236, 236, 0.2);
  border: 1px solid #D9D9D9;
  margin: 0px;
  box-shadow: 2px 2px 4px #ececec;
  color: black;
}
.contactpage textarea {
  background-color: #ECECEC;
  background-color: rgba(236, 236, 236, 0.2);
  border: 1px solid #D9D9D9;
  margin: 0px;
  box-shadow: 2px 2px 4px #ececec;
  color: black;
}
.contactpage input[type=submit] {
  background-color: #ECECEC;
  background-color: rgba(236, 236, 236, 0.2);
  border: 1px solid #D9D9D9;
  margin: 0px;
  box-shadow: 2px 2px 4px #ececec;
  color: black;
}
.contactpage input[type=radio] {
  font-size: 16px;
  margin-left: 0;
  margin-bottom: 10px;
}
.contactpage input[type=radio] span {
  font-size: 16px;
}
.contactpage input[type=submit] {
  padding: 7px 35px;
}
.contactpage input[type=submit]:hover {
  background-color: rgba(236, 236, 236, 0.6);
}
.contactpage .office {
  margin-bottom: 30px;
}
.contactpage .office:last-child {
  margin-bottom: 0px;
}
.contactpage .office .mapslink {
  color: #eeb310;
  text-decoration: none;
  margin-top: 20px;
  display: block;
}
.contactpage .office .mapslink:hover {
  text-decoration: underline;
}
.contactpage .wrapperspace {
  padding: 0 14%;
}

@media only screen and (max-width: 899px) {
  .contactpage {
    padding-top: 10px;
  }
  .contactpage .wrapperspace {
    padding: 0%;
  }
}
/*********************************************************
 * OFFICE
 *********************************************************/
.office h2, .office .historyblok .year {
  display: inline-block;
  font-size: 17.5px;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 1px solid black;
  margin: 20px 0;
}

.office.philosophy img {
  display: block;
  margin: 0 auto;
}
.office.philosophy h2 {
  display: inline-block;
  font-size: 17.5px;
  font-weight: bold;
  padding-bottom: 4px;
  border-bottom: 1px solid black;
  margin: 20px 0;
}
.office.philosophy .grid-col.bp1-col-1-3 {
  margin-bottom: 70px;
}
.office.team .slideshow.tworow .carousel ul li a img {
  opacity: 1;
}
.office.team .hobbies {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 600ms ease;
}
.office.team .hobbies img {
  width: auto !important;
}
.office.team .carousel a:hover .hobbies {
  opacity: 1;
}
.office.teamdetail h2 {
  display: inline-block;
  font-size: 17.5px;
  font-weight: bold;
  padding-bottom: 4px;
  margin-bottom: 15px;
}
.office.teamdetail .projecten a {
  text-decoration: none;
}
.office.teamdetail .projecten a:hover {
  opacity: 0.5;
}
.office.teamdetail .projecten .project {
  margin-bottom: 24px;
}
.office.teamdetail .projecten .project .name {
  margin-bottom: 6px;
}
.office.teamdetail .projecten .project .name a {
  color: #EEB310;
  padding-bottom: 1.5px;
  border-bottom: 1px solid #EEB310;
  font-size: 16px;
  line-height: 22px;
}
.office.teamdetail .projecten .site a {
  color: #eeb310;
  padding-bottom: 2px;
  border-bottom: 1px solid #eeb310;
}
.office.teamdetail .cv a {
  color: #eeb310;
  padding-bottom: 2px;
  border-bottom: 1px solid #eeb310;
}
.office.teamdetail .detail .mail a {
  color: black;
}
.office.teamdetail .detail .cv a {
  display: inline-block;
  margin: 15px 0;
}

@media only screen and (min-width: 1100px) {
  .teamdetail .detail {
    padding-right: 20%;
  }
}
.lt-ie9 .office.team .hobbies {
  display: none;
  opacity: 1;
}
.lt-ie9 .office.team .carousel a:hover .hobbies {
  display: block;
  opacity: 1;
}

#historyslideshow h2 {
  margin-bottom: 9px;
  border: 0px;
}
#historyslideshow .date .year {
  margin-bottom: 5px;
}
#historyslideshow .date .fulldate {
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 12px;
}

.office.network .map {
  position: relative;
  padding-bottom: 20px;
  height: 400px;
}
.office.network .map img {
  max-width: initial;
}
.office.network .map .labels {
  color: white;
  font-family: "Trebuchet MS", Arial, sans-serif;
  text-align: center;
  text-shadow: 1px 1px #1d1d1b;
}

.google_maps_infowindow {
  line-height: 1.35;
  overflow: hidden;
  white-space: nowrap;
}

@media only screen and (min-height: 700px) {
  .office.network .map {
    height: 500px;
  }
}
@media only screen and (min-height: 800px) {
  .office.network .map {
    height: 600px;
  }
}
@media only screen and (min-height: 900px) {
  .office.network .map {
    height: 700px;
  }
}
/*******************************************************************/
/*                          HIDE ON DESKTOP                        */
/*******************************************************************/
#mobilelangselect {
  display: none;
}

/*********************************************************
 * MEDIA QUERIES
 *********************************************************/
@media only screen and (max-width: 1024px) {
  .lb-prev {
    background: url("javascript/lightbox/img/prev.png") no-repeat scroll left 48% rgba(0, 0, 0, 0) !important;
  }

  .lb-next {
    background: url("javascript/lightbox/img/next.png") no-repeat scroll right 48% rgba(0, 0, 0, 0) !important;
  }
}
@media only screen and (max-width: 899px) {
  header#topheader .logo {
    display: block;
  }
  header#topheader .main_nav ul {
    float: none;
  }
}
@media only screen and (max-width: 899px) {
  .projectdetailpage .grid-col:first-child {
    padding-right: 0;
  }
}
@media only screen and (max-width: 649px) {
  .social_share .social_share_label {
    display: none;
  }

  #smartphonemenugridwrap .smartphonemenublok .main_nav ul li a {
    font-size: 18px;
    padding: 8px 0;
  }

  .slideshow-prev span, .slideshow-next span {
    z-index: 10000;
  }

  .desktopheader {
    display: none;
  }

  .mobilemenu, #smartphonemenugridwrap, #mobilelangselect {
    display: block;
  }

  header#topheader .language_selector {
    position: static;
  }

  .historyblok, .newscontent {
    padding-left: 15px;
    padding-right: 15px;
  }

  #newsslideshow li .newscontent {
    padding-left: 5%;
    padding-right: 5%;
  }

  .slideshow.tworow .carousel ul li a .projecttitle {
    font-size: 13px;
  }

  .projectfilter a {
    font-size: 11px;
  }

  .extramobilefilter .mobilefilter {
    display: block;
  }
  .extramobilefilter .mobilefilter select {
    font-size: 11px;
  }
  .extramobilefilter .projectfilter {
    display: none;
  }

  .viewfullsize {
    display: none;
  }

  .contactpage form {
    margin-bottom: 30px;
  }

  .office.teamdetail .grid-col {
    margin-bottom: 50px;
  }

  header#topheader .smartphonemenublok .newsletter_member {
    clear: both;
    border-bottom: 1px solid black;
    padding: 15px 35px;
  }
  header#topheader .smartphonemenublok .newsletter_member .grid-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
  }
  header#topheader .smartphonemenublok .newsletter_member .grid-wrap .grid-col {
    border-top: none;
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
  header#topheader .smartphonemenublok .newsletter_member .grid-wrap .grid-col .member_of_ean {
    text-align: center;
  }
  header#topheader .smartphonemenublok .newsletter_member .grid-wrap .grid-col .member_of_ean a {
    display: inline-block;
  }
  header#topheader .smartphonemenublok .newsletter_member .grid-wrap .grid-col .member_of_ean.no_subscribe {
    text-align: left;
  }
  header#topheader div.menu {
    margin-top: 0;
  }
  header#topheader div.menu nav ul li {
    display: block;
  }
  header#topheader .lang_newsletter {
    display: none;
  }
  header#topheader .newsletterbox form .form_line input[type=email] {
    width: 144px;
  }
  header#topheader .newsletterbox form .form_line img {
    display: none;
  }
}
@media only screen and (min-width: 650px) {
  .hide-xs {
    display: block;
  }

  .visible-xs {
    display: none;
  }

  .member_of_ean span {
    margin-left: 4px;
  }

  .projectdetails {
    margin-top: 36px;
  }

  header#topheader .language_switcher {
    margin-top: 10px;
    float: right;
  }
  header#topheader .language_switcher ul li {
    margin-right: 0;
    margin-left: 10px;
  }
  header#topheader .language_switcher ul li:first-child {
    margin-left: 0;
  }
  header#topheader .language_switcher ul:after {
    content: "";
    display: inline-block;
    height: 20px;
    margin-left: 20px;
    background: black;
    width: 1px;
  }
  header#topheader .newsletterbox input[type=email] {
    width: 150px;
    float: right;
  }
  header#topheader .newsletterbox input[type=submit] {
    float: right;
  }
  header#topheader .desktopheader {
    width: 100% !important;
    clear: both;
  }
  header#topheader .desktopheader .menu {
    margin-top: 15px;
  }
  header#topheader .desktopheader .menu:before, header#topheader .desktopheader .menu:after {
    content: "";
    display: table;
  }
  header#topheader .desktopheader .menu:after {
    clear: both;
  }
  header#topheader .desktopheader .menu .main_nav {
    float: right;
  }
  header#topheader .desktopheader .menu .main_nav ul {
    margin-top: 3px;
  }
  header#topheader .desktopheader .menu .main_nav ul li a:before {
    margin-left: 15px;
  }
  header#topheader .desktopheader .menu .main_nav ul li:first-child a:before {
    margin-left: 0;
  }

  body.blog header#topheader .logo-menu, body.single-post header#topheader .logo-menu {
    position: relative;
  }
  body.blog header#topheader .newsletterbox, body.single-post header#topheader .newsletterbox {
    margin-top: 7px;
  }
  body.blog header#topheader .desktopheader .menu, body.single-post header#topheader .desktopheader .menu {
    margin-top: 3px;
  }

  body.page-child header#topheader .logo-menu {
    padding-bottom: 12px;
  }

  body.tax-project header#topheader .logo-menu, body.page-template-template-projects header#topheader .logo-menu, body.tax-project_category header#topheader .logo-menu {
    padding-bottom: 5px;
  }
  body.tax-project .projectfilters, body.page-template-template-projects .projectfilters, body.tax-project_category .projectfilters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  body.tax-project .projectfilters .filter, body.page-template-template-projects .projectfilters .filter, body.tax-project_category .projectfilters .filter {
    float: none;
    width: auto;
    max-width: 100%;
  }
  body.tax-project .projectfilters .filter.type, body.page-template-template-projects .projectfilters .filter.type, body.tax-project_category .projectfilters .filter.type {
    margin-right: auto;
    margin-top: 8px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  body.tax-project .projectfilters .filter.type .current, body.page-template-template-projects .projectfilters .filter.type .current, body.tax-project_category .projectfilters .filter.type .current {
    display: none;
  }
  body.tax-project .projectfilters .filter.type .options, body.page-template-template-projects .projectfilters .filter.type .options, body.tax-project_category .projectfilters .filter.type .options {
    display: block !important;
    border: none;
    position: static;
  }
  body.tax-project .projectfilters .filter.type .options li, body.page-template-template-projects .projectfilters .filter.type .options li, body.tax-project_category .projectfilters .filter.type .options li {
    display: inline-block;
    margin-left: 15px;
  }
  body.tax-project .projectfilters .filter.type .options li:first-of-type, body.page-template-template-projects .projectfilters .filter.type .options li:first-of-type, body.tax-project_category .projectfilters .filter.type .options li:first-of-type {
    margin-left: 0;
  }
  body.tax-project .projectfilters .filter.type .options li a, body.page-template-template-projects .projectfilters .filter.type .options li a, body.tax-project_category .projectfilters .filter.type .options li a {
    background: none;
    padding: 0 0 3px;
  }
  body.tax-project .projectfilters .filter.type .options li a:hover, body.page-template-template-projects .projectfilters .filter.type .options li a:hover, body.tax-project_category .projectfilters .filter.type .options li a:hover {
    border-bottom: 1px solid #1d1d1b;
  }
  body.tax-project .projectfilters .filter.type .options li.active a, body.page-template-template-projects .projectfilters .filter.type .options li.active a, body.tax-project_category .projectfilters .filter.type .options li.active a {
    border-bottom: 1px solid #1d1d1b;
  }
  body.tax-project .projectfilters .filter.type + .filter, body.page-template-template-projects .projectfilters .filter.type + .filter, body.tax-project_category .projectfilters .filter.type + .filter {
    min-width: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  body.tax-project .projectfilters, body.page-template-template-projects .projectfilters, body.tax-project_category .projectfilters {
    display: block;
  }
  body.tax-project .projectfilters .filter.sector, body.page-template-template-projects .projectfilters .filter.sector, body.tax-project_category .projectfilters .filter.sector {
    margin-top: 8px;
  }
  body.tax-project .projectfilters .filter.sector .current, body.page-template-template-projects .projectfilters .filter.sector .current, body.tax-project_category .projectfilters .filter.sector .current {
    display: none;
  }
  body.tax-project .projectfilters .filter.sector .options, body.page-template-template-projects .projectfilters .filter.sector .options, body.tax-project_category .projectfilters .filter.sector .options {
    display: block !important;
    border: none;
    position: static;
  }
  body.tax-project .projectfilters .filter.sector .options li, body.page-template-template-projects .projectfilters .filter.sector .options li, body.tax-project_category .projectfilters .filter.sector .options li {
    display: inline-block;
    margin-left: 15px;
  }
  body.tax-project .projectfilters .filter.sector .options li:first-of-type, body.page-template-template-projects .projectfilters .filter.sector .options li:first-of-type, body.tax-project_category .projectfilters .filter.sector .options li:first-of-type {
    margin-left: 0;
  }
  body.tax-project .projectfilters .filter.sector .options li a, body.page-template-template-projects .projectfilters .filter.sector .options li a, body.tax-project_category .projectfilters .filter.sector .options li a {
    background: none;
    padding: 0 0 3px;
  }
  body.tax-project .projectfilters .filter.sector .options li a:hover, body.page-template-template-projects .projectfilters .filter.sector .options li a:hover, body.tax-project_category .projectfilters .filter.sector .options li a:hover {
    border-bottom: 1px solid #1d1d1b;
  }
  body.tax-project .projectfilters .filter.sector .options li.active a, body.page-template-template-projects .projectfilters .filter.sector .options li.active a, body.tax-project_category .projectfilters .filter.sector .options li.active a {
    border-bottom: 1px solid #1d1d1b;
  }
  body.tax-project .projectfilters .filter.sector + .filter, body.page-template-template-projects .projectfilters .filter.sector + .filter, body.tax-project_category .projectfilters .filter.sector + .filter {
    min-width: 150px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .viewfullsize {
    background-image: url("../images/icon_zoom@2x.png");
    background-size: 16px 14px;
  }

  footer#footer .container .created-by .social-footer li a img.normal {
    display: none;
  }
  footer#footer .container .created-by .social-footer li a img.retina {
    display: inline-block;
  }

  .social_share ul li a::before, .social_share p a::before {
    background-size: 18px 18px;
  }
  .social_share ul li.facebook a::before, .social_share p.facebook a::before {
    background-image: url("../images/icon_facebook@2x.png");
  }
  .social_share ul li.twitter a::before, .social_share p.twitter a::before {
    background-image: url("../images/icon_twitter@2x.png");
  }
  .social_share ul li.linkedin a::before, .social_share p.linkedin a::before {
    background-image: url("../images/icon_linkedin@2x.png");
  }

  header#topheader .logo {
    background-image: url("../images/logo@2x.png");
  }
  header#topheader .social ul a {
    background-image: url("../images/icon_socialmedia@2x.png");
  }

  .hamburger .show {
    background-image: url("../images/icon_smartphone@2x.png");
  }
  .hamburger .hide {
    background-image: url("../images/icon_smartphoneclose@2x.png");
  }

  .createdby a img {
    width: 18px;
  }

  .slideshow-prev span {
    background-image: url("../images/icon_left@2x.png");
  }

  .slideshow-next span {
    background-image: url("../images/icon_right@2x.png");
  }

  .slideshow-prev:hover span {
    background-image: url("../images/icon_left_white@2x.png");
  }

  .slideshow-next:hover span {
    background-image: url("../images/icon_right_white@2x.png");
  }
}
.menu-footer-container {
  display: inline-block;
  margin-left: 20px;
}

.error404 .wrapper {
  display: flex;
  flex-direction: column;
}
.error404 .wrapper #content, .error404 .wrapper .page, .error404 .wrapper #content .container {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.error404 .wrapper .container {
  align-items: center;
  justify-content: center;
}
.error404 h1 {
  text-align: center;
  font-size: 80px;
  line-height: 48px;
  color: #eeb310;
  margin-bottom: 20px;
  font-weight: 300;
}
.error404 h1 span {
  color: #343434;
  font-size: 40px;
}
.error404 p {
  color: #8a8a8a;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .error404 h1 {
    font-size: 200px;
    margin-left: 50px;
    color: rgba(238, 179, 16, 0.7);
    margin-bottom: 50px;
  }
  .error404 h1 span {
    font-size: 50px;
    margin-left: -50px;
  }
  .error404 p {
    font-size: 16px;
    line-height: 22px;
  }
}
