/* DEFINING NORMAL FONT-NAMES INSTEAD OF WEIGHTS */
/* DEFINING FONTS  */
/* Widths */
/* ==================================
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";
  }
}
/* --- Reset --- */
* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-backface-visibility: hidden;
}
::selection {
  background-color: #f3f5f7;
  color: #6e7386;
}
::-moz-selection {
  background-color: #f3f5f7;
  color: #6e7386;
}
/* ==================================
=LOADER
================================== */
.pace .pace-progress {
  background: rgba(149, 152, 162, 0.1);
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 10px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.pace-inactive {
  display: none;
}
/* ==================================
BODY
================================== */
html,
body {
  height: 100%;
}
body {
  font: 400 14px/28px 'Whitney A', 'Whitney B', "Helvetica", "Arial", sans-serif;
  background: #fff;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  /* ios dingen */
}
/* ==================================
=TYPOGRAPHY
================================== */
/* HEADINGS */
h2 {
  color: #484a53;
  font: 400 38px/46px 'Whitney A', 'Whitney B', "Helvetica", "Arial", sans-serif;
}
h3 {
  color: #484a53;
  font: 400 28px/30px 'Whitney A', 'Whitney B', "Helvetica", "Arial", sans-serif;
  margin-bottom: 15px;
}
.big-light-heading {
  font: 300 40px/64px 'Whitney A', 'Whitney B', "Helvetica", "Arial", sans-serif;
  color: #737b91;
  text-align: center;
  margin-bottom: 10px;
}
h4 {
  font: 400 18px/22px 'Whitney A', 'Whitney B', "Helvetica", "Arial", sans-serif;
  color: #70737e;
}
a,
a:visited {
  text-decoration: none;
}
img {
  max-width: 100%;
  max-height: 100%;
}
p {
  color: #9598a2;
  font: 400 18px/30px 'Whitney A', 'Whitney B', "Helvetica", "Arial", sans-serif;
}
p a,
p a:visited {
  color: #575b66;
  font-weight: 500;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
p a:hover,
p a:visited:hover {
  color: #111113;
}
/* --- Misc. --- */
.wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 25px;
}
.clear {
  clear: both;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf * {
  zoom: 1;
}
.center {
  text-align: center;
}
figure {
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
}
.full-bg {
  width: 100%;
}
.col-1-2 {
  float: left;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}
.npl {
  padding-left: 0;
}
.npr {
  padding-right: 0;
}
/* =work with us */
#work-with-us {
  height: 60px;
  padding: 70px 0 50px 0;
  background-size: 300px!important;
  background-repeat: repeat-x !important;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#f5f8fe));
  background: -webkit-linear-gradient(bottom, #ffffff, #f5f8fe);
  background: -moz-linear-gradient(bottom, #ffffff, #f5f8fe);
  background: -ms-linear-gradient(bottom, #ffffff, #f5f8fe);
  background: -o-linear-gradient(bottom, #ffffff, #f5f8fe);
}
#work-with-us h3 {
  text-align: center;
  color: #828893;
}
#work-with-us h3 a {
  text-decoration: none;
  color: rgba(42, 80, 128, 0.8);
  font-weight: 500;
  -webkit-transition: all linear 250ms;
  -moz-transition: all linear 250ms;
  -ms-transition: all linear 250ms;
  -o-transition: all linear 250ms;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  -ms-transition: 250ms;
  transition: 250ms;
}
#work-with-us h3 a:hover {
  color: #709d49;
}
/* ==================================
=HEADER
================================== */
.bg-gradient {
  background-size: 300px!important;
  background-repeat: repeat-x !important;
  background-color: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#f5f8fe));
  background: -webkit-linear-gradient(bottom, #ffffff, #f5f8fe);
  background: -moz-linear-gradient(bottom, #ffffff, #f5f8fe);
  background: -ms-linear-gradient(bottom, #ffffff, #f5f8fe);
  background: -o-linear-gradient(bottom, #ffffff, #f5f8fe);
}
.logo {
  width: 180px;
  height: 52px;
  display: block;
  float: left;
  margin-top: 23px;
  cursor: pointer;
  font-size: 40px;
  opacity: .8;
}
.logo span {
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
}
.logo .light {
  color: rgba(255, 255, 255, 0.55);
}
.logo .dark {
  color: rgba(0, 0, 0, 0.65);
}
.logo:hover {
  opacity: 1;
}
#header {
  width: 100%;
  height: 80px;
  position: fixed;
  background: rgba(255, 255, 255, 0);
  top: 0px;
  z-index: 99999;
  -webkit-transition: all linear 250ms;
  -moz-transition: all linear 250ms;
  -ms-transition: all linear 250ms;
  -o-transition: all linear 250ms;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  -ms-transition: 250ms;
  transition: 250ms;
  /* ==================================
	=NAV DARK
	================================== */
  /* ==================================
	=NAV LIGHT
	================================== */
}
#header #navtrigger {
  display: none;
}
#header nav {
  float: right;
}
#header nav li {
  display: block;
  list-style: none;
  float: left;
  padding-right: 50px;
}
#header nav li:last-child {
  padding-right: 0;
}
#header nav li a,
#header nav li a:visited {
  position: relative;
  display: block;
  font: 600 13px/80px 'Whitney A', 'Whitney B', "Helvetica", "Arial", sans-serif;
  color: #bec0c6;
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
  text-transform: uppercase;
}
#header nav li a:after,
#header nav li a:visited:after {
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #484a53;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.25s;
  -moz-transition: opacity 0.3s, -moz-transform 0.25s;
  transition: opacity 0.3s, transform 0.25s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
#header nav li a:hover,
#header nav li a:visited:hover {
  color: #484a53;
}
#header nav li a:hover:after,
#header nav li a:visited:hover:after,
#header nav li a:focus:after,
#header nav li a:visited:focus:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
#header nav li a.active:after {
  opacity: 1 !important;
  -webkit-transform: translateY(0px) !important;
  -moz-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}
#header nav li a.active:hover:after {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
#header nav.dark a,
#header nav.dark a:visited {
  color: rgba(0, 0, 0, 0.35);
}
#header nav.light a,
#header nav.light a:visited {
  color: rgba(255, 255, 255, 0.55);
}
#header nav.light a:after,
#header nav.light a:visited:after {
  background: #ffffff !important;
}
#header nav.light a:hover,
#header nav.light a:visited:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.other-page-menu {
  opacity: 0;
  -webkit-animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeInDown;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: 1;
  -moz-animation-delay: 0.3s;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: fadeInDown;
  -o-animation-duration: 1s;
  -o-animation-iteration-count: 1;
  -o-animation-delay: 0.3s;
  -o-animation-fill-mode: forwards;
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
.other-page-menu .logo img {
  opacity: .9 !important;
}
#mainmenu {
  opacity: 1;
}
.sticky {
  top: 0!important;
  position: fixed!important;
}
/* SUBHEADING */
.sub-header {
  max-width: 100%;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjRmNyIgc3RvcC1vcGFjaXR5PSIxIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
  background-image: -moz-linear-gradient(top, #f2f4f7 0%, #fff 100%);
  background-image: -webkit-linear-gradient(top, #f2f4f7 0%, #fff 100%);
  background-image: -o-linear-gradient(top, #f2f4f7 0%, #fff 100%);
  background-image: linear-gradient(top, #f2f4f7 0%, #fff 100%);
  padding-top: 130px!important;
  padding: 50px 0;
}
.sub-header h1 {
  font: 300 42px/48px 'Whitney A', 'Whitney B', "Helvetica", "Arial", sans-serif;
  color: #9ca0ad;
  text-shadow: 0px 1px 0px #fff;
  text-align: center;
  opacity: 0;
  -webkit-animation-name: fadeInUp;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeInUp;
  -moz-animation-duration: 0.7s;
  -moz-animation-iteration-count: 1;
  -moz-animation-delay: 0.5s;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: fadeInUp;
  -o-animation-duration: 0.7s;
  -o-animation-iteration-count: 1;
  -o-animation-delay: 0.5s;
  -o-animation-fill-mode: forwards;
  animation-name: fadeInUp;
  animation-duration: 0.7s;
  animation-iteration-count: 1;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
.sub-header h2 {
  font: 300 34px/44px 'Whitney A', 'Whitney B', "Helvetica", "Arial", sans-serif;
  color: #9ca0ad;
  text-shadow: 0px 1px 0px #fff;
  text-align: center;
  opacity: 0;
  -webkit-animation-name: fadeInDown;
  -webkit-animation-duration: 0.7s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0.7s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeInDown;
  -moz-animation-duration: 0.7s;
  -moz-animation-iteration-count: 1;
  -moz-animation-delay: 0.7s;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: fadeInDown;
  -o-animation-duration: 0.7s;
  -o-animation-iteration-count: 1;
  -o-animation-delay: 0.7s;
  -o-animation-fill-mode: forwards;
  animation-name: fadeInDown;
  animation-duration: 0.7s;
  animation-iteration-count: 1;
  animation-delay: 0.7s;
  animation-fill-mode: forwards;
}
.sub-header a,
.sub-header a:visited {
  color: #9ca0ad;
  font-weight: 500;
}
/* ==================================
	=SLIDER
	================================== */
.slider {
  height: 400px;
  position: absolute;
  z-index: 1;
}
.flexslider:before {
  display: none;
  content: '';
  width: 960px;
  height: 100px;
  position: absolute;
  z-index: -1;
  left: 50%;
  margin-left: -480px;
  margin-top: 300px;
  -webkit-border-radius: 100px/10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100px/10px;
  -moz-background-clip: padding;
  border-radius: 100px/10px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 45px #bbc3cf;
  -moz-box-shadow: 0 3px 45px #bbc3cf;
  box-shadow: 0 3px 45px #bbc3cf;
  color: 0 3px 45px #bbc3cf;
}
.slider-wrap {
  width: 400px;
  height: 370px;
  display: table;
  float: right;
}
.slider-wrap .icon-next-01 {
  font-size: 22px;
  margin-left: 10px;
  vertical-align: top;
}
.slider-wrap div {
  display: table-cell;
  vertical-align: middle;
}
.homepage a h5 {
  margin-bottom: 0!important;
}
.flexslider.about {
  height: 568px;
}
.flexslider.about ul li {
  height: 568px;
}
/* --- Two Cols --- */
.tcol {
  margin: 80px 0px;
}
.tcol li {
  width: 45%;
  list-style: none;
  float: left;
}
.tcol li a,
.tcol li a:visited {
  color: #575b66;
  font-weight: 500;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.tcol li a:hover,
.tcol li a:visited:hover {
  color: #111113;
}
.tcol li + li {
  float: right;
}
/* --- Three Cols --- */
.threecol {
  margin: 80px 0px;
}
.threecol li {
  width: 27.5%;
  list-style: none;
  margin-right: 8.5%!important;
  float: left;
}
.threecol li a,
.threecol li a:visited {
  color: #575b66;
  font-weight: 500;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.threecol li a:hover,
.threecol li a:visited:hover {
  color: #111113;
}
.threecol li + li + li {
  float: right!important;
  margin-right: 0 !important;
}
/* --- Four Cols --- */
.fcol {
  margin: 80px 0px;
}
.fcol li {
  width: 20%;
  min-width: 210px;
  list-style: none;
  float: left;
}
.fcol li:last-child {
  float: right;
  margin-right: 0;
}
/* ==================================
=MACBOOK SLIDER
================================== */
.macbook-slider {
  position: relative;
  margin: 0;
  text-align: center;
}
.macbook-slider .wrap {
  max-width: 991px;
}
.macbook-slider .macbook {
  position: relative;
  top: -50px;
}
.macbook-slider .flexslider {
  text-align: center;
}
/* ==================================
=FOOTER
================================== */
footer .left {
  float: left;
}
footer .right {
  float: right;
}
#footer-dark {
  background: #2e303b;
  padding-top: 56px;
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
  /* ==================================
		=AMSTERDAM ANIMATION
		================================== */
}
#footer-dark h3 {
  color: #9598a2;
}
#footer-dark nav {
  width: 30%;
  float: left;
}
#footer-dark nav ul {
  margin-top: 10px;
}
#footer-dark nav li {
  float: left;
  margin-right: 30px;
  height: 36px;
  width: 36px;
  display: block;
}
#footer-dark nav li:last-child {
  margin-right: 0px;
}
#footer-dark nav span {
  color: rgba(149, 152, 162, 0.6);
  font-size: 36px;
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
}
#footer-dark #footer-blocks-container {
  float: right;
  width: 65%;
}
#footer-dark .social-heading,
#footer-dark .footer-blocks span {
  font-size: 14px;
  color: #9ca0ad;
  text-transform: uppercase;
  font-weight: 600;
}
#footer-dark .footer-blocks {
  width: 55%;
  min-width: 260px;
  float: left;
}
#footer-dark .footer-blocks:last-child {
  width: 30%;
  min-width: 140px;
  float: right;
  margin-right: 0;
}
#footer-dark .footer-blocks li {
  list-style: none;
}
#footer-dark .footer-blocks li a {
  font-size: 14px;
  line-height: 20px;
  color: #9598a2;
  opacity: .5;
  font-weight: 500;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  -o-transition: 150ms;
  -ms-transition: 150ms;
  transition: 150ms;
}
#footer-dark .footer-blocks li a:hover {
  opacity: 1;
}
#footer-dark hr {
  display: block;
  background: rgba(149, 152, 162, 0.2);
  margin: 50px 0 20px 0;
  height: 1px;
  width: 100%;
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
}
#footer-dark .copyright-wrapper {
  text-align: center;
}
#footer-dark #copyright {
  text-align: center;
  display: inline-block;
}
#footer-dark #copyright .amsterdam {
  float: left;
  width: 150px;
  cursor: pointer;
  cursor: -webkit-zoom-in;
}
#footer-dark #copyright .amsterdam .made-in-amsterdam {
  display: block;
  text-align: left;
  height: 40px;
  width: 130px;
  float: left;
  font: 600 12px/30px 'Whitney A', 'Whitney B', "Helvetica", "Arial", sans-serif;
  opacity: 1;
  text-transform: uppercase;
  color: rgba(149, 152, 162, 0.5);
  overflow: hidden;
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
}
#footer-dark #copyright .amsterdam .crossholder {
  float: right;
  width: 20px;
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
}
#footer-dark #copyright .amsterdam .crossholder .icon-amsterdam {
  display: block;
  float: right;
  font-size: 10px !important;
}
#footer-dark #copyright span {
  font-size: 12px;
  color: rgba(149, 152, 162, 0.5);
  font-weight: 600;
  text-transform: uppercase;
  float: left;
}
#footer-dark #copyright .topcross,
#footer-dark #copyright .middlecross,
#footer-dark #copyright .bottomcross {
  opacity: 0;
}
#footer-dark #copyright .footer-divider {
  margin: 0 20px;
  color: #9ca0ad!important;
}
#footer-dark #copyright .bottomcross {
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}
#footer-dark #copyright .middlecross {
  -webkit-transition: all .3s linear .15s;
  transition: all .3s linear .15s;
}
#footer-dark #copyright .topcross {
  -webkit-transition: all .3s linear .3s;
  transition: all .3s linear .3s;
}
#footer-dark #copyright:hover .made-in-amsterdam {
  width: 75px;
  height: 40px;
  margin-left: 20px;
  line-height: 12px;
  color: #e50b22;
  opacity: 1;
}
#footer-dark #copyright:hover .bottomcross,
#footer-dark #copyright:hover .middlecross,
#footer-dark #copyright:hover .topcross {
  -webkit-transform: translate(-140px, 0) rotate(-360deg);
  -moz-transform: translate(-140px, 0) rotate(-360deg);
  -o-transform: translate(-140px, 0) rotate(-360deg);
  -ms-transform: translate(-140px, 0) rotate(-360deg);
  transform: translate(-140px, 0) rotate(-360deg);
  color: #e50b22;
  opacity: 1;
}
#footer-dark ul,
#footer-dark ul li {
  list-style-type: none;
}
.footer-hovered-twitter a,
.footer-hovered-dribbble a,
.footer-hovered-facebook a,
.footer-hovered-instagram a {
  color: rgba(255, 255, 255, 0.6) !important;
}
.footer-hovered-twitter a:hover span,
.footer-hovered-dribbble a:hover span,
.footer-hovered-facebook a:hover span,
.footer-hovered-instagram a:hover span {
  color: #ffffff !important;
}
.footer-hovered-twitter span,
.footer-hovered-dribbble span,
.footer-hovered-facebook span,
.footer-hovered-instagram span,
.footer-hovered-twitter p,
.footer-hovered-dribbble p,
.footer-hovered-facebook p,
.footer-hovered-instagram p {
  -webkit-transition: all linear 300ms;
  -moz-transition: all linear 300ms;
  -ms-transition: all linear 300ms;
  -o-transition: all linear 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  -ms-transition: 300ms;
  transition: 300ms;
  color: rgba(255, 255, 255, 0.6) !important;
}
.footer-hovered-twitter hr.cf,
.footer-hovered-dribbble hr.cf,
.footer-hovered-facebook hr.cf,
.footer-hovered-instagram hr.cf {
  background: rgba(255, 255, 255, 0.3) !important;
}
.footer-hovered-twitter {
  background: #59adeb !important;
}
.footer-hovered-dribbble {
  background: #ea4c89 !important;
}
.footer-hovered-facebook {
  background: #3b5998 !important;
}
.footer-hovered-instagram {
  background: #417399 !important;
}
.hideondesktop {
  display: none;
}
/* ==================================
=JOBS - ALT
================================== */
/*
	-------------------------
	CONTENT
	-------------------------
*/
.jobs-page *,
.ws-page * {
  box-sizing: border-box;
}
.jobs-page [class*="jobs-"],
.ws-page [class*="jobs-"],
.jobs-page [class*="ws-"],
.ws-page [class*="ws-"] {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.jobs-page .content-inner,
.ws-page .content-inner {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 30px;
}
.jobs-page .detail-content-inner,
.ws-page .detail-content-inner {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  padding: 0 25px;
}
.jobs-page .s,
.ws-page .s {
  max-width: 470px;
}
.jobs-page .col,
.ws-page .col {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  float: left;
}
.jobs-page .row,
.ws-page .row {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
}
.jobs-page .row .wide,
.ws-page .row .wide {
  max-width: 1351px;
}
.jobs-page .row .normal,
.ws-page .row .normal {
  max-width: 1350px;
}
.jobs-page .one-of-two,
.ws-page .one-of-two {
  width: 50%;
  display: inline-block;
}
.jobs-page .one-of-two:last-of-type,
.ws-page .one-of-two:last-of-type {
  float: right;
}
.jobs-page .one-of-three,
.ws-page .one-of-three {
  width: 33.3%;
}
.jobs-page .two-of-three,
.ws-page .two-of-three {
  width: 66.7%;
  max-width: 570px;
}
.jobs-page .one-of-three:nth-child(-n+3),
.ws-page .one-of-three:nth-child(-n+3) {
  margin-bottom: 42px;
}
.jobs-page .one-of-four,
.ws-page .one-of-four {
  width: 25%;
}
.jobs-page .one-of-five,
.ws-page .one-of-five {
  width: 20%;
}
.jobs-page .nowrap,
.ws-page .nowrap {
  margin-top: 0px;
  display: block;
  line-height: 1.5;
}
.jobs-page .button,
.ws-page .button {
  color: #fff;
  padding: 14px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  border-radius: 60px;
  width: 160px;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  text-align: center;
  background: #58c7ff;
  -webkit-transition: all linear 250ms;
  -moz-transition: all linear 250ms;
  -ms-transition: all linear 250ms;
  -o-transition: all linear 250ms;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  -ms-transition: 250ms;
  transition: 250ms;
}
.jobs-page .button + .button,
.ws-page .button + .button {
  margin-left: 16px;
}
.jobs-page .button:hover,
.ws-page .button:hover {
  background-color: #25b6ff;
  -webkit-transition: all linear 250ms;
  -moz-transition: all linear 250ms;
  -ms-transition: all linear 250ms;
  -o-transition: all linear 250ms;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  -ms-transition: 250ms;
  transition: 250ms;
}
.jobs-page .long,
.ws-page .long {
  width: 180px;
}
.jobs-page .superlong,
.ws-page .superlong {
  width: 276px;
}
.jobs-page .reg,
.ws-page .reg {
  opacity: .7;
  -webkit-transition: all linear 250ms;
  -moz-transition: all linear 250ms;
  -ms-transition: all linear 250ms;
  -o-transition: all linear 250ms;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  -ms-transition: 250ms;
  transition: 250ms;
}
.jobs-page .reg:hover,
.ws-page .reg:hover {
  opacity: 1;
  color: #fff;
  -webkit-transition: all linear 250ms;
  -moz-transition: all linear 250ms;
  -ms-transition: all linear 250ms;
  -o-transition: all linear 250ms;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  -ms-transition: 250ms;
  transition: 250ms;
}
.jobs-page .blue,
.ws-page .blue {
  border: 2px solid #58c7ff;
  color: #58c7ff;
  background: none;
  -webkit-transition: all linear 250ms;
  -moz-transition: all linear 250ms;
  -ms-transition: all linear 250ms;
  -o-transition: all linear 250ms;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  -ms-transition: 250ms;
  transition: 250ms;
}
.jobs-page .blue:hover,
.ws-page .blue:hover {
  background-color: #58c7ff;
  color: #fff;
  -webkit-transition: all linear 250ms;
  -moz-transition: all linear 250ms;
  -ms-transition: all linear 250ms;
  -o-transition: all linear 250ms;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  -ms-transition: 250ms;
  transition: 250ms;
}
.jobs-page .white,
.ws-page .white {
  border: 2px solid #fff;
  color: #fff;
  background: none;
  -webkit-transition: all linear 250ms;
  -moz-transition: all linear 250ms;
  -ms-transition: all linear 250ms;
  -o-transition: all linear 250ms;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  -ms-transition: 250ms;
  transition: 250ms;
}
.jobs-page .white:hover,
.ws-page .white:hover {
  background-color: #fff;
  color: #253149;
  -webkit-transition: all linear 250ms;
  -moz-transition: all linear 250ms;
  -ms-transition: all linear 250ms;
  -o-transition: all linear 250ms;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  -ms-transition: 250ms;
  transition: 250ms;
}
.jobs-page .jobs-hero,
.ws-page .jobs-hero,
.jobs-page .jobs-detail-hero,
.ws-page .jobs-detail-hero {
  height: 574px;
  background: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/jobs/jobs-hero@2x.jpg");
  background: url('../../img/jobs/jobs-hero@2x.jpg') center center;
  background-size: cover;
}
.jobs-page .jobs-visual-design-hero,
.ws-page .jobs-visual-design-hero {
  height: 574px;
  background: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/jobs/jobs-visual-design-hero@2x.jpg");
  background: url('../../img/jobs/jobs-visual-design-hero@2x.jpg') center center;
  background-size: cover;
}
.jobs-page #overlay,
.ws-page #overlay {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.5)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  width: 100%;
  height: 250px;
  position: absolute;
}
.jobs-page .jobs-detail-breadcrumbs,
.ws-page .jobs-detail-breadcrumbs {
  padding: 20px 0;
  border-bottom: 1px solid #ecedf0;
}
.jobs-page .jobs-detail-breadcrumbs p,
.ws-page .jobs-detail-breadcrumbs p {
  margin-bottom: 0;
  display: inline-block;
  -webkit-transition: all linear 250ms;
  -moz-transition: all linear 250ms;
  -ms-transition: all linear 250ms;
  -o-transition: all linear 250ms;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  -ms-transition: 250ms;
  transition: 250ms;
}
.jobs-page .jobs-detail-breadcrumbs p:hover,
.ws-page .jobs-detail-breadcrumbs p:hover {
  color: #393F54;
  -webkit-transition: all linear 250ms;
  -moz-transition: all linear 250ms;
  -ms-transition: all linear 250ms;
  -o-transition: all linear 250ms;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  -ms-transition: 250ms;
  transition: 250ms;
}
.jobs-page .jobs-detail-breadcrumbs p span,
.ws-page .jobs-detail-breadcrumbs p span {
  padding-left: 0px;
  -webkit-transition: all linear 250ms;
  -moz-transition: all linear 250ms;
  -ms-transition: all linear 250ms;
  -o-transition: all linear 250ms;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  -ms-transition: 250ms;
  transition: 250ms;
}
.jobs-page .jobs-detail-breadcrumbs p:hover span,
.ws-page .jobs-detail-breadcrumbs p:hover span {
  padding-left: 6px;
  -webkit-transition: all linear 250ms;
  -moz-transition: all linear 250ms;
  -ms-transition: all linear 250ms;
  -o-transition: all linear 250ms;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  -ms-transition: 250ms;
  transition: 250ms;
}
.jobs-page .jobs-about,
.ws-page .jobs-about {
  text-align: center;
  padding: 100px 0;
  max-width: 740px;
  opacity: 0;
  -webkit-animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeInDown;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: 1;
  -moz-animation-delay: 0.3s;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: fadeInDown;
  -o-animation-duration: 1s;
  -o-animation-iteration-count: 1;
  -o-animation-delay: 0.3s;
  -o-animation-fill-mode: forwards;
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
.jobs-page .jobs-detail-testimonials,
.ws-page .jobs-detail-testimonials {
  padding: 100px 0;
}
.jobs-page .jobs-detail-testimonials .testimonial,
.ws-page .jobs-detail-testimonials .testimonial {
  margin-bottom: 100px;
}
.jobs-page .jobs-detail-testimonials .testimonial:last-of-type,
.ws-page .jobs-detail-testimonials .testimonial:last-of-type {
  margin-bottom: 0;
}
.jobs-page .jobs-detail-testimonials h2,
.ws-page .jobs-detail-testimonials h2 {
  text-align: center;
  margin-bottom: 100px;
}
.jobs-page .jobs-detail-testimonials h4,
.ws-page .jobs-detail-testimonials h4 {
  font-size: 22px;
  font-weight: 500;
  color: #46565d;
  margin-bottom: 5px;
}
.jobs-page .jobs-detail-testimonials h4 a,
.ws-page .jobs-detail-testimonials h4 a {
  color: #737a90;
}
.jobs-page .jobs-detail-testimonials .leerjaar,
.ws-page .jobs-detail-testimonials .leerjaar {
  color: #737a90;
  opacity: .5;
  font-weight: 500;
  margin-bottom: 20px;
}
.jobs-page .jobs-detail-testimonials .author,
.ws-page .jobs-detail-testimonials .author {
  float: left;
}
.jobs-page .jobs-detail-testimonials .author .profile-pic,
.ws-page .jobs-detail-testimonials .author .profile-pic {
  width: 135px;
  height: 135px;
  background-size: 135px 135px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 35px;
  margin-bottom: 134px;
}
.jobs-page .jobs-detail-testimonials .author .profile-pic-small,
.ws-page .jobs-detail-testimonials .author .profile-pic-small {
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.jobs-page .jobs-detail-testimonials .author #davey,
.ws-page .jobs-detail-testimonials .author #davey {
  background-image: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/jobs/davey@2x.jpg");
  background-image: url("../../img/jobs/davey@2x.jpg");
}
.jobs-page .jobs-detail-testimonials .author #steffan,
.ws-page .jobs-detail-testimonials .author #steffan {
  background-image: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/jobs/steffan@2x.jpg");
  background-image: url("../../img/jobs/steffan@2x.jpg");
}
.jobs-page .jobs-detail-testimonials .author #jeffrey,
.ws-page .jobs-detail-testimonials .author #jeffrey {
  background-image: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/jobs/jeffrey@2x.jpg");
  background-image: url("../../img/jobs/jeffrey@2x.jpg");
}
.jobs-page .jobs-detail-testimonials .author #nils,
.ws-page .jobs-detail-testimonials .author #nils {
  background-image: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/jobs/nils@2x.jpg");
  background-image: url("../../img/jobs/nils@2x.jpg");
}
.jobs-page .jobs-detail-testimonials .quote,
.ws-page .jobs-detail-testimonials .quote {
  font-style: italic;
  font-weight: 500;
  opacity: 1;
  color: #737a90;
}
.jobs-page .jobs-detail-desc,
.ws-page .jobs-detail-desc {
  padding: 100px 0;
  opacity: 0;
  -webkit-animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeInDown;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: 1;
  -moz-animation-delay: 0.3s;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: fadeInDown;
  -o-animation-duration: 1s;
  -o-animation-iteration-count: 1;
  -o-animation-delay: 0.3s;
  -o-animation-fill-mode: forwards;
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
.jobs-page .jobs-detail-desc .desc-intro,
.ws-page .jobs-detail-desc .desc-intro {
  padding-bottom: 100px;
}
.jobs-page .jobs-detail-desc .desc-cell .p-top,
.ws-page .jobs-detail-desc .desc-cell .p-top {
  margin-bottom: 20px;
}
.jobs-page .jobs-detail-desc .desc-cell p,
.ws-page .jobs-detail-desc .desc-cell p {
  margin-bottom: 0;
}
.jobs-page .jobs-detail-desc .list-top,
.ws-page .jobs-detail-desc .list-top {
  padding-top: 66px;
}
.jobs-page .jobs-detail-desc iframe,
.ws-page .jobs-detail-desc iframe {
  width: 100%;
  height: 353px;
  margin-bottom: 100px;
}
.jobs-page [class*="desc-"],
.ws-page [class*="desc-"] {
  padding-bottom: 50px;
}
.jobs-page .divider,
.ws-page .divider {
  height: 1px;
  width: 100%;
  background-color: #ecedf0;
}
.jobs-page .big,
.ws-page .big {
  display: none;
}
.jobs-page .jobs-open,
.ws-page .jobs-open {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeIn;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: 1;
  -moz-animation-delay: 0.3s;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: fadeIn;
  -o-animation-duration: 1s;
  -o-animation-iteration-count: 1;
  -o-animation-delay: 0.3s;
  -o-animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
.jobs-page .jobs-open .one-of-two,
.ws-page .jobs-open .one-of-two {
  text-align: center;
  border-right: 1px solid #ecedf0;
  padding: 80px 115px;
}
.jobs-page .jobs-open .one-of-two:last-of-type,
.ws-page .jobs-open .one-of-two:last-of-type {
  float: right;
  border-right: none;
}
.jobs-page .jobs-over-ons,
.ws-page .jobs-over-ons {
  text-align: center;
  padding: 168px 0;
  height: 700px;
  background: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/jobs/photo-over@2x.jpg") center center;
  background: url('../../img/jobs/photo-over@2x.jpg') center center;
  background-size: cover;
}
.jobs-page .jobs-over-ons p,
.ws-page .jobs-over-ons p {
  font-size: 19px;
}
.jobs-page .client-logos,
.ws-page .client-logos {
  opacity: .5;
}
.jobs-page .client-logo:first-of-type,
.ws-page .client-logo:first-of-type {
  margin-left: 0;
}
.jobs-page #tripadvisor-logo,
.ws-page #tripadvisor-logo {
  background-image: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/jobs/logos/logo-tripadvisor.svg");
  background-image: url("../../img/jobs/logos/logo-tripadvisor.svg");
  width: 79px;
  height: 52px;
}
.jobs-page #sap-logo,
.ws-page #sap-logo {
  background-image: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/jobs/logos/logo-sap.svg");
  background-image: url("../../img/jobs/logos/logo-sap.svg");
  width: 80px;
  height: 40px;
  margin-top: 4px;
}
.jobs-page #shutterfly-logo,
.ws-page #shutterfly-logo {
  background-image: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/jobs/logos/logo-shutterfly.svg");
  background-image: url("../../img/jobs/logos/logo-shutterfly.svg");
  width: 128px;
  height: 30px;
  margin-top: 11px;
}
.jobs-page #decos-logo,
.ws-page #decos-logo {
  background-image: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/jobs/logos/logo-decos.svg");
  background-image: url("../../img/jobs/logos/logo-decos.svg");
  width: 136px;
  height: 20px;
  margin-top: 16px;
}
.jobs-page .jobs-over-ons *,
.ws-page .jobs-over-ons *,
.jobs-page .jobs-company *,
.ws-page .jobs-company *,
.jobs-page .jobs-summary *,
.ws-page .jobs-summary * {
  color: #fff;
}
.jobs-page .jobs-over-ons .over-ons-content,
.ws-page .jobs-over-ons .over-ons-content {
  max-width: 640px;
  margin: 0 auto;
}
.jobs-page .jobs-over-ons p,
.ws-page .jobs-over-ons p,
.jobs-page .jobs-company p,
.ws-page .jobs-company p,
.jobs-page .jobs-summary p,
.ws-page .jobs-summary p {
  opacity: 1;
}
.jobs-page .jobs-company,
.ws-page .jobs-company {
  padding: 142px 0;
  background: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/jobs/company-bg@2x.png");
  background: url("../../img/jobs/company-bg@2x.png") center center;
  background-size: cover;
}
.jobs-page .jobs-company .company-content,
.ws-page .jobs-company .company-content {
  margin-left: 200px;
  width: 430px;
}
.jobs-page .jobs-company .company-content p,
.ws-page .jobs-company .company-content p {
  margin: 0;
}
.jobs-page .jobs-team,
.ws-page .jobs-team {
  text-align: center;
  padding: 80px 0 120px;
}
.jobs-page .jobs-team .one-of-four p,
.ws-page .jobs-team .one-of-four p {
  font-size: 20px;
  font-weight: 500;
  color: #58c7ff;
  margin: 20px 0 40px;
}
.jobs-page .jobs-team .one-of-four:nth-child(n+5) p,
.ws-page .jobs-team .one-of-four:nth-child(n+5) p {
  margin-bottom: 0;
}
.jobs-page .jobs-team .one-of-four .nowrap,
.ws-page .jobs-team .one-of-four .nowrap {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  color: #737a90;
  margin-top: 6px;
}
.jobs-page .jobs-team .portrait,
.ws-page .jobs-team .portrait {
  width: 210px;
  height: 210px;
  border-radius: 50%;
}
.jobs-page .jobs-team .portrait > *,
.ws-page .jobs-team .portrait > * {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.jobs-page .jobs-team #vince-portrait,
.ws-page .jobs-team #vince-portrait {
  background: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/jobs/portraits/careers-portrait-vince@2x.jpg");
  background: url("../../img/jobs/portraits/careers-portrait-vince@2x.jpg");
  background-size: 210px 210px;
}
.jobs-page .jobs-team #leon-portrait,
.ws-page .jobs-team #leon-portrait {
  background: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/jobs/portraits/careers-portrait-leon@2x.jpg");
  background: url("../../img/jobs/portraits/careers-portrait-leon@2x.jpg");
  background-size: 210px 210px;
}
.jobs-page .jobs-team #jeffrey-portrait,
.ws-page .jobs-team #jeffrey-portrait {
  background: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/jobs/portraits/careers-portrait-jeffrey@2x.jpg");
  background: url("../../img/jobs/portraits/careers-portrait-jeffrey@2x.jpg");
  background-size: 210px 210px;
}
.jobs-page .jobs-team #davey-portrait,
.ws-page .jobs-team #davey-portrait {
  background: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/jobs/portraits/careers-portrait-davey@2x.jpg");
  background: url("../../img/jobs/portraits/careers-portrait-davey@2x.jpg");
  background-size: 210px 210px;
}
.jobs-page .jobs-team #nils-portrait,
.ws-page .jobs-team #nils-portrait {
  background: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/jobs/portraits/careers-portrait-nils@2x.jpg");
  background: url("../../img/jobs/portraits/careers-portrait-nils@2x.jpg");
  background-size: 210px 210px;
}
.jobs-page .jobs-team #yakim-portrait,
.ws-page .jobs-team #yakim-portrait {
  background: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/jobs/portraits/careers-portrait-yakim@2x.jpg");
  background: url("../../img/jobs/portraits/careers-portrait-yakim@2x.jpg");
  background-size: 210px 210px;
}
.jobs-page .jobs-team #steffan-portrait,
.ws-page .jobs-team #steffan-portrait {
  background: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/jobs/portraits/careers-portrait-steffan@2x.jpg");
  background: url("../../img/jobs/portraits/careers-portrait-steffan@2x.jpg");
  background-size: 210px 210px;
}
.jobs-page .jobs-team #new-portrait,
.ws-page .jobs-team #new-portrait {
  background: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/jobs/portraits/new-portrait@2x.png");
  background: url("../../img/jobs/portraits/new-portrait@2x.png");
  background-size: 210px 210px;
}
.jobs-page .desc-cell,
.ws-page .desc-cell {
  padding-bottom: 50px;
}
.jobs-page .desc-cell:last-of-type,
.ws-page .desc-cell:last-of-type {
  padding-bottom: 0;
}
.jobs-page .ws-equipment,
.ws-page .ws-equipment {
  padding-bottom: 0;
}
.jobs-page .ws-equipment ul,
.ws-page .ws-equipment ul {
  padding-bottom: 40px;
}
.jobs-page .ws-equipment ul li,
.ws-page .ws-equipment ul li {
  background: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/jobs/bullet@2x.png") no-repeat 0;
  background: url("../../img/jobs/bullet@2x.png") no-repeat 0;
  background-size: 11px 11px;
  padding-left: 22px;
  font-size: 18px;
  line-height: 1.2;
  color: #9BA1B3;
  margin-bottom: 20px;
}
.jobs-page .ws-equipment ul li:last-of-type,
.ws-page .ws-equipment ul li:last-of-type {
  margin-bottom: 0;
}
.jobs-page ol,
.ws-page ol,
.jobs-page ul,
.ws-page ul {
  list-style: none;
}
.jobs-page ul li,
.ws-page ul li {
  background: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/jobs/bullet@2x.png") no-repeat 0;
  background: url("../../img/jobs/bullet@2x.png") no-repeat 0;
  background-size: 11px 11px;
  padding-left: 22px;
  font-size: 18px;
  line-height: 1.2;
  color: #9BA1B3;
  margin-bottom: 20px;
}
.jobs-page ul li:last-of-type,
.ws-page ul li:last-of-type {
  margin-bottom: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5) {
  .jobs-page ul li,
  .ws-page ul li {
    background: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/jobs/bullet@2x.png") no-repeat 0;
    background: url("../../img/jobs/bullet@2x.png") no-repeat 0;
    background-size: 11px 11px;
  }
}
.jobs-page .jobs-detail-perks h2,
.ws-page .jobs-detail-perks h2 {
  margin-bottom: 54px;
}
.jobs-page .jobs-detail-perks .desc-cell,
.ws-page .jobs-detail-perks .desc-cell {
  height: 290px;
  box-sizing: content-box;
}
.jobs-page .jobs-summary,
.ws-page .jobs-summary {
  padding: 170px 0;
  height: 550px;
  background: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/jobs/mosaic@2x.jpg") center center;
  background: url('../../img/jobs/mosaic@2x.jpg') center center;
  background-size: 2800px 550px;
  -webkit-animation: backgroundScrollOne 100s linear infinite;
  animation: backgroundScrollOne 100s linear infinite;
  text-align: center;
}
.jobs-page .jobs-summary p,
.ws-page .jobs-summary p {
  margin-bottom: 0;
}
.jobs-page .jobs-summary h2,
.ws-page .jobs-summary h2 {
  margin-bottom: 20px;
}
.jobs-page .jobs-detail-summary,
.ws-page .jobs-detail-summary {
  padding: 100px;
  background: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/jobs/screen@2x.jpg") center center;
  background: url('../../img/jobs/screen@2x.jpg') center center;
  background-size: cover;
  text-align: center;
}
.jobs-page .jobs-sketches,
.ws-page .jobs-sketches {
  background: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/jobs/sketches@2x.jpg") center center;
  background: url('../../img/jobs/sketches@2x.jpg') center center;
  background-size: cover;
}
.jobs-page .jobs-detail-summary *,
.ws-page .jobs-detail-summary * {
  color: #fff;
}
.jobs-page .jobs-detail-summary #client,
.ws-page .jobs-detail-summary #client {
  margin-top: 10px;
}
.jobs-page .jobs-detail-summary #tools,
.ws-page .jobs-detail-summary #tools {
  margin-top: 2px;
}
.jobs-page .jobs-detail-summary #proud,
.ws-page .jobs-detail-summary #proud {
  margin-top: 4px;
  float: right;
}
.jobs-page .jobs-final,
.ws-page .jobs-final {
  border-top: 1px solid #ecedf0;
}
.jobs-page .jobs-final .one-of-two,
.ws-page .jobs-final .one-of-two {
  text-align: center;
  border-right: 1px solid #ecedf0;
  padding: 80px 130px;
}
.jobs-page .jobs-final .one-of-two:last-of-type,
.ws-page .jobs-final .one-of-two:last-of-type {
  float: right;
  border-right: none;
}
.jobs-page .jobs-detail-apply,
.ws-page .jobs-detail-apply {
  text-align: center;
  padding: 111px 0;
  background: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/jobs/image-strip-jobs@2x.jpg");
  background: url('../../img/jobs/image-strip-jobs@2x.jpg');
  background-size: 2500px 500px;
  -webkit-animation: backgroundScroll 100s linear infinite;
  animation: backgroundScroll 100s linear infinite;
}
.jobs-page .jobs-detail-apply h1,
.ws-page .jobs-detail-apply h1 {
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.6;
}
.jobs-page .jobs-detail-apply p,
.ws-page .jobs-detail-apply p {
  color: rgba(255, 255, 255, 0.75);
  opacity: 1;
  margin-bottom: 60px;
}
/*
	-------------------------
	TYPOGRAPHY
	-------------------------
*/
.jobs-page h1,
.ws-page h1,
.jobs-page h2,
.ws-page h2,
.jobs-page h3,
.ws-page h3 {
  line-height: 1.4;
  color: #737a90;
}
.jobs-page h1,
.ws-page h1 {
  font-size: 38px;
  margin-bottom: 30px;
  font-weight: 400;
}
.jobs-page h2,
.ws-page h2 {
  font-size: 32px;
  margin-bottom: 35px;
}
.jobs-page .detail-summary-content h2,
.ws-page .detail-summary-content h2 {
  margin-bottom: 54px;
  line-height: 33px;
}
.jobs-page h3,
.ws-page h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.jobs-page .jobs-detail-desc h3,
.ws-page .jobs-detail-desc h3 {
  vertical-align: top;
  display: inline-block;
  margin-left: 36px;
}
.jobs-page p,
.ws-page p {
  font-size: 18px;
  line-height: 1.75;
  color: #46565d;
  opacity: .6;
  margin-bottom: 30px;
}
.jobs-page .jobs-detail-summary p,
.ws-page .jobs-detail-summary p {
  opacity: 1;
}
.jobs-page .one-of-three p,
.ws-page .one-of-three p,
.jobs-page .one-of-four p,
.ws-page .one-of-four p,
.jobs-page .one-of-five p,
.ws-page .one-of-five p {
  line-height: 21px;
}
.jobs-page p.company-culture,
.ws-page p.company-culture {
  font-size: 19px;
}
.jobs-page p.intro,
.ws-page p.intro {
  font-size: 17px;
  margin-bottom: 50px;
}
.jobs-page .summary-icon-copy,
.ws-page .summary-icon-copy {
  margin-bottom: 0;
}
.jobs-page .desc-intro p,
.ws-page .desc-intro p {
  font-size: 22px;
  font-weight: 300;
  color: #46565d;
}
.jobs-page .intro-intern,
.ws-page .intro-intern {
  margin-bottom: 40px;
}
.jobs-page .one-of-two p,
.ws-page .one-of-two p {
  font-size: 17px;
}
.jobs-page .desc-icon,
.ws-page .desc-icon {
  padding: 5px 0 13px 20px;
}
.jobs-page .icon-desc,
.ws-page .icon-desc {
  position: absolute;
}
.jobs-page #icon-profile,
.ws-page #icon-profile {
  background-image: url('../../img/jobs/icon-profile.svg');
  width: 32px;
  height: 50px;
}
.jobs-page #icon-requirements,
.ws-page #icon-requirements {
  background-image: url('../../img/jobs/icon-requirements.svg');
  width: 36px;
  height: 50px;
}
.jobs-page #icon-ribbon,
.ws-page #icon-ribbon {
  background-image: url('../../img/jobs/icon-ribbon.svg');
  width: 35px;
  height: 50px;
}
.jobs-page #icon-look,
.ws-page #icon-look {
  background-image: url('../../img/jobs/icon-look.svg');
  width: 40px;
  height: 42px;
}
.jobs-page #look,
.ws-page #look {
  margin-left: 42px;
}
.jobs-page #icon-growing,
.ws-page #icon-growing {
  background-image: url('../../img/jobs/icon-growing.svg');
  width: 40px;
  height: 40px;
}
.jobs-page #growing,
.ws-page #growing {
  margin-left: 42px;
}
.jobs-page #icon-play,
.ws-page #icon-play {
  background-image: url('../../img/jobs/icon-play.svg');
  width: 42px;
  height: 39px;
}
.jobs-page #play,
.ws-page #play {
  margin-left: 42px;
}
.jobs-page #icon-office,
.ws-page #icon-office {
  background-image: url('../../img/jobs/icon-office.svg');
  width: 50px;
  height: 42px;
}
.jobs-page #office,
.ws-page #office {
  margin-left: 48px;
}
.jobs-page .summary-icons,
.ws-page .summary-icons {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
.jobs-page #coffee-icon,
.ws-page #coffee-icon {
  background-image: url('../../img/jobs/icon-coffee.svg');
  width: 64px;
  height: 72px;
  margin-left: 12px;
}
.jobs-page #san-fran-icon,
.ws-page #san-fran-icon {
  background-image: url('../../img/jobs/icon-san-fran.svg');
  width: 70px;
  height: 54px;
}
.jobs-page #san-fran,
.ws-page #san-fran {
  margin-top: 18px;
}
.jobs-page #burger-icon,
.ws-page #burger-icon {
  background-image: url('../../img/jobs/icon-burger.svg');
  width: 60px;
  height: 54px;
}
.jobs-page #burger,
.ws-page #burger {
  margin-top: 18px;
}
.jobs-page #team-icon,
.ws-page #team-icon {
  background-image: url('../../img/jobs/icon-team.svg');
  width: 68px;
  height: 58px;
}
.jobs-page #teams,
.ws-page #teams {
  margin-top: 16px;
}
.jobs-page #grow-icon,
.ws-page #grow-icon {
  background-image: url('../../img/jobs/icon-grow.svg');
  width: 72px;
  height: 56px;
  margin-left: 6px;
}
.jobs-page #grow,
.ws-page #grow {
  margin-top: 14px;
}
.jobs-page #client-icon,
.ws-page #client-icon {
  background-image: url('../../img/jobs/icon-understanding-client.svg');
  width: 60px;
  height: 60px;
}
.jobs-page #ux-icon,
.ws-page #ux-icon {
  background-image: url('../../img/jobs/icon-ux.svg');
  width: 70px;
  height: 70px;
}
.jobs-page #pixel-perfect-icon,
.ws-page #pixel-perfect-icon {
  background-image: url('../../img/jobs/icon-pixel-perfect.svg');
  width: 70px;
  height: 70px;
}
.jobs-page #tools-icon,
.ws-page #tools-icon {
  background-image: url('../../img/jobs/icon-tools.svg');
  width: 63px;
  height: 63px;
}
.jobs-page #proud-icon,
.ws-page #proud-icon {
  background-image: url('../../img/jobs/icon-proud.svg');
  width: 61px;
  height: 61px;
}
.jobs-page #platforms-icon,
.ws-page #platforms-icon {
  background-image: url('../../img/jobs/icon-platforms.svg');
  width: 60px;
  height: 65px;
}
.ws-page img,
.jobs-page img {
  margin-left: auto;
  margin-right: auto;
}
.ws-page .np,
.jobs-page .np {
  padding: 0;
}
.ws-page .nm,
.jobs-page .nm {
  margin: 0;
}
.ws-page .ws-hero,
.jobs-page .ws-hero {
  height: 574px;
  background: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/ws/ws-hero@2x.jpg");
  background: url('../../img/ws/ws-hero@2x.jpg') center center;
  background-size: cover;
  opacity: 0;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeIn;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: 1;
  -moz-animation-delay: 0.3s;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: fadeIn;
  -o-animation-duration: 1s;
  -o-animation-iteration-count: 1;
  -o-animation-delay: 0.3s;
  -o-animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
.ws-page .ws-about,
.jobs-page .ws-about {
  text-align: center;
  padding: 100px 0;
  max-width: 900px;
  opacity: 0;
  -webkit-animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeInDown;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: 1;
  -moz-animation-delay: 0.3s;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: fadeInDown;
  -o-animation-duration: 1s;
  -o-animation-iteration-count: 1;
  -o-animation-delay: 0.3s;
  -o-animation-fill-mode: forwards;
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
.ws-page .ws-image,
.jobs-page .ws-image {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeIn;
  -moz-animation-duration: 1s;
  -moz-animation-iteration-count: 1;
  -moz-animation-delay: 0.3s;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: fadeIn;
  -o-animation-duration: 1s;
  -o-animation-iteration-count: 1;
  -o-animation-delay: 0.3s;
  -o-animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
.ws-page .ws-image .yg-icon,
.jobs-page .ws-image .yg-icon {
  position: absolute;
  width: 33px;
  height: 43px;
  left: 446px;
  top: 177px;
  z-index: 4;
  background-image: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/ws/yg.svg");
  background-image: url('../../img/ws/yg.svg');
  -webkit-animation: ygLogoAnim 0.75s 2.75s ease-in-out forwards;
  -moz-animation: ygLogoAnim 0.75s 2.75s ease-in-out forwards;
  animation: ygLogoAnim 0.75s 2.75s ease-in-out forwards;
  opacity: 0;
}
@-webkit-keyframes ygLogoAnim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes ygLogoAnim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes ygLogoAnim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ws-page .ws-image .rect,
.jobs-page .ws-image .rect {
  position: absolute;
  width: 205px;
  height: 103px;
  left: 357px;
  top: 147px;
  border-radius: 3px;
  z-index: 3;
  background-color: rgba(255, 255, 255, 0.92);
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-animation: rectAnim 1.5s 1s ease-in-out forwards;
  -moz-animation: rectAnim 1.5s 1s ease-in-out forwards;
  animation: rectAnim 1.5s 1s ease-in-out forwards;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
}
@-webkit-keyframes rectAnim {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes rectAnim {
  from {
    -moz-transform: scale(0);
  }
  to {
    -moz-transform: scale(1);
  }
}
@keyframes rectAnim {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.ws-page .ws-image figure,
.jobs-page .ws-image figure {
  display: block;
}
.ws-page .ws-image .cursor,
.jobs-page .ws-image .cursor {
  position: absolute;
  width: 13px;
  height: 22px;
  left: 355px;
  top: 144px;
  z-index: 3;
  -webkit-animation: cursorAnim 1.5s 1s ease-in-out forwards;
  -moz-animation: cursorAnim 1.5s 1s ease-in-out forwards;
  animation: cursorAnim 1.5s 1s ease-in-out forwards;
}
@-webkit-keyframes cursorAnim {
  from {
    -webkit-transform: translate(0);
  }
  to {
    -webkit-transform: translate(14.5em, 7.1em);
  }
}
@-moz-keyframes cursorAnim {
  from {
    -moz-transform: translate(0);
  }
  to {
    -moz-transform: translate(14.5em, 7.1em);
  }
}
@keyframes cursorAnim {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(14.5em, 7.1em);
  }
}
.ws-page .ws-image .osx-wallpaper,
.jobs-page .ws-image .osx-wallpaper {
  position: absolute;
  width: 235px;
  height: 133px;
  left: 342px;
  top: 133px;
  z-index: 2;
}
.ws-page .ws-info,
.jobs-page .ws-info {
  padding: 100px 0;
}
.ws-page .ws-info col:nth-child(1),
.jobs-page .ws-info col:nth-child(1) {
  padding: 0;
}
.ws-page .ws-equipment,
.jobs-page .ws-equipment {
  margin-bottom: 0 !important;
  padding-top: 39px;
  float: right;
}
.ws-page .ws-equipment ul,
.jobs-page .ws-equipment ul {
  float: right;
}
.ws-page .jobs-mosaic,
.jobs-page .jobs-mosaic {
  padding: 100px 0;
}
.ws-page .jobs-pics,
.jobs-page .jobs-pics {
  padding: 0;
}
.ws-page .ws-mosaic figure,
.jobs-page .ws-mosaic figure,
.ws-page .jobs-mosaic figure,
.jobs-page .jobs-mosaic figure {
  display: block;
  height: 100%;
}
.ws-page .ws-mosaic .hide,
.jobs-page .ws-mosaic .hide,
.ws-page .jobs-mosaic .hide,
.jobs-page .jobs-mosaic .hide {
  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,
.ws-page .ws-mosaic .medium_col,
.jobs-page .ws-mosaic .medium_col,
.ws-page .jobs-mosaic .medium_col,
.jobs-page .jobs-mosaic .medium_col,
.ws-page .ws-mosaic .wide_col,
.jobs-page .ws-mosaic .wide_col,
.ws-page .jobs-mosaic .wide_col,
.jobs-page .jobs-mosaic .wide_col,
.ws-page .ws-mosaic .small_col,
.jobs-page .ws-mosaic .small_col,
.ws-page .jobs-mosaic .small_col,
.jobs-page .jobs-mosaic .small_col,
.ws-page .ws-mosaic .third_col,
.jobs-page .ws-mosaic .third_col,
.ws-page .jobs-mosaic .third_col,
.jobs-page .jobs-mosaic .third_col {
  float: left;
  height: 100%;
  max-height: 640px;
}
.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: 60%;
  height: auto;
  padding: 0 5px;
}
.ws-page .ws-mosaic .big_col:first-of-type,
.jobs-page .ws-mosaic .big_col:first-of-type,
.ws-page .jobs-mosaic .big_col:first-of-type,
.jobs-page .jobs-mosaic .big_col:first-of-type {
  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: 40%;
  height: 50%;
  padding-left: 5px;
  padding-bottom: 5px;
}
.ws-page .ws-mosaic .medium_col:first-of-type,
.jobs-page .ws-mosaic .medium_col:first-of-type,
.ws-page .jobs-mosaic .medium_col:first-of-type,
.jobs-page .jobs-mosaic .medium_col:first-of-type {
  padding-right: 5px;
}
.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: 5px;
  padding-bottom: 0;
}
.ws-page .ws-mosaic .wide_col,
.jobs-page .ws-mosaic .wide_col,
.ws-page .jobs-mosaic .wide_col,
.jobs-page .jobs-mosaic .wide_col {
  width: 70%;
  padding: 0 5px;
}
.ws-page .ws-mosaic .pb,
.jobs-page .ws-mosaic .pb,
.ws-page .jobs-mosaic .pb,
.jobs-page .jobs-mosaic .pb {
  padding-bottom: 10px;
}
.ws-page .ws-mosaic .pr,
.jobs-page .ws-mosaic .pr,
.ws-page .jobs-mosaic .pr,
.jobs-page .jobs-mosaic .pr {
  padding-right: 10px;
}
.ws-page .ws-mosaic .small_col,
.jobs-page .ws-mosaic .small_col,
.ws-page .jobs-mosaic .small_col,
.jobs-page .jobs-mosaic .small_col {
  width: 30%;
  padding: 0 5px 0 5px;
}
.ws-page .ws-mosaic .small_col:first-of-type,
.jobs-page .ws-mosaic .small_col:first-of-type,
.ws-page .jobs-mosaic .small_col:first-of-type,
.jobs-page .jobs-mosaic .small_col:first-of-type {
  padding-left: 0px;
}
.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: 33.3%;
  padding-right: 10px;
}
.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-left: 0px;
}
.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-mosaic .npl,
.jobs-page .ws-mosaic .npl,
.ws-page .jobs-mosaic .npl,
.jobs-page .jobs-mosaic .npl {
  padding-left: 0;
}
.ws-page .ws-mosaic .big_img img,
.jobs-page .ws-mosaic .big_img img,
.ws-page .jobs-mosaic .big_img img,
.jobs-page .jobs-mosaic .big_img img {
  width: 328px;
  height: 492px;
}
.ws-page .ws-mosaic .medium_img img,
.jobs-page .ws-mosaic .medium_img img,
.ws-page .jobs-mosaic .medium_img img,
.jobs-page .jobs-mosaic .medium_img img {
  width: 164px;
  height: 246px;
}
.ws-page .ws-mosaic .small_img img,
.jobs-page .ws-mosaic .small_img img,
.ws-page .jobs-mosaic .small_img img,
.jobs-page .jobs-mosaic .small_img img {
  width: 82px;
  height: 123px;
}
.ws-page .ws-mosaic img,
.jobs-page .ws-mosaic img,
.ws-page .jobs-mosaic img,
.jobs-page .jobs-mosaic img {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  float: left;
  width: auto;
  height: auto;
  max-height: 640px;
}
.ws-page .ws-extras,
.jobs-page .ws-extras {
  padding: 100px 0;
  text-align: center;
}
.ws-page .ws-extras .extras-icons,
.jobs-page .ws-extras .extras-icons {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}
.ws-page .ws-extras .f-row,
.jobs-page .ws-extras .f-row {
  margin-bottom: 42px;
}
.ws-page #fruit-icon,
.jobs-page #fruit-icon {
  background-image: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/ws/icon-fruit.svg");
  background-image: url('../../img/ws/icon-fruit.svg');
  width: 44px;
  height: 55px;
}
.ws-page #fruit,
.jobs-page #fruit {
  margin-top: 12px;
}
.ws-page #relax-icon,
.jobs-page #relax-icon {
  background-image: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/ws/icon-relax.svg");
  background-image: url('../../img/ws/icon-relax.svg');
  width: 61px;
  height: 33px;
  bottom: 7px;
}
.ws-page #relax,
.jobs-page #relax {
  margin-top: 30px;
}
.ws-page #supermarket-icon,
.jobs-page #supermarket-icon {
  background-image: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/ws/icon-AH.svg");
  background-image: url('../../img/ws/icon-AH.svg');
  width: 56px;
  height: 58px;
}
.ws-page #pricing-icon,
.jobs-page #pricing-icon {
  background-image: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/ws/icon-pricing.svg");
  background-image: url('../../img/ws/icon-pricing.svg');
  width: 58px;
  height: 56px;
  bottom: 2px;
}
.ws-page #pricing,
.jobs-page #pricing {
  margin-top: 4px;
}
.ws-page #foosball-icon,
.jobs-page #foosball-icon {
  background-image: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/ws/icon-foosball.svg");
  background-image: url('../../img/ws/icon-foosball.svg');
  width: 55px;
  height: 57px;
}
.ws-page #foosball,
.jobs-page #foosball {
  margin-top: 4px;
}
.ws-page #person-icon,
.jobs-page #person-icon {
  background-image: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/ws/icon-person.svg");
  background-image: url('../../img/ws/icon-person.svg');
  width: 65px;
  height: 49px;
}
.ws-page #person,
.jobs-page #person {
  margin-top: 11px;
}
.ws-page #devices-icon,
.jobs-page #devices-icon {
  background-image: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/ws/icon-devices.svg");
  background-image: url('../../img/ws/icon-devices.svg');
  width: 52px;
  height: 57px;
}
.ws-page #device,
.jobs-page #device {
  margin-top: 4px;
}
.ws-page #camera-icon,
.jobs-page #camera-icon {
  background-image: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/ws/icon-camera.svg");
  background-image: url('../../img/ws/icon-camera.svg');
  width: 44px;
  height: 57px;
}
.ws-page #camera,
.jobs-page #camera {
  margin-top: 4px;
}
.ws-page .ws-map,
.jobs-page .ws-map {
  height: 500px;
}
.ws-page .ws-map .overlay-map,
.jobs-page .ws-map .overlay-map {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 500px;
}
.ws-page .ws-map iframe,
.jobs-page .ws-map iframe {
  width: 100%;
  height: 100%;
}
.ws-page .ws-pricing,
.jobs-page .ws-pricing {
  padding: 100px 0;
}
.ws-page .ws-pricing .table-icons,
.jobs-page .ws-pricing .table-icons {
  margin-left: auto;
  margin-right: auto;
  margin-right: 10px;
  font-weight: 500;
}
.ws-page .ws-pricing #period-icon,
.jobs-page .ws-pricing #period-icon {
  background-image: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/ws/icon-time.svg");
  background-image: url('../../img/ws/icon-time.svg');
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  top: 4px;
}
.ws-page .ws-pricing #costs-icon,
.jobs-page .ws-pricing #costs-icon {
  background-image: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/ws/icon-costs.svg");
  background-image: url('../../img/ws/icon-costs.svg');
  background-repeat: no-repeat;
  width: 37px;
  height: 31px;
  top: 2px;
}
.ws-page .ws-pricing table,
.jobs-page .ws-pricing table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-style: hidden;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #DAE5EC;
  -webkit-backface-visibility: hidden;
}
.ws-page .ws-pricing table a,
.jobs-page .ws-pricing table a {
  font-weight: 400;
}
.ws-page .ws-pricing td,
.jobs-page .ws-pricing td,
.ws-page .ws-pricing th,
.jobs-page .ws-pricing th {
  width: 50%;
  padding-left: 30%;
}
.ws-page .ws-pricing td,
.jobs-page .ws-pricing td {
  font-size: 1.125rem;
  position: relative;
  padding: 14px 0 14px 19%;
  color: #888C9E;
}
.ws-page .ws-pricing td:first-of-type,
.jobs-page .ws-pricing td:first-of-type {
  padding: 14px 0 14px 17%;
}
.ws-page .ws-pricing td span,
.jobs-page .ws-pricing td span {
  font-weight: 600;
}
.ws-page .ws-pricing th,
.jobs-page .ws-pricing th {
  font-size: 1.5rem;
  position: relative;
  padding: 24px 0;
  color: #777D91;
  width: 50%;
}
.ws-page .ws-pricing th a,
.jobs-page .ws-pricing th a {
  font-weight: 500;
}
.ws-page .ws-pricing thead,
.jobs-page .ws-pricing thead {
  background-color: #EEFAFF;
}
.ws-page .ws-pricing tbody > tr:nth-child(even),
.jobs-page .ws-pricing tbody > tr:nth-child(even) {
  background-color: #EEFAFF;
}
.ws-page .ws-pricing tr > td:nth-child(1),
.jobs-page .ws-pricing tr > td:nth-child(1),
.ws-page .ws-pricing tr > th:nth-child(1),
.jobs-page .ws-pricing tr > th:nth-child(1) {
  -webkit-box-shadow: 1px 0px 0px 0px #DAE5EC;
  -moz-box-shadow: 1px 0px 0px 0px #DAE5EC;
  box-shadow: 1px 0px 0px 0px #DAE5EC;
}
.ws-page .ws-pricing caption,
.jobs-page .ws-pricing caption {
  margin-top: 16px;
  caption-side: bottom;
  color: #B3B6C0;
  font-size: 18px;
  letter-spacing: .025rem;
}
.ws-page .ws-pricing caption span,
.jobs-page .ws-pricing caption span {
  font-weight: 500;
  padding-right: 2px;
}
.ws-page .ws-pricing .pricing-text,
.jobs-page .ws-pricing .pricing-text {
  margin-top: 60px;
  max-width: 380px;
}
.ws-page .ws-pricing .pricing-text h2,
.jobs-page .ws-pricing .pricing-text h2 {
  padding-bottom: 30px;
  margin-bottom: 0;
}
.ws-page .ws-apply,
.jobs-page .ws-apply {
  text-align: center;
  padding: 176px 0;
  background: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/ws/image-grid@2x.jpg");
  background-size: 2500px 500px;
  -webkit-animation: backgroundScroll 100s linear infinite;
  animation: backgroundScroll 100s linear infinite;
}
.ws-page .ws-apply h1,
.jobs-page .ws-apply h1 {
  color: #fff;
  margin-bottom: 42px;
  line-height: 1.6;
}
@-webkit-keyframes backgroundScrollOne {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2800px 0;
  }
}
@keyframes backgroundScrollOne {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2800px 0;
  }
}
@-webkit-keyframes backgroundScroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2500px 0;
  }
}
@keyframes backgroundScroll {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2500px 0;
  }
}
/* ==================================
=FOOTER - ALT
================================== */
.footer-light {
  border-top: 1px solid #ecedf0;
  padding: 58px 0;
}
.footer-light a {
  font-size: 20px;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
  opacity: .7;
  -webkit-transition: all linear 250ms;
  -moz-transition: all linear 250ms;
  -ms-transition: all linear 250ms;
  -o-transition: all linear 250ms;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  -ms-transition: 250ms;
  transition: 250ms;
}
.footer-light a:hover {
  opacity: 1;
  -webkit-transition: all linear 250ms;
  -moz-transition: all linear 250ms;
  -ms-transition: all linear 250ms;
  -o-transition: all linear 250ms;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  -ms-transition: 250ms;
  transition: 250ms;
}
.footer-light span {
  margin-left: 10px;
  font-weight: 500;
}
.footer-light ul {
  overflow: visible;
  list-style: none;
  padding-left: 0;
}
.footer-light ul li {
  display: inline-block;
}
.footer-light ul li + li {
  margin-left: 72px;
}
.footer-light .footer-wrap {
  text-align: center;
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  height: 22px;
}
.footer-light .logo-social {
  top: 2px;
}
.footer-light #logo-tw {
  background-image: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/footer/logo-tw.svg");
  background-image: url("../../img/footer/logo-tw.svg");
  width: 22px;
  height: 18px;
}
.footer-light #footer-tw {
  color: #59adeb;
}
.footer-light #logo-fb {
  background-image: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/footer/logo-fb.svg");
  background-image: url("../../img/footer/logo-fb.svg");
  width: 18px;
  height: 18px;
}
.footer-light #footer-fb {
  color: #3b5998;
}
.footer-light #logo-ig {
  background-image: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/footer/logo-ig.svg");
  background-image: url("../../img/footer/logo-ig.svg");
  width: 18px;
  height: 18px;
}
.footer-light #footer-ig {
  color: #417399;
}
/* ==================================
=404
================================== */
.fourofour-header {
  width: 100%;
  height: 100%;
  position: absolute;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  z-index: 0;
  opacity: 0;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-delay: 0.8s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeIn;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-delay: 0.8s;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: fadeIn;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: 1;
  -o-animation-delay: 0.8s;
  -o-animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  background-image: url("http://d33anig4vi4jal.cloudfront.net/yg-site-2014/img/misc/404.gif");
}
.fourofour-header .fourofour-content {
  padding-top: 30%;
  z-index: 5!important;
  text-align: center;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
}
.fourofour-header .fourofour-content h1,
.fourofour-header .fourofour-content h3 {
  font-size: 160px;
  line-height: 80px;
  margin-bottom: 20px;
  letter-spacing: 10px;
}
.fourofour-header .fourofour-content h3 {
  font-size: 24px;
  margin-bottom: 50px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: normal;
}
.fourofour-header .fourofour-content a.back-to-home,
.fourofour-header .fourofour-content a.back-to-home:visited {
  color: white;
  font: 700 20px/28px 'Whitney A', 'Whitney B', "Helvetica", "Arial", sans-serif;
  padding: 20px 40px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  border: 2px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  opacity: .5;
  -webkit-transition: all linear 250ms;
  -moz-transition: all linear 250ms;
  -ms-transition: all linear 250ms;
  -o-transition: all linear 250ms;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  -ms-transition: 250ms;
  transition: 250ms;
}
.fourofour-header .fourofour-content a.back-to-home:hover,
.fourofour-header .fourofour-content a.back-to-home:visited:hover {
  opacity: 1;
}
.fourofour-header:after {
  content: "";
  z-index: 2;
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImdyYWQtdWNnZy1nZW5lcmF0ZWQiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIxMDAlIiB4Mj0iMCUiIHkyPSIwJSI+IGxlZnQ8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSJyZ2IoMjgsNDYsNzkpIiBzdG9wLW9wYWNpdHk9Ii44Ii8+PHN0b3Agb2Zmc2V0PSIxNC44NyUiIHN0b3AtY29sb3I9InJnYigyOCw0Niw3OSkiIHN0b3Atb3BhY2l0eT0iLjgiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJnYig1MSwxMDUsMTYxKSIgc3RvcC1vcGFjaXR5PSIuOCIvPjwvbGluZWFyR3JhZGllbnQ+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -moz-linear-gradient(bottom left, rgba(28,46,79,.8) 0%, rgba(28,46,79,.8) 14.87%, rgba(51,105,161,.8) 100%);
  background-image: -webkit-linear-gradient(bottom left, rgba(28,46,79,.8) 0%, rgba(28,46,79,.8) 14.87%, rgba(51,105,161,.8) 100%);
  background-image: -o-linear-gradient(bottom left, rgba(28,46,79,.8) 0%, rgba(28,46,79,.8) 14.87%, rgba(51,105,161,.8) 100%);
  background-image: linear-gradient(bottom left, rgba(28,46,79,.8) 0%, rgba(28,46,79,.8) 14.87%, rgba(51,105,161,.8) 100%);
  width: 100%;
  height: 100%;
  top: 0;
}
