/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
  text-decoration:underline;
}

.language-selector {
  float: right;
  padding-top: 8px;
}

.language-selector a {
  background-color: transparent;
  text-decoration: none;
  color:white;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
.language-selector a:active,
a:hover {
  outline: 0;
  text-decoration:none;
  color:white;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100; 
}
.cf:before, .container:before, .header:before, .footer__navigation-options:before, .contact-popup-wrapper:before, .popup-contact-wrap:before, .contact-box-wrap:before, .video-banner:before, .main:before, .main__icons:before, .careers__offer:before, .offer_buttons-group:before, .offer-btn-wrapper:before, .share-icons-wrapper:before,
.cf:after,
.container:after,
.header:after,
.footer__navigation-options:after,
.contact-popup-wrapper:after,
.popup-contact-wrap:after,
.contact-box-wrap:after,
.video-banner:after,
.main:after,
.main__icons:after,
.careers__offer:after,
.offer_buttons-group:after,
.offer-btn-wrapper:after,
.share-icons-wrapper:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after, .container:after, .header:after, .footer__navigation-options:after, .contact-popup-wrapper:after, .popup-contact-wrap:after, .contact-box-wrap:after, .video-banner:after, .main:after, .main__icons:after, .careers__offer:after, .offer_buttons-group:after, .offer-btn-wrapper:after, .share-icons-wrapper:after {
  clear: both;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-width: 320px;
}

.container {
  margin: 0 auto;
  width: 1400px;
  padding: 0 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 71px;
  background-color: rgba(255, 255, 255, 0);
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 100;
}

.bg {
	background: rgba(48, 179, 138, 0.95);
}

.dark {
	color: black;
}
.navpos {
	margin-top: 26px !important;
}

.logopos {
	margin-top: 11px !important;
}
.header__logo {
  float: left;
  margin: 35px 0 0 0;
  display: block;
  width: 150px;
  height: 83px;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 150;
  position: fixed;
}
.language-selector a {
  width: 100%;
  height: 100%;
}

.header__navigation {
  float: right;
}

.header__navigation-options {
  padding: 0;
  margin: 29px 0 0 0;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.header__navigation-option {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  font-family: "Open Sans", serif;
  margin: 0 26px 0 0;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.header__navigation-option a {
  text-decoration: none;
  color: white;
}
.header__navigation-option:last-child {
  margin: 0 1px 0 0;
}

.header--scroll {
  background-color: white;
  height: 110px;
  border-bottom: 1px #E6E6E6 solid;
}

.no-scroll {
	height: 114px;
}

.mobile-menu-close {
  display: none;
  float: right;
  margin: 59px 38px 0 0;
  cursor: pointer;
}

.hamburger-link {
  display: none;
  margin: 44px 0 0 0;
  float: right;
  width: 34px;
  height: 34px;
  cursor: pointer;
  fill: white;
}

.header__logo-scroll {
  margin: 15px 0 0 0;
}

.header__navigation-options--scroll {
  margin: 26px 0 0 0;
}

.option--scroll a {
  color: #484F57;
}

.footer {
  width: 100%;
  background-color: #404549;
  height: auto;
  min-height: 230px;
}

.footer__copyright {
  margin: 90px 0 0 0;
  color: white;
  font-size: 11px;
  line-height: 15px;
  font-family: "gibsonlight", serif;
  word-spacing: 3px;
}

.copyright-logo {
  display: inline-block;
  position: relative;
  top: 10px;
  left: 0;
  margin: 0 23px 0 0;
}

.copyright__link {
  text-decoration: none;
  color: white;
}

.offer-btn-wrapper {
	width: 100% !important;
}

.footer__navigation {
  float: right;
  margin: -15px 2px 0 0;
}

.footer__navigation-options {
  list-style-type: none;
  color: white;
  margin: 0;
  padding: 0;
}

.footer__navigation-option {
  display: block;
  float: left;
  font-size: 12px;
  line-height: 16px;
  font-family: "gibsonlight", serif;
  margin: 0 13px 0 0;
  position: relative;
}
.footer__navigation-option:last-child {
  margin: 0;
}
.footer__navigation-option a {
  text-decoration: none;
  color: white;
}
.footer__navigation-option:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  top: 2px;
  right: -7px;
  background-color: white;
}
.footer__navigation-option:last-child:after {
  content: none;
}

.contact-popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  z-index: 200;
  overflow: auto;
}

.popup-wrapper__close-icon {
  float: right;
  display: block;
  margin: 45px 0 0 0;
}

.popup-contact-wrap {
  margin: 160px auto;
}

.popup-contact-wrap__headline {
  text-align: center;
  font-size: 50px;
  line-height: 54px;
  color: white;
  font-family: "Open Sans", serif;
  letter-spacing: 2px;
  margin: 44px 0 40px 0;
}

.popup-contact-wrap__paragraph {
  text-align: center;
  font-size: 30px;
  line-height: 34px;
  color: white;
  margin: 0 0 8px 0;
  font-family: "Open Sans", serif;
}

.contact-box-wrap {
  margin: 0 auto;
  padding: 0 275px 0;
}

.contact-box {
  margin: 36px 0 0 0;
  float: center;
  text-align: center;
  color: white;
  padding: 0 0 0 0;
  position: relative;
}
.contact-box:first-child {
  padding-left: 17px;
}
.contact-box:first-child:after {
  top: 14px;
  right: 0;
  position: absolute;
  content: "";
  height: 174px;
  width: 1px;
  background-color: #3a3d3f;
}

.contact-box__headline {
  font-family: "Open Sans", serif;
  font-size: 20px;
  line-height: 25px;
  margin: 23px 0 16px 0;
  letter-spacing: 1px;
}

.contact-box__paragraph {
  font-family: "Open Sans", serif;
  font-size: 13px;
  line-height: 17px;
  margin: 7px 0 0 0;
}

.contact-box__link {
  font-family: "Open Sans", serif;
  font-size: 13px;
  line-height: 17px;
  text-decoration: none;
  margin: 20px 9px 10px;
  padding: 8px 15px 8px;
  border: 1px solid white;
  display: inline-block;
  color: white;
}

.popup-contact-wrap__link {
  display: block;
  width: 40px;
  height: auto;
  margin: 59px auto 0 auto;
}

.video-banner {
  position: relative;
  top: 0;
  display: block;
  margin: 0;
  height: 489px;
  width: 100%;
  overflow: hidden;
}
.video-banner-overlay {

 background-color: rgba(0,0,0,0.35);
 position: absolute;
 height: 800px;
 max-height:800px;
 width: 100%;
 top: 0;
 z-index: 1;
}

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  z-index: 1;
}

.video.image {
  z-index: 1;
  height:initial;
  width: initial;
  top:50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%,-50%);

}

.paused .video.image {
  z-index: 2;
  
}


.video-banner__content {
  position: absolute;
  top: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  padding: 265px 0 10px;
  background-color: rgba(0, 0, 0, 0.35);
  text-align: center;
}

.video-banner__text {
  text-transform: uppercase;
  color: white;
  font-size: 50px;
  line-height: 60px;
  font-family: "gibsonlight", serif;
  margin: 0;
  text-align: center;
  letter-spacing: 4px;
  max-width: 800px;
  margin: 0 auto;
}

.video-banner__button {
  display: inline-block;
  padding: 13px 35px;
  font-size: 13px;
  line-height: 16px;
  font-family: "gibsonsemibold_italic", serif;
  border: 2px solid white;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin: 35px 0 0 0;
  color: white;
  text-decoration: none;
  text-align: center;
}
.video-banner__button:hover {
  background-color: white;
  color: black;
}
.video-banner__button:active {
  background-color: white;
  color: black;
}

.video-banner__arrow {
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  position: absolute;
  bottom: 29px;
  left: 50%;
  margin: 0 0 0 -8px;
}

.main {
  padding: 71px 0;
}

.main__content {
  font-size: 30px;
  line-height: 41px;
  font-family: "Open Sans";
  color: #484F57;
  text-align: center;
  margin: 30px auto;
  max-width: 837px;
  font-weight:300;
}

.main_content__image {
  display: block;
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 80px 150px 48px;
}

.icons__header {
  text-align: center;
  color: #484F57;
  font-size: 18px;
  line-height: 22px;
  font-family: "gibsonlight_italic", serif;
  margin: 18px 0 68px 0;
}

.main__icons {
  text-align: center;
  padding-top: 30px;
  max-width: 887px;
  width: 100%;
  margin: 0 auto;
}

.main-icon {
  display: block;
  width: 20%;
  float: left;
}

.icon-wrapper {
  width: 100%;
  height: 80px;
  margin: 0 0 10px 0;
}

.icon__description {
  font-size: 16px;
  line-height: 16px;
  font-family: "Open Sans", serif;
  text-transform: uppercase;
  color: #30B389;
  letter-spacing: 1px;
  padding: 0 9px 0 0;
}

.icon--inshell {
  width: 20%;
}

.icon--kernels {
  width: 20%;
}

.icon--diced {
  width: 20%;
}

.icon--paste {
  width: 20%;
}
.icon--oil {
  width: 20%;
}

.about-us {
	background: #F5F5F5;
}
.about-us__header {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 55px;
  font-family: "Open Sans", serif;
  color: #30B389;
  text-align: center;
  margin: 63px 0 37px 0;
  letter-spacing: -2px;
}

.about-us__text {
  font-size: 30px;
  line-height: 41px;
  font-family: "Open Sans", serif;
  text-align: center;
  margin: 0 auto 131px auto;
  max-width: 900px;
  color: #484F57;
  font-weight:300;
}

.contact-us {
  background: #FFFFFF;
}
.contact-us__header {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 55px;
  font-family: "Open Sans", serif;
  color: #30B389;
  text-align: center;
  margin: 63px 0 37px 0;
  letter-spacing: -2px;
}

.contact-us__text {
  font-size: 30px;
  line-height: 41px;
  font-family: "Open Sans", serif;
  text-align: center;
  margin: 0 auto 31px auto;
  max-width: 900px;
  color: #484F57;
  font-weight:300;
}



label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}

form {
    margin:0 auto;
    width:459px;
}

input, textarea {
    width:439px;
    height:27px;
    background:#efefef;
    border:1px solid #dedede;
    padding:10px;
    margin-top:3px;
    font-size:0.9em;
    color:#3a3a3a;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

textarea {
  height:213px;
}
input:focus, textarea:focus {
    border:1px solid #97d6eb;
}

#submit {
    width:127px;
    height:38px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}

  #submit:hover {
      opacity:.9;
  }

  .contact-us .small{
    font-size: 20px;
  line-height: 41px;
  font-family: "Open Sans", serif;
  text-align: right;
  margin: 0 auto 131px auto;
  max-width: 900px;
  color: #484F57;
  font-weight:300;
  }

.contactform {
  font-size: 30px;
  line-height: 41px;
  font-family: "Open Sans", serif;
  text-align: center;
  margin: 0 auto 131px auto;
  max-width: 900px;
  color: #484F57;
  font-weight:300;
}

.partners-bar {
  min-height: 146px;
  height: auto;
  padding: 37px 0 10px 0;
}

.partners-bar__logo {
  margin: 0 auto;
  display: block;
}

.partners-bar__title {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  font-family: "gibsonlight", serif;
  text-align: center;
  margin: 0 0 12px 0;
  color: #484F57;
}

.careers-banner {
  width: 100%;
  height: 440px;
  margin: -1px 0 0 0;
  padding: 184px 0;
  background-image: url("../img/careers-banner.jpg");
  
}

.carrers__offers {
  background-color: #F3F3F3;
/*   height: auto; */
}



.careers-banner__header {
  color: white;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 64px;
  font-family: "gibsonlight", sans-serif;
  font-weight: 300;
  text-align: center;
  margin: 0;
  letter-spacing: -2px;
}

.offers__introduction {
  text-align: center;
  font-family: "gibsonlight", sans-serif;
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  color: #51575C;
  margin: 66px auto 0 auto;
  max-width: 925px;
}

.careers__offers-wrapper {
  margin: 71px 0 0 0;
  padding: 0 0 185px 0;
}



.careers__offer {
  position: relative;
  background-color: white;
  display: block;
  float: left;
  min-height: 324px;
  width: 49%;
  border: 1px solid #dbdbdb;
  margin: 0 2% 33px 0;
      
}
.careers__offer:nth-child(even) {
  margin: 0 0 10px 0;
}

.offer__job-title {
  letter-spacing: -1px;
  word-spacing: 2px;
  font-size: 26px;
  line-height: 30px;
  font-family: "gibsonregular", serif;
  color: #51575C;
  margin: 17px 0 16px 0;
  padding: 18px 20px 0 35px;
}

.offer__job-description {
  color: #A0A0A0;
  font-size: 16px;
  line-height: 23px;
  font-family: "gibsonlight", sans-serif;
  font-weight: 300;
  padding: 0 40px 30px 35px;
  margin: 10px 0 0 0;
}

.additiona-info_title {
  padding: 0 0 0 33px;
  line-height: 18px;
  font-weight: 600;
  font-size: 16px;
  font-family: "gibsonlight", sans-serif;
  margin: 16px 0 11px 0;
}

.additional-info__row {
  margin: 11px 0 16px 0;
  padding: 0 0 0 66px;
}

.additional-info__list {
  color: #A0A0A0;
  font-family: "gibsonlight", sans-serif;
  font-size: 17px;
  line-height: 22px;
  padding: 1px 46px 2px 5px;
}

.offer_buttons-group {
  width: 100%;
/*   height: 84px; */
  position: absolute;
  bottom: 0;
  padding: 0 29px 0 33px;
  margin: 30px 0;
}

.offer_learn-more-btn {
  display: block;
  float: left;
  border: 2px solid #444444;
  font-size: 14px;
  font-family: "gibsonsemibold", serif;
  line-height: 18px;
  text-decoration: none;
  color: #444444;
  padding: 10px 15px;
}

.offer_learn-more-btn:hover {
  
  color: #fff;
  background: #51575C;
}

.offer-btn-wrapper {
  height: auto;
  width: 50%;
  float: left;
}

.apply--btn {
  background-color: #2BA776;
  color: #fff;
  padding: 12px 41px;
  margin: 2px 0 0 0;
  border: 0;
  display: none;
}

.apply--btn.text-only {
    background: none;
    color:#51575C;
    width:100%;
    padding: 0;
}

.share-icons-wrapper {
  display: block;
  width: 50%;
  float: left;
  text-align: right;
}

.share-icons__text {
  float: left;
  font-family: "gibsonlight", serif;
  font-size: 13px;
  line-height: 16px;
  margin: 13px 10px 0 36px;
}

.share-text--margin {
  margin: 13px 10px 0 36px;
}

.offer__share-icons {
  display: inline-block;
}

.offer__additional-info {
  display: none;
  padding-bottom: 94px;
}

.stButton .stLarge:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  background-position: 0 !important;
}

.stButton .stLarge {
  width: 40px !important;
  height: 40px !important;
}

.share-icon--fb span span {
  background-image: url("../img/svg/icon-social-fb.svg") !important;
}

.share-icon--tweet span span {
  background-image: url("../img/svg/icon-social-twitter.svg") !important;
}

.share-icon--linked span span {
  background-image: url("../img/svg/icon-social-linkedin.svg") !important;
}

.offer-lightbox {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.9);
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.offer-lightbox .offer-lightbox__close-icon {
  position: relative;
  float: right;
  display: block;
  cursor: pointer;
  content: "";
  margin: 45px 24px 0 0;
  width: 32px;
  height: 32px;
  background: url("../img/svg/icon-close.svg") no-repeat;
}

.offer-lightbox .offer__job-title {
  margin: 22px 0 16px 0;
  padding: 18px 25px 0 25px;
}

.offer-lightbox .offer__job-description {
  padding: 0 40px 40px 35px;
  margin: 10px 0 0 0;
}

.offer-lightbox .additiona-info_title {
  font-family: "gibsonlight", sans-serif;
  margin: 16px 0 11px 0;
  color: #51575C;
}

.offer-lightbox .careers__offer {
/*   min-height: 601px; */
  max-height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 666px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 320px;
}

.offer-lightbox .offer__additional-info {
  display: block;
}

.offer-lightbox .careers__offer .offer_learn-more-btn {
  display: none;
}

.offer-lightbox .careers__offer .apply--btn {
  display: block;
}

@media (max-width: 1439px) {
  .container {
    width: 1189px;
    padding: 0 20px;
  }

  .contact-box-wrap {
    padding: 0 177px 0;
  }

  .share-icons__text {
    margin: 13px 10px 0 -20px;
  }

  .offer-lightbox .careers__offer .share-text--margin {
    margin: 15px 10px 0 28px;
  }

  .video-banner,.video.image {
    height: 489px;
/*     background-color: green; */
        
  }
  
  
  

  .main_content__image {
    margin: 80px auto 48px auto;
  }

}
@media (min-width: 1201px) {
	.careers__offer.one_job {
    	margin-left: 25%;
	}
	
	.offer-lightbox .careers__offer.one_job {
    	margin-left: 0;
	}
}

@media (max-width: 1200px) {
  .container {
    width: 975px;
    padding: 0 30px;
  }

  .contact-box-wrap {
    padding: 0 70px;
  }

  .contact-box {
    margin: 27px 0 0 0;
  }
  .contact-box:first-child {
    padding: 0 0 0 0;
  }
  .contact-box:last-child {
    padding: 0 0 0 7px;
  }

  .popup-contact-wrap__link {
    margin: 59px auto 0 auto;
  }

  .popup-contact-wrap__paragraph {
    line-height: 38px;
  }

  .offers__introduction {
    padding: 0 8px;
  }

  .careers__offer {
    float: none;
    width: 915px;
    margin: 0 0 32px 0;
    min-height: 280px !important;
  }
  .careers__offer:nth-child(even) {
    margin: 0 0 32px 0;
  }

  .offer-lightbox .careers__offer {
/*     min-height: 598px !important; */
  }

  .offer__job-description {
    margin: 10px 0 0 0;
  }

  .offer_buttons-group {
/*     height: 79px; */
  }

  .offer-btn-wrapper {
    width: 50%;
  }

  .share-icons-wrapper {
    width: 50%;
  }

  .share-icons__text {
    margin: 12px 6px 10px 165px;
  }

  .offer-lightbox .careers__offer .share-text--margin {
    margin: 15px 10px 0 37px;
  }

  .video-banner,.video.image {
    height: 489px;
  }

  .video-banner__content {
    padding: 265px 0 10px;
  }

  .video-banner__text {
    max-width: 900px;
  }

  .main__content {
    margin: 31px auto;
  }
  
  .main__footnote {
    margin: 12px auto;
  }

  .main_content__image {
    max-width: 903px;
    margin: 80px 1px 39px 1px;
  }

  .icons__header {
    margin: 18px 0 111px;
  }

  /*.main__icons {
    max-width: 844px;
  }*/

  .icon--pests {
    width: 20%;
  }

  .icon--water {
    width: 20%;
  }

  .icon--monitoring {
    width: 20%;
  }

  .icon--development {
    width: 20%;
  }

  .about-us__header {
    margin: 65px 0 37px;
  }

  

}
@media (max-width: 990px) {
  .container {
    width: 750px;
    padding: 0 30px;
  }

  .contact-box-wrap {
    padding: 0;
  }

  .contact-box {
    margin: 54px 0 0 0;
  }
  .contact-box:first-child {
    padding: 0 11px 0 0;
  }
  .contact-box:last-child {
    padding: 0 0 0 7px;
  }

  .popup-contact-wrap__link {
    margin: 76px auto 0 auto;
  }

  .popup-contact-wrap__paragraph {
    line-height: 38px;
  }

  .careers__offers-wrapper {
    padding: 0 0 51px;
  }

  .hamburger-link {
    display: block;
  }

  .header__navigation {
    float: none;
    display: block;
    position: absolute;
    top: -329px;
    left: 0;
    right: 0;
    z-index: 5000;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .mobile-menu {
    top: -10px;
    background-color: white;
  }
  .mobile-menu .mobile-menu-close {
    display: block;
  }
  .mobile-menu .hamburger-link {
    display: none;
  }

  .header__navigation-options {
    display: block;
    margin: 120px auto 0;
  }

  .header__navigation-option {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 28px 0 24px 0;
    position: relative;
    border-top: 1px solid #e8e8e8;
  }
  .header__navigation-option a {
    color: #484F57;
  }

  .offers__introduction {
    padding: 0 6px;
  }

  .careers__offers-wrapper {
    margin: 80px 0 0;
  }

  .offer-lightbox .offer-lightbox__close-icon {
    margin: 45px 12px 0 0;
  }

  .careers__offer {
    float: none;
    width: 690px;
    margin: 0 0 38px 0;
    min-height: 280px !important;
  }
  .careers__offer:nth-child(even) {
    margin: 0 0 38px 0;
  }

  .offer__job-description {
    margin: 10px 0 0 0;
  }

  .offer_buttons-group {
/*     height: 85px; */
  }

  .offer-btn-wrapper {
    width: 50%;
  }

  .share-icons-wrapper {
    width: 50%;
  }

  .share-icons__text {
    margin: 12px 6px 10px 47px;
  }

  .job-description--desktop-only {
    display: none;
  }

  .main__content {
    padding: 0 48px;
  }
  
  .main__footnote {
    margin: 12px auto;
	font-size: 10px;
	line-height: 41px;
	font-family: "Open Sans";
	color: #484F57;
	text-align: center;
	margin: 30px auto;
	max-width: 837px;
	font-style: italic;
  }

  .main_content__image {
    max-width: 1000px;
    margin: 80px auto 150px auto;
  }

  .video-banner__content {
    padding: 263px 0 10px;
  }

  .video-banner__text {
    font-size: 42px;
    line-height: 50px;
  }

  .video-banner__button {
    margin: 57px 0 0;
  }

  .main__content {
    margin: -4px auto;
  }

  .main__content {
    padding: 0;
  }

  .main_content__image {
    max-width: 680px;
    margin: 101px 1px 28px 1px;
  }

  .icons__header {
    font-size: 22px;
    line-height: 25px;
  }

  .main__icons {
    max-width: 473px;
  }

  .icon-wrapper {
    margin: 0 0 18px;
  }

  .icon--pests {
    width: 50%;
  }

  .icon--water {
    width: 50%;
  }

  .icon--monitoring {
    width: 50%;
  }

  .icon--development {
    width: 50%;
  }

  .icons__header {
    margin: 18px 0 55px;
  }

  .icons__header {
    margin: 18px 0 55px;
  }

  .about-us__header {
    margin: 100px 0px 42px;
    font-size: 41px;
    line-height: 55px;
    
  }

  .main__content br {
    display: none;
  }

  .main__content br {
    display: none;
  }
}

@media(min-height:800px){
	.offer-lightbox .careers__offer {
	    top: 54%;
	    min-height: 560px !important;
	  }
}

@media (max-width: 767px) {
  .apply--btn {
	  margin-left: 30px !important;
  }
  .container {
    width: 100%;
    padding: 0 25px;
  }
  
  

  .careers__offer {
    float: none;
    width: 100%;
    margin: 0 0 38px 0;
    /*min-height: 280px !important;*/
/*     height: 318px; */
  }
  .careers__offer:nth-child(even) {
    margin: 0 0 38px 0;
  }

  .offer-lightbox .offer-lightbox__close-icon {
    margin: 20px 16px 0 0;
  }

  .offer-lightbox .careers__offer {
    width: 90%;
    top: 54%;
    
  }

  .offer__job-description {
    padding: 0 40px 74px 35px;
  }

  .share-icons__text {
    margin: 0;
    display: inline-block;
    float: none;
  }

  .offer__share-icons {
    display: inline-block;
    float: none;
    vertical-align: middle;
  }

  .offer-btn-wrapper {
    width: 50%;
    margin: 0 0 10px 0;
  }

  .share-icons-wrapper {
    width: 50%;
    text-align: center;
  }

  .offer_buttons-group {
    position: relative;
/*     height: 155px; */
  }

  .offer-lightbox .offer_buttons-group {
    
    position: relative;
    margin-top:30px
  }

  .offer_learn-more-btn {
    float: left;
    margin: 0 auto;
    text-align: center;
    width: 50%;
  }

  .contact-box {
    padding: 0;
    margin: 0 auto;
    width: 100%;
  }
  .contact-box:first-child {
    padding: 0;
  }
  .contact-box:first-child:after {
    height: 0;
  }
  .contact-box:last-child {
    padding: 0;
  }

  .contact-box__headline {
    margin: 34px 0 16px 0;
  }

  .contact-box__paragraph {
    margin: 7px 0 12px 0;
  }

  .contact-box__link {
    margin: 14px auto;
  }

  .footer {
    text-align: center;
  }

  .footer__copyright {
    float: none;
    margin: 62px 0 0;
  }

  .footer__navigation {
    float: none;
    margin: 43px 0 0;
  }

  .footer__navigation-options {
    text-align: center;
  }

  .footer__navigation-options {
    display: inline-block;
  }
}

@media (max-width: 660px) {
	
	
	
	.offer_learn-more-btn {
		
		width: 85%;
		}
		
	p.share-icons__text {
		display: none;
	}
	.offer__share-icons {
		float: right
	}
	}

@media(max-height:600px){
    .careers__offer{
        min-height:0px !important;
    }

    .career__details {
        max-height: 300px;
        overflow: auto;
        
    }
    .offer-lightbox .offer_buttons-group .offer-btn-wrapper {

	    margin-top:20px;  
	}
}

@media (max-width: 550px) {
	
	.offers__introduction {
		font-size: 24px;
		line-height: 30px;
	}
	
	.offer_learn-more-btn {
    	width: 100%;
	}
	.apply--btn {
	
    width: 50%;
    }
    

	.offer-btn-wrapper {
    	width: 100%;
    }
    
    .share-icons-wrapper {
    width: 100%;
    text-align: center;
    }
    .share-icons__text {
    
    float: none;
    }
    
    .careers__offer {
/* 	    height: 360px; */
    }
    .offer__share-icons{
	    
	   float: none;
    }
  .main__content {
	  font-size: 24px;
	  line-height: 30px;
  }
  
  .about-us__text{
	  font-size: 24px;
	  line-height: 30px;
  }
  
  .video-banner__content {
    padding: 220px 0 10px;
  }
  
  .offer-lightbox .careers__offer {
    top: 54%;
  }

  .offer-lightbox .offer-lightbox__close-icon {
    margin: 20px 16px 0 0;
  }

  .offer-lightbox .offer__job-title {
    margin: 0;
  }

  .offer-lightbox .offer__job-description {
    padding: 0 25px 4px 25px;
    font-size: 14px;
  }

  .offer__additional-info {
    padding-bottom: 100px;
  }

  .offer-lightbox .additional-info__row {
    padding: 0 0 0 26px;
  }

  .offer-lightbox .additional-info__list {
    font-size: 14px;
    padding: 1px 10px 2px 5px;
  }

  .offer-lightbox .offer_buttons-group {
    padding: 6px 0 0 0;
  }

  .offer-lightbox .careers__offer .share-text--margin {
    margin: 15px 10px 4px 10px;
  }

  .offer-lightbox .careers__offer {
    /*min-height: 500px !important;*/
  }
  
  .offer-lightbox .additiona-info_title {
    
    padding: 0px 0px 0px 25px !important;
  }
  
  .offer-lightbox .additional-info__row{
  	padding: 0 0 0 43px;
  }
}
@media (max-width: 320px) {
  .careers__offer {
/*     height: auto !important; */
  }

  .offer__job-description {
    padding: 0 40px 30px 35px;
  }

  .share-icons-wrapper {
    height: auto;
  }

  .offer_buttons-group {
/*     height: 145px; */
  }

  .offer-lightbox .careers__offer .share-text--margin {
    margin: 15px 10px 4px 10px;
  }

  .offer-lightbox .additiona-info_title {
    margin: 11px 0 11px 0;
    
  }

  .share-icons__text {
    margin: 0 0 10px 0;
  }
}


/*menu*/

.button_container {
  position: fixed;
  top: 5%;
  right: 2%;
  height: $button-height;
  width: $button-width;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
  
  &:hover {
    opacity: .7;
  }
  
  &.active {
    .top {
      transform: translateY(11px) translateX(0) rotate(45deg);
      background: $color-active;
    }
    .middle {
      opacity: 0;
      background: $color-active;
    }
    
    .bottom {
      transform: translateY(-11px) translateX(0) rotate(-45deg);
      background: $color-active;
    }
  }
  
  span {
  background: $color-main;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition:  all .35s ease;
  cursor: pointer;
    
    &:nth-of-type(2) {
      top: 11px;
    }
    
    &:nth-of-type(3) {
      top: 22px;
    }
  }
}


.overlay {
  position: fixed;
  background: $color-main;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  
  &.open {
    opacity: .9;
    visibility: visible;
    height: 100%;
    
    li {
      animation: fadeInRight .5s ease forwards;
      animation-delay: .35s;
      
      &:nth-of-type(2) {
        animation-delay: .4s;
      }
      &:nth-of-type(3) {
        animation-delay: .45s;
      }
      &:nth-of-type(4) {
        animation-delay: .50s;
      }
    }
  }
  nav {
    position: relative;
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    font-family: 'Vollkorn', serif;
    font-weight: 400;
    text-align: center;
  }
  ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    height: 100%; 
    
    li {
      display: block;
      height: 25%;
      height: calc(100% / 4);
      min-height: 50px;
      position: relative;
      opacity: 0;
      
      a {
        display: block;
        position: relative;
        color: $color-link;
        text-decoration: none;
        overflow: hidden;
        
        &:hover:after,
         &:focus:after,
         &:active:after {
           width: 100%;
         }
        
        &:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 0%;
          transform: translateX(-50%);
          height: 3px;
          background: $color-link;
          transition: .35s;
        }
      }
    }
  }
}

@media(min-width:300px){
	.offer-lightbox .careers__offer{
		height:80% !important
	}
	
	.offer-lightbox .careers__offer .career__details{
		max-height:70% !important;
		overflow:auto;
	}
	
	
}
@media(min-width:768px){
.careers__offer {
	padding-bottom: 42px;
}
}

@media(max-height:767px){
	.offer-lightbox .offer_buttons-group{
			max-height:30% !important;
			position:relative;
			margin:0px
		}
		
		.offer-lightbox .offer_buttons-group .offer-btn-wrapper{
			margin-top:10px
		}

}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

#bck { 
  background: rgba(0,0,0,0.3);
  width: 33%;
  z-index: 2;
}

 #map {
        width: 100%;
        height: 400px;
      }
	  
	  
	  
	  
/*******************************
FORMS
********************************/
form{
	margin-bottom: 70px;

}

.form-group .btn{
	width: 100%;
	text-transform: uppercase;
}
.form-control{
	padding: 17px 25px;
	font-size: 15px;
	height: auto;
	border-radius: 0;
	background: #f1f4f7;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: all 0.5;
	transition: all 0.5s;
	border: 1px solid #fff;
}

.form-control:focus{
	border: 1px solid #454554;
	-webkit-box-shadow: none;
	box-shadow: none;
}
