/* ==================================
BREAKPOINT MIXINS
================================== */
body.test:after {
  background: red;
  color: #fff;
  content: "undefined";
  left: 0;
  -webkit-opacity: 80;
  -moz-opacity: 80;
  opacity: 80;
  padding: .5em 1em;
  position: fixed!important;
  text-align: center;
  top: 0;
  z-index: 99999;
}
@media only screen and (max-width: 540px) {
  body.test:after {
    background: yellow;
    content: "mobile";
  }
}
@media only screen and (min-width: 581px) and (max-width: 800px) and (orientation : portrait) {
  body.test:after {
    background: orange;
    content: "tablet-portrait";
  }
}
@media only screen and (min-width: 801px) and (max-width: 949px) {
  body.test:after {
    background: red;
    content: "tablet";
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px) {
  body.test:after {
    background: purple;
    content: "desktop";
  }
}
@media only screen and (min-width: 1129px) {
  body.test:after {
    background: blue;
    content: "desktop-xl";
  }
}
/* DEFINING NORMAL FONT-NAMES INSTEAD OF WEIGHTS */
/* DEFINING FONTS  */
/* Widths */
@media only screen and (min-width: 1px) and (max-width: 949px) {
  footer {
    height: auto;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  #footer-dark {
    padding-top: 20px;
    bottom: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  #footer-dark {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  #footer-dark .wrap {
    max-width: none!important;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  #footer-dark .wrap {
    padding: 0 !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  #footer-dark .social-heading {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  #footer-dark nav {
    width: 100% !important;
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  #footer-dark nav ul {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  #footer-dark nav li {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  #footer-dark nav li {
    width: 25%;
    height: 80px;
    margin-right: 0;
    vertical-align: middle;
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  #footer-dark nav li:nth-child(1) {
    background: #3b5998;
  }
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  #footer-dark nav li:nth-child(2) {
    background: #59adeb;
  }
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  #footer-dark nav li:nth-child(3) {
    background: #ea4c89;
  }
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  #footer-dark nav li:nth-child(4) {
    background: #417399;
  }
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  #footer-dark nav li a {
    text-align: center !important;
    display: inline !important;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  #footer-dark nav li a span {
    font-size: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  #footer-dark nav li a span {
    text-align: center;
    font-size: 26px;
    line-height: 80px;
    color: rgba(255, 255, 255, 0.7);
  }
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  #footer-dark #footer-blocks-container {
    float: none;
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  #footer-dark .footer-blocks {
    margin-right: 10%;
  }
}
@media only screen and (min-width: 581px) and (max-width: 800px) and (orientation : portrait) {
  #footer-dark .footer-blocks:nth-of-type(1),
  #footer-dark .footer-blocks:nth-of-type(1) span {
    display: block;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  #footer-dark .footer-blocks:nth-of-type(1),
  #footer-dark .footer-blocks:nth-of-type(1) span {
    display: none!important;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  #footer-dark .footer-blocks:nth-of-type(2) {
    float: right;
  }
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  #footer-dark .footer-blocks:nth-of-type(2) {
    width: 100%;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  #footer-dark .footer-blocks:nth-of-type(2) li:nth-child(2) {
    display: none;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  #footer-dark hr {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  #footer-dark hr {
    display: none;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  #footer-dark #copyright.cf {
    height: 40px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  #footer-dark #copyright.cf {
    display: none;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  #footer-dark #copyright.cf .amsterdam {
    height: 40px;
    width: 124px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-transition: all linear none;
    -moz-transition: all linear none;
    -ms-transition: all linear none;
    -o-transition: all linear none;
  }
}
@media only screen and (min-width: 581px) and (max-width: 800px) and (orientation : portrait) {
  #footer-dark #copyright.cf .made-in-amsterdam {
    width: 200px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-transition: all linear none;
    -moz-transition: all linear none;
    -ms-transition: all linear none;
    -o-transition: all linear none;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  #footer-dark .crossholder {
    display: none;
  }
}
/* ==================================
=GENERAL
================================== */
@media only screen and (max-width: 540px) {
  html,
  body {
    width: auto !important;
  }
}
@media only screen and (max-width: 540px) {
  .wrap {
    max-width: 100% !important;
    padding-right: 25px;
    padding-left: 25px;
  }
}
/* ==================================
=TYPOGRAPHY
================================== */
@media only screen and (max-width: 540px) {
  h1,
  h2,
  h3 {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 540px) {
  h1 {
    font-size: 32px !important;
    line-height: 42px !important;
  }
}
@media only screen and (min-width: 321px) and (max-width: 580px) {
  h1 {
    font-size: 28px !important;
  }
}
@media only screen and (max-width: 540px) {
  h2,
  h3 {
    font-size: 26px !important;
    line-height: 36px !important;
  }
}
@media only screen and (max-width: 540px) {
  h4 {
    font-size: 24px !important;
    line-height: 36px !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 540px) {
  h5 {
    font-size: 22px !important;
    line-height: 32px !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 540px) {
  p {
    font-size: 17px !important;
    line-height: 30px !important;
  }
}
/* ==================================
=MOBILE CLASS (USED ON ALL TOUCHDEVICES)
================================== */
.mobile {
  /* ==================================
  =WORK & =ABOUT OVERLAYS
  ================================== */
  /* ==================================
  =WORK
  ================================== */
}
.mobile .hideondesktop {
  display: block !important;
}
.mobile .work .overlay,
.mobile #team .overlay {
  opacity: 1 !important;
  top: 0;
  bottom: 0;
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIxMDAlIiB4Mj0iMCUiIHkyPSIwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0icmdiKDI4LCAzOCwgNTcpIiBzdG9wLW9wYWNpdHk9IjAuOSIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSJyZ2IoMjgsIDM4LCA1NykiIHN0b3Atb3BhY2l0eT0iMCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -moz-linear-gradient(bottom, rgba(28, 38, 57, 0.9) 0%, rgba(28, 38, 57, 0) 80%);
  background-image: -webkit-linear-gradient(bottom, rgba(28, 38, 57, 0.9) 0%, rgba(28, 38, 57, 0) 80%);
  background-image: -o-linear-gradient(bottom, rgba(28, 38, 57, 0.9) 0%, rgba(28, 38, 57, 0) 80%);
  background-image: linear-gradient(bottom, rgba(28, 38, 57, 0.9) 0%, rgba(28, 38, 57, 0) 80%);
  background-color: transparent !important;
  background-size: 100% 100%;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.mobile #about-page .overlay,
.mobile #dribbble .overlay {
  padding-top: 65% !important;
}
.mobile #about-page .overlay a,
.mobile #dribbble .overlay a {
  margin-top: 10px;
  display: inline-block;
}
@media only screen and (max-width: 540px) {
  .mobile .work li {
    width: 100% !important;
    margin: 0 0 5% 0 !important;
  }
  .mobile .work li:last-child {
    display: none;
  }
}
@media only screen and (min-width: 321px) and (max-width: 580px) {
  .mobile .work li {
    width: 48% !important;
    margin: 0 0 4% 0 !important;
  }
  .mobile .work li.respgrid-2-2 {
    margin-right: 0 !important;
  }
  .mobile .work li:last-child {
    display: block !important;
  }
}
.mobile .work li img {
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.mobile .work .overlay .overlay-text {
  padding-top: 0;
  position: absolute;
  bottom: 9%;
  height: auto !important;
  font-size: 22px;
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  .mobile .work .overlay .overlay-text .description {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  .mobile .work .overlay .overlay-text .description {
    font-size: 15px!important;
  }
}
/* ==================================
RESPONSIVE
================================== */
@media only screen and (min-width: 541px) and (max-width: 800px) {
  #header nav li {
    padding-right: 40px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 640px) {
  /* --- Navigation --- */
  header:after {
    height: 15px;
  }
  .tcol li {
    width: 100%!important;
    margin-bottom: 60px;
    clear: both;
  }
  .tcol li + li {
    float: left;
  }
}
/* ==================================
SMALLER DISPLAYS
================================== */
@media only screen and (max-width: 1023px) {
  .portrait {
    width: 100%;
    height: 0 !important;
    padding-top: 100%;
    max-width: 100%;
    background-size: 100% !important;
    background-repeat: no-repeat;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .overlay {
    width: 100% !important;
    height: 100% !important;
    line-height: 10px!important;
    display: block;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 8888;
  }
  .work ul li,
  .dribbble-shot {
    width: 31% !important;
    margin: 0 3.5% 3.5% 0 !important;
    height: auto !important;
  }
  .work ul li a,
  .dribbble-shot a {
    height: auto !important;
  }
  .work ul li a div,
  .dribbble-shot a div {
    max-width: 100%!important;
    width: 100%;
    height: 0 !important;
    padding-top: 100%;
    overflow: hidden;
  }
  .work ul li a div img,
  .dribbble-shot a div img {
    width: 100%;
  }
  .work ul li a div .overlay,
  .dribbble-shot a div .overlay {
    position: absolute;
    height: auto !important;
  }
  .dribbble-shot {
    width: 22% !important;
    margin-bottom: 0 !important;
    margin-right: 4% !important;
  }
  .dribbble-shot a {
    background-size: cover !important;
  }
  .dribbble-shot .overlay {
    font-size: 16px !important;
  }
  .dribbble-shot .overlay > * {
    display: none !important;
  }
  .dribbble-shot:last-child {
    margin-right: 0 !important;
  }
}
/* ==================================
=NAV
================================== */
@media only screen and (max-width: 540px) {
  .other-page-menu #header {
    max-width: 100%;
    height: 65px;
    /*@media @mobile_and_tablet {
        height: 75px !important;
      }*/
  }
  .other-page-menu #header .logo {
    margin-top: 18px!important;
  }
  .other-page-menu #header .logo span {
    font-size: 35px !important;
  }
  .other-page-menu #mainmenu {
    display: none;
  }
  .other-page-menu #mainmenu ul {
    float: none;
    overflow: inherit !important;
    clear: both;
    display: block;
    position: absolute;
    top: 80px;
    left: 15px;
    right: 15px;
    -webkit-transition: left 0.2s ease-in-out, right 0.2s ease-in-out;
    transition: left 0.2s ease-in-out, right 0.2s ease-in-out;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 10px 35px;
    overflow: hidden;
    z-index: 2;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 4px;
    padding-bottom: 2px;
  }
  .other-page-menu #mainmenu ul:after {
    bottom: 100%;
    left: 93%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: rgba(255, 255, 255, 0.95);
    border-width: 10px;
    margin-left: -10px;
    -webkit-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
  }
  .other-page-menu #mainmenu ul.wide {
    left: 0;
    right: 0;
  }
  .other-page-menu #mainmenu ul.wide:after {
    border-bottom-color: rgba(255, 255, 255, 0);
  }
  .other-page-menu #mainmenu ul li {
    float: none !important;
    display: block !important;
    padding-right: 0;
    color: red !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .other-page-menu #mainmenu ul li:last-child {
    border-bottom: 0;
  }
  .other-page-menu #mainmenu ul li a {
    display: block;
    line-height: 55px !important;
    font-size: 16px !important;
    color: rgba(0, 0, 0, 0.35) !important;
  }
  .other-page-menu #mainmenu ul li a.active,
  .other-page-menu #mainmenu ul li a:hover {
    color: rgba(0, 0, 0, 0.6) !important;
  }
  .other-page-menu #mainmenu ul li a:after {
    background: transparent !important;
    height: 0 !important;
  }
  #navtrigger {
    width: 22px;
    height: 23px;
    top: 28px;
    right: 30px;
    text-align: right;
    font-size: 22px;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
    display: block !important;
    position: absolute;
    background: transparent !important;
    border: 0 !important;
  }
  #navtrigger.dark span {
    color: rgba(0, 0, 0, 0.65);
  }
  #navtrigger.light span {
    color: rgba(255, 255, 255, 0.65);
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page {
    padding: 0;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page #desc-profile h3 {
    padding-top: 9px;
  }
}
.jobs-page #play {
  margin-left: 36px;
}
.jobs-page #growing {
  margin-left: 38px;
}
.jobs-page #office {
  margin-left: 40px;
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  .jobs-page .one-of-three:nth-child(-n+4) {
    margin-bottom: 42px;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .wrap {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page h2 {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .button {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page [class*="jobs-"] {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .vacature {
    width: 74%;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  .jobs-page .content-inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 25px;
  }
}
@media only screen and (min-width: 541px) and (max-width: 800px) {
  .jobs-page .one-of-three {
    width: 50%;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .one-of-three {
    width: 50%;
  }
}
.jobs-page .one-of-three:nth-child(-n+3) {
  margin-bottom: 42px;
}
@media only screen and (max-width: 540px) {
  .jobs-page .one-of-four,
  .jobs-page .one-of-five {
    width: 50%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 800px) {
  .jobs-page .one-of-five {
    width: 33.3%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 800px) {
  .jobs-page .one-of-five:nth-child(n+5) {
    width: 50%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 800px) {
  .jobs-page .one-of-five:nth-child(5) {
    margin-left: 40px;
  }
}
@media only screen and (min-width: 541px) and (max-width: 800px) {
  .jobs-page .one-of-five:nth-child(6) {
    margin-left: -70px;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .one-of-five:last-of-type {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .jobs-detail-breadcrumbs {
    padding: 16px 0;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .jobs-detail-desc .desc-intro {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .jobs-detail-desc iframe {
    height: 273px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .jobs-detail-desc h3 {
    display: inline-block;
    width: auto;
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .jobs-detail-desc .ypos {
    background-position-y: 4px;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .jobs-detail-desc .dn {
    display: none;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  .jobs-page .big {
    margin-left: -100px;
    width: 1200px;
    display: block;
  }
}
.jobs-page .jobs-open,
.jobs-page .jobs-final {
  border-top: none;
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  .jobs-page .jobs-open,
  .jobs-page .jobs-final {
    padding: 0 0 60px;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .jobs-open,
  .jobs-page .jobs-final {
    padding: 0 25px 60px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  .jobs-page .jobs-open .one-of-two,
  .jobs-page .jobs-final .one-of-two {
    width: 100%;
    padding: 45px 80px;
    border-right: none;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  .jobs-page .jobs-open .one-of-two:first-of-type,
  .jobs-page .jobs-final .one-of-two:first-of-type {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .jobs-open .one-of-two,
  .jobs-page .jobs-final .one-of-two {
    padding: 45px 0px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  .jobs-page .jobs-open .one-of-two:first-of-type,
  .jobs-page .jobs-final .one-of-two:first-of-type {
    padding-top: 45px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  .jobs-page .jobs-open .one-of-two:last-of-type,
  .jobs-page .jobs-final .one-of-two:last-of-type {
    border-right: none;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 801px) and (max-width: 949px) {
  .jobs-page .jobs-open .one-of-two,
  .jobs-page .jobs-final .one-of-two {
    padding: 60px 200px;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .jobs-open .one-of-four,
  .jobs-page .jobs-final .one-of-four {
    width: 50%;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .jobs-over-ons {
    height: auto;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .jobs-over-ons #shutterfly {
    float: right;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .jobs-over-ons #shutterfly-logo {
    margin-top: 21px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  .jobs-page .jobs-hero,
  .jobs-page .jobs-detail-hero {
    height: 400px;
    background: url('../../img/jobs/jobs-hero@2x.jpg') center top;
    background-size: cover;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .jobs-hero,
  .jobs-page .jobs-detail-hero {
    padding: 0;
    height: 225px;
    background: url('../../img/jobs/jobs-hero@2x.jpg') -290px -40px;
    background-size: 1095px 450px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  .jobs-page .jobs-visual-design-hero {
    height: 400px;
    background: url('../../img/jobs/jobs-visual-design-hero@2x.jpg') center top;
    background-size: cover;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .jobs-visual-design-hero {
    padding: 0;
    height: 225px;
    background: url('../../img/jobs/jobs-visual-design-hero@2x.jpg') right top;
    background-size: cover;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .jobs-about {
    text-align: left;
    padding: 45px 0;
    max-width: 740px;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .jobs-about h1 {
    font-size: 27px;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px) {
  .jobs-page .jobs-company .company-content {
    width: 400px;
    margin-left: 120px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  .jobs-page .jobs-company .company-content {
    margin-left: 15%;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .jobs-company .company-content {
    text-align: center;
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .jobs-team .one-of-four p {
    font-size: 20px;
    margin-top: 10px;
  }
}
.jobs-page .jobs-team .one-of-four:nth-last-child(3) p {
  margin-bottom: 40px;
}
.jobs-page .jobs-team .one-of-four:nth-last-child(4) p {
  margin-bottom: 40px;
}
@media only screen and (max-width: 540px) {
  .jobs-page .jobs-team .one-of-four .nowrap {
    margin-top: 0;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .jobs-summary {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 541px) and (max-width: 800px) {
  .jobs-page .jobs-summary {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1px) and (max-width: 949px) {
  .jobs-page .jobs-summary {
    height: auto;
    padding: 120px 0;
  }
}
.jobs-page .jobs-detail-perks .desc-cell {
  height: auto;
  padding-bottom: 40px;
}
.jobs-page .jobs-detail-perks .desc-cell:last-of-type {
  padding-bottom: 0;
}
@media only screen and (max-width: 540px) {
  .jobs-page .jobs-detail-summary #tools {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .jobs-detail-summary #proud {
    float: right;
    margin-top: 6px;
  }
}
.jobs-page .jobs-mosaic {
  padding: 0;
}

.jobs-page .mosaic-padding {
    padding: 100px 0;
}

@media only screen and (max-width: 540px) {
  .jobs-page .jobs-detail-apply .jobs-apply-content {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .jobs-detail-testimonials .quote {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .jobs-detail-testimonials h4 {
    font-size: 21px !important;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 680px) {
  .jobs-page .jobs-detail-testimonials h2 {
    margin-bottom: 50px;
  }
}
.jobs-page .jobs-detail-testimonials .testimonial {
  margin-bottom: 50px;
}
@media only screen and (max-width: 540px) {
  .jobs-page .jobs-detail-testimonials .leerjaar {
    line-height: 1.5 !important;
  }
}
.jobs-page .jobs-detail-testimonials .author .profile-pic-small {
  width: 65px;
  height: 65px;
  background-size: 65px 65px;
  margin-right: 20px;
}
@media screen and (max-width: 680px) {
  .jobs-page .jobs-detail-testimonials .author .profile-pic {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .jobs-detail-testimonials .author .profile-pic {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 540px) {
  .hide-mobile {
    display: none;
  }
}
@media only screen and (max-width: 540px) {
  .col-1-2 {
    width: 100%;
    padding-bottom: 40px;
  }
  .col-1-2:last-of-type {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 540px) {
  .testominial {
    margin-bottom: 100px!important;
  }
}
@media only screen and (max-width: 540px) {
  .jobs-page .col.one-of-three {
    width: 50%!important;
  }
}
@media only screen and (min-width: 1129px) and (max-width: 1368px) {
  .ws-page .ws-mosaic .pb,
  .jobs-page .ws-mosaic .pb,
  .ws-page .jobs-mosaic .pb,
  .jobs-page .jobs-mosaic .pb {
    padding-bottom: .8%;
  }
  .ws-page .ws-mosaic .big_col,
  .jobs-page .ws-mosaic .big_col,
  .ws-page .jobs-mosaic .big_col,
  .jobs-page .jobs-mosaic .big_col {
    padding: 0 .4%;
  }
  .ws-page .ws-mosaic .medium_col,
  .jobs-page .ws-mosaic .medium_col,
  .ws-page .jobs-mosaic .medium_col,
  .jobs-page .jobs-mosaic .medium_col {
    padding-left: .4%;
    padding-bottom: .4%;
  }
  .ws-page .ws-mosaic .medium_col:last-of-type,
  .jobs-page .ws-mosaic .medium_col:last-of-type,
  .ws-page .jobs-mosaic .medium_col:last-of-type,
  .jobs-page .jobs-mosaic .medium_col:last-of-type {
    padding-top: .4%;
  }
  .ws-page .ws-mosaic .wide_col,
  .jobs-page .ws-mosaic .wide_col,
  .ws-page .jobs-mosaic .wide_col,
  .jobs-page .jobs-mosaic .wide_col {
    padding: 0 .4%;
  }
  .ws-page .ws-mosaic .small_col,
  .jobs-page .ws-mosaic .small_col,
  .ws-page .jobs-mosaic .small_col,
  .jobs-page .jobs-mosaic .small_col {
    padding: 0 .4%;
  }
  .ws-page .ws-mosaic .third_col,
  .jobs-page .ws-mosaic .third_col,
  .ws-page .jobs-mosaic .third_col,
  .jobs-page .jobs-mosaic .third_col {
    padding-right: .8%;
  }
  .ws-page .ws-mosaic .npr,
  .jobs-page .ws-mosaic .npr,
  .ws-page .jobs-mosaic .npr,
  .jobs-page .jobs-mosaic .npr {
    padding-right: 0;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1128px) {
  .ws-page .ws-mosaic .pb,
  .jobs-page .ws-mosaic .pb,
  .ws-page .jobs-mosaic .pb,
  .jobs-page .jobs-mosaic .pb {
    padding-bottom: .8%;
  }
  .ws-page .ws-mosaic .big_col,
  .jobs-page .ws-mosaic .big_col,
  .ws-page .jobs-mosaic .big_col,
  .jobs-page .jobs-mosaic .big_col {
    padding: 0 .4%;
  }
  .ws-page .ws-mosaic .medium_col,
  .jobs-page .ws-mosaic .medium_col,
  .ws-page .jobs-mosaic .medium_col,
  .jobs-page .jobs-mosaic .medium_col {
    padding-left: .4%;
    padding-bottom: .4%;
  }
  .ws-page .ws-mosaic .medium_col:last-of-type,
  .jobs-page .ws-mosaic .medium_col:last-of-type,
  .ws-page .jobs-mosaic .medium_col:last-of-type,
  .jobs-page .jobs-mosaic .medium_col:last-of-type {
    padding-top: .4%;
  }
  .ws-page .ws-mosaic .wide_col,
  .jobs-page .ws-mosaic .wide_col,
  .ws-page .jobs-mosaic .wide_col,
  .jobs-page .jobs-mosaic .wide_col {
    padding: 0 .4%;
  }
  .ws-page .ws-mosaic .small_col,
  .jobs-page .ws-mosaic .small_col,
  .ws-page .jobs-mosaic .small_col,
  .jobs-page .jobs-mosaic .small_col {
    padding: 0 .4%;
  }
  .ws-page .ws-mosaic .third_col,
  .jobs-page .ws-mosaic .third_col,
  .ws-page .jobs-mosaic .third_col,
  .jobs-page .jobs-mosaic .third_col {
    padding-right: .8%;
  }
  .ws-page .ws-mosaic .npr,
  .jobs-page .ws-mosaic .npr,
  .ws-page .jobs-mosaic .npr,
  .jobs-page .jobs-mosaic .npr {
    padding-right: 0;
  }
}
@media only screen and (max-width: 980px) {
  .ws-page .ws-office .yg-icon,
  .ws-page .ws-office .rect,
  .ws-page .ws-office .cursor,
  .ws-page .ws-office .osx-wallpaper {
    display: none;
  }
}
@media only screen and (min-width: 801px) and (max-width: 949px) {
  .ws-page .ws-desc,
  .jobs-page .ws-desc {
    padding-right: 25px;
  }
  .ws-page .ws-equipment,
  .jobs-page .ws-equipment {
    padding-left: 25px;
  }
  .ws-page .ws-mosaic .pb,
  .jobs-page .ws-mosaic .pb,
  .ws-page .jobs-mosaic .pb,
  .jobs-page .jobs-mosaic .pb {
    padding-bottom: .8%;
  }
  .ws-page .ws-mosaic .big_col,
  .jobs-page .ws-mosaic .big_col,
  .ws-page .jobs-mosaic .big_col,
  .jobs-page .jobs-mosaic .big_col {
    padding: 0 .4%;
  }
  .ws-page .ws-mosaic .medium_col,
  .jobs-page .ws-mosaic .medium_col,
  .ws-page .jobs-mosaic .medium_col,
  .jobs-page .jobs-mosaic .medium_col {
    padding-left: .4%;
    padding-bottom: .4%;
  }
  .ws-page .ws-mosaic .medium_col:last-of-type,
  .jobs-page .ws-mosaic .medium_col:last-of-type,
  .ws-page .jobs-mosaic .medium_col:last-of-type,
  .jobs-page .jobs-mosaic .medium_col:last-of-type {
    padding-top: .4%;
  }
  .ws-page .ws-mosaic .wide_col,
  .jobs-page .ws-mosaic .wide_col,
  .ws-page .jobs-mosaic .wide_col,
  .jobs-page .jobs-mosaic .wide_col {
    padding: 0 .4%;
  }
  .ws-page .ws-mosaic .small_col,
  .jobs-page .ws-mosaic .small_col,
  .ws-page .jobs-mosaic .small_col,
  .jobs-page .jobs-mosaic .small_col {
    padding: 0 .4%;
  }
  .ws-page .ws-mosaic .third_col,
  .jobs-page .ws-mosaic .third_col,
  .ws-page .jobs-mosaic .third_col,
  .jobs-page .jobs-mosaic .third_col {
    padding-right: .8%;
  }
  .ws-page .ws-mosaic .npr,
  .jobs-page .ws-mosaic .npr,
  .ws-page .jobs-mosaic .npr,
  .jobs-page .jobs-mosaic .npr {
    padding-right: 0;
  }
  .ws-page .ws-pricing .one-of-two,
  .jobs-page .ws-pricing .one-of-two {
    width: 42%;
  }
}
@media only screen and (min-width: 541px) and (max-width: 800px) {
  .ws-page .wrap,
  .jobs-page .wrap {
    max-width: 720px;
    padding: 0 30px;
  }
  .ws-page .ws-hero,
  .jobs-page .ws-hero {
    height: 400px;
  }
  .ws-page .one-of-two,
  .jobs-page .one-of-two {
    width: 100%;
  }
  .ws-page .one-of-three,
  .jobs-page .one-of-three,
  .ws-page .two-of-three,
  .jobs-page .two-of-three {
    width: 100%;
    max-width: none;
  }
  .ws-page .ws-about,
  .jobs-page .ws-about {
    text-align: left;
    padding: 80px 0;
  }
  .ws-page .ws-info,
  .jobs-page .ws-info {
    padding: 80px 0;
  }
  .ws-page .ws-info .ws-desc,
  .jobs-page .ws-info .ws-desc {
    margin-bottom: 30px;
  }
  .ws-page .ws-equipment,
  .jobs-page .ws-equipment {
    padding: 0;
  }
  .ws-page .ws-equipment ul,
  .jobs-page .ws-equipment ul {
    float: none;
  }
  .ws-page .ws-extras,
  .jobs-page .ws-extras {
    padding: 80px 0;
  }
  .ws-page .ws-mosaic .pb,
  .jobs-page .ws-mosaic .pb,
  .ws-page .jobs-mosaic .pb,
  .jobs-page .jobs-mosaic .pb {
    padding-bottom: .8%;
  }
  .ws-page .ws-mosaic .big_col,
  .jobs-page .ws-mosaic .big_col,
  .ws-page .jobs-mosaic .big_col,
  .jobs-page .jobs-mosaic .big_col {
    padding: 0 .4%;
  }
  .ws-page .ws-mosaic .medium_col,
  .jobs-page .ws-mosaic .medium_col,
  .ws-page .jobs-mosaic .medium_col,
  .jobs-page .jobs-mosaic .medium_col {
    padding-left: .4%;
    padding-bottom: .4%;
  }
  .ws-page .ws-mosaic .medium_col:last-of-type,
  .jobs-page .ws-mosaic .medium_col:last-of-type,
  .ws-page .jobs-mosaic .medium_col:last-of-type,
  .jobs-page .jobs-mosaic .medium_col:last-of-type {
    padding-top: .4%;
  }
  .ws-page .ws-mosaic .wide_col,
  .jobs-page .ws-mosaic .wide_col,
  .ws-page .jobs-mosaic .wide_col,
  .jobs-page .jobs-mosaic .wide_col {
    padding: 0 .4%;
  }
  .ws-page .ws-mosaic .small_col,
  .jobs-page .ws-mosaic .small_col,
  .ws-page .jobs-mosaic .small_col,
  .jobs-page .jobs-mosaic .small_col {
    padding: 0 .4%;
  }
  .ws-page .ws-mosaic .third_col,
  .jobs-page .ws-mosaic .third_col,
  .ws-page .jobs-mosaic .third_col,
  .jobs-page .jobs-mosaic .third_col {
    padding-right: .8%;
  }
  .ws-page .ws-mosaic .npr,
  .jobs-page .ws-mosaic .npr,
  .ws-page .jobs-mosaic .npr,
  .jobs-page .jobs-mosaic .npr {
    padding-right: 0;
  }
  .ws-page .ws-map,
  .jobs-page .ws-map {
    height: 360px;
  }
  .ws-page .ws-pricing,
  .jobs-page .ws-pricing {
    padding: 80px 0;
  }
  .ws-page .ws-pricing .pricing-text,
  .jobs-page .ws-pricing .pricing-text {
    padding: 0;
    max-width: none;
    margin-top: 0;
    margin-bottom: 80px;
  }
  .ws-page .ws-pricing .pricing-text h2,
  .jobs-page .ws-pricing .pricing-text h2 {
    padding: 0;
    margin-bottom: 30px;
  }
  .ws-page .ws-apply,
  .jobs-page .ws-apply {
    padding: 80px 0;
    background-size: auto 312px;
  }
}
@media only screen and (max-width: 540px) {
  .ws-page #overlay,
  .jobs-page #overlay {
    height: 120px;
  }
  .ws-page li,
  .jobs-page li {
    font-size: 1rem;
  }
  .ws-page .superlong,
  .jobs-page .superlong,
  .ws-page .long,
  .jobs-page .long {
    width: 100%;
    margin-bottom: 10px;
  }
  .ws-page .superlong:last-child,
  .jobs-page .superlong:last-child,
  .ws-page .long:last-child,
  .jobs-page .long:last-child {
    margin-bottom: 0;
  }
  .ws-page .button + .button,
  .jobs-page .button + .button {
    margin-left: 0;
  }
  .ws-page .ws-hero,
  .jobs-page .ws-hero {
    height: 225px;
  }
  .ws-page .ws-about,
  .jobs-page .ws-about {
    text-align: left;
    padding: 60px 0;
  }
  .ws-page .one-of-two,
  .jobs-page .one-of-two {
    width: 100%;
  }
  .ws-page .one-of-three,
  .jobs-page .one-of-three,
  .ws-page .two-of-three,
  .jobs-page .two-of-three {
    width: 100%;
  }
  .ws-page .one-of-four,
  .jobs-page .one-of-four {
    width: 50%;
  }
  .ws-page #supermarket,
  .jobs-page #supermarket,
  .ws-page #device,
  .jobs-page #device {
    width: 51%;
  }
  .ws-page #pricing,
  .jobs-page #pricing,
  .ws-page #camera,
  .jobs-page #camera {
    width: 49%;
  }
  .ws-page .ws-info,
  .jobs-page .ws-info {
    padding: 60px 0;
  }
  .ws-page .ws-info .ws-desc,
  .jobs-page .ws-info .ws-desc {
    margin-bottom: 30px;
  }
  .ws-page .ws-equipment,
  .jobs-page .ws-equipment {
    padding: 0;
  }
  .ws-page .ws-equipment ul,
  .jobs-page .ws-equipment ul {
    float: none;
  }
  .ws-page .ws-equipment ul li,
  .jobs-page .ws-equipment ul li {
    font-size: 16px;
  }
  .ws-page .ws-mosaic .pb,
  .jobs-page .ws-mosaic .pb,
  .ws-page .jobs-mosaic .pb,
  .jobs-page .jobs-mosaic .pb {
    padding-bottom: .8%;
  }
  .ws-page .ws-mosaic .hide,
  .jobs-page .ws-mosaic .hide,
  .ws-page .jobs-mosaic .hide,
  .jobs-page .jobs-mosaic .hide {
    display: block;
  }
  .ws-page .ws-mosaic .show,
  .jobs-page .ws-mosaic .show,
  .ws-page .jobs-mosaic .show,
  .jobs-page .jobs-mosaic .show {
    display: none;
  }
  .ws-page .ws-mosaic .big_col,
  .jobs-page .ws-mosaic .big_col,
  .ws-page .jobs-mosaic .big_col,
  .jobs-page .jobs-mosaic .big_col {
    width: 100%;
    height: auto;
    padding-bottom: .4%;
    padding-right: 0;
    padding-left: 0;
  }
  .ws-page .ws-mosaic .medium_col,
  .jobs-page .ws-mosaic .medium_col,
  .ws-page .jobs-mosaic .medium_col,
  .jobs-page .jobs-mosaic .medium_col {
    width: 50%;
    height: auto;
    padding: .4% .4% 0px 0;
  }
  .ws-page .ws-mosaic .medium_col:last-of-type,
  .jobs-page .ws-mosaic .medium_col:last-of-type,
  .ws-page .jobs-mosaic .medium_col:last-of-type,
  .jobs-page .jobs-mosaic .medium_col:last-of-type {
    padding: .4% 0 0px .4%;
  }
  .ws-page .ws-mosaic .wide_col,
  .jobs-page .ws-mosaic .wide_col,
  .ws-page .jobs-mosaic .wide_col,
  .jobs-page .jobs-mosaic .wide_col {
    padding: 0 .4%;
    padding-right: .1%;
  }
  .ws-page .ws-mosaic .small_col,
  .jobs-page .ws-mosaic .small_col,
  .ws-page .jobs-mosaic .small_col,
  .jobs-page .jobs-mosaic .small_col {
    padding: 0 .4%;
  }
  .ws-page .ws-mosaic .third_col,
  .jobs-page .ws-mosaic .third_col,
  .ws-page .jobs-mosaic .third_col,
  .jobs-page .jobs-mosaic .third_col {
    width: 50%;
  }
  .ws-page .ws-mosaic .third_col:first-of-type,
  .jobs-page .ws-mosaic .third_col:first-of-type,
  .ws-page .jobs-mosaic .third_col:first-of-type,
  .jobs-page .jobs-mosaic .third_col:first-of-type {
    padding-right: .4%;
  }
  .ws-page .ws-mosaic .third_col:nth-of-type(2),
  .jobs-page .ws-mosaic .third_col:nth-of-type(2),
  .ws-page .jobs-mosaic .third_col:nth-of-type(2),
  .jobs-page .jobs-mosaic .third_col:nth-of-type(2) {
    padding-left: .4%;
    padding-right: 0;
  }
  .ws-page .ws-mosaic .third_col:last-of-type,
  .jobs-page .ws-mosaic .third_col:last-of-type,
  .ws-page .jobs-mosaic .third_col:last-of-type,
  .jobs-page .jobs-mosaic .third_col:last-of-type {
    width: 100%;
    padding-top: .8%;
  }
  .ws-page .ws-extras,
  .jobs-page .ws-extras {
    padding: 60px 0;
  }
  .ws-page .ws-extras .f-row,
  .jobs-page .ws-extras .f-row {
    margin-bottom: 0;
  }
  .ws-page .ws-extras #foosball,
  .jobs-page .ws-extras #foosball,
  .ws-page .ws-extras #people,
  .jobs-page .ws-extras #people {
    margin-bottom: 30px;
  }
  .ws-page .ws-map,
  .jobs-page .ws-map {
    height: 250px;
  }
  .ws-page .ws-pricing,
  .jobs-page .ws-pricing {
    padding: 60px 0;
  }
  .ws-page .ws-pricing td,
  .jobs-page .ws-pricing td {
    padding-left: 0;
  }
  .ws-page .ws-pricing td:first-of-type,
  .jobs-page .ws-pricing td:first-of-type {
    padding-left: 0;
  }
  .ws-page .ws-pricing .pricing-text,
  .jobs-page .ws-pricing .pricing-text {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 60px;
    max-width: none;
  }
  .ws-page .ws-pricing .pricing-text h2,
  .jobs-page .ws-pricing .pricing-text h2 {
    padding: 0;
    margin-bottom: 30px;
  }
  .ws-page .ws-pricing table *,
  .jobs-page .ws-pricing table * {
    text-align: center;
  }
  .ws-page .ws-pricing .table-icons,
  .jobs-page .ws-pricing .table-icons {
    display: none;
  }
  .ws-page .ws-apply,
  .jobs-page .ws-apply {
    padding: 100px 0;
    background-size: auto 322px;
  }
  .ws-page .ws-apply h1,
  .jobs-page .ws-apply h1 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 980px) {
  .ws-page .npl,
  .jobs-page .npl {
    padding-left: 0;
  }
}
@media only screen and (max-width: 540px) {
  .ws-page .desc-icon,
  .jobs-page .desc-icon {
    padding-right: 0;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 540px) {
  .ws-page #look,
  .jobs-page #look {
    margin-left: 36px;
  }
}
/* ==================================
=FOOTER - ALT
================================== */
@media only screen and (max-width: 540px) {
  .footer-light {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 540px) {
  .footer-light span {
    margin-left: 0;
  }
}
@media only screen and (max-width: 540px) {
  .footer-light figure {
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 540px) {
  .footer-light .footer-wrap {
    height: 50px;
  }
}
@media only screen and (max-width: 540px) {
  .footer-light .logo-social {
    margin-bottom: 10px;
    top: 0;
  }
}
@media only screen and (max-width: 540px) {
  .footer-light ul li + li {
    margin-left: 30px;
  }
}
