body {
  /* -webkit-font-smoothing: subpixel-antialiased; */
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
  background: #f7f7f7;
  -webkit-text-size-adjust: 100%;
}

.spacer {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  background: none;
}

.clearBoth {
  clear: both;
}

.wrap {
  max-width: 1920px;
  margin: 0px auto;
}

.logo {
  width: 15%;
  margin: 3%;
  position: relative;
  cursor: pointer;
}

.logo img {
    -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -o-user-select: none;
   user-select: none;
}

.language {
  float: right;
  margin: 3%;
  color: #979797;
}

.language a {
  color: #979797;
  text-decoration: none;
}

.language .active, .language .active a {
  color: #313131;
}

.language .en, .language .nl {
  cursor: pointer;
}

.language div {
  float: left;
  font-size: 16px;
  font-size: 0.8vw;
  margin: 0px 5px;
}

.topbar {
  display: inline-block;
  width: 100%;
  height: auto;
}

.menu {
  width: 17%;
  float: left;
  margin-left: 3%;
  margin-top: 3%;
}

.menu ul {
  margin: 40px 0 0 0;
  padding: 0;
}

.menu li {
  margin: 0px 0px 15px 0px;
  padding: 0;
  list-style: none;
  font-size: 1.2vw;
  line-height: 1.2vw;
}

.menu li.active a {
  color: #313131;
}

.menu li a {
  text-decoration: none;
  color: #979797;
  text-transform: uppercase;
}

.social img {
    -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -o-user-select: none;
   user-select: none;
}

.menu .social{
  width: 80%;
  display: inline-block;
}

.social div {
  width: 10%;
  margin-right: 9%;
  float: left;
}

.social .home {
  width: 11%;
}

.header {
  float: right;
  width: 78%;
  position: relative;
}

.header .worktitle {
  position: absolute;
  bottom: 50px;
  bottom: -3.5vw;
  font-size: 24px;
  font-size: 1vw;
  color: #aaaaaa;
  text-align: left;
}

.header .worktitle span {
  font-size: 16px;
  font-size: 0.6vw;
}

.header .slide {
  position: relative;
  border: 20px solid #ffffff;
  border: 1.2vw solid #ffffff;
}

.header .next {
  width: 2%;
  float: right;
  margin: 20px;
  margin: 1.2vw;
  cursor: pointer;
}

.header .next img {
  -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -o-user-select: none;
 user-select: none;
}

.slide img {
  width: 100%;
}

.subwrap {
  width: 100%;
  display: inline-block;
  background: #e8e8e8;
}

.subwrap .slide {
  float: left;
  width: 78%;
  border: 20px solid #ffffff;
  border: 1.2vw solid #ffffff;
  margin-top: 3%;
  margin-bottom: -3%;
  margin-right: 1%;
}

.subwrap h4 {
  text-transform: uppercase;
  font-size: 30px;
  font-size: 2.2vw;
  line-height: 2.3vw;
  font-weight: 500;
  color: #979797;
  float: left;
  width: 17%;
  margin-top: 20%;
}

.subwrap p {
  float: left;
  width: 17%;
  font-size: 22px;
  font-size: 1.1vw;
  line-height: 1.5vw;
  color: #979797;
}

.subwrap a {
  text-decoration: none;
  color: #444444;
}

.subwrap a img {
  height: 1.1vw;
  margin-bottom: -1%;
  margin-left: 2%;
}

.about_wrap {
  width: 100%;
  display: inline-block;
  /* margin-top: 9%; */
  margin-bottom: 6%;
  position: relative;
}

.betweener {
  background: #f3f3f3;
  width: 100%;
  height: 9vw;
}

.about_wrap .left {
  width: 50%;
  position: relative;
  float: left;
  text-align: center;
}

.about_wrap .left .bg {
    -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -o-user-select: none;
   user-select: none;
   width: 100%;
   z-index: -1;
   position: absolute;
   left: 0;
   top: 0;
}

.about_wrap .left .signed {
    -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -o-user-select: none;
   user-select: none;
   width: 100%;
   z-index: 2;
   width: 50%;
   max-width: 235px;
   margin-top: 40%;
}

.about_wrap .left p {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.1vw;
  margin-top: 25%;
}

.about_wrap .right {
  width: 50%;
  position: relative;
  float: left;
  height: 100%;
  /* background: #f3f3f3; */
}

.photo_thumb {
  position: absolute;
  width: 8%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 5;
  left: 46%;
  top: 5%;
  cursor: pointer;
}

.photo_thumb img {
  width: 100%;
}

.text h1, .text h3 {
  color: #979797;
  font-size: 32px;
  font-size: 2vw;
  line-height: 2.2vw;
  font-weight: 500;
  margin: 1%;
}

.text h3 {
  font-size: 20px;
  font-size: 1.4vw;
  line-height: 1.6vw;
  margin-bottom: 3%;
}

.text h4 {
  color: #979797;
  font-size: 16px;
  font-size: 1.2vw;
  line-height: 1.3vw;
  margin-bottom: 3%;
  font-weight: 700;
}

.text p {
  color: #787878;
  font-weight: 400;
  font-size: 1.1vw;
  line-height: 1.5vw;
}

.text a {
  text-decoration: none;
  color: #444444;
}

.text a img {
  height: 1.1vw;
  margin-bottom: -1%;
  margin-left: 2%;
}

.right h1, .right h3, .right p {
  margin-left: 20%;
  margin-right: 20%;
}

.right p {
  text-align: justify;
}

.right h1 {
  margin-top: 20%;
}

.footer {
  background: #f3f3f3;
  width: 100%;
  display: inline-block;
  padding-bottom: 10%;
}

.footer.light {
  background: none;
}

.footer .social {
  width: 14%;
  margin: 10% auto;
}

.footer .signed {
  width: 346px;
  height: 77px;
  background: url(../img/signed2.png) no-repeat;
  margin: 10% auto 0 auto;
}

.content_wrap {
  display: table;
  width: 100%;
  margin-top: 3%;
}

.content_wrap .col {
  display: table-cell;
  width: 50%;
}

.content_wrap .col.about {
  background: url(../img/bg2.jpg) no-repeat #242b2a;
  text-align: center;
}
.content_wrap .col.content {
  background: #f3f3f3;
  vertical-align: top;
}

.content_wrap .col .photo {
  width: 56%;
  margin: 10% auto;
}

.content_wrap .col .text {
  margin: 15%;
}

.portf_wrap {
  display: table;
  width: 80%;
  float: right;
}

.portf_wrap .col {
  display: table-cell;
  width: 33%;
  vertical-align: top;
  text-align: center;
}

.portf_wrap .col.large {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  text-align: center;
}

.portf_wrap .col img {
  width: 98%;
  margin-bottom: 2%;
  outline: none;
}

.portf_wrap a {
  outline: none;
}

.nomwrap {
  width: 80%;
  text-align: center;
  margin-top: 18%;
}

.nomwrap .ipa {
  margin-bottom: 12%;
}

.content .text h1, .content .text h3 {
  margin-left: 0;
}

.pageback {
  width: 2%;
  margin: 1.2vw;
  margin-left: 0;
  cursor: pointer;
}

.pageback img {
  -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -o-user-select: none;
 user-select: none;
}

.photo_large {
  width: 96%;
  margin: 0 0 5% 0;
}

.photo_detail {
  display: inline-block;
  float: none;
  width: 22.5%;
  max-width: 680px;
  margin: 0 2% 2% 0;
}

.text.details h1 {
  margin-left: 0;
  float: left;
}

.text.details p {
  margin-left: 0;
  line-height: 2.2vw;
  float: left;
}

.text.details .smaller {
  font-size: 0.8vw;
}

.portf_wrap iframe {
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
}
