/* line 5, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: "Circular";
  src: url("fonts/lineto-circular-book.eot");
  src: url("fonts/lineto-circular-book.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-book.woff") format("woff"), url("fonts/lineto-circular-book.ttf") format("truetype"), url("fonts/lineto-circular-book.svg#CircularBook") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Circular";
  src: url("fonts/lineto-circular-medium.eot");
  src: url("fonts/lineto-circular-medium.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-medium.woff") format("woff"), url("fonts/lineto-circular-medium.ttf") format("truetype"), url("fonts/lineto-circular-medium.svg#CircularMedium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Circular";
  src: url("fonts/lineto-circular-bold.eot");
  src: url("fonts/lineto-circular-bold.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-bold.woff") format("woff"), url("fonts/lineto-circular-bold.ttf") format("truetype"), url("fonts/lineto-circular-bold.svg#CircularBold") format("svg");
  font-weight: 700;
  font-style: normal;
}
/* Check this later
@mixin retinafyMe($url){
  // CSS for devices with normal screens
  .icons {
    background-image: url(icon-sprite.png);
    background-repeat: no-repeat;
  }

  // CSS for high-resolution devices
  @media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
  only screen and (-moz-min-device-pixel-ratio: 1.5),
  only screen and (-o-min-device-pixel-ratio: 3/2),
  only screen and (min-device-pixel-ratio: 1.5) {
    .icons {
      background-image: url(icon-sprite-2x.png);
      background-size: 200px 100px;
      background-repeat: no-repeat;
    }
  }
}
*/
/* For image replacement */
/* line 2, sass/includes/_helpers.scss */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}

/* line 3, sass/includes/_helpers.scss */
.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
/* line 6, sass/includes/_helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
/* line 9, sass/includes/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
/* line 12, sass/includes/_helpers.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
/* line 15, sass/includes/_helpers.scss */
.invisible {
  visibility: hidden;
}

/* line 17, sass/includes/_helpers.scss */
.fltrgt {
  float: right;
}

/* line 20, sass/includes/_helpers.scss */
.fltlft {
  float: left;
}

/* Contain floats: h5bp.com/q */
/* line 25, sass/includes/_helpers.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

/* line 26, sass/includes/_helpers.scss */
.clearfix:after {
  clear: both;
}

/* line 27, sass/includes/_helpers.scss */
.clearfix {
  *zoom: 1;
}

/* line 26, sass/screen.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 30, sass/screen.scss */
body, p, a, input, select, textarea {
  font-family: "Circular";
}

/* line 34, sass/screen.scss */
a {
  color: black;
}

/* line 38, sass/screen.scss */
p {
  font-weight: 400;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 20px;
}

/* line 48, sass/screen.scss */
section > p, section > form, section > h1, section > h2, section > ul {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}
ul {
	padding-left: 25px;
	margin-bottom: 20px;
}
li {
	list-style-type: disc;
	padding-left: 10px;
	line-height: 22px;
	font-size: 19px;
}

/* line 54, sass/screen.scss */
html, body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

/* line 61, sass/screen.scss */
.page-open {
  overflow: hidden;
}

/* line 65, sass/screen.scss */
body {
  padding-bottom: 85px;
}
@media (min-width: 760px) {
  /* line 65, sass/screen.scss */
  body {
    padding-bottom: 0px;
  }
}

/* line 72, sass/screen.scss */
header {
  position: fixed;
  top: 0px;
  z-index: 1000;
  width: 100%;
  background-color: white;
}

/* line 81, sass/screen.scss */
.back-fill {
  background-color: white;
}

/* line 85, sass/screen.scss */
iframe {
  width: 100%;
  height: 0px;
  margin-bottom: 10px;
}

/* line 92, sass/screen.scss */
#logo {
  background-image: url('../img/logo.svg?1477042045');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  width: 75%;
  max-width: 372px;
  height: 30px;
  margin: 20px auto;
  text-indent: -50000px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 760px) {
  /* line 92, sass/screen.scss */
  #logo {
    margin: 60px auto;
  }
}

@media (min-width: 760px) {
  /* line 109, sass/screen.scss */
  .page-moved #logo {
    margin: 30px auto;
    height: 24px;
  }
}

/* line 116, sass/screen.scss */
.mini-logo {
  background-image: url('../img/mini-logo.svg?1477042151');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  display: inline-block;
  color: transparent;
  padding-right: 25px;
}

/* line 123, sass/screen.scss */
body.ready section {
  opacity: 1;
}
section#career 
{
	opacity: 1;
	display: block;
	overflow: auto;
	padding-bottom: 150px;
}
/* line 127, sass/screen.scss */
section {
  opacity: 0;
  margin-bottom: 50px;
  position: relative;
  padding-top: 55%;
}
/* line 130, sass/screen.scss */
section:first-of-type {
  margin-top: 80px;
}
/* line 137, sass/screen.scss */
section > img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: auto;
  z-index: 1;
}

/* line 147, sass/screen.scss */
.paralax {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
/* line 157, sass/screen.scss */
.paralax p {
  -moz-transform: translateY(300px);
  -ms-transform: translateY(300px);
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  width: 90%;
  margin: 0px auto;
  text-align: center;
  color: white;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (min-width: 760px) {
  /* line 157, sass/screen.scss */
  .paralax p {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
}
@media (min-width: 1024px) {
  /* line 157, sass/screen.scss */
  .paralax p {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 47px;
    line-height: 2.9375rem;
    opacity: 0;
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}
@media (min-width: 1500px) and (max-height: 900px) {
  /* line 157, sass/screen.scss */
  .paralax p {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 34px;
    line-height: 2.125rem;
  }
}
@media (min-width: 1500px) and (max-height: 700px) {
  /* line 157, sass/screen.scss */
  .paralax p {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
}

/* line 199, sass/screen.scss */
nav {
  float: left;
  text-align: left;
}
@media (min-width: l) {
  /* line 199, sass/screen.scss */
  nav {
    padding-bottom: 40px;
    padding-bottom: 20px;
  }
}

/* line 209, sass/screen.scss */
nav a {
  margin-right: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: #808285;
  text-decoration: none;
  float: left;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
}
@media (min-width: 760px) {
  /* line 209, sass/screen.scss */
  nav a {
    float: none;
    margin-right: 30px;
  }
}

/* line 235, sass/screen.scss */
.bottom {
  position: fixed;
  width: 100%;
  bottom: 0px;
  background-color: white;
  z-index: 995;
  padding-top: 20px;
  min-height: 60px;
}
/* line 243, sass/screen.scss */
.bottom .inner {
  padding: 0px 20px;
}
@media (min-width: 760px) {
  /* line 235, sass/screen.scss */
  .bottom {
    min-height: none;
  }
}

/* line 253, sass/screen.scss */
address {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 13px;
  line-height: 0.8125rem;
  padding-bottom: 80px;
}
/* line 256, sass/screen.scss */
address span {
  display: block;
}
@media (min-width: l) {
  /* line 253, sass/screen.scss */
  address {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}

/* line 265, sass/screen.scss */
.social {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media (min-width: 760px) {
  /* line 265, sass/screen.scss */
  .social {
    clear: none;
    position: static;
    float: right;
  }
}

/* line 281, sass/screen.scss */
.arrow {
  background-image: url('../img/pijl_eyeco-01.svg?1478514305');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 86px;
  height: 22px;
  position: fixed;
  pointer-events: none;
  bottom: 20px;
  left: 50%;
  margin-left: -21px;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 1000;
  display: none;
}
@media (min-width: 760px) {
  /* line 281, sass/screen.scss */
  .arrow {
    display: block;
  }
}

/* line 304, sass/screen.scss */
.page-moved .arrow {
  opacity: 0;
}

/* line 310, sass/screen.scss */
.fb, .tw, .pin, .ig {
  background-image: url('../img/social.png');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
}

/* line 315, sass/screen.scss */
.fb {
  background-position: -40px 0px;
}

/* line 318, sass/screen.scss */
.ig {
  background-position: -60px 0px;
}

/* line 321, sass/screen.scss */
.pin {
  background-position: -20px 0px;
}

/* line 324, sass/screen.scss */
.tw {
  background-position: 0px 0px;
}

/* line 328, sass/screen.scss */
.push-down-1 {
  margin-top: 55%;
}
@media (min-width: 760px) {
  /* line 328, sass/screen.scss */
  .push-down-1 {
    margin-top: 100vh;
  }
}

/* line 334, sass/screen.scss */
.push-down-2 {
  margin-top: 120%;
}
@media (min-width: 760px) {
  /* line 334, sass/screen.scss */
  .push-down-2 {
    margin-top: 200vh;
  }
}

/* line 342, sass/screen.scss */
.slideshow {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
/* line 352, sass/screen.scss */
.slideshow .inner {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
}
/* line 359, sass/screen.scss */
.slideshow .inner .pair {
  height: 100%;
  width: 100%;
}
/* line 363, sass/screen.scss */
.slideshow .inner .pair, .slideshow .inner img {
  float: left;
}
/* line 367, sass/screen.scss */
.slideshow .inner .pair {
  position: relative;
}
/* line 370, sass/screen.scss */
.slideshow .inner .pair img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: auto;
  -moz-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
/* line 379, sass/screen.scss */
.slideshow .inner .pair img:first-child {
  opacity: 1;
  z-index: 2;
}
/* line 383, sass/screen.scss */
.slideshow .inner .pair img:last-child {
  z-index: 1;
}

/* line 391, sass/screen.scss */
.no-scroll {
  pointer-events: none;
}

/* line 395, sass/screen.scss */
h2 {
  font-weight: 700;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 10px;
}

/* line 136, sass/includes/_mixins.scss */
form:before, form:after {
  content: "";
  display: table;
}
/* line 137, sass/includes/_mixins.scss */
form:after {
  clear: both;
}
/* line 138, sass/includes/_mixins.scss */
form {
  *zoom: 1;
}

/* line 405, sass/screen.scss */
.col-1, .col-2 {
  width: 100%;
}
@media (min-width: 760px) {
  /* line 405, sass/screen.scss */
  .col-1, .col-2 {
    width: 48%;
  }
}

@media (min-width: 760px) {
  /* line 413, sass/screen.scss */
  .col-1 {
    float: left;
  }

  /* line 416, sass/screen.scss */
  .col-2 {
    float: right;
  }

  /* line 419, sass/screen.scss */
  .col-span {
    clear: both;
  }
  /* line 421, sass/screen.scss */
  .col-span + .col-span {
    margin-top: 20px;
  }
}
/* line 427, sass/screen.scss */
.col-span + .col-span {
  margin-top: 20px;
}

/* line 431, sass/screen.scss */
input, select, textarea, label {
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 435, sass/screen.scss */
.form-group {
  position: relative;
  margin-bottom: 10px;
}
/* line 438, sass/screen.scss */
.form-group input, .form-group select, .form-group textarea {
  width: 100%;
  padding: 5px;
  border: solid 1px #666666;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
/* line 446, sass/screen.scss */
.form-group select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
/* line 451, sass/screen.scss */
.form-group label {
  position: absolute;
  left: 5px;
  top: 5px;
}
/* line 457, sass/screen.scss */
.form-group textarea {
  width: 100%;
  margin-bottom: 10px;
  height: 150px;
}

/* line 465, sass/screen.scss */
input[type=submit] {
  background-color: #666666;
  color: white;
  padding: 5px;
  border: none;
}

/* line 472, sass/screen.scss */
input, select, label {
  color: #666666;
}

/* line 475, sass/screen.scss */
form {
  margin-bottom: 20px;
}

/* line 479, sass/screen.scss */
.sub-section {
  margin-bottom: 200px;
  padding: 20px 0px;
}

@media (min-width: 760px) {
  /* line 483, sass/screen.scss */
  #about {
    min-height: 100vh;
  }
}

/* line 492, sass/screen.scss */
.full-pager {
  position: fixed;
  padding-top: 90px;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  z-index: 990;
}
@media (min-width: 760px) {
  /* line 492, sass/screen.scss */
  .full-pager {
    padding-top: 150px;
  }
}

@media (min-width: 760px) {
  /* line 514, sass/screen.scss */
  .page-moved .full-pager {
    padding-top: 90px;
  }
}

/* line 520, sass/screen.scss */
.message {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 10px;
}
/* line 525, sass/screen.scss */
.message.success {
  color: #4F8A10;
  background-color: #DFF2BF;
}
/* line 529, sass/screen.scss */
.message.error {
  color: #D8000C;
  background-color: #FFBABA;
}

/* line 534, sass/screen.scss */
#form {
  padding-top: 80px !important;
  min-height: calc(100vh - 70px);
  padding-bottom: 80px;
}
@media (min-width: 760px) {
  /* line 534, sass/screen.scss */
  #form {
    margin-bottom: 0px;
    min-height: calc(100vh - 150px);
    height: auto;
  }
}

/* line 545, sass/screen.scss */
#about {
  padding-bottom: 70px;
}

/* line 552, sass/screen.scss */
#form, #about, #contact, #careers {
  padding-left: 10px;
  padding-right: 10px;
}
strong {
  font-weight: bold;
}