/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 10-mrt-2016, 9:25:59
    Author     : Mees Verberne
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,700i);
@font-face {
  font-family: 'Zefani';
  src: url(/assets/fonts/zefani-regular-webfont.eot);
  src: url(/assets/fonts/zefani-regular-webfont.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/zefani-regular-webfont.svg#zefaniregular) format('svg'), url(/assets/fonts/zefani-regular-webfont.woff2) format('woff2'), url(/assets/fonts/zefani-regular-webfont.woff) format('woff'), url(/assets/fonts/zefani-regular-webfont.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'Zefani';
    src: url(/assets/fonts/zefani-regular-webfont.svg#zefaniregular) format('svg');
  }
}
* {
  padding: 0;
  margin: 0;
}
*:focus {
  outline: 0;
}
a {
  color: inherit;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background-color: #000;
  font-family: 'Open Sans', sans serif;
}
html.overflow,
body.overflow {
  overflow: hidden;
}
input,
textarea {
  -webkit-appearance: none;
  letter-spacing: 0.4px;
  font-family: 'Open Sans', sans serif;
}
.abs_container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.content .page .pageContainer {
  background-color: #fff;
}
.content-container {
  width: 960px;
  margin: 0 auto;
}
.small-text {
  font-size: 13px;
  line-height: 18px;
}
.strong {
  font-weight: 900;
}
.fullwidth {
  width: 100%;
}
span.new {
  font-size: 18px;
  line-height: 18px;
  color: #da2e2e;
  font-weight: 900;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-style: normal;
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  vertical-align: middle;
}
span.new:before {
  content: "";
  z-index: -1;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.url {
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  position: relative;
  height: 27px;
  display: inline-block;
}
.url:before {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2px;
  content: "";
  background: #404040;
}
.url:after {
  position: absolute;
  width: 0;
  right: 0;
  left: auto;
  bottom: 0;
  height: 2px;
  content: "";
  background: #fff;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.url:hover:after {
  width: 100%;
  left: 0;
  right: auto;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.innerWrapper {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.scroll-wrapper {
  position: fixed;
  z-index: 5;
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.scroll-wrapper .scroll-bar {
  background: #fff;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.scroll-wrapper.hidden {
  height: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
button.rounded {
  border: 2px solid #eeeeee;
  border-radius: 100%;
  padding: 10px;
}
.intro {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 40;
  background: #f2f2f2;
  opacity: 1;
  visibility: visibile;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.intro.outro {
  background: transparent;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.intro.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.intro .animHolderHolder {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  overflow: hidden;
}
.intro .animHolderHolder .animHolder {
  width: 1920px;
  height: 1080px;
  position: relative;
  overflow: hidden;
}
.intro .animHolderHolder .animHolder .anim {
  background-image: url("");
  background-position: 0px 0px;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 1;
}
.intro .animHolderHolder .animHolder .anim.hidden {
  opacity: 0;
}
.textfield {
  border: 2px solid #eeeeee;
  padding: 10px 23px;
  border-radius: 25px;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
}
.textfield::-webkit-input-placeholder {
  color: #e4e4e4;
}
.textfield::-moz-placeholder {
  color: #e4e4e4;
}
.textfield:-ms-input-placeholder {
  color: #e4e4e4;
}
.textfield:-moz-placeholder {
  color: #e4e4e4;
}
.btn {
  background: #fff;
  font-weight: 700;
  font-size: 12px;
  color: #000;
  display: inline-block;
  letter-spacing: 0.4px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 23px;
  border-radius: 25px;
  border: 2px solid #fff;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn:hover {
  background: transparent;
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.black {
  background: #383838;
  border: 2px solid #383838;
  color: #fff !important;
}
.btn.black:hover {
  background: transparent;
  color: #000 !important;
}
.btn.icon {
  padding-left: 55px;
}
.btn i {
  position: absolute;
  top: 13px;
  left: 30px;
}
.link {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.4px;
  position: relative;
  cursor: hand;
  cursor: pointer;
}
.link:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -1px;
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.link:hover:after {
  width: 0;
  right: 0;
  left: auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.case-content .case-info .subtitle {
  font-family: 'Open Sans', sans serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
}
.fullpage-wrapper .section {
  overflow-x: hidden;
}
.sliderWrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  left: 0;
  -webkit-transition: left 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-transition: left 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition: left 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: left 0.3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sliderWrapper .case-content {
  white-space: normal;
}
.sliderWrapper .slideContent {
  background-color: #10283c;
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.sliderWrapper .slideContent .images_container {
  width: 100%;
  height: 100%;
}
.sliderWrapper .slideContent .images_container .image_item {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sliderWrapper .slideContent .images_container .image_item.active svg,
.sliderWrapper .slideContent .images_container .image_item.active .image {
  opacity: 1;
}
.sliderWrapper .slideContent .images_container .image_item svg {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  opacity: 0;
  position: absolute;
  mix-blend-mode: darken;
}
.sliderWrapper .slideContent .images_container .image_item svg image {
  min-height: 100%;
}
.sliderWrapper .slideContent .images_container .image_item svg .another-circle {
  cursor: pointer;
  stroke-dasharray: 300;
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.6s ease ease-out;
  -moz-transition: stroke-dashoffset 0.6s ease ease-out;
  -o-transition: stroke-dashoffset 0.6s ease ease-out;
  transition: stroke-dashoffset 0.6s ease ease-out;
  transform-origin: 0px 0px 0px;
  -webkit-transition: fill 0.4s ease ease-out;
  -moz-transition: fill 0.4s ease ease-out;
  -o-transition: fill 0.4s ease ease-out;
  transition: fill 0.4s ease ease-out;
  fill: #fff0;
}
.sliderWrapper .slideContent .images_container .image_item svg .another-circle:hover {
  stroke-dashoffset: -300;
  -webkit-transform: translate(5, 14);
  -moz-transform: translate(5, 14);
  -o-transform: translate(5, 14);
  -ms-transform: translate(5, 14);
  transform: translate(5, 14);
  fill: #ffff;
}
.sliderWrapper .slideContent .images_container .image_item .image {
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  opacity: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?gpt7ch');
  src: url('../fonts/icomoon.eot?gpt7ch#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?gpt7ch') format('truetype'), url('../fonts/icomoon.woff?gpt7ch') format('woff'), url('../fonts/icomoon.svg?gpt7ch#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-x-twitter:before {
  content: "\e900";
}
@media all and (max-width: 767px) {
  .pageContainer > section > .wrapper,
  .pageContainer > section > .fp-tableCell > .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/*# sourceMappingURL=default.css.map */